ds005256-mriqc/sub-0039_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 494154b554 [DATALAD RUNCMD] Compute MRIQC for sub-0039
=== 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-0039 --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-0039",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:58:19 +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-0039_ses-01_task-social_acq-mb8_run-03_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-0039_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0039_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_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-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-03_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-0039/ses-01/func/sub-0039_ses-01_task-social_acq-mb8_run-03_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>0389f6c9c5320e126a4935dc62175299</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:18:49.377500</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_VE11C_LATEST_20160120</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.999139, 0.0296882, 0.028968, -0.034367, 0.983547, 0.177355]</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-03_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.1123</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7797, -7162, 627, -54, -248, 24, 67]</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>246.53</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c181ef5a-8345-4798-a7cc-c5703b803b9a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806178092956543, -0.0922040343284607, 0.0627102255821228, 114.46920013427734], [-0.07965133339166641, 2.6387836933135986, 0.48113515973091125, -101.5967788696289], [0.07771901041269302, -0.4758313000202179, 2.6560451984405518, -15.56764030456543], [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': ['171849.377500', '171849.837500', '171850.297500', '171850.757500', '171851.217500', '171851.677500', '171852.137500', '171852.597500', '171853.057500', '171853.517500', '171853.977500', '171854.437500', '171854.897500', '171855.357500', '171855.817500', '171856.277500', '171856.737500', '171857.197500', '171857.657500', '171858.117500', '171858.577500', '171859.037500', '171859.497500', '171859.957500', '171900.417500', '171900.877500', '171901.337500', '171901.797500', '171902.257500', '171902.717500', '171903.177500', '171903.637500', '171904.097500', '171904.557500', '171905.017500', '171905.477500', '171905.937500', '171906.397500', '171906.857500', '171907.317500', '171907.777500', '171908.237500', '171908.697500', '171909.157500', '171909.617500', '171910.077500', '171910.537500', '171910.997500', '171911.457500', '171911.917500', '171912.377500', '171912.837500', '171913.297500', '171913.757500', '171914.217500', '171914.677500', '171915.137500', '171915.597500', '171916.057500', '171916.517500', '171916.977500', '171917.437500', '171917.897500', '171918.357500', '171918.817500', '171919.277500', '171919.737500', '171920.197500', '171920.657500', '171921.117500', '171921.577500', '171922.037500', '171922.497500', '171922.957500', '171923.417500', '171923.877500', '171924.337500', '171924.797500', '171925.257500', '171925.717500', '171926.177500', '171926.637500', '171927.097500', '171927.557500', '171928.017500', '171928.477500', '171928.937500', '171929.397500', '171929.857500', '171930.317500', '171930.777500', '171931.237500', '171931.697500', '171932.157500', '171932.617500', '171933.077500', '171933.537500', '171933.997500', '171934.457500', '171934.917500', '171935.377500', '171935.837500', '171936.297500', '171936.757500', '171937.217500', '171937.677500', '171938.137500', '171938.597500', '171939.057500', '171939.517500', '171939.977500', '171940.437500', '171940.897500', '171941.357500', '171941.817500', '171942.277500', '171942.737500', '171943.197500', '171943.657500', '171944.117500', '171944.577500', '171945.037500', '171945.497500', '171945.957500', '171946.417500', '171946.877500', '171947.337500', '171947.797500', '171948.257500', '171948.717500', '171949.177500', '171949.637500', '171950.097500', '171950.557500', '171951.017500', '171951.477500', '171951.937500', '171952.397500', '171952.857500', '171953.317500', '171953.777500', '171954.237500', '171954.697500', '171955.157500', '171955.617500', '171956.077500', '171956.537500', '171956.997500', '171957.457500', '171957.917500', '171958.377500', '171958.837500', '171959.297500', '171959.757500', '172000.217500', '172000.677500', '172001.137500', '172001.597500', '172002.057500', '172002.517500', '172002.977500', '172003.437500', '172003.897500', '172004.357500', '172004.817500', '172005.277500', '172005.737500', '172006.197500', '172006.657500', '172007.117500', '172007.577500', '172008.037500', '172008.497500', '172008.957500', '172009.417500', '172009.877500', '172010.337500', '172010.797500', '172011.257500', '172011.717500', '172012.177500', '172012.637500', '172013.097500', '172013.557500', '172014.017500', '172014.477500', '172014.937500', '172015.397500', '172015.857500', '172016.317500', '172016.777500', '172017.237500', '172017.697500', '172018.157500', '172018.617500', '172019.077500', '172019.537500', '172019.997500', '172020.457500', '172020.917500', '172021.377500', '172021.837500', '172022.297500', '172022.757500', '172023.217500', '172023.677500', '172024.137500', '172024.597500', '172025.057500', '172025.517500', '172025.977500', '172026.437500', '172026.897500', '172027.357500', '172027.817500', '172028.277500', '172028.737500', '172029.197500', '172029.657500', '172030.117500', '172030.577500', '172031.037500', '172031.497500', '172031.957500', '172032.417500', '172032.877500', '172033.337500', '172033.797500', '172034.257500', '172034.717500', '172035.177500', '172035.637500', '172036.097500', '172036.557500', '172037.017500', '172037.477500', '172037.937500', '172038.397500', '172038.857500', '172039.317500', '172039.777500', '172040.237500', '172040.697500', '172041.157500', '172041.617500', '172042.077500', '172042.537500', '172042.997500', '172043.457500', '172043.917500', '172044.377500', '172044.837500', '172045.297500', '172045.757500', '172046.217500', '172046.677500', '172047.137500', '172047.597500', '172048.057500', '172048.517500', '172048.977500', '172049.437500', '172049.897500', '172050.357500', '172050.817500', '172051.277500', '172051.737500', '172052.197500', '172052.657500', '172053.117500', '172053.577500', '172054.037500', '172054.497500', '172054.957500', '172055.417500', '172055.877500', '172056.337500', '172056.797500', '172057.257500', '172057.717500', '172058.177500', '172058.637500', '172059.097500', '172059.557500', '172100.017500', '172100.477500', '172100.937500', '172101.397500', '172101.857500', '172102.317500', '172102.777500', '172103.237500', '172103.697500', '172104.157500', '172104.617500', '172105.077500', '172105.537500', '172105.997500', '172106.457500', '172106.917500', '172107.377500', '172107.837500', '172108.297500', '172108.757500', '172109.217500', '172109.677500', '172110.137500', '172110.597500', '172111.057500', '172111.517500', '172111.977500', '172112.437500', '172112.897500', '172113.357500', '172113.817500', '172114.277500', '172114.737500', '172115.197500', '172115.657500', '172116.117500', '172116.577500', '172117.037500', '172117.497500', '172117.957500', '172118.417500', '172118.877500', '172119.337500', '172119.797500', '172120.257500', '172120.717500', '172121.177500', '172121.637500', '172122.097500', '172122.557500', '172123.017500', '172123.477500', '172123.937500', '172124.397500', '172124.857500', '172125.317500', '172125.777500', '172126.237500', '172126.697500', '172127.157500', '172127.617500', '172128.077500', '172128.537500', '172128.997500', '172129.457500', '172129.917500', '172130.377500', '172130.837500', '172131.297500', '172131.757500', '172132.217500', '172132.677500', '172133.137500', '172133.597500', '172134.057500', '172134.517500', '172134.977500', '172135.437500', '172135.897500', '172136.357500', '172136.817500', '172137.277500', '172137.737500', '172138.197500', '172138.657500', '172139.117500', '172139.577500', '172140.037500', '172140.497500', '172140.957500', '172141.417500', '172141.877500', '172142.337500', '172142.797500', '172143.257500', '172143.717500', '172144.177500', '172144.637500', '172145.097500', '172145.557500', '172146.017500', '172146.477500', '172146.937500', '172147.397500', '172147.857500', '172148.317500', '172148.777500', '172149.237500', '172149.697500', '172150.157500', '172150.617500', '172151.077500', '172151.537500', '172151.997500', '172152.457500', '172152.917500', '172153.377500', '172153.837500', '172154.297500', '172154.757500', '172155.217500', '172155.677500', '172156.137500', '172156.597500', '172157.057500', '172157.517500', '172157.977500', '172158.437500', '172158.897500', '172159.357500', '172159.817500', '172200.277500', '172200.737500', '172201.197500', '172201.657500', '172202.117500', '172202.577500', '172203.037500', '172203.497500', '172203.957500', '172204.417500', '172204.877500', '172205.337500', '172205.797500', '172206.257500', '172206.717500', '172207.177500', '172207.637500', '172208.097500', '172208.557500', '172209.017500', '172209.477500', '172209.937500', '172210.397500', '172210.857500', '172211.317500', '172211.777500', '172212.237500', '172212.697500', '172213.157500', '172213.617500', '172214.077500', '172214.537500', '172214.997500', '172215.457500', '172215.917500', '172216.377500', '172216.837500', '172217.297500', '172217.757500', '172218.217500', '172218.677500', '172219.137500', '172219.597500', '172220.057500', '172220.517500', '172220.977500', '172221.437500', '172221.897500', '172222.357500', '172222.817500', '172223.277500', '172223.737500', '172224.197500', '172224.657500', '172225.117500', '172225.577500', '172226.037500', '172226.497500', '172226.957500', '172227.417500', '172227.877500', '172228.337500', '172228.797500', '172229.257500', '172229.717500', '172230.177500', '172230.637500', '172231.097500', '172231.557500', '172232.017500', '172232.477500', '172232.937500', '172233.397500', '172233.857500', '172234.317500', '172234.777500', '172235.237500', '172235.697500', '172236.157500', '172236.617500', '172237.077500', '172237.537500', '172237.997500', '172238.457500', '172238.917500', '172239.377500', '172239.837500', '172240.297500', '172240.757500', '172241.217500', '172241.677500', '172242.137500', '172242.597500', '172243.057500', '172243.517500', '172243.977500', '172244.437500', '172244.897500', '172245.357500', '172245.817500', '172246.277500', '172246.737500', '172247.197500', '172247.657500', '172248.117500', '172248.577500', '172249.037500', '172249.497500', '172249.957500', '172250.417500', '172250.877500', '172251.337500', '172251.797500', '172252.257500', '172252.717500', '172253.177500', '172253.637500', '172254.097500', '172254.557500', '172255.017500', '172255.477500', '172255.937500', '172256.397500', '172256.857500', '172257.317500', '172257.777500', '172258.237500', '172258.697500', '172259.157500', '172259.617500', '172300.077500', '172300.537500', '172300.997500', '172301.457500', '172301.917500', '172302.377500', '172302.837500', '172303.297500', '172303.757500', '172304.217500', '172304.677500', '172305.137500', '172305.597500', '172306.057500', '172306.517500', '172306.977500', '172307.437500', '172307.897500', '172308.357500', '172308.817500', '172309.277500', '172309.737500', '172310.197500', '172310.657500', '172311.117500', '172311.577500', '172312.037500', '172312.497500', '172312.957500', '172313.417500', '172313.877500', '172314.337500', '172314.797500', '172315.257500', '172315.717500', '172316.177500', '172316.637500', '172317.097500', '172317.557500', '172318.017500', '172318.477500', '172318.937500', '172319.397500', '172319.857500', '172320.317500', '172320.777500', '172321.237500', '172321.697500', '172322.157500', '172322.617500', '172323.077500', '172323.537500', '172323.997500', '172324.457500', '172324.917500', '172325.377500', '172325.837500', '172326.297500', '172326.757500', '172327.217500', '172327.677500', '172328.137500', '172328.597500', '172329.057500', '172329.517500', '172329.977500', '172330.437500', '172330.897500', '172331.357500', '172331.817500', '172332.277500', '172332.737500', '172333.197500', '172333.657500', '172334.117500', '172334.577500', '172335.037500', '172335.497500', '172335.957500', '172336.417500', '172336.877500', '172337.337500', '172337.797500', '172338.257500', '172338.717500', '172339.177500', '172339.637500', '172340.097500', '172340.557500', '172341.017500', '172341.477500', '172341.937500', '172342.397500', '172342.857500', '172343.317500', '172343.777500', '172344.237500', '172344.697500', '172345.157500', '172345.617500', '172346.077500', '172346.537500', '172346.997500', '172347.457500', '172347.917500', '172348.377500', '172348.837500', '172349.297500', '172349.757500', '172350.217500', '172350.677500', '172351.137500', '172351.597500', '172352.057500', '172352.517500', '172352.977500', '172353.437500', '172353.897500', '172354.357500', '172354.817500', '172355.277500', '172355.737500', '172356.197500', '172356.657500', '172357.117500', '172357.577500', '172358.037500', '172358.497500', '172358.957500', '172359.417500', '172359.877500', '172400.337500', '172400.797500', '172401.257500', '172401.717500', '172402.177500', '172402.637500', '172403.097500', '172403.557500', '172404.017500', '172404.477500', '172404.937500', '172405.397500', '172405.857500', '172406.317500', '172406.777500', '172407.237500', '172407.697500', '172408.157500', '172408.617500', '172409.077500', '172409.537500', '172409.997500', '172410.457500', '172410.917500', '172411.377500', '172411.837500', '172412.297500', '172412.757500', '172413.217500', '172413.677500', '172414.137500', '172414.597500', '172415.057500', '172415.517500', '172415.977500', '172416.437500', '172416.897500', '172417.357500', '172417.817500', '172418.277500', '172418.737500', '172419.197500', '172419.657500', '172420.117500', '172420.577500', '172421.037500', '172421.497500', '172421.957500', '172422.417500', '172422.877500', '172423.337500', '172423.797500', '172424.257500', '172424.717500', '172425.177500', '172425.637500', '172426.097500', '172426.557500', '172427.017500', '172427.477500', '172427.937500', '172428.397500', '172428.857500', '172429.317500', '172429.777500', '172430.237500', '172430.697500', '172431.157500', '172431.617500', '172432.077500', '172432.537500', '172432.997500', '172433.457500', '172433.917500', '172434.377500', '172434.837500', '172435.297500', '172435.757500', '172436.217500', '172436.677500', '172437.137500', '172437.597500', '172438.057500', '172438.517500', '172438.977500', '172439.437500', '172439.897500', '172440.357500', '172440.817500', '172441.277500', '172441.737500', '172442.197500', '172442.657500', '172443.117500', '172443.577500', '172444.037500', '172444.497500', '172444.957500', '172445.417500', '172445.877500', '172446.337500', '172446.797500', '172447.257500', '172447.717500', '172448.177500', '172448.637500', '172449.097500', '172449.557500', '172450.017500', '172450.477500', '172450.937500', '172451.397500', '172451.857500', '172452.317500', '172452.777500', '172453.237500', '172453.697500', '172454.157500', '172454.617500', '172455.077500', '172455.537500', '172455.997500', '172456.457500', '172456.917500', '172457.377500', '172457.837500', '172458.297500', '172458.757500', '172459.217500', '172459.677500', '172500.137500', '172500.597500', '172501.057500', '172501.517500', '172501.977500', '172502.437500', '172502.897500', '172503.357500', '172503.817500', '172504.277500', '172504.737500', '172505.197500', '172505.657500', '172506.117500', '172506.577500', '172507.037500', '172507.497500', '172507.957500', '172508.417500', '172508.877500', '172509.337500', '172509.797500', '172510.257500', '172510.717500', '172511.177500', '172511.637500', '172512.097500', '172512.557500', '172513.017500', '172513.477500', '172513.937500', '172514.397500', '172514.857500', '172515.317500', '172515.777500', '172516.237500', '172516.697500', '172517.157500', '172517.617500', '172518.077500', '172518.537500', '172518.997500', '172519.457500', '172519.917500', '172520.377500', '172520.837500', '172521.297500', '172521.757500', '172522.217500', '172522.677500', '172523.137500', '172523.597500', '172524.057500', '172524.517500', '172524.977500', '172525.437500', '172525.897500', '172526.357500', '172526.817500', '172527.277500', '172527.737500', '172528.197500', '172528.657500', '172529.117500', '172529.577500', '172530.037500'], 'ContentTime': ['171906.144000', '171906.147000', '171906.150000', '171906.153000', '171906.156000', '171906.159000', '171906.162000', '171906.164000', '171906.174000', '171906.177000', '171906.179000', '171906.182000', '171906.185000', '171906.188000', '171906.191000', '171906.194000', '171906.197000', '171906.200000', '171906.202000', '171906.205000', '171906.208000', '171906.211000', '171906.214000', '171906.217000', '171906.220000', '171906.223000', '171906.225000', '171906.228000', '171906.231000', '171906.234000', '171906.237000', '171906.246000', '171906.249000', '171906.252000', '171926.101000', '171926.104000', '171926.107000', '171926.113000', '171926.116000', '171926.119000', '171926.122000', '171926.125000', '171926.127000', '171926.130000', '171926.133000', '171926.136000', '171926.139000', '171926.141000', '171926.144000', '171926.147000', '171926.150000', '171926.153000', '171926.156000', '171926.158000', '171926.161000', '171926.164000', '171926.167000', '171926.170000', '171926.173000', '171926.176000', '171926.179000', '171926.181000', '171926.184000', '171926.187000', '171926.190000', '171926.193000', '171926.196000', '171926.199000', '171926.202000', '171926.205000', '171926.208000', '171926.211000', '171926.213000', '171926.216000', '171926.219000', '171926.222000', '171926.225000', '171946.101000', '171946.104000', '171946.107000', '171946.110000', '171946.112000', '171946.115000', '171946.134000', '171946.137000', '171946.139000', '171946.142000', '171946.145000', '171946.148000', '171946.151000', '171946.154000', '171946.157000', '171946.160000', '171946.162000', '171946.165000', '171946.168000', '171946.171000', '171946.174000', '171946.177000', '171946.180000', '171946.183000', '171946.185000', '171946.188000', '171946.191000', '171946.194000', '171946.197000', '171946.200000', '171946.203000', '171946.205000', '171946.208000', '171946.211000', '171946.214000', '171946.217000', '171946.220000', '171946.223000', '171946.225000', '171946.228000', '171946.234000', '171946.237000', '171946.240000', '171946.243000', '172006.101000', '172006.104000', '172006.107000', '172006.110000', '172006.112000', '172006.115000', '172006.118000', '172006.121000', '172006.124000', '172006.127000', '172006.130000', '172006.132000', '172006.135000', '172006.138000', '172006.141000', '172006.144000', '172006.148000', '172006.151000', '172006.154000', '172006.157000', '172006.160000', '172006.163000', '172006.165000', '172006.168000', '172006.171000', '172006.174000', '172006.177000', '172006.180000', '172006.183000', '172006.186000', '172006.188000', '172006.191000', '172006.194000', '172006.197000', '172006.200000', '172006.203000', '172006.206000', '172006.209000', '172006.211000', '172006.214000', '172006.218000', '172006.223000', '172006.226000', '172026.101000', '172026.104000', '172026.107000', '172026.110000', '172026.114000', '172026.117000', '172026.119000', '172026.122000', '172026.125000', '172026.128000', '172026.131000', '172026.134000', '172026.136000', '172026.139000', '172026.142000', '172026.145000', '172026.148000', '172026.151000', '172026.153000', '172026.156000', '172026.159000', '172026.162000', '172026.165000', '172026.168000', '172026.171000', '172026.174000', '172026.176000', '172026.179000', '172026.182000', '172026.185000', '172026.188000', '172026.191000', '172026.194000', '172026.197000', '172026.199000', '172026.202000', '172026.205000', '172026.208000', '172026.211000', '172026.214000', '172026.216000', '172026.219000', '172026.222000', '172026.225000', '172046.101000', '172046.104000', '172046.107000', '172046.110000', '172046.113000', '172046.116000', '172046.119000', '172046.122000', '172046.125000', '172046.127000', '172046.130000', '172046.133000', '172046.136000', '172046.139000', '172046.142000', '172046.145000', '172046.147000', '172046.150000', '172046.153000', '172046.156000', '172046.159000', '172046.162000', '172046.165000', '172046.168000', '172046.171000', '172046.174000', '172046.195000', '172046.198000', '172046.201000', '172046.204000', '172046.207000', '172046.210000', '172046.213000', '172046.215000', '172046.218000', '172046.221000', '172046.224000', '172046.227000', '172046.230000', '172046.234000', '172046.238000', '172046.241000', '172046.244000', '172106.101000', '172106.104000', '172106.107000', '172106.110000', '172106.113000', '172106.116000', '172106.119000', '172106.121000', '172106.124000', '172106.127000', '172106.130000', '172106.133000', '172106.136000', '172106.139000', '172106.142000', '172106.145000', '172106.147000', '172106.150000', '172106.153000', '172106.156000', '172106.159000', '172106.162000', '172106.165000', '172106.168000', '172106.171000', '172106.174000', '172106.194000', '172106.197000', '172106.200000', '172106.203000', '172106.206000', '172106.209000', '172106.211000', '172106.214000', '172106.217000', '172106.220000', '172106.223000', '172106.226000', '172106.229000', '172106.231000', '172106.234000', '172106.237000', '172106.240000', '172106.243000', '172126.101000', '172126.104000', '172126.126000', '172126.129000', '172126.132000', '172126.135000', '172126.138000', '172126.141000', '172126.144000', '172126.146000', '172126.149000', '172126.152000', '172126.155000', '172126.158000', '172126.161000', '172126.164000', '172126.167000', '172126.169000', '172126.172000', '172126.175000', '172126.178000', '172126.181000', '172126.185000', '172126.188000', '172126.191000', '172126.194000', '172126.197000', '172126.200000', '172126.203000', '172126.206000', '172126.209000', '172126.211000', '172126.214000', '172126.217000', '172126.220000', '172126.223000', '172126.226000', '172126.229000', '172126.231000', '172126.234000', '172126.238000', '172126.243000', '172126.247000', '172146.101000', '172146.104000', '172146.107000', '172146.110000', '172146.112000', '172146.115000', '172146.118000', '172146.121000', '172146.124000', '172146.127000', '172146.130000', '172146.133000', '172146.136000', '172146.138000', '172146.141000', '172146.144000', '172146.147000', '172146.150000', '172146.153000', '172146.156000', '172146.159000', '172146.162000', '172146.165000', '172146.168000', '172146.170000', '172146.173000', '172146.204000', '172146.206000', '172146.209000', '172146.212000', '172146.215000', '172146.218000', '172146.221000', '172146.224000', '172146.227000', '172146.230000', '172146.233000', '172146.235000', '172146.238000', '172146.241000', '172146.244000', '172146.247000', '172146.250000', '172146.253000', '172206.101000', '172206.104000', '172206.107000', '172206.110000', '172206.112000', '172206.115000', '172206.118000', '172206.121000', '172206.124000', '172206.127000', '172206.130000', '172206.133000', '172206.136000', '172206.139000', '172206.142000', '172206.145000', '172206.148000', '172206.151000', '172206.153000', '172206.156000', '172206.159000', '172206.162000', '172206.165000', '172206.168000', '172206.171000', '172206.201000', '172206.204000', '172206.207000', '172206.210000', '172206.213000', '172206.215000', '172206.218000', '172206.221000', '172206.224000', '172206.227000', '172206.230000', '172206.233000', '172206.236000', '172206.238000', '172206.241000', '172206.244000', '172206.247000', '172206.250000', '172226.101000', '172226.104000', '172226.107000', '172226.110000', '172226.113000', '172226.115000', '172226.118000', '172226.121000', '172226.124000', '172226.127000', '172226.130000', '172226.133000', '172226.135000', '172226.138000', '172226.141000', '172226.144000', '172226.147000', '172226.150000', '172226.153000', '172226.156000', '172226.158000', '172226.161000', '172226.164000', '172226.167000', '172226.170000', '172226.173000', '172226.214000', '172226.217000', '172226.220000', '172226.222000', '172226.225000', '172226.228000', '172226.231000', '172226.234000', '172226.237000', '172226.240000', '172226.242000', '172226.245000', '172226.248000', '172226.251000', '172226.254000', '172226.257000', '172226.260000', '172226.263000', '172246.101000', '172246.104000', '172246.107000', '172246.110000', '172246.113000', '172246.116000', '172246.118000', '172246.121000', '172246.124000', '172246.127000', '172246.130000', '172246.133000', '172246.136000', '172246.139000', '172246.142000', '172246.145000', '172246.148000', '172246.151000', '172246.154000', '172246.157000', '172246.160000', '172246.162000', '172246.165000', '172246.168000', '172246.171000', '172246.174000', '172246.229000', '172246.232000', '172246.235000', '172246.238000', '172246.241000', '172246.244000', '172246.247000', '172246.250000', '172246.252000', '172246.255000', '172246.258000', '172246.261000', '172246.264000', '172246.267000', '172246.270000', '172246.283000', '172246.287000', '172306.101000', '172306.104000', '172306.107000', '172306.110000', '172306.113000', '172306.115000', '172306.118000', '172306.121000', '172306.124000', '172306.127000', '172306.130000', '172306.133000', '172306.136000', '172306.139000', '172306.142000', '172306.145000', '172306.148000', '172306.150000', '172306.153000', '172306.156000', '172306.159000', '172306.162000', '172306.165000', '172306.168000', '172306.170000', '172306.173000', '172306.224000', '172306.226000', '172306.229000', '172306.232000', '172306.235000', '172306.238000', '172306.241000', '172306.244000', '172306.247000', '172306.250000', '172306.252000', '172306.255000', '172306.258000', '172306.261000', '172306.264000', '172306.267000', '172306.270000', '172306.273000', '172326.101000', '172326.104000', '172326.107000', '172326.110000', '172326.113000', '172326.116000', '172326.118000', '172326.121000', '172326.124000', '172326.127000', '172326.130000', '172326.133000', '172326.136000', '172326.139000', '172326.142000', '172326.145000', '172326.147000', '172326.150000', '172326.153000', '172326.156000', '172326.159000', '172326.162000', '172326.165000', '172326.167000', '172326.170000', '172326.173000', '172326.233000', '172326.236000', '172326.238000', '172326.241000', '172326.244000', '172326.247000', '172326.250000', '172326.253000', '172326.256000', '172326.259000', '172326.261000', '172326.264000', '172326.267000', '172326.270000', '172326.273000', '172326.276000', '172326.279000', '172346.101000', '172346.104000', '172346.107000', '172346.110000', '172346.113000', '172346.115000', '172346.118000', '172346.121000', '172346.124000', '172346.127000', '172346.130000', '172346.133000', '172346.136000', '172346.139000', '172346.142000', '172346.144000', '172346.147000', '172346.150000', '172346.153000', '172346.156000', '172346.159000', '172346.162000', '172346.165000', '172346.168000', '172346.171000', '172346.174000', '172346.177000', '172346.179000', '172346.182000', '172346.185000', '172346.188000', '172346.191000', '172346.194000', '172346.197000', '172346.199000', '172346.202000', '172346.205000', '172346.208000', '172346.211000', '172346.214000', '172346.217000', '172346.219000', '172346.222000', '172346.225000', '172406.101000', '172406.104000', '172406.107000', '172406.110000', '172406.113000', '172406.116000', '172406.118000', '172406.121000', '172406.124000', '172406.127000', '172406.130000', '172406.133000', '172406.136000', '172406.139000', '172406.141000', '172406.144000', '172406.147000', '172406.150000', '172406.153000', '172406.156000', '172406.159000', '172406.162000', '172406.165000', '172406.168000', '172406.171000', '172406.174000', '172406.176000', '172406.179000', '172406.182000', '172406.185000', '172406.188000', '172406.191000', '172406.194000', '172406.196000', '172406.199000', '172406.202000', '172406.205000', '172406.208000', '172406.211000', '172406.214000', '172406.217000', '172406.220000', '172406.223000', '172426.101000', '172426.106000', '172426.109000', '172426.112000', '172426.115000', '172426.118000', '172426.121000', '172426.123000', '172426.134000', '172426.137000', '172426.140000', '172426.143000', '172426.146000', '172426.148000', '172426.151000', '172426.154000', '172426.157000', '172426.160000', '172426.163000', '172426.166000', '172426.169000', '172426.172000', '172426.175000', '172426.178000', '172426.181000', '172426.184000', '172426.186000', '172426.189000', '172426.192000', '172426.195000', '172426.198000', '172426.201000', '172426.204000', '172426.207000', '172426.210000', '172426.213000', '172426.215000', '172426.218000', '172426.221000', '172426.224000', '172426.227000', '172426.230000', '172426.233000', '172446.101000', '172446.104000', '172446.107000', '172446.110000', '172446.113000', '172446.115000', '172446.118000', '172446.121000', '172446.124000', '172446.127000', '172446.130000', '172446.133000', '172446.136000', '172446.138000', '172446.141000', '172446.144000', '172446.147000', '172446.150000', '172446.153000', '172446.156000', '172446.159000', '172446.161000', '172446.164000', '172446.167000', '172446.170000', '172446.173000', '172446.176000', '172446.179000', '172446.182000', '172446.185000', '172446.188000', '172446.190000', '172446.193000', '172446.196000', '172446.199000', '172446.202000', '172446.205000', '172446.208000', '172446.211000', '172446.214000', '172446.216000', '172446.219000', '172446.222000', '172446.226000', '172506.101000', '172506.104000', '172506.107000', '172506.110000', '172506.113000', '172506.116000', '172506.119000', '172506.122000', '172506.127000', '172506.131000', '172506.134000', '172506.136000', '172506.139000', '172506.142000', '172506.145000', '172506.148000', '172506.151000', '172506.153000', '172506.156000', '172506.159000', '172506.162000', '172506.165000', '172506.168000', '172506.171000', '172506.174000', '172506.177000', '172506.180000', '172506.182000', '172506.185000', '172506.188000', '172506.191000', '172506.194000', '172506.197000', '172506.200000', '172506.203000', '172506.206000', '172506.208000', '172506.211000', '172506.214000', '172506.217000', '172506.220000', '172506.223000', '172506.225000', '172526.101000', '172526.104000', '172526.107000', '172526.110000', '172526.113000', '172526.115000', '172526.118000', '172526.121000', '172526.124000', '172526.127000', '172526.130000', '172526.133000', '172526.136000', '172526.139000', '172526.141000', '172526.144000', '172526.147000', '172526.150000', '172526.153000', '172526.156000', '172526.159000', '172526.162000', '172526.164000', '172526.167000', '172526.170000', '172526.173000', '172526.176000', '172526.179000', '172526.182000', '172526.184000', '172526.187000', '172526.190000', '172526.193000', '172526.196000', '172526.199000', '172526.202000', '172526.205000', '172526.208000', '172526.211000', '172526.214000', '172526.216000', '172526.219000', '172526.222000', '172526.225000', '172531.481000', '172531.485000', '172531.488000', '172531.491000', '172531.494000', '172531.497000', '172531.501000', '172531.504000', '172531.507000', '172531.510000', '172531.513000', '172531.516000'], 'InstanceCreationTime': ['171906.144000', '171906.147000', '171906.150000', '171906.153000', '171906.156000', '171906.159000', '171906.162000', '171906.164000', '171906.174000', '171906.177000', '171906.179000', '171906.182000', '171906.185000', '171906.188000', '171906.191000', '171906.194000', '171906.197000', '171906.200000', '171906.202000', '171906.205000', '171906.208000', '171906.211000', '171906.214000', '171906.217000', '171906.220000', '171906.223000', '171906.225000', '171906.228000', '171906.231000', '171906.234000', '171906.237000', '171906.246000', '171906.249000', '171906.252000', '171926.101000', '171926.104000', '171926.107000', '171926.113000', '171926.116000', '171926.119000', '171926.122000', '171926.125000', '171926.127000', '171926.130000', '171926.133000', '171926.136000', '171926.139000', '171926.141000', '171926.144000', '171926.147000', '171926.150000', '171926.153000', '171926.156000', '171926.158000', '171926.161000', '171926.164000', '171926.167000', '171926.170000', '171926.173000', '171926.176000', '171926.179000', '171926.181000', '171926.184000', '171926.187000', '171926.190000', '171926.193000', '171926.196000', '171926.199000', '171926.202000', '171926.205000', '171926.208000', '171926.211000', '171926.213000', '171926.216000', '171926.219000', '171926.222000', '171926.225000', '171946.101000', '171946.104000', '171946.107000', '171946.110000', '171946.112000', '171946.115000', '171946.134000', '171946.137000', '171946.139000', '171946.142000', '171946.145000', '171946.148000', '171946.151000', '171946.154000', '171946.157000', '171946.160000', '171946.162000', '171946.165000', '171946.168000', '171946.171000', '171946.174000', '171946.177000', '171946.180000', '171946.183000', '171946.185000', '171946.188000', '171946.191000', '171946.194000', '171946.197000', '171946.200000', '171946.203000', '171946.205000', '171946.208000', '171946.211000', '171946.214000', '171946.217000', '171946.220000', '171946.223000', '171946.225000', '171946.228000', '171946.234000', '171946.237000', '171946.240000', '171946.243000', '172006.101000', '172006.104000', '172006.107000', '172006.110000', '172006.112000', '172006.115000', '172006.118000', '172006.121000', '172006.124000', '172006.127000', '172006.130000', '172006.132000', '172006.135000', '172006.138000', '172006.141000', '172006.144000', '172006.148000', '172006.151000', '172006.154000', '172006.157000', '172006.160000', '172006.163000', '172006.165000', '172006.168000', '172006.171000', '172006.174000', '172006.177000', '172006.180000', '172006.183000', '172006.186000', '172006.188000', '172006.191000', '172006.194000', '172006.197000', '172006.200000', '172006.203000', '172006.206000', '172006.209000', '172006.211000', '172006.214000', '172006.218000', '172006.223000', '172006.226000', '172026.101000', '172026.104000', '172026.107000', '172026.110000', '172026.114000', '172026.117000', '172026.119000', '172026.122000', '172026.125000', '172026.128000', '172026.131000', '172026.134000', '172026.136000', '172026.139000', '172026.142000', '172026.145000', '172026.148000', '172026.151000', '172026.153000', '172026.156000', '172026.159000', '172026.162000', '172026.165000', '172026.168000', '172026.171000', '172026.174000', '172026.176000', '172026.179000', '172026.182000', '172026.185000', '172026.188000', '172026.191000', '172026.194000', '172026.197000', '172026.199000', '172026.202000', '172026.205000', '172026.208000', '172026.211000', '172026.214000', '172026.216000', '172026.219000', '172026.222000', '172026.225000', '172046.101000', '172046.104000', '172046.107000', '172046.110000', '172046.113000', '172046.116000', '172046.119000', '172046.122000', '172046.125000', '172046.127000', '172046.130000', '172046.133000', '172046.136000', '172046.139000', '172046.142000', '172046.145000', '172046.147000', '172046.150000', '172046.153000', '172046.156000', '172046.159000', '172046.162000', '172046.165000', '172046.168000', '172046.171000', '172046.174000', '172046.195000', '172046.198000', '172046.201000', '172046.204000', '172046.207000', '172046.210000', '172046.213000', '172046.215000', '172046.218000', '172046.221000', '172046.224000', '172046.227000', '172046.230000', '172046.234000', '172046.238000', '172046.241000', '172046.244000', '172106.101000', '172106.104000', '172106.107000', '172106.110000', '172106.113000', '172106.116000', '172106.119000', '172106.121000', '172106.124000', '172106.127000', '172106.130000', '172106.133000', '172106.136000', '172106.139000', '172106.142000', '172106.145000', '172106.147000', '172106.150000', '172106.153000', '172106.156000', '172106.159000', '172106.162000', '172106.165000', '172106.168000', '172106.171000', '172106.174000', '172106.194000', '172106.197000', '172106.200000', '172106.203000', '172106.206000', '172106.209000', '172106.211000', '172106.214000', '172106.217000', '172106.220000', '172106.223000', '172106.226000', '172106.229000', '172106.231000', '172106.234000', '172106.237000', '172106.240000', '172106.243000', '172126.101000', '172126.104000', '172126.126000', '172126.129000', '172126.132000', '172126.135000', '172126.138000', '172126.141000', '172126.144000', '172126.146000', '172126.149000', '172126.152000', '172126.155000', '172126.158000', '172126.161000', '172126.164000', '172126.167000', '172126.169000', '172126.172000', '172126.175000', '172126.178000', '172126.181000', '172126.185000', '172126.188000', '172126.191000', '172126.194000', '172126.197000', '172126.200000', '172126.203000', '172126.206000', '172126.209000', '172126.211000', '172126.214000', '172126.217000', '172126.220000', '172126.223000', '172126.226000', '172126.229000', '172126.231000', '172126.234000', '172126.238000', '172126.243000', '172126.247000', '172146.101000', '172146.104000', '172146.107000', '172146.110000', '172146.112000', '172146.115000', '172146.118000', '172146.121000', '172146.124000', '172146.127000', '172146.130000', '172146.133000', '172146.136000', '172146.138000', '172146.141000', '172146.144000', '172146.147000', '172146.150000', '172146.153000', '172146.156000', '172146.159000', '172146.162000', '172146.165000', '172146.168000', '172146.170000', '172146.173000', '172146.204000', '172146.206000', '172146.209000', '172146.212000', '172146.215000', '172146.218000', '172146.221000', '172146.224000', '172146.227000', '172146.230000', '172146.233000', '172146.235000', '172146.238000', '172146.241000', '172146.244000', '172146.247000', '172146.250000', '172146.253000', '172206.101000', '172206.104000', '172206.107000', '172206.110000', '172206.112000', '172206.115000', '172206.118000', '172206.121000', '172206.124000', '172206.127000', '172206.130000', '172206.133000', '172206.136000', '172206.139000', '172206.142000', '172206.145000', '172206.148000', '172206.151000', '172206.153000', '172206.156000', '172206.159000', '172206.162000', '172206.165000', '172206.168000', '172206.171000', '172206.201000', '172206.204000', '172206.207000', '172206.210000', '172206.213000', '172206.215000', '172206.218000', '172206.221000', '172206.224000', '172206.227000', '172206.230000', '172206.233000', '172206.236000', '172206.238000', '172206.241000', '172206.244000', '172206.247000', '172206.250000', '172226.101000', '172226.104000', '172226.107000', '172226.110000', '172226.113000', '172226.115000', '172226.118000', '172226.121000', '172226.124000', '172226.127000', '172226.130000', '172226.133000', '172226.135000', '172226.138000', '172226.141000', '172226.144000', '172226.147000', '172226.150000', '172226.153000', '172226.156000', '172226.158000', '172226.161000', '172226.164000', '172226.167000', '172226.170000', '172226.173000', '172226.214000', '172226.217000', '172226.220000', '172226.222000', '172226.225000', '172226.228000', '172226.231000', '172226.234000', '172226.237000', '172226.240000', '172226.242000', '172226.245000', '172226.248000', '172226.251000', '172226.254000', '172226.257000', '172226.260000', '172226.263000', '172246.101000', '172246.104000', '172246.107000', '172246.110000', '172246.113000', '172246.116000', '172246.118000', '172246.121000', '172246.124000', '172246.127000', '172246.130000', '172246.133000', '172246.136000', '172246.139000', '172246.142000', '172246.145000', '172246.148000', '172246.151000', '172246.154000', '172246.157000', '172246.160000', '172246.162000', '172246.165000', '172246.168000', '172246.171000', '172246.174000', '172246.229000', '172246.232000', '172246.235000', '172246.238000', '172246.241000', '172246.244000', '172246.247000', '172246.250000', '172246.252000', '172246.255000', '172246.258000', '172246.261000', '172246.264000', '172246.267000', '172246.270000', '172246.283000', '172246.287000', '172306.101000', '172306.104000', '172306.107000', '172306.110000', '172306.113000', '172306.115000', '172306.118000', '172306.121000', '172306.124000', '172306.127000', '172306.130000', '172306.133000', '172306.136000', '172306.139000', '172306.142000', '172306.145000', '172306.148000', '172306.150000', '172306.153000', '172306.156000', '172306.159000', '172306.162000', '172306.165000', '172306.168000', '172306.170000', '172306.173000', '172306.224000', '172306.226000', '172306.229000', '172306.232000', '172306.235000', '172306.238000', '172306.241000', '172306.244000', '172306.247000', '172306.250000', '172306.252000', '172306.255000', '172306.258000', '172306.261000', '172306.264000', '172306.267000', '172306.270000', '172306.273000', '172326.101000', '172326.104000', '172326.107000', '172326.110000', '172326.113000', '172326.116000', '172326.118000', '172326.121000', '172326.124000', '172326.127000', '172326.130000', '172326.133000', '172326.136000', '172326.139000', '172326.142000', '172326.145000', '172326.147000', '172326.150000', '172326.153000', '172326.156000', '172326.159000', '172326.162000', '172326.165000', '172326.167000', '172326.170000', '172326.173000', '172326.233000', '172326.236000', '172326.238000', '172326.241000', '172326.244000', '172326.247000', '172326.250000', '172326.253000', '172326.256000', '172326.259000', '172326.261000', '172326.264000', '172326.267000', '172326.270000', '172326.273000', '172326.276000', '172326.279000', '172346.101000', '172346.104000', '172346.107000', '172346.110000', '172346.113000', '172346.115000', '172346.118000', '172346.121000', '172346.124000', '172346.127000', '172346.130000', '172346.133000', '172346.136000', '172346.139000', '172346.142000', '172346.144000', '172346.147000', '172346.150000', '172346.153000', '172346.156000', '172346.159000', '172346.162000', '172346.165000', '172346.168000', '172346.171000', '172346.174000', '172346.177000', '172346.179000', '172346.182000', '172346.185000', '172346.188000', '172346.191000', '172346.194000', '172346.197000', '172346.199000', '172346.202000', '172346.205000', '172346.208000', '172346.211000', '172346.214000', '172346.217000', '172346.219000', '172346.222000', '172346.225000', '172406.101000', '172406.104000', '172406.107000', '172406.110000', '172406.113000', '172406.116000', '172406.118000', '172406.121000', '172406.124000', '172406.127000', '172406.130000', '172406.133000', '172406.136000', '172406.139000', '172406.141000', '172406.144000', '172406.147000', '172406.150000', '172406.153000', '172406.156000', '172406.159000', '172406.162000', '172406.165000', '172406.168000', '172406.171000', '172406.174000', '172406.176000', '172406.179000', '172406.182000', '172406.185000', '172406.188000', '172406.191000', '172406.194000', '172406.196000', '172406.199000', '172406.202000', '172406.205000', '172406.208000', '172406.211000', '172406.214000', '172406.217000', '172406.220000', '172406.223000', '172426.101000', '172426.106000', '172426.109000', '172426.112000', '172426.115000', '172426.118000', '172426.121000', '172426.123000', '172426.134000', '172426.137000', '172426.140000', '172426.143000', '172426.146000', '172426.148000', '172426.151000', '172426.154000', '172426.157000', '172426.160000', '172426.163000', '172426.166000', '172426.169000', '172426.172000', '172426.175000', '172426.178000', '172426.181000', '172426.184000', '172426.186000', '172426.189000', '172426.192000', '172426.195000', '172426.198000', '172426.201000', '172426.204000', '172426.207000', '172426.210000', '172426.213000', '172426.215000', '172426.218000', '172426.221000', '172426.224000', '172426.227000', '172426.230000', '172426.233000', '172446.101000', '172446.104000', '172446.107000', '172446.110000', '172446.113000', '172446.115000', '172446.118000', '172446.121000', '172446.124000', '172446.127000', '172446.130000', '172446.133000', '172446.136000', '172446.138000', '172446.141000', '172446.144000', '172446.147000', '172446.150000', '172446.153000', '172446.156000', '172446.159000', '172446.161000', '172446.164000', '172446.167000', '172446.170000', '172446.173000', '172446.176000', '172446.179000', '172446.182000', '172446.185000', '172446.188000', '172446.190000', '172446.193000', '172446.196000', '172446.199000', '172446.202000', '172446.205000', '172446.208000', '172446.211000', '172446.214000', '172446.216000', '172446.219000', '172446.222000', '172446.226000', '172506.101000', '172506.104000', '172506.107000', '172506.110000', '172506.113000', '172506.116000', '172506.119000', '172506.122000', '172506.127000', '172506.131000', '172506.134000', '172506.136000', '172506.139000', '172506.142000', '172506.145000', '172506.148000', '172506.151000', '172506.153000', '172506.156000', '172506.159000', '172506.162000', '172506.165000', '172506.168000', '172506.171000', '172506.174000', '172506.177000', '172506.180000', '172506.182000', '172506.185000', '172506.188000', '172506.191000', '172506.194000', '172506.197000', '172506.200000', '172506.203000', '172506.206000', '172506.208000', '172506.211000', '172506.214000', '172506.217000', '172506.220000', '172506.223000', '172506.225000', '172526.101000', '172526.104000', '172526.107000', '172526.110000', '172526.113000', '172526.115000', '172526.118000', '172526.121000', '172526.124000', '172526.127000', '172526.130000', '172526.133000', '172526.136000', '172526.139000', '172526.141000', '172526.144000', '172526.147000', '172526.150000', '172526.153000', '172526.156000', '172526.159000', '172526.162000', '172526.164000', '172526.167000', '172526.170000', '172526.173000', '172526.176000', '172526.179000', '172526.182000', '172526.184000', '172526.187000', '172526.190000', '172526.193000', '172526.196000', '172526.199000', '172526.202000', '172526.205000', '172526.208000', '172526.211000', '172526.214000', '172526.216000', '172526.219000', '172526.222000', '172526.225000', '172531.481000', '172531.485000', '172531.488000', '172531.491000', '172531.494000', '172531.497000', '172531.501000', '172531.504000', '172531.507000', '172531.510000', '172531.513000', '172531.516000'], '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': [15627, 11896, 17733, 15616, 12208, 19132, 13424, 11798, 13758, 11469, 13713, 12437, 11699, 13105, 11311, 13620, 12504, 11544, 13357, 11073, 13017, 12084, 13109, 12235, 13556, 12663, 11027, 12797, 11907, 12690, 12865, 11030, 13906, 12336, 11538, 13088, 11335, 12208, 12092, 12453, 13020, 11262, 12908, 12435, 11385, 13272, 11585, 13137, 12386, 11985, 13030, 11482, 13070, 11918, 10640, 12595, 11052, 13043, 11808, 12637, 12470, 11462, 12903, 11428, 12474, 11880, 11979, 12849, 10492, 12762, 11438, 11507, 11835, 12365, 12499, 12356, 12937, 11784, 12744, 12129, 11514, 12178, 11132, 12031, 12270, 12336, 12784, 10727, 12998, 11873, 14145, 12308, 10374, 12699, 11292, 16566, 12434, 11534, 14603, 11857, 12776, 12328, 10742, 12397, 11623, 11935, 12442, 10969, 12430, 11619, 12305, 12375, 12460, 12394, 11430, 12329, 10976, 11990, 10729, 12135, 11347, 11948, 12534, 10493, 12098, 11344, 11228, 11675, 11823, 11865, 11039, 11895, 11834, 11937, 11912, 9650, 11258, 11297, 11855, 11861, 10125, 12384, 11386, 12647, 11429, 11671, 12082, 10908, 12085, 11688, 12335, 12603, 10688, 15596, 11403, 11988, 12255, 10657, 15119, 11616, 11726, 12251, 10502, 13814, 11311, 11893, 11705, 10392, 12251, 10801, 12330, 11584, 12395, 11379, 11412, 11121, 11469, 11802, 10171, 11701, 10583, 10969, 11047, 11163, 11915, 12104, 11946, 10721, 12302, 11332, 12419, 11150, 10675, 11535, 11783, 11968, 10915, 12238, 11468, 13171, 11602, 11632, 11896, 12259, 11742, 11792, 12286, 14098, 19182, 14362, 14530, 14977, 10736, 12186, 11309, 10317, 14513, 10868, 13025, 12064, 10375, 18046, 11131, 10685, 11838, 10602, 11953, 11501, 10150, 12109, 10429, 12448, 11270, 11740, 11677, 10333, 11963, 11279, 11919, 11061, 11843, 11097, 11162, 10849, 11316, 11294, 11560, 11605, 10494, 12299, 10881, 11409, 11093, 10667, 11397, 12398, 11833, 10749, 11920, 11634, 11491, 12029, 10207, 11056, 11511, 12286, 11978, 11198, 12843, 11595, 14183, 12074, 12342, 12480, 10787, 17867, 12249, 14674, 12590, 10662, 17862, 11440, 12314, 11796, 10247, 14503, 11112, 18071, 11560, 12337, 12382, 10786, 12343, 11070, 12702, 11859, 12142, 12781, 11243, 12239, 12356, 12593, 12897, 11266, 13060, 12395, 11473, 12274, 10963, 12055, 11920, 12290, 12840, 11124, 12466, 12025, 10977, 12206, 11517, 12331, 12046, 11988, 12982, 11121, 12452, 11826, 11813, 12264, 10820, 13652, 11727, 12723, 13576, 15619, 11052, 14712, 10265, 11238, 11333, 10260, 11320, 12042, 10464, 12304, 11569, 10316, 11977, 10010, 12311, 10449, 12136, 10727, 15725, 11964, 16595, 10764, 14259, 11662, 12367, 17456, 10690, 15451, 12062, 14407, 12083, 10931, 12346, 11130, 13053, 11396, 11785, 12172, 10330, 11491, 10928, 12061, 11780, 12295, 12211, 12240, 12890, 13029, 11980, 11145, 12079, 11012, 12377, 11247, 12178, 11957, 10652, 12037, 11258, 12216, 11037, 12934, 11727, 12300, 12815, 10861, 13247, 11792, 12037, 12190, 11285, 12522, 10627, 12925, 11276, 13366, 12115, 10746, 15008, 10851, 12423, 11682, 12185, 12195, 11222, 12587, 11773, 13001, 12554, 12632, 12936, 11001, 13009, 11632, 12510, 12429, 11925, 13176, 11512, 12551, 12107, 11782, 12439, 10585, 12768, 11637, 11896, 12777, 10346, 12259, 11387, 12295, 11962, 10952, 12980, 11611, 12729, 12014, 12713, 12916, 11381, 13816, 11693, 12483, 12316, 12778, 12943, 11036, 16212, 12068, 11587, 12395, 11346, 13666, 11796, 13125, 12524, 12061, 13178, 11267, 12502, 12068, 12315, 12754, 10809, 12929, 11651, 12237, 12017, 11742, 12651, 11446, 12891, 11105, 14447, 12205, 10767, 14388, 11581, 14433, 12001, 10630, 12531, 11289, 12259, 11884, 12075, 12703, 11282, 12445, 11223, 13089, 11613, 12475, 11792, 12281, 12180, 11695, 12561, 10975, 12891, 11490, 13521, 11819, 11553, 12020, 12185, 12433, 11421, 12496, 11584, 11366, 11985, 11711, 12316, 10294, 12617, 10666, 12838, 11869, 12045, 11917, 11204, 12395, 11688, 12797, 11500, 12970, 11692, 13189, 10524, 12769, 12996, 13854, 16586, 13533, 11456, 13279, 13721, 11680, 14025, 12612, 12795, 13113, 12450, 13170, 11843, 13348, 11846, 13289, 12386, 13516, 15343, 12076, 18453, 12897, 15488, 11873, 12366, 12918, 11152, 12939, 11393, 13457, 11924, 12130, 12606, 12220, 13361, 11366, 12914, 11671, 13436, 12397, 12725, 13017, 11185, 13347, 11888, 12379, 12312, 12356, 12673, 12637, 13107, 12639, 13487, 12015, 13345, 12338, 12755, 12850, 12987, 13133, 11757, 13499, 11967, 13122, 12663, 11457, 12840, 11152, 13513, 12092, 13008, 12713, 12788, 13284, 11363, 12431, 11905, 13288, 12278, 12519, 12899, 11900, 13397, 11329, 15548, 12124, 13996, 12338, 12707, 12849, 11584, 13245, 11774, 13126, 12171, 13476, 12712, 13161, 12599, 11299, 13122, 12103, 12968, 12431, 12270, 13222, 11321, 12226, 10346, 12157, 11368, 12953, 11978, 12841, 13263, 11330, 13529, 12616, 13725, 13236, 13880, 12824, 13853, 12513, 13303, 13570, 13989, 15703, 11826, 14659, 11694, 14003, 12212, 12244, 16425, 11523, 14524, 11895, 13727, 12565, 12991, 13233, 11160, 13530, 12035, 13226, 12251, 13262, 13189, 11132, 12750, 11565, 13874, 12493, 13622, 12839, 13057, 12679, 11212, 13118, 11652, 13350, 12113, 13037, 12979, 11702, 13244, 12070, 13050, 12645, 13209, 12958, 11326, 13848, 12326, 13093, 13253, 11173, 12316, 11493, 12665, 11969, 13491, 12734, 12366, 13211, 10876, 13315, 11772, 12992, 12723, 12520, 12697, 11789, 12971, 13346, 12932, 11167, 16350, 11956, 13810, 12773, 11042, 13989, 11920, 12845, 12526, 13321, 12919, 12952, 13499, 11853, 13798, 11938, 13674, 12591, 13128, 12697, 12132, 12670, 16155, 12986, 12981, 13568, 11771, 13916, 13335, 13003, 13741, 13217, 13774, 12114, 13981, 11515, 14176, 12207, 14300, 12523, 13638, 13829, 11541, 15319, 11968, 13913, 12393, 13377, 13314, 12584, 13602, 11879, 13778, 12682, 12407, 13622, 11561, 13689, 12083, 14278, 12649, 13533, 13317, 13004, 13617, 12043, 14100, 12750, 13364, 13436, 11725, 13763, 12169, 13473, 12958, 13374, 13488, 12824, 13507, 12652, 13887, 13056, 11852, 13658, 12692, 13480, 12191, 13549, 12884, 13771, 13627, 12856, 13519, 13259, 13177, 12896, 13518, 11798, 13998, 12709, 13393, 13304, 11855, 13191, 12064, 13839, 12763, 12904, 13495, 12345, 13238, 12505, 12571, 13022, 11291, 13304, 12075, 12667, 12936, 11234, 12937, 10689, 13363, 12659, 12995, 12929], 'WindowCenter': [4425.0, 4387.0, 4407.0, 4394.0, 4362.0, 4392.0, 4356.0, 4348.0, 4359.0, 4335.0, 4354.0, 4357.0, 4348.0, 4357.0, 4336.0, 4356.0, 4347.0, 4346.0, 4355.0, 4359.0, 4369.0, 4372.0, 4384.0, 4373.0, 4381.0, 4373.0, 4365.0, 4374.0, 4363.0, 4371.0, 4371.0, 4349.0, 4369.0, 4359.0, 4360.0, 4382.0, 4362.0, 4359.0, 4359.0, 4359.0, 4370.0, 4350.0, 4360.0, 4359.0, 4350.0, 4370.0, 4361.0, 4371.0, 4357.0, 4360.0, 4371.0, 4360.0, 4359.0, 4359.0, 4339.0, 4371.0, 4347.0, 4354.0, 4347.0, 4354.0, 4358.0, 4346.0, 4357.0, 4361.0, 4373.0, 4371.0, 4359.0, 4371.0, 4350.0, 4370.0, 4373.0, 4375.0, 4375.0, 4383.0, 4387.0, 4385.0, 4381.0, 4374.0, 4384.0, 4386.0, 4389.0, 4399.0, 4377.0, 4386.0, 4384.0, 4387.0, 4387.0, 4375.0, 4387.0, 4386.0, 4407.0, 4385.0, 4363.0, 4386.0, 4377.0, 4402.0, 4373.0, 4374.0, 4379.0, 4373.0, 4370.0, 4382.0, 4365.0, 4373.0, 4361.0, 4359.0, 4368.0, 4357.0, 4370.0, 4361.0, 4368.0, 4371.0, 4368.0, 4370.0, 4382.0, 4397.0, 4366.0, 4374.0, 4364.0, 4372.0, 4363.0, 4369.0, 4369.0, 4352.0, 4385.0, 4389.0, 4385.0, 4387.0, 4374.0, 4375.0, 4376.0, 4374.0, 4374.0, 4374.0, 4386.0, 4368.0, 4389.0, 4379.0, 4388.0, 4388.0, 4366.0, 4385.0, 4377.0, 4394.0, 4387.0, 4373.0, 4383.0, 4377.0, 4385.0, 4375.0, 4371.0, 4374.0, 4364.0, 4406.0, 4376.0, 4373.0, 4373.0, 4354.0, 4381.0, 4362.0, 4362.0, 4361.0, 4350.0, 4382.0, 4361.0, 4357.0, 4362.0, 4351.0, 4361.0, 4351.0, 4360.0, 4359.0, 4370.0, 4374.0, 4387.0, 4377.0, 4374.0, 4374.0, 4363.0, 4372.0, 4364.0, 4376.0, 4374.0, 4374.0, 4388.0, 4387.0, 4388.0, 4373.0, 4386.0, 4377.0, 4388.0, 4390.0, 4380.0, 4389.0, 4389.0, 4390.0, 4390.0, 4389.0, 4389.0, 4397.0, 4388.0, 4384.0, 4384.0, 4387.0, 4386.0, 4373.0, 4374.0, 4393.0, 4415.0, 4384.0, 4383.0, 4396.0, 4363.0, 4362.0, 4362.0, 4339.0, 4370.0, 4349.0, 4358.0, 4358.0, 4337.0, 4389.0, 4350.0, 4339.0, 4348.0, 4338.0, 4346.0, 4348.0, 4337.0, 4358.0, 4349.0, 4359.0, 4349.0, 4358.0, 4373.0, 4352.0, 4360.0, 4362.0, 4362.0, 4361.0, 4362.0, 4361.0, 4376.0, 4378.0, 4376.0, 4377.0, 4374.0, 4372.0, 4361.0, 4372.0, 4374.0, 4371.0, 4375.0, 4367.0, 4389.0, 4397.0, 4390.0, 4377.0, 4371.0, 4370.0, 4360.0, 4375.0, 4379.0, 4389.0, 4389.0, 4388.0, 4390.0, 4377.0, 4385.0, 4376.0, 4396.0, 4376.0, 4382.0, 4383.0, 4366.0, 4401.0, 4363.0, 4382.0, 4358.0, 4351.0, 4404.0, 4362.0, 4360.0, 4360.0, 4337.0, 4369.0, 4350.0, 4390.0, 4349.0, 4358.0, 4359.0, 4351.0, 4358.0, 4348.0, 4358.0, 4358.0, 4358.0, 4358.0, 4359.0, 4359.0, 4373.0, 4385.0, 4384.0, 4375.0, 4369.0, 4371.0, 4374.0, 4385.0, 4363.0, 4366.0, 4374.0, 4373.0, 4373.0, 4361.0, 4372.0, 4384.0, 4375.0, 4374.0, 4373.0, 4373.0, 4384.0, 4374.0, 4383.0, 4373.0, 4387.0, 4386.0, 4372.0, 4383.0, 4365.0, 4383.0, 4374.0, 4386.0, 4386.0, 4394.0, 4376.0, 4397.0, 4367.0, 4363.0, 4363.0, 4352.0, 4351.0, 4359.0, 4339.0, 4359.0, 4347.0, 4338.0, 4360.0, 4340.0, 4361.0, 4350.0, 4360.0, 4337.0, 4368.0, 4346.0, 4366.0, 4335.0, 4356.0, 4335.0, 4346.0, 4376.0, 4325.0, 4378.0, 4345.0, 4357.0, 4333.0, 4348.0, 4344.0, 4333.0, 4343.0, 4361.0, 4345.0, 4344.0, 4335.0, 4360.0, 4349.0, 4360.0, 4359.0, 4357.0, 4359.0, 4366.0, 4380.0, 4381.0, 4401.0, 4378.0, 4376.0, 4365.0, 4372.0, 4364.0, 4373.0, 4362.0, 4363.0, 4376.0, 4365.0, 4375.0, 4367.0, 4373.0, 4373.0, 4361.0, 4372.0, 4353.0, 4373.0, 4363.0, 4371.0, 4386.0, 4364.0, 4374.0, 4363.0, 4373.0, 4361.0, 4370.0, 4360.0, 4352.0, 4394.0, 4352.0, 4359.0, 4361.0, 4357.0, 4361.0, 4349.0, 4372.0, 4375.0, 4371.0, 4372.0, 4373.0, 4386.0, 4364.0, 4371.0, 4362.0, 4367.0, 4370.0, 4361.0, 4368.0, 4362.0, 4386.0, 4375.0, 4371.0, 4385.0, 4364.0, 4374.0, 4372.0, 4363.0, 4373.0, 4353.0, 4384.0, 4388.0, 4376.0, 4387.0, 4378.0, 4382.0, 4375.0, 4384.0, 4374.0, 4381.0, 4382.0, 4388.0, 4399.0, 4387.0, 4371.0, 4376.0, 4370.0, 4370.0, 4361.0, 4389.0, 4374.0, 4376.0, 4385.0, 4364.0, 4396.0, 4375.0, 4373.0, 4373.0, 4372.0, 4384.0, 4376.0, 4386.0, 4385.0, 4375.0, 4382.0, 4365.0, 4373.0, 4370.0, 4386.0, 4384.0, 4376.0, 4386.0, 4375.0, 4374.0, 4364.0, 4380.0, 4364.0, 4349.0, 4382.0, 4361.0, 4383.0, 4371.0, 4352.0, 4361.0, 4351.0, 4360.0, 4360.0, 4356.0, 4360.0, 4350.0, 4372.0, 4362.0, 4369.0, 4361.0, 4357.0, 4361.0, 4360.0, 4360.0, 4360.0, 4359.0, 4350.0, 4360.0, 4361.0, 4383.0, 4369.0, 4362.0, 4372.0, 4360.0, 4371.0, 4360.0, 4356.0, 4361.0, 4365.0, 4371.0, 4370.0, 4374.0, 4353.0, 4373.0, 4365.0, 4384.0, 4377.0, 4386.0, 4388.0, 4377.0, 4399.0, 4388.0, 4398.0, 4387.0, 4394.0, 4388.0, 4397.0, 4393.0, 4401.0, 4401.0, 4401.0, 4424.0, 4400.0, 4391.0, 4387.0, 4381.0, 4363.0, 4371.0, 4372.0, 4368.0, 4382.0, 4376.0, 4398.0, 4376.0, 4383.0, 4363.0, 4370.0, 4359.0, 4360.0, 4370.0, 4350.0, 4390.0, 4359.0, 4369.0, 4347.0, 4348.0, 4357.0, 4335.0, 4343.0, 4333.0, 4343.0, 4333.0, 4334.0, 4345.0, 4345.0, 4356.0, 4346.0, 4358.0, 4344.0, 4356.0, 4345.0, 4354.0, 4344.0, 4336.0, 4356.0, 4361.0, 4369.0, 4357.0, 4367.0, 4372.0, 4367.0, 4371.0, 4370.0, 4381.0, 4373.0, 4382.0, 4374.0, 4385.0, 4387.0, 4385.0, 4385.0, 4375.0, 4382.0, 4374.0, 4373.0, 4385.0, 4377.0, 4382.0, 4364.0, 4384.0, 4375.0, 4380.0, 4385.0, 4380.0, 4378.0, 4374.0, 4385.0, 4375.0, 4384.0, 4371.0, 4372.0, 4384.0, 4363.0, 4382.0, 4363.0, 4394.0, 4362.0, 4383.0, 4385.0, 4372.0, 4371.0, 4361.0, 4369.0, 4361.0, 4369.0, 4362.0, 4372.0, 4371.0, 4369.0, 4385.0, 4374.0, 4383.0, 4372.0, 4372.0, 4370.0, 4372.0, 4382.0, 4375.0, 4382.0, 4355.0, 4386.0, 4374.0, 4395.0, 4388.0, 4385.0, 4371.0, 4362.0, 4381.0, 4382.0, 4395.0, 4394.0, 4398.0, 4398.0, 4397.0, 4384.0, 4386.0, 4374.0, 4385.0, 4393.0, 4363.0, 4372.0, 4350.0, 4358.0, 4347.0, 4347.0, 4365.0, 4337.0, 4356.0, 4346.0, 4357.0, 4357.0, 4357.0, 4357.0, 4349.0, 4371.0, 4359.0, 4358.0, 4361.0, 4358.0, 4358.0, 4349.0, 4371.0, 4363.0, 4382.0, 4373.0, 4370.0, 4371.0, 4367.0, 4371.0, 4364.0, 4385.0, 4375.0, 4384.0, 4374.0, 4374.0, 4373.0, 4361.0, 4371.0, 4373.0, 4384.0, 4381.0, 4373.0, 4373.0, 4362.0, 4371.0, 4371.0, 4367.0, 4384.0, 4365.0, 4370.0, 4374.0, 4371.0, 4371.0, 4372.0, 4371.0, 4370.0, 4372.0, 4362.0, 4381.0, 4374.0, 4384.0, 4384.0, 4374.0, 4384.0, 4374.0, 4386.0, 4386.0, 4374.0, 4364.0, 4391.0, 4361.0, 4371.0, 4360.0, 4350.0, 4381.0, 4361.0, 4370.0, 4372.0, 4367.0, 4372.0, 4370.0, 4381.0, 4374.0, 4383.0, 4374.0, 4385.0, 4385.0, 4397.0, 4387.0, 4371.0, 4372.0, 4408.0, 4397.0, 4383.0, 4396.0, 4387.0, 4383.0, 4372.0, 4372.0, 4380.0, 4384.0, 4396.0, 4384.0, 4395.0, 4377.0, 4385.0, 4373.0, 4380.0, 4363.0, 4373.0, 4372.0, 4351.0, 4368.0, 4347.0, 4357.0, 4347.0, 4369.0, 4370.0, 4357.0, 4368.0, 4348.0, 4357.0, 4358.0, 4357.0, 4382.0, 4359.0, 4367.0, 4361.0, 4369.0, 4369.0, 4369.0, 4367.0, 4372.0, 4384.0, 4372.0, 4382.0, 4373.0, 4368.0, 4370.0, 4362.0, 4384.0, 4375.0, 4379.0, 4374.0, 4379.0, 4372.0, 4371.0, 4368.0, 4372.0, 4371.0, 4374.0, 4362.0, 4385.0, 4374.0, 4372.0, 4361.0, 4371.0, 4372.0, 4379.0, 4370.0, 4372.0, 4392.0, 4385.0, 4385.0, 4380.0, 4379.0, 4375.0, 4384.0, 4372.0, 4370.0, 4381.0, 4376.0, 4382.0, 4375.0, 4384.0, 4383.0, 4373.0, 4369.0, 4372.0, 4372.0, 4374.0, 4382.0, 4383.0, 4364.0, 4384.0, 4375.0, 4372.0, 4386.0, 4363.0, 4385.0, 4364.0, 4386.0, 4387.0, 4382.0, 4386.0], 'WindowWidth': [9740.0, 9675.0, 9702.0, 9674.0, 9626.0, 9670.0, 9610.0, 9600.0, 9615.0, 9577.0, 9605.0, 9612.0, 9599.0, 9607.0, 9580.0, 9608.0, 9596.0, 9593.0, 9608.0, 9623.0, 9632.0, 9640.0, 9658.0, 9644.0, 9652.0, 9642.0, 9638.0, 9648.0, 9628.0, 9637.0, 9637.0, 9604.0, 9633.0, 9617.0, 9623.0, 9656.0, 9628.0, 9620.0, 9618.0, 9618.0, 9633.0, 9607.0, 9621.0, 9619.0, 9608.0, 9635.0, 9624.0, 9638.0, 9615.0, 9621.0, 9636.0, 9621.0, 9620.0, 9617.0, 9590.0, 9637.0, 9600.0, 9606.0, 9598.0, 9605.0, 9614.0, 9595.0, 9611.0, 9623.0, 9649.0, 9640.0, 9618.0, 9636.0, 9607.0, 9635.0, 9646.0, 9655.0, 9650.0, 9659.0, 9673.0, 9666.0, 9658.0, 9651.0, 9665.0, 9668.0, 9679.0, 9690.0, 9659.0, 9668.0, 9666.0, 9672.0, 9670.0, 9652.0, 9669.0, 9669.0, 9706.0, 9670.0, 9637.0, 9668.0, 9656.0, 9690.0, 9645.0, 9647.0, 9651.0, 9642.0, 9639.0, 9658.0, 9636.0, 9644.0, 9627.0, 9623.0, 9632.0, 9617.0, 9635.0, 9625.0, 9635.0, 9639.0, 9634.0, 9639.0, 9662.0, 9686.0, 9643.0, 9647.0, 9634.0, 9642.0, 9630.0, 9638.0, 9635.0, 9614.0, 9666.0, 9678.0, 9671.0, 9672.0, 9650.0, 9652.0, 9656.0, 9649.0, 9648.0, 9649.0, 9667.0, 9651.0, 9680.0, 9663.0, 9674.0, 9674.0, 9643.0, 9663.0, 9655.0, 9684.0, 9672.0, 9649.0, 9662.0, 9657.0, 9665.0, 9651.0, 9644.0, 9646.0, 9634.0, 9699.0, 9653.0, 9646.0, 9645.0, 9619.0, 9654.0, 9626.0, 9627.0, 9624.0, 9609.0, 9657.0, 9625.0, 9618.0, 9626.0, 9612.0, 9624.0, 9610.0, 9621.0, 9619.0, 9636.0, 9649.0, 9673.0, 9658.0, 9648.0, 9649.0, 9632.0, 9643.0, 9635.0, 9659.0, 9648.0, 9648.0, 9675.0, 9671.0, 9674.0, 9650.0, 9666.0, 9656.0, 9675.0, 9682.0, 9668.0, 9677.0, 9677.0, 9679.0, 9679.0, 9677.0, 9676.0, 9690.0, 9676.0, 9667.0, 9666.0, 9672.0, 9668.0, 9650.0, 9649.0, 9674.0, 9712.0, 9660.0, 9661.0, 9680.0, 9633.0, 9626.0, 9626.0, 9592.0, 9633.0, 9600.0, 9615.0, 9613.0, 9584.0, 9663.0, 9608.0, 9592.0, 9600.0, 9588.0, 9596.0, 9600.0, 9585.0, 9613.0, 9605.0, 9618.0, 9606.0, 9621.0, 9645.0, 9613.0, 9623.0, 9625.0, 9624.0, 9623.0, 9627.0, 9626.0, 9658.0, 9661.0, 9657.0, 9656.0, 9650.0, 9642.0, 9626.0, 9642.0, 9647.0, 9644.0, 9651.0, 9644.0, 9678.0, 9687.0, 9678.0, 9659.0, 9643.0, 9638.0, 9626.0, 9648.0, 9662.0, 9679.0, 9676.0, 9674.0, 9679.0, 9659.0, 9665.0, 9653.0, 9682.0, 9652.0, 9660.0, 9660.0, 9639.0, 9685.0, 9628.0, 9654.0, 9617.0, 9612.0, 9690.0, 9626.0, 9621.0, 9620.0, 9588.0, 9632.0, 9606.0, 9663.0, 9601.0, 9613.0, 9620.0, 9608.0, 9612.0, 9599.0, 9613.0, 9614.0, 9615.0, 9613.0, 9617.0, 9619.0, 9645.0, 9666.0, 9661.0, 9650.0, 9636.0, 9638.0, 9647.0, 9666.0, 9633.0, 9629.0, 9646.0, 9644.0, 9643.0, 9626.0, 9643.0, 9662.0, 9652.0, 9650.0, 9646.0, 9645.0, 9662.0, 9648.0, 9658.0, 9646.0, 9674.0, 9669.0, 9645.0, 9660.0, 9638.0, 9659.0, 9646.0, 9668.0, 9668.0, 9679.0, 9655.0, 9687.0, 9646.0, 9633.0, 9631.0, 9615.0, 9612.0, 9617.0, 9590.0, 9617.0, 9600.0, 9588.0, 9620.0, 9596.0, 9623.0, 9605.0, 9620.0, 9586.0, 9626.0, 9594.0, 9621.0, 9576.0, 9609.0, 9576.0, 9592.0, 9633.0, 9564.0, 9643.0, 9592.0, 9609.0, 9569.0, 9602.0, 9587.0, 9570.0, 9583.0, 9626.0, 9594.0, 9588.0, 9578.0, 9622.0, 9604.0, 9619.0, 9617.0, 9613.0, 9618.0, 9629.0, 9650.0, 9656.0, 9698.0, 9661.0, 9651.0, 9635.0, 9637.0, 9630.0, 9642.0, 9626.0, 9631.0, 9653.0, 9636.0, 9648.0, 9639.0, 9644.0, 9642.0, 9623.0, 9638.0, 9614.0, 9643.0, 9626.0, 9642.0, 9667.0, 9634.0, 9644.0, 9630.0, 9641.0, 9621.0, 9636.0, 9619.0, 9612.0, 9672.0, 9612.0, 9618.0, 9622.0, 9614.0, 9621.0, 9604.0, 9638.0, 9651.0, 9640.0, 9639.0, 9645.0, 9668.0, 9634.0, 9638.0, 9626.0, 9628.0, 9633.0, 9621.0, 9628.0, 9626.0, 9668.0, 9651.0, 9643.0, 9662.0, 9634.0, 9645.0, 9641.0, 9629.0, 9642.0, 9618.0, 9666.0, 9674.0, 9652.0, 9670.0, 9659.0, 9659.0, 9649.0, 9658.0, 9648.0, 9658.0, 9655.0, 9673.0, 9691.0, 9670.0, 9642.0, 9652.0, 9637.0, 9635.0, 9625.0, 9663.0, 9643.0, 9652.0, 9666.0, 9633.0, 9680.0, 9651.0, 9645.0, 9642.0, 9640.0, 9661.0, 9654.0, 9668.0, 9665.0, 9650.0, 9657.0, 9634.0, 9644.0, 9638.0, 9671.0, 9664.0, 9653.0, 9665.0, 9651.0, 9646.0, 9633.0, 9655.0, 9630.0, 9605.0, 9651.0, 9622.0, 9659.0, 9640.0, 9614.0, 9622.0, 9609.0, 9619.0, 9618.0, 9611.0, 9617.0, 9607.0, 9641.0, 9626.0, 9632.0, 9623.0, 9614.0, 9621.0, 9618.0, 9619.0, 9618.0, 9616.0, 9606.0, 9619.0, 9621.0, 9659.0, 9635.0, 9627.0, 9638.0, 9620.0, 9634.0, 9619.0, 9610.0, 9622.0, 9635.0, 9642.0, 9637.0, 9647.0, 9617.0, 9644.0, 9635.0, 9659.0, 9655.0, 9672.0, 9674.0, 9657.0, 9691.0, 9674.0, 9686.0, 9669.0, 9676.0, 9673.0, 9684.0, 9689.0, 9696.0, 9698.0, 9695.0, 9735.0, 9693.0, 9680.0, 9673.0, 9652.0, 9629.0, 9637.0, 9637.0, 9631.0, 9654.0, 9650.0, 9685.0, 9652.0, 9656.0, 9628.0, 9636.0, 9615.0, 9618.0, 9631.0, 9603.0, 9660.0, 9612.0, 9628.0, 9596.0, 9598.0, 9610.0, 9575.0, 9582.0, 9569.0, 9583.0, 9570.0, 9573.0, 9587.0, 9589.0, 9603.0, 9592.0, 9616.0, 9593.0, 9606.0, 9590.0, 9602.0, 9587.0, 9578.0, 9606.0, 9624.0, 9633.0, 9615.0, 9627.0, 9638.0, 9628.0, 9638.0, 9636.0, 9650.0, 9641.0, 9654.0, 9644.0, 9666.0, 9671.0, 9664.0, 9664.0, 9649.0, 9655.0, 9644.0, 9644.0, 9664.0, 9656.0, 9657.0, 9634.0, 9661.0, 9649.0, 9651.0, 9663.0, 9653.0, 9646.0, 9646.0, 9665.0, 9650.0, 9659.0, 9641.0, 9643.0, 9658.0, 9630.0, 9654.0, 9630.0, 9674.0, 9625.0, 9660.0, 9664.0, 9643.0, 9637.0, 9624.0, 9632.0, 9624.0, 9632.0, 9626.0, 9639.0, 9636.0, 9635.0, 9664.0, 9648.0, 9658.0, 9642.0, 9639.0, 9636.0, 9641.0, 9657.0, 9652.0, 9659.0, 9624.0, 9667.0, 9653.0, 9681.0, 9672.0, 9666.0, 9638.0, 9627.0, 9654.0, 9657.0, 9678.0, 9681.0, 9689.0, 9689.0, 9686.0, 9665.0, 9670.0, 9647.0, 9663.0, 9676.0, 9629.0, 9638.0, 9605.0, 9615.0, 9596.0, 9596.0, 9619.0, 9579.0, 9609.0, 9593.0, 9607.0, 9608.0, 9607.0, 9607.0, 9601.0, 9637.0, 9618.0, 9614.0, 9622.0, 9613.0, 9612.0, 9601.0, 9640.0, 9630.0, 9651.0, 9643.0, 9633.0, 9636.0, 9629.0, 9637.0, 9632.0, 9666.0, 9648.0, 9658.0, 9644.0, 9643.0, 9640.0, 9622.0, 9636.0, 9641.0, 9661.0, 9653.0, 9642.0, 9640.0, 9627.0, 9638.0, 9635.0, 9627.0, 9659.0, 9634.0, 9638.0, 9647.0, 9638.0, 9638.0, 9640.0, 9637.0, 9633.0, 9638.0, 9626.0, 9652.0, 9647.0, 9661.0, 9659.0, 9647.0, 9661.0, 9646.0, 9665.0, 9668.0, 9646.0, 9633.0, 9666.0, 9620.0, 9635.0, 9620.0, 9606.0, 9653.0, 9623.0, 9633.0, 9639.0, 9626.0, 9639.0, 9636.0, 9654.0, 9646.0, 9657.0, 9645.0, 9661.0, 9664.0, 9685.0, 9670.0, 9645.0, 9644.0, 9707.0, 9685.0, 9661.0, 9681.0, 9671.0, 9659.0, 9639.0, 9639.0, 9649.0, 9661.0, 9679.0, 9663.0, 9678.0, 9654.0, 9663.0, 9641.0, 9652.0, 9627.0, 9642.0, 9636.0, 9606.0, 9629.0, 9596.0, 9610.0, 9595.0, 9627.0, 9634.0, 9611.0, 9626.0, 9600.0, 9610.0, 9612.0, 9609.0, 9652.0, 9617.0, 9625.0, 9622.0, 9630.0, 9631.0, 9629.0, 9628.0, 9638.0, 9660.0, 9640.0, 9653.0, 9641.0, 9631.0, 9634.0, 9626.0, 9660.0, 9647.0, 9648.0, 9643.0, 9647.0, 9640.0, 9636.0, 9630.0, 9636.0, 9637.0, 9642.0, 9625.0, 9662.0, 9644.0, 9637.0, 9621.0, 9636.0, 9637.0, 9645.0, 9632.0, 9638.0, 9670.0, 9665.0, 9664.0, 9653.0, 9650.0, 9649.0, 9659.0, 9637.0, 9634.0, 9650.0, 9650.0, 9656.0, 9649.0, 9657.0, 9656.0, 9641.0, 9632.0, 9638.0, 9637.0, 9642.0, 9659.0, 9662.0, 9634.0, 9659.0, 9649.0, 9642.0, 9665.0, 9631.0, 9663.0, 9634.0, 9664.0, 9668.0, 9656.0, 9665.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.0006141609195402299</td></tr>
<tr><td colspan=3>aqi</td><td>0.016630853218390806</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.77853034254312</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1767689289758343</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0106434817606447</td></tr>
<tr><td colspan=3>efc</td><td>0.4673</td></tr>
<tr><td colspan=3>fber</td><td>6508.3779</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08988523079611567</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>42</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.827586206896552</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3894365277494756</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3481482167430565</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6501206640889268</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.170040702416443</td></tr>
<tr><td colspan=3>gcor</td><td>0.0243416</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01734333671629429</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022792380303144455</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.994515828341244</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>36.8277</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4648</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.307</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303617.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>884.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.5981</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5574</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.4937</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3592.2376</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72927.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1268.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4687.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.544</td></tr>
<tr><td colspan=3>tsnr</td><td>46.25587785243988</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>