ds005256-mriqc/sub-0086_ses-04_task-social_acq-mb8_run-06_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
105 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-04_task-social_acq-mb8_run-06_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-04_task-social_acq-mb8_run-06_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-06_session-04_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-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_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-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_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-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_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-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_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-06_session-04_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-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_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-06_session-04_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-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_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-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_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-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-06_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-04/func/sub-0086_ses-04_task-social_acq-mb8_run-06_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>ce8e6f84d8a8fe1a2568ac7a92c5887b</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>17:04:46.127500</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.999299, -0.0342807, 0.0150419, 0.0345471, 0.999244, -0.0178245]</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-06_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.103713</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7744, -7290, 589, -68, -161, -1, 43]</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>243.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6e15e318-69f7-4939-8f79-b06f0a8181be||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.6810462474823, 0.09268734604120255, 0.03893275558948517, 106.62801361083984], [0.09197256714105606, 2.680898904800415, -0.049495380371809006, -97.31167602539062], [0.04035643860697746, 0.04782172664999962, 2.699265480041504, -80.82166290283203], [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': ['170446.127500', '170446.587500', '170447.047500', '170447.507500', '170447.967500', '170448.427500', '170448.887500', '170449.347500', '170449.807500', '170450.267500', '170450.727500', '170451.187500', '170451.647500', '170452.107500', '170452.567500', '170453.027500', '170453.487500', '170453.947500', '170454.407500', '170454.867500', '170455.327500', '170455.787500', '170456.247500', '170456.707500', '170457.167500', '170457.627500', '170458.087500', '170458.547500', '170459.007500', '170459.467500', '170459.927500', '170500.387500', '170500.847500', '170501.307500', '170501.767500', '170502.227500', '170502.687500', '170503.147500', '170503.607500', '170504.067500', '170504.527500', '170504.987500', '170505.447500', '170505.907500', '170506.367500', '170506.827500', '170507.287500', '170507.747500', '170508.207500', '170508.667500', '170509.127500', '170509.587500', '170510.047500', '170510.507500', '170510.967500', '170511.427500', '170511.887500', '170512.347500', '170512.807500', '170513.267500', '170513.727500', '170514.187500', '170514.647500', '170515.107500', '170515.567500', '170516.027500', '170516.487500', '170516.947500', '170517.407500', '170517.867500', '170518.327500', '170518.787500', '170519.247500', '170519.707500', '170520.167500', '170520.627500', '170521.087500', '170521.547500', '170522.007500', '170522.467500', '170522.927500', '170523.387500', '170523.847500', '170524.307500', '170524.767500', '170525.227500', '170525.687500', '170526.147500', '170526.607500', '170527.067500', '170527.527500', '170527.987500', '170528.447500', '170528.907500', '170529.367500', '170529.827500', '170530.287500', '170530.747500', '170531.207500', '170531.667500', '170532.127500', '170532.587500', '170533.047500', '170533.507500', '170533.967500', '170534.427500', '170534.887500', '170535.347500', '170535.807500', '170536.267500', '170536.727500', '170537.187500', '170537.647500', '170538.107500', '170538.567500', '170539.027500', '170539.487500', '170539.947500', '170540.407500', '170540.867500', '170541.327500', '170541.787500', '170542.247500', '170542.707500', '170543.167500', '170543.627500', '170544.087500', '170544.547500', '170545.007500', '170545.467500', '170545.927500', '170546.387500', '170546.847500', '170547.307500', '170547.767500', '170548.227500', '170548.687500', '170549.147500', '170549.607500', '170550.067500', '170550.527500', '170550.987500', '170551.447500', '170551.907500', '170552.367500', '170552.827500', '170553.287500', '170553.747500', '170554.207500', '170554.667500', '170555.127500', '170555.587500', '170556.047500', '170556.507500', '170556.967500', '170557.427500', '170557.887500', '170558.347500', '170558.807500', '170559.267500', '170559.727500', '170600.187500', '170600.647500', '170601.107500', '170601.567500', '170602.027500', '170602.487500', '170602.947500', '170603.407500', '170603.867500', '170604.327500', '170604.787500', '170605.247500', '170605.707500', '170606.167500', '170606.627500', '170607.087500', '170607.547500', '170608.007500', '170608.467500', '170608.927500', '170609.387500', '170609.847500', '170610.307500', '170610.767500', '170611.227500', '170611.687500', '170612.147500', '170612.607500', '170613.067500', '170613.527500', '170613.987500', '170614.447500', '170614.907500', '170615.367500', '170615.827500', '170616.287500', '170616.747500', '170617.207500', '170617.667500', '170618.127500', '170618.587500', '170619.047500', '170619.507500', '170619.967500', '170620.427500', '170620.887500', '170621.347500', '170621.807500', '170622.267500', '170622.727500', '170623.187500', '170623.647500', '170624.107500', '170624.567500', '170625.027500', '170625.487500', '170625.947500', '170626.407500', '170626.867500', '170627.327500', '170627.787500', '170628.247500', '170628.707500', '170629.167500', '170629.627500', '170630.087500', '170630.547500', '170631.007500', '170631.467500', '170631.927500', '170632.387500', '170632.847500', '170633.307500', '170633.767500', '170634.227500', '170634.687500', '170635.147500', '170635.607500', '170636.067500', '170636.527500', '170636.987500', '170637.447500', '170637.907500', '170638.367500', '170638.827500', '170639.287500', '170639.747500', '170640.207500', '170640.667500', '170641.127500', '170641.587500', '170642.047500', '170642.507500', '170642.967500', '170643.427500', '170643.887500', '170644.347500', '170644.807500', '170645.267500', '170645.727500', '170646.187500', '170646.647500', '170647.107500', '170647.567500', '170648.027500', '170648.487500', '170648.947500', '170649.407500', '170649.867500', '170650.327500', '170650.787500', '170651.247500', '170651.707500', '170652.167500', '170652.627500', '170653.087500', '170653.547500', '170654.007500', '170654.467500', '170654.927500', '170655.387500', '170655.847500', '170656.307500', '170656.767500', '170657.227500', '170657.687500', '170658.147500', '170658.607500', '170659.067500', '170659.527500', '170659.987500', '170700.447500', '170700.907500', '170701.367500', '170701.827500', '170702.287500', '170702.747500', '170703.207500', '170703.667500', '170704.127500', '170704.587500', '170705.047500', '170705.507500', '170705.967500', '170706.427500', '170706.887500', '170707.347500', '170707.807500', '170708.267500', '170708.727500', '170709.187500', '170709.647500', '170710.107500', '170710.567500', '170711.027500', '170711.487500', '170711.947500', '170712.407500', '170712.867500', '170713.327500', '170713.787500', '170714.247500', '170714.707500', '170715.167500', '170715.627500', '170716.087500', '170716.547500', '170717.007500', '170717.467500', '170717.927500', '170718.387500', '170718.847500', '170719.307500', '170719.767500', '170720.227500', '170720.687500', '170721.147500', '170721.607500', '170722.067500', '170722.527500', '170722.987500', '170723.447500', '170723.907500', '170724.367500', '170724.827500', '170725.287500', '170725.747500', '170726.207500', '170726.667500', '170727.127500', '170727.587500', '170728.047500', '170728.507500', '170728.967500', '170729.427500', '170729.887500', '170730.347500', '170730.807500', '170731.267500', '170731.727500', '170732.187500', '170732.647500', '170733.107500', '170733.567500', '170734.027500', '170734.487500', '170734.947500', '170735.407500', '170735.867500', '170736.327500', '170736.787500', '170737.247500', '170737.707500', '170738.167500', '170738.627500', '170739.087500', '170739.547500', '170740.007500', '170740.467500', '170740.927500', '170741.387500', '170741.847500', '170742.307500', '170742.767500', '170743.227500', '170743.687500', '170744.147500', '170744.607500', '170745.067500', '170745.527500', '170745.987500', '170746.447500', '170746.907500', '170747.367500', '170747.827500', '170748.287500', '170748.747500', '170749.207500', '170749.667500', '170750.127500', '170750.587500', '170751.047500', '170751.507500', '170751.967500', '170752.427500', '170752.887500', '170753.347500', '170753.807500', '170754.267500', '170754.727500', '170755.187500', '170755.647500', '170756.107500', '170756.567500', '170757.027500', '170757.487500', '170757.947500', '170758.407500', '170758.867500', '170759.327500', '170759.787500', '170800.247500', '170800.707500', '170801.167500', '170801.627500', '170802.087500', '170802.547500', '170803.007500', '170803.467500', '170803.927500', '170804.387500', '170804.847500', '170805.307500', '170805.767500', '170806.227500', '170806.687500', '170807.147500', '170807.607500', '170808.067500', '170808.527500', '170808.987500', '170809.447500', '170809.907500', '170810.367500', '170810.827500', '170811.287500', '170811.747500', '170812.207500', '170812.667500', '170813.127500', '170813.587500', '170814.047500', '170814.507500', '170814.967500', '170815.427500', '170815.887500', '170816.347500', '170816.807500', '170817.267500', '170817.727500', '170818.187500', '170818.647500', '170819.107500', '170819.567500', '170820.027500', '170820.487500', '170820.947500', '170821.407500', '170821.867500', '170822.327500', '170822.787500', '170823.247500', '170823.707500', '170824.167500', '170824.627500', '170825.087500', '170825.547500', '170826.007500', '170826.467500', '170826.927500', '170827.387500', '170827.847500', '170828.307500', '170828.767500', '170829.227500', '170829.687500', '170830.147500', '170830.607500', '170831.067500', '170831.527500', '170831.987500', '170832.447500', '170832.907500', '170833.367500', '170833.827500', '170834.287500', '170834.747500', '170835.207500', '170835.667500', '170836.127500', '170836.587500', '170837.047500', '170837.507500', '170837.967500', '170838.427500', '170838.887500', '170839.347500', '170839.807500', '170840.267500', '170840.727500', '170841.187500', '170841.647500', '170842.107500', '170842.567500', '170843.027500', '170843.487500', '170843.947500', '170844.407500', '170844.867500', '170845.327500', '170845.787500', '170846.247500', '170846.707500', '170847.167500', '170847.627500', '170848.087500', '170848.547500', '170849.007500', '170849.467500', '170849.927500', '170850.387500', '170850.847500', '170851.307500', '170851.767500', '170852.227500', '170852.687500', '170853.147500', '170853.607500', '170854.067500', '170854.527500', '170854.987500', '170855.447500', '170855.907500', '170856.367500', '170856.827500', '170857.287500', '170857.747500', '170858.207500', '170858.667500', '170859.127500', '170859.587500', '170900.047500', '170900.507500', '170900.967500', '170901.427500', '170901.887500', '170902.347500', '170902.807500', '170903.267500', '170903.727500', '170904.187500', '170904.647500', '170905.107500', '170905.567500', '170906.027500', '170906.487500', '170906.947500', '170907.407500', '170907.867500', '170908.327500', '170908.787500', '170909.247500', '170909.707500', '170910.167500', '170910.627500', '170911.087500', '170911.547500', '170912.007500', '170912.467500', '170912.927500', '170913.387500', '170913.847500', '170914.307500', '170914.767500', '170915.227500', '170915.687500', '170916.147500', '170916.607500', '170917.067500', '170917.527500', '170917.987500', '170918.447500', '170918.907500', '170919.367500', '170919.827500', '170920.287500', '170920.747500', '170921.207500', '170921.667500', '170922.127500', '170922.587500', '170923.047500', '170923.507500', '170923.967500', '170924.427500', '170924.887500', '170925.347500', '170925.807500', '170926.267500', '170926.727500', '170927.187500', '170927.647500', '170928.107500', '170928.567500', '170929.027500', '170929.487500', '170929.947500', '170930.407500', '170930.867500', '170931.327500', '170931.787500', '170932.247500', '170932.707500', '170933.167500', '170933.627500', '170934.087500', '170934.547500', '170935.007500', '170935.467500', '170935.927500', '170936.387500', '170936.847500', '170937.307500', '170937.767500', '170938.227500', '170938.687500', '170939.147500', '170939.607500', '170940.067500', '170940.527500', '170940.987500', '170941.447500', '170941.907500', '170942.367500', '170942.827500', '170943.287500', '170943.747500', '170944.207500', '170944.667500', '170945.127500', '170945.587500', '170946.047500', '170946.507500', '170946.967500', '170947.427500', '170947.887500', '170948.347500', '170948.807500', '170949.267500', '170949.727500', '170950.187500', '170950.647500', '170951.107500', '170951.567500', '170952.027500', '170952.487500', '170952.947500', '170953.407500', '170953.867500', '170954.327500', '170954.787500', '170955.247500', '170955.707500', '170956.167500', '170956.627500', '170957.087500', '170957.547500', '170958.007500', '170958.467500', '170958.927500', '170959.387500', '170959.847500', '171000.307500', '171000.767500', '171001.227500', '171001.687500', '171002.147500', '171002.607500', '171003.067500', '171003.527500', '171003.987500', '171004.447500', '171004.907500', '171005.367500', '171005.827500', '171006.287500', '171006.747500', '171007.207500', '171007.667500', '171008.127500', '171008.587500', '171009.047500', '171009.507500', '171009.967500', '171010.427500', '171010.887500', '171011.347500', '171011.807500', '171012.267500', '171012.727500', '171013.187500', '171013.647500', '171014.107500', '171014.567500', '171015.027500', '171015.487500', '171015.947500', '171016.407500', '171016.867500', '171017.327500', '171017.787500', '171018.247500', '171018.707500', '171019.167500', '171019.627500', '171020.087500', '171020.547500', '171021.007500', '171021.467500', '171021.927500', '171022.387500', '171022.847500', '171023.307500', '171023.767500', '171024.227500', '171024.687500', '171025.147500', '171025.607500', '171026.067500', '171026.527500', '171026.987500', '171027.447500', '171027.907500', '171028.367500', '171028.827500', '171029.287500', '171029.747500', '171030.207500', '171030.667500', '171031.127500', '171031.587500', '171032.047500', '171032.507500', '171032.967500', '171033.427500', '171033.887500', '171034.347500', '171034.807500', '171035.267500', '171035.727500', '171036.187500', '171036.647500', '171037.107500', '171037.567500', '171038.027500', '171038.487500', '171038.947500', '171039.407500', '171039.867500', '171040.327500', '171040.787500', '171041.247500', '171041.707500', '171042.167500', '171042.627500', '171043.087500', '171043.547500', '171044.007500', '171044.467500', '171044.927500', '171045.387500', '171045.847500', '171046.307500', '171046.767500', '171047.227500', '171047.687500', '171048.147500', '171048.607500', '171049.067500', '171049.527500', '171049.987500', '171050.447500', '171050.907500', '171051.367500', '171051.827500', '171052.287500', '171052.747500', '171053.207500', '171053.667500', '171054.127500', '171054.587500', '171055.047500', '171055.507500', '171055.967500', '171056.427500', '171056.887500', '171057.347500', '171057.807500', '171058.267500', '171058.727500', '171059.187500', '171059.647500', '171100.107500', '171100.567500', '171101.027500', '171101.487500', '171101.947500', '171102.407500', '171102.867500', '171103.327500', '171103.787500', '171104.247500', '171104.707500', '171105.167500', '171105.627500', '171106.087500', '171106.547500', '171107.007500', '171107.467500', '171107.927500', '171108.387500', '171108.847500', '171109.307500', '171109.767500', '171110.227500', '171110.687500', '171111.147500', '171111.607500', '171112.067500', '171112.527500', '171112.987500', '171113.447500', '171113.907500', '171114.367500', '171114.827500', '171115.287500', '171115.747500', '171116.207500', '171116.667500', '171117.127500', '171117.587500', '171118.047500', '171118.507500', '171118.967500', '171119.427500', '171119.887500', '171120.347500', '171120.807500', '171121.267500', '171121.727500', '171122.187500', '171122.647500', '171123.107500', '171123.567500', '171124.027500', '171124.487500', '171124.947500', '171125.407500', '171125.867500', '171126.327500', '171126.787500'], 'ContentTime': ['170508.412000', '170508.415000', '170508.418000', '170508.425000', '170508.428000', '170508.430000', '170508.433000', '170508.436000', '170508.438000', '170508.441000', '170508.443000', '170508.446000', '170508.449000', '170508.451000', '170508.454000', '170508.457000', '170508.459000', '170508.462000', '170508.465000', '170508.467000', '170508.470000', '170508.472000', '170508.475000', '170508.478000', '170508.480000', '170508.483000', '170508.485000', '170508.488000', '170508.490000', '170508.493000', '170508.496000', '170508.498000', '170508.501000', '170508.503000', '170508.506000', '170508.508000', '170508.511000', '170508.514000', '170508.516000', '170508.519000', '170508.521000', '170508.524000', '170508.531000', '170508.533000', '170508.536000', '170508.539000', '170528.360000', '170528.363000', '170528.366000', '170528.369000', '170528.371000', '170528.374000', '170528.376000', '170528.379000', '170528.381000', '170528.384000', '170528.387000', '170528.389000', '170528.392000', '170528.394000', '170528.397000', '170528.399000', '170528.402000', '170528.405000', '170528.407000', '170528.410000', '170528.412000', '170528.425000', '170528.428000', '170528.431000', '170528.434000', '170528.437000', '170528.440000', '170528.443000', '170528.445000', '170528.448000', '170528.450000', '170528.453000', '170528.456000', '170528.458000', '170528.461000', '170528.463000', '170528.467000', '170528.470000', '170528.484000', '170528.487000', '170528.489000', '170528.492000', '170528.494000', '170548.360000', '170548.363000', '170548.368000', '170548.370000', '170548.373000', '170548.376000', '170548.378000', '170548.381000', '170548.383000', '170548.386000', '170548.389000', '170548.391000', '170548.394000', '170548.396000', '170548.399000', '170548.401000', '170548.404000', '170548.406000', '170548.409000', '170548.412000', '170548.414000', '170548.417000', '170548.420000', '170548.422000', '170548.425000', '170548.428000', '170548.430000', '170548.433000', '170548.435000', '170548.438000', '170548.440000', '170548.443000', '170548.446000', '170548.448000', '170548.451000', '170548.453000', '170548.456000', '170548.459000', '170548.461000', '170548.464000', '170548.466000', '170548.469000', '170548.471000', '170548.474000', '170608.360000', '170608.363000', '170608.366000', '170608.369000', '170608.371000', '170608.374000', '170608.376000', '170608.379000', '170608.382000', '170608.384000', '170608.387000', '170608.389000', '170608.392000', '170608.395000', '170608.397000', '170608.400000', '170608.407000', '170608.410000', '170608.412000', '170608.415000', '170608.418000', '170608.420000', '170608.423000', '170608.425000', '170608.428000', '170608.431000', '170608.433000', '170608.436000', '170608.439000', '170608.441000', '170608.444000', '170608.447000', '170608.449000', '170608.452000', '170608.455000', '170608.457000', '170608.460000', '170608.463000', '170608.465000', '170608.468000', '170608.471000', '170608.473000', '170608.476000', '170628.361000', '170628.364000', '170628.366000', '170628.369000', '170628.371000', '170628.374000', '170628.377000', '170628.379000', '170628.382000', '170628.385000', '170628.387000', '170628.390000', '170628.392000', '170628.395000', '170628.397000', '170628.400000', '170628.403000', '170628.405000', '170628.408000', '170628.410000', '170628.413000', '170628.416000', '170628.418000', '170628.421000', '170628.423000', '170628.426000', '170628.429000', '170628.431000', '170628.434000', '170628.437000', '170628.439000', '170628.442000', '170628.444000', '170628.447000', '170628.450000', '170628.459000', '170628.461000', '170628.464000', '170628.466000', '170628.469000', '170628.472000', '170628.474000', '170628.477000', '170628.479000', '170648.361000', '170648.363000', '170648.366000', '170648.369000', '170648.377000', '170648.380000', '170648.383000', '170648.385000', '170648.388000', '170648.390000', '170648.393000', '170648.396000', '170648.398000', '170648.401000', '170648.404000', '170648.406000', '170648.409000', '170648.411000', '170648.414000', '170648.417000', '170648.419000', '170648.422000', '170648.425000', '170648.427000', '170648.430000', '170648.432000', '170648.435000', '170648.438000', '170648.440000', '170648.443000', '170648.446000', '170648.449000', '170648.452000', '170648.454000', '170648.457000', '170648.459000', '170648.462000', '170648.465000', '170648.467000', '170648.470000', '170648.473000', '170648.475000', '170648.478000', '170708.359000', '170708.362000', '170708.365000', '170708.368000', '170708.370000', '170708.373000', '170708.375000', '170708.378000', '170708.380000', '170708.383000', '170708.386000', '170708.388000', '170708.391000', '170708.393000', '170708.396000', '170708.399000', '170708.401000', '170708.404000', '170708.406000', '170708.409000', '170708.411000', '170708.414000', '170708.417000', '170708.419000', '170708.422000', '170708.424000', '170708.427000', '170708.429000', '170708.432000', '170708.435000', '170708.437000', '170708.440000', '170708.442000', '170708.445000', '170708.448000', '170708.450000', '170708.453000', '170708.456000', '170708.458000', '170708.461000', '170708.463000', '170708.466000', '170708.469000', '170708.471000', '170728.360000', '170728.363000', '170728.366000', '170728.369000', '170728.371000', '170728.374000', '170728.377000', '170728.379000', '170728.382000', '170728.384000', '170728.387000', '170728.389000', '170728.392000', '170728.395000', '170728.397000', '170728.400000', '170728.402000', '170728.405000', '170728.408000', '170728.410000', '170728.413000', '170728.416000', '170728.418000', '170728.421000', '170728.423000', '170728.426000', '170728.429000', '170728.431000', '170728.434000', '170728.436000', '170728.439000', '170728.442000', '170728.444000', '170728.447000', '170728.450000', '170728.452000', '170728.455000', '170728.457000', '170728.460000', '170728.463000', '170728.465000', '170728.468000', '170728.470000', '170748.360000', '170748.363000', '170748.366000', '170748.369000', '170748.371000', '170748.374000', '170748.377000', '170748.379000', '170748.382000', '170748.384000', '170748.387000', '170748.389000', '170748.392000', '170748.395000', '170748.397000', '170748.400000', '170748.402000', '170748.405000', '170748.408000', '170748.410000', '170748.413000', '170748.415000', '170748.418000', '170748.420000', '170748.423000', '170748.426000', '170748.428000', '170748.431000', '170748.433000', '170748.436000', '170748.439000', '170748.441000', '170748.444000', '170748.446000', '170748.449000', '170748.452000', '170748.454000', '170748.457000', '170748.459000', '170748.462000', '170748.465000', '170748.467000', '170748.470000', '170748.472000', '170808.361000', '170808.363000', '170808.366000', '170808.369000', '170808.372000', '170808.374000', '170808.377000', '170808.379000', '170808.382000', '170808.385000', '170808.387000', '170808.390000', '170808.392000', '170808.395000', '170808.398000', '170808.400000', '170808.403000', '170808.405000', '170808.408000', '170808.411000', '170808.413000', '170808.416000', '170808.418000', '170808.421000', '170808.424000', '170808.426000', '170808.429000', '170808.432000', '170808.434000', '170808.437000', '170808.439000', '170808.442000', '170808.445000', '170808.448000', '170808.450000', '170808.453000', '170808.455000', '170808.458000', '170808.461000', '170808.463000', '170808.466000', '170808.469000', '170808.471000', '170828.361000', '170828.364000', '170828.366000', '170828.369000', '170828.371000', '170828.374000', '170828.377000', '170828.379000', '170828.382000', '170828.384000', '170828.387000', '170828.389000', '170828.392000', '170828.395000', '170828.397000', '170828.400000', '170828.402000', '170828.405000', '170828.408000', '170828.410000', '170828.413000', '170828.415000', '170828.418000', '170828.421000', '170828.423000', '170828.426000', '170828.428000', '170828.431000', '170828.433000', '170828.436000', '170828.439000', '170828.441000', '170828.444000', '170828.446000', '170828.449000', '170828.452000', '170828.454000', '170828.457000', '170828.459000', '170828.462000', '170828.465000', '170828.467000', '170828.470000', '170828.472000', '170848.361000', '170848.363000', '170848.366000', '170848.369000', '170848.371000', '170848.374000', '170848.376000', '170848.379000', '170848.382000', '170848.384000', '170848.387000', '170848.389000', '170848.392000', '170848.395000', '170848.397000', '170848.400000', '170848.402000', '170848.405000', '170848.408000', '170848.410000', '170848.413000', '170848.415000', '170848.418000', '170848.421000', '170848.423000', '170848.426000', '170848.428000', '170848.431000', '170848.434000', '170848.447000', '170848.449000', '170848.452000', '170848.454000', '170848.457000', '170848.460000', '170848.462000', '170848.465000', '170848.467000', '170848.470000', '170848.473000', '170848.475000', '170848.478000', '170848.481000', '170908.361000', '170908.363000', '170908.366000', '170908.369000', '170908.371000', '170908.374000', '170908.376000', '170908.379000', '170908.382000', '170908.384000', '170908.387000', '170908.389000', '170908.392000', '170908.394000', '170908.397000', '170908.400000', '170908.403000', '170908.405000', '170908.408000', '170908.411000', '170908.413000', '170908.416000', '170908.419000', '170908.421000', '170908.424000', '170908.426000', '170908.429000', '170908.432000', '170908.434000', '170908.437000', '170908.440000', '170908.442000', '170908.445000', '170908.447000', '170908.450000', '170908.453000', '170908.455000', '170908.458000', '170908.461000', '170908.463000', '170908.466000', '170908.468000', '170908.471000', '170908.474000', '170928.360000', '170928.362000', '170928.365000', '170928.368000', '170928.370000', '170928.373000', '170928.375000', '170928.378000', '170928.381000', '170928.383000', '170928.386000', '170928.388000', '170928.391000', '170928.394000', '170928.396000', '170928.399000', '170928.402000', '170928.404000', '170928.407000', '170928.409000', '170928.412000', '170928.414000', '170928.417000', '170928.420000', '170928.422000', '170928.425000', '170928.427000', '170928.430000', '170928.433000', '170928.435000', '170928.438000', '170928.441000', '170928.443000', '170928.446000', '170928.448000', '170928.451000', '170928.454000', '170928.456000', '170928.459000', '170928.462000', '170928.464000', '170928.467000', '170928.469000', '170948.360000', '170948.363000', '170948.366000', '170948.368000', '170948.371000', '170948.374000', '170948.376000', '170948.379000', '170948.381000', '170948.384000', '170948.386000', '170948.389000', '170948.392000', '170948.394000', '170948.397000', '170948.399000', '170948.402000', '170948.405000', '170948.407000', '170948.410000', '170948.413000', '170948.415000', '170948.418000', '170948.420000', '170948.423000', '170948.426000', '170948.428000', '170948.431000', '170948.434000', '170948.436000', '170948.439000', '170948.441000', '170948.444000', '170948.447000', '170948.449000', '170948.452000', '170948.455000', '170948.457000', '170948.460000', '170948.462000', '170948.465000', '170948.468000', '170948.470000', '170948.473000', '171008.360000', '171008.363000', '171008.366000', '171008.369000', '171008.371000', '171008.374000', '171008.376000', '171008.379000', '171008.382000', '171008.384000', '171008.387000', '171008.389000', '171008.392000', '171008.395000', '171008.397000', '171008.400000', '171008.402000', '171008.405000', '171008.408000', '171008.410000', '171008.413000', '171008.415000', '171008.418000', '171008.421000', '171008.423000', '171008.426000', '171008.428000', '171008.431000', '171008.434000', '171008.436000', '171008.439000', '171008.442000', '171008.444000', '171008.447000', '171008.449000', '171008.452000', '171008.455000', '171008.458000', '171008.460000', '171008.463000', '171008.476000', '171008.478000', '171008.481000', '171028.361000', '171028.363000', '171028.366000', '171028.369000', '171028.371000', '171028.374000', '171028.376000', '171028.379000', '171028.382000', '171028.384000', '171028.389000', '171028.392000', '171028.394000', '171028.399000', '171028.401000', '171028.404000', '171028.407000', '171028.409000', '171028.412000', '171028.414000', '171028.417000', '171028.420000', '171028.422000', '171028.425000', '171028.427000', '171028.430000', '171028.433000', '171028.435000', '171028.438000', '171028.441000', '171028.443000', '171028.446000', '171028.448000', '171028.451000', '171028.453000', '171028.456000', '171028.459000', '171028.461000', '171028.464000', '171028.467000', '171028.469000', '171028.472000', '171028.475000', '171028.477000', '171048.361000', '171048.363000', '171048.366000', '171048.369000', '171048.371000', '171048.374000', '171048.377000', '171048.379000', '171048.382000', '171048.385000', '171048.387000', '171048.390000', '171048.392000', '171048.395000', '171048.398000', '171048.400000', '171048.403000', '171048.406000', '171048.408000', '171048.411000', '171048.413000', '171048.416000', '171048.418000', '171048.421000', '171048.424000', '171048.426000', '171048.429000', '171048.432000', '171048.434000', '171048.437000', '171048.439000', '171048.442000', '171048.445000', '171048.447000', '171048.450000', '171048.452000', '171048.455000', '171048.458000', '171048.460000', '171048.463000', '171048.465000', '171048.468000', '171048.471000', '171108.361000', '171108.363000', '171108.366000', '171108.369000', '171108.371000', '171108.374000', '171108.377000', '171108.379000', '171108.382000', '171108.384000', '171108.387000', '171108.390000', '171108.392000', '171108.395000', '171108.397000', '171108.400000', '171108.403000', '171108.405000', '171108.408000', '171108.410000', '171108.413000', '171108.415000', '171108.418000', '171108.421000', '171108.423000', '171108.426000', '171108.428000', '171108.431000', '171108.434000', '171108.436000', '171108.439000', '171108.441000', '171108.444000', '171108.447000', '171108.449000', '171108.452000', '171108.455000', '171108.457000', '171108.460000', '171108.463000', '171108.465000', '171108.468000', '171108.470000', '171108.473000', '171128.119000', '171128.122000', '171128.125000', '171128.128000', '171128.130000', '171128.133000', '171128.135000', '171128.138000', '171128.141000', '171128.143000', '171128.146000', '171128.149000', '171128.151000', '171128.154000', '171128.156000', '171128.159000', '171128.162000', '171128.164000', '171128.167000', '171128.170000', '171128.172000', '171128.175000', '171128.178000', '171128.180000', '171128.183000', '171128.185000', '171128.188000', '171128.253000', '171128.256000', '171128.259000', '171128.261000', '171128.264000', '171128.266000', '171128.269000', '171128.272000', '171128.274000', '171128.277000', '171128.279000', '171128.282000', '171128.285000', '171128.287000', '171128.290000', '171128.293000'], 'InstanceCreationTime': ['170508.412000', '170508.415000', '170508.418000', '170508.425000', '170508.428000', '170508.430000', '170508.433000', '170508.436000', '170508.438000', '170508.441000', '170508.443000', '170508.446000', '170508.449000', '170508.451000', '170508.454000', '170508.457000', '170508.459000', '170508.462000', '170508.465000', '170508.467000', '170508.470000', '170508.472000', '170508.475000', '170508.478000', '170508.480000', '170508.483000', '170508.485000', '170508.488000', '170508.490000', '170508.493000', '170508.496000', '170508.498000', '170508.501000', '170508.503000', '170508.506000', '170508.508000', '170508.511000', '170508.514000', '170508.516000', '170508.519000', '170508.521000', '170508.524000', '170508.531000', '170508.533000', '170508.536000', '170508.539000', '170528.360000', '170528.363000', '170528.366000', '170528.369000', '170528.371000', '170528.374000', '170528.376000', '170528.379000', '170528.381000', '170528.384000', '170528.387000', '170528.389000', '170528.392000', '170528.394000', '170528.397000', '170528.399000', '170528.402000', '170528.405000', '170528.407000', '170528.410000', '170528.412000', '170528.425000', '170528.428000', '170528.431000', '170528.434000', '170528.437000', '170528.440000', '170528.443000', '170528.445000', '170528.448000', '170528.450000', '170528.453000', '170528.456000', '170528.458000', '170528.461000', '170528.463000', '170528.467000', '170528.470000', '170528.484000', '170528.487000', '170528.489000', '170528.492000', '170528.494000', '170548.360000', '170548.363000', '170548.368000', '170548.370000', '170548.373000', '170548.376000', '170548.378000', '170548.381000', '170548.383000', '170548.386000', '170548.389000', '170548.391000', '170548.394000', '170548.396000', '170548.399000', '170548.401000', '170548.404000', '170548.406000', '170548.409000', '170548.412000', '170548.414000', '170548.417000', '170548.420000', '170548.422000', '170548.425000', '170548.428000', '170548.430000', '170548.433000', '170548.435000', '170548.438000', '170548.440000', '170548.443000', '170548.446000', '170548.448000', '170548.451000', '170548.453000', '170548.456000', '170548.459000', '170548.461000', '170548.464000', '170548.466000', '170548.469000', '170548.471000', '170548.474000', '170608.360000', '170608.363000', '170608.366000', '170608.369000', '170608.371000', '170608.374000', '170608.376000', '170608.379000', '170608.382000', '170608.384000', '170608.387000', '170608.389000', '170608.392000', '170608.395000', '170608.397000', '170608.400000', '170608.407000', '170608.410000', '170608.412000', '170608.415000', '170608.418000', '170608.420000', '170608.423000', '170608.425000', '170608.428000', '170608.431000', '170608.433000', '170608.436000', '170608.439000', '170608.441000', '170608.444000', '170608.447000', '170608.449000', '170608.452000', '170608.455000', '170608.457000', '170608.460000', '170608.463000', '170608.465000', '170608.468000', '170608.471000', '170608.473000', '170608.476000', '170628.361000', '170628.364000', '170628.366000', '170628.369000', '170628.371000', '170628.374000', '170628.377000', '170628.379000', '170628.382000', '170628.385000', '170628.387000', '170628.390000', '170628.392000', '170628.395000', '170628.397000', '170628.400000', '170628.403000', '170628.405000', '170628.408000', '170628.410000', '170628.413000', '170628.416000', '170628.418000', '170628.421000', '170628.423000', '170628.426000', '170628.429000', '170628.431000', '170628.434000', '170628.437000', '170628.439000', '170628.442000', '170628.444000', '170628.447000', '170628.450000', '170628.459000', '170628.461000', '170628.464000', '170628.466000', '170628.469000', '170628.472000', '170628.474000', '170628.477000', '170628.479000', '170648.361000', '170648.363000', '170648.366000', '170648.369000', '170648.377000', '170648.380000', '170648.383000', '170648.385000', '170648.388000', '170648.390000', '170648.393000', '170648.396000', '170648.398000', '170648.401000', '170648.404000', '170648.406000', '170648.409000', '170648.411000', '170648.414000', '170648.417000', '170648.419000', '170648.422000', '170648.425000', '170648.427000', '170648.430000', '170648.432000', '170648.435000', '170648.438000', '170648.440000', '170648.443000', '170648.446000', '170648.449000', '170648.452000', '170648.454000', '170648.457000', '170648.459000', '170648.462000', '170648.465000', '170648.467000', '170648.470000', '170648.473000', '170648.475000', '170648.478000', '170708.359000', '170708.362000', '170708.365000', '170708.368000', '170708.370000', '170708.373000', '170708.375000', '170708.378000', '170708.380000', '170708.383000', '170708.386000', '170708.388000', '170708.391000', '170708.393000', '170708.396000', '170708.399000', '170708.401000', '170708.404000', '170708.406000', '170708.409000', '170708.411000', '170708.414000', '170708.417000', '170708.419000', '170708.422000', '170708.424000', '170708.427000', '170708.429000', '170708.432000', '170708.435000', '170708.437000', '170708.440000', '170708.442000', '170708.445000', '170708.448000', '170708.450000', '170708.453000', '170708.456000', '170708.458000', '170708.461000', '170708.463000', '170708.466000', '170708.469000', '170708.471000', '170728.360000', '170728.363000', '170728.366000', '170728.369000', '170728.371000', '170728.374000', '170728.377000', '170728.379000', '170728.382000', '170728.384000', '170728.387000', '170728.389000', '170728.392000', '170728.395000', '170728.397000', '170728.400000', '170728.402000', '170728.405000', '170728.408000', '170728.410000', '170728.413000', '170728.416000', '170728.418000', '170728.421000', '170728.423000', '170728.426000', '170728.429000', '170728.431000', '170728.434000', '170728.436000', '170728.439000', '170728.442000', '170728.444000', '170728.447000', '170728.450000', '170728.452000', '170728.455000', '170728.457000', '170728.460000', '170728.463000', '170728.465000', '170728.468000', '170728.470000', '170748.360000', '170748.363000', '170748.366000', '170748.369000', '170748.371000', '170748.374000', '170748.377000', '170748.379000', '170748.382000', '170748.384000', '170748.387000', '170748.389000', '170748.392000', '170748.395000', '170748.397000', '170748.400000', '170748.402000', '170748.405000', '170748.408000', '170748.410000', '170748.413000', '170748.415000', '170748.418000', '170748.420000', '170748.423000', '170748.426000', '170748.428000', '170748.431000', '170748.433000', '170748.436000', '170748.439000', '170748.441000', '170748.444000', '170748.446000', '170748.449000', '170748.452000', '170748.454000', '170748.457000', '170748.459000', '170748.462000', '170748.465000', '170748.467000', '170748.470000', '170748.472000', '170808.361000', '170808.363000', '170808.366000', '170808.369000', '170808.372000', '170808.374000', '170808.377000', '170808.379000', '170808.382000', '170808.385000', '170808.387000', '170808.390000', '170808.392000', '170808.395000', '170808.398000', '170808.400000', '170808.403000', '170808.405000', '170808.408000', '170808.411000', '170808.413000', '170808.416000', '170808.418000', '170808.421000', '170808.424000', '170808.426000', '170808.429000', '170808.432000', '170808.434000', '170808.437000', '170808.439000', '170808.442000', '170808.445000', '170808.448000', '170808.450000', '170808.453000', '170808.455000', '170808.458000', '170808.461000', '170808.463000', '170808.466000', '170808.469000', '170808.471000', '170828.361000', '170828.364000', '170828.366000', '170828.369000', '170828.371000', '170828.374000', '170828.377000', '170828.379000', '170828.382000', '170828.384000', '170828.387000', '170828.389000', '170828.392000', '170828.395000', '170828.397000', '170828.400000', '170828.402000', '170828.405000', '170828.408000', '170828.410000', '170828.413000', '170828.415000', '170828.418000', '170828.421000', '170828.423000', '170828.426000', '170828.428000', '170828.431000', '170828.433000', '170828.436000', '170828.439000', '170828.441000', '170828.444000', '170828.446000', '170828.449000', '170828.452000', '170828.454000', '170828.457000', '170828.459000', '170828.462000', '170828.465000', '170828.467000', '170828.470000', '170828.472000', '170848.361000', '170848.363000', '170848.366000', '170848.369000', '170848.371000', '170848.374000', '170848.376000', '170848.379000', '170848.382000', '170848.384000', '170848.387000', '170848.389000', '170848.392000', '170848.395000', '170848.397000', '170848.400000', '170848.402000', '170848.405000', '170848.408000', '170848.410000', '170848.413000', '170848.415000', '170848.418000', '170848.421000', '170848.423000', '170848.426000', '170848.428000', '170848.431000', '170848.434000', '170848.447000', '170848.449000', '170848.452000', '170848.454000', '170848.457000', '170848.460000', '170848.462000', '170848.465000', '170848.467000', '170848.470000', '170848.473000', '170848.475000', '170848.478000', '170848.481000', '170908.361000', '170908.363000', '170908.366000', '170908.369000', '170908.371000', '170908.374000', '170908.376000', '170908.379000', '170908.382000', '170908.384000', '170908.387000', '170908.389000', '170908.392000', '170908.394000', '170908.397000', '170908.400000', '170908.403000', '170908.405000', '170908.408000', '170908.411000', '170908.413000', '170908.416000', '170908.419000', '170908.421000', '170908.424000', '170908.426000', '170908.429000', '170908.432000', '170908.434000', '170908.437000', '170908.440000', '170908.442000', '170908.445000', '170908.447000', '170908.450000', '170908.453000', '170908.455000', '170908.458000', '170908.461000', '170908.463000', '170908.466000', '170908.468000', '170908.471000', '170908.474000', '170928.360000', '170928.362000', '170928.365000', '170928.368000', '170928.370000', '170928.373000', '170928.375000', '170928.378000', '170928.381000', '170928.383000', '170928.386000', '170928.388000', '170928.391000', '170928.394000', '170928.396000', '170928.399000', '170928.402000', '170928.404000', '170928.407000', '170928.409000', '170928.412000', '170928.414000', '170928.417000', '170928.420000', '170928.422000', '170928.425000', '170928.427000', '170928.430000', '170928.433000', '170928.435000', '170928.438000', '170928.441000', '170928.443000', '170928.446000', '170928.448000', '170928.451000', '170928.454000', '170928.456000', '170928.459000', '170928.462000', '170928.464000', '170928.467000', '170928.469000', '170948.360000', '170948.363000', '170948.366000', '170948.368000', '170948.371000', '170948.374000', '170948.376000', '170948.379000', '170948.381000', '170948.384000', '170948.386000', '170948.389000', '170948.392000', '170948.394000', '170948.397000', '170948.399000', '170948.402000', '170948.405000', '170948.407000', '170948.410000', '170948.413000', '170948.415000', '170948.418000', '170948.420000', '170948.423000', '170948.426000', '170948.428000', '170948.431000', '170948.434000', '170948.436000', '170948.439000', '170948.441000', '170948.444000', '170948.447000', '170948.449000', '170948.452000', '170948.455000', '170948.457000', '170948.460000', '170948.462000', '170948.465000', '170948.468000', '170948.470000', '170948.473000', '171008.360000', '171008.363000', '171008.366000', '171008.369000', '171008.371000', '171008.374000', '171008.376000', '171008.379000', '171008.382000', '171008.384000', '171008.387000', '171008.389000', '171008.392000', '171008.395000', '171008.397000', '171008.400000', '171008.402000', '171008.405000', '171008.408000', '171008.410000', '171008.413000', '171008.415000', '171008.418000', '171008.421000', '171008.423000', '171008.426000', '171008.428000', '171008.431000', '171008.434000', '171008.436000', '171008.439000', '171008.442000', '171008.444000', '171008.447000', '171008.449000', '171008.452000', '171008.455000', '171008.458000', '171008.460000', '171008.463000', '171008.476000', '171008.478000', '171008.481000', '171028.361000', '171028.363000', '171028.366000', '171028.369000', '171028.371000', '171028.374000', '171028.376000', '171028.379000', '171028.382000', '171028.384000', '171028.389000', '171028.392000', '171028.394000', '171028.399000', '171028.401000', '171028.404000', '171028.407000', '171028.409000', '171028.412000', '171028.414000', '171028.417000', '171028.420000', '171028.422000', '171028.425000', '171028.427000', '171028.430000', '171028.433000', '171028.435000', '171028.438000', '171028.441000', '171028.443000', '171028.446000', '171028.448000', '171028.451000', '171028.453000', '171028.456000', '171028.459000', '171028.461000', '171028.464000', '171028.467000', '171028.469000', '171028.472000', '171028.475000', '171028.477000', '171048.361000', '171048.363000', '171048.366000', '171048.369000', '171048.371000', '171048.374000', '171048.377000', '171048.379000', '171048.382000', '171048.385000', '171048.387000', '171048.390000', '171048.392000', '171048.395000', '171048.398000', '171048.400000', '171048.403000', '171048.406000', '171048.408000', '171048.411000', '171048.413000', '171048.416000', '171048.418000', '171048.421000', '171048.424000', '171048.426000', '171048.429000', '171048.432000', '171048.434000', '171048.437000', '171048.439000', '171048.442000', '171048.445000', '171048.447000', '171048.450000', '171048.452000', '171048.455000', '171048.458000', '171048.460000', '171048.463000', '171048.465000', '171048.468000', '171048.471000', '171108.361000', '171108.363000', '171108.366000', '171108.369000', '171108.371000', '171108.374000', '171108.377000', '171108.379000', '171108.382000', '171108.384000', '171108.387000', '171108.390000', '171108.392000', '171108.395000', '171108.397000', '171108.400000', '171108.403000', '171108.405000', '171108.408000', '171108.410000', '171108.413000', '171108.415000', '171108.418000', '171108.421000', '171108.423000', '171108.426000', '171108.428000', '171108.431000', '171108.434000', '171108.436000', '171108.439000', '171108.441000', '171108.444000', '171108.447000', '171108.449000', '171108.452000', '171108.455000', '171108.457000', '171108.460000', '171108.463000', '171108.465000', '171108.468000', '171108.470000', '171108.473000', '171128.119000', '171128.122000', '171128.125000', '171128.128000', '171128.130000', '171128.133000', '171128.135000', '171128.138000', '171128.141000', '171128.143000', '171128.146000', '171128.149000', '171128.151000', '171128.154000', '171128.156000', '171128.159000', '171128.162000', '171128.164000', '171128.167000', '171128.170000', '171128.172000', '171128.175000', '171128.178000', '171128.180000', '171128.183000', '171128.185000', '171128.188000', '171128.253000', '171128.256000', '171128.259000', '171128.261000', '171128.264000', '171128.266000', '171128.269000', '171128.272000', '171128.274000', '171128.277000', '171128.279000', '171128.282000', '171128.285000', '171128.287000', '171128.290000', '171128.293000'], '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': [9865, 7726, 10182, 7923, 9695, 8233, 9867, 8228, 10188, 8129, 8914, 8610, 9319, 8430, 10873, 8875, 6866, 8938, 10579, 8673, 7184, 9160, 6895, 9263, 7183, 10175, 8047, 9622, 7785, 9782, 7517, 10100, 8100, 10553, 8002, 10734, 7430, 10115, 7990, 9799, 7744, 10235, 7875, 6974, 8634, 7522, 10024, 6896, 9659, 6981, 10348, 7705, 10159, 8144, 7542, 9405, 6939, 10291, 7386, 7361, 8683, 7379, 9662, 7180, 9617, 7172, 9939, 7375, 10711, 7815, 9995, 7819, 9925, 7733, 10569, 7412, 10085, 7768, 9953, 7659, 9757, 7404, 10022, 7736, 9824, 7590, 10078, 8216, 7047, 9003, 7083, 9486, 7306, 9948, 8078, 9599, 8365, 9771, 7570, 10088, 7572, 9776, 7917, 10251, 7656, 9847, 7559, 10168, 7529, 10039, 7450, 9737, 6983, 9468, 7626, 7637, 8288, 7489, 7639, 7838, 6958, 9916, 7127, 9687, 7698, 8554, 9032, 7247, 9881, 7328, 10480, 7619, 10024, 7648, 10183, 7776, 10450, 7920, 7212, 8102, 7835, 9595, 6933, 9739, 7275, 10263, 7685, 9894, 7688, 9387, 7334, 10321, 7648, 10448, 8341, 7108, 8331, 7376, 9680, 7288, 9749, 7772, 10128, 7742, 7324, 9153, 7699, 10588, 7731, 7322, 8368, 7322, 9773, 7374, 10247, 7952, 9753, 8249, 10179, 7919, 10305, 8001, 10432, 8262, 7170, 7735, 7603, 8429, 7775, 9547, 7916, 9491, 8369, 9897, 8566, 9622, 8198, 9727, 8281, 10237, 8246, 7224, 7768, 7621, 8486, 7845, 9430, 8194, 11082, 8326, 9959, 8337, 9874, 7801, 7473, 7972, 7953, 8527, 7938, 10072, 7881, 10015, 7279, 7379, 7920, 6994, 9234, 7223, 6696, 7399, 6789, 8145, 7109, 9562, 7648, 7537, 9296, 7488, 10272, 7854, 7939, 9643, 7995, 10676, 8874, 7879, 11767, 8368, 7539, 11024, 9117, 8844, 10623, 8116, 11948, 8493, 9640, 8989, 7491, 9845, 7453, 10866, 7442, 10385, 8418, 7682, 8794, 7406, 9626, 8276, 10874, 7520, 6877, 8088, 7397, 10029, 8018, 9398, 7442, 6825, 8050, 7552, 10496, 7521, 9927, 7925, 9957, 7504, 11139, 8534, 9874, 7934, 7158, 9169, 7737, 10985, 7917, 11833, 7643, 10443, 7173, 6757, 8571, 7202, 10596, 7203, 9379, 8825, 7338, 11162, 7360, 10765, 7725, 6631, 9867, 7383, 11349, 7482, 10163, 7028, 9798, 7268, 10167, 7973, 7062, 9698, 6647, 9336, 6917, 7743, 8757, 6916, 10609, 7297, 7027, 9023, 6943, 9389, 7136, 9341, 6921, 6826, 7689, 6966, 9993, 7070, 9338, 6866, 9117, 8151, 7196, 8107, 7010, 8961, 8815, 6651, 10098, 7485, 7552, 10810, 7011, 10750, 10573, 6604, 10289, 7452, 7780, 9260, 7068, 11387, 7716, 10566, 6958, 9772, 7372, 10489, 8228, 6614, 7604, 6883, 8676, 6819, 10636, 7330, 9474, 7344, 9312, 7915, 10075, 8389, 6823, 8798, 7170, 9524, 8066, 10179, 7840, 10075, 6909, 9242, 8134, 9857, 6962, 8984, 7274, 8848, 7377, 10671, 7680, 9222, 7587, 9799, 7807, 9675, 7114, 9348, 7317, 10081, 7340, 9804, 6676, 9114, 7478, 10194, 8048, 9193, 7081, 9015, 7342, 8320, 7696, 6901, 8256, 7703, 7645, 8663, 7034, 9813, 7809, 9405, 8604, 10274, 6983, 9594, 10413, 9288, 10750, 8125, 8776, 8006, 8848, 7969, 6771, 9342, 6778, 9412, 7322, 9571, 6743, 9549, 6804, 8905, 6793, 9853, 6946, 9659, 6747, 9825, 6923, 9825, 6995, 9526, 7106, 9514, 7770, 7017, 7837, 6669, 9286, 7013, 9718, 6950, 9435, 7103, 10068, 7759, 6640, 8710, 7650, 9436, 6922, 10008, 6685, 9487, 8697, 8610, 6823, 7291, 8237, 7028, 6561, 8419, 6768, 9322, 6841, 9880, 6785, 9346, 7346, 6645, 8636, 6885, 9924, 7182, 6752, 8883, 6977, 9688, 6777, 9968, 9367, 8895, 12156, 9073, 9971, 7131, 9383, 7521, 8031, 8102, 6681, 8147, 6600, 9562, 6976, 9791, 6946, 9598, 7088, 9888, 7095, 9814, 6866, 9670, 6800, 9486, 6978, 9298, 7265, 9373, 7854, 7030, 9277, 6943, 9798, 7269, 9765, 7098, 8072, 7291, 6741, 9460, 6948, 8411, 8937, 7074, 9888, 7546, 6936, 10143, 6969, 10330, 6951, 9985, 7813, 7080, 9490, 6715, 9186, 6875, 10292, 7880, 6721, 10650, 7191, 10384, 7595, 9845, 7995, 11223, 8713, 10253, 8193, 9965, 7890, 9822, 7811, 9090, 7637, 8717, 7783, 9909, 7511, 7429, 8102, 6791, 8501, 7584, 9022, 6892, 9491, 6719, 9590, 6469, 9052, 6775, 9774, 6763, 9671, 6801, 9705, 7481, 9012, 7316, 6589, 8800, 6590, 10250, 6780, 10477, 6759, 10193, 7422, 9373, 7022, 9862, 7609, 8326, 7992, 6544, 9996, 6632, 9814, 6631, 10595, 7865, 6568, 9625, 6684, 10164, 7381, 9012, 8069, 7080, 8959, 10645, 9324, 6550, 9304, 7321, 8646, 7860, 9353, 6491, 9593, 6575, 9727, 6958, 10264, 7366, 10290, 7350, 10305, 7188, 9699, 7621, 10109, 7206, 9469, 7326, 8093, 7379, 6893, 8857, 7363, 11100, 6988, 10371, 7350, 6755, 9379, 7805, 6994, 10463, 7089, 8858, 8321, 10249, 8203, 9559, 9300, 6826, 9453, 7343, 10097, 7572, 10833, 8099, 6905, 8730, 6905, 7093, 8653, 6845, 10499, 8296, 10604, 8762, 10794, 9653, 8210, 10554, 7003, 10761, 7129, 11038, 6827, 10791, 7223, 10594, 7156, 9921, 7105, 9813, 6795, 10376, 7011, 9678, 7131, 9644, 6898, 9999, 7085, 10177, 7017, 9829, 6915, 9587, 7583, 9262, 7274, 6797, 8120, 6951, 10235, 6823, 9981, 7101, 9594, 7518, 6854, 8865, 6673, 9568, 7121, 10340, 7403, 10613, 7429, 10491, 7428, 10712, 7519, 9944, 7051, 10098, 6889, 10436, 7241, 9867, 7014, 9813, 6970, 9858, 7578, 9436, 8059, 6885, 8128, 6708, 10276, 7520, 10383, 7446, 6830, 9302, 6939, 10911, 6860, 10739, 6708, 10624, 7927, 10288, 7381, 9811, 7846, 7384, 10196, 7029, 10846, 7243, 10876, 8086, 10668, 8454, 9017, 8767, 7132, 9299, 6735, 10288, 6851, 10157, 6712, 10361, 6972, 10282, 6802, 9976, 7272, 6987, 8377, 6830, 9441, 6697, 10530, 6707, 10030, 6914, 10009, 7750, 10262, 7904, 9790, 7559, 8020, 9046, 7066, 10883, 7905, 7380, 8831, 6409, 10943, 7578, 11531, 8181, 7654, 10157, 7511, 11888, 8495, 7411, 10965, 7310, 11464, 7193, 10841, 8251, 7843, 7946], 'WindowCenter': [4222.0, 4180.0, 4207.0, 4160.0, 4165.0, 4142.0, 4150.0, 4142.0, 4160.0, 4129.0, 4136.0, 4127.0, 4136.0, 4128.0, 4156.0, 4126.0, 4093.0, 4125.0, 4145.0, 4125.0, 4092.0, 4124.0, 4091.0, 4124.0, 4103.0, 4145.0, 4115.0, 4134.0, 4102.0, 4134.0, 4114.0, 4134.0, 4114.0, 4143.0, 4113.0, 4144.0, 4104.0, 4134.0, 4114.0, 4133.0, 4103.0, 4130.0, 4101.0, 4091.0, 4123.0, 4102.0, 4133.0, 4091.0, 4121.0, 4092.0, 4133.0, 4118.0, 4161.0, 4128.0, 4115.0, 4135.0, 4105.0, 4146.0, 4117.0, 4115.0, 4139.0, 4118.0, 4147.0, 4106.0, 4147.0, 4107.0, 4147.0, 4115.0, 4144.0, 4116.0, 4145.0, 4103.0, 4133.0, 4101.0, 4143.0, 4103.0, 4133.0, 4102.0, 4131.0, 4102.0, 4132.0, 4102.0, 4132.0, 4113.0, 4132.0, 4115.0, 4145.0, 4125.0, 4103.0, 4135.0, 4104.0, 4146.0, 4103.0, 4135.0, 4114.0, 4134.0, 4124.0, 4134.0, 4112.0, 4133.0, 4101.0, 4133.0, 4112.0, 4132.0, 4101.0, 4131.0, 4100.0, 4130.0, 4100.0, 4130.0, 4116.0, 4160.0, 4118.0, 4133.0, 4101.0, 4111.0, 4121.0, 4114.0, 4114.0, 4126.0, 4116.0, 4147.0, 4116.0, 4148.0, 4127.0, 4125.0, 4135.0, 4117.0, 4146.0, 4116.0, 4146.0, 4115.0, 4134.0, 4113.0, 4143.0, 4113.0, 4143.0, 4112.0, 4116.0, 4125.0, 4113.0, 4145.0, 4104.0, 4133.0, 4102.0, 4144.0, 4126.0, 4145.0, 4114.0, 4134.0, 4103.0, 4143.0, 4115.0, 4145.0, 4124.0, 4102.0, 4112.0, 4101.0, 4133.0, 4103.0, 4144.0, 4126.0, 4144.0, 4112.0, 4101.0, 4132.0, 4125.0, 4154.0, 4115.0, 4113.0, 4137.0, 4127.0, 4146.0, 4116.0, 4157.0, 4126.0, 4145.0, 4125.0, 4145.0, 4126.0, 4144.0, 4124.0, 4144.0, 4123.0, 4101.0, 4113.0, 4112.0, 4136.0, 4113.0, 4134.0, 4112.0, 4134.0, 4123.0, 4144.0, 4135.0, 4144.0, 4123.0, 4144.0, 4136.0, 4157.0, 4125.0, 4113.0, 4114.0, 4113.0, 4124.0, 4122.0, 4135.0, 4124.0, 4154.0, 4123.0, 4143.0, 4124.0, 4145.0, 4114.0, 4113.0, 4124.0, 4125.0, 4136.0, 4136.0, 4171.0, 4139.0, 4122.0, 4104.0, 4078.0, 4088.0, 4078.0, 4119.0, 4120.0, 4094.0, 4107.0, 4095.0, 4129.0, 4117.0, 4147.0, 4143.0, 4144.0, 4164.0, 4146.0, 4176.0, 4145.0, 4143.0, 4163.0, 4155.0, 4187.0, 4167.0, 4144.0, 4197.0, 4157.0, 4157.0, 4187.0, 4178.0, 4167.0, 4186.0, 4155.0, 4195.0, 4166.0, 4175.0, 4164.0, 4133.0, 4174.0, 4133.0, 4184.0, 4145.0, 4174.0, 4154.0, 4141.0, 4153.0, 4131.0, 4174.0, 4166.0, 4185.0, 4157.0, 4135.0, 4156.0, 4158.0, 4190.0, 4157.0, 4176.0, 4147.0, 4136.0, 4169.0, 4158.0, 4189.0, 4157.0, 4177.0, 4155.0, 4177.0, 4148.0, 4198.0, 4167.0, 4175.0, 4145.0, 4133.0, 4164.0, 4143.0, 4185.0, 4142.0, 4183.0, 4143.0, 4173.0, 4133.0, 4122.0, 4153.0, 4144.0, 4185.0, 4146.0, 4178.0, 4178.0, 4146.0, 4186.0, 4146.0, 4184.0, 4146.0, 4135.0, 4177.0, 4145.0, 4185.0, 4144.0, 4174.0, 4134.0, 4173.0, 4146.0, 4186.0, 4155.0, 4133.0, 4175.0, 4134.0, 4176.0, 4149.0, 4160.0, 4169.0, 4148.0, 4199.0, 4159.0, 4159.0, 4179.0, 4161.0, 4190.0, 4158.0, 4176.0, 4147.0, 4136.0, 4158.0, 4147.0, 4189.0, 4148.0, 4193.0, 4165.0, 4207.0, 4174.0, 4121.0, 4146.0, 4135.0, 4153.0, 4162.0, 4131.0, 4185.0, 4159.0, 4156.0, 4198.0, 4149.0, 4200.0, 4201.0, 4150.0, 4190.0, 4161.0, 4159.0, 4191.0, 4148.0, 4198.0, 4145.0, 4175.0, 4134.0, 4174.0, 4146.0, 4185.0, 4155.0, 4122.0, 4143.0, 4132.0, 4166.0, 4135.0, 4185.0, 4145.0, 4163.0, 4144.0, 4164.0, 4157.0, 4176.0, 4167.0, 4123.0, 4165.0, 4134.0, 4176.0, 4155.0, 4175.0, 4142.0, 4173.0, 4120.0, 4163.0, 4141.0, 4162.0, 4119.0, 4151.0, 4130.0, 4152.0, 4131.0, 4172.0, 4141.0, 4161.0, 4142.0, 4172.0, 4142.0, 4162.0, 4132.0, 4163.0, 4132.0, 4174.0, 4130.0, 4161.0, 4119.0, 4152.0, 4132.0, 4173.0, 4141.0, 4150.0, 4131.0, 4163.0, 4144.0, 4153.0, 4143.0, 4133.0, 4154.0, 4158.0, 4157.0, 4179.0, 4147.0, 4188.0, 4157.0, 4178.0, 4166.0, 4188.0, 4133.0, 4175.0, 4173.0, 4164.0, 4171.0, 4141.0, 4139.0, 4140.0, 4150.0, 4141.0, 4119.0, 4161.0, 4118.0, 4161.0, 4130.0, 4161.0, 4120.0, 4161.0, 4119.0, 4162.0, 4120.0, 4171.0, 4128.0, 4162.0, 4121.0, 4170.0, 4131.0, 4170.0, 4132.0, 4162.0, 4134.0, 4173.0, 4144.0, 4131.0, 4144.0, 4133.0, 4177.0, 4146.0, 4176.0, 4145.0, 4177.0, 4147.0, 4175.0, 4157.0, 4134.0, 4167.0, 4155.0, 4176.0, 4133.0, 4187.0, 4123.0, 4175.0, 4152.0, 4152.0, 4119.0, 4143.0, 4152.0, 4145.0, 4133.0, 4154.0, 4133.0, 4163.0, 4131.0, 4174.0, 4134.0, 4175.0, 4145.0, 4135.0, 4178.0, 4158.0, 4188.0, 4148.0, 4147.0, 4191.0, 4156.0, 4190.0, 4135.0, 4188.0, 4176.0, 4167.0, 4194.0, 4162.0, 4161.0, 4131.0, 4161.0, 4141.0, 4140.0, 4153.0, 4119.0, 4142.0, 4120.0, 4172.0, 4131.0, 4173.0, 4131.0, 4174.0, 4131.0, 4173.0, 4132.0, 4173.0, 4132.0, 4173.0, 4121.0, 4159.0, 4131.0, 4159.0, 4143.0, 4175.0, 4156.0, 4133.0, 4164.0, 4132.0, 4174.0, 4143.0, 4173.0, 4133.0, 4154.0, 4146.0, 4133.0, 4174.0, 4146.0, 4155.0, 4165.0, 4134.0, 4175.0, 4157.0, 4147.0, 4188.0, 4146.0, 4186.0, 4147.0, 4187.0, 4159.0, 4145.0, 4175.0, 4133.0, 4174.0, 4147.0, 4188.0, 4169.0, 4147.0, 4186.0, 4145.0, 4185.0, 4156.0, 4183.0, 4167.0, 4196.0, 4166.0, 4174.0, 4154.0, 4173.0, 4154.0, 4173.0, 4144.0, 4163.0, 4143.0, 4150.0, 4142.0, 4171.0, 4144.0, 4131.0, 4153.0, 4120.0, 4164.0, 4142.0, 4165.0, 4131.0, 4174.0, 4121.0, 4174.0, 4120.0, 4164.0, 4121.0, 4174.0, 4134.0, 4175.0, 4135.0, 4176.0, 4146.0, 4165.0, 4146.0, 4135.0, 4178.0, 4146.0, 4188.0, 4135.0, 4198.0, 4137.0, 4187.0, 4155.0, 4175.0, 4146.0, 4186.0, 4158.0, 4167.0, 4168.0, 4135.0, 4187.0, 4145.0, 4189.0, 4146.0, 4199.0, 4169.0, 4146.0, 4187.0, 4146.0, 4199.0, 4159.0, 4178.0, 4169.0, 4147.0, 4179.0, 4196.0, 4177.0, 4134.0, 4178.0, 4144.0, 4167.0, 4154.0, 4175.0, 4123.0, 4176.0, 4133.0, 4176.0, 4133.0, 4186.0, 4143.0, 4184.0, 4145.0, 4186.0, 4144.0, 4171.0, 4154.0, 4184.0, 4145.0, 4174.0, 4144.0, 4152.0, 4145.0, 4146.0, 4177.0, 4157.0, 4210.0, 4148.0, 4200.0, 4159.0, 4147.0, 4189.0, 4170.0, 4148.0, 4199.0, 4148.0, 4177.0, 4180.0, 4199.0, 4170.0, 4176.0, 4177.0, 4134.0, 4175.0, 4157.0, 4186.0, 4156.0, 4186.0, 4155.0, 4145.0, 4167.0, 4146.0, 4146.0, 4178.0, 4149.0, 4197.0, 4169.0, 4198.0, 4180.0, 4198.0, 4177.0, 4154.0, 4185.0, 4132.0, 4183.0, 4132.0, 4184.0, 4121.0, 4172.0, 4130.0, 4171.0, 4120.0, 4161.0, 4120.0, 4162.0, 4120.0, 4161.0, 4119.0, 4161.0, 4120.0, 4162.0, 4132.0, 4173.0, 4131.0, 4172.0, 4131.0, 4172.0, 4131.0, 4173.0, 4143.0, 4163.0, 4145.0, 4134.0, 4168.0, 4147.0, 4187.0, 4136.0, 4187.0, 4147.0, 4187.0, 4158.0, 4147.0, 4179.0, 4147.0, 4190.0, 4160.0, 4200.0, 4158.0, 4199.0, 4159.0, 4199.0, 4158.0, 4187.0, 4146.0, 4184.0, 4146.0, 4187.0, 4146.0, 4185.0, 4144.0, 4174.0, 4132.0, 4174.0, 4147.0, 4186.0, 4156.0, 4174.0, 4155.0, 4144.0, 4168.0, 4148.0, 4187.0, 4169.0, 4197.0, 4159.0, 4149.0, 4192.0, 4158.0, 4211.0, 4148.0, 4210.0, 4150.0, 4200.0, 4169.0, 4187.0, 4158.0, 4187.0, 4170.0, 4158.0, 4199.0, 4147.0, 4198.0, 4158.0, 4198.0, 4168.0, 4187.0, 4168.0, 4176.0, 4168.0, 4146.0, 4178.0, 4135.0, 4186.0, 4135.0, 4186.0, 4135.0, 4187.0, 4146.0, 4184.0, 4136.0, 4188.0, 4158.0, 4145.0, 4169.0, 4147.0, 4201.0, 4150.0, 4200.0, 4149.0, 4187.0, 4159.0, 4189.0, 4158.0, 4188.0, 4170.0, 4188.0, 4157.0, 4168.0, 4177.0, 4134.0, 4196.0, 4156.0, 4146.0, 4178.0, 4137.0, 4210.0, 4158.0, 4209.0, 4180.0, 4171.0, 4190.0, 4148.0, 4208.0, 4169.0, 4145.0, 4187.0, 4147.0, 4199.0, 4147.0, 4199.0, 4156.0, 4143.0, 4143.0], 'WindowWidth': [9391.0, 9320.0, 9349.0, 9269.0, 9263.0, 9229.0, 9233.0, 9225.0, 9245.0, 9203.0, 9207.0, 9195.0, 9205.0, 9197.0, 9232.0, 9192.0, 9144.0, 9188.0, 9214.0, 9188.0, 9141.0, 9184.0, 9136.0, 9184.0, 9157.0, 9216.0, 9177.0, 9199.0, 9154.0, 9200.0, 9175.0, 9198.0, 9171.0, 9209.0, 9170.0, 9210.0, 9160.0, 9198.0, 9171.0, 9197.0, 9157.0, 9187.0, 9150.0, 9139.0, 9184.0, 9154.0, 9194.0, 9138.0, 9176.0, 9138.0, 9195.0, 9184.0, 9247.0, 9199.0, 9176.0, 9202.0, 9164.0, 9219.0, 9185.0, 9177.0, 9215.0, 9184.0, 9221.0, 9169.0, 9222.0, 9167.0, 9223.0, 9177.0, 9213.0, 9179.0, 9217.0, 9156.0, 9196.0, 9152.0, 9209.0, 9158.0, 9198.0, 9153.0, 9191.0, 9154.0, 9193.0, 9156.0, 9194.0, 9172.0, 9195.0, 9179.0, 9218.0, 9189.0, 9159.0, 9203.0, 9163.0, 9219.0, 9159.0, 9201.0, 9173.0, 9201.0, 9188.0, 9201.0, 9169.0, 9197.0, 9151.0, 9196.0, 9169.0, 9193.0, 9150.0, 9189.0, 9149.0, 9187.0, 9149.0, 9188.0, 9184.0, 9249.0, 9191.0, 9198.0, 9153.0, 9165.0, 9180.0, 9176.0, 9174.0, 9194.0, 9180.0, 9222.0, 9181.0, 9226.0, 9198.0, 9190.0, 9202.0, 9183.0, 9221.0, 9179.0, 9219.0, 9177.0, 9199.0, 9169.0, 9211.0, 9172.0, 9209.0, 9166.0, 9181.0, 9192.0, 9172.0, 9218.0, 9162.0, 9197.0, 9157.0, 9212.0, 9196.0, 9218.0, 9174.0, 9200.0, 9159.0, 9211.0, 9177.0, 9216.0, 9188.0, 9155.0, 9168.0, 9152.0, 9195.0, 9158.0, 9215.0, 9195.0, 9216.0, 9167.0, 9151.0, 9194.0, 9192.0, 9229.0, 9178.0, 9173.0, 9213.0, 9199.0, 9220.0, 9181.0, 9238.0, 9195.0, 9218.0, 9191.0, 9217.0, 9194.0, 9213.0, 9188.0, 9213.0, 9186.0, 9153.0, 9170.0, 9169.0, 9207.0, 9173.0, 9200.0, 9169.0, 9200.0, 9186.0, 9215.0, 9205.0, 9215.0, 9187.0, 9217.0, 9210.0, 9238.0, 9193.0, 9173.0, 9175.0, 9172.0, 9188.0, 9185.0, 9204.0, 9187.0, 9229.0, 9185.0, 9213.0, 9190.0, 9220.0, 9178.0, 9173.0, 9190.0, 9194.0, 9210.0, 9212.0, 9266.0, 9218.0, 9173.0, 9154.0, 9110.0, 9123.0, 9110.0, 9169.0, 9189.0, 9145.0, 9163.0, 9149.0, 9198.0, 9182.0, 9223.0, 9226.0, 9230.0, 9258.0, 9236.0, 9274.0, 9231.0, 9225.0, 9252.0, 9244.0, 9291.0, 9267.0, 9230.0, 9305.0, 9254.0, 9256.0, 9294.0, 9285.0, 9266.0, 9289.0, 9248.0, 9302.0, 9265.0, 9274.0, 9256.0, 9216.0, 9272.0, 9218.0, 9284.0, 9238.0, 9273.0, 9245.0, 9225.0, 9243.0, 9213.0, 9272.0, 9267.0, 9287.0, 9254.0, 9223.0, 9251.0, 9260.0, 9303.0, 9257.0, 9279.0, 9243.0, 9226.0, 9274.0, 9259.0, 9299.0, 9255.0, 9280.0, 9251.0, 9281.0, 9245.0, 9310.0, 9267.0, 9274.0, 9234.0, 9215.0, 9259.0, 9229.0, 9287.0, 9227.0, 9282.0, 9230.0, 9269.0, 9218.0, 9199.0, 9242.0, 9231.0, 9286.0, 9240.0, 9285.0, 9284.0, 9239.0, 9291.0, 9237.0, 9285.0, 9237.0, 9223.0, 9281.0, 9236.0, 9288.0, 9233.0, 9270.0, 9220.0, 9270.0, 9240.0, 9291.0, 9250.0, 9220.0, 9275.0, 9222.0, 9280.0, 9250.0, 9262.0, 9270.0, 9246.0, 9312.0, 9261.0, 9263.0, 9290.0, 9270.0, 9306.0, 9261.0, 9279.0, 9242.0, 9225.0, 9260.0, 9244.0, 9303.0, 9245.0, 9313.0, 9282.0, 9342.0, 9288.0, 9192.0, 9230.0, 9217.0, 9237.0, 9250.0, 9210.0, 9287.0, 9258.0, 9249.0, 9308.0, 9247.0, 9318.0, 9318.0, 9251.0, 9303.0, 9265.0, 9260.0, 9304.0, 9244.0, 9308.0, 9235.0, 9275.0, 9220.0, 9272.0, 9238.0, 9289.0, 9247.0, 9200.0, 9228.0, 9215.0, 9265.0, 9222.0, 9288.0, 9234.0, 9256.0, 9234.0, 9260.0, 9257.0, 9280.0, 9267.0, 9205.0, 9261.0, 9218.0, 9279.0, 9249.0, 9275.0, 9226.0, 9268.0, 9195.0, 9255.0, 9224.0, 9252.0, 9192.0, 9236.0, 9206.0, 9240.0, 9211.0, 9266.0, 9224.0, 9250.0, 9228.0, 9268.0, 9227.0, 9255.0, 9216.0, 9257.0, 9216.0, 9271.0, 9208.0, 9250.0, 9193.0, 9241.0, 9215.0, 9269.0, 9224.0, 9234.0, 9213.0, 9256.0, 9235.0, 9245.0, 9231.0, 9218.0, 9248.0, 9260.0, 9258.0, 9289.0, 9244.0, 9300.0, 9255.0, 9287.0, 9266.0, 9297.0, 9217.0, 9276.0, 9272.0, 9259.0, 9263.0, 9224.0, 9217.0, 9221.0, 9234.0, 9226.0, 9193.0, 9250.0, 9191.0, 9250.0, 9209.0, 9250.0, 9195.0, 9251.0, 9194.0, 9256.0, 9197.0, 9266.0, 9208.0, 9256.0, 9201.0, 9265.0, 9214.0, 9263.0, 9216.0, 9256.0, 9224.0, 9272.0, 9235.0, 9217.0, 9236.0, 9220.0, 9284.0, 9243.0, 9281.0, 9240.0, 9285.0, 9245.0, 9279.0, 9256.0, 9223.0, 9270.0, 9253.0, 9281.0, 9218.0, 9294.0, 9205.0, 9275.0, 9241.0, 9242.0, 9192.0, 9230.0, 9244.0, 9240.0, 9219.0, 9248.0, 9218.0, 9258.0, 9213.0, 9273.0, 9221.0, 9278.0, 9240.0, 9225.0, 9287.0, 9263.0, 9300.0, 9248.0, 9246.0, 9310.0, 9260.0, 9307.0, 9228.0, 9300.0, 9280.0, 9270.0, 9302.0, 9257.0, 9253.0, 9214.0, 9254.0, 9228.0, 9224.0, 9246.0, 9194.0, 9230.0, 9199.0, 9270.0, 9213.0, 9270.0, 9215.0, 9275.0, 9216.0, 9272.0, 9219.0, 9271.0, 9219.0, 9272.0, 9202.0, 9250.0, 9214.0, 9250.0, 9232.0, 9277.0, 9256.0, 9218.0, 9261.0, 9216.0, 9274.0, 9233.0, 9271.0, 9220.0, 9247.0, 9238.0, 9217.0, 9273.0, 9241.0, 9250.0, 9262.0, 9222.0, 9275.0, 9258.0, 9245.0, 9299.0, 9242.0, 9293.0, 9243.0, 9297.0, 9263.0, 9239.0, 9275.0, 9219.0, 9274.0, 9245.0, 9299.0, 9276.0, 9243.0, 9292.0, 9238.0, 9290.0, 9254.0, 9287.0, 9270.0, 9306.0, 9267.0, 9273.0, 9248.0, 9270.0, 9249.0, 9271.0, 9235.0, 9258.0, 9234.0, 9237.0, 9230.0, 9266.0, 9235.0, 9214.0, 9244.0, 9197.0, 9262.0, 9230.0, 9264.0, 9215.0, 9274.0, 9201.0, 9274.0, 9201.0, 9263.0, 9201.0, 9273.0, 9222.0, 9277.0, 9227.0, 9282.0, 9241.0, 9264.0, 9241.0, 9227.0, 9288.0, 9242.0, 9300.0, 9227.0, 9312.0, 9231.0, 9296.0, 9252.0, 9279.0, 9242.0, 9294.0, 9262.0, 9271.0, 9273.0, 9227.0, 9297.0, 9241.0, 9303.0, 9246.0, 9315.0, 9277.0, 9242.0, 9298.0, 9245.0, 9318.0, 9265.0, 9289.0, 9279.0, 9247.0, 9290.0, 9308.0, 9286.0, 9225.0, 9287.0, 9238.0, 9271.0, 9251.0, 9278.0, 9207.0, 9280.0, 9222.0, 9283.0, 9221.0, 9293.0, 9235.0, 9289.0, 9239.0, 9293.0, 9236.0, 9270.0, 9249.0, 9288.0, 9239.0, 9274.0, 9236.0, 9244.0, 9238.0, 9242.0, 9286.0, 9258.0, 9332.0, 9247.0, 9316.0, 9260.0, 9242.0, 9301.0, 9279.0, 9249.0, 9314.0, 9249.0, 9284.0, 9292.0, 9316.0, 9278.0, 9280.0, 9283.0, 9220.0, 9277.0, 9257.0, 9293.0, 9253.0, 9292.0, 9248.0, 9236.0, 9269.0, 9240.0, 9240.0, 9283.0, 9249.0, 9311.0, 9276.0, 9312.0, 9292.0, 9311.0, 9282.0, 9245.0, 9287.0, 9213.0, 9283.0, 9214.0, 9286.0, 9198.0, 9267.0, 9208.0, 9262.0, 9196.0, 9250.0, 9195.0, 9253.0, 9195.0, 9251.0, 9194.0, 9251.0, 9196.0, 9254.0, 9215.0, 9270.0, 9212.0, 9265.0, 9212.0, 9266.0, 9213.0, 9270.0, 9231.0, 9258.0, 9238.0, 9222.0, 9272.0, 9244.0, 9297.0, 9229.0, 9297.0, 9246.0, 9300.0, 9263.0, 9245.0, 9291.0, 9245.0, 9307.0, 9269.0, 9319.0, 9262.0, 9316.0, 9264.0, 9317.0, 9261.0, 9297.0, 9242.0, 9289.0, 9240.0, 9295.0, 9241.0, 9290.0, 9235.0, 9274.0, 9217.0, 9274.0, 9246.0, 9292.0, 9253.0, 9274.0, 9251.0, 9235.0, 9273.0, 9247.0, 9298.0, 9277.0, 9312.0, 9264.0, 9253.0, 9314.0, 9265.0, 9335.0, 9249.0, 9334.0, 9255.0, 9320.0, 9279.0, 9299.0, 9263.0, 9299.0, 9280.0, 9262.0, 9316.0, 9247.0, 9313.0, 9260.0, 9313.0, 9273.0, 9298.0, 9274.0, 9281.0, 9273.0, 9243.0, 9286.0, 9224.0, 9294.0, 9225.0, 9294.0, 9226.0, 9297.0, 9241.0, 9290.0, 9229.0, 9301.0, 9263.0, 9242.0, 9276.0, 9247.0, 9323.0, 9254.0, 9320.0, 9253.0, 9300.0, 9263.0, 9303.0, 9262.0, 9301.0, 9282.0, 9302.0, 9259.0, 9273.0, 9281.0, 9222.0, 9306.0, 9254.0, 9241.0, 9288.0, 9233.0, 9333.0, 9261.0, 9329.0, 9294.0, 9282.0, 9302.0, 9243.0, 9324.0, 9274.0, 9237.0, 9292.0, 9241.0, 9311.0, 9245.0, 9316.0, 9252.0, 9229.0, 9230.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.007888256351039262</td></tr>
<tr><td colspan=3>aqi</td><td>0.07001087621247112</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.61331133996532</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.163474017942197</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0151718665895964</td></tr>
<tr><td colspan=3>efc</td><td>0.5001</td></tr>
<tr><td colspan=3>fber</td><td>4956.688</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15030368244287737</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>136</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.704387990762125</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5563102920232716</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.488603031576171</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.730920480344327</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.449407364149317</td></tr>
<tr><td colspan=3>gcor</td><td>0.0185187</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01475622970610857</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041533052921295166</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</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.228149654231385</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.7586</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2966</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.6694</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>292541.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>845.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.2112</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8406</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.8404</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3338.9913</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84003.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1448.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>815.7184</td></tr>
<tr><td colspan=3>tsnr</td><td>25.60192616097629</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>