ds005256-mriqc/sub-0052_ses-03_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 6fd6aed6d9 [DATALAD RUNCMD] Compute MRIQC for sub-0052
=== 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-0052 --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-0052",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:00:52 +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-0052_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0052_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0052_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-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-03/func/sub-0052_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d9afeaeb35bc88104039939b677f4c62</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:03:3.545000</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.999467, -0.0154305, 0.0287825, 0.0122114, 0.993984, 0.108842]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0927817</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7704, -7295, 681, -60, -28, 1, 94]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>237.529</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1743b25c-f423-4d47-a279-11cc74b03bb7||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.6814959049224854, 0.032762352377176285, 0.08177974075078964, 112.24788665771484], [0.04139883443713188, 2.6667866706848145, 0.2927672863006592, -110.64653778076172], [0.07722125202417374, -0.2920147776603699, 2.6828341484069824, -57.08112335205078], [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': ['170303.545000', '170304.005000', '170304.465000', '170304.925000', '170305.385000', '170305.845000', '170306.305000', '170306.765000', '170307.225000', '170307.685000', '170308.145000', '170308.605000', '170309.065000', '170309.525000', '170309.985000', '170310.445000', '170310.905000', '170311.365000', '170311.825000', '170312.285000', '170312.745000', '170313.205000', '170313.665000', '170314.125000', '170314.585000', '170315.045000', '170315.505000', '170315.965000', '170316.425000', '170316.885000', '170317.345000', '170317.805000', '170318.265000', '170318.725000', '170319.185000', '170319.645000', '170320.105000', '170320.565000', '170321.025000', '170321.485000', '170321.945000', '170322.405000', '170322.865000', '170323.325000', '170323.785000', '170324.245000', '170324.705000', '170325.165000', '170325.625000', '170326.085000', '170326.545000', '170327.005000', '170327.465000', '170327.925000', '170328.385000', '170328.845000', '170329.305000', '170329.765000', '170330.225000', '170330.685000', '170331.145000', '170331.605000', '170332.065000', '170332.525000', '170332.985000', '170333.445000', '170333.905000', '170334.365000', '170334.825000', '170335.285000', '170335.745000', '170336.205000', '170336.665000', '170337.125000', '170337.585000', '170338.045000', '170338.505000', '170338.965000', '170339.425000', '170339.885000', '170340.345000', '170340.805000', '170341.265000', '170341.725000', '170342.185000', '170342.645000', '170343.105000', '170343.565000', '170344.025000', '170344.485000', '170344.945000', '170345.405000', '170345.865000', '170346.325000', '170346.785000', '170347.245000', '170347.705000', '170348.165000', '170348.625000', '170349.085000', '170349.545000', '170350.005000', '170350.465000', '170350.925000', '170351.385000', '170351.845000', '170352.305000', '170352.765000', '170353.225000', '170353.685000', '170354.145000', '170354.605000', '170355.065000', '170355.525000', '170355.985000', '170356.445000', '170356.905000', '170357.365000', '170357.825000', '170358.285000', '170358.745000', '170359.205000', '170359.665000', '170400.125000', '170400.585000', '170401.045000', '170401.505000', '170401.965000', '170402.425000', '170402.885000', '170403.345000', '170403.805000', '170404.265000', '170404.725000', '170405.185000', '170405.645000', '170406.105000', '170406.565000', '170407.025000', '170407.485000', '170407.945000', '170408.405000', '170408.865000', '170409.325000', '170409.785000', '170410.245000', '170410.705000', '170411.165000', '170411.625000', '170412.085000', '170412.545000', '170413.005000', '170413.465000', '170413.925000', '170414.385000', '170414.845000', '170415.305000', '170415.765000', '170416.225000', '170416.685000', '170417.145000', '170417.605000', '170418.065000', '170418.525000', '170418.985000', '170419.445000', '170419.905000', '170420.365000', '170420.825000', '170421.285000', '170421.745000', '170422.205000', '170422.665000', '170423.125000', '170423.585000', '170424.045000', '170424.505000', '170424.965000', '170425.425000', '170425.885000', '170426.345000', '170426.805000', '170427.265000', '170427.725000', '170428.185000', '170428.645000', '170429.105000', '170429.565000', '170430.025000', '170430.485000', '170430.945000', '170431.405000', '170431.865000', '170432.325000', '170432.785000', '170433.245000', '170433.705000', '170434.165000', '170434.625000', '170435.085000', '170435.545000', '170436.005000', '170436.465000', '170436.925000', '170437.385000', '170437.845000', '170438.305000', '170438.765000', '170439.225000', '170439.685000', '170440.145000', '170440.605000', '170441.065000', '170441.525000', '170441.985000', '170442.445000', '170442.905000', '170443.365000', '170443.825000', '170444.285000', '170444.745000', '170445.205000', '170445.665000', '170446.125000', '170446.585000', '170447.045000', '170447.505000', '170447.965000', '170448.425000', '170448.885000', '170449.345000', '170449.805000', '170450.265000', '170450.725000', '170451.185000', '170451.645000', '170452.105000', '170452.565000', '170453.025000', '170453.485000', '170453.945000', '170454.405000', '170454.865000', '170455.325000', '170455.785000', '170456.245000', '170456.705000', '170457.165000', '170457.625000', '170458.085000', '170458.545000', '170459.005000', '170459.465000', '170459.925000', '170500.385000', '170500.845000', '170501.305000', '170501.765000', '170502.225000', '170502.685000', '170503.145000', '170503.605000', '170504.065000', '170504.525000', '170504.985000', '170505.445000', '170505.905000', '170506.365000', '170506.825000', '170507.285000', '170507.745000', '170508.205000', '170508.665000', '170509.125000', '170509.585000', '170510.045000', '170510.505000', '170510.965000', '170511.425000', '170511.885000', '170512.345000', '170512.805000', '170513.265000', '170513.725000', '170514.185000', '170514.645000', '170515.105000', '170515.565000', '170516.025000', '170516.485000', '170516.945000', '170517.405000', '170517.865000', '170518.325000', '170518.785000', '170519.245000', '170519.705000', '170520.165000', '170520.625000', '170521.085000', '170521.545000', '170522.005000', '170522.465000', '170522.925000', '170523.385000', '170523.845000', '170524.305000', '170524.765000', '170525.225000', '170525.685000', '170526.145000', '170526.605000', '170527.065000', '170527.525000', '170527.985000', '170528.445000', '170528.905000', '170529.365000', '170529.825000', '170530.285000', '170530.745000', '170531.205000', '170531.665000', '170532.125000', '170532.585000', '170533.045000', '170533.505000', '170533.965000', '170534.425000', '170534.885000', '170535.345000', '170535.805000', '170536.265000', '170536.725000', '170537.185000', '170537.645000', '170538.105000', '170538.565000', '170539.025000', '170539.485000', '170539.945000', '170540.405000', '170540.865000', '170541.325000', '170541.785000', '170542.245000', '170542.705000', '170543.165000', '170543.625000', '170544.085000', '170544.545000', '170545.005000', '170545.465000', '170545.925000', '170546.385000', '170546.845000', '170547.305000', '170547.765000', '170548.225000', '170548.685000', '170549.145000', '170549.605000', '170550.065000', '170550.525000', '170550.985000', '170551.445000', '170551.905000', '170552.365000', '170552.825000', '170553.285000', '170553.745000', '170554.205000', '170554.665000', '170555.125000', '170555.585000', '170556.045000', '170556.505000', '170556.965000', '170557.425000', '170557.885000', '170558.345000', '170558.805000', '170559.265000', '170559.725000', '170600.185000', '170600.645000', '170601.105000', '170601.565000', '170602.025000', '170602.485000', '170602.945000', '170603.405000', '170603.865000', '170604.325000', '170604.785000', '170605.245000', '170605.705000', '170606.165000', '170606.625000', '170607.085000', '170607.545000', '170608.005000', '170608.465000', '170608.925000', '170609.385000', '170609.845000', '170610.305000', '170610.765000', '170611.225000', '170611.685000', '170612.145000', '170612.605000', '170613.065000', '170613.525000', '170613.985000', '170614.445000', '170614.905000', '170615.365000', '170615.825000', '170616.285000', '170616.745000', '170617.205000', '170617.665000', '170618.125000', '170618.585000', '170619.045000', '170619.505000', '170619.965000', '170620.425000', '170620.885000', '170621.345000', '170621.805000', '170622.265000', '170622.725000', '170623.185000', '170623.645000', '170624.105000', '170624.565000', '170625.025000', '170625.485000', '170625.945000', '170626.405000', '170626.865000', '170627.325000', '170627.785000', '170628.245000', '170628.705000', '170629.165000', '170629.625000', '170630.085000', '170630.545000', '170631.005000', '170631.465000', '170631.925000', '170632.385000', '170632.845000', '170633.305000', '170633.765000', '170634.225000', '170634.685000', '170635.145000', '170635.605000', '170636.065000', '170636.525000', '170636.985000', '170637.445000', '170637.905000', '170638.365000', '170638.825000', '170639.285000', '170639.745000', '170640.205000', '170640.665000', '170641.125000', '170641.585000', '170642.045000', '170642.505000', '170642.965000', '170643.425000', '170643.885000', '170644.345000', '170644.805000', '170645.265000', '170645.725000', '170646.185000', '170646.645000', '170647.105000', '170647.565000', '170648.025000', '170648.485000', '170648.945000', '170649.405000', '170649.865000', '170650.325000', '170650.785000', '170651.245000', '170651.705000', '170652.165000', '170652.625000', '170653.085000', '170653.545000', '170654.005000', '170654.465000', '170654.925000', '170655.385000', '170655.845000', '170656.305000', '170656.765000', '170657.225000', '170657.685000', '170658.145000', '170658.605000', '170659.065000', '170659.525000', '170659.985000', '170700.445000', '170700.905000', '170701.365000', '170701.825000', '170702.285000', '170702.745000', '170703.205000', '170703.665000', '170704.125000', '170704.585000', '170705.045000', '170705.505000', '170705.965000', '170706.425000', '170706.885000', '170707.345000', '170707.805000', '170708.265000', '170708.725000', '170709.185000', '170709.645000', '170710.105000', '170710.565000', '170711.025000', '170711.485000', '170711.945000', '170712.405000', '170712.865000', '170713.325000', '170713.785000', '170714.245000', '170714.705000', '170715.165000', '170715.625000', '170716.085000', '170716.545000', '170717.005000', '170717.465000', '170717.925000', '170718.385000', '170718.845000', '170719.305000', '170719.765000', '170720.225000', '170720.685000', '170721.145000', '170721.605000', '170722.065000', '170722.525000', '170722.985000', '170723.445000', '170723.905000', '170724.365000', '170724.825000', '170725.285000', '170725.745000', '170726.205000', '170726.665000', '170727.125000', '170727.585000', '170728.045000', '170728.505000', '170728.965000', '170729.425000', '170729.885000', '170730.345000', '170730.805000', '170731.265000', '170731.725000', '170732.185000', '170732.645000', '170733.105000', '170733.565000', '170734.025000', '170734.485000', '170734.945000', '170735.405000', '170735.865000', '170736.325000', '170736.785000', '170737.245000', '170737.705000', '170738.165000', '170738.625000', '170739.085000', '170739.545000', '170740.005000', '170740.465000', '170740.925000', '170741.385000', '170741.845000', '170742.305000', '170742.765000', '170743.225000', '170743.685000', '170744.145000', '170744.605000', '170745.065000', '170745.525000', '170745.985000', '170746.445000', '170746.905000', '170747.365000', '170747.825000', '170748.285000', '170748.745000', '170749.205000', '170749.665000', '170750.125000', '170750.585000', '170751.045000', '170751.505000', '170751.965000', '170752.425000', '170752.885000', '170753.345000', '170753.805000', '170754.265000', '170754.725000', '170755.185000', '170755.645000', '170756.105000', '170756.565000', '170757.025000', '170757.485000', '170757.945000', '170758.405000', '170758.865000', '170759.325000', '170759.785000', '170800.245000', '170800.705000', '170801.165000', '170801.625000', '170802.085000', '170802.545000', '170803.005000', '170803.465000', '170803.925000', '170804.385000', '170804.845000', '170805.305000', '170805.765000', '170806.225000', '170806.685000', '170807.145000', '170807.605000', '170808.065000', '170808.525000', '170808.985000', '170809.445000', '170809.905000', '170810.365000', '170810.825000', '170811.285000', '170811.745000', '170812.205000', '170812.665000', '170813.125000', '170813.585000', '170814.045000', '170814.505000', '170814.965000', '170815.425000', '170815.885000', '170816.345000', '170816.805000', '170817.265000', '170817.725000', '170818.185000', '170818.645000', '170819.105000', '170819.565000', '170820.025000', '170820.485000', '170820.945000', '170821.405000', '170821.865000', '170822.325000', '170822.785000', '170823.245000', '170823.705000', '170824.165000', '170824.625000', '170825.085000', '170825.545000', '170826.005000', '170826.465000', '170826.925000', '170827.385000', '170827.845000', '170828.305000', '170828.765000', '170829.225000', '170829.685000', '170830.145000', '170830.605000', '170831.065000', '170831.525000', '170831.985000', '170832.445000', '170832.905000', '170833.365000', '170833.825000', '170834.285000', '170834.745000', '170835.205000', '170835.665000', '170836.125000', '170836.585000', '170837.045000', '170837.505000', '170837.965000', '170838.425000', '170838.885000', '170839.345000', '170839.805000', '170840.265000', '170840.725000', '170841.185000', '170841.645000', '170842.105000', '170842.565000', '170843.025000', '170843.485000', '170843.945000', '170844.405000', '170844.865000', '170845.325000', '170845.785000', '170846.245000', '170846.705000', '170847.165000', '170847.625000', '170848.085000', '170848.545000', '170849.005000', '170849.465000', '170849.925000', '170850.385000', '170850.845000', '170851.305000', '170851.765000', '170852.225000', '170852.685000', '170853.145000', '170853.605000', '170854.065000', '170854.525000', '170854.985000', '170855.445000', '170855.905000', '170856.365000', '170856.825000', '170857.285000', '170857.745000', '170858.205000', '170858.665000', '170859.125000', '170859.585000', '170900.045000', '170900.505000', '170900.965000', '170901.425000', '170901.885000', '170902.345000', '170902.805000', '170903.265000', '170903.725000', '170904.185000', '170904.645000', '170905.105000', '170905.565000', '170906.025000', '170906.485000', '170906.945000', '170907.405000', '170907.865000', '170908.325000', '170908.785000', '170909.245000', '170909.705000', '170910.165000', '170910.625000', '170911.085000', '170911.545000', '170912.005000', '170912.465000', '170912.925000', '170913.385000', '170913.845000', '170914.305000', '170914.765000', '170915.225000', '170915.685000', '170916.145000', '170916.605000', '170917.065000', '170917.525000', '170917.985000', '170918.445000', '170918.905000', '170919.365000', '170919.825000', '170920.285000', '170920.745000', '170921.205000', '170921.665000', '170922.125000', '170922.585000', '170923.045000', '170923.505000', '170923.965000', '170924.425000', '170924.885000', '170925.345000', '170925.805000', '170926.265000', '170926.725000', '170927.185000', '170927.645000', '170928.105000', '170928.565000', '170929.025000', '170929.485000', '170929.945000', '170930.405000', '170930.865000', '170931.325000', '170931.785000', '170932.245000', '170932.705000', '170933.165000', '170933.625000', '170934.085000', '170934.545000', '170935.005000', '170935.465000', '170935.925000', '170936.385000', '170936.845000', '170937.305000', '170937.765000', '170938.225000', '170938.685000', '170939.145000', '170939.605000', '170940.065000', '170940.525000', '170940.985000', '170941.445000', '170941.905000', '170942.365000', '170942.825000', '170943.285000', '170943.745000', '170944.205000'], 'ContentTime': ['170318.036000', '170318.040000', '170318.043000', '170318.045000', '170318.048000', '170318.051000', '170318.054000', '170318.057000', '170318.059000', '170318.062000', '170318.065000', '170318.067000', '170318.084000', '170318.087000', '170318.090000', '170318.093000', '170318.095000', '170318.098000', '170318.101000', '170318.104000', '170318.106000', '170318.109000', '170318.112000', '170318.114000', '170318.117000', '170318.120000', '170318.122000', '170318.125000', '170318.128000', '170318.130000', '170338.004000', '170338.007000', '170338.010000', '170338.012000', '170338.015000', '170338.017000', '170338.020000', '170338.022000', '170338.025000', '170338.028000', '170338.030000', '170338.033000', '170338.035000', '170338.038000', '170338.040000', '170338.043000', '170338.045000', '170338.048000', '170338.050000', '170338.053000', '170338.056000', '170338.058000', '170338.066000', '170338.069000', '170338.071000', '170338.074000', '170338.076000', '170338.079000', '170338.081000', '170338.084000', '170338.086000', '170338.089000', '170338.092000', '170338.094000', '170338.097000', '170338.099000', '170338.102000', '170338.104000', '170338.107000', '170338.110000', '170338.112000', '170338.115000', '170338.117000', '170358.004000', '170358.007000', '170358.010000', '170358.012000', '170358.016000', '170358.019000', '170358.021000', '170358.024000', '170358.027000', '170358.029000', '170358.046000', '170358.048000', '170358.051000', '170358.053000', '170358.056000', '170358.058000', '170358.061000', '170358.063000', '170358.066000', '170358.069000', '170358.071000', '170358.074000', '170358.076000', '170358.079000', '170358.081000', '170358.084000', '170358.086000', '170358.089000', '170358.091000', '170358.094000', '170358.097000', '170358.099000', '170358.102000', '170358.105000', '170358.107000', '170358.110000', '170358.112000', '170358.115000', '170358.117000', '170358.120000', '170358.123000', '170358.125000', '170358.128000', '170418.003000', '170418.006000', '170418.009000', '170418.011000', '170418.014000', '170418.016000', '170418.019000', '170418.022000', '170418.024000', '170418.027000', '170418.029000', '170418.032000', '170418.034000', '170418.037000', '170418.040000', '170418.042000', '170418.045000', '170418.048000', '170418.050000', '170418.053000', '170418.055000', '170418.058000', '170418.060000', '170418.063000', '170418.066000', '170418.068000', '170418.071000', '170418.073000', '170418.076000', '170418.078000', '170418.081000', '170418.084000', '170418.086000', '170418.089000', '170418.091000', '170418.094000', '170418.097000', '170418.099000', '170418.102000', '170418.104000', '170418.107000', '170418.109000', '170418.112000', '170418.115000', '170438.004000', '170438.006000', '170438.009000', '170438.012000', '170438.014000', '170438.017000', '170438.019000', '170438.022000', '170438.024000', '170438.070000', '170438.072000', '170438.076000', '170438.079000', '170438.082000', '170438.084000', '170438.087000', '170438.089000', '170438.092000', '170438.094000', '170438.097000', '170438.100000', '170438.102000', '170438.105000', '170438.107000', '170438.110000', '170438.113000', '170438.115000', '170438.118000', '170438.120000', '170438.123000', '170438.125000', '170438.128000', '170438.131000', '170438.133000', '170438.136000', '170438.138000', '170438.141000', '170438.143000', '170438.146000', '170438.149000', '170438.151000', '170438.154000', '170438.159000', '170458.005000', '170458.007000', '170458.010000', '170458.013000', '170458.015000', '170458.018000', '170458.020000', '170458.023000', '170458.026000', '170458.028000', '170458.031000', '170458.034000', '170458.036000', '170458.039000', '170458.041000', '170458.044000', '170458.047000', '170458.049000', '170458.052000', '170458.054000', '170458.057000', '170458.060000', '170458.062000', '170458.065000', '170458.067000', '170458.070000', '170458.072000', '170458.075000', '170458.078000', '170458.080000', '170458.083000', '170458.085000', '170458.088000', '170458.090000', '170458.093000', '170458.096000', '170458.098000', '170458.101000', '170458.103000', '170458.106000', '170458.108000', '170458.111000', '170458.114000', '170458.116000', '170518.004000', '170518.007000', '170518.010000', '170518.012000', '170518.015000', '170518.018000', '170518.020000', '170518.023000', '170518.025000', '170518.028000', '170518.030000', '170518.033000', '170518.036000', '170518.038000', '170518.041000', '170518.043000', '170518.046000', '170518.049000', '170518.051000', '170518.054000', '170518.057000', '170518.060000', '170518.063000', '170518.066000', '170518.068000', '170518.071000', '170518.074000', '170518.076000', '170518.079000', '170518.081000', '170518.084000', '170518.087000', '170518.089000', '170518.092000', '170518.094000', '170518.097000', '170518.099000', '170518.102000', '170518.105000', '170518.107000', '170518.110000', '170518.112000', '170518.115000', '170538.005000', '170538.008000', '170538.010000', '170538.013000', '170538.015000', '170538.018000', '170538.020000', '170538.023000', '170538.026000', '170538.028000', '170538.031000', '170538.033000', '170538.036000', '170538.039000', '170538.041000', '170538.044000', '170538.046000', '170538.049000', '170538.051000', '170538.054000', '170538.056000', '170538.059000', '170538.062000', '170538.064000', '170538.067000', '170538.069000', '170538.072000', '170538.074000', '170538.077000', '170538.080000', '170538.082000', '170538.085000', '170538.087000', '170538.090000', '170538.092000', '170538.095000', '170538.098000', '170538.100000', '170538.103000', '170538.105000', '170538.108000', '170538.110000', '170538.113000', '170538.116000', '170558.005000', '170558.007000', '170558.010000', '170558.013000', '170558.015000', '170558.018000', '170558.020000', '170558.023000', '170558.025000', '170558.028000', '170558.031000', '170558.033000', '170558.036000', '170558.038000', '170558.041000', '170558.044000', '170558.046000', '170558.049000', '170558.051000', '170558.054000', '170558.057000', '170558.059000', '170558.062000', '170558.064000', '170558.067000', '170558.069000', '170558.072000', '170558.075000', '170558.077000', '170558.080000', '170558.082000', '170558.085000', '170558.088000', '170558.090000', '170558.093000', '170558.096000', '170558.099000', '170558.101000', '170558.104000', '170558.106000', '170558.109000', '170558.111000', '170558.115000', '170618.005000', '170618.007000', '170618.010000', '170618.013000', '170618.015000', '170618.033000', '170618.036000', '170618.038000', '170618.041000', '170618.044000', '170618.046000', '170618.049000', '170618.051000', '170618.054000', '170618.056000', '170618.059000', '170618.062000', '170618.064000', '170618.067000', '170618.069000', '170618.072000', '170618.075000', '170618.077000', '170618.080000', '170618.082000', '170618.085000', '170618.088000', '170618.090000', '170618.093000', '170618.096000', '170618.098000', '170618.101000', '170618.103000', '170618.106000', '170618.109000', '170618.111000', '170618.114000', '170618.116000', '170618.119000', '170618.121000', '170618.124000', '170618.127000', '170618.129000', '170618.132000', '170638.004000', '170638.006000', '170638.009000', '170638.012000', '170638.014000', '170638.017000', '170638.019000', '170638.022000', '170638.024000', '170638.027000', '170638.030000', '170638.033000', '170638.035000', '170638.038000', '170638.040000', '170638.043000', '170638.046000', '170638.048000', '170638.051000', '170638.053000', '170638.056000', '170638.059000', '170638.061000', '170638.064000', '170638.066000', '170638.069000', '170638.072000', '170638.074000', '170638.077000', '170638.079000', '170638.082000', '170638.085000', '170638.087000', '170638.090000', '170638.092000', '170638.095000', '170638.097000', '170638.100000', '170638.102000', '170638.105000', '170638.108000', '170638.110000', '170638.113000', '170658.004000', '170658.006000', '170658.009000', '170658.012000', '170658.014000', '170658.017000', '170658.019000', '170658.022000', '170658.025000', '170658.027000', '170658.030000', '170658.032000', '170658.035000', '170658.038000', '170658.040000', '170658.043000', '170658.045000', '170658.048000', '170658.051000', '170658.053000', '170658.056000', '170658.058000', '170658.061000', '170658.063000', '170658.066000', '170658.069000', '170658.071000', '170658.074000', '170658.076000', '170658.079000', '170658.081000', '170658.084000', '170658.087000', '170658.089000', '170658.092000', '170658.094000', '170658.097000', '170658.100000', '170658.102000', '170658.105000', '170658.107000', '170658.110000', '170658.113000', '170658.115000', '170718.004000', '170718.007000', '170718.010000', '170718.013000', '170718.015000', '170718.018000', '170718.020000', '170718.023000', '170718.026000', '170718.028000', '170718.031000', '170718.034000', '170718.036000', '170718.039000', '170718.042000', '170718.044000', '170718.047000', '170718.050000', '170718.052000', '170718.055000', '170718.057000', '170718.060000', '170718.063000', '170718.066000', '170718.068000', '170718.071000', '170718.073000', '170718.076000', '170718.079000', '170718.081000', '170718.084000', '170718.086000', '170718.089000', '170718.092000', '170718.094000', '170718.097000', '170718.100000', '170718.102000', '170718.105000', '170718.107000', '170718.110000', '170718.113000', '170718.115000', '170738.005000', '170738.008000', '170738.010000', '170738.013000', '170738.015000', '170738.018000', '170738.020000', '170738.023000', '170738.026000', '170738.028000', '170738.031000', '170738.034000', '170738.036000', '170738.039000', '170738.041000', '170738.044000', '170738.046000', '170738.049000', '170738.052000', '170738.054000', '170738.057000', '170738.059000', '170738.062000', '170738.064000', '170738.067000', '170738.069000', '170738.072000', '170738.075000', '170738.077000', '170738.080000', '170738.095000', '170738.097000', '170738.100000', '170738.102000', '170738.105000', '170738.108000', '170738.110000', '170738.113000', '170738.115000', '170738.118000', '170738.120000', '170738.123000', '170738.126000', '170738.128000', '170758.005000', '170758.007000', '170758.010000', '170758.013000', '170758.015000', '170758.018000', '170758.020000', '170758.023000', '170758.026000', '170758.028000', '170758.031000', '170758.033000', '170758.036000', '170758.038000', '170758.041000', '170758.044000', '170758.046000', '170758.049000', '170758.051000', '170758.054000', '170758.057000', '170758.059000', '170758.062000', '170758.064000', '170758.067000', '170758.069000', '170758.072000', '170758.075000', '170758.077000', '170758.080000', '170758.082000', '170758.085000', '170758.088000', '170758.090000', '170758.093000', '170758.095000', '170758.098000', '170758.100000', '170758.103000', '170758.106000', '170758.108000', '170758.111000', '170758.114000', '170818.005000', '170818.007000', '170818.010000', '170818.013000', '170818.015000', '170818.018000', '170818.020000', '170818.023000', '170818.026000', '170818.028000', '170818.031000', '170818.034000', '170818.036000', '170818.039000', '170818.042000', '170818.044000', '170818.047000', '170818.049000', '170818.052000', '170818.055000', '170818.057000', '170818.060000', '170818.062000', '170818.065000', '170818.067000', '170818.070000', '170818.073000', '170818.075000', '170818.078000', '170818.080000', '170818.083000', '170818.086000', '170818.088000', '170818.091000', '170818.093000', '170818.096000', '170818.099000', '170818.101000', '170818.104000', '170818.106000', '170818.109000', '170818.112000', '170818.114000', '170818.117000', '170838.004000', '170838.007000', '170838.010000', '170838.012000', '170838.015000', '170838.018000', '170838.020000', '170838.023000', '170838.025000', '170838.028000', '170838.031000', '170838.034000', '170838.036000', '170838.039000', '170838.041000', '170838.044000', '170838.046000', '170838.049000', '170838.052000', '170838.054000', '170838.057000', '170838.059000', '170838.062000', '170838.064000', '170838.067000', '170838.070000', '170838.072000', '170838.075000', '170838.077000', '170838.080000', '170838.083000', '170838.085000', '170838.088000', '170838.090000', '170838.093000', '170838.095000', '170838.098000', '170838.101000', '170838.103000', '170838.106000', '170838.108000', '170838.111000', '170838.114000', '170858.004000', '170858.006000', '170858.009000', '170858.012000', '170858.014000', '170858.017000', '170858.019000', '170858.022000', '170858.025000', '170858.027000', '170858.030000', '170858.032000', '170858.035000', '170858.038000', '170858.040000', '170858.043000', '170858.045000', '170858.048000', '170858.051000', '170858.053000', '170858.056000', '170858.058000', '170858.061000', '170858.064000', '170858.066000', '170858.069000', '170858.071000', '170858.074000', '170858.077000', '170858.079000', '170858.082000', '170858.084000', '170858.087000', '170858.089000', '170858.092000', '170858.095000', '170858.097000', '170858.100000', '170858.102000', '170858.105000', '170858.108000', '170858.122000', '170858.126000', '170858.129000', '170918.004000', '170918.006000', '170918.009000', '170918.012000', '170918.014000', '170918.017000', '170918.019000', '170918.022000', '170918.024000', '170918.027000', '170918.030000', '170918.032000', '170918.035000', '170918.037000', '170918.040000', '170918.042000', '170918.045000', '170918.048000', '170918.050000', '170918.053000', '170918.055000', '170918.058000', '170918.061000', '170918.063000', '170918.066000', '170918.068000', '170918.071000', '170918.074000', '170918.076000', '170918.079000', '170918.081000', '170918.084000', '170918.086000', '170918.089000', '170918.092000', '170918.094000', '170918.097000', '170918.099000', '170918.102000', '170918.105000', '170918.107000', '170918.110000', '170918.112000', '170938.005000', '170938.007000', '170938.010000', '170938.013000', '170938.015000', '170938.018000', '170938.020000', '170938.023000', '170938.025000', '170938.028000', '170938.031000', '170938.033000', '170938.036000', '170938.039000', '170938.041000', '170938.044000', '170938.046000', '170938.049000', '170938.052000', '170938.054000', '170938.057000', '170938.059000', '170938.062000', '170938.065000', '170938.067000', '170938.070000', '170938.072000', '170938.075000', '170938.078000', '170938.080000', '170938.083000', '170938.085000', '170938.088000', '170938.090000', '170938.093000', '170938.096000', '170938.098000', '170938.101000', '170938.103000', '170938.106000', '170938.109000', '170938.111000', '170938.114000', '170938.116000', '170945.311000', '170945.313000', '170945.316000', '170945.319000', '170945.321000', '170945.324000', '170945.327000', '170945.330000', '170945.332000', '170945.335000', '170945.338000', '170945.341000', '170945.343000', '170945.351000', '170945.354000', '170945.357000'], 'InstanceCreationTime': ['170318.036000', '170318.040000', '170318.043000', '170318.045000', '170318.048000', '170318.051000', '170318.054000', '170318.057000', '170318.059000', '170318.062000', '170318.065000', '170318.067000', '170318.084000', '170318.087000', '170318.090000', '170318.093000', '170318.095000', '170318.098000', '170318.101000', '170318.104000', '170318.106000', '170318.109000', '170318.112000', '170318.114000', '170318.117000', '170318.120000', '170318.122000', '170318.125000', '170318.128000', '170318.130000', '170338.004000', '170338.007000', '170338.010000', '170338.012000', '170338.015000', '170338.017000', '170338.020000', '170338.022000', '170338.025000', '170338.028000', '170338.030000', '170338.033000', '170338.035000', '170338.038000', '170338.040000', '170338.043000', '170338.045000', '170338.048000', '170338.050000', '170338.053000', '170338.056000', '170338.058000', '170338.066000', '170338.069000', '170338.071000', '170338.074000', '170338.076000', '170338.079000', '170338.081000', '170338.084000', '170338.086000', '170338.089000', '170338.092000', '170338.094000', '170338.097000', '170338.099000', '170338.102000', '170338.104000', '170338.107000', '170338.110000', '170338.112000', '170338.115000', '170338.117000', '170358.004000', '170358.007000', '170358.010000', '170358.012000', '170358.016000', '170358.019000', '170358.021000', '170358.024000', '170358.027000', '170358.029000', '170358.046000', '170358.048000', '170358.051000', '170358.053000', '170358.056000', '170358.058000', '170358.061000', '170358.063000', '170358.066000', '170358.069000', '170358.071000', '170358.074000', '170358.076000', '170358.079000', '170358.081000', '170358.084000', '170358.086000', '170358.089000', '170358.091000', '170358.094000', '170358.097000', '170358.099000', '170358.102000', '170358.105000', '170358.107000', '170358.110000', '170358.112000', '170358.115000', '170358.117000', '170358.120000', '170358.123000', '170358.125000', '170358.128000', '170418.003000', '170418.006000', '170418.009000', '170418.011000', '170418.014000', '170418.016000', '170418.019000', '170418.022000', '170418.024000', '170418.027000', '170418.029000', '170418.032000', '170418.034000', '170418.037000', '170418.040000', '170418.042000', '170418.045000', '170418.048000', '170418.050000', '170418.053000', '170418.055000', '170418.058000', '170418.060000', '170418.063000', '170418.066000', '170418.068000', '170418.071000', '170418.073000', '170418.076000', '170418.078000', '170418.081000', '170418.084000', '170418.086000', '170418.089000', '170418.091000', '170418.094000', '170418.097000', '170418.099000', '170418.102000', '170418.104000', '170418.107000', '170418.109000', '170418.112000', '170418.115000', '170438.004000', '170438.006000', '170438.009000', '170438.012000', '170438.014000', '170438.017000', '170438.019000', '170438.022000', '170438.024000', '170438.070000', '170438.072000', '170438.076000', '170438.079000', '170438.082000', '170438.084000', '170438.087000', '170438.089000', '170438.092000', '170438.094000', '170438.097000', '170438.100000', '170438.102000', '170438.105000', '170438.107000', '170438.110000', '170438.113000', '170438.115000', '170438.118000', '170438.120000', '170438.123000', '170438.125000', '170438.128000', '170438.131000', '170438.133000', '170438.136000', '170438.138000', '170438.141000', '170438.143000', '170438.146000', '170438.149000', '170438.151000', '170438.154000', '170438.159000', '170458.005000', '170458.007000', '170458.010000', '170458.013000', '170458.015000', '170458.018000', '170458.020000', '170458.023000', '170458.026000', '170458.028000', '170458.031000', '170458.034000', '170458.036000', '170458.039000', '170458.041000', '170458.044000', '170458.047000', '170458.049000', '170458.052000', '170458.054000', '170458.057000', '170458.060000', '170458.062000', '170458.065000', '170458.067000', '170458.070000', '170458.072000', '170458.075000', '170458.078000', '170458.080000', '170458.083000', '170458.085000', '170458.088000', '170458.090000', '170458.093000', '170458.096000', '170458.098000', '170458.101000', '170458.103000', '170458.106000', '170458.108000', '170458.111000', '170458.114000', '170458.116000', '170518.004000', '170518.007000', '170518.010000', '170518.012000', '170518.015000', '170518.018000', '170518.020000', '170518.023000', '170518.025000', '170518.028000', '170518.030000', '170518.033000', '170518.036000', '170518.038000', '170518.041000', '170518.043000', '170518.046000', '170518.049000', '170518.051000', '170518.054000', '170518.057000', '170518.060000', '170518.063000', '170518.066000', '170518.068000', '170518.071000', '170518.074000', '170518.076000', '170518.079000', '170518.081000', '170518.084000', '170518.087000', '170518.089000', '170518.092000', '170518.094000', '170518.097000', '170518.099000', '170518.102000', '170518.105000', '170518.107000', '170518.110000', '170518.112000', '170518.115000', '170538.005000', '170538.008000', '170538.010000', '170538.013000', '170538.015000', '170538.018000', '170538.020000', '170538.023000', '170538.026000', '170538.028000', '170538.031000', '170538.033000', '170538.036000', '170538.039000', '170538.041000', '170538.044000', '170538.046000', '170538.049000', '170538.051000', '170538.054000', '170538.056000', '170538.059000', '170538.062000', '170538.064000', '170538.067000', '170538.069000', '170538.072000', '170538.074000', '170538.077000', '170538.080000', '170538.082000', '170538.085000', '170538.087000', '170538.090000', '170538.092000', '170538.095000', '170538.098000', '170538.100000', '170538.103000', '170538.105000', '170538.108000', '170538.110000', '170538.113000', '170538.116000', '170558.005000', '170558.007000', '170558.010000', '170558.013000', '170558.015000', '170558.018000', '170558.020000', '170558.023000', '170558.025000', '170558.028000', '170558.031000', '170558.033000', '170558.036000', '170558.038000', '170558.041000', '170558.044000', '170558.046000', '170558.049000', '170558.051000', '170558.054000', '170558.057000', '170558.059000', '170558.062000', '170558.064000', '170558.067000', '170558.069000', '170558.072000', '170558.075000', '170558.077000', '170558.080000', '170558.082000', '170558.085000', '170558.088000', '170558.090000', '170558.093000', '170558.096000', '170558.099000', '170558.101000', '170558.104000', '170558.106000', '170558.109000', '170558.111000', '170558.115000', '170618.005000', '170618.007000', '170618.010000', '170618.013000', '170618.015000', '170618.033000', '170618.036000', '170618.038000', '170618.041000', '170618.044000', '170618.046000', '170618.049000', '170618.051000', '170618.054000', '170618.056000', '170618.059000', '170618.062000', '170618.064000', '170618.067000', '170618.069000', '170618.072000', '170618.075000', '170618.077000', '170618.080000', '170618.082000', '170618.085000', '170618.088000', '170618.090000', '170618.093000', '170618.096000', '170618.098000', '170618.101000', '170618.103000', '170618.106000', '170618.109000', '170618.111000', '170618.114000', '170618.116000', '170618.119000', '170618.121000', '170618.124000', '170618.127000', '170618.129000', '170618.132000', '170638.004000', '170638.006000', '170638.009000', '170638.012000', '170638.014000', '170638.017000', '170638.019000', '170638.022000', '170638.024000', '170638.027000', '170638.030000', '170638.033000', '170638.035000', '170638.038000', '170638.040000', '170638.043000', '170638.046000', '170638.048000', '170638.051000', '170638.053000', '170638.056000', '170638.059000', '170638.061000', '170638.064000', '170638.066000', '170638.069000', '170638.072000', '170638.074000', '170638.077000', '170638.079000', '170638.082000', '170638.085000', '170638.087000', '170638.090000', '170638.092000', '170638.095000', '170638.097000', '170638.100000', '170638.102000', '170638.105000', '170638.108000', '170638.110000', '170638.113000', '170658.004000', '170658.006000', '170658.009000', '170658.012000', '170658.014000', '170658.017000', '170658.019000', '170658.022000', '170658.025000', '170658.027000', '170658.030000', '170658.032000', '170658.035000', '170658.038000', '170658.040000', '170658.043000', '170658.045000', '170658.048000', '170658.051000', '170658.053000', '170658.056000', '170658.058000', '170658.061000', '170658.063000', '170658.066000', '170658.069000', '170658.071000', '170658.074000', '170658.076000', '170658.079000', '170658.081000', '170658.084000', '170658.087000', '170658.089000', '170658.092000', '170658.094000', '170658.097000', '170658.100000', '170658.102000', '170658.105000', '170658.107000', '170658.110000', '170658.113000', '170658.115000', '170718.004000', '170718.007000', '170718.010000', '170718.013000', '170718.015000', '170718.018000', '170718.020000', '170718.023000', '170718.026000', '170718.028000', '170718.031000', '170718.034000', '170718.036000', '170718.039000', '170718.042000', '170718.044000', '170718.047000', '170718.050000', '170718.052000', '170718.055000', '170718.057000', '170718.060000', '170718.063000', '170718.066000', '170718.068000', '170718.071000', '170718.073000', '170718.076000', '170718.079000', '170718.081000', '170718.084000', '170718.086000', '170718.089000', '170718.092000', '170718.094000', '170718.097000', '170718.100000', '170718.102000', '170718.105000', '170718.107000', '170718.110000', '170718.113000', '170718.115000', '170738.005000', '170738.008000', '170738.010000', '170738.013000', '170738.015000', '170738.018000', '170738.020000', '170738.023000', '170738.026000', '170738.028000', '170738.031000', '170738.034000', '170738.036000', '170738.039000', '170738.041000', '170738.044000', '170738.046000', '170738.049000', '170738.052000', '170738.054000', '170738.057000', '170738.059000', '170738.062000', '170738.064000', '170738.067000', '170738.069000', '170738.072000', '170738.075000', '170738.077000', '170738.080000', '170738.095000', '170738.097000', '170738.100000', '170738.102000', '170738.105000', '170738.108000', '170738.110000', '170738.113000', '170738.115000', '170738.118000', '170738.120000', '170738.123000', '170738.126000', '170738.128000', '170758.005000', '170758.007000', '170758.010000', '170758.013000', '170758.015000', '170758.018000', '170758.020000', '170758.023000', '170758.026000', '170758.028000', '170758.031000', '170758.033000', '170758.036000', '170758.038000', '170758.041000', '170758.044000', '170758.046000', '170758.049000', '170758.051000', '170758.054000', '170758.057000', '170758.059000', '170758.062000', '170758.064000', '170758.067000', '170758.069000', '170758.072000', '170758.075000', '170758.077000', '170758.080000', '170758.082000', '170758.085000', '170758.088000', '170758.090000', '170758.093000', '170758.095000', '170758.098000', '170758.100000', '170758.103000', '170758.106000', '170758.108000', '170758.111000', '170758.114000', '170818.005000', '170818.007000', '170818.010000', '170818.013000', '170818.015000', '170818.018000', '170818.020000', '170818.023000', '170818.026000', '170818.028000', '170818.031000', '170818.034000', '170818.036000', '170818.039000', '170818.042000', '170818.044000', '170818.047000', '170818.049000', '170818.052000', '170818.055000', '170818.057000', '170818.060000', '170818.062000', '170818.065000', '170818.067000', '170818.070000', '170818.073000', '170818.075000', '170818.078000', '170818.080000', '170818.083000', '170818.086000', '170818.088000', '170818.091000', '170818.093000', '170818.096000', '170818.099000', '170818.101000', '170818.104000', '170818.106000', '170818.109000', '170818.112000', '170818.114000', '170818.117000', '170838.004000', '170838.007000', '170838.010000', '170838.012000', '170838.015000', '170838.018000', '170838.020000', '170838.023000', '170838.025000', '170838.028000', '170838.031000', '170838.034000', '170838.036000', '170838.039000', '170838.041000', '170838.044000', '170838.046000', '170838.049000', '170838.052000', '170838.054000', '170838.057000', '170838.059000', '170838.062000', '170838.064000', '170838.067000', '170838.070000', '170838.072000', '170838.075000', '170838.077000', '170838.080000', '170838.083000', '170838.085000', '170838.088000', '170838.090000', '170838.093000', '170838.095000', '170838.098000', '170838.101000', '170838.103000', '170838.106000', '170838.108000', '170838.111000', '170838.114000', '170858.004000', '170858.006000', '170858.009000', '170858.012000', '170858.014000', '170858.017000', '170858.019000', '170858.022000', '170858.025000', '170858.027000', '170858.030000', '170858.032000', '170858.035000', '170858.038000', '170858.040000', '170858.043000', '170858.045000', '170858.048000', '170858.051000', '170858.053000', '170858.056000', '170858.058000', '170858.061000', '170858.064000', '170858.066000', '170858.069000', '170858.071000', '170858.074000', '170858.077000', '170858.079000', '170858.082000', '170858.084000', '170858.087000', '170858.089000', '170858.092000', '170858.095000', '170858.097000', '170858.100000', '170858.102000', '170858.105000', '170858.108000', '170858.122000', '170858.126000', '170858.129000', '170918.004000', '170918.006000', '170918.009000', '170918.012000', '170918.014000', '170918.017000', '170918.019000', '170918.022000', '170918.024000', '170918.027000', '170918.030000', '170918.032000', '170918.035000', '170918.037000', '170918.040000', '170918.042000', '170918.045000', '170918.048000', '170918.050000', '170918.053000', '170918.055000', '170918.058000', '170918.061000', '170918.063000', '170918.066000', '170918.068000', '170918.071000', '170918.074000', '170918.076000', '170918.079000', '170918.081000', '170918.084000', '170918.086000', '170918.089000', '170918.092000', '170918.094000', '170918.097000', '170918.099000', '170918.102000', '170918.105000', '170918.107000', '170918.110000', '170918.112000', '170938.005000', '170938.007000', '170938.010000', '170938.013000', '170938.015000', '170938.018000', '170938.020000', '170938.023000', '170938.025000', '170938.028000', '170938.031000', '170938.033000', '170938.036000', '170938.039000', '170938.041000', '170938.044000', '170938.046000', '170938.049000', '170938.052000', '170938.054000', '170938.057000', '170938.059000', '170938.062000', '170938.065000', '170938.067000', '170938.070000', '170938.072000', '170938.075000', '170938.078000', '170938.080000', '170938.083000', '170938.085000', '170938.088000', '170938.090000', '170938.093000', '170938.096000', '170938.098000', '170938.101000', '170938.103000', '170938.106000', '170938.109000', '170938.111000', '170938.114000', '170938.116000', '170945.311000', '170945.313000', '170945.316000', '170945.319000', '170945.321000', '170945.324000', '170945.327000', '170945.330000', '170945.332000', '170945.335000', '170945.338000', '170945.341000', '170945.343000', '170945.351000', '170945.354000', '170945.357000'], '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': [9141, 15080, 10581, 12834, 13147, 8193, 15350, 13023, 14614, 15788, 10257, 14980, 10102, 8515, 9904, 8545, 10215, 11504, 8157, 9542, 8737, 10277, 9686, 8958, 12462, 8229, 10076, 8839, 12875, 10316, 8440, 10728, 8820, 11271, 10499, 8599, 13176, 8824, 10858, 8542, 13251, 12611, 11426, 12216, 16895, 11319, 13200, 15814, 9212, 13094, 8613, 13190, 10347, 10749, 8714, 11903, 8622, 11083, 8407, 10822, 8880, 12881, 11534, 10351, 10579, 8972, 11219, 10066, 10543, 8568, 10837, 8425, 11425, 8951, 14495, 11136, 10623, 8538, 8914, 8030, 13054, 8527, 11173, 14238, 9024, 12017, 7940, 15716, 8336, 12167, 9046, 12749, 8397, 14262, 9512, 15323, 14873, 13427, 13456, 12509, 15121, 10083, 13842, 12963, 10644, 12386, 9359, 13353, 9304, 11499, 8723, 11523, 8580, 12716, 12392, 10602, 16319, 11562, 13660, 8766, 15173, 8790, 10307, 15044, 9269, 12517, 8685, 13648, 8440, 9110, 13103, 8771, 11009, 8772, 9200, 8390, 9123, 11324, 8567, 9563, 8787, 8938, 7732, 9101, 10463, 8426, 9984, 8778, 12214, 11323, 11715, 13927, 11508, 15589, 9496, 10163, 14185, 9244, 13797, 9504, 12151, 16241, 10463, 14178, 8880, 9145, 12478, 9212, 10765, 8836, 10555, 9814, 13266, 9268, 9480, 8529, 10078, 14677, 11907, 13298, 9324, 11269, 9021, 9667, 16444, 8902, 12786, 9175, 9043, 16002, 8796, 11026, 8572, 9190, 14189, 8886, 10006, 8247, 10655, 8340, 10341, 8655, 12551, 10370, 10838, 14211, 10966, 12104, 8540, 11440, 8553, 11138, 15331, 11884, 12871, 10414, 12570, 11792, 12572, 16582, 11613, 15503, 9849, 12165, 8931, 10867, 11437, 9602, 15678, 10630, 12953, 8597, 10599, 8793, 11430, 8926, 9248, 11085, 9145, 14397, 10577, 13482, 8972, 10432, 8460, 10115, 10494, 10686, 14332, 10759, 13351, 8797, 11890, 10353, 10898, 8590, 9937, 13088, 11050, 14123, 10781, 10834, 8629, 12091, 8637, 11731, 11256, 9526, 10083, 9150, 15109, 9210, 11806, 8826, 14201, 9501, 9749, 8943, 8895, 15465, 12084, 13581, 9393, 12128, 9220, 10449, 10475, 11550, 15804, 11840, 13494, 9285, 12508, 9037, 11732, 9761, 10187, 8719, 9167, 11093, 9260, 13985, 9598, 11377, 10054, 10001, 8642, 10696, 8486, 9461, 9809, 9548, 12517, 9168, 10531, 8660, 12918, 8573, 10747, 12715, 9157, 13153, 9875, 13146, 10004, 9582, 10782, 9422, 14311, 10850, 15221, 9096, 9294, 12862, 9340, 10901, 8556, 11211, 8013, 9350, 11337, 8882, 9784, 8161, 9944, 8145, 11137, 9597, 10319, 12512, 9631, 11496, 8618, 11780, 8966, 10350, 13424, 12121, 15896, 9821, 11958, 8902, 17296, 11309, 13790, 14149, 10317, 13367, 10665, 12207, 9167, 12599, 9345, 10962, 15214, 11572, 13813, 9092, 10648, 8693, 13617, 9636, 9274, 8625, 10294, 14975, 10295, 12316, 10192, 9633, 8468, 9411, 12581, 8833, 10475, 13888, 9238, 11826, 8332, 10492, 12052, 8808, 12037, 8430, 9920, 8298, 11064, 8294, 11907, 8207, 10716, 13639, 10457, 13014, 12449, 9970, 13940, 9060, 11359, 9544, 10939, 13655, 11472, 15254, 8659, 10963, 8989, 9561, 14531, 11344, 12556, 10019, 9271, 12468, 9251, 13280, 9520, 11483, 8936, 12303, 9510, 11205, 8384, 11608, 15019, 10441, 12753, 10084, 9633, 8604, 9262, 13467, 11993, 12814, 10344, 9242, 14616, 9223, 11941, 9884, 9871, 8797, 9032, 13254, 9229, 10642, 9294, 10285, 8405, 9329, 12503, 11318, 14361, 11325, 11839, 8814, 14938, 9292, 13078, 15286, 13491, 13332, 9072, 10756, 13182, 11563, 13038, 9629, 11531, 16906, 9854, 12399, 12172, 9522, 11442, 8992, 9781, 8959, 9383, 12095, 9280, 9438, 8754, 11313, 8647, 9291, 10483, 10834, 14170, 9037, 11463, 9204, 13956, 11237, 9364, 15512, 9369, 10600, 9723, 9435, 15451, 9176, 10980, 8276, 9377, 13485, 11053, 11107, 8791, 9746, 8658, 11934, 10525, 10667, 8728, 9161, 14303, 10535, 12729, 8642, 9698, 13047, 11040, 15512, 12032, 12541, 9450, 11973, 9325, 11275, 13806, 11324, 14376, 9138, 12397, 9694, 11580, 9608, 10028, 8883, 9244, 14666, 9120, 10838, 9346, 9557, 8704, 9252, 15474, 9290, 10747, 9177, 9721, 8754, 9392, 14235, 9454, 11584, 8861, 10823, 8674, 9411, 15521, 9105, 10401, 9767, 9231, 11344, 8921, 10815, 7941, 9258, 10051, 8049, 10339, 7966, 11779, 10426, 9637, 8110, 12839, 12615, 9035, 14222, 10226, 13986, 8295, 12485, 14935, 12838, 14310, 10248, 11625, 8839, 11242, 13406, 13101, 12539, 11303, 12565, 12305, 13407, 10964, 12733, 9632, 10750, 11586, 11107, 15703, 14022, 12842, 10165, 11476, 9432, 12000, 9245, 10649, 11186, 9415, 14628, 11044, 12702, 10654, 11727, 9017, 9993, 9277, 9080, 13468, 10205, 11536, 9160, 10270, 8875, 10135, 8854, 9111, 10777, 9091, 11182, 9026, 10903, 9757, 10302, 8945, 9260, 9816, 9281, 13965, 9275, 11574, 9682, 12509, 9155, 11321, 11318, 10261, 13950, 11063, 12203, 8672, 10847, 10675, 9558, 13850, 10416, 10584, 8285, 9078, 12244, 9123, 9286, 7787, 9651, 11120, 10688, 12434, 9006, 12155, 8959, 11624, 17033, 13164, 12907, 8825, 10732, 13040, 11397, 12511, 9592, 12390, 10050, 9481, 16111, 12367, 13377, 9179, 12209, 9468, 12783, 8951, 10911, 8815, 9961, 13927, 11596, 15315, 12853, 12934, 9661, 11955, 9724, 9097, 12847, 9621, 14705, 9441, 11936, 10974, 10669, 9000, 12334, 8874, 10245, 14670, 9266, 12088, 9530, 9479, 8751, 9190, 12575, 9990, 13672, 12267, 11358, 9084, 11213, 8988, 11802, 8688, 9485, 8774, 9527, 13286, 12088, 13623, 9949, 11888, 8872, 11966, 9370, 10860, 8411, 9412, 13540, 12025, 14834, 11303, 11086, 8671, 10187, 12039, 9222, 11402, 8895, 10265, 8730, 10750, 8686, 10424, 11032, 9463, 10170, 9066, 14785, 9604, 11402, 11294, 12349, 9073, 12979, 10378, 12684, 13034, 11176, 16455, 10918, 13703, 9983, 14079, 9604, 9294, 14275, 9637, 12976, 11097, 13062, 9218, 10217, 8821, 8839, 13273, 9375, 14553, 9165, 10948, 8963, 11238, 9039, 11244, 8706, 10618, 11636, 9425, 14747, 11197, 10916, 8709, 10396, 11990, 9070, 11879, 9134, 9463, 14689, 8739, 10484, 8356, 9338, 8277, 9185, 12070, 9017, 13240, 8715, 9110, 9214, 9557, 11178, 9288, 12717, 8545, 9453, 8423, 9106, 12666, 10574, 11384, 10812, 11548, 8678], 'WindowCenter': [4482.0, 4507.0, 4474.0, 4495.0, 4494.0, 4453.0, 4492.0, 4496.0, 4502.0, 4505.0, 4486.0, 4504.0, 4486.0, 4465.0, 4485.0, 4477.0, 4486.0, 4498.0, 4479.0, 4488.0, 4492.0, 4501.0, 4505.0, 4504.0, 4536.0, 4506.0, 4530.0, 4520.0, 4547.0, 4527.0, 4505.0, 4526.0, 4517.0, 4525.0, 4528.0, 4505.0, 4549.0, 4520.0, 4528.0, 4507.0, 4547.0, 4551.0, 4538.0, 4552.0, 4561.0, 4516.0, 4537.0, 4533.0, 4492.0, 4520.0, 4493.0, 4522.0, 4515.0, 4514.0, 4495.0, 4512.0, 4482.0, 4511.0, 4483.0, 4513.0, 4493.0, 4537.0, 4513.0, 4503.0, 4513.0, 4495.0, 4513.0, 4517.0, 4529.0, 4507.0, 4515.0, 4510.0, 4551.0, 4521.0, 4562.0, 4527.0, 4517.0, 4495.0, 4508.0, 4498.0, 4549.0, 4519.0, 4551.0, 4550.0, 4520.0, 4548.0, 4507.0, 4557.0, 4497.0, 4526.0, 4494.0, 4524.0, 4495.0, 4547.0, 4504.0, 4561.0, 4549.0, 4537.0, 4533.0, 4523.0, 4546.0, 4500.0, 4524.0, 4522.0, 4501.0, 4509.0, 4491.0, 4521.0, 4491.0, 4526.0, 4494.0, 4513.0, 4493.0, 4535.0, 4521.0, 4513.0, 4543.0, 4513.0, 4521.0, 4480.0, 4529.0, 4479.0, 4502.0, 4520.0, 4504.0, 4521.0, 4480.0, 4521.0, 4481.0, 4491.0, 4520.0, 4493.0, 4512.0, 4480.0, 4492.0, 4480.0, 4503.0, 4510.0, 4494.0, 4503.0, 4494.0, 4505.0, 4484.0, 4507.0, 4513.0, 4507.0, 4517.0, 4506.0, 4537.0, 4515.0, 4526.0, 4534.0, 4526.0, 4545.0, 4503.0, 4504.0, 4520.0, 4493.0, 4521.0, 4502.0, 4523.0, 4529.0, 4501.0, 4531.0, 4477.0, 4502.0, 4522.0, 4502.0, 4511.0, 4503.0, 4511.0, 4503.0, 4535.0, 4503.0, 4503.0, 4492.0, 4513.0, 4531.0, 4523.0, 4533.0, 4506.0, 4512.0, 4490.0, 4501.0, 4527.0, 4491.0, 4523.0, 4492.0, 4491.0, 4528.0, 4479.0, 4499.0, 4477.0, 4491.0, 4517.0, 4490.0, 4498.0, 4490.0, 4513.0, 4504.0, 4514.0, 4492.0, 4537.0, 4513.0, 4524.0, 4533.0, 4513.0, 4522.0, 4491.0, 4514.0, 4491.0, 4524.0, 4533.0, 4523.0, 4522.0, 4514.0, 4524.0, 4510.0, 4522.0, 4528.0, 4512.0, 4518.0, 4489.0, 4508.0, 4478.0, 4500.0, 4508.0, 4500.0, 4530.0, 4501.0, 4519.0, 4491.0, 4498.0, 4491.0, 4523.0, 4490.0, 4490.0, 4508.0, 4491.0, 4520.0, 4501.0, 4532.0, 4490.0, 4500.0, 4481.0, 4501.0, 4500.0, 4513.0, 4520.0, 4511.0, 4518.0, 4491.0, 4510.0, 4500.0, 4501.0, 4477.0, 4500.0, 4516.0, 4510.0, 4531.0, 4511.0, 4510.0, 4491.0, 4519.0, 4491.0, 4535.0, 4521.0, 4501.0, 4497.0, 4489.0, 4517.0, 4488.0, 4508.0, 4491.0, 4529.0, 4489.0, 4500.0, 4487.0, 4491.0, 4528.0, 4509.0, 4521.0, 4490.0, 4508.0, 4477.0, 4497.0, 4495.0, 4509.0, 4516.0, 4508.0, 4505.0, 4487.0, 4506.0, 4476.0, 4507.0, 4500.0, 4497.0, 4476.0, 4489.0, 4497.0, 4491.0, 4519.0, 4503.0, 4510.0, 4499.0, 4497.0, 4490.0, 4500.0, 4492.0, 4513.0, 4500.0, 4503.0, 4520.0, 4503.0, 4512.0, 4505.0, 4533.0, 4491.0, 4511.0, 4518.0, 4502.0, 4520.0, 4502.0, 4522.0, 4500.0, 4501.0, 4497.0, 4491.0, 4518.0, 4510.0, 4531.0, 4488.0, 4490.0, 4507.0, 4488.0, 4509.0, 4491.0, 4511.0, 4480.0, 4503.0, 4510.0, 4505.0, 4513.0, 4493.0, 4514.0, 4494.0, 4536.0, 4513.0, 4527.0, 4534.0, 4515.0, 4522.0, 4504.0, 4524.0, 4503.0, 4514.0, 4532.0, 4523.0, 4531.0, 4512.0, 4523.0, 4504.0, 4543.0, 4510.0, 4522.0, 4517.0, 4499.0, 4518.0, 4499.0, 4508.0, 4488.0, 4508.0, 4475.0, 4499.0, 4528.0, 4508.0, 4517.0, 4489.0, 4497.0, 4489.0, 4530.0, 4501.0, 4490.0, 4478.0, 4502.0, 4519.0, 4500.0, 4521.0, 4499.0, 4491.0, 4477.0, 4491.0, 4509.0, 4490.0, 4513.0, 4518.0, 4489.0, 4497.0, 4477.0, 4501.0, 4508.0, 4491.0, 4518.0, 4491.0, 4514.0, 4506.0, 4536.0, 4506.0, 4536.0, 4506.0, 4538.0, 4537.0, 4512.0, 4536.0, 4522.0, 4501.0, 4519.0, 4491.0, 4512.0, 4502.0, 4525.0, 4531.0, 4512.0, 4531.0, 4491.0, 4512.0, 4492.0, 4503.0, 4519.0, 4510.0, 4510.0, 4484.0, 4491.0, 4520.0, 4492.0, 4519.0, 4500.0, 4512.0, 4503.0, 4525.0, 4503.0, 4514.0, 4492.0, 4524.0, 4530.0, 4512.0, 4523.0, 4511.0, 4502.0, 4490.0, 4504.0, 4523.0, 4521.0, 4535.0, 4502.0, 4492.0, 4516.0, 4491.0, 4511.0, 4501.0, 4501.0, 4490.0, 4503.0, 4521.0, 4502.0, 4513.0, 4503.0, 4513.0, 4489.0, 4504.0, 4519.0, 4526.0, 4544.0, 4523.0, 4510.0, 4502.0, 4542.0, 4501.0, 4535.0, 4531.0, 4521.0, 4517.0, 4479.0, 4498.0, 4518.0, 4508.0, 4507.0, 4488.0, 4508.0, 4513.0, 4476.0, 4507.0, 4494.0, 4475.0, 4493.0, 4488.0, 4497.0, 4476.0, 4490.0, 4519.0, 4491.0, 4489.0, 4491.0, 4512.0, 4491.0, 4515.0, 4511.0, 4524.0, 4530.0, 4504.0, 4524.0, 4506.0, 4535.0, 4512.0, 4494.0, 4529.0, 4492.0, 4501.0, 4488.0, 4501.0, 4531.0, 4501.0, 4508.0, 4478.0, 4502.0, 4521.0, 4511.0, 4508.0, 4491.0, 4500.0, 4504.0, 4523.0, 4511.0, 4511.0, 4490.0, 4502.0, 4532.0, 4511.0, 4519.0, 4477.0, 4490.0, 4506.0, 4511.0, 4528.0, 4510.0, 4508.0, 4488.0, 4508.0, 4487.0, 4509.0, 4516.0, 4509.0, 4515.0, 4487.0, 4507.0, 4499.0, 4509.0, 4487.0, 4489.0, 4476.0, 4487.0, 4517.0, 4490.0, 4498.0, 4487.0, 4488.0, 4476.0, 4489.0, 4529.0, 4501.0, 4510.0, 4491.0, 4489.0, 4478.0, 4490.0, 4519.0, 4502.0, 4511.0, 4491.0, 4511.0, 4479.0, 4501.0, 4528.0, 4492.0, 4511.0, 4502.0, 4502.0, 4509.0, 4502.0, 4512.0, 4480.0, 4505.0, 4511.0, 4493.0, 4513.0, 4492.0, 4535.0, 4523.0, 4516.0, 4495.0, 4547.0, 4535.0, 4516.0, 4545.0, 4513.0, 4533.0, 4482.0, 4533.0, 4531.0, 4521.0, 4530.0, 4499.0, 4509.0, 4477.0, 4512.0, 4531.0, 4520.0, 4517.0, 4511.0, 4520.0, 4519.0, 4521.0, 4499.0, 4519.0, 4488.0, 4499.0, 4508.0, 4511.0, 4528.0, 4518.0, 4507.0, 4487.0, 4497.0, 4475.0, 4508.0, 4475.0, 4488.0, 4493.0, 4487.0, 4515.0, 4497.0, 4508.0, 4497.0, 4496.0, 4475.0, 4485.0, 4476.0, 4488.0, 4507.0, 4500.0, 4494.0, 4490.0, 4498.0, 4487.0, 4502.0, 4489.0, 4488.0, 4498.0, 4491.0, 4509.0, 4491.0, 4512.0, 4503.0, 4514.0, 4493.0, 4503.0, 4499.0, 4503.0, 4535.0, 4517.0, 4533.0, 4516.0, 4524.0, 4503.0, 4524.0, 4512.0, 4516.0, 4547.0, 4524.0, 4521.0, 4491.0, 4513.0, 4512.0, 4505.0, 4521.0, 4511.0, 4511.0, 4479.0, 4503.0, 4522.0, 4503.0, 4502.0, 4493.0, 4515.0, 4523.0, 4527.0, 4535.0, 4517.0, 4534.0, 4517.0, 4541.0, 4559.0, 4536.0, 4522.0, 4491.0, 4514.0, 4517.0, 4512.0, 4521.0, 4501.0, 4520.0, 4499.0, 4501.0, 4530.0, 4520.0, 4516.0, 4489.0, 4520.0, 4501.0, 4520.0, 4489.0, 4510.0, 4488.0, 4502.0, 4516.0, 4512.0, 4531.0, 4521.0, 4508.0, 4489.0, 4509.0, 4488.0, 4478.0, 4505.0, 4488.0, 4516.0, 4499.0, 4509.0, 4500.0, 4498.0, 4489.0, 4509.0, 4478.0, 4501.0, 4516.0, 4489.0, 4508.0, 4500.0, 4488.0, 4478.0, 4490.0, 4508.0, 4500.0, 4520.0, 4511.0, 4498.0, 4490.0, 4508.0, 4490.0, 4522.0, 4479.0, 4490.0, 4478.0, 4502.0, 4521.0, 4521.0, 4532.0, 4502.0, 4510.0, 4492.0, 4522.0, 4505.0, 4526.0, 4492.0, 4502.0, 4518.0, 4523.0, 4545.0, 4524.0, 4512.0, 4491.0, 4501.0, 4506.0, 4491.0, 4511.0, 4492.0, 4500.0, 4492.0, 4511.0, 4491.0, 4526.0, 4524.0, 4515.0, 4510.0, 4504.0, 4543.0, 4514.0, 4523.0, 4525.0, 4534.0, 4504.0, 4533.0, 4513.0, 4523.0, 4520.0, 4511.0, 4528.0, 4499.0, 4518.0, 4489.0, 4519.0, 4476.0, 4477.0, 4504.0, 4486.0, 4505.0, 4498.0, 4507.0, 4476.0, 4486.0, 4474.0, 4488.0, 4517.0, 4489.0, 4516.0, 4490.0, 4499.0, 4491.0, 4512.0, 4492.0, 4511.0, 4490.0, 4512.0, 4508.0, 4492.0, 4530.0, 4509.0, 4499.0, 4479.0, 4502.0, 4498.0, 4489.0, 4509.0, 4476.0, 4489.0, 4515.0, 4477.0, 4499.0, 4479.0, 4488.0, 4490.0, 4503.0, 4521.0, 4494.0, 4534.0, 4493.0, 4492.0, 4491.0, 4502.0, 4508.0, 4502.0, 4523.0, 4493.0, 4503.0, 4491.0, 4506.0, 4522.0, 4526.0, 4523.0, 4520.0, 4521.0, 4493.0], 'WindowWidth': [9877.0, 9902.0, 9851.0, 9882.0, 9878.0, 9820.0, 9872.0, 9886.0, 9888.0, 9899.0, 9876.0, 9897.0, 9873.0, 9845.0, 9870.0, 9863.0, 9873.0, 9894.0, 9871.0, 9882.0, 9894.0, 9903.0, 9917.0, 9914.0, 9961.0, 9921.0, 9962.0, 9950.0, 9980.0, 9954.0, 9922.0, 9951.0, 9939.0, 9948.0, 9957.0, 9921.0, 9986.0, 9946.0, 9953.0, 9925.0, 9978.0, 9993.0, 9968.0, 9994.0, 10008.0, 9932.0, 9964.0, 9950.0, 9895.0, 9926.0, 9899.0, 9934.0, 9931.0, 9928.0, 9902.0, 9920.0, 9880.0, 9918.0, 9884.0, 9925.0, 9897.0, 9963.0, 9923.0, 9911.0, 9923.0, 9904.0, 9924.0, 9938.0, 9958.0, 9924.0, 9932.0, 9935.0, 9993.0, 9953.0, 10011.0, 9949.0, 9935.0, 9905.0, 9926.0, 9912.0, 9983.0, 9946.0, 9991.0, 9989.0, 9945.0, 9984.0, 9925.0, 9992.0, 9908.0, 9947.0, 9899.0, 9940.0, 9907.0, 9978.0, 9915.0, 10006.0, 9985.0, 9965.0, 9951.0, 9941.0, 9977.0, 9902.0, 9940.0, 9933.0, 9904.0, 9912.0, 9893.0, 9931.0, 9893.0, 9947.0, 9902.0, 9924.0, 9895.0, 9956.0, 9930.0, 9924.0, 9966.0, 9923.0, 9929.0, 9876.0, 9940.0, 9870.0, 9908.0, 9927.0, 9917.0, 9932.0, 9876.0, 9930.0, 9875.0, 9893.0, 9926.0, 9896.0, 9922.0, 9876.0, 9894.0, 9875.0, 9912.0, 9918.0, 9900.0, 9913.0, 9901.0, 9920.0, 9887.0, 9924.0, 9928.0, 9927.0, 9940.0, 9921.0, 9964.0, 9930.0, 9949.0, 9956.0, 9948.0, 9975.0, 9909.0, 9914.0, 9927.0, 9897.0, 9933.0, 9911.0, 9941.0, 9941.0, 9905.0, 9947.0, 9868.0, 9911.0, 9936.0, 9910.0, 9918.0, 9912.0, 9921.0, 9913.0, 9960.0, 9912.0, 9911.0, 9894.0, 9927.0, 9946.0, 9938.0, 9954.0, 9920.0, 9924.0, 9888.0, 9907.0, 9937.0, 9892.0, 9941.0, 9893.0, 9893.0, 9936.0, 9874.0, 9901.0, 9866.0, 9891.0, 9921.0, 9888.0, 9897.0, 9891.0, 9928.0, 9918.0, 9930.0, 9897.0, 9964.0, 9926.0, 9944.0, 9953.0, 9927.0, 9935.0, 9894.0, 9927.0, 9892.0, 9941.0, 9953.0, 9941.0, 9935.0, 9927.0, 9942.0, 9916.0, 9934.0, 9939.0, 9921.0, 9923.0, 9885.0, 9909.0, 9869.0, 9902.0, 9910.0, 9906.0, 9945.0, 9905.0, 9926.0, 9893.0, 9897.0, 9893.0, 9941.0, 9890.0, 9891.0, 9910.0, 9894.0, 9930.0, 9907.0, 9950.0, 9889.0, 9903.0, 9877.0, 9906.0, 9902.0, 9926.0, 9928.0, 9920.0, 9926.0, 9892.0, 9918.0, 9904.0, 9904.0, 9867.0, 9904.0, 9919.0, 9917.0, 9950.0, 9920.0, 9918.0, 9893.0, 9930.0, 9893.0, 9963.0, 9935.0, 9908.0, 9894.0, 9889.0, 9922.0, 9886.0, 9912.0, 9893.0, 9943.0, 9887.0, 9904.0, 9880.0, 9893.0, 9939.0, 9914.0, 9936.0, 9889.0, 9909.0, 9866.0, 9896.0, 9890.0, 9913.0, 9919.0, 9911.0, 9902.0, 9881.0, 9903.0, 9865.0, 9908.0, 9905.0, 9896.0, 9865.0, 9888.0, 9895.0, 9893.0, 9927.0, 9914.0, 9919.0, 9901.0, 9895.0, 9890.0, 9903.0, 9898.0, 9929.0, 9905.0, 9913.0, 9929.0, 9912.0, 9925.0, 9921.0, 9955.0, 9894.0, 9923.0, 9925.0, 9909.0, 9929.0, 9910.0, 9938.0, 9903.0, 9906.0, 9895.0, 9893.0, 9925.0, 9918.0, 9947.0, 9884.0, 9889.0, 9906.0, 9887.0, 9914.0, 9893.0, 9919.0, 9878.0, 9915.0, 9918.0, 9919.0, 9928.0, 9901.0, 9931.0, 9903.0, 9963.0, 9927.0, 9954.0, 9958.0, 9934.0, 9939.0, 9918.0, 9945.0, 9914.0, 9932.0, 9952.0, 9941.0, 9948.0, 9924.0, 9939.0, 9916.0, 9969.0, 9916.0, 9936.0, 9919.0, 9899.0, 9922.0, 9901.0, 9910.0, 9882.0, 9910.0, 9860.0, 9900.0, 9938.0, 9910.0, 9921.0, 9888.0, 9895.0, 9886.0, 9946.0, 9905.0, 9892.0, 9871.0, 9908.0, 9926.0, 9904.0, 9935.0, 9901.0, 9891.0, 9867.0, 9892.0, 9912.0, 9888.0, 9925.0, 9922.0, 9886.0, 9892.0, 9865.0, 9905.0, 9909.0, 9891.0, 9926.0, 9898.0, 9930.0, 9927.0, 9964.0, 9923.0, 9964.0, 9923.0, 9972.0, 9965.0, 9926.0, 9962.0, 9933.0, 9906.0, 9927.0, 9893.0, 9922.0, 9909.0, 9947.0, 9945.0, 9922.0, 9945.0, 9893.0, 9923.0, 9897.0, 9913.0, 9928.0, 9915.0, 9916.0, 9875.0, 9893.0, 9928.0, 9895.0, 9926.0, 9907.0, 9922.0, 9913.0, 9947.0, 9913.0, 9929.0, 9898.0, 9945.0, 9946.0, 9923.0, 9939.0, 9921.0, 9911.0, 9890.0, 9918.0, 9939.0, 9936.0, 9961.0, 9908.0, 9894.0, 9920.0, 9892.0, 9918.0, 9906.0, 9909.0, 9890.0, 9913.0, 9933.0, 9912.0, 9927.0, 9914.0, 9924.0, 9890.0, 9917.0, 9930.0, 9949.0, 9971.0, 9939.0, 9919.0, 9909.0, 9965.0, 9907.0, 9961.0, 9949.0, 9933.0, 9922.0, 9873.0, 9900.0, 9923.0, 9911.0, 9906.0, 9881.0, 9910.0, 9911.0, 9862.0, 9907.0, 9884.0, 9860.0, 9881.0, 9883.0, 9896.0, 9864.0, 9891.0, 9927.0, 9893.0, 9886.0, 9894.0, 9923.0, 9895.0, 9934.0, 9922.0, 9944.0, 9947.0, 9918.0, 9945.0, 9921.0, 9961.0, 9922.0, 9900.0, 9941.0, 9895.0, 9907.0, 9885.0, 9908.0, 9946.0, 9905.0, 9914.0, 9874.0, 9912.0, 9936.0, 9920.0, 9912.0, 9893.0, 9905.0, 9917.0, 9943.0, 9920.0, 9922.0, 9889.0, 9910.0, 9951.0, 9920.0, 9927.0, 9867.0, 9889.0, 9905.0, 9918.0, 9940.0, 9915.0, 9910.0, 9883.0, 9910.0, 9880.0, 9915.0, 9920.0, 9915.0, 9916.0, 9881.0, 9908.0, 9901.0, 9914.0, 9880.0, 9885.0, 9863.0, 9883.0, 9921.0, 9889.0, 9898.0, 9880.0, 9882.0, 9864.0, 9889.0, 9941.0, 9908.0, 9917.0, 9891.0, 9887.0, 9869.0, 9892.0, 9928.0, 9911.0, 9921.0, 9891.0, 9920.0, 9872.0, 9907.0, 9939.0, 9897.0, 9921.0, 9908.0, 9912.0, 9914.0, 9911.0, 9925.0, 9878.0, 9919.0, 9921.0, 9902.0, 9926.0, 9899.0, 9962.0, 9941.0, 9938.0, 9907.0, 9983.0, 9961.0, 9939.0, 9975.0, 9926.0, 9953.0, 9881.0, 9955.0, 9949.0, 9934.0, 9945.0, 9900.0, 9917.0, 9867.0, 9924.0, 9949.0, 9933.0, 9924.0, 9922.0, 9931.0, 9929.0, 9932.0, 9901.0, 9927.0, 9883.0, 9901.0, 9910.0, 9921.0, 9939.0, 9925.0, 9906.0, 9880.0, 9893.0, 9864.0, 9909.0, 9860.0, 9881.0, 9881.0, 9880.0, 9914.0, 9897.0, 9909.0, 9892.0, 9890.0, 9860.0, 9876.0, 9863.0, 9885.0, 9907.0, 9902.0, 9887.0, 9887.0, 9897.0, 9882.0, 9909.0, 9888.0, 9887.0, 9897.0, 9895.0, 9914.0, 9893.0, 9921.0, 9913.0, 9930.0, 9897.0, 9915.0, 9904.0, 9915.0, 9958.0, 9940.0, 9959.0, 9935.0, 9943.0, 9914.0, 9943.0, 9923.0, 9936.0, 9983.0, 9945.0, 9935.0, 9895.0, 9927.0, 9920.0, 9919.0, 9935.0, 9921.0, 9922.0, 9874.0, 9914.0, 9938.0, 9912.0, 9911.0, 9901.0, 9936.0, 9942.0, 9954.0, 9961.0, 9941.0, 9960.0, 9942.0, 9979.0, 10001.0, 9962.0, 9936.0, 9893.0, 9929.0, 9923.0, 9922.0, 9934.0, 9905.0, 9931.0, 9898.0, 9906.0, 9944.0, 9929.0, 9919.0, 9887.0, 9931.0, 9907.0, 9933.0, 9887.0, 9916.0, 9884.0, 9907.0, 9921.0, 9923.0, 9946.0, 9931.0, 9910.0, 9885.0, 9913.0, 9882.0, 9870.0, 9903.0, 9883.0, 9920.0, 9901.0, 9914.0, 9902.0, 9896.0, 9888.0, 9914.0, 9868.0, 9905.0, 9919.0, 9886.0, 9912.0, 9902.0, 9885.0, 9871.0, 9893.0, 9910.0, 9905.0, 9930.0, 9919.0, 9896.0, 9888.0, 9912.0, 9889.0, 9935.0, 9874.0, 9891.0, 9871.0, 9909.0, 9933.0, 9935.0, 9951.0, 9912.0, 9917.0, 9895.0, 9936.0, 9920.0, 9950.0, 9897.0, 9912.0, 9926.0, 9940.0, 9975.0, 9942.0, 9920.0, 9891.0, 9906.0, 9906.0, 9892.0, 9919.0, 9895.0, 9903.0, 9897.0, 9921.0, 9894.0, 9949.0, 9945.0, 9932.0, 9919.0, 9919.0, 9967.0, 9932.0, 9940.0, 9946.0, 9956.0, 9915.0, 9955.0, 9925.0, 9939.0, 9930.0, 9919.0, 9937.0, 9898.0, 9923.0, 9886.0, 9926.0, 9863.0, 9867.0, 9898.0, 9877.0, 9901.0, 9897.0, 9909.0, 9863.0, 9877.0, 9857.0, 9885.0, 9921.0, 9887.0, 9918.0, 9890.0, 9899.0, 9892.0, 9922.0, 9896.0, 9919.0, 9889.0, 9922.0, 9910.0, 9895.0, 9945.0, 9914.0, 9898.0, 9874.0, 9908.0, 9895.0, 9886.0, 9914.0, 9864.0, 9884.0, 9913.0, 9867.0, 9899.0, 9875.0, 9885.0, 9890.0, 9915.0, 9934.0, 9901.0, 9956.0, 9896.0, 9896.0, 9892.0, 9911.0, 9913.0, 9908.0, 9939.0, 9899.0, 9913.0, 9892.0, 9921.0, 9937.0, 9949.0, 9942.0, 9937.0, 9936.0, 9902.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.00851598623853211</td></tr>
<tr><td colspan=3>aqi</td><td>0.0265558752293578</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.11638530566017</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3890988648105638</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1139348620780702</td></tr>
<tr><td colspan=3>efc</td><td>0.4593</td></tr>
<tr><td colspan=3>fber</td><td>9450.7129</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10032021628419825</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.275229357798165</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.334884116231405</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2795701274689946</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4577896686744554</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2672925525507654</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128608</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.003609945997595787</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02869880013167858</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.232827632343752</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.6292</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6031</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.7249</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300567.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>665.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.9871</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0375</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.1532</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3747.2926</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3950.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4799.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.1762</td></tr>
<tr><td colspan=3>tsnr</td><td>41.584095732541755</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>