ds005256-mriqc/sub-0086_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter b91b8aaa47 [DATALAD RUNCMD] Compute MRIQC for sub-0086
=== 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-0086 --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-0086",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:29:22 +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-0086_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0086_ses-01_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0086_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-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-01/func/sub-0086_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>71b2364e80aaa2ebabdd0421f1d75edd</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:29:55.520000</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.999384, 0.00417979, 0.0348344, -0.00558164, 0.999174, 0.0402436]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0912094</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7746, -7303, 656, -79, -127, 69, 95]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eb25db2c-c34d-4bda-abed-bca0f4154237||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.6812751293182373, -0.014975127764046192, 0.0935211107134819, 109.95507049560547], [-0.011214072816073895, 2.680711507797241, 0.10911578685045242, -100.7954330444336], [0.09345820546150208, -0.10797063261270523, 2.6961727142333984, -82.14667510986328], [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': ['092955.520000', '092955.980000', '092956.440000', '092956.900000', '092957.360000', '092957.820000', '092958.280000', '092958.740000', '092959.200000', '092959.660000', '093000.120000', '093000.580000', '093001.040000', '093001.500000', '093001.960000', '093002.420000', '093002.880000', '093003.340000', '093003.800000', '093004.260000', '093004.720000', '093005.180000', '093005.640000', '093006.100000', '093006.560000', '093007.020000', '093007.480000', '093007.940000', '093008.400000', '093008.860000', '093009.320000', '093009.780000', '093010.240000', '093010.700000', '093011.160000', '093011.620000', '093012.080000', '093012.540000', '093013.000000', '093013.460000', '093013.920000', '093014.380000', '093014.840000', '093015.300000', '093015.760000', '093016.220000', '093016.680000', '093017.140000', '093017.600000', '093018.060000', '093018.520000', '093018.980000', '093019.440000', '093019.900000', '093020.360000', '093020.820000', '093021.280000', '093021.740000', '093022.200000', '093022.660000', '093023.120000', '093023.580000', '093024.040000', '093024.500000', '093024.960000', '093025.420000', '093025.880000', '093026.340000', '093026.800000', '093027.260000', '093027.720000', '093028.180000', '093028.640000', '093029.100000', '093029.560000', '093030.020000', '093030.480000', '093030.940000', '093031.400000', '093031.860000', '093032.320000', '093032.780000', '093033.240000', '093033.700000', '093034.160000', '093034.620000', '093035.080000', '093035.540000', '093036.000000', '093036.460000', '093036.920000', '093037.380000', '093037.840000', '093038.300000', '093038.760000', '093039.220000', '093039.680000', '093040.140000', '093040.600000', '093041.060000', '093041.520000', '093041.980000', '093042.440000', '093042.900000', '093043.360000', '093043.820000', '093044.280000', '093044.740000', '093045.200000', '093045.660000', '093046.120000', '093046.580000', '093047.040000', '093047.500000', '093047.960000', '093048.420000', '093048.880000', '093049.340000', '093049.800000', '093050.260000', '093050.720000', '093051.180000', '093051.640000', '093052.100000', '093052.560000', '093053.020000', '093053.480000', '093053.940000', '093054.400000', '093054.860000', '093055.320000', '093055.780000', '093056.240000', '093056.700000', '093057.160000', '093057.620000', '093058.080000', '093058.540000', '093059.000000', '093059.460000', '093059.920000', '093100.380000', '093100.840000', '093101.300000', '093101.760000', '093102.220000', '093102.680000', '093103.140000', '093103.600000', '093104.060000', '093104.520000', '093104.980000', '093105.440000', '093105.900000', '093106.360000', '093106.820000', '093107.280000', '093107.740000', '093108.200000', '093108.660000', '093109.120000', '093109.580000', '093110.040000', '093110.500000', '093110.960000', '093111.420000', '093111.880000', '093112.340000', '093112.800000', '093113.260000', '093113.720000', '093114.180000', '093114.640000', '093115.100000', '093115.560000', '093116.020000', '093116.480000', '093116.940000', '093117.400000', '093117.860000', '093118.320000', '093118.780000', '093119.240000', '093119.700000', '093120.160000', '093120.620000', '093121.080000', '093121.540000', '093122.000000', '093122.460000', '093122.920000', '093123.380000', '093123.840000', '093124.300000', '093124.760000', '093125.220000', '093125.680000', '093126.140000', '093126.600000', '093127.060000', '093127.520000', '093127.980000', '093128.440000', '093128.900000', '093129.360000', '093129.820000', '093130.280000', '093130.740000', '093131.200000', '093131.660000', '093132.120000', '093132.580000', '093133.040000', '093133.500000', '093133.960000', '093134.420000', '093134.880000', '093135.340000', '093135.800000', '093136.260000', '093136.720000', '093137.180000', '093137.640000', '093138.100000', '093138.560000', '093139.020000', '093139.480000', '093139.940000', '093140.400000', '093140.860000', '093141.320000', '093141.780000', '093142.240000', '093142.700000', '093143.160000', '093143.620000', '093144.080000', '093144.540000', '093145.000000', '093145.460000', '093145.920000', '093146.380000', '093146.840000', '093147.300000', '093147.760000', '093148.220000', '093148.680000', '093149.140000', '093149.600000', '093150.060000', '093150.520000', '093150.980000', '093151.440000', '093151.900000', '093152.360000', '093152.820000', '093153.280000', '093153.740000', '093154.200000', '093154.660000', '093155.120000', '093155.580000', '093156.040000', '093156.500000', '093156.960000', '093157.420000', '093157.880000', '093158.340000', '093158.800000', '093159.260000', '093159.720000', '093200.180000', '093200.640000', '093201.100000', '093201.560000', '093202.020000', '093202.480000', '093202.940000', '093203.400000', '093203.860000', '093204.320000', '093204.780000', '093205.240000', '093205.700000', '093206.160000', '093206.620000', '093207.080000', '093207.540000', '093208.000000', '093208.460000', '093208.920000', '093209.380000', '093209.840000', '093210.300000', '093210.760000', '093211.220000', '093211.680000', '093212.140000', '093212.600000', '093213.060000', '093213.520000', '093213.980000', '093214.440000', '093214.900000', '093215.360000', '093215.820000', '093216.280000', '093216.740000', '093217.200000', '093217.660000', '093218.120000', '093218.580000', '093219.040000', '093219.500000', '093219.960000', '093220.420000', '093220.880000', '093221.340000', '093221.800000', '093222.260000', '093222.720000', '093223.180000', '093223.640000', '093224.100000', '093224.560000', '093225.020000', '093225.480000', '093225.940000', '093226.400000', '093226.860000', '093227.320000', '093227.780000', '093228.240000', '093228.700000', '093229.160000', '093229.620000', '093230.080000', '093230.540000', '093231.000000', '093231.460000', '093231.920000', '093232.380000', '093232.840000', '093233.300000', '093233.760000', '093234.220000', '093234.680000', '093235.140000', '093235.600000', '093236.060000', '093236.520000', '093236.980000', '093237.440000', '093237.900000', '093238.360000', '093238.820000', '093239.280000', '093239.740000', '093240.200000', '093240.660000', '093241.120000', '093241.580000', '093242.040000', '093242.500000', '093242.960000', '093243.420000', '093243.880000', '093244.340000', '093244.800000', '093245.260000', '093245.720000', '093246.180000', '093246.640000', '093247.100000', '093247.560000', '093248.020000', '093248.480000', '093248.940000', '093249.400000', '093249.860000', '093250.320000', '093250.780000', '093251.240000', '093251.700000', '093252.160000', '093252.620000', '093253.080000', '093253.540000', '093254.000000', '093254.460000', '093254.920000', '093255.380000', '093255.840000', '093256.300000', '093256.760000', '093257.220000', '093257.680000', '093258.140000', '093258.600000', '093259.060000', '093259.520000', '093259.980000', '093300.440000', '093300.900000', '093301.360000', '093301.820000', '093302.280000', '093302.740000', '093303.200000', '093303.660000', '093304.120000', '093304.580000', '093305.040000', '093305.500000', '093305.960000', '093306.420000', '093306.880000', '093307.340000', '093307.800000', '093308.260000', '093308.720000', '093309.180000', '093309.640000', '093310.100000', '093310.560000', '093311.020000', '093311.480000', '093311.940000', '093312.400000', '093312.860000', '093313.320000', '093313.780000', '093314.240000', '093314.700000', '093315.160000', '093315.620000', '093316.080000', '093316.540000', '093317.000000', '093317.460000', '093317.920000', '093318.380000', '093318.840000', '093319.300000', '093319.760000', '093320.220000', '093320.680000', '093321.140000', '093321.600000', '093322.060000', '093322.520000', '093322.980000', '093323.440000', '093323.900000', '093324.360000', '093324.820000', '093325.280000', '093325.740000', '093326.200000', '093326.660000', '093327.120000', '093327.580000', '093328.040000', '093328.500000', '093328.960000', '093329.420000', '093329.880000', '093330.340000', '093330.800000', '093331.260000', '093331.720000', '093332.180000', '093332.640000', '093333.100000', '093333.560000', '093334.020000', '093334.480000', '093334.940000', '093335.400000', '093335.860000', '093336.320000', '093336.780000', '093337.240000', '093337.700000', '093338.160000', '093338.620000', '093339.080000', '093339.540000', '093340.000000', '093340.460000', '093340.920000', '093341.380000', '093341.840000', '093342.300000', '093342.760000', '093343.220000', '093343.680000', '093344.140000', '093344.600000', '093345.060000', '093345.520000', '093345.980000', '093346.440000', '093346.900000', '093347.360000', '093347.820000', '093348.280000', '093348.740000', '093349.200000', '093349.660000', '093350.120000', '093350.580000', '093351.040000', '093351.500000', '093351.960000', '093352.420000', '093352.880000', '093353.340000', '093353.800000', '093354.260000', '093354.720000', '093355.180000', '093355.640000', '093356.100000', '093356.560000', '093357.020000', '093357.480000', '093357.940000', '093358.400000', '093358.860000', '093359.320000', '093359.780000', '093400.240000', '093400.700000', '093401.160000', '093401.620000', '093402.080000', '093402.540000', '093403.000000', '093403.460000', '093403.920000', '093404.380000', '093404.840000', '093405.300000', '093405.760000', '093406.220000', '093406.680000', '093407.140000', '093407.600000', '093408.060000', '093408.520000', '093408.980000', '093409.440000', '093409.900000', '093410.360000', '093410.820000', '093411.280000', '093411.740000', '093412.200000', '093412.660000', '093413.120000', '093413.580000', '093414.040000', '093414.500000', '093414.960000', '093415.420000', '093415.880000', '093416.340000', '093416.800000', '093417.260000', '093417.720000', '093418.180000', '093418.640000', '093419.100000', '093419.560000', '093420.020000', '093420.480000', '093420.940000', '093421.400000', '093421.860000', '093422.320000', '093422.780000', '093423.240000', '093423.700000', '093424.160000', '093424.620000', '093425.080000', '093425.540000', '093426.000000', '093426.460000', '093426.920000', '093427.380000', '093427.840000', '093428.300000', '093428.760000', '093429.220000', '093429.680000', '093430.140000', '093430.600000', '093431.060000', '093431.520000', '093431.980000', '093432.440000', '093432.900000', '093433.360000', '093433.820000', '093434.280000', '093434.740000', '093435.200000', '093435.660000', '093436.120000', '093436.580000', '093437.040000', '093437.500000', '093437.960000', '093438.420000', '093438.880000', '093439.340000', '093439.800000', '093440.260000', '093440.720000', '093441.180000', '093441.640000', '093442.100000', '093442.560000', '093443.020000', '093443.480000', '093443.940000', '093444.400000', '093444.860000', '093445.320000', '093445.780000', '093446.240000', '093446.700000', '093447.160000', '093447.620000', '093448.080000', '093448.540000', '093449.000000', '093449.460000', '093449.920000', '093450.380000', '093450.840000', '093451.300000', '093451.760000', '093452.220000', '093452.680000', '093453.140000', '093453.600000', '093454.060000', '093454.520000', '093454.980000', '093455.440000', '093455.900000', '093456.360000', '093456.820000', '093457.280000', '093457.740000', '093458.200000', '093458.660000', '093459.120000', '093459.580000', '093500.040000', '093500.500000', '093500.960000', '093501.420000', '093501.880000', '093502.340000', '093502.800000', '093503.260000', '093503.720000', '093504.180000', '093504.640000', '093505.100000', '093505.560000', '093506.020000', '093506.480000', '093506.940000', '093507.400000', '093507.860000', '093508.320000', '093508.780000', '093509.240000', '093509.700000', '093510.160000', '093510.620000', '093511.080000', '093511.540000', '093512.000000', '093512.460000', '093512.920000', '093513.380000', '093513.840000', '093514.300000', '093514.760000', '093515.220000', '093515.680000', '093516.140000', '093516.600000', '093517.060000', '093517.520000', '093517.980000', '093518.440000', '093518.900000', '093519.360000', '093519.820000', '093520.280000', '093520.740000', '093521.200000', '093521.660000', '093522.120000', '093522.580000', '093523.040000', '093523.500000', '093523.960000', '093524.420000', '093524.880000', '093525.340000', '093525.800000', '093526.260000', '093526.720000', '093527.180000', '093527.640000', '093528.100000', '093528.560000', '093529.020000', '093529.480000', '093529.940000', '093530.400000', '093530.860000', '093531.320000', '093531.780000', '093532.240000', '093532.700000', '093533.160000', '093533.620000', '093534.080000', '093534.540000', '093535.000000', '093535.460000', '093535.920000', '093536.380000', '093536.840000', '093537.300000', '093537.760000', '093538.220000', '093538.680000', '093539.140000', '093539.600000', '093540.060000', '093540.520000', '093540.980000', '093541.440000', '093541.900000', '093542.360000', '093542.820000', '093543.280000', '093543.740000', '093544.200000', '093544.660000', '093545.120000', '093545.580000', '093546.040000', '093546.500000', '093546.960000', '093547.420000', '093547.880000', '093548.340000', '093548.800000', '093549.260000', '093549.720000', '093550.180000', '093550.640000', '093551.100000', '093551.560000', '093552.020000', '093552.480000', '093552.940000', '093553.400000', '093553.860000', '093554.320000', '093554.780000', '093555.240000', '093555.700000', '093556.160000', '093556.620000', '093557.080000', '093557.540000', '093558.000000', '093558.460000', '093558.920000', '093559.380000', '093559.840000', '093600.300000', '093600.760000', '093601.220000', '093601.680000', '093602.140000', '093602.600000', '093603.060000', '093603.520000', '093603.980000', '093604.440000', '093604.900000', '093605.360000', '093605.820000', '093606.280000', '093606.740000', '093607.200000', '093607.660000', '093608.120000', '093608.580000', '093609.040000', '093609.500000', '093609.960000', '093610.420000', '093610.880000', '093611.340000', '093611.800000', '093612.260000', '093612.720000', '093613.180000', '093613.640000', '093614.100000', '093614.560000', '093615.020000', '093615.480000', '093615.940000', '093616.400000', '093616.860000', '093617.320000', '093617.780000', '093618.240000', '093618.700000', '093619.160000', '093619.620000', '093620.080000', '093620.540000', '093621.000000', '093621.460000', '093621.920000', '093622.380000', '093622.840000', '093623.300000', '093623.760000', '093624.220000', '093624.680000', '093625.140000', '093625.600000', '093626.060000', '093626.520000', '093626.980000', '093627.440000', '093627.900000', '093628.360000', '093628.820000', '093629.280000', '093629.740000', '093630.200000', '093630.660000', '093631.120000', '093631.580000', '093632.040000', '093632.500000', '093632.960000', '093633.420000', '093633.880000', '093634.340000', '093634.800000', '093635.260000', '093635.720000', '093636.180000'], 'ContentTime': ['093007.648000', '093007.651000', '093007.653000', '093007.656000', '093007.659000', '093007.661000', '093007.664000', '093007.666000', '093007.669000', '093007.672000', '093007.674000', '093007.677000', '093007.679000', '093007.689000', '093007.691000', '093007.699000', '093007.702000', '093007.705000', '093007.707000', '093007.710000', '093007.712000', '093007.715000', '093007.718000', '093007.720000', '093027.611000', '093027.613000', '093027.616000', '093027.619000', '093027.621000', '093027.624000', '093027.627000', '093027.630000', '093027.632000', '093027.635000', '093027.637000', '093027.640000', '093027.645000', '093027.647000', '093027.650000', '093027.652000', '093027.655000', '093027.658000', '093027.660000', '093027.663000', '093027.665000', '093027.668000', '093027.671000', '093027.673000', '093027.676000', '093027.678000', '093027.681000', '093027.683000', '093027.686000', '093027.689000', '093027.691000', '093027.694000', '093027.696000', '093027.699000', '093027.702000', '093027.704000', '093027.707000', '093027.709000', '093027.717000', '093027.719000', '093027.722000', '093027.724000', '093027.727000', '093027.729000', '093047.609000', '093047.612000', '093047.615000', '093047.618000', '093047.620000', '093047.623000', '093047.625000', '093047.628000', '093047.630000', '093047.633000', '093047.636000', '093047.638000', '093047.641000', '093047.643000', '093047.646000', '093047.649000', '093047.651000', '093047.654000', '093047.656000', '093047.659000', '093047.661000', '093047.664000', '093047.667000', '093047.669000', '093047.672000', '093047.674000', '093047.677000', '093047.680000', '093047.682000', '093047.685000', '093047.687000', '093047.690000', '093047.693000', '093047.695000', '093047.698000', '093047.700000', '093047.703000', '093047.705000', '093047.708000', '093047.711000', '093047.713000', '093047.716000', '093047.718000', '093107.609000', '093107.612000', '093107.615000', '093107.618000', '093107.620000', '093107.623000', '093107.625000', '093107.628000', '093107.631000', '093107.633000', '093107.636000', '093107.638000', '093107.641000', '093107.644000', '093107.649000', '093107.652000', '093107.654000', '093107.657000', '093107.659000', '093107.662000', '093107.665000', '093107.667000', '093107.670000', '093107.673000', '093107.675000', '093107.678000', '093107.680000', '093107.683000', '093107.685000', '093107.688000', '093107.691000', '093107.693000', '093107.696000', '093107.699000', '093107.701000', '093107.704000', '093107.706000', '093107.709000', '093107.712000', '093107.714000', '093107.717000', '093107.720000', '093107.722000', '093107.725000', '093127.610000', '093127.612000', '093127.615000', '093127.618000', '093127.620000', '093127.623000', '093127.625000', '093127.628000', '093127.631000', '093127.633000', '093127.636000', '093127.638000', '093127.641000', '093127.644000', '093127.646000', '093127.649000', '093127.652000', '093127.654000', '093127.657000', '093127.659000', '093127.662000', '093127.665000', '093127.667000', '093127.670000', '093127.672000', '093127.675000', '093127.678000', '093127.680000', '093127.683000', '093127.686000', '093127.688000', '093127.691000', '093127.694000', '093127.696000', '093127.699000', '093127.701000', '093127.704000', '093127.707000', '093127.709000', '093127.712000', '093127.714000', '093127.717000', '093127.720000', '093147.609000', '093147.613000', '093147.615000', '093147.618000', '093147.621000', '093147.623000', '093147.626000', '093147.628000', '093147.631000', '093147.634000', '093147.636000', '093147.639000', '093147.642000', '093147.653000', '093147.656000', '093147.658000', '093147.661000', '093147.664000', '093147.667000', '093147.669000', '093147.672000', '093147.675000', '093147.677000', '093147.680000', '093147.683000', '093147.685000', '093147.688000', '093147.690000', '093147.693000', '093147.696000', '093147.698000', '093147.701000', '093147.703000', '093147.706000', '093147.709000', '093147.711000', '093147.714000', '093147.716000', '093147.719000', '093147.722000', '093147.724000', '093147.727000', '093147.729000', '093147.732000', '093207.611000', '093207.613000', '093207.616000', '093207.619000', '093207.621000', '093207.624000', '093207.627000', '093207.629000', '093207.632000', '093207.634000', '093207.637000', '093207.640000', '093207.642000', '093207.645000', '093207.647000', '093207.650000', '093207.653000', '093207.655000', '093207.658000', '093207.660000', '093207.663000', '093207.666000', '093207.668000', '093207.671000', '093207.673000', '093207.676000', '093207.679000', '093207.681000', '093207.684000', '093207.687000', '093207.689000', '093207.692000', '093207.694000', '093207.697000', '093207.700000', '093207.702000', '093207.705000', '093207.707000', '093207.711000', '093207.713000', '093207.716000', '093207.718000', '093207.721000', '093227.611000', '093227.613000', '093227.616000', '093227.619000', '093227.621000', '093227.624000', '093227.627000', '093227.629000', '093227.632000', '093227.634000', '093227.637000', '093227.640000', '093227.642000', '093227.645000', '093227.648000', '093227.650000', '093227.653000', '093227.655000', '093227.658000', '093227.661000', '093227.663000', '093227.666000', '093227.669000', '093227.671000', '093227.674000', '093227.676000', '093227.679000', '093227.682000', '093227.684000', '093227.687000', '093227.690000', '093227.692000', '093227.695000', '093227.697000', '093227.700000', '093227.703000', '093227.705000', '093227.708000', '093227.710000', '093227.713000', '093227.716000', '093227.718000', '093227.721000', '093227.724000', '093247.610000', '093247.613000', '093247.616000', '093247.618000', '093247.621000', '093247.624000', '093247.626000', '093247.629000', '093247.632000', '093247.634000', '093247.637000', '093247.640000', '093247.642000', '093247.645000', '093247.647000', '093247.650000', '093247.653000', '093247.655000', '093247.658000', '093247.660000', '093247.663000', '093247.666000', '093247.668000', '093247.671000', '093247.673000', '093247.676000', '093247.679000', '093247.681000', '093247.684000', '093247.686000', '093247.689000', '093247.692000', '093247.694000', '093247.697000', '093247.700000', '093247.702000', '093247.705000', '093247.707000', '093247.710000', '093247.721000', '093247.723000', '093247.726000', '093247.728000', '093307.609000', '093307.612000', '093307.615000', '093307.618000', '093307.620000', '093307.623000', '093307.626000', '093307.628000', '093307.631000', '093307.634000', '093307.636000', '093307.639000', '093307.642000', '093307.644000', '093307.647000', '093307.649000', '093307.652000', '093307.655000', '093307.658000', '093307.660000', '093307.663000', '093307.666000', '093307.668000', '093307.671000', '093307.674000', '093307.676000', '093307.679000', '093307.682000', '093307.684000', '093307.687000', '093307.690000', '093307.692000', '093307.695000', '093307.697000', '093307.700000', '093307.703000', '093307.705000', '093307.708000', '093307.726000', '093307.729000', '093307.731000', '093307.734000', '093307.737000', '093327.610000', '093327.612000', '093327.615000', '093327.618000', '093327.620000', '093327.623000', '093327.625000', '093327.628000', '093327.631000', '093327.633000', '093327.636000', '093327.639000', '093327.641000', '093327.644000', '093327.647000', '093327.649000', '093327.652000', '093327.654000', '093327.657000', '093327.660000', '093327.662000', '093327.665000', '093327.668000', '093327.670000', '093327.673000', '093327.676000', '093327.678000', '093327.681000', '093327.683000', '093327.686000', '093327.689000', '093327.691000', '093327.694000', '093327.696000', '093327.699000', '093327.702000', '093327.704000', '093327.707000', '093327.710000', '093327.712000', '093327.715000', '093327.717000', '093327.720000', '093327.723000', '093347.609000', '093347.612000', '093347.615000', '093347.618000', '093347.620000', '093347.623000', '093347.626000', '093347.628000', '093347.631000', '093347.634000', '093347.636000', '093347.639000', '093347.641000', '093347.644000', '093347.647000', '093347.649000', '093347.652000', '093347.654000', '093347.657000', '093347.660000', '093347.662000', '093347.665000', '093347.668000', '093347.670000', '093347.673000', '093347.675000', '093347.678000', '093347.681000', '093347.683000', '093347.686000', '093347.689000', '093347.691000', '093347.694000', '093347.696000', '093347.699000', '093347.702000', '093347.704000', '093347.707000', '093347.709000', '093347.712000', '093347.715000', '093347.717000', '093347.720000', '093407.609000', '093407.612000', '093407.615000', '093407.618000', '093407.620000', '093407.623000', '093407.625000', '093407.628000', '093407.631000', '093407.634000', '093407.636000', '093407.639000', '093407.641000', '093407.644000', '093407.647000', '093407.649000', '093407.652000', '093407.655000', '093407.657000', '093407.660000', '093407.663000', '093407.665000', '093407.668000', '093407.671000', '093407.673000', '093407.676000', '093407.679000', '093407.681000', '093407.684000', '093407.687000', '093407.689000', '093407.692000', '093407.694000', '093407.697000', '093407.700000', '093407.702000', '093407.705000', '093407.707000', '093407.710000', '093407.713000', '093407.715000', '093407.718000', '093407.721000', '093407.723000', '093427.611000', '093427.613000', '093427.616000', '093427.619000', '093427.621000', '093427.624000', '093427.627000', '093427.629000', '093427.632000', '093427.635000', '093427.637000', '093427.640000', '093427.643000', '093427.645000', '093427.648000', '093427.651000', '093427.655000', '093427.657000', '093427.660000', '093427.662000', '093427.665000', '093427.668000', '093427.670000', '093427.673000', '093427.676000', '093427.678000', '093427.681000', '093427.684000', '093427.686000', '093427.689000', '093427.692000', '093427.695000', '093427.698000', '093427.700000', '093427.703000', '093427.706000', '093427.708000', '093427.711000', '093427.714000', '093427.716000', '093427.719000', '093427.721000', '093427.724000', '093447.611000', '093447.613000', '093447.616000', '093447.619000', '093447.621000', '093447.624000', '093447.626000', '093447.629000', '093447.632000', '093447.634000', '093447.637000', '093447.640000', '093447.642000', '093447.645000', '093447.647000', '093447.650000', '093447.653000', '093447.655000', '093447.658000', '093447.661000', '093447.672000', '093447.675000', '093447.677000', '093447.680000', '093447.683000', '093447.685000', '093447.688000', '093447.690000', '093447.693000', '093447.696000', '093447.698000', '093447.701000', '093447.703000', '093447.706000', '093447.709000', '093447.711000', '093447.714000', '093447.717000', '093447.719000', '093447.722000', '093447.724000', '093447.727000', '093447.730000', '093447.732000', '093507.611000', '093507.613000', '093507.616000', '093507.619000', '093507.621000', '093507.624000', '093507.627000', '093507.629000', '093507.632000', '093507.635000', '093507.637000', '093507.640000', '093507.642000', '093507.645000', '093507.648000', '093507.650000', '093507.653000', '093507.655000', '093507.658000', '093507.661000', '093507.663000', '093507.666000', '093507.669000', '093507.671000', '093507.674000', '093507.676000', '093507.679000', '093507.682000', '093507.685000', '093507.688000', '093507.691000', '093507.693000', '093507.696000', '093507.699000', '093507.701000', '093507.704000', '093507.706000', '093507.709000', '093507.712000', '093507.714000', '093507.717000', '093507.719000', '093507.722000', '093527.610000', '093527.613000', '093527.615000', '093527.618000', '093527.621000', '093527.623000', '093527.626000', '093527.629000', '093527.631000', '093527.634000', '093527.636000', '093527.639000', '093527.642000', '093527.644000', '093527.647000', '093527.650000', '093527.652000', '093527.655000', '093527.658000', '093527.660000', '093527.669000', '093527.672000', '093527.674000', '093527.677000', '093527.679000', '093527.682000', '093527.685000', '093527.687000', '093527.690000', '093527.693000', '093527.695000', '093527.698000', '093527.700000', '093527.703000', '093527.706000', '093527.708000', '093527.711000', '093527.714000', '093527.716000', '093527.719000', '093527.721000', '093527.724000', '093527.727000', '093527.729000', '093547.610000', '093547.613000', '093547.615000', '093547.618000', '093547.621000', '093547.623000', '093547.626000', '093547.628000', '093547.631000', '093547.634000', '093547.636000', '093547.639000', '093547.641000', '093547.644000', '093547.647000', '093547.649000', '093547.652000', '093547.655000', '093547.657000', '093547.660000', '093547.662000', '093547.665000', '093547.668000', '093547.671000', '093547.674000', '093547.677000', '093547.680000', '093547.682000', '093547.685000', '093547.688000', '093547.690000', '093547.693000', '093547.695000', '093547.698000', '093547.701000', '093547.703000', '093547.706000', '093547.708000', '093547.711000', '093547.714000', '093547.716000', '093547.720000', '093547.723000', '093607.609000', '093607.612000', '093607.615000', '093607.618000', '093607.620000', '093607.623000', '093607.625000', '093607.628000', '093607.631000', '093607.633000', '093607.636000', '093607.639000', '093607.641000', '093607.644000', '093607.647000', '093607.649000', '093607.652000', '093607.655000', '093607.657000', '093607.660000', '093607.662000', '093607.665000', '093607.668000', '093607.670000', '093607.673000', '093607.675000', '093607.678000', '093607.681000', '093607.683000', '093607.686000', '093607.688000', '093607.704000', '093607.707000', '093607.709000', '093607.712000', '093607.714000', '093607.717000', '093607.720000', '093607.722000', '093607.725000', '093607.727000', '093607.730000', '093607.733000', '093607.735000', '093627.610000', '093627.612000', '093627.615000', '093627.618000', '093627.620000', '093627.623000', '093627.626000', '093627.628000', '093627.631000', '093627.633000', '093627.636000', '093627.639000', '093627.641000', '093627.644000', '093627.646000', '093627.649000', '093627.652000', '093627.654000', '093627.657000', '093627.660000', '093627.662000', '093627.665000', '093627.668000', '093627.670000', '093627.673000', '093627.675000', '093627.678000', '093627.681000', '093627.683000', '093627.686000', '093627.689000', '093627.691000', '093627.694000', '093627.696000', '093627.699000', '093627.702000', '093627.705000', '093627.708000', '093627.710000', '093627.713000', '093627.716000', '093627.718000', '093627.721000', '093637.389000', '093637.395000', '093637.397000', '093637.401000', '093637.404000', '093637.407000', '093637.409000', '093637.412000', '093637.416000', '093637.419000', '093637.422000', '093637.425000', '093637.428000', '093637.431000', '093637.434000', '093637.437000', '093637.440000', '093637.443000', '093637.446000', '093637.449000', '093637.451000', '093637.454000'], 'InstanceCreationTime': ['093007.648000', '093007.651000', '093007.653000', '093007.656000', '093007.659000', '093007.661000', '093007.664000', '093007.666000', '093007.669000', '093007.672000', '093007.674000', '093007.677000', '093007.679000', '093007.689000', '093007.691000', '093007.699000', '093007.702000', '093007.705000', '093007.707000', '093007.710000', '093007.712000', '093007.715000', '093007.718000', '093007.720000', '093027.611000', '093027.613000', '093027.616000', '093027.619000', '093027.621000', '093027.624000', '093027.627000', '093027.630000', '093027.632000', '093027.635000', '093027.637000', '093027.640000', '093027.645000', '093027.647000', '093027.650000', '093027.652000', '093027.655000', '093027.658000', '093027.660000', '093027.663000', '093027.665000', '093027.668000', '093027.671000', '093027.673000', '093027.676000', '093027.678000', '093027.681000', '093027.683000', '093027.686000', '093027.689000', '093027.691000', '093027.694000', '093027.696000', '093027.699000', '093027.702000', '093027.704000', '093027.707000', '093027.709000', '093027.717000', '093027.719000', '093027.722000', '093027.724000', '093027.727000', '093027.729000', '093047.609000', '093047.612000', '093047.615000', '093047.618000', '093047.620000', '093047.623000', '093047.625000', '093047.628000', '093047.630000', '093047.633000', '093047.636000', '093047.638000', '093047.641000', '093047.643000', '093047.646000', '093047.649000', '093047.651000', '093047.654000', '093047.656000', '093047.659000', '093047.661000', '093047.664000', '093047.667000', '093047.669000', '093047.672000', '093047.674000', '093047.677000', '093047.680000', '093047.682000', '093047.685000', '093047.687000', '093047.690000', '093047.693000', '093047.695000', '093047.698000', '093047.700000', '093047.703000', '093047.705000', '093047.708000', '093047.711000', '093047.713000', '093047.716000', '093047.718000', '093107.609000', '093107.612000', '093107.615000', '093107.618000', '093107.620000', '093107.623000', '093107.625000', '093107.628000', '093107.631000', '093107.633000', '093107.636000', '093107.638000', '093107.641000', '093107.644000', '093107.649000', '093107.652000', '093107.654000', '093107.657000', '093107.659000', '093107.662000', '093107.665000', '093107.667000', '093107.670000', '093107.673000', '093107.675000', '093107.678000', '093107.680000', '093107.683000', '093107.685000', '093107.688000', '093107.691000', '093107.693000', '093107.696000', '093107.699000', '093107.701000', '093107.704000', '093107.706000', '093107.709000', '093107.712000', '093107.714000', '093107.717000', '093107.720000', '093107.722000', '093107.725000', '093127.610000', '093127.612000', '093127.615000', '093127.618000', '093127.620000', '093127.623000', '093127.625000', '093127.628000', '093127.631000', '093127.633000', '093127.636000', '093127.638000', '093127.641000', '093127.644000', '093127.646000', '093127.649000', '093127.652000', '093127.654000', '093127.657000', '093127.659000', '093127.662000', '093127.665000', '093127.667000', '093127.670000', '093127.672000', '093127.675000', '093127.678000', '093127.680000', '093127.683000', '093127.686000', '093127.688000', '093127.691000', '093127.694000', '093127.696000', '093127.699000', '093127.701000', '093127.704000', '093127.707000', '093127.709000', '093127.712000', '093127.714000', '093127.717000', '093127.720000', '093147.609000', '093147.613000', '093147.615000', '093147.618000', '093147.621000', '093147.623000', '093147.626000', '093147.628000', '093147.631000', '093147.634000', '093147.636000', '093147.639000', '093147.642000', '093147.653000', '093147.656000', '093147.658000', '093147.661000', '093147.664000', '093147.667000', '093147.669000', '093147.672000', '093147.675000', '093147.677000', '093147.680000', '093147.683000', '093147.685000', '093147.688000', '093147.690000', '093147.693000', '093147.696000', '093147.698000', '093147.701000', '093147.703000', '093147.706000', '093147.709000', '093147.711000', '093147.714000', '093147.716000', '093147.719000', '093147.722000', '093147.724000', '093147.727000', '093147.729000', '093147.732000', '093207.611000', '093207.613000', '093207.616000', '093207.619000', '093207.621000', '093207.624000', '093207.627000', '093207.629000', '093207.632000', '093207.634000', '093207.637000', '093207.640000', '093207.642000', '093207.645000', '093207.647000', '093207.650000', '093207.653000', '093207.655000', '093207.658000', '093207.660000', '093207.663000', '093207.666000', '093207.668000', '093207.671000', '093207.673000', '093207.676000', '093207.679000', '093207.681000', '093207.684000', '093207.687000', '093207.689000', '093207.692000', '093207.694000', '093207.697000', '093207.700000', '093207.702000', '093207.705000', '093207.707000', '093207.711000', '093207.713000', '093207.716000', '093207.718000', '093207.721000', '093227.611000', '093227.613000', '093227.616000', '093227.619000', '093227.621000', '093227.624000', '093227.627000', '093227.629000', '093227.632000', '093227.634000', '093227.637000', '093227.640000', '093227.642000', '093227.645000', '093227.648000', '093227.650000', '093227.653000', '093227.655000', '093227.658000', '093227.661000', '093227.663000', '093227.666000', '093227.669000', '093227.671000', '093227.674000', '093227.676000', '093227.679000', '093227.682000', '093227.684000', '093227.687000', '093227.690000', '093227.692000', '093227.695000', '093227.697000', '093227.700000', '093227.703000', '093227.705000', '093227.708000', '093227.710000', '093227.713000', '093227.716000', '093227.718000', '093227.721000', '093227.724000', '093247.610000', '093247.613000', '093247.616000', '093247.618000', '093247.621000', '093247.624000', '093247.626000', '093247.629000', '093247.632000', '093247.634000', '093247.637000', '093247.640000', '093247.642000', '093247.645000', '093247.647000', '093247.650000', '093247.653000', '093247.655000', '093247.658000', '093247.660000', '093247.663000', '093247.666000', '093247.668000', '093247.671000', '093247.673000', '093247.676000', '093247.679000', '093247.681000', '093247.684000', '093247.686000', '093247.689000', '093247.692000', '093247.694000', '093247.697000', '093247.700000', '093247.702000', '093247.705000', '093247.707000', '093247.710000', '093247.721000', '093247.723000', '093247.726000', '093247.728000', '093307.609000', '093307.612000', '093307.615000', '093307.618000', '093307.620000', '093307.623000', '093307.626000', '093307.628000', '093307.631000', '093307.634000', '093307.636000', '093307.639000', '093307.642000', '093307.644000', '093307.647000', '093307.649000', '093307.652000', '093307.655000', '093307.658000', '093307.660000', '093307.663000', '093307.666000', '093307.668000', '093307.671000', '093307.674000', '093307.676000', '093307.679000', '093307.682000', '093307.684000', '093307.687000', '093307.690000', '093307.692000', '093307.695000', '093307.697000', '093307.700000', '093307.703000', '093307.705000', '093307.708000', '093307.726000', '093307.729000', '093307.731000', '093307.734000', '093307.737000', '093327.610000', '093327.612000', '093327.615000', '093327.618000', '093327.620000', '093327.623000', '093327.625000', '093327.628000', '093327.631000', '093327.633000', '093327.636000', '093327.639000', '093327.641000', '093327.644000', '093327.647000', '093327.649000', '093327.652000', '093327.654000', '093327.657000', '093327.660000', '093327.662000', '093327.665000', '093327.668000', '093327.670000', '093327.673000', '093327.676000', '093327.678000', '093327.681000', '093327.683000', '093327.686000', '093327.689000', '093327.691000', '093327.694000', '093327.696000', '093327.699000', '093327.702000', '093327.704000', '093327.707000', '093327.710000', '093327.712000', '093327.715000', '093327.717000', '093327.720000', '093327.723000', '093347.609000', '093347.612000', '093347.615000', '093347.618000', '093347.620000', '093347.623000', '093347.626000', '093347.628000', '093347.631000', '093347.634000', '093347.636000', '093347.639000', '093347.641000', '093347.644000', '093347.647000', '093347.649000', '093347.652000', '093347.654000', '093347.657000', '093347.660000', '093347.662000', '093347.665000', '093347.668000', '093347.670000', '093347.673000', '093347.675000', '093347.678000', '093347.681000', '093347.683000', '093347.686000', '093347.689000', '093347.691000', '093347.694000', '093347.696000', '093347.699000', '093347.702000', '093347.704000', '093347.707000', '093347.709000', '093347.712000', '093347.715000', '093347.717000', '093347.720000', '093407.609000', '093407.612000', '093407.615000', '093407.618000', '093407.620000', '093407.623000', '093407.625000', '093407.628000', '093407.631000', '093407.634000', '093407.636000', '093407.639000', '093407.641000', '093407.644000', '093407.647000', '093407.649000', '093407.652000', '093407.655000', '093407.657000', '093407.660000', '093407.663000', '093407.665000', '093407.668000', '093407.671000', '093407.673000', '093407.676000', '093407.679000', '093407.681000', '093407.684000', '093407.687000', '093407.689000', '093407.692000', '093407.694000', '093407.697000', '093407.700000', '093407.702000', '093407.705000', '093407.707000', '093407.710000', '093407.713000', '093407.715000', '093407.718000', '093407.721000', '093407.723000', '093427.611000', '093427.613000', '093427.616000', '093427.619000', '093427.621000', '093427.624000', '093427.627000', '093427.629000', '093427.632000', '093427.635000', '093427.637000', '093427.640000', '093427.643000', '093427.645000', '093427.648000', '093427.651000', '093427.655000', '093427.657000', '093427.660000', '093427.662000', '093427.665000', '093427.668000', '093427.670000', '093427.673000', '093427.676000', '093427.678000', '093427.681000', '093427.684000', '093427.686000', '093427.689000', '093427.692000', '093427.695000', '093427.698000', '093427.700000', '093427.703000', '093427.706000', '093427.708000', '093427.711000', '093427.714000', '093427.716000', '093427.719000', '093427.721000', '093427.724000', '093447.611000', '093447.613000', '093447.616000', '093447.619000', '093447.621000', '093447.624000', '093447.626000', '093447.629000', '093447.632000', '093447.634000', '093447.637000', '093447.640000', '093447.642000', '093447.645000', '093447.647000', '093447.650000', '093447.653000', '093447.655000', '093447.658000', '093447.661000', '093447.672000', '093447.675000', '093447.677000', '093447.680000', '093447.683000', '093447.685000', '093447.688000', '093447.690000', '093447.693000', '093447.696000', '093447.698000', '093447.701000', '093447.703000', '093447.706000', '093447.709000', '093447.711000', '093447.714000', '093447.717000', '093447.719000', '093447.722000', '093447.724000', '093447.727000', '093447.730000', '093447.732000', '093507.611000', '093507.613000', '093507.616000', '093507.619000', '093507.621000', '093507.624000', '093507.627000', '093507.629000', '093507.632000', '093507.635000', '093507.637000', '093507.640000', '093507.642000', '093507.645000', '093507.648000', '093507.650000', '093507.653000', '093507.655000', '093507.658000', '093507.661000', '093507.663000', '093507.666000', '093507.669000', '093507.671000', '093507.674000', '093507.676000', '093507.679000', '093507.682000', '093507.685000', '093507.688000', '093507.691000', '093507.693000', '093507.696000', '093507.699000', '093507.701000', '093507.704000', '093507.706000', '093507.709000', '093507.712000', '093507.714000', '093507.717000', '093507.719000', '093507.722000', '093527.610000', '093527.613000', '093527.615000', '093527.618000', '093527.621000', '093527.623000', '093527.626000', '093527.629000', '093527.631000', '093527.634000', '093527.636000', '093527.639000', '093527.642000', '093527.644000', '093527.647000', '093527.650000', '093527.652000', '093527.655000', '093527.658000', '093527.660000', '093527.669000', '093527.672000', '093527.674000', '093527.677000', '093527.679000', '093527.682000', '093527.685000', '093527.687000', '093527.690000', '093527.693000', '093527.695000', '093527.698000', '093527.700000', '093527.703000', '093527.706000', '093527.708000', '093527.711000', '093527.714000', '093527.716000', '093527.719000', '093527.721000', '093527.724000', '093527.727000', '093527.729000', '093547.610000', '093547.613000', '093547.615000', '093547.618000', '093547.621000', '093547.623000', '093547.626000', '093547.628000', '093547.631000', '093547.634000', '093547.636000', '093547.639000', '093547.641000', '093547.644000', '093547.647000', '093547.649000', '093547.652000', '093547.655000', '093547.657000', '093547.660000', '093547.662000', '093547.665000', '093547.668000', '093547.671000', '093547.674000', '093547.677000', '093547.680000', '093547.682000', '093547.685000', '093547.688000', '093547.690000', '093547.693000', '093547.695000', '093547.698000', '093547.701000', '093547.703000', '093547.706000', '093547.708000', '093547.711000', '093547.714000', '093547.716000', '093547.720000', '093547.723000', '093607.609000', '093607.612000', '093607.615000', '093607.618000', '093607.620000', '093607.623000', '093607.625000', '093607.628000', '093607.631000', '093607.633000', '093607.636000', '093607.639000', '093607.641000', '093607.644000', '093607.647000', '093607.649000', '093607.652000', '093607.655000', '093607.657000', '093607.660000', '093607.662000', '093607.665000', '093607.668000', '093607.670000', '093607.673000', '093607.675000', '093607.678000', '093607.681000', '093607.683000', '093607.686000', '093607.688000', '093607.704000', '093607.707000', '093607.709000', '093607.712000', '093607.714000', '093607.717000', '093607.720000', '093607.722000', '093607.725000', '093607.727000', '093607.730000', '093607.733000', '093607.735000', '093627.610000', '093627.612000', '093627.615000', '093627.618000', '093627.620000', '093627.623000', '093627.626000', '093627.628000', '093627.631000', '093627.633000', '093627.636000', '093627.639000', '093627.641000', '093627.644000', '093627.646000', '093627.649000', '093627.652000', '093627.654000', '093627.657000', '093627.660000', '093627.662000', '093627.665000', '093627.668000', '093627.670000', '093627.673000', '093627.675000', '093627.678000', '093627.681000', '093627.683000', '093627.686000', '093627.689000', '093627.691000', '093627.694000', '093627.696000', '093627.699000', '093627.702000', '093627.705000', '093627.708000', '093627.710000', '093627.713000', '093627.716000', '093627.718000', '093627.721000', '093637.389000', '093637.395000', '093637.397000', '093637.401000', '093637.404000', '093637.407000', '093637.409000', '093637.412000', '093637.416000', '093637.419000', '093637.422000', '093637.425000', '093637.428000', '093637.431000', '093637.434000', '093637.437000', '093637.440000', '093637.443000', '093637.446000', '093637.449000', '093637.451000', '093637.454000'], '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': [10376, 8409, 8731, 12402, 8314, 11233, 11760, 8734, 12914, 8894, 11288, 7724, 10691, 12890, 8475, 11966, 8235, 9701, 10841, 8518, 11507, 7677, 10974, 8485, 10134, 7508, 9699, 13181, 8949, 11206, 8479, 12130, 8557, 11982, 10015, 10192, 12282, 9053, 11914, 8382, 11782, 10111, 9020, 13022, 8364, 10737, 13612, 9030, 10819, 8647, 10888, 7594, 8970, 12509, 8403, 11325, 8917, 11439, 9688, 7496, 9970, 7655, 11476, 10325, 10208, 14377, 9413, 12330, 13072, 9758, 13440, 8754, 12525, 15036, 11226, 12450, 8758, 11917, 14421, 9993, 12334, 9035, 10545, 12489, 9184, 10401, 8152, 10796, 8090, 8955, 12380, 9233, 10885, 8227, 11714, 8174, 9488, 12264, 9118, 12032, 9052, 12573, 9076, 7242, 10269, 7882, 11211, 10735, 9628, 13656, 9139, 12382, 11960, 9679, 13216, 9227, 12843, 8897, 11039, 13559, 9694, 12450, 10948, 9743, 11527, 9211, 12109, 8200, 11362, 8538, 11531, 13669, 9087, 10010, 8541, 11086, 7911, 8851, 11713, 8728, 10993, 8911, 8909, 11674, 8613, 10911, 7545, 9700, 12537, 8584, 12012, 8292, 10144, 7747, 9578, 13176, 8803, 12019, 8445, 10500, 7520, 10945, 7920, 11241, 8967, 9897, 14536, 9324, 12881, 15582, 10039, 12910, 9612, 11139, 9231, 9621, 13614, 8876, 11655, 14123, 9464, 11947, 8490, 9877, 7810, 9327, 7605, 9410, 7860, 9747, 11283, 9362, 13052, 9052, 12612, 14074, 9436, 13051, 9574, 10589, 13123, 9562, 11364, 8608, 11869, 11774, 9168, 12509, 8929, 10114, 10489, 8731, 12162, 8040, 10077, 13490, 9007, 10532, 7746, 9909, 12893, 8547, 12511, 8093, 10601, 8047, 9690, 13687, 8877, 12312, 8792, 12734, 8910, 12942, 8779, 7343, 8871, 12345, 8657, 11079, 12977, 9297, 13528, 9142, 12047, 10774, 10764, 13871, 9818, 13890, 10533, 12924, 9450, 14838, 10080, 12092, 14101, 9798, 11887, 12381, 9796, 11257, 8584, 11362, 8554, 8896, 11935, 9708, 11813, 7944, 11561, 11789, 9372, 10826, 9104, 10834, 8158, 10603, 8299, 10557, 8341, 11496, 8845, 10595, 13213, 9066, 12422, 11269, 9933, 12813, 8739, 11385, 13393, 9091, 11600, 8655, 10081, 11793, 8904, 11949, 7920, 9225, 11922, 8871, 11052, 8715, 11201, 8560, 11260, 8165, 11554, 9922, 10169, 13449, 8785, 12180, 12942, 9264, 12168, 8653, 10581, 13091, 8977, 12402, 8993, 11033, 7619, 11065, 8301, 9077, 9454, 8825, 10523, 13555, 10588, 14614, 9308, 12129, 15752, 9752, 12820, 9227, 10462, 13818, 8711, 11494, 9160, 9117, 11872, 7806, 10511, 12456, 8748, 10876, 7840, 8876, 10661, 7666, 10124, 12152, 8394, 10668, 7790, 9152, 11145, 8285, 10429, 7859, 8907, 11893, 8554, 11261, 7974, 10323, 7883, 11502, 8503, 11675, 8556, 11778, 8375, 12288, 12402, 9909, 14456, 9500, 11906, 14681, 9307, 12573, 9184, 10249, 13737, 9134, 11956, 14808, 9023, 11886, 9976, 9187, 12452, 8299, 10955, 10982, 8456, 10946, 8713, 8328, 8812, 7879, 9472, 10884, 9607, 12801, 9277, 12631, 9429, 10928, 13832, 8928, 12192, 11442, 9412, 13804, 8817, 11024, 13427, 8565, 11183, 8231, 9323, 11880, 8170, 10572, 8403, 8421, 12071, 8253, 11172, 7856, 10539, 8943, 9096, 12823, 9321, 11613, 8884, 12672, 8469, 12476, 10395, 10500, 14153, 9949, 10891, 9609, 9852, 10110, 9768, 11796, 8783, 13025, 9166, 13197, 9539, 14285, 10755, 13271, 15729, 10375, 13145, 9589, 12450, 8487, 11785, 11108, 9837, 13962, 9622, 13017, 9222, 12210, 11072, 10078, 8464, 10009, 12166, 9280, 12863, 8618, 11913, 8825, 10222, 8567, 9246, 13013, 8751, 11692, 8855, 9931, 7987, 8753, 12912, 8594, 11364, 11184, 9327, 11861, 8867, 12601, 8594, 10930, 13535, 9101, 12027, 8961, 12718, 8228, 11033, 14235, 9214, 11234, 8533, 12370, 8923, 9978, 14213, 9328, 11959, 8524, 12519, 12018, 9666, 13853, 9918, 11612, 8539, 9811, 10938, 8967, 12651, 8326, 11949, 11517, 10353, 10693, 9512, 8039, 9835, 8184, 11587, 8359, 12653, 8626, 12192, 12987, 10482, 14162, 9672, 12765, 10686, 11204, 12807, 9954, 12502, 8485, 11184, 13166, 9420, 12637, 8379, 11576, 8689, 11750, 8844, 8545, 8099, 7637, 10414, 8375, 11070, 9364, 13302, 10723, 13710, 9542, 13477, 13248, 11313, 14399, 9371, 12106, 16592, 9491, 12097, 8890, 10056, 12155, 8658, 10992, 12420, 8741, 11822, 8210, 10833, 8045, 9480, 7676, 8793, 11490, 8111, 11152, 10177, 8804, 12765, 8667, 7755, 9548, 7990, 11223, 8259, 12652, 13666, 9889, 14389, 9047, 12729, 13387, 9867, 13852, 9152, 11629, 15386, 9808, 12357, 8885, 11914, 9316, 9257, 12693, 8192, 11237, 9905, 8728, 11826, 8242, 10590, 8688, 8811, 11859, 8399, 10981, 11744, 9021, 12632, 9089, 11927, 8592, 11928, 8530, 10983, 13038, 9342, 12277, 8478, 11588, 9962, 10035, 7933, 10142, 13216, 9121, 12307, 8762, 11092, 10982, 9543, 8340, 9554, 12893, 9049, 12260, 8477, 11861, 9120, 11116, 8223, 11149, 10022, 10043, 13340, 9269, 12537, 9281, 12397, 8783, 12466, 8806, 12446, 11739, 11566, 8888, 13046, 8837, 12229, 10053, 9016, 10075, 8686, 10033, 10733, 10305, 13583, 9341, 12534, 8961, 12453, 12352, 10972, 13537, 9462, 12685, 12986, 10298, 13660, 8438, 11041, 15076, 9210, 11472, 9066, 9383, 9684, 7789, 9370, 7858, 9320, 12710, 8977, 12133, 11689, 10400, 12829, 8633, 12921, 9593, 12762, 8893, 7740, 9794, 12334, 8689, 11832, 8952, 11323, 13442, 9596, 12776, 9146, 12051, 11671, 13779, 9108, 14864, 10366, 7975, 8800, 12414, 9293, 12377, 12050, 10766, 13225, 9155, 11388, 10461, 9440, 11477, 8608, 13373, 9231, 13196, 9561, 12971, 11295, 8444, 12198, 8627, 11240, 8292, 9773, 9116, 8517, 9721, 9410, 10954, 9135, 10895, 10617, 10002, 10508, 10718, 15449, 10928, 12431, 8793, 10753, 8977, 10144, 10246, 9749, 12238, 9639, 10948, 7646, 10609, 7741, 10564, 8169, 10942, 8521, 9286, 9132, 10658, 9597, 11948, 9225, 11969, 11263, 9609, 10583, 7928, 11596, 8222, 11348, 8807, 12279, 10273, 11503, 11434, 9691, 13586, 8671, 11171, 8632, 12559, 10063, 11595, 9896, 7945, 11619, 8915, 10734, 9197, 8519, 9456, 8694, 8206, 8850, 10179, 8818, 11802, 12746, 13219, 13173, 14075, 12357, 14242, 11175, 12270, 10401, 11108], 'WindowCenter': [4491.0, 4440.0, 4452.0, 4489.0, 4435.0, 4449.0, 4434.0, 4405.0, 4457.0, 4404.0, 4422.0, 4380.0, 4411.0, 4429.0, 4380.0, 4421.0, 4390.0, 4412.0, 4409.0, 4390.0, 4420.0, 4385.0, 4420.0, 4389.0, 4412.0, 4393.0, 4428.0, 4458.0, 4404.0, 4421.0, 4392.0, 4433.0, 4400.0, 4434.0, 4425.0, 4426.0, 4433.0, 4402.0, 4422.0, 4391.0, 4421.0, 4409.0, 4390.0, 4430.0, 4380.0, 4423.0, 4430.0, 4389.0, 4406.0, 4388.0, 4409.0, 4379.0, 4391.0, 4431.0, 4392.0, 4436.0, 4416.0, 4435.0, 4414.0, 4386.0, 4413.0, 4393.0, 4450.0, 4424.0, 4412.0, 4443.0, 4402.0, 4434.0, 4429.0, 4401.0, 4429.0, 4377.0, 4416.0, 4424.0, 4397.0, 4405.0, 4364.0, 4406.0, 4428.0, 4385.0, 4391.0, 4360.0, 4384.0, 4389.0, 4357.0, 4368.0, 4349.0, 4378.0, 4347.0, 4372.0, 4414.0, 4384.0, 4390.0, 4363.0, 4404.0, 4361.0, 4383.0, 4403.0, 4375.0, 4416.0, 4401.0, 4431.0, 4400.0, 4368.0, 4407.0, 4378.0, 4419.0, 4409.0, 4399.0, 4429.0, 4386.0, 4418.0, 4406.0, 4388.0, 4430.0, 4386.0, 4416.0, 4375.0, 4396.0, 4404.0, 4374.0, 4404.0, 4381.0, 4372.0, 4393.0, 4375.0, 4392.0, 4360.0, 4391.0, 4361.0, 4405.0, 4428.0, 4386.0, 4384.0, 4363.0, 4391.0, 4352.0, 4374.0, 4404.0, 4375.0, 4396.0, 4385.0, 4399.0, 4418.0, 4377.0, 4405.0, 4367.0, 4399.0, 4427.0, 4403.0, 4443.0, 4391.0, 4411.0, 4379.0, 4412.0, 4442.0, 4416.0, 4445.0, 4404.0, 4434.0, 4394.0, 4435.0, 4406.0, 4447.0, 4416.0, 4427.0, 4463.0, 4415.0, 4446.0, 4453.0, 4413.0, 4444.0, 4412.0, 4421.0, 4399.0, 4400.0, 4441.0, 4389.0, 4420.0, 4430.0, 4398.0, 4420.0, 4402.0, 4423.0, 4381.0, 4399.0, 4379.0, 4400.0, 4389.0, 4412.0, 4422.0, 4413.0, 4444.0, 4404.0, 4444.0, 4438.0, 4401.0, 4430.0, 4400.0, 4409.0, 4417.0, 4398.0, 4405.0, 4378.0, 4419.0, 4407.0, 4387.0, 4432.0, 4387.0, 4398.0, 4396.0, 4387.0, 4417.0, 4376.0, 4397.0, 4429.0, 4389.0, 4408.0, 4380.0, 4410.0, 4442.0, 4403.0, 4445.0, 4393.0, 4423.0, 4404.0, 4428.0, 4457.0, 4415.0, 4457.0, 4416.0, 4472.0, 4432.0, 4458.0, 4418.0, 4384.0, 4414.0, 4432.0, 4390.0, 4422.0, 4443.0, 4414.0, 4445.0, 4414.0, 4433.0, 4424.0, 4438.0, 4442.0, 4413.0, 4428.0, 4409.0, 4418.0, 4387.0, 4426.0, 4385.0, 4395.0, 4404.0, 4371.0, 4394.0, 4389.0, 4358.0, 4366.0, 4346.0, 4379.0, 4347.0, 4359.0, 4389.0, 4359.0, 4377.0, 4336.0, 4378.0, 4389.0, 4370.0, 4380.0, 4361.0, 4377.0, 4337.0, 4366.0, 4349.0, 4379.0, 4361.0, 4404.0, 4375.0, 4396.0, 4415.0, 4386.0, 4415.0, 4393.0, 4384.0, 4404.0, 4362.0, 4391.0, 4403.0, 4374.0, 4392.0, 4362.0, 4382.0, 4392.0, 4373.0, 4418.0, 4362.0, 4383.0, 4404.0, 4386.0, 4405.0, 4371.0, 4393.0, 4386.0, 4405.0, 4376.0, 4419.0, 4398.0, 4410.0, 4431.0, 4388.0, 4418.0, 4416.0, 4387.0, 4408.0, 4374.0, 4396.0, 4414.0, 4405.0, 4432.0, 4378.0, 4395.0, 4367.0, 4407.0, 4378.0, 4385.0, 4400.0, 4390.0, 4424.0, 4431.0, 4411.0, 4430.0, 4377.0, 4406.0, 4425.0, 4376.0, 4394.0, 4362.0, 4372.0, 4389.0, 4350.0, 4379.0, 4346.0, 4347.0, 4367.0, 4352.0, 4370.0, 4379.0, 4348.0, 4367.0, 4337.0, 4347.0, 4367.0, 4337.0, 4368.0, 4390.0, 4350.0, 4381.0, 4350.0, 4370.0, 4381.0, 4363.0, 4396.0, 4366.0, 4376.0, 4403.0, 4375.0, 4409.0, 4377.0, 4409.0, 4393.0, 4432.0, 4401.0, 4420.0, 4402.0, 4430.0, 4402.0, 4447.0, 4446.0, 4427.0, 4455.0, 4415.0, 4433.0, 4442.0, 4401.0, 4432.0, 4388.0, 4399.0, 4430.0, 4388.0, 4408.0, 4427.0, 4378.0, 4408.0, 4385.0, 4386.0, 4405.0, 4366.0, 4423.0, 4408.0, 4392.0, 4407.0, 4386.0, 4376.0, 4388.0, 4379.0, 4412.0, 4423.0, 4415.0, 4441.0, 4412.0, 4446.0, 4418.0, 4438.0, 4456.0, 4404.0, 4432.0, 4422.0, 4415.0, 4444.0, 4391.0, 4412.0, 4430.0, 4403.0, 4433.0, 4389.0, 4400.0, 4419.0, 4389.0, 4412.0, 4391.0, 4404.0, 4432.0, 4394.0, 4432.0, 4404.0, 4436.0, 4418.0, 4443.0, 4485.0, 4430.0, 4447.0, 4429.0, 4458.0, 4406.0, 4455.0, 4438.0, 4451.0, 4469.0, 4438.0, 4436.0, 4428.0, 4427.0, 4465.0, 4454.0, 4464.0, 4432.0, 4471.0, 4431.0, 4470.0, 4444.0, 4470.0, 4454.0, 4473.0, 4467.0, 4428.0, 4445.0, 4414.0, 4432.0, 4403.0, 4435.0, 4421.0, 4415.0, 4444.0, 4412.0, 4445.0, 4415.0, 4448.0, 4434.0, 4411.0, 4377.0, 4398.0, 4419.0, 4399.0, 4428.0, 4391.0, 4431.0, 4391.0, 4410.0, 4378.0, 4400.0, 4427.0, 4377.0, 4420.0, 4401.0, 4412.0, 4380.0, 4390.0, 4429.0, 4403.0, 4445.0, 4422.0, 4413.0, 4432.0, 4403.0, 4442.0, 4402.0, 4422.0, 4456.0, 4417.0, 4434.0, 4404.0, 4444.0, 4391.0, 4425.0, 4456.0, 4415.0, 4432.0, 4402.0, 4433.0, 4401.0, 4423.0, 4455.0, 4402.0, 4430.0, 4391.0, 4431.0, 4430.0, 4401.0, 4443.0, 4411.0, 4421.0, 4379.0, 4399.0, 4408.0, 4388.0, 4416.0, 4377.0, 4431.0, 4435.0, 4413.0, 4411.0, 4400.0, 4380.0, 4413.0, 4393.0, 4432.0, 4392.0, 4429.0, 4390.0, 4419.0, 4420.0, 4399.0, 4418.0, 4387.0, 4420.0, 4398.0, 4395.0, 4404.0, 4382.0, 4392.0, 4361.0, 4394.0, 4402.0, 4372.0, 4416.0, 4376.0, 4416.0, 4388.0, 4416.0, 4399.0, 4400.0, 4389.0, 4390.0, 4422.0, 4406.0, 4434.0, 4416.0, 4446.0, 4423.0, 4443.0, 4402.0, 4433.0, 4420.0, 4409.0, 4419.0, 4374.0, 4395.0, 4413.0, 4362.0, 4381.0, 4350.0, 4360.0, 4379.0, 4348.0, 4380.0, 4388.0, 4362.0, 4393.0, 4352.0, 4382.0, 4353.0, 4385.0, 4353.0, 4375.0, 4406.0, 4365.0, 4422.0, 4412.0, 4418.0, 4433.0, 4405.0, 4394.0, 4414.0, 4394.0, 4437.0, 4421.0, 4461.0, 4458.0, 4428.0, 4459.0, 4406.0, 4437.0, 4444.0, 4416.0, 4447.0, 4403.0, 4437.0, 4454.0, 4402.0, 4409.0, 4377.0, 4408.0, 4377.0, 4387.0, 4417.0, 4382.0, 4424.0, 4397.0, 4378.0, 4407.0, 4376.0, 4408.0, 4389.0, 4401.0, 4420.0, 4395.0, 4423.0, 4433.0, 4404.0, 4430.0, 4402.0, 4422.0, 4392.0, 4422.0, 4390.0, 4439.0, 4446.0, 4403.0, 4433.0, 4408.0, 4448.0, 4414.0, 4412.0, 4380.0, 4422.0, 4430.0, 4400.0, 4433.0, 4393.0, 4434.0, 4436.0, 4415.0, 4389.0, 4413.0, 4444.0, 4404.0, 4434.0, 4417.0, 4462.0, 4417.0, 4436.0, 4405.0, 4448.0, 4424.0, 4430.0, 4456.0, 4416.0, 4445.0, 4418.0, 4445.0, 4406.0, 4433.0, 4404.0, 4460.0, 4462.0, 4438.0, 4416.0, 4445.0, 4404.0, 4433.0, 4425.0, 4415.0, 4426.0, 4404.0, 4413.0, 4424.0, 4425.0, 4444.0, 4403.0, 4422.0, 4391.0, 4419.0, 4417.0, 4396.0, 4429.0, 4400.0, 4405.0, 4417.0, 4400.0, 4403.0, 4348.0, 4379.0, 4399.0, 4359.0, 4392.0, 4361.0, 4370.0, 4382.0, 4352.0, 4385.0, 4363.0, 4386.0, 4432.0, 4401.0, 4448.0, 4422.0, 4411.0, 4444.0, 4391.0, 4431.0, 4399.0, 4416.0, 4388.0, 4378.0, 4409.0, 4430.0, 4403.0, 4434.0, 4404.0, 4435.0, 4440.0, 4399.0, 4419.0, 4414.0, 4432.0, 4418.0, 4428.0, 4390.0, 4427.0, 4397.0, 4364.0, 4386.0, 4415.0, 4388.0, 4429.0, 4417.0, 4397.0, 4404.0, 4372.0, 4381.0, 4380.0, 4356.0, 4403.0, 4360.0, 4413.0, 4360.0, 4399.0, 4356.0, 4373.0, 4362.0, 4335.0, 4378.0, 4336.0, 4366.0, 4336.0, 4355.0, 4347.0, 4336.0, 4345.0, 4345.0, 4353.0, 4330.0, 4352.0, 4341.0, 4330.0, 4341.0, 4355.0, 4371.0, 4352.0, 4361.0, 4319.0, 4336.0, 4317.0, 4341.0, 4340.0, 4327.0, 4344.0, 4327.0, 4349.0, 4309.0, 4339.0, 4324.0, 4363.0, 4349.0, 4379.0, 4359.0, 4371.0, 4371.0, 4395.0, 4385.0, 4404.0, 4385.0, 4404.0, 4405.0, 4385.0, 4395.0, 4375.0, 4405.0, 4377.0, 4419.0, 4414.0, 4432.0, 4397.0, 4407.0, 4419.0, 4411.0, 4428.0, 4390.0, 4404.0, 4376.0, 4403.0, 4384.0, 4391.0, 4371.0, 4352.0, 4393.0, 4375.0, 4421.0, 4401.0, 4378.0, 4386.0, 4363.0, 4362.0, 4363.0, 4382.0, 4374.0, 4393.0, 4405.0, 4392.0, 4392.0, 4386.0, 4377.0, 4386.0, 4380.0, 4392.0, 4356.0, 4365.0], 'WindowWidth': [9907.0, 9816.0, 9832.0, 9878.0, 9795.0, 9799.0, 9770.0, 9733.0, 9806.0, 9729.0, 9744.0, 9687.0, 9729.0, 9752.0, 9687.0, 9743.0, 9702.0, 9733.0, 9724.0, 9700.0, 9743.0, 9702.0, 9743.0, 9699.0, 9733.0, 9715.0, 9766.0, 9807.0, 9727.0, 9745.0, 9707.0, 9761.0, 9717.0, 9767.0, 9759.0, 9760.0, 9764.0, 9720.0, 9746.0, 9704.0, 9743.0, 9725.0, 9699.0, 9752.0, 9686.0, 9748.0, 9755.0, 9697.0, 9717.0, 9695.0, 9726.0, 9684.0, 9701.0, 9760.0, 9706.0, 9772.0, 9748.0, 9769.0, 9741.0, 9703.0, 9737.0, 9711.0, 9797.0, 9756.0, 9734.0, 9776.0, 9721.0, 9762.0, 9751.0, 9715.0, 9752.0, 9678.0, 9730.0, 9737.0, 9701.0, 9707.0, 9652.0, 9716.0, 9747.0, 9683.0, 9687.0, 9643.0, 9679.0, 9682.0, 9634.0, 9649.0, 9625.0, 9663.0, 9621.0, 9664.0, 9724.0, 9682.0, 9684.0, 9653.0, 9708.0, 9648.0, 9678.0, 9705.0, 9671.0, 9729.0, 9717.0, 9759.0, 9714.0, 9670.0, 9721.0, 9682.0, 9738.0, 9725.0, 9711.0, 9749.0, 9690.0, 9732.0, 9715.0, 9693.0, 9753.0, 9689.0, 9727.0, 9671.0, 9699.0, 9709.0, 9666.0, 9708.0, 9671.0, 9661.0, 9691.0, 9669.0, 9686.0, 9643.0, 9686.0, 9649.0, 9711.0, 9751.0, 9690.0, 9683.0, 9652.0, 9688.0, 9636.0, 9669.0, 9707.0, 9671.0, 9700.0, 9687.0, 9714.0, 9735.0, 9677.0, 9715.0, 9664.0, 9711.0, 9746.0, 9724.0, 9779.0, 9706.0, 9731.0, 9688.0, 9736.0, 9774.0, 9746.0, 9785.0, 9728.0, 9769.0, 9715.0, 9770.0, 9732.0, 9789.0, 9746.0, 9761.0, 9808.0, 9743.0, 9786.0, 9793.0, 9736.0, 9779.0, 9733.0, 9745.0, 9714.0, 9715.0, 9770.0, 9698.0, 9740.0, 9753.0, 9707.0, 9739.0, 9721.0, 9752.0, 9690.0, 9712.0, 9686.0, 9714.0, 9700.0, 9733.0, 9746.0, 9738.0, 9781.0, 9727.0, 9779.0, 9767.0, 9717.0, 9755.0, 9712.0, 9724.0, 9733.0, 9707.0, 9715.0, 9680.0, 9735.0, 9718.0, 9691.0, 9761.0, 9694.0, 9706.0, 9701.0, 9691.0, 9732.0, 9677.0, 9706.0, 9751.0, 9698.0, 9721.0, 9687.0, 9729.0, 9774.0, 9725.0, 9784.0, 9709.0, 9751.0, 9730.0, 9770.0, 9803.0, 9746.0, 9806.0, 9749.0, 9834.0, 9779.0, 9810.0, 9754.0, 9701.0, 9739.0, 9760.0, 9701.0, 9747.0, 9778.0, 9740.0, 9785.0, 9738.0, 9763.0, 9752.0, 9779.0, 9775.0, 9737.0, 9750.0, 9722.0, 9733.0, 9689.0, 9743.0, 9683.0, 9699.0, 9709.0, 9658.0, 9695.0, 9678.0, 9635.0, 9640.0, 9617.0, 9664.0, 9619.0, 9641.0, 9680.0, 9638.0, 9657.0, 9604.0, 9661.0, 9681.0, 9659.0, 9670.0, 9647.0, 9662.0, 9607.0, 9644.0, 9624.0, 9668.0, 9649.0, 9710.0, 9670.0, 9701.0, 9726.0, 9688.0, 9725.0, 9692.0, 9681.0, 9708.0, 9649.0, 9688.0, 9703.0, 9666.0, 9687.0, 9648.0, 9675.0, 9688.0, 9663.0, 9735.0, 9649.0, 9679.0, 9708.0, 9687.0, 9712.0, 9663.0, 9693.0, 9688.0, 9713.0, 9677.0, 9738.0, 9710.0, 9729.0, 9755.0, 9693.0, 9733.0, 9728.0, 9689.0, 9717.0, 9669.0, 9699.0, 9721.0, 9728.0, 9759.0, 9678.0, 9695.0, 9662.0, 9714.0, 9679.0, 9683.0, 9712.0, 9700.0, 9748.0, 9755.0, 9725.0, 9753.0, 9674.0, 9711.0, 9735.0, 9668.0, 9691.0, 9642.0, 9657.0, 9677.0, 9622.0, 9662.0, 9615.0, 9616.0, 9643.0, 9635.0, 9653.0, 9662.0, 9620.0, 9643.0, 9604.0, 9617.0, 9644.0, 9605.0, 9648.0, 9680.0, 9627.0, 9673.0, 9630.0, 9657.0, 9671.0, 9650.0, 9700.0, 9661.0, 9672.0, 9703.0, 9669.0, 9722.0, 9677.0, 9727.0, 9714.0, 9759.0, 9717.0, 9740.0, 9721.0, 9756.0, 9722.0, 9789.0, 9786.0, 9758.0, 9795.0, 9738.0, 9761.0, 9772.0, 9714.0, 9756.0, 9692.0, 9709.0, 9750.0, 9693.0, 9720.0, 9745.0, 9677.0, 9717.0, 9683.0, 9686.0, 9710.0, 9659.0, 9748.0, 9723.0, 9705.0, 9719.0, 9688.0, 9675.0, 9696.0, 9684.0, 9735.0, 9750.0, 9741.0, 9773.0, 9736.0, 9784.0, 9751.0, 9780.0, 9796.0, 9722.0, 9758.0, 9744.0, 9740.0, 9780.0, 9702.0, 9729.0, 9752.0, 9724.0, 9764.0, 9698.0, 9714.0, 9736.0, 9698.0, 9732.0, 9704.0, 9725.0, 9759.0, 9711.0, 9761.0, 9726.0, 9772.0, 9753.0, 9799.0, 9856.0, 9774.0, 9790.0, 9768.0, 9805.0, 9733.0, 9799.0, 9780.0, 9802.0, 9823.0, 9780.0, 9775.0, 9764.0, 9761.0, 9830.0, 9813.0, 9824.0, 9777.0, 9829.0, 9773.0, 9830.0, 9798.0, 9829.0, 9810.0, 9836.0, 9818.0, 9762.0, 9784.0, 9738.0, 9759.0, 9724.0, 9766.0, 9744.0, 9743.0, 9779.0, 9732.0, 9784.0, 9741.0, 9793.0, 9769.0, 9730.0, 9678.0, 9709.0, 9736.0, 9709.0, 9748.0, 9704.0, 9758.0, 9701.0, 9724.0, 9681.0, 9711.0, 9745.0, 9679.0, 9740.0, 9718.0, 9731.0, 9687.0, 9702.0, 9753.0, 9724.0, 9783.0, 9746.0, 9736.0, 9760.0, 9723.0, 9775.0, 9721.0, 9749.0, 9799.0, 9749.0, 9764.0, 9724.0, 9779.0, 9706.0, 9754.0, 9801.0, 9744.0, 9762.0, 9720.0, 9763.0, 9717.0, 9750.0, 9796.0, 9721.0, 9756.0, 9705.0, 9757.0, 9754.0, 9717.0, 9778.0, 9732.0, 9741.0, 9682.0, 9711.0, 9721.0, 9693.0, 9728.0, 9678.0, 9756.0, 9770.0, 9737.0, 9731.0, 9713.0, 9686.0, 9736.0, 9708.0, 9760.0, 9705.0, 9751.0, 9697.0, 9737.0, 9737.0, 9707.0, 9731.0, 9687.0, 9739.0, 9708.0, 9695.0, 9710.0, 9677.0, 9687.0, 9643.0, 9692.0, 9702.0, 9663.0, 9729.0, 9676.0, 9730.0, 9698.0, 9732.0, 9716.0, 9718.0, 9703.0, 9704.0, 9747.0, 9731.0, 9764.0, 9743.0, 9782.0, 9747.0, 9774.0, 9715.0, 9758.0, 9737.0, 9721.0, 9734.0, 9664.0, 9691.0, 9714.0, 9642.0, 9668.0, 9623.0, 9638.0, 9661.0, 9620.0, 9665.0, 9673.0, 9645.0, 9690.0, 9633.0, 9672.0, 9637.0, 9681.0, 9638.0, 9672.0, 9714.0, 9659.0, 9742.0, 9731.0, 9748.0, 9761.0, 9726.0, 9713.0, 9736.0, 9710.0, 9773.0, 9757.0, 9811.0, 9802.0, 9760.0, 9806.0, 9727.0, 9769.0, 9777.0, 9740.0, 9784.0, 9721.0, 9769.0, 9791.0, 9715.0, 9718.0, 9675.0, 9716.0, 9674.0, 9688.0, 9729.0, 9689.0, 9750.0, 9702.0, 9676.0, 9713.0, 9674.0, 9719.0, 9695.0, 9714.0, 9741.0, 9712.0, 9747.0, 9761.0, 9725.0, 9753.0, 9717.0, 9743.0, 9703.0, 9744.0, 9702.0, 9783.0, 9783.0, 9723.0, 9760.0, 9737.0, 9793.0, 9738.0, 9731.0, 9686.0, 9746.0, 9754.0, 9715.0, 9762.0, 9706.0, 9766.0, 9771.0, 9741.0, 9702.0, 9736.0, 9777.0, 9725.0, 9765.0, 9750.0, 9817.0, 9747.0, 9770.0, 9730.0, 9793.0, 9756.0, 9769.0, 9799.0, 9745.0, 9781.0, 9749.0, 9782.0, 9731.0, 9763.0, 9724.0, 9812.0, 9817.0, 9779.0, 9744.0, 9780.0, 9725.0, 9763.0, 9754.0, 9744.0, 9758.0, 9726.0, 9735.0, 9750.0, 9753.0, 9777.0, 9720.0, 9744.0, 9702.0, 9739.0, 9730.0, 9700.0, 9752.0, 9712.0, 9711.0, 9730.0, 9711.0, 9707.0, 9623.0, 9664.0, 9692.0, 9637.0, 9690.0, 9644.0, 9658.0, 9676.0, 9638.0, 9685.0, 9654.0, 9689.0, 9761.0, 9718.0, 9791.0, 9745.0, 9729.0, 9779.0, 9703.0, 9757.0, 9711.0, 9727.0, 9694.0, 9683.0, 9726.0, 9756.0, 9724.0, 9769.0, 9727.0, 9772.0, 9771.0, 9709.0, 9734.0, 9742.0, 9758.0, 9736.0, 9748.0, 9700.0, 9746.0, 9706.0, 9655.0, 9687.0, 9729.0, 9696.0, 9755.0, 9732.0, 9704.0, 9708.0, 9660.0, 9671.0, 9667.0, 9631.0, 9707.0, 9646.0, 9721.0, 9643.0, 9697.0, 9630.0, 9649.0, 9630.0, 9601.0, 9661.0, 9598.0, 9639.0, 9597.0, 9621.0, 9614.0, 9598.0, 9610.0, 9610.0, 9615.0, 9581.0, 9615.0, 9597.0, 9580.0, 9597.0, 9623.0, 9639.0, 9612.0, 9623.0, 9564.0, 9581.0, 9560.0, 9599.0, 9595.0, 9573.0, 9592.0, 9571.0, 9607.0, 9553.0, 9592.0, 9581.0, 9634.0, 9626.0, 9666.0, 9642.0, 9657.0, 9659.0, 9698.0, 9683.0, 9707.0, 9685.0, 9709.0, 9713.0, 9686.0, 9698.0, 9674.0, 9711.0, 9676.0, 9738.0, 9741.0, 9761.0, 9704.0, 9715.0, 9736.0, 9729.0, 9748.0, 9700.0, 9709.0, 9674.0, 9704.0, 9678.0, 9685.0, 9658.0, 9634.0, 9689.0, 9670.0, 9745.0, 9715.0, 9677.0, 9682.0, 9645.0, 9646.0, 9648.0, 9673.0, 9668.0, 9689.0, 9711.0, 9688.0, 9686.0, 9672.0, 9658.0, 9670.0, 9664.0, 9687.0, 9626.0, 9643.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.002407024221453287</td></tr>
<tr><td colspan=3>aqi</td><td>0.030458107843137253</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.30046342333715</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2046552242609703</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0322851808429563</td></tr>
<tr><td colspan=3>efc</td><td>0.5008</td></tr>
<tr><td colspan=3>fber</td><td>5629.1831</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11497594777210095</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>120</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.84083044982699</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.488311507551496</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.410035851631177</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.664187391026277</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.390711279997033</td></tr>
<tr><td colspan=3>gcor</td><td>0.0305021</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01500840112566948</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04215230420231819</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.049889341247167</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.8839</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9569</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.2596</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>911.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.4861</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8066</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.2106</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3548.6586</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3706.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85820.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.0814</td></tr>
<tr><td colspan=3>tsnr</td><td>34.490001478465274</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>