ds005256-mriqc/sub-0059_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 11d67ab8d6 [DATALAD RUNCMD] Compute MRIQC for sub-0059
=== 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-0059 --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-0059",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:13:39 +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-0059_ses-04_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-0059_ses-04_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-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_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-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_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-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_ses-04_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_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-0059/ses-04/func/sub-0059_ses-04_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>04ddf32c13827a5077956777f66ccc36</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:50:9.352500</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.999874, -0.0058623, 0.0147813, 0.00383928, 0.991061, 0.133351]</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.0916533</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7749, -7292, 473, -39, -148, 24, 0]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.373</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>68c54f3e-056c-400d-aee0-444310ba6d29||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.6825876235961914, 0.010300515219569206, 0.041663557291030884, 108.13566589355469], [0.015728123486042023, 2.6589455604553223, 0.3598484396934509, -94.39238739013672], [0.03965722396969795, -0.35777047276496887, 2.675588369369507, -70.34264373779297], [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': ['105009.352500', '105009.812500', '105010.272500', '105010.732500', '105011.192500', '105011.652500', '105012.112500', '105012.572500', '105013.032500', '105013.492500', '105013.952500', '105014.412500', '105014.872500', '105015.332500', '105015.792500', '105016.252500', '105016.712500', '105017.172500', '105017.632500', '105018.092500', '105018.552500', '105019.012500', '105019.472500', '105019.932500', '105020.392500', '105020.852500', '105021.312500', '105021.772500', '105022.232500', '105022.692500', '105023.152500', '105023.612500', '105024.072500', '105024.532500', '105024.992500', '105025.452500', '105025.912500', '105026.372500', '105026.832500', '105027.292500', '105027.752500', '105028.212500', '105028.672500', '105029.132500', '105029.592500', '105030.052500', '105030.512500', '105030.972500', '105031.432500', '105031.892500', '105032.352500', '105032.812500', '105033.272500', '105033.732500', '105034.192500', '105034.652500', '105035.112500', '105035.572500', '105036.032500', '105036.492500', '105036.952500', '105037.412500', '105037.872500', '105038.332500', '105038.792500', '105039.252500', '105039.712500', '105040.172500', '105040.632500', '105041.092500', '105041.552500', '105042.012500', '105042.472500', '105042.932500', '105043.392500', '105043.852500', '105044.312500', '105044.772500', '105045.232500', '105045.692500', '105046.152500', '105046.612500', '105047.072500', '105047.532500', '105047.992500', '105048.452500', '105048.912500', '105049.372500', '105049.832500', '105050.292500', '105050.752500', '105051.212500', '105051.672500', '105052.132500', '105052.592500', '105053.052500', '105053.512500', '105053.972500', '105054.432500', '105054.892500', '105055.352500', '105055.812500', '105056.272500', '105056.732500', '105057.192500', '105057.652500', '105058.112500', '105058.572500', '105059.032500', '105059.492500', '105059.952500', '105100.412500', '105100.872500', '105101.332500', '105101.792500', '105102.252500', '105102.712500', '105103.172500', '105103.632500', '105104.092500', '105104.552500', '105105.012500', '105105.472500', '105105.932500', '105106.392500', '105106.852500', '105107.312500', '105107.772500', '105108.232500', '105108.692500', '105109.152500', '105109.612500', '105110.072500', '105110.532500', '105110.992500', '105111.452500', '105111.912500', '105112.372500', '105112.832500', '105113.292500', '105113.752500', '105114.212500', '105114.672500', '105115.132500', '105115.592500', '105116.052500', '105116.512500', '105116.972500', '105117.432500', '105117.892500', '105118.352500', '105118.812500', '105119.272500', '105119.732500', '105120.192500', '105120.652500', '105121.112500', '105121.572500', '105122.032500', '105122.492500', '105122.952500', '105123.412500', '105123.872500', '105124.332500', '105124.792500', '105125.252500', '105125.712500', '105126.172500', '105126.632500', '105127.092500', '105127.552500', '105128.012500', '105128.472500', '105128.932500', '105129.392500', '105129.852500', '105130.312500', '105130.772500', '105131.232500', '105131.692500', '105132.152500', '105132.612500', '105133.072500', '105133.532500', '105133.992500', '105134.452500', '105134.912500', '105135.372500', '105135.832500', '105136.292500', '105136.752500', '105137.212500', '105137.672500', '105138.132500', '105138.592500', '105139.052500', '105139.512500', '105139.972500', '105140.432500', '105140.892500', '105141.352500', '105141.812500', '105142.272500', '105142.732500', '105143.192500', '105143.652500', '105144.112500', '105144.572500', '105145.032500', '105145.492500', '105145.952500', '105146.412500', '105146.872500', '105147.332500', '105147.792500', '105148.252500', '105148.712500', '105149.172500', '105149.632500', '105150.092500', '105150.552500', '105151.012500', '105151.472500', '105151.932500', '105152.392500', '105152.852500', '105153.312500', '105153.772500', '105154.232500', '105154.692500', '105155.152500', '105155.612500', '105156.072500', '105156.532500', '105156.992500', '105157.452500', '105157.912500', '105158.372500', '105158.832500', '105159.292500', '105159.752500', '105200.212500', '105200.672500', '105201.132500', '105201.592500', '105202.052500', '105202.512500', '105202.972500', '105203.432500', '105203.892500', '105204.352500', '105204.812500', '105205.272500', '105205.732500', '105206.192500', '105206.652500', '105207.112500', '105207.572500', '105208.032500', '105208.492500', '105208.952500', '105209.412500', '105209.872500', '105210.332500', '105210.792500', '105211.252500', '105211.712500', '105212.172500', '105212.632500', '105213.092500', '105213.552500', '105214.012500', '105214.472500', '105214.932500', '105215.392500', '105215.852500', '105216.312500', '105216.772500', '105217.232500', '105217.692500', '105218.152500', '105218.612500', '105219.072500', '105219.532500', '105219.992500', '105220.452500', '105220.912500', '105221.372500', '105221.832500', '105222.292500', '105222.752500', '105223.212500', '105223.672500', '105224.132500', '105224.592500', '105225.052500', '105225.512500', '105225.972500', '105226.432500', '105226.892500', '105227.352500', '105227.812500', '105228.272500', '105228.732500', '105229.192500', '105229.652500', '105230.112500', '105230.572500', '105231.032500', '105231.492500', '105231.952500', '105232.412500', '105232.872500', '105233.332500', '105233.792500', '105234.252500', '105234.712500', '105235.172500', '105235.632500', '105236.092500', '105236.552500', '105237.012500', '105237.472500', '105237.932500', '105238.392500', '105238.852500', '105239.312500', '105239.772500', '105240.232500', '105240.692500', '105241.152500', '105241.612500', '105242.072500', '105242.532500', '105242.992500', '105243.452500', '105243.912500', '105244.372500', '105244.832500', '105245.292500', '105245.752500', '105246.212500', '105246.672500', '105247.132500', '105247.592500', '105248.052500', '105248.512500', '105248.972500', '105249.432500', '105249.892500', '105250.352500', '105250.812500', '105251.272500', '105251.732500', '105252.192500', '105252.652500', '105253.112500', '105253.572500', '105254.032500', '105254.492500', '105254.952500', '105255.412500', '105255.872500', '105256.332500', '105256.792500', '105257.252500', '105257.712500', '105258.172500', '105258.632500', '105259.092500', '105259.552500', '105300.012500', '105300.472500', '105300.932500', '105301.392500', '105301.852500', '105302.312500', '105302.772500', '105303.232500', '105303.692500', '105304.152500', '105304.612500', '105305.072500', '105305.532500', '105305.992500', '105306.452500', '105306.912500', '105307.372500', '105307.832500', '105308.292500', '105308.752500', '105309.212500', '105309.672500', '105310.132500', '105310.592500', '105311.052500', '105311.512500', '105311.972500', '105312.432500', '105312.892500', '105313.352500', '105313.812500', '105314.272500', '105314.732500', '105315.192500', '105315.652500', '105316.112500', '105316.572500', '105317.032500', '105317.492500', '105317.952500', '105318.412500', '105318.872500', '105319.332500', '105319.792500', '105320.252500', '105320.712500', '105321.172500', '105321.632500', '105322.092500', '105322.552500', '105323.012500', '105323.472500', '105323.932500', '105324.392500', '105324.852500', '105325.312500', '105325.772500', '105326.232500', '105326.692500', '105327.152500', '105327.612500', '105328.072500', '105328.532500', '105328.992500', '105329.452500', '105329.912500', '105330.372500', '105330.832500', '105331.292500', '105331.752500', '105332.212500', '105332.672500', '105333.132500', '105333.592500', '105334.052500', '105334.512500', '105334.972500', '105335.432500', '105335.892500', '105336.352500', '105336.812500', '105337.272500', '105337.732500', '105338.192500', '105338.652500', '105339.112500', '105339.572500', '105340.032500', '105340.492500', '105340.952500', '105341.412500', '105341.872500', '105342.332500', '105342.792500', '105343.252500', '105343.712500', '105344.172500', '105344.632500', '105345.092500', '105345.552500', '105346.012500', '105346.472500', '105346.932500', '105347.392500', '105347.852500', '105348.312500', '105348.772500', '105349.232500', '105349.692500', '105350.152500', '105350.612500', '105351.072500', '105351.532500', '105351.992500', '105352.452500', '105352.912500', '105353.372500', '105353.832500', '105354.292500', '105354.752500', '105355.212500', '105355.672500', '105356.132500', '105356.592500', '105357.052500', '105357.512500', '105357.972500', '105358.432500', '105358.892500', '105359.352500', '105359.812500', '105400.272500', '105400.732500', '105401.192500', '105401.652500', '105402.112500', '105402.572500', '105403.032500', '105403.492500', '105403.952500', '105404.412500', '105404.872500', '105405.332500', '105405.792500', '105406.252500', '105406.712500', '105407.172500', '105407.632500', '105408.092500', '105408.552500', '105409.012500', '105409.472500', '105409.932500', '105410.392500', '105410.852500', '105411.312500', '105411.772500', '105412.232500', '105412.692500', '105413.152500', '105413.612500', '105414.072500', '105414.532500', '105414.992500', '105415.452500', '105415.912500', '105416.372500', '105416.832500', '105417.292500', '105417.752500', '105418.212500', '105418.672500', '105419.132500', '105419.592500', '105420.052500', '105420.512500', '105420.972500', '105421.432500', '105421.892500', '105422.352500', '105422.812500', '105423.272500', '105423.732500', '105424.192500', '105424.652500', '105425.112500', '105425.572500', '105426.032500', '105426.492500', '105426.952500', '105427.412500', '105427.872500', '105428.332500', '105428.792500', '105429.252500', '105429.712500', '105430.172500', '105430.632500', '105431.092500', '105431.552500', '105432.012500', '105432.472500', '105432.932500', '105433.392500', '105433.852500', '105434.312500', '105434.772500', '105435.232500', '105435.692500', '105436.152500', '105436.612500', '105437.072500', '105437.532500', '105437.992500', '105438.452500', '105438.912500', '105439.372500', '105439.832500', '105440.292500', '105440.752500', '105441.212500', '105441.672500', '105442.132500', '105442.592500', '105443.052500', '105443.512500', '105443.972500', '105444.432500', '105444.892500', '105445.352500', '105445.812500', '105446.272500', '105446.732500', '105447.192500', '105447.652500', '105448.112500', '105448.572500', '105449.032500', '105449.492500', '105449.952500', '105450.412500', '105450.872500', '105451.332500', '105451.792500', '105452.252500', '105452.712500', '105453.172500', '105453.632500', '105454.092500', '105454.552500', '105455.012500', '105455.472500', '105455.932500', '105456.392500', '105456.852500', '105457.312500', '105457.772500', '105458.232500', '105458.692500', '105459.152500', '105459.612500', '105500.072500', '105500.532500', '105500.992500', '105501.452500', '105501.912500', '105502.372500', '105502.832500', '105503.292500', '105503.752500', '105504.212500', '105504.672500', '105505.132500', '105505.592500', '105506.052500', '105506.512500', '105506.972500', '105507.432500', '105507.892500', '105508.352500', '105508.812500', '105509.272500', '105509.732500', '105510.192500', '105510.652500', '105511.112500', '105511.572500', '105512.032500', '105512.492500', '105512.952500', '105513.412500', '105513.872500', '105514.332500', '105514.792500', '105515.252500', '105515.712500', '105516.172500', '105516.632500', '105517.092500', '105517.552500', '105518.012500', '105518.472500', '105518.932500', '105519.392500', '105519.852500', '105520.312500', '105520.772500', '105521.232500', '105521.692500', '105522.152500', '105522.612500', '105523.072500', '105523.532500', '105523.992500', '105524.452500', '105524.912500', '105525.372500', '105525.832500', '105526.292500', '105526.752500', '105527.212500', '105527.672500', '105528.132500', '105528.592500', '105529.052500', '105529.512500', '105529.972500', '105530.432500', '105530.892500', '105531.352500', '105531.812500', '105532.272500', '105532.732500', '105533.192500', '105533.652500', '105534.112500', '105534.572500', '105535.032500', '105535.492500', '105535.952500', '105536.412500', '105536.872500', '105537.332500', '105537.792500', '105538.252500', '105538.712500', '105539.172500', '105539.632500', '105540.092500', '105540.552500', '105541.012500', '105541.472500', '105541.932500', '105542.392500', '105542.852500', '105543.312500', '105543.772500', '105544.232500', '105544.692500', '105545.152500', '105545.612500', '105546.072500', '105546.532500', '105546.992500', '105547.452500', '105547.912500', '105548.372500', '105548.832500', '105549.292500', '105549.752500', '105550.212500', '105550.672500', '105551.132500', '105551.592500', '105552.052500', '105552.512500', '105552.972500', '105553.432500', '105553.892500', '105554.352500', '105554.812500', '105555.272500', '105555.732500', '105556.192500', '105556.652500', '105557.112500', '105557.572500', '105558.032500', '105558.492500', '105558.952500', '105559.412500', '105559.872500', '105600.332500', '105600.792500', '105601.252500', '105601.712500', '105602.172500', '105602.632500', '105603.092500', '105603.552500', '105604.012500', '105604.472500', '105604.932500', '105605.392500', '105605.852500', '105606.312500', '105606.772500', '105607.232500', '105607.692500', '105608.152500', '105608.612500', '105609.072500', '105609.532500', '105609.992500', '105610.452500', '105610.912500', '105611.372500', '105611.832500', '105612.292500', '105612.752500', '105613.212500', '105613.672500', '105614.132500', '105614.592500', '105615.052500', '105615.512500', '105615.972500', '105616.432500', '105616.892500', '105617.352500', '105617.812500', '105618.272500', '105618.732500', '105619.192500', '105619.652500', '105620.112500', '105620.572500', '105621.032500', '105621.492500', '105621.952500', '105622.412500', '105622.872500', '105623.332500', '105623.792500', '105624.252500', '105624.712500', '105625.172500', '105625.632500', '105626.092500', '105626.552500', '105627.012500', '105627.472500', '105627.932500', '105628.392500', '105628.852500', '105629.312500', '105629.772500', '105630.232500', '105630.692500', '105631.152500', '105631.612500', '105632.072500', '105632.532500', '105632.992500', '105633.452500', '105633.912500', '105634.372500', '105634.832500', '105635.292500', '105635.752500', '105636.212500', '105636.672500', '105637.132500', '105637.592500', '105638.052500', '105638.512500', '105638.972500', '105639.432500', '105639.892500', '105640.352500', '105640.812500', '105641.272500', '105641.732500', '105642.192500', '105642.652500', '105643.112500', '105643.572500', '105644.032500', '105644.492500', '105644.952500', '105645.412500', '105645.872500', '105646.332500', '105646.792500', '105647.252500', '105647.712500', '105648.172500', '105648.632500', '105649.092500', '105649.552500', '105650.012500'], 'ContentTime': ['105032.643000', '105032.647000', '105032.649000', '105032.652000', '105032.655000', '105032.657000', '105032.660000', '105032.662000', '105032.665000', '105032.668000', '105032.670000', '105032.673000', '105032.675000', '105032.678000', '105032.681000', '105032.683000', '105032.686000', '105032.689000', '105032.691000', '105032.694000', '105032.697000', '105032.699000', '105032.702000', '105032.705000', '105032.707000', '105032.710000', '105032.712000', '105032.715000', '105032.718000', '105032.720000', '105032.723000', '105032.726000', '105032.728000', '105032.731000', '105032.733000', '105032.736000', '105032.739000', '105032.741000', '105032.744000', '105032.752000', '105032.755000', '105032.758000', '105032.760000', '105032.763000', '105032.766000', '105032.769000', '105032.771000', '105032.774000', '105032.777000', '105052.597000', '105052.600000', '105052.603000', '105052.606000', '105052.608000', '105052.611000', '105052.614000', '105052.616000', '105052.619000', '105052.621000', '105052.624000', '105052.627000', '105052.629000', '105052.632000', '105052.635000', '105052.637000', '105052.640000', '105052.642000', '105052.645000', '105052.648000', '105052.650000', '105052.653000', '105052.656000', '105052.658000', '105052.661000', '105052.667000', '105052.670000', '105052.672000', '105052.675000', '105052.677000', '105052.680000', '105052.683000', '105052.685000', '105052.688000', '105052.691000', '105052.693000', '105052.696000', '105052.698000', '105052.701000', '105052.704000', '105052.707000', '105052.710000', '105052.712000', '105052.715000', '105112.596000', '105112.599000', '105112.602000', '105112.604000', '105112.607000', '105112.610000', '105112.613000', '105112.615000', '105112.618000', '105112.620000', '105112.623000', '105112.626000', '105112.628000', '105112.631000', '105112.633000', '105112.636000', '105112.639000', '105112.641000', '105112.644000', '105112.647000', '105112.649000', '105112.652000', '105112.654000', '105112.657000', '105112.660000', '105112.662000', '105112.665000', '105112.667000', '105112.670000', '105112.673000', '105112.675000', '105112.678000', '105112.680000', '105112.683000', '105112.693000', '105112.696000', '105112.699000', '105112.701000', '105112.704000', '105112.706000', '105112.709000', '105112.712000', '105112.714000', '105132.596000', '105132.599000', '105132.602000', '105132.605000', '105132.607000', '105132.610000', '105132.612000', '105132.620000', '105132.623000', '105132.626000', '105132.628000', '105132.631000', '105132.634000', '105132.636000', '105132.639000', '105132.642000', '105132.644000', '105132.647000', '105132.649000', '105132.683000', '105132.693000', '105132.696000', '105132.699000', '105132.701000', '105132.704000', '105132.706000', '105132.709000', '105132.712000', '105132.714000', '105132.717000', '105132.720000', '105132.722000', '105132.725000', '105132.728000', '105132.730000', '105132.733000', '105132.735000', '105132.738000', '105132.741000', '105132.743000', '105132.746000', '105132.748000', '105132.751000', '105152.598000', '105152.600000', '105152.603000', '105152.606000', '105152.608000', '105152.611000', '105152.614000', '105152.616000', '105152.619000', '105152.622000', '105152.624000', '105152.627000', '105152.630000', '105152.632000', '105152.635000', '105152.637000', '105152.640000', '105152.643000', '105152.645000', '105152.648000', '105152.651000', '105152.653000', '105152.656000', '105152.663000', '105152.666000', '105152.669000', '105152.671000', '105152.674000', '105152.677000', '105152.679000', '105152.682000', '105152.684000', '105152.687000', '105152.690000', '105152.692000', '105152.695000', '105152.698000', '105152.700000', '105152.703000', '105152.705000', '105152.708000', '105152.711000', '105152.713000', '105152.716000', '105212.598000', '105212.600000', '105212.603000', '105212.606000', '105212.609000', '105212.611000', '105212.614000', '105212.616000', '105212.619000', '105212.622000', '105212.632000', '105212.634000', '105212.637000', '105212.640000', '105212.644000', '105212.646000', '105212.650000', '105212.652000', '105212.655000', '105212.658000', '105212.660000', '105212.663000', '105212.666000', '105212.668000', '105212.671000', '105212.673000', '105212.676000', '105212.679000', '105212.681000', '105212.684000', '105212.687000', '105212.689000', '105212.692000', '105212.695000', '105212.697000', '105212.700000', '105212.703000', '105212.705000', '105212.708000', '105212.710000', '105212.713000', '105212.716000', '105212.718000', '105232.598000', '105232.600000', '105232.603000', '105232.606000', '105232.609000', '105232.611000', '105232.614000', '105232.617000', '105232.619000', '105232.622000', '105232.624000', '105232.627000', '105232.630000', '105232.632000', '105232.635000', '105232.638000', '105232.640000', '105232.643000', '105232.646000', '105232.649000', '105232.651000', '105232.654000', '105232.656000', '105232.659000', '105232.662000', '105232.664000', '105232.667000', '105232.670000', '105232.672000', '105232.675000', '105232.677000', '105232.680000', '105232.683000', '105232.685000', '105232.688000', '105232.691000', '105232.693000', '105232.696000', '105232.698000', '105232.701000', '105232.704000', '105232.706000', '105232.709000', '105232.711000', '105252.598000', '105252.601000', '105252.603000', '105252.606000', '105252.609000', '105252.612000', '105252.614000', '105252.617000', '105252.619000', '105252.622000', '105252.625000', '105252.627000', '105252.630000', '105252.632000', '105252.635000', '105252.638000', '105252.640000', '105252.643000', '105252.646000', '105252.648000', '105252.651000', '105252.653000', '105252.656000', '105252.659000', '105252.661000', '105252.664000', '105252.667000', '105252.669000', '105252.672000', '105252.675000', '105252.677000', '105252.680000', '105252.682000', '105252.685000', '105252.688000', '105252.690000', '105252.693000', '105252.696000', '105252.700000', '105252.702000', '105252.705000', '105252.708000', '105252.710000', '105312.597000', '105312.600000', '105312.603000', '105312.606000', '105312.608000', '105312.611000', '105312.614000', '105312.616000', '105312.619000', '105312.621000', '105312.624000', '105312.627000', '105312.629000', '105312.632000', '105312.635000', '105312.650000', '105312.652000', '105312.655000', '105312.658000', '105312.660000', '105312.663000', '105312.665000', '105312.668000', '105312.671000', '105312.673000', '105312.676000', '105312.679000', '105312.681000', '105312.684000', '105312.686000', '105312.689000', '105312.692000', '105312.694000', '105312.697000', '105312.700000', '105312.702000', '105312.705000', '105312.707000', '105312.716000', '105312.719000', '105312.721000', '105312.724000', '105312.727000', '105312.729000', '105332.596000', '105332.599000', '105332.602000', '105332.604000', '105332.607000', '105332.610000', '105332.612000', '105332.615000', '105332.618000', '105332.621000', '105332.623000', '105332.626000', '105332.629000', '105332.631000', '105332.634000', '105332.637000', '105332.639000', '105332.642000', '105332.644000', '105332.647000', '105332.650000', '105332.652000', '105332.655000', '105332.658000', '105332.660000', '105332.663000', '105332.665000', '105332.668000', '105332.671000', '105332.673000', '105332.676000', '105332.679000', '105332.681000', '105332.684000', '105332.687000', '105332.689000', '105332.692000', '105332.695000', '105332.697000', '105332.700000', '105332.702000', '105332.705000', '105332.708000', '105352.597000', '105352.600000', '105352.602000', '105352.605000', '105352.607000', '105352.610000', '105352.613000', '105352.615000', '105352.618000', '105352.621000', '105352.623000', '105352.626000', '105352.628000', '105352.631000', '105352.634000', '105352.636000', '105352.639000', '105352.642000', '105352.644000', '105352.647000', '105352.650000', '105352.652000', '105352.655000', '105352.658000', '105352.660000', '105352.663000', '105352.666000', '105352.668000', '105352.671000', '105352.674000', '105352.676000', '105352.679000', '105352.681000', '105352.684000', '105352.687000', '105352.689000', '105352.692000', '105352.695000', '105352.697000', '105352.700000', '105352.702000', '105352.705000', '105352.708000', '105352.710000', '105412.598000', '105412.600000', '105412.603000', '105412.606000', '105412.608000', '105412.611000', '105412.614000', '105412.616000', '105412.619000', '105412.622000', '105412.624000', '105412.627000', '105412.630000', '105412.632000', '105412.635000', '105412.638000', '105412.640000', '105412.643000', '105412.645000', '105412.648000', '105412.651000', '105412.653000', '105412.656000', '105412.658000', '105412.661000', '105412.663000', '105412.666000', '105412.669000', '105412.671000', '105412.674000', '105412.677000', '105412.679000', '105412.682000', '105412.684000', '105412.687000', '105412.690000', '105412.692000', '105412.695000', '105412.697000', '105412.700000', '105412.703000', '105412.705000', '105412.708000', '105432.597000', '105432.600000', '105432.603000', '105432.605000', '105432.608000', '105432.611000', '105432.613000', '105432.616000', '105432.618000', '105432.621000', '105432.623000', '105432.626000', '105432.629000', '105432.640000', '105432.642000', '105432.645000', '105432.648000', '105432.650000', '105432.653000', '105432.656000', '105432.658000', '105432.661000', '105432.663000', '105432.666000', '105432.669000', '105432.671000', '105432.674000', '105432.677000', '105432.679000', '105432.682000', '105432.685000', '105432.687000', '105432.690000', '105432.693000', '105432.695000', '105432.698000', '105432.701000', '105432.703000', '105432.706000', '105432.708000', '105432.723000', '105432.726000', '105432.728000', '105452.598000', '105452.600000', '105452.603000', '105452.606000', '105452.608000', '105452.611000', '105452.614000', '105452.616000', '105452.619000', '105452.622000', '105452.624000', '105452.627000', '105452.630000', '105452.632000', '105452.635000', '105452.638000', '105452.640000', '105452.643000', '105452.645000', '105452.648000', '105452.651000', '105452.653000', '105452.656000', '105452.659000', '105452.661000', '105452.664000', '105452.667000', '105452.669000', '105452.672000', '105452.674000', '105452.677000', '105452.680000', '105452.682000', '105452.685000', '105452.687000', '105452.690000', '105452.693000', '105452.695000', '105452.698000', '105452.701000', '105452.703000', '105452.706000', '105452.708000', '105452.711000', '105512.598000', '105512.600000', '105512.603000', '105512.606000', '105512.609000', '105512.611000', '105512.614000', '105512.616000', '105512.619000', '105512.622000', '105512.624000', '105512.627000', '105512.630000', '105512.632000', '105512.635000', '105512.638000', '105512.640000', '105512.643000', '105512.646000', '105512.648000', '105512.651000', '105512.653000', '105512.656000', '105512.659000', '105512.665000', '105512.667000', '105512.670000', '105512.673000', '105512.675000', '105512.678000', '105512.680000', '105512.683000', '105512.686000', '105512.688000', '105512.691000', '105512.694000', '105512.697000', '105512.699000', '105512.702000', '105512.704000', '105512.707000', '105512.710000', '105512.712000', '105512.715000', '105532.598000', '105532.601000', '105532.604000', '105532.606000', '105532.609000', '105532.612000', '105532.614000', '105532.617000', '105532.620000', '105532.622000', '105532.625000', '105532.628000', '105532.630000', '105532.633000', '105532.635000', '105532.638000', '105532.641000', '105532.643000', '105532.646000', '105532.649000', '105532.651000', '105532.660000', '105532.663000', '105532.665000', '105532.668000', '105532.671000', '105532.673000', '105532.676000', '105532.678000', '105532.681000', '105532.684000', '105532.686000', '105532.689000', '105532.692000', '105532.694000', '105532.697000', '105532.699000', '105532.702000', '105532.713000', '105532.715000', '105532.718000', '105532.721000', '105532.723000', '105552.596000', '105552.599000', '105552.602000', '105552.605000', '105552.607000', '105552.610000', '105552.613000', '105552.615000', '105552.618000', '105552.620000', '105552.623000', '105552.626000', '105552.628000', '105552.631000', '105552.634000', '105552.636000', '105552.639000', '105552.641000', '105552.644000', '105552.647000', '105552.649000', '105552.652000', '105552.655000', '105552.657000', '105552.660000', '105552.662000', '105552.665000', '105552.668000', '105552.670000', '105552.673000', '105552.676000', '105552.678000', '105552.681000', '105552.684000', '105552.687000', '105552.689000', '105552.692000', '105552.694000', '105552.697000', '105552.700000', '105552.702000', '105552.705000', '105552.708000', '105552.710000', '105612.597000', '105612.599000', '105612.602000', '105612.605000', '105612.607000', '105612.612000', '105612.628000', '105612.631000', '105612.634000', '105612.636000', '105612.639000', '105612.641000', '105612.644000', '105612.647000', '105612.649000', '105612.652000', '105612.655000', '105612.657000', '105612.660000', '105612.662000', '105612.665000', '105612.668000', '105612.670000', '105612.673000', '105612.676000', '105612.678000', '105612.681000', '105612.684000', '105612.686000', '105612.689000', '105612.692000', '105612.694000', '105612.697000', '105612.699000', '105612.702000', '105612.705000', '105612.708000', '105612.710000', '105612.713000', '105612.715000', '105612.718000', '105612.721000', '105612.723000', '105632.597000', '105632.600000', '105632.603000', '105632.606000', '105632.608000', '105632.611000', '105632.614000', '105632.616000', '105632.619000', '105632.622000', '105632.624000', '105632.627000', '105632.629000', '105632.632000', '105632.635000', '105632.637000', '105632.640000', '105632.643000', '105632.645000', '105632.648000', '105632.651000', '105632.654000', '105632.656000', '105632.659000', '105632.661000', '105632.664000', '105632.667000', '105632.669000', '105632.672000', '105632.674000', '105632.677000', '105632.680000', '105632.682000', '105632.685000', '105632.688000', '105632.690000', '105632.693000', '105632.695000', '105632.698000', '105632.701000', '105632.703000', '105632.706000', '105632.709000', '105632.711000', '105650.927000', '105650.931000', '105650.934000', '105650.936000', '105650.939000', '105650.942000', '105650.945000', '105650.948000', '105650.951000', '105650.954000', '105650.958000', '105650.961000', '105650.964000', '105650.968000', '105650.970000', '105650.973000', '105650.977000', '105650.980000', '105650.983000', '105650.986000', '105650.988000', '105650.991000', '105650.994000', '105650.997000', '105651.000000', '105651.003000', '105651.006000', '105651.009000', '105651.011000', '105651.014000', '105651.017000', '105651.020000', '105651.022000', '105651.025000', '105651.028000', '105651.030000', '105651.033000', '105651.036000', '105651.039000', '105651.042000'], 'InstanceCreationTime': ['105032.643000', '105032.647000', '105032.649000', '105032.652000', '105032.655000', '105032.657000', '105032.660000', '105032.662000', '105032.665000', '105032.668000', '105032.670000', '105032.673000', '105032.675000', '105032.678000', '105032.681000', '105032.683000', '105032.686000', '105032.689000', '105032.691000', '105032.694000', '105032.697000', '105032.699000', '105032.702000', '105032.705000', '105032.707000', '105032.710000', '105032.712000', '105032.715000', '105032.718000', '105032.720000', '105032.723000', '105032.726000', '105032.728000', '105032.731000', '105032.733000', '105032.736000', '105032.739000', '105032.741000', '105032.744000', '105032.752000', '105032.755000', '105032.758000', '105032.760000', '105032.763000', '105032.766000', '105032.769000', '105032.771000', '105032.774000', '105032.777000', '105052.597000', '105052.600000', '105052.603000', '105052.606000', '105052.608000', '105052.611000', '105052.614000', '105052.616000', '105052.619000', '105052.621000', '105052.624000', '105052.627000', '105052.629000', '105052.632000', '105052.635000', '105052.637000', '105052.640000', '105052.642000', '105052.645000', '105052.648000', '105052.650000', '105052.653000', '105052.656000', '105052.658000', '105052.661000', '105052.667000', '105052.670000', '105052.672000', '105052.675000', '105052.677000', '105052.680000', '105052.683000', '105052.685000', '105052.688000', '105052.691000', '105052.693000', '105052.696000', '105052.698000', '105052.701000', '105052.704000', '105052.707000', '105052.710000', '105052.712000', '105052.715000', '105112.596000', '105112.599000', '105112.602000', '105112.604000', '105112.607000', '105112.610000', '105112.613000', '105112.615000', '105112.618000', '105112.620000', '105112.623000', '105112.626000', '105112.628000', '105112.631000', '105112.633000', '105112.636000', '105112.639000', '105112.641000', '105112.644000', '105112.647000', '105112.649000', '105112.652000', '105112.654000', '105112.657000', '105112.660000', '105112.662000', '105112.665000', '105112.667000', '105112.670000', '105112.673000', '105112.675000', '105112.678000', '105112.680000', '105112.683000', '105112.693000', '105112.696000', '105112.699000', '105112.701000', '105112.704000', '105112.706000', '105112.709000', '105112.712000', '105112.714000', '105132.596000', '105132.599000', '105132.602000', '105132.605000', '105132.607000', '105132.610000', '105132.612000', '105132.620000', '105132.623000', '105132.626000', '105132.628000', '105132.631000', '105132.634000', '105132.636000', '105132.639000', '105132.642000', '105132.644000', '105132.647000', '105132.649000', '105132.683000', '105132.693000', '105132.696000', '105132.699000', '105132.701000', '105132.704000', '105132.706000', '105132.709000', '105132.712000', '105132.714000', '105132.717000', '105132.720000', '105132.722000', '105132.725000', '105132.728000', '105132.730000', '105132.733000', '105132.735000', '105132.738000', '105132.741000', '105132.743000', '105132.746000', '105132.748000', '105132.751000', '105152.598000', '105152.600000', '105152.603000', '105152.606000', '105152.608000', '105152.611000', '105152.614000', '105152.616000', '105152.619000', '105152.622000', '105152.624000', '105152.627000', '105152.630000', '105152.632000', '105152.635000', '105152.637000', '105152.640000', '105152.643000', '105152.645000', '105152.648000', '105152.651000', '105152.653000', '105152.656000', '105152.663000', '105152.666000', '105152.669000', '105152.671000', '105152.674000', '105152.677000', '105152.679000', '105152.682000', '105152.684000', '105152.687000', '105152.690000', '105152.692000', '105152.695000', '105152.698000', '105152.700000', '105152.703000', '105152.705000', '105152.708000', '105152.711000', '105152.713000', '105152.716000', '105212.598000', '105212.600000', '105212.603000', '105212.606000', '105212.609000', '105212.611000', '105212.614000', '105212.616000', '105212.619000', '105212.622000', '105212.632000', '105212.634000', '105212.637000', '105212.640000', '105212.644000', '105212.646000', '105212.650000', '105212.652000', '105212.655000', '105212.658000', '105212.660000', '105212.663000', '105212.666000', '105212.668000', '105212.671000', '105212.673000', '105212.676000', '105212.679000', '105212.681000', '105212.684000', '105212.687000', '105212.689000', '105212.692000', '105212.695000', '105212.697000', '105212.700000', '105212.703000', '105212.705000', '105212.708000', '105212.710000', '105212.713000', '105212.716000', '105212.718000', '105232.598000', '105232.600000', '105232.603000', '105232.606000', '105232.609000', '105232.611000', '105232.614000', '105232.617000', '105232.619000', '105232.622000', '105232.624000', '105232.627000', '105232.630000', '105232.632000', '105232.635000', '105232.638000', '105232.640000', '105232.643000', '105232.646000', '105232.649000', '105232.651000', '105232.654000', '105232.656000', '105232.659000', '105232.662000', '105232.664000', '105232.667000', '105232.670000', '105232.672000', '105232.675000', '105232.677000', '105232.680000', '105232.683000', '105232.685000', '105232.688000', '105232.691000', '105232.693000', '105232.696000', '105232.698000', '105232.701000', '105232.704000', '105232.706000', '105232.709000', '105232.711000', '105252.598000', '105252.601000', '105252.603000', '105252.606000', '105252.609000', '105252.612000', '105252.614000', '105252.617000', '105252.619000', '105252.622000', '105252.625000', '105252.627000', '105252.630000', '105252.632000', '105252.635000', '105252.638000', '105252.640000', '105252.643000', '105252.646000', '105252.648000', '105252.651000', '105252.653000', '105252.656000', '105252.659000', '105252.661000', '105252.664000', '105252.667000', '105252.669000', '105252.672000', '105252.675000', '105252.677000', '105252.680000', '105252.682000', '105252.685000', '105252.688000', '105252.690000', '105252.693000', '105252.696000', '105252.700000', '105252.702000', '105252.705000', '105252.708000', '105252.710000', '105312.597000', '105312.600000', '105312.603000', '105312.606000', '105312.608000', '105312.611000', '105312.614000', '105312.616000', '105312.619000', '105312.621000', '105312.624000', '105312.627000', '105312.629000', '105312.632000', '105312.635000', '105312.650000', '105312.652000', '105312.655000', '105312.658000', '105312.660000', '105312.663000', '105312.665000', '105312.668000', '105312.671000', '105312.673000', '105312.676000', '105312.679000', '105312.681000', '105312.684000', '105312.686000', '105312.689000', '105312.692000', '105312.694000', '105312.697000', '105312.700000', '105312.702000', '105312.705000', '105312.707000', '105312.716000', '105312.719000', '105312.721000', '105312.724000', '105312.727000', '105312.729000', '105332.596000', '105332.599000', '105332.602000', '105332.604000', '105332.607000', '105332.610000', '105332.612000', '105332.615000', '105332.618000', '105332.621000', '105332.623000', '105332.626000', '105332.629000', '105332.631000', '105332.634000', '105332.637000', '105332.639000', '105332.642000', '105332.644000', '105332.647000', '105332.650000', '105332.652000', '105332.655000', '105332.658000', '105332.660000', '105332.663000', '105332.665000', '105332.668000', '105332.671000', '105332.673000', '105332.676000', '105332.679000', '105332.681000', '105332.684000', '105332.687000', '105332.689000', '105332.692000', '105332.695000', '105332.697000', '105332.700000', '105332.702000', '105332.705000', '105332.708000', '105352.597000', '105352.600000', '105352.602000', '105352.605000', '105352.607000', '105352.610000', '105352.613000', '105352.615000', '105352.618000', '105352.621000', '105352.623000', '105352.626000', '105352.628000', '105352.631000', '105352.634000', '105352.636000', '105352.639000', '105352.642000', '105352.644000', '105352.647000', '105352.650000', '105352.652000', '105352.655000', '105352.658000', '105352.660000', '105352.663000', '105352.666000', '105352.668000', '105352.671000', '105352.674000', '105352.676000', '105352.679000', '105352.681000', '105352.684000', '105352.687000', '105352.689000', '105352.692000', '105352.695000', '105352.697000', '105352.700000', '105352.702000', '105352.705000', '105352.708000', '105352.710000', '105412.598000', '105412.600000', '105412.603000', '105412.606000', '105412.608000', '105412.611000', '105412.614000', '105412.616000', '105412.619000', '105412.622000', '105412.624000', '105412.627000', '105412.630000', '105412.632000', '105412.635000', '105412.638000', '105412.640000', '105412.643000', '105412.645000', '105412.648000', '105412.651000', '105412.653000', '105412.656000', '105412.658000', '105412.661000', '105412.663000', '105412.666000', '105412.669000', '105412.671000', '105412.674000', '105412.677000', '105412.679000', '105412.682000', '105412.684000', '105412.687000', '105412.690000', '105412.692000', '105412.695000', '105412.697000', '105412.700000', '105412.703000', '105412.705000', '105412.708000', '105432.597000', '105432.600000', '105432.603000', '105432.605000', '105432.608000', '105432.611000', '105432.613000', '105432.616000', '105432.618000', '105432.621000', '105432.623000', '105432.626000', '105432.629000', '105432.640000', '105432.642000', '105432.645000', '105432.648000', '105432.650000', '105432.653000', '105432.656000', '105432.658000', '105432.661000', '105432.663000', '105432.666000', '105432.669000', '105432.671000', '105432.674000', '105432.677000', '105432.679000', '105432.682000', '105432.685000', '105432.687000', '105432.690000', '105432.693000', '105432.695000', '105432.698000', '105432.701000', '105432.703000', '105432.706000', '105432.708000', '105432.723000', '105432.726000', '105432.728000', '105452.598000', '105452.600000', '105452.603000', '105452.606000', '105452.608000', '105452.611000', '105452.614000', '105452.616000', '105452.619000', '105452.622000', '105452.624000', '105452.627000', '105452.630000', '105452.632000', '105452.635000', '105452.638000', '105452.640000', '105452.643000', '105452.645000', '105452.648000', '105452.651000', '105452.653000', '105452.656000', '105452.659000', '105452.661000', '105452.664000', '105452.667000', '105452.669000', '105452.672000', '105452.674000', '105452.677000', '105452.680000', '105452.682000', '105452.685000', '105452.687000', '105452.690000', '105452.693000', '105452.695000', '105452.698000', '105452.701000', '105452.703000', '105452.706000', '105452.708000', '105452.711000', '105512.598000', '105512.600000', '105512.603000', '105512.606000', '105512.609000', '105512.611000', '105512.614000', '105512.616000', '105512.619000', '105512.622000', '105512.624000', '105512.627000', '105512.630000', '105512.632000', '105512.635000', '105512.638000', '105512.640000', '105512.643000', '105512.646000', '105512.648000', '105512.651000', '105512.653000', '105512.656000', '105512.659000', '105512.665000', '105512.667000', '105512.670000', '105512.673000', '105512.675000', '105512.678000', '105512.680000', '105512.683000', '105512.686000', '105512.688000', '105512.691000', '105512.694000', '105512.697000', '105512.699000', '105512.702000', '105512.704000', '105512.707000', '105512.710000', '105512.712000', '105512.715000', '105532.598000', '105532.601000', '105532.604000', '105532.606000', '105532.609000', '105532.612000', '105532.614000', '105532.617000', '105532.620000', '105532.622000', '105532.625000', '105532.628000', '105532.630000', '105532.633000', '105532.635000', '105532.638000', '105532.641000', '105532.643000', '105532.646000', '105532.649000', '105532.651000', '105532.660000', '105532.663000', '105532.665000', '105532.668000', '105532.671000', '105532.673000', '105532.676000', '105532.678000', '105532.681000', '105532.684000', '105532.686000', '105532.689000', '105532.692000', '105532.694000', '105532.697000', '105532.699000', '105532.702000', '105532.713000', '105532.715000', '105532.718000', '105532.721000', '105532.723000', '105552.596000', '105552.599000', '105552.602000', '105552.605000', '105552.607000', '105552.610000', '105552.613000', '105552.615000', '105552.618000', '105552.620000', '105552.623000', '105552.626000', '105552.628000', '105552.631000', '105552.634000', '105552.636000', '105552.639000', '105552.641000', '105552.644000', '105552.647000', '105552.649000', '105552.652000', '105552.655000', '105552.657000', '105552.660000', '105552.662000', '105552.665000', '105552.668000', '105552.670000', '105552.673000', '105552.676000', '105552.678000', '105552.681000', '105552.684000', '105552.687000', '105552.689000', '105552.692000', '105552.694000', '105552.697000', '105552.700000', '105552.702000', '105552.705000', '105552.708000', '105552.710000', '105612.597000', '105612.599000', '105612.602000', '105612.605000', '105612.607000', '105612.612000', '105612.628000', '105612.631000', '105612.634000', '105612.636000', '105612.639000', '105612.641000', '105612.644000', '105612.647000', '105612.649000', '105612.652000', '105612.655000', '105612.657000', '105612.660000', '105612.662000', '105612.665000', '105612.668000', '105612.670000', '105612.673000', '105612.676000', '105612.678000', '105612.681000', '105612.684000', '105612.686000', '105612.689000', '105612.692000', '105612.694000', '105612.697000', '105612.699000', '105612.702000', '105612.705000', '105612.708000', '105612.710000', '105612.713000', '105612.715000', '105612.718000', '105612.721000', '105612.723000', '105632.597000', '105632.600000', '105632.603000', '105632.606000', '105632.608000', '105632.611000', '105632.614000', '105632.616000', '105632.619000', '105632.622000', '105632.624000', '105632.627000', '105632.629000', '105632.632000', '105632.635000', '105632.637000', '105632.640000', '105632.643000', '105632.645000', '105632.648000', '105632.651000', '105632.654000', '105632.656000', '105632.659000', '105632.661000', '105632.664000', '105632.667000', '105632.669000', '105632.672000', '105632.674000', '105632.677000', '105632.680000', '105632.682000', '105632.685000', '105632.688000', '105632.690000', '105632.693000', '105632.695000', '105632.698000', '105632.701000', '105632.703000', '105632.706000', '105632.709000', '105632.711000', '105650.927000', '105650.931000', '105650.934000', '105650.936000', '105650.939000', '105650.942000', '105650.945000', '105650.948000', '105650.951000', '105650.954000', '105650.958000', '105650.961000', '105650.964000', '105650.968000', '105650.970000', '105650.973000', '105650.977000', '105650.980000', '105650.983000', '105650.986000', '105650.988000', '105650.991000', '105650.994000', '105650.997000', '105651.000000', '105651.003000', '105651.006000', '105651.009000', '105651.011000', '105651.014000', '105651.017000', '105651.020000', '105651.022000', '105651.025000', '105651.028000', '105651.030000', '105651.033000', '105651.036000', '105651.039000', '105651.042000'], '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': [10983, 7505, 9973, 13672, 8303, 11428, 7912, 10333, 6552, 9962, 6681, 8867, 7082, 7875, 11569, 7974, 11249, 7503, 11094, 7240, 9558, 7784, 7703, 11936, 7583, 11409, 7964, 10596, 7740, 9846, 7391, 10668, 6860, 10383, 7239, 8880, 11102, 8660, 11301, 8525, 12492, 8465, 13817, 10241, 12384, 7802, 7159, 9280, 7504, 11017, 9725, 8385, 12889, 7823, 11409, 7541, 9871, 10996, 8657, 14908, 11962, 14259, 9308, 13482, 8446, 10624, 8310, 9635, 8820, 9259, 11403, 8113, 10090, 8299, 10844, 8304, 10452, 8525, 10863, 8391, 10573, 8323, 10386, 8778, 9006, 8744, 9115, 8820, 10015, 8593, 11119, 8381, 8897, 8224, 8221, 8243, 10278, 8188, 10977, 8323, 9034, 8457, 7548, 9385, 8107, 9842, 8508, 10146, 7166, 11060, 6669, 11845, 7680, 12356, 8462, 12289, 8921, 12038, 8079, 12290, 8556, 14460, 9174, 14203, 10448, 12911, 8053, 11093, 7888, 11266, 7696, 10703, 7402, 10529, 6810, 10878, 7110, 11672, 7692, 11497, 7513, 11368, 7352, 11583, 7391, 11741, 7703, 11189, 6859, 11294, 7099, 10866, 10000, 9372, 10440, 8509, 11383, 8303, 12234, 7913, 12300, 8326, 10863, 7771, 11936, 7759, 11281, 7279, 11095, 7055, 10073, 6784, 10117, 6988, 9344, 11715, 7879, 12240, 8043, 12178, 7604, 11492, 8233, 8253, 14589, 7858, 10743, 7655, 10602, 7113, 10852, 7217, 10422, 7888, 8379, 7022, 8341, 11791, 7505, 12417, 7553, 10844, 8562, 7580, 11827, 7347, 11351, 7194, 10213, 6643, 8933, 8401, 8055, 12904, 8410, 11195, 7797, 10773, 6633, 10547, 7665, 8584, 12745, 8144, 11793, 7809, 11294, 7727, 10970, 7422, 10647, 7364, 9324, 12604, 8578, 13329, 8081, 11421, 7122, 9983, 6725, 8509, 11222, 7957, 11922, 7724, 10787, 6696, 10384, 7143, 9275, 10708, 7760, 11826, 7785, 10887, 6551, 10147, 11277, 7816, 11448, 7159, 10747, 7911, 8193, 12864, 8610, 10759, 6895, 10564, 6699, 9733, 11206, 8011, 11667, 7557, 11144, 7091, 10858, 7312, 9558, 8997, 8350, 13070, 7988, 11329, 6852, 9999, 7797, 8025, 9105, 7544, 12207, 7236, 11144, 7158, 9188, 7176, 7793, 12462, 7716, 11487, 6814, 10501, 6766, 8807, 7465, 8187, 12737, 8441, 11591, 7548, 10011, 12394, 8004, 12617, 7764, 10826, 8919, 8374, 14773, 7494, 10443, 6792, 10268, 6684, 8375, 7745, 7492, 12110, 7197, 11176, 6878, 10345, 7722, 8329, 11513, 7823, 11391, 6715, 10723, 8492, 8446, 9201, 8055, 12519, 8273, 11871, 7539, 10382, 6701, 9284, 7123, 8544, 12903, 7696, 11730, 7859, 10722, 6971, 10450, 6508, 10943, 7211, 10154, 6747, 10005, 7040, 9979, 13378, 8779, 13918, 9336, 11080, 7536, 10273, 6752, 8836, 11391, 8187, 12022, 7907, 11128, 7331, 10593, 6597, 9606, 6959, 8530, 7705, 8172, 12949, 8154, 11460, 6939, 10348, 7464, 8537, 11643, 7804, 11526, 7306, 10831, 6920, 10020, 6927, 8609, 9476, 8065, 12744, 8700, 11224, 7734, 10696, 6645, 10232, 8835, 8108, 11967, 8189, 10454, 6904, 10430, 7067, 8916, 13514, 8198, 10825, 7576, 10369, 6862, 9496, 11089, 7524, 11381, 7755, 10647, 7159, 10670, 6683, 10037, 7491, 8316, 8508, 7979, 12989, 8311, 11597, 7660, 10930, 7370, 8798, 11725, 7362, 11793, 7546, 10866, 7088, 9567, 6952, 7443, 12128, 7022, 11040, 6704, 10294, 7663, 8491, 12814, 7608, 11407, 7140, 10446, 7130, 8659, 10829, 7944, 12421, 8268, 11204, 7262, 10733, 6868, 10251, 9551, 8313, 12087, 8181, 10362, 7939, 11942, 7630, 11896, 7963, 10706, 6772, 10580, 7120, 9773, 11743, 8887, 12883, 8232, 12077, 8080, 11475, 7844, 10987, 7179, 9620, 6958, 9710, 7347, 9287, 12360, 8421, 11324, 8511, 10975, 8323, 12470, 8286, 11323, 7546, 10308, 6822, 10087, 6807, 10365, 7561, 8468, 11030, 8268, 10808, 8020, 11294, 7230, 10827, 6951, 9298, 6828, 8212, 9611, 7579, 12007, 7493, 10966, 7473, 10162, 6461, 10023, 6758, 9468, 11635, 8173, 12179, 8327, 10822, 6713, 10222, 6730, 8982, 7838, 8093, 6951, 8272, 7520, 8486, 13376, 8600, 11917, 7982, 10259, 10862, 8308, 12892, 7912, 10682, 8442, 8389, 12674, 7766, 10862, 6997, 10311, 7300, 8216, 12234, 8066, 10773, 6931, 10358, 7037, 8421, 13160, 8212, 10833, 7680, 10583, 7089, 9539, 9357, 7952, 11581, 8014, 10467, 7265, 10397, 6783, 10106, 8089, 8025, 11312, 8088, 11958, 7825, 11045, 7423, 10621, 7069, 10157, 6863, 9843, 8762, 8036, 13326, 9436, 11052, 7274, 9955, 9825, 8436, 14029, 8584, 11118, 7087, 9630, 7305, 8275, 11362, 8367, 11785, 8101, 10742, 7883, 11191, 6990, 10346, 8221, 8041, 11058, 7912, 11564, 7839, 11262, 6942, 10546, 11676, 8534, 13426, 7906, 11315, 7437, 10309, 7380, 9179, 7424, 7864, 8974, 7733, 11888, 7142, 10659, 6716, 9591, 8190, 7710, 12639, 7483, 11171, 8338, 9383, 8333, 8322, 14706, 8456, 12907, 7995, 11256, 7357, 8659, 8556, 8003, 11608, 7409, 11144, 7057, 8640, 10285, 7870, 11575, 7061, 10623, 6972, 8701, 8454, 8073, 12115, 7400, 11073, 7316, 9841, 8007, 7791, 12446, 7407, 11061, 6720, 10015, 7349, 8256, 11792, 7747, 11821, 7395, 11327, 8789, 9136, 10295, 8090, 12642, 8453, 11488, 7798, 9961, 12802, 8261, 13644, 7648, 11032, 7132, 10671, 7383, 8884, 8539, 7860, 12358, 7275, 11197, 7056, 9117, 8490, 7869, 12639, 7972, 11447, 7561, 10982, 7044, 9893, 6847, 8529, 8717, 8074, 12966, 8242, 11441, 7857, 10639, 7455, 10457, 7361, 8698, 10864, 8231, 12170, 7795, 11463, 7505, 10787, 7257, 9325, 7168, 8300, 10528, 8173, 13038, 8433, 11487, 8199, 11333, 7180, 11095, 7588, 9439, 15218, 9185, 12947, 7962, 11154, 7258, 10648, 6843, 9115, 9296, 8203, 10102, 8047, 11989, 7478, 11164, 6827, 10362, 7134, 8658, 8407, 7631, 12180, 7728, 11685, 7576, 10807, 6930, 8469, 10813, 8188, 11717, 7634, 11073, 6808, 9423, 7156, 7637, 11960, 7598, 11143, 6819, 9633, 6963, 8077, 11434, 7515, 11582, 8360, 10382, 7192, 10609, 6996, 10170, 8901, 8684, 10858, 7917, 11789, 7756, 10955, 7235, 9857, 11821, 8251, 13504, 7934, 11116, 7218, 10459, 6760, 8650, 7223, 8215, 11937, 7537, 11550], 'WindowCenter': [4108.0, 4062.0, 4094.0, 4099.0, 4056.0, 4072.0, 4040.0, 4060.0, 4009.0, 4062.0, 4020.0, 4053.0, 4031.0, 4053.0, 4084.0, 4054.0, 4085.0, 4046.0, 4087.0, 4032.0, 4064.0, 4031.0, 4044.0, 4085.0, 4044.0, 4085.0, 4055.0, 4073.0, 4055.0, 4073.0, 4042.0, 4076.0, 4031.0, 4074.0, 4044.0, 4065.0, 4085.0, 4055.0, 4074.0, 4053.0, 4099.0, 4067.0, 4095.0, 4062.0, 4069.0, 4028.0, 4005.0, 4037.0, 4017.0, 4060.0, 4049.0, 4041.0, 4070.0, 4030.0, 4070.0, 4027.0, 4049.0, 4057.0, 4038.0, 4068.0, 4057.0, 4066.0, 4024.0, 4055.0, 4011.0, 4021.0, 3999.0, 4019.0, 4007.0, 4008.0, 4026.0, 3998.0, 4017.0, 4009.0, 4027.0, 4010.0, 4029.0, 4023.0, 4043.0, 4025.0, 4058.0, 4038.0, 4047.0, 4038.0, 4036.0, 4050.0, 4048.0, 4052.0, 4061.0, 4066.0, 4087.0, 4053.0, 4051.0, 4041.0, 4040.0, 4041.0, 4061.0, 4053.0, 4074.0, 4056.0, 4065.0, 4055.0, 4054.0, 4079.0, 4056.0, 4090.0, 4081.0, 4089.0, 4046.0, 4086.0, 4047.0, 4098.0, 4058.0, 4109.0, 4069.0, 4099.0, 4079.0, 4099.0, 4058.0, 4097.0, 4067.0, 4108.0, 4066.0, 4096.0, 4077.0, 4085.0, 4043.0, 4073.0, 4054.0, 4085.0, 4044.0, 4075.0, 4045.0, 4074.0, 4034.0, 4085.0, 4046.0, 4098.0, 4056.0, 4086.0, 4044.0, 4085.0, 4045.0, 4098.0, 4057.0, 4087.0, 4057.0, 4086.0, 4034.0, 4086.0, 4033.0, 4087.0, 4076.0, 4066.0, 4075.0, 4054.0, 4085.0, 4054.0, 4098.0, 4056.0, 4085.0, 4055.0, 4075.0, 4045.0, 4085.0, 4044.0, 4099.0, 4058.0, 4086.0, 4032.0, 4064.0, 4033.0, 4074.0, 4033.0, 4077.0, 4087.0, 4056.0, 4085.0, 4056.0, 4086.0, 4043.0, 4085.0, 4054.0, 4054.0, 4095.0, 4042.0, 4073.0, 4045.0, 4074.0, 4032.0, 4085.0, 4044.0, 4074.0, 4041.0, 4053.0, 4032.0, 4052.0, 4083.0, 4045.0, 4095.0, 4043.0, 4076.0, 4053.0, 4044.0, 4084.0, 4045.0, 4085.0, 4034.0, 4075.0, 4031.0, 4063.0, 4053.0, 4055.0, 4096.0, 4054.0, 4083.0, 4044.0, 4074.0, 4022.0, 4074.0, 4055.0, 4054.0, 4085.0, 4054.0, 4084.0, 4044.0, 4072.0, 4043.0, 4075.0, 4044.0, 4076.0, 4031.0, 4063.0, 4082.0, 4051.0, 4082.0, 4041.0, 4073.0, 4020.0, 4063.0, 4020.0, 4054.0, 4071.0, 4054.0, 4084.0, 4042.0, 4075.0, 4033.0, 4075.0, 4043.0, 4078.0, 4085.0, 4055.0, 4084.0, 4044.0, 4074.0, 4034.0, 4075.0, 4084.0, 4044.0, 4074.0, 4033.0, 4075.0, 4053.0, 4054.0, 4083.0, 4053.0, 4074.0, 4032.0, 4073.0, 4021.0, 4065.0, 4074.0, 4042.0, 4072.0, 4041.0, 4072.0, 4032.0, 4075.0, 4032.0, 4063.0, 4052.0, 4042.0, 4083.0, 4040.0, 4074.0, 4034.0, 4063.0, 4030.0, 4041.0, 4052.0, 4043.0, 4083.0, 4045.0, 4084.0, 4032.0, 4064.0, 4032.0, 4044.0, 4084.0, 4054.0, 4085.0, 4033.0, 4075.0, 4033.0, 4065.0, 4044.0, 4067.0, 4109.0, 4067.0, 4088.0, 4043.0, 4076.0, 4083.0, 4043.0, 4085.0, 4044.0, 4074.0, 4051.0, 4041.0, 4080.0, 4029.0, 4061.0, 4020.0, 4061.0, 4020.0, 4052.0, 4040.0, 4042.0, 4083.0, 4033.0, 4084.0, 4035.0, 4076.0, 4044.0, 4057.0, 4084.0, 4056.0, 4086.0, 4034.0, 4076.0, 4053.0, 4056.0, 4062.0, 4054.0, 4084.0, 4054.0, 4085.0, 4042.0, 4064.0, 4022.0, 4052.0, 4030.0, 4053.0, 4094.0, 4043.0, 4072.0, 4054.0, 4075.0, 4031.0, 4073.0, 4023.0, 4085.0, 4043.0, 4075.0, 4033.0, 4074.0, 4032.0, 4074.0, 4097.0, 4055.0, 4083.0, 4054.0, 4071.0, 4031.0, 4062.0, 4017.0, 4052.0, 4072.0, 4041.0, 4070.0, 4040.0, 4059.0, 4029.0, 4061.0, 4021.0, 4064.0, 4031.0, 4053.0, 4040.0, 4053.0, 4083.0, 4042.0, 4085.0, 4032.0, 4063.0, 4031.0, 4054.0, 4072.0, 4042.0, 4083.0, 4042.0, 4073.0, 4031.0, 4062.0, 4032.0, 4053.0, 4061.0, 4054.0, 4095.0, 4054.0, 4073.0, 4040.0, 4062.0, 4021.0, 4074.0, 4066.0, 4068.0, 4085.0, 4054.0, 4074.0, 4032.0, 4074.0, 4032.0, 4064.0, 4097.0, 4054.0, 4074.0, 4043.0, 4074.0, 4031.0, 4076.0, 4087.0, 4044.0, 4084.0, 4044.0, 4071.0, 4033.0, 4074.0, 4047.0, 4088.0, 4045.0, 4055.0, 4053.0, 4054.0, 4095.0, 4054.0, 4087.0, 4055.0, 4075.0, 4033.0, 4053.0, 4072.0, 4031.0, 4070.0, 4042.0, 4074.0, 4032.0, 4062.0, 4030.0, 4043.0, 4083.0, 4043.0, 4087.0, 4034.0, 4076.0, 4044.0, 4066.0, 4094.0, 4057.0, 4086.0, 4033.0, 4075.0, 4032.0, 4065.0, 4072.0, 4056.0, 4098.0, 4053.0, 4074.0, 4031.0, 4074.0, 4020.0, 4074.0, 4077.0, 4053.0, 4084.0, 4056.0, 4072.0, 4054.0, 4084.0, 4056.0, 4084.0, 4055.0, 4076.0, 4033.0, 4087.0, 4046.0, 4076.0, 4087.0, 4066.0, 4095.0, 4054.0, 4083.0, 4041.0, 4085.0, 4054.0, 4073.0, 4019.0, 4051.0, 4018.0, 4050.0, 4030.0, 4062.0, 4082.0, 4039.0, 4059.0, 4039.0, 4057.0, 4039.0, 4070.0, 4052.0, 4072.0, 4040.0, 4062.0, 4020.0, 4061.0, 4020.0, 4073.0, 4042.0, 4052.0, 4072.0, 4053.0, 4071.0, 4040.0, 4071.0, 4030.0, 4073.0, 4031.0, 4062.0, 4019.0, 4042.0, 4059.0, 4042.0, 4094.0, 4045.0, 4073.0, 4042.0, 4073.0, 4022.0, 4063.0, 4021.0, 4064.0, 4085.0, 4054.0, 4082.0, 4041.0, 4062.0, 4019.0, 4060.0, 4019.0, 4052.0, 4041.0, 4042.0, 4029.0, 4053.0, 4043.0, 4065.0, 4095.0, 4065.0, 4086.0, 4043.0, 4075.0, 4072.0, 4042.0, 4082.0, 4041.0, 4074.0, 4041.0, 4054.0, 4081.0, 4030.0, 4060.0, 4029.0, 4062.0, 4042.0, 4052.0, 4083.0, 4042.0, 4072.0, 4030.0, 4062.0, 4019.0, 4053.0, 4095.0, 4041.0, 4072.0, 4030.0, 4061.0, 4030.0, 4062.0, 4050.0, 4054.0, 4084.0, 4052.0, 4073.0, 4041.0, 4073.0, 4032.0, 4077.0, 4068.0, 4056.0, 4085.0, 4054.0, 4084.0, 4055.0, 4087.0, 4044.0, 4085.0, 4045.0, 4088.0, 4034.0, 4077.0, 4065.0, 4069.0, 4109.0, 4066.0, 4075.0, 4032.0, 4064.0, 4062.0, 4053.0, 4107.0, 4053.0, 4073.0, 4020.0, 4062.0, 4029.0, 4054.0, 4084.0, 4053.0, 4072.0, 4042.0, 4071.0, 4042.0, 4073.0, 4030.0, 4075.0, 4054.0, 4043.0, 4072.0, 4042.0, 4072.0, 4041.0, 4071.0, 4043.0, 4076.0, 4073.0, 4052.0, 4081.0, 4039.0, 4070.0, 4030.0, 4074.0, 4041.0, 4062.0, 4029.0, 4052.0, 4051.0, 4054.0, 4083.0, 4044.0, 4085.0, 4036.0, 4079.0, 4066.0, 4058.0, 4098.0, 4057.0, 4087.0, 4055.0, 4078.0, 4054.0, 4054.0, 4094.0, 4052.0, 4086.0, 4041.0, 4072.0, 4019.0, 4040.0, 4040.0, 4040.0, 4071.0, 4031.0, 4072.0, 4019.0, 4051.0, 4059.0, 4040.0, 4070.0, 4029.0, 4061.0, 4019.0, 4051.0, 4038.0, 4041.0, 4070.0, 4029.0, 4085.0, 4031.0, 4062.0, 4041.0, 4031.0, 4071.0, 4031.0, 4074.0, 4032.0, 4063.0, 4043.0, 4054.0, 4082.0, 4044.0, 4084.0, 4045.0, 4086.0, 4053.0, 4065.0, 4062.0, 4042.0, 4083.0, 4040.0, 4085.0, 4043.0, 4062.0, 4081.0, 4054.0, 4081.0, 4029.0, 4059.0, 4019.0, 4061.0, 4030.0, 4064.0, 4051.0, 4041.0, 4081.0, 4031.0, 4085.0, 4033.0, 4065.0, 4052.0, 4054.0, 4083.0, 4054.0, 4083.0, 4055.0, 4086.0, 4046.0, 4076.0, 4035.0, 4066.0, 4066.0, 4055.0, 4096.0, 4054.0, 4085.0, 4055.0, 4073.0, 4044.0, 4076.0, 4044.0, 4054.0, 4074.0, 4055.0, 4082.0, 4043.0, 4085.0, 4043.0, 4074.0, 4032.0, 4067.0, 4030.0, 4054.0, 4073.0, 4055.0, 4095.0, 4055.0, 4085.0, 4054.0, 4083.0, 4032.0, 4074.0, 4043.0, 4065.0, 4093.0, 4052.0, 4070.0, 4028.0, 4059.0, 4029.0, 4060.0, 4020.0, 4051.0, 4050.0, 4051.0, 4060.0, 4041.0, 4071.0, 4030.0, 4071.0, 4021.0, 4061.0, 4019.0, 4051.0, 4038.0, 4030.0, 4069.0, 4041.0, 4072.0, 4030.0, 4072.0, 4018.0, 4041.0, 4060.0, 4040.0, 4072.0, 4029.0, 4072.0, 4019.0, 4051.0, 4019.0, 4041.0, 4083.0, 4042.0, 4073.0, 4020.0, 4062.0, 4029.0, 4042.0, 4083.0, 4043.0, 4083.0, 4054.0, 4063.0, 4033.0, 4074.0, 4032.0, 4075.0, 4065.0, 4055.0, 4073.0, 4043.0, 4073.0, 4031.0, 4074.0, 4032.0, 4062.0, 4071.0, 4040.0, 4081.0, 4041.0, 4071.0, 4030.0, 4074.0, 4021.0, 4052.0, 4029.0, 4053.0, 4070.0, 4042.0, 4085.0], 'WindowWidth': [9149.0, 9076.0, 9119.0, 9116.0, 9051.0, 9069.0, 9024.0, 9047.0, 8981.0, 9053.0, 8998.0, 9045.0, 9012.0, 9046.0, 9086.0, 9048.0, 9090.0, 9041.0, 9094.0, 9016.0, 9060.0, 9011.0, 9033.0, 9089.0, 9033.0, 9090.0, 9053.0, 9072.0, 9051.0, 9071.0, 9031.0, 9078.0, 9014.0, 9074.0, 9035.0, 9065.0, 9091.0, 9051.0, 9075.0, 9045.0, 9118.0, 9072.0, 9106.0, 9052.0, 9055.0, 8999.0, 8965.0, 9010.0, 8986.0, 9046.0, 9030.0, 9023.0, 9061.0, 9005.0, 9061.0, 8999.0, 9032.0, 9037.0, 9012.0, 9056.0, 9036.0, 9050.0, 8986.0, 9031.0, 8964.0, 8977.0, 8944.0, 8971.0, 8954.0, 8957.0, 8978.0, 8942.0, 8966.0, 8958.0, 8980.0, 8962.0, 8987.0, 8985.0, 9011.0, 8994.0, 9042.0, 9017.0, 9024.0, 9015.0, 9011.0, 9034.0, 9029.0, 9041.0, 9050.0, 9066.0, 9099.0, 9045.0, 9036.0, 9025.0, 9023.0, 9024.0, 9051.0, 9045.0, 9073.0, 9053.0, 9064.0, 9052.0, 9048.0, 9091.0, 9053.0, 9104.0, 9097.0, 9101.0, 9042.0, 9094.0, 9044.0, 9110.0, 9060.0, 9129.0, 9078.0, 9116.0, 9090.0, 9114.0, 9060.0, 9110.0, 9070.0, 9127.0, 9068.0, 9108.0, 9082.0, 9089.0, 9031.0, 9070.0, 9046.0, 9089.0, 9034.0, 9075.0, 9036.0, 9074.0, 9021.0, 9090.0, 9042.0, 9112.0, 9055.0, 9094.0, 9037.0, 9090.0, 9038.0, 9114.0, 9058.0, 9096.0, 9055.0, 9094.0, 9023.0, 9093.0, 9019.0, 9095.0, 9079.0, 9066.0, 9076.0, 9048.0, 9088.0, 9046.0, 9112.0, 9052.0, 9088.0, 9048.0, 9075.0, 9036.0, 9087.0, 9035.0, 9117.0, 9060.0, 9093.0, 9017.0, 9059.0, 9018.0, 9074.0, 9019.0, 9081.0, 9095.0, 9054.0, 9091.0, 9053.0, 9092.0, 9031.0, 9090.0, 9048.0, 9048.0, 9103.0, 9028.0, 9069.0, 9033.0, 9071.0, 9016.0, 9091.0, 9033.0, 9073.0, 9025.0, 9043.0, 9015.0, 9043.0, 9085.0, 9037.0, 9104.0, 9031.0, 9078.0, 9042.0, 9034.0, 9086.0, 9036.0, 9087.0, 9019.0, 9078.0, 9014.0, 9059.0, 9043.0, 9052.0, 9109.0, 9049.0, 9084.0, 9033.0, 9071.0, 9002.0, 9074.0, 9052.0, 9047.0, 9089.0, 9048.0, 9086.0, 9033.0, 9069.0, 9032.0, 9076.0, 9031.0, 9076.0, 9013.0, 9057.0, 9080.0, 9037.0, 9083.0, 9026.0, 9071.0, 8994.0, 9056.0, 8994.0, 9046.0, 9064.0, 9047.0, 9086.0, 9031.0, 9075.0, 9019.0, 9077.0, 9035.0, 9085.0, 9093.0, 9050.0, 9088.0, 9034.0, 9075.0, 9021.0, 9077.0, 9087.0, 9034.0, 9072.0, 9016.0, 9075.0, 9045.0, 9046.0, 9084.0, 9044.0, 9071.0, 9014.0, 9069.0, 9001.0, 9064.0, 9074.0, 9029.0, 9069.0, 9026.0, 9066.0, 9013.0, 9076.0, 9015.0, 9056.0, 9038.0, 9027.0, 9084.0, 9023.0, 9074.0, 9021.0, 9054.0, 9008.0, 9025.0, 9038.0, 9031.0, 9084.0, 9038.0, 9089.0, 9014.0, 9059.0, 9014.0, 9033.0, 9086.0, 9050.0, 9091.0, 9018.0, 9076.0, 9017.0, 9064.0, 9033.0, 9070.0, 9129.0, 9072.0, 9099.0, 9031.0, 9078.0, 9083.0, 9030.0, 9091.0, 9034.0, 9075.0, 9036.0, 9024.0, 9076.0, 9004.0, 9049.0, 8998.0, 9051.0, 8995.0, 9041.0, 9023.0, 9030.0, 9084.0, 9018.0, 9089.0, 9025.0, 9080.0, 9035.0, 9055.0, 9090.0, 9052.0, 9093.0, 9022.0, 9077.0, 9044.0, 9053.0, 9056.0, 9047.0, 9087.0, 9048.0, 9090.0, 9028.0, 9059.0, 8999.0, 9040.0, 9009.0, 9042.0, 9103.0, 9032.0, 9067.0, 9046.0, 9075.0, 9012.0, 9069.0, 9006.0, 9089.0, 9032.0, 9076.0, 9018.0, 9073.0, 9016.0, 9075.0, 9112.0, 9049.0, 9086.0, 9045.0, 9065.0, 9010.0, 9052.0, 8987.0, 9040.0, 9067.0, 9026.0, 9062.0, 9022.0, 9046.0, 9007.0, 9050.0, 8999.0, 9061.0, 9013.0, 9043.0, 9022.0, 9043.0, 9082.0, 9028.0, 9090.0, 9017.0, 9056.0, 9011.0, 9046.0, 9066.0, 9028.0, 9083.0, 9031.0, 9070.0, 9010.0, 9055.0, 9013.0, 9045.0, 9052.0, 9050.0, 9106.0, 9047.0, 9070.0, 9024.0, 9054.0, 8999.0, 9072.0, 9068.0, 9073.0, 9090.0, 9048.0, 9072.0, 9017.0, 9074.0, 9015.0, 9061.0, 9111.0, 9048.0, 9075.0, 9032.0, 9074.0, 9012.0, 9080.0, 9097.0, 9033.0, 9085.0, 9034.0, 9067.0, 9017.0, 9074.0, 9043.0, 9099.0, 9039.0, 9050.0, 9044.0, 9048.0, 9102.0, 9048.0, 9097.0, 9052.0, 9075.0, 9014.0, 9042.0, 9065.0, 9011.0, 9063.0, 9028.0, 9075.0, 9014.0, 9056.0, 9011.0, 9032.0, 9084.0, 9034.0, 9097.0, 9024.0, 9081.0, 9034.0, 9067.0, 9103.0, 9055.0, 9095.0, 9018.0, 9075.0, 9015.0, 9064.0, 9068.0, 9054.0, 9115.0, 9046.0, 9075.0, 9013.0, 9071.0, 8996.0, 9075.0, 9083.0, 9047.0, 9088.0, 9053.0, 9068.0, 9045.0, 9088.0, 9055.0, 9089.0, 9051.0, 9078.0, 9020.0, 9096.0, 9038.0, 9082.0, 9098.0, 9067.0, 9105.0, 9048.0, 9086.0, 9027.0, 9093.0, 9047.0, 9071.0, 8992.0, 9036.0, 8990.0, 9033.0, 9006.0, 9054.0, 9082.0, 9020.0, 9046.0, 9019.0, 9041.0, 9020.0, 9061.0, 9041.0, 9069.0, 9024.0, 9055.0, 8998.0, 9051.0, 8998.0, 9072.0, 9031.0, 9042.0, 9069.0, 9045.0, 9065.0, 9025.0, 9063.0, 9011.0, 9073.0, 9013.0, 9053.0, 8993.0, 9027.0, 9046.0, 9028.0, 9102.0, 9039.0, 9072.0, 9030.0, 9070.0, 9001.0, 9057.0, 9000.0, 9061.0, 9091.0, 9045.0, 9082.0, 9024.0, 9051.0, 8991.0, 9049.0, 8992.0, 9039.0, 9027.0, 9028.0, 9009.0, 9044.0, 9032.0, 9064.0, 9106.0, 9065.0, 9095.0, 9031.0, 9076.0, 9066.0, 9026.0, 9082.0, 9024.0, 9072.0, 9023.0, 9047.0, 9078.0, 9008.0, 9048.0, 9007.0, 9053.0, 9028.0, 9042.0, 9082.0, 9027.0, 9065.0, 9007.0, 9055.0, 8993.0, 9043.0, 9106.0, 9026.0, 9068.0, 9009.0, 9050.0, 9007.0, 9053.0, 9035.0, 9048.0, 9089.0, 9042.0, 9068.0, 9027.0, 9071.0, 9016.0, 9081.0, 9073.0, 9054.0, 9092.0, 9049.0, 9088.0, 9051.0, 9097.0, 9036.0, 9090.0, 9039.0, 9099.0, 9022.0, 9083.0, 9065.0, 9077.0, 9132.0, 9066.0, 9077.0, 9014.0, 9060.0, 9053.0, 9045.0, 9126.0, 9043.0, 9070.0, 8994.0, 9052.0, 9005.0, 9048.0, 9089.0, 9044.0, 9066.0, 9028.0, 9065.0, 9030.0, 9071.0, 9011.0, 9079.0, 9049.0, 9029.0, 9066.0, 9028.0, 9064.0, 9025.0, 9066.0, 9033.0, 9080.0, 9071.0, 9039.0, 9078.0, 9020.0, 9061.0, 9008.0, 9076.0, 9028.0, 9053.0, 9007.0, 9043.0, 9038.0, 9048.0, 9086.0, 9036.0, 9091.0, 9029.0, 9088.0, 9068.0, 9059.0, 9112.0, 9056.0, 9097.0, 9049.0, 9086.0, 9046.0, 9047.0, 9102.0, 9040.0, 9093.0, 9026.0, 9066.0, 8990.0, 9020.0, 9020.0, 9022.0, 9063.0, 9014.0, 9066.0, 8991.0, 9037.0, 9043.0, 9019.0, 9058.0, 9007.0, 9051.0, 8993.0, 9037.0, 9015.0, 9023.0, 9059.0, 9007.0, 9090.0, 9013.0, 9055.0, 9022.0, 9010.0, 9062.0, 9010.0, 9072.0, 9017.0, 9057.0, 9030.0, 9047.0, 9082.0, 9033.0, 9087.0, 9037.0, 9094.0, 9045.0, 9063.0, 9055.0, 9028.0, 9084.0, 9022.0, 9090.0, 9033.0, 9054.0, 9077.0, 9045.0, 9079.0, 9006.0, 9045.0, 8991.0, 9050.0, 9007.0, 9060.0, 9037.0, 9027.0, 9077.0, 9013.0, 9091.0, 9019.0, 9063.0, 9041.0, 9047.0, 9085.0, 9047.0, 9086.0, 9052.0, 9092.0, 9041.0, 9080.0, 9026.0, 9068.0, 9066.0, 9051.0, 9107.0, 9048.0, 9090.0, 9049.0, 9071.0, 9033.0, 9078.0, 9037.0, 9047.0, 9072.0, 9048.0, 9083.0, 9032.0, 9087.0, 9032.0, 9074.0, 9015.0, 9066.0, 9009.0, 9046.0, 9068.0, 9050.0, 9104.0, 9050.0, 9088.0, 9046.0, 9084.0, 9014.0, 9071.0, 9033.0, 9062.0, 9098.0, 9041.0, 9062.0, 9003.0, 9045.0, 9003.0, 9049.0, 8996.0, 9039.0, 9033.0, 9038.0, 9048.0, 9024.0, 9062.0, 9009.0, 9066.0, 8999.0, 9051.0, 8991.0, 9036.0, 9016.0, 9009.0, 9059.0, 9025.0, 9067.0, 9007.0, 9067.0, 8988.0, 9023.0, 9045.0, 9020.0, 9069.0, 9007.0, 9064.0, 8990.0, 9035.0, 8992.0, 9025.0, 9082.0, 9026.0, 9070.0, 8995.0, 9052.0, 9007.0, 9029.0, 9085.0, 9033.0, 9083.0, 9047.0, 9055.0, 9018.0, 9075.0, 9015.0, 9078.0, 9062.0, 9049.0, 9070.0, 9030.0, 9069.0, 9012.0, 9074.0, 9015.0, 9052.0, 9062.0, 9021.0, 9076.0, 9022.0, 9062.0, 9009.0, 9072.0, 8998.0, 9039.0, 9004.0, 9042.0, 9062.0, 9029.0, 9089.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.002530309988518944</td></tr>
<tr><td colspan=3>aqi</td><td>0.025204364408725602</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.141080373988494</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2598592666896562</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0442832698850575</td></tr>
<tr><td colspan=3>efc</td><td>0.4854</td></tr>
<tr><td colspan=3>fber</td><td>5541.5776</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07742667016100427</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4592422502870264</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.479699973597837</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3400302169366047</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7773362065104177</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3217334973464894</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127983</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018582919612526894</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03455159813165665</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.9260018316840632</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.0352</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1367</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.6553</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294946.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>719.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.2058</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5601</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.5172</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3227.5699</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3430.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>873.657</td></tr>
<tr><td colspan=3>tsnr</td><td>39.5501330436673</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>