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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0094_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0094_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-01/func/sub-0094_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6270f62e00111e13203069ce69f68a68</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:47:8.612500</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.996546, 0.0786575, 0.026615, -0.0805304, 0.993639, 0.0787178]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.107306</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7844, -7279, 760, -19, -635, 256, 14]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.532</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d70711a8-9f4e-457d-b216-a2efa60fd453||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.67366099357605, -0.21605709195137024, 0.054685577750205994, 119.72828674316406], [-0.21103236079216003, 2.665860652923584, 0.21759097278118134, -89.42184448242188], [0.07140599936246872, -0.21119411289691925, 2.690662145614624, -58.45695114135742], [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': ['114708.612500', '114709.072500', '114709.532500', '114709.992500', '114710.452500', '114710.912500', '114711.372500', '114711.832500', '114712.292500', '114712.752500', '114713.212500', '114713.672500', '114714.132500', '114714.592500', '114715.052500', '114715.512500', '114715.972500', '114716.432500', '114716.892500', '114717.352500', '114717.812500', '114718.272500', '114718.732500', '114719.192500', '114719.652500', '114720.112500', '114720.572500', '114721.032500', '114721.492500', '114721.952500', '114722.412500', '114722.872500', '114723.332500', '114723.792500', '114724.252500', '114724.712500', '114725.172500', '114725.632500', '114726.092500', '114726.552500', '114727.012500', '114727.472500', '114727.932500', '114728.392500', '114728.852500', '114729.312500', '114729.772500', '114730.232500', '114730.692500', '114731.152500', '114731.612500', '114732.072500', '114732.532500', '114732.992500', '114733.452500', '114733.912500', '114734.372500', '114734.832500', '114735.292500', '114735.752500', '114736.212500', '114736.672500', '114737.132500', '114737.592500', '114738.052500', '114738.512500', '114738.972500', '114739.432500', '114739.892500', '114740.352500', '114740.812500', '114741.272500', '114741.732500', '114742.192500', '114742.652500', '114743.112500', '114743.572500', '114744.032500', '114744.492500', '114744.952500', '114745.412500', '114745.872500', '114746.332500', '114746.792500', '114747.252500', '114747.712500', '114748.172500', '114748.632500', '114749.092500', '114749.552500', '114750.012500', '114750.472500', '114750.932500', '114751.392500', '114751.852500', '114752.312500', '114752.772500', '114753.232500', '114753.692500', '114754.152500', '114754.612500', '114755.072500', '114755.532500', '114755.992500', '114756.452500', '114756.912500', '114757.372500', '114757.832500', '114758.292500', '114758.752500', '114759.212500', '114759.672500', '114800.132500', '114800.592500', '114801.052500', '114801.512500', '114801.972500', '114802.432500', '114802.892500', '114803.352500', '114803.812500', '114804.272500', '114804.732500', '114805.192500', '114805.652500', '114806.112500', '114806.572500', '114807.032500', '114807.492500', '114807.952500', '114808.412500', '114808.872500', '114809.332500', '114809.792500', '114810.252500', '114810.712500', '114811.172500', '114811.632500', '114812.092500', '114812.552500', '114813.012500', '114813.472500', '114813.932500', '114814.392500', '114814.852500', '114815.312500', '114815.772500', '114816.232500', '114816.692500', '114817.152500', '114817.612500', '114818.072500', '114818.532500', '114818.992500', '114819.452500', '114819.912500', '114820.372500', '114820.832500', '114821.292500', '114821.752500', '114822.212500', '114822.672500', '114823.132500', '114823.592500', '114824.052500', '114824.512500', '114824.972500', '114825.432500', '114825.892500', '114826.352500', '114826.812500', '114827.272500', '114827.732500', '114828.192500', '114828.652500', '114829.112500', '114829.572500', '114830.032500', '114830.492500', '114830.952500', '114831.412500', '114831.872500', '114832.332500', '114832.792500', '114833.252500', '114833.712500', '114834.172500', '114834.632500', '114835.092500', '114835.552500', '114836.012500', '114836.472500', '114836.932500', '114837.392500', '114837.852500', '114838.312500', '114838.772500', '114839.232500', '114839.692500', '114840.152500', '114840.612500', '114841.072500', '114841.532500', '114841.992500', '114842.452500', '114842.912500', '114843.372500', '114843.832500', '114844.292500', '114844.752500', '114845.212500', '114845.672500', '114846.132500', '114846.592500', '114847.052500', '114847.512500', '114847.972500', '114848.432500', '114848.892500', '114849.352500', '114849.812500', '114850.272500', '114850.732500', '114851.192500', '114851.652500', '114852.112500', '114852.572500', '114853.032500', '114853.492500', '114853.952500', '114854.412500', '114854.872500', '114855.332500', '114855.792500', '114856.252500', '114856.712500', '114857.172500', '114857.632500', '114858.092500', '114858.552500', '114859.012500', '114859.472500', '114859.932500', '114900.392500', '114900.852500', '114901.312500', '114901.772500', '114902.232500', '114902.692500', '114903.152500', '114903.612500', '114904.072500', '114904.532500', '114904.992500', '114905.452500', '114905.912500', '114906.372500', '114906.832500', '114907.292500', '114907.752500', '114908.212500', '114908.672500', '114909.132500', '114909.592500', '114910.052500', '114910.512500', '114910.972500', '114911.432500', '114911.892500', '114912.352500', '114912.812500', '114913.272500', '114913.732500', '114914.192500', '114914.652500', '114915.112500', '114915.572500', '114916.032500', '114916.492500', '114916.952500', '114917.412500', '114917.872500', '114918.332500', '114918.792500', '114919.252500', '114919.712500', '114920.172500', '114920.632500', '114921.092500', '114921.552500', '114922.012500', '114922.472500', '114922.932500', '114923.392500', '114923.852500', '114924.312500', '114924.772500', '114925.232500', '114925.692500', '114926.152500', '114926.612500', '114927.072500', '114927.532500', '114927.992500', '114928.452500', '114928.912500', '114929.372500', '114929.832500', '114930.292500', '114930.752500', '114931.212500', '114931.672500', '114932.132500', '114932.592500', '114933.052500', '114933.512500', '114933.972500', '114934.432500', '114934.892500', '114935.352500', '114935.812500', '114936.272500', '114936.732500', '114937.192500', '114937.652500', '114938.112500', '114938.572500', '114939.032500', '114939.492500', '114939.952500', '114940.412500', '114940.872500', '114941.332500', '114941.792500', '114942.252500', '114942.712500', '114943.172500', '114943.632500', '114944.092500', '114944.552500', '114945.012500', '114945.472500', '114945.932500', '114946.392500', '114946.852500', '114947.312500', '114947.772500', '114948.232500', '114948.692500', '114949.152500', '114949.612500', '114950.072500', '114950.532500', '114950.992500', '114951.452500', '114951.912500', '114952.372500', '114952.832500', '114953.292500', '114953.752500', '114954.212500', '114954.672500', '114955.132500', '114955.592500', '114956.052500', '114956.512500', '114956.972500', '114957.432500', '114957.892500', '114958.352500', '114958.812500', '114959.272500', '114959.732500', '115000.192500', '115000.652500', '115001.112500', '115001.572500', '115002.032500', '115002.492500', '115002.952500', '115003.412500', '115003.872500', '115004.332500', '115004.792500', '115005.252500', '115005.712500', '115006.172500', '115006.632500', '115007.092500', '115007.552500', '115008.012500', '115008.472500', '115008.932500', '115009.392500', '115009.852500', '115010.312500', '115010.772500', '115011.232500', '115011.692500', '115012.152500', '115012.612500', '115013.072500', '115013.532500', '115013.992500', '115014.452500', '115014.912500', '115015.372500', '115015.832500', '115016.292500', '115016.752500', '115017.212500', '115017.672500', '115018.132500', '115018.592500', '115019.052500', '115019.512500', '115019.972500', '115020.432500', '115020.892500', '115021.352500', '115021.812500', '115022.272500', '115022.732500', '115023.192500', '115023.652500', '115024.112500', '115024.572500', '115025.032500', '115025.492500', '115025.952500', '115026.412500', '115026.872500', '115027.332500', '115027.792500', '115028.252500', '115028.712500', '115029.172500', '115029.632500', '115030.092500', '115030.552500', '115031.012500', '115031.472500', '115031.932500', '115032.392500', '115032.852500', '115033.312500', '115033.772500', '115034.232500', '115034.692500', '115035.152500', '115035.612500', '115036.072500', '115036.532500', '115036.992500', '115037.452500', '115037.912500', '115038.372500', '115038.832500', '115039.292500', '115039.752500', '115040.212500', '115040.672500', '115041.132500', '115041.592500', '115042.052500', '115042.512500', '115042.972500', '115043.432500', '115043.892500', '115044.352500', '115044.812500', '115045.272500', '115045.732500', '115046.192500', '115046.652500', '115047.112500', '115047.572500', '115048.032500', '115048.492500', '115048.952500', '115049.412500', '115049.872500', '115050.332500', '115050.792500', '115051.252500', '115051.712500', '115052.172500', '115052.632500', '115053.092500', '115053.552500', '115054.012500', '115054.472500', '115054.932500', '115055.392500', '115055.852500', '115056.312500', '115056.772500', '115057.232500', '115057.692500', '115058.152500', '115058.612500', '115059.072500', '115059.532500', '115059.992500', '115100.452500', '115100.912500', '115101.372500', '115101.832500', '115102.292500', '115102.752500', '115103.212500', '115103.672500', '115104.132500', '115104.592500', '115105.052500', '115105.512500', '115105.972500', '115106.432500', '115106.892500', '115107.352500', '115107.812500', '115108.272500', '115108.732500', '115109.192500', '115109.652500', '115110.112500', '115110.572500', '115111.032500', '115111.492500', '115111.952500', '115112.412500', '115112.872500', '115113.332500', '115113.792500', '115114.252500', '115114.712500', '115115.172500', '115115.632500', '115116.092500', '115116.552500', '115117.012500', '115117.472500', '115117.932500', '115118.392500', '115118.852500', '115119.312500', '115119.772500', '115120.232500', '115120.692500', '115121.152500', '115121.612500', '115122.072500', '115122.532500', '115122.992500', '115123.452500', '115123.912500', '115124.372500', '115124.832500', '115125.292500', '115125.752500', '115126.212500', '115126.672500', '115127.132500', '115127.592500', '115128.052500', '115128.512500', '115128.972500', '115129.432500', '115129.892500', '115130.352500', '115130.812500', '115131.272500', '115131.732500', '115132.192500', '115132.652500', '115133.112500', '115133.572500', '115134.032500', '115134.492500', '115134.952500', '115135.412500', '115135.872500', '115136.332500', '115136.792500', '115137.252500', '115137.712500', '115138.172500', '115138.632500', '115139.092500', '115139.552500', '115140.012500', '115140.472500', '115140.932500', '115141.392500', '115141.852500', '115142.312500', '115142.772500', '115143.232500', '115143.692500', '115144.152500', '115144.612500', '115145.072500', '115145.532500', '115145.992500', '115146.452500', '115146.912500', '115147.372500', '115147.832500', '115148.292500', '115148.752500', '115149.212500', '115149.672500', '115150.132500', '115150.592500', '115151.052500', '115151.512500', '115151.972500', '115152.432500', '115152.892500', '115153.352500', '115153.812500', '115154.272500', '115154.732500', '115155.192500', '115155.652500', '115156.112500', '115156.572500', '115157.032500', '115157.492500', '115157.952500', '115158.412500', '115158.872500', '115159.332500', '115159.792500', '115200.252500', '115200.712500', '115201.172500', '115201.632500', '115202.092500', '115202.552500', '115203.012500', '115203.472500', '115203.932500', '115204.392500', '115204.852500', '115205.312500', '115205.772500', '115206.232500', '115206.692500', '115207.152500', '115207.612500', '115208.072500', '115208.532500', '115208.992500', '115209.452500', '115209.912500', '115210.372500', '115210.832500', '115211.292500', '115211.752500', '115212.212500', '115212.672500', '115213.132500', '115213.592500', '115214.052500', '115214.512500', '115214.972500', '115215.432500', '115215.892500', '115216.352500', '115216.812500', '115217.272500', '115217.732500', '115218.192500', '115218.652500', '115219.112500', '115219.572500', '115220.032500', '115220.492500', '115220.952500', '115221.412500', '115221.872500', '115222.332500', '115222.792500', '115223.252500', '115223.712500', '115224.172500', '115224.632500', '115225.092500', '115225.552500', '115226.012500', '115226.472500', '115226.932500', '115227.392500', '115227.852500', '115228.312500', '115228.772500', '115229.232500', '115229.692500', '115230.152500', '115230.612500', '115231.072500', '115231.532500', '115231.992500', '115232.452500', '115232.912500', '115233.372500', '115233.832500', '115234.292500', '115234.752500', '115235.212500', '115235.672500', '115236.132500', '115236.592500', '115237.052500', '115237.512500', '115237.972500', '115238.432500', '115238.892500', '115239.352500', '115239.812500', '115240.272500', '115240.732500', '115241.192500', '115241.652500', '115242.112500', '115242.572500', '115243.032500', '115243.492500', '115243.952500', '115244.412500', '115244.872500', '115245.332500', '115245.792500', '115246.252500', '115246.712500', '115247.172500', '115247.632500', '115248.092500', '115248.552500', '115249.012500', '115249.472500', '115249.932500', '115250.392500', '115250.852500', '115251.312500', '115251.772500', '115252.232500', '115252.692500', '115253.152500', '115253.612500', '115254.072500', '115254.532500', '115254.992500', '115255.452500', '115255.912500', '115256.372500', '115256.832500', '115257.292500', '115257.752500', '115258.212500', '115258.672500', '115259.132500', '115259.592500', '115300.052500', '115300.512500', '115300.972500', '115301.432500', '115301.892500', '115302.352500', '115302.812500', '115303.272500', '115303.732500', '115304.192500', '115304.652500', '115305.112500', '115305.572500', '115306.032500', '115306.492500', '115306.952500', '115307.412500', '115307.872500', '115308.332500', '115308.792500', '115309.252500', '115309.712500', '115310.172500', '115310.632500', '115311.092500', '115311.552500', '115312.012500', '115312.472500', '115312.932500', '115313.392500', '115313.852500', '115314.312500', '115314.772500', '115315.232500', '115315.692500', '115316.152500', '115316.612500', '115317.072500', '115317.532500', '115317.992500', '115318.452500', '115318.912500', '115319.372500', '115319.832500', '115320.292500', '115320.752500', '115321.212500', '115321.672500', '115322.132500', '115322.592500', '115323.052500', '115323.512500', '115323.972500', '115324.432500', '115324.892500', '115325.352500', '115325.812500', '115326.272500', '115326.732500', '115327.192500', '115327.652500', '115328.112500', '115328.572500', '115329.032500', '115329.492500', '115329.952500', '115330.412500', '115330.872500', '115331.332500', '115331.792500', '115332.252500', '115332.712500', '115333.172500', '115333.632500', '115334.092500', '115334.552500', '115335.012500', '115335.472500', '115335.932500', '115336.392500', '115336.852500', '115337.312500', '115337.772500', '115338.232500', '115338.692500', '115339.152500', '115339.612500', '115340.072500', '115340.532500', '115340.992500', '115341.452500', '115341.912500', '115342.372500', '115342.832500', '115343.292500', '115343.752500', '115344.212500', '115344.672500', '115345.132500', '115345.592500', '115346.052500', '115346.512500', '115346.972500', '115347.432500', '115347.892500', '115348.352500', '115348.812500', '115349.272500'], 'ContentTime': ['114718.659000', '114718.662000', '114718.665000', '114718.667000', '114718.670000', '114718.673000', '114718.675000', '114718.678000', '114718.680000', '114718.683000', '114718.685000', '114718.688000', '114718.699000', '114718.702000', '114718.709000', '114718.712000', '114718.715000', '114718.717000', '114718.720000', '114718.722000', '114738.605000', '114738.608000', '114738.611000', '114738.613000', '114738.616000', '114738.618000', '114738.621000', '114738.624000', '114738.626000', '114738.629000', '114738.639000', '114738.641000', '114738.644000', '114738.646000', '114738.649000', '114738.651000', '114738.654000', '114738.657000', '114738.659000', '114738.662000', '114738.664000', '114738.667000', '114738.669000', '114738.672000', '114738.675000', '114738.677000', '114738.680000', '114738.682000', '114738.685000', '114738.688000', '114738.690000', '114738.693000', '114738.695000', '114738.698000', '114738.701000', '114738.703000', '114738.706000', '114738.709000', '114738.711000', '114738.714000', '114738.716000', '114738.719000', '114738.721000', '114738.724000', '114758.604000', '114758.607000', '114758.610000', '114758.612000', '114758.615000', '114758.618000', '114758.620000', '114758.623000', '114758.625000', '114758.628000', '114758.631000', '114758.633000', '114758.636000', '114758.638000', '114758.641000', '114758.643000', '114758.646000', '114758.648000', '114758.651000', '114758.654000', '114758.656000', '114758.659000', '114758.673000', '114758.675000', '114758.678000', '114758.680000', '114758.683000', '114758.686000', '114758.688000', '114758.691000', '114758.693000', '114758.696000', '114758.698000', '114758.701000', '114758.704000', '114758.706000', '114758.709000', '114758.711000', '114758.714000', '114758.717000', '114758.719000', '114758.722000', '114758.724000', '114818.606000', '114818.609000', '114818.611000', '114818.614000', '114818.617000', '114818.620000', '114818.622000', '114818.625000', '114818.628000', '114818.630000', '114818.633000', '114818.635000', '114818.638000', '114818.640000', '114818.643000', '114818.645000', '114818.648000', '114818.651000', '114818.653000', '114818.656000', '114818.658000', '114818.661000', '114818.663000', '114818.666000', '114818.668000', '114818.671000', '114818.674000', '114818.676000', '114818.679000', '114818.681000', '114818.684000', '114818.687000', '114818.689000', '114818.692000', '114818.694000', '114818.697000', '114818.699000', '114818.702000', '114818.705000', '114818.707000', '114818.710000', '114818.712000', '114818.715000', '114838.605000', '114838.608000', '114838.611000', '114838.613000', '114838.616000', '114838.633000', '114838.636000', '114838.638000', '114838.641000', '114838.643000', '114838.646000', '114838.649000', '114838.651000', '114838.654000', '114838.656000', '114838.659000', '114838.661000', '114838.664000', '114838.666000', '114838.669000', '114838.672000', '114838.674000', '114838.677000', '114838.679000', '114838.682000', '114838.684000', '114838.687000', '114838.690000', '114838.692000', '114838.695000', '114838.697000', '114838.700000', '114838.702000', '114838.705000', '114838.707000', '114838.710000', '114838.713000', '114838.715000', '114838.718000', '114838.720000', '114838.723000', '114838.725000', '114838.728000', '114838.730000', '114858.605000', '114858.608000', '114858.611000', '114858.613000', '114858.616000', '114858.619000', '114858.621000', '114858.624000', '114858.637000', '114858.640000', '114858.642000', '114858.645000', '114858.648000', '114858.651000', '114858.653000', '114858.656000', '114858.659000', '114858.662000', '114858.666000', '114858.668000', '114858.671000', '114858.674000', '114858.677000', '114858.679000', '114858.682000', '114858.685000', '114858.687000', '114858.690000', '114858.692000', '114858.695000', '114858.697000', '114858.700000', '114858.703000', '114858.705000', '114858.708000', '114858.711000', '114858.713000', '114858.716000', '114858.718000', '114858.721000', '114858.724000', '114858.726000', '114858.729000', '114918.605000', '114918.608000', '114918.611000', '114918.614000', '114918.616000', '114918.619000', '114918.621000', '114918.624000', '114918.626000', '114918.629000', '114918.632000', '114918.634000', '114918.637000', '114918.640000', '114918.642000', '114918.645000', '114918.647000', '114918.650000', '114918.652000', '114918.655000', '114918.658000', '114918.669000', '114918.671000', '114918.674000', '114918.676000', '114918.679000', '114918.682000', '114918.684000', '114918.687000', '114918.689000', '114918.692000', '114918.695000', '114918.697000', '114918.700000', '114918.702000', '114918.705000', '114918.707000', '114918.710000', '114918.712000', '114918.715000', '114918.718000', '114918.720000', '114918.723000', '114918.725000', '114938.606000', '114938.609000', '114938.611000', '114938.614000', '114938.617000', '114938.619000', '114938.622000', '114938.624000', '114938.627000', '114938.629000', '114938.632000', '114938.635000', '114938.637000', '114938.640000', '114938.642000', '114938.645000', '114938.648000', '114938.650000', '114938.653000', '114938.656000', '114938.658000', '114938.661000', '114938.664000', '114938.666000', '114938.669000', '114938.671000', '114938.674000', '114938.677000', '114938.679000', '114938.682000', '114938.684000', '114938.687000', '114938.690000', '114938.692000', '114938.695000', '114938.697000', '114938.700000', '114938.702000', '114938.705000', '114938.708000', '114938.710000', '114938.713000', '114938.715000', '114958.606000', '114958.608000', '114958.611000', '114958.614000', '114958.616000', '114958.619000', '114958.621000', '114958.624000', '114958.626000', '114958.629000', '114958.632000', '114958.634000', '114958.637000', '114958.639000', '114958.642000', '114958.645000', '114958.647000', '114958.650000', '114958.652000', '114958.655000', '114958.658000', '114958.660000', '114958.663000', '114958.666000', '114958.668000', '114958.671000', '114958.673000', '114958.676000', '114958.688000', '114958.691000', '114958.693000', '114958.696000', '114958.698000', '114958.701000', '114958.704000', '114958.706000', '114958.709000', '114958.711000', '114958.714000', '114958.716000', '114958.719000', '114958.722000', '114958.724000', '114958.727000', '115018.605000', '115018.608000', '115018.621000', '115018.623000', '115018.626000', '115018.629000', '115018.631000', '115018.634000', '115018.637000', '115018.639000', '115018.642000', '115018.645000', '115018.648000', '115018.651000', '115018.654000', '115018.656000', '115018.659000', '115018.662000', '115018.664000', '115018.667000', '115018.670000', '115018.672000', '115018.675000', '115018.677000', '115018.680000', '115018.683000', '115018.685000', '115018.688000', '115018.690000', '115018.693000', '115018.696000', '115018.698000', '115018.701000', '115018.704000', '115018.707000', '115018.710000', '115018.713000', '115018.715000', '115018.718000', '115018.720000', '115018.723000', '115018.726000', '115018.728000', '115038.606000', '115038.608000', '115038.611000', '115038.614000', '115038.616000', '115038.619000', '115038.621000', '115038.633000', '115038.636000', '115038.638000', '115038.641000', '115038.644000', '115038.646000', '115038.649000', '115038.651000', '115038.654000', '115038.656000', '115038.659000', '115038.662000', '115038.664000', '115038.667000', '115038.669000', '115038.672000', '115038.675000', '115038.677000', '115038.680000', '115038.683000', '115038.685000', '115038.688000', '115038.691000', '115038.693000', '115038.696000', '115038.698000', '115038.701000', '115038.703000', '115038.706000', '115038.709000', '115038.711000', '115038.714000', '115038.716000', '115038.719000', '115038.722000', '115038.724000', '115038.727000', '115058.606000', '115058.608000', '115058.611000', '115058.614000', '115058.616000', '115058.619000', '115058.622000', '115058.624000', '115058.627000', '115058.629000', '115058.632000', '115058.635000', '115058.637000', '115058.640000', '115058.642000', '115058.645000', '115058.648000', '115058.650000', '115058.653000', '115058.655000', '115058.658000', '115058.660000', '115058.663000', '115058.666000', '115058.668000', '115058.671000', '115058.673000', '115058.676000', '115058.679000', '115058.681000', '115058.684000', '115058.687000', '115058.690000', '115058.692000', '115058.695000', '115058.698000', '115058.700000', '115058.703000', '115058.705000', '115058.708000', '115058.711000', '115058.713000', '115058.716000', '115118.606000', '115118.608000', '115118.611000', '115118.614000', '115118.616000', '115118.619000', '115118.621000', '115118.624000', '115118.627000', '115118.629000', '115118.632000', '115118.635000', '115118.637000', '115118.640000', '115118.643000', '115118.645000', '115118.648000', '115118.650000', '115118.653000', '115118.656000', '115118.658000', '115118.661000', '115118.663000', '115118.666000', '115118.669000', '115118.671000', '115118.674000', '115118.676000', '115118.679000', '115118.682000', '115118.684000', '115118.687000', '115118.689000', '115118.692000', '115118.694000', '115118.697000', '115118.700000', '115118.702000', '115118.705000', '115118.707000', '115118.710000', '115118.713000', '115118.715000', '115118.718000', '115138.606000', '115138.608000', '115138.611000', '115138.614000', '115138.616000', '115138.619000', '115138.621000', '115138.624000', '115138.626000', '115138.629000', '115138.632000', '115138.634000', '115138.637000', '115138.640000', '115138.642000', '115138.645000', '115138.647000', '115138.650000', '115138.653000', '115138.655000', '115138.658000', '115138.660000', '115138.663000', '115138.666000', '115138.668000', '115138.727000', '115138.730000', '115138.732000', '115138.735000', '115138.737000', '115138.740000', '115138.743000', '115138.746000', '115138.748000', '115138.751000', '115138.754000', '115138.756000', '115138.759000', '115138.762000', '115138.764000', '115138.767000', '115138.769000', '115138.772000', '115158.605000', '115158.608000', '115158.611000', '115158.614000', '115158.616000', '115158.619000', '115158.621000', '115158.624000', '115158.626000', '115158.629000', '115158.632000', '115158.634000', '115158.637000', '115158.639000', '115158.642000', '115158.645000', '115158.647000', '115158.650000', '115158.652000', '115158.655000', '115158.657000', '115158.660000', '115158.663000', '115158.665000', '115158.668000', '115158.670000', '115158.673000', '115158.676000', '115158.678000', '115158.681000', '115158.683000', '115158.686000', '115158.688000', '115158.691000', '115158.694000', '115158.696000', '115158.699000', '115158.701000', '115158.704000', '115158.706000', '115158.709000', '115158.712000', '115158.715000', '115158.717000', '115218.605000', '115218.608000', '115218.611000', '115218.614000', '115218.616000', '115218.619000', '115218.621000', '115218.624000', '115218.626000', '115218.629000', '115218.632000', '115218.634000', '115218.637000', '115218.639000', '115218.642000', '115218.645000', '115218.647000', '115218.650000', '115218.652000', '115218.655000', '115218.658000', '115218.660000', '115218.663000', '115218.665000', '115218.668000', '115218.670000', '115218.673000', '115218.676000', '115218.678000', '115218.681000', '115218.683000', '115218.686000', '115218.688000', '115218.691000', '115218.694000', '115218.697000', '115218.699000', '115218.702000', '115218.705000', '115218.708000', '115218.710000', '115218.713000', '115218.715000', '115238.605000', '115238.607000', '115238.610000', '115238.613000', '115238.615000', '115238.618000', '115238.621000', '115238.624000', '115238.626000', '115238.629000', '115238.631000', '115238.634000', '115238.637000', '115238.639000', '115238.642000', '115238.645000', '115238.647000', '115238.650000', '115238.653000', '115238.655000', '115238.658000', '115238.660000', '115238.663000', '115238.666000', '115238.668000', '115238.671000', '115238.674000', '115238.676000', '115238.679000', '115238.681000', '115238.684000', '115238.687000', '115238.689000', '115238.692000', '115238.694000', '115238.697000', '115238.700000', '115238.702000', '115238.705000', '115238.707000', '115238.710000', '115238.713000', '115238.715000', '115238.718000', '115258.605000', '115258.608000', '115258.611000', '115258.613000', '115258.616000', '115258.619000', '115258.621000', '115258.624000', '115258.626000', '115258.629000', '115258.632000', '115258.634000', '115258.637000', '115258.639000', '115258.642000', '115258.645000', '115258.647000', '115258.650000', '115258.652000', '115258.655000', '115258.658000', '115258.660000', '115258.663000', '115258.666000', '115258.668000', '115258.671000', '115258.673000', '115258.676000', '115258.679000', '115258.681000', '115258.684000', '115258.686000', '115258.689000', '115258.692000', '115258.694000', '115258.705000', '115258.708000', '115258.711000', '115258.713000', '115258.716000', '115258.719000', '115258.721000', '115258.724000', '115318.606000', '115318.608000', '115318.611000', '115318.614000', '115318.616000', '115318.620000', '115318.623000', '115318.626000', '115318.628000', '115318.631000', '115318.633000', '115318.636000', '115318.638000', '115318.641000', '115318.644000', '115318.646000', '115318.649000', '115318.651000', '115318.654000', '115318.656000', '115318.659000', '115318.662000', '115318.664000', '115318.667000', '115318.669000', '115318.672000', '115318.674000', '115318.677000', '115318.680000', '115318.682000', '115318.685000', '115318.695000', '115318.697000', '115318.700000', '115318.703000', '115318.705000', '115318.708000', '115318.710000', '115318.713000', '115318.716000', '115318.718000', '115318.721000', '115318.723000', '115318.726000', '115338.605000', '115338.608000', '115338.611000', '115338.614000', '115338.616000', '115338.619000', '115338.621000', '115338.624000', '115338.626000', '115338.629000', '115338.632000', '115338.634000', '115338.637000', '115338.639000', '115338.642000', '115338.645000', '115338.647000', '115338.650000', '115338.653000', '115338.655000', '115338.658000', '115338.660000', '115338.663000', '115338.665000', '115338.668000', '115338.670000', '115338.673000', '115338.676000', '115338.678000', '115338.681000', '115338.683000', '115338.686000', '115338.689000', '115338.691000', '115338.694000', '115338.697000', '115338.699000', '115338.702000', '115338.704000', '115338.707000', '115338.710000', '115338.712000', '115338.715000', '115350.263000', '115350.266000', '115350.268000', '115350.271000', '115350.274000', '115350.277000', '115350.279000', '115350.282000', '115350.285000', '115350.287000', '115350.290000', '115350.293000', '115350.295000', '115350.298000', '115350.304000', '115350.308000', '115350.310000', '115350.313000', '115350.316000', '115350.318000', '115350.321000', '115350.324000', '115350.326000', '115350.329000', '115350.332000', '115350.336000'], 'InstanceCreationTime': ['114718.659000', '114718.662000', '114718.665000', '114718.667000', '114718.670000', '114718.673000', '114718.675000', '114718.678000', '114718.680000', '114718.683000', '114718.685000', '114718.688000', '114718.699000', '114718.702000', '114718.709000', '114718.712000', '114718.715000', '114718.717000', '114718.720000', '114718.722000', '114738.605000', '114738.608000', '114738.611000', '114738.613000', '114738.616000', '114738.618000', '114738.621000', '114738.624000', '114738.626000', '114738.629000', '114738.639000', '114738.641000', '114738.644000', '114738.646000', '114738.649000', '114738.651000', '114738.654000', '114738.657000', '114738.659000', '114738.662000', '114738.664000', '114738.667000', '114738.669000', '114738.672000', '114738.675000', '114738.677000', '114738.680000', '114738.682000', '114738.685000', '114738.688000', '114738.690000', '114738.693000', '114738.695000', '114738.698000', '114738.701000', '114738.703000', '114738.706000', '114738.709000', '114738.711000', '114738.714000', '114738.716000', '114738.719000', '114738.721000', '114738.724000', '114758.604000', '114758.607000', '114758.610000', '114758.612000', '114758.615000', '114758.618000', '114758.620000', '114758.623000', '114758.625000', '114758.628000', '114758.631000', '114758.633000', '114758.636000', '114758.638000', '114758.641000', '114758.643000', '114758.646000', '114758.648000', '114758.651000', '114758.654000', '114758.656000', '114758.659000', '114758.673000', '114758.675000', '114758.678000', '114758.680000', '114758.683000', '114758.686000', '114758.688000', '114758.691000', '114758.693000', '114758.696000', '114758.698000', '114758.701000', '114758.704000', '114758.706000', '114758.709000', '114758.711000', '114758.714000', '114758.717000', '114758.719000', '114758.722000', '114758.724000', '114818.606000', '114818.609000', '114818.611000', '114818.614000', '114818.617000', '114818.620000', '114818.622000', '114818.625000', '114818.628000', '114818.630000', '114818.633000', '114818.635000', '114818.638000', '114818.640000', '114818.643000', '114818.645000', '114818.648000', '114818.651000', '114818.653000', '114818.656000', '114818.658000', '114818.661000', '114818.663000', '114818.666000', '114818.668000', '114818.671000', '114818.674000', '114818.676000', '114818.679000', '114818.681000', '114818.684000', '114818.687000', '114818.689000', '114818.692000', '114818.694000', '114818.697000', '114818.699000', '114818.702000', '114818.705000', '114818.707000', '114818.710000', '114818.712000', '114818.715000', '114838.605000', '114838.608000', '114838.611000', '114838.613000', '114838.616000', '114838.633000', '114838.636000', '114838.638000', '114838.641000', '114838.643000', '114838.646000', '114838.649000', '114838.651000', '114838.654000', '114838.656000', '114838.659000', '114838.661000', '114838.664000', '114838.666000', '114838.669000', '114838.672000', '114838.674000', '114838.677000', '114838.679000', '114838.682000', '114838.684000', '114838.687000', '114838.690000', '114838.692000', '114838.695000', '114838.697000', '114838.700000', '114838.702000', '114838.705000', '114838.707000', '114838.710000', '114838.713000', '114838.715000', '114838.718000', '114838.720000', '114838.723000', '114838.725000', '114838.728000', '114838.730000', '114858.605000', '114858.608000', '114858.611000', '114858.613000', '114858.616000', '114858.619000', '114858.621000', '114858.624000', '114858.637000', '114858.640000', '114858.642000', '114858.645000', '114858.648000', '114858.651000', '114858.653000', '114858.656000', '114858.659000', '114858.662000', '114858.666000', '114858.668000', '114858.671000', '114858.674000', '114858.677000', '114858.679000', '114858.682000', '114858.685000', '114858.687000', '114858.690000', '114858.692000', '114858.695000', '114858.697000', '114858.700000', '114858.703000', '114858.705000', '114858.708000', '114858.711000', '114858.713000', '114858.716000', '114858.718000', '114858.721000', '114858.724000', '114858.726000', '114858.729000', '114918.605000', '114918.608000', '114918.611000', '114918.614000', '114918.616000', '114918.619000', '114918.621000', '114918.624000', '114918.626000', '114918.629000', '114918.632000', '114918.634000', '114918.637000', '114918.640000', '114918.642000', '114918.645000', '114918.647000', '114918.650000', '114918.652000', '114918.655000', '114918.658000', '114918.669000', '114918.671000', '114918.674000', '114918.676000', '114918.679000', '114918.682000', '114918.684000', '114918.687000', '114918.689000', '114918.692000', '114918.695000', '114918.697000', '114918.700000', '114918.702000', '114918.705000', '114918.707000', '114918.710000', '114918.712000', '114918.715000', '114918.718000', '114918.720000', '114918.723000', '114918.725000', '114938.606000', '114938.609000', '114938.611000', '114938.614000', '114938.617000', '114938.619000', '114938.622000', '114938.624000', '114938.627000', '114938.629000', '114938.632000', '114938.635000', '114938.637000', '114938.640000', '114938.642000', '114938.645000', '114938.648000', '114938.650000', '114938.653000', '114938.656000', '114938.658000', '114938.661000', '114938.664000', '114938.666000', '114938.669000', '114938.671000', '114938.674000', '114938.677000', '114938.679000', '114938.682000', '114938.684000', '114938.687000', '114938.690000', '114938.692000', '114938.695000', '114938.697000', '114938.700000', '114938.702000', '114938.705000', '114938.708000', '114938.710000', '114938.713000', '114938.715000', '114958.606000', '114958.608000', '114958.611000', '114958.614000', '114958.616000', '114958.619000', '114958.621000', '114958.624000', '114958.626000', '114958.629000', '114958.632000', '114958.634000', '114958.637000', '114958.639000', '114958.642000', '114958.645000', '114958.647000', '114958.650000', '114958.652000', '114958.655000', '114958.658000', '114958.660000', '114958.663000', '114958.666000', '114958.668000', '114958.671000', '114958.673000', '114958.676000', '114958.688000', '114958.691000', '114958.693000', '114958.696000', '114958.698000', '114958.701000', '114958.704000', '114958.706000', '114958.709000', '114958.711000', '114958.714000', '114958.716000', '114958.719000', '114958.722000', '114958.724000', '114958.727000', '115018.605000', '115018.608000', '115018.621000', '115018.623000', '115018.626000', '115018.629000', '115018.631000', '115018.634000', '115018.637000', '115018.639000', '115018.642000', '115018.645000', '115018.648000', '115018.651000', '115018.654000', '115018.656000', '115018.659000', '115018.662000', '115018.664000', '115018.667000', '115018.670000', '115018.672000', '115018.675000', '115018.677000', '115018.680000', '115018.683000', '115018.685000', '115018.688000', '115018.690000', '115018.693000', '115018.696000', '115018.698000', '115018.701000', '115018.704000', '115018.707000', '115018.710000', '115018.713000', '115018.715000', '115018.718000', '115018.720000', '115018.723000', '115018.726000', '115018.728000', '115038.606000', '115038.608000', '115038.611000', '115038.614000', '115038.616000', '115038.619000', '115038.621000', '115038.633000', '115038.636000', '115038.638000', '115038.641000', '115038.644000', '115038.646000', '115038.649000', '115038.651000', '115038.654000', '115038.656000', '115038.659000', '115038.662000', '115038.664000', '115038.667000', '115038.669000', '115038.672000', '115038.675000', '115038.677000', '115038.680000', '115038.683000', '115038.685000', '115038.688000', '115038.691000', '115038.693000', '115038.696000', '115038.698000', '115038.701000', '115038.703000', '115038.706000', '115038.709000', '115038.711000', '115038.714000', '115038.716000', '115038.719000', '115038.722000', '115038.724000', '115038.727000', '115058.606000', '115058.608000', '115058.611000', '115058.614000', '115058.616000', '115058.619000', '115058.622000', '115058.624000', '115058.627000', '115058.629000', '115058.632000', '115058.635000', '115058.637000', '115058.640000', '115058.642000', '115058.645000', '115058.648000', '115058.650000', '115058.653000', '115058.655000', '115058.658000', '115058.660000', '115058.663000', '115058.666000', '115058.668000', '115058.671000', '115058.673000', '115058.676000', '115058.679000', '115058.681000', '115058.684000', '115058.687000', '115058.690000', '115058.692000', '115058.695000', '115058.698000', '115058.700000', '115058.703000', '115058.705000', '115058.708000', '115058.711000', '115058.713000', '115058.716000', '115118.606000', '115118.608000', '115118.611000', '115118.614000', '115118.616000', '115118.619000', '115118.621000', '115118.624000', '115118.627000', '115118.629000', '115118.632000', '115118.635000', '115118.637000', '115118.640000', '115118.643000', '115118.645000', '115118.648000', '115118.650000', '115118.653000', '115118.656000', '115118.658000', '115118.661000', '115118.663000', '115118.666000', '115118.669000', '115118.671000', '115118.674000', '115118.676000', '115118.679000', '115118.682000', '115118.684000', '115118.687000', '115118.689000', '115118.692000', '115118.694000', '115118.697000', '115118.700000', '115118.702000', '115118.705000', '115118.707000', '115118.710000', '115118.713000', '115118.715000', '115118.718000', '115138.606000', '115138.608000', '115138.611000', '115138.614000', '115138.616000', '115138.619000', '115138.621000', '115138.624000', '115138.626000', '115138.629000', '115138.632000', '115138.634000', '115138.637000', '115138.640000', '115138.642000', '115138.645000', '115138.647000', '115138.650000', '115138.653000', '115138.655000', '115138.658000', '115138.660000', '115138.663000', '115138.666000', '115138.668000', '115138.727000', '115138.730000', '115138.732000', '115138.735000', '115138.737000', '115138.740000', '115138.743000', '115138.746000', '115138.748000', '115138.751000', '115138.754000', '115138.756000', '115138.759000', '115138.762000', '115138.764000', '115138.767000', '115138.769000', '115138.772000', '115158.605000', '115158.608000', '115158.611000', '115158.614000', '115158.616000', '115158.619000', '115158.621000', '115158.624000', '115158.626000', '115158.629000', '115158.632000', '115158.634000', '115158.637000', '115158.639000', '115158.642000', '115158.645000', '115158.647000', '115158.650000', '115158.652000', '115158.655000', '115158.657000', '115158.660000', '115158.663000', '115158.665000', '115158.668000', '115158.670000', '115158.673000', '115158.676000', '115158.678000', '115158.681000', '115158.683000', '115158.686000', '115158.688000', '115158.691000', '115158.694000', '115158.696000', '115158.699000', '115158.701000', '115158.704000', '115158.706000', '115158.709000', '115158.712000', '115158.715000', '115158.717000', '115218.605000', '115218.608000', '115218.611000', '115218.614000', '115218.616000', '115218.619000', '115218.621000', '115218.624000', '115218.626000', '115218.629000', '115218.632000', '115218.634000', '115218.637000', '115218.639000', '115218.642000', '115218.645000', '115218.647000', '115218.650000', '115218.652000', '115218.655000', '115218.658000', '115218.660000', '115218.663000', '115218.665000', '115218.668000', '115218.670000', '115218.673000', '115218.676000', '115218.678000', '115218.681000', '115218.683000', '115218.686000', '115218.688000', '115218.691000', '115218.694000', '115218.697000', '115218.699000', '115218.702000', '115218.705000', '115218.708000', '115218.710000', '115218.713000', '115218.715000', '115238.605000', '115238.607000', '115238.610000', '115238.613000', '115238.615000', '115238.618000', '115238.621000', '115238.624000', '115238.626000', '115238.629000', '115238.631000', '115238.634000', '115238.637000', '115238.639000', '115238.642000', '115238.645000', '115238.647000', '115238.650000', '115238.653000', '115238.655000', '115238.658000', '115238.660000', '115238.663000', '115238.666000', '115238.668000', '115238.671000', '115238.674000', '115238.676000', '115238.679000', '115238.681000', '115238.684000', '115238.687000', '115238.689000', '115238.692000', '115238.694000', '115238.697000', '115238.700000', '115238.702000', '115238.705000', '115238.707000', '115238.710000', '115238.713000', '115238.715000', '115238.718000', '115258.605000', '115258.608000', '115258.611000', '115258.613000', '115258.616000', '115258.619000', '115258.621000', '115258.624000', '115258.626000', '115258.629000', '115258.632000', '115258.634000', '115258.637000', '115258.639000', '115258.642000', '115258.645000', '115258.647000', '115258.650000', '115258.652000', '115258.655000', '115258.658000', '115258.660000', '115258.663000', '115258.666000', '115258.668000', '115258.671000', '115258.673000', '115258.676000', '115258.679000', '115258.681000', '115258.684000', '115258.686000', '115258.689000', '115258.692000', '115258.694000', '115258.705000', '115258.708000', '115258.711000', '115258.713000', '115258.716000', '115258.719000', '115258.721000', '115258.724000', '115318.606000', '115318.608000', '115318.611000', '115318.614000', '115318.616000', '115318.620000', '115318.623000', '115318.626000', '115318.628000', '115318.631000', '115318.633000', '115318.636000', '115318.638000', '115318.641000', '115318.644000', '115318.646000', '115318.649000', '115318.651000', '115318.654000', '115318.656000', '115318.659000', '115318.662000', '115318.664000', '115318.667000', '115318.669000', '115318.672000', '115318.674000', '115318.677000', '115318.680000', '115318.682000', '115318.685000', '115318.695000', '115318.697000', '115318.700000', '115318.703000', '115318.705000', '115318.708000', '115318.710000', '115318.713000', '115318.716000', '115318.718000', '115318.721000', '115318.723000', '115318.726000', '115338.605000', '115338.608000', '115338.611000', '115338.614000', '115338.616000', '115338.619000', '115338.621000', '115338.624000', '115338.626000', '115338.629000', '115338.632000', '115338.634000', '115338.637000', '115338.639000', '115338.642000', '115338.645000', '115338.647000', '115338.650000', '115338.653000', '115338.655000', '115338.658000', '115338.660000', '115338.663000', '115338.665000', '115338.668000', '115338.670000', '115338.673000', '115338.676000', '115338.678000', '115338.681000', '115338.683000', '115338.686000', '115338.689000', '115338.691000', '115338.694000', '115338.697000', '115338.699000', '115338.702000', '115338.704000', '115338.707000', '115338.710000', '115338.712000', '115338.715000', '115350.263000', '115350.266000', '115350.268000', '115350.271000', '115350.274000', '115350.277000', '115350.279000', '115350.282000', '115350.285000', '115350.287000', '115350.290000', '115350.293000', '115350.295000', '115350.298000', '115350.304000', '115350.308000', '115350.310000', '115350.313000', '115350.316000', '115350.318000', '115350.321000', '115350.324000', '115350.326000', '115350.329000', '115350.332000', '115350.336000'], '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': [7837, 7609, 7579, 7276, 7272, 7084, 7148, 7169, 7161, 7322, 7194, 7292, 7272, 7372, 7180, 7353, 7242, 7155, 7076, 7143, 6895, 7184, 7085, 7322, 7096, 7083, 7055, 7061, 6865, 7042, 7143, 7112, 7115, 7222, 7025, 7178, 6875, 7155, 7308, 7184, 7250, 6993, 7101, 7114, 7020, 6901, 7390, 7158, 7513, 6734, 7322, 7310, 7144, 7373, 6988, 7055, 7481, 7106, 7249, 6953, 7278, 7010, 7116, 7000, 7016, 6915, 6899, 7055, 7144, 6917, 6953, 7276, 6770, 6862, 6925, 6983, 7213, 6916, 7322, 7107, 7181, 6857, 7410, 6944, 7173, 6690, 6860, 6944, 7025, 7169, 6999, 6868, 7089, 7128, 7492, 7427, 7393, 6921, 6963, 7044, 7154, 7040, 7144, 7509, 6750, 6831, 6719, 7093, 6961, 7174, 6804, 7139, 6889, 7189, 6878, 7359, 7095, 7524, 6757, 7101, 6776, 7112, 6948, 7335, 7181, 7289, 6923, 7032, 6874, 7015, 6849, 7149, 6778, 7227, 6941, 7319, 6843, 6785, 6937, 6717, 6795, 6900, 6865, 7389, 7281, 6800, 6919, 7246, 6810, 7165, 7016, 6915, 6782, 7041, 6815, 7005, 6832, 6999, 6849, 7111, 6883, 7729, 6819, 7210, 6896, 7312, 7142, 6855, 7024, 6798, 7220, 6922, 6929, 7056, 6751, 7131, 6877, 6764, 6879, 7063, 6833, 6772, 6861, 6633, 6927, 6990, 6960, 6899, 6902, 6848, 6854, 6873, 6889, 6909, 6818, 6826, 6712, 6732, 6612, 6787, 6637, 6597, 6640, 6510, 6572, 6607, 6698, 6559, 6667, 6726, 6604, 6610, 6564, 6958, 7088, 6691, 6604, 7011, 6628, 6713, 6961, 6845, 6940, 6894, 6995, 6792, 6888, 6940, 6784, 6846, 6801, 6998, 6900, 6816, 7074, 7002, 6796, 6796, 6938, 6899, 6911, 6692, 7063, 6881, 6797, 6708, 7100, 6641, 6659, 6927, 6837, 6872, 6832, 6803, 7003, 7119, 6789, 6772, 6707, 6696, 6897, 6732, 6855, 7032, 7051, 6924, 6891, 6952, 6881, 6997, 6919, 6956, 6818, 6814, 6713, 7046, 6785, 7186, 6816, 7039, 6830, 7042, 6867, 6951, 6880, 6924, 6872, 6866, 6815, 6880, 6792, 6879, 6815, 6802, 6795, 6860, 6787, 6863, 6824, 6780, 6875, 6893, 6825, 7032, 6822, 6933, 6847, 6801, 6811, 6861, 7088, 6891, 6897, 6854, 6685, 6920, 6780, 6865, 6918, 6789, 6747, 6725, 6720, 6669, 6781, 6841, 6746, 6722, 6700, 6706, 6964, 6875, 6812, 6826, 6885, 6797, 6857, 6968, 6758, 7999, 6650, 6896, 7227, 6866, 7081, 6710, 6787, 6969, 6744, 7006, 6931, 6896, 7336, 6870, 6902, 6933, 6849, 6710, 6732, 6722, 6824, 6761, 6674, 6726, 6708, 6909, 6489, 6729, 6523, 6696, 6478, 6892, 6751, 6438, 6570, 6605, 6546, 6498, 6597, 6490, 6587, 6608, 6905, 6652, 6518, 6533, 6666, 6665, 6920, 6790, 6873, 6804, 6585, 6668, 6714, 6772, 6698, 6838, 6561, 6624, 6589, 6653, 6712, 6975, 6568, 6587, 6762, 6633, 6689, 6659, 6603, 6624, 6581, 6668, 6571, 6803, 6595, 6653, 6674, 6576, 6613, 6613, 6775, 6663, 6623, 6644, 6634, 6631, 6640, 6672, 6769, 6628, 6573, 6665, 6611, 6780, 6542, 6538, 6729, 6657, 6535, 6861, 6532, 6898, 6836, 7439, 6891, 7213, 6477, 6796, 6765, 6652, 7731, 6802, 6892, 6544, 6897, 6627, 6781, 6406, 6545, 6723, 6702, 7071, 6814, 6668, 7282, 6701, 7680, 6647, 6821, 6490, 6559, 6502, 6535, 6506, 6727, 6494, 6772, 6500, 6583, 6598, 6620, 6729, 6481, 6577, 6837, 6629, 6547, 6640, 6581, 6799, 6607, 6701, 6625, 6640, 6518, 6571, 6666, 6532, 6636, 6596, 6534, 6899, 6576, 6576, 6554, 6817, 6690, 6572, 6699, 6571, 6620, 6935, 6590, 6641, 6605, 6677, 6684, 6616, 6789, 6834, 6694, 6540, 6529, 6881, 6539, 6634, 6553, 6742, 6558, 6580, 6821, 6834, 6648, 6572, 6606, 6557, 6633, 6600, 6515, 6538, 6672, 6672, 6803, 6621, 6614, 6383, 6755, 6502, 7033, 6638, 7094, 6788, 6937, 7148, 6868, 6955, 6670, 6661, 6473, 6910, 6574, 6651, 6750, 6620, 6738, 6822, 6727, 6513, 6503, 6465, 6718, 6621, 6661, 6426, 6590, 6476, 6636, 7039, 6766, 6618, 6643, 6771, 6938, 6706, 6864, 6851, 7138, 6699, 6718, 6660, 6715, 6859, 6674, 6908, 6648, 6767, 6816, 6685, 6952, 6522, 6548, 6506, 6674, 6511, 6546, 6421, 6438, 6598, 6644, 6619, 6600, 6597, 6550, 6966, 6614, 7124, 6674, 6804, 6900, 6703, 6696, 6961, 6709, 6802, 6584, 6837, 6772, 6697, 6827, 6555, 6687, 6901, 6938, 6723, 6649, 6656, 6929, 6611, 6638, 6752, 7117, 6861, 6539, 6741, 6997, 6938, 6788, 6754, 6688, 7216, 6662, 7029, 6588, 6984, 6628, 6588, 6787, 6459, 6723, 6830, 6590, 6766, 6774, 6770, 6695, 6665, 6690, 6705, 6663, 6710, 6704, 6957, 6710, 6838, 6863, 6793, 6729, 6743, 6697, 6708, 6837, 6874, 7219, 6944, 6716, 6818, 6694, 6760, 6675, 6994, 6490, 6823, 6741, 6548, 6552, 6833, 6674, 6560, 6787, 6623, 6819, 6726, 6647, 6709, 6751, 6958, 7044, 6987, 7021, 6799, 6878, 6465, 6710, 6488, 7082, 6887, 6653, 6850, 6610, 6961, 6497, 6719, 6515, 6686, 6511, 6359, 6703, 7002, 6666, 6832, 6599, 6530, 6852, 6537, 6594, 6650, 6672, 6913, 6978, 6840, 6981, 6795, 6764, 6873, 6770, 6707, 6740, 6704, 6688, 6689, 6762, 6760, 6847, 6887, 6916, 6907, 6791, 6883, 6963, 6988, 6537, 6527, 6549, 6572, 6597, 6764, 6599, 6585, 6681, 6725, 6636, 6650, 6729, 6631, 6420, 6721, 6606, 6824, 6686, 6760, 6602, 6498, 6610, 6515, 6945, 6439, 6681, 6660, 6707, 6421, 6694, 6646, 6645, 6711, 6733, 6857, 6582, 6572, 6586, 6773, 6474, 6463, 6542, 6472, 6513, 6846, 6604, 6670, 6573, 6565, 6661, 6679, 6728, 6570, 6609, 6732, 6677, 6819, 6609, 6772, 6566, 6601, 6680, 6765, 6721, 6550, 6844, 6623, 6794, 6652, 6786, 6814, 6714, 6710, 6687, 6782, 6602, 6665, 6576, 6666, 6651, 6715, 6613, 6867, 6588, 6618, 6659, 6614, 6760, 6603, 6536, 6587, 6599, 6568, 6762, 6642, 6753, 6556, 6671, 6661, 6679, 6616, 6633, 6673, 6577, 6796, 6823, 6908, 6804, 6708], 'WindowCenter': [4163.0, 4146.0, 4128.0, 4132.0, 4133.0, 4115.0, 4100.0, 4100.0, 4102.0, 4099.0, 4100.0, 4097.0, 4096.0, 4096.0, 4085.0, 4084.0, 4088.0, 4075.0, 4073.0, 4073.0, 4072.0, 4071.0, 4072.0, 4069.0, 4059.0, 4070.0, 4070.0, 4072.0, 4074.0, 4085.0, 4087.0, 4083.0, 4082.0, 4081.0, 4081.0, 4083.0, 4072.0, 4085.0, 4096.0, 4087.0, 4095.0, 4087.0, 4113.0, 4102.0, 4105.0, 4099.0, 4111.0, 4101.0, 4112.0, 4104.0, 4109.0, 4110.0, 4098.0, 4101.0, 4105.0, 4101.0, 4101.0, 4087.0, 4098.0, 4088.0, 4098.0, 4088.0, 4086.0, 4088.0, 4087.0, 4088.0, 4086.0, 4084.0, 4084.0, 4084.0, 4081.0, 4085.0, 4075.0, 4075.0, 4098.0, 4086.0, 4098.0, 4099.0, 4097.0, 4088.0, 4088.0, 4086.0, 4098.0, 4090.0, 4088.0, 4089.0, 4104.0, 4112.0, 4097.0, 4098.0, 4086.0, 4088.0, 4100.0, 4101.0, 4098.0, 4095.0, 4099.0, 4086.0, 4086.0, 4088.0, 4087.0, 4086.0, 4088.0, 4098.0, 4088.0, 4103.0, 4090.0, 4099.0, 4099.0, 4096.0, 4086.0, 4096.0, 4097.0, 4096.0, 4098.0, 4097.0, 4097.0, 4096.0, 4085.0, 4097.0, 4089.0, 4098.0, 4088.0, 4096.0, 4086.0, 4095.0, 4086.0, 4085.0, 4086.0, 4096.0, 4087.0, 4098.0, 4086.0, 4098.0, 4085.0, 4098.0, 4089.0, 4090.0, 4090.0, 4087.0, 4091.0, 4098.0, 4083.0, 4099.0, 4102.0, 4089.0, 4091.0, 4098.0, 4091.0, 4090.0, 4091.0, 4101.0, 4090.0, 4102.0, 4091.0, 4098.0, 4103.0, 4103.0, 4100.0, 4099.0, 4101.0, 4125.0, 4102.0, 4112.0, 4100.0, 4112.0, 4115.0, 4102.0, 4102.0, 4091.0, 4102.0, 4099.0, 4091.0, 4100.0, 4089.0, 4103.0, 4094.0, 4091.0, 4094.0, 4100.0, 4099.0, 4097.0, 4096.0, 4097.0, 4092.0, 4095.0, 4098.0, 4084.0, 4082.0, 4069.0, 4070.0, 4073.0, 4082.0, 4084.0, 4072.0, 4059.0, 4058.0, 4058.0, 4044.0, 4044.0, 4044.0, 4044.0, 4040.0, 4030.0, 4031.0, 4042.0, 4042.0, 4032.0, 4040.0, 4041.0, 4041.0, 4044.0, 4039.0, 4055.0, 4061.0, 4060.0, 4062.0, 4073.0, 4074.0, 4074.0, 4089.0, 4077.0, 4088.0, 4082.0, 4085.0, 4070.0, 4083.0, 4071.0, 4075.0, 4085.0, 4075.0, 4083.0, 4086.0, 4075.0, 4081.0, 4085.0, 4075.0, 4076.0, 4088.0, 4085.0, 4087.0, 4088.0, 4088.0, 4085.0, 4089.0, 4085.0, 4104.0, 4088.0, 4086.0, 4113.0, 4091.0, 4091.0, 4089.0, 4089.0, 4089.0, 4085.0, 4070.0, 4070.0, 4072.0, 4073.0, 4074.0, 4072.0, 4073.0, 4077.0, 4074.0, 4073.0, 4073.0, 4072.0, 4071.0, 4069.0, 4072.0, 4081.0, 4075.0, 4075.0, 4074.0, 4084.0, 4074.0, 4083.0, 4072.0, 4084.0, 4073.0, 4086.0, 4078.0, 4083.0, 4085.0, 4085.0, 4074.0, 4072.0, 4073.0, 4082.0, 4071.0, 4073.0, 4072.0, 4085.0, 4084.0, 4084.0, 4085.0, 4086.0, 4086.0, 4084.0, 4086.0, 4084.0, 4087.0, 4085.0, 4085.0, 4085.0, 4085.0, 4085.0, 4085.0, 4086.0, 4086.0, 4096.0, 4085.0, 4087.0, 4085.0, 4084.0, 4089.0, 4086.0, 4085.0, 4086.0, 4083.0, 4083.0, 4085.0, 4074.0, 4071.0, 4073.0, 4075.0, 4073.0, 4072.0, 4071.0, 4083.0, 4084.0, 4082.0, 4085.0, 4085.0, 4088.0, 4089.0, 4112.0, 4107.0, 4113.0, 4104.0, 4103.0, 4113.0, 4104.0, 4105.0, 4092.0, 4097.0, 4104.0, 4102.0, 4099.0, 4096.0, 4100.0, 4099.0, 4089.0, 4084.0, 4084.0, 4077.0, 4085.0, 4074.0, 4084.0, 4100.0, 4075.0, 4074.0, 4070.0, 4070.0, 4071.0, 4059.0, 4060.0, 4058.0, 4056.0, 4048.0, 4057.0, 4063.0, 4058.0, 4045.0, 4059.0, 4059.0, 4061.0, 4060.0, 4060.0, 4072.0, 4062.0, 4074.0, 4077.0, 4074.0, 4092.0, 4105.0, 4096.0, 4101.0, 4093.0, 4093.0, 4105.0, 4101.0, 4095.0, 4082.0, 4083.0, 4083.0, 4086.0, 4082.0, 4072.0, 4098.0, 4087.0, 4086.0, 4098.0, 4088.0, 4088.0, 4086.0, 4085.0, 4087.0, 4085.0, 4088.0, 4085.0, 4075.0, 4073.0, 4071.0, 4071.0, 4071.0, 4071.0, 4070.0, 4071.0, 4073.0, 4061.0, 4061.0, 4061.0, 4074.0, 4069.0, 4069.0, 4068.0, 4069.0, 4071.0, 4071.0, 4070.0, 4070.0, 4072.0, 4083.0, 4073.0, 4074.0, 4073.0, 4072.0, 4072.0, 4084.0, 4088.0, 4091.0, 4087.0, 4085.0, 4083.0, 4086.0, 4099.0, 4079.0, 4088.0, 4089.0, 4104.0, 4113.0, 4090.0, 4102.0, 4092.0, 4089.0, 4088.0, 4091.0, 4078.0, 4075.0, 4112.0, 4100.0, 4103.0, 4087.0, 4086.0, 4089.0, 4076.0, 4096.0, 4091.0, 4088.0, 4083.0, 4083.0, 4075.0, 4070.0, 4073.0, 4069.0, 4073.0, 4074.0, 4074.0, 4073.0, 4070.0, 4069.0, 4073.0, 4061.0, 4063.0, 4072.0, 4070.0, 4060.0, 4071.0, 4072.0, 4071.0, 4070.0, 4070.0, 4070.0, 4071.0, 4062.0, 4073.0, 4073.0, 4074.0, 4072.0, 4073.0, 4074.0, 4083.0, 4070.0, 4073.0, 4071.0, 4075.0, 4075.0, 4073.0, 4102.0, 4084.0, 4074.0, 4084.0, 4089.0, 4087.0, 4085.0, 4086.0, 4087.0, 4076.0, 4092.0, 4079.0, 4078.0, 4078.0, 4077.0, 4101.0, 4088.0, 4089.0, 4076.0, 4085.0, 4076.0, 4073.0, 4074.0, 4087.0, 4083.0, 4078.0, 4088.0, 4073.0, 4085.0, 4074.0, 4076.0, 4077.0, 4074.0, 4090.0, 4079.0, 4074.0, 4070.0, 4077.0, 4091.0, 4091.0, 4099.0, 4088.0, 4075.0, 4079.0, 4087.0, 4085.0, 4088.0, 4098.0, 4078.0, 4075.0, 4067.0, 4076.0, 4072.0, 4072.0, 4071.0, 4062.0, 4059.0, 4057.0, 4058.0, 4065.0, 4061.0, 4054.0, 4060.0, 4071.0, 4073.0, 4059.0, 4071.0, 4057.0, 4076.0, 4073.0, 4063.0, 4062.0, 4062.0, 4063.0, 4071.0, 4073.0, 4076.0, 4078.0, 4102.0, 4085.0, 4085.0, 4075.0, 4075.0, 4076.0, 4084.0, 4085.0, 4082.0, 4084.0, 4084.0, 4084.0, 4085.0, 4083.0, 4077.0, 4085.0, 4084.0, 4076.0, 4071.0, 4071.0, 4061.0, 4070.0, 4071.0, 4069.0, 4068.0, 4069.0, 4060.0, 4070.0, 4059.0, 4067.0, 4056.0, 4057.0, 4067.0, 4058.0, 4057.0, 4070.0, 4070.0, 4071.0, 4075.0, 4070.0, 4074.0, 4076.0, 4077.0, 4074.0, 4074.0, 4085.0, 4087.0, 4090.0, 4088.0, 4088.0, 4089.0, 4085.0, 4077.0, 4087.0, 4090.0, 4089.0, 4080.0, 4089.0, 4090.0, 4088.0, 4090.0, 4087.0, 4078.0, 4084.0, 4074.0, 4084.0, 4087.0, 4082.0, 4083.0, 4090.0, 4087.0, 4090.0, 4089.0, 4073.0, 4086.0, 4089.0, 4089.0, 4093.0, 4083.0, 4084.0, 4083.0, 4069.0, 4071.0, 4086.0, 4091.0, 4085.0, 4077.0, 4079.0, 4087.0, 4100.0, 4089.0, 4103.0, 4091.0, 4072.0, 4076.0, 4079.0, 4086.0, 4076.0, 4066.0, 4061.0, 4065.0, 4060.0, 4048.0, 4050.0, 4034.0, 4049.0, 4052.0, 4034.0, 4049.0, 4046.0, 4044.0, 4043.0, 4061.0, 4047.0, 4032.0, 4031.0, 4031.0, 4031.0, 4035.0, 4048.0, 4046.0, 4046.0, 4045.0, 4037.0, 4034.0, 4035.0, 4035.0, 4023.0, 4020.0, 4022.0, 4035.0, 4030.0, 4029.0, 4030.0, 4019.0, 4047.0, 4031.0, 4043.0, 4020.0, 4022.0, 4019.0, 4025.0, 4026.0, 4046.0, 4050.0, 4032.0, 4044.0, 4035.0, 4045.0, 4041.0, 4046.0, 4057.0, 4056.0, 4060.0, 4060.0, 4060.0, 4061.0, 4072.0, 4056.0, 4059.0, 4058.0, 4057.0, 4060.0, 4072.0, 4070.0, 4073.0, 4074.0, 4071.0, 4081.0, 4076.0, 4077.0, 4085.0, 4074.0, 4074.0, 4076.0, 4074.0, 4075.0, 4056.0, 4057.0, 4061.0, 4049.0, 4046.0, 4035.0, 4031.0, 4031.0, 4031.0, 4031.0, 4033.0, 4032.0, 4033.0, 4031.0, 4032.0, 4030.0, 4043.0, 4045.0, 4033.0, 4059.0, 4050.0, 4057.0, 4048.0, 4062.0, 4061.0, 4049.0, 4049.0, 4061.0, 4060.0, 4059.0, 4062.0, 4063.0, 4062.0, 4060.0, 4057.0, 4060.0, 4059.0, 4063.0, 4048.0, 4048.0, 4047.0, 4047.0, 4058.0, 4056.0, 4057.0, 4057.0, 4057.0, 4070.0, 4058.0, 4056.0, 4054.0, 4070.0, 4072.0, 4058.0, 4058.0, 4056.0, 4046.0, 4052.0, 4045.0, 4044.0, 4043.0, 4042.0, 4042.0, 4044.0, 4044.0, 4072.0, 4059.0, 4058.0, 4056.0, 4056.0, 4068.0, 4066.0, 4057.0, 4055.0, 4057.0, 4056.0, 4056.0, 4057.0, 4057.0, 4055.0, 4044.0, 4047.0, 4061.0, 4045.0, 4044.0, 4045.0, 4046.0, 4046.0, 4046.0, 4045.0, 4042.0, 4043.0, 4040.0, 4043.0, 4033.0, 4043.0, 4058.0, 4044.0, 4044.0, 4042.0, 4044.0, 4055.0, 4045.0, 4057.0, 4058.0, 4057.0, 4070.0], 'WindowWidth': [9273.0, 9234.0, 9199.0, 9204.0, 9205.0, 9171.0, 9144.0, 9143.0, 9145.0, 9138.0, 9138.0, 9130.0, 9125.0, 9126.0, 9108.0, 9105.0, 9113.0, 9093.0, 9089.0, 9088.0, 9084.0, 9082.0, 9083.0, 9074.0, 9061.0, 9076.0, 9079.0, 9083.0, 9092.0, 9107.0, 9113.0, 9105.0, 9101.0, 9100.0, 9099.0, 9101.0, 9089.0, 9110.0, 9125.0, 9114.0, 9125.0, 9115.0, 9163.0, 9143.0, 9147.0, 9135.0, 9153.0, 9139.0, 9155.0, 9145.0, 9149.0, 9153.0, 9136.0, 9141.0, 9149.0, 9139.0, 9137.0, 9114.0, 9130.0, 9117.0, 9130.0, 9116.0, 9111.0, 9116.0, 9114.0, 9117.0, 9110.0, 9107.0, 9107.0, 9107.0, 9101.0, 9108.0, 9094.0, 9096.0, 9132.0, 9111.0, 9129.0, 9134.0, 9129.0, 9119.0, 9116.0, 9113.0, 9129.0, 9120.0, 9116.0, 9120.0, 9147.0, 9158.0, 9129.0, 9132.0, 9113.0, 9119.0, 9139.0, 9139.0, 9133.0, 9125.0, 9132.0, 9113.0, 9112.0, 9117.0, 9113.0, 9110.0, 9116.0, 9130.0, 9118.0, 9146.0, 9123.0, 9134.0, 9134.0, 9126.0, 9113.0, 9127.0, 9131.0, 9130.0, 9133.0, 9131.0, 9130.0, 9127.0, 9112.0, 9129.0, 9120.0, 9131.0, 9118.0, 9128.0, 9115.0, 9123.0, 9113.0, 9112.0, 9114.0, 9128.0, 9117.0, 9132.0, 9114.0, 9129.0, 9110.0, 9129.0, 9119.0, 9118.0, 9121.0, 9115.0, 9122.0, 9131.0, 9109.0, 9134.0, 9141.0, 9120.0, 9124.0, 9130.0, 9124.0, 9123.0, 9123.0, 9137.0, 9123.0, 9141.0, 9125.0, 9131.0, 9146.0, 9144.0, 9137.0, 9135.0, 9141.0, 9178.0, 9144.0, 9157.0, 9140.0, 9160.0, 9164.0, 9143.0, 9143.0, 9125.0, 9139.0, 9135.0, 9125.0, 9135.0, 9121.0, 9143.0, 9132.0, 9125.0, 9133.0, 9140.0, 9140.0, 9138.0, 9133.0, 9136.0, 9124.0, 9127.0, 9135.0, 9107.0, 9103.0, 9084.0, 9086.0, 9093.0, 9104.0, 9107.0, 9085.0, 9064.0, 9059.0, 9061.0, 9036.0, 9033.0, 9032.0, 9034.0, 9025.0, 9009.0, 9011.0, 9025.0, 9028.0, 9014.0, 9023.0, 9025.0, 9025.0, 9031.0, 9022.0, 9049.0, 9063.0, 9063.0, 9066.0, 9087.0, 9090.0, 9090.0, 9117.0, 9098.0, 9114.0, 9104.0, 9108.0, 9084.0, 9104.0, 9085.0, 9092.0, 9108.0, 9095.0, 9104.0, 9111.0, 9094.0, 9099.0, 9108.0, 9093.0, 9098.0, 9118.0, 9110.0, 9116.0, 9116.0, 9118.0, 9113.0, 9122.0, 9110.0, 9145.0, 9114.0, 9110.0, 9161.0, 9125.0, 9126.0, 9118.0, 9119.0, 9119.0, 9108.0, 9083.0, 9082.0, 9086.0, 9088.0, 9091.0, 9086.0, 9088.0, 9096.0, 9090.0, 9086.0, 9088.0, 9084.0, 9081.0, 9078.0, 9086.0, 9098.0, 9093.0, 9095.0, 9092.0, 9107.0, 9091.0, 9103.0, 9087.0, 9105.0, 9089.0, 9109.0, 9101.0, 9104.0, 9108.0, 9108.0, 9092.0, 9089.0, 9088.0, 9100.0, 9084.0, 9090.0, 9089.0, 9110.0, 9106.0, 9107.0, 9112.0, 9113.0, 9114.0, 9108.0, 9114.0, 9108.0, 9115.0, 9111.0, 9110.0, 9111.0, 9110.0, 9110.0, 9111.0, 9113.0, 9113.0, 9126.0, 9109.0, 9114.0, 9109.0, 9108.0, 9119.0, 9112.0, 9111.0, 9113.0, 9106.0, 9104.0, 9108.0, 9093.0, 9088.0, 9092.0, 9096.0, 9090.0, 9089.0, 9088.0, 9103.0, 9108.0, 9105.0, 9110.0, 9113.0, 9117.0, 9120.0, 9158.0, 9158.0, 9159.0, 9151.0, 9142.0, 9158.0, 9146.0, 9149.0, 9127.0, 9137.0, 9143.0, 9141.0, 9137.0, 9130.0, 9139.0, 9133.0, 9122.0, 9108.0, 9109.0, 9101.0, 9111.0, 9093.0, 9113.0, 9141.0, 9097.0, 9092.0, 9084.0, 9084.0, 9083.0, 9065.0, 9066.0, 9061.0, 9056.0, 9045.0, 9056.0, 9067.0, 9062.0, 9038.0, 9060.0, 9060.0, 9065.0, 9064.0, 9064.0, 9084.0, 9070.0, 9086.0, 9097.0, 9091.0, 9128.0, 9152.0, 9136.0, 9139.0, 9129.0, 9127.0, 9150.0, 9144.0, 9129.0, 9109.0, 9111.0, 9108.0, 9114.0, 9103.0, 9089.0, 9135.0, 9118.0, 9115.0, 9134.0, 9118.0, 9119.0, 9115.0, 9111.0, 9118.0, 9111.0, 9116.0, 9109.0, 9095.0, 9091.0, 9084.0, 9084.0, 9083.0, 9083.0, 9079.0, 9082.0, 9087.0, 9069.0, 9068.0, 9069.0, 9088.0, 9078.0, 9079.0, 9079.0, 9081.0, 9087.0, 9088.0, 9084.0, 9085.0, 9089.0, 9107.0, 9091.0, 9094.0, 9090.0, 9087.0, 9087.0, 9111.0, 9118.0, 9126.0, 9115.0, 9109.0, 9103.0, 9112.0, 9131.0, 9107.0, 9117.0, 9120.0, 9147.0, 9157.0, 9122.0, 9140.0, 9127.0, 9119.0, 9116.0, 9126.0, 9104.0, 9099.0, 9161.0, 9140.0, 9142.0, 9115.0, 9112.0, 9113.0, 9095.0, 9122.0, 9123.0, 9116.0, 9108.0, 9109.0, 9099.0, 9087.0, 9092.0, 9081.0, 9090.0, 9093.0, 9090.0, 9088.0, 9083.0, 9080.0, 9087.0, 9071.0, 9073.0, 9085.0, 9079.0, 9067.0, 9083.0, 9085.0, 9083.0, 9082.0, 9082.0, 9082.0, 9083.0, 9074.0, 9089.0, 9090.0, 9092.0, 9089.0, 9091.0, 9092.0, 9103.0, 9084.0, 9089.0, 9087.0, 9096.0, 9093.0, 9088.0, 9142.0, 9109.0, 9092.0, 9107.0, 9121.0, 9114.0, 9108.0, 9111.0, 9114.0, 9097.0, 9126.0, 9103.0, 9101.0, 9104.0, 9098.0, 9141.0, 9120.0, 9121.0, 9100.0, 9109.0, 9099.0, 9092.0, 9093.0, 9114.0, 9105.0, 9102.0, 9117.0, 9091.0, 9109.0, 9093.0, 9098.0, 9098.0, 9091.0, 9122.0, 9104.0, 9091.0, 9081.0, 9098.0, 9125.0, 9129.0, 9137.0, 9115.0, 9094.0, 9104.0, 9117.0, 9111.0, 9117.0, 9130.0, 9101.0, 9095.0, 9083.0, 9094.0, 9083.0, 9085.0, 9082.0, 9070.0, 9062.0, 9058.0, 9061.0, 9077.0, 9068.0, 9052.0, 9066.0, 9083.0, 9085.0, 9064.0, 9083.0, 9062.0, 9095.0, 9086.0, 9072.0, 9073.0, 9069.0, 9072.0, 9082.0, 9087.0, 9094.0, 9100.0, 9141.0, 9111.0, 9109.0, 9095.0, 9093.0, 9096.0, 9109.0, 9110.0, 9106.0, 9109.0, 9110.0, 9111.0, 9110.0, 9107.0, 9103.0, 9112.0, 9110.0, 9099.0, 9089.0, 9088.0, 9073.0, 9085.0, 9085.0, 9081.0, 9077.0, 9078.0, 9067.0, 9081.0, 9064.0, 9072.0, 9058.0, 9059.0, 9072.0, 9061.0, 9060.0, 9082.0, 9083.0, 9084.0, 9092.0, 9081.0, 9089.0, 9095.0, 9096.0, 9094.0, 9092.0, 9109.0, 9113.0, 9119.0, 9119.0, 9118.0, 9119.0, 9108.0, 9099.0, 9113.0, 9122.0, 9119.0, 9107.0, 9118.0, 9119.0, 9116.0, 9119.0, 9114.0, 9101.0, 9106.0, 9092.0, 9107.0, 9116.0, 9102.0, 9107.0, 9124.0, 9114.0, 9122.0, 9117.0, 9090.0, 9112.0, 9121.0, 9120.0, 9130.0, 9108.0, 9113.0, 9109.0, 9083.0, 9087.0, 9110.0, 9127.0, 9106.0, 9097.0, 9105.0, 9120.0, 9138.0, 9119.0, 9145.0, 9125.0, 9088.0, 9095.0, 9101.0, 9107.0, 9093.0, 9079.0, 9068.0, 9075.0, 9062.0, 9042.0, 9044.0, 9019.0, 9043.0, 9049.0, 9016.0, 9043.0, 9037.0, 9031.0, 9029.0, 9065.0, 9039.0, 9008.0, 9004.0, 9005.0, 9005.0, 9016.0, 9036.0, 9032.0, 9032.0, 9030.0, 9023.0, 9015.0, 9020.0, 9018.0, 8998.0, 8987.0, 8990.0, 9017.0, 9005.0, 9003.0, 9005.0, 8990.0, 9040.0, 9008.0, 9028.0, 8990.0, 8991.0, 8985.0, 8993.0, 8996.0, 9034.0, 9046.0, 9013.0, 9033.0, 9020.0, 9034.0, 9025.0, 9036.0, 9056.0, 9054.0, 9062.0, 9061.0, 9064.0, 9067.0, 9084.0, 9056.0, 9060.0, 9058.0, 9056.0, 9064.0, 9083.0, 9085.0, 9088.0, 9088.0, 9084.0, 9097.0, 9094.0, 9098.0, 9107.0, 9090.0, 9090.0, 9096.0, 9092.0, 9094.0, 9055.0, 9060.0, 9068.0, 9046.0, 9037.0, 9018.0, 9008.0, 9008.0, 9007.0, 9008.0, 9013.0, 9011.0, 9014.0, 9010.0, 9009.0, 9009.0, 9027.0, 9032.0, 9013.0, 9058.0, 9045.0, 9054.0, 9040.0, 9065.0, 9062.0, 9044.0, 9045.0, 9063.0, 9062.0, 9060.0, 9066.0, 9068.0, 9068.0, 9061.0, 9057.0, 9064.0, 9060.0, 9071.0, 9043.0, 9044.0, 9041.0, 9043.0, 9057.0, 9054.0, 9055.0, 9057.0, 9058.0, 9078.0, 9059.0, 9054.0, 9049.0, 9080.0, 9084.0, 9059.0, 9058.0, 9053.0, 9039.0, 9045.0, 9037.0, 9035.0, 9033.0, 9029.0, 9029.0, 9036.0, 9036.0, 9083.0, 9062.0, 9058.0, 9053.0, 9055.0, 9074.0, 9073.0, 9060.0, 9053.0, 9057.0, 9053.0, 9054.0, 9057.0, 9057.0, 9052.0, 9035.0, 9040.0, 9064.0, 9034.0, 9031.0, 9036.0, 9037.0, 9038.0, 9038.0, 9035.0, 9028.0, 9030.0, 9023.0, 9028.0, 9015.0, 9029.0, 9056.0, 9033.0, 9033.0, 9029.0, 9033.0, 9053.0, 9039.0, 9056.0, 9058.0, 9059.0, 9080.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.0005650114942528736</td></tr>
<tr><td colspan=3>aqi</td><td>0.02337155068965517</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.22398593322213</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.137087412289987</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9962370386766393</td></tr>
<tr><td colspan=3>efc</td><td>0.4578</td></tr>
<tr><td colspan=3>fber</td><td>6458.5186</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11597020810432154</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>122</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.022988505747126</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5204258334730745</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.507794758391332</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.784116115439681</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.26936662658821</td></tr>
<tr><td colspan=3>gcor</td><td>0.0335983</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017181547358632088</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030700625851750374</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8902529071733185</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>24.03</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.318</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.5321</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306379.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>855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.9366</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1626</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.0513</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3344.155</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1174.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.6184</td></tr>
<tr><td colspan=3>tsnr</td><td>38.10953213716857</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>