ds005256-mriqc/sub-0105_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter a81ea98a1d [DATALAD RUNCMD] Compute MRIQC for sub-0105
=== 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-0105 --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-0105",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:26 +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-0105_ses-04_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-0105_ses-04_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-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_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-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_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-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-04_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-0105/figures/sub-0105_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_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-0105/ses-04/func/sub-0105_ses-04_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>89b4c08a0d1c8c8ed7beb2386a91f81c</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>19:18:40.820000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999882, 0.010981, 0.0107479, -0.00994759, 0.99572, -0.091888]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.112119</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>[4219, -7746, -7286, 185, -165, -137, -46, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>274.565</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1777cfbc-eb46-43a2-993a-ba2b8a1be453||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682610273361206, -0.026688650250434875, 0.031619396060705185, 113.3382797241211], [-0.029461262747645378, 2.671442985534668, -0.24777965247631073, -90.05152893066406], [0.02883574552834034, 0.24652880430221558, 2.688420534133911, -93.166015625], [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': ['191840.820000', '191841.280000', '191841.740000', '191842.200000', '191842.660000', '191843.120000', '191843.580000', '191844.040000', '191844.500000', '191844.960000', '191845.420000', '191845.880000', '191846.340000', '191846.800000', '191847.260000', '191847.720000', '191848.180000', '191848.640000', '191849.100000', '191849.560000', '191850.020000', '191850.480000', '191850.940000', '191851.400000', '191851.860000', '191852.320000', '191852.780000', '191853.240000', '191853.700000', '191854.160000', '191854.620000', '191855.080000', '191855.540000', '191856.000000', '191856.460000', '191856.920000', '191857.380000', '191857.840000', '191858.300000', '191858.760000', '191859.220000', '191859.680000', '191900.140000', '191900.600000', '191901.060000', '191901.520000', '191901.980000', '191902.440000', '191902.900000', '191903.360000', '191903.820000', '191904.280000', '191904.740000', '191905.200000', '191905.660000', '191906.120000', '191906.580000', '191907.040000', '191907.500000', '191907.960000', '191908.420000', '191908.880000', '191909.340000', '191909.800000', '191910.260000', '191910.720000', '191911.180000', '191911.640000', '191912.100000', '191912.560000', '191913.020000', '191913.480000', '191913.940000', '191914.400000', '191914.860000', '191915.320000', '191915.780000', '191916.240000', '191916.700000', '191917.160000', '191917.620000', '191918.080000', '191918.540000', '191919.000000', '191919.460000', '191919.920000', '191920.380000', '191920.840000', '191921.300000', '191921.760000', '191922.220000', '191922.680000', '191923.140000', '191923.600000', '191924.060000', '191924.520000', '191924.980000', '191925.440000', '191925.900000', '191926.360000', '191926.820000', '191927.280000', '191927.740000', '191928.200000', '191928.660000', '191929.120000', '191929.580000', '191930.040000', '191930.500000', '191930.960000', '191931.420000', '191931.880000', '191932.340000', '191932.800000', '191933.260000', '191933.720000', '191934.180000', '191934.640000', '191935.100000', '191935.560000', '191936.020000', '191936.480000', '191936.940000', '191937.400000', '191937.860000', '191938.320000', '191938.780000', '191939.240000', '191939.700000', '191940.160000', '191940.620000', '191941.080000', '191941.540000', '191942.000000', '191942.460000', '191942.920000', '191943.380000', '191943.840000', '191944.300000', '191944.760000', '191945.220000', '191945.680000', '191946.140000', '191946.600000', '191947.060000', '191947.520000', '191947.980000', '191948.440000', '191948.900000', '191949.360000', '191949.820000', '191950.280000', '191950.740000', '191951.200000', '191951.660000', '191952.120000', '191952.580000', '191953.040000', '191953.500000', '191953.960000', '191954.420000', '191954.880000', '191955.340000', '191955.800000', '191956.260000', '191956.720000', '191957.180000', '191957.640000', '191958.100000', '191958.560000', '191959.020000', '191959.480000', '191959.940000', '192000.400000', '192000.860000', '192001.320000', '192001.780000', '192002.240000', '192002.700000', '192003.160000', '192003.620000', '192004.080000', '192004.540000', '192005.000000', '192005.460000', '192005.920000', '192006.380000', '192006.840000', '192007.300000', '192007.760000', '192008.220000', '192008.680000', '192009.140000', '192009.600000', '192010.060000', '192010.520000', '192010.980000', '192011.440000', '192011.900000', '192012.360000', '192012.820000', '192013.280000', '192013.740000', '192014.200000', '192014.660000', '192015.120000', '192015.580000', '192016.040000', '192016.500000', '192016.960000', '192017.420000', '192017.880000', '192018.340000', '192018.800000', '192019.260000', '192019.720000', '192020.180000', '192020.640000', '192021.100000', '192021.560000', '192022.020000', '192022.480000', '192022.940000', '192023.400000', '192023.860000', '192024.320000', '192024.780000', '192025.240000', '192025.700000', '192026.160000', '192026.620000', '192027.080000', '192027.540000', '192028.000000', '192028.460000', '192028.920000', '192029.380000', '192029.840000', '192030.300000', '192030.760000', '192031.220000', '192031.680000', '192032.140000', '192032.600000', '192033.060000', '192033.520000', '192033.980000', '192034.440000', '192034.900000', '192035.360000', '192035.820000', '192036.280000', '192036.740000', '192037.200000', '192037.660000', '192038.120000', '192038.580000', '192039.040000', '192039.500000', '192039.960000', '192040.420000', '192040.880000', '192041.340000', '192041.800000', '192042.260000', '192042.720000', '192043.180000', '192043.640000', '192044.100000', '192044.560000', '192045.020000', '192045.480000', '192045.940000', '192046.400000', '192046.860000', '192047.320000', '192047.780000', '192048.240000', '192048.700000', '192049.160000', '192049.620000', '192050.080000', '192050.540000', '192051.000000', '192051.460000', '192051.920000', '192052.380000', '192052.840000', '192053.300000', '192053.760000', '192054.220000', '192054.680000', '192055.140000', '192055.600000', '192056.060000', '192056.520000', '192056.980000', '192057.440000', '192057.900000', '192058.360000', '192058.820000', '192059.280000', '192059.740000', '192100.200000', '192100.660000', '192101.120000', '192101.580000', '192102.040000', '192102.500000', '192102.960000', '192103.420000', '192103.880000', '192104.340000', '192104.800000', '192105.260000', '192105.720000', '192106.180000', '192106.640000', '192107.100000', '192107.560000', '192108.020000', '192108.480000', '192108.940000', '192109.400000', '192109.860000', '192110.320000', '192110.780000', '192111.240000', '192111.700000', '192112.160000', '192112.620000', '192113.080000', '192113.540000', '192114.000000', '192114.460000', '192114.920000', '192115.380000', '192115.840000', '192116.300000', '192116.760000', '192117.220000', '192117.680000', '192118.140000', '192118.600000', '192119.060000', '192119.520000', '192119.980000', '192120.440000', '192120.900000', '192121.360000', '192121.820000', '192122.280000', '192122.740000', '192123.200000', '192123.660000', '192124.120000', '192124.580000', '192125.040000', '192125.500000', '192125.960000', '192126.420000', '192126.880000', '192127.340000', '192127.800000', '192128.260000', '192128.720000', '192129.180000', '192129.640000', '192130.100000', '192130.560000', '192131.020000', '192131.480000', '192131.940000', '192132.400000', '192132.860000', '192133.320000', '192133.780000', '192134.240000', '192134.700000', '192135.160000', '192135.620000', '192136.080000', '192136.540000', '192137.000000', '192137.460000', '192137.920000', '192138.380000', '192138.840000', '192139.300000', '192139.760000', '192140.220000', '192140.680000', '192141.140000', '192141.600000', '192142.060000', '192142.520000', '192142.980000', '192143.440000', '192143.900000', '192144.360000', '192144.820000', '192145.280000', '192145.740000', '192146.200000', '192146.660000', '192147.120000', '192147.580000', '192148.040000', '192148.500000', '192148.960000', '192149.420000', '192149.880000', '192150.340000', '192150.800000', '192151.260000', '192151.720000', '192152.180000', '192152.640000', '192153.100000', '192153.560000', '192154.020000', '192154.480000', '192154.940000', '192155.400000', '192155.860000', '192156.320000', '192156.780000', '192157.240000', '192157.700000', '192158.160000', '192158.620000', '192159.080000', '192159.540000', '192200.000000', '192200.460000', '192200.920000', '192201.380000', '192201.840000', '192202.300000', '192202.760000', '192203.220000', '192203.680000', '192204.140000', '192204.600000', '192205.060000', '192205.520000', '192205.980000', '192206.440000', '192206.900000', '192207.360000', '192207.820000', '192208.280000', '192208.740000', '192209.200000', '192209.660000', '192210.120000', '192210.580000', '192211.040000', '192211.500000', '192211.960000', '192212.420000', '192212.880000', '192213.340000', '192213.800000', '192214.260000', '192214.720000', '192215.180000', '192215.640000', '192216.100000', '192216.560000', '192217.020000', '192217.480000', '192217.940000', '192218.400000', '192218.860000', '192219.320000', '192219.780000', '192220.240000', '192220.700000', '192221.160000', '192221.620000', '192222.080000', '192222.540000', '192223.000000', '192223.460000', '192223.920000', '192224.380000', '192224.840000', '192225.300000', '192225.760000', '192226.220000', '192226.680000', '192227.140000', '192227.600000', '192228.060000', '192228.520000', '192228.980000', '192229.440000', '192229.900000', '192230.360000', '192230.820000', '192231.280000', '192231.740000', '192232.200000', '192232.660000', '192233.120000', '192233.580000', '192234.040000', '192234.500000', '192234.960000', '192235.420000', '192235.880000', '192236.340000', '192236.800000', '192237.260000', '192237.720000', '192238.180000', '192238.640000', '192239.100000', '192239.560000', '192240.020000', '192240.480000', '192240.940000', '192241.400000', '192241.860000', '192242.320000', '192242.780000', '192243.240000', '192243.700000', '192244.160000', '192244.620000', '192245.080000', '192245.540000', '192246.000000', '192246.460000', '192246.920000', '192247.380000', '192247.840000', '192248.300000', '192248.760000', '192249.220000', '192249.680000', '192250.140000', '192250.600000', '192251.060000', '192251.520000', '192251.980000', '192252.440000', '192252.900000', '192253.360000', '192253.820000', '192254.280000', '192254.740000', '192255.200000', '192255.660000', '192256.120000', '192256.580000', '192257.040000', '192257.500000', '192257.960000', '192258.420000', '192258.880000', '192259.340000', '192259.800000', '192300.260000', '192300.720000', '192301.180000', '192301.640000', '192302.100000', '192302.560000', '192303.020000', '192303.480000', '192303.940000', '192304.400000', '192304.860000', '192305.320000', '192305.780000', '192306.240000', '192306.700000', '192307.160000', '192307.620000', '192308.080000', '192308.540000', '192309.000000', '192309.460000', '192309.920000', '192310.380000', '192310.840000', '192311.300000', '192311.760000', '192312.220000', '192312.680000', '192313.140000', '192313.600000', '192314.060000', '192314.520000', '192314.980000', '192315.440000', '192315.900000', '192316.360000', '192316.820000', '192317.280000', '192317.740000', '192318.200000', '192318.660000', '192319.120000', '192319.580000', '192320.040000', '192320.500000', '192320.960000', '192321.420000', '192321.880000', '192322.340000', '192322.800000', '192323.260000', '192323.720000', '192324.180000', '192324.640000', '192325.100000', '192325.560000', '192326.020000', '192326.480000', '192326.940000', '192327.400000', '192327.860000', '192328.320000', '192328.780000', '192329.240000', '192329.700000', '192330.160000', '192330.620000', '192331.080000', '192331.540000', '192332.000000', '192332.460000', '192332.920000', '192333.380000', '192333.840000', '192334.300000', '192334.760000', '192335.220000', '192335.680000', '192336.140000', '192336.600000', '192337.060000', '192337.520000', '192337.980000', '192338.440000', '192338.900000', '192339.360000', '192339.820000', '192340.280000', '192340.740000', '192341.200000', '192341.660000', '192342.120000', '192342.580000', '192343.040000', '192343.500000', '192343.960000', '192344.420000', '192344.880000', '192345.340000', '192345.800000', '192346.260000', '192346.720000', '192347.180000', '192347.640000', '192348.100000', '192348.560000', '192349.020000', '192349.480000', '192349.940000', '192350.400000', '192350.860000', '192351.320000', '192351.780000', '192352.240000', '192352.700000', '192353.160000', '192353.620000', '192354.080000', '192354.540000', '192355.000000', '192355.460000', '192355.920000', '192356.380000', '192356.840000', '192357.300000', '192357.760000', '192358.220000', '192358.680000', '192359.140000', '192359.600000', '192400.060000', '192400.520000', '192400.980000', '192401.440000', '192401.900000', '192402.360000', '192402.820000', '192403.280000', '192403.740000', '192404.200000', '192404.660000', '192405.120000', '192405.580000', '192406.040000', '192406.500000', '192406.960000', '192407.420000', '192407.880000', '192408.340000', '192408.800000', '192409.260000', '192409.720000', '192410.180000', '192410.640000', '192411.100000', '192411.560000', '192412.020000', '192412.480000', '192412.940000', '192413.400000', '192413.860000', '192414.320000', '192414.780000', '192415.240000', '192415.700000', '192416.160000', '192416.620000', '192417.080000', '192417.540000', '192418.000000', '192418.460000', '192418.920000', '192419.380000', '192419.840000', '192420.300000', '192420.760000', '192421.220000', '192421.680000', '192422.140000', '192422.600000', '192423.060000', '192423.520000', '192423.980000', '192424.440000', '192424.900000', '192425.360000', '192425.820000', '192426.280000', '192426.740000', '192427.200000', '192427.660000', '192428.120000', '192428.580000', '192429.040000', '192429.500000', '192429.960000', '192430.420000', '192430.880000', '192431.340000', '192431.800000', '192432.260000', '192432.720000', '192433.180000', '192433.640000', '192434.100000', '192434.560000', '192435.020000', '192435.480000', '192435.940000', '192436.400000', '192436.860000', '192437.320000', '192437.780000', '192438.240000', '192438.700000', '192439.160000', '192439.620000', '192440.080000', '192440.540000', '192441.000000', '192441.460000', '192441.920000', '192442.380000', '192442.840000', '192443.300000', '192443.760000', '192444.220000', '192444.680000', '192445.140000', '192445.600000', '192446.060000', '192446.520000', '192446.980000', '192447.440000', '192447.900000', '192448.360000', '192448.820000', '192449.280000', '192449.740000', '192450.200000', '192450.660000', '192451.120000', '192451.580000', '192452.040000', '192452.500000', '192452.960000', '192453.420000', '192453.880000', '192454.340000', '192454.800000', '192455.260000', '192455.720000', '192456.180000', '192456.640000', '192457.100000', '192457.560000', '192458.020000', '192458.480000', '192458.940000', '192459.400000', '192459.860000', '192500.320000', '192500.780000', '192501.240000', '192501.700000', '192502.160000', '192502.620000', '192503.080000', '192503.540000', '192504.000000', '192504.460000', '192504.920000', '192505.380000', '192505.840000', '192506.300000', '192506.760000', '192507.220000', '192507.680000', '192508.140000', '192508.600000', '192509.060000', '192509.520000', '192509.980000', '192510.440000', '192510.900000', '192511.360000', '192511.820000', '192512.280000', '192512.740000', '192513.200000', '192513.660000', '192514.120000', '192514.580000', '192515.040000', '192515.500000', '192515.960000', '192516.420000', '192516.880000', '192517.340000', '192517.800000', '192518.260000', '192518.720000', '192519.180000', '192519.640000', '192520.100000', '192520.560000', '192521.020000', '192521.480000'], 'ContentTime': ['191906.005000', '191906.008000', '191906.013000', '191906.015000', '191906.018000', '191906.021000', '191906.023000', '191906.026000', '191906.028000', '191906.031000', '191906.033000', '191906.036000', '191906.038000', '191906.041000', '191906.044000', '191906.046000', '191906.049000', '191906.051000', '191906.054000', '191906.056000', '191906.059000', '191906.061000', '191906.064000', '191906.066000', '191906.069000', '191906.072000', '191906.074000', '191906.077000', '191906.079000', '191906.082000', '191906.084000', '191906.095000', '191906.098000', '191906.101000', '191906.103000', '191906.106000', '191906.108000', '191906.111000', '191906.123000', '191906.125000', '191906.129000', '191906.140000', '191906.142000', '191906.145000', '191906.147000', '191906.150000', '191906.153000', '191906.155000', '191906.158000', '191906.160000', '191906.169000', '191906.172000', '191906.174000', '191925.963000', '191925.965000', '191925.968000', '191925.971000', '191925.973000', '191925.976000', '191925.978000', '191925.981000', '191925.983000', '191925.986000', '191925.988000', '191925.991000', '191925.993000', '191925.996000', '191925.998000', '191926.002000', '191926.005000', '191926.008000', '191926.010000', '191926.013000', '191926.015000', '191926.018000', '191926.020000', '191926.023000', '191926.026000', '191926.028000', '191926.031000', '191926.033000', '191926.036000', '191926.038000', '191926.041000', '191926.050000', '191926.052000', '191926.055000', '191926.057000', '191926.060000', '191926.062000', '191926.065000', '191926.067000', '191926.070000', '191926.072000', '191926.075000', '191926.077000', '191926.080000', '191945.962000', '191945.965000', '191945.968000', '191945.970000', '191945.973000', '191945.976000', '191945.978000', '191945.981000', '191945.983000', '191945.986000', '191945.988000', '191945.991000', '191945.993000', '191945.996000', '191946.000000', '191946.003000', '191946.005000', '191946.015000', '191946.018000', '191946.020000', '191946.023000', '191946.025000', '191946.028000', '191946.030000', '191946.033000', '191946.036000', '191946.038000', '191946.041000', '191946.043000', '191946.046000', '191946.049000', '191946.051000', '191946.054000', '191946.057000', '191946.059000', '191946.062000', '191946.065000', '191946.067000', '191946.070000', '191946.072000', '191946.075000', '191946.077000', '191946.080000', '192005.961000', '192005.964000', '192005.967000', '192005.969000', '192005.972000', '192005.975000', '192005.977000', '192005.980000', '192005.989000', '192005.991000', '192005.994000', '192005.996000', '192006.000000', '192006.003000', '192006.005000', '192006.008000', '192006.010000', '192006.013000', '192006.016000', '192006.018000', '192006.021000', '192006.023000', '192006.026000', '192006.028000', '192006.031000', '192006.033000', '192006.036000', '192006.039000', '192006.041000', '192006.044000', '192006.046000', '192006.049000', '192006.051000', '192006.054000', '192006.057000', '192006.059000', '192006.062000', '192006.064000', '192006.067000', '192006.069000', '192006.072000', '192006.075000', '192006.077000', '192006.080000', '192025.961000', '192025.964000', '192025.967000', '192025.969000', '192025.972000', '192025.974000', '192025.977000', '192025.980000', '192025.982000', '192025.985000', '192025.987000', '192025.990000', '192025.992000', '192025.995000', '192025.997000', '192026.001000', '192026.004000', '192026.006000', '192026.009000', '192026.011000', '192026.014000', '192026.016000', '192026.019000', '192026.021000', '192026.024000', '192026.026000', '192026.029000', '192026.032000', '192026.034000', '192026.047000', '192026.049000', '192026.052000', '192026.054000', '192026.057000', '192026.060000', '192026.062000', '192026.065000', '192026.067000', '192026.070000', '192026.083000', '192026.085000', '192026.088000', '192026.090000', '192045.962000', '192045.964000', '192045.967000', '192045.969000', '192045.972000', '192045.975000', '192045.988000', '192045.990000', '192045.993000', '192045.995000', '192045.998000', '192046.002000', '192046.004000', '192046.007000', '192046.009000', '192046.012000', '192046.014000', '192046.017000', '192046.020000', '192046.022000', '192046.025000', '192046.027000', '192046.030000', '192046.033000', '192046.035000', '192046.038000', '192046.040000', '192046.050000', '192046.052000', '192046.055000', '192046.058000', '192046.060000', '192046.063000', '192046.065000', '192046.068000', '192046.071000', '192046.073000', '192046.076000', '192046.078000', '192046.081000', '192046.084000', '192046.086000', '192046.089000', '192046.091000', '192105.961000', '192105.964000', '192105.967000', '192105.969000', '192105.972000', '192105.975000', '192105.977000', '192105.980000', '192105.982000', '192105.985000', '192105.987000', '192105.990000', '192105.993000', '192105.995000', '192105.998000', '192106.002000', '192106.004000', '192106.007000', '192106.009000', '192106.012000', '192106.015000', '192106.017000', '192106.020000', '192106.022000', '192106.025000', '192106.028000', '192106.031000', '192106.033000', '192106.036000', '192106.038000', '192106.041000', '192106.043000', '192106.046000', '192106.049000', '192106.051000', '192106.054000', '192106.056000', '192106.059000', '192106.061000', '192106.064000', '192106.067000', '192106.069000', '192106.072000', '192125.963000', '192125.966000', '192125.969000', '192125.972000', '192125.974000', '192125.977000', '192125.979000', '192125.982000', '192125.985000', '192125.987000', '192125.990000', '192125.992000', '192125.995000', '192125.998000', '192126.001000', '192126.019000', '192126.021000', '192126.024000', '192126.027000', '192126.029000', '192126.032000', '192126.034000', '192126.037000', '192126.040000', '192126.042000', '192126.045000', '192126.047000', '192126.050000', '192126.053000', '192126.055000', '192126.058000', '192126.060000', '192126.063000', '192126.066000', '192126.068000', '192126.071000', '192126.073000', '192126.076000', '192126.079000', '192126.081000', '192126.084000', '192126.086000', '192126.089000', '192126.092000', '192145.962000', '192145.965000', '192145.968000', '192145.971000', '192145.973000', '192145.976000', '192145.978000', '192145.981000', '192145.983000', '192145.986000', '192145.989000', '192145.991000', '192145.994000', '192145.996000', '192146.000000', '192146.003000', '192146.005000', '192146.008000', '192146.010000', '192146.013000', '192146.015000', '192146.018000', '192146.021000', '192146.023000', '192146.026000', '192146.028000', '192146.031000', '192146.034000', '192146.036000', '192146.039000', '192146.041000', '192146.044000', '192146.047000', '192146.049000', '192146.052000', '192146.054000', '192146.057000', '192146.059000', '192146.062000', '192146.065000', '192146.067000', '192146.070000', '192146.072000', '192205.963000', '192205.966000', '192205.968000', '192205.971000', '192205.973000', '192205.976000', '192205.979000', '192205.981000', '192205.984000', '192205.987000', '192205.989000', '192205.992000', '192205.995000', '192205.997000', '192206.001000', '192206.003000', '192206.006000', '192206.009000', '192206.012000', '192206.014000', '192206.017000', '192206.029000', '192206.032000', '192206.035000', '192206.037000', '192206.040000', '192206.043000', '192206.045000', '192206.048000', '192206.050000', '192206.053000', '192206.056000', '192206.058000', '192206.061000', '192206.063000', '192206.066000', '192206.069000', '192206.071000', '192206.074000', '192206.076000', '192206.079000', '192206.082000', '192206.084000', '192206.087000', '192225.962000', '192225.964000', '192225.967000', '192225.970000', '192225.972000', '192225.975000', '192225.977000', '192225.980000', '192226.002000', '192226.005000', '192226.008000', '192226.010000', '192226.013000', '192226.015000', '192226.018000', '192226.020000', '192226.023000', '192226.026000', '192226.028000', '192226.031000', '192226.033000', '192226.036000', '192226.039000', '192226.041000', '192226.044000', '192226.046000', '192226.049000', '192226.052000', '192226.054000', '192226.057000', '192226.059000', '192226.062000', '192226.064000', '192226.067000', '192226.070000', '192226.072000', '192226.075000', '192226.078000', '192226.080000', '192226.083000', '192226.085000', '192226.088000', '192226.090000', '192245.962000', '192245.967000', '192245.970000', '192245.973000', '192245.975000', '192245.978000', '192245.980000', '192245.983000', '192245.986000', '192245.988000', '192245.991000', '192245.993000', '192245.996000', '192246.000000', '192246.002000', '192246.005000', '192246.008000', '192246.011000', '192246.014000', '192246.017000', '192246.019000', '192246.022000', '192246.024000', '192246.027000', '192246.030000', '192246.033000', '192246.035000', '192246.038000', '192246.040000', '192246.043000', '192246.046000', '192246.048000', '192246.051000', '192246.053000', '192246.056000', '192246.058000', '192246.061000', '192246.064000', '192246.067000', '192246.069000', '192246.072000', '192246.074000', '192246.077000', '192305.961000', '192305.964000', '192305.967000', '192305.970000', '192305.972000', '192305.975000', '192305.977000', '192305.980000', '192305.983000', '192305.985000', '192305.988000', '192305.990000', '192305.993000', '192305.996000', '192305.998000', '192306.002000', '192306.005000', '192306.007000', '192306.010000', '192306.012000', '192306.015000', '192306.018000', '192306.020000', '192306.023000', '192306.025000', '192306.028000', '192306.030000', '192306.033000', '192306.043000', '192306.046000', '192306.049000', '192306.051000', '192306.054000', '192306.056000', '192306.059000', '192306.061000', '192306.064000', '192306.067000', '192306.069000', '192306.072000', '192306.074000', '192306.077000', '192306.080000', '192306.082000', '192325.961000', '192325.964000', '192325.967000', '192325.969000', '192325.972000', '192325.975000', '192325.977000', '192325.980000', '192325.982000', '192325.985000', '192325.988000', '192325.991000', '192325.994000', '192325.996000', '192326.000000', '192326.002000', '192326.005000', '192326.007000', '192326.010000', '192326.013000', '192326.015000', '192326.018000', '192326.020000', '192326.023000', '192326.026000', '192326.028000', '192326.031000', '192326.033000', '192326.036000', '192326.039000', '192326.041000', '192326.044000', '192326.046000', '192326.049000', '192326.052000', '192326.054000', '192326.057000', '192326.059000', '192326.062000', '192326.064000', '192326.067000', '192326.070000', '192326.072000', '192345.963000', '192345.965000', '192345.968000', '192345.970000', '192345.973000', '192345.976000', '192345.978000', '192345.981000', '192345.984000', '192345.986000', '192345.989000', '192345.991000', '192345.994000', '192345.996000', '192346.000000', '192346.003000', '192346.005000', '192346.008000', '192346.010000', '192346.013000', '192346.016000', '192346.018000', '192346.021000', '192346.023000', '192346.026000', '192346.029000', '192346.031000', '192346.034000', '192346.036000', '192346.039000', '192346.041000', '192346.044000', '192346.047000', '192346.049000', '192346.078000', '192346.081000', '192346.083000', '192346.086000', '192346.088000', '192346.091000', '192346.094000', '192346.096000', '192346.099000', '192346.101000', '192405.963000', '192405.965000', '192405.968000', '192405.971000', '192405.973000', '192405.976000', '192405.979000', '192405.981000', '192405.984000', '192405.987000', '192405.989000', '192405.992000', '192405.995000', '192405.997000', '192406.001000', '192406.003000', '192406.006000', '192406.009000', '192406.011000', '192406.014000', '192406.017000', '192406.019000', '192406.022000', '192406.024000', '192406.027000', '192406.029000', '192406.032000', '192406.035000', '192406.037000', '192406.050000', '192406.053000', '192406.056000', '192406.058000', '192406.061000', '192406.064000', '192406.066000', '192406.069000', '192406.071000', '192406.074000', '192406.077000', '192406.079000', '192406.082000', '192406.084000', '192425.962000', '192425.965000', '192425.968000', '192425.970000', '192425.973000', '192425.976000', '192425.978000', '192425.981000', '192425.983000', '192425.986000', '192425.988000', '192425.991000', '192425.994000', '192425.996000', '192426.000000', '192426.003000', '192426.005000', '192426.008000', '192426.011000', '192426.013000', '192426.016000', '192426.018000', '192426.021000', '192426.024000', '192426.026000', '192426.029000', '192426.032000', '192426.034000', '192426.037000', '192426.039000', '192426.042000', '192426.044000', '192426.047000', '192426.050000', '192426.052000', '192426.055000', '192426.058000', '192426.060000', '192426.063000', '192426.065000', '192426.068000', '192426.070000', '192426.075000', '192426.077000', '192445.961000', '192445.964000', '192445.967000', '192445.970000', '192445.972000', '192445.975000', '192445.977000', '192445.980000', '192445.983000', '192445.985000', '192445.988000', '192445.990000', '192445.993000', '192445.995000', '192445.998000', '192446.002000', '192446.004000', '192446.007000', '192446.010000', '192446.013000', '192446.021000', '192446.024000', '192446.027000', '192446.029000', '192446.032000', '192446.034000', '192446.037000', '192446.039000', '192446.042000', '192446.045000', '192446.047000', '192446.050000', '192446.052000', '192446.055000', '192446.058000', '192446.060000', '192446.063000', '192446.065000', '192446.068000', '192446.071000', '192446.073000', '192446.076000', '192446.078000', '192505.962000', '192505.964000', '192505.967000', '192505.970000', '192505.972000', '192505.975000', '192505.977000', '192505.980000', '192505.983000', '192505.985000', '192505.988000', '192505.990000', '192505.993000', '192505.995000', '192505.998000', '192506.002000', '192506.004000', '192506.007000', '192506.009000', '192506.012000', '192506.014000', '192506.017000', '192506.020000', '192506.022000', '192506.025000', '192506.027000', '192506.030000', '192506.033000', '192506.035000', '192506.038000', '192506.041000', '192506.043000', '192506.046000', '192506.049000', '192506.051000', '192506.054000', '192506.056000', '192506.059000', '192506.062000', '192506.064000', '192506.067000', '192506.069000', '192506.072000', '192506.074000', '192522.350000', '192522.354000', '192522.356000', '192522.359000', '192522.362000', '192522.365000', '192522.367000', '192522.370000', '192522.373000', '192522.376000', '192522.378000', '192522.381000', '192522.384000', '192522.386000', '192522.389000', '192522.392000', '192522.394000', '192522.397000', '192522.400000', '192522.402000', '192522.405000', '192522.407000', '192522.410000', '192522.413000', '192522.415000', '192522.418000', '192522.421000', '192522.423000', '192522.426000', '192522.430000', '192522.432000', '192522.435000', '192522.438000', '192522.440000', '192522.443000', '192522.446000'], 'InstanceCreationTime': ['191906.005000', '191906.008000', '191906.013000', '191906.015000', '191906.018000', '191906.021000', '191906.023000', '191906.026000', '191906.028000', '191906.031000', '191906.033000', '191906.036000', '191906.038000', '191906.041000', '191906.044000', '191906.046000', '191906.049000', '191906.051000', '191906.054000', '191906.056000', '191906.059000', '191906.061000', '191906.064000', '191906.066000', '191906.069000', '191906.072000', '191906.074000', '191906.077000', '191906.079000', '191906.082000', '191906.084000', '191906.095000', '191906.098000', '191906.101000', '191906.103000', '191906.106000', '191906.108000', '191906.111000', '191906.123000', '191906.125000', '191906.129000', '191906.140000', '191906.142000', '191906.145000', '191906.147000', '191906.150000', '191906.153000', '191906.155000', '191906.158000', '191906.160000', '191906.169000', '191906.172000', '191906.174000', '191925.963000', '191925.965000', '191925.968000', '191925.971000', '191925.973000', '191925.976000', '191925.978000', '191925.981000', '191925.983000', '191925.986000', '191925.988000', '191925.991000', '191925.993000', '191925.996000', '191925.998000', '191926.002000', '191926.005000', '191926.008000', '191926.010000', '191926.013000', '191926.015000', '191926.018000', '191926.020000', '191926.023000', '191926.026000', '191926.028000', '191926.031000', '191926.033000', '191926.036000', '191926.038000', '191926.041000', '191926.050000', '191926.052000', '191926.055000', '191926.057000', '191926.060000', '191926.062000', '191926.065000', '191926.067000', '191926.070000', '191926.072000', '191926.075000', '191926.077000', '191926.080000', '191945.962000', '191945.965000', '191945.968000', '191945.970000', '191945.973000', '191945.976000', '191945.978000', '191945.981000', '191945.983000', '191945.986000', '191945.988000', '191945.991000', '191945.993000', '191945.996000', '191946.000000', '191946.003000', '191946.005000', '191946.015000', '191946.018000', '191946.020000', '191946.023000', '191946.025000', '191946.028000', '191946.030000', '191946.033000', '191946.036000', '191946.038000', '191946.041000', '191946.043000', '191946.046000', '191946.049000', '191946.051000', '191946.054000', '191946.057000', '191946.059000', '191946.062000', '191946.065000', '191946.067000', '191946.070000', '191946.072000', '191946.075000', '191946.077000', '191946.080000', '192005.961000', '192005.964000', '192005.967000', '192005.969000', '192005.972000', '192005.975000', '192005.977000', '192005.980000', '192005.989000', '192005.991000', '192005.994000', '192005.996000', '192006.000000', '192006.003000', '192006.005000', '192006.008000', '192006.010000', '192006.013000', '192006.016000', '192006.018000', '192006.021000', '192006.023000', '192006.026000', '192006.028000', '192006.031000', '192006.033000', '192006.036000', '192006.039000', '192006.041000', '192006.044000', '192006.046000', '192006.049000', '192006.051000', '192006.054000', '192006.057000', '192006.059000', '192006.062000', '192006.064000', '192006.067000', '192006.069000', '192006.072000', '192006.075000', '192006.077000', '192006.080000', '192025.961000', '192025.964000', '192025.967000', '192025.969000', '192025.972000', '192025.974000', '192025.977000', '192025.980000', '192025.982000', '192025.985000', '192025.987000', '192025.990000', '192025.992000', '192025.995000', '192025.997000', '192026.001000', '192026.004000', '192026.006000', '192026.009000', '192026.011000', '192026.014000', '192026.016000', '192026.019000', '192026.021000', '192026.024000', '192026.026000', '192026.029000', '192026.032000', '192026.034000', '192026.047000', '192026.049000', '192026.052000', '192026.054000', '192026.057000', '192026.060000', '192026.062000', '192026.065000', '192026.067000', '192026.070000', '192026.083000', '192026.085000', '192026.088000', '192026.090000', '192045.962000', '192045.964000', '192045.967000', '192045.969000', '192045.972000', '192045.975000', '192045.988000', '192045.990000', '192045.993000', '192045.995000', '192045.998000', '192046.002000', '192046.004000', '192046.007000', '192046.009000', '192046.012000', '192046.014000', '192046.017000', '192046.020000', '192046.022000', '192046.025000', '192046.027000', '192046.030000', '192046.033000', '192046.035000', '192046.038000', '192046.040000', '192046.050000', '192046.052000', '192046.055000', '192046.058000', '192046.060000', '192046.063000', '192046.065000', '192046.068000', '192046.071000', '192046.073000', '192046.076000', '192046.078000', '192046.081000', '192046.084000', '192046.086000', '192046.089000', '192046.091000', '192105.961000', '192105.964000', '192105.967000', '192105.969000', '192105.972000', '192105.975000', '192105.977000', '192105.980000', '192105.982000', '192105.985000', '192105.987000', '192105.990000', '192105.993000', '192105.995000', '192105.998000', '192106.002000', '192106.004000', '192106.007000', '192106.009000', '192106.012000', '192106.015000', '192106.017000', '192106.020000', '192106.022000', '192106.025000', '192106.028000', '192106.031000', '192106.033000', '192106.036000', '192106.038000', '192106.041000', '192106.043000', '192106.046000', '192106.049000', '192106.051000', '192106.054000', '192106.056000', '192106.059000', '192106.061000', '192106.064000', '192106.067000', '192106.069000', '192106.072000', '192125.963000', '192125.966000', '192125.969000', '192125.972000', '192125.974000', '192125.977000', '192125.979000', '192125.982000', '192125.985000', '192125.987000', '192125.990000', '192125.992000', '192125.995000', '192125.998000', '192126.001000', '192126.019000', '192126.021000', '192126.024000', '192126.027000', '192126.029000', '192126.032000', '192126.034000', '192126.037000', '192126.040000', '192126.042000', '192126.045000', '192126.047000', '192126.050000', '192126.053000', '192126.055000', '192126.058000', '192126.060000', '192126.063000', '192126.066000', '192126.068000', '192126.071000', '192126.073000', '192126.076000', '192126.079000', '192126.081000', '192126.084000', '192126.086000', '192126.089000', '192126.092000', '192145.962000', '192145.965000', '192145.968000', '192145.971000', '192145.973000', '192145.976000', '192145.978000', '192145.981000', '192145.983000', '192145.986000', '192145.989000', '192145.991000', '192145.994000', '192145.996000', '192146.000000', '192146.003000', '192146.005000', '192146.008000', '192146.010000', '192146.013000', '192146.015000', '192146.018000', '192146.021000', '192146.023000', '192146.026000', '192146.028000', '192146.031000', '192146.034000', '192146.036000', '192146.039000', '192146.041000', '192146.044000', '192146.047000', '192146.049000', '192146.052000', '192146.054000', '192146.057000', '192146.059000', '192146.062000', '192146.065000', '192146.067000', '192146.070000', '192146.072000', '192205.963000', '192205.966000', '192205.968000', '192205.971000', '192205.973000', '192205.976000', '192205.979000', '192205.981000', '192205.984000', '192205.987000', '192205.989000', '192205.992000', '192205.995000', '192205.997000', '192206.001000', '192206.003000', '192206.006000', '192206.009000', '192206.012000', '192206.014000', '192206.017000', '192206.029000', '192206.032000', '192206.035000', '192206.037000', '192206.040000', '192206.043000', '192206.045000', '192206.048000', '192206.050000', '192206.053000', '192206.056000', '192206.058000', '192206.061000', '192206.063000', '192206.066000', '192206.069000', '192206.071000', '192206.074000', '192206.076000', '192206.079000', '192206.082000', '192206.084000', '192206.087000', '192225.962000', '192225.964000', '192225.967000', '192225.970000', '192225.972000', '192225.975000', '192225.977000', '192225.980000', '192226.002000', '192226.005000', '192226.008000', '192226.010000', '192226.013000', '192226.015000', '192226.018000', '192226.020000', '192226.023000', '192226.026000', '192226.028000', '192226.031000', '192226.033000', '192226.036000', '192226.039000', '192226.041000', '192226.044000', '192226.046000', '192226.049000', '192226.052000', '192226.054000', '192226.057000', '192226.059000', '192226.062000', '192226.064000', '192226.067000', '192226.070000', '192226.072000', '192226.075000', '192226.078000', '192226.080000', '192226.083000', '192226.085000', '192226.088000', '192226.090000', '192245.962000', '192245.967000', '192245.970000', '192245.973000', '192245.975000', '192245.978000', '192245.980000', '192245.983000', '192245.986000', '192245.988000', '192245.991000', '192245.993000', '192245.996000', '192246.000000', '192246.002000', '192246.005000', '192246.008000', '192246.011000', '192246.014000', '192246.017000', '192246.019000', '192246.022000', '192246.024000', '192246.027000', '192246.030000', '192246.033000', '192246.035000', '192246.038000', '192246.040000', '192246.043000', '192246.046000', '192246.048000', '192246.051000', '192246.053000', '192246.056000', '192246.058000', '192246.061000', '192246.064000', '192246.067000', '192246.069000', '192246.072000', '192246.074000', '192246.077000', '192305.961000', '192305.964000', '192305.967000', '192305.970000', '192305.972000', '192305.975000', '192305.977000', '192305.980000', '192305.983000', '192305.985000', '192305.988000', '192305.990000', '192305.993000', '192305.996000', '192305.998000', '192306.002000', '192306.005000', '192306.007000', '192306.010000', '192306.012000', '192306.015000', '192306.018000', '192306.020000', '192306.023000', '192306.025000', '192306.028000', '192306.030000', '192306.033000', '192306.043000', '192306.046000', '192306.049000', '192306.051000', '192306.054000', '192306.056000', '192306.059000', '192306.061000', '192306.064000', '192306.067000', '192306.069000', '192306.072000', '192306.074000', '192306.077000', '192306.080000', '192306.082000', '192325.961000', '192325.964000', '192325.967000', '192325.969000', '192325.972000', '192325.975000', '192325.977000', '192325.980000', '192325.982000', '192325.985000', '192325.988000', '192325.991000', '192325.994000', '192325.996000', '192326.000000', '192326.002000', '192326.005000', '192326.007000', '192326.010000', '192326.013000', '192326.015000', '192326.018000', '192326.020000', '192326.023000', '192326.026000', '192326.028000', '192326.031000', '192326.033000', '192326.036000', '192326.039000', '192326.041000', '192326.044000', '192326.046000', '192326.049000', '192326.052000', '192326.054000', '192326.057000', '192326.059000', '192326.062000', '192326.064000', '192326.067000', '192326.070000', '192326.072000', '192345.963000', '192345.965000', '192345.968000', '192345.970000', '192345.973000', '192345.976000', '192345.978000', '192345.981000', '192345.984000', '192345.986000', '192345.989000', '192345.991000', '192345.994000', '192345.996000', '192346.000000', '192346.003000', '192346.005000', '192346.008000', '192346.010000', '192346.013000', '192346.016000', '192346.018000', '192346.021000', '192346.023000', '192346.026000', '192346.029000', '192346.031000', '192346.034000', '192346.036000', '192346.039000', '192346.041000', '192346.044000', '192346.047000', '192346.049000', '192346.078000', '192346.081000', '192346.083000', '192346.086000', '192346.088000', '192346.091000', '192346.094000', '192346.096000', '192346.099000', '192346.101000', '192405.963000', '192405.965000', '192405.968000', '192405.971000', '192405.973000', '192405.976000', '192405.979000', '192405.981000', '192405.984000', '192405.987000', '192405.989000', '192405.992000', '192405.995000', '192405.997000', '192406.001000', '192406.003000', '192406.006000', '192406.009000', '192406.011000', '192406.014000', '192406.017000', '192406.019000', '192406.022000', '192406.024000', '192406.027000', '192406.029000', '192406.032000', '192406.035000', '192406.037000', '192406.050000', '192406.053000', '192406.056000', '192406.058000', '192406.061000', '192406.064000', '192406.066000', '192406.069000', '192406.071000', '192406.074000', '192406.077000', '192406.079000', '192406.082000', '192406.084000', '192425.962000', '192425.965000', '192425.968000', '192425.970000', '192425.973000', '192425.976000', '192425.978000', '192425.981000', '192425.983000', '192425.986000', '192425.988000', '192425.991000', '192425.994000', '192425.996000', '192426.000000', '192426.003000', '192426.005000', '192426.008000', '192426.011000', '192426.013000', '192426.016000', '192426.018000', '192426.021000', '192426.024000', '192426.026000', '192426.029000', '192426.032000', '192426.034000', '192426.037000', '192426.039000', '192426.042000', '192426.044000', '192426.047000', '192426.050000', '192426.052000', '192426.055000', '192426.058000', '192426.060000', '192426.063000', '192426.065000', '192426.068000', '192426.070000', '192426.075000', '192426.077000', '192445.961000', '192445.964000', '192445.967000', '192445.970000', '192445.972000', '192445.975000', '192445.977000', '192445.980000', '192445.983000', '192445.985000', '192445.988000', '192445.990000', '192445.993000', '192445.995000', '192445.998000', '192446.002000', '192446.004000', '192446.007000', '192446.010000', '192446.013000', '192446.021000', '192446.024000', '192446.027000', '192446.029000', '192446.032000', '192446.034000', '192446.037000', '192446.039000', '192446.042000', '192446.045000', '192446.047000', '192446.050000', '192446.052000', '192446.055000', '192446.058000', '192446.060000', '192446.063000', '192446.065000', '192446.068000', '192446.071000', '192446.073000', '192446.076000', '192446.078000', '192505.962000', '192505.964000', '192505.967000', '192505.970000', '192505.972000', '192505.975000', '192505.977000', '192505.980000', '192505.983000', '192505.985000', '192505.988000', '192505.990000', '192505.993000', '192505.995000', '192505.998000', '192506.002000', '192506.004000', '192506.007000', '192506.009000', '192506.012000', '192506.014000', '192506.017000', '192506.020000', '192506.022000', '192506.025000', '192506.027000', '192506.030000', '192506.033000', '192506.035000', '192506.038000', '192506.041000', '192506.043000', '192506.046000', '192506.049000', '192506.051000', '192506.054000', '192506.056000', '192506.059000', '192506.062000', '192506.064000', '192506.067000', '192506.069000', '192506.072000', '192506.074000', '192522.350000', '192522.354000', '192522.356000', '192522.359000', '192522.362000', '192522.365000', '192522.367000', '192522.370000', '192522.373000', '192522.376000', '192522.378000', '192522.381000', '192522.384000', '192522.386000', '192522.389000', '192522.392000', '192522.394000', '192522.397000', '192522.400000', '192522.402000', '192522.405000', '192522.407000', '192522.410000', '192522.413000', '192522.415000', '192522.418000', '192522.421000', '192522.423000', '192522.426000', '192522.430000', '192522.432000', '192522.435000', '192522.438000', '192522.440000', '192522.443000', '192522.446000'], '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': [12137, 11301, 11850, 11730, 10269, 14279, 9491, 13030, 9052, 12196, 8483, 11737, 10311, 10828, 12890, 10255, 14265, 10584, 13571, 9317, 13530, 9338, 13620, 9249, 13844, 8971, 12592, 9250, 12439, 11277, 14082, 9887, 15746, 12317, 17329, 12235, 16716, 11846, 16079, 11791, 14772, 16929, 12051, 18385, 11667, 17134, 10750, 14583, 9279, 14198, 8904, 13512, 9492, 11908, 11545, 12436, 12133, 11683, 16851, 11291, 15924, 10170, 15195, 10492, 14802, 12542, 13586, 16853, 12876, 18038, 12157, 17456, 11663, 15857, 10727, 14117, 12823, 12313, 18278, 12059, 16036, 10341, 14351, 9537, 13986, 8998, 13028, 9605, 12763, 9858, 11936, 14988, 11267, 17154, 11694, 15629, 10062, 14649, 9336, 13365, 10743, 12811, 12881, 11964, 15429, 11015, 15609, 10110, 15186, 10184, 14785, 9104, 13193, 10198, 12298, 15124, 11615, 17985, 12897, 13983, 11165, 12834, 8653, 13005, 13891, 10740, 16219, 12743, 19049, 13609, 16572, 12222, 18385, 12495, 16332, 11307, 15196, 11808, 13405, 13191, 11269, 16630, 10572, 14343, 9398, 12458, 9128, 12269, 8472, 11031, 8596, 10635, 10960, 10684, 11480, 10610, 11060, 10969, 15932, 11406, 15273, 11113, 15862, 10249, 15164, 10105, 13368, 15399, 11766, 18028, 11943, 16752, 10987, 13542, 10891, 11196, 12070, 11733, 12403, 14396, 11529, 16790, 10999, 15110, 10782, 15560, 10486, 15174, 11029, 15869, 12690, 16373, 10569, 14711, 10309, 15817, 10358, 13249, 11476, 13914, 10600, 9945, 12422, 10116, 15248, 9901, 13867, 9531, 14603, 10908, 13726, 14338, 11411, 16047, 10256, 14320, 9375, 13599, 9446, 13005, 8908, 12289, 8872, 12351, 9647, 12901, 10123, 14826, 9974, 14441, 10251, 14306, 9470, 14342, 10247, 13347, 13014, 12376, 17989, 12028, 15559, 11360, 15020, 10829, 14973, 9890, 14134, 9971, 14395, 9864, 15267, 10346, 15572, 10560, 14976, 10185, 13487, 12884, 12545, 17877, 11014, 15661, 10638, 14797, 10293, 14431, 10858, 13109, 12238, 11427, 13578, 10763, 10479, 11946, 8700, 13615, 9599, 14839, 9490, 12097, 16055, 11207, 15638, 10959, 15581, 10244, 15285, 13345, 14718, 17780, 13182, 17452, 12523, 16110, 10616, 15016, 11082, 13995, 14038, 11316, 15969, 10276, 12693, 9290, 12195, 10919, 11046, 14975, 9902, 14228, 9265, 12052, 8572, 11081, 10341, 9958, 13427, 9500, 12809, 8912, 12109, 8646, 11729, 8685, 12119, 8783, 12536, 9237, 12579, 8945, 10909, 9523, 11823, 12162, 9204, 15094, 10732, 16870, 11089, 16406, 11266, 16074, 11977, 16530, 12037, 16771, 11622, 15902, 11058, 15707, 11926, 14556, 11569, 14599, 10141, 14277, 10855, 14100, 13228, 12500, 11674, 12120, 10228, 12327, 12584, 11831, 13868, 11530, 14765, 10675, 16532, 10556, 14815, 10105, 14560, 9882, 13532, 9017, 13136, 10141, 12502, 13722, 11467, 13782, 9806, 15652, 10344, 14103, 10013, 14473, 9327, 13249, 8504, 12253, 10143, 11414, 17003, 11132, 17521, 10504, 14007, 10171, 13820, 9162, 13996, 10884, 12967, 17482, 10731, 15588, 10416, 13886, 9958, 13785, 11324, 12333, 15577, 11083, 15669, 11055, 14433, 10530, 13473, 9601, 12752, 8898, 12887, 9396, 11683, 10145, 12202, 8518, 13142, 9595, 13283, 16543, 10697, 16041, 11057, 15338, 10335, 13956, 9338, 13566, 9768, 13878, 11030, 14030, 11022, 12665, 17771, 11370, 15955, 11096, 15046, 10106, 13566, 9167, 13148, 11041, 12209, 15510, 11325, 12798, 10591, 12864, 10594, 16185, 10626, 17146, 10857, 16915, 10309, 15161, 9926, 14926, 10215, 14725, 10225, 14424, 9668, 13366, 9169, 12670, 11600, 11000, 17065, 10998, 15825, 9503, 13453, 9274, 13354, 10047, 14661, 9901, 14106, 9282, 14251, 9680, 14123, 9195, 14781, 9885, 13838, 9264, 13614, 9406, 13827, 10113, 13266, 9960, 12523, 11079, 12468, 12243, 12003, 11925, 11579, 9471, 12600, 8528, 15049, 9977, 16386, 10376, 16036, 10110, 14386, 9488, 15009, 9795, 13613, 10691, 12958, 10660, 15999, 12833, 15652, 11788, 16776, 14210, 13506, 14873, 11142, 15269, 11228, 14566, 12235, 13161, 14132, 12543, 12767, 12074, 11023, 11758, 9404, 12631, 9479, 13173, 9104, 12206, 9134, 12868, 8975, 12797, 9703, 11949, 10046, 11057, 14444, 10471, 16529, 10921, 15712, 10054, 12965, 8728, 13043, 9903, 12212, 11926, 11212, 11215, 9768, 13847, 9718, 14052, 10150, 14600, 10027, 15052, 10438, 15311, 9695, 14578, 10089, 16026, 10340, 14682, 9685, 14204, 10539, 12713, 12485, 10836, 10647, 11260, 8552, 13790, 10581, 13471, 9079, 10412, 15382, 10616, 12894, 9476, 12118, 13398, 10394, 14338, 10394, 14633, 9632, 9843, 11008, 14411, 17408, 18983, 16138, 14360, 14638, 12983, 13745, 15029, 13581, 18051, 12342, 16053, 11181, 15307, 10729, 14226, 10545, 12931, 12575, 11157, 15495, 10614, 12828, 9424, 11905, 8665, 12361, 8939, 12371, 9541, 12315, 9327, 12347, 9417, 12181, 9607, 12410, 9057, 11487, 10915, 11019, 15499, 10626, 14765, 10148, 12986, 9760, 12536, 9282, 12690, 9505, 12636, 9973, 13321, 9269, 13250, 9034, 12857, 9531, 12815, 10601, 13511, 10094, 12256, 10230, 11714, 13253, 14314, 9755, 15561, 10883, 18627, 11503, 16829, 10977, 15987, 10965, 15851, 11300, 16189, 11108, 14193, 9851, 13247, 9224, 13189, 9600, 13130, 9269, 11706, 11157, 10059, 14305, 9747, 12965, 9311, 12815, 9132, 13037, 8800, 11873, 9398, 11353, 14930, 10754, 15560, 10338, 13564, 8933, 12681, 8311, 12828, 9197, 12736, 9404, 11247, 12266, 10475, 16211, 11006, 15636, 10026, 14860, 8519, 13566, 9272, 11802, 11659, 12454, 14720, 11569, 16785, 10937, 15365, 10118, 14908, 10680, 14063, 13283, 12513, 17868, 12009, 15937, 11518, 15220, 10130, 14065, 10350, 13237, 11951, 12479, 14511, 12341, 14546, 10332, 16033, 10527, 14642, 10439, 13705, 10625, 13386, 13234, 12760, 16521, 10756, 15018, 10495, 14456, 9641, 13085, 9043, 13408, 9012, 11671, 8767, 11348, 9848, 11804, 9851, 12213, 9075, 11872, 9215, 11879, 11182, 11018, 14567, 11309, 16006, 10460, 15618, 10219, 14960, 10459, 16321, 10475, 15029, 9538, 13531, 9767, 15467, 10901, 14723, 10737, 12158, 10149, 15529, 10414, 16572, 10678, 15824, 10342, 14897, 10522, 13704, 11869, 15358, 11007, 14001, 8957, 11189, 10712, 9964, 11421, 11741, 14091, 9685, 15109, 10420, 16715, 10872, 15651, 11233, 15796, 14093, 14578, 18159, 11909, 17381, 11770, 16082, 10077, 13301], 'WindowCenter': [4319.0, 4297.0, 4320.0, 4305.0, 4282.0, 4301.0, 4269.0, 4301.0, 4260.0, 4290.0, 4273.0, 4316.0, 4283.0, 4293.0, 4304.0, 4293.0, 4327.0, 4295.0, 4315.0, 4285.0, 4314.0, 4285.0, 4326.0, 4285.0, 4325.0, 4286.0, 4330.0, 4300.0, 4331.0, 4307.0, 4325.0, 4297.0, 4341.0, 4320.0, 4351.0, 4319.0, 4340.0, 4307.0, 4327.0, 4304.0, 4316.0, 4325.0, 4307.0, 4349.0, 4305.0, 4334.0, 4291.0, 4308.0, 4270.0, 4300.0, 4260.0, 4313.0, 4285.0, 4307.0, 4307.0, 4320.0, 4317.0, 4317.0, 4350.0, 4320.0, 4339.0, 4296.0, 4327.0, 4297.0, 4342.0, 4318.0, 4329.0, 4338.0, 4316.0, 4337.0, 4305.0, 4335.0, 4292.0, 4324.0, 4280.0, 4312.0, 4300.0, 4300.0, 4321.0, 4302.0, 4323.0, 4293.0, 4324.0, 4282.0, 4313.0, 4270.0, 4314.0, 4282.0, 4315.0, 4292.0, 4306.0, 4337.0, 4304.0, 4335.0, 4304.0, 4326.0, 4282.0, 4312.0, 4272.0, 4314.0, 4293.0, 4313.0, 4314.0, 4303.0, 4323.0, 4295.0, 4322.0, 4293.0, 4325.0, 4294.0, 4325.0, 4274.0, 4315.0, 4293.0, 4305.0, 4325.0, 4306.0, 4363.0, 4317.0, 4315.0, 4291.0, 4303.0, 4285.0, 4316.0, 4316.0, 4304.0, 4338.0, 4327.0, 4349.0, 4326.0, 4335.0, 4318.0, 4335.0, 4303.0, 4337.0, 4292.0, 4324.0, 4292.0, 4303.0, 4301.0, 4279.0, 4307.0, 4279.0, 4299.0, 4270.0, 4302.0, 4271.0, 4301.0, 4274.0, 4307.0, 4272.0, 4293.0, 4294.0, 4295.0, 4317.0, 4307.0, 4318.0, 4308.0, 4340.0, 4319.0, 4338.0, 4308.0, 4339.0, 4295.0, 4327.0, 4284.0, 4316.0, 4313.0, 4293.0, 4325.0, 4307.0, 4325.0, 4292.0, 4301.0, 4279.0, 4278.0, 4291.0, 4291.0, 4304.0, 4326.0, 4306.0, 4337.0, 4305.0, 4337.0, 4305.0, 4324.0, 4282.0, 4312.0, 4292.0, 4321.0, 4302.0, 4311.0, 4279.0, 4298.0, 4281.0, 4309.0, 4281.0, 4300.0, 4291.0, 4300.0, 4279.0, 4281.0, 4304.0, 4280.0, 4310.0, 4268.0, 4299.0, 4258.0, 4298.0, 4278.0, 4300.0, 4298.0, 4277.0, 4309.0, 4267.0, 4310.0, 4269.0, 4313.0, 4282.0, 4301.0, 4273.0, 4303.0, 4286.0, 4327.0, 4310.0, 4328.0, 4309.0, 4338.0, 4308.0, 4337.0, 4297.0, 4328.0, 4284.0, 4328.0, 4296.0, 4316.0, 4314.0, 4303.0, 4335.0, 4304.0, 4337.0, 4317.0, 4335.0, 4295.0, 4327.0, 4296.0, 4328.0, 4295.0, 4325.0, 4294.0, 4325.0, 4296.0, 4336.0, 4296.0, 4326.0, 4293.0, 4329.0, 4317.0, 4304.0, 4336.0, 4291.0, 4322.0, 4281.0, 4311.0, 4279.0, 4310.0, 4290.0, 4301.0, 4302.0, 4291.0, 4300.0, 4293.0, 4294.0, 4302.0, 4274.0, 4325.0, 4295.0, 4328.0, 4285.0, 4306.0, 4326.0, 4294.0, 4325.0, 4294.0, 4326.0, 4284.0, 4341.0, 4303.0, 4300.0, 4310.0, 4275.0, 4296.0, 4261.0, 4283.0, 4249.0, 4271.0, 4249.0, 4270.0, 4268.0, 4248.0, 4278.0, 4237.0, 4258.0, 4227.0, 4259.0, 4249.0, 4261.0, 4281.0, 4251.0, 4283.0, 4241.0, 4261.0, 4231.0, 4265.0, 4254.0, 4254.0, 4288.0, 4267.0, 4289.0, 4268.0, 4301.0, 4260.0, 4301.0, 4287.0, 4317.0, 4274.0, 4328.0, 4300.0, 4330.0, 4287.0, 4306.0, 4308.0, 4328.0, 4332.0, 4311.0, 4351.0, 4321.0, 4361.0, 4320.0, 4351.0, 4320.0, 4352.0, 4318.0, 4338.0, 4314.0, 4339.0, 4316.0, 4337.0, 4294.0, 4325.0, 4304.0, 4312.0, 4291.0, 4311.0, 4279.0, 4313.0, 4292.0, 4314.0, 4315.0, 4305.0, 4293.0, 4303.0, 4282.0, 4300.0, 4302.0, 4304.0, 4314.0, 4307.0, 4324.0, 4294.0, 4336.0, 4294.0, 4322.0, 4281.0, 4323.0, 4282.0, 4314.0, 4270.0, 4314.0, 4293.0, 4306.0, 4313.0, 4302.0, 4324.0, 4283.0, 4326.0, 4296.0, 4324.0, 4281.0, 4326.0, 4285.0, 4315.0, 4271.0, 4303.0, 4294.0, 4303.0, 4334.0, 4295.0, 4335.0, 4295.0, 4312.0, 4293.0, 4313.0, 4271.0, 4313.0, 4291.0, 4315.0, 4322.0, 4291.0, 4320.0, 4279.0, 4301.0, 4268.0, 4301.0, 4289.0, 4300.0, 4311.0, 4289.0, 4311.0, 4290.0, 4311.0, 4283.0, 4299.0, 4281.0, 4303.0, 4272.0, 4305.0, 4285.0, 4292.0, 4282.0, 4303.0, 4262.0, 4313.0, 4282.0, 4314.0, 4323.0, 4292.0, 4324.0, 4293.0, 4322.0, 4293.0, 4312.0, 4283.0, 4314.0, 4283.0, 4316.0, 4292.0, 4314.0, 4291.0, 4302.0, 4322.0, 4289.0, 4309.0, 4290.0, 4311.0, 4279.0, 4301.0, 4269.0, 4302.0, 4288.0, 4291.0, 4309.0, 4281.0, 4299.0, 4281.0, 4302.0, 4291.0, 4334.0, 4293.0, 4334.0, 4293.0, 4335.0, 4293.0, 4323.0, 4293.0, 4324.0, 4281.0, 4312.0, 4279.0, 4313.0, 4284.0, 4314.0, 4270.0, 4314.0, 4302.0, 4291.0, 4323.0, 4292.0, 4311.0, 4270.0, 4312.0, 4283.0, 4313.0, 4282.0, 4326.0, 4294.0, 4326.0, 4284.0, 4325.0, 4284.0, 4316.0, 4272.0, 4324.0, 4283.0, 4313.0, 4273.0, 4315.0, 4272.0, 4313.0, 4281.0, 4313.0, 4281.0, 4305.0, 4293.0, 4303.0, 4303.0, 4303.0, 4303.0, 4292.0, 4270.0, 4291.0, 4260.0, 4313.0, 4298.0, 4337.0, 4295.0, 4327.0, 4283.0, 4316.0, 4281.0, 4314.0, 4284.0, 4313.0, 4281.0, 4314.0, 4293.0, 4313.0, 4301.0, 4312.0, 4291.0, 4319.0, 4301.0, 4301.0, 4311.0, 4279.0, 4299.0, 4275.0, 4287.0, 4275.0, 4286.0, 4287.0, 4276.0, 4286.0, 4287.0, 4276.0, 4285.0, 4257.0, 4289.0, 4269.0, 4315.0, 4271.0, 4302.0, 4271.0, 4302.0, 4274.0, 4306.0, 4285.0, 4305.0, 4284.0, 4296.0, 4323.0, 4293.0, 4325.0, 4293.0, 4326.0, 4284.0, 4303.0, 4262.0, 4313.0, 4281.0, 4306.0, 4305.0, 4296.0, 4308.0, 4298.0, 4318.0, 4299.0, 4317.0, 4286.0, 4318.0, 4287.0, 4316.0, 4300.0, 4328.0, 4273.0, 4314.0, 4284.0, 4339.0, 4285.0, 4315.0, 4272.0, 4313.0, 4293.0, 4304.0, 4304.0, 4281.0, 4267.0, 4280.0, 4238.0, 4291.0, 4284.0, 4302.0, 4260.0, 4282.0, 4312.0, 4269.0, 4301.0, 4270.0, 4304.0, 4314.0, 4283.0, 4311.0, 4283.0, 4312.0, 4270.0, 4270.0, 4268.0, 4286.0, 4309.0, 4307.0, 4285.0, 4286.0, 4274.0, 4260.0, 4263.0, 4260.0, 4249.0, 4270.0, 4247.0, 4268.0, 4236.0, 4255.0, 4237.0, 4255.0, 4235.0, 4257.0, 4247.0, 4248.0, 4271.0, 4240.0, 4259.0, 4231.0, 4263.0, 4246.0, 4290.0, 4258.0, 4290.0, 4259.0, 4291.0, 4272.0, 4301.0, 4275.0, 4308.0, 4288.0, 4307.0, 4273.0, 4293.0, 4281.0, 4293.0, 4324.0, 4284.0, 4311.0, 4282.0, 4302.0, 4282.0, 4303.0, 4283.0, 4313.0, 4285.0, 4314.0, 4294.0, 4316.0, 4286.0, 4318.0, 4284.0, 4317.0, 4283.0, 4316.0, 4294.0, 4329.0, 4295.0, 4307.0, 4297.0, 4320.0, 4317.0, 4326.0, 4285.0, 4327.0, 4297.0, 4350.0, 4308.0, 4338.0, 4296.0, 4324.0, 4281.0, 4311.0, 4278.0, 4311.0, 4281.0, 4301.0, 4270.0, 4289.0, 4259.0, 4301.0, 4271.0, 4301.0, 4271.0, 4291.0, 4293.0, 4283.0, 4325.0, 4286.0, 4314.0, 4274.0, 4306.0, 4273.0, 4315.0, 4272.0, 4306.0, 4272.0, 4306.0, 4324.0, 4292.0, 4337.0, 4296.0, 4314.0, 4275.0, 4314.0, 4274.0, 4316.0, 4283.0, 4318.0, 4285.0, 4310.0, 4316.0, 4307.0, 4337.0, 4305.0, 4337.0, 4295.0, 4328.0, 4287.0, 4326.0, 4285.0, 4316.0, 4305.0, 4318.0, 4338.0, 4308.0, 4337.0, 4306.0, 4327.0, 4283.0, 4314.0, 4282.0, 4314.0, 4303.0, 4292.0, 4322.0, 4289.0, 4310.0, 4291.0, 4312.0, 4280.0, 4302.0, 4270.0, 4302.0, 4292.0, 4302.0, 4313.0, 4291.0, 4310.0, 4282.0, 4310.0, 4277.0, 4309.0, 4278.0, 4299.0, 4279.0, 4301.0, 4301.0, 4290.0, 4308.0, 4268.0, 4299.0, 4279.0, 4299.0, 4270.0, 4299.0, 4257.0, 4301.0, 4258.0, 4279.0, 4258.0, 4280.0, 4270.0, 4291.0, 4281.0, 4303.0, 4269.0, 4293.0, 4271.0, 4303.0, 4293.0, 4293.0, 4313.0, 4307.0, 4323.0, 4282.0, 4313.0, 4281.0, 4312.0, 4279.0, 4312.0, 4279.0, 4312.0, 4270.0, 4300.0, 4283.0, 4320.0, 4294.0, 4315.0, 4294.0, 4303.0, 4296.0, 4323.0, 4282.0, 4322.0, 4283.0, 4313.0, 4282.0, 4302.0, 4285.0, 4290.0, 4282.0, 4313.0, 4281.0, 4312.0, 4272.0, 4304.0, 4307.0, 4295.0, 4292.0, 4320.0, 4327.0, 4285.0, 4324.0, 4294.0, 4326.0, 4294.0, 4314.0, 4282.0, 4302.0, 4288.0, 4299.0, 4297.0, 4265.0, 4295.0, 4266.0, 4295.0, 4255.0, 4284.0], 'WindowWidth': [9540.0, 9501.0, 9542.0, 9509.0, 9472.0, 9497.0, 9452.0, 9499.0, 9440.0, 9480.0, 9462.0, 9529.0, 9475.0, 9489.0, 9505.0, 9490.0, 9543.0, 9495.0, 9524.0, 9485.0, 9523.0, 9484.0, 9542.0, 9483.0, 9538.0, 9485.0, 9553.0, 9512.0, 9557.0, 9517.0, 9540.0, 9504.0, 9568.0, 9539.0, 9584.0, 9534.0, 9565.0, 9513.0, 9543.0, 9503.0, 9524.0, 9540.0, 9513.0, 9581.0, 9509.0, 9547.0, 9481.0, 9504.0, 9453.0, 9494.0, 9438.0, 9518.0, 9483.0, 9516.0, 9513.0, 9537.0, 9528.0, 9529.0, 9581.0, 9538.0, 9563.0, 9498.0, 9545.0, 9499.0, 9571.0, 9532.0, 9548.0, 9562.0, 9526.0, 9560.0, 9510.0, 9553.0, 9485.0, 9533.0, 9465.0, 9513.0, 9494.0, 9495.0, 9532.0, 9499.0, 9531.0, 9491.0, 9536.0, 9475.0, 9518.0, 9457.0, 9522.0, 9476.0, 9525.0, 9490.0, 9513.0, 9561.0, 9509.0, 9553.0, 9507.0, 9539.0, 9474.0, 9516.0, 9458.0, 9520.0, 9488.0, 9518.0, 9520.0, 9504.0, 9533.0, 9496.0, 9532.0, 9490.0, 9538.0, 9493.0, 9540.0, 9467.0, 9525.0, 9492.0, 9510.0, 9540.0, 9513.0, 9607.0, 9530.0, 9523.0, 9485.0, 9504.0, 9486.0, 9525.0, 9526.0, 9506.0, 9563.0, 9546.0, 9582.0, 9540.0, 9554.0, 9534.0, 9556.0, 9503.0, 9559.0, 9487.0, 9533.0, 9485.0, 9501.0, 9497.0, 9464.0, 9504.0, 9462.0, 9492.0, 9452.0, 9500.0, 9453.0, 9497.0, 9465.0, 9515.0, 9461.0, 9491.0, 9495.0, 9496.0, 9529.0, 9516.0, 9531.0, 9520.0, 9566.0, 9535.0, 9561.0, 9518.0, 9564.0, 9496.0, 9544.0, 9478.0, 9524.0, 9517.0, 9487.0, 9539.0, 9514.0, 9541.0, 9485.0, 9498.0, 9464.0, 9461.0, 9481.0, 9480.0, 9505.0, 9542.0, 9511.0, 9560.0, 9512.0, 9561.0, 9510.0, 9535.0, 9472.0, 9517.0, 9488.0, 9528.0, 9497.0, 9512.0, 9463.0, 9490.0, 9469.0, 9508.0, 9468.0, 9497.0, 9481.0, 9494.0, 9463.0, 9467.0, 9507.0, 9466.0, 9511.0, 9447.0, 9490.0, 9431.0, 9490.0, 9459.0, 9493.0, 9488.0, 9458.0, 9506.0, 9443.0, 9508.0, 9451.0, 9518.0, 9475.0, 9499.0, 9462.0, 9506.0, 9486.0, 9545.0, 9527.0, 9549.0, 9522.0, 9563.0, 9520.0, 9557.0, 9502.0, 9546.0, 9481.0, 9546.0, 9497.0, 9527.0, 9520.0, 9503.0, 9551.0, 9503.0, 9558.0, 9529.0, 9554.0, 9495.0, 9543.0, 9499.0, 9548.0, 9495.0, 9540.0, 9495.0, 9540.0, 9498.0, 9555.0, 9497.0, 9543.0, 9490.0, 9551.0, 9527.0, 9507.0, 9556.0, 9484.0, 9530.0, 9469.0, 9512.0, 9464.0, 9509.0, 9481.0, 9496.0, 9498.0, 9483.0, 9494.0, 9487.0, 9490.0, 9501.0, 9466.0, 9540.0, 9500.0, 9547.0, 9481.0, 9512.0, 9540.0, 9492.0, 9537.0, 9492.0, 9540.0, 9476.0, 9571.0, 9502.0, 9494.0, 9508.0, 9449.0, 9486.0, 9424.0, 9459.0, 9404.0, 9437.0, 9403.0, 9433.0, 9428.0, 9399.0, 9446.0, 9386.0, 9417.0, 9373.0, 9419.0, 9405.0, 9424.0, 9454.0, 9411.0, 9459.0, 9399.0, 9427.0, 9386.0, 9435.0, 9420.0, 9421.0, 9473.0, 9443.0, 9478.0, 9449.0, 9495.0, 9443.0, 9498.0, 9493.0, 9532.0, 9468.0, 9549.0, 9513.0, 9554.0, 9491.0, 9517.0, 9522.0, 9548.0, 9559.0, 9528.0, 9586.0, 9542.0, 9600.0, 9542.0, 9588.0, 9540.0, 9592.0, 9533.0, 9565.0, 9522.0, 9564.0, 9527.0, 9560.0, 9492.0, 9538.0, 9504.0, 9516.0, 9484.0, 9513.0, 9466.0, 9516.0, 9486.0, 9521.0, 9523.0, 9509.0, 9489.0, 9502.0, 9473.0, 9497.0, 9501.0, 9505.0, 9521.0, 9513.0, 9538.0, 9494.0, 9556.0, 9494.0, 9531.0, 9471.0, 9534.0, 9472.0, 9520.0, 9455.0, 9523.0, 9490.0, 9510.0, 9519.0, 9502.0, 9535.0, 9478.0, 9541.0, 9498.0, 9536.0, 9473.0, 9538.0, 9481.0, 9524.0, 9459.0, 9507.0, 9492.0, 9505.0, 9549.0, 9495.0, 9552.0, 9494.0, 9516.0, 9489.0, 9520.0, 9458.0, 9518.0, 9484.0, 9520.0, 9531.0, 9484.0, 9525.0, 9466.0, 9499.0, 9448.0, 9498.0, 9477.0, 9494.0, 9512.0, 9478.0, 9511.0, 9480.0, 9511.0, 9473.0, 9495.0, 9471.0, 9502.0, 9459.0, 9508.0, 9481.0, 9488.0, 9471.0, 9501.0, 9444.0, 9518.0, 9472.0, 9523.0, 9533.0, 9489.0, 9537.0, 9491.0, 9532.0, 9491.0, 9518.0, 9475.0, 9523.0, 9478.0, 9527.0, 9487.0, 9521.0, 9486.0, 9500.0, 9530.0, 9478.0, 9508.0, 9480.0, 9512.0, 9463.0, 9497.0, 9449.0, 9500.0, 9476.0, 9482.0, 9507.0, 9467.0, 9492.0, 9470.0, 9500.0, 9485.0, 9550.0, 9490.0, 9549.0, 9489.0, 9551.0, 9490.0, 9533.0, 9491.0, 9533.0, 9471.0, 9515.0, 9467.0, 9516.0, 9477.0, 9521.0, 9456.0, 9521.0, 9501.0, 9484.0, 9533.0, 9486.0, 9513.0, 9454.0, 9516.0, 9477.0, 9517.0, 9475.0, 9538.0, 9493.0, 9539.0, 9481.0, 9537.0, 9480.0, 9526.0, 9460.0, 9536.0, 9476.0, 9519.0, 9462.0, 9523.0, 9461.0, 9519.0, 9470.0, 9518.0, 9468.0, 9506.0, 9488.0, 9504.0, 9499.0, 9501.0, 9505.0, 9484.0, 9449.0, 9478.0, 9435.0, 9512.0, 9503.0, 9559.0, 9497.0, 9542.0, 9476.0, 9524.0, 9471.0, 9520.0, 9480.0, 9517.0, 9467.0, 9521.0, 9490.0, 9518.0, 9493.0, 9513.0, 9482.0, 9520.0, 9497.0, 9493.0, 9512.0, 9460.0, 9491.0, 9450.0, 9470.0, 9448.0, 9467.0, 9468.0, 9453.0, 9466.0, 9469.0, 9453.0, 9467.0, 9429.0, 9477.0, 9448.0, 9523.0, 9457.0, 9499.0, 9457.0, 9502.0, 9465.0, 9511.0, 9478.0, 9509.0, 9479.0, 9496.0, 9534.0, 9491.0, 9537.0, 9489.0, 9537.0, 9478.0, 9503.0, 9446.0, 9518.0, 9471.0, 9510.0, 9507.0, 9496.0, 9518.0, 9501.0, 9530.0, 9506.0, 9526.0, 9479.0, 9526.0, 9484.0, 9523.0, 9507.0, 9546.0, 9459.0, 9518.0, 9475.0, 9563.0, 9479.0, 9522.0, 9458.0, 9516.0, 9489.0, 9504.0, 9501.0, 9467.0, 9442.0, 9462.0, 9399.0, 9473.0, 9470.0, 9497.0, 9436.0, 9471.0, 9511.0, 9446.0, 9496.0, 9450.0, 9503.0, 9520.0, 9474.0, 9512.0, 9476.0, 9516.0, 9452.0, 9451.0, 9442.0, 9467.0, 9498.0, 9494.0, 9464.0, 9462.0, 9445.0, 9419.0, 9427.0, 9418.0, 9400.0, 9437.0, 9393.0, 9428.0, 9379.0, 9408.0, 9379.0, 9407.0, 9376.0, 9410.0, 9396.0, 9398.0, 9435.0, 9389.0, 9418.0, 9381.0, 9427.0, 9412.0, 9477.0, 9428.0, 9475.0, 9432.0, 9479.0, 9457.0, 9495.0, 9465.0, 9515.0, 9489.0, 9515.0, 9460.0, 9488.0, 9467.0, 9486.0, 9534.0, 9475.0, 9513.0, 9472.0, 9500.0, 9473.0, 9504.0, 9478.0, 9518.0, 9482.0, 9521.0, 9495.0, 9526.0, 9485.0, 9530.0, 9480.0, 9528.0, 9477.0, 9527.0, 9492.0, 9551.0, 9495.0, 9514.0, 9499.0, 9538.0, 9527.0, 9541.0, 9479.0, 9541.0, 9498.0, 9578.0, 9516.0, 9563.0, 9497.0, 9535.0, 9468.0, 9513.0, 9460.0, 9512.0, 9464.0, 9495.0, 9448.0, 9476.0, 9434.0, 9493.0, 9450.0, 9494.0, 9452.0, 9482.0, 9485.0, 9474.0, 9538.0, 9484.0, 9520.0, 9465.0, 9510.0, 9461.0, 9523.0, 9461.0, 9510.0, 9461.0, 9513.0, 9535.0, 9488.0, 9559.0, 9496.0, 9520.0, 9467.0, 9521.0, 9467.0, 9527.0, 9476.0, 9530.0, 9485.0, 9523.0, 9525.0, 9517.0, 9558.0, 9511.0, 9556.0, 9498.0, 9546.0, 9488.0, 9542.0, 9484.0, 9527.0, 9511.0, 9531.0, 9560.0, 9517.0, 9559.0, 9512.0, 9543.0, 9474.0, 9521.0, 9471.0, 9519.0, 9500.0, 9485.0, 9531.0, 9479.0, 9511.0, 9482.0, 9515.0, 9467.0, 9500.0, 9449.0, 9497.0, 9482.0, 9499.0, 9515.0, 9481.0, 9510.0, 9470.0, 9512.0, 9461.0, 9508.0, 9461.0, 9493.0, 9463.0, 9499.0, 9495.0, 9479.0, 9505.0, 9445.0, 9490.0, 9462.0, 9490.0, 9452.0, 9492.0, 9430.0, 9499.0, 9430.0, 9461.0, 9432.0, 9467.0, 9451.0, 9482.0, 9468.0, 9502.0, 9451.0, 9489.0, 9456.0, 9504.0, 9490.0, 9489.0, 9517.0, 9514.0, 9531.0, 9471.0, 9516.0, 9468.0, 9511.0, 9463.0, 9514.0, 9464.0, 9514.0, 9453.0, 9496.0, 9473.0, 9525.0, 9490.0, 9523.0, 9493.0, 9506.0, 9495.0, 9532.0, 9472.0, 9529.0, 9474.0, 9518.0, 9470.0, 9499.0, 9475.0, 9476.0, 9466.0, 9514.0, 9465.0, 9512.0, 9458.0, 9505.0, 9515.0, 9498.0, 9487.0, 9537.0, 9544.0, 9480.0, 9535.0, 9491.0, 9541.0, 9489.0, 9523.0, 9468.0, 9500.0, 9470.0, 9486.0, 9486.0, 9434.0, 9481.0, 9436.0, 9479.0, 9420.0, 9460.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.00263447247706422</td></tr>
<tr><td colspan=3>aqi</td><td>0.03588673107798165</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.77516523810562</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2541144151664758</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0171987320665914</td></tr>
<tr><td colspan=3>efc</td><td>0.497</td></tr>
<tr><td colspan=3>fber</td><td>5512.9307</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14111945604782986</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>127</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.564220183486238</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7224788694755855</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6371348462167146</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.01669047353104</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.513611288679002</td></tr>
<tr><td colspan=3>gcor</td><td>0.0160909</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006817132234573364</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03837457299232483</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.006549996556093</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.7964</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.9867</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.7721</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292478.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>851.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.6057</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6772</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.318</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3425.8114</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3631.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4445.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.2606</td></tr>
<tr><td colspan=3>tsnr</td><td>32.19192724698223</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>