ds005256-mriqc/sub-0095_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter c7f943c661 [DATALAD RUNCMD] Compute MRIQC for sub-0095
=== 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-0095 --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-0095",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:37 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0095_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0095_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0095/ses-03/func/sub-0095_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9373fccc8b77f39b4566d92b63ec51d9</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>11:16:31.760000</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.999982, 0.00150576, -0.00581767, -0.00209437, 0.994727, -0.102536]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0865017</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7783, -7264, 186, -94, -269, -215, 66]</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>253.199</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ac4cb59f-5aeb-4141-8b6b-3f2facc3b535||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.6828784942626953, -0.00561905512586236, -0.015208018012344837, 110.66622924804688], [-0.004039842169731855, 2.6687800884246826, -0.27687376737594604, -89.36829376220703], [-0.015608380548655987, 0.27509525418281555, 2.685723304748535, -116.43939971923828], [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': ['111631.760000', '111632.220000', '111632.680000', '111633.140000', '111633.600000', '111634.060000', '111634.520000', '111634.980000', '111635.440000', '111635.900000', '111636.360000', '111636.820000', '111637.280000', '111637.740000', '111638.200000', '111638.660000', '111639.120000', '111639.580000', '111640.040000', '111640.500000', '111640.960000', '111641.420000', '111641.880000', '111642.340000', '111642.800000', '111643.260000', '111643.720000', '111644.180000', '111644.640000', '111645.100000', '111645.560000', '111646.020000', '111646.480000', '111646.940000', '111647.400000', '111647.860000', '111648.320000', '111648.780000', '111649.240000', '111649.700000', '111650.160000', '111650.620000', '111651.080000', '111651.540000', '111652.000000', '111652.460000', '111652.920000', '111653.380000', '111653.840000', '111654.300000', '111654.760000', '111655.220000', '111655.680000', '111656.140000', '111656.600000', '111657.060000', '111657.520000', '111657.980000', '111658.440000', '111658.900000', '111659.360000', '111659.820000', '111700.280000', '111700.740000', '111701.200000', '111701.660000', '111702.120000', '111702.580000', '111703.040000', '111703.500000', '111703.960000', '111704.420000', '111704.880000', '111705.340000', '111705.800000', '111706.260000', '111706.720000', '111707.180000', '111707.640000', '111708.100000', '111708.560000', '111709.020000', '111709.480000', '111709.940000', '111710.400000', '111710.860000', '111711.320000', '111711.780000', '111712.240000', '111712.700000', '111713.160000', '111713.620000', '111714.080000', '111714.540000', '111715.000000', '111715.460000', '111715.920000', '111716.380000', '111716.840000', '111717.300000', '111717.760000', '111718.220000', '111718.680000', '111719.140000', '111719.600000', '111720.060000', '111720.520000', '111720.980000', '111721.440000', '111721.900000', '111722.360000', '111722.820000', '111723.280000', '111723.740000', '111724.200000', '111724.660000', '111725.120000', '111725.580000', '111726.040000', '111726.500000', '111726.960000', '111727.420000', '111727.880000', '111728.340000', '111728.800000', '111729.260000', '111729.720000', '111730.180000', '111730.640000', '111731.100000', '111731.560000', '111732.020000', '111732.480000', '111732.940000', '111733.400000', '111733.860000', '111734.320000', '111734.780000', '111735.240000', '111735.700000', '111736.160000', '111736.620000', '111737.080000', '111737.540000', '111738.000000', '111738.460000', '111738.920000', '111739.380000', '111739.840000', '111740.300000', '111740.760000', '111741.220000', '111741.680000', '111742.140000', '111742.600000', '111743.060000', '111743.520000', '111743.980000', '111744.440000', '111744.900000', '111745.360000', '111745.820000', '111746.280000', '111746.740000', '111747.200000', '111747.660000', '111748.120000', '111748.580000', '111749.040000', '111749.500000', '111749.960000', '111750.420000', '111750.880000', '111751.340000', '111751.800000', '111752.260000', '111752.720000', '111753.180000', '111753.640000', '111754.100000', '111754.560000', '111755.020000', '111755.480000', '111755.940000', '111756.400000', '111756.860000', '111757.320000', '111757.780000', '111758.240000', '111758.700000', '111759.160000', '111759.620000', '111800.080000', '111800.540000', '111801.000000', '111801.460000', '111801.920000', '111802.380000', '111802.840000', '111803.300000', '111803.760000', '111804.220000', '111804.680000', '111805.140000', '111805.600000', '111806.060000', '111806.520000', '111806.980000', '111807.440000', '111807.900000', '111808.360000', '111808.820000', '111809.280000', '111809.740000', '111810.200000', '111810.660000', '111811.120000', '111811.580000', '111812.040000', '111812.500000', '111812.960000', '111813.420000', '111813.880000', '111814.340000', '111814.800000', '111815.260000', '111815.720000', '111816.180000', '111816.640000', '111817.100000', '111817.560000', '111818.020000', '111818.480000', '111818.940000', '111819.400000', '111819.860000', '111820.320000', '111820.780000', '111821.240000', '111821.700000', '111822.160000', '111822.620000', '111823.080000', '111823.540000', '111824.000000', '111824.460000', '111824.920000', '111825.380000', '111825.840000', '111826.300000', '111826.760000', '111827.220000', '111827.680000', '111828.140000', '111828.600000', '111829.060000', '111829.520000', '111829.980000', '111830.440000', '111830.900000', '111831.360000', '111831.820000', '111832.280000', '111832.740000', '111833.200000', '111833.660000', '111834.120000', '111834.580000', '111835.040000', '111835.500000', '111835.960000', '111836.420000', '111836.880000', '111837.340000', '111837.800000', '111838.260000', '111838.720000', '111839.180000', '111839.640000', '111840.100000', '111840.560000', '111841.020000', '111841.480000', '111841.940000', '111842.400000', '111842.860000', '111843.320000', '111843.780000', '111844.240000', '111844.700000', '111845.160000', '111845.620000', '111846.080000', '111846.540000', '111847.000000', '111847.460000', '111847.920000', '111848.380000', '111848.840000', '111849.300000', '111849.760000', '111850.220000', '111850.680000', '111851.140000', '111851.600000', '111852.060000', '111852.520000', '111852.980000', '111853.440000', '111853.900000', '111854.360000', '111854.820000', '111855.280000', '111855.740000', '111856.200000', '111856.660000', '111857.120000', '111857.580000', '111858.040000', '111858.500000', '111858.960000', '111859.420000', '111859.880000', '111900.340000', '111900.800000', '111901.260000', '111901.720000', '111902.180000', '111902.640000', '111903.100000', '111903.560000', '111904.020000', '111904.480000', '111904.940000', '111905.400000', '111905.860000', '111906.320000', '111906.780000', '111907.240000', '111907.700000', '111908.160000', '111908.620000', '111909.080000', '111909.540000', '111910.000000', '111910.460000', '111910.920000', '111911.380000', '111911.840000', '111912.300000', '111912.760000', '111913.220000', '111913.680000', '111914.140000', '111914.600000', '111915.060000', '111915.520000', '111915.980000', '111916.440000', '111916.900000', '111917.360000', '111917.820000', '111918.280000', '111918.740000', '111919.200000', '111919.660000', '111920.120000', '111920.580000', '111921.040000', '111921.500000', '111921.960000', '111922.420000', '111922.880000', '111923.340000', '111923.800000', '111924.260000', '111924.720000', '111925.180000', '111925.640000', '111926.100000', '111926.560000', '111927.020000', '111927.480000', '111927.940000', '111928.400000', '111928.860000', '111929.320000', '111929.780000', '111930.240000', '111930.700000', '111931.160000', '111931.620000', '111932.080000', '111932.540000', '111933.000000', '111933.460000', '111933.920000', '111934.380000', '111934.840000', '111935.300000', '111935.760000', '111936.220000', '111936.680000', '111937.140000', '111937.600000', '111938.060000', '111938.520000', '111938.980000', '111939.440000', '111939.900000', '111940.360000', '111940.820000', '111941.280000', '111941.740000', '111942.200000', '111942.660000', '111943.120000', '111943.580000', '111944.040000', '111944.500000', '111944.960000', '111945.420000', '111945.880000', '111946.340000', '111946.800000', '111947.260000', '111947.720000', '111948.180000', '111948.640000', '111949.100000', '111949.560000', '111950.020000', '111950.480000', '111950.940000', '111951.400000', '111951.860000', '111952.320000', '111952.780000', '111953.240000', '111953.700000', '111954.160000', '111954.620000', '111955.080000', '111955.540000', '111956.000000', '111956.460000', '111956.920000', '111957.380000', '111957.840000', '111958.300000', '111958.760000', '111959.220000', '111959.680000', '112000.140000', '112000.600000', '112001.060000', '112001.520000', '112001.980000', '112002.440000', '112002.900000', '112003.360000', '112003.820000', '112004.280000', '112004.740000', '112005.200000', '112005.660000', '112006.120000', '112006.580000', '112007.040000', '112007.500000', '112007.960000', '112008.420000', '112008.880000', '112009.340000', '112009.800000', '112010.260000', '112010.720000', '112011.180000', '112011.640000', '112012.100000', '112012.560000', '112013.020000', '112013.480000', '112013.940000', '112014.400000', '112014.860000', '112015.320000', '112015.780000', '112016.240000', '112016.700000', '112017.160000', '112017.620000', '112018.080000', '112018.540000', '112019.000000', '112019.460000', '112019.920000', '112020.380000', '112020.840000', '112021.300000', '112021.760000', '112022.220000', '112022.680000', '112023.140000', '112023.600000', '112024.060000', '112024.520000', '112024.980000', '112025.440000', '112025.900000', '112026.360000', '112026.820000', '112027.280000', '112027.740000', '112028.200000', '112028.660000', '112029.120000', '112029.580000', '112030.040000', '112030.500000', '112030.960000', '112031.420000', '112031.880000', '112032.340000', '112032.800000', '112033.260000', '112033.720000', '112034.180000', '112034.640000', '112035.100000', '112035.560000', '112036.020000', '112036.480000', '112036.940000', '112037.400000', '112037.860000', '112038.320000', '112038.780000', '112039.240000', '112039.700000', '112040.160000', '112040.620000', '112041.080000', '112041.540000', '112042.000000', '112042.460000', '112042.920000', '112043.380000', '112043.840000', '112044.300000', '112044.760000', '112045.220000', '112045.680000', '112046.140000', '112046.600000', '112047.060000', '112047.520000', '112047.980000', '112048.440000', '112048.900000', '112049.360000', '112049.820000', '112050.280000', '112050.740000', '112051.200000', '112051.660000', '112052.120000', '112052.580000', '112053.040000', '112053.500000', '112053.960000', '112054.420000', '112054.880000', '112055.340000', '112055.800000', '112056.260000', '112056.720000', '112057.180000', '112057.640000', '112058.100000', '112058.560000', '112059.020000', '112059.480000', '112059.940000', '112100.400000', '112100.860000', '112101.320000', '112101.780000', '112102.240000', '112102.700000', '112103.160000', '112103.620000', '112104.080000', '112104.540000', '112105.000000', '112105.460000', '112105.920000', '112106.380000', '112106.840000', '112107.300000', '112107.760000', '112108.220000', '112108.680000', '112109.140000', '112109.600000', '112110.060000', '112110.520000', '112110.980000', '112111.440000', '112111.900000', '112112.360000', '112112.820000', '112113.280000', '112113.740000', '112114.200000', '112114.660000', '112115.120000', '112115.580000', '112116.040000', '112116.500000', '112116.960000', '112117.420000', '112117.880000', '112118.340000', '112118.800000', '112119.260000', '112119.720000', '112120.180000', '112120.640000', '112121.100000', '112121.560000', '112122.020000', '112122.480000', '112122.940000', '112123.400000', '112123.860000', '112124.320000', '112124.780000', '112125.240000', '112125.700000', '112126.160000', '112126.620000', '112127.080000', '112127.540000', '112128.000000', '112128.460000', '112128.920000', '112129.380000', '112129.840000', '112130.300000', '112130.760000', '112131.220000', '112131.680000', '112132.140000', '112132.600000', '112133.060000', '112133.520000', '112133.980000', '112134.440000', '112134.900000', '112135.360000', '112135.820000', '112136.280000', '112136.740000', '112137.200000', '112137.660000', '112138.120000', '112138.580000', '112139.040000', '112139.500000', '112139.960000', '112140.420000', '112140.880000', '112141.340000', '112141.800000', '112142.260000', '112142.720000', '112143.180000', '112143.640000', '112144.100000', '112144.560000', '112145.020000', '112145.480000', '112145.940000', '112146.400000', '112146.860000', '112147.320000', '112147.780000', '112148.240000', '112148.700000', '112149.160000', '112149.620000', '112150.080000', '112150.540000', '112151.000000', '112151.460000', '112151.920000', '112152.380000', '112152.840000', '112153.300000', '112153.760000', '112154.220000', '112154.680000', '112155.140000', '112155.600000', '112156.060000', '112156.520000', '112156.980000', '112157.440000', '112157.900000', '112158.360000', '112158.820000', '112159.280000', '112159.740000', '112200.200000', '112200.660000', '112201.120000', '112201.580000', '112202.040000', '112202.500000', '112202.960000', '112203.420000', '112203.880000', '112204.340000', '112204.800000', '112205.260000', '112205.720000', '112206.180000', '112206.640000', '112207.100000', '112207.560000', '112208.020000', '112208.480000', '112208.940000', '112209.400000', '112209.860000', '112210.320000', '112210.780000', '112211.240000', '112211.700000', '112212.160000', '112212.620000', '112213.080000', '112213.540000', '112214.000000', '112214.460000', '112214.920000', '112215.380000', '112215.840000', '112216.300000', '112216.760000', '112217.220000', '112217.680000', '112218.140000', '112218.600000', '112219.060000', '112219.520000', '112219.980000', '112220.440000', '112220.900000', '112221.360000', '112221.820000', '112222.280000', '112222.740000', '112223.200000', '112223.660000', '112224.120000', '112224.580000', '112225.040000', '112225.500000', '112225.960000', '112226.420000', '112226.880000', '112227.340000', '112227.800000', '112228.260000', '112228.720000', '112229.180000', '112229.640000', '112230.100000', '112230.560000', '112231.020000', '112231.480000', '112231.940000', '112232.400000', '112232.860000', '112233.320000', '112233.780000', '112234.240000', '112234.700000', '112235.160000', '112235.620000', '112236.080000', '112236.540000', '112237.000000', '112237.460000', '112237.920000', '112238.380000', '112238.840000', '112239.300000', '112239.760000', '112240.220000', '112240.680000', '112241.140000', '112241.600000', '112242.060000', '112242.520000', '112242.980000', '112243.440000', '112243.900000', '112244.360000', '112244.820000', '112245.280000', '112245.740000', '112246.200000', '112246.660000', '112247.120000', '112247.580000', '112248.040000', '112248.500000', '112248.960000', '112249.420000', '112249.880000', '112250.340000', '112250.800000', '112251.260000', '112251.720000', '112252.180000', '112252.640000', '112253.100000', '112253.560000', '112254.020000', '112254.480000', '112254.940000', '112255.400000', '112255.860000', '112256.320000', '112256.780000', '112257.240000', '112257.700000', '112258.160000', '112258.620000', '112259.080000', '112259.540000', '112300.000000', '112300.460000', '112300.920000', '112301.380000', '112301.840000', '112302.300000', '112302.760000', '112303.220000', '112303.680000', '112304.140000', '112304.600000', '112305.060000', '112305.520000', '112305.980000', '112306.440000', '112306.900000', '112307.360000', '112307.820000', '112308.280000', '112308.740000', '112309.200000', '112309.660000', '112310.120000', '112310.580000', '112311.040000', '112311.500000', '112311.960000', '112312.420000'], 'ContentTime': ['111658.251000', '111658.254000', '111658.257000', '111658.259000', '111658.262000', '111658.265000', '111658.268000', '111658.270000', '111658.273000', '111658.275000', '111658.278000', '111658.280000', '111658.283000', '111658.286000', '111658.288000', '111658.291000', '111658.293000', '111658.296000', '111658.299000', '111658.301000', '111658.304000', '111658.306000', '111658.309000', '111658.311000', '111658.314000', '111658.317000', '111658.319000', '111658.332000', '111658.334000', '111658.337000', '111658.340000', '111658.342000', '111658.345000', '111658.348000', '111658.352000', '111658.355000', '111658.357000', '111658.360000', '111658.362000', '111658.365000', '111658.367000', '111658.370000', '111658.373000', '111658.375000', '111658.378000', '111658.381000', '111658.383000', '111658.386000', '111658.388000', '111658.391000', '111658.394000', '111658.396000', '111658.399000', '111658.401000', '111658.404000', '111718.211000', '111718.214000', '111718.216000', '111718.219000', '111718.221000', '111718.224000', '111718.226000', '111718.229000', '111718.231000', '111718.234000', '111718.236000', '111718.239000', '111718.242000', '111718.244000', '111718.247000', '111718.250000', '111718.252000', '111718.255000', '111718.257000', '111718.266000', '111718.268000', '111718.271000', '111718.273000', '111718.276000', '111718.279000', '111718.281000', '111718.284000', '111718.286000', '111718.289000', '111718.291000', '111718.294000', '111718.296000', '111718.299000', '111718.301000', '111718.304000', '111718.306000', '111718.309000', '111718.311000', '111718.314000', '111718.317000', '111718.319000', '111718.322000', '111718.324000', '111738.210000', '111738.213000', '111738.216000', '111738.218000', '111738.221000', '111738.224000', '111738.226000', '111738.229000', '111738.231000', '111738.234000', '111738.236000', '111738.239000', '111738.242000', '111738.245000', '111738.247000', '111738.250000', '111738.252000', '111738.255000', '111738.258000', '111738.260000', '111738.263000', '111738.265000', '111738.268000', '111738.270000', '111738.273000', '111738.276000', '111738.278000', '111738.281000', '111738.283000', '111738.286000', '111738.288000', '111738.291000', '111738.293000', '111738.296000', '111738.299000', '111738.301000', '111738.304000', '111738.306000', '111738.309000', '111738.311000', '111738.314000', '111738.316000', '111738.319000', '111738.321000', '111758.210000', '111758.213000', '111758.216000', '111758.219000', '111758.221000', '111758.224000', '111758.227000', '111758.229000', '111758.232000', '111758.234000', '111758.237000', '111758.239000', '111758.242000', '111758.245000', '111758.247000', '111758.250000', '111758.252000', '111758.255000', '111758.258000', '111758.260000', '111758.263000', '111758.265000', '111758.268000', '111758.270000', '111758.273000', '111758.275000', '111758.278000', '111758.281000', '111758.283000', '111758.290000', '111758.293000', '111758.295000', '111758.298000', '111758.301000', '111758.303000', '111758.306000', '111758.308000', '111758.311000', '111758.313000', '111758.316000', '111758.318000', '111758.321000', '111758.324000', '111818.210000', '111818.213000', '111818.216000', '111818.218000', '111818.221000', '111818.223000', '111818.226000', '111818.229000', '111818.231000', '111818.234000', '111818.236000', '111818.239000', '111818.241000', '111818.244000', '111818.246000', '111818.249000', '111818.251000', '111818.254000', '111818.257000', '111818.259000', '111818.262000', '111818.264000', '111818.267000', '111818.269000', '111818.272000', '111818.274000', '111818.277000', '111818.280000', '111818.282000', '111818.285000', '111818.287000', '111818.290000', '111818.293000', '111818.295000', '111818.298000', '111818.300000', '111818.303000', '111818.305000', '111818.308000', '111818.310000', '111818.313000', '111818.316000', '111818.318000', '111818.321000', '111838.210000', '111838.213000', '111838.216000', '111838.218000', '111838.221000', '111838.224000', '111838.226000', '111838.229000', '111838.231000', '111838.234000', '111838.237000', '111838.248000', '111838.251000', '111838.256000', '111838.259000', '111838.261000', '111838.264000', '111838.266000', '111838.269000', '111838.272000', '111838.274000', '111838.277000', '111838.280000', '111838.282000', '111838.285000', '111838.288000', '111838.290000', '111838.293000', '111838.295000', '111838.298000', '111838.300000', '111838.303000', '111838.305000', '111838.308000', '111838.310000', '111838.313000', '111838.316000', '111838.318000', '111838.321000', '111838.324000', '111838.326000', '111838.329000', '111838.331000', '111858.210000', '111858.213000', '111858.216000', '111858.218000', '111858.221000', '111858.223000', '111858.226000', '111858.228000', '111858.231000', '111858.234000', '111858.236000', '111858.239000', '111858.242000', '111858.245000', '111858.248000', '111858.250000', '111858.253000', '111858.255000', '111858.258000', '111858.261000', '111858.263000', '111858.266000', '111858.268000', '111858.271000', '111858.273000', '111858.276000', '111858.279000', '111858.281000', '111858.284000', '111858.287000', '111858.289000', '111858.292000', '111858.295000', '111858.297000', '111858.300000', '111858.302000', '111858.305000', '111858.308000', '111858.310000', '111858.313000', '111858.315000', '111858.318000', '111858.321000', '111858.323000', '111918.210000', '111918.213000', '111918.216000', '111918.219000', '111918.221000', '111918.224000', '111918.226000', '111918.229000', '111918.231000', '111918.234000', '111918.236000', '111918.239000', '111918.242000', '111918.244000', '111918.247000', '111918.250000', '111918.252000', '111918.255000', '111918.257000', '111918.260000', '111918.262000', '111918.265000', '111918.267000', '111918.270000', '111918.272000', '111918.275000', '111918.278000', '111918.280000', '111918.283000', '111918.285000', '111918.288000', '111918.290000', '111918.293000', '111918.296000', '111918.298000', '111918.301000', '111918.303000', '111918.306000', '111918.308000', '111918.311000', '111918.314000', '111918.324000', '111918.326000', '111938.210000', '111938.213000', '111938.216000', '111938.218000', '111938.221000', '111938.223000', '111938.226000', '111938.228000', '111938.231000', '111938.234000', '111938.236000', '111938.239000', '111938.241000', '111938.244000', '111938.247000', '111938.249000', '111938.252000', '111938.254000', '111938.257000', '111938.260000', '111938.262000', '111938.265000', '111938.267000', '111938.270000', '111938.272000', '111938.275000', '111938.277000', '111938.280000', '111938.283000', '111938.285000', '111938.288000', '111938.290000', '111938.293000', '111938.296000', '111938.298000', '111938.301000', '111938.304000', '111938.306000', '111938.309000', '111938.311000', '111938.314000', '111938.317000', '111938.319000', '111958.210000', '111958.213000', '111958.216000', '111958.218000', '111958.221000', '111958.224000', '111958.226000', '111958.229000', '111958.232000', '111958.234000', '111958.237000', '111958.239000', '111958.242000', '111958.245000', '111958.247000', '111958.250000', '111958.253000', '111958.255000', '111958.258000', '111958.261000', '111958.263000', '111958.266000', '111958.268000', '111958.271000', '111958.274000', '111958.276000', '111958.279000', '111958.281000', '111958.284000', '111958.287000', '111958.289000', '111958.292000', '111958.294000', '111958.297000', '111958.300000', '111958.302000', '111958.305000', '111958.308000', '111958.310000', '111958.313000', '111958.315000', '111958.318000', '111958.321000', '111958.323000', '112018.210000', '112018.213000', '112018.216000', '112018.218000', '112018.221000', '112018.224000', '112018.226000', '112018.229000', '112018.231000', '112018.234000', '112018.237000', '112018.239000', '112018.242000', '112018.244000', '112018.247000', '112018.249000', '112018.252000', '112018.255000', '112018.257000', '112018.260000', '112018.262000', '112018.265000', '112018.267000', '112018.270000', '112018.273000', '112018.275000', '112018.278000', '112018.281000', '112018.284000', '112018.287000', '112018.289000', '112018.292000', '112018.295000', '112018.297000', '112018.300000', '112018.302000', '112018.305000', '112018.308000', '112018.310000', '112018.313000', '112018.316000', '112018.318000', '112018.321000', '112038.211000', '112038.213000', '112038.216000', '112038.219000', '112038.221000', '112038.224000', '112038.226000', '112038.229000', '112038.231000', '112038.234000', '112038.237000', '112038.239000', '112038.242000', '112038.244000', '112038.247000', '112038.249000', '112038.252000', '112038.255000', '112038.258000', '112038.260000', '112038.263000', '112038.265000', '112038.268000', '112038.271000', '112038.273000', '112038.276000', '112038.278000', '112038.281000', '112038.284000', '112038.286000', '112038.289000', '112038.291000', '112038.294000', '112038.297000', '112038.299000', '112038.302000', '112038.304000', '112038.307000', '112038.309000', '112038.312000', '112038.315000', '112038.317000', '112038.320000', '112038.322000', '112058.210000', '112058.213000', '112058.216000', '112058.218000', '112058.221000', '112058.224000', '112058.226000', '112058.229000', '112058.232000', '112058.234000', '112058.237000', '112058.239000', '112058.242000', '112058.246000', '112058.249000', '112058.251000', '112058.254000', '112058.257000', '112058.259000', '112058.262000', '112058.264000', '112058.267000', '112058.269000', '112058.272000', '112058.275000', '112058.277000', '112058.280000', '112058.282000', '112058.285000', '112058.288000', '112058.290000', '112058.293000', '112058.295000', '112058.298000', '112058.301000', '112058.303000', '112058.306000', '112058.308000', '112058.311000', '112058.313000', '112058.316000', '112058.319000', '112058.321000', '112118.209000', '112118.212000', '112118.215000', '112118.217000', '112118.220000', '112118.223000', '112118.225000', '112118.228000', '112118.231000', '112118.233000', '112118.236000', '112118.238000', '112118.241000', '112118.243000', '112118.246000', '112118.249000', '112118.251000', '112118.254000', '112118.257000', '112118.259000', '112118.262000', '112118.264000', '112118.267000', '112118.270000', '112118.272000', '112118.275000', '112118.278000', '112118.280000', '112118.283000', '112118.285000', '112118.288000', '112118.290000', '112118.293000', '112118.296000', '112118.298000', '112118.301000', '112118.304000', '112118.306000', '112118.309000', '112118.311000', '112118.314000', '112118.316000', '112118.319000', '112118.321000', '112138.210000', '112138.213000', '112138.216000', '112138.219000', '112138.221000', '112138.224000', '112138.227000', '112138.229000', '112138.232000', '112138.234000', '112138.237000', '112138.240000', '112138.242000', '112138.245000', '112138.248000', '112138.250000', '112138.253000', '112138.255000', '112138.269000', '112138.271000', '112138.274000', '112138.277000', '112138.279000', '112138.282000', '112138.284000', '112138.287000', '112138.289000', '112138.292000', '112138.295000', '112138.297000', '112138.300000', '112138.302000', '112138.305000', '112138.307000', '112138.310000', '112138.312000', '112138.315000', '112138.318000', '112138.321000', '112138.324000', '112138.326000', '112138.329000', '112138.332000', '112158.210000', '112158.213000', '112158.216000', '112158.219000', '112158.221000', '112158.224000', '112158.227000', '112158.229000', '112158.232000', '112158.235000', '112158.237000', '112158.240000', '112158.242000', '112158.245000', '112158.248000', '112158.250000', '112158.253000', '112158.256000', '112158.258000', '112158.261000', '112158.263000', '112158.266000', '112158.269000', '112158.271000', '112158.274000', '112158.277000', '112158.279000', '112158.282000', '112158.284000', '112158.287000', '112158.290000', '112158.292000', '112158.295000', '112158.298000', '112158.300000', '112158.303000', '112158.305000', '112158.308000', '112158.310000', '112158.313000', '112158.316000', '112158.318000', '112158.321000', '112158.323000', '112218.210000', '112218.213000', '112218.216000', '112218.219000', '112218.221000', '112218.224000', '112218.226000', '112218.229000', '112218.232000', '112218.234000', '112218.237000', '112218.239000', '112218.242000', '112218.244000', '112218.247000', '112218.249000', '112218.252000', '112218.255000', '112218.257000', '112218.260000', '112218.262000', '112218.265000', '112218.267000', '112218.270000', '112218.272000', '112218.275000', '112218.277000', '112218.280000', '112218.283000', '112218.285000', '112218.288000', '112218.291000', '112218.294000', '112218.296000', '112218.299000', '112218.302000', '112218.304000', '112218.307000', '112218.311000', '112218.315000', '112218.318000', '112218.321000', '112218.323000', '112238.210000', '112238.213000', '112238.216000', '112238.219000', '112238.221000', '112238.224000', '112238.226000', '112238.229000', '112238.231000', '112238.234000', '112238.236000', '112238.239000', '112238.246000', '112238.248000', '112238.251000', '112238.253000', '112238.256000', '112238.259000', '112238.261000', '112238.264000', '112238.267000', '112238.269000', '112238.272000', '112238.274000', '112238.277000', '112238.280000', '112238.282000', '112238.285000', '112238.287000', '112238.290000', '112238.292000', '112238.295000', '112238.298000', '112238.300000', '112238.303000', '112238.305000', '112238.308000', '112238.310000', '112238.313000', '112238.316000', '112238.318000', '112238.321000', '112238.323000', '112238.326000', '112258.211000', '112258.213000', '112258.216000', '112258.219000', '112258.221000', '112258.224000', '112258.226000', '112258.229000', '112258.232000', '112258.234000', '112258.237000', '112258.239000', '112258.242000', '112258.244000', '112258.247000', '112258.250000', '112258.252000', '112258.255000', '112258.257000', '112258.260000', '112258.262000', '112258.265000', '112258.268000', '112258.270000', '112258.273000', '112258.275000', '112258.278000', '112258.281000', '112258.288000', '112258.291000', '112258.293000', '112258.296000', '112258.298000', '112258.301000', '112258.304000', '112258.306000', '112258.309000', '112258.311000', '112258.314000', '112258.317000', '112258.320000', '112258.323000', '112258.326000', '112313.932000', '112313.935000', '112313.938000', '112313.940000', '112313.943000', '112313.945000', '112313.948000', '112313.951000', '112313.953000', '112313.956000', '112313.958000', '112313.961000', '112313.963000', '112313.966000', '112313.969000', '112313.971000', '112313.974000', '112313.976000', '112313.979000', '112313.981000', '112313.984000', '112313.987000', '112313.989000', '112313.992000', '112313.994000', '112313.997000', '112313.999000', '112314.002000', '112314.005000', '112314.007000', '112314.010000', '112314.012000', '112314.015000', '112314.017000', '112314.020000'], 'InstanceCreationTime': ['111658.251000', '111658.254000', '111658.257000', '111658.259000', '111658.262000', '111658.265000', '111658.268000', '111658.270000', '111658.273000', '111658.275000', '111658.278000', '111658.280000', '111658.283000', '111658.286000', '111658.288000', '111658.291000', '111658.293000', '111658.296000', '111658.299000', '111658.301000', '111658.304000', '111658.306000', '111658.309000', '111658.311000', '111658.314000', '111658.317000', '111658.319000', '111658.332000', '111658.334000', '111658.337000', '111658.340000', '111658.342000', '111658.345000', '111658.348000', '111658.352000', '111658.355000', '111658.357000', '111658.360000', '111658.362000', '111658.365000', '111658.367000', '111658.370000', '111658.373000', '111658.375000', '111658.378000', '111658.381000', '111658.383000', '111658.386000', '111658.388000', '111658.391000', '111658.394000', '111658.396000', '111658.399000', '111658.401000', '111658.404000', '111718.211000', '111718.214000', '111718.216000', '111718.219000', '111718.221000', '111718.224000', '111718.226000', '111718.229000', '111718.231000', '111718.234000', '111718.236000', '111718.239000', '111718.242000', '111718.244000', '111718.247000', '111718.250000', '111718.252000', '111718.255000', '111718.257000', '111718.266000', '111718.268000', '111718.271000', '111718.273000', '111718.276000', '111718.279000', '111718.281000', '111718.284000', '111718.286000', '111718.289000', '111718.291000', '111718.294000', '111718.296000', '111718.299000', '111718.301000', '111718.304000', '111718.306000', '111718.309000', '111718.311000', '111718.314000', '111718.317000', '111718.319000', '111718.322000', '111718.324000', '111738.210000', '111738.213000', '111738.216000', '111738.218000', '111738.221000', '111738.224000', '111738.226000', '111738.229000', '111738.231000', '111738.234000', '111738.236000', '111738.239000', '111738.242000', '111738.245000', '111738.247000', '111738.250000', '111738.252000', '111738.255000', '111738.258000', '111738.260000', '111738.263000', '111738.265000', '111738.268000', '111738.270000', '111738.273000', '111738.276000', '111738.278000', '111738.281000', '111738.283000', '111738.286000', '111738.288000', '111738.291000', '111738.293000', '111738.296000', '111738.299000', '111738.301000', '111738.304000', '111738.306000', '111738.309000', '111738.311000', '111738.314000', '111738.316000', '111738.319000', '111738.321000', '111758.210000', '111758.213000', '111758.216000', '111758.219000', '111758.221000', '111758.224000', '111758.227000', '111758.229000', '111758.232000', '111758.234000', '111758.237000', '111758.239000', '111758.242000', '111758.245000', '111758.247000', '111758.250000', '111758.252000', '111758.255000', '111758.258000', '111758.260000', '111758.263000', '111758.265000', '111758.268000', '111758.270000', '111758.273000', '111758.275000', '111758.278000', '111758.281000', '111758.283000', '111758.290000', '111758.293000', '111758.295000', '111758.298000', '111758.301000', '111758.303000', '111758.306000', '111758.308000', '111758.311000', '111758.313000', '111758.316000', '111758.318000', '111758.321000', '111758.324000', '111818.210000', '111818.213000', '111818.216000', '111818.218000', '111818.221000', '111818.223000', '111818.226000', '111818.229000', '111818.231000', '111818.234000', '111818.236000', '111818.239000', '111818.241000', '111818.244000', '111818.246000', '111818.249000', '111818.251000', '111818.254000', '111818.257000', '111818.259000', '111818.262000', '111818.264000', '111818.267000', '111818.269000', '111818.272000', '111818.274000', '111818.277000', '111818.280000', '111818.282000', '111818.285000', '111818.287000', '111818.290000', '111818.293000', '111818.295000', '111818.298000', '111818.300000', '111818.303000', '111818.305000', '111818.308000', '111818.310000', '111818.313000', '111818.316000', '111818.318000', '111818.321000', '111838.210000', '111838.213000', '111838.216000', '111838.218000', '111838.221000', '111838.224000', '111838.226000', '111838.229000', '111838.231000', '111838.234000', '111838.237000', '111838.248000', '111838.251000', '111838.256000', '111838.259000', '111838.261000', '111838.264000', '111838.266000', '111838.269000', '111838.272000', '111838.274000', '111838.277000', '111838.280000', '111838.282000', '111838.285000', '111838.288000', '111838.290000', '111838.293000', '111838.295000', '111838.298000', '111838.300000', '111838.303000', '111838.305000', '111838.308000', '111838.310000', '111838.313000', '111838.316000', '111838.318000', '111838.321000', '111838.324000', '111838.326000', '111838.329000', '111838.331000', '111858.210000', '111858.213000', '111858.216000', '111858.218000', '111858.221000', '111858.223000', '111858.226000', '111858.228000', '111858.231000', '111858.234000', '111858.236000', '111858.239000', '111858.242000', '111858.245000', '111858.248000', '111858.250000', '111858.253000', '111858.255000', '111858.258000', '111858.261000', '111858.263000', '111858.266000', '111858.268000', '111858.271000', '111858.273000', '111858.276000', '111858.279000', '111858.281000', '111858.284000', '111858.287000', '111858.289000', '111858.292000', '111858.295000', '111858.297000', '111858.300000', '111858.302000', '111858.305000', '111858.308000', '111858.310000', '111858.313000', '111858.315000', '111858.318000', '111858.321000', '111858.323000', '111918.210000', '111918.213000', '111918.216000', '111918.219000', '111918.221000', '111918.224000', '111918.226000', '111918.229000', '111918.231000', '111918.234000', '111918.236000', '111918.239000', '111918.242000', '111918.244000', '111918.247000', '111918.250000', '111918.252000', '111918.255000', '111918.257000', '111918.260000', '111918.262000', '111918.265000', '111918.267000', '111918.270000', '111918.272000', '111918.275000', '111918.278000', '111918.280000', '111918.283000', '111918.285000', '111918.288000', '111918.290000', '111918.293000', '111918.296000', '111918.298000', '111918.301000', '111918.303000', '111918.306000', '111918.308000', '111918.311000', '111918.314000', '111918.324000', '111918.326000', '111938.210000', '111938.213000', '111938.216000', '111938.218000', '111938.221000', '111938.223000', '111938.226000', '111938.228000', '111938.231000', '111938.234000', '111938.236000', '111938.239000', '111938.241000', '111938.244000', '111938.247000', '111938.249000', '111938.252000', '111938.254000', '111938.257000', '111938.260000', '111938.262000', '111938.265000', '111938.267000', '111938.270000', '111938.272000', '111938.275000', '111938.277000', '111938.280000', '111938.283000', '111938.285000', '111938.288000', '111938.290000', '111938.293000', '111938.296000', '111938.298000', '111938.301000', '111938.304000', '111938.306000', '111938.309000', '111938.311000', '111938.314000', '111938.317000', '111938.319000', '111958.210000', '111958.213000', '111958.216000', '111958.218000', '111958.221000', '111958.224000', '111958.226000', '111958.229000', '111958.232000', '111958.234000', '111958.237000', '111958.239000', '111958.242000', '111958.245000', '111958.247000', '111958.250000', '111958.253000', '111958.255000', '111958.258000', '111958.261000', '111958.263000', '111958.266000', '111958.268000', '111958.271000', '111958.274000', '111958.276000', '111958.279000', '111958.281000', '111958.284000', '111958.287000', '111958.289000', '111958.292000', '111958.294000', '111958.297000', '111958.300000', '111958.302000', '111958.305000', '111958.308000', '111958.310000', '111958.313000', '111958.315000', '111958.318000', '111958.321000', '111958.323000', '112018.210000', '112018.213000', '112018.216000', '112018.218000', '112018.221000', '112018.224000', '112018.226000', '112018.229000', '112018.231000', '112018.234000', '112018.237000', '112018.239000', '112018.242000', '112018.244000', '112018.247000', '112018.249000', '112018.252000', '112018.255000', '112018.257000', '112018.260000', '112018.262000', '112018.265000', '112018.267000', '112018.270000', '112018.273000', '112018.275000', '112018.278000', '112018.281000', '112018.284000', '112018.287000', '112018.289000', '112018.292000', '112018.295000', '112018.297000', '112018.300000', '112018.302000', '112018.305000', '112018.308000', '112018.310000', '112018.313000', '112018.316000', '112018.318000', '112018.321000', '112038.211000', '112038.213000', '112038.216000', '112038.219000', '112038.221000', '112038.224000', '112038.226000', '112038.229000', '112038.231000', '112038.234000', '112038.237000', '112038.239000', '112038.242000', '112038.244000', '112038.247000', '112038.249000', '112038.252000', '112038.255000', '112038.258000', '112038.260000', '112038.263000', '112038.265000', '112038.268000', '112038.271000', '112038.273000', '112038.276000', '112038.278000', '112038.281000', '112038.284000', '112038.286000', '112038.289000', '112038.291000', '112038.294000', '112038.297000', '112038.299000', '112038.302000', '112038.304000', '112038.307000', '112038.309000', '112038.312000', '112038.315000', '112038.317000', '112038.320000', '112038.322000', '112058.210000', '112058.213000', '112058.216000', '112058.218000', '112058.221000', '112058.224000', '112058.226000', '112058.229000', '112058.232000', '112058.234000', '112058.237000', '112058.239000', '112058.242000', '112058.246000', '112058.249000', '112058.251000', '112058.254000', '112058.257000', '112058.259000', '112058.262000', '112058.264000', '112058.267000', '112058.269000', '112058.272000', '112058.275000', '112058.277000', '112058.280000', '112058.282000', '112058.285000', '112058.288000', '112058.290000', '112058.293000', '112058.295000', '112058.298000', '112058.301000', '112058.303000', '112058.306000', '112058.308000', '112058.311000', '112058.313000', '112058.316000', '112058.319000', '112058.321000', '112118.209000', '112118.212000', '112118.215000', '112118.217000', '112118.220000', '112118.223000', '112118.225000', '112118.228000', '112118.231000', '112118.233000', '112118.236000', '112118.238000', '112118.241000', '112118.243000', '112118.246000', '112118.249000', '112118.251000', '112118.254000', '112118.257000', '112118.259000', '112118.262000', '112118.264000', '112118.267000', '112118.270000', '112118.272000', '112118.275000', '112118.278000', '112118.280000', '112118.283000', '112118.285000', '112118.288000', '112118.290000', '112118.293000', '112118.296000', '112118.298000', '112118.301000', '112118.304000', '112118.306000', '112118.309000', '112118.311000', '112118.314000', '112118.316000', '112118.319000', '112118.321000', '112138.210000', '112138.213000', '112138.216000', '112138.219000', '112138.221000', '112138.224000', '112138.227000', '112138.229000', '112138.232000', '112138.234000', '112138.237000', '112138.240000', '112138.242000', '112138.245000', '112138.248000', '112138.250000', '112138.253000', '112138.255000', '112138.269000', '112138.271000', '112138.274000', '112138.277000', '112138.279000', '112138.282000', '112138.284000', '112138.287000', '112138.289000', '112138.292000', '112138.295000', '112138.297000', '112138.300000', '112138.302000', '112138.305000', '112138.307000', '112138.310000', '112138.312000', '112138.315000', '112138.318000', '112138.321000', '112138.324000', '112138.326000', '112138.329000', '112138.332000', '112158.210000', '112158.213000', '112158.216000', '112158.219000', '112158.221000', '112158.224000', '112158.227000', '112158.229000', '112158.232000', '112158.235000', '112158.237000', '112158.240000', '112158.242000', '112158.245000', '112158.248000', '112158.250000', '112158.253000', '112158.256000', '112158.258000', '112158.261000', '112158.263000', '112158.266000', '112158.269000', '112158.271000', '112158.274000', '112158.277000', '112158.279000', '112158.282000', '112158.284000', '112158.287000', '112158.290000', '112158.292000', '112158.295000', '112158.298000', '112158.300000', '112158.303000', '112158.305000', '112158.308000', '112158.310000', '112158.313000', '112158.316000', '112158.318000', '112158.321000', '112158.323000', '112218.210000', '112218.213000', '112218.216000', '112218.219000', '112218.221000', '112218.224000', '112218.226000', '112218.229000', '112218.232000', '112218.234000', '112218.237000', '112218.239000', '112218.242000', '112218.244000', '112218.247000', '112218.249000', '112218.252000', '112218.255000', '112218.257000', '112218.260000', '112218.262000', '112218.265000', '112218.267000', '112218.270000', '112218.272000', '112218.275000', '112218.277000', '112218.280000', '112218.283000', '112218.285000', '112218.288000', '112218.291000', '112218.294000', '112218.296000', '112218.299000', '112218.302000', '112218.304000', '112218.307000', '112218.311000', '112218.315000', '112218.318000', '112218.321000', '112218.323000', '112238.210000', '112238.213000', '112238.216000', '112238.219000', '112238.221000', '112238.224000', '112238.226000', '112238.229000', '112238.231000', '112238.234000', '112238.236000', '112238.239000', '112238.246000', '112238.248000', '112238.251000', '112238.253000', '112238.256000', '112238.259000', '112238.261000', '112238.264000', '112238.267000', '112238.269000', '112238.272000', '112238.274000', '112238.277000', '112238.280000', '112238.282000', '112238.285000', '112238.287000', '112238.290000', '112238.292000', '112238.295000', '112238.298000', '112238.300000', '112238.303000', '112238.305000', '112238.308000', '112238.310000', '112238.313000', '112238.316000', '112238.318000', '112238.321000', '112238.323000', '112238.326000', '112258.211000', '112258.213000', '112258.216000', '112258.219000', '112258.221000', '112258.224000', '112258.226000', '112258.229000', '112258.232000', '112258.234000', '112258.237000', '112258.239000', '112258.242000', '112258.244000', '112258.247000', '112258.250000', '112258.252000', '112258.255000', '112258.257000', '112258.260000', '112258.262000', '112258.265000', '112258.268000', '112258.270000', '112258.273000', '112258.275000', '112258.278000', '112258.281000', '112258.288000', '112258.291000', '112258.293000', '112258.296000', '112258.298000', '112258.301000', '112258.304000', '112258.306000', '112258.309000', '112258.311000', '112258.314000', '112258.317000', '112258.320000', '112258.323000', '112258.326000', '112313.932000', '112313.935000', '112313.938000', '112313.940000', '112313.943000', '112313.945000', '112313.948000', '112313.951000', '112313.953000', '112313.956000', '112313.958000', '112313.961000', '112313.963000', '112313.966000', '112313.969000', '112313.971000', '112313.974000', '112313.976000', '112313.979000', '112313.981000', '112313.984000', '112313.987000', '112313.989000', '112313.992000', '112313.994000', '112313.997000', '112313.999000', '112314.002000', '112314.005000', '112314.007000', '112314.010000', '112314.012000', '112314.015000', '112314.017000', '112314.020000'], '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': [6232, 10567, 6499, 10228, 7399, 10794, 6763, 7171, 7280, 6921, 10061, 6620, 9738, 5710, 9709, 6430, 10301, 7645, 6234, 7671, 5707, 9297, 6389, 11423, 7790, 5583, 8978, 5841, 9935, 7031, 8831, 6837, 5768, 8822, 5873, 11304, 8044, 5853, 8296, 5672, 6801, 7691, 6715, 10262, 7752, 6672, 9001, 6939, 10297, 7636, 10708, 8084, 5933, 10182, 6872, 11941, 9843, 7550, 9869, 6503, 7364, 8272, 7048, 10252, 7386, 6021, 8904, 5796, 10437, 6882, 9916, 8891, 7006, 9296, 6067, 6921, 7718, 6708, 10192, 6919, 6077, 7928, 5656, 9091, 7013, 9897, 5792, 10121, 5695, 9815, 5997, 10353, 6373, 5694, 7929, 5774, 9844, 6843, 10370, 7132, 7009, 8133, 7467, 10038, 5836, 10156, 5950, 9762, 7543, 7033, 9367, 6042, 6811, 8559, 7474, 12141, 8946, 6026, 9504, 7153, 13134, 10348, 6642, 9427, 5996, 5736, 8924, 6361, 5718, 9022, 6006, 7635, 9060, 7359, 10935, 8356, 6350, 9433, 5653, 11058, 8082, 7602, 8792, 5756, 9973, 6254, 10854, 8172, 5711, 9018, 5848, 6757, 8744, 7128, 9643, 8305, 5722, 10775, 7867, 8142, 10152, 6765, 5657, 9439, 6197, 7997, 9079, 7097, 7724, 7761, 5552, 7964, 7439, 5838, 5818, 7305, 5956, 5751, 11064, 8913, 11643, 10049, 8412, 10431, 7387, 11182, 8670, 6049, 11232, 9159, 7400, 13831, 11309, 8923, 12223, 7209, 5541, 10252, 6657, 8082, 9619, 5748, 10717, 6846, 5560, 9432, 5897, 8893, 6117, 5559, 9054, 5605, 9612, 5882, 8044, 6282, 5741, 8971, 5601, 7842, 6757, 5694, 9614, 6122, 7565, 9595, 5663, 9027, 6664, 5592, 10630, 9011, 6671, 9848, 6911, 6298, 10698, 7819, 11918, 9589, 6263, 10961, 7452, 7043, 10587, 7339, 5569, 9210, 6049, 7624, 8972, 6429, 8885, 7452, 5780, 10974, 8191, 10761, 8711, 5578, 9856, 6023, 8225, 8412, 5596, 7296, 6049, 5637, 7933, 7260, 5787, 5748, 8032, 5687, 10954, 8952, 8016, 9629, 6272, 10274, 7878, 8147, 10257, 7048, 5838, 7960, 5697, 10750, 6678, 6683, 8871, 5686, 10108, 6596, 11735, 8168, 7289, 8747, 5636, 9775, 6251, 10248, 8995, 5713, 9889, 6239, 5771, 9786, 7665, 7462, 9798, 6333, 5829, 10232, 7879, 9162, 9939, 6156, 5752, 9646, 6349, 7901, 10442, 5868, 5449, 9563, 7997, 5576, 8119, 9407, 7915, 5422, 7353, 8335, 5844, 7528, 10215, 6954, 5551, 9219, 6165, 5733, 8767, 5950, 5828, 5931, 7808, 5774, 9170, 8835, 6790, 9351, 8293, 6327, 10827, 9151, 7232, 8610, 9306, 6302, 10011, 9142, 7995, 12313, 8241, 5853, 9807, 6232, 5879, 8987, 5735, 6076, 7731, 5752, 10310, 6495, 8949, 7766, 5893, 9864, 6409, 9682, 7402, 6709, 9316, 5863, 5799, 8603, 5619, 8551, 6893, 5832, 7578, 7390, 6788, 11088, 8102, 5712, 9367, 6339, 7905, 9164, 7315, 7491, 9694, 6647, 8570, 9480, 7655, 8810, 8694, 5769, 8834, 7355, 6419, 9537, 6301, 5638, 8566, 7640, 6917, 12193, 9110, 7497, 9444, 6335, 12576, 8549, 6935, 9384, 5835, 8728, 6861, 6744, 9725, 5656, 7893, 6559, 5705, 8955, 6446, 8466, 7466, 5812, 9694, 7079, 7247, 10157, 6804, 5690, 8707, 5860, 7785, 8168, 6308, 6958, 8500, 5781, 10373, 9094, 7319, 12978, 7523, 6418, 9624, 7222, 11597, 9814, 5670, 10638, 6364, 5768, 9800, 6887, 5597, 8252, 6688, 6403, 10018, 5654, 6472, 12254, 9667, 10373, 10541, 8565, 12695, 9368, 6365, 9268, 8986, 7000, 8171, 8515, 5670, 9403, 6630, 5613, 9704, 5928, 5683, 8946, 6265, 5688, 9865, 6322, 5739, 9599, 6417, 7092, 10016, 7054, 6461, 9174, 6039, 9518, 9120, 6884, 7096, 8542, 5816, 8287, 8864, 7049, 9088, 8161, 5820, 10919, 7777, 6612, 10314, 6612, 5649, 9683, 6922, 6169, 10694, 7984, 5859, 8810, 6963, 5808, 10295, 7067, 5922, 9406, 6195, 6024, 8998, 6216, 5746, 7811, 7455, 5675, 9714, 8811, 7985, 10261, 7479, 12807, 7463, 14158, 8730, 10317, 9911, 5962, 10532, 6096, 5540, 9433, 6487, 5898, 8742, 6430, 5812, 10122, 7394, 7480, 9600, 5846, 9219, 7527, 7215, 10484, 7667, 6468, 9364, 6069, 10470, 8881, 6707, 8768, 6281, 5645, 9436, 5836, 5818, 9112, 5699, 6793, 8055, 7144, 10137, 7306, 5765, 8980, 5912, 7312, 8867, 7473, 5942, 9509, 6396, 5934, 10290, 8555, 7052, 10149, 6311, 8785, 7645, 7349, 9947, 6105, 6681, 7622, 5458, 10483, 7552, 6264, 8778, 5633, 8159, 7504, 6482, 10300, 6371, 5710, 9063, 6362, 9906, 9200, 6331, 10389, 6755, 6110, 9196, 6848, 10017, 9069, 5718, 8349, 6658, 6006, 10319, 6602, 7187, 7865, 6999, 9194, 7579, 10255, 6253, 6785, 6904, 6875, 9516, 6231, 5697, 8797, 5785, 5947, 8910, 7058, 11331, 7809, 5622, 9704, 6714, 7460, 9800, 7845, 12934, 8423, 8026, 9745, 6603, 11300, 7658, 5794, 8772, 5757, 9645, 6282, 10040, 6354, 5960, 7616, 6052, 8294, 6373, 5690, 9595, 5953, 5863, 8809, 6471, 8983, 6116, 5916, 5891, 8364, 6313, 6042, 9765, 8264, 11882, 9173, 7877, 10152, 8012, 6971, 11661, 10970, 9739, 13594, 10300, 8139, 12863, 10339, 8354, 7973, 9239, 5603, 5529, 9306, 5674, 5987, 9201, 5640, 5821, 7620, 5765, 9391, 7800, 5735, 9170, 6374, 5669, 9867, 7534, 5679, 6754, 8272, 5912, 7336, 9891, 6992, 5578, 8954, 7124, 5728, 8485, 9395, 7047, 5773, 8956, 5611, 7358, 6940, 5849, 10243, 6319, 6648, 7900, 6625, 10563, 7255, 5770, 9036, 6174, 9540, 8605, 6346, 9267, 6591, 5957, 7613, 6721, 5974, 6009, 6901, 6143, 5877, 8893, 6749, 8834, 7478, 13094, 9043, 9773, 9034, 6645, 10525, 8805, 11175, 10366, 7128, 8171, 9166, 7340, 9367, 10062, 6221, 5548, 10051, 7759, 5757, 5775, 8580, 5947, 5807, 10170, 7808, 5634, 5741, 8139, 5984, 5727, 10051, 7998, 5632, 7016, 7225, 5742, 6616, 10085, 6679, 5835, 9038, 7043, 5898, 9884, 8585, 6460, 6630, 8913, 6032, 7565, 6893, 5888, 5718, 8706, 5846, 7254, 9607, 6521, 5612, 9724, 6588, 8371, 9157, 7243, 5909, 9155, 5636, 7155, 8541, 6029, 5688, 9710, 6296], 'WindowCenter': [3583.0, 3622.0, 3566.0, 3607.0, 3573.0, 3604.0, 3562.0, 3571.0, 3572.0, 3560.0, 3593.0, 3561.0, 3593.0, 3551.0, 3593.0, 3561.0, 3592.0, 3572.0, 3550.0, 3571.0, 3540.0, 3593.0, 3562.0, 3604.0, 3583.0, 3541.0, 3594.0, 3551.0, 3594.0, 3573.0, 3583.0, 3562.0, 3552.0, 3594.0, 3552.0, 3604.0, 3585.0, 3552.0, 3583.0, 3553.0, 3573.0, 3585.0, 3575.0, 3618.0, 3587.0, 3575.0, 3596.0, 3573.0, 3606.0, 3584.0, 3604.0, 3583.0, 3551.0, 3593.0, 3560.0, 3602.0, 3593.0, 3572.0, 3593.0, 3562.0, 3559.0, 3571.0, 3559.0, 3591.0, 3561.0, 3549.0, 3582.0, 3539.0, 3591.0, 3559.0, 3590.0, 3582.0, 3559.0, 3580.0, 3549.0, 3560.0, 3570.0, 3559.0, 3591.0, 3560.0, 3550.0, 3581.0, 3539.0, 3581.0, 3560.0, 3592.0, 3539.0, 3592.0, 3540.0, 3592.0, 3550.0, 3603.0, 3562.0, 3551.0, 3583.0, 3551.0, 3605.0, 3563.0, 3604.0, 3573.0, 3572.0, 3583.0, 3571.0, 3593.0, 3540.0, 3592.0, 3551.0, 3593.0, 3583.0, 3573.0, 3595.0, 3564.0, 3574.0, 3596.0, 3574.0, 3617.0, 3595.0, 3552.0, 3593.0, 3573.0, 3614.0, 3605.0, 3561.0, 3592.0, 3550.0, 3539.0, 3594.0, 3562.0, 3553.0, 3606.0, 3565.0, 3584.0, 3595.0, 3573.0, 3605.0, 3583.0, 3551.0, 3581.0, 3539.0, 3602.0, 3572.0, 3571.0, 3581.0, 3539.0, 3592.0, 3550.0, 3603.0, 3582.0, 3551.0, 3593.0, 3551.0, 3561.0, 3583.0, 3573.0, 3594.0, 3582.0, 3540.0, 3603.0, 3571.0, 3570.0, 3591.0, 3561.0, 3539.0, 3581.0, 3550.0, 3571.0, 3581.0, 3561.0, 3571.0, 3571.0, 3540.0, 3582.0, 3585.0, 3554.0, 3553.0, 3586.0, 3566.0, 3567.0, 3618.0, 3595.0, 3604.0, 3593.0, 3571.0, 3592.0, 3572.0, 3603.0, 3582.0, 3551.0, 3602.0, 3579.0, 3557.0, 3599.0, 3588.0, 3566.0, 3586.0, 3545.0, 3524.0, 3577.0, 3545.0, 3555.0, 3565.0, 3524.0, 3577.0, 3533.0, 3513.0, 3566.0, 3525.0, 3566.0, 3536.0, 3525.0, 3579.0, 3537.0, 3592.0, 3539.0, 3569.0, 3550.0, 3539.0, 3581.0, 3551.0, 3583.0, 3563.0, 3552.0, 3605.0, 3564.0, 3584.0, 3607.0, 3554.0, 3595.0, 3575.0, 3553.0, 3617.0, 3607.0, 3576.0, 3607.0, 3576.0, 3564.0, 3607.0, 3585.0, 3616.0, 3594.0, 3563.0, 3605.0, 3572.0, 3561.0, 3604.0, 3573.0, 3540.0, 3593.0, 3552.0, 3572.0, 3593.0, 3561.0, 3594.0, 3573.0, 3541.0, 3593.0, 3583.0, 3603.0, 3582.0, 3529.0, 3591.0, 3538.0, 3570.0, 3580.0, 3540.0, 3572.0, 3551.0, 3551.0, 3583.0, 3584.0, 3554.0, 3565.0, 3597.0, 3565.0, 3618.0, 3608.0, 3585.0, 3596.0, 3564.0, 3594.0, 3584.0, 3572.0, 3593.0, 3560.0, 3540.0, 3571.0, 3551.0, 3604.0, 3562.0, 3563.0, 3594.0, 3553.0, 3605.0, 3562.0, 3604.0, 3584.0, 3572.0, 3583.0, 3551.0, 3592.0, 3562.0, 3593.0, 3594.0, 3551.0, 3594.0, 3552.0, 3550.0, 3593.0, 3572.0, 3573.0, 3594.0, 3561.0, 3540.0, 3592.0, 3572.0, 3582.0, 3591.0, 3538.0, 3539.0, 3580.0, 3549.0, 3570.0, 3591.0, 3539.0, 3538.0, 3581.0, 3571.0, 3540.0, 3582.0, 3593.0, 3582.0, 3540.0, 3571.0, 3570.0, 3539.0, 3571.0, 3592.0, 3560.0, 3539.0, 3594.0, 3551.0, 3540.0, 3593.0, 3563.0, 3553.0, 3564.0, 3584.0, 3553.0, 3596.0, 3595.0, 3575.0, 3596.0, 3585.0, 3564.0, 3604.0, 3595.0, 3574.0, 3583.0, 3593.0, 3562.0, 3593.0, 3593.0, 3571.0, 3603.0, 3571.0, 3538.0, 3591.0, 3549.0, 3538.0, 3581.0, 3538.0, 3550.0, 3571.0, 3539.0, 3592.0, 3551.0, 3582.0, 3571.0, 3541.0, 3593.0, 3562.0, 3593.0, 3572.0, 3561.0, 3592.0, 3540.0, 3550.0, 3582.0, 3551.0, 3594.0, 3574.0, 3553.0, 3584.0, 3573.0, 3574.0, 3605.0, 3584.0, 3552.0, 3594.0, 3563.0, 3583.0, 3595.0, 3573.0, 3573.0, 3593.0, 3562.0, 3582.0, 3594.0, 3571.0, 3581.0, 3582.0, 3540.0, 3580.0, 3570.0, 3550.0, 3592.0, 3562.0, 3551.0, 3593.0, 3583.0, 3574.0, 3615.0, 3595.0, 3573.0, 3593.0, 3549.0, 3601.0, 3581.0, 3559.0, 3579.0, 3538.0, 3569.0, 3549.0, 3560.0, 3592.0, 3540.0, 3582.0, 3562.0, 3550.0, 3593.0, 3563.0, 3583.0, 3572.0, 3552.0, 3594.0, 3573.0, 3573.0, 3605.0, 3563.0, 3552.0, 3594.0, 3552.0, 3584.0, 3595.0, 3564.0, 3574.0, 3596.0, 3553.0, 3605.0, 3596.0, 3574.0, 3616.0, 3573.0, 3562.0, 3594.0, 3571.0, 3603.0, 3592.0, 3540.0, 3592.0, 3549.0, 3540.0, 3593.0, 3572.0, 3542.0, 3583.0, 3562.0, 3562.0, 3606.0, 3554.0, 3563.0, 3616.0, 3596.0, 3604.0, 3605.0, 3583.0, 3614.0, 3582.0, 3550.0, 3581.0, 3581.0, 3560.0, 3581.0, 3581.0, 3539.0, 3580.0, 3560.0, 3540.0, 3592.0, 3550.0, 3550.0, 3593.0, 3562.0, 3552.0, 3605.0, 3563.0, 3552.0, 3594.0, 3564.0, 3574.0, 3605.0, 3574.0, 3563.0, 3595.0, 3553.0, 3593.0, 3592.0, 3561.0, 3561.0, 3581.0, 3551.0, 3581.0, 3593.0, 3572.0, 3593.0, 3582.0, 3540.0, 3603.0, 3572.0, 3561.0, 3593.0, 3561.0, 3550.0, 3593.0, 3561.0, 3550.0, 3604.0, 3571.0, 3552.0, 3594.0, 3572.0, 3550.0, 3603.0, 3574.0, 3552.0, 3593.0, 3552.0, 3551.0, 3594.0, 3564.0, 3553.0, 3586.0, 3585.0, 3565.0, 3606.0, 3596.0, 3585.0, 3606.0, 3574.0, 3615.0, 3573.0, 3615.0, 3582.0, 3591.0, 3590.0, 3538.0, 3589.0, 3548.0, 3527.0, 3591.0, 3562.0, 3551.0, 3594.0, 3563.0, 3552.0, 3604.0, 3573.0, 3573.0, 3594.0, 3552.0, 3593.0, 3572.0, 3572.0, 3604.0, 3572.0, 3550.0, 3593.0, 3550.0, 3591.0, 3593.0, 3561.0, 3582.0, 3561.0, 3550.0, 3593.0, 3551.0, 3551.0, 3594.0, 3552.0, 3573.0, 3583.0, 3574.0, 3606.0, 3584.0, 3552.0, 3594.0, 3552.0, 3573.0, 3594.0, 3574.0, 3552.0, 3594.0, 3564.0, 3552.0, 3605.0, 3595.0, 3572.0, 3594.0, 3563.0, 3582.0, 3572.0, 3571.0, 3593.0, 3551.0, 3560.0, 3571.0, 3539.0, 3603.0, 3572.0, 3561.0, 3582.0, 3551.0, 3582.0, 3572.0, 3561.0, 3604.0, 3563.0, 3540.0, 3593.0, 3562.0, 3594.0, 3594.0, 3562.0, 3605.0, 3561.0, 3551.0, 3592.0, 3562.0, 3593.0, 3582.0, 3552.0, 3582.0, 3562.0, 3552.0, 3604.0, 3563.0, 3573.0, 3597.0, 3572.0, 3594.0, 3571.0, 3604.0, 3562.0, 3561.0, 3572.0, 3574.0, 3604.0, 3564.0, 3552.0, 3594.0, 3553.0, 3562.0, 3594.0, 3573.0, 3616.0, 3584.0, 3552.0, 3606.0, 3573.0, 3573.0, 3594.0, 3584.0, 3603.0, 3582.0, 3570.0, 3581.0, 3547.0, 3590.0, 3558.0, 3538.0, 3579.0, 3537.0, 3579.0, 3547.0, 3579.0, 3547.0, 3548.0, 3570.0, 3550.0, 3581.0, 3561.0, 3551.0, 3605.0, 3564.0, 3552.0, 3595.0, 3578.0, 3595.0, 3552.0, 3553.0, 3554.0, 3595.0, 3563.0, 3563.0, 3606.0, 3583.0, 3605.0, 3595.0, 3585.0, 3606.0, 3584.0, 3574.0, 3604.0, 3605.0, 3582.0, 3600.0, 3577.0, 3556.0, 3586.0, 3564.0, 3553.0, 3554.0, 3564.0, 3522.0, 3511.0, 3563.0, 3522.0, 3534.0, 3566.0, 3525.0, 3525.0, 3557.0, 3537.0, 3579.0, 3569.0, 3538.0, 3580.0, 3548.0, 3538.0, 3592.0, 3571.0, 3551.0, 3562.0, 3583.0, 3552.0, 3573.0, 3595.0, 3573.0, 3541.0, 3594.0, 3572.0, 3540.0, 3583.0, 3594.0, 3561.0, 3541.0, 3593.0, 3551.0, 3572.0, 3573.0, 3551.0, 3604.0, 3563.0, 3562.0, 3583.0, 3563.0, 3606.0, 3574.0, 3552.0, 3594.0, 3553.0, 3594.0, 3584.0, 3561.0, 3593.0, 3562.0, 3551.0, 3584.0, 3562.0, 3564.0, 3565.0, 3585.0, 3565.0, 3566.0, 3609.0, 3589.0, 3609.0, 3587.0, 3630.0, 3597.0, 3607.0, 3595.0, 3563.0, 3605.0, 3595.0, 3605.0, 3593.0, 3560.0, 3581.0, 3580.0, 3571.0, 3581.0, 3591.0, 3548.0, 3528.0, 3591.0, 3569.0, 3539.0, 3539.0, 3580.0, 3550.0, 3539.0, 3592.0, 3572.0, 3551.0, 3551.0, 3583.0, 3551.0, 3551.0, 3605.0, 3584.0, 3552.0, 3573.0, 3572.0, 3552.0, 3563.0, 3606.0, 3574.0, 3554.0, 3595.0, 3572.0, 3553.0, 3605.0, 3584.0, 3563.0, 3562.0, 3592.0, 3551.0, 3572.0, 3561.0, 3552.0, 3552.0, 3583.0, 3552.0, 3574.0, 3596.0, 3564.0, 3553.0, 3595.0, 3562.0, 3583.0, 3594.0, 3572.0, 3540.0, 3592.0, 3552.0, 3572.0, 3583.0, 3562.0, 3552.0, 3606.0, 3563.0], 'WindowWidth': [8139.0, 8184.0, 8099.0, 8152.0, 8102.0, 8143.0, 8085.0, 8096.0, 8098.0, 8080.0, 8126.0, 8082.0, 8125.0, 8069.0, 8125.0, 8081.0, 8124.0, 8097.0, 8067.0, 8096.0, 8053.0, 8125.0, 8084.0, 8143.0, 8115.0, 8057.0, 8128.0, 8069.0, 8130.0, 8101.0, 8113.0, 8085.0, 8074.0, 8129.0, 8072.0, 8144.0, 8120.0, 8071.0, 8115.0, 8076.0, 8103.0, 8120.0, 8107.0, 8168.0, 8126.0, 8108.0, 8135.0, 8099.0, 8147.0, 8115.0, 8142.0, 8112.0, 8068.0, 8125.0, 8079.0, 8137.0, 8126.0, 8096.0, 8128.0, 8084.0, 8077.0, 8092.0, 8075.0, 8122.0, 8079.0, 8064.0, 8109.0, 8050.0, 8119.0, 8075.0, 8116.0, 8108.0, 8074.0, 8104.0, 8063.0, 8077.0, 8091.0, 8075.0, 8120.0, 8078.0, 8066.0, 8108.0, 8049.0, 8109.0, 8078.0, 8125.0, 8052.0, 8123.0, 8053.0, 8122.0, 8068.0, 8140.0, 8085.0, 8071.0, 8116.0, 8071.0, 8145.0, 8088.0, 8144.0, 8102.0, 8098.0, 8113.0, 8094.0, 8126.0, 8052.0, 8124.0, 8068.0, 8125.0, 8116.0, 8102.0, 8132.0, 8093.0, 8104.0, 8135.0, 8103.0, 8166.0, 8132.0, 8072.0, 8128.0, 8101.0, 8156.0, 8145.0, 8082.0, 8124.0, 8067.0, 8051.0, 8128.0, 8087.0, 8077.0, 8151.0, 8095.0, 8117.0, 8132.0, 8100.0, 8145.0, 8113.0, 8069.0, 8108.0, 8050.0, 8135.0, 8096.0, 8094.0, 8109.0, 8052.0, 8122.0, 8065.0, 8138.0, 8112.0, 8069.0, 8125.0, 8070.0, 8082.0, 8113.0, 8101.0, 8130.0, 8112.0, 8055.0, 8139.0, 8094.0, 8092.0, 8121.0, 8080.0, 8050.0, 8106.0, 8066.0, 8093.0, 8108.0, 8081.0, 8093.0, 8095.0, 8054.0, 8110.0, 8121.0, 8078.0, 8075.0, 8124.0, 8100.0, 8102.0, 8169.0, 8132.0, 8142.0, 8125.0, 8092.0, 8122.0, 8096.0, 8139.0, 8111.0, 8069.0, 8135.0, 8101.0, 8068.0, 8127.0, 8109.0, 8075.0, 8104.0, 8047.0, 8020.0, 8092.0, 8050.0, 8062.0, 8076.0, 8021.0, 8092.0, 8032.0, 8004.0, 8077.0, 8024.0, 8080.0, 8040.0, 8027.0, 8099.0, 8045.0, 8124.0, 8051.0, 8089.0, 8064.0, 8050.0, 8106.0, 8069.0, 8114.0, 8087.0, 8075.0, 8145.0, 8091.0, 8118.0, 8151.0, 8079.0, 8134.0, 8106.0, 8077.0, 8166.0, 8154.0, 8109.0, 8153.0, 8112.0, 8094.0, 8151.0, 8120.0, 8162.0, 8130.0, 8088.0, 8144.0, 8096.0, 8080.0, 8142.0, 8099.0, 8055.0, 8127.0, 8071.0, 8097.0, 8126.0, 8084.0, 8128.0, 8099.0, 8054.0, 8126.0, 8112.0, 8138.0, 8108.0, 8035.0, 8119.0, 8047.0, 8090.0, 8105.0, 8054.0, 8098.0, 8070.0, 8071.0, 8116.0, 8119.0, 8080.0, 8096.0, 8140.0, 8096.0, 8169.0, 8156.0, 8121.0, 8135.0, 8091.0, 8128.0, 8115.0, 8096.0, 8126.0, 8080.0, 8052.0, 8094.0, 8069.0, 8141.0, 8085.0, 8087.0, 8129.0, 8078.0, 8147.0, 8087.0, 8143.0, 8115.0, 8097.0, 8113.0, 8069.0, 8124.0, 8084.0, 8125.0, 8127.0, 8068.0, 8128.0, 8070.0, 8067.0, 8125.0, 8098.0, 8099.0, 8127.0, 8082.0, 8053.0, 8122.0, 8096.0, 8110.0, 8120.0, 8047.0, 8047.0, 8104.0, 8061.0, 8091.0, 8120.0, 8050.0, 8047.0, 8104.0, 8094.0, 8053.0, 8109.0, 8126.0, 8110.0, 8052.0, 8094.0, 8090.0, 8049.0, 8093.0, 8121.0, 8078.0, 8052.0, 8127.0, 8067.0, 8054.0, 8127.0, 8090.0, 8078.0, 8092.0, 8118.0, 8077.0, 8136.0, 8134.0, 8106.0, 8136.0, 8120.0, 8090.0, 8143.0, 8132.0, 8102.0, 8112.0, 8126.0, 8084.0, 8125.0, 8125.0, 8092.0, 8140.0, 8092.0, 8047.0, 8119.0, 8061.0, 8046.0, 8105.0, 8049.0, 8066.0, 8095.0, 8051.0, 8123.0, 8067.0, 8109.0, 8094.0, 8055.0, 8126.0, 8084.0, 8124.0, 8097.0, 8080.0, 8124.0, 8053.0, 8068.0, 8111.0, 8071.0, 8129.0, 8103.0, 8076.0, 8116.0, 8102.0, 8103.0, 8147.0, 8117.0, 8074.0, 8130.0, 8087.0, 8114.0, 8132.0, 8102.0, 8099.0, 8128.0, 8085.0, 8109.0, 8126.0, 8095.0, 8107.0, 8108.0, 8052.0, 8105.0, 8092.0, 8065.0, 8124.0, 8084.0, 8071.0, 8127.0, 8114.0, 8103.0, 8160.0, 8131.0, 8099.0, 8125.0, 8063.0, 8133.0, 8105.0, 8074.0, 8100.0, 8045.0, 8088.0, 8062.0, 8077.0, 8124.0, 8055.0, 8111.0, 8083.0, 8067.0, 8126.0, 8087.0, 8114.0, 8099.0, 8074.0, 8129.0, 8100.0, 8099.0, 8144.0, 8088.0, 8073.0, 8130.0, 8074.0, 8116.0, 8132.0, 8091.0, 8105.0, 8136.0, 8078.0, 8147.0, 8135.0, 8102.0, 8162.0, 8100.0, 8084.0, 8127.0, 8095.0, 8137.0, 8121.0, 8051.0, 8121.0, 8063.0, 8051.0, 8126.0, 8098.0, 8060.0, 8113.0, 8087.0, 8085.0, 8148.0, 8079.0, 8089.0, 8162.0, 8133.0, 8142.0, 8143.0, 8113.0, 8153.0, 8108.0, 8065.0, 8106.0, 8106.0, 8077.0, 8107.0, 8105.0, 8048.0, 8104.0, 8078.0, 8051.0, 8123.0, 8066.0, 8068.0, 8126.0, 8086.0, 8072.0, 8146.0, 8089.0, 8074.0, 8130.0, 8090.0, 8103.0, 8145.0, 8104.0, 8088.0, 8130.0, 8074.0, 8124.0, 8124.0, 8081.0, 8080.0, 8106.0, 8067.0, 8109.0, 8127.0, 8098.0, 8126.0, 8109.0, 8054.0, 8138.0, 8095.0, 8081.0, 8126.0, 8082.0, 8067.0, 8124.0, 8082.0, 8066.0, 8141.0, 8095.0, 8070.0, 8127.0, 8098.0, 8068.0, 8141.0, 8105.0, 8071.0, 8127.0, 8072.0, 8072.0, 8129.0, 8091.0, 8078.0, 8123.0, 8123.0, 8096.0, 8150.0, 8136.0, 8120.0, 8150.0, 8104.0, 8158.0, 8100.0, 8158.0, 8110.0, 8119.0, 8117.0, 8045.0, 8114.0, 8059.0, 8031.0, 8120.0, 8084.0, 8070.0, 8130.0, 8088.0, 8073.0, 8143.0, 8101.0, 8103.0, 8128.0, 8072.0, 8125.0, 8097.0, 8098.0, 8142.0, 8098.0, 8066.0, 8124.0, 8066.0, 8120.0, 8126.0, 8081.0, 8109.0, 8080.0, 8067.0, 8127.0, 8071.0, 8070.0, 8129.0, 8075.0, 8102.0, 8115.0, 8102.0, 8148.0, 8117.0, 8074.0, 8131.0, 8074.0, 8102.0, 8129.0, 8105.0, 8073.0, 8130.0, 8090.0, 8072.0, 8145.0, 8132.0, 8099.0, 8129.0, 8087.0, 8110.0, 8096.0, 8094.0, 8126.0, 8069.0, 8079.0, 8094.0, 8052.0, 8139.0, 8097.0, 8082.0, 8109.0, 8068.0, 8109.0, 8096.0, 8083.0, 8142.0, 8086.0, 8054.0, 8126.0, 8085.0, 8129.0, 8128.0, 8085.0, 8144.0, 8083.0, 8068.0, 8124.0, 8083.0, 8126.0, 8109.0, 8070.0, 8111.0, 8084.0, 8070.0, 8142.0, 8088.0, 8100.0, 8140.0, 8098.0, 8128.0, 8095.0, 8141.0, 8085.0, 8081.0, 8099.0, 8105.0, 8144.0, 8091.0, 8072.0, 8129.0, 8075.0, 8087.0, 8130.0, 8101.0, 8161.0, 8116.0, 8074.0, 8147.0, 8103.0, 8102.0, 8130.0, 8115.0, 8139.0, 8108.0, 8090.0, 8104.0, 8056.0, 8115.0, 8072.0, 8045.0, 8100.0, 8044.0, 8101.0, 8056.0, 8101.0, 8057.0, 8059.0, 8090.0, 8066.0, 8107.0, 8083.0, 8072.0, 8145.0, 8093.0, 8074.0, 8133.0, 8116.0, 8133.0, 8071.0, 8074.0, 8076.0, 8131.0, 8089.0, 8089.0, 8148.0, 8114.0, 8143.0, 8131.0, 8118.0, 8148.0, 8117.0, 8104.0, 8143.0, 8145.0, 8109.0, 8129.0, 8092.0, 8060.0, 8100.0, 8068.0, 8054.0, 8054.0, 8069.0, 8013.0, 7999.0, 8069.0, 8014.0, 8033.0, 8078.0, 8024.0, 8024.0, 8067.0, 8042.0, 8101.0, 8087.0, 8047.0, 8104.0, 8059.0, 8046.0, 8123.0, 8095.0, 8070.0, 8083.0, 8111.0, 8072.0, 8100.0, 8130.0, 8100.0, 8058.0, 8129.0, 8098.0, 8054.0, 8111.0, 8128.0, 8082.0, 8054.0, 8127.0, 8070.0, 8099.0, 8100.0, 8070.0, 8143.0, 8088.0, 8085.0, 8114.0, 8088.0, 8149.0, 8104.0, 8074.0, 8130.0, 8075.0, 8128.0, 8114.0, 8083.0, 8125.0, 8083.0, 8070.0, 8115.0, 8086.0, 8092.0, 8095.0, 8122.0, 8098.0, 8100.0, 8161.0, 8134.0, 8159.0, 8129.0, 8187.0, 8139.0, 8150.0, 8131.0, 8088.0, 8146.0, 8130.0, 8143.0, 8125.0, 8079.0, 8106.0, 8104.0, 8092.0, 8106.0, 8120.0, 8060.0, 8034.0, 8119.0, 8089.0, 8049.0, 8049.0, 8106.0, 8064.0, 8050.0, 8124.0, 8096.0, 8068.0, 8071.0, 8113.0, 8070.0, 8070.0, 8146.0, 8116.0, 8073.0, 8100.0, 8098.0, 8073.0, 8088.0, 8148.0, 8103.0, 8077.0, 8132.0, 8099.0, 8074.0, 8146.0, 8116.0, 8087.0, 8086.0, 8124.0, 8070.0, 8098.0, 8081.0, 8070.0, 8070.0, 8113.0, 8073.0, 8103.0, 8134.0, 8089.0, 8075.0, 8132.0, 8085.0, 8114.0, 8128.0, 8098.0, 8052.0, 8124.0, 8071.0, 8096.0, 8113.0, 8087.0, 8073.0, 8147.0, 8090.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.000587344827586207</td></tr>
<tr><td colspan=3>aqi</td><td>0.02076909367816092</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.30838808108169</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1816390934177226</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0180523140966622</td></tr>
<tr><td colspan=3>efc</td><td>0.4582</td></tr>
<tr><td colspan=3>fber</td><td>6593.4287</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0921265118918233</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6436781609195403</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.585179342754714</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6065376651280268</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8003744786884153</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3486258844477</td></tr>
<tr><td colspan=3>gcor</td><td>0.0097811</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00625454680994153</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021399568766355515</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8261672639127693</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.2119</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.6214</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>124.534</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303089.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>542.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.516</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3029</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>441.161</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2795.0628</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73455.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>865.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>779.3647</td></tr>
<tr><td colspan=3>tsnr</td><td>40.90844971395563</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>