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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0120_ses-01_task-social_acq-mb8_run-01_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-0120_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-01_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-0120/ses-01/func/sub-0120_ses-01_task-social_acq-mb8_run-01_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>077bb67c9cd067bd5359d623b2577955</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>10:57:57.842500</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.999525, -0.0153686, -0.0267039, 0.0188429, 0.990646, 0.135152]</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-01_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.14141</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7807, -7217, 308, -68, -21, 34, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>302.649</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4622c2fa-1875-43a4-bf45-1ac3e376b029||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.6816532611846924, 0.05055401101708412, -0.06581804156303406, 113.044189453125], [0.04123278707265854, 2.657829999923706, 0.3660956919193268, -107.50492095947266], [-0.07164473086595535, -0.3626028895378113, 2.67425537109375, -32.792057037353516], [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': ['105757.842500', '105758.302500', '105758.762500', '105759.222500', '105759.682500', '105800.142500', '105800.602500', '105801.062500', '105801.522500', '105801.982500', '105802.442500', '105802.902500', '105803.362500', '105803.822500', '105804.282500', '105804.742500', '105805.202500', '105805.662500', '105806.122500', '105806.582500', '105807.042500', '105807.502500', '105807.962500', '105808.422500', '105808.882500', '105809.342500', '105809.802500', '105810.262500', '105810.722500', '105811.182500', '105811.642500', '105812.102500', '105812.562500', '105813.022500', '105813.482500', '105813.942500', '105814.402500', '105814.862500', '105815.322500', '105815.782500', '105816.242500', '105816.702500', '105817.162500', '105817.622500', '105818.082500', '105818.542500', '105819.002500', '105819.462500', '105819.922500', '105820.382500', '105820.842500', '105821.302500', '105821.762500', '105822.222500', '105822.682500', '105823.142500', '105823.602500', '105824.062500', '105824.522500', '105824.982500', '105825.442500', '105825.902500', '105826.362500', '105826.822500', '105827.282500', '105827.742500', '105828.202500', '105828.662500', '105829.122500', '105829.582500', '105830.042500', '105830.502500', '105830.962500', '105831.422500', '105831.882500', '105832.342500', '105832.802500', '105833.262500', '105833.722500', '105834.182500', '105834.642500', '105835.102500', '105835.562500', '105836.022500', '105836.482500', '105836.942500', '105837.402500', '105837.862500', '105838.322500', '105838.782500', '105839.242500', '105839.702500', '105840.162500', '105840.622500', '105841.082500', '105841.542500', '105842.002500', '105842.462500', '105842.922500', '105843.382500', '105843.842500', '105844.302500', '105844.762500', '105845.222500', '105845.682500', '105846.142500', '105846.602500', '105847.062500', '105847.522500', '105847.982500', '105848.442500', '105848.902500', '105849.362500', '105849.822500', '105850.282500', '105850.742500', '105851.202500', '105851.662500', '105852.122500', '105852.582500', '105853.042500', '105853.502500', '105853.962500', '105854.422500', '105854.882500', '105855.342500', '105855.802500', '105856.262500', '105856.722500', '105857.182500', '105857.642500', '105858.102500', '105858.562500', '105859.022500', '105859.482500', '105859.942500', '105900.402500', '105900.862500', '105901.322500', '105901.782500', '105902.242500', '105902.702500', '105903.162500', '105903.622500', '105904.082500', '105904.542500', '105905.002500', '105905.462500', '105905.922500', '105906.382500', '105906.842500', '105907.302500', '105907.762500', '105908.222500', '105908.682500', '105909.142500', '105909.602500', '105910.062500', '105910.522500', '105910.982500', '105911.442500', '105911.902500', '105912.362500', '105912.822500', '105913.282500', '105913.742500', '105914.202500', '105914.662500', '105915.122500', '105915.582500', '105916.042500', '105916.502500', '105916.962500', '105917.422500', '105917.882500', '105918.342500', '105918.802500', '105919.262500', '105919.722500', '105920.182500', '105920.642500', '105921.102500', '105921.562500', '105922.022500', '105922.482500', '105922.942500', '105923.402500', '105923.862500', '105924.322500', '105924.782500', '105925.242500', '105925.702500', '105926.162500', '105926.622500', '105927.082500', '105927.542500', '105928.002500', '105928.462500', '105928.922500', '105929.382500', '105929.842500', '105930.302500', '105930.762500', '105931.222500', '105931.682500', '105932.142500', '105932.602500', '105933.062500', '105933.522500', '105933.982500', '105934.442500', '105934.902500', '105935.362500', '105935.822500', '105936.282500', '105936.742500', '105937.202500', '105937.662500', '105938.122500', '105938.582500', '105939.042500', '105939.502500', '105939.962500', '105940.422500', '105940.882500', '105941.342500', '105941.802500', '105942.262500', '105942.722500', '105943.182500', '105943.642500', '105944.102500', '105944.562500', '105945.022500', '105945.482500', '105945.942500', '105946.402500', '105946.862500', '105947.322500', '105947.782500', '105948.242500', '105948.702500', '105949.162500', '105949.622500', '105950.082500', '105950.542500', '105951.002500', '105951.462500', '105951.922500', '105952.382500', '105952.842500', '105953.302500', '105953.762500', '105954.222500', '105954.682500', '105955.142500', '105955.602500', '105956.062500', '105956.522500', '105956.982500', '105957.442500', '105957.902500', '105958.362500', '105958.822500', '105959.282500', '105959.742500', '110000.202500', '110000.662500', '110001.122500', '110001.582500', '110002.042500', '110002.502500', '110002.962500', '110003.422500', '110003.882500', '110004.342500', '110004.802500', '110005.262500', '110005.722500', '110006.182500', '110006.642500', '110007.102500', '110007.562500', '110008.022500', '110008.482500', '110008.942500', '110009.402500', '110009.862500', '110010.322500', '110010.782500', '110011.242500', '110011.702500', '110012.162500', '110012.622500', '110013.082500', '110013.542500', '110014.002500', '110014.462500', '110014.922500', '110015.382500', '110015.842500', '110016.302500', '110016.762500', '110017.222500', '110017.682500', '110018.142500', '110018.602500', '110019.062500', '110019.522500', '110019.982500', '110020.442500', '110020.902500', '110021.362500', '110021.822500', '110022.282500', '110022.742500', '110023.202500', '110023.662500', '110024.122500', '110024.582500', '110025.042500', '110025.502500', '110025.962500', '110026.422500', '110026.882500', '110027.342500', '110027.802500', '110028.262500', '110028.722500', '110029.182500', '110029.642500', '110030.102500', '110030.562500', '110031.022500', '110031.482500', '110031.942500', '110032.402500', '110032.862500', '110033.322500', '110033.782500', '110034.242500', '110034.702500', '110035.162500', '110035.622500', '110036.082500', '110036.542500', '110037.002500', '110037.462500', '110037.922500', '110038.382500', '110038.842500', '110039.302500', '110039.762500', '110040.222500', '110040.682500', '110041.142500', '110041.602500', '110042.062500', '110042.522500', '110042.982500', '110043.442500', '110043.902500', '110044.362500', '110044.822500', '110045.282500', '110045.742500', '110046.202500', '110046.662500', '110047.122500', '110047.582500', '110048.042500', '110048.502500', '110048.962500', '110049.422500', '110049.882500', '110050.342500', '110050.802500', '110051.262500', '110051.722500', '110052.182500', '110052.642500', '110053.102500', '110053.562500', '110054.022500', '110054.482500', '110054.942500', '110055.402500', '110055.862500', '110056.322500', '110056.782500', '110057.242500', '110057.702500', '110058.162500', '110058.622500', '110059.082500', '110059.542500', '110100.002500', '110100.462500', '110100.922500', '110101.382500', '110101.842500', '110102.302500', '110102.762500', '110103.222500', '110103.682500', '110104.142500', '110104.602500', '110105.062500', '110105.522500', '110105.982500', '110106.442500', '110106.902500', '110107.362500', '110107.822500', '110108.282500', '110108.742500', '110109.202500', '110109.662500', '110110.122500', '110110.582500', '110111.042500', '110111.502500', '110111.962500', '110112.422500', '110112.882500', '110113.342500', '110113.802500', '110114.262500', '110114.722500', '110115.182500', '110115.642500', '110116.102500', '110116.562500', '110117.022500', '110117.482500', '110117.942500', '110118.402500', '110118.862500', '110119.322500', '110119.782500', '110120.242500', '110120.702500', '110121.162500', '110121.622500', '110122.082500', '110122.542500', '110123.002500', '110123.462500', '110123.922500', '110124.382500', '110124.842500', '110125.302500', '110125.762500', '110126.222500', '110126.682500', '110127.142500', '110127.602500', '110128.062500', '110128.522500', '110128.982500', '110129.442500', '110129.902500', '110130.362500', '110130.822500', '110131.282500', '110131.742500', '110132.202500', '110132.662500', '110133.122500', '110133.582500', '110134.042500', '110134.502500', '110134.962500', '110135.422500', '110135.882500', '110136.342500', '110136.802500', '110137.262500', '110137.722500', '110138.182500', '110138.642500', '110139.102500', '110139.562500', '110140.022500', '110140.482500', '110140.942500', '110141.402500', '110141.862500', '110142.322500', '110142.782500', '110143.242500', '110143.702500', '110144.162500', '110144.622500', '110145.082500', '110145.542500', '110146.002500', '110146.462500', '110146.922500', '110147.382500', '110147.842500', '110148.302500', '110148.762500', '110149.222500', '110149.682500', '110150.142500', '110150.602500', '110151.062500', '110151.522500', '110151.982500', '110152.442500', '110152.902500', '110153.362500', '110153.822500', '110154.282500', '110154.742500', '110155.202500', '110155.662500', '110156.122500', '110156.582500', '110157.042500', '110157.502500', '110157.962500', '110158.422500', '110158.882500', '110159.342500', '110159.802500', '110200.262500', '110200.722500', '110201.182500', '110201.642500', '110202.102500', '110202.562500', '110203.022500', '110203.482500', '110203.942500', '110204.402500', '110204.862500', '110205.322500', '110205.782500', '110206.242500', '110206.702500', '110207.162500', '110207.622500', '110208.082500', '110208.542500', '110209.002500', '110209.462500', '110209.922500', '110210.382500', '110210.842500', '110211.302500', '110211.762500', '110212.222500', '110212.682500', '110213.142500', '110213.602500', '110214.062500', '110214.522500', '110214.982500', '110215.442500', '110215.902500', '110216.362500', '110216.822500', '110217.282500', '110217.742500', '110218.202500', '110218.662500', '110219.122500', '110219.582500', '110220.042500', '110220.502500', '110220.962500', '110221.422500', '110221.882500', '110222.342500', '110222.802500', '110223.262500', '110223.722500', '110224.182500', '110224.642500', '110225.102500', '110225.562500', '110226.022500', '110226.482500', '110226.942500', '110227.402500', '110227.862500', '110228.322500', '110228.782500', '110229.242500', '110229.702500', '110230.162500', '110230.622500', '110231.082500', '110231.542500', '110232.002500', '110232.462500', '110232.922500', '110233.382500', '110233.842500', '110234.302500', '110234.762500', '110235.222500', '110235.682500', '110236.142500', '110236.602500', '110237.062500', '110237.522500', '110237.982500', '110238.442500', '110238.902500', '110239.362500', '110239.822500', '110240.282500', '110240.742500', '110241.202500', '110241.662500', '110242.122500', '110242.582500', '110243.042500', '110243.502500', '110243.962500', '110244.422500', '110244.882500', '110245.342500', '110245.802500', '110246.262500', '110246.722500', '110247.182500', '110247.642500', '110248.102500', '110248.562500', '110249.022500', '110249.482500', '110249.942500', '110250.402500', '110250.862500', '110251.322500', '110251.782500', '110252.242500', '110252.702500', '110253.162500', '110253.622500', '110254.082500', '110254.542500', '110255.002500', '110255.462500', '110255.922500', '110256.382500', '110256.842500', '110257.302500', '110257.762500', '110258.222500', '110258.682500', '110259.142500', '110259.602500', '110300.062500', '110300.522500', '110300.982500', '110301.442500', '110301.902500', '110302.362500', '110302.822500', '110303.282500', '110303.742500', '110304.202500', '110304.662500', '110305.122500', '110305.582500', '110306.042500', '110306.502500', '110306.962500', '110307.422500', '110307.882500', '110308.342500', '110308.802500', '110309.262500', '110309.722500', '110310.182500', '110310.642500', '110311.102500', '110311.562500', '110312.022500', '110312.482500', '110312.942500', '110313.402500', '110313.862500', '110314.322500', '110314.782500', '110315.242500', '110315.702500', '110316.162500', '110316.622500', '110317.082500', '110317.542500', '110318.002500', '110318.462500', '110318.922500', '110319.382500', '110319.842500', '110320.302500', '110320.762500', '110321.222500', '110321.682500', '110322.142500', '110322.602500', '110323.062500', '110323.522500', '110323.982500', '110324.442500', '110324.902500', '110325.362500', '110325.822500', '110326.282500', '110326.742500', '110327.202500', '110327.662500', '110328.122500', '110328.582500', '110329.042500', '110329.502500', '110329.962500', '110330.422500', '110330.882500', '110331.342500', '110331.802500', '110332.262500', '110332.722500', '110333.182500', '110333.642500', '110334.102500', '110334.562500', '110335.022500', '110335.482500', '110335.942500', '110336.402500', '110336.862500', '110337.322500', '110337.782500', '110338.242500', '110338.702500', '110339.162500', '110339.622500', '110340.082500', '110340.542500', '110341.002500', '110341.462500', '110341.922500', '110342.382500', '110342.842500', '110343.302500', '110343.762500', '110344.222500', '110344.682500', '110345.142500', '110345.602500', '110346.062500', '110346.522500', '110346.982500', '110347.442500', '110347.902500', '110348.362500', '110348.822500', '110349.282500', '110349.742500', '110350.202500', '110350.662500', '110351.122500', '110351.582500', '110352.042500', '110352.502500', '110352.962500', '110353.422500', '110353.882500', '110354.342500', '110354.802500', '110355.262500', '110355.722500', '110356.182500', '110356.642500', '110357.102500', '110357.562500', '110358.022500', '110358.482500', '110358.942500', '110359.402500', '110359.862500', '110400.322500', '110400.782500', '110401.242500', '110401.702500', '110402.162500', '110402.622500', '110403.082500', '110403.542500', '110404.002500', '110404.462500', '110404.922500', '110405.382500', '110405.842500', '110406.302500', '110406.762500', '110407.222500', '110407.682500', '110408.142500', '110408.602500', '110409.062500', '110409.522500', '110409.982500', '110410.442500', '110410.902500', '110411.362500', '110411.822500', '110412.282500', '110412.742500', '110413.202500', '110413.662500', '110414.122500', '110414.582500', '110415.042500', '110415.502500', '110415.962500', '110416.422500', '110416.882500', '110417.342500', '110417.802500', '110418.262500', '110418.722500', '110419.182500', '110419.642500', '110420.102500', '110420.562500', '110421.022500', '110421.482500', '110421.942500', '110422.402500', '110422.862500', '110423.322500', '110423.782500', '110424.242500', '110424.702500', '110425.162500', '110425.622500', '110426.082500', '110426.542500', '110427.002500', '110427.462500', '110427.922500', '110428.382500', '110428.842500', '110429.302500', '110429.762500', '110430.222500', '110430.682500', '110431.142500', '110431.602500', '110432.062500', '110432.522500', '110432.982500', '110433.442500', '110433.902500', '110434.362500', '110434.822500', '110435.282500', '110435.742500', '110436.202500', '110436.662500', '110437.122500', '110437.582500', '110438.042500', '110438.502500'], 'ContentTime': ['105811.835000', '105811.838000', '105811.840000', '105811.845000', '105811.848000', '105811.851000', '105811.853000', '105811.856000', '105811.858000', '105811.861000', '105811.863000', '105811.866000', '105811.869000', '105811.876000', '105811.879000', '105811.881000', '105811.884000', '105811.887000', '105811.889000', '105811.892000', '105811.894000', '105811.898000', '105811.901000', '105811.903000', '105811.906000', '105811.908000', '105811.911000', '105811.914000', '105831.799000', '105831.801000', '105831.804000', '105831.806000', '105831.809000', '105831.812000', '105831.814000', '105831.817000', '105831.819000', '105831.822000', '105831.824000', '105831.827000', '105831.830000', '105831.832000', '105831.835000', '105831.837000', '105831.840000', '105831.842000', '105831.845000', '105831.847000', '105831.850000', '105831.852000', '105831.855000', '105831.858000', '105831.860000', '105831.863000', '105831.866000', '105831.868000', '105831.876000', '105831.879000', '105831.881000', '105831.884000', '105831.886000', '105831.889000', '105831.891000', '105831.894000', '105831.896000', '105831.899000', '105831.902000', '105831.904000', '105831.912000', '105831.915000', '105831.917000', '105851.797000', '105851.800000', '105851.803000', '105851.805000', '105851.808000', '105851.810000', '105851.813000', '105851.816000', '105851.818000', '105851.821000', '105851.823000', '105851.826000', '105851.829000', '105851.831000', '105851.834000', '105851.836000', '105851.839000', '105851.842000', '105851.844000', '105851.847000', '105851.849000', '105851.852000', '105851.872000', '105851.875000', '105851.878000', '105851.880000', '105851.883000', '105851.896000', '105851.899000', '105851.902000', '105851.904000', '105851.907000', '105851.910000', '105851.912000', '105851.915000', '105851.917000', '105851.920000', '105851.922000', '105851.925000', '105851.927000', '105851.930000', '105851.933000', '105851.935000', '105911.797000', '105911.800000', '105911.803000', '105911.805000', '105911.808000', '105911.810000', '105911.813000', '105911.815000', '105911.818000', '105911.820000', '105911.823000', '105911.826000', '105911.828000', '105911.831000', '105911.833000', '105911.836000', '105911.838000', '105911.841000', '105911.843000', '105911.846000', '105911.848000', '105911.851000', '105911.854000', '105911.856000', '105911.859000', '105911.861000', '105911.864000', '105911.866000', '105911.869000', '105911.872000', '105911.874000', '105911.877000', '105911.879000', '105911.882000', '105911.884000', '105911.887000', '105911.889000', '105911.892000', '105911.895000', '105911.897000', '105911.900000', '105911.902000', '105911.905000', '105911.908000', '105931.797000', '105931.800000', '105931.803000', '105931.805000', '105931.808000', '105931.811000', '105931.814000', '105931.817000', '105931.819000', '105931.822000', '105931.824000', '105931.827000', '105931.830000', '105931.832000', '105931.835000', '105931.837000', '105931.840000', '105931.842000', '105931.845000', '105931.848000', '105931.850000', '105931.853000', '105931.855000', '105931.858000', '105931.860000', '105931.863000', '105931.866000', '105931.868000', '105931.871000', '105931.873000', '105931.876000', '105931.879000', '105931.881000', '105931.884000', '105931.886000', '105931.889000', '105931.891000', '105931.894000', '105931.897000', '105931.899000', '105931.902000', '105931.904000', '105931.907000', '105931.909000', '105951.797000', '105951.800000', '105951.803000', '105951.805000', '105951.808000', '105951.811000', '105951.813000', '105951.816000', '105951.818000', '105951.821000', '105951.823000', '105951.826000', '105951.828000', '105951.831000', '105951.834000', '105951.836000', '105951.839000', '105951.841000', '105951.844000', '105951.846000', '105951.849000', '105951.851000', '105951.854000', '105951.856000', '105951.859000', '105951.862000', '105951.864000', '105951.867000', '105951.869000', '105951.872000', '105951.874000', '105951.877000', '105951.880000', '105951.882000', '105951.885000', '105951.887000', '105951.890000', '105951.892000', '105951.895000', '105951.898000', '105951.900000', '105951.903000', '105951.905000', '110011.799000', '110011.802000', '110011.804000', '110011.807000', '110011.810000', '110011.812000', '110011.815000', '110011.817000', '110011.820000', '110011.822000', '110011.825000', '110011.828000', '110011.830000', '110011.833000', '110011.835000', '110011.838000', '110011.840000', '110011.843000', '110011.846000', '110011.848000', '110011.851000', '110011.853000', '110011.856000', '110011.859000', '110011.861000', '110011.864000', '110011.866000', '110011.869000', '110011.872000', '110011.874000', '110011.877000', '110011.879000', '110011.882000', '110011.885000', '110011.887000', '110011.890000', '110011.892000', '110011.895000', '110011.897000', '110011.900000', '110011.903000', '110011.905000', '110011.908000', '110031.799000', '110031.802000', '110031.804000', '110031.807000', '110031.809000', '110031.812000', '110031.814000', '110031.817000', '110031.819000', '110031.822000', '110031.825000', '110031.827000', '110031.830000', '110031.832000', '110031.835000', '110031.837000', '110031.840000', '110031.842000', '110031.845000', '110031.847000', '110031.850000', '110031.853000', '110031.855000', '110031.872000', '110031.874000', '110031.877000', '110031.880000', '110031.882000', '110031.885000', '110031.887000', '110031.890000', '110031.893000', '110031.895000', '110031.898000', '110031.900000', '110031.903000', '110031.905000', '110031.908000', '110031.911000', '110031.913000', '110031.916000', '110031.919000', '110031.921000', '110031.924000', '110051.798000', '110051.801000', '110051.804000', '110051.807000', '110051.809000', '110051.812000', '110051.815000', '110051.817000', '110051.820000', '110051.822000', '110051.825000', '110051.828000', '110051.830000', '110051.833000', '110051.835000', '110051.838000', '110051.840000', '110051.843000', '110051.846000', '110051.848000', '110051.852000', '110051.855000', '110051.857000', '110051.860000', '110051.863000', '110051.865000', '110051.868000', '110051.870000', '110051.873000', '110051.876000', '110051.878000', '110051.881000', '110051.883000', '110051.886000', '110051.888000', '110051.891000', '110051.894000', '110051.896000', '110051.899000', '110051.901000', '110051.904000', '110051.907000', '110051.909000', '110111.797000', '110111.800000', '110111.803000', '110111.805000', '110111.808000', '110111.810000', '110111.813000', '110111.816000', '110111.818000', '110111.821000', '110111.824000', '110111.826000', '110111.829000', '110111.831000', '110111.834000', '110111.836000', '110111.839000', '110111.842000', '110111.844000', '110111.847000', '110111.849000', '110111.852000', '110111.855000', '110111.857000', '110111.860000', '110111.862000', '110111.865000', '110111.867000', '110111.870000', '110111.873000', '110111.875000', '110111.878000', '110111.880000', '110111.883000', '110111.886000', '110111.888000', '110111.891000', '110111.894000', '110111.896000', '110111.899000', '110111.901000', '110111.904000', '110111.906000', '110111.909000', '110131.797000', '110131.800000', '110131.803000', '110131.805000', '110131.808000', '110131.811000', '110131.813000', '110131.816000', '110131.818000', '110131.821000', '110131.824000', '110131.826000', '110131.829000', '110131.831000', '110131.834000', '110131.836000', '110131.839000', '110131.842000', '110131.844000', '110131.847000', '110131.850000', '110131.853000', '110131.855000', '110131.858000', '110131.861000', '110131.863000', '110131.866000', '110131.868000', '110131.871000', '110131.873000', '110131.876000', '110131.879000', '110131.881000', '110131.884000', '110131.886000', '110131.889000', '110131.891000', '110131.894000', '110131.897000', '110131.899000', '110131.902000', '110131.904000', '110131.907000', '110151.802000', '110151.804000', '110151.807000', '110151.810000', '110151.812000', '110151.815000', '110151.818000', '110151.820000', '110151.823000', '110151.825000', '110151.828000', '110151.830000', '110151.833000', '110151.836000', '110151.838000', '110151.841000', '110151.843000', '110151.846000', '110151.848000', '110151.851000', '110151.854000', '110151.856000', '110151.859000', '110151.861000', '110151.864000', '110151.867000', '110151.869000', '110151.872000', '110151.874000', '110151.877000', '110151.880000', '110151.882000', '110151.885000', '110151.887000', '110151.890000', '110151.893000', '110151.895000', '110151.898000', '110151.900000', '110151.903000', '110151.905000', '110151.908000', '110151.911000', '110151.913000', '110211.798000', '110211.801000', '110211.803000', '110211.806000', '110211.823000', '110211.826000', '110211.828000', '110211.831000', '110211.834000', '110211.837000', '110211.839000', '110211.842000', '110211.845000', '110211.847000', '110211.850000', '110211.852000', '110211.855000', '110211.857000', '110211.860000', '110211.863000', '110211.865000', '110211.868000', '110211.870000', '110211.873000', '110211.875000', '110211.878000', '110211.880000', '110211.883000', '110211.886000', '110211.888000', '110211.891000', '110211.894000', '110211.896000', '110211.899000', '110211.901000', '110211.904000', '110211.907000', '110211.909000', '110211.912000', '110211.914000', '110211.917000', '110211.919000', '110211.922000', '110231.798000', '110231.801000', '110231.804000', '110231.807000', '110231.809000', '110231.812000', '110231.814000', '110231.817000', '110231.820000', '110231.822000', '110231.825000', '110231.827000', '110231.830000', '110231.832000', '110231.835000', '110231.837000', '110231.840000', '110231.843000', '110231.845000', '110231.848000', '110231.850000', '110231.853000', '110231.855000', '110231.858000', '110231.861000', '110231.863000', '110231.866000', '110231.868000', '110231.871000', '110231.873000', '110231.876000', '110231.879000', '110231.881000', '110231.884000', '110231.886000', '110231.889000', '110231.892000', '110231.894000', '110231.897000', '110231.899000', '110231.902000', '110231.905000', '110231.907000', '110231.910000', '110251.799000', '110251.801000', '110251.804000', '110251.807000', '110251.809000', '110251.812000', '110251.814000', '110251.817000', '110251.819000', '110251.822000', '110251.825000', '110251.827000', '110251.830000', '110251.833000', '110251.835000', '110251.838000', '110251.840000', '110251.843000', '110251.845000', '110251.848000', '110251.851000', '110251.853000', '110251.856000', '110251.858000', '110251.861000', '110251.863000', '110251.866000', '110251.869000', '110251.871000', '110251.874000', '110251.876000', '110251.879000', '110251.882000', '110251.884000', '110251.887000', '110251.889000', '110251.892000', '110251.894000', '110251.897000', '110251.899000', '110251.902000', '110251.905000', '110251.907000', '110311.798000', '110311.801000', '110311.804000', '110311.807000', '110311.809000', '110311.812000', '110311.814000', '110311.817000', '110311.819000', '110311.822000', '110311.825000', '110311.827000', '110311.830000', '110311.832000', '110311.835000', '110311.837000', '110311.840000', '110311.843000', '110311.845000', '110311.848000', '110311.850000', '110311.853000', '110311.855000', '110311.858000', '110311.860000', '110311.863000', '110311.866000', '110311.868000', '110311.871000', '110311.873000', '110311.876000', '110311.879000', '110311.881000', '110311.884000', '110311.886000', '110311.889000', '110311.892000', '110311.894000', '110311.897000', '110311.899000', '110311.902000', '110311.905000', '110311.907000', '110311.910000', '110331.798000', '110331.801000', '110331.803000', '110331.806000', '110331.808000', '110331.811000', '110331.814000', '110331.816000', '110331.819000', '110331.821000', '110331.824000', '110331.826000', '110331.829000', '110331.832000', '110331.850000', '110331.853000', '110331.856000', '110331.858000', '110331.861000', '110331.863000', '110331.866000', '110331.869000', '110331.871000', '110331.874000', '110331.876000', '110331.879000', '110331.881000', '110331.884000', '110331.887000', '110331.890000', '110331.893000', '110331.895000', '110331.898000', '110331.900000', '110331.903000', '110331.905000', '110331.908000', '110331.911000', '110331.913000', '110331.916000', '110331.918000', '110331.921000', '110331.923000', '110351.798000', '110351.800000', '110351.803000', '110351.806000', '110351.808000', '110351.811000', '110351.813000', '110351.816000', '110351.818000', '110351.821000', '110351.824000', '110351.826000', '110351.829000', '110351.831000', '110351.834000', '110351.836000', '110351.839000', '110351.842000', '110351.844000', '110351.847000', '110351.849000', '110351.852000', '110351.854000', '110351.857000', '110351.860000', '110351.862000', '110351.865000', '110351.867000', '110351.870000', '110351.872000', '110351.875000', '110351.878000', '110351.880000', '110351.883000', '110351.885000', '110351.888000', '110351.890000', '110351.893000', '110351.895000', '110351.898000', '110351.901000', '110351.903000', '110351.906000', '110351.909000', '110411.798000', '110411.800000', '110411.803000', '110411.806000', '110411.808000', '110411.811000', '110411.813000', '110411.816000', '110411.818000', '110411.821000', '110411.824000', '110411.826000', '110411.829000', '110411.831000', '110411.834000', '110411.837000', '110411.839000', '110411.842000', '110411.844000', '110411.847000', '110411.849000', '110411.853000', '110411.856000', '110411.858000', '110411.861000', '110411.863000', '110411.866000', '110411.869000', '110411.871000', '110411.874000', '110411.876000', '110411.879000', '110411.882000', '110411.884000', '110411.887000', '110411.889000', '110411.892000', '110411.895000', '110411.898000', '110411.901000', '110411.904000', '110411.906000', '110411.909000', '110431.798000', '110431.801000', '110431.803000', '110431.806000', '110431.808000', '110431.811000', '110431.814000', '110431.816000', '110431.819000', '110431.821000', '110431.824000', '110431.826000', '110431.829000', '110431.832000', '110431.834000', '110431.837000', '110431.839000', '110431.842000', '110431.845000', '110431.847000', '110431.850000', '110431.852000', '110431.855000', '110431.857000', '110431.860000', '110431.863000', '110431.865000', '110431.868000', '110431.870000', '110431.873000', '110431.875000', '110431.878000', '110431.880000', '110431.883000', '110431.885000', '110431.888000', '110431.891000', '110431.893000', '110431.896000', '110431.898000', '110431.901000', '110431.903000', '110431.906000', '110431.909000', '110439.965000', '110439.968000', '110439.971000', '110439.974000', '110439.977000', '110439.979000', '110439.982000', '110439.985000', '110439.988000', '110439.991000', '110439.993000', '110439.996000', '110440.000000', '110440.003000', '110440.006000', '110440.009000', '110440.012000', '110440.015000'], 'InstanceCreationTime': ['105811.835000', '105811.838000', '105811.840000', '105811.845000', '105811.848000', '105811.851000', '105811.853000', '105811.856000', '105811.858000', '105811.861000', '105811.863000', '105811.866000', '105811.869000', '105811.876000', '105811.879000', '105811.881000', '105811.884000', '105811.887000', '105811.889000', '105811.892000', '105811.894000', '105811.898000', '105811.901000', '105811.903000', '105811.906000', '105811.908000', '105811.911000', '105811.914000', '105831.799000', '105831.801000', '105831.804000', '105831.806000', '105831.809000', '105831.812000', '105831.814000', '105831.817000', '105831.819000', '105831.822000', '105831.824000', '105831.827000', '105831.830000', '105831.832000', '105831.835000', '105831.837000', '105831.840000', '105831.842000', '105831.845000', '105831.847000', '105831.850000', '105831.852000', '105831.855000', '105831.858000', '105831.860000', '105831.863000', '105831.866000', '105831.868000', '105831.876000', '105831.879000', '105831.881000', '105831.884000', '105831.886000', '105831.889000', '105831.891000', '105831.894000', '105831.896000', '105831.899000', '105831.902000', '105831.904000', '105831.912000', '105831.915000', '105831.917000', '105851.797000', '105851.800000', '105851.803000', '105851.805000', '105851.808000', '105851.810000', '105851.813000', '105851.816000', '105851.818000', '105851.821000', '105851.823000', '105851.826000', '105851.829000', '105851.831000', '105851.834000', '105851.836000', '105851.839000', '105851.842000', '105851.844000', '105851.847000', '105851.849000', '105851.852000', '105851.872000', '105851.875000', '105851.878000', '105851.880000', '105851.883000', '105851.896000', '105851.899000', '105851.902000', '105851.904000', '105851.907000', '105851.910000', '105851.912000', '105851.915000', '105851.917000', '105851.920000', '105851.922000', '105851.925000', '105851.927000', '105851.930000', '105851.933000', '105851.935000', '105911.797000', '105911.800000', '105911.803000', '105911.805000', '105911.808000', '105911.810000', '105911.813000', '105911.815000', '105911.818000', '105911.820000', '105911.823000', '105911.826000', '105911.828000', '105911.831000', '105911.833000', '105911.836000', '105911.838000', '105911.841000', '105911.843000', '105911.846000', '105911.848000', '105911.851000', '105911.854000', '105911.856000', '105911.859000', '105911.861000', '105911.864000', '105911.866000', '105911.869000', '105911.872000', '105911.874000', '105911.877000', '105911.879000', '105911.882000', '105911.884000', '105911.887000', '105911.889000', '105911.892000', '105911.895000', '105911.897000', '105911.900000', '105911.902000', '105911.905000', '105911.908000', '105931.797000', '105931.800000', '105931.803000', '105931.805000', '105931.808000', '105931.811000', '105931.814000', '105931.817000', '105931.819000', '105931.822000', '105931.824000', '105931.827000', '105931.830000', '105931.832000', '105931.835000', '105931.837000', '105931.840000', '105931.842000', '105931.845000', '105931.848000', '105931.850000', '105931.853000', '105931.855000', '105931.858000', '105931.860000', '105931.863000', '105931.866000', '105931.868000', '105931.871000', '105931.873000', '105931.876000', '105931.879000', '105931.881000', '105931.884000', '105931.886000', '105931.889000', '105931.891000', '105931.894000', '105931.897000', '105931.899000', '105931.902000', '105931.904000', '105931.907000', '105931.909000', '105951.797000', '105951.800000', '105951.803000', '105951.805000', '105951.808000', '105951.811000', '105951.813000', '105951.816000', '105951.818000', '105951.821000', '105951.823000', '105951.826000', '105951.828000', '105951.831000', '105951.834000', '105951.836000', '105951.839000', '105951.841000', '105951.844000', '105951.846000', '105951.849000', '105951.851000', '105951.854000', '105951.856000', '105951.859000', '105951.862000', '105951.864000', '105951.867000', '105951.869000', '105951.872000', '105951.874000', '105951.877000', '105951.880000', '105951.882000', '105951.885000', '105951.887000', '105951.890000', '105951.892000', '105951.895000', '105951.898000', '105951.900000', '105951.903000', '105951.905000', '110011.799000', '110011.802000', '110011.804000', '110011.807000', '110011.810000', '110011.812000', '110011.815000', '110011.817000', '110011.820000', '110011.822000', '110011.825000', '110011.828000', '110011.830000', '110011.833000', '110011.835000', '110011.838000', '110011.840000', '110011.843000', '110011.846000', '110011.848000', '110011.851000', '110011.853000', '110011.856000', '110011.859000', '110011.861000', '110011.864000', '110011.866000', '110011.869000', '110011.872000', '110011.874000', '110011.877000', '110011.879000', '110011.882000', '110011.885000', '110011.887000', '110011.890000', '110011.892000', '110011.895000', '110011.897000', '110011.900000', '110011.903000', '110011.905000', '110011.908000', '110031.799000', '110031.802000', '110031.804000', '110031.807000', '110031.809000', '110031.812000', '110031.814000', '110031.817000', '110031.819000', '110031.822000', '110031.825000', '110031.827000', '110031.830000', '110031.832000', '110031.835000', '110031.837000', '110031.840000', '110031.842000', '110031.845000', '110031.847000', '110031.850000', '110031.853000', '110031.855000', '110031.872000', '110031.874000', '110031.877000', '110031.880000', '110031.882000', '110031.885000', '110031.887000', '110031.890000', '110031.893000', '110031.895000', '110031.898000', '110031.900000', '110031.903000', '110031.905000', '110031.908000', '110031.911000', '110031.913000', '110031.916000', '110031.919000', '110031.921000', '110031.924000', '110051.798000', '110051.801000', '110051.804000', '110051.807000', '110051.809000', '110051.812000', '110051.815000', '110051.817000', '110051.820000', '110051.822000', '110051.825000', '110051.828000', '110051.830000', '110051.833000', '110051.835000', '110051.838000', '110051.840000', '110051.843000', '110051.846000', '110051.848000', '110051.852000', '110051.855000', '110051.857000', '110051.860000', '110051.863000', '110051.865000', '110051.868000', '110051.870000', '110051.873000', '110051.876000', '110051.878000', '110051.881000', '110051.883000', '110051.886000', '110051.888000', '110051.891000', '110051.894000', '110051.896000', '110051.899000', '110051.901000', '110051.904000', '110051.907000', '110051.909000', '110111.797000', '110111.800000', '110111.803000', '110111.805000', '110111.808000', '110111.810000', '110111.813000', '110111.816000', '110111.818000', '110111.821000', '110111.824000', '110111.826000', '110111.829000', '110111.831000', '110111.834000', '110111.836000', '110111.839000', '110111.842000', '110111.844000', '110111.847000', '110111.849000', '110111.852000', '110111.855000', '110111.857000', '110111.860000', '110111.862000', '110111.865000', '110111.867000', '110111.870000', '110111.873000', '110111.875000', '110111.878000', '110111.880000', '110111.883000', '110111.886000', '110111.888000', '110111.891000', '110111.894000', '110111.896000', '110111.899000', '110111.901000', '110111.904000', '110111.906000', '110111.909000', '110131.797000', '110131.800000', '110131.803000', '110131.805000', '110131.808000', '110131.811000', '110131.813000', '110131.816000', '110131.818000', '110131.821000', '110131.824000', '110131.826000', '110131.829000', '110131.831000', '110131.834000', '110131.836000', '110131.839000', '110131.842000', '110131.844000', '110131.847000', '110131.850000', '110131.853000', '110131.855000', '110131.858000', '110131.861000', '110131.863000', '110131.866000', '110131.868000', '110131.871000', '110131.873000', '110131.876000', '110131.879000', '110131.881000', '110131.884000', '110131.886000', '110131.889000', '110131.891000', '110131.894000', '110131.897000', '110131.899000', '110131.902000', '110131.904000', '110131.907000', '110151.802000', '110151.804000', '110151.807000', '110151.810000', '110151.812000', '110151.815000', '110151.818000', '110151.820000', '110151.823000', '110151.825000', '110151.828000', '110151.830000', '110151.833000', '110151.836000', '110151.838000', '110151.841000', '110151.843000', '110151.846000', '110151.848000', '110151.851000', '110151.854000', '110151.856000', '110151.859000', '110151.861000', '110151.864000', '110151.867000', '110151.869000', '110151.872000', '110151.874000', '110151.877000', '110151.880000', '110151.882000', '110151.885000', '110151.887000', '110151.890000', '110151.893000', '110151.895000', '110151.898000', '110151.900000', '110151.903000', '110151.905000', '110151.908000', '110151.911000', '110151.913000', '110211.798000', '110211.801000', '110211.803000', '110211.806000', '110211.823000', '110211.826000', '110211.828000', '110211.831000', '110211.834000', '110211.837000', '110211.839000', '110211.842000', '110211.845000', '110211.847000', '110211.850000', '110211.852000', '110211.855000', '110211.857000', '110211.860000', '110211.863000', '110211.865000', '110211.868000', '110211.870000', '110211.873000', '110211.875000', '110211.878000', '110211.880000', '110211.883000', '110211.886000', '110211.888000', '110211.891000', '110211.894000', '110211.896000', '110211.899000', '110211.901000', '110211.904000', '110211.907000', '110211.909000', '110211.912000', '110211.914000', '110211.917000', '110211.919000', '110211.922000', '110231.798000', '110231.801000', '110231.804000', '110231.807000', '110231.809000', '110231.812000', '110231.814000', '110231.817000', '110231.820000', '110231.822000', '110231.825000', '110231.827000', '110231.830000', '110231.832000', '110231.835000', '110231.837000', '110231.840000', '110231.843000', '110231.845000', '110231.848000', '110231.850000', '110231.853000', '110231.855000', '110231.858000', '110231.861000', '110231.863000', '110231.866000', '110231.868000', '110231.871000', '110231.873000', '110231.876000', '110231.879000', '110231.881000', '110231.884000', '110231.886000', '110231.889000', '110231.892000', '110231.894000', '110231.897000', '110231.899000', '110231.902000', '110231.905000', '110231.907000', '110231.910000', '110251.799000', '110251.801000', '110251.804000', '110251.807000', '110251.809000', '110251.812000', '110251.814000', '110251.817000', '110251.819000', '110251.822000', '110251.825000', '110251.827000', '110251.830000', '110251.833000', '110251.835000', '110251.838000', '110251.840000', '110251.843000', '110251.845000', '110251.848000', '110251.851000', '110251.853000', '110251.856000', '110251.858000', '110251.861000', '110251.863000', '110251.866000', '110251.869000', '110251.871000', '110251.874000', '110251.876000', '110251.879000', '110251.882000', '110251.884000', '110251.887000', '110251.889000', '110251.892000', '110251.894000', '110251.897000', '110251.899000', '110251.902000', '110251.905000', '110251.907000', '110311.798000', '110311.801000', '110311.804000', '110311.807000', '110311.809000', '110311.812000', '110311.814000', '110311.817000', '110311.819000', '110311.822000', '110311.825000', '110311.827000', '110311.830000', '110311.832000', '110311.835000', '110311.837000', '110311.840000', '110311.843000', '110311.845000', '110311.848000', '110311.850000', '110311.853000', '110311.855000', '110311.858000', '110311.860000', '110311.863000', '110311.866000', '110311.868000', '110311.871000', '110311.873000', '110311.876000', '110311.879000', '110311.881000', '110311.884000', '110311.886000', '110311.889000', '110311.892000', '110311.894000', '110311.897000', '110311.899000', '110311.902000', '110311.905000', '110311.907000', '110311.910000', '110331.798000', '110331.801000', '110331.803000', '110331.806000', '110331.808000', '110331.811000', '110331.814000', '110331.816000', '110331.819000', '110331.821000', '110331.824000', '110331.826000', '110331.829000', '110331.832000', '110331.850000', '110331.853000', '110331.856000', '110331.858000', '110331.861000', '110331.863000', '110331.866000', '110331.869000', '110331.871000', '110331.874000', '110331.876000', '110331.879000', '110331.881000', '110331.884000', '110331.887000', '110331.890000', '110331.893000', '110331.895000', '110331.898000', '110331.900000', '110331.903000', '110331.905000', '110331.908000', '110331.911000', '110331.913000', '110331.916000', '110331.918000', '110331.921000', '110331.923000', '110351.798000', '110351.800000', '110351.803000', '110351.806000', '110351.808000', '110351.811000', '110351.813000', '110351.816000', '110351.818000', '110351.821000', '110351.824000', '110351.826000', '110351.829000', '110351.831000', '110351.834000', '110351.836000', '110351.839000', '110351.842000', '110351.844000', '110351.847000', '110351.849000', '110351.852000', '110351.854000', '110351.857000', '110351.860000', '110351.862000', '110351.865000', '110351.867000', '110351.870000', '110351.872000', '110351.875000', '110351.878000', '110351.880000', '110351.883000', '110351.885000', '110351.888000', '110351.890000', '110351.893000', '110351.895000', '110351.898000', '110351.901000', '110351.903000', '110351.906000', '110351.909000', '110411.798000', '110411.800000', '110411.803000', '110411.806000', '110411.808000', '110411.811000', '110411.813000', '110411.816000', '110411.818000', '110411.821000', '110411.824000', '110411.826000', '110411.829000', '110411.831000', '110411.834000', '110411.837000', '110411.839000', '110411.842000', '110411.844000', '110411.847000', '110411.849000', '110411.853000', '110411.856000', '110411.858000', '110411.861000', '110411.863000', '110411.866000', '110411.869000', '110411.871000', '110411.874000', '110411.876000', '110411.879000', '110411.882000', '110411.884000', '110411.887000', '110411.889000', '110411.892000', '110411.895000', '110411.898000', '110411.901000', '110411.904000', '110411.906000', '110411.909000', '110431.798000', '110431.801000', '110431.803000', '110431.806000', '110431.808000', '110431.811000', '110431.814000', '110431.816000', '110431.819000', '110431.821000', '110431.824000', '110431.826000', '110431.829000', '110431.832000', '110431.834000', '110431.837000', '110431.839000', '110431.842000', '110431.845000', '110431.847000', '110431.850000', '110431.852000', '110431.855000', '110431.857000', '110431.860000', '110431.863000', '110431.865000', '110431.868000', '110431.870000', '110431.873000', '110431.875000', '110431.878000', '110431.880000', '110431.883000', '110431.885000', '110431.888000', '110431.891000', '110431.893000', '110431.896000', '110431.898000', '110431.901000', '110431.903000', '110431.906000', '110431.909000', '110439.965000', '110439.968000', '110439.971000', '110439.974000', '110439.977000', '110439.979000', '110439.982000', '110439.985000', '110439.988000', '110439.991000', '110439.993000', '110439.996000', '110440.000000', '110440.003000', '110440.006000', '110440.009000', '110440.012000', '110440.015000'], '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': [17936, 15597, 19987, 18257, 10445, 14200, 10607, 8553, 16870, 14152, 17200, 14274, 9027, 16515, 10635, 21334, 11945, 18600, 11789, 8450, 11072, 8746, 13847, 10983, 8132, 11562, 9979, 11576, 10760, 8822, 15385, 11815, 9707, 11463, 9006, 17499, 13369, 9601, 13701, 10927, 10720, 13137, 19202, 16175, 9648, 13555, 10410, 14398, 12293, 9168, 14866, 10536, 8213, 13258, 10518, 18740, 13781, 9999, 14004, 10461, 15470, 13284, 18387, 20373, 12153, 18599, 11676, 9054, 17373, 12728, 10802, 12893, 9671, 15070, 12543, 10340, 18685, 12999, 8818, 14291, 11189, 18650, 15056, 9694, 14902, 10686, 7878, 15612, 12919, 10945, 13754, 10281, 10961, 13397, 10265, 19651, 14557, 9383, 14215, 11036, 12144, 16852, 12786, 20450, 13120, 7890, 13214, 10719, 14997, 15055, 9291, 14990, 11462, 14008, 11627, 16560, 12656, 8585, 12436, 9642, 7563, 14645, 11551, 16202, 12042, 8295, 12432, 10562, 12439, 15458, 10572, 14835, 11250, 8410, 16745, 13553, 12892, 15229, 10413, 14631, 11709, 13054, 22068, 15504, 15399, 11342, 7918, 13299, 10817, 12082, 17819, 12053, 13949, 10656, 7462, 13142, 10430, 10355, 17990, 13232, 13463, 10843, 7564, 14534, 12403, 17592, 13819, 8878, 13602, 10259, 8488, 16670, 12922, 11069, 12829, 8991, 14573, 11704, 11080, 19361, 13628, 10017, 11457, 8317, 15571, 12805, 12148, 16547, 10428, 10393, 10480, 7629, 15263, 10125, 20009, 15055, 16014, 10844, 7506, 11317, 9253, 9659, 15545, 10965, 15252, 11254, 8988, 13592, 9396, 20039, 15137, 19454, 12593, 8779, 13759, 10291, 20278, 14012, 9035, 14213, 10696, 14346, 13998, 9326, 14871, 9527, 7694, 12372, 10540, 16682, 9607, 12514, 9317, 7765, 13272, 9773, 15343, 10981, 7263, 12475, 10933, 12413, 16213, 11745, 11324, 11162, 7722, 15076, 13708, 18054, 18297, 11260, 17490, 11961, 8544, 16818, 16334, 20176, 11254, 14872, 9229, 12827, 10591, 8982, 15541, 11606, 9113, 12018, 8714, 17326, 13354, 9528, 14707, 11397, 12507, 13217, 9733, 19140, 13576, 9392, 13927, 11388, 13356, 18387, 13022, 10610, 12921, 9263, 17473, 13400, 10062, 15992, 11366, 10549, 12481, 8224, 18936, 14033, 10011, 13329, 9009, 12769, 10883, 8859, 17154, 12785, 8693, 12636, 9653, 10206, 15142, 11289, 12138, 12632, 8588, 14922, 9703, 19728, 14984, 15014, 12016, 8496, 12837, 10717, 9675, 17734, 13526, 11998, 12394, 8419, 16387, 13752, 16796, 15765, 9032, 14716, 11246, 15376, 12062, 9320, 18849, 12423, 7395, 12601, 9910, 9375, 17631, 13408, 10541, 14563, 10631, 15817, 10818, 21379, 15010, 12097, 12095, 8340, 14593, 11576, 8971, 14739, 10370, 7835, 13615, 10490, 18655, 14158, 9691, 13162, 10712, 9765, 16748, 12129, 18188, 11737, 7552, 13746, 11107, 9360, 14762, 9984, 7733, 12245, 10429, 13564, 16249, 11729, 9730, 11965, 9107, 15648, 12857, 11915, 18495, 12338, 9047, 12714, 9354, 16897, 12465, 8793, 14727, 10540, 14875, 11088, 20246, 14794, 9140, 13159, 10242, 9040, 14788, 10508, 14702, 10714, 7557, 14714, 13191, 12154, 15260, 11081, 11555, 12777, 8547, 18285, 13186, 8937, 13552, 10833, 11843, 16916, 11651, 11176, 12890, 9795, 18723, 15076, 10369, 17477, 12420, 8312, 17870, 13362, 10513, 16127, 11266, 8010, 16923, 13641, 14662, 16367, 11585, 9623, 13400, 9890, 20675, 14613, 10043, 14913, 10864, 8421, 16890, 13480, 12355, 15423, 10301, 14400, 10678, 8084, 17387, 12969, 13408, 11266, 7673, 13559, 11365, 9396, 15941, 11393, 8254, 12738, 9850, 16147, 13498, 9123, 14644, 10736, 8014, 16080, 12413, 17702, 12647, 8632, 14113, 11270, 16870, 12990, 11026, 16862, 10972, 13868, 10320, 15175, 12497, 11166, 15847, 10268, 10599, 10157, 7534, 16112, 12689, 8942, 14507, 10659, 15232, 12481, 13067, 17020, 10525, 14391, 10690, 8502, 18050, 13947, 15408, 12697, 8602, 14190, 11534, 9988, 18679, 13567, 10280, 13130, 8936, 17668, 14795, 13991, 15546, 9077, 14555, 11291, 14612, 16337, 9714, 16032, 10830, 7593, 13775, 9540, 16456, 10245, 14477, 10493, 11924, 9931, 8341, 16741, 11118, 13736, 9713, 7573, 15438, 12146, 16755, 12466, 8832, 13603, 10467, 17418, 14280, 10179, 14446, 10113, 14053, 11869, 11160, 19315, 14002, 15506, 11871, 8178, 16912, 13304, 18040, 14264, 8948, 13027, 10408, 8429, 17672, 13619, 10408, 11992, 8089, 14982, 12347, 11425, 14845, 9530, 13812, 9883, 7793, 16893, 13157, 9464, 13708, 10001, 17327, 13355, 10479, 16804, 11953, 14867, 11191, 17648, 14665, 10385, 13255, 9491, 11078, 11108, 8104, 17159, 12601, 8019, 14095, 11524, 18471, 14443, 10160, 15081, 11152, 10221, 14235, 10039, 19863, 14680, 10145, 15923, 11555, 19128, 14640, 11483, 18332, 12481, 14268, 11663, 8215, 18092, 12327, 8246, 13476, 10898, 8693, 18319, 13085, 9369, 14833, 11585, 13969, 17573, 12490, 17466, 12917, 8574, 17358, 13715, 11422, 19562, 13401, 8719, 14866, 12252, 11705, 20107, 14228, 10218, 12275, 9635, 14217, 14233, 10158, 18759, 12457, 8385, 14475, 11059, 19575, 14304, 9478, 14331, 10771, 10463, 12683, 8562, 17925, 12823, 12002, 10086, 7489, 16413, 13080, 9967, 13996, 9545, 15119, 11695, 9521, 17227, 11911, 9342, 12010, 8518, 17367, 13670, 9566, 14447, 10605, 13332, 11568, 8729, 19028, 14603, 10042, 14814, 11094, 18191, 14498, 10004, 16575, 11057, 8706, 15249, 11255, 19819, 14312, 8845, 14004, 11365, 14714, 15758, 9872, 15234, 10805, 8058, 16853, 13291, 16771, 12746, 8800, 14287, 11092, 12966, 15401, 10206, 17797, 12124, 8341, 14227, 10519, 17756, 13200, 9457, 15631, 10356, 13877, 10004, 16796, 12990, 11163, 14156, 9160, 12679, 10468, 8652, 17728, 12916, 8434, 12573, 10065, 18208, 13976, 9967, 15200, 11498, 17125, 13939, 12701, 18686, 13518, 13474, 11156, 8313, 19359, 15291, 12024, 14418, 8972, 16205, 9793, 19795, 14988, 12338, 10779, 7485, 13388, 11180, 10485, 12467, 8043, 12382, 9588, 9483, 13986, 9038, 15189, 11336, 11896, 11311, 8287, 18072, 13709, 10453, 12208, 8877, 16678, 13303, 10678, 16970, 11978, 9060, 16463, 12967, 21091, 15225, 10592, 15615, 11311, 18125, 10739, 17882, 11437, 13404, 9873, 7957, 15257, 11162, 15636, 10719, 7378, 13762, 11814, 13609, 15790, 9397, 15280, 10999, 10403, 16486, 11022, 18063, 12576, 9230, 13566, 9776, 19396, 14691, 9601, 14832], 'WindowCenter': [4303.0, 4277.0, 4283.0, 4260.0, 4194.0, 4223.0, 4191.0, 4160.0, 4245.0, 4225.0, 4243.0, 4223.0, 4171.0, 4232.0, 4176.0, 4243.0, 4188.0, 4230.0, 4187.0, 4147.0, 4177.0, 4160.0, 4221.0, 4190.0, 4160.0, 4204.0, 4194.0, 4204.0, 4204.0, 4185.0, 4247.0, 4215.0, 4184.0, 4214.0, 4184.0, 4256.0, 4226.0, 4184.0, 4224.0, 4193.0, 4192.0, 4214.0, 4253.0, 4233.0, 4171.0, 4211.0, 4179.0, 4220.0, 4202.0, 4182.0, 4232.0, 4192.0, 4163.0, 4224.0, 4204.0, 4257.0, 4224.0, 4194.0, 4225.0, 4194.0, 4234.0, 4223.0, 4245.0, 4257.0, 4202.0, 4243.0, 4190.0, 4168.0, 4243.0, 4211.0, 4192.0, 4211.0, 4180.0, 4232.0, 4213.0, 4193.0, 4256.0, 4223.0, 4172.0, 4223.0, 4203.0, 4254.0, 4233.0, 4182.0, 4235.0, 4192.0, 4160.0, 4233.0, 4212.0, 4192.0, 4224.0, 4192.0, 4192.0, 4213.0, 4192.0, 4256.0, 4224.0, 4170.0, 4211.0, 4191.0, 4200.0, 4232.0, 4201.0, 4244.0, 4198.0, 4148.0, 4198.0, 4179.0, 4220.0, 4221.0, 4168.0, 4221.0, 4189.0, 4207.0, 4187.0, 4219.0, 4198.0, 4159.0, 4200.0, 4170.0, 4148.0, 4220.0, 4202.0, 4233.0, 4202.0, 4161.0, 4200.0, 4194.0, 4201.0, 4233.0, 4193.0, 4222.0, 4191.0, 4161.0, 4233.0, 4214.0, 4213.0, 4234.0, 4191.0, 4221.0, 4201.0, 4199.0, 4255.0, 4221.0, 4220.0, 4179.0, 4136.0, 4198.0, 4177.0, 4187.0, 4242.0, 4199.0, 4211.0, 4179.0, 4139.0, 4209.0, 4180.0, 4180.0, 4244.0, 4214.0, 4210.0, 4192.0, 4149.0, 4220.0, 4202.0, 4243.0, 4212.0, 4169.0, 4211.0, 4181.0, 4160.0, 4234.0, 4212.0, 4190.0, 4200.0, 4171.0, 4221.0, 4201.0, 4192.0, 4244.0, 4213.0, 4180.0, 4189.0, 4160.0, 4222.0, 4200.0, 4202.0, 4233.0, 4190.0, 4180.0, 4180.0, 4138.0, 4222.0, 4168.0, 4244.0, 4223.0, 4221.0, 4179.0, 4138.0, 4188.0, 4171.0, 4170.0, 4234.0, 4194.0, 4222.0, 4193.0, 4160.0, 4212.0, 4170.0, 4255.0, 4221.0, 4242.0, 4199.0, 4146.0, 4199.0, 4177.0, 4242.0, 4210.0, 4156.0, 4197.0, 4168.0, 4197.0, 4199.0, 4157.0, 4208.0, 4166.0, 4136.0, 4187.0, 4179.0, 4231.0, 4169.0, 4198.0, 4170.0, 4138.0, 4209.0, 4181.0, 4234.0, 4191.0, 4153.0, 4213.0, 4205.0, 4214.0, 4247.0, 4216.0, 4204.0, 4203.0, 4151.0, 4222.0, 4212.0, 4243.0, 4245.0, 4191.0, 4233.0, 4190.0, 4147.0, 4230.0, 4216.0, 4241.0, 4176.0, 4207.0, 4156.0, 4186.0, 4166.0, 4157.0, 4220.0, 4190.0, 4157.0, 4199.0, 4160.0, 4232.0, 4212.0, 4171.0, 4222.0, 4201.0, 4199.0, 4210.0, 4169.0, 4245.0, 4212.0, 4170.0, 4209.0, 4191.0, 4210.0, 4246.0, 4213.0, 4181.0, 4200.0, 4170.0, 4231.0, 4211.0, 4169.0, 4221.0, 4191.0, 4177.0, 4198.0, 4147.0, 4241.0, 4211.0, 4169.0, 4210.0, 4159.0, 4198.0, 4190.0, 4160.0, 4245.0, 4212.0, 4162.0, 4214.0, 4184.0, 4192.0, 4234.0, 4203.0, 4214.0, 4213.0, 4172.0, 4227.0, 4170.0, 4246.0, 4224.0, 4222.0, 4189.0, 4159.0, 4198.0, 4180.0, 4167.0, 4233.0, 4212.0, 4190.0, 4199.0, 4146.0, 4221.0, 4209.0, 4220.0, 4221.0, 4158.0, 4209.0, 4177.0, 4209.0, 4188.0, 4157.0, 4244.0, 4200.0, 4139.0, 4201.0, 4180.0, 4170.0, 4243.0, 4212.0, 4182.0, 4223.0, 4180.0, 4220.0, 4178.0, 4243.0, 4211.0, 4187.0, 4187.0, 4147.0, 4207.0, 4188.0, 4157.0, 4222.0, 4182.0, 4139.0, 4209.0, 4180.0, 4244.0, 4212.0, 4170.0, 4200.0, 4178.0, 4168.0, 4220.0, 4188.0, 4231.0, 4187.0, 4135.0, 4198.0, 4188.0, 4169.0, 4221.0, 4180.0, 4150.0, 4213.0, 4193.0, 4224.0, 4246.0, 4205.0, 4184.0, 4204.0, 4173.0, 4222.0, 4202.0, 4191.0, 4245.0, 4202.0, 4161.0, 4201.0, 4171.0, 4232.0, 4202.0, 4159.0, 4221.0, 4182.0, 4222.0, 4189.0, 4243.0, 4212.0, 4159.0, 4200.0, 4180.0, 4158.0, 4211.0, 4181.0, 4221.0, 4181.0, 4149.0, 4222.0, 4212.0, 4203.0, 4223.0, 4191.0, 4190.0, 4199.0, 4159.0, 4243.0, 4203.0, 4160.0, 4211.0, 4192.0, 4202.0, 4244.0, 4202.0, 4192.0, 4201.0, 4182.0, 4243.0, 4224.0, 4184.0, 4234.0, 4200.0, 4148.0, 4233.0, 4210.0, 4181.0, 4221.0, 4190.0, 4137.0, 4231.0, 4212.0, 4213.0, 4233.0, 4191.0, 4168.0, 4199.0, 4171.0, 4243.0, 4212.0, 4170.0, 4209.0, 4179.0, 4147.0, 4220.0, 4200.0, 4190.0, 4209.0, 4168.0, 4209.0, 4166.0, 4138.0, 4230.0, 4202.0, 4201.0, 4180.0, 4138.0, 4210.0, 4190.0, 4168.0, 4222.0, 4190.0, 4148.0, 4201.0, 4182.0, 4234.0, 4213.0, 4172.0, 4222.0, 4191.0, 4150.0, 4221.0, 4205.0, 4232.0, 4201.0, 4161.0, 4210.0, 4181.0, 4232.0, 4200.0, 4179.0, 4233.0, 4190.0, 4211.0, 4180.0, 4208.0, 4200.0, 4180.0, 4220.0, 4180.0, 4179.0, 4179.0, 4151.0, 4234.0, 4215.0, 4173.0, 4227.0, 4194.0, 4225.0, 4203.0, 4213.0, 4235.0, 4182.0, 4212.0, 4180.0, 4160.0, 4245.0, 4224.0, 4223.0, 4202.0, 4162.0, 4212.0, 4191.0, 4181.0, 4246.0, 4213.0, 4184.0, 4213.0, 4171.0, 4234.0, 4224.0, 4213.0, 4222.0, 4158.0, 4199.0, 4177.0, 4207.0, 4220.0, 4159.0, 4218.0, 4178.0, 4137.0, 4197.0, 4168.0, 4221.0, 4169.0, 4210.0, 4178.0, 4189.0, 4170.0, 4149.0, 4231.0, 4192.0, 4213.0, 4172.0, 4139.0, 4223.0, 4204.0, 4234.0, 4203.0, 4161.0, 4212.0, 4180.0, 4234.0, 4223.0, 4182.0, 4212.0, 4181.0, 4210.0, 4191.0, 4190.0, 4246.0, 4212.0, 4211.0, 4191.0, 4137.0, 4218.0, 4198.0, 4220.0, 4198.0, 4146.0, 4197.0, 4178.0, 4148.0, 4233.0, 4211.0, 4178.0, 4190.0, 4149.0, 4221.0, 4202.0, 4191.0, 4211.0, 4171.0, 4212.0, 4180.0, 4151.0, 4234.0, 4215.0, 4174.0, 4213.0, 4182.0, 4233.0, 4212.0, 4181.0, 4234.0, 4190.0, 4210.0, 4180.0, 4220.0, 4211.0, 4169.0, 4187.0, 4158.0, 4177.0, 4178.0, 4148.0, 4232.0, 4203.0, 4151.0, 4213.0, 4192.0, 4244.0, 4215.0, 4180.0, 4211.0, 4182.0, 4169.0, 4199.0, 4170.0, 4245.0, 4212.0, 4169.0, 4220.0, 4190.0, 4231.0, 4211.0, 4178.0, 4232.0, 4189.0, 4198.0, 4179.0, 4149.0, 4242.0, 4201.0, 4150.0, 4210.0, 4179.0, 4161.0, 4245.0, 4214.0, 4173.0, 4224.0, 4193.0, 4211.0, 4235.0, 4203.0, 4234.0, 4202.0, 4160.0, 4232.0, 4211.0, 4193.0, 4246.0, 4201.0, 4149.0, 4210.0, 4189.0, 4187.0, 4243.0, 4209.0, 4170.0, 4188.0, 4158.0, 4198.0, 4209.0, 4168.0, 4232.0, 4189.0, 4138.0, 4198.0, 4179.0, 4229.0, 4199.0, 4155.0, 4198.0, 4166.0, 4166.0, 4188.0, 4147.0, 4231.0, 4201.0, 4189.0, 4168.0, 4128.0, 4220.0, 4202.0, 4171.0, 4210.0, 4171.0, 4209.0, 4191.0, 4170.0, 4234.0, 4190.0, 4159.0, 4188.0, 4149.0, 4232.0, 4212.0, 4170.0, 4212.0, 4183.0, 4201.0, 4192.0, 4161.0, 4244.0, 4224.0, 4171.0, 4212.0, 4182.0, 4231.0, 4212.0, 4169.0, 4221.0, 4181.0, 4149.0, 4220.0, 4191.0, 4244.0, 4212.0, 4158.0, 4212.0, 4192.0, 4211.0, 4222.0, 4172.0, 4223.0, 4180.0, 4138.0, 4232.0, 4201.0, 4223.0, 4203.0, 4159.0, 4209.0, 4180.0, 4201.0, 4210.0, 4170.0, 4233.0, 4189.0, 4148.0, 4200.0, 4178.0, 4229.0, 4200.0, 4170.0, 4222.0, 4180.0, 4199.0, 4170.0, 4219.0, 4201.0, 4180.0, 4210.0, 4161.0, 4200.0, 4179.0, 4160.0, 4243.0, 4214.0, 4161.0, 4203.0, 4182.0, 4246.0, 4225.0, 4183.0, 4224.0, 4192.0, 4232.0, 4200.0, 4191.0, 4234.0, 4200.0, 4200.0, 4178.0, 4138.0, 4231.0, 4221.0, 4190.0, 4198.0, 4146.0, 4209.0, 4155.0, 4233.0, 4198.0, 4174.0, 4164.0, 4115.0, 4196.0, 4179.0, 4167.0, 4189.0, 4137.0, 4188.0, 4170.0, 4169.0, 4212.0, 4162.0, 4223.0, 4192.0, 4190.0, 4191.0, 4151.0, 4246.0, 4215.0, 4182.0, 4201.0, 4161.0, 4232.0, 4212.0, 4183.0, 4234.0, 4192.0, 4161.0, 4223.0, 4203.0, 4244.0, 4212.0, 4167.0, 4209.0, 4166.0, 4219.0, 4165.0, 4219.0, 4175.0, 4186.0, 4157.0, 4134.0, 4208.0, 4178.0, 4208.0, 4178.0, 4127.0, 4200.0, 4190.0, 4212.0, 4222.0, 4161.0, 4212.0, 4181.0, 4179.0, 4221.0, 4181.0, 4234.0, 4193.0, 4158.0, 4200.0, 4170.0, 4243.0, 4212.0, 4159.0, 4212.0], 'WindowWidth': [9491.0, 9442.0, 9442.0, 9405.0, 9301.0, 9340.0, 9294.0, 9250.0, 9371.0, 9344.0, 9367.0, 9338.0, 9262.0, 9351.0, 9263.0, 9371.0, 9279.0, 9343.0, 9279.0, 9224.0, 9266.0, 9248.0, 9331.0, 9291.0, 9251.0, 9313.0, 9300.0, 9314.0, 9316.0, 9291.0, 9378.0, 9331.0, 9287.0, 9327.0, 9288.0, 9390.0, 9348.0, 9285.0, 9342.0, 9298.0, 9294.0, 9328.0, 9381.0, 9355.0, 9263.0, 9318.0, 9273.0, 9332.0, 9308.0, 9281.0, 9351.0, 9296.0, 9257.0, 9341.0, 9315.0, 9393.0, 9346.0, 9300.0, 9344.0, 9300.0, 9356.0, 9341.0, 9373.0, 9397.0, 9307.0, 9367.0, 9289.0, 9257.0, 9365.0, 9320.0, 9293.0, 9321.0, 9278.0, 9352.0, 9327.0, 9299.0, 9393.0, 9341.0, 9269.0, 9340.0, 9312.0, 9384.0, 9355.0, 9282.0, 9356.0, 9294.0, 9249.0, 9354.0, 9325.0, 9295.0, 9340.0, 9295.0, 9293.0, 9324.0, 9293.0, 9392.0, 9344.0, 9264.0, 9319.0, 9290.0, 9300.0, 9352.0, 9303.0, 9372.0, 9297.0, 9229.0, 9295.0, 9272.0, 9327.0, 9333.0, 9256.0, 9330.0, 9284.0, 9308.0, 9280.0, 9325.0, 9296.0, 9245.0, 9301.0, 9262.0, 9229.0, 9332.0, 9307.0, 9352.0, 9308.0, 9250.0, 9304.0, 9298.0, 9304.0, 9355.0, 9298.0, 9337.0, 9293.0, 9250.0, 9355.0, 9328.0, 9325.0, 9355.0, 9291.0, 9332.0, 9304.0, 9298.0, 9396.0, 9332.0, 9328.0, 9270.0, 9210.0, 9293.0, 9267.0, 9278.0, 9363.0, 9300.0, 9318.0, 9274.0, 9220.0, 9312.0, 9276.0, 9273.0, 9372.0, 9325.0, 9315.0, 9293.0, 9233.0, 9330.0, 9306.0, 9365.0, 9322.0, 9259.0, 9318.0, 9276.0, 9247.0, 9354.0, 9323.0, 9289.0, 9303.0, 9262.0, 9331.0, 9304.0, 9291.0, 9374.0, 9323.0, 9275.0, 9285.0, 9247.0, 9334.0, 9304.0, 9305.0, 9351.0, 9289.0, 9273.0, 9273.0, 9216.0, 9334.0, 9254.0, 9374.0, 9336.0, 9333.0, 9272.0, 9217.0, 9283.0, 9263.0, 9261.0, 9356.0, 9299.0, 9338.0, 9296.0, 9249.0, 9320.0, 9260.0, 9391.0, 9334.0, 9364.0, 9297.0, 9223.0, 9296.0, 9267.0, 9365.0, 9314.0, 9237.0, 9292.0, 9252.0, 9291.0, 9296.0, 9236.0, 9306.0, 9250.0, 9210.0, 9278.0, 9268.0, 9347.0, 9256.0, 9296.0, 9260.0, 9217.0, 9312.0, 9279.0, 9354.0, 9291.0, 9243.0, 9323.0, 9315.0, 9327.0, 9380.0, 9332.0, 9314.0, 9311.0, 9238.0, 9334.0, 9323.0, 9366.0, 9374.0, 9291.0, 9352.0, 9288.0, 9225.0, 9345.0, 9317.0, 9364.0, 9260.0, 9305.0, 9233.0, 9274.0, 9249.0, 9238.0, 9328.0, 9287.0, 9240.0, 9298.0, 9247.0, 9349.0, 9322.0, 9264.0, 9334.0, 9304.0, 9299.0, 9315.0, 9257.0, 9375.0, 9319.0, 9260.0, 9312.0, 9289.0, 9314.0, 9378.0, 9323.0, 9277.0, 9300.0, 9259.0, 9346.0, 9318.0, 9258.0, 9333.0, 9289.0, 9265.0, 9295.0, 9225.0, 9363.0, 9319.0, 9257.0, 9313.0, 9244.0, 9297.0, 9287.0, 9246.0, 9370.0, 9321.0, 9253.0, 9324.0, 9287.0, 9294.0, 9354.0, 9313.0, 9326.0, 9324.0, 9268.0, 9346.0, 9259.0, 9380.0, 9340.0, 9333.0, 9286.0, 9245.0, 9296.0, 9273.0, 9253.0, 9355.0, 9320.0, 9287.0, 9297.0, 9225.0, 9330.0, 9312.0, 9330.0, 9332.0, 9240.0, 9311.0, 9265.0, 9310.0, 9282.0, 9238.0, 9370.0, 9302.0, 9219.0, 9301.0, 9275.0, 9260.0, 9367.0, 9322.0, 9279.0, 9336.0, 9274.0, 9331.0, 9267.0, 9371.0, 9316.0, 9276.0, 9277.0, 9223.0, 9306.0, 9281.0, 9239.0, 9332.0, 9278.0, 9217.0, 9313.0, 9273.0, 9371.0, 9322.0, 9258.0, 9298.0, 9268.0, 9250.0, 9329.0, 9281.0, 9346.0, 9276.0, 9206.0, 9292.0, 9279.0, 9256.0, 9331.0, 9275.0, 9234.0, 9322.0, 9297.0, 9339.0, 9376.0, 9315.0, 9286.0, 9311.0, 9268.0, 9334.0, 9308.0, 9290.0, 9373.0, 9306.0, 9248.0, 9300.0, 9261.0, 9349.0, 9305.0, 9245.0, 9331.0, 9276.0, 9333.0, 9284.0, 9369.0, 9320.0, 9242.0, 9297.0, 9270.0, 9241.0, 9317.0, 9277.0, 9330.0, 9275.0, 9232.0, 9333.0, 9319.0, 9306.0, 9335.0, 9288.0, 9285.0, 9298.0, 9243.0, 9367.0, 9307.0, 9246.0, 9317.0, 9293.0, 9306.0, 9369.0, 9306.0, 9291.0, 9303.0, 9277.0, 9366.0, 9341.0, 9282.0, 9356.0, 9299.0, 9229.0, 9352.0, 9316.0, 9273.0, 9333.0, 9286.0, 9210.0, 9345.0, 9320.0, 9321.0, 9350.0, 9289.0, 9254.0, 9296.0, 9261.0, 9372.0, 9322.0, 9258.0, 9313.0, 9268.0, 9222.0, 9327.0, 9299.0, 9284.0, 9310.0, 9253.0, 9309.0, 9249.0, 9213.0, 9343.0, 9304.0, 9300.0, 9272.0, 9213.0, 9312.0, 9286.0, 9255.0, 9333.0, 9287.0, 9228.0, 9302.0, 9277.0, 9352.0, 9323.0, 9265.0, 9332.0, 9289.0, 9232.0, 9332.0, 9311.0, 9352.0, 9303.0, 9245.0, 9311.0, 9274.0, 9345.0, 9301.0, 9271.0, 9352.0, 9286.0, 9316.0, 9271.0, 9309.0, 9298.0, 9270.0, 9330.0, 9272.0, 9271.0, 9271.0, 9237.0, 9352.0, 9328.0, 9270.0, 9346.0, 9298.0, 9339.0, 9309.0, 9322.0, 9360.0, 9279.0, 9320.0, 9274.0, 9246.0, 9371.0, 9339.0, 9337.0, 9305.0, 9250.0, 9317.0, 9289.0, 9277.0, 9378.0, 9325.0, 9282.0, 9321.0, 9262.0, 9353.0, 9339.0, 9322.0, 9332.0, 9240.0, 9294.0, 9265.0, 9305.0, 9328.0, 9241.0, 9323.0, 9266.0, 9208.0, 9291.0, 9253.0, 9331.0, 9255.0, 9311.0, 9268.0, 9282.0, 9259.0, 9228.0, 9347.0, 9291.0, 9321.0, 9266.0, 9218.0, 9337.0, 9311.0, 9354.0, 9308.0, 9248.0, 9318.0, 9274.0, 9357.0, 9338.0, 9277.0, 9319.0, 9275.0, 9312.0, 9290.0, 9284.0, 9377.0, 9319.0, 9318.0, 9285.0, 9208.0, 9322.0, 9293.0, 9329.0, 9294.0, 9221.0, 9290.0, 9267.0, 9225.0, 9349.0, 9316.0, 9268.0, 9285.0, 9230.0, 9329.0, 9304.0, 9288.0, 9316.0, 9261.0, 9317.0, 9273.0, 9236.0, 9353.0, 9327.0, 9268.0, 9321.0, 9278.0, 9350.0, 9318.0, 9275.0, 9353.0, 9284.0, 9311.0, 9271.0, 9329.0, 9316.0, 9252.0, 9276.0, 9238.0, 9264.0, 9267.0, 9227.0, 9347.0, 9306.0, 9234.0, 9318.0, 9291.0, 9367.0, 9327.0, 9273.0, 9316.0, 9274.0, 9253.0, 9296.0, 9256.0, 9373.0, 9319.0, 9253.0, 9325.0, 9283.0, 9347.0, 9318.0, 9267.0, 9349.0, 9280.0, 9292.0, 9267.0, 9229.0, 9360.0, 9301.0, 9232.0, 9312.0, 9272.0, 9248.0, 9371.0, 9326.0, 9268.0, 9336.0, 9293.0, 9317.0, 9355.0, 9308.0, 9355.0, 9305.0, 9247.0, 9347.0, 9316.0, 9291.0, 9374.0, 9301.0, 9228.0, 9309.0, 9281.0, 9277.0, 9368.0, 9311.0, 9256.0, 9279.0, 9238.0, 9292.0, 9309.0, 9253.0, 9347.0, 9281.0, 9209.0, 9292.0, 9266.0, 9340.0, 9293.0, 9231.0, 9290.0, 9247.0, 9246.0, 9278.0, 9222.0, 9344.0, 9300.0, 9281.0, 9252.0, 9199.0, 9326.0, 9305.0, 9259.0, 9311.0, 9261.0, 9311.0, 9287.0, 9257.0, 9350.0, 9285.0, 9241.0, 9280.0, 9230.0, 9345.0, 9318.0, 9258.0, 9318.0, 9279.0, 9302.0, 9290.0, 9248.0, 9369.0, 9336.0, 9261.0, 9317.0, 9276.0, 9344.0, 9317.0, 9256.0, 9331.0, 9273.0, 9228.0, 9326.0, 9288.0, 9371.0, 9317.0, 9240.0, 9315.0, 9289.0, 9316.0, 9333.0, 9263.0, 9332.0, 9271.0, 9213.0, 9346.0, 9302.0, 9335.0, 9304.0, 9241.0, 9308.0, 9270.0, 9298.0, 9312.0, 9256.0, 9349.0, 9283.0, 9225.0, 9296.0, 9267.0, 9338.0, 9298.0, 9256.0, 9329.0, 9271.0, 9295.0, 9256.0, 9323.0, 9301.0, 9272.0, 9311.0, 9247.0, 9299.0, 9269.0, 9245.0, 9366.0, 9323.0, 9251.0, 9308.0, 9279.0, 9372.0, 9343.0, 9281.0, 9338.0, 9291.0, 9346.0, 9302.0, 9286.0, 9356.0, 9297.0, 9295.0, 9263.0, 9211.0, 9346.0, 9329.0, 9283.0, 9292.0, 9220.0, 9307.0, 9230.0, 9349.0, 9289.0, 9252.0, 9239.0, 9175.0, 9285.0, 9266.0, 9249.0, 9280.0, 9211.0, 9279.0, 9259.0, 9255.0, 9319.0, 9250.0, 9335.0, 9290.0, 9287.0, 9288.0, 9235.0, 9371.0, 9325.0, 9277.0, 9302.0, 9247.0, 9346.0, 9320.0, 9278.0, 9353.0, 9290.0, 9245.0, 9333.0, 9304.0, 9374.0, 9319.0, 9248.0, 9309.0, 9244.0, 9324.0, 9240.0, 9324.0, 9255.0, 9272.0, 9232.0, 9201.0, 9304.0, 9265.0, 9306.0, 9266.0, 9198.0, 9296.0, 9285.0, 9316.0, 9331.0, 9246.0, 9316.0, 9273.0, 9267.0, 9330.0, 9272.0, 9352.0, 9289.0, 9238.0, 9297.0, 9257.0, 9364.0, 9319.0, 9241.0, 9315.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.0003271264367816092</td></tr>
<tr><td colspan=3>aqi</td><td>0.01880528149425287</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.20170301780208</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.320826114246259</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9858821553970082</td></tr>
<tr><td colspan=3>efc</td><td>0.4963</td></tr>
<tr><td colspan=3>fber</td><td>4530.8823</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07726415452035049</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.22988505747126436</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3625467360598678</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2460358555412414</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.653404391283364</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1881999613549983</td></tr>
<tr><td colspan=3>gcor</td><td>0.0062149</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016422465443611145</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03584267944097519</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.8678759899880597</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>12.856</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1017</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.0118</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299819.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1131.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.7254</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4492</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.625</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3377.3515</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76725.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1199.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4484.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.0348</td></tr>
<tr><td colspan=3>tsnr</td><td>40.037232178263366</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>