ds005256-mriqc/sub-0062_ses-01_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 4ad5cee62c [DATALAD RUNCMD] Compute MRIQC for sub-0062
=== 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-0062 --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-0062",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:27:44 +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-0062_ses-01_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-0062_ses-01_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-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_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-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_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-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-01_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_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-0062/ses-01/func/sub-0062_ses-01_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>9b527f0d2460492cab61f62733001f34</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>09:18:36.155000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997458, 0.0640278, -0.0312827, -0.0634538, 0.997804, 0.0190092]</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.0923881</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7730, -7303, 507, -14, -111, 8, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>257.392</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>76b7c2fa-6dd7-4bf1-bb9b-d8715a2a3c99||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6761059761047363, -0.17024198174476624, -0.0875638872385025, 118.6890640258789], [-0.17178186774253845, 2.677034378051758, 0.045834723860025406, -86.10443878173828], [-0.08392909914255142, -0.05100017413496971, 2.698190450668335, -59.25601577758789], [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': ['091836.155000', '091836.615000', '091837.075000', '091837.535000', '091837.995000', '091838.455000', '091838.915000', '091839.375000', '091839.835000', '091840.295000', '091840.755000', '091841.215000', '091841.675000', '091842.135000', '091842.595000', '091843.055000', '091843.515000', '091843.975000', '091844.435000', '091844.895000', '091845.355000', '091845.815000', '091846.275000', '091846.735000', '091847.195000', '091847.655000', '091848.115000', '091848.575000', '091849.035000', '091849.495000', '091849.955000', '091850.415000', '091850.875000', '091851.335000', '091851.795000', '091852.255000', '091852.715000', '091853.175000', '091853.635000', '091854.095000', '091854.555000', '091855.015000', '091855.475000', '091855.935000', '091856.395000', '091856.855000', '091857.315000', '091857.775000', '091858.235000', '091858.695000', '091859.155000', '091859.615000', '091900.075000', '091900.535000', '091900.995000', '091901.455000', '091901.915000', '091902.375000', '091902.835000', '091903.295000', '091903.755000', '091904.215000', '091904.675000', '091905.135000', '091905.595000', '091906.055000', '091906.515000', '091906.975000', '091907.435000', '091907.895000', '091908.355000', '091908.815000', '091909.275000', '091909.735000', '091910.195000', '091910.655000', '091911.115000', '091911.575000', '091912.035000', '091912.495000', '091912.955000', '091913.415000', '091913.875000', '091914.335000', '091914.795000', '091915.255000', '091915.715000', '091916.175000', '091916.635000', '091917.095000', '091917.555000', '091918.015000', '091918.475000', '091918.935000', '091919.395000', '091919.855000', '091920.315000', '091920.775000', '091921.235000', '091921.695000', '091922.155000', '091922.615000', '091923.075000', '091923.535000', '091923.995000', '091924.455000', '091924.915000', '091925.375000', '091925.835000', '091926.295000', '091926.755000', '091927.215000', '091927.675000', '091928.135000', '091928.595000', '091929.055000', '091929.515000', '091929.975000', '091930.435000', '091930.895000', '091931.355000', '091931.815000', '091932.275000', '091932.735000', '091933.195000', '091933.655000', '091934.115000', '091934.575000', '091935.035000', '091935.495000', '091935.955000', '091936.415000', '091936.875000', '091937.335000', '091937.795000', '091938.255000', '091938.715000', '091939.175000', '091939.635000', '091940.095000', '091940.555000', '091941.015000', '091941.475000', '091941.935000', '091942.395000', '091942.855000', '091943.315000', '091943.775000', '091944.235000', '091944.695000', '091945.155000', '091945.615000', '091946.075000', '091946.535000', '091946.995000', '091947.455000', '091947.915000', '091948.375000', '091948.835000', '091949.295000', '091949.755000', '091950.215000', '091950.675000', '091951.135000', '091951.595000', '091952.055000', '091952.515000', '091952.975000', '091953.435000', '091953.895000', '091954.355000', '091954.815000', '091955.275000', '091955.735000', '091956.195000', '091956.655000', '091957.115000', '091957.575000', '091958.035000', '091958.495000', '091958.955000', '091959.415000', '091959.875000', '092000.335000', '092000.795000', '092001.255000', '092001.715000', '092002.175000', '092002.635000', '092003.095000', '092003.555000', '092004.015000', '092004.475000', '092004.935000', '092005.395000', '092005.855000', '092006.315000', '092006.775000', '092007.235000', '092007.695000', '092008.155000', '092008.615000', '092009.075000', '092009.535000', '092009.995000', '092010.455000', '092010.915000', '092011.375000', '092011.835000', '092012.295000', '092012.755000', '092013.215000', '092013.675000', '092014.135000', '092014.595000', '092015.055000', '092015.515000', '092015.975000', '092016.435000', '092016.895000', '092017.355000', '092017.815000', '092018.275000', '092018.735000', '092019.195000', '092019.655000', '092020.115000', '092020.575000', '092021.035000', '092021.495000', '092021.955000', '092022.415000', '092022.875000', '092023.335000', '092023.795000', '092024.255000', '092024.715000', '092025.175000', '092025.635000', '092026.095000', '092026.555000', '092027.015000', '092027.475000', '092027.935000', '092028.395000', '092028.855000', '092029.315000', '092029.775000', '092030.235000', '092030.695000', '092031.155000', '092031.615000', '092032.075000', '092032.535000', '092032.995000', '092033.455000', '092033.915000', '092034.375000', '092034.835000', '092035.295000', '092035.755000', '092036.215000', '092036.675000', '092037.135000', '092037.595000', '092038.055000', '092038.515000', '092038.975000', '092039.435000', '092039.895000', '092040.355000', '092040.815000', '092041.275000', '092041.735000', '092042.195000', '092042.655000', '092043.115000', '092043.575000', '092044.035000', '092044.495000', '092044.955000', '092045.415000', '092045.875000', '092046.335000', '092046.795000', '092047.255000', '092047.715000', '092048.175000', '092048.635000', '092049.095000', '092049.555000', '092050.015000', '092050.475000', '092050.935000', '092051.395000', '092051.855000', '092052.315000', '092052.775000', '092053.235000', '092053.695000', '092054.155000', '092054.615000', '092055.075000', '092055.535000', '092055.995000', '092056.455000', '092056.915000', '092057.375000', '092057.835000', '092058.295000', '092058.755000', '092059.215000', '092059.675000', '092100.135000', '092100.595000', '092101.055000', '092101.515000', '092101.975000', '092102.435000', '092102.895000', '092103.355000', '092103.815000', '092104.275000', '092104.735000', '092105.195000', '092105.655000', '092106.115000', '092106.575000', '092107.035000', '092107.495000', '092107.955000', '092108.415000', '092108.875000', '092109.335000', '092109.795000', '092110.255000', '092110.715000', '092111.175000', '092111.635000', '092112.095000', '092112.555000', '092113.015000', '092113.475000', '092113.935000', '092114.395000', '092114.855000', '092115.315000', '092115.775000', '092116.235000', '092116.695000', '092117.155000', '092117.615000', '092118.075000', '092118.535000', '092118.995000', '092119.455000', '092119.915000', '092120.375000', '092120.835000', '092121.295000', '092121.755000', '092122.215000', '092122.675000', '092123.135000', '092123.595000', '092124.055000', '092124.515000', '092124.975000', '092125.435000', '092125.895000', '092126.355000', '092126.815000', '092127.275000', '092127.735000', '092128.195000', '092128.655000', '092129.115000', '092129.575000', '092130.035000', '092130.495000', '092130.955000', '092131.415000', '092131.875000', '092132.335000', '092132.795000', '092133.255000', '092133.715000', '092134.175000', '092134.635000', '092135.095000', '092135.555000', '092136.015000', '092136.475000', '092136.935000', '092137.395000', '092137.855000', '092138.315000', '092138.775000', '092139.235000', '092139.695000', '092140.155000', '092140.615000', '092141.075000', '092141.535000', '092141.995000', '092142.455000', '092142.915000', '092143.375000', '092143.835000', '092144.295000', '092144.755000', '092145.215000', '092145.675000', '092146.135000', '092146.595000', '092147.055000', '092147.515000', '092147.975000', '092148.435000', '092148.895000', '092149.355000', '092149.815000', '092150.275000', '092150.735000', '092151.195000', '092151.655000', '092152.115000', '092152.575000', '092153.035000', '092153.495000', '092153.955000', '092154.415000', '092154.875000', '092155.335000', '092155.795000', '092156.255000', '092156.715000', '092157.175000', '092157.635000', '092158.095000', '092158.555000', '092159.015000', '092159.475000', '092159.935000', '092200.395000', '092200.855000', '092201.315000', '092201.775000', '092202.235000', '092202.695000', '092203.155000', '092203.615000', '092204.075000', '092204.535000', '092204.995000', '092205.455000', '092205.915000', '092206.375000', '092206.835000', '092207.295000', '092207.755000', '092208.215000', '092208.675000', '092209.135000', '092209.595000', '092210.055000', '092210.515000', '092210.975000', '092211.435000', '092211.895000', '092212.355000', '092212.815000', '092213.275000', '092213.735000', '092214.195000', '092214.655000', '092215.115000', '092215.575000', '092216.035000', '092216.495000', '092216.955000', '092217.415000', '092217.875000', '092218.335000', '092218.795000', '092219.255000', '092219.715000', '092220.175000', '092220.635000', '092221.095000', '092221.555000', '092222.015000', '092222.475000', '092222.935000', '092223.395000', '092223.855000', '092224.315000', '092224.775000', '092225.235000', '092225.695000', '092226.155000', '092226.615000', '092227.075000', '092227.535000', '092227.995000', '092228.455000', '092228.915000', '092229.375000', '092229.835000', '092230.295000', '092230.755000', '092231.215000', '092231.675000', '092232.135000', '092232.595000', '092233.055000', '092233.515000', '092233.975000', '092234.435000', '092234.895000', '092235.355000', '092235.815000', '092236.275000', '092236.735000', '092237.195000', '092237.655000', '092238.115000', '092238.575000', '092239.035000', '092239.495000', '092239.955000', '092240.415000', '092240.875000', '092241.335000', '092241.795000', '092242.255000', '092242.715000', '092243.175000', '092243.635000', '092244.095000', '092244.555000', '092245.015000', '092245.475000', '092245.935000', '092246.395000', '092246.855000', '092247.315000', '092247.775000', '092248.235000', '092248.695000', '092249.155000', '092249.615000', '092250.075000', '092250.535000', '092250.995000', '092251.455000', '092251.915000', '092252.375000', '092252.835000', '092253.295000', '092253.755000', '092254.215000', '092254.675000', '092255.135000', '092255.595000', '092256.055000', '092256.515000', '092256.975000', '092257.435000', '092257.895000', '092258.355000', '092258.815000', '092259.275000', '092259.735000', '092300.195000', '092300.655000', '092301.115000', '092301.575000', '092302.035000', '092302.495000', '092302.955000', '092303.415000', '092303.875000', '092304.335000', '092304.795000', '092305.255000', '092305.715000', '092306.175000', '092306.635000', '092307.095000', '092307.555000', '092308.015000', '092308.475000', '092308.935000', '092309.395000', '092309.855000', '092310.315000', '092310.775000', '092311.235000', '092311.695000', '092312.155000', '092312.615000', '092313.075000', '092313.535000', '092313.995000', '092314.455000', '092314.915000', '092315.375000', '092315.835000', '092316.295000', '092316.755000', '092317.215000', '092317.675000', '092318.135000', '092318.595000', '092319.055000', '092319.515000', '092319.975000', '092320.435000', '092320.895000', '092321.355000', '092321.815000', '092322.275000', '092322.735000', '092323.195000', '092323.655000', '092324.115000', '092324.575000', '092325.035000', '092325.495000', '092325.955000', '092326.415000', '092326.875000', '092327.335000', '092327.795000', '092328.255000', '092328.715000', '092329.175000', '092329.635000', '092330.095000', '092330.555000', '092331.015000', '092331.475000', '092331.935000', '092332.395000', '092332.855000', '092333.315000', '092333.775000', '092334.235000', '092334.695000', '092335.155000', '092335.615000', '092336.075000', '092336.535000', '092336.995000', '092337.455000', '092337.915000', '092338.375000', '092338.835000', '092339.295000', '092339.755000', '092340.215000', '092340.675000', '092341.135000', '092341.595000', '092342.055000', '092342.515000', '092342.975000', '092343.435000', '092343.895000', '092344.355000', '092344.815000', '092345.275000', '092345.735000', '092346.195000', '092346.655000', '092347.115000', '092347.575000', '092348.035000', '092348.495000', '092348.955000', '092349.415000', '092349.875000', '092350.335000', '092350.795000', '092351.255000', '092351.715000', '092352.175000', '092352.635000', '092353.095000', '092353.555000', '092354.015000', '092354.475000', '092354.935000', '092355.395000', '092355.855000', '092356.315000', '092356.775000', '092357.235000', '092357.695000', '092358.155000', '092358.615000', '092359.075000', '092359.535000', '092359.995000', '092400.455000', '092400.915000', '092401.375000', '092401.835000', '092402.295000', '092402.755000', '092403.215000', '092403.675000', '092404.135000', '092404.595000', '092405.055000', '092405.515000', '092405.975000', '092406.435000', '092406.895000', '092407.355000', '092407.815000', '092408.275000', '092408.735000', '092409.195000', '092409.655000', '092410.115000', '092410.575000', '092411.035000', '092411.495000', '092411.955000', '092412.415000', '092412.875000', '092413.335000', '092413.795000', '092414.255000', '092414.715000', '092415.175000', '092415.635000', '092416.095000', '092416.555000', '092417.015000', '092417.475000', '092417.935000', '092418.395000', '092418.855000', '092419.315000', '092419.775000', '092420.235000', '092420.695000', '092421.155000', '092421.615000', '092422.075000', '092422.535000', '092422.995000', '092423.455000', '092423.915000', '092424.375000', '092424.835000', '092425.295000', '092425.755000', '092426.215000', '092426.675000', '092427.135000', '092427.595000', '092428.055000', '092428.515000', '092428.975000', '092429.435000', '092429.895000', '092430.355000', '092430.815000', '092431.275000', '092431.735000', '092432.195000', '092432.655000', '092433.115000', '092433.575000', '092434.035000', '092434.495000', '092434.955000', '092435.415000', '092435.875000', '092436.335000', '092436.795000', '092437.255000', '092437.715000', '092438.175000', '092438.635000', '092439.095000', '092439.555000', '092440.015000', '092440.475000', '092440.935000', '092441.395000', '092441.855000', '092442.315000', '092442.775000', '092443.235000', '092443.695000', '092444.155000', '092444.615000', '092445.075000', '092445.535000', '092445.995000', '092446.455000', '092446.915000', '092447.375000', '092447.835000', '092448.295000', '092448.755000', '092449.215000', '092449.675000', '092450.135000', '092450.595000', '092451.055000', '092451.515000', '092451.975000', '092452.435000', '092452.895000', '092453.355000', '092453.815000', '092454.275000', '092454.735000', '092455.195000', '092455.655000', '092456.115000', '092456.575000', '092457.035000', '092457.495000', '092457.955000', '092458.415000', '092458.875000', '092459.335000', '092459.795000', '092500.255000', '092500.715000', '092501.175000', '092501.635000', '092502.095000', '092502.555000', '092503.015000', '092503.475000', '092503.935000', '092504.395000', '092504.855000', '092505.315000', '092505.775000', '092506.235000', '092506.695000', '092507.155000', '092507.615000', '092508.075000', '092508.535000', '092508.995000', '092509.455000', '092509.915000', '092510.375000', '092510.835000', '092511.295000', '092511.755000', '092512.215000', '092512.675000', '092513.135000', '092513.595000', '092514.055000', '092514.515000', '092514.975000', '092515.435000', '092515.895000', '092516.355000', '092516.815000'], 'ContentTime': ['091856.813000', '091856.816000', '091856.819000', '091856.822000', '091856.824000', '091856.827000', '091856.830000', '091856.832000', '091856.835000', '091856.838000', '091856.840000', '091856.843000', '091856.845000', '091856.848000', '091856.851000', '091856.853000', '091856.856000', '091856.858000', '091856.861000', '091856.864000', '091856.866000', '091856.869000', '091856.876000', '091856.879000', '091856.881000', '091856.884000', '091856.887000', '091856.889000', '091856.892000', '091856.894000', '091856.897000', '091856.900000', '091856.902000', '091856.905000', '091856.907000', '091856.910000', '091856.912000', '091856.915000', '091856.918000', '091856.920000', '091856.923000', '091856.926000', '091916.776000', '091916.779000', '091916.782000', '091916.785000', '091916.787000', '091916.790000', '091916.792000', '091916.795000', '091916.798000', '091916.800000', '091916.803000', '091916.805000', '091916.808000', '091916.811000', '091916.813000', '091916.816000', '091916.819000', '091916.822000', '091916.824000', '091916.827000', '091916.829000', '091916.832000', '091916.835000', '091916.837000', '091916.840000', '091916.842000', '091916.845000', '091916.848000', '091916.850000', '091916.853000', '091916.855000', '091916.858000', '091916.860000', '091916.863000', '091916.866000', '091916.868000', '091916.871000', '091916.874000', '091916.876000', '091916.879000', '091916.881000', '091916.884000', '091916.886000', '091936.776000', '091936.779000', '091936.782000', '091936.784000', '091936.799000', '091936.802000', '091936.805000', '091936.807000', '091936.810000', '091936.812000', '091936.815000', '091936.818000', '091936.820000', '091936.823000', '091936.825000', '091936.828000', '091936.831000', '091936.833000', '091936.836000', '091936.838000', '091936.841000', '091936.844000', '091936.846000', '091936.849000', '091936.852000', '091936.854000', '091936.857000', '091936.859000', '091936.862000', '091936.865000', '091936.867000', '091936.870000', '091936.872000', '091936.875000', '091936.878000', '091936.880000', '091936.883000', '091936.885000', '091936.888000', '091936.890000', '091936.893000', '091936.896000', '091936.898000', '091936.901000', '091956.776000', '091956.779000', '091956.782000', '091956.784000', '091956.787000', '091956.790000', '091956.792000', '091956.795000', '091956.798000', '091956.800000', '091956.803000', '091956.805000', '091956.808000', '091956.810000', '091956.813000', '091956.816000', '091956.818000', '091956.821000', '091956.823000', '091956.826000', '091956.829000', '091956.831000', '091956.834000', '091956.836000', '091956.839000', '091956.842000', '091956.844000', '091956.847000', '091956.850000', '091956.852000', '091956.855000', '091956.857000', '091956.860000', '091956.862000', '091956.865000', '091956.868000', '091956.870000', '091956.873000', '091956.876000', '091956.878000', '091956.892000', '091956.894000', '091956.897000', '092016.776000', '092016.779000', '092016.782000', '092016.785000', '092016.787000', '092016.790000', '092016.792000', '092016.795000', '092016.798000', '092016.800000', '092016.803000', '092016.805000', '092016.808000', '092016.811000', '092016.814000', '092016.817000', '092016.820000', '092016.823000', '092016.825000', '092016.828000', '092016.831000', '092016.833000', '092016.836000', '092016.839000', '092016.841000', '092016.844000', '092016.847000', '092016.849000', '092016.852000', '092016.855000', '092016.857000', '092016.860000', '092016.862000', '092016.865000', '092016.868000', '092016.871000', '092016.873000', '092016.876000', '092016.878000', '092016.881000', '092016.884000', '092016.886000', '092016.889000', '092016.892000', '092036.776000', '092036.779000', '092036.782000', '092036.785000', '092036.787000', '092036.790000', '092036.793000', '092036.795000', '092036.798000', '092036.800000', '092036.803000', '092036.806000', '092036.808000', '092036.811000', '092036.814000', '092036.816000', '092036.819000', '092036.822000', '092036.824000', '092036.833000', '092036.835000', '092036.838000', '092036.840000', '092036.843000', '092036.846000', '092036.848000', '092036.851000', '092036.853000', '092036.856000', '092036.859000', '092036.861000', '092036.864000', '092036.866000', '092036.869000', '092036.871000', '092036.874000', '092036.877000', '092036.879000', '092036.882000', '092036.884000', '092036.887000', '092036.890000', '092036.892000', '092056.776000', '092056.779000', '092056.782000', '092056.785000', '092056.787000', '092056.790000', '092056.793000', '092056.795000', '092056.798000', '092056.801000', '092056.803000', '092056.806000', '092056.809000', '092056.811000', '092056.814000', '092056.816000', '092056.819000', '092056.822000', '092056.824000', '092056.827000', '092056.829000', '092056.832000', '092056.835000', '092056.837000', '092056.840000', '092056.842000', '092056.845000', '092056.847000', '092056.850000', '092056.853000', '092056.855000', '092056.858000', '092056.861000', '092056.863000', '092056.866000', '092056.868000', '092056.871000', '092056.874000', '092056.876000', '092056.879000', '092056.881000', '092056.884000', '092056.886000', '092116.777000', '092116.779000', '092116.782000', '092116.785000', '092116.787000', '092116.790000', '092116.793000', '092116.795000', '092116.798000', '092116.800000', '092116.803000', '092116.806000', '092116.808000', '092116.811000', '092116.813000', '092116.816000', '092116.819000', '092116.821000', '092116.824000', '092116.826000', '092116.829000', '092116.832000', '092116.834000', '092116.837000', '092116.840000', '092116.842000', '092116.845000', '092116.847000', '092116.850000', '092116.853000', '092116.856000', '092116.858000', '092116.861000', '092116.864000', '092116.866000', '092116.869000', '092116.871000', '092116.874000', '092116.877000', '092116.879000', '092116.882000', '092116.884000', '092116.887000', '092116.890000', '092136.777000', '092136.780000', '092136.782000', '092136.785000', '092136.787000', '092136.790000', '092136.793000', '092136.795000', '092136.798000', '092136.801000', '092136.803000', '092136.806000', '092136.808000', '092136.811000', '092136.814000', '092136.816000', '092136.819000', '092136.821000', '092136.824000', '092136.827000', '092136.829000', '092136.832000', '092136.835000', '092136.837000', '092136.840000', '092136.843000', '092136.845000', '092136.848000', '092136.851000', '092136.854000', '092136.857000', '092136.860000', '092136.862000', '092136.865000', '092136.867000', '092136.870000', '092136.912000', '092136.915000', '092136.918000', '092136.920000', '092136.923000', '092136.925000', '092136.928000', '092156.776000', '092156.779000', '092156.782000', '092156.785000', '092156.787000', '092156.790000', '092156.793000', '092156.795000', '092156.798000', '092156.801000', '092156.803000', '092156.806000', '092156.808000', '092156.811000', '092156.814000', '092156.816000', '092156.819000', '092156.822000', '092156.824000', '092156.827000', '092156.830000', '092156.832000', '092156.835000', '092156.838000', '092156.840000', '092156.843000', '092156.846000', '092156.848000', '092156.851000', '092156.853000', '092156.856000', '092156.859000', '092156.861000', '092156.864000', '092156.866000', '092156.869000', '092156.872000', '092156.874000', '092156.877000', '092156.879000', '092156.882000', '092156.885000', '092156.888000', '092156.890000', '092216.776000', '092216.779000', '092216.782000', '092216.784000', '092216.787000', '092216.790000', '092216.792000', '092216.795000', '092216.798000', '092216.800000', '092216.803000', '092216.806000', '092216.808000', '092216.811000', '092216.814000', '092216.816000', '092216.819000', '092216.822000', '092216.825000', '092216.827000', '092216.830000', '092216.833000', '092216.835000', '092216.838000', '092216.840000', '092216.843000', '092216.846000', '092216.848000', '092216.851000', '092216.853000', '092216.856000', '092216.859000', '092216.861000', '092216.864000', '092216.868000', '092216.870000', '092216.873000', '092216.876000', '092216.878000', '092216.881000', '092216.883000', '092216.886000', '092216.889000', '092236.776000', '092236.780000', '092236.783000', '092236.785000', '092236.788000', '092236.791000', '092236.793000', '092236.796000', '092236.799000', '092236.801000', '092236.804000', '092236.806000', '092236.809000', '092236.812000', '092236.814000', '092236.817000', '092236.819000', '092236.822000', '092236.825000', '092236.827000', '092236.830000', '092236.833000', '092236.835000', '092236.838000', '092236.840000', '092236.843000', '092236.846000', '092236.848000', '092236.851000', '092236.854000', '092236.856000', '092236.859000', '092236.861000', '092236.864000', '092236.867000', '092236.869000', '092236.872000', '092236.874000', '092236.877000', '092236.880000', '092236.882000', '092236.885000', '092236.887000', '092236.890000', '092256.777000', '092256.779000', '092256.782000', '092256.785000', '092256.788000', '092256.790000', '092256.793000', '092256.796000', '092256.798000', '092256.801000', '092256.803000', '092256.806000', '092256.809000', '092256.811000', '092256.814000', '092256.817000', '092256.819000', '092256.822000', '092256.824000', '092256.827000', '092256.830000', '092256.832000', '092256.835000', '092256.838000', '092256.840000', '092256.843000', '092256.845000', '092256.848000', '092256.851000', '092256.853000', '092256.856000', '092256.858000', '092256.861000', '092256.864000', '092256.866000', '092256.869000', '092256.872000', '092256.875000', '092256.877000', '092256.880000', '092256.882000', '092256.885000', '092256.887000', '092316.777000', '092316.779000', '092316.782000', '092316.785000', '092316.826000', '092316.828000', '092316.831000', '092316.833000', '092316.836000', '092316.839000', '092316.841000', '092316.844000', '092316.847000', '092316.849000', '092316.852000', '092316.854000', '092316.857000', '092316.860000', '092316.862000', '092316.865000', '092316.868000', '092316.870000', '092316.873000', '092316.875000', '092316.878000', '092316.881000', '092316.884000', '092316.886000', '092316.889000', '092316.892000', '092316.894000', '092316.897000', '092316.899000', '092316.902000', '092316.905000', '092316.907000', '092316.910000', '092316.912000', '092316.915000', '092316.917000', '092316.920000', '092316.923000', '092316.925000', '092316.928000', '092336.777000', '092336.779000', '092336.782000', '092336.785000', '092336.787000', '092336.790000', '092336.793000', '092336.795000', '092336.798000', '092336.800000', '092336.803000', '092336.806000', '092336.808000', '092336.811000', '092336.814000', '092336.816000', '092336.819000', '092336.822000', '092336.824000', '092336.827000', '092336.829000', '092336.832000', '092336.835000', '092336.837000', '092336.840000', '092336.842000', '092336.845000', '092336.848000', '092336.851000', '092336.853000', '092336.856000', '092336.859000', '092336.861000', '092336.864000', '092336.866000', '092336.869000', '092336.872000', '092336.874000', '092336.877000', '092336.879000', '092336.882000', '092336.885000', '092336.887000', '092356.776000', '092356.779000', '092356.782000', '092356.785000', '092356.787000', '092356.790000', '092356.792000', '092356.795000', '092356.798000', '092356.800000', '092356.803000', '092356.806000', '092356.808000', '092356.811000', '092356.813000', '092356.816000', '092356.819000', '092356.821000', '092356.824000', '092356.827000', '092356.829000', '092356.832000', '092356.835000', '092356.837000', '092356.840000', '092356.842000', '092356.845000', '092356.848000', '092356.850000', '092356.853000', '092356.856000', '092356.859000', '092356.861000', '092356.864000', '092356.866000', '092356.869000', '092356.871000', '092356.874000', '092356.877000', '092356.879000', '092356.882000', '092356.884000', '092356.887000', '092356.890000', '092416.777000', '092416.780000', '092416.782000', '092416.785000', '092416.788000', '092416.791000', '092416.793000', '092416.796000', '092416.798000', '092416.801000', '092416.804000', '092416.806000', '092416.809000', '092416.812000', '092416.814000', '092416.817000', '092416.820000', '092416.822000', '092416.825000', '092416.828000', '092416.830000', '092416.833000', '092416.836000', '092416.838000', '092416.841000', '092416.844000', '092416.846000', '092416.849000', '092416.852000', '092416.854000', '092416.857000', '092416.860000', '092416.862000', '092416.865000', '092416.868000', '092416.870000', '092416.873000', '092416.875000', '092416.878000', '092416.881000', '092416.883000', '092416.886000', '092416.889000', '092436.776000', '092436.779000', '092436.783000', '092436.785000', '092436.788000', '092436.791000', '092436.793000', '092436.796000', '092436.798000', '092436.801000', '092436.804000', '092436.806000', '092436.809000', '092436.811000', '092436.814000', '092436.817000', '092436.819000', '092436.822000', '092436.825000', '092436.827000', '092436.830000', '092436.832000', '092436.835000', '092436.838000', '092436.840000', '092436.843000', '092436.846000', '092436.848000', '092436.851000', '092436.863000', '092436.866000', '092436.869000', '092436.871000', '092436.874000', '092436.876000', '092436.879000', '092436.882000', '092436.884000', '092436.887000', '092436.889000', '092436.892000', '092436.895000', '092436.897000', '092436.900000', '092456.777000', '092456.781000', '092456.783000', '092456.786000', '092456.789000', '092456.792000', '092456.794000', '092456.797000', '092456.800000', '092456.803000', '092456.805000', '092456.808000', '092456.811000', '092456.813000', '092456.816000', '092456.818000', '092456.821000', '092456.824000', '092456.826000', '092456.829000', '092456.832000', '092456.834000', '092456.837000', '092456.839000', '092456.842000', '092456.845000', '092456.847000', '092456.850000', '092456.853000', '092456.855000', '092456.858000', '092456.860000', '092456.863000', '092456.866000', '092456.868000', '092456.871000', '092456.874000', '092456.876000', '092456.879000', '092456.881000', '092456.884000', '092456.887000', '092456.889000', '092516.776000', '092516.779000', '092516.782000', '092516.785000', '092516.787000', '092516.790000', '092516.793000', '092516.795000', '092516.798000', '092516.801000', '092516.803000', '092516.806000', '092516.809000', '092516.811000', '092516.814000', '092516.816000', '092516.819000', '092516.832000', '092516.835000', '092516.837000', '092516.840000', '092516.843000', '092516.845000', '092516.848000', '092516.850000', '092516.853000', '092516.856000', '092516.858000', '092516.861000', '092516.864000', '092516.866000', '092516.869000', '092516.871000', '092516.874000', '092516.876000', '092516.879000', '092516.882000', '092516.884000', '092516.887000', '092516.889000', '092516.892000', '092516.895000', '092516.897000', '092516.900000', '092518.515000', '092518.519000', '092518.521000', '092518.524000'], 'InstanceCreationTime': ['091856.813000', '091856.816000', '091856.819000', '091856.822000', '091856.824000', '091856.827000', '091856.830000', '091856.832000', '091856.835000', '091856.838000', '091856.840000', '091856.843000', '091856.845000', '091856.848000', '091856.851000', '091856.853000', '091856.856000', '091856.858000', '091856.861000', '091856.864000', '091856.866000', '091856.869000', '091856.876000', '091856.879000', '091856.881000', '091856.884000', '091856.887000', '091856.889000', '091856.892000', '091856.894000', '091856.897000', '091856.900000', '091856.902000', '091856.905000', '091856.907000', '091856.910000', '091856.912000', '091856.915000', '091856.918000', '091856.920000', '091856.923000', '091856.926000', '091916.776000', '091916.779000', '091916.782000', '091916.785000', '091916.787000', '091916.790000', '091916.792000', '091916.795000', '091916.798000', '091916.800000', '091916.803000', '091916.805000', '091916.808000', '091916.811000', '091916.813000', '091916.816000', '091916.819000', '091916.822000', '091916.824000', '091916.827000', '091916.829000', '091916.832000', '091916.835000', '091916.837000', '091916.840000', '091916.842000', '091916.845000', '091916.848000', '091916.850000', '091916.853000', '091916.855000', '091916.858000', '091916.860000', '091916.863000', '091916.866000', '091916.868000', '091916.871000', '091916.874000', '091916.876000', '091916.879000', '091916.881000', '091916.884000', '091916.886000', '091936.776000', '091936.779000', '091936.782000', '091936.784000', '091936.799000', '091936.802000', '091936.805000', '091936.807000', '091936.810000', '091936.812000', '091936.815000', '091936.818000', '091936.820000', '091936.823000', '091936.825000', '091936.828000', '091936.831000', '091936.833000', '091936.836000', '091936.838000', '091936.841000', '091936.844000', '091936.846000', '091936.849000', '091936.852000', '091936.854000', '091936.857000', '091936.859000', '091936.862000', '091936.865000', '091936.867000', '091936.870000', '091936.872000', '091936.875000', '091936.878000', '091936.880000', '091936.883000', '091936.885000', '091936.888000', '091936.890000', '091936.893000', '091936.896000', '091936.898000', '091936.901000', '091956.776000', '091956.779000', '091956.782000', '091956.784000', '091956.787000', '091956.790000', '091956.792000', '091956.795000', '091956.798000', '091956.800000', '091956.803000', '091956.805000', '091956.808000', '091956.810000', '091956.813000', '091956.816000', '091956.818000', '091956.821000', '091956.823000', '091956.826000', '091956.829000', '091956.831000', '091956.834000', '091956.836000', '091956.839000', '091956.842000', '091956.844000', '091956.847000', '091956.850000', '091956.852000', '091956.855000', '091956.857000', '091956.860000', '091956.862000', '091956.865000', '091956.868000', '091956.870000', '091956.873000', '091956.876000', '091956.878000', '091956.892000', '091956.894000', '091956.897000', '092016.776000', '092016.779000', '092016.782000', '092016.785000', '092016.787000', '092016.790000', '092016.792000', '092016.795000', '092016.798000', '092016.800000', '092016.803000', '092016.805000', '092016.808000', '092016.811000', '092016.814000', '092016.817000', '092016.820000', '092016.823000', '092016.825000', '092016.828000', '092016.831000', '092016.833000', '092016.836000', '092016.839000', '092016.841000', '092016.844000', '092016.847000', '092016.849000', '092016.852000', '092016.855000', '092016.857000', '092016.860000', '092016.862000', '092016.865000', '092016.868000', '092016.871000', '092016.873000', '092016.876000', '092016.878000', '092016.881000', '092016.884000', '092016.886000', '092016.889000', '092016.892000', '092036.776000', '092036.779000', '092036.782000', '092036.785000', '092036.787000', '092036.790000', '092036.793000', '092036.795000', '092036.798000', '092036.800000', '092036.803000', '092036.806000', '092036.808000', '092036.811000', '092036.814000', '092036.816000', '092036.819000', '092036.822000', '092036.824000', '092036.833000', '092036.835000', '092036.838000', '092036.840000', '092036.843000', '092036.846000', '092036.848000', '092036.851000', '092036.853000', '092036.856000', '092036.859000', '092036.861000', '092036.864000', '092036.866000', '092036.869000', '092036.871000', '092036.874000', '092036.877000', '092036.879000', '092036.882000', '092036.884000', '092036.887000', '092036.890000', '092036.892000', '092056.776000', '092056.779000', '092056.782000', '092056.785000', '092056.787000', '092056.790000', '092056.793000', '092056.795000', '092056.798000', '092056.801000', '092056.803000', '092056.806000', '092056.809000', '092056.811000', '092056.814000', '092056.816000', '092056.819000', '092056.822000', '092056.824000', '092056.827000', '092056.829000', '092056.832000', '092056.835000', '092056.837000', '092056.840000', '092056.842000', '092056.845000', '092056.847000', '092056.850000', '092056.853000', '092056.855000', '092056.858000', '092056.861000', '092056.863000', '092056.866000', '092056.868000', '092056.871000', '092056.874000', '092056.876000', '092056.879000', '092056.881000', '092056.884000', '092056.886000', '092116.777000', '092116.779000', '092116.782000', '092116.785000', '092116.787000', '092116.790000', '092116.793000', '092116.795000', '092116.798000', '092116.800000', '092116.803000', '092116.806000', '092116.808000', '092116.811000', '092116.813000', '092116.816000', '092116.819000', '092116.821000', '092116.824000', '092116.826000', '092116.829000', '092116.832000', '092116.834000', '092116.837000', '092116.840000', '092116.842000', '092116.845000', '092116.847000', '092116.850000', '092116.853000', '092116.856000', '092116.858000', '092116.861000', '092116.864000', '092116.866000', '092116.869000', '092116.871000', '092116.874000', '092116.877000', '092116.879000', '092116.882000', '092116.884000', '092116.887000', '092116.890000', '092136.777000', '092136.780000', '092136.782000', '092136.785000', '092136.787000', '092136.790000', '092136.793000', '092136.795000', '092136.798000', '092136.801000', '092136.803000', '092136.806000', '092136.808000', '092136.811000', '092136.814000', '092136.816000', '092136.819000', '092136.821000', '092136.824000', '092136.827000', '092136.829000', '092136.832000', '092136.835000', '092136.837000', '092136.840000', '092136.843000', '092136.845000', '092136.848000', '092136.851000', '092136.854000', '092136.857000', '092136.860000', '092136.862000', '092136.865000', '092136.867000', '092136.870000', '092136.912000', '092136.915000', '092136.918000', '092136.920000', '092136.923000', '092136.925000', '092136.928000', '092156.776000', '092156.779000', '092156.782000', '092156.785000', '092156.787000', '092156.790000', '092156.793000', '092156.795000', '092156.798000', '092156.801000', '092156.803000', '092156.806000', '092156.808000', '092156.811000', '092156.814000', '092156.816000', '092156.819000', '092156.822000', '092156.824000', '092156.827000', '092156.830000', '092156.832000', '092156.835000', '092156.838000', '092156.840000', '092156.843000', '092156.846000', '092156.848000', '092156.851000', '092156.853000', '092156.856000', '092156.859000', '092156.861000', '092156.864000', '092156.866000', '092156.869000', '092156.872000', '092156.874000', '092156.877000', '092156.879000', '092156.882000', '092156.885000', '092156.888000', '092156.890000', '092216.776000', '092216.779000', '092216.782000', '092216.784000', '092216.787000', '092216.790000', '092216.792000', '092216.795000', '092216.798000', '092216.800000', '092216.803000', '092216.806000', '092216.808000', '092216.811000', '092216.814000', '092216.816000', '092216.819000', '092216.822000', '092216.825000', '092216.827000', '092216.830000', '092216.833000', '092216.835000', '092216.838000', '092216.840000', '092216.843000', '092216.846000', '092216.848000', '092216.851000', '092216.853000', '092216.856000', '092216.859000', '092216.861000', '092216.864000', '092216.868000', '092216.870000', '092216.873000', '092216.876000', '092216.878000', '092216.881000', '092216.883000', '092216.886000', '092216.889000', '092236.776000', '092236.780000', '092236.783000', '092236.785000', '092236.788000', '092236.791000', '092236.793000', '092236.796000', '092236.799000', '092236.801000', '092236.804000', '092236.806000', '092236.809000', '092236.812000', '092236.814000', '092236.817000', '092236.819000', '092236.822000', '092236.825000', '092236.827000', '092236.830000', '092236.833000', '092236.835000', '092236.838000', '092236.840000', '092236.843000', '092236.846000', '092236.848000', '092236.851000', '092236.854000', '092236.856000', '092236.859000', '092236.861000', '092236.864000', '092236.867000', '092236.869000', '092236.872000', '092236.874000', '092236.877000', '092236.880000', '092236.882000', '092236.885000', '092236.887000', '092236.890000', '092256.777000', '092256.779000', '092256.782000', '092256.785000', '092256.788000', '092256.790000', '092256.793000', '092256.796000', '092256.798000', '092256.801000', '092256.803000', '092256.806000', '092256.809000', '092256.811000', '092256.814000', '092256.817000', '092256.819000', '092256.822000', '092256.824000', '092256.827000', '092256.830000', '092256.832000', '092256.835000', '092256.838000', '092256.840000', '092256.843000', '092256.845000', '092256.848000', '092256.851000', '092256.853000', '092256.856000', '092256.858000', '092256.861000', '092256.864000', '092256.866000', '092256.869000', '092256.872000', '092256.875000', '092256.877000', '092256.880000', '092256.882000', '092256.885000', '092256.887000', '092316.777000', '092316.779000', '092316.782000', '092316.785000', '092316.826000', '092316.828000', '092316.831000', '092316.833000', '092316.836000', '092316.839000', '092316.841000', '092316.844000', '092316.847000', '092316.849000', '092316.852000', '092316.854000', '092316.857000', '092316.860000', '092316.862000', '092316.865000', '092316.868000', '092316.870000', '092316.873000', '092316.875000', '092316.878000', '092316.881000', '092316.884000', '092316.886000', '092316.889000', '092316.892000', '092316.894000', '092316.897000', '092316.899000', '092316.902000', '092316.905000', '092316.907000', '092316.910000', '092316.912000', '092316.915000', '092316.917000', '092316.920000', '092316.923000', '092316.925000', '092316.928000', '092336.777000', '092336.779000', '092336.782000', '092336.785000', '092336.787000', '092336.790000', '092336.793000', '092336.795000', '092336.798000', '092336.800000', '092336.803000', '092336.806000', '092336.808000', '092336.811000', '092336.814000', '092336.816000', '092336.819000', '092336.822000', '092336.824000', '092336.827000', '092336.829000', '092336.832000', '092336.835000', '092336.837000', '092336.840000', '092336.842000', '092336.845000', '092336.848000', '092336.851000', '092336.853000', '092336.856000', '092336.859000', '092336.861000', '092336.864000', '092336.866000', '092336.869000', '092336.872000', '092336.874000', '092336.877000', '092336.879000', '092336.882000', '092336.885000', '092336.887000', '092356.776000', '092356.779000', '092356.782000', '092356.785000', '092356.787000', '092356.790000', '092356.792000', '092356.795000', '092356.798000', '092356.800000', '092356.803000', '092356.806000', '092356.808000', '092356.811000', '092356.813000', '092356.816000', '092356.819000', '092356.821000', '092356.824000', '092356.827000', '092356.829000', '092356.832000', '092356.835000', '092356.837000', '092356.840000', '092356.842000', '092356.845000', '092356.848000', '092356.850000', '092356.853000', '092356.856000', '092356.859000', '092356.861000', '092356.864000', '092356.866000', '092356.869000', '092356.871000', '092356.874000', '092356.877000', '092356.879000', '092356.882000', '092356.884000', '092356.887000', '092356.890000', '092416.777000', '092416.780000', '092416.782000', '092416.785000', '092416.788000', '092416.791000', '092416.793000', '092416.796000', '092416.798000', '092416.801000', '092416.804000', '092416.806000', '092416.809000', '092416.812000', '092416.814000', '092416.817000', '092416.820000', '092416.822000', '092416.825000', '092416.828000', '092416.830000', '092416.833000', '092416.836000', '092416.838000', '092416.841000', '092416.844000', '092416.846000', '092416.849000', '092416.852000', '092416.854000', '092416.857000', '092416.860000', '092416.862000', '092416.865000', '092416.868000', '092416.870000', '092416.873000', '092416.875000', '092416.878000', '092416.881000', '092416.883000', '092416.886000', '092416.889000', '092436.776000', '092436.779000', '092436.783000', '092436.785000', '092436.788000', '092436.791000', '092436.793000', '092436.796000', '092436.798000', '092436.801000', '092436.804000', '092436.806000', '092436.809000', '092436.811000', '092436.814000', '092436.817000', '092436.819000', '092436.822000', '092436.825000', '092436.827000', '092436.830000', '092436.832000', '092436.835000', '092436.838000', '092436.840000', '092436.843000', '092436.846000', '092436.848000', '092436.851000', '092436.863000', '092436.866000', '092436.869000', '092436.871000', '092436.874000', '092436.876000', '092436.879000', '092436.882000', '092436.884000', '092436.887000', '092436.889000', '092436.892000', '092436.895000', '092436.897000', '092436.900000', '092456.777000', '092456.781000', '092456.783000', '092456.786000', '092456.789000', '092456.792000', '092456.794000', '092456.797000', '092456.800000', '092456.803000', '092456.805000', '092456.808000', '092456.811000', '092456.813000', '092456.816000', '092456.818000', '092456.821000', '092456.824000', '092456.826000', '092456.829000', '092456.832000', '092456.834000', '092456.837000', '092456.839000', '092456.842000', '092456.845000', '092456.847000', '092456.850000', '092456.853000', '092456.855000', '092456.858000', '092456.860000', '092456.863000', '092456.866000', '092456.868000', '092456.871000', '092456.874000', '092456.876000', '092456.879000', '092456.881000', '092456.884000', '092456.887000', '092456.889000', '092516.776000', '092516.779000', '092516.782000', '092516.785000', '092516.787000', '092516.790000', '092516.793000', '092516.795000', '092516.798000', '092516.801000', '092516.803000', '092516.806000', '092516.809000', '092516.811000', '092516.814000', '092516.816000', '092516.819000', '092516.832000', '092516.835000', '092516.837000', '092516.840000', '092516.843000', '092516.845000', '092516.848000', '092516.850000', '092516.853000', '092516.856000', '092516.858000', '092516.861000', '092516.864000', '092516.866000', '092516.869000', '092516.871000', '092516.874000', '092516.876000', '092516.879000', '092516.882000', '092516.884000', '092516.887000', '092516.889000', '092516.892000', '092516.895000', '092516.897000', '092516.900000', '092518.515000', '092518.519000', '092518.521000', '092518.524000'], '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': [10635, 8703, 8211, 15161, 15529, 13544, 8596, 7797, 11094, 8961, 8009, 9880, 11827, 9570, 7414, 7523, 8385, 10165, 8559, 7342, 9219, 10551, 8783, 7491, 8342, 10902, 8365, 8454, 11062, 10101, 7999, 7760, 10150, 11194, 9612, 7526, 7256, 8733, 10214, 9003, 8078, 8190, 10702, 9140, 7854, 10730, 10932, 8731, 11738, 11328, 8911, 7155, 10406, 10485, 8398, 11572, 11408, 9158, 7232, 8804, 9877, 8059, 7190, 10364, 8688, 7253, 10671, 8616, 7980, 11092, 8173, 7378, 10222, 8686, 7284, 10517, 9920, 7217, 11454, 9794, 7435, 11173, 10620, 8751, 10729, 10669, 7540, 7170, 11064, 9153, 11567, 10543, 7805, 7098, 10410, 8088, 8295, 11509, 9167, 7395, 10521, 9153, 7190, 10590, 10004, 7884, 15910, 10610, 7806, 8088, 11243, 8145, 10882, 11461, 8637, 17939, 12832, 7221, 11233, 9143, 8787, 10950, 7812, 13544, 9575, 7163, 9631, 8966, 7358, 11076, 8123, 8743, 9753, 7174, 7528, 9965, 7187, 10613, 9261, 7329, 9258, 8850, 7376, 9863, 10053, 7626, 7184, 10258, 7661, 7280, 12894, 10307, 8665, 12245, 8892, 12597, 10680, 7832, 16036, 14332, 11152, 10671, 8237, 9450, 10291, 7747, 11622, 9564, 7460, 9102, 9136, 7318, 7353, 9669, 9143, 7106, 12704, 9486, 7649, 10488, 7243, 12412, 9252, 8620, 11139, 7991, 7312, 9852, 8080, 7498, 9895, 9708, 7209, 10606, 8668, 14828, 9262, 13585, 10049, 9575, 11138, 8160, 15574, 9407, 7224, 10568, 7824, 9577, 10492, 7244, 9538, 8658, 7098, 10104, 7172, 11099, 8183, 11192, 8570, 7509, 10362, 7062, 10782, 9786, 7926, 10500, 7542, 10257, 8196, 10685, 8937, 11988, 9954, 7233, 9838, 8992, 7315, 7451, 8766, 7513, 13463, 11303, 7540, 10323, 7109, 11235, 10652, 16318, 11666, 13392, 12999, 9378, 10648, 7486, 12868, 9651, 8939, 10952, 8261, 8556, 9912, 7367, 10895, 7855, 12738, 10429, 12099, 10546, 8313, 10731, 7209, 11997, 8766, 8811, 10657, 7402, 9790, 8445, 7022, 9905, 7272, 10736, 7391, 11844, 8515, 7478, 10575, 7339, 10192, 9761, 7191, 10250, 8474, 7245, 10082, 7825, 13076, 10331, 9816, 12068, 7251, 14476, 8969, 9704, 10651, 7427, 15699, 9708, 7926, 10012, 7773, 7181, 10325, 8831, 8477, 10443, 7577, 9231, 9551, 7355, 14842, 11565, 8929, 10481, 7157, 11721, 10013, 7779, 15297, 10034, 7633, 13401, 8726, 10205, 10462, 7800, 14222, 10526, 13537, 10338, 7248, 10202, 8553, 7743, 10825, 7503, 11489, 9749, 9374, 10458, 7251, 12439, 8774, 9891, 10144, 7759, 13207, 8833, 8836, 10367, 7438, 10231, 7878, 10263, 10421, 11553, 9587, 9006, 10360, 6975, 10653, 7627, 10743, 9312, 10225, 10516, 7412, 8939, 8654, 7166, 10303, 7363, 10828, 7870, 11819, 8269, 13031, 9478, 8858, 10542, 7240, 14552, 8028, 7273, 9661, 7337, 9980, 10633, 8173, 10128, 7198, 10557, 7221, 11030, 9921, 16029, 11828, 10703, 10346, 7174, 12857, 8210, 14425, 11260, 15385, 10421, 7820, 10618, 7945, 7881, 9277, 7283, 10572, 7523, 7997, 8976, 7478, 14170, 10932, 12974, 10507, 7428, 11038, 7742, 12981, 8260, 14641, 12386, 16480, 8329, 13342, 9273, 7320, 10235, 7245, 13495, 8454, 7292, 10364, 7180, 7401, 9366, 7390, 10927, 9337, 13557, 9464, 7324, 9978, 7939, 8608, 10097, 7377, 11954, 7969, 12913, 8986, 7313, 10165, 7738, 8723, 10465, 7360, 9786, 7826, 8202, 9393, 7769, 10301, 9843, 7994, 9886, 7352, 10294, 9051, 8962, 10588, 9067, 16075, 12653, 11396, 10746, 7663, 12579, 8032, 11525, 10327, 8395, 11636, 8715, 7211, 10404, 7615, 9389, 10061, 7492, 10914, 7368, 10544, 7968, 12540, 9222, 9057, 10647, 7483, 10467, 7645, 7205, 8848, 7607, 10294, 7511, 10770, 8810, 7499, 9869, 7044, 10084, 10667, 8343, 9947, 7433, 9722, 8428, 7574, 9976, 9234, 14915, 10808, 9671, 9982, 7331, 9453, 9732, 8425, 14969, 10772, 7602, 10485, 7734, 8663, 9424, 7427, 13048, 9482, 16507, 10470, 7678, 12649, 8155, 8778, 10051, 8290, 15137, 11040, 9666, 13369, 8488, 7254, 10080, 7737, 9604, 9622, 8065, 15143, 7975, 7318, 10045, 7432, 10364, 7804, 13681, 7919, 7113, 8697, 7169, 9830, 7156, 9755, 7349, 10214, 7249, 9471, 7395, 7352, 9029, 7285, 9632, 8855, 10452, 8197, 7196, 8859, 8222, 8796, 13057, 9400, 9636, 9313, 7207, 10271, 7292, 12237, 10787, 12079, 11625, 8331, 9093, 8198, 9719, 8604, 9914, 7233, 10022, 9389, 10075, 8849, 7279, 9934, 8133, 7284, 9375, 8571, 14200, 12475, 10804, 8652, 8001, 7851, 11013, 10552, 8467, 11526, 8440, 7664, 13501, 7976, 14482, 7398, 11979, 7328, 10878, 8518, 14010, 8040, 10343, 7192, 7271, 8046, 7242, 9359, 7027, 8969, 7404, 7476, 8880, 7363, 9213, 7279, 11870, 8489, 8633, 8778, 7082, 9987, 9757, 14707, 12052, 9738, 10147, 7006, 10678, 9546, 16027, 12638, 10029, 10284, 7172, 11348, 9102, 9610, 10277, 8366, 16418, 8159, 7130, 9849, 7624, 12533, 9498, 14711, 12209, 8985, 10471, 8105, 12703, 8014, 8030, 9284, 7590, 7422, 8986, 7536, 7430, 9154, 7034, 10774, 9314, 14124, 7615, 12926, 7916, 12558, 8436, 13578, 9698, 7769, 8825, 7228, 9457, 7194, 9210, 7852, 10055, 9080, 7363, 8621, 7241, 9185, 7389, 11162, 9199, 14097, 9275, 11582, 8026, 7207, 9145, 8067, 11041, 11761, 8300, 9300, 7330, 9851, 7393, 10295, 7779, 15647, 10932, 8518, 9091, 7312, 7359, 7466, 7065, 9302, 8814, 12219, 8475, 9577, 7386, 9778, 8167, 14318, 9518, 11132, 8134, 7161, 10390, 7484, 14457, 10868, 15629, 8060, 15368, 7945, 7705, 8748, 7917, 10776, 8142, 10020, 7622, 6945, 8532, 7165, 9289, 8669, 7125, 9792, 7185, 7275, 9747, 8420, 9902, 7768, 14202, 8844, 10449, 8439, 7119, 10108, 8731, 14805, 9965, 7229, 10083, 7555, 7133, 9625, 8574, 11122, 11444, 7550, 11343, 8113, 7002, 10178, 8210, 8659, 14029, 9529, 12934, 8418, 7481, 9761, 7659, 11891, 8871, 9923, 8807, 7082, 9870, 7883, 8872, 9440, 8165, 9894, 7996, 8866, 8291, 7096, 9951, 7534, 7110, 9846, 7865, 11772, 8687, 7244, 11420, 7671, 8276, 10296, 7568, 15422, 8574, 7267, 9219, 7170, 10834], 'WindowCenter': [4690.0, 4643.0, 4633.0, 4700.0, 4699.0, 4677.0, 4617.0, 4605.0, 4644.0, 4613.0, 4594.0, 4623.0, 4643.0, 4624.0, 4592.0, 4594.0, 4603.0, 4631.0, 4613.0, 4584.0, 4623.0, 4632.0, 4614.0, 4593.0, 4615.0, 4642.0, 4605.0, 4604.0, 4644.0, 4632.0, 4603.0, 4603.0, 4633.0, 4643.0, 4622.0, 4604.0, 4594.0, 4613.0, 4632.0, 4614.0, 4603.0, 4605.0, 4634.0, 4623.0, 4604.0, 4631.0, 4631.0, 4601.0, 4643.0, 4632.0, 4611.0, 4583.0, 4631.0, 4620.0, 4590.0, 4630.0, 4643.0, 4612.0, 4582.0, 4601.0, 4621.0, 4592.0, 4581.0, 4623.0, 4603.0, 4595.0, 4634.0, 4613.0, 4603.0, 4646.0, 4605.0, 4596.0, 4635.0, 4617.0, 4598.0, 4648.0, 4638.0, 4608.0, 4657.0, 4635.0, 4598.0, 4657.0, 4647.0, 4617.0, 4646.0, 4647.0, 4608.0, 4597.0, 4657.0, 4627.0, 4657.0, 4646.0, 4606.0, 4598.0, 4646.0, 4605.0, 4616.0, 4656.0, 4625.0, 4597.0, 4646.0, 4625.0, 4586.0, 4634.0, 4623.0, 4605.0, 4684.0, 4634.0, 4593.0, 4604.0, 4643.0, 4593.0, 4632.0, 4632.0, 4601.0, 4681.0, 4640.0, 4580.0, 4630.0, 4599.0, 4588.0, 4617.0, 4577.0, 4636.0, 4598.0, 4570.0, 4608.0, 4598.0, 4579.0, 4628.0, 4589.0, 4600.0, 4610.0, 4571.0, 4591.0, 4622.0, 4584.0, 4633.0, 4624.0, 4596.0, 4623.0, 4625.0, 4596.0, 4635.0, 4635.0, 4606.0, 4597.0, 4647.0, 4608.0, 4607.0, 4678.0, 4648.0, 4627.0, 4666.0, 4627.0, 4656.0, 4632.0, 4594.0, 4672.0, 4662.0, 4632.0, 4630.0, 4603.0, 4609.0, 4618.0, 4578.0, 4629.0, 4609.0, 4578.0, 4609.0, 4611.0, 4582.0, 4594.0, 4623.0, 4624.0, 4585.0, 4664.0, 4623.0, 4594.0, 4632.0, 4581.0, 4640.0, 4610.0, 4601.0, 4631.0, 4589.0, 4582.0, 4621.0, 4591.0, 4583.0, 4623.0, 4624.0, 4595.0, 4634.0, 4615.0, 4672.0, 4612.0, 4650.0, 4607.0, 4598.0, 4619.0, 4588.0, 4657.0, 4595.0, 4568.0, 4607.0, 4576.0, 4597.0, 4616.0, 4568.0, 4608.0, 4588.0, 4567.0, 4619.0, 4569.0, 4628.0, 4591.0, 4629.0, 4600.0, 4581.0, 4620.0, 4581.0, 4631.0, 4621.0, 4593.0, 4633.0, 4594.0, 4633.0, 4605.0, 4632.0, 4613.0, 4641.0, 4621.0, 4583.0, 4623.0, 4612.0, 4595.0, 4596.0, 4615.0, 4595.0, 4676.0, 4659.0, 4607.0, 4648.0, 4597.0, 4646.0, 4647.0, 4684.0, 4646.0, 4663.0, 4653.0, 4611.0, 4620.0, 4580.0, 4639.0, 4599.0, 4599.0, 4619.0, 4589.0, 4598.0, 4607.0, 4580.0, 4618.0, 4589.0, 4638.0, 4619.0, 4627.0, 4618.0, 4586.0, 4617.0, 4567.0, 4626.0, 4586.0, 4598.0, 4619.0, 4579.0, 4608.0, 4590.0, 4571.0, 4609.0, 4580.0, 4630.0, 4581.0, 4640.0, 4599.0, 4582.0, 4631.0, 4582.0, 4631.0, 4623.0, 4584.0, 4632.0, 4605.0, 4596.0, 4635.0, 4606.0, 4664.0, 4635.0, 4624.0, 4653.0, 4584.0, 4662.0, 4612.0, 4610.0, 4621.0, 4579.0, 4659.0, 4609.0, 4589.0, 4620.0, 4580.0, 4572.0, 4620.0, 4612.0, 4602.0, 4631.0, 4593.0, 4612.0, 4622.0, 4583.0, 4672.0, 4642.0, 4611.0, 4631.0, 4572.0, 4638.0, 4610.0, 4581.0, 4670.0, 4609.0, 4580.0, 4649.0, 4599.0, 4619.0, 4617.0, 4579.0, 4648.0, 4618.0, 4637.0, 4607.0, 4566.0, 4606.0, 4585.0, 4577.0, 4616.0, 4567.0, 4627.0, 4596.0, 4596.0, 4617.0, 4567.0, 4626.0, 4585.0, 4606.0, 4606.0, 4567.0, 4636.0, 4588.0, 4597.0, 4619.0, 4580.0, 4619.0, 4590.0, 4618.0, 4619.0, 4629.0, 4609.0, 4600.0, 4619.0, 4569.0, 4619.0, 4581.0, 4630.0, 4612.0, 4620.0, 4632.0, 4583.0, 4611.0, 4603.0, 4584.0, 4632.0, 4582.0, 4633.0, 4593.0, 4642.0, 4601.0, 4651.0, 4611.0, 4600.0, 4621.0, 4582.0, 4661.0, 4590.0, 4581.0, 4622.0, 4594.0, 4623.0, 4633.0, 4604.0, 4635.0, 4584.0, 4634.0, 4584.0, 4633.0, 4624.0, 4672.0, 4642.0, 4622.0, 4622.0, 4581.0, 4651.0, 4591.0, 4649.0, 4630.0, 4658.0, 4617.0, 4578.0, 4617.0, 4579.0, 4577.0, 4598.0, 4578.0, 4619.0, 4580.0, 4592.0, 4600.0, 4580.0, 4650.0, 4621.0, 4649.0, 4620.0, 4568.0, 4618.0, 4568.0, 4625.0, 4576.0, 4646.0, 4624.0, 4644.0, 4574.0, 4634.0, 4582.0, 4554.0, 4594.0, 4564.0, 4635.0, 4588.0, 4578.0, 4618.0, 4570.0, 4580.0, 4612.0, 4583.0, 4631.0, 4613.0, 4651.0, 4610.0, 4581.0, 4621.0, 4590.0, 4601.0, 4620.0, 4580.0, 4641.0, 4591.0, 4640.0, 4599.0, 4579.0, 4621.0, 4580.0, 4601.0, 4621.0, 4580.0, 4621.0, 4592.0, 4601.0, 4611.0, 4591.0, 4620.0, 4623.0, 4591.0, 4622.0, 4583.0, 4622.0, 4601.0, 4601.0, 4620.0, 4602.0, 4670.0, 4640.0, 4629.0, 4618.0, 4567.0, 4627.0, 4576.0, 4616.0, 4606.0, 4577.0, 4615.0, 4586.0, 4567.0, 4617.0, 4577.0, 4598.0, 4609.0, 4568.0, 4618.0, 4569.0, 4618.0, 4579.0, 4625.0, 4597.0, 4586.0, 4606.0, 4567.0, 4606.0, 4567.0, 4567.0, 4587.0, 4580.0, 4619.0, 4581.0, 4631.0, 4600.0, 4581.0, 4622.0, 4582.0, 4633.0, 4633.0, 4604.0, 4624.0, 4584.0, 4622.0, 4603.0, 4593.0, 4623.0, 4623.0, 4672.0, 4634.0, 4622.0, 4622.0, 4582.0, 4622.0, 4613.0, 4604.0, 4672.0, 4645.0, 4594.0, 4633.0, 4592.0, 4602.0, 4610.0, 4580.0, 4652.0, 4612.0, 4669.0, 4618.0, 4580.0, 4638.0, 4577.0, 4586.0, 4598.0, 4578.0, 4647.0, 4618.0, 4596.0, 4637.0, 4585.0, 4568.0, 4608.0, 4567.0, 4597.0, 4610.0, 4578.0, 4646.0, 4577.0, 4568.0, 4596.0, 4566.0, 4607.0, 4567.0, 4634.0, 4565.0, 4557.0, 4576.0, 4556.0, 4597.0, 4557.0, 4598.0, 4567.0, 4607.0, 4569.0, 4608.0, 4568.0, 4579.0, 4600.0, 4584.0, 4622.0, 4615.0, 4635.0, 4605.0, 4584.0, 4614.0, 4603.0, 4605.0, 4653.0, 4614.0, 4611.0, 4611.0, 4582.0, 4622.0, 4583.0, 4642.0, 4634.0, 4641.0, 4643.0, 4603.0, 4602.0, 4602.0, 4610.0, 4599.0, 4610.0, 4570.0, 4611.0, 4611.0, 4610.0, 4602.0, 4581.0, 4611.0, 4592.0, 4581.0, 4611.0, 4613.0, 4663.0, 4654.0, 4632.0, 4603.0, 4593.0, 4594.0, 4619.0, 4620.0, 4590.0, 4631.0, 4590.0, 4592.0, 4650.0, 4591.0, 4649.0, 4570.0, 4627.0, 4569.0, 4607.0, 4586.0, 4635.0, 4576.0, 4606.0, 4557.0, 4567.0, 4577.0, 4570.0, 4609.0, 4570.0, 4600.0, 4583.0, 4584.0, 4612.0, 4584.0, 4615.0, 4594.0, 4644.0, 4605.0, 4604.0, 4602.0, 4585.0, 4623.0, 4625.0, 4672.0, 4655.0, 4624.0, 4623.0, 4572.0, 4622.0, 4612.0, 4672.0, 4641.0, 4621.0, 4622.0, 4570.0, 4618.0, 4599.0, 4610.0, 4609.0, 4590.0, 4657.0, 4577.0, 4569.0, 4608.0, 4569.0, 4627.0, 4598.0, 4647.0, 4627.0, 4587.0, 4605.0, 4566.0, 4625.0, 4565.0, 4578.0, 4599.0, 4580.0, 4579.0, 4597.0, 4577.0, 4580.0, 4611.0, 4571.0, 4632.0, 4615.0, 4662.0, 4582.0, 4629.0, 4579.0, 4628.0, 4590.0, 4636.0, 4599.0, 4568.0, 4586.0, 4569.0, 4596.0, 4559.0, 4598.0, 4594.0, 4623.0, 4613.0, 4584.0, 4603.0, 4583.0, 4614.0, 4585.0, 4634.0, 4614.0, 4664.0, 4613.0, 4643.0, 4592.0, 4584.0, 4612.0, 4595.0, 4645.0, 4645.0, 4605.0, 4614.0, 4585.0, 4623.0, 4583.0, 4622.0, 4583.0, 4672.0, 4633.0, 4603.0, 4603.0, 4584.0, 4584.0, 4583.0, 4585.0, 4614.0, 4613.0, 4643.0, 4592.0, 4611.0, 4572.0, 4610.0, 4589.0, 4650.0, 4599.0, 4621.0, 4579.0, 4570.0, 4621.0, 4582.0, 4649.0, 4621.0, 4658.0, 4580.0, 4658.0, 4579.0, 4567.0, 4588.0, 4578.0, 4619.0, 4577.0, 4608.0, 4569.0, 4570.0, 4589.0, 4571.0, 4611.0, 4603.0, 4584.0, 4624.0, 4584.0, 4585.0, 4624.0, 4603.0, 4625.0, 4594.0, 4663.0, 4603.0, 4621.0, 4590.0, 4571.0, 4622.0, 4601.0, 4661.0, 4611.0, 4582.0, 4621.0, 4582.0, 4572.0, 4611.0, 4602.0, 4632.0, 4631.0, 4583.0, 4631.0, 4581.0, 4571.0, 4621.0, 4592.0, 4600.0, 4650.0, 4610.0, 4640.0, 4589.0, 4569.0, 4598.0, 4567.0, 4618.0, 4586.0, 4598.0, 4587.0, 4558.0, 4597.0, 4578.0, 4588.0, 4598.0, 4577.0, 4609.0, 4580.0, 4600.0, 4590.0, 4571.0, 4610.0, 4581.0, 4570.0, 4612.0, 4592.0, 4630.0, 4601.0, 4582.0, 4631.0, 4580.0, 4590.0, 4610.0, 4581.0, 4659.0, 4590.0, 4571.0, 4601.0, 4570.0, 4619.0], 'WindowWidth': [10259.0, 10185.0, 10167.0, 10253.0, 10252.0, 10217.0, 10134.0, 10114.0, 10164.0, 10120.0, 10095.0, 10134.0, 10161.0, 10135.0, 10093.0, 10097.0, 10108.0, 10143.0, 10120.0, 10082.0, 10135.0, 10147.0, 10122.0, 10095.0, 10125.0, 10160.0, 10112.0, 10108.0, 10166.0, 10146.0, 10107.0, 10109.0, 10149.0, 10161.0, 10131.0, 10111.0, 10098.0, 10121.0, 10145.0, 10123.0, 10107.0, 10113.0, 10151.0, 10135.0, 10110.0, 10143.0, 10142.0, 10102.0, 10157.0, 10143.0, 10115.0, 10078.0, 10142.0, 10122.0, 10084.0, 10137.0, 10160.0, 10116.0, 10077.0, 10099.0, 10127.0, 10090.0, 10076.0, 10133.0, 10105.0, 10100.0, 10149.0, 10121.0, 10107.0, 10168.0, 10113.0, 10104.0, 10153.0, 10134.0, 10109.0, 10177.0, 10163.0, 10122.0, 10188.0, 10155.0, 10108.0, 10185.0, 10172.0, 10133.0, 10171.0, 10173.0, 10121.0, 10106.0, 10186.0, 10147.0, 10185.0, 10170.0, 10118.0, 10110.0, 10170.0, 10115.0, 10129.0, 10183.0, 10141.0, 10106.0, 10172.0, 10141.0, 10088.0, 10151.0, 10135.0, 10112.0, 10216.0, 10150.0, 10094.0, 10110.0, 10159.0, 10091.0, 10141.0, 10143.0, 10100.0, 10209.0, 10150.0, 10070.0, 10137.0, 10094.0, 10078.0, 10115.0, 10063.0, 10140.0, 10089.0, 10055.0, 10106.0, 10092.0, 10068.0, 10134.0, 10083.0, 10098.0, 10112.0, 10061.0, 10087.0, 10131.0, 10083.0, 10149.0, 10136.0, 10105.0, 10138.0, 10139.0, 10104.0, 10156.0, 10155.0, 10118.0, 10109.0, 10177.0, 10124.0, 10122.0, 10218.0, 10176.0, 10148.0, 10199.0, 10147.0, 10182.0, 10146.0, 10095.0, 10201.0, 10185.0, 10143.0, 10141.0, 10109.0, 10108.0, 10119.0, 10065.0, 10134.0, 10106.0, 10064.0, 10109.0, 10113.0, 10079.0, 10096.0, 10135.0, 10136.0, 10086.0, 10193.0, 10134.0, 10097.0, 10143.0, 10075.0, 10152.0, 10111.0, 10098.0, 10139.0, 10084.0, 10078.0, 10128.0, 10089.0, 10080.0, 10136.0, 10136.0, 10099.0, 10151.0, 10125.0, 10198.0, 10115.0, 10161.0, 10103.0, 10090.0, 10119.0, 10075.0, 10168.0, 10082.0, 10048.0, 10101.0, 10058.0, 10087.0, 10112.0, 10051.0, 10104.0, 10078.0, 10050.0, 10119.0, 10055.0, 10134.0, 10086.0, 10137.0, 10099.0, 10075.0, 10124.0, 10075.0, 10143.0, 10130.0, 10093.0, 10148.0, 10098.0, 10149.0, 10112.0, 10145.0, 10120.0, 10154.0, 10128.0, 10080.0, 10134.0, 10120.0, 10101.0, 10103.0, 10128.0, 10103.0, 10214.0, 10193.0, 10123.0, 10176.0, 10110.0, 10171.0, 10172.0, 10218.0, 10169.0, 10186.0, 10173.0, 10113.0, 10125.0, 10069.0, 10146.0, 10093.0, 10093.0, 10121.0, 10080.0, 10092.0, 10103.0, 10069.0, 10118.0, 10081.0, 10143.0, 10120.0, 10127.0, 10115.0, 10073.0, 10113.0, 10047.0, 10124.0, 10073.0, 10090.0, 10119.0, 10066.0, 10108.0, 10083.0, 10060.0, 10109.0, 10071.0, 10138.0, 10074.0, 10150.0, 10096.0, 10075.0, 10140.0, 10078.0, 10142.0, 10134.0, 10084.0, 10148.0, 10112.0, 10104.0, 10153.0, 10117.0, 10190.0, 10153.0, 10135.0, 10175.0, 10082.0, 10185.0, 10117.0, 10111.0, 10126.0, 10067.0, 10176.0, 10108.0, 10083.0, 10125.0, 10071.0, 10062.0, 10126.0, 10119.0, 10104.0, 10142.0, 10092.0, 10116.0, 10131.0, 10080.0, 10199.0, 10157.0, 10116.0, 10141.0, 10062.0, 10146.0, 10109.0, 10072.0, 10191.0, 10107.0, 10070.0, 10163.0, 10094.0, 10120.0, 10116.0, 10065.0, 10160.0, 10116.0, 10141.0, 10099.0, 10047.0, 10099.0, 10068.0, 10059.0, 10110.0, 10047.0, 10128.0, 10086.0, 10085.0, 10114.0, 10047.0, 10123.0, 10069.0, 10097.0, 10097.0, 10046.0, 10138.0, 10075.0, 10089.0, 10119.0, 10070.0, 10121.0, 10083.0, 10119.0, 10123.0, 10134.0, 10108.0, 10095.0, 10120.0, 10054.0, 10120.0, 10072.0, 10137.0, 10116.0, 10125.0, 10144.0, 10079.0, 10116.0, 10106.0, 10082.0, 10144.0, 10079.0, 10147.0, 10093.0, 10157.0, 10101.0, 10166.0, 10112.0, 10097.0, 10126.0, 10074.0, 10181.0, 10085.0, 10076.0, 10132.0, 10097.0, 10135.0, 10150.0, 10111.0, 10152.0, 10085.0, 10148.0, 10081.0, 10146.0, 10135.0, 10196.0, 10158.0, 10128.0, 10129.0, 10076.0, 10166.0, 10086.0, 10160.0, 10135.0, 10171.0, 10114.0, 10064.0, 10115.0, 10066.0, 10062.0, 10089.0, 10065.0, 10122.0, 10071.0, 10087.0, 10096.0, 10070.0, 10165.0, 10126.0, 10160.0, 10123.0, 10049.0, 10117.0, 10049.0, 10123.0, 10056.0, 10151.0, 10119.0, 10146.0, 10050.0, 10128.0, 10059.0, 10024.0, 10077.0, 10039.0, 10136.0, 10077.0, 10064.0, 10118.0, 10058.0, 10072.0, 10116.0, 10079.0, 10141.0, 10118.0, 10167.0, 10111.0, 10073.0, 10126.0, 10084.0, 10100.0, 10123.0, 10071.0, 10153.0, 10085.0, 10150.0, 10094.0, 10068.0, 10125.0, 10071.0, 10100.0, 10126.0, 10071.0, 10126.0, 10090.0, 10102.0, 10113.0, 10088.0, 10127.0, 10131.0, 10089.0, 10129.0, 10079.0, 10128.0, 10099.0, 10099.0, 10125.0, 10103.0, 10191.0, 10149.0, 10132.0, 10117.0, 10046.0, 10126.0, 10056.0, 10110.0, 10096.0, 10058.0, 10108.0, 10070.0, 10045.0, 10114.0, 10062.0, 10090.0, 10105.0, 10049.0, 10117.0, 10053.0, 10116.0, 10064.0, 10120.0, 10087.0, 10070.0, 10099.0, 10047.0, 10097.0, 10046.0, 10047.0, 10074.0, 10068.0, 10121.0, 10075.0, 10140.0, 10098.0, 10075.0, 10131.0, 10079.0, 10147.0, 10148.0, 10110.0, 10137.0, 10082.0, 10131.0, 10104.0, 10092.0, 10134.0, 10134.0, 10197.0, 10148.0, 10130.0, 10129.0, 10077.0, 10130.0, 10118.0, 10107.0, 10197.0, 10166.0, 10097.0, 10149.0, 10091.0, 10102.0, 10111.0, 10071.0, 10169.0, 10113.0, 10187.0, 10118.0, 10068.0, 10144.0, 10061.0, 10071.0, 10087.0, 10060.0, 10154.0, 10116.0, 10082.0, 10138.0, 10066.0, 10048.0, 10103.0, 10046.0, 10083.0, 10111.0, 10062.0, 10150.0, 10058.0, 10046.0, 10082.0, 10044.0, 10097.0, 10046.0, 10131.0, 10038.0, 10030.0, 10055.0, 10032.0, 10084.0, 10034.0, 10088.0, 10048.0, 10100.0, 10052.0, 10104.0, 10050.0, 10068.0, 10097.0, 10081.0, 10132.0, 10126.0, 10151.0, 10112.0, 10084.0, 10124.0, 10107.0, 10111.0, 10171.0, 10120.0, 10112.0, 10112.0, 10076.0, 10130.0, 10079.0, 10155.0, 10148.0, 10154.0, 10159.0, 10104.0, 10103.0, 10101.0, 10110.0, 10094.0, 10110.0, 10055.0, 10111.0, 10111.0, 10111.0, 10101.0, 10073.0, 10113.0, 10091.0, 10072.0, 10115.0, 10121.0, 10186.0, 10174.0, 10144.0, 10104.0, 10091.0, 10094.0, 10119.0, 10121.0, 10079.0, 10137.0, 10086.0, 10088.0, 10166.0, 10085.0, 10163.0, 10054.0, 10127.0, 10050.0, 10100.0, 10071.0, 10136.0, 10056.0, 10098.0, 10032.0, 10046.0, 10060.0, 10055.0, 10108.0, 10058.0, 10099.0, 10079.0, 10081.0, 10119.0, 10083.0, 10124.0, 10097.0, 10163.0, 10110.0, 10109.0, 10104.0, 10083.0, 10135.0, 10139.0, 10198.0, 10178.0, 10134.0, 10132.0, 10064.0, 10129.0, 10115.0, 10195.0, 10154.0, 10125.0, 10127.0, 10056.0, 10118.0, 10093.0, 10108.0, 10107.0, 10080.0, 10171.0, 10062.0, 10051.0, 10103.0, 10051.0, 10127.0, 10090.0, 10152.0, 10126.0, 10072.0, 10095.0, 10043.0, 10120.0, 10040.0, 10061.0, 10094.0, 10071.0, 10070.0, 10089.0, 10061.0, 10071.0, 10113.0, 10059.0, 10143.0, 10124.0, 10183.0, 10075.0, 10129.0, 10063.0, 10126.0, 10080.0, 10137.0, 10091.0, 10049.0, 10069.0, 10050.0, 10084.0, 10039.0, 10092.0, 10095.0, 10134.0, 10119.0, 10080.0, 10105.0, 10080.0, 10120.0, 10083.0, 10149.0, 10123.0, 10188.0, 10119.0, 10158.0, 10089.0, 10080.0, 10117.0, 10098.0, 10164.0, 10166.0, 10111.0, 10121.0, 10084.0, 10132.0, 10078.0, 10128.0, 10078.0, 10195.0, 10143.0, 10102.0, 10104.0, 10079.0, 10081.0, 10080.0, 10083.0, 10124.0, 10118.0, 10159.0, 10089.0, 10113.0, 10060.0, 10108.0, 10078.0, 10163.0, 10092.0, 10121.0, 10065.0, 10056.0, 10125.0, 10075.0, 10160.0, 10124.0, 10171.0, 10065.0, 10167.0, 10062.0, 10046.0, 10076.0, 10062.0, 10117.0, 10060.0, 10102.0, 10050.0, 10053.0, 10079.0, 10058.0, 10113.0, 10104.0, 10081.0, 10134.0, 10081.0, 10083.0, 10135.0, 10107.0, 10136.0, 10094.0, 10185.0, 10103.0, 10126.0, 10083.0, 10058.0, 10126.0, 10099.0, 10178.0, 10111.0, 10071.0, 10124.0, 10073.0, 10061.0, 10111.0, 10101.0, 10142.0, 10141.0, 10075.0, 10136.0, 10071.0, 10058.0, 10126.0, 10087.0, 10097.0, 10165.0, 10109.0, 10149.0, 10079.0, 10050.0, 10087.0, 10046.0, 10115.0, 10070.0, 10087.0, 10069.0, 10033.0, 10085.0, 10061.0, 10073.0, 10087.0, 10060.0, 10105.0, 10067.0, 10094.0, 10080.0, 10057.0, 10108.0, 10070.0, 10056.0, 10114.0, 10088.0, 10136.0, 10098.0, 10075.0, 10136.0, 10070.0, 10080.0, 10108.0, 10069.0, 10173.0, 10080.0, 10057.0, 10096.0, 10054.0, 10119.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.00033800000000000003</td></tr>
<tr><td colspan=3>aqi</td><td>0.019372003005780344</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.73456449859951</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1780892457291658</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9939793997222229</td></tr>
<tr><td colspan=3>efc</td><td>0.5017</td></tr>
<tr><td colspan=3>fber</td><td>4237.2163</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08130002754481493</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3872832369942196</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.587603893897724</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5181603035987434</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8306995688744996</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.413951809219929</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117213</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010471823625266552</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03542190417647362</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>865</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.769323858572891</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>12.7072</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.5408</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.0288</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295003.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1118.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.1869</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.891</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.7147</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3766.9288</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1154.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4947.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1070.7425</td></tr>
<tr><td colspan=3>tsnr</td><td>41.008739767363295</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>