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

616 lines
No EOL
107 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-0131_ses-04_task-social_acq-mb8_run-04_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-0131_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-04_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-0131/ses-04/func/sub-0131_ses-04_task-social_acq-mb8_run-04_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>8e17755fad3f51e41caa46628692121e</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>21:44:20.797500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998908, 0.00498159, -0.0464476, -0.0012204, 0.996741, 0.0806562]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.09794</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -7794, -7258, 404, -166, 19, 2, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.539</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0bb2816e-3842-4b38-b1b9-5aa1f76b6ad3||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6799979209899902, -0.0032742468174546957, -0.1260846108198166, 113.48704528808594], [-0.01336523238569498, 2.6741838455200195, 0.21738091111183167, -106.43962860107422], [-0.12461543828248978, -0.21639464795589447, 2.688279628753662, -57.43107223510742], [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': ['214420.797500', '214421.257500', '214421.717500', '214422.177500', '214422.637500', '214423.097500', '214423.557500', '214424.017500', '214424.477500', '214424.937500', '214425.397500', '214425.857500', '214426.317500', '214426.777500', '214427.237500', '214427.697500', '214428.157500', '214428.617500', '214429.077500', '214429.537500', '214429.997500', '214430.457500', '214430.917500', '214431.377500', '214431.837500', '214432.297500', '214432.757500', '214433.217500', '214433.677500', '214434.137500', '214434.597500', '214435.057500', '214435.517500', '214435.977500', '214436.437500', '214436.897500', '214437.357500', '214437.817500', '214438.277500', '214438.737500', '214439.197500', '214439.657500', '214440.117500', '214440.577500', '214441.037500', '214441.497500', '214441.957500', '214442.417500', '214442.877500', '214443.337500', '214443.797500', '214444.257500', '214444.717500', '214445.177500', '214445.637500', '214446.097500', '214446.557500', '214447.017500', '214447.477500', '214447.937500', '214448.397500', '214448.857500', '214449.317500', '214449.777500', '214450.237500', '214450.697500', '214451.157500', '214451.617500', '214452.077500', '214452.537500', '214452.997500', '214453.457500', '214453.917500', '214454.377500', '214454.837500', '214455.297500', '214455.757500', '214456.217500', '214456.677500', '214457.137500', '214457.597500', '214458.057500', '214458.517500', '214458.977500', '214459.437500', '214459.897500', '214500.357500', '214500.817500', '214501.277500', '214501.737500', '214502.197500', '214502.657500', '214503.117500', '214503.577500', '214504.037500', '214504.497500', '214504.957500', '214505.417500', '214505.877500', '214506.337500', '214506.797500', '214507.257500', '214507.717500', '214508.177500', '214508.637500', '214509.097500', '214509.557500', '214510.017500', '214510.477500', '214510.937500', '214511.397500', '214511.857500', '214512.317500', '214512.777500', '214513.237500', '214513.697500', '214514.157500', '214514.617500', '214515.077500', '214515.537500', '214515.997500', '214516.457500', '214516.917500', '214517.377500', '214517.837500', '214518.297500', '214518.757500', '214519.217500', '214519.677500', '214520.137500', '214520.597500', '214521.057500', '214521.517500', '214521.977500', '214522.437500', '214522.897500', '214523.357500', '214523.817500', '214524.277500', '214524.737500', '214525.197500', '214525.657500', '214526.117500', '214526.577500', '214527.037500', '214527.497500', '214527.957500', '214528.417500', '214528.877500', '214529.337500', '214529.797500', '214530.257500', '214530.717500', '214531.177500', '214531.637500', '214532.097500', '214532.557500', '214533.017500', '214533.477500', '214533.937500', '214534.397500', '214534.857500', '214535.317500', '214535.777500', '214536.237500', '214536.697500', '214537.157500', '214537.617500', '214538.077500', '214538.537500', '214538.997500', '214539.457500', '214539.917500', '214540.377500', '214540.837500', '214541.297500', '214541.757500', '214542.217500', '214542.677500', '214543.137500', '214543.597500', '214544.057500', '214544.517500', '214544.977500', '214545.437500', '214545.897500', '214546.357500', '214546.817500', '214547.277500', '214547.737500', '214548.197500', '214548.657500', '214549.117500', '214549.577500', '214550.037500', '214550.497500', '214550.957500', '214551.417500', '214551.877500', '214552.337500', '214552.797500', '214553.257500', '214553.717500', '214554.177500', '214554.637500', '214555.097500', '214555.557500', '214556.017500', '214556.477500', '214556.937500', '214557.397500', '214557.857500', '214558.317500', '214558.777500', '214559.237500', '214559.697500', '214600.157500', '214600.617500', '214601.077500', '214601.537500', '214601.997500', '214602.457500', '214602.917500', '214603.377500', '214603.837500', '214604.297500', '214604.757500', '214605.217500', '214605.677500', '214606.137500', '214606.597500', '214607.057500', '214607.517500', '214607.977500', '214608.437500', '214608.897500', '214609.357500', '214609.817500', '214610.277500', '214610.737500', '214611.197500', '214611.657500', '214612.117500', '214612.577500', '214613.037500', '214613.497500', '214613.957500', '214614.417500', '214614.877500', '214615.337500', '214615.797500', '214616.257500', '214616.717500', '214617.177500', '214617.637500', '214618.097500', '214618.557500', '214619.017500', '214619.477500', '214619.937500', '214620.397500', '214620.857500', '214621.317500', '214621.777500', '214622.237500', '214622.697500', '214623.157500', '214623.617500', '214624.077500', '214624.537500', '214624.997500', '214625.457500', '214625.917500', '214626.377500', '214626.837500', '214627.297500', '214627.757500', '214628.217500', '214628.677500', '214629.137500', '214629.597500', '214630.057500', '214630.517500', '214630.977500', '214631.437500', '214631.897500', '214632.357500', '214632.817500', '214633.277500', '214633.737500', '214634.197500', '214634.657500', '214635.117500', '214635.577500', '214636.037500', '214636.497500', '214636.957500', '214637.417500', '214637.877500', '214638.337500', '214638.797500', '214639.257500', '214639.717500', '214640.177500', '214640.637500', '214641.097500', '214641.557500', '214642.017500', '214642.477500', '214642.937500', '214643.397500', '214643.857500', '214644.317500', '214644.777500', '214645.237500', '214645.697500', '214646.157500', '214646.617500', '214647.077500', '214647.537500', '214647.997500', '214648.457500', '214648.917500', '214649.377500', '214649.837500', '214650.297500', '214650.757500', '214651.217500', '214651.677500', '214652.137500', '214652.597500', '214653.057500', '214653.517500', '214653.977500', '214654.437500', '214654.897500', '214655.357500', '214655.817500', '214656.277500', '214656.737500', '214657.197500', '214657.657500', '214658.117500', '214658.577500', '214659.037500', '214659.497500', '214659.957500', '214700.417500', '214700.877500', '214701.337500', '214701.797500', '214702.257500', '214702.717500', '214703.177500', '214703.637500', '214704.097500', '214704.557500', '214705.017500', '214705.477500', '214705.937500', '214706.397500', '214706.857500', '214707.317500', '214707.777500', '214708.237500', '214708.697500', '214709.157500', '214709.617500', '214710.077500', '214710.537500', '214710.997500', '214711.457500', '214711.917500', '214712.377500', '214712.837500', '214713.297500', '214713.757500', '214714.217500', '214714.677500', '214715.137500', '214715.597500', '214716.057500', '214716.517500', '214716.977500', '214717.437500', '214717.897500', '214718.357500', '214718.817500', '214719.277500', '214719.737500', '214720.197500', '214720.657500', '214721.117500', '214721.577500', '214722.037500', '214722.497500', '214722.957500', '214723.417500', '214723.877500', '214724.337500', '214724.797500', '214725.257500', '214725.717500', '214726.177500', '214726.637500', '214727.097500', '214727.557500', '214728.017500', '214728.477500', '214728.937500', '214729.397500', '214729.857500', '214730.317500', '214730.777500', '214731.237500', '214731.697500', '214732.157500', '214732.617500', '214733.077500', '214733.537500', '214733.997500', '214734.457500', '214734.917500', '214735.377500', '214735.837500', '214736.297500', '214736.757500', '214737.217500', '214737.677500', '214738.137500', '214738.597500', '214739.057500', '214739.517500', '214739.977500', '214740.437500', '214740.897500', '214741.357500', '214741.817500', '214742.277500', '214742.737500', '214743.197500', '214743.657500', '214744.117500', '214744.577500', '214745.037500', '214745.497500', '214745.957500', '214746.417500', '214746.877500', '214747.337500', '214747.797500', '214748.257500', '214748.717500', '214749.177500', '214749.637500', '214750.097500', '214750.557500', '214751.017500', '214751.477500', '214751.937500', '214752.397500', '214752.857500', '214753.317500', '214753.777500', '214754.237500', '214754.697500', '214755.157500', '214755.617500', '214756.077500', '214756.537500', '214756.997500', '214757.457500', '214757.917500', '214758.377500', '214758.837500', '214759.297500', '214759.757500', '214800.217500', '214800.677500', '214801.137500', '214801.597500', '214802.057500', '214802.517500', '214802.977500', '214803.437500', '214803.897500', '214804.357500', '214804.817500', '214805.277500', '214805.737500', '214806.197500', '214806.657500', '214807.117500', '214807.577500', '214808.037500', '214808.497500', '214808.957500', '214809.417500', '214809.877500', '214810.337500', '214810.797500', '214811.257500', '214811.717500', '214812.177500', '214812.637500', '214813.097500', '214813.557500', '214814.017500', '214814.477500', '214814.937500', '214815.397500', '214815.857500', '214816.317500', '214816.777500', '214817.237500', '214817.697500', '214818.157500', '214818.617500', '214819.077500', '214819.537500', '214819.997500', '214820.457500', '214820.917500', '214821.377500', '214821.837500', '214822.297500', '214822.757500', '214823.217500', '214823.677500', '214824.137500', '214824.597500', '214825.057500', '214825.517500', '214825.977500', '214826.437500', '214826.897500', '214827.357500', '214827.817500', '214828.277500', '214828.737500', '214829.197500', '214829.657500', '214830.117500', '214830.577500', '214831.037500', '214831.497500', '214831.957500', '214832.417500', '214832.877500', '214833.337500', '214833.797500', '214834.257500', '214834.717500', '214835.177500', '214835.637500', '214836.097500', '214836.557500', '214837.017500', '214837.477500', '214837.937500', '214838.397500', '214838.857500', '214839.317500', '214839.777500', '214840.237500', '214840.697500', '214841.157500', '214841.617500', '214842.077500', '214842.537500', '214842.997500', '214843.457500', '214843.917500', '214844.377500', '214844.837500', '214845.297500', '214845.757500', '214846.217500', '214846.677500', '214847.137500', '214847.597500', '214848.057500', '214848.517500', '214848.977500', '214849.437500', '214849.897500', '214850.357500', '214850.817500', '214851.277500', '214851.737500', '214852.197500', '214852.657500', '214853.117500', '214853.577500', '214854.037500', '214854.497500', '214854.957500', '214855.417500', '214855.877500', '214856.337500', '214856.797500', '214857.257500', '214857.717500', '214858.177500', '214858.637500', '214859.097500', '214859.557500', '214900.017500', '214900.477500', '214900.937500', '214901.397500', '214901.857500', '214902.317500', '214902.777500', '214903.237500', '214903.697500', '214904.157500', '214904.617500', '214905.077500', '214905.537500', '214905.997500', '214906.457500', '214906.917500', '214907.377500', '214907.837500', '214908.297500', '214908.757500', '214909.217500', '214909.677500', '214910.137500', '214910.597500', '214911.057500', '214911.517500', '214911.977500', '214912.437500', '214912.897500', '214913.357500', '214913.817500', '214914.277500', '214914.737500', '214915.197500', '214915.657500', '214916.117500', '214916.577500', '214917.037500', '214917.497500', '214917.957500', '214918.417500', '214918.877500', '214919.337500', '214919.797500', '214920.257500', '214920.717500', '214921.177500', '214921.637500', '214922.097500', '214922.557500', '214923.017500', '214923.477500', '214923.937500', '214924.397500', '214924.857500', '214925.317500', '214925.777500', '214926.237500', '214926.697500', '214927.157500', '214927.617500', '214928.077500', '214928.537500', '214928.997500', '214929.457500', '214929.917500', '214930.377500', '214930.837500', '214931.297500', '214931.757500', '214932.217500', '214932.677500', '214933.137500', '214933.597500', '214934.057500', '214934.517500', '214934.977500', '214935.437500', '214935.897500', '214936.357500', '214936.817500', '214937.277500', '214937.737500', '214938.197500', '214938.657500', '214939.117500', '214939.577500', '214940.037500', '214940.497500', '214940.957500', '214941.417500', '214941.877500', '214942.337500', '214942.797500', '214943.257500', '214943.717500', '214944.177500', '214944.637500', '214945.097500', '214945.557500', '214946.017500', '214946.477500', '214946.937500', '214947.397500', '214947.857500', '214948.317500', '214948.777500', '214949.237500', '214949.697500', '214950.157500', '214950.617500', '214951.077500', '214951.537500', '214951.997500', '214952.457500', '214952.917500', '214953.377500', '214953.837500', '214954.297500', '214954.757500', '214955.217500', '214955.677500', '214956.137500', '214956.597500', '214957.057500', '214957.517500', '214957.977500', '214958.437500', '214958.897500', '214959.357500', '214959.817500', '215000.277500', '215000.737500', '215001.197500', '215001.657500', '215002.117500', '215002.577500', '215003.037500', '215003.497500', '215003.957500', '215004.417500', '215004.877500', '215005.337500', '215005.797500', '215006.257500', '215006.717500', '215007.177500', '215007.637500', '215008.097500', '215008.557500', '215009.017500', '215009.477500', '215009.937500', '215010.397500', '215010.857500', '215011.317500', '215011.777500', '215012.237500', '215012.697500', '215013.157500', '215013.617500', '215014.077500', '215014.537500', '215014.997500', '215015.457500', '215015.917500', '215016.377500', '215016.837500', '215017.297500', '215017.757500', '215018.217500', '215018.677500', '215019.137500', '215019.597500', '215020.057500', '215020.517500', '215020.977500', '215021.437500', '215021.897500', '215022.357500', '215022.817500', '215023.277500', '215023.737500', '215024.197500', '215024.657500', '215025.117500', '215025.577500', '215026.037500', '215026.497500', '215026.957500', '215027.417500', '215027.877500', '215028.337500', '215028.797500', '215029.257500', '215029.717500', '215030.177500', '215030.637500', '215031.097500', '215031.557500', '215032.017500', '215032.477500', '215032.937500', '215033.397500', '215033.857500', '215034.317500', '215034.777500', '215035.237500', '215035.697500', '215036.157500', '215036.617500', '215037.077500', '215037.537500', '215037.997500', '215038.457500', '215038.917500', '215039.377500', '215039.837500', '215040.297500', '215040.757500', '215041.217500', '215041.677500', '215042.137500', '215042.597500', '215043.057500', '215043.517500', '215043.977500', '215044.437500', '215044.897500', '215045.357500', '215045.817500', '215046.277500', '215046.737500', '215047.197500', '215047.657500', '215048.117500', '215048.577500', '215049.037500', '215049.497500', '215049.957500', '215050.417500', '215050.877500', '215051.337500', '215051.797500', '215052.257500', '215052.717500', '215053.177500', '215053.637500', '215054.097500', '215054.557500', '215055.017500', '215055.477500', '215055.937500', '215056.397500', '215056.857500', '215057.317500', '215057.777500', '215058.237500', '215058.697500', '215059.157500', '215059.617500', '215100.077500', '215100.537500', '215100.997500', '215101.457500'], 'ContentTime': ['214449.994000', '214449.998000', '214450.002000', '214450.004000', '214450.007000', '214450.010000', '214450.012000', '214450.015000', '214450.017000', '214450.020000', '214450.022000', '214450.025000', '214450.027000', '214450.030000', '214450.033000', '214450.035000', '214450.038000', '214450.040000', '214450.043000', '214450.045000', '214450.048000', '214450.050000', '214450.058000', '214450.061000', '214450.063000', '214450.066000', '214450.068000', '214450.071000', '214450.073000', '214450.076000', '214450.078000', '214450.081000', '214450.084000', '214450.086000', '214450.089000', '214450.091000', '214450.094000', '214450.096000', '214450.099000', '214450.102000', '214450.104000', '214450.107000', '214450.109000', '214450.112000', '214450.116000', '214450.119000', '214450.121000', '214450.124000', '214450.126000', '214450.129000', '214450.131000', '214450.134000', '214450.136000', '214450.139000', '214450.141000', '214450.144000', '214450.147000', '214450.150000', '214450.153000', '214450.156000', '214450.159000', '214509.959000', '214509.962000', '214509.965000', '214509.968000', '214509.970000', '214509.973000', '214509.976000', '214509.978000', '214509.981000', '214509.984000', '214509.987000', '214509.993000', '214509.996000', '214509.998000', '214510.002000', '214510.005000', '214510.007000', '214510.010000', '214510.012000', '214510.015000', '214510.017000', '214510.020000', '214510.022000', '214510.025000', '214510.027000', '214510.030000', '214510.033000', '214510.035000', '214510.038000', '214510.040000', '214510.043000', '214510.045000', '214510.048000', '214510.050000', '214510.053000', '214510.055000', '214510.058000', '214510.061000', '214510.063000', '214510.066000', '214510.068000', '214510.071000', '214510.073000', '214529.960000', '214529.962000', '214529.965000', '214529.967000', '214529.970000', '214529.972000', '214529.975000', '214529.978000', '214529.980000', '214529.983000', '214529.985000', '214529.988000', '214529.990000', '214529.993000', '214529.995000', '214529.998000', '214530.002000', '214530.004000', '214530.007000', '214530.010000', '214530.012000', '214530.015000', '214530.017000', '214530.020000', '214530.022000', '214530.025000', '214530.028000', '214530.030000', '214530.033000', '214530.035000', '214530.038000', '214530.040000', '214530.043000', '214530.045000', '214530.048000', '214530.050000', '214530.053000', '214530.056000', '214530.058000', '214530.061000', '214530.063000', '214530.066000', '214530.068000', '214530.071000', '214549.959000', '214549.963000', '214549.966000', '214549.969000', '214549.972000', '214549.974000', '214549.977000', '214549.980000', '214549.982000', '214549.985000', '214549.989000', '214549.992000', '214549.994000', '214549.997000', '214550.001000', '214550.003000', '214550.006000', '214550.008000', '214550.011000', '214550.013000', '214550.016000', '214550.019000', '214550.021000', '214550.024000', '214550.026000', '214550.031000', '214550.034000', '214550.036000', '214550.039000', '214550.042000', '214550.044000', '214550.047000', '214550.049000', '214550.052000', '214550.055000', '214550.057000', '214550.060000', '214550.063000', '214550.065000', '214550.068000', '214550.070000', '214550.073000', '214550.075000', '214609.960000', '214609.963000', '214609.965000', '214609.968000', '214609.970000', '214609.973000', '214609.986000', '214609.989000', '214609.991000', '214609.994000', '214609.996000', '214610.000000', '214610.003000', '214610.005000', '214610.008000', '214610.010000', '214610.013000', '214610.015000', '214610.018000', '214610.020000', '214610.023000', '214610.025000', '214610.028000', '214610.031000', '214610.033000', '214610.036000', '214610.038000', '214610.041000', '214610.043000', '214610.046000', '214610.048000', '214610.051000', '214610.053000', '214610.056000', '214610.058000', '214610.061000', '214610.064000', '214610.066000', '214610.069000', '214610.071000', '214610.074000', '214610.076000', '214610.079000', '214610.081000', '214629.959000', '214629.962000', '214629.965000', '214629.967000', '214629.970000', '214629.972000', '214629.975000', '214629.978000', '214629.980000', '214629.983000', '214629.985000', '214629.988000', '214629.990000', '214629.993000', '214629.995000', '214629.998000', '214630.002000', '214630.004000', '214630.007000', '214630.009000', '214630.012000', '214630.014000', '214630.017000', '214630.019000', '214630.022000', '214630.025000', '214630.027000', '214630.030000', '214630.032000', '214630.035000', '214630.037000', '214630.040000', '214630.042000', '214630.045000', '214630.048000', '214630.050000', '214630.053000', '214630.055000', '214630.058000', '214630.061000', '214630.063000', '214630.066000', '214630.068000', '214649.958000', '214649.961000', '214649.964000', '214649.966000', '214649.969000', '214649.971000', '214649.974000', '214649.976000', '214649.979000', '214649.982000', '214649.984000', '214649.987000', '214649.989000', '214649.992000', '214649.994000', '214649.997000', '214650.000000', '214650.003000', '214650.006000', '214650.008000', '214650.011000', '214650.013000', '214650.016000', '214650.018000', '214650.021000', '214650.024000', '214650.026000', '214650.029000', '214650.031000', '214650.034000', '214650.036000', '214650.039000', '214650.042000', '214650.044000', '214650.047000', '214650.049000', '214650.052000', '214650.054000', '214650.057000', '214650.060000', '214650.062000', '214650.065000', '214650.067000', '214650.070000', '214709.959000', '214709.962000', '214709.965000', '214709.967000', '214709.970000', '214709.972000', '214709.975000', '214709.978000', '214709.980000', '214709.983000', '214709.985000', '214709.988000', '214709.990000', '214709.993000', '214709.995000', '214709.998000', '214710.002000', '214710.004000', '214710.007000', '214710.009000', '214710.012000', '214710.015000', '214710.017000', '214710.020000', '214710.022000', '214710.025000', '214710.029000', '214710.031000', '214710.034000', '214710.037000', '214710.039000', '214710.042000', '214710.044000', '214710.047000', '214710.049000', '214710.052000', '214710.054000', '214710.057000', '214710.060000', '214710.062000', '214710.065000', '214710.067000', '214710.070000', '214729.960000', '214729.962000', '214729.965000', '214729.968000', '214729.970000', '214729.973000', '214729.975000', '214729.978000', '214729.981000', '214729.983000', '214729.986000', '214729.988000', '214729.991000', '214729.994000', '214729.996000', '214730.000000', '214730.003000', '214730.005000', '214730.008000', '214730.011000', '214730.013000', '214730.016000', '214730.018000', '214730.021000', '214730.023000', '214730.026000', '214730.029000', '214730.031000', '214730.034000', '214730.036000', '214730.039000', '214730.041000', '214730.044000', '214730.046000', '214730.049000', '214730.051000', '214730.054000', '214730.057000', '214730.059000', '214730.062000', '214730.064000', '214730.067000', '214730.069000', '214730.072000', '214749.960000', '214749.963000', '214749.970000', '214749.973000', '214749.976000', '214749.978000', '214749.981000', '214749.983000', '214749.986000', '214749.988000', '214749.991000', '214749.993000', '214749.996000', '214749.998000', '214750.002000', '214750.004000', '214750.007000', '214750.010000', '214750.012000', '214750.015000', '214750.017000', '214750.020000', '214750.022000', '214750.025000', '214750.028000', '214750.030000', '214750.033000', '214750.035000', '214750.038000', '214750.040000', '214750.043000', '214750.046000', '214750.048000', '214750.051000', '214750.053000', '214750.056000', '214750.058000', '214750.061000', '214750.064000', '214750.066000', '214750.069000', '214750.071000', '214750.074000', '214809.960000', '214809.963000', '214809.965000', '214809.968000', '214809.970000', '214809.973000', '214809.975000', '214809.978000', '214809.980000', '214809.983000', '214809.986000', '214809.988000', '214809.991000', '214809.993000', '214809.996000', '214810.000000', '214810.003000', '214810.005000', '214810.008000', '214810.010000', '214810.013000', '214810.015000', '214810.018000', '214810.021000', '214810.023000', '214810.026000', '214810.028000', '214810.031000', '214810.033000', '214810.036000', '214810.039000', '214810.041000', '214810.044000', '214810.046000', '214810.049000', '214810.051000', '214810.054000', '214810.056000', '214810.059000', '214810.062000', '214810.064000', '214810.067000', '214810.069000', '214810.072000', '214829.959000', '214829.962000', '214829.965000', '214829.967000', '214829.970000', '214829.972000', '214829.975000', '214829.977000', '214829.980000', '214829.982000', '214829.985000', '214829.988000', '214829.990000', '214829.993000', '214829.995000', '214829.998000', '214830.002000', '214830.004000', '214830.007000', '214830.010000', '214830.013000', '214830.016000', '214830.019000', '214830.021000', '214830.024000', '214830.026000', '214830.029000', '214830.031000', '214830.034000', '214830.037000', '214830.039000', '214830.042000', '214830.044000', '214830.047000', '214830.049000', '214830.052000', '214830.055000', '214830.057000', '214830.060000', '214830.062000', '214830.065000', '214830.068000', '214830.071000', '214849.960000', '214849.963000', '214849.965000', '214849.968000', '214849.971000', '214849.973000', '214849.976000', '214849.978000', '214849.981000', '214849.983000', '214849.986000', '214849.989000', '214849.991000', '214849.994000', '214849.996000', '214850.000000', '214850.002000', '214850.005000', '214850.008000', '214850.010000', '214850.013000', '214850.015000', '214850.018000', '214850.021000', '214850.031000', '214850.034000', '214850.037000', '214850.039000', '214850.042000', '214850.044000', '214850.047000', '214850.049000', '214850.052000', '214850.055000', '214850.057000', '214850.060000', '214850.062000', '214850.065000', '214850.067000', '214850.070000', '214850.072000', '214850.075000', '214850.078000', '214909.958000', '214909.961000', '214909.964000', '214909.966000', '214909.969000', '214909.971000', '214909.974000', '214909.977000', '214909.979000', '214909.982000', '214909.984000', '214909.987000', '214909.989000', '214910.025000', '214910.028000', '214910.030000', '214910.033000', '214910.035000', '214910.038000', '214910.041000', '214910.044000', '214910.047000', '214910.050000', '214910.053000', '214910.055000', '214910.058000', '214910.060000', '214910.063000', '214910.065000', '214910.068000', '214910.071000', '214910.073000', '214910.076000', '214910.078000', '214910.081000', '214910.083000', '214910.086000', '214910.089000', '214910.091000', '214910.094000', '214910.096000', '214910.099000', '214910.101000', '214910.104000', '214929.960000', '214929.962000', '214929.965000', '214929.968000', '214929.970000', '214929.973000', '214929.975000', '214929.978000', '214929.980000', '214929.983000', '214929.985000', '214929.988000', '214929.991000', '214929.993000', '214929.996000', '214929.998000', '214930.002000', '214930.004000', '214930.007000', '214930.010000', '214930.012000', '214930.015000', '214930.017000', '214930.020000', '214930.023000', '214930.025000', '214930.028000', '214930.031000', '214930.033000', '214930.036000', '214930.038000', '214930.041000', '214930.043000', '214930.046000', '214930.049000', '214930.051000', '214930.054000', '214930.056000', '214930.059000', '214930.062000', '214930.064000', '214930.067000', '214930.069000', '214930.072000', '214949.960000', '214949.963000', '214949.965000', '214949.968000', '214949.970000', '214949.973000', '214949.975000', '214949.978000', '214949.980000', '214949.983000', '214949.986000', '214949.988000', '214949.991000', '214949.993000', '214949.996000', '214950.000000', '214950.002000', '214950.005000', '214950.007000', '214950.010000', '214950.013000', '214950.015000', '214950.018000', '214950.020000', '214950.023000', '214950.026000', '214950.028000', '214950.031000', '214950.033000', '214950.036000', '214950.039000', '214950.041000', '214950.044000', '214950.046000', '214950.049000', '214950.051000', '214950.054000', '214950.057000', '214950.059000', '214950.062000', '214950.064000', '214950.067000', '214950.070000', '215009.960000', '215009.962000', '215009.965000', '215009.967000', '215009.970000', '215009.973000', '215009.975000', '215009.978000', '215009.980000', '215009.983000', '215009.986000', '215009.988000', '215009.991000', '215009.993000', '215009.996000', '215010.000000', '215010.002000', '215010.005000', '215010.007000', '215010.010000', '215010.012000', '215010.015000', '215010.019000', '215010.022000', '215010.024000', '215010.027000', '215010.030000', '215010.032000', '215010.035000', '215010.037000', '215010.040000', '215010.043000', '215010.045000', '215010.048000', '215010.050000', '215010.053000', '215010.055000', '215010.058000', '215010.061000', '215010.063000', '215010.066000', '215010.068000', '215010.071000', '215010.074000', '215029.960000', '215029.962000', '215029.965000', '215029.968000', '215029.972000', '215029.975000', '215029.977000', '215029.980000', '215029.982000', '215029.985000', '215029.988000', '215029.990000', '215029.993000', '215029.995000', '215029.998000', '215030.001000', '215030.004000', '215030.006000', '215030.009000', '215030.012000', '215030.014000', '215030.017000', '215030.019000', '215030.022000', '215030.024000', '215030.027000', '215030.030000', '215030.032000', '215030.035000', '215030.037000', '215030.040000', '215030.043000', '215030.046000', '215030.048000', '215030.051000', '215030.053000', '215030.056000', '215030.071000', '215030.074000', '215030.076000', '215030.079000', '215030.081000', '215030.084000', '215049.960000', '215049.962000', '215049.965000', '215049.968000', '215049.970000', '215049.973000', '215049.976000', '215049.978000', '215049.981000', '215049.983000', '215049.986000', '215049.988000', '215049.991000', '215049.993000', '215049.996000', '215050.000000', '215050.002000', '215050.005000', '215050.007000', '215050.010000', '215050.013000', '215050.015000', '215050.018000', '215050.020000', '215050.023000', '215050.026000', '215050.028000', '215050.031000', '215050.033000', '215050.036000', '215050.038000', '215050.041000', '215050.044000', '215050.046000', '215050.049000', '215050.051000', '215050.054000', '215050.056000', '215050.059000', '215050.062000', '215050.064000', '215050.067000', '215050.069000', '215050.072000', '215102.740000', '215102.743000', '215102.746000', '215102.749000', '215102.751000', '215102.754000', '215102.757000', '215102.759000', '215102.762000', '215102.765000', '215102.767000', '215102.770000', '215102.773000', '215102.776000', '215102.778000', '215102.781000', '215102.784000', '215102.786000', '215102.789000', '215102.792000', '215102.794000', '215102.797000', '215102.800000', '215102.803000', '215102.805000', '215102.808000', '215102.811000', '215102.815000'], 'InstanceCreationTime': ['214449.994000', '214449.998000', '214450.002000', '214450.004000', '214450.007000', '214450.010000', '214450.012000', '214450.015000', '214450.017000', '214450.020000', '214450.022000', '214450.025000', '214450.027000', '214450.030000', '214450.033000', '214450.035000', '214450.038000', '214450.040000', '214450.043000', '214450.045000', '214450.048000', '214450.050000', '214450.058000', '214450.061000', '214450.063000', '214450.066000', '214450.068000', '214450.071000', '214450.073000', '214450.076000', '214450.078000', '214450.081000', '214450.084000', '214450.086000', '214450.089000', '214450.091000', '214450.094000', '214450.096000', '214450.099000', '214450.102000', '214450.104000', '214450.107000', '214450.109000', '214450.112000', '214450.116000', '214450.119000', '214450.121000', '214450.124000', '214450.126000', '214450.129000', '214450.131000', '214450.134000', '214450.136000', '214450.139000', '214450.141000', '214450.144000', '214450.147000', '214450.150000', '214450.153000', '214450.156000', '214450.159000', '214509.959000', '214509.962000', '214509.965000', '214509.968000', '214509.970000', '214509.973000', '214509.976000', '214509.978000', '214509.981000', '214509.984000', '214509.987000', '214509.993000', '214509.996000', '214509.998000', '214510.002000', '214510.005000', '214510.007000', '214510.010000', '214510.012000', '214510.015000', '214510.017000', '214510.020000', '214510.022000', '214510.025000', '214510.027000', '214510.030000', '214510.033000', '214510.035000', '214510.038000', '214510.040000', '214510.043000', '214510.045000', '214510.048000', '214510.050000', '214510.053000', '214510.055000', '214510.058000', '214510.061000', '214510.063000', '214510.066000', '214510.068000', '214510.071000', '214510.073000', '214529.960000', '214529.962000', '214529.965000', '214529.967000', '214529.970000', '214529.972000', '214529.975000', '214529.978000', '214529.980000', '214529.983000', '214529.985000', '214529.988000', '214529.990000', '214529.993000', '214529.995000', '214529.998000', '214530.002000', '214530.004000', '214530.007000', '214530.010000', '214530.012000', '214530.015000', '214530.017000', '214530.020000', '214530.022000', '214530.025000', '214530.028000', '214530.030000', '214530.033000', '214530.035000', '214530.038000', '214530.040000', '214530.043000', '214530.045000', '214530.048000', '214530.050000', '214530.053000', '214530.056000', '214530.058000', '214530.061000', '214530.063000', '214530.066000', '214530.068000', '214530.071000', '214549.959000', '214549.963000', '214549.966000', '214549.969000', '214549.972000', '214549.974000', '214549.977000', '214549.980000', '214549.982000', '214549.985000', '214549.989000', '214549.992000', '214549.994000', '214549.997000', '214550.001000', '214550.003000', '214550.006000', '214550.008000', '214550.011000', '214550.013000', '214550.016000', '214550.019000', '214550.021000', '214550.024000', '214550.026000', '214550.031000', '214550.034000', '214550.036000', '214550.039000', '214550.042000', '214550.044000', '214550.047000', '214550.049000', '214550.052000', '214550.055000', '214550.057000', '214550.060000', '214550.063000', '214550.065000', '214550.068000', '214550.070000', '214550.073000', '214550.075000', '214609.960000', '214609.963000', '214609.965000', '214609.968000', '214609.970000', '214609.973000', '214609.986000', '214609.989000', '214609.991000', '214609.994000', '214609.996000', '214610.000000', '214610.003000', '214610.005000', '214610.008000', '214610.010000', '214610.013000', '214610.015000', '214610.018000', '214610.020000', '214610.023000', '214610.025000', '214610.028000', '214610.031000', '214610.033000', '214610.036000', '214610.038000', '214610.041000', '214610.043000', '214610.046000', '214610.048000', '214610.051000', '214610.053000', '214610.056000', '214610.058000', '214610.061000', '214610.064000', '214610.066000', '214610.069000', '214610.071000', '214610.074000', '214610.076000', '214610.079000', '214610.081000', '214629.959000', '214629.962000', '214629.965000', '214629.967000', '214629.970000', '214629.972000', '214629.975000', '214629.978000', '214629.980000', '214629.983000', '214629.985000', '214629.988000', '214629.990000', '214629.993000', '214629.995000', '214629.998000', '214630.002000', '214630.004000', '214630.007000', '214630.009000', '214630.012000', '214630.014000', '214630.017000', '214630.019000', '214630.022000', '214630.025000', '214630.027000', '214630.030000', '214630.032000', '214630.035000', '214630.037000', '214630.040000', '214630.042000', '214630.045000', '214630.048000', '214630.050000', '214630.053000', '214630.055000', '214630.058000', '214630.061000', '214630.063000', '214630.066000', '214630.068000', '214649.958000', '214649.961000', '214649.964000', '214649.966000', '214649.969000', '214649.971000', '214649.974000', '214649.976000', '214649.979000', '214649.982000', '214649.984000', '214649.987000', '214649.989000', '214649.992000', '214649.994000', '214649.997000', '214650.000000', '214650.003000', '214650.006000', '214650.008000', '214650.011000', '214650.013000', '214650.016000', '214650.018000', '214650.021000', '214650.024000', '214650.026000', '214650.029000', '214650.031000', '214650.034000', '214650.036000', '214650.039000', '214650.042000', '214650.044000', '214650.047000', '214650.049000', '214650.052000', '214650.054000', '214650.057000', '214650.060000', '214650.062000', '214650.065000', '214650.067000', '214650.070000', '214709.959000', '214709.962000', '214709.965000', '214709.967000', '214709.970000', '214709.972000', '214709.975000', '214709.978000', '214709.980000', '214709.983000', '214709.985000', '214709.988000', '214709.990000', '214709.993000', '214709.995000', '214709.998000', '214710.002000', '214710.004000', '214710.007000', '214710.009000', '214710.012000', '214710.015000', '214710.017000', '214710.020000', '214710.022000', '214710.025000', '214710.029000', '214710.031000', '214710.034000', '214710.037000', '214710.039000', '214710.042000', '214710.044000', '214710.047000', '214710.049000', '214710.052000', '214710.054000', '214710.057000', '214710.060000', '214710.062000', '214710.065000', '214710.067000', '214710.070000', '214729.960000', '214729.962000', '214729.965000', '214729.968000', '214729.970000', '214729.973000', '214729.975000', '214729.978000', '214729.981000', '214729.983000', '214729.986000', '214729.988000', '214729.991000', '214729.994000', '214729.996000', '214730.000000', '214730.003000', '214730.005000', '214730.008000', '214730.011000', '214730.013000', '214730.016000', '214730.018000', '214730.021000', '214730.023000', '214730.026000', '214730.029000', '214730.031000', '214730.034000', '214730.036000', '214730.039000', '214730.041000', '214730.044000', '214730.046000', '214730.049000', '214730.051000', '214730.054000', '214730.057000', '214730.059000', '214730.062000', '214730.064000', '214730.067000', '214730.069000', '214730.072000', '214749.960000', '214749.963000', '214749.970000', '214749.973000', '214749.976000', '214749.978000', '214749.981000', '214749.983000', '214749.986000', '214749.988000', '214749.991000', '214749.993000', '214749.996000', '214749.998000', '214750.002000', '214750.004000', '214750.007000', '214750.010000', '214750.012000', '214750.015000', '214750.017000', '214750.020000', '214750.022000', '214750.025000', '214750.028000', '214750.030000', '214750.033000', '214750.035000', '214750.038000', '214750.040000', '214750.043000', '214750.046000', '214750.048000', '214750.051000', '214750.053000', '214750.056000', '214750.058000', '214750.061000', '214750.064000', '214750.066000', '214750.069000', '214750.071000', '214750.074000', '214809.960000', '214809.963000', '214809.965000', '214809.968000', '214809.970000', '214809.973000', '214809.975000', '214809.978000', '214809.980000', '214809.983000', '214809.986000', '214809.988000', '214809.991000', '214809.993000', '214809.996000', '214810.000000', '214810.003000', '214810.005000', '214810.008000', '214810.010000', '214810.013000', '214810.015000', '214810.018000', '214810.021000', '214810.023000', '214810.026000', '214810.028000', '214810.031000', '214810.033000', '214810.036000', '214810.039000', '214810.041000', '214810.044000', '214810.046000', '214810.049000', '214810.051000', '214810.054000', '214810.056000', '214810.059000', '214810.062000', '214810.064000', '214810.067000', '214810.069000', '214810.072000', '214829.959000', '214829.962000', '214829.965000', '214829.967000', '214829.970000', '214829.972000', '214829.975000', '214829.977000', '214829.980000', '214829.982000', '214829.985000', '214829.988000', '214829.990000', '214829.993000', '214829.995000', '214829.998000', '214830.002000', '214830.004000', '214830.007000', '214830.010000', '214830.013000', '214830.016000', '214830.019000', '214830.021000', '214830.024000', '214830.026000', '214830.029000', '214830.031000', '214830.034000', '214830.037000', '214830.039000', '214830.042000', '214830.044000', '214830.047000', '214830.049000', '214830.052000', '214830.055000', '214830.057000', '214830.060000', '214830.062000', '214830.065000', '214830.068000', '214830.071000', '214849.960000', '214849.963000', '214849.965000', '214849.968000', '214849.971000', '214849.973000', '214849.976000', '214849.978000', '214849.981000', '214849.983000', '214849.986000', '214849.989000', '214849.991000', '214849.994000', '214849.996000', '214850.000000', '214850.002000', '214850.005000', '214850.008000', '214850.010000', '214850.013000', '214850.015000', '214850.018000', '214850.021000', '214850.031000', '214850.034000', '214850.037000', '214850.039000', '214850.042000', '214850.044000', '214850.047000', '214850.049000', '214850.052000', '214850.055000', '214850.057000', '214850.060000', '214850.062000', '214850.065000', '214850.067000', '214850.070000', '214850.072000', '214850.075000', '214850.078000', '214909.958000', '214909.961000', '214909.964000', '214909.966000', '214909.969000', '214909.971000', '214909.974000', '214909.977000', '214909.979000', '214909.982000', '214909.984000', '214909.987000', '214909.989000', '214910.025000', '214910.028000', '214910.030000', '214910.033000', '214910.035000', '214910.038000', '214910.041000', '214910.044000', '214910.047000', '214910.050000', '214910.053000', '214910.055000', '214910.058000', '214910.060000', '214910.063000', '214910.065000', '214910.068000', '214910.071000', '214910.073000', '214910.076000', '214910.078000', '214910.081000', '214910.083000', '214910.086000', '214910.089000', '214910.091000', '214910.094000', '214910.096000', '214910.099000', '214910.101000', '214910.104000', '214929.960000', '214929.962000', '214929.965000', '214929.968000', '214929.970000', '214929.973000', '214929.975000', '214929.978000', '214929.980000', '214929.983000', '214929.985000', '214929.988000', '214929.991000', '214929.993000', '214929.996000', '214929.998000', '214930.002000', '214930.004000', '214930.007000', '214930.010000', '214930.012000', '214930.015000', '214930.017000', '214930.020000', '214930.023000', '214930.025000', '214930.028000', '214930.031000', '214930.033000', '214930.036000', '214930.038000', '214930.041000', '214930.043000', '214930.046000', '214930.049000', '214930.051000', '214930.054000', '214930.056000', '214930.059000', '214930.062000', '214930.064000', '214930.067000', '214930.069000', '214930.072000', '214949.960000', '214949.963000', '214949.965000', '214949.968000', '214949.970000', '214949.973000', '214949.975000', '214949.978000', '214949.980000', '214949.983000', '214949.986000', '214949.988000', '214949.991000', '214949.993000', '214949.996000', '214950.000000', '214950.002000', '214950.005000', '214950.007000', '214950.010000', '214950.013000', '214950.015000', '214950.018000', '214950.020000', '214950.023000', '214950.026000', '214950.028000', '214950.031000', '214950.033000', '214950.036000', '214950.039000', '214950.041000', '214950.044000', '214950.046000', '214950.049000', '214950.051000', '214950.054000', '214950.057000', '214950.059000', '214950.062000', '214950.064000', '214950.067000', '214950.070000', '215009.960000', '215009.962000', '215009.965000', '215009.967000', '215009.970000', '215009.973000', '215009.975000', '215009.978000', '215009.980000', '215009.983000', '215009.986000', '215009.988000', '215009.991000', '215009.993000', '215009.996000', '215010.000000', '215010.002000', '215010.005000', '215010.007000', '215010.010000', '215010.012000', '215010.015000', '215010.019000', '215010.022000', '215010.024000', '215010.027000', '215010.030000', '215010.032000', '215010.035000', '215010.037000', '215010.040000', '215010.043000', '215010.045000', '215010.048000', '215010.050000', '215010.053000', '215010.055000', '215010.058000', '215010.061000', '215010.063000', '215010.066000', '215010.068000', '215010.071000', '215010.074000', '215029.960000', '215029.962000', '215029.965000', '215029.968000', '215029.972000', '215029.975000', '215029.977000', '215029.980000', '215029.982000', '215029.985000', '215029.988000', '215029.990000', '215029.993000', '215029.995000', '215029.998000', '215030.001000', '215030.004000', '215030.006000', '215030.009000', '215030.012000', '215030.014000', '215030.017000', '215030.019000', '215030.022000', '215030.024000', '215030.027000', '215030.030000', '215030.032000', '215030.035000', '215030.037000', '215030.040000', '215030.043000', '215030.046000', '215030.048000', '215030.051000', '215030.053000', '215030.056000', '215030.071000', '215030.074000', '215030.076000', '215030.079000', '215030.081000', '215030.084000', '215049.960000', '215049.962000', '215049.965000', '215049.968000', '215049.970000', '215049.973000', '215049.976000', '215049.978000', '215049.981000', '215049.983000', '215049.986000', '215049.988000', '215049.991000', '215049.993000', '215049.996000', '215050.000000', '215050.002000', '215050.005000', '215050.007000', '215050.010000', '215050.013000', '215050.015000', '215050.018000', '215050.020000', '215050.023000', '215050.026000', '215050.028000', '215050.031000', '215050.033000', '215050.036000', '215050.038000', '215050.041000', '215050.044000', '215050.046000', '215050.049000', '215050.051000', '215050.054000', '215050.056000', '215050.059000', '215050.062000', '215050.064000', '215050.067000', '215050.069000', '215050.072000', '215102.740000', '215102.743000', '215102.746000', '215102.749000', '215102.751000', '215102.754000', '215102.757000', '215102.759000', '215102.762000', '215102.765000', '215102.767000', '215102.770000', '215102.773000', '215102.776000', '215102.778000', '215102.781000', '215102.784000', '215102.786000', '215102.789000', '215102.792000', '215102.794000', '215102.797000', '215102.800000', '215102.803000', '215102.805000', '215102.808000', '215102.811000', '215102.815000'], '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': [10652, 15683, 11536, 17019, 12539, 16208, 11801, 14325, 14937, 13587, 15853, 12146, 16700, 11763, 15412, 11740, 15575, 11089, 13653, 9515, 13621, 9399, 13781, 9403, 12859, 8973, 13118, 9516, 13266, 9399, 13331, 11203, 11818, 15838, 12089, 15774, 11094, 14824, 10774, 15217, 11237, 13458, 10747, 14675, 10868, 16232, 12413, 16062, 11439, 14122, 10945, 13438, 16221, 11932, 16068, 11664, 13425, 9281, 13865, 9251, 12924, 8902, 12573, 10137, 12628, 12802, 11429, 15977, 11932, 15084, 10421, 15052, 12174, 12299, 16280, 12722, 15251, 10611, 13934, 11093, 12121, 15953, 12020, 15729, 11397, 13977, 10250, 13462, 10085, 14287, 9190, 13038, 9840, 12662, 14452, 11876, 16178, 11860, 13903, 9627, 13823, 9774, 13958, 10364, 13260, 11791, 12692, 11307, 13613, 9236, 13572, 9765, 14796, 11625, 15802, 11702, 12870, 11926, 9747, 14638, 12019, 17357, 12493, 15369, 11399, 16604, 13012, 16674, 13090, 17499, 12628, 15924, 12241, 15989, 11523, 14600, 10672, 13948, 10121, 8567, 10932, 8741, 12218, 9779, 13365, 9756, 14205, 10243, 14854, 12253, 15510, 15816, 11838, 16497, 12306, 15826, 11463, 14331, 10005, 11514, 13858, 10126, 14398, 10616, 13658, 8825, 12439, 11682, 12205, 14192, 10506, 14665, 11186, 13191, 9513, 12938, 10297, 10920, 15347, 11869, 14674, 10226, 13547, 11057, 11034, 16102, 11955, 15020, 9238, 12925, 14675, 10409, 15441, 10684, 13252, 9178, 13014, 8589, 12205, 8476, 12933, 9334, 13244, 9949, 11997, 16072, 11268, 14553, 12981, 12325, 16566, 11069, 14211, 12057, 11757, 16860, 12212, 15139, 10816, 13326, 10119, 13936, 10010, 14509, 8907, 12977, 12064, 12324, 16833, 12905, 16159, 10931, 13929, 11628, 14381, 15060, 11337, 16118, 11559, 14528, 10166, 14190, 10299, 12522, 11894, 11403, 15712, 11951, 15311, 10763, 13016, 8607, 12769, 9406, 12572, 8686, 12008, 8510, 12557, 9001, 12588, 8798, 12603, 9504, 14000, 16490, 13165, 16554, 10863, 15119, 14905, 12775, 16755, 12024, 14634, 9552, 12999, 11224, 12666, 10328, 12114, 10306, 13217, 10728, 14074, 9385, 13882, 10395, 13902, 14194, 13756, 17234, 12618, 15594, 10212, 14492, 13840, 11815, 16639, 11906, 13307, 9838, 13892, 9608, 13812, 8909, 12865, 8620, 12895, 9528, 12952, 10187, 12081, 13879, 10993, 15788, 12138, 15537, 11162, 14025, 9941, 13970, 15433, 12174, 16640, 12161, 13863, 9592, 14051, 11133, 13398, 13566, 11143, 15645, 11675, 14732, 11189, 14826, 10652, 13446, 9462, 14085, 10600, 14420, 10204, 13465, 10108, 13650, 11980, 13733, 12623, 12727, 15555, 11401, 15931, 12281, 15772, 11650, 14196, 10607, 13782, 10738, 14797, 10656, 13646, 9274, 13866, 10831, 13853, 13336, 11776, 15901, 12208, 15174, 11184, 14944, 9899, 13359, 9798, 13728, 10365, 13250, 10202, 14229, 10956, 15624, 11491, 15448, 10892, 14167, 12388, 14306, 17141, 12608, 14881, 9623, 13718, 11388, 12344, 13914, 10583, 15384, 11758, 14789, 10625, 14284, 8772, 13044, 14293, 11064, 15543, 11545, 13698, 9606, 12376, 9408, 13091, 9857, 13496, 9997, 13638, 9523, 14991, 11428, 15372, 16808, 12446, 16109, 11875, 14975, 11072, 15358, 12182, 13240, 16950, 12516, 16123, 12184, 15775, 10294, 13697, 10090, 13141, 13246, 12124, 16783, 11750, 14870, 10998, 14597, 10605, 14418, 10313, 13516, 9040, 13685, 11057, 12574, 14673, 10634, 15041, 11344, 14088, 9668, 14221, 9171, 12127, 14628, 10650, 14488, 8621, 12698, 10649, 11633, 12185, 10038, 10984, 9439, 11738, 10181, 11980, 10139, 13353, 10516, 13940, 10050, 15539, 11907, 15512, 17184, 13553, 17014, 13226, 16603, 10862, 16158, 11330, 16283, 12616, 15833, 10784, 15093, 11798, 15461, 10763, 15227, 9999, 14673, 11228, 15642, 10546, 14387, 10153, 14591, 11695, 15413, 10957, 14592, 10892, 14840, 11122, 15175, 10858, 13827, 9564, 13137, 9609, 13030, 12485, 10665, 14134, 10223, 13384, 10464, 10288, 10479, 9942, 12014, 9752, 13003, 8911, 13639, 9285, 14696, 11451, 16100, 11890, 14957, 16570, 12662, 16813, 12437, 16154, 10145, 13445, 10057, 13607, 10757, 12598, 13121, 10272, 15347, 11655, 14485, 10353, 14287, 9570, 13195, 8951, 12990, 10787, 11670, 15382, 11439, 14367, 8533, 12407, 9283, 12408, 13877, 10083, 14183, 10008, 12405, 9013, 11855, 8836, 11115, 9138, 11157, 9596, 12169, 9524, 13687, 10217, 14628, 16430, 13509, 16456, 12357, 16389, 11688, 16212, 11971, 15019, 10996, 15834, 11821, 16321, 13028, 16513, 12662, 14307, 12363, 14022, 14717, 12072, 14445, 10299, 13856, 11283, 15131, 10202, 13384, 9163, 13437, 10385, 14146, 10359, 14054, 10329, 14451, 11309, 14130, 10028, 12520, 11831, 12283, 12754, 9763, 12919, 9914, 12973, 10371, 13633, 9401, 12883, 10331, 12369, 11332, 12826, 9281, 12523, 9721, 12422, 9899, 12807, 8778, 12743, 9750, 12114, 12961, 12360, 15007, 11075, 15177, 11111, 13665, 9895, 13749, 8727, 12499, 11525, 10854, 14304, 11163, 10559, 9858, 8853, 10890, 8889, 12455, 8601, 12454, 8762, 12344, 15514, 13059, 16609, 12527, 16073, 11916, 15701, 14414, 13878, 17475, 12488, 15307, 10573, 15081, 11844, 12670, 17049, 11415, 13760, 9165, 12947, 10621, 10836, 15697, 10843, 13367, 9884, 12890, 9109, 12253, 8560, 12068, 8956, 12852, 10074, 12341, 14771, 11284, 16079, 12659, 15768, 10730, 14421, 10577, 13978, 14868, 12124, 16878, 11747, 14339, 10408, 14571, 9603, 13500, 9235, 13178, 10858, 12378, 11506, 11537, 13677, 11346, 13761, 11808, 12139, 11241, 12757, 12063, 12015, 12520, 11924, 12311, 15482, 11971, 15986, 12076, 15407, 9454, 13544, 11218, 12892, 15475, 11814, 14565, 10465, 13655, 11050, 11212, 12709, 9263, 12757, 9335, 13623, 10589, 12700, 13263, 10330, 14965, 10546, 14995, 10658, 15876, 12223, 15442, 14358, 13148, 16667, 11938, 14375, 10920, 14698, 10398, 13121, 9741, 12990, 10128, 11005, 10599, 10809, 11388, 13265, 11969, 14613, 11949, 15088, 11355, 15905, 12208, 15217, 11299, 14990, 10985, 15514, 12103, 15536, 11365, 13518, 8966, 12892, 9400, 13180, 9036, 12653, 8689, 12745, 9117, 13314, 9772, 12761, 8934, 12605, 10896, 13054, 11242, 13286, 9198, 13060, 9750, 13923, 10392, 13918, 9857, 13080, 14748, 12444, 16711, 12679, 15346, 9756, 13206, 13105, 10807, 16077, 11716, 13704, 8989, 11841, 9831, 10037, 15344, 11414, 13172, 9391, 12183, 9009, 11991], 'WindowCenter': [5059.0, 5071.0, 5027.0, 5041.0, 5008.0, 5027.0, 4984.0, 5003.0, 5003.0, 4990.0, 5002.0, 4982.0, 5000.0, 4971.0, 4988.0, 4968.0, 4989.0, 4971.0, 4978.0, 4949.0, 4980.0, 4949.0, 4977.0, 4951.0, 4978.0, 4949.0, 4990.0, 4962.0, 4990.0, 4964.0, 4990.0, 4970.0, 4983.0, 5013.0, 4993.0, 5010.0, 4980.0, 5001.0, 4986.0, 5026.0, 4986.0, 5004.0, 4987.0, 5015.0, 4986.0, 5014.0, 4993.0, 5004.0, 4985.0, 4990.0, 4972.0, 4994.0, 5001.0, 4970.0, 4998.0, 4971.0, 4977.0, 4949.0, 4978.0, 4947.0, 4979.0, 4949.0, 4992.0, 4973.0, 4994.0, 4991.0, 4993.0, 5014.0, 4983.0, 5014.0, 4975.0, 5003.0, 4982.0, 4983.0, 5002.0, 4981.0, 4990.0, 4969.0, 4990.0, 4969.0, 4981.0, 4999.0, 4969.0, 4999.0, 4970.0, 4989.0, 4972.0, 4989.0, 4962.0, 4990.0, 4964.0, 4990.0, 4959.0, 4993.0, 5000.0, 4983.0, 5010.0, 4998.0, 4991.0, 4964.0, 4992.0, 4962.0, 5001.0, 4960.0, 4991.0, 4971.0, 4991.0, 4972.0, 4991.0, 4966.0, 4992.0, 4974.0, 5014.0, 4997.0, 5014.0, 4983.0, 4995.0, 4995.0, 4977.0, 5016.0, 4994.0, 5014.0, 4995.0, 5003.0, 4983.0, 5011.0, 4992.0, 5010.0, 4990.0, 5009.0, 4981.0, 4988.0, 4968.0, 4987.0, 4970.0, 4988.0, 4960.0, 4987.0, 4957.0, 4952.0, 4970.0, 4954.0, 4992.0, 4974.0, 5004.0, 4974.0, 5004.0, 4975.0, 5004.0, 4983.0, 5003.0, 5002.0, 4971.0, 4998.0, 4967.0, 4989.0, 4959.0, 4979.0, 4948.0, 4969.0, 4976.0, 4958.0, 4988.0, 4959.0, 4977.0, 4950.0, 4979.0, 4969.0, 4970.0, 4989.0, 4960.0, 4989.0, 4970.0, 4980.0, 4949.0, 4979.0, 4960.0, 4970.0, 4988.0, 4980.0, 4991.0, 4962.0, 4991.0, 4969.0, 4972.0, 5000.0, 4972.0, 4988.0, 4963.0, 4978.0, 4989.0, 4960.0, 4987.0, 4960.0, 4977.0, 4948.0, 4979.0, 4950.0, 4981.0, 4955.0, 4995.0, 4966.0, 5006.0, 4986.0, 4996.0, 5014.0, 4986.0, 5016.0, 4991.0, 4983.0, 5002.0, 4971.0, 4991.0, 4982.0, 4980.0, 4996.0, 4980.0, 5000.0, 4970.0, 4979.0, 4971.0, 4992.0, 4961.0, 4992.0, 4963.0, 4992.0, 4970.0, 4984.0, 5000.0, 4982.0, 4999.0, 4961.0, 4979.0, 4958.0, 4978.0, 4986.0, 4970.0, 4988.0, 4958.0, 4978.0, 4945.0, 4976.0, 4946.0, 4967.0, 4956.0, 4968.0, 4985.0, 4968.0, 4986.0, 4958.0, 4965.0, 4927.0, 4967.0, 4946.0, 4977.0, 4950.0, 4978.0, 4951.0, 4990.0, 4965.0, 4996.0, 4967.0, 4994.0, 4975.0, 5016.0, 5015.0, 4995.0, 5003.0, 4973.0, 4992.0, 4987.0, 4979.0, 4999.0, 4981.0, 4989.0, 4947.0, 4979.0, 4969.0, 4976.0, 4960.0, 4980.0, 4969.0, 4992.0, 4972.0, 5002.0, 4965.0, 5001.0, 4972.0, 5002.0, 4992.0, 4992.0, 5010.0, 4982.0, 5001.0, 4957.0, 4989.0, 4978.0, 4969.0, 4988.0, 4966.0, 4966.0, 4948.0, 4977.0, 4948.0, 4975.0, 4950.0, 4977.0, 4952.0, 4990.0, 4961.0, 4990.0, 4972.0, 4982.0, 4991.0, 4982.0, 5012.0, 4992.0, 5012.0, 4982.0, 4993.0, 4960.0, 5004.0, 5002.0, 4982.0, 5011.0, 4982.0, 4980.0, 4952.0, 4990.0, 4959.0, 4979.0, 4979.0, 4967.0, 4987.0, 4970.0, 4988.0, 4968.0, 4987.0, 4961.0, 4978.0, 4959.0, 4989.0, 4958.0, 4979.0, 4961.0, 4979.0, 4959.0, 4980.0, 4968.0, 4978.0, 4969.0, 4979.0, 4987.0, 4968.0, 4987.0, 4968.0, 4988.0, 4969.0, 4978.0, 4959.0, 4976.0, 4960.0, 4989.0, 4969.0, 4979.0, 4951.0, 4991.0, 4958.0, 4980.0, 4977.0, 4977.0, 5000.0, 4970.0, 4988.0, 4957.0, 4988.0, 4960.0, 4975.0, 4959.0, 4988.0, 4972.0, 5002.0, 4986.0, 5003.0, 4997.0, 5014.0, 4994.0, 5015.0, 4985.0, 5005.0, 4994.0, 5003.0, 5013.0, 4991.0, 5001.0, 4960.0, 4991.0, 4970.0, 4982.0, 4989.0, 4972.0, 4999.0, 4981.0, 4990.0, 4974.0, 4990.0, 4952.0, 4991.0, 4990.0, 4971.0, 4999.0, 4982.0, 4992.0, 4964.0, 4979.0, 4963.0, 5002.0, 4974.0, 5003.0, 4976.0, 5005.0, 4977.0, 5017.0, 4984.0, 5003.0, 5013.0, 4982.0, 5001.0, 4970.0, 5000.0, 4969.0, 4999.0, 4979.0, 4981.0, 4997.0, 4979.0, 4998.0, 4968.0, 4987.0, 4958.0, 4978.0, 4957.0, 4979.0, 4964.0, 4966.0, 4987.0, 4968.0, 4975.0, 4959.0, 4977.0, 4958.0, 4988.0, 4961.0, 4978.0, 4952.0, 4991.0, 4969.0, 4979.0, 4999.0, 4970.0, 4999.0, 4983.0, 5002.0, 4963.0, 5004.0, 4962.0, 4980.0, 5000.0, 4972.0, 4989.0, 4953.0, 5005.0, 4974.0, 4982.0, 4993.0, 4976.0, 4983.0, 4976.0, 4993.0, 5000.0, 5009.0, 5001.0, 5019.0, 4999.0, 5030.0, 4991.0, 5028.0, 5006.0, 5029.0, 5022.0, 4997.0, 5015.0, 4994.0, 5004.0, 4973.0, 5001.0, 4968.0, 5001.0, 4980.0, 5000.0, 4959.0, 4987.0, 4969.0, 4988.0, 4968.0, 4986.0, 4960.0, 4988.0, 4968.0, 4988.0, 4961.0, 4988.0, 4958.0, 4987.0, 4966.0, 4988.0, 4960.0, 4978.0, 4959.0, 4978.0, 4959.0, 4988.0, 4958.0, 4974.0, 4950.0, 4979.0, 4946.0, 4976.0, 4968.0, 4959.0, 4976.0, 4971.0, 4990.0, 4970.0, 4972.0, 4971.0, 4972.0, 5006.0, 4976.0, 5004.0, 4979.0, 5016.0, 4974.0, 5017.0, 4985.0, 5016.0, 4996.0, 5005.0, 5003.0, 4982.0, 5001.0, 4970.0, 4988.0, 4960.0, 4977.0, 4948.0, 4977.0, 4957.0, 4993.0, 4979.0, 4959.0, 4986.0, 4968.0, 4989.0, 4961.0, 4987.0, 4961.0, 4979.0, 4950.0, 4978.0, 4960.0, 4971.0, 4988.0, 4995.0, 5014.0, 4964.0, 4990.0, 4950.0, 5004.0, 5002.0, 4972.0, 5004.0, 4974.0, 4993.0, 4965.0, 4995.0, 4979.0, 4997.0, 4989.0, 5008.0, 5000.0, 5020.0, 5002.0, 5031.0, 4999.0, 5032.0, 5027.0, 5010.0, 5026.0, 4996.0, 5016.0, 4987.0, 5025.0, 4985.0, 5000.0, 4971.0, 4999.0, 4970.0, 4999.0, 4982.0, 4999.0, 4981.0, 4977.0, 4971.0, 4989.0, 4989.0, 4970.0, 4991.0, 4961.0, 4980.0, 4958.0, 4989.0, 4961.0, 4977.0, 4938.0, 4979.0, 4961.0, 4989.0, 4962.0, 4979.0, 4960.0, 4991.0, 4972.0, 4991.0, 4948.0, 4968.0, 4970.0, 4969.0, 4983.0, 4975.0, 4981.0, 4950.0, 4980.0, 4961.0, 4979.0, 4951.0, 4978.0, 4950.0, 4970.0, 4958.0, 4970.0, 4950.0, 4969.0, 4948.0, 4979.0, 4949.0, 4980.0, 4952.0, 4979.0, 4950.0, 4971.0, 4979.0, 4971.0, 4986.0, 4961.0, 4978.0, 4958.0, 4979.0, 4950.0, 4978.0, 4938.0, 4982.0, 4972.0, 4970.0, 4989.0, 4971.0, 4971.0, 4962.0, 4952.0, 4985.0, 4967.0, 5007.0, 4980.0, 5008.0, 4970.0, 5009.0, 5017.0, 4998.0, 5016.0, 4996.0, 5005.0, 4973.0, 5003.0, 4978.0, 4982.0, 5000.0, 4970.0, 4979.0, 4959.0, 4988.0, 4957.0, 4969.0, 4986.0, 4958.0, 4976.0, 4926.0, 4965.0, 4945.0, 4953.0, 4985.0, 4957.0, 4978.0, 4949.0, 4966.0, 4950.0, 4982.0, 4953.0, 4992.0, 4964.0, 4993.0, 4975.0, 4996.0, 5002.0, 4984.0, 5003.0, 4984.0, 5003.0, 4974.0, 4992.0, 4961.0, 4992.0, 4991.0, 4971.0, 4997.0, 4968.0, 4978.0, 4959.0, 4988.0, 4950.0, 4980.0, 4949.0, 4981.0, 4959.0, 4969.0, 4970.0, 4972.0, 4977.0, 4971.0, 4991.0, 4980.0, 4981.0, 4972.0, 4980.0, 4983.0, 4980.0, 4993.0, 4983.0, 4984.0, 5002.0, 4982.0, 5001.0, 4982.0, 4991.0, 4951.0, 4981.0, 4959.0, 4980.0, 4988.0, 4971.0, 4989.0, 4972.0, 4990.0, 4984.0, 4983.0, 4995.0, 4989.0, 5017.0, 4977.0, 5015.0, 5000.0, 5009.0, 5007.0, 4974.0, 5005.0, 4985.0, 5003.0, 4972.0, 5015.0, 4982.0, 5003.0, 4992.0, 4983.0, 4999.0, 4971.0, 4980.0, 4959.0, 4978.0, 4962.0, 4978.0, 4950.0, 4979.0, 4963.0, 4973.0, 4975.0, 4973.0, 4984.0, 4992.0, 4985.0, 5003.0, 4985.0, 5000.0, 4974.0, 5003.0, 4982.0, 5002.0, 4973.0, 4989.0, 4974.0, 5004.0, 4982.0, 5000.0, 4971.0, 4982.0, 4940.0, 4982.0, 4948.0, 4980.0, 4952.0, 4980.0, 4952.0, 4980.0, 4950.0, 4993.0, 4963.0, 4993.0, 4965.0, 4982.0, 4973.0, 4996.0, 4974.0, 4993.0, 4965.0, 4992.0, 4964.0, 5005.0, 4973.0, 4994.0, 4976.0, 4993.0, 4991.0, 4982.0, 5002.0, 4980.0, 4991.0, 4951.0, 4980.0, 4968.0, 4960.0, 4988.0, 4969.0, 4978.0, 4938.0, 4968.0, 4946.0, 4959.0, 4987.0, 4968.0, 4979.0, 4963.0, 4980.0, 4961.0, 4982.0], 'WindowWidth': [10996.0, 10997.0, 10920.0, 10933.0, 10877.0, 10903.0, 10836.0, 10860.0, 10856.0, 10836.0, 10853.0, 10824.0, 10849.0, 10808.0, 10830.0, 10800.0, 10830.0, 10808.0, 10813.0, 10774.0, 10818.0, 10773.0, 10812.0, 10782.0, 10815.0, 10778.0, 10836.0, 10800.0, 10836.0, 10802.0, 10837.0, 10808.0, 10831.0, 10874.0, 10843.0, 10864.0, 10823.0, 10851.0, 10842.0, 10898.0, 10839.0, 10863.0, 10840.0, 10877.0, 10838.0, 10875.0, 10843.0, 10859.0, 10834.0, 10838.0, 10809.0, 10847.0, 10851.0, 10805.0, 10844.0, 10807.0, 10812.0, 10775.0, 10814.0, 10771.0, 10817.0, 10780.0, 10840.0, 10814.0, 10847.0, 10839.0, 10845.0, 10876.0, 10831.0, 10877.0, 10819.0, 10858.0, 10827.0, 10829.0, 10855.0, 10822.0, 10835.0, 10805.0, 10834.0, 10803.0, 10821.0, 10846.0, 10803.0, 10846.0, 10807.0, 10833.0, 10813.0, 10833.0, 10798.0, 10835.0, 10803.0, 10835.0, 10790.0, 10843.0, 10850.0, 10828.0, 10865.0, 10859.0, 10841.0, 10803.0, 10841.0, 10797.0, 10853.0, 10795.0, 10838.0, 10808.0, 10837.0, 10812.0, 10839.0, 10810.0, 10841.0, 10819.0, 10876.0, 10858.0, 10874.0, 10830.0, 10850.0, 10853.0, 10829.0, 10884.0, 10849.0, 10876.0, 10851.0, 10857.0, 10829.0, 10867.0, 10841.0, 10866.0, 10838.0, 10862.0, 10822.0, 10832.0, 10801.0, 10825.0, 10804.0, 10827.0, 10791.0, 10826.0, 10786.0, 10787.0, 10809.0, 10790.0, 10842.0, 10821.0, 10862.0, 10823.0, 10861.0, 10822.0, 10864.0, 10829.0, 10858.0, 10856.0, 10810.0, 10845.0, 10798.0, 10833.0, 10787.0, 10815.0, 10771.0, 10801.0, 10808.0, 10787.0, 10828.0, 10789.0, 10814.0, 10778.0, 10816.0, 10800.0, 10803.0, 10828.0, 10790.0, 10829.0, 10806.0, 10819.0, 10775.0, 10818.0, 10791.0, 10805.0, 10829.0, 10821.0, 10836.0, 10797.0, 10837.0, 10803.0, 10811.0, 10848.0, 10809.0, 10830.0, 10801.0, 10816.0, 10829.0, 10790.0, 10826.0, 10791.0, 10812.0, 10773.0, 10817.0, 10782.0, 10822.0, 10793.0, 10848.0, 10809.0, 10866.0, 10842.0, 10853.0, 10877.0, 10840.0, 10884.0, 10838.0, 10828.0, 10856.0, 10810.0, 10839.0, 10824.0, 10822.0, 10842.0, 10819.0, 10848.0, 10806.0, 10817.0, 10811.0, 10838.0, 10796.0, 10840.0, 10802.0, 10840.0, 10806.0, 10830.0, 10850.0, 10825.0, 10846.0, 10795.0, 10820.0, 10786.0, 10813.0, 10825.0, 10803.0, 10828.0, 10784.0, 10815.0, 10764.0, 10807.0, 10766.0, 10795.0, 10779.0, 10800.0, 10820.0, 10799.0, 10823.0, 10786.0, 10793.0, 10741.0, 10797.0, 10768.0, 10812.0, 10779.0, 10816.0, 10785.0, 10839.0, 10809.0, 10852.0, 10817.0, 10849.0, 10824.0, 10882.0, 10878.0, 10850.0, 10860.0, 10814.0, 10842.0, 10827.0, 10815.0, 10849.0, 10822.0, 10831.0, 10770.0, 10819.0, 10802.0, 10811.0, 10793.0, 10821.0, 10806.0, 10842.0, 10814.0, 10855.0, 10809.0, 10855.0, 10815.0, 10856.0, 10841.0, 10840.0, 10866.0, 10827.0, 10852.0, 10785.0, 10832.0, 10816.0, 10801.0, 10828.0, 10794.0, 10794.0, 10772.0, 10810.0, 10771.0, 10807.0, 10779.0, 10814.0, 10787.0, 10837.0, 10796.0, 10836.0, 10812.0, 10827.0, 10838.0, 10830.0, 10872.0, 10842.0, 10869.0, 10829.0, 10843.0, 10795.0, 10859.0, 10854.0, 10824.0, 10867.0, 10825.0, 10819.0, 10783.0, 10836.0, 10788.0, 10817.0, 10816.0, 10799.0, 10825.0, 10806.0, 10828.0, 10800.0, 10827.0, 10795.0, 10815.0, 10791.0, 10831.0, 10785.0, 10815.0, 10793.0, 10815.0, 10788.0, 10819.0, 10800.0, 10814.0, 10801.0, 10816.0, 10826.0, 10803.0, 10829.0, 10802.0, 10828.0, 10804.0, 10814.0, 10791.0, 10810.0, 10793.0, 10830.0, 10805.0, 10817.0, 10782.0, 10836.0, 10787.0, 10820.0, 10813.0, 10814.0, 10850.0, 10807.0, 10827.0, 10785.0, 10826.0, 10791.0, 10809.0, 10792.0, 10831.0, 10813.0, 10857.0, 10842.0, 10860.0, 10856.0, 10876.0, 10850.0, 10879.0, 10836.0, 10866.0, 10845.0, 10857.0, 10875.0, 10838.0, 10856.0, 10794.0, 10837.0, 10806.0, 10825.0, 10832.0, 10812.0, 10846.0, 10823.0, 10834.0, 10818.0, 10837.0, 10786.0, 10839.0, 10835.0, 10811.0, 10849.0, 10826.0, 10840.0, 10806.0, 10821.0, 10805.0, 10856.0, 10820.0, 10860.0, 10827.0, 10864.0, 10829.0, 10884.0, 10833.0, 10859.0, 10874.0, 10827.0, 10852.0, 10806.0, 10853.0, 10804.0, 10847.0, 10819.0, 10823.0, 10843.0, 10819.0, 10846.0, 10800.0, 10828.0, 10788.0, 10814.0, 10783.0, 10816.0, 10792.0, 10796.0, 10826.0, 10800.0, 10808.0, 10790.0, 10809.0, 10787.0, 10827.0, 10794.0, 10816.0, 10784.0, 10838.0, 10804.0, 10819.0, 10846.0, 10807.0, 10847.0, 10831.0, 10855.0, 10802.0, 10862.0, 10800.0, 10823.0, 10850.0, 10816.0, 10835.0, 10790.0, 10864.0, 10818.0, 10829.0, 10843.0, 10825.0, 10833.0, 10826.0, 10846.0, 10868.0, 10880.0, 10870.0, 10892.0, 10866.0, 10908.0, 10855.0, 10904.0, 10870.0, 10904.0, 10890.0, 10854.0, 10882.0, 10845.0, 10863.0, 10814.0, 10853.0, 10802.0, 10855.0, 10819.0, 10848.0, 10790.0, 10827.0, 10801.0, 10830.0, 10802.0, 10827.0, 10791.0, 10831.0, 10801.0, 10830.0, 10795.0, 10828.0, 10789.0, 10827.0, 10795.0, 10830.0, 10791.0, 10815.0, 10790.0, 10815.0, 10789.0, 10829.0, 10789.0, 10806.0, 10778.0, 10819.0, 10767.0, 10810.0, 10799.0, 10788.0, 10809.0, 10811.0, 10835.0, 10807.0, 10813.0, 10813.0, 10815.0, 10868.0, 10827.0, 10865.0, 10834.0, 10881.0, 10823.0, 10884.0, 10836.0, 10883.0, 10851.0, 10862.0, 10859.0, 10827.0, 10854.0, 10805.0, 10829.0, 10791.0, 10812.0, 10771.0, 10810.0, 10784.0, 10842.0, 10818.0, 10789.0, 10823.0, 10801.0, 10830.0, 10797.0, 10828.0, 10798.0, 10819.0, 10777.0, 10815.0, 10790.0, 10808.0, 10832.0, 10850.0, 10876.0, 10807.0, 10837.0, 10781.0, 10865.0, 10856.0, 10816.0, 10861.0, 10821.0, 10845.0, 10809.0, 10850.0, 10836.0, 10858.0, 10853.0, 10876.0, 10871.0, 10894.0, 10875.0, 10914.0, 10863.0, 10916.0, 10903.0, 10879.0, 10900.0, 10851.0, 10884.0, 10842.0, 10898.0, 10836.0, 10850.0, 10812.0, 10845.0, 10806.0, 10849.0, 10825.0, 10845.0, 10820.0, 10811.0, 10806.0, 10830.0, 10832.0, 10805.0, 10840.0, 10795.0, 10819.0, 10784.0, 10829.0, 10794.0, 10811.0, 10758.0, 10816.0, 10792.0, 10829.0, 10797.0, 10814.0, 10793.0, 10835.0, 10810.0, 10834.0, 10773.0, 10798.0, 10804.0, 10801.0, 10826.0, 10818.0, 10820.0, 10778.0, 10820.0, 10791.0, 10817.0, 10780.0, 10813.0, 10774.0, 10805.0, 10783.0, 10802.0, 10777.0, 10799.0, 10771.0, 10816.0, 10775.0, 10818.0, 10784.0, 10815.0, 10775.0, 10806.0, 10815.0, 10804.0, 10823.0, 10791.0, 10812.0, 10785.0, 10815.0, 10775.0, 10811.0, 10759.0, 10823.0, 10809.0, 10806.0, 10831.0, 10805.0, 10806.0, 10798.0, 10783.0, 10836.0, 10814.0, 10870.0, 10836.0, 10872.0, 10821.0, 10876.0, 10884.0, 10856.0, 10881.0, 10849.0, 10863.0, 10813.0, 10856.0, 10815.0, 10822.0, 10848.0, 10802.0, 10817.0, 10789.0, 10830.0, 10781.0, 10799.0, 10826.0, 10785.0, 10808.0, 10734.0, 10790.0, 10763.0, 10774.0, 10819.0, 10781.0, 10809.0, 10773.0, 10795.0, 10780.0, 10823.0, 10787.0, 10842.0, 10805.0, 10843.0, 10822.0, 10850.0, 10853.0, 10832.0, 10859.0, 10829.0, 10855.0, 10817.0, 10840.0, 10793.0, 10837.0, 10836.0, 10807.0, 10843.0, 10801.0, 10814.0, 10790.0, 10827.0, 10777.0, 10819.0, 10774.0, 10819.0, 10787.0, 10802.0, 10805.0, 10808.0, 10811.0, 10807.0, 10835.0, 10820.0, 10824.0, 10812.0, 10820.0, 10827.0, 10821.0, 10843.0, 10830.0, 10832.0, 10856.0, 10827.0, 10851.0, 10824.0, 10836.0, 10780.0, 10822.0, 10787.0, 10818.0, 10828.0, 10806.0, 10832.0, 10810.0, 10835.0, 10831.0, 10829.0, 10850.0, 10852.0, 10889.0, 10832.0, 10882.0, 10868.0, 10873.0, 10869.0, 10818.0, 10863.0, 10833.0, 10857.0, 10812.0, 10877.0, 10826.0, 10856.0, 10838.0, 10826.0, 10846.0, 10805.0, 10818.0, 10788.0, 10813.0, 10796.0, 10812.0, 10778.0, 10817.0, 10798.0, 10813.0, 10819.0, 10816.0, 10831.0, 10840.0, 10833.0, 10856.0, 10834.0, 10848.0, 10817.0, 10857.0, 10824.0, 10853.0, 10813.0, 10831.0, 10816.0, 10862.0, 10826.0, 10848.0, 10809.0, 10822.0, 10762.0, 10822.0, 10772.0, 10818.0, 10781.0, 10819.0, 10782.0, 10819.0, 10780.0, 10842.0, 10798.0, 10842.0, 10808.0, 10827.0, 10814.0, 10850.0, 10817.0, 10844.0, 10808.0, 10841.0, 10803.0, 10862.0, 10815.0, 10846.0, 10822.0, 10843.0, 10840.0, 10827.0, 10856.0, 10820.0, 10837.0, 10778.0, 10819.0, 10799.0, 10789.0, 10828.0, 10802.0, 10812.0, 10759.0, 10801.0, 10765.0, 10788.0, 10828.0, 10801.0, 10817.0, 10801.0, 10820.0, 10798.0, 10826.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.0008173762945914845</td></tr>
<tr><td colspan=3>aqi</td><td>0.021561948906789412</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.38940761491938</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3184953620161302</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0070965269930874</td></tr>
<tr><td colspan=3>efc</td><td>0.4864</td></tr>
<tr><td colspan=3>fber</td><td>6611.7783</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08759308816448792</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.761795166858458</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.510153566875029</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4682707593336572</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6604973911142538</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.401692550177176</td></tr>
<tr><td colspan=3>gcor</td><td>0.0138802</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0038824393413960934</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026567334309220314</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.375685219663821</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.3744</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.4976</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.426</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295263.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1027.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.2471</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8059</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.031</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4211.6554</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81281.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1818.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.4938</td></tr>
<tr><td colspan=3>tsnr</td><td>46.05076883453876</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>