ds005256-mriqc/sub-0013_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter c7f26d9d7b [DATALAD RUNCMD] Compute MRIQC for sub-0013
=== 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-0013 --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-0013",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:39:20 +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-0013_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0013_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0013_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-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-01/func/sub-0013_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3a954e21424ef30dd41db4a5fb29bbf6</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:15:42.152500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999342, -0.0303217, 0.0198919, 0.0310564, 0.998805, -0.0377283]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0953377</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7743, -7206, 596, -167, -73, 61, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.235</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cfaf80d3-8a11-410d-ae88-98fe5c448b50||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681162118911743, 0.08332211524248123, 0.05055532231926918, 111.98036193847656], [0.08135098218917847, 2.6797215938568115, -0.10346739739179611, -85.8604965209961], [0.05336863920092583, 0.10122228413820267, 2.697542905807495, -50.54878616333008], [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': ['101542.152500', '101542.612500', '101543.072500', '101543.532500', '101543.992500', '101544.452500', '101544.912500', '101545.372500', '101545.832500', '101546.292500', '101546.752500', '101547.212500', '101547.672500', '101548.132500', '101548.592500', '101549.052500', '101549.512500', '101549.972500', '101550.432500', '101550.892500', '101551.352500', '101551.812500', '101552.272500', '101552.732500', '101553.192500', '101553.652500', '101554.112500', '101554.572500', '101555.032500', '101555.492500', '101555.952500', '101556.412500', '101556.872500', '101557.332500', '101557.792500', '101558.252500', '101558.712500', '101559.172500', '101559.632500', '101600.092500', '101600.552500', '101601.012500', '101601.472500', '101601.932500', '101602.392500', '101602.852500', '101603.312500', '101603.772500', '101604.232500', '101604.692500', '101605.152500', '101605.612500', '101606.072500', '101606.532500', '101606.992500', '101607.452500', '101607.912500', '101608.372500', '101608.832500', '101609.292500', '101609.752500', '101610.212500', '101610.672500', '101611.132500', '101611.592500', '101612.052500', '101612.512500', '101612.972500', '101613.432500', '101613.892500', '101614.352500', '101614.812500', '101615.272500', '101615.732500', '101616.192500', '101616.652500', '101617.112500', '101617.572500', '101618.032500', '101618.492500', '101618.952500', '101619.412500', '101619.872500', '101620.332500', '101620.792500', '101621.252500', '101621.712500', '101622.172500', '101622.632500', '101623.092500', '101623.552500', '101624.012500', '101624.472500', '101624.932500', '101625.392500', '101625.852500', '101626.312500', '101626.772500', '101627.232500', '101627.692500', '101628.152500', '101628.612500', '101629.072500', '101629.532500', '101629.992500', '101630.452500', '101630.912500', '101631.372500', '101631.832500', '101632.292500', '101632.752500', '101633.212500', '101633.672500', '101634.132500', '101634.592500', '101635.052500', '101635.512500', '101635.972500', '101636.432500', '101636.892500', '101637.352500', '101637.812500', '101638.272500', '101638.732500', '101639.192500', '101639.652500', '101640.112500', '101640.572500', '101641.032500', '101641.492500', '101641.952500', '101642.412500', '101642.872500', '101643.332500', '101643.792500', '101644.252500', '101644.712500', '101645.172500', '101645.632500', '101646.092500', '101646.552500', '101647.012500', '101647.472500', '101647.932500', '101648.392500', '101648.852500', '101649.312500', '101649.772500', '101650.232500', '101650.692500', '101651.152500', '101651.612500', '101652.072500', '101652.532500', '101652.992500', '101653.452500', '101653.912500', '101654.372500', '101654.832500', '101655.292500', '101655.752500', '101656.212500', '101656.672500', '101657.132500', '101657.592500', '101658.052500', '101658.512500', '101658.972500', '101659.432500', '101659.892500', '101700.352500', '101700.812500', '101701.272500', '101701.732500', '101702.192500', '101702.652500', '101703.112500', '101703.572500', '101704.032500', '101704.492500', '101704.952500', '101705.412500', '101705.872500', '101706.332500', '101706.792500', '101707.252500', '101707.712500', '101708.172500', '101708.632500', '101709.092500', '101709.552500', '101710.012500', '101710.472500', '101710.932500', '101711.392500', '101711.852500', '101712.312500', '101712.772500', '101713.232500', '101713.692500', '101714.152500', '101714.612500', '101715.072500', '101715.532500', '101715.992500', '101716.452500', '101716.912500', '101717.372500', '101717.832500', '101718.292500', '101718.752500', '101719.212500', '101719.672500', '101720.132500', '101720.592500', '101721.052500', '101721.512500', '101721.972500', '101722.432500', '101722.892500', '101723.352500', '101723.812500', '101724.272500', '101724.732500', '101725.192500', '101725.652500', '101726.112500', '101726.572500', '101727.032500', '101727.492500', '101727.952500', '101728.412500', '101728.872500', '101729.332500', '101729.792500', '101730.252500', '101730.712500', '101731.172500', '101731.632500', '101732.092500', '101732.552500', '101733.012500', '101733.472500', '101733.932500', '101734.392500', '101734.852500', '101735.312500', '101735.772500', '101736.232500', '101736.692500', '101737.152500', '101737.612500', '101738.072500', '101738.532500', '101738.992500', '101739.452500', '101739.912500', '101740.372500', '101740.832500', '101741.292500', '101741.752500', '101742.212500', '101742.672500', '101743.132500', '101743.592500', '101744.052500', '101744.512500', '101744.972500', '101745.432500', '101745.892500', '101746.352500', '101746.812500', '101747.272500', '101747.732500', '101748.192500', '101748.652500', '101749.112500', '101749.572500', '101750.032500', '101750.492500', '101750.952500', '101751.412500', '101751.872500', '101752.332500', '101752.792500', '101753.252500', '101753.712500', '101754.172500', '101754.632500', '101755.092500', '101755.552500', '101756.012500', '101756.472500', '101756.932500', '101757.392500', '101757.852500', '101758.312500', '101758.772500', '101759.232500', '101759.692500', '101800.152500', '101800.612500', '101801.072500', '101801.532500', '101801.992500', '101802.452500', '101802.912500', '101803.372500', '101803.832500', '101804.292500', '101804.752500', '101805.212500', '101805.672500', '101806.132500', '101806.592500', '101807.052500', '101807.512500', '101807.972500', '101808.432500', '101808.892500', '101809.352500', '101809.812500', '101810.272500', '101810.732500', '101811.192500', '101811.652500', '101812.112500', '101812.572500', '101813.032500', '101813.492500', '101813.952500', '101814.412500', '101814.872500', '101815.332500', '101815.792500', '101816.252500', '101816.712500', '101817.172500', '101817.632500', '101818.092500', '101818.552500', '101819.012500', '101819.472500', '101819.932500', '101820.392500', '101820.852500', '101821.312500', '101821.772500', '101822.232500', '101822.692500', '101823.152500', '101823.612500', '101824.072500', '101824.532500', '101824.992500', '101825.452500', '101825.912500', '101826.372500', '101826.832500', '101827.292500', '101827.752500', '101828.212500', '101828.672500', '101829.132500', '101829.592500', '101830.052500', '101830.512500', '101830.972500', '101831.432500', '101831.892500', '101832.352500', '101832.812500', '101833.272500', '101833.732500', '101834.192500', '101834.652500', '101835.112500', '101835.572500', '101836.032500', '101836.492500', '101836.952500', '101837.412500', '101837.872500', '101838.332500', '101838.792500', '101839.252500', '101839.712500', '101840.172500', '101840.632500', '101841.092500', '101841.552500', '101842.012500', '101842.472500', '101842.932500', '101843.392500', '101843.852500', '101844.312500', '101844.772500', '101845.232500', '101845.692500', '101846.152500', '101846.612500', '101847.072500', '101847.532500', '101847.992500', '101848.452500', '101848.912500', '101849.372500', '101849.832500', '101850.292500', '101850.752500', '101851.212500', '101851.672500', '101852.132500', '101852.592500', '101853.052500', '101853.512500', '101853.972500', '101854.432500', '101854.892500', '101855.352500', '101855.812500', '101856.272500', '101856.732500', '101857.192500', '101857.652500', '101858.112500', '101858.572500', '101859.032500', '101859.492500', '101859.952500', '101900.412500', '101900.872500', '101901.332500', '101901.792500', '101902.252500', '101902.712500', '101903.172500', '101903.632500', '101904.092500', '101904.552500', '101905.012500', '101905.472500', '101905.932500', '101906.392500', '101906.852500', '101907.312500', '101907.772500', '101908.232500', '101908.692500', '101909.152500', '101909.612500', '101910.072500', '101910.532500', '101910.992500', '101911.452500', '101911.912500', '101912.372500', '101912.832500', '101913.292500', '101913.752500', '101914.212500', '101914.672500', '101915.132500', '101915.592500', '101916.052500', '101916.512500', '101916.972500', '101917.432500', '101917.892500', '101918.352500', '101918.812500', '101919.272500', '101919.732500', '101920.192500', '101920.652500', '101921.112500', '101921.572500', '101922.032500', '101922.492500', '101922.952500', '101923.412500', '101923.872500', '101924.332500', '101924.792500', '101925.252500', '101925.712500', '101926.172500', '101926.632500', '101927.092500', '101927.552500', '101928.012500', '101928.472500', '101928.932500', '101929.392500', '101929.852500', '101930.312500', '101930.772500', '101931.232500', '101931.692500', '101932.152500', '101932.612500', '101933.072500', '101933.532500', '101933.992500', '101934.452500', '101934.912500', '101935.372500', '101935.832500', '101936.292500', '101936.752500', '101937.212500', '101937.672500', '101938.132500', '101938.592500', '101939.052500', '101939.512500', '101939.972500', '101940.432500', '101940.892500', '101941.352500', '101941.812500', '101942.272500', '101942.732500', '101943.192500', '101943.652500', '101944.112500', '101944.572500', '101945.032500', '101945.492500', '101945.952500', '101946.412500', '101946.872500', '101947.332500', '101947.792500', '101948.252500', '101948.712500', '101949.172500', '101949.632500', '101950.092500', '101950.552500', '101951.012500', '101951.472500', '101951.932500', '101952.392500', '101952.852500', '101953.312500', '101953.772500', '101954.232500', '101954.692500', '101955.152500', '101955.612500', '101956.072500', '101956.532500', '101956.992500', '101957.452500', '101957.912500', '101958.372500', '101958.832500', '101959.292500', '101959.752500', '102000.212500', '102000.672500', '102001.132500', '102001.592500', '102002.052500', '102002.512500', '102002.972500', '102003.432500', '102003.892500', '102004.352500', '102004.812500', '102005.272500', '102005.732500', '102006.192500', '102006.652500', '102007.112500', '102007.572500', '102008.032500', '102008.492500', '102008.952500', '102009.412500', '102009.872500', '102010.332500', '102010.792500', '102011.252500', '102011.712500', '102012.172500', '102012.632500', '102013.092500', '102013.552500', '102014.012500', '102014.472500', '102014.932500', '102015.392500', '102015.852500', '102016.312500', '102016.772500', '102017.232500', '102017.692500', '102018.152500', '102018.612500', '102019.072500', '102019.532500', '102019.992500', '102020.452500', '102020.912500', '102021.372500', '102021.832500', '102022.292500', '102022.752500', '102023.212500', '102023.672500', '102024.132500', '102024.592500', '102025.052500', '102025.512500', '102025.972500', '102026.432500', '102026.892500', '102027.352500', '102027.812500', '102028.272500', '102028.732500', '102029.192500', '102029.652500', '102030.112500', '102030.572500', '102031.032500', '102031.492500', '102031.952500', '102032.412500', '102032.872500', '102033.332500', '102033.792500', '102034.252500', '102034.712500', '102035.172500', '102035.632500', '102036.092500', '102036.552500', '102037.012500', '102037.472500', '102037.932500', '102038.392500', '102038.852500', '102039.312500', '102039.772500', '102040.232500', '102040.692500', '102041.152500', '102041.612500', '102042.072500', '102042.532500', '102042.992500', '102043.452500', '102043.912500', '102044.372500', '102044.832500', '102045.292500', '102045.752500', '102046.212500', '102046.672500', '102047.132500', '102047.592500', '102048.052500', '102048.512500', '102048.972500', '102049.432500', '102049.892500', '102050.352500', '102050.812500', '102051.272500', '102051.732500', '102052.192500', '102052.652500', '102053.112500', '102053.572500', '102054.032500', '102054.492500', '102054.952500', '102055.412500', '102055.872500', '102056.332500', '102056.792500', '102057.252500', '102057.712500', '102058.172500', '102058.632500', '102059.092500', '102059.552500', '102100.012500', '102100.472500', '102100.932500', '102101.392500', '102101.852500', '102102.312500', '102102.772500', '102103.232500', '102103.692500', '102104.152500', '102104.612500', '102105.072500', '102105.532500', '102105.992500', '102106.452500', '102106.912500', '102107.372500', '102107.832500', '102108.292500', '102108.752500', '102109.212500', '102109.672500', '102110.132500', '102110.592500', '102111.052500', '102111.512500', '102111.972500', '102112.432500', '102112.892500', '102113.352500', '102113.812500', '102114.272500', '102114.732500', '102115.192500', '102115.652500', '102116.112500', '102116.572500', '102117.032500', '102117.492500', '102117.952500', '102118.412500', '102118.872500', '102119.332500', '102119.792500', '102120.252500', '102120.712500', '102121.172500', '102121.632500', '102122.092500', '102122.552500', '102123.012500', '102123.472500', '102123.932500', '102124.392500', '102124.852500', '102125.312500', '102125.772500', '102126.232500', '102126.692500', '102127.152500', '102127.612500', '102128.072500', '102128.532500', '102128.992500', '102129.452500', '102129.912500', '102130.372500', '102130.832500', '102131.292500', '102131.752500', '102132.212500', '102132.672500', '102133.132500', '102133.592500', '102134.052500', '102134.512500', '102134.972500', '102135.432500', '102135.892500', '102136.352500', '102136.812500', '102137.272500', '102137.732500', '102138.192500', '102138.652500', '102139.112500', '102139.572500', '102140.032500', '102140.492500', '102140.952500', '102141.412500', '102141.872500', '102142.332500', '102142.792500', '102143.252500', '102143.712500', '102144.172500', '102144.632500', '102145.092500', '102145.552500', '102146.012500', '102146.472500', '102146.932500', '102147.392500', '102147.852500', '102148.312500', '102148.772500', '102149.232500', '102149.692500', '102150.152500', '102150.612500', '102151.072500', '102151.532500', '102151.992500', '102152.452500', '102152.912500', '102153.372500', '102153.832500', '102154.292500', '102154.752500', '102155.212500', '102155.672500', '102156.132500', '102156.592500', '102157.052500', '102157.512500', '102157.972500', '102158.432500', '102158.892500', '102159.352500', '102159.812500', '102200.272500', '102200.732500', '102201.192500', '102201.652500', '102202.112500', '102202.572500', '102203.032500', '102203.492500', '102203.952500', '102204.412500', '102204.872500', '102205.332500', '102205.792500', '102206.252500', '102206.712500', '102207.172500', '102207.632500', '102208.092500', '102208.552500', '102209.012500', '102209.472500', '102209.932500', '102210.392500', '102210.852500', '102211.312500', '102211.772500', '102212.232500', '102212.692500', '102213.152500', '102213.612500', '102214.072500', '102214.532500', '102214.992500', '102215.452500', '102215.912500', '102216.372500', '102216.832500', '102217.292500', '102217.752500', '102218.212500', '102218.672500', '102219.132500', '102219.592500', '102220.052500', '102220.512500', '102220.972500', '102221.432500', '102221.892500', '102222.352500', '102222.812500'], 'ContentTime': ['101553.827000', '101553.846000', '101553.849000', '101553.851000', '101553.854000', '101553.857000', '101553.860000', '101553.863000', '101553.866000', '101553.878000', '101553.881000', '101553.884000', '101553.886000', '101553.902000', '101553.905000', '101553.908000', '101553.911000', '101553.914000', '101553.917000', '101553.920000', '101553.923000', '101553.926000', '101553.928000', '101553.931000', '101613.781000', '101613.784000', '101613.787000', '101613.790000', '101613.793000', '101613.795000', '101613.798000', '101613.801000', '101613.804000', '101613.808000', '101613.810000', '101613.813000', '101613.816000', '101613.819000', '101613.822000', '101613.825000', '101613.828000', '101613.830000', '101613.833000', '101613.836000', '101613.839000', '101613.842000', '101613.845000', '101613.847000', '101613.850000', '101613.853000', '101613.856000', '101613.859000', '101613.862000', '101613.864000', '101613.867000', '101613.870000', '101613.873000', '101613.876000', '101613.879000', '101613.884000', '101613.887000', '101613.890000', '101613.893000', '101613.895000', '101613.898000', '101613.901000', '101613.904000', '101613.907000', '101633.781000', '101633.784000', '101633.787000', '101633.790000', '101633.792000', '101633.795000', '101633.798000', '101633.801000', '101633.804000', '101633.806000', '101633.809000', '101633.812000', '101633.815000', '101633.818000', '101633.821000', '101633.824000', '101633.826000', '101633.829000', '101633.832000', '101633.835000', '101633.838000', '101633.841000', '101633.844000', '101633.847000', '101633.849000', '101633.852000', '101633.855000', '101633.858000', '101633.861000', '101633.864000', '101633.867000', '101633.869000', '101633.872000', '101633.875000', '101633.878000', '101633.881000', '101633.889000', '101633.892000', '101633.895000', '101633.897000', '101633.900000', '101633.903000', '101633.906000', '101653.781000', '101653.784000', '101653.787000', '101653.790000', '101653.792000', '101653.795000', '101653.798000', '101653.801000', '101653.804000', '101653.807000', '101653.810000', '101653.812000', '101653.815000', '101653.818000', '101653.821000', '101653.824000', '101653.827000', '101653.830000', '101653.832000', '101653.835000', '101653.838000', '101653.841000', '101653.844000', '101653.847000', '101653.850000', '101653.852000', '101653.855000', '101653.858000', '101653.861000', '101653.864000', '101653.867000', '101653.870000', '101653.873000', '101653.875000', '101653.878000', '101653.881000', '101653.884000', '101653.887000', '101653.889000', '101653.892000', '101653.895000', '101653.898000', '101653.901000', '101653.904000', '101713.781000', '101713.784000', '101713.788000', '101713.792000', '101713.795000', '101713.798000', '101713.800000', '101713.803000', '101713.806000', '101713.809000', '101713.812000', '101713.815000', '101713.817000', '101713.820000', '101713.823000', '101713.826000', '101713.829000', '101713.832000', '101713.835000', '101713.837000', '101713.840000', '101713.843000', '101713.849000', '101713.853000', '101713.856000', '101713.858000', '101713.861000', '101713.864000', '101713.867000', '101713.870000', '101713.873000', '101713.875000', '101713.878000', '101713.881000', '101713.884000', '101713.887000', '101713.890000', '101713.893000', '101713.895000', '101713.898000', '101713.901000', '101713.904000', '101713.907000', '101733.781000', '101733.784000', '101733.787000', '101733.790000', '101733.792000', '101733.795000', '101733.798000', '101733.801000', '101733.804000', '101733.807000', '101733.809000', '101733.812000', '101733.815000', '101733.818000', '101733.821000', '101733.824000', '101733.827000', '101733.830000', '101733.832000', '101733.835000', '101733.838000', '101733.841000', '101733.844000', '101733.847000', '101733.849000', '101733.852000', '101733.855000', '101733.858000', '101733.861000', '101733.864000', '101733.867000', '101733.869000', '101733.872000', '101733.880000', '101733.883000', '101733.886000', '101733.888000', '101733.891000', '101733.894000', '101733.897000', '101733.900000', '101733.903000', '101733.919000', '101733.922000', '101753.781000', '101753.784000', '101753.787000', '101753.790000', '101753.793000', '101753.795000', '101753.798000', '101753.801000', '101753.804000', '101753.807000', '101753.809000', '101753.812000', '101753.815000', '101753.818000', '101753.821000', '101753.824000', '101753.827000', '101753.829000', '101753.832000', '101753.835000', '101753.838000', '101753.841000', '101753.844000', '101753.847000', '101753.849000', '101753.852000', '101753.855000', '101753.858000', '101753.861000', '101753.864000', '101753.867000', '101753.870000', '101753.876000', '101753.879000', '101753.882000', '101753.885000', '101753.888000', '101753.890000', '101753.893000', '101753.896000', '101753.899000', '101753.902000', '101753.905000', '101813.781000', '101813.784000', '101813.787000', '101813.790000', '101813.792000', '101813.795000', '101813.798000', '101813.801000', '101813.804000', '101813.807000', '101813.810000', '101813.812000', '101813.815000', '101813.818000', '101813.821000', '101813.824000', '101813.827000', '101813.830000', '101813.832000', '101813.835000', '101813.838000', '101813.841000', '101813.844000', '101813.847000', '101813.849000', '101813.852000', '101813.855000', '101813.858000', '101813.861000', '101813.864000', '101813.867000', '101813.869000', '101813.872000', '101813.875000', '101813.878000', '101813.881000', '101813.884000', '101813.886000', '101813.889000', '101813.892000', '101813.895000', '101813.898000', '101813.901000', '101813.904000', '101833.781000', '101833.784000', '101833.787000', '101833.790000', '101833.792000', '101833.795000', '101833.798000', '101833.801000', '101833.804000', '101833.807000', '101833.809000', '101833.812000', '101833.815000', '101833.818000', '101833.821000', '101833.825000', '101833.828000', '101833.831000', '101833.834000', '101833.836000', '101833.839000', '101833.842000', '101833.845000', '101833.848000', '101833.851000', '101833.854000', '101833.857000', '101833.859000', '101833.862000', '101833.865000', '101833.868000', '101833.871000', '101833.874000', '101833.877000', '101833.879000', '101833.882000', '101833.885000', '101833.888000', '101833.891000', '101833.894000', '101833.897000', '101833.900000', '101833.903000', '101853.781000', '101853.784000', '101853.787000', '101853.790000', '101853.792000', '101853.795000', '101853.798000', '101853.801000', '101853.804000', '101853.807000', '101853.810000', '101853.812000', '101853.815000', '101853.818000', '101853.821000', '101853.824000', '101853.827000', '101853.830000', '101853.833000', '101853.835000', '101853.838000', '101853.841000', '101853.844000', '101853.847000', '101853.850000', '101853.853000', '101853.855000', '101853.858000', '101853.861000', '101853.864000', '101853.867000', '101853.870000', '101853.873000', '101853.875000', '101853.878000', '101853.881000', '101853.884000', '101853.887000', '101853.890000', '101853.892000', '101853.895000', '101853.898000', '101853.901000', '101853.904000', '101913.781000', '101913.784000', '101913.787000', '101913.790000', '101913.793000', '101913.795000', '101913.798000', '101913.801000', '101913.804000', '101913.807000', '101913.810000', '101913.812000', '101913.815000', '101913.818000', '101913.821000', '101913.824000', '101913.827000', '101913.830000', '101913.833000', '101913.835000', '101913.838000', '101913.841000', '101913.844000', '101913.858000', '101913.861000', '101913.864000', '101913.867000', '101913.869000', '101913.872000', '101913.875000', '101913.878000', '101913.881000', '101913.884000', '101913.887000', '101913.889000', '101913.892000', '101913.895000', '101913.898000', '101913.901000', '101913.904000', '101913.907000', '101913.910000', '101913.915000', '101933.781000', '101933.784000', '101933.787000', '101933.790000', '101933.792000', '101933.795000', '101933.798000', '101933.801000', '101933.804000', '101933.807000', '101933.810000', '101933.812000', '101933.815000', '101933.818000', '101933.821000', '101933.824000', '101933.827000', '101933.830000', '101933.832000', '101933.835000', '101933.838000', '101933.841000', '101933.844000', '101933.847000', '101933.850000', '101933.853000', '101933.856000', '101933.858000', '101933.861000', '101933.864000', '101933.867000', '101933.870000', '101933.873000', '101933.876000', '101933.878000', '101933.881000', '101933.884000', '101933.887000', '101933.890000', '101933.893000', '101933.896000', '101933.898000', '101933.901000', '101933.904000', '101953.781000', '101953.784000', '101953.787000', '101953.790000', '101953.792000', '101953.795000', '101953.798000', '101953.801000', '101953.804000', '101953.807000', '101953.810000', '101953.812000', '101953.815000', '101953.818000', '101953.821000', '101953.824000', '101953.827000', '101953.830000', '101953.832000', '101953.835000', '101953.838000', '101953.841000', '101953.844000', '101953.847000', '101953.850000', '101953.853000', '101953.856000', '101953.858000', '101953.861000', '101953.866000', '101953.869000', '101953.872000', '101953.875000', '101953.878000', '101953.880000', '101953.883000', '101953.886000', '101953.889000', '101953.892000', '101953.895000', '101953.898000', '101953.901000', '101953.903000', '102013.781000', '102013.784000', '102013.787000', '102013.790000', '102013.792000', '102013.795000', '102013.798000', '102013.801000', '102013.804000', '102013.807000', '102013.810000', '102013.813000', '102013.815000', '102013.818000', '102013.821000', '102013.824000', '102013.827000', '102013.831000', '102013.834000', '102013.837000', '102013.839000', '102013.842000', '102013.845000', '102013.848000', '102013.851000', '102013.854000', '102013.856000', '102013.859000', '102013.862000', '102013.865000', '102013.868000', '102013.871000', '102013.874000', '102013.877000', '102013.880000', '102013.883000', '102013.886000', '102013.888000', '102013.891000', '102013.894000', '102013.897000', '102013.900000', '102013.903000', '102013.906000', '102033.781000', '102033.784000', '102033.787000', '102033.790000', '102033.793000', '102033.796000', '102033.798000', '102033.801000', '102033.804000', '102033.807000', '102033.810000', '102033.813000', '102033.816000', '102033.818000', '102033.821000', '102033.824000', '102033.827000', '102033.830000', '102033.833000', '102033.836000', '102033.838000', '102033.841000', '102033.844000', '102033.847000', '102033.850000', '102033.853000', '102033.856000', '102033.859000', '102033.861000', '102033.864000', '102033.867000', '102033.870000', '102033.873000', '102033.876000', '102033.879000', '102033.882000', '102033.884000', '102033.887000', '102033.890000', '102033.893000', '102033.896000', '102033.899000', '102033.902000', '102053.781000', '102053.784000', '102053.787000', '102053.790000', '102053.793000', '102053.803000', '102053.806000', '102053.809000', '102053.812000', '102053.815000', '102053.818000', '102053.820000', '102053.823000', '102053.826000', '102053.829000', '102053.832000', '102053.835000', '102053.838000', '102053.840000', '102053.843000', '102053.846000', '102053.849000', '102053.852000', '102053.855000', '102053.858000', '102053.860000', '102053.863000', '102053.866000', '102053.869000', '102053.872000', '102053.875000', '102053.878000', '102053.881000', '102053.884000', '102053.886000', '102053.889000', '102053.892000', '102053.895000', '102053.898000', '102053.901000', '102053.903000', '102053.906000', '102053.909000', '102053.912000', '102113.781000', '102113.784000', '102113.787000', '102113.790000', '102113.793000', '102113.796000', '102113.798000', '102113.801000', '102113.804000', '102113.807000', '102113.810000', '102113.813000', '102113.815000', '102113.818000', '102113.821000', '102113.824000', '102113.827000', '102113.830000', '102113.833000', '102113.836000', '102113.838000', '102113.841000', '102113.844000', '102113.847000', '102113.850000', '102113.853000', '102113.856000', '102113.859000', '102113.862000', '102113.864000', '102113.867000', '102113.870000', '102113.873000', '102113.876000', '102113.879000', '102113.882000', '102113.885000', '102113.887000', '102113.890000', '102113.893000', '102113.896000', '102113.899000', '102113.903000', '102133.781000', '102133.784000', '102133.787000', '102133.790000', '102133.793000', '102133.795000', '102133.798000', '102133.801000', '102133.804000', '102133.807000', '102133.810000', '102133.812000', '102133.815000', '102133.818000', '102133.821000', '102133.824000', '102133.827000', '102133.829000', '102133.832000', '102133.835000', '102133.838000', '102133.841000', '102133.844000', '102133.847000', '102133.849000', '102133.852000', '102133.855000', '102133.858000', '102133.861000', '102133.864000', '102133.868000', '102133.871000', '102133.874000', '102133.876000', '102133.879000', '102133.882000', '102133.885000', '102133.888000', '102133.891000', '102133.893000', '102133.896000', '102133.899000', '102133.902000', '102133.905000', '102153.781000', '102153.784000', '102153.787000', '102153.790000', '102153.793000', '102153.796000', '102153.798000', '102153.801000', '102153.804000', '102153.807000', '102153.810000', '102153.812000', '102153.815000', '102153.818000', '102153.821000', '102153.824000', '102153.827000', '102153.830000', '102153.833000', '102153.835000', '102153.838000', '102153.841000', '102153.844000', '102153.847000', '102153.850000', '102153.853000', '102153.855000', '102153.858000', '102153.861000', '102153.864000', '102153.867000', '102153.870000', '102153.873000', '102153.876000', '102153.878000', '102153.881000', '102153.884000', '102153.887000', '102153.890000', '102153.893000', '102153.895000', '102153.898000', '102153.901000', '102213.781000', '102213.784000', '102213.787000', '102213.790000', '102213.793000', '102213.796000', '102213.798000', '102213.801000', '102213.804000', '102213.807000', '102213.810000', '102213.813000', '102213.816000', '102213.818000', '102213.821000', '102213.839000', '102213.842000', '102213.845000', '102213.847000', '102213.850000', '102213.853000', '102213.856000', '102213.859000', '102213.862000', '102213.864000', '102213.867000', '102213.870000', '102213.873000', '102213.876000', '102213.879000', '102213.882000', '102213.884000', '102213.887000', '102213.890000', '102213.893000', '102213.896000', '102213.899000', '102213.901000', '102213.904000', '102213.907000', '102213.910000', '102213.913000', '102213.916000', '102223.472000', '102223.475000', '102223.478000', '102223.482000', '102223.485000', '102223.488000', '102223.491000', '102223.494000', '102223.497000', '102223.500000', '102223.503000', '102223.506000', '102223.509000', '102223.512000', '102223.515000', '102223.518000', '102223.521000', '102223.524000', '102223.527000', '102223.530000', '102223.533000', '102223.536000'], 'InstanceCreationTime': ['101553.827000', '101553.846000', '101553.849000', '101553.851000', '101553.854000', '101553.857000', '101553.860000', '101553.863000', '101553.866000', '101553.878000', '101553.881000', '101553.884000', '101553.886000', '101553.902000', '101553.905000', '101553.908000', '101553.911000', '101553.914000', '101553.917000', '101553.920000', '101553.923000', '101553.926000', '101553.928000', '101553.931000', '101613.781000', '101613.784000', '101613.787000', '101613.790000', '101613.793000', '101613.795000', '101613.798000', '101613.801000', '101613.804000', '101613.808000', '101613.810000', '101613.813000', '101613.816000', '101613.819000', '101613.822000', '101613.825000', '101613.828000', '101613.830000', '101613.833000', '101613.836000', '101613.839000', '101613.842000', '101613.845000', '101613.847000', '101613.850000', '101613.853000', '101613.856000', '101613.859000', '101613.862000', '101613.864000', '101613.867000', '101613.870000', '101613.873000', '101613.876000', '101613.879000', '101613.884000', '101613.887000', '101613.890000', '101613.893000', '101613.895000', '101613.898000', '101613.901000', '101613.904000', '101613.907000', '101633.781000', '101633.784000', '101633.787000', '101633.790000', '101633.792000', '101633.795000', '101633.798000', '101633.801000', '101633.804000', '101633.806000', '101633.809000', '101633.812000', '101633.815000', '101633.818000', '101633.821000', '101633.824000', '101633.826000', '101633.829000', '101633.832000', '101633.835000', '101633.838000', '101633.841000', '101633.844000', '101633.847000', '101633.849000', '101633.852000', '101633.855000', '101633.858000', '101633.861000', '101633.864000', '101633.867000', '101633.869000', '101633.872000', '101633.875000', '101633.878000', '101633.881000', '101633.889000', '101633.892000', '101633.895000', '101633.897000', '101633.900000', '101633.903000', '101633.906000', '101653.781000', '101653.784000', '101653.787000', '101653.790000', '101653.792000', '101653.795000', '101653.798000', '101653.801000', '101653.804000', '101653.807000', '101653.810000', '101653.812000', '101653.815000', '101653.818000', '101653.821000', '101653.824000', '101653.827000', '101653.830000', '101653.832000', '101653.835000', '101653.838000', '101653.841000', '101653.844000', '101653.847000', '101653.850000', '101653.852000', '101653.855000', '101653.858000', '101653.861000', '101653.864000', '101653.867000', '101653.870000', '101653.873000', '101653.875000', '101653.878000', '101653.881000', '101653.884000', '101653.887000', '101653.889000', '101653.892000', '101653.895000', '101653.898000', '101653.901000', '101653.904000', '101713.781000', '101713.784000', '101713.788000', '101713.792000', '101713.795000', '101713.798000', '101713.800000', '101713.803000', '101713.806000', '101713.809000', '101713.812000', '101713.815000', '101713.817000', '101713.820000', '101713.823000', '101713.826000', '101713.829000', '101713.832000', '101713.835000', '101713.837000', '101713.840000', '101713.843000', '101713.849000', '101713.853000', '101713.856000', '101713.858000', '101713.861000', '101713.864000', '101713.867000', '101713.870000', '101713.873000', '101713.875000', '101713.878000', '101713.881000', '101713.884000', '101713.887000', '101713.890000', '101713.893000', '101713.895000', '101713.898000', '101713.901000', '101713.904000', '101713.907000', '101733.781000', '101733.784000', '101733.787000', '101733.790000', '101733.792000', '101733.795000', '101733.798000', '101733.801000', '101733.804000', '101733.807000', '101733.809000', '101733.812000', '101733.815000', '101733.818000', '101733.821000', '101733.824000', '101733.827000', '101733.830000', '101733.832000', '101733.835000', '101733.838000', '101733.841000', '101733.844000', '101733.847000', '101733.849000', '101733.852000', '101733.855000', '101733.858000', '101733.861000', '101733.864000', '101733.867000', '101733.869000', '101733.872000', '101733.880000', '101733.883000', '101733.886000', '101733.888000', '101733.891000', '101733.894000', '101733.897000', '101733.900000', '101733.903000', '101733.919000', '101733.922000', '101753.781000', '101753.784000', '101753.787000', '101753.790000', '101753.793000', '101753.795000', '101753.798000', '101753.801000', '101753.804000', '101753.807000', '101753.809000', '101753.812000', '101753.815000', '101753.818000', '101753.821000', '101753.824000', '101753.827000', '101753.829000', '101753.832000', '101753.835000', '101753.838000', '101753.841000', '101753.844000', '101753.847000', '101753.849000', '101753.852000', '101753.855000', '101753.858000', '101753.861000', '101753.864000', '101753.867000', '101753.870000', '101753.876000', '101753.879000', '101753.882000', '101753.885000', '101753.888000', '101753.890000', '101753.893000', '101753.896000', '101753.899000', '101753.902000', '101753.905000', '101813.781000', '101813.784000', '101813.787000', '101813.790000', '101813.792000', '101813.795000', '101813.798000', '101813.801000', '101813.804000', '101813.807000', '101813.810000', '101813.812000', '101813.815000', '101813.818000', '101813.821000', '101813.824000', '101813.827000', '101813.830000', '101813.832000', '101813.835000', '101813.838000', '101813.841000', '101813.844000', '101813.847000', '101813.849000', '101813.852000', '101813.855000', '101813.858000', '101813.861000', '101813.864000', '101813.867000', '101813.869000', '101813.872000', '101813.875000', '101813.878000', '101813.881000', '101813.884000', '101813.886000', '101813.889000', '101813.892000', '101813.895000', '101813.898000', '101813.901000', '101813.904000', '101833.781000', '101833.784000', '101833.787000', '101833.790000', '101833.792000', '101833.795000', '101833.798000', '101833.801000', '101833.804000', '101833.807000', '101833.809000', '101833.812000', '101833.815000', '101833.818000', '101833.821000', '101833.825000', '101833.828000', '101833.831000', '101833.834000', '101833.836000', '101833.839000', '101833.842000', '101833.845000', '101833.848000', '101833.851000', '101833.854000', '101833.857000', '101833.859000', '101833.862000', '101833.865000', '101833.868000', '101833.871000', '101833.874000', '101833.877000', '101833.879000', '101833.882000', '101833.885000', '101833.888000', '101833.891000', '101833.894000', '101833.897000', '101833.900000', '101833.903000', '101853.781000', '101853.784000', '101853.787000', '101853.790000', '101853.792000', '101853.795000', '101853.798000', '101853.801000', '101853.804000', '101853.807000', '101853.810000', '101853.812000', '101853.815000', '101853.818000', '101853.821000', '101853.824000', '101853.827000', '101853.830000', '101853.833000', '101853.835000', '101853.838000', '101853.841000', '101853.844000', '101853.847000', '101853.850000', '101853.853000', '101853.855000', '101853.858000', '101853.861000', '101853.864000', '101853.867000', '101853.870000', '101853.873000', '101853.875000', '101853.878000', '101853.881000', '101853.884000', '101853.887000', '101853.890000', '101853.892000', '101853.895000', '101853.898000', '101853.901000', '101853.904000', '101913.781000', '101913.784000', '101913.787000', '101913.790000', '101913.793000', '101913.795000', '101913.798000', '101913.801000', '101913.804000', '101913.807000', '101913.810000', '101913.812000', '101913.815000', '101913.818000', '101913.821000', '101913.824000', '101913.827000', '101913.830000', '101913.833000', '101913.835000', '101913.838000', '101913.841000', '101913.844000', '101913.858000', '101913.861000', '101913.864000', '101913.867000', '101913.869000', '101913.872000', '101913.875000', '101913.878000', '101913.881000', '101913.884000', '101913.887000', '101913.889000', '101913.892000', '101913.895000', '101913.898000', '101913.901000', '101913.904000', '101913.907000', '101913.910000', '101913.915000', '101933.781000', '101933.784000', '101933.787000', '101933.790000', '101933.792000', '101933.795000', '101933.798000', '101933.801000', '101933.804000', '101933.807000', '101933.810000', '101933.812000', '101933.815000', '101933.818000', '101933.821000', '101933.824000', '101933.827000', '101933.830000', '101933.832000', '101933.835000', '101933.838000', '101933.841000', '101933.844000', '101933.847000', '101933.850000', '101933.853000', '101933.856000', '101933.858000', '101933.861000', '101933.864000', '101933.867000', '101933.870000', '101933.873000', '101933.876000', '101933.878000', '101933.881000', '101933.884000', '101933.887000', '101933.890000', '101933.893000', '101933.896000', '101933.898000', '101933.901000', '101933.904000', '101953.781000', '101953.784000', '101953.787000', '101953.790000', '101953.792000', '101953.795000', '101953.798000', '101953.801000', '101953.804000', '101953.807000', '101953.810000', '101953.812000', '101953.815000', '101953.818000', '101953.821000', '101953.824000', '101953.827000', '101953.830000', '101953.832000', '101953.835000', '101953.838000', '101953.841000', '101953.844000', '101953.847000', '101953.850000', '101953.853000', '101953.856000', '101953.858000', '101953.861000', '101953.866000', '101953.869000', '101953.872000', '101953.875000', '101953.878000', '101953.880000', '101953.883000', '101953.886000', '101953.889000', '101953.892000', '101953.895000', '101953.898000', '101953.901000', '101953.903000', '102013.781000', '102013.784000', '102013.787000', '102013.790000', '102013.792000', '102013.795000', '102013.798000', '102013.801000', '102013.804000', '102013.807000', '102013.810000', '102013.813000', '102013.815000', '102013.818000', '102013.821000', '102013.824000', '102013.827000', '102013.831000', '102013.834000', '102013.837000', '102013.839000', '102013.842000', '102013.845000', '102013.848000', '102013.851000', '102013.854000', '102013.856000', '102013.859000', '102013.862000', '102013.865000', '102013.868000', '102013.871000', '102013.874000', '102013.877000', '102013.880000', '102013.883000', '102013.886000', '102013.888000', '102013.891000', '102013.894000', '102013.897000', '102013.900000', '102013.903000', '102013.906000', '102033.781000', '102033.784000', '102033.787000', '102033.790000', '102033.793000', '102033.796000', '102033.798000', '102033.801000', '102033.804000', '102033.807000', '102033.810000', '102033.813000', '102033.816000', '102033.818000', '102033.821000', '102033.824000', '102033.827000', '102033.830000', '102033.833000', '102033.836000', '102033.838000', '102033.841000', '102033.844000', '102033.847000', '102033.850000', '102033.853000', '102033.856000', '102033.859000', '102033.861000', '102033.864000', '102033.867000', '102033.870000', '102033.873000', '102033.876000', '102033.879000', '102033.882000', '102033.884000', '102033.887000', '102033.890000', '102033.893000', '102033.896000', '102033.899000', '102033.902000', '102053.781000', '102053.784000', '102053.787000', '102053.790000', '102053.793000', '102053.803000', '102053.806000', '102053.809000', '102053.812000', '102053.815000', '102053.818000', '102053.820000', '102053.823000', '102053.826000', '102053.829000', '102053.832000', '102053.835000', '102053.838000', '102053.840000', '102053.843000', '102053.846000', '102053.849000', '102053.852000', '102053.855000', '102053.858000', '102053.860000', '102053.863000', '102053.866000', '102053.869000', '102053.872000', '102053.875000', '102053.878000', '102053.881000', '102053.884000', '102053.886000', '102053.889000', '102053.892000', '102053.895000', '102053.898000', '102053.901000', '102053.903000', '102053.906000', '102053.909000', '102053.912000', '102113.781000', '102113.784000', '102113.787000', '102113.790000', '102113.793000', '102113.796000', '102113.798000', '102113.801000', '102113.804000', '102113.807000', '102113.810000', '102113.813000', '102113.815000', '102113.818000', '102113.821000', '102113.824000', '102113.827000', '102113.830000', '102113.833000', '102113.836000', '102113.838000', '102113.841000', '102113.844000', '102113.847000', '102113.850000', '102113.853000', '102113.856000', '102113.859000', '102113.862000', '102113.864000', '102113.867000', '102113.870000', '102113.873000', '102113.876000', '102113.879000', '102113.882000', '102113.885000', '102113.887000', '102113.890000', '102113.893000', '102113.896000', '102113.899000', '102113.903000', '102133.781000', '102133.784000', '102133.787000', '102133.790000', '102133.793000', '102133.795000', '102133.798000', '102133.801000', '102133.804000', '102133.807000', '102133.810000', '102133.812000', '102133.815000', '102133.818000', '102133.821000', '102133.824000', '102133.827000', '102133.829000', '102133.832000', '102133.835000', '102133.838000', '102133.841000', '102133.844000', '102133.847000', '102133.849000', '102133.852000', '102133.855000', '102133.858000', '102133.861000', '102133.864000', '102133.868000', '102133.871000', '102133.874000', '102133.876000', '102133.879000', '102133.882000', '102133.885000', '102133.888000', '102133.891000', '102133.893000', '102133.896000', '102133.899000', '102133.902000', '102133.905000', '102153.781000', '102153.784000', '102153.787000', '102153.790000', '102153.793000', '102153.796000', '102153.798000', '102153.801000', '102153.804000', '102153.807000', '102153.810000', '102153.812000', '102153.815000', '102153.818000', '102153.821000', '102153.824000', '102153.827000', '102153.830000', '102153.833000', '102153.835000', '102153.838000', '102153.841000', '102153.844000', '102153.847000', '102153.850000', '102153.853000', '102153.855000', '102153.858000', '102153.861000', '102153.864000', '102153.867000', '102153.870000', '102153.873000', '102153.876000', '102153.878000', '102153.881000', '102153.884000', '102153.887000', '102153.890000', '102153.893000', '102153.895000', '102153.898000', '102153.901000', '102213.781000', '102213.784000', '102213.787000', '102213.790000', '102213.793000', '102213.796000', '102213.798000', '102213.801000', '102213.804000', '102213.807000', '102213.810000', '102213.813000', '102213.816000', '102213.818000', '102213.821000', '102213.839000', '102213.842000', '102213.845000', '102213.847000', '102213.850000', '102213.853000', '102213.856000', '102213.859000', '102213.862000', '102213.864000', '102213.867000', '102213.870000', '102213.873000', '102213.876000', '102213.879000', '102213.882000', '102213.884000', '102213.887000', '102213.890000', '102213.893000', '102213.896000', '102213.899000', '102213.901000', '102213.904000', '102213.907000', '102213.910000', '102213.913000', '102213.916000', '102223.472000', '102223.475000', '102223.478000', '102223.482000', '102223.485000', '102223.488000', '102223.491000', '102223.494000', '102223.497000', '102223.500000', '102223.503000', '102223.506000', '102223.509000', '102223.512000', '102223.515000', '102223.518000', '102223.521000', '102223.524000', '102223.527000', '102223.530000', '102223.533000', '102223.536000'], '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': [13645, 10318, 14013, 10358, 10120, 8936, 11817, 9000, 12403, 9280, 12135, 8620, 12815, 8587, 11795, 9415, 13761, 9604, 9871, 8779, 8154, 9699, 9013, 10877, 8562, 12193, 8774, 10475, 10316, 9431, 10877, 8737, 11298, 8879, 9394, 11673, 9196, 14136, 10731, 11382, 10496, 9456, 12542, 9304, 8790, 9554, 9733, 13651, 9658, 8980, 10632, 9711, 9328, 10798, 9892, 11201, 10529, 9634, 8697, 9603, 10178, 8868, 10723, 10300, 9667, 11776, 10218, 9133, 12327, 10035, 9768, 10706, 9823, 9284, 9767, 9489, 8326, 9856, 9499, 10138, 10262, 9337, 8900, 9661, 9521, 11089, 9284, 12109, 9764, 8960, 10429, 9179, 8471, 9599, 8693, 11215, 10149, 9141, 11593, 9629, 13599, 11535, 11040, 11485, 9603, 12264, 9667, 12074, 9702, 11768, 9672, 10375, 9674, 11148, 9614, 9918, 9683, 9151, 9266, 8732, 8492, 8729, 8637, 8725, 9948, 10876, 9213, 12788, 10021, 13927, 10679, 15946, 12293, 10632, 9884, 8353, 12214, 9409, 9869, 9815, 8581, 10157, 8528, 10826, 8746, 9433, 9959, 9481, 10189, 8574, 10747, 8518, 11627, 8936, 11628, 9223, 10293, 9418, 8352, 9557, 8355, 11991, 9161, 10311, 9719, 8177, 10288, 8514, 11410, 9381, 14833, 10178, 10128, 9914, 8828, 10369, 9530, 10742, 10072, 10722, 9770, 10227, 9043, 11344, 9496, 7809, 9976, 9132, 11289, 10054, 10841, 8838, 8220, 8295, 8690, 8221, 9241, 9754, 8320, 9577, 10423, 10012, 15298, 10567, 9021, 12380, 10879, 14761, 10068, 9377, 10799, 8838, 10916, 10255, 9613, 10549, 8076, 10814, 8429, 10436, 9027, 9841, 9336, 10967, 9617, 11167, 9360, 10473, 8861, 9051, 9678, 7596, 9987, 9106, 9907, 12459, 8270, 12419, 9147, 7725, 7723, 7899, 7452, 8954, 8150, 9823, 10736, 9667, 10619, 10393, 8482, 14433, 11604, 15397, 11346, 14417, 11280, 15252, 9089, 10035, 9006, 9352, 9483, 8568, 9316, 8307, 9582, 8499, 11413, 8801, 11640, 8682, 10029, 9120, 8224, 10963, 8495, 8161, 8387, 8113, 10280, 8997, 13363, 8836, 8610, 9202, 8187, 12845, 9837, 8877, 10966, 8790, 14500, 10280, 13770, 10039, 9105, 9779, 8276, 11032, 8777, 7856, 7844, 8382, 10449, 8234, 8756, 11626, 8025, 7960, 12511, 10520, 9510, 13291, 9798, 14747, 11053, 16202, 10784, 12647, 10529, 7797, 9513, 9004, 10202, 9309, 10721, 9914, 11973, 8937, 10965, 8960, 8259, 9349, 8439, 7207, 9543, 8315, 11761, 8419, 10647, 9077, 8934, 9520, 8488, 13033, 9418, 14486, 10149, 16548, 11518, 12840, 10193, 8718, 13297, 9016, 9640, 9604, 8364, 13560, 8769, 12411, 9780, 12892, 10339, 12672, 10879, 11781, 10541, 10868, 8919, 11948, 8676, 8658, 8767, 8769, 10604, 9011, 9244, 8147, 9282, 9769, 10087, 11687, 9256, 12251, 8874, 12527, 8972, 11667, 9838, 11192, 10230, 12496, 9476, 10224, 8487, 10053, 8479, 10674, 9120, 10992, 9536, 9793, 9002, 8524, 9613, 8428, 10519, 9119, 10624, 9469, 13289, 9681, 12971, 8316, 14630, 9359, 12516, 10029, 10983, 9215, 10667, 8523, 9169, 8502, 9613, 8836, 8462, 8859, 8211, 8703, 8867, 8936, 9868, 8918, 11676, 9579, 11946, 8525, 11020, 8356, 13267, 10073, 10541, 10559, 8205, 11947, 8441, 9303, 8595, 12386, 8265, 10842, 9027, 10826, 8638, 10774, 8776, 10045, 12247, 9048, 13958, 8689, 11065, 9687, 10143, 13950, 8796, 13166, 9759, 9893, 8440, 9584, 11267, 8203, 13038, 10293, 10256, 8752, 8249, 12675, 9398, 10547, 9607, 8377, 13920, 8422, 9957, 8384, 8453, 8554, 10467, 8615, 12226, 10523, 8391, 9907, 8300, 8112, 8549, 12865, 8942, 15080, 11370, 12045, 10637, 9749, 9650, 9528, 11871, 9115, 16498, 9629, 13371, 10055, 11399, 8803, 8727, 8482, 8681, 12515, 8624, 11117, 8738, 9179, 9642, 8811, 8087, 8943, 10858, 8493, 8530, 12937, 8557, 10504, 8693, 8408, 9681, 8526, 10707, 8378, 8891, 8512, 8837, 11928, 10055, 9770, 12259, 8898, 11628, 8526, 8573, 12885, 10131, 8857, 11074, 8788, 11195, 9533, 8526, 14074, 8443, 8448, 11192, 8626, 10231, 9976, 8686, 12313, 8844, 8480, 7946, 8693, 10859, 8809, 8543, 13885, 10004, 10226, 10094, 8761, 11286, 8416, 8799, 13927, 9954, 9714, 10574, 8635, 10302, 8216, 8639, 8599, 8650, 11270, 9754, 8760, 12485, 9751, 9660, 11409, 9040, 12392, 10654, 9089, 14292, 8445, 9766, 8239, 8761, 12253, 10032, 9405, 14723, 10510, 10557, 8384, 8714, 12112, 9524, 8678, 14690, 9882, 9451, 8837, 8838, 11083, 8352, 8582, 13473, 9416, 10371, 10289, 8654, 11390, 8389, 8944, 13078, 9362, 11428, 9832, 8674, 14028, 8429, 9198, 9597, 8861, 12023, 9484, 9335, 11128, 8721, 11820, 8719, 8893, 13698, 10153, 11012, 8999, 8686, 9272, 8830, 11320, 8595, 8868, 14237, 10038, 10817, 8157, 8965, 13943, 9863, 10755, 12713, 8890, 12456, 8666, 8602, 13747, 8459, 10309, 12650, 8828, 11822, 9935, 8130, 8065, 7992, 7040, 8069, 7470, 9826, 8802, 8398, 11596, 10152, 8608, 12583, 9800, 9385, 15115, 11012, 11695, 12051, 8647, 14726, 10819, 12502, 8853, 13009, 8255, 11470, 8492, 10935, 13742, 8789, 10160, 8616, 8440, 13460, 8517, 12075, 8501, 10887, 8209, 10187, 8386, 11443, 10179, 8763, 15239, 8873, 9663, 11370, 8923, 12232, 8877, 8716, 10474, 8863, 12261, 9572, 9521, 8498, 8604, 7831, 8384, 8047, 8716, 11860, 9339, 9624, 9547, 8733, 14653, 8896, 13561, 8599, 11263, 9162, 11114, 8572, 10340, 8096, 8741, 8608, 8761, 11602, 9153, 9462, 11023, 8340, 13675, 8650, 11208, 8547, 10908, 8554, 11210, 8733, 10687, 8691, 9504, 12602, 8791, 11492, 9626, 8548, 13566, 9435, 11694, 10281, 9371, 10042, 8317, 9829, 8280, 10532, 8327, 11203, 8529, 12824, 9190, 9421, 15579, 9291, 11369, 9964, 8661, 14462, 8951, 13438, 8241, 9089, 8743, 8376, 11229, 8197, 8555, 12030, 8395, 10844, 8572, 8829, 11035, 8437, 10183, 9536, 8620, 12595, 8633, 9019, 9827, 8981, 11570, 10090, 8878, 13706, 9626, 10149, 11161, 8687, 11928, 9452, 8902, 12983, 9900, 10814, 9090, 8849, 11944, 8566, 8748, 14210, 9874, 9901, 9217, 8708, 12307, 8408, 8921, 12327, 8628, 12240, 10988, 8985, 14180, 8547, 9491, 9249, 8810], 'WindowCenter': [4221.0, 4187.0, 4192.0, 4159.0, 4157.0, 4136.0, 4163.0, 4134.0, 4165.0, 4146.0, 4164.0, 4135.0, 4165.0, 4135.0, 4165.0, 4146.0, 4174.0, 4147.0, 4144.0, 4134.0, 4123.0, 4145.0, 4145.0, 4167.0, 4147.0, 4165.0, 4136.0, 4156.0, 4157.0, 4136.0, 4155.0, 4137.0, 4154.0, 4134.0, 4133.0, 4155.0, 4135.0, 4165.0, 4144.0, 4142.0, 4131.0, 4131.0, 4150.0, 4120.0, 4120.0, 4130.0, 4131.0, 4162.0, 4133.0, 4122.0, 4143.0, 4132.0, 4132.0, 4141.0, 4131.0, 4141.0, 4129.0, 4130.0, 4109.0, 4130.0, 4141.0, 4133.0, 4141.0, 4142.0, 4132.0, 4153.0, 4142.0, 4131.0, 4163.0, 4145.0, 4133.0, 4142.0, 4133.0, 4132.0, 4142.0, 4143.0, 4122.0, 4143.0, 4144.0, 4154.0, 4154.0, 4145.0, 4134.0, 4144.0, 4159.0, 4167.0, 4146.0, 4176.0, 4157.0, 4136.0, 4154.0, 4157.0, 4149.0, 4159.0, 4162.0, 4181.0, 4171.0, 4160.0, 4182.0, 4172.0, 4179.0, 4168.0, 4156.0, 4155.0, 4144.0, 4155.0, 4134.0, 4152.0, 4133.0, 4153.0, 4133.0, 4144.0, 4147.0, 4156.0, 4147.0, 4145.0, 4145.0, 4147.0, 4146.0, 4146.0, 4149.0, 4147.0, 4148.0, 4151.0, 4159.0, 4171.0, 4149.0, 4169.0, 4146.0, 4165.0, 4144.0, 4172.0, 4153.0, 4130.0, 4141.0, 4123.0, 4164.0, 4133.0, 4143.0, 4142.0, 4122.0, 4143.0, 4135.0, 4153.0, 4135.0, 4145.0, 4145.0, 4146.0, 4144.0, 4135.0, 4155.0, 4135.0, 4153.0, 4135.0, 4155.0, 4136.0, 4154.0, 4147.0, 4136.0, 4157.0, 4138.0, 4180.0, 4147.0, 4157.0, 4147.0, 4136.0, 4155.0, 4136.0, 4165.0, 4146.0, 4187.0, 4156.0, 4144.0, 4143.0, 4134.0, 4142.0, 4132.0, 4143.0, 4131.0, 4142.0, 4132.0, 4142.0, 4133.0, 4151.0, 4144.0, 4112.0, 4144.0, 4145.0, 4168.0, 4148.0, 4146.0, 4121.0, 4111.0, 4110.0, 4123.0, 4123.0, 4144.0, 4146.0, 4136.0, 4147.0, 4157.0, 4157.0, 4187.0, 4155.0, 4133.0, 4152.0, 4130.0, 4159.0, 4119.0, 4106.0, 4127.0, 4106.0, 4126.0, 4129.0, 4117.0, 4127.0, 4098.0, 4138.0, 4107.0, 4129.0, 4119.0, 4128.0, 4131.0, 4139.0, 4143.0, 4152.0, 4145.0, 4154.0, 4133.0, 4133.0, 4142.0, 4123.0, 4145.0, 4132.0, 4145.0, 4164.0, 4138.0, 4166.0, 4132.0, 4112.0, 4109.0, 4124.0, 4112.0, 4132.0, 4123.0, 4144.0, 4155.0, 4144.0, 4153.0, 4143.0, 4133.0, 4177.0, 4153.0, 4163.0, 4128.0, 4150.0, 4128.0, 4146.0, 4108.0, 4114.0, 4116.0, 4116.0, 4115.0, 4095.0, 4104.0, 4105.0, 4116.0, 4122.0, 4150.0, 4120.0, 4137.0, 4121.0, 4131.0, 4131.0, 4122.0, 4141.0, 4122.0, 4120.0, 4120.0, 4123.0, 4153.0, 4135.0, 4176.0, 4145.0, 4133.0, 4146.0, 4136.0, 4165.0, 4144.0, 4133.0, 4154.0, 4136.0, 4173.0, 4143.0, 4162.0, 4131.0, 4120.0, 4133.0, 4112.0, 4130.0, 4098.0, 4098.0, 4096.0, 4095.0, 4130.0, 4099.0, 4098.0, 4139.0, 4109.0, 4112.0, 4152.0, 4132.0, 4119.0, 4150.0, 4116.0, 4135.0, 4127.0, 4144.0, 4114.0, 4122.0, 4102.0, 4072.0, 4090.0, 4091.0, 4100.0, 4104.0, 4123.0, 4114.0, 4111.0, 4091.0, 4111.0, 4091.0, 4093.0, 4103.0, 4105.0, 4095.0, 4130.0, 4134.0, 4163.0, 4134.0, 4155.0, 4145.0, 4135.0, 4143.0, 4135.0, 4163.0, 4147.0, 4173.0, 4142.0, 4172.0, 4140.0, 4150.0, 4129.0, 4108.0, 4149.0, 4118.0, 4117.0, 4129.0, 4109.0, 4159.0, 4131.0, 4151.0, 4133.0, 4152.0, 4129.0, 4137.0, 4115.0, 4125.0, 4114.0, 4115.0, 4105.0, 4123.0, 4105.0, 4105.0, 4107.0, 4133.0, 4142.0, 4132.0, 4132.0, 4124.0, 4133.0, 4142.0, 4153.0, 4155.0, 4133.0, 4148.0, 4132.0, 4150.0, 4121.0, 4140.0, 4131.0, 4140.0, 4131.0, 4139.0, 4119.0, 4116.0, 4107.0, 4116.0, 4107.0, 4128.0, 4121.0, 4140.0, 4130.0, 4129.0, 4118.0, 4108.0, 4128.0, 4109.0, 4127.0, 4118.0, 4128.0, 4118.0, 4149.0, 4129.0, 4149.0, 4120.0, 4158.0, 4119.0, 4137.0, 4116.0, 4128.0, 4107.0, 4115.0, 4107.0, 4115.0, 4107.0, 4118.0, 4118.0, 4122.0, 4119.0, 4110.0, 4121.0, 4132.0, 4147.0, 4155.0, 4146.0, 4153.0, 4132.0, 4149.0, 4119.0, 4128.0, 4121.0, 4150.0, 4131.0, 4130.0, 4129.0, 4109.0, 4137.0, 4109.0, 4117.0, 4118.0, 4149.0, 4132.0, 4150.0, 4133.0, 4148.0, 4132.0, 4151.0, 4123.0, 4144.0, 4163.0, 4132.0, 4161.0, 4119.0, 4138.0, 4117.0, 4130.0, 4158.0, 4119.0, 4148.0, 4117.0, 4116.0, 4107.0, 4129.0, 4125.0, 4106.0, 4148.0, 4127.0, 4116.0, 4104.0, 4106.0, 4135.0, 4104.0, 4114.0, 4104.0, 4107.0, 4158.0, 4121.0, 4130.0, 4110.0, 4120.0, 4132.0, 4137.0, 4119.0, 4148.0, 4140.0, 4118.0, 4128.0, 4120.0, 4120.0, 4133.0, 4161.0, 4131.0, 4161.0, 4136.0, 4137.0, 4126.0, 4118.0, 4114.0, 4128.0, 4135.0, 4104.0, 4155.0, 4103.0, 4133.0, 4102.0, 4112.0, 4091.0, 4089.0, 4090.0, 4093.0, 4119.0, 4092.0, 4110.0, 4092.0, 4104.0, 4113.0, 4104.0, 4081.0, 4104.0, 4111.0, 4092.0, 4093.0, 4131.0, 4093.0, 4112.0, 4106.0, 4105.0, 4113.0, 4105.0, 4123.0, 4106.0, 4116.0, 4105.0, 4118.0, 4137.0, 4130.0, 4129.0, 4136.0, 4117.0, 4136.0, 4104.0, 4105.0, 4133.0, 4114.0, 4106.0, 4123.0, 4106.0, 4137.0, 4116.0, 4107.0, 4145.0, 4105.0, 4107.0, 4125.0, 4107.0, 4127.0, 4125.0, 4117.0, 4148.0, 4116.0, 4119.0, 4107.0, 4117.0, 4137.0, 4118.0, 4119.0, 4158.0, 4140.0, 4140.0, 4128.0, 4120.0, 4148.0, 4119.0, 4120.0, 4157.0, 4128.0, 4129.0, 4136.0, 4119.0, 4128.0, 4120.0, 4131.0, 4119.0, 4130.0, 4151.0, 4129.0, 4131.0, 4159.0, 4133.0, 4131.0, 4138.0, 4129.0, 4150.0, 4140.0, 4131.0, 4158.0, 4118.0, 4127.0, 4108.0, 4120.0, 4149.0, 4128.0, 4129.0, 4158.0, 4139.0, 4137.0, 4107.0, 4118.0, 4147.0, 4126.0, 4117.0, 4157.0, 4128.0, 4128.0, 4116.0, 4119.0, 4137.0, 4118.0, 4118.0, 4158.0, 4130.0, 4139.0, 4127.0, 4118.0, 4137.0, 4108.0, 4120.0, 4147.0, 4129.0, 4138.0, 4127.0, 4118.0, 4157.0, 4118.0, 4129.0, 4117.0, 4130.0, 4149.0, 4129.0, 4129.0, 4137.0, 4119.0, 4147.0, 4118.0, 4118.0, 4156.0, 4128.0, 4138.0, 4117.0, 4117.0, 4115.0, 4119.0, 4138.0, 4116.0, 4119.0, 4158.0, 4128.0, 4136.0, 4107.0, 4119.0, 4157.0, 4126.0, 4139.0, 4146.0, 4117.0, 4136.0, 4105.0, 4116.0, 4146.0, 4105.0, 4126.0, 4134.0, 4115.0, 4136.0, 4113.0, 4095.0, 4094.0, 4107.0, 4099.0, 4107.0, 4098.0, 4140.0, 4130.0, 4120.0, 4151.0, 4128.0, 4120.0, 4149.0, 4128.0, 4118.0, 4157.0, 4124.0, 4137.0, 4134.0, 4103.0, 4144.0, 4113.0, 4122.0, 4092.0, 4132.0, 4093.0, 4123.0, 4103.0, 4127.0, 4133.0, 4092.0, 4111.0, 4090.0, 4094.0, 4143.0, 4104.0, 4133.0, 4104.0, 4124.0, 4105.0, 4114.0, 4095.0, 4123.0, 4114.0, 4105.0, 4144.0, 4104.0, 4115.0, 4111.0, 4102.0, 4121.0, 4091.0, 4092.0, 4111.0, 4103.0, 4133.0, 4103.0, 4113.0, 4103.0, 4103.0, 4082.0, 4094.0, 4093.0, 4106.0, 4133.0, 4115.0, 4115.0, 4114.0, 4121.0, 4156.0, 4118.0, 4159.0, 4120.0, 4138.0, 4129.0, 4138.0, 4118.0, 4126.0, 4108.0, 4118.0, 4117.0, 4119.0, 4149.0, 4129.0, 4129.0, 4138.0, 4107.0, 4158.0, 4118.0, 4137.0, 4117.0, 4137.0, 4119.0, 4139.0, 4120.0, 4139.0, 4120.0, 4131.0, 4147.0, 4118.0, 4137.0, 4115.0, 4107.0, 4146.0, 4117.0, 4138.0, 4126.0, 4116.0, 4114.0, 4094.0, 4113.0, 4095.0, 4124.0, 4106.0, 4136.0, 4118.0, 4147.0, 4114.0, 4115.0, 4144.0, 4104.0, 4135.0, 4113.0, 4105.0, 4144.0, 4104.0, 4144.0, 4105.0, 4105.0, 4103.0, 4106.0, 4124.0, 4105.0, 4108.0, 4132.0, 4106.0, 4135.0, 4107.0, 4118.0, 4136.0, 4107.0, 4128.0, 4115.0, 4119.0, 4146.0, 4118.0, 4118.0, 4128.0, 4119.0, 4148.0, 4128.0, 4119.0, 4157.0, 4127.0, 4128.0, 4134.0, 4118.0, 4138.0, 4115.0, 4117.0, 4159.0, 4140.0, 4139.0, 4115.0, 4118.0, 4136.0, 4106.0, 4119.0, 4159.0, 4128.0, 4129.0, 4118.0, 4120.0, 4149.0, 4119.0, 4130.0, 4148.0, 4119.0, 4149.0, 4138.0, 4119.0, 4157.0, 4119.0, 4130.0, 4117.0, 4117.0], 'WindowWidth': [9351.0, 9292.0, 9288.0, 9237.0, 9230.0, 9201.0, 9234.0, 9196.0, 9238.0, 9212.0, 9234.0, 9199.0, 9236.0, 9197.0, 9235.0, 9211.0, 9248.0, 9216.0, 9206.0, 9195.0, 9180.0, 9213.0, 9213.0, 9242.0, 9219.0, 9239.0, 9201.0, 9228.0, 9229.0, 9197.0, 9223.0, 9203.0, 9220.0, 9196.0, 9190.0, 9225.0, 9195.0, 9235.0, 9205.0, 9199.0, 9183.0, 9182.0, 9207.0, 9167.0, 9166.0, 9181.0, 9184.0, 9226.0, 9189.0, 9172.0, 9202.0, 9186.0, 9185.0, 9198.0, 9182.0, 9195.0, 9179.0, 9180.0, 9151.0, 9179.0, 9197.0, 9188.0, 9198.0, 9201.0, 9187.0, 9216.0, 9199.0, 9183.0, 9231.0, 9212.0, 9187.0, 9202.0, 9187.0, 9186.0, 9199.0, 9202.0, 9176.0, 9204.0, 9208.0, 9221.0, 9222.0, 9210.0, 9195.0, 9210.0, 9238.0, 9245.0, 9214.0, 9257.0, 9230.0, 9198.0, 9221.0, 9231.0, 9223.0, 9236.0, 9245.0, 9268.0, 9256.0, 9242.0, 9275.0, 9259.0, 9264.0, 9245.0, 9224.0, 9223.0, 9206.0, 9221.0, 9194.0, 9215.0, 9190.0, 9216.0, 9188.0, 9205.0, 9216.0, 9227.0, 9217.0, 9211.0, 9210.0, 9218.0, 9216.0, 9215.0, 9224.0, 9217.0, 9219.0, 9229.0, 9233.0, 9256.0, 9220.0, 9249.0, 9212.0, 9236.0, 9205.0, 9243.0, 9215.0, 9181.0, 9198.0, 9179.0, 9233.0, 9192.0, 9204.0, 9201.0, 9173.0, 9204.0, 9197.0, 9218.0, 9197.0, 9209.0, 9212.0, 9211.0, 9208.0, 9197.0, 9224.0, 9199.0, 9219.0, 9198.0, 9223.0, 9198.0, 9221.0, 9217.0, 9201.0, 9233.0, 9206.0, 9266.0, 9218.0, 9230.0, 9216.0, 9200.0, 9226.0, 9201.0, 9238.0, 9215.0, 9270.0, 9227.0, 9207.0, 9207.0, 9194.0, 9204.0, 9186.0, 9204.0, 9183.0, 9199.0, 9187.0, 9200.0, 9191.0, 9213.0, 9206.0, 9165.0, 9208.0, 9211.0, 9249.0, 9219.0, 9210.0, 9170.0, 9156.0, 9154.0, 9175.0, 9176.0, 9207.0, 9212.0, 9201.0, 9215.0, 9229.0, 9229.0, 9270.0, 9223.0, 9192.0, 9217.0, 9181.0, 9219.0, 9162.0, 9141.0, 9170.0, 9139.0, 9169.0, 9176.0, 9156.0, 9172.0, 9133.0, 9188.0, 9146.0, 9177.0, 9163.0, 9176.0, 9186.0, 9193.0, 9203.0, 9214.0, 9211.0, 9219.0, 9191.0, 9190.0, 9202.0, 9178.0, 9211.0, 9188.0, 9208.0, 9236.0, 9206.0, 9240.0, 9188.0, 9158.0, 9153.0, 9177.0, 9164.0, 9189.0, 9180.0, 9208.0, 9226.0, 9211.0, 9219.0, 9208.0, 9194.0, 9263.0, 9221.0, 9236.0, 9176.0, 9210.0, 9178.0, 9198.0, 9147.0, 9149.0, 9158.0, 9155.0, 9152.0, 9124.0, 9137.0, 9141.0, 9156.0, 9176.0, 9207.0, 9169.0, 9187.0, 9172.0, 9183.0, 9184.0, 9173.0, 9199.0, 9175.0, 9169.0, 9174.0, 9178.0, 9221.0, 9197.0, 9255.0, 9212.0, 9193.0, 9214.0, 9203.0, 9237.0, 9207.0, 9191.0, 9224.0, 9200.0, 9246.0, 9204.0, 9228.0, 9184.0, 9171.0, 9188.0, 9157.0, 9175.0, 9130.0, 9133.0, 9127.0, 9123.0, 9176.0, 9133.0, 9129.0, 9188.0, 9151.0, 9159.0, 9210.0, 9185.0, 9161.0, 9206.0, 9155.0, 9182.0, 9171.0, 9192.0, 9148.0, 9155.0, 9127.0, 9086.0, 9110.0, 9113.0, 9122.0, 9135.0, 9160.0, 9147.0, 9137.0, 9113.0, 9136.0, 9110.0, 9119.0, 9134.0, 9141.0, 9130.0, 9182.0, 9197.0, 9231.0, 9198.0, 9223.0, 9212.0, 9195.0, 9206.0, 9197.0, 9232.0, 9218.0, 9246.0, 9199.0, 9242.0, 9196.0, 9207.0, 9176.0, 9148.0, 9206.0, 9161.0, 9157.0, 9177.0, 9152.0, 9219.0, 9188.0, 9212.0, 9191.0, 9215.0, 9175.0, 9183.0, 9148.0, 9164.0, 9148.0, 9149.0, 9136.0, 9156.0, 9136.0, 9137.0, 9145.0, 9191.0, 9202.0, 9188.0, 9188.0, 9180.0, 9189.0, 9200.0, 9220.0, 9222.0, 9189.0, 9203.0, 9187.0, 9207.0, 9171.0, 9192.0, 9182.0, 9192.0, 9184.0, 9190.0, 9163.0, 9155.0, 9145.0, 9155.0, 9145.0, 9173.0, 9169.0, 9195.0, 9183.0, 9176.0, 9161.0, 9148.0, 9175.0, 9150.0, 9169.0, 9161.0, 9171.0, 9161.0, 9203.0, 9179.0, 9205.0, 9169.0, 9215.0, 9164.0, 9186.0, 9154.0, 9174.0, 9142.0, 9151.0, 9146.0, 9153.0, 9144.0, 9160.0, 9162.0, 9174.0, 9165.0, 9153.0, 9171.0, 9189.0, 9217.0, 9226.0, 9214.0, 9217.0, 9189.0, 9204.0, 9166.0, 9175.0, 9173.0, 9209.0, 9183.0, 9180.0, 9177.0, 9152.0, 9185.0, 9151.0, 9157.0, 9162.0, 9205.0, 9189.0, 9210.0, 9191.0, 9207.0, 9190.0, 9213.0, 9177.0, 9208.0, 9231.0, 9187.0, 9222.0, 9165.0, 9189.0, 9159.0, 9181.0, 9217.0, 9166.0, 9203.0, 9157.0, 9153.0, 9146.0, 9178.0, 9165.0, 9143.0, 9202.0, 9171.0, 9155.0, 9137.0, 9141.0, 9178.0, 9136.0, 9149.0, 9134.0, 9146.0, 9217.0, 9169.0, 9180.0, 9153.0, 9170.0, 9190.0, 9186.0, 9168.0, 9206.0, 9197.0, 9165.0, 9176.0, 9170.0, 9171.0, 9194.0, 9226.0, 9186.0, 9228.0, 9184.0, 9186.0, 9167.0, 9162.0, 9151.0, 9176.0, 9179.0, 9136.0, 9208.0, 9131.0, 9171.0, 9127.0, 9141.0, 9113.0, 9109.0, 9110.0, 9120.0, 9146.0, 9115.0, 9137.0, 9115.0, 9135.0, 9146.0, 9134.0, 9100.0, 9136.0, 9140.0, 9116.0, 9121.0, 9165.0, 9120.0, 9144.0, 9142.0, 9143.0, 9148.0, 9140.0, 9161.0, 9144.0, 9157.0, 9141.0, 9164.0, 9187.0, 9179.0, 9180.0, 9183.0, 9158.0, 9182.0, 9138.0, 9141.0, 9176.0, 9150.0, 9142.0, 9160.0, 9144.0, 9187.0, 9157.0, 9145.0, 9194.0, 9142.0, 9147.0, 9166.0, 9145.0, 9173.0, 9167.0, 9161.0, 9203.0, 9159.0, 9164.0, 9146.0, 9161.0, 9188.0, 9163.0, 9167.0, 9218.0, 9195.0, 9196.0, 9174.0, 9169.0, 9204.0, 9165.0, 9170.0, 9216.0, 9176.0, 9182.0, 9185.0, 9166.0, 9176.0, 9170.0, 9186.0, 9167.0, 9186.0, 9214.0, 9180.0, 9187.0, 9221.0, 9188.0, 9186.0, 9189.0, 9180.0, 9210.0, 9194.0, 9185.0, 9216.0, 9164.0, 9176.0, 9150.0, 9171.0, 9206.0, 9177.0, 9183.0, 9219.0, 9191.0, 9188.0, 9146.0, 9164.0, 9201.0, 9170.0, 9162.0, 9216.0, 9176.0, 9178.0, 9158.0, 9166.0, 9188.0, 9164.0, 9166.0, 9216.0, 9183.0, 9196.0, 9173.0, 9164.0, 9188.0, 9152.0, 9169.0, 9201.0, 9181.0, 9190.0, 9173.0, 9164.0, 9214.0, 9165.0, 9180.0, 9159.0, 9182.0, 9207.0, 9180.0, 9181.0, 9187.0, 9165.0, 9202.0, 9162.0, 9166.0, 9214.0, 9175.0, 9190.0, 9158.0, 9161.0, 9155.0, 9166.0, 9189.0, 9159.0, 9168.0, 9219.0, 9175.0, 9184.0, 9146.0, 9166.0, 9215.0, 9172.0, 9194.0, 9197.0, 9159.0, 9182.0, 9142.0, 9159.0, 9196.0, 9141.0, 9171.0, 9177.0, 9154.0, 9184.0, 9148.0, 9125.0, 9123.0, 9147.0, 9141.0, 9148.0, 9140.0, 9199.0, 9182.0, 9171.0, 9215.0, 9175.0, 9171.0, 9209.0, 9176.0, 9165.0, 9213.0, 9166.0, 9187.0, 9175.0, 9135.0, 9190.0, 9146.0, 9157.0, 9116.0, 9170.0, 9121.0, 9160.0, 9138.0, 9174.0, 9173.0, 9116.0, 9143.0, 9113.0, 9124.0, 9188.0, 9137.0, 9174.0, 9137.0, 9161.0, 9139.0, 9149.0, 9126.0, 9163.0, 9150.0, 9140.0, 9190.0, 9136.0, 9152.0, 9138.0, 9130.0, 9153.0, 9113.0, 9117.0, 9139.0, 9134.0, 9174.0, 9134.0, 9147.0, 9134.0, 9133.0, 9106.0, 9125.0, 9122.0, 9144.0, 9177.0, 9154.0, 9155.0, 9149.0, 9172.0, 9214.0, 9166.0, 9221.0, 9172.0, 9192.0, 9178.0, 9190.0, 9165.0, 9171.0, 9148.0, 9164.0, 9159.0, 9167.0, 9205.0, 9178.0, 9180.0, 9189.0, 9148.0, 9218.0, 9163.0, 9186.0, 9160.0, 9187.0, 9166.0, 9193.0, 9170.0, 9193.0, 9170.0, 9188.0, 9200.0, 9163.0, 9188.0, 9153.0, 9146.0, 9198.0, 9160.0, 9192.0, 9169.0, 9155.0, 9148.0, 9125.0, 9147.0, 9126.0, 9164.0, 9145.0, 9181.0, 9162.0, 9202.0, 9150.0, 9156.0, 9192.0, 9136.0, 9181.0, 9145.0, 9140.0, 9190.0, 9137.0, 9192.0, 9142.0, 9140.0, 9133.0, 9143.0, 9164.0, 9141.0, 9148.0, 9172.0, 9143.0, 9183.0, 9146.0, 9164.0, 9182.0, 9148.0, 9178.0, 9156.0, 9166.0, 9198.0, 9165.0, 9166.0, 9175.0, 9167.0, 9204.0, 9175.0, 9166.0, 9214.0, 9173.0, 9178.0, 9177.0, 9161.0, 9190.0, 9156.0, 9163.0, 9223.0, 9198.0, 9193.0, 9155.0, 9162.0, 9184.0, 9145.0, 9168.0, 9220.0, 9178.0, 9182.0, 9162.0, 9171.0, 9206.0, 9168.0, 9183.0, 9202.0, 9168.0, 9209.0, 9190.0, 9165.0, 9214.0, 9165.0, 9181.0, 9159.0, 9162.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.0035559770114942527</td></tr>
<tr><td colspan=3>aqi</td><td>0.04944602632183908</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.462874637364756</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2004783101495966</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0053553377445332</td></tr>
<tr><td colspan=3>efc</td><td>0.4643</td></tr>
<tr><td colspan=3>fber</td><td>6596.7559</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12621760974628649</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.64367816091954</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5477563660759164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5543148481912974</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7977355696604227</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.29121868037603</td></tr>
<tr><td colspan=3>gcor</td><td>0.00959194</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009895354509353638</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016517017036676407</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.8127184239646943</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.7753</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.5279</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.4216</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302507.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.9178</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5638</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.2794</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3323.5265</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4356.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.3669</td></tr>
<tr><td colspan=3>tsnr</td><td>29.711054280749522</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>