ds005256-mriqc/sub-0118_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 309423ad35 [DATALAD RUNCMD] Compute MRIQC for sub-0118
=== 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-0118 --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-0118",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 10:14:38 +02:00

616 lines
No EOL
106 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0118_ses-01_task-social_acq-mb8_run-02_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-0118_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0118_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_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-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0118/figures/sub-0118_ses-01_task-social_acq-mb8_run-02_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-0118/ses-01/func/sub-0118_ses-01_task-social_acq-mb8_run-02_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>64b9cba46ebe232a2e1c87f73d38d262</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:04:37.352500</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.9987, -0.0280649, -0.0425566, 0.0326068, 0.993387, 0.110091]</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.259</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-02_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.0838403</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>15</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4205, -7793, -7220, 353, -96, -30, -124, 70]</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>218.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>51b71799-abaa-4b87-ae26-03bfa87bd93d||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.679438591003418, 0.08748164027929306, -0.1058008149266243, 112.49258422851562], [0.07529605180025101, 2.6651833057403564, 0.30060654878616333, -113.4033203125], [-0.11417634040117264, -0.2953668236732483, 2.6811270713806152, -45.4360466003418], [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': ['160437.352500', '160437.812500', '160438.272500', '160438.732500', '160439.192500', '160439.652500', '160440.112500', '160440.572500', '160441.032500', '160441.492500', '160441.952500', '160442.412500', '160442.872500', '160443.332500', '160443.792500', '160444.252500', '160444.712500', '160445.172500', '160445.632500', '160446.092500', '160446.552500', '160447.012500', '160447.472500', '160447.932500', '160448.392500', '160448.852500', '160449.312500', '160449.772500', '160450.232500', '160450.692500', '160451.152500', '160451.612500', '160452.072500', '160452.532500', '160452.992500', '160453.452500', '160453.912500', '160454.372500', '160454.832500', '160455.292500', '160455.752500', '160456.212500', '160456.672500', '160457.132500', '160457.592500', '160458.052500', '160458.512500', '160458.972500', '160459.432500', '160459.892500', '160500.352500', '160500.812500', '160501.272500', '160501.732500', '160502.192500', '160502.652500', '160503.112500', '160503.572500', '160504.032500', '160504.492500', '160504.952500', '160505.412500', '160505.872500', '160506.332500', '160506.792500', '160507.252500', '160507.712500', '160508.172500', '160508.632500', '160509.092500', '160509.552500', '160510.012500', '160510.472500', '160510.932500', '160511.392500', '160511.852500', '160512.312500', '160512.772500', '160513.232500', '160513.692500', '160514.152500', '160514.612500', '160515.072500', '160515.532500', '160515.992500', '160516.452500', '160516.912500', '160517.372500', '160517.832500', '160518.292500', '160518.752500', '160519.212500', '160519.672500', '160520.132500', '160520.592500', '160521.052500', '160521.512500', '160521.972500', '160522.432500', '160522.892500', '160523.352500', '160523.812500', '160524.272500', '160524.732500', '160525.192500', '160525.652500', '160526.112500', '160526.572500', '160527.032500', '160527.492500', '160527.952500', '160528.412500', '160528.872500', '160529.332500', '160529.792500', '160530.252500', '160530.712500', '160531.172500', '160531.632500', '160532.092500', '160532.552500', '160533.012500', '160533.472500', '160533.932500', '160534.392500', '160534.852500', '160535.312500', '160535.772500', '160536.232500', '160536.692500', '160537.152500', '160537.612500', '160538.072500', '160538.532500', '160538.992500', '160539.452500', '160539.912500', '160540.372500', '160540.832500', '160541.292500', '160541.752500', '160542.212500', '160542.672500', '160543.132500', '160543.592500', '160544.052500', '160544.512500', '160544.972500', '160545.432500', '160545.892500', '160546.352500', '160546.812500', '160547.272500', '160547.732500', '160548.192500', '160548.652500', '160549.112500', '160549.572500', '160550.032500', '160550.492500', '160550.952500', '160551.412500', '160551.872500', '160552.332500', '160552.792500', '160553.252500', '160553.712500', '160554.172500', '160554.632500', '160555.092500', '160555.552500', '160556.012500', '160556.472500', '160556.932500', '160557.392500', '160557.852500', '160558.312500', '160558.772500', '160559.232500', '160559.692500', '160600.152500', '160600.612500', '160601.072500', '160601.532500', '160601.992500', '160602.452500', '160602.912500', '160603.372500', '160603.832500', '160604.292500', '160604.752500', '160605.212500', '160605.672500', '160606.132500', '160606.592500', '160607.052500', '160607.512500', '160607.972500', '160608.432500', '160608.892500', '160609.352500', '160609.812500', '160610.272500', '160610.732500', '160611.192500', '160611.652500', '160612.112500', '160612.572500', '160613.032500', '160613.492500', '160613.952500', '160614.412500', '160614.872500', '160615.332500', '160615.792500', '160616.252500', '160616.712500', '160617.172500', '160617.632500', '160618.092500', '160618.552500', '160619.012500', '160619.472500', '160619.932500', '160620.392500', '160620.852500', '160621.312500', '160621.772500', '160622.232500', '160622.692500', '160623.152500', '160623.612500', '160624.072500', '160624.532500', '160624.992500', '160625.452500', '160625.912500', '160626.372500', '160626.832500', '160627.292500', '160627.752500', '160628.212500', '160628.672500', '160629.132500', '160629.592500', '160630.052500', '160630.512500', '160630.972500', '160631.432500', '160631.892500', '160632.352500', '160632.812500', '160633.272500', '160633.732500', '160634.192500', '160634.652500', '160635.112500', '160635.572500', '160636.032500', '160636.492500', '160636.952500', '160637.412500', '160637.872500', '160638.332500', '160638.792500', '160639.252500', '160639.712500', '160640.172500', '160640.632500', '160641.092500', '160641.552500', '160642.012500', '160642.472500', '160642.932500', '160643.392500', '160643.852500', '160644.312500', '160644.772500', '160645.232500', '160645.692500', '160646.152500', '160646.612500', '160647.072500', '160647.532500', '160647.992500', '160648.452500', '160648.912500', '160649.372500', '160649.832500', '160650.292500', '160650.752500', '160651.212500', '160651.672500', '160652.132500', '160652.592500', '160653.052500', '160653.512500', '160653.972500', '160654.432500', '160654.892500', '160655.352500', '160655.812500', '160656.272500', '160656.732500', '160657.192500', '160657.652500', '160658.112500', '160658.572500', '160659.032500', '160659.492500', '160659.952500', '160700.412500', '160700.872500', '160701.332500', '160701.792500', '160702.252500', '160702.712500', '160703.172500', '160703.632500', '160704.092500', '160704.552500', '160705.012500', '160705.472500', '160705.932500', '160706.392500', '160706.852500', '160707.312500', '160707.772500', '160708.232500', '160708.692500', '160709.152500', '160709.612500', '160710.072500', '160710.532500', '160710.992500', '160711.452500', '160711.912500', '160712.372500', '160712.832500', '160713.292500', '160713.752500', '160714.212500', '160714.672500', '160715.132500', '160715.592500', '160716.052500', '160716.512500', '160716.972500', '160717.432500', '160717.892500', '160718.352500', '160718.812500', '160719.272500', '160719.732500', '160720.192500', '160720.652500', '160721.112500', '160721.572500', '160722.032500', '160722.492500', '160722.952500', '160723.412500', '160723.872500', '160724.332500', '160724.792500', '160725.252500', '160725.712500', '160726.172500', '160726.632500', '160727.092500', '160727.552500', '160728.012500', '160728.472500', '160728.932500', '160729.392500', '160729.852500', '160730.312500', '160730.772500', '160731.232500', '160731.692500', '160732.152500', '160732.612500', '160733.072500', '160733.532500', '160733.992500', '160734.452500', '160734.912500', '160735.372500', '160735.832500', '160736.292500', '160736.752500', '160737.212500', '160737.672500', '160738.132500', '160738.592500', '160739.052500', '160739.512500', '160739.972500', '160740.432500', '160740.892500', '160741.352500', '160741.812500', '160742.272500', '160742.732500', '160743.192500', '160743.652500', '160744.112500', '160744.572500', '160745.032500', '160745.492500', '160745.952500', '160746.412500', '160746.872500', '160747.332500', '160747.792500', '160748.252500', '160748.712500', '160749.172500', '160749.632500', '160750.092500', '160750.552500', '160751.012500', '160751.472500', '160751.932500', '160752.392500', '160752.852500', '160753.312500', '160753.772500', '160754.232500', '160754.692500', '160755.152500', '160755.612500', '160756.072500', '160756.532500', '160756.992500', '160757.452500', '160757.912500', '160758.372500', '160758.832500', '160759.292500', '160759.752500', '160800.212500', '160800.672500', '160801.132500', '160801.592500', '160802.052500', '160802.512500', '160802.972500', '160803.432500', '160803.892500', '160804.352500', '160804.812500', '160805.272500', '160805.732500', '160806.192500', '160806.652500', '160807.112500', '160807.572500', '160808.032500', '160808.492500', '160808.952500', '160809.412500', '160809.872500', '160810.332500', '160810.792500', '160811.252500', '160811.712500', '160812.172500', '160812.632500', '160813.092500', '160813.552500', '160814.012500', '160814.472500', '160814.932500', '160815.392500', '160815.852500', '160816.312500', '160816.772500', '160817.232500', '160817.692500', '160818.152500', '160818.612500', '160819.072500', '160819.532500', '160819.992500', '160820.452500', '160820.912500', '160821.372500', '160821.832500', '160822.292500', '160822.752500', '160823.212500', '160823.672500', '160824.132500', '160824.592500', '160825.052500', '160825.512500', '160825.972500', '160826.432500', '160826.892500', '160827.352500', '160827.812500', '160828.272500', '160828.732500', '160829.192500', '160829.652500', '160830.112500', '160830.572500', '160831.032500', '160831.492500', '160831.952500', '160832.412500', '160832.872500', '160833.332500', '160833.792500', '160834.252500', '160834.712500', '160835.172500', '160835.632500', '160836.092500', '160836.552500', '160837.012500', '160837.472500', '160837.932500', '160838.392500', '160838.852500', '160839.312500', '160839.772500', '160840.232500', '160840.692500', '160841.152500', '160841.612500', '160842.072500', '160842.532500', '160842.992500', '160843.452500', '160843.912500', '160844.372500', '160844.832500', '160845.292500', '160845.752500', '160846.212500', '160846.672500', '160847.132500', '160847.592500', '160848.052500', '160848.512500', '160848.972500', '160849.432500', '160849.892500', '160850.352500', '160850.812500', '160851.272500', '160851.732500', '160852.192500', '160852.652500', '160853.112500', '160853.572500', '160854.032500', '160854.492500', '160854.952500', '160855.412500', '160855.872500', '160856.332500', '160856.792500', '160857.252500', '160857.712500', '160858.172500', '160858.632500', '160859.092500', '160859.552500', '160900.012500', '160900.472500', '160900.932500', '160901.392500', '160901.852500', '160902.312500', '160902.772500', '160903.232500', '160903.692500', '160904.152500', '160904.612500', '160905.072500', '160905.532500', '160905.992500', '160906.452500', '160906.912500', '160907.372500', '160907.832500', '160908.292500', '160908.752500', '160909.212500', '160909.672500', '160910.132500', '160910.592500', '160911.052500', '160911.512500', '160911.972500', '160912.432500', '160912.892500', '160913.352500', '160913.812500', '160914.272500', '160914.732500', '160915.192500', '160915.652500', '160916.112500', '160916.572500', '160917.032500', '160917.492500', '160917.952500', '160918.412500', '160918.872500', '160919.332500', '160919.792500', '160920.252500', '160920.712500', '160921.172500', '160921.632500', '160922.092500', '160922.552500', '160923.012500', '160923.472500', '160923.932500', '160924.392500', '160924.852500', '160925.312500', '160925.772500', '160926.232500', '160926.692500', '160927.152500', '160927.612500', '160928.072500', '160928.532500', '160928.992500', '160929.452500', '160929.912500', '160930.372500', '160930.832500', '160931.292500', '160931.752500', '160932.212500', '160932.672500', '160933.132500', '160933.592500', '160934.052500', '160934.512500', '160934.972500', '160935.432500', '160935.892500', '160936.352500', '160936.812500', '160937.272500', '160937.732500', '160938.192500', '160938.652500', '160939.112500', '160939.572500', '160940.032500', '160940.492500', '160940.952500', '160941.412500', '160941.872500', '160942.332500', '160942.792500', '160943.252500', '160943.712500', '160944.172500', '160944.632500', '160945.092500', '160945.552500', '160946.012500', '160946.472500', '160946.932500', '160947.392500', '160947.852500', '160948.312500', '160948.772500', '160949.232500', '160949.692500', '160950.152500', '160950.612500', '160951.072500', '160951.532500', '160951.992500', '160952.452500', '160952.912500', '160953.372500', '160953.832500', '160954.292500', '160954.752500', '160955.212500', '160955.672500', '160956.132500', '160956.592500', '160957.052500', '160957.512500', '160957.972500', '160958.432500', '160958.892500', '160959.352500', '160959.812500', '161000.272500', '161000.732500', '161001.192500', '161001.652500', '161002.112500', '161002.572500', '161003.032500', '161003.492500', '161003.952500', '161004.412500', '161004.872500', '161005.332500', '161005.792500', '161006.252500', '161006.712500', '161007.172500', '161007.632500', '161008.092500', '161008.552500', '161009.012500', '161009.472500', '161009.932500', '161010.392500', '161010.852500', '161011.312500', '161011.772500', '161012.232500', '161012.692500', '161013.152500', '161013.612500', '161014.072500', '161014.532500', '161014.992500', '161015.452500', '161015.912500', '161016.372500', '161016.832500', '161017.292500', '161017.752500', '161018.212500', '161018.672500', '161019.132500', '161019.592500', '161020.052500', '161020.512500', '161020.972500', '161021.432500', '161021.892500', '161022.352500', '161022.812500', '161023.272500', '161023.732500', '161024.192500', '161024.652500', '161025.112500', '161025.572500', '161026.032500', '161026.492500', '161026.952500', '161027.412500', '161027.872500', '161028.332500', '161028.792500', '161029.252500', '161029.712500', '161030.172500', '161030.632500', '161031.092500', '161031.552500', '161032.012500', '161032.472500', '161032.932500', '161033.392500', '161033.852500', '161034.312500', '161034.772500', '161035.232500', '161035.692500', '161036.152500', '161036.612500', '161037.072500', '161037.532500', '161037.992500', '161038.452500', '161038.912500', '161039.372500', '161039.832500', '161040.292500', '161040.752500', '161041.212500', '161041.672500', '161042.132500', '161042.592500', '161043.052500', '161043.512500', '161043.972500', '161044.432500', '161044.892500', '161045.352500', '161045.812500', '161046.272500', '161046.732500', '161047.192500', '161047.652500', '161048.112500', '161048.572500', '161049.032500', '161049.492500', '161049.952500', '161050.412500', '161050.872500', '161051.332500', '161051.792500', '161052.252500', '161052.712500', '161053.172500', '161053.632500', '161054.092500', '161054.552500', '161055.012500', '161055.472500', '161055.932500', '161056.392500', '161056.852500', '161057.312500', '161057.772500', '161058.232500', '161058.692500', '161059.152500', '161059.612500', '161100.072500', '161100.532500', '161100.992500', '161101.452500', '161101.912500', '161102.372500', '161102.832500', '161103.292500', '161103.752500', '161104.212500', '161104.672500', '161105.132500', '161105.592500', '161106.052500', '161106.512500', '161106.972500', '161107.432500', '161107.892500', '161108.352500', '161108.812500', '161109.272500', '161109.732500', '161110.192500', '161110.652500', '161111.112500', '161111.572500', '161112.032500', '161112.492500', '161112.952500', '161113.412500', '161113.872500', '161114.332500', '161114.792500', '161115.252500', '161115.712500', '161116.172500', '161116.632500', '161117.092500', '161117.552500', '161118.012500'], 'ContentTime': ['160502.942000', '160502.944000', '160502.947000', '160502.950000', '160502.953000', '160502.956000', '160502.958000', '160502.961000', '160502.963000', '160502.966000', '160502.968000', '160502.971000', '160502.973000', '160502.976000', '160502.979000', '160502.981000', '160502.984000', '160502.986000', '160502.989000', '160502.992000', '160502.994000', '160502.997000', '160503.000000', '160503.003000', '160503.005000', '160503.008000', '160503.010000', '160503.013000', '160503.016000', '160503.018000', '160503.021000', '160503.023000', '160503.026000', '160503.028000', '160503.031000', '160503.034000', '160503.036000', '160503.039000', '160503.041000', '160503.044000', '160503.046000', '160503.064000', '160503.074000', '160503.077000', '160503.081000', '160503.084000', '160503.086000', '160503.089000', '160503.091000', '160503.094000', '160503.097000', '160503.099000', '160503.102000', '160522.879000', '160522.882000', '160522.885000', '160522.898000', '160522.901000', '160522.903000', '160522.906000', '160522.908000', '160522.911000', '160522.913000', '160522.916000', '160522.919000', '160522.922000', '160522.925000', '160522.928000', '160522.930000', '160522.933000', '160522.935000', '160522.938000', '160522.940000', '160522.943000', '160522.945000', '160522.948000', '160522.951000', '160522.953000', '160522.956000', '160522.958000', '160522.961000', '160522.964000', '160522.966000', '160522.969000', '160522.971000', '160522.974000', '160522.976000', '160522.979000', '160522.981000', '160522.984000', '160522.987000', '160522.989000', '160522.992000', '160522.994000', '160522.997000', '160523.000000', '160542.879000', '160542.888000', '160542.890000', '160542.893000', '160542.895000', '160542.898000', '160542.901000', '160542.903000', '160542.906000', '160542.908000', '160542.911000', '160542.913000', '160542.916000', '160542.918000', '160542.921000', '160542.923000', '160542.926000', '160542.929000', '160542.931000', '160542.934000', '160542.936000', '160542.939000', '160542.941000', '160542.944000', '160542.946000', '160542.949000', '160542.952000', '160542.954000', '160542.957000', '160542.959000', '160542.962000', '160542.965000', '160542.967000', '160542.970000', '160542.972000', '160542.975000', '160542.977000', '160542.980000', '160542.983000', '160542.985000', '160542.988000', '160542.990000', '160542.993000', '160542.996000', '160602.881000', '160602.884000', '160602.886000', '160602.896000', '160602.899000', '160602.902000', '160602.904000', '160602.907000', '160602.909000', '160602.912000', '160602.914000', '160602.917000', '160602.920000', '160602.922000', '160602.925000', '160602.927000', '160602.930000', '160602.933000', '160602.936000', '160602.938000', '160602.941000', '160602.943000', '160602.946000', '160602.948000', '160602.951000', '160602.954000', '160602.956000', '160602.959000', '160602.961000', '160602.964000', '160602.966000', '160602.969000', '160602.971000', '160602.974000', '160602.977000', '160602.979000', '160602.982000', '160602.984000', '160602.987000', '160602.989000', '160602.992000', '160602.994000', '160602.997000', '160622.879000', '160622.882000', '160622.885000', '160622.887000', '160622.890000', '160622.892000', '160622.895000', '160622.898000', '160622.900000', '160622.903000', '160622.905000', '160622.908000', '160622.910000', '160622.913000', '160622.916000', '160622.918000', '160622.921000', '160622.923000', '160622.926000', '160622.928000', '160622.931000', '160622.934000', '160622.936000', '160622.939000', '160622.941000', '160622.944000', '160622.946000', '160622.949000', '160622.951000', '160622.954000', '160622.964000', '160622.966000', '160622.969000', '160622.971000', '160622.974000', '160622.976000', '160622.979000', '160622.981000', '160622.984000', '160622.986000', '160622.989000', '160622.991000', '160622.994000', '160622.997000', '160642.880000', '160642.883000', '160642.886000', '160642.888000', '160642.891000', '160642.894000', '160642.896000', '160642.899000', '160642.901000', '160642.904000', '160642.906000', '160642.909000', '160642.912000', '160642.914000', '160642.917000', '160642.919000', '160642.922000', '160642.925000', '160642.927000', '160642.930000', '160642.932000', '160642.935000', '160642.938000', '160642.940000', '160642.943000', '160642.945000', '160642.948000', '160642.951000', '160642.954000', '160642.956000', '160642.959000', '160642.961000', '160642.964000', '160642.966000', '160642.969000', '160642.971000', '160642.974000', '160642.977000', '160642.979000', '160642.982000', '160642.984000', '160642.995000', '160642.997000', '160702.880000', '160702.883000', '160702.886000', '160702.888000', '160702.891000', '160702.894000', '160702.896000', '160702.899000', '160702.901000', '160702.904000', '160702.906000', '160702.909000', '160702.912000', '160702.914000', '160702.917000', '160702.919000', '160702.922000', '160702.925000', '160702.927000', '160702.930000', '160702.932000', '160702.935000', '160702.938000', '160702.940000', '160702.943000', '160702.945000', '160702.948000', '160702.950000', '160702.953000', '160702.956000', '160702.958000', '160702.961000', '160702.963000', '160702.966000', '160702.969000', '160702.971000', '160702.974000', '160702.976000', '160702.979000', '160702.981000', '160702.984000', '160702.987000', '160702.989000', '160702.992000', '160722.879000', '160722.882000', '160722.885000', '160722.887000', '160722.890000', '160722.892000', '160722.895000', '160722.897000', '160722.900000', '160722.903000', '160722.905000', '160722.908000', '160722.911000', '160722.913000', '160722.916000', '160722.919000', '160722.922000', '160722.924000', '160722.927000', '160722.930000', '160722.932000', '160722.935000', '160722.937000', '160722.940000', '160722.942000', '160722.945000', '160722.948000', '160722.950000', '160722.953000', '160722.956000', '160722.958000', '160722.961000', '160722.964000', '160722.967000', '160722.970000', '160722.973000', '160722.976000', '160722.979000', '160722.981000', '160722.984000', '160722.986000', '160722.989000', '160722.992000', '160742.879000', '160742.882000', '160742.885000', '160742.887000', '160742.890000', '160742.893000', '160742.895000', '160742.898000', '160742.900000', '160742.903000', '160742.905000', '160742.908000', '160742.911000', '160742.913000', '160742.916000', '160742.918000', '160742.921000', '160742.923000', '160742.926000', '160742.928000', '160742.931000', '160742.934000', '160742.936000', '160742.939000', '160742.941000', '160742.944000', '160742.946000', '160742.949000', '160742.951000', '160742.954000', '160742.957000', '160742.959000', '160742.962000', '160742.964000', '160742.967000', '160742.969000', '160742.972000', '160742.975000', '160742.977000', '160742.980000', '160742.983000', '160742.985000', '160742.988000', '160742.990000', '160802.879000', '160802.882000', '160802.885000', '160802.887000', '160802.890000', '160802.892000', '160802.895000', '160802.898000', '160802.900000', '160802.903000', '160802.905000', '160802.908000', '160802.911000', '160802.913000', '160802.916000', '160802.918000', '160802.921000', '160802.924000', '160802.926000', '160802.929000', '160802.931000', '160802.934000', '160802.936000', '160802.939000', '160802.941000', '160802.944000', '160802.947000', '160802.949000', '160802.952000', '160802.962000', '160802.965000', '160802.967000', '160802.970000', '160802.973000', '160802.975000', '160802.978000', '160802.980000', '160802.983000', '160802.986000', '160802.988000', '160802.991000', '160802.993000', '160802.996000', '160822.880000', '160822.883000', '160822.885000', '160822.888000', '160822.891000', '160822.893000', '160822.896000', '160822.898000', '160822.901000', '160822.903000', '160822.906000', '160822.909000', '160822.911000', '160822.914000', '160822.916000', '160822.919000', '160822.922000', '160822.924000', '160822.927000', '160822.929000', '160822.932000', '160822.934000', '160822.937000', '160822.960000', '160822.963000', '160822.966000', '160822.968000', '160822.971000', '160822.973000', '160822.976000', '160822.978000', '160822.981000', '160822.984000', '160822.986000', '160822.989000', '160822.991000', '160822.994000', '160822.997000', '160823.000000', '160823.003000', '160823.005000', '160823.008000', '160823.010000', '160823.013000', '160842.880000', '160842.882000', '160842.885000', '160842.888000', '160842.890000', '160842.893000', '160842.895000', '160842.898000', '160842.900000', '160842.909000', '160842.912000', '160842.914000', '160842.917000', '160842.919000', '160842.922000', '160842.924000', '160842.927000', '160842.930000', '160842.932000', '160842.935000', '160842.937000', '160842.940000', '160842.942000', '160842.945000', '160842.948000', '160842.950000', '160842.953000', '160842.955000', '160842.960000', '160842.962000', '160842.965000', '160842.968000', '160842.970000', '160842.973000', '160842.976000', '160842.978000', '160842.981000', '160842.983000', '160842.986000', '160842.989000', '160842.991000', '160842.994000', '160842.996000', '160902.880000', '160902.883000', '160902.886000', '160902.888000', '160902.891000', '160902.894000', '160902.896000', '160902.899000', '160902.901000', '160902.904000', '160902.906000', '160902.909000', '160902.912000', '160902.914000', '160902.917000', '160902.919000', '160902.922000', '160902.924000', '160902.927000', '160902.930000', '160902.932000', '160902.935000', '160902.937000', '160902.940000', '160902.943000', '160902.945000', '160902.948000', '160902.950000', '160902.953000', '160902.955000', '160902.958000', '160902.961000', '160902.963000', '160902.966000', '160902.968000', '160902.971000', '160902.974000', '160902.976000', '160902.979000', '160902.981000', '160902.984000', '160902.987000', '160902.989000', '160902.992000', '160922.880000', '160922.883000', '160922.886000', '160922.889000', '160922.891000', '160922.894000', '160922.896000', '160922.899000', '160922.902000', '160922.904000', '160922.907000', '160922.909000', '160922.912000', '160922.915000', '160922.917000', '160922.920000', '160922.922000', '160922.925000', '160922.927000', '160922.930000', '160922.933000', '160922.935000', '160922.938000', '160922.940000', '160922.943000', '160922.946000', '160922.948000', '160922.951000', '160922.953000', '160922.956000', '160922.958000', '160922.961000', '160922.964000', '160922.967000', '160922.970000', '160922.973000', '160922.976000', '160922.978000', '160922.981000', '160922.983000', '160922.986000', '160922.989000', '160922.991000', '160942.880000', '160942.883000', '160942.885000', '160942.888000', '160942.890000', '160942.893000', '160942.896000', '160942.898000', '160942.901000', '160942.904000', '160942.906000', '160942.909000', '160942.911000', '160942.914000', '160942.916000', '160942.919000', '160942.922000', '160942.924000', '160942.927000', '160942.929000', '160942.932000', '160942.935000', '160942.937000', '160942.940000', '160942.942000', '160942.945000', '160942.947000', '160942.950000', '160942.953000', '160942.955000', '160942.958000', '160942.960000', '160942.963000', '160942.966000', '160942.968000', '160942.971000', '160942.973000', '160942.976000', '160942.978000', '160942.981000', '160942.984000', '160942.986000', '160942.989000', '160942.991000', '161002.879000', '161002.882000', '161002.885000', '161002.888000', '161002.890000', '161002.893000', '161002.895000', '161002.898000', '161002.900000', '161002.903000', '161002.906000', '161002.908000', '161002.911000', '161002.913000', '161002.916000', '161002.919000', '161002.921000', '161002.924000', '161002.926000', '161002.929000', '161002.932000', '161002.934000', '161002.937000', '161002.939000', '161002.942000', '161002.944000', '161002.947000', '161002.950000', '161002.952000', '161002.955000', '161002.957000', '161002.960000', '161002.963000', '161002.965000', '161002.968000', '161002.971000', '161002.973000', '161002.983000', '161002.986000', '161002.988000', '161002.991000', '161002.993000', '161002.996000', '161022.879000', '161022.882000', '161022.885000', '161022.887000', '161022.890000', '161022.893000', '161022.895000', '161022.898000', '161022.900000', '161022.903000', '161022.906000', '161022.908000', '161022.911000', '161022.913000', '161022.916000', '161022.919000', '161022.921000', '161022.924000', '161022.927000', '161022.929000', '161022.932000', '161022.934000', '161022.937000', '161022.939000', '161022.942000', '161022.945000', '161022.947000', '161022.950000', '161022.952000', '161022.955000', '161022.957000', '161022.960000', '161022.963000', '161022.967000', '161022.969000', '161022.972000', '161022.975000', '161022.977000', '161022.980000', '161022.983000', '161022.985000', '161022.988000', '161022.990000', '161022.993000', '161042.879000', '161042.882000', '161042.885000', '161042.888000', '161042.890000', '161042.893000', '161042.895000', '161042.898000', '161042.901000', '161042.903000', '161042.906000', '161042.908000', '161042.911000', '161042.913000', '161042.916000', '161042.919000', '161042.921000', '161042.924000', '161042.926000', '161042.929000', '161042.932000', '161042.934000', '161042.937000', '161042.939000', '161042.942000', '161042.945000', '161042.947000', '161042.951000', '161042.954000', '161042.956000', '161042.959000', '161042.962000', '161042.964000', '161042.967000', '161042.969000', '161042.972000', '161042.975000', '161042.977000', '161042.980000', '161042.982000', '161042.985000', '161042.987000', '161042.990000', '161102.879000', '161102.882000', '161102.885000', '161102.888000', '161102.890000', '161102.893000', '161102.896000', '161102.898000', '161102.901000', '161102.903000', '161102.906000', '161102.908000', '161102.911000', '161102.914000', '161102.916000', '161102.919000', '161102.921000', '161102.924000', '161102.926000', '161102.929000', '161102.932000', '161102.934000', '161102.937000', '161102.939000', '161102.942000', '161102.944000', '161102.947000', '161102.949000', '161102.952000', '161102.955000', '161102.957000', '161102.960000', '161102.962000', '161102.965000', '161102.968000', '161102.970000', '161102.973000', '161102.975000', '161102.978000', '161102.980000', '161102.983000', '161102.986000', '161102.988000', '161102.991000', '161119.322000', '161119.350000', '161119.352000', '161119.355000', '161119.358000', '161119.360000', '161119.363000', '161119.366000', '161119.368000', '161119.371000', '161119.374000', '161119.377000', '161119.380000', '161119.386000', '161119.389000', '161119.391000', '161119.394000', '161119.397000', '161119.400000', '161119.403000', '161119.405000', '161119.408000', '161119.412000', '161119.417000', '161119.424000', '161119.431000', '161119.435000', '161119.439000', '161119.442000', '161119.446000', '161119.449000', '161119.452000', '161119.455000', '161119.458000', '161119.460000', '161119.463000'], 'InstanceCreationTime': ['160502.942000', '160502.944000', '160502.947000', '160502.950000', '160502.953000', '160502.956000', '160502.958000', '160502.961000', '160502.963000', '160502.966000', '160502.968000', '160502.971000', '160502.973000', '160502.976000', '160502.979000', '160502.981000', '160502.984000', '160502.986000', '160502.989000', '160502.992000', '160502.994000', '160502.997000', '160503.000000', '160503.003000', '160503.005000', '160503.008000', '160503.010000', '160503.013000', '160503.016000', '160503.018000', '160503.021000', '160503.023000', '160503.026000', '160503.028000', '160503.031000', '160503.034000', '160503.036000', '160503.039000', '160503.041000', '160503.044000', '160503.046000', '160503.064000', '160503.074000', '160503.077000', '160503.081000', '160503.084000', '160503.086000', '160503.089000', '160503.091000', '160503.094000', '160503.097000', '160503.099000', '160503.102000', '160522.879000', '160522.882000', '160522.885000', '160522.898000', '160522.901000', '160522.903000', '160522.906000', '160522.908000', '160522.911000', '160522.913000', '160522.916000', '160522.919000', '160522.922000', '160522.925000', '160522.928000', '160522.930000', '160522.933000', '160522.935000', '160522.938000', '160522.940000', '160522.943000', '160522.945000', '160522.948000', '160522.951000', '160522.953000', '160522.956000', '160522.958000', '160522.961000', '160522.964000', '160522.966000', '160522.969000', '160522.971000', '160522.974000', '160522.976000', '160522.979000', '160522.981000', '160522.984000', '160522.987000', '160522.989000', '160522.992000', '160522.994000', '160522.997000', '160523.000000', '160542.879000', '160542.888000', '160542.890000', '160542.893000', '160542.895000', '160542.898000', '160542.901000', '160542.903000', '160542.906000', '160542.908000', '160542.911000', '160542.913000', '160542.916000', '160542.918000', '160542.921000', '160542.923000', '160542.926000', '160542.929000', '160542.931000', '160542.934000', '160542.936000', '160542.939000', '160542.941000', '160542.944000', '160542.946000', '160542.949000', '160542.952000', '160542.954000', '160542.957000', '160542.959000', '160542.962000', '160542.965000', '160542.967000', '160542.970000', '160542.972000', '160542.975000', '160542.977000', '160542.980000', '160542.983000', '160542.985000', '160542.988000', '160542.990000', '160542.993000', '160542.996000', '160602.881000', '160602.884000', '160602.886000', '160602.896000', '160602.899000', '160602.902000', '160602.904000', '160602.907000', '160602.909000', '160602.912000', '160602.914000', '160602.917000', '160602.920000', '160602.922000', '160602.925000', '160602.927000', '160602.930000', '160602.933000', '160602.936000', '160602.938000', '160602.941000', '160602.943000', '160602.946000', '160602.948000', '160602.951000', '160602.954000', '160602.956000', '160602.959000', '160602.961000', '160602.964000', '160602.966000', '160602.969000', '160602.971000', '160602.974000', '160602.977000', '160602.979000', '160602.982000', '160602.984000', '160602.987000', '160602.989000', '160602.992000', '160602.994000', '160602.997000', '160622.879000', '160622.882000', '160622.885000', '160622.887000', '160622.890000', '160622.892000', '160622.895000', '160622.898000', '160622.900000', '160622.903000', '160622.905000', '160622.908000', '160622.910000', '160622.913000', '160622.916000', '160622.918000', '160622.921000', '160622.923000', '160622.926000', '160622.928000', '160622.931000', '160622.934000', '160622.936000', '160622.939000', '160622.941000', '160622.944000', '160622.946000', '160622.949000', '160622.951000', '160622.954000', '160622.964000', '160622.966000', '160622.969000', '160622.971000', '160622.974000', '160622.976000', '160622.979000', '160622.981000', '160622.984000', '160622.986000', '160622.989000', '160622.991000', '160622.994000', '160622.997000', '160642.880000', '160642.883000', '160642.886000', '160642.888000', '160642.891000', '160642.894000', '160642.896000', '160642.899000', '160642.901000', '160642.904000', '160642.906000', '160642.909000', '160642.912000', '160642.914000', '160642.917000', '160642.919000', '160642.922000', '160642.925000', '160642.927000', '160642.930000', '160642.932000', '160642.935000', '160642.938000', '160642.940000', '160642.943000', '160642.945000', '160642.948000', '160642.951000', '160642.954000', '160642.956000', '160642.959000', '160642.961000', '160642.964000', '160642.966000', '160642.969000', '160642.971000', '160642.974000', '160642.977000', '160642.979000', '160642.982000', '160642.984000', '160642.995000', '160642.997000', '160702.880000', '160702.883000', '160702.886000', '160702.888000', '160702.891000', '160702.894000', '160702.896000', '160702.899000', '160702.901000', '160702.904000', '160702.906000', '160702.909000', '160702.912000', '160702.914000', '160702.917000', '160702.919000', '160702.922000', '160702.925000', '160702.927000', '160702.930000', '160702.932000', '160702.935000', '160702.938000', '160702.940000', '160702.943000', '160702.945000', '160702.948000', '160702.950000', '160702.953000', '160702.956000', '160702.958000', '160702.961000', '160702.963000', '160702.966000', '160702.969000', '160702.971000', '160702.974000', '160702.976000', '160702.979000', '160702.981000', '160702.984000', '160702.987000', '160702.989000', '160702.992000', '160722.879000', '160722.882000', '160722.885000', '160722.887000', '160722.890000', '160722.892000', '160722.895000', '160722.897000', '160722.900000', '160722.903000', '160722.905000', '160722.908000', '160722.911000', '160722.913000', '160722.916000', '160722.919000', '160722.922000', '160722.924000', '160722.927000', '160722.930000', '160722.932000', '160722.935000', '160722.937000', '160722.940000', '160722.942000', '160722.945000', '160722.948000', '160722.950000', '160722.953000', '160722.956000', '160722.958000', '160722.961000', '160722.964000', '160722.967000', '160722.970000', '160722.973000', '160722.976000', '160722.979000', '160722.981000', '160722.984000', '160722.986000', '160722.989000', '160722.992000', '160742.879000', '160742.882000', '160742.885000', '160742.887000', '160742.890000', '160742.893000', '160742.895000', '160742.898000', '160742.900000', '160742.903000', '160742.905000', '160742.908000', '160742.911000', '160742.913000', '160742.916000', '160742.918000', '160742.921000', '160742.923000', '160742.926000', '160742.928000', '160742.931000', '160742.934000', '160742.936000', '160742.939000', '160742.941000', '160742.944000', '160742.946000', '160742.949000', '160742.951000', '160742.954000', '160742.957000', '160742.959000', '160742.962000', '160742.964000', '160742.967000', '160742.969000', '160742.972000', '160742.975000', '160742.977000', '160742.980000', '160742.983000', '160742.985000', '160742.988000', '160742.990000', '160802.879000', '160802.882000', '160802.885000', '160802.887000', '160802.890000', '160802.892000', '160802.895000', '160802.898000', '160802.900000', '160802.903000', '160802.905000', '160802.908000', '160802.911000', '160802.913000', '160802.916000', '160802.918000', '160802.921000', '160802.924000', '160802.926000', '160802.929000', '160802.931000', '160802.934000', '160802.936000', '160802.939000', '160802.941000', '160802.944000', '160802.947000', '160802.949000', '160802.952000', '160802.962000', '160802.965000', '160802.967000', '160802.970000', '160802.973000', '160802.975000', '160802.978000', '160802.980000', '160802.983000', '160802.986000', '160802.988000', '160802.991000', '160802.993000', '160802.996000', '160822.880000', '160822.883000', '160822.885000', '160822.888000', '160822.891000', '160822.893000', '160822.896000', '160822.898000', '160822.901000', '160822.903000', '160822.906000', '160822.909000', '160822.911000', '160822.914000', '160822.916000', '160822.919000', '160822.922000', '160822.924000', '160822.927000', '160822.929000', '160822.932000', '160822.934000', '160822.937000', '160822.960000', '160822.963000', '160822.966000', '160822.968000', '160822.971000', '160822.973000', '160822.976000', '160822.978000', '160822.981000', '160822.984000', '160822.986000', '160822.989000', '160822.991000', '160822.994000', '160822.997000', '160823.000000', '160823.003000', '160823.005000', '160823.008000', '160823.010000', '160823.013000', '160842.880000', '160842.882000', '160842.885000', '160842.888000', '160842.890000', '160842.893000', '160842.895000', '160842.898000', '160842.900000', '160842.909000', '160842.912000', '160842.914000', '160842.917000', '160842.919000', '160842.922000', '160842.924000', '160842.927000', '160842.930000', '160842.932000', '160842.935000', '160842.937000', '160842.940000', '160842.942000', '160842.945000', '160842.948000', '160842.950000', '160842.953000', '160842.955000', '160842.960000', '160842.962000', '160842.965000', '160842.968000', '160842.970000', '160842.973000', '160842.976000', '160842.978000', '160842.981000', '160842.983000', '160842.986000', '160842.989000', '160842.991000', '160842.994000', '160842.996000', '160902.880000', '160902.883000', '160902.886000', '160902.888000', '160902.891000', '160902.894000', '160902.896000', '160902.899000', '160902.901000', '160902.904000', '160902.906000', '160902.909000', '160902.912000', '160902.914000', '160902.917000', '160902.919000', '160902.922000', '160902.924000', '160902.927000', '160902.930000', '160902.932000', '160902.935000', '160902.937000', '160902.940000', '160902.943000', '160902.945000', '160902.948000', '160902.950000', '160902.953000', '160902.955000', '160902.958000', '160902.961000', '160902.963000', '160902.966000', '160902.968000', '160902.971000', '160902.974000', '160902.976000', '160902.979000', '160902.981000', '160902.984000', '160902.987000', '160902.989000', '160902.992000', '160922.880000', '160922.883000', '160922.886000', '160922.889000', '160922.891000', '160922.894000', '160922.896000', '160922.899000', '160922.902000', '160922.904000', '160922.907000', '160922.909000', '160922.912000', '160922.915000', '160922.917000', '160922.920000', '160922.922000', '160922.925000', '160922.927000', '160922.930000', '160922.933000', '160922.935000', '160922.938000', '160922.940000', '160922.943000', '160922.946000', '160922.948000', '160922.951000', '160922.953000', '160922.956000', '160922.958000', '160922.961000', '160922.964000', '160922.967000', '160922.970000', '160922.973000', '160922.976000', '160922.978000', '160922.981000', '160922.983000', '160922.986000', '160922.989000', '160922.991000', '160942.880000', '160942.883000', '160942.885000', '160942.888000', '160942.890000', '160942.893000', '160942.896000', '160942.898000', '160942.901000', '160942.904000', '160942.906000', '160942.909000', '160942.911000', '160942.914000', '160942.916000', '160942.919000', '160942.922000', '160942.924000', '160942.927000', '160942.929000', '160942.932000', '160942.935000', '160942.937000', '160942.940000', '160942.942000', '160942.945000', '160942.947000', '160942.950000', '160942.953000', '160942.955000', '160942.958000', '160942.960000', '160942.963000', '160942.966000', '160942.968000', '160942.971000', '160942.973000', '160942.976000', '160942.978000', '160942.981000', '160942.984000', '160942.986000', '160942.989000', '160942.991000', '161002.879000', '161002.882000', '161002.885000', '161002.888000', '161002.890000', '161002.893000', '161002.895000', '161002.898000', '161002.900000', '161002.903000', '161002.906000', '161002.908000', '161002.911000', '161002.913000', '161002.916000', '161002.919000', '161002.921000', '161002.924000', '161002.926000', '161002.929000', '161002.932000', '161002.934000', '161002.937000', '161002.939000', '161002.942000', '161002.944000', '161002.947000', '161002.950000', '161002.952000', '161002.955000', '161002.957000', '161002.960000', '161002.963000', '161002.965000', '161002.968000', '161002.971000', '161002.973000', '161002.983000', '161002.986000', '161002.988000', '161002.991000', '161002.993000', '161002.996000', '161022.879000', '161022.882000', '161022.885000', '161022.887000', '161022.890000', '161022.893000', '161022.895000', '161022.898000', '161022.900000', '161022.903000', '161022.906000', '161022.908000', '161022.911000', '161022.913000', '161022.916000', '161022.919000', '161022.921000', '161022.924000', '161022.927000', '161022.929000', '161022.932000', '161022.934000', '161022.937000', '161022.939000', '161022.942000', '161022.945000', '161022.947000', '161022.950000', '161022.952000', '161022.955000', '161022.957000', '161022.960000', '161022.963000', '161022.967000', '161022.969000', '161022.972000', '161022.975000', '161022.977000', '161022.980000', '161022.983000', '161022.985000', '161022.988000', '161022.990000', '161022.993000', '161042.879000', '161042.882000', '161042.885000', '161042.888000', '161042.890000', '161042.893000', '161042.895000', '161042.898000', '161042.901000', '161042.903000', '161042.906000', '161042.908000', '161042.911000', '161042.913000', '161042.916000', '161042.919000', '161042.921000', '161042.924000', '161042.926000', '161042.929000', '161042.932000', '161042.934000', '161042.937000', '161042.939000', '161042.942000', '161042.945000', '161042.947000', '161042.951000', '161042.954000', '161042.956000', '161042.959000', '161042.962000', '161042.964000', '161042.967000', '161042.969000', '161042.972000', '161042.975000', '161042.977000', '161042.980000', '161042.982000', '161042.985000', '161042.987000', '161042.990000', '161102.879000', '161102.882000', '161102.885000', '161102.888000', '161102.890000', '161102.893000', '161102.896000', '161102.898000', '161102.901000', '161102.903000', '161102.906000', '161102.908000', '161102.911000', '161102.914000', '161102.916000', '161102.919000', '161102.921000', '161102.924000', '161102.926000', '161102.929000', '161102.932000', '161102.934000', '161102.937000', '161102.939000', '161102.942000', '161102.944000', '161102.947000', '161102.949000', '161102.952000', '161102.955000', '161102.957000', '161102.960000', '161102.962000', '161102.965000', '161102.968000', '161102.970000', '161102.973000', '161102.975000', '161102.978000', '161102.980000', '161102.983000', '161102.986000', '161102.988000', '161102.991000', '161119.322000', '161119.350000', '161119.352000', '161119.355000', '161119.358000', '161119.360000', '161119.363000', '161119.366000', '161119.368000', '161119.371000', '161119.374000', '161119.377000', '161119.380000', '161119.386000', '161119.389000', '161119.391000', '161119.394000', '161119.397000', '161119.400000', '161119.403000', '161119.405000', '161119.408000', '161119.412000', '161119.417000', '161119.424000', '161119.431000', '161119.435000', '161119.439000', '161119.442000', '161119.446000', '161119.449000', '161119.452000', '161119.455000', '161119.458000', '161119.460000', '161119.463000'], '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': [10012, 9845, 8561, 8188, 9148, 8403, 8461, 9339, 8902, 8359, 9008, 8247, 7887, 8403, 8117, 8040, 7880, 9729, 7988, 8063, 9070, 8993, 7945, 9015, 8019, 8024, 8055, 9473, 8635, 8054, 8994, 8319, 7809, 10017, 8911, 7824, 10404, 9991, 8738, 9438, 8122, 13101, 10314, 8024, 10208, 10326, 7854, 10577, 10122, 8510, 10345, 9142, 8235, 9598, 9219, 7980, 9789, 8942, 7858, 8221, 8612, 8585, 8558, 9877, 8480, 11026, 10041, 8525, 12838, 10699, 8209, 11942, 10348, 8084, 10519, 9376, 8172, 10494, 8575, 7742, 9361, 8561, 8564, 7878, 8147, 8088, 7667, 7991, 7808, 8678, 7626, 7777, 8731, 8538, 7539, 9693, 8564, 7760, 11228, 8755, 7661, 8805, 8596, 8086, 7986, 8727, 7783, 8058, 9087, 7831, 7718, 8829, 8347, 7972, 10039, 9017, 8009, 8455, 9284, 7919, 9040, 10463, 8906, 7802, 9257, 8313, 7841, 8909, 8841, 8470, 9093, 7766, 8358, 8603, 7938, 8770, 8845, 8253, 7977, 8641, 8139, 8138, 9160, 8004, 7876, 8781, 7970, 7903, 8326, 8208, 7960, 8794, 9118, 8716, 7981, 9918, 8582, 7982, 12940, 9062, 7675, 12853, 8562, 7858, 13339, 9132, 7850, 11072, 8764, 7527, 10763, 9277, 7710, 9981, 8446, 7769, 9819, 8818, 8253, 7969, 8130, 8378, 7552, 10373, 8555, 7823, 9236, 9056, 7648, 10651, 8987, 7607, 8917, 8679, 7874, 9809, 9194, 8026, 8578, 9273, 8478, 7754, 8925, 8967, 8089, 7854, 9147, 8812, 8330, 8662, 9313, 9210, 9582, 8442, 9139, 10290, 10049, 8970, 9170, 9316, 8888, 9407, 9123, 8974, 8819, 8544, 8393, 9366, 8838, 8384, 11380, 10128, 7790, 9739, 10592, 8201, 10075, 10219, 8194, 9285, 8723, 8891, 9490, 9978, 8215, 9453, 9744, 9219, 9334, 9681, 9638, 9514, 8621, 8802, 8578, 9023, 9620, 8635, 8296, 8920, 8523, 8556, 8500, 8878, 8851, 8361, 8717, 9729, 8188, 9271, 10287, 8177, 9777, 9477, 7918, 9534, 8345, 7978, 10994, 9431, 8868, 9851, 8831, 8990, 8238, 10098, 9757, 7847, 9786, 8131, 8516, 10802, 9907, 8956, 11827, 9118, 8343, 11568, 9688, 8578, 10046, 8264, 8224, 10302, 9322, 8609, 10993, 10652, 7912, 9547, 9825, 7838, 9397, 9620, 8022, 8674, 8305, 9545, 8603, 8252, 9080, 8026, 7802, 7460, 9001, 10089, 8297, 9157, 8380, 8685, 8321, 9176, 9742, 8621, 9668, 10513, 8529, 10514, 11366, 8604, 9714, 10608, 9372, 10020, 9761, 11445, 10264, 8922, 10729, 11069, 8440, 11169, 11243, 7918, 10098, 9846, 8951, 9435, 8359, 10074, 9659, 8196, 10184, 9548, 8560, 9161, 9434, 8336, 9337, 8660, 8414, 9546, 9473, 9540, 10046, 8056, 9639, 8979, 8000, 11452, 10237, 7865, 10269, 10850, 8018, 11092, 10153, 7929, 10035, 10047, 7860, 10564, 10609, 8035, 10038, 10719, 7873, 10228, 11282, 8114, 9773, 10019, 7997, 10491, 11132, 7835, 9692, 10482, 7921, 9921, 10319, 7911, 9660, 10528, 8089, 10785, 11069, 8369, 10202, 10018, 8838, 9256, 8159, 10715, 9934, 8091, 10067, 10456, 7919, 10004, 10592, 8253, 9638, 9400, 8418, 9075, 8510, 8755, 9110, 7757, 8797, 8636, 7899, 9409, 10459, 8114, 9534, 9535, 8287, 8758, 7656, 9498, 10323, 8373, 9236, 8338, 8379, 8438, 8049, 8326, 8354, 7758, 8243, 8516, 9329, 7874, 9977, 8851, 8740, 8839, 9621, 8482, 10926, 9634, 8629, 10579, 10978, 9345, 9825, 8594, 11131, 11166, 8050, 9855, 10356, 7738, 10123, 9669, 8576, 9197, 9763, 7731, 9429, 8471, 8757, 9379, 9372, 10334, 8289, 11025, 11209, 11432, 10662, 9018, 11133, 11205, 7824, 10744, 10402, 8161, 9532, 9106, 10269, 9934, 8852, 10505, 10664, 7630, 10082, 10238, 7946, 9684, 9880, 7854, 8907, 7981, 9626, 10898, 7798, 9339, 9639, 8573, 9272, 9193, 8795, 9258, 8147, 9907, 9510, 8034, 10390, 10904, 8339, 9521, 10001, 9195, 9329, 8925, 10259, 10130, 7836, 10105, 11162, 8422, 10047, 11152, 7935, 9082, 9725, 8603, 9549, 9465, 12010, 10115, 8220, 9953, 10642, 8203, 9317, 9682, 9473, 7958, 7879, 9892, 10627, 7991, 9579, 9744, 8623, 8908, 9469, 8095, 8883, 9516, 9506, 8326, 9043, 10840, 11661, 8128, 10496, 11109, 7896, 10225, 10221, 9167, 9220, 8728, 9471, 10619, 12027, 7884, 9894, 10836, 8027, 8730, 9041, 10097, 11618, 8173, 9559, 10533, 8509, 8790, 9184, 10323, 9307, 7958, 9440, 10488, 8344, 9077, 9567, 8562, 9943, 7817, 9949, 9960, 8623, 9095, 9284, 9582, 11045, 7982, 9998, 10526, 8360, 9306, 9360, 10253, 11177, 8098, 9790, 10044, 8552, 8550, 8521, 10480, 11027, 8301, 9808, 9850, 9895, 8650, 8968, 10775, 9972, 8282, 9664, 10018, 8766, 9350, 9980, 8140, 9102, 10811, 8542, 9646, 9782, 7983, 11604, 11941, 8728, 10697, 10349, 10354, 10525, 8836, 10922, 11210, 8826, 9315, 8386, 11533, 11820, 8000, 9829, 9368, 9481, 11231, 8205, 10522, 11002, 8405, 10000, 8613, 10458, 11492, 7691, 10124, 10490, 8245, 9721, 8068, 9995, 10484, 8572, 9172, 8714, 10298, 10492, 8247, 9492, 8997, 8907, 9683, 8284, 10058, 9049, 8128, 8734, 8282, 9541, 9153, 7758, 9324, 8059, 8016, 9832, 10220, 10374, 10594, 12800, 12078, 9992, 9913, 10372, 10938, 9828, 10252, 12792, 12706, 9592, 11321, 11941, 9882, 9993, 10446, 11112, 9665, 8653, 11943, 11458, 9657, 11565, 9811, 7951, 11372, 8891, 8066, 10361, 8519, 7738, 10450, 9261, 11432, 7873, 12484, 11486, 8666, 11936, 11481, 8426, 9696, 8340, 12362, 11719, 9218, 9560, 10333, 10642, 10086, 7593, 10439, 8665, 10963, 10057, 8974, 11555, 10665, 7792, 10348, 8748, 8466, 9829, 8316, 8638, 9218, 7940, 11426, 11194, 7804, 10293, 8376, 9849, 10320, 7760, 11085, 10957, 8116, 9934, 7834, 8193, 8625, 8456, 8504, 8731, 10670, 8310, 8027, 10234, 8158, 8197, 8799, 7928, 10417, 10499, 9054, 12140, 9427, 8528, 10623, 8745, 8011, 9000, 10198, 8091, 8152, 7903, 7917, 7726, 7666, 7887, 7642, 7686, 7726, 7865, 7774, 7804, 7687, 7716, 8034, 7930, 7612, 7976, 7976, 8011, 8881, 7740, 8457, 7826, 7982, 9227, 8908, 7600, 8079, 7892, 7867, 7948, 7731, 7986, 7573], 'WindowCenter': [4630.0, 4615.0, 4582.0, 4581.0, 4590.0, 4580.0, 4580.0, 4590.0, 4591.0, 4581.0, 4603.0, 4581.0, 4570.0, 4580.0, 4571.0, 4572.0, 4582.0, 4615.0, 4583.0, 4584.0, 4591.0, 4602.0, 4583.0, 4591.0, 4582.0, 4580.0, 4570.0, 4600.0, 4592.0, 4581.0, 4600.0, 4582.0, 4582.0, 4612.0, 4602.0, 4582.0, 4611.0, 4613.0, 4579.0, 4590.0, 4569.0, 4627.0, 4598.0, 4568.0, 4595.0, 4587.0, 4554.0, 4599.0, 4600.0, 4565.0, 4586.0, 4576.0, 4555.0, 4574.0, 4574.0, 4555.0, 4586.0, 4576.0, 4569.0, 4578.0, 4579.0, 4579.0, 4580.0, 4599.0, 4568.0, 4596.0, 4587.0, 4566.0, 4615.0, 4598.0, 4554.0, 4593.0, 4572.0, 4544.0, 4584.0, 4563.0, 4552.0, 4595.0, 4579.0, 4560.0, 4587.0, 4565.0, 4567.0, 4559.0, 4557.0, 4569.0, 4562.0, 4571.0, 4561.0, 4580.0, 4563.0, 4572.0, 4580.0, 4581.0, 4560.0, 4588.0, 4568.0, 4559.0, 4608.0, 4581.0, 4560.0, 4578.0, 4568.0, 4559.0, 4570.0, 4581.0, 4583.0, 4581.0, 4589.0, 4572.0, 4583.0, 4591.0, 4582.0, 4582.0, 4611.0, 4591.0, 4582.0, 4580.0, 4591.0, 4570.0, 4577.0, 4598.0, 4580.0, 4549.0, 4579.0, 4569.0, 4558.0, 4567.0, 4577.0, 4558.0, 4567.0, 4547.0, 4566.0, 4569.0, 4571.0, 4566.0, 4576.0, 4567.0, 4557.0, 4577.0, 4569.0, 4570.0, 4589.0, 4571.0, 4570.0, 4580.0, 4572.0, 4570.0, 4580.0, 4580.0, 4570.0, 4579.0, 4589.0, 4580.0, 4571.0, 4600.0, 4579.0, 4558.0, 4617.0, 4580.0, 4558.0, 4617.0, 4570.0, 4557.0, 4617.0, 4578.0, 4556.0, 4596.0, 4567.0, 4547.0, 4595.0, 4579.0, 4547.0, 4584.0, 4567.0, 4557.0, 4598.0, 4579.0, 4569.0, 4558.0, 4568.0, 4580.0, 4573.0, 4611.0, 4582.0, 4559.0, 4577.0, 4579.0, 4547.0, 4596.0, 4577.0, 4548.0, 4579.0, 4580.0, 4571.0, 4609.0, 4589.0, 4569.0, 4579.0, 4586.0, 4566.0, 4558.0, 4577.0, 4578.0, 4571.0, 4569.0, 4600.0, 4592.0, 4582.0, 4578.0, 4589.0, 4590.0, 4588.0, 4568.0, 4600.0, 4599.0, 4598.0, 4579.0, 4587.0, 4587.0, 4589.0, 4587.0, 4590.0, 4579.0, 4578.0, 4580.0, 4570.0, 4586.0, 4578.0, 4568.0, 4606.0, 4598.0, 4547.0, 4576.0, 4586.0, 4556.0, 4586.0, 4598.0, 4557.0, 4576.0, 4568.0, 4577.0, 4588.0, 4599.0, 4569.0, 4588.0, 4588.0, 4576.0, 4577.0, 4587.0, 4586.0, 4587.0, 4569.0, 4566.0, 4567.0, 4577.0, 4585.0, 4565.0, 4569.0, 4578.0, 4578.0, 4580.0, 4579.0, 4579.0, 4589.0, 4566.0, 4578.0, 4590.0, 4567.0, 4588.0, 4612.0, 4581.0, 4599.0, 4589.0, 4570.0, 4598.0, 4570.0, 4568.0, 4606.0, 4588.0, 4579.0, 4597.0, 4577.0, 4578.0, 4566.0, 4597.0, 4588.0, 4569.0, 4596.0, 4557.0, 4577.0, 4596.0, 4587.0, 4578.0, 4604.0, 4567.0, 4568.0, 4606.0, 4587.0, 4566.0, 4584.0, 4556.0, 4557.0, 4585.0, 4576.0, 4567.0, 4594.0, 4595.0, 4546.0, 4575.0, 4575.0, 4536.0, 4564.0, 4575.0, 4545.0, 4555.0, 4556.0, 4575.0, 4565.0, 4568.0, 4578.0, 4555.0, 4546.0, 4557.0, 4574.0, 4594.0, 4576.0, 4597.0, 4592.0, 4602.0, 4591.0, 4601.0, 4610.0, 4601.0, 4611.0, 4621.0, 4589.0, 4619.0, 4630.0, 4591.0, 4602.0, 4619.0, 4589.0, 4599.0, 4610.0, 4616.0, 4596.0, 4577.0, 4606.0, 4607.0, 4565.0, 4605.0, 4606.0, 4555.0, 4597.0, 4598.0, 4574.0, 4574.0, 4565.0, 4585.0, 4585.0, 4566.0, 4607.0, 4598.0, 4577.0, 4586.0, 4588.0, 4577.0, 4587.0, 4579.0, 4568.0, 4587.0, 4597.0, 4587.0, 4597.0, 4557.0, 4585.0, 4574.0, 4554.0, 4603.0, 4597.0, 4566.0, 4595.0, 4607.0, 4567.0, 4605.0, 4595.0, 4567.0, 4596.0, 4595.0, 4556.0, 4594.0, 4605.0, 4567.0, 4595.0, 4605.0, 4567.0, 4595.0, 4619.0, 4569.0, 4597.0, 4597.0, 4567.0, 4609.0, 4618.0, 4570.0, 4598.0, 4607.0, 4567.0, 4598.0, 4608.0, 4568.0, 4587.0, 4608.0, 4557.0, 4606.0, 4608.0, 4567.0, 4585.0, 4587.0, 4576.0, 4589.0, 4555.0, 4584.0, 4585.0, 4556.0, 4584.0, 4596.0, 4566.0, 4586.0, 4596.0, 4565.0, 4586.0, 4586.0, 4565.0, 4575.0, 4564.0, 4566.0, 4576.0, 4558.0, 4565.0, 4566.0, 4557.0, 4575.0, 4597.0, 4558.0, 4587.0, 4587.0, 4567.0, 4567.0, 4546.0, 4586.0, 4596.0, 4566.0, 4576.0, 4569.0, 4577.0, 4580.0, 4582.0, 4580.0, 4592.0, 4572.0, 4581.0, 4580.0, 4602.0, 4572.0, 4612.0, 4603.0, 4594.0, 4591.0, 4600.0, 4579.0, 4608.0, 4589.0, 4569.0, 4596.0, 4598.0, 4575.0, 4576.0, 4556.0, 4595.0, 4595.0, 4545.0, 4574.0, 4587.0, 4558.0, 4587.0, 4600.0, 4590.0, 4588.0, 4599.0, 4571.0, 4590.0, 4568.0, 4580.0, 4601.0, 4589.0, 4611.0, 4569.0, 4609.0, 4611.0, 4607.0, 4598.0, 4567.0, 4583.0, 4585.0, 4532.0, 4583.0, 4585.0, 4557.0, 4576.0, 4564.0, 4573.0, 4574.0, 4565.0, 4584.0, 4583.0, 4534.0, 4583.0, 4575.0, 4545.0, 4574.0, 4586.0, 4544.0, 4566.0, 4545.0, 4574.0, 4584.0, 4545.0, 4577.0, 4589.0, 4577.0, 4577.0, 4576.0, 4564.0, 4576.0, 4559.0, 4586.0, 4587.0, 4557.0, 4597.0, 4597.0, 4568.0, 4586.0, 4587.0, 4577.0, 4590.0, 4579.0, 4598.0, 4598.0, 4559.0, 4598.0, 4607.0, 4567.0, 4587.0, 4598.0, 4557.0, 4577.0, 4589.0, 4565.0, 4577.0, 4576.0, 4605.0, 4586.0, 4556.0, 4575.0, 4585.0, 4544.0, 4564.0, 4576.0, 4575.0, 4544.0, 4545.0, 4574.0, 4596.0, 4559.0, 4587.0, 4588.0, 4568.0, 4578.0, 4588.0, 4557.0, 4579.0, 4588.0, 4588.0, 4558.0, 4577.0, 4597.0, 4608.0, 4547.0, 4585.0, 4595.0, 4557.0, 4585.0, 4586.0, 4577.0, 4577.0, 4568.0, 4588.0, 4595.0, 4605.0, 4545.0, 4575.0, 4594.0, 4546.0, 4554.0, 4565.0, 4573.0, 4595.0, 4545.0, 4575.0, 4597.0, 4565.0, 4565.0, 4575.0, 4584.0, 4576.0, 4559.0, 4587.0, 4598.0, 4567.0, 4579.0, 4587.0, 4579.0, 4598.0, 4559.0, 4588.0, 4600.0, 4567.0, 4577.0, 4579.0, 4587.0, 4608.0, 4556.0, 4586.0, 4599.0, 4558.0, 4577.0, 4591.0, 4600.0, 4609.0, 4559.0, 4588.0, 4589.0, 4568.0, 4568.0, 4569.0, 4588.0, 4597.0, 4556.0, 4576.0, 4577.0, 4575.0, 4554.0, 4564.0, 4585.0, 4573.0, 4543.0, 4573.0, 4583.0, 4566.0, 4589.0, 4598.0, 4570.0, 4589.0, 4618.0, 4577.0, 4586.0, 4596.0, 4568.0, 4618.0, 4620.0, 4580.0, 4597.0, 4596.0, 4596.0, 4585.0, 4564.0, 4594.0, 4593.0, 4552.0, 4562.0, 4552.0, 4591.0, 4593.0, 4543.0, 4573.0, 4574.0, 4573.0, 4595.0, 4554.0, 4594.0, 4594.0, 4556.0, 4584.0, 4565.0, 4593.0, 4605.0, 4545.0, 4584.0, 4596.0, 4566.0, 4585.0, 4555.0, 4572.0, 4597.0, 4553.0, 4576.0, 4566.0, 4584.0, 4595.0, 4567.0, 4588.0, 4577.0, 4575.0, 4597.0, 4581.0, 4608.0, 4588.0, 4568.0, 4578.0, 4579.0, 4598.0, 4544.0, 4578.0, 4595.0, 4562.0, 4565.0, 4607.0, 4620.0, 4632.0, 4631.0, 4663.0, 4654.0, 4607.0, 4605.0, 4594.0, 4591.0, 4594.0, 4595.0, 4623.0, 4623.0, 4582.0, 4591.0, 4614.0, 4581.0, 4582.0, 4590.0, 4590.0, 4581.0, 4572.0, 4613.0, 4617.0, 4595.0, 4614.0, 4594.0, 4553.0, 4614.0, 4585.0, 4565.0, 4594.0, 4575.0, 4546.0, 4604.0, 4587.0, 4617.0, 4580.0, 4637.0, 4617.0, 4575.0, 4615.0, 4605.0, 4564.0, 4583.0, 4566.0, 4613.0, 4603.0, 4572.0, 4570.0, 4583.0, 4581.0, 4581.0, 4542.0, 4591.0, 4561.0, 4579.0, 4571.0, 4560.0, 4600.0, 4591.0, 4543.0, 4592.0, 4562.0, 4564.0, 4593.0, 4565.0, 4576.0, 4585.0, 4565.0, 4614.0, 4618.0, 4568.0, 4609.0, 4580.0, 4597.0, 4606.0, 4557.0, 4615.0, 4617.0, 4566.0, 4607.0, 4591.0, 4597.0, 4610.0, 4600.0, 4597.0, 4610.0, 4615.0, 4587.0, 4576.0, 4562.0, 4577.0, 4576.0, 4598.0, 4578.0, 4605.0, 4606.0, 4574.0, 4602.0, 4562.0, 4539.0, 4568.0, 4527.0, 4529.0, 4549.0, 4558.0, 4529.0, 4527.0, 4541.0, 4530.0, 4529.0, 4529.0, 4528.0, 4518.0, 4518.0, 4518.0, 4529.0, 4527.0, 4532.0, 4542.0, 4542.0, 4552.0, 4565.0, 4554.0, 4579.0, 4591.0, 4579.0, 4600.0, 4581.0, 4591.0, 4582.0, 4580.0, 4610.0, 4601.0, 4583.0, 4594.0, 4592.0, 4583.0, 4583.0, 4583.0, 4593.0, 4583.0], 'WindowWidth': [10136.0, 10102.0, 10051.0, 10049.0, 10058.0, 10044.0, 10044.0, 10058.0, 10063.0, 10047.0, 10079.0, 10049.0, 10030.0, 10042.0, 10033.0, 10035.0, 10050.0, 10103.0, 10056.0, 10056.0, 10062.0, 10081.0, 10054.0, 10061.0, 10053.0, 10045.0, 10031.0, 10071.0, 10063.0, 10049.0, 10074.0, 10051.0, 10054.0, 10094.0, 10079.0, 10052.0, 10090.0, 10093.0, 10043.0, 10057.0, 10029.0, 10103.0, 10064.0, 10024.0, 10056.0, 10046.0, 9999.0, 10065.0, 10072.0, 10016.0, 10044.0, 10030.0, 9999.0, 10024.0, 10025.0, 10000.0, 10044.0, 10035.0, 10027.0, 10040.0, 10041.0, 10044.0, 10045.0, 10066.0, 10023.0, 10058.0, 10046.0, 10016.0, 10081.0, 10063.0, 9997.0, 10047.0, 10018.0, 9981.0, 10037.0, 10007.0, 9992.0, 10056.0, 10039.0, 10015.0, 10048.0, 10014.0, 10017.0, 10009.0, 10006.0, 10026.0, 10021.0, 10035.0, 10020.0, 10045.0, 10024.0, 10034.0, 10044.0, 10045.0, 10016.0, 10049.0, 10022.0, 10012.0, 10079.0, 10045.0, 10014.0, 10036.0, 10023.0, 10013.0, 10029.0, 10046.0, 10059.0, 10050.0, 10057.0, 10037.0, 10057.0, 10064.0, 10052.0, 10051.0, 10089.0, 10062.0, 10051.0, 10046.0, 10060.0, 10029.0, 10034.0, 10063.0, 10042.0, 9999.0, 10039.0, 10025.0, 10007.0, 10020.0, 10034.0, 10008.0, 10019.0, 9993.0, 10020.0, 10024.0, 10031.0, 10017.0, 10032.0, 10022.0, 10006.0, 10035.0, 10027.0, 10030.0, 10054.0, 10034.0, 10032.0, 10045.0, 10037.0, 10034.0, 10046.0, 10044.0, 10033.0, 10040.0, 10056.0, 10046.0, 10031.0, 10070.0, 10042.0, 10012.0, 10090.0, 10042.0, 10011.0, 10087.0, 10026.0, 10006.0, 10085.0, 10036.0, 10004.0, 10057.0, 10019.0, 9992.0, 10056.0, 10039.0, 9992.0, 10040.0, 10018.0, 10009.0, 10067.0, 10043.0, 10028.0, 10011.0, 10025.0, 10047.0, 10041.0, 10088.0, 10048.0, 10015.0, 10035.0, 10039.0, 9995.0, 10057.0, 10034.0, 9996.0, 10037.0, 10045.0, 10033.0, 10086.0, 10056.0, 10028.0, 10041.0, 10047.0, 10019.0, 10008.0, 10034.0, 10037.0, 10035.0, 10028.0, 10072.0, 10063.0, 10048.0, 10037.0, 10053.0, 10059.0, 10053.0, 10024.0, 10073.0, 10069.0, 10067.0, 10041.0, 10049.0, 10050.0, 10054.0, 10050.0, 10056.0, 10041.0, 10037.0, 10042.0, 10030.0, 10047.0, 10038.0, 10026.0, 10073.0, 10063.0, 9995.0, 10031.0, 10045.0, 10003.0, 10046.0, 10065.0, 10007.0, 10031.0, 10024.0, 10034.0, 10052.0, 10069.0, 10027.0, 10051.0, 10051.0, 10032.0, 10035.0, 10048.0, 10044.0, 10047.0, 10025.0, 10017.0, 10020.0, 10035.0, 10042.0, 10017.0, 10025.0, 10039.0, 10042.0, 10045.0, 10040.0, 10040.0, 10055.0, 10021.0, 10039.0, 10057.0, 10025.0, 10054.0, 10090.0, 10046.0, 10069.0, 10057.0, 10033.0, 10068.0, 10030.0, 10026.0, 10075.0, 10053.0, 10041.0, 10062.0, 10036.0, 10037.0, 10020.0, 10063.0, 10052.0, 10028.0, 10062.0, 10011.0, 10036.0, 10060.0, 10049.0, 10036.0, 10068.0, 10018.0, 10024.0, 10073.0, 10048.0, 10017.0, 10039.0, 10004.0, 10005.0, 10041.0, 10032.0, 10021.0, 10054.0, 10056.0, 9987.0, 10025.0, 10025.0, 9973.0, 10012.0, 10025.0, 9984.0, 9999.0, 10002.0, 10028.0, 10014.0, 10025.0, 10037.0, 10003.0, 9991.0, 10012.0, 10026.0, 10052.0, 10034.0, 10066.0, 10066.0, 10082.0, 10064.0, 10078.0, 10089.0, 10078.0, 10093.0, 10105.0, 10056.0, 10097.0, 10115.0, 10062.0, 10078.0, 10097.0, 10057.0, 10070.0, 10084.0, 10089.0, 10061.0, 10035.0, 10073.0, 10076.0, 10017.0, 10070.0, 10072.0, 10005.0, 10063.0, 10065.0, 10027.0, 10027.0, 10013.0, 10041.0, 10043.0, 10019.0, 10081.0, 10070.0, 10035.0, 10048.0, 10055.0, 10038.0, 10052.0, 10041.0, 10025.0, 10050.0, 10064.0, 10049.0, 10062.0, 10008.0, 10042.0, 10025.0, 10000.0, 10064.0, 10062.0, 10023.0, 10060.0, 10078.0, 10023.0, 10070.0, 10057.0, 10024.0, 10061.0, 10056.0, 10005.0, 10055.0, 10071.0, 10022.0, 10059.0, 10072.0, 10022.0, 10060.0, 10098.0, 10030.0, 10065.0, 10062.0, 10023.0, 10082.0, 10093.0, 10031.0, 10069.0, 10078.0, 10023.0, 10066.0, 10081.0, 10026.0, 10051.0, 10079.0, 10008.0, 10073.0, 10079.0, 10020.0, 10042.0, 10045.0, 10032.0, 10054.0, 10002.0, 10038.0, 10044.0, 10003.0, 10041.0, 10059.0, 10021.0, 10046.0, 10059.0, 10017.0, 10046.0, 10044.0, 10016.0, 10030.0, 10013.0, 10017.0, 10032.0, 10010.0, 10017.0, 10018.0, 10008.0, 10030.0, 10062.0, 10009.0, 10049.0, 10049.0, 10022.0, 10021.0, 9992.0, 10044.0, 10059.0, 10017.0, 10032.0, 10028.0, 10038.0, 10049.0, 10051.0, 10048.0, 10068.0, 10039.0, 10048.0, 10043.0, 10078.0, 10036.0, 10092.0, 10082.0, 10071.0, 10064.0, 10071.0, 10041.0, 10078.0, 10055.0, 10025.0, 10058.0, 10062.0, 10028.0, 10028.0, 10001.0, 10053.0, 10054.0, 9987.0, 10022.0, 10045.0, 10011.0, 10047.0, 10070.0, 10060.0, 10054.0, 10070.0, 10034.0, 10056.0, 10023.0, 10041.0, 10073.0, 10055.0, 10088.0, 10028.0, 10082.0, 10086.0, 10075.0, 10062.0, 10018.0, 10034.0, 10036.0, 9962.0, 10032.0, 10041.0, 10003.0, 10028.0, 10011.0, 10020.0, 10021.0, 10010.0, 10036.0, 10033.0, 9969.0, 10032.0, 10023.0, 9985.0, 10025.0, 10042.0, 9984.0, 10015.0, 9985.0, 10021.0, 10038.0, 9987.0, 10032.0, 10051.0, 10035.0, 10032.0, 10028.0, 10011.0, 10031.0, 10011.0, 10043.0, 10046.0, 10008.0, 10060.0, 10062.0, 10023.0, 10046.0, 10046.0, 10031.0, 10059.0, 10040.0, 10066.0, 10062.0, 10013.0, 10064.0, 10076.0, 10020.0, 10048.0, 10060.0, 10009.0, 10035.0, 10050.0, 10013.0, 10032.0, 10029.0, 10067.0, 10042.0, 10001.0, 10025.0, 10038.0, 9981.0, 10011.0, 10029.0, 10026.0, 9983.0, 9984.0, 10025.0, 10058.0, 10011.0, 10049.0, 10051.0, 10023.0, 10036.0, 10049.0, 10008.0, 10039.0, 10050.0, 10048.0, 10008.0, 10032.0, 10060.0, 10075.0, 9990.0, 10039.0, 10055.0, 10004.0, 10039.0, 10042.0, 10033.0, 10032.0, 10023.0, 10051.0, 10055.0, 10069.0, 9988.0, 10026.0, 10052.0, 9988.0, 9997.0, 10011.0, 10020.0, 10051.0, 9983.0, 10025.0, 10063.0, 10012.0, 10013.0, 10026.0, 10039.0, 10030.0, 10012.0, 10047.0, 10064.0, 10020.0, 10039.0, 10049.0, 10039.0, 10064.0, 10014.0, 10050.0, 10067.0, 10021.0, 10035.0, 10039.0, 10047.0, 10076.0, 10004.0, 10043.0, 10066.0, 10009.0, 10033.0, 10061.0, 10069.0, 10078.0, 10009.0, 10050.0, 10051.0, 10022.0, 10021.0, 10024.0, 10046.0, 10059.0, 10001.0, 10030.0, 10029.0, 10024.0, 9995.0, 10008.0, 10039.0, 10018.0, 9979.0, 10021.0, 10033.0, 10016.0, 10053.0, 10064.0, 10030.0, 10057.0, 10094.0, 10033.0, 10046.0, 10060.0, 10023.0, 10092.0, 10096.0, 10042.0, 10060.0, 10058.0, 10056.0, 10039.0, 10008.0, 10050.0, 10047.0, 9988.0, 10001.0, 9991.0, 10041.0, 10045.0, 9981.0, 10020.0, 10022.0, 10020.0, 10054.0, 9997.0, 10050.0, 10052.0, 10003.0, 10038.0, 10013.0, 10048.0, 10068.0, 9987.0, 10039.0, 10057.0, 10017.0, 10043.0, 10001.0, 10019.0, 10060.0, 9992.0, 10030.0, 10018.0, 10039.0, 10056.0, 10021.0, 10051.0, 10035.0, 10027.0, 10063.0, 10048.0, 10082.0, 10054.0, 10025.0, 10040.0, 10044.0, 10067.0, 9967.0, 10050.0, 10062.0, 10014.0, 10021.0, 10082.0, 10104.0, 10125.0, 10120.0, 10171.0, 10158.0, 10082.0, 10075.0, 10057.0, 10047.0, 10057.0, 10058.0, 10093.0, 10095.0, 10039.0, 10043.0, 10083.0, 10036.0, 10037.0, 10044.0, 10042.0, 10036.0, 10024.0, 10083.0, 10092.0, 10059.0, 10084.0, 10056.0, 9999.0, 10082.0, 10045.0, 10020.0, 10058.0, 10033.0, 9991.0, 10072.0, 10052.0, 10093.0, 10047.0, 10122.0, 10092.0, 10031.0, 10084.0, 10070.0, 10014.0, 10041.0, 10020.0, 10077.0, 10064.0, 10019.0, 10016.0, 10036.0, 10031.0, 10032.0, 9979.0, 10044.0, 10004.0, 10025.0, 10016.0, 10001.0, 10057.0, 10044.0, 9985.0, 10049.0, 10010.0, 10014.0, 10052.0, 10019.0, 10033.0, 10046.0, 10020.0, 10084.0, 10093.0, 10027.0, 10083.0, 10046.0, 10065.0, 10075.0, 10010.0, 10085.0, 10092.0, 10023.0, 10081.0, 10073.0, 10079.0, 10097.0, 10083.0, 10074.0, 10100.0, 10094.0, 10060.0, 10041.0, 9995.0, 10043.0, 10038.0, 10073.0, 10043.0, 10073.0, 10076.0, 10026.0, 10060.0, 10004.0, 9965.0, 10005.0, 9944.0, 9953.0, 9978.0, 9988.0, 9950.0, 9946.0, 9976.0, 9955.0, 9952.0, 9952.0, 9950.0, 9936.0, 9937.0, 9937.0, 9954.0, 9949.0, 9962.0, 9980.0, 9979.0, 9995.0, 10016.0, 10002.0, 10043.0, 10065.0, 10048.0, 10075.0, 10052.0, 10062.0, 10053.0, 10047.0, 10089.0, 10078.0, 10056.0, 10076.0, 10069.0, 10056.0, 10056.0, 10057.0, 10072.0, 10059.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.02237373134328359</td></tr>
<tr><td colspan=3>aqi</td><td>0.09203531159586681</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.303478376954075</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.250200245160919</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2363355185632174</td></tr>
<tr><td colspan=3>efc</td><td>0.4552</td></tr>
<tr><td colspan=3>fber</td><td>5414.7617</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18005750338387413</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>163</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.714121699196326</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.652370448122514</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5950054835847935</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8445873867252063</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5175184740575425</td></tr>
<tr><td colspan=3>gcor</td><td>0.00396701</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010901124216616154</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028285270556807518</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.1217686850052</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>26.0533</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2741</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.0605</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309727.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>882.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.8188</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4319</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.4743</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3886.8677</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4087.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5018.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.5572</td></tr>
<tr><td colspan=3>tsnr</td><td>20.852692875778303</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>