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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0046_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0046_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0046/ses-03/func/sub-0046_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f722a4fcf69a2fb922946c9b78efd34f</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>18:54:13.617500</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.995842, 0.0359696, 0.0836996, -0.0382564, 0.998933, 0.0258792]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102993</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7764, -7291, 524, -62, -107, -27, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>00a88326-d564-4cc3-b3dc-6ba93a37cbd7||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.6717703342437744, -0.10263907164335251, 0.22323451936244965, 113.6416244506836], [-0.09650381654500961, 2.6800637245178223, 0.07822882384061813, -94.73924255371094], [0.22456000745296478, -0.06943202018737793, 2.6896183490753174, -85.09545135498047], [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': ['185413.617500', '185414.077500', '185414.537500', '185414.997500', '185415.457500', '185415.917500', '185416.377500', '185416.837500', '185417.297500', '185417.757500', '185418.217500', '185418.677500', '185419.137500', '185419.597500', '185420.057500', '185420.517500', '185420.977500', '185421.437500', '185421.897500', '185422.357500', '185422.817500', '185423.277500', '185423.737500', '185424.197500', '185424.657500', '185425.117500', '185425.577500', '185426.037500', '185426.497500', '185426.957500', '185427.417500', '185427.877500', '185428.337500', '185428.797500', '185429.257500', '185429.717500', '185430.177500', '185430.637500', '185431.097500', '185431.557500', '185432.017500', '185432.477500', '185432.937500', '185433.397500', '185433.857500', '185434.317500', '185434.777500', '185435.237500', '185435.697500', '185436.157500', '185436.617500', '185437.077500', '185437.537500', '185437.997500', '185438.457500', '185438.917500', '185439.377500', '185439.837500', '185440.297500', '185440.757500', '185441.217500', '185441.677500', '185442.137500', '185442.597500', '185443.057500', '185443.517500', '185443.977500', '185444.437500', '185444.897500', '185445.357500', '185445.817500', '185446.277500', '185446.737500', '185447.197500', '185447.657500', '185448.117500', '185448.577500', '185449.037500', '185449.497500', '185449.957500', '185450.417500', '185450.877500', '185451.337500', '185451.797500', '185452.257500', '185452.717500', '185453.177500', '185453.637500', '185454.097500', '185454.557500', '185455.017500', '185455.477500', '185455.937500', '185456.397500', '185456.857500', '185457.317500', '185457.777500', '185458.237500', '185458.697500', '185459.157500', '185459.617500', '185500.077500', '185500.537500', '185500.997500', '185501.457500', '185501.917500', '185502.377500', '185502.837500', '185503.297500', '185503.757500', '185504.217500', '185504.677500', '185505.137500', '185505.597500', '185506.057500', '185506.517500', '185506.977500', '185507.437500', '185507.897500', '185508.357500', '185508.817500', '185509.277500', '185509.737500', '185510.197500', '185510.657500', '185511.117500', '185511.577500', '185512.037500', '185512.497500', '185512.957500', '185513.417500', '185513.877500', '185514.337500', '185514.797500', '185515.257500', '185515.717500', '185516.177500', '185516.637500', '185517.097500', '185517.557500', '185518.017500', '185518.477500', '185518.937500', '185519.397500', '185519.857500', '185520.317500', '185520.777500', '185521.237500', '185521.697500', '185522.157500', '185522.617500', '185523.077500', '185523.537500', '185523.997500', '185524.457500', '185524.917500', '185525.377500', '185525.837500', '185526.297500', '185526.757500', '185527.217500', '185527.677500', '185528.137500', '185528.597500', '185529.057500', '185529.517500', '185529.977500', '185530.437500', '185530.897500', '185531.357500', '185531.817500', '185532.277500', '185532.737500', '185533.197500', '185533.657500', '185534.117500', '185534.577500', '185535.037500', '185535.497500', '185535.957500', '185536.417500', '185536.877500', '185537.337500', '185537.797500', '185538.257500', '185538.717500', '185539.177500', '185539.637500', '185540.097500', '185540.557500', '185541.017500', '185541.477500', '185541.937500', '185542.397500', '185542.857500', '185543.317500', '185543.777500', '185544.237500', '185544.697500', '185545.157500', '185545.617500', '185546.077500', '185546.537500', '185546.997500', '185547.457500', '185547.917500', '185548.377500', '185548.837500', '185549.297500', '185549.757500', '185550.217500', '185550.677500', '185551.137500', '185551.597500', '185552.057500', '185552.517500', '185552.977500', '185553.437500', '185553.897500', '185554.357500', '185554.817500', '185555.277500', '185555.737500', '185556.197500', '185556.657500', '185557.117500', '185557.577500', '185558.037500', '185558.497500', '185558.957500', '185559.417500', '185559.877500', '185600.337500', '185600.797500', '185601.257500', '185601.717500', '185602.177500', '185602.637500', '185603.097500', '185603.557500', '185604.017500', '185604.477500', '185604.937500', '185605.397500', '185605.857500', '185606.317500', '185606.777500', '185607.237500', '185607.697500', '185608.157500', '185608.617500', '185609.077500', '185609.537500', '185609.997500', '185610.457500', '185610.917500', '185611.377500', '185611.837500', '185612.297500', '185612.757500', '185613.217500', '185613.677500', '185614.137500', '185614.597500', '185615.057500', '185615.517500', '185615.977500', '185616.437500', '185616.897500', '185617.357500', '185617.817500', '185618.277500', '185618.737500', '185619.197500', '185619.657500', '185620.117500', '185620.577500', '185621.037500', '185621.497500', '185621.957500', '185622.417500', '185622.877500', '185623.337500', '185623.797500', '185624.257500', '185624.717500', '185625.177500', '185625.637500', '185626.097500', '185626.557500', '185627.017500', '185627.477500', '185627.937500', '185628.397500', '185628.857500', '185629.317500', '185629.777500', '185630.237500', '185630.697500', '185631.157500', '185631.617500', '185632.077500', '185632.537500', '185632.997500', '185633.457500', '185633.917500', '185634.377500', '185634.837500', '185635.297500', '185635.757500', '185636.217500', '185636.677500', '185637.137500', '185637.597500', '185638.057500', '185638.517500', '185638.977500', '185639.437500', '185639.897500', '185640.357500', '185640.817500', '185641.277500', '185641.737500', '185642.197500', '185642.657500', '185643.117500', '185643.577500', '185644.037500', '185644.497500', '185644.957500', '185645.417500', '185645.877500', '185646.337500', '185646.797500', '185647.257500', '185647.717500', '185648.177500', '185648.637500', '185649.097500', '185649.557500', '185650.017500', '185650.477500', '185650.937500', '185651.397500', '185651.857500', '185652.317500', '185652.777500', '185653.237500', '185653.697500', '185654.157500', '185654.617500', '185655.077500', '185655.537500', '185655.997500', '185656.457500', '185656.917500', '185657.377500', '185657.837500', '185658.297500', '185658.757500', '185659.217500', '185659.677500', '185700.137500', '185700.597500', '185701.057500', '185701.517500', '185701.977500', '185702.437500', '185702.897500', '185703.357500', '185703.817500', '185704.277500', '185704.737500', '185705.197500', '185705.657500', '185706.117500', '185706.577500', '185707.037500', '185707.497500', '185707.957500', '185708.417500', '185708.877500', '185709.337500', '185709.797500', '185710.257500', '185710.717500', '185711.177500', '185711.637500', '185712.097500', '185712.557500', '185713.017500', '185713.477500', '185713.937500', '185714.397500', '185714.857500', '185715.317500', '185715.777500', '185716.237500', '185716.697500', '185717.157500', '185717.617500', '185718.077500', '185718.537500', '185718.997500', '185719.457500', '185719.917500', '185720.377500', '185720.837500', '185721.297500', '185721.757500', '185722.217500', '185722.677500', '185723.137500', '185723.597500', '185724.057500', '185724.517500', '185724.977500', '185725.437500', '185725.897500', '185726.357500', '185726.817500', '185727.277500', '185727.737500', '185728.197500', '185728.657500', '185729.117500', '185729.577500', '185730.037500', '185730.497500', '185730.957500', '185731.417500', '185731.877500', '185732.337500', '185732.797500', '185733.257500', '185733.717500', '185734.177500', '185734.637500', '185735.097500', '185735.557500', '185736.017500', '185736.477500', '185736.937500', '185737.397500', '185737.857500', '185738.317500', '185738.777500', '185739.237500', '185739.697500', '185740.157500', '185740.617500', '185741.077500', '185741.537500', '185741.997500', '185742.457500', '185742.917500', '185743.377500', '185743.837500', '185744.297500', '185744.757500', '185745.217500', '185745.677500', '185746.137500', '185746.597500', '185747.057500', '185747.517500', '185747.977500', '185748.437500', '185748.897500', '185749.357500', '185749.817500', '185750.277500', '185750.737500', '185751.197500', '185751.657500', '185752.117500', '185752.577500', '185753.037500', '185753.497500', '185753.957500', '185754.417500', '185754.877500', '185755.337500', '185755.797500', '185756.257500', '185756.717500', '185757.177500', '185757.637500', '185758.097500', '185758.557500', '185759.017500', '185759.477500', '185759.937500', '185800.397500', '185800.857500', '185801.317500', '185801.777500', '185802.237500', '185802.697500', '185803.157500', '185803.617500', '185804.077500', '185804.537500', '185804.997500', '185805.457500', '185805.917500', '185806.377500', '185806.837500', '185807.297500', '185807.757500', '185808.217500', '185808.677500', '185809.137500', '185809.597500', '185810.057500', '185810.517500', '185810.977500', '185811.437500', '185811.897500', '185812.357500', '185812.817500', '185813.277500', '185813.737500', '185814.197500', '185814.657500', '185815.117500', '185815.577500', '185816.037500', '185816.497500', '185816.957500', '185817.417500', '185817.877500', '185818.337500', '185818.797500', '185819.257500', '185819.717500', '185820.177500', '185820.637500', '185821.097500', '185821.557500', '185822.017500', '185822.477500', '185822.937500', '185823.397500', '185823.857500', '185824.317500', '185824.777500', '185825.237500', '185825.697500', '185826.157500', '185826.617500', '185827.077500', '185827.537500', '185827.997500', '185828.457500', '185828.917500', '185829.377500', '185829.837500', '185830.297500', '185830.757500', '185831.217500', '185831.677500', '185832.137500', '185832.597500', '185833.057500', '185833.517500', '185833.977500', '185834.437500', '185834.897500', '185835.357500', '185835.817500', '185836.277500', '185836.737500', '185837.197500', '185837.657500', '185838.117500', '185838.577500', '185839.037500', '185839.497500', '185839.957500', '185840.417500', '185840.877500', '185841.337500', '185841.797500', '185842.257500', '185842.717500', '185843.177500', '185843.637500', '185844.097500', '185844.557500', '185845.017500', '185845.477500', '185845.937500', '185846.397500', '185846.857500', '185847.317500', '185847.777500', '185848.237500', '185848.697500', '185849.157500', '185849.617500', '185850.077500', '185850.537500', '185850.997500', '185851.457500', '185851.917500', '185852.377500', '185852.837500', '185853.297500', '185853.757500', '185854.217500', '185854.677500', '185855.137500', '185855.597500', '185856.057500', '185856.517500', '185856.977500', '185857.437500', '185857.897500', '185858.357500', '185858.817500', '185859.277500', '185859.737500', '185900.197500', '185900.657500', '185901.117500', '185901.577500', '185902.037500', '185902.497500', '185902.957500', '185903.417500', '185903.877500', '185904.337500', '185904.797500', '185905.257500', '185905.717500', '185906.177500', '185906.637500', '185907.097500', '185907.557500', '185908.017500', '185908.477500', '185908.937500', '185909.397500', '185909.857500', '185910.317500', '185910.777500', '185911.237500', '185911.697500', '185912.157500', '185912.617500', '185913.077500', '185913.537500', '185913.997500', '185914.457500', '185914.917500', '185915.377500', '185915.837500', '185916.297500', '185916.757500', '185917.217500', '185917.677500', '185918.137500', '185918.597500', '185919.057500', '185919.517500', '185919.977500', '185920.437500', '185920.897500', '185921.357500', '185921.817500', '185922.277500', '185922.737500', '185923.197500', '185923.657500', '185924.117500', '185924.577500', '185925.037500', '185925.497500', '185925.957500', '185926.417500', '185926.877500', '185927.337500', '185927.797500', '185928.257500', '185928.717500', '185929.177500', '185929.637500', '185930.097500', '185930.557500', '185931.017500', '185931.477500', '185931.937500', '185932.397500', '185932.857500', '185933.317500', '185933.777500', '185934.237500', '185934.697500', '185935.157500', '185935.617500', '185936.077500', '185936.537500', '185936.997500', '185937.457500', '185937.917500', '185938.377500', '185938.837500', '185939.297500', '185939.757500', '185940.217500', '185940.677500', '185941.137500', '185941.597500', '185942.057500', '185942.517500', '185942.977500', '185943.437500', '185943.897500', '185944.357500', '185944.817500', '185945.277500', '185945.737500', '185946.197500', '185946.657500', '185947.117500', '185947.577500', '185948.037500', '185948.497500', '185948.957500', '185949.417500', '185949.877500', '185950.337500', '185950.797500', '185951.257500', '185951.717500', '185952.177500', '185952.637500', '185953.097500', '185953.557500', '185954.017500', '185954.477500', '185954.937500', '185955.397500', '185955.857500', '185956.317500', '185956.777500', '185957.237500', '185957.697500', '185958.157500', '185958.617500', '185959.077500', '185959.537500', '185959.997500', '190000.457500', '190000.917500', '190001.377500', '190001.837500', '190002.297500', '190002.757500', '190003.217500', '190003.677500', '190004.137500', '190004.597500', '190005.057500', '190005.517500', '190005.977500', '190006.437500', '190006.897500', '190007.357500', '190007.817500', '190008.277500', '190008.737500', '190009.197500', '190009.657500', '190010.117500', '190010.577500', '190011.037500', '190011.497500', '190011.957500', '190012.417500', '190012.877500', '190013.337500', '190013.797500', '190014.257500', '190014.717500', '190015.177500', '190015.637500', '190016.097500', '190016.557500', '190017.017500', '190017.477500', '190017.937500', '190018.397500', '190018.857500', '190019.317500', '190019.777500', '190020.237500', '190020.697500', '190021.157500', '190021.617500', '190022.077500', '190022.537500', '190022.997500', '190023.457500', '190023.917500', '190024.377500', '190024.837500', '190025.297500', '190025.757500', '190026.217500', '190026.677500', '190027.137500', '190027.597500', '190028.057500', '190028.517500', '190028.977500', '190029.437500', '190029.897500', '190030.357500', '190030.817500', '190031.277500', '190031.737500', '190032.197500', '190032.657500', '190033.117500', '190033.577500', '190034.037500', '190034.497500', '190034.957500', '190035.417500', '190035.877500', '190036.337500', '190036.797500', '190037.257500', '190037.717500', '190038.177500', '190038.637500', '190039.097500', '190039.557500', '190040.017500', '190040.477500', '190040.937500', '190041.397500', '190041.857500', '190042.317500', '190042.777500', '190043.237500', '190043.697500', '190044.157500', '190044.617500', '190045.077500', '190045.537500', '190045.997500', '190046.457500', '190046.917500', '190047.377500', '190047.837500', '190048.297500', '190048.757500', '190049.217500', '190049.677500', '190050.137500', '190050.597500', '190051.057500', '190051.517500', '190051.977500', '190052.437500', '190052.897500', '190053.357500', '190053.817500', '190054.277500'], 'ContentTime': ['185434.808000', '185434.811000', '185434.814000', '185434.817000', '185434.819000', '185434.827000', '185434.829000', '185434.832000', '185434.835000', '185434.839000', '185434.841000', '185434.844000', '185434.847000', '185434.849000', '185434.852000', '185434.854000', '185434.857000', '185434.859000', '185434.862000', '185434.865000', '185434.867000', '185434.870000', '185434.873000', '185434.875000', '185434.878000', '185434.880000', '185434.883000', '185434.886000', '185434.888000', '185434.891000', '185434.893000', '185434.896000', '185434.899000', '185434.901000', '185434.904000', '185434.906000', '185434.909000', '185434.911000', '185434.914000', '185434.916000', '185434.919000', '185434.922000', '185434.924000', '185454.772000', '185454.775000', '185454.778000', '185454.780000', '185454.783000', '185454.785000', '185454.788000', '185454.791000', '185454.793000', '185454.796000', '185454.798000', '185454.801000', '185454.803000', '185454.806000', '185454.808000', '185454.811000', '185454.813000', '185454.816000', '185454.819000', '185454.821000', '185454.824000', '185454.826000', '185454.829000', '185454.831000', '185454.834000', '185454.836000', '185454.839000', '185454.841000', '185454.844000', '185454.846000', '185454.849000', '185454.852000', '185454.854000', '185454.857000', '185454.859000', '185454.862000', '185454.864000', '185454.867000', '185454.870000', '185454.872000', '185454.875000', '185454.885000', '185454.887000', '185514.772000', '185514.775000', '185514.777000', '185514.780000', '185514.782000', '185514.785000', '185514.788000', '185514.790000', '185514.793000', '185514.795000', '185514.798000', '185514.801000', '185514.803000', '185514.806000', '185514.808000', '185514.811000', '185514.814000', '185514.816000', '185514.819000', '185514.821000', '185514.824000', '185514.826000', '185514.829000', '185514.832000', '185514.834000', '185514.837000', '185514.839000', '185514.842000', '185514.845000', '185514.847000', '185514.850000', '185514.852000', '185514.855000', '185514.857000', '185514.860000', '185514.862000', '185514.865000', '185514.868000', '185514.870000', '185514.873000', '185514.875000', '185514.878000', '185514.880000', '185514.883000', '185534.772000', '185534.774000', '185534.777000', '185534.780000', '185534.782000', '185534.785000', '185534.787000', '185534.790000', '185534.792000', '185534.795000', '185534.798000', '185534.800000', '185534.803000', '185534.805000', '185534.808000', '185534.811000', '185534.813000', '185534.816000', '185534.818000', '185534.821000', '185534.823000', '185534.826000', '185534.829000', '185534.831000', '185534.834000', '185534.836000', '185534.839000', '185534.841000', '185534.844000', '185534.847000', '185534.849000', '185534.852000', '185534.854000', '185534.857000', '185534.860000', '185534.862000', '185534.865000', '185534.867000', '185534.870000', '185534.873000', '185534.875000', '185534.878000', '185534.880000', '185554.772000', '185554.774000', '185554.777000', '185554.780000', '185554.782000', '185554.785000', '185554.787000', '185554.790000', '185554.792000', '185554.795000', '185554.798000', '185554.800000', '185554.803000', '185554.812000', '185554.815000', '185554.817000', '185554.820000', '185554.823000', '185554.825000', '185554.828000', '185554.830000', '185554.833000', '185554.835000', '185554.838000', '185554.841000', '185554.843000', '185554.846000', '185554.848000', '185554.851000', '185554.854000', '185554.856000', '185554.859000', '185554.861000', '185554.864000', '185554.867000', '185554.869000', '185554.872000', '185554.874000', '185554.877000', '185554.880000', '185554.882000', '185554.885000', '185554.888000', '185554.890000', '185614.772000', '185614.775000', '185614.778000', '185614.780000', '185614.783000', '185614.786000', '185614.788000', '185614.791000', '185614.793000', '185614.796000', '185614.799000', '185614.801000', '185614.804000', '185614.806000', '185614.809000', '185614.812000', '185614.814000', '185614.817000', '185614.819000', '185614.822000', '185614.825000', '185614.827000', '185614.830000', '185614.832000', '185614.835000', '185614.838000', '185614.840000', '185614.843000', '185614.851000', '185614.853000', '185614.856000', '185614.859000', '185614.861000', '185614.864000', '185614.866000', '185614.869000', '185614.872000', '185614.874000', '185614.877000', '185614.879000', '185614.882000', '185614.884000', '185614.887000', '185634.773000', '185634.775000', '185634.778000', '185634.780000', '185634.783000', '185634.786000', '185634.788000', '185634.791000', '185634.793000', '185634.796000', '185634.799000', '185634.801000', '185634.804000', '185634.807000', '185634.809000', '185634.812000', '185634.814000', '185634.817000', '185634.819000', '185634.822000', '185634.825000', '185634.827000', '185634.830000', '185634.833000', '185634.835000', '185634.838000', '185634.841000', '185634.843000', '185634.846000', '185634.848000', '185634.851000', '185634.854000', '185634.856000', '185634.859000', '185634.861000', '185634.864000', '185634.866000', '185634.906000', '185634.909000', '185634.911000', '185634.914000', '185634.916000', '185634.919000', '185634.921000', '185654.773000', '185654.775000', '185654.778000', '185654.781000', '185654.783000', '185654.786000', '185654.788000', '185654.791000', '185654.793000', '185654.800000', '185654.803000', '185654.805000', '185654.808000', '185654.810000', '185654.813000', '185654.816000', '185654.818000', '185654.821000', '185654.823000', '185654.826000', '185654.829000', '185654.831000', '185654.834000', '185654.836000', '185654.839000', '185654.842000', '185654.844000', '185654.847000', '185654.849000', '185654.852000', '185654.855000', '185654.857000', '185654.860000', '185654.862000', '185654.865000', '185654.868000', '185654.870000', '185654.873000', '185654.875000', '185654.878000', '185654.881000', '185654.883000', '185654.886000', '185714.773000', '185714.775000', '185714.778000', '185714.781000', '185714.783000', '185714.786000', '185714.789000', '185714.791000', '185714.794000', '185714.796000', '185714.799000', '185714.801000', '185714.804000', '185714.807000', '185714.809000', '185714.812000', '185714.814000', '185714.817000', '185714.820000', '185714.822000', '185714.825000', '185714.827000', '185714.830000', '185714.833000', '185714.835000', '185714.838000', '185714.840000', '185714.843000', '185714.845000', '185714.848000', '185714.851000', '185714.853000', '185714.856000', '185714.858000', '185714.861000', '185714.863000', '185714.866000', '185714.869000', '185714.871000', '185714.874000', '185714.876000', '185714.879000', '185714.881000', '185714.884000', '185734.772000', '185734.775000', '185734.777000', '185734.780000', '185734.782000', '185734.785000', '185734.788000', '185734.790000', '185734.793000', '185734.795000', '185734.798000', '185734.800000', '185734.803000', '185734.806000', '185734.808000', '185734.811000', '185734.813000', '185734.816000', '185734.818000', '185734.821000', '185734.824000', '185734.826000', '185734.829000', '185734.831000', '185734.834000', '185734.837000', '185734.839000', '185734.842000', '185734.845000', '185734.847000', '185734.850000', '185734.852000', '185734.855000', '185734.858000', '185734.860000', '185734.863000', '185734.865000', '185734.868000', '185734.870000', '185734.873000', '185734.876000', '185734.878000', '185734.881000', '185754.771000', '185754.774000', '185754.777000', '185754.780000', '185754.782000', '185754.785000', '185754.788000', '185754.791000', '185754.793000', '185754.796000', '185754.799000', '185754.801000', '185754.804000', '185754.807000', '185754.809000', '185754.812000', '185754.815000', '185754.817000', '185754.820000', '185754.822000', '185754.825000', '185754.828000', '185754.830000', '185754.833000', '185754.835000', '185754.838000', '185754.841000', '185754.843000', '185754.846000', '185754.849000', '185754.851000', '185754.854000', '185754.856000', '185754.859000', '185754.862000', '185754.864000', '185754.867000', '185754.869000', '185754.872000', '185754.875000', '185754.877000', '185754.880000', '185754.882000', '185754.885000', '185814.771000', '185814.774000', '185814.777000', '185814.780000', '185814.782000', '185814.785000', '185814.787000', '185814.790000', '185814.793000', '185814.795000', '185814.798000', '185814.800000', '185814.803000', '185814.805000', '185814.808000', '185814.811000', '185814.813000', '185814.816000', '185814.828000', '185814.830000', '185814.833000', '185814.835000', '185814.838000', '185814.840000', '185814.843000', '185814.846000', '185814.848000', '185814.851000', '185814.853000', '185814.856000', '185814.859000', '185814.861000', '185814.864000', '185814.867000', '185814.869000', '185814.872000', '185814.874000', '185814.877000', '185814.879000', '185814.882000', '185814.885000', '185814.887000', '185814.890000', '185834.773000', '185834.776000', '185834.778000', '185834.781000', '185834.783000', '185834.786000', '185834.789000', '185834.791000', '185834.794000', '185834.797000', '185834.799000', '185834.802000', '185834.804000', '185834.807000', '185834.810000', '185834.812000', '185834.815000', '185834.817000', '185834.820000', '185834.823000', '185834.825000', '185834.828000', '185834.831000', '185834.833000', '185834.836000', '185834.838000', '185834.841000', '185834.843000', '185834.846000', '185834.849000', '185834.851000', '185834.854000', '185834.856000', '185834.859000', '185834.862000', '185834.864000', '185834.867000', '185834.869000', '185834.872000', '185834.875000', '185834.877000', '185834.880000', '185834.882000', '185854.772000', '185854.775000', '185854.778000', '185854.780000', '185854.783000', '185854.786000', '185854.788000', '185854.791000', '185854.793000', '185854.796000', '185854.799000', '185854.801000', '185854.804000', '185854.806000', '185854.809000', '185854.811000', '185854.814000', '185854.817000', '185854.819000', '185854.822000', '185854.825000', '185854.827000', '185854.830000', '185854.832000', '185854.835000', '185854.837000', '185854.840000', '185854.843000', '185854.845000', '185854.848000', '185854.851000', '185854.853000', '185854.856000', '185854.858000', '185854.861000', '185854.863000', '185854.866000', '185854.869000', '185854.871000', '185854.874000', '185854.876000', '185854.879000', '185854.882000', '185854.884000', '185914.772000', '185914.775000', '185914.778000', '185914.781000', '185914.783000', '185914.786000', '185914.789000', '185914.791000', '185914.794000', '185914.796000', '185914.799000', '185914.802000', '185914.804000', '185914.807000', '185914.809000', '185914.812000', '185914.815000', '185914.817000', '185914.820000', '185914.822000', '185914.825000', '185914.828000', '185914.831000', '185914.834000', '185914.836000', '185914.839000', '185914.842000', '185914.844000', '185914.847000', '185914.849000', '185914.852000', '185914.855000', '185914.857000', '185914.860000', '185914.862000', '185914.865000', '185914.868000', '185914.875000', '185914.878000', '185914.881000', '185914.883000', '185914.886000', '185914.889000', '185934.773000', '185934.775000', '185934.778000', '185934.781000', '185934.784000', '185934.786000', '185934.789000', '185934.791000', '185934.794000', '185934.797000', '185934.799000', '185934.802000', '185934.804000', '185934.807000', '185934.810000', '185934.812000', '185934.815000', '185934.818000', '185934.831000', '185934.834000', '185934.837000', '185934.839000', '185934.842000', '185934.845000', '185934.847000', '185934.850000', '185934.852000', '185934.855000', '185934.858000', '185934.860000', '185934.863000', '185934.866000', '185934.868000', '185934.871000', '185934.874000', '185934.876000', '185934.879000', '185934.881000', '185934.884000', '185934.887000', '185934.889000', '185934.892000', '185934.895000', '185934.897000', '185954.771000', '185954.774000', '185954.777000', '185954.780000', '185954.782000', '185954.785000', '185954.788000', '185954.790000', '185954.793000', '185954.796000', '185954.798000', '185954.801000', '185954.803000', '185954.806000', '185954.809000', '185954.812000', '185954.814000', '185954.817000', '185954.819000', '185954.822000', '185954.825000', '185954.828000', '185954.831000', '185954.834000', '185954.837000', '185954.840000', '185954.843000', '185954.845000', '185954.848000', '185954.851000', '185954.853000', '185954.856000', '185954.859000', '185954.861000', '185954.864000', '185954.866000', '185954.869000', '185954.872000', '185954.874000', '185954.877000', '185954.880000', '185954.882000', '185954.885000', '190014.772000', '190014.774000', '190014.777000', '190014.779000', '190014.782000', '190014.785000', '190014.787000', '190014.790000', '190014.793000', '190014.795000', '190014.798000', '190014.800000', '190014.803000', '190014.806000', '190014.808000', '190014.811000', '190014.813000', '190014.816000', '190014.819000', '190014.821000', '190014.824000', '190014.826000', '190014.829000', '190014.831000', '190014.834000', '190014.837000', '190014.841000', '190014.843000', '190014.846000', '190014.849000', '190014.851000', '190014.854000', '190014.856000', '190014.859000', '190014.861000', '190014.864000', '190014.867000', '190014.869000', '190014.872000', '190014.874000', '190014.877000', '190014.880000', '190014.882000', '190014.885000', '190034.772000', '190034.774000', '190034.777000', '190034.779000', '190034.782000', '190034.785000', '190034.787000', '190034.790000', '190034.792000', '190034.795000', '190034.798000', '190034.800000', '190034.803000', '190034.805000', '190034.808000', '190034.811000', '190034.813000', '190034.816000', '190034.818000', '190034.822000', '190034.825000', '190034.828000', '190034.830000', '190034.833000', '190034.836000', '190034.838000', '190034.841000', '190034.843000', '190034.846000', '190034.848000', '190034.851000', '190034.854000', '190034.856000', '190034.859000', '190034.862000', '190034.864000', '190034.868000', '190034.871000', '190034.873000', '190034.876000', '190034.878000', '190034.881000', '190034.884000', '190054.772000', '190054.775000', '190054.778000', '190054.780000', '190054.783000', '190054.786000', '190054.788000', '190054.791000', '190054.793000', '190054.796000', '190054.798000', '190054.801000', '190054.804000', '190054.806000', '190054.809000', '190054.812000', '190054.814000', '190054.817000', '190054.819000', '190054.822000', '190054.824000', '190054.827000', '190054.830000', '190054.832000', '190054.835000', '190054.837000', '190054.840000', '190054.843000', '190054.845000', '190054.848000', '190054.850000', '190054.853000', '190054.856000', '190054.858000', '190054.861000', '190054.863000', '190054.866000', '190054.868000', '190054.871000', '190054.874000', '190054.876000', '190054.879000', '190054.881000', '190054.884000', '190055.978000', '190055.982000', '190055.984000'], 'InstanceCreationTime': ['185434.808000', '185434.811000', '185434.814000', '185434.817000', '185434.819000', '185434.827000', '185434.829000', '185434.832000', '185434.835000', '185434.839000', '185434.841000', '185434.844000', '185434.847000', '185434.849000', '185434.852000', '185434.854000', '185434.857000', '185434.859000', '185434.862000', '185434.865000', '185434.867000', '185434.870000', '185434.873000', '185434.875000', '185434.878000', '185434.880000', '185434.883000', '185434.886000', '185434.888000', '185434.891000', '185434.893000', '185434.896000', '185434.899000', '185434.901000', '185434.904000', '185434.906000', '185434.909000', '185434.911000', '185434.914000', '185434.916000', '185434.919000', '185434.922000', '185434.924000', '185454.772000', '185454.775000', '185454.778000', '185454.780000', '185454.783000', '185454.785000', '185454.788000', '185454.791000', '185454.793000', '185454.796000', '185454.798000', '185454.801000', '185454.803000', '185454.806000', '185454.808000', '185454.811000', '185454.813000', '185454.816000', '185454.819000', '185454.821000', '185454.824000', '185454.826000', '185454.829000', '185454.831000', '185454.834000', '185454.836000', '185454.839000', '185454.841000', '185454.844000', '185454.846000', '185454.849000', '185454.852000', '185454.854000', '185454.857000', '185454.859000', '185454.862000', '185454.864000', '185454.867000', '185454.870000', '185454.872000', '185454.875000', '185454.885000', '185454.887000', '185514.772000', '185514.775000', '185514.777000', '185514.780000', '185514.782000', '185514.785000', '185514.788000', '185514.790000', '185514.793000', '185514.795000', '185514.798000', '185514.801000', '185514.803000', '185514.806000', '185514.808000', '185514.811000', '185514.814000', '185514.816000', '185514.819000', '185514.821000', '185514.824000', '185514.826000', '185514.829000', '185514.832000', '185514.834000', '185514.837000', '185514.839000', '185514.842000', '185514.845000', '185514.847000', '185514.850000', '185514.852000', '185514.855000', '185514.857000', '185514.860000', '185514.862000', '185514.865000', '185514.868000', '185514.870000', '185514.873000', '185514.875000', '185514.878000', '185514.880000', '185514.883000', '185534.772000', '185534.774000', '185534.777000', '185534.780000', '185534.782000', '185534.785000', '185534.787000', '185534.790000', '185534.792000', '185534.795000', '185534.798000', '185534.800000', '185534.803000', '185534.805000', '185534.808000', '185534.811000', '185534.813000', '185534.816000', '185534.818000', '185534.821000', '185534.823000', '185534.826000', '185534.829000', '185534.831000', '185534.834000', '185534.836000', '185534.839000', '185534.841000', '185534.844000', '185534.847000', '185534.849000', '185534.852000', '185534.854000', '185534.857000', '185534.860000', '185534.862000', '185534.865000', '185534.867000', '185534.870000', '185534.873000', '185534.875000', '185534.878000', '185534.880000', '185554.772000', '185554.774000', '185554.777000', '185554.780000', '185554.782000', '185554.785000', '185554.787000', '185554.790000', '185554.792000', '185554.795000', '185554.798000', '185554.800000', '185554.803000', '185554.812000', '185554.815000', '185554.817000', '185554.820000', '185554.823000', '185554.825000', '185554.828000', '185554.830000', '185554.833000', '185554.835000', '185554.838000', '185554.841000', '185554.843000', '185554.846000', '185554.848000', '185554.851000', '185554.854000', '185554.856000', '185554.859000', '185554.861000', '185554.864000', '185554.867000', '185554.869000', '185554.872000', '185554.874000', '185554.877000', '185554.880000', '185554.882000', '185554.885000', '185554.888000', '185554.890000', '185614.772000', '185614.775000', '185614.778000', '185614.780000', '185614.783000', '185614.786000', '185614.788000', '185614.791000', '185614.793000', '185614.796000', '185614.799000', '185614.801000', '185614.804000', '185614.806000', '185614.809000', '185614.812000', '185614.814000', '185614.817000', '185614.819000', '185614.822000', '185614.825000', '185614.827000', '185614.830000', '185614.832000', '185614.835000', '185614.838000', '185614.840000', '185614.843000', '185614.851000', '185614.853000', '185614.856000', '185614.859000', '185614.861000', '185614.864000', '185614.866000', '185614.869000', '185614.872000', '185614.874000', '185614.877000', '185614.879000', '185614.882000', '185614.884000', '185614.887000', '185634.773000', '185634.775000', '185634.778000', '185634.780000', '185634.783000', '185634.786000', '185634.788000', '185634.791000', '185634.793000', '185634.796000', '185634.799000', '185634.801000', '185634.804000', '185634.807000', '185634.809000', '185634.812000', '185634.814000', '185634.817000', '185634.819000', '185634.822000', '185634.825000', '185634.827000', '185634.830000', '185634.833000', '185634.835000', '185634.838000', '185634.841000', '185634.843000', '185634.846000', '185634.848000', '185634.851000', '185634.854000', '185634.856000', '185634.859000', '185634.861000', '185634.864000', '185634.866000', '185634.906000', '185634.909000', '185634.911000', '185634.914000', '185634.916000', '185634.919000', '185634.921000', '185654.773000', '185654.775000', '185654.778000', '185654.781000', '185654.783000', '185654.786000', '185654.788000', '185654.791000', '185654.793000', '185654.800000', '185654.803000', '185654.805000', '185654.808000', '185654.810000', '185654.813000', '185654.816000', '185654.818000', '185654.821000', '185654.823000', '185654.826000', '185654.829000', '185654.831000', '185654.834000', '185654.836000', '185654.839000', '185654.842000', '185654.844000', '185654.847000', '185654.849000', '185654.852000', '185654.855000', '185654.857000', '185654.860000', '185654.862000', '185654.865000', '185654.868000', '185654.870000', '185654.873000', '185654.875000', '185654.878000', '185654.881000', '185654.883000', '185654.886000', '185714.773000', '185714.775000', '185714.778000', '185714.781000', '185714.783000', '185714.786000', '185714.789000', '185714.791000', '185714.794000', '185714.796000', '185714.799000', '185714.801000', '185714.804000', '185714.807000', '185714.809000', '185714.812000', '185714.814000', '185714.817000', '185714.820000', '185714.822000', '185714.825000', '185714.827000', '185714.830000', '185714.833000', '185714.835000', '185714.838000', '185714.840000', '185714.843000', '185714.845000', '185714.848000', '185714.851000', '185714.853000', '185714.856000', '185714.858000', '185714.861000', '185714.863000', '185714.866000', '185714.869000', '185714.871000', '185714.874000', '185714.876000', '185714.879000', '185714.881000', '185714.884000', '185734.772000', '185734.775000', '185734.777000', '185734.780000', '185734.782000', '185734.785000', '185734.788000', '185734.790000', '185734.793000', '185734.795000', '185734.798000', '185734.800000', '185734.803000', '185734.806000', '185734.808000', '185734.811000', '185734.813000', '185734.816000', '185734.818000', '185734.821000', '185734.824000', '185734.826000', '185734.829000', '185734.831000', '185734.834000', '185734.837000', '185734.839000', '185734.842000', '185734.845000', '185734.847000', '185734.850000', '185734.852000', '185734.855000', '185734.858000', '185734.860000', '185734.863000', '185734.865000', '185734.868000', '185734.870000', '185734.873000', '185734.876000', '185734.878000', '185734.881000', '185754.771000', '185754.774000', '185754.777000', '185754.780000', '185754.782000', '185754.785000', '185754.788000', '185754.791000', '185754.793000', '185754.796000', '185754.799000', '185754.801000', '185754.804000', '185754.807000', '185754.809000', '185754.812000', '185754.815000', '185754.817000', '185754.820000', '185754.822000', '185754.825000', '185754.828000', '185754.830000', '185754.833000', '185754.835000', '185754.838000', '185754.841000', '185754.843000', '185754.846000', '185754.849000', '185754.851000', '185754.854000', '185754.856000', '185754.859000', '185754.862000', '185754.864000', '185754.867000', '185754.869000', '185754.872000', '185754.875000', '185754.877000', '185754.880000', '185754.882000', '185754.885000', '185814.771000', '185814.774000', '185814.777000', '185814.780000', '185814.782000', '185814.785000', '185814.787000', '185814.790000', '185814.793000', '185814.795000', '185814.798000', '185814.800000', '185814.803000', '185814.805000', '185814.808000', '185814.811000', '185814.813000', '185814.816000', '185814.828000', '185814.830000', '185814.833000', '185814.835000', '185814.838000', '185814.840000', '185814.843000', '185814.846000', '185814.848000', '185814.851000', '185814.853000', '185814.856000', '185814.859000', '185814.861000', '185814.864000', '185814.867000', '185814.869000', '185814.872000', '185814.874000', '185814.877000', '185814.879000', '185814.882000', '185814.885000', '185814.887000', '185814.890000', '185834.773000', '185834.776000', '185834.778000', '185834.781000', '185834.783000', '185834.786000', '185834.789000', '185834.791000', '185834.794000', '185834.797000', '185834.799000', '185834.802000', '185834.804000', '185834.807000', '185834.810000', '185834.812000', '185834.815000', '185834.817000', '185834.820000', '185834.823000', '185834.825000', '185834.828000', '185834.831000', '185834.833000', '185834.836000', '185834.838000', '185834.841000', '185834.843000', '185834.846000', '185834.849000', '185834.851000', '185834.854000', '185834.856000', '185834.859000', '185834.862000', '185834.864000', '185834.867000', '185834.869000', '185834.872000', '185834.875000', '185834.877000', '185834.880000', '185834.882000', '185854.772000', '185854.775000', '185854.778000', '185854.780000', '185854.783000', '185854.786000', '185854.788000', '185854.791000', '185854.793000', '185854.796000', '185854.799000', '185854.801000', '185854.804000', '185854.806000', '185854.809000', '185854.811000', '185854.814000', '185854.817000', '185854.819000', '185854.822000', '185854.825000', '185854.827000', '185854.830000', '185854.832000', '185854.835000', '185854.837000', '185854.840000', '185854.843000', '185854.845000', '185854.848000', '185854.851000', '185854.853000', '185854.856000', '185854.858000', '185854.861000', '185854.863000', '185854.866000', '185854.869000', '185854.871000', '185854.874000', '185854.876000', '185854.879000', '185854.882000', '185854.884000', '185914.772000', '185914.775000', '185914.778000', '185914.781000', '185914.783000', '185914.786000', '185914.789000', '185914.791000', '185914.794000', '185914.796000', '185914.799000', '185914.802000', '185914.804000', '185914.807000', '185914.809000', '185914.812000', '185914.815000', '185914.817000', '185914.820000', '185914.822000', '185914.825000', '185914.828000', '185914.831000', '185914.834000', '185914.836000', '185914.839000', '185914.842000', '185914.844000', '185914.847000', '185914.849000', '185914.852000', '185914.855000', '185914.857000', '185914.860000', '185914.862000', '185914.865000', '185914.868000', '185914.875000', '185914.878000', '185914.881000', '185914.883000', '185914.886000', '185914.889000', '185934.773000', '185934.775000', '185934.778000', '185934.781000', '185934.784000', '185934.786000', '185934.789000', '185934.791000', '185934.794000', '185934.797000', '185934.799000', '185934.802000', '185934.804000', '185934.807000', '185934.810000', '185934.812000', '185934.815000', '185934.818000', '185934.831000', '185934.834000', '185934.837000', '185934.839000', '185934.842000', '185934.845000', '185934.847000', '185934.850000', '185934.852000', '185934.855000', '185934.858000', '185934.860000', '185934.863000', '185934.866000', '185934.868000', '185934.871000', '185934.874000', '185934.876000', '185934.879000', '185934.881000', '185934.884000', '185934.887000', '185934.889000', '185934.892000', '185934.895000', '185934.897000', '185954.771000', '185954.774000', '185954.777000', '185954.780000', '185954.782000', '185954.785000', '185954.788000', '185954.790000', '185954.793000', '185954.796000', '185954.798000', '185954.801000', '185954.803000', '185954.806000', '185954.809000', '185954.812000', '185954.814000', '185954.817000', '185954.819000', '185954.822000', '185954.825000', '185954.828000', '185954.831000', '185954.834000', '185954.837000', '185954.840000', '185954.843000', '185954.845000', '185954.848000', '185954.851000', '185954.853000', '185954.856000', '185954.859000', '185954.861000', '185954.864000', '185954.866000', '185954.869000', '185954.872000', '185954.874000', '185954.877000', '185954.880000', '185954.882000', '185954.885000', '190014.772000', '190014.774000', '190014.777000', '190014.779000', '190014.782000', '190014.785000', '190014.787000', '190014.790000', '190014.793000', '190014.795000', '190014.798000', '190014.800000', '190014.803000', '190014.806000', '190014.808000', '190014.811000', '190014.813000', '190014.816000', '190014.819000', '190014.821000', '190014.824000', '190014.826000', '190014.829000', '190014.831000', '190014.834000', '190014.837000', '190014.841000', '190014.843000', '190014.846000', '190014.849000', '190014.851000', '190014.854000', '190014.856000', '190014.859000', '190014.861000', '190014.864000', '190014.867000', '190014.869000', '190014.872000', '190014.874000', '190014.877000', '190014.880000', '190014.882000', '190014.885000', '190034.772000', '190034.774000', '190034.777000', '190034.779000', '190034.782000', '190034.785000', '190034.787000', '190034.790000', '190034.792000', '190034.795000', '190034.798000', '190034.800000', '190034.803000', '190034.805000', '190034.808000', '190034.811000', '190034.813000', '190034.816000', '190034.818000', '190034.822000', '190034.825000', '190034.828000', '190034.830000', '190034.833000', '190034.836000', '190034.838000', '190034.841000', '190034.843000', '190034.846000', '190034.848000', '190034.851000', '190034.854000', '190034.856000', '190034.859000', '190034.862000', '190034.864000', '190034.868000', '190034.871000', '190034.873000', '190034.876000', '190034.878000', '190034.881000', '190034.884000', '190054.772000', '190054.775000', '190054.778000', '190054.780000', '190054.783000', '190054.786000', '190054.788000', '190054.791000', '190054.793000', '190054.796000', '190054.798000', '190054.801000', '190054.804000', '190054.806000', '190054.809000', '190054.812000', '190054.814000', '190054.817000', '190054.819000', '190054.822000', '190054.824000', '190054.827000', '190054.830000', '190054.832000', '190054.835000', '190054.837000', '190054.840000', '190054.843000', '190054.845000', '190054.848000', '190054.850000', '190054.853000', '190054.856000', '190054.858000', '190054.861000', '190054.863000', '190054.866000', '190054.868000', '190054.871000', '190054.874000', '190054.876000', '190054.879000', '190054.881000', '190054.884000', '190055.978000', '190055.982000', '190055.984000'], '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': [8081, 12299, 8194, 12688, 9213, 11026, 8994, 8763, 10465, 7592, 12266, 8846, 12664, 9176, 8454, 10946, 7688, 12640, 9810, 11587, 10028, 7998, 12191, 8697, 14925, 11076, 14239, 10036, 9552, 12086, 13698, 12117, 9790, 13700, 8329, 12918, 9142, 13428, 9907, 9882, 10180, 7719, 12100, 9054, 11961, 9438, 7533, 11967, 8246, 12889, 9248, 11576, 9790, 7524, 11524, 7704, 12439, 8560, 14683, 10728, 15527, 9386, 12261, 9519, 8108, 10873, 7465, 12483, 8474, 12410, 9209, 11848, 9627, 9159, 10122, 7500, 11480, 7921, 11975, 8419, 11976, 9381, 10452, 8708, 9256, 9577, 7904, 11371, 7884, 12595, 8864, 11687, 9524, 8398, 11499, 7754, 12706, 8912, 13016, 9264, 13188, 9870, 13350, 9233, 8240, 11092, 7727, 12603, 9264, 11998, 8918, 9131, 10354, 7971, 11975, 7344, 12968, 8503, 13258, 8811, 13936, 9270, 15411, 9347, 13340, 9304, 13516, 9726, 12678, 10026, 8173, 11021, 7452, 12356, 8600, 12834, 9486, 12857, 9144, 12409, 9681, 10245, 10143, 7459, 11498, 7830, 11577, 7370, 12327, 8155, 12943, 8575, 12735, 9186, 10789, 9524, 7836, 11395, 7965, 12031, 9116, 13394, 9689, 10191, 10024, 7771, 11174, 7683, 14090, 8694, 14533, 9133, 13156, 9544, 12936, 9857, 7854, 10664, 8167, 11776, 8748, 12629, 9316, 12074, 9518, 9816, 9626, 7908, 11929, 7734, 12036, 8766, 12481, 9681, 13569, 10173, 10141, 9318, 8597, 10788, 7706, 12573, 8103, 12334, 7967, 13029, 8966, 12851, 9553, 10221, 9275, 8609, 10343, 8610, 10944, 7348, 11595, 7605, 12480, 8611, 12756, 9112, 9259, 8616, 7651, 11502, 7930, 11977, 9216, 11824, 9599, 10705, 10191, 9067, 11531, 7802, 11903, 7891, 12486, 8296, 13432, 9020, 12301, 9054, 12390, 9779, 12458, 10136, 9352, 10092, 7476, 11644, 7562, 12619, 7793, 13432, 8211, 12880, 9147, 12107, 9961, 10337, 10622, 7665, 11476, 7552, 12383, 7759, 13891, 9448, 12269, 9026, 11665, 9598, 10109, 10977, 7596, 11220, 7318, 11949, 7707, 12059, 7841, 11952, 7829, 12049, 8272, 12984, 9666, 11684, 8978, 9442, 10576, 8348, 11675, 7623, 11953, 8412, 11705, 8981, 8354, 11344, 7591, 12097, 8691, 12035, 9792, 13525, 10338, 9666, 10618, 8070, 11943, 7815, 12507, 9690, 12892, 9127, 8444, 11698, 7743, 12648, 8850, 11892, 9228, 11154, 9822, 9694, 11156, 7652, 12023, 7868, 12431, 8583, 13259, 9731, 13781, 9511, 11521, 9799, 10481, 10683, 7879, 11591, 7759, 12115, 7721, 12315, 9628, 12227, 9393, 11372, 9797, 9696, 11037, 7645, 12002, 8183, 12269, 10036, 10814, 10107, 7730, 11981, 7878, 12339, 10426, 8082, 13455, 9979, 9640, 10849, 8142, 11303, 9358, 7407, 12560, 10310, 8725, 14508, 9778, 14333, 10902, 11915, 11178, 9589, 12328, 8764, 12616, 8356, 13019, 9899, 12674, 7543, 12428, 7624, 12136, 9853, 12319, 8599, 11168, 7641, 11534, 7407, 12247, 7977, 11912, 8756, 12513, 9720, 9422, 10937, 7782, 12503, 8319, 11954, 10144, 8253, 12192, 9996, 15068, 9738, 8368, 11640, 9717, 15610, 12578, 15697, 12191, 13848, 11684, 13301, 11174, 13111, 9815, 10166, 10200, 10699, 10829, 9084, 11931, 7759, 11825, 7599, 12658, 8222, 12510, 7630, 11632, 7833, 12139, 7727, 11983, 7625, 11529, 7873, 12031, 8637, 11422, 9849, 11450, 9134, 11557, 9665, 10795, 9781, 7898, 11046, 7486, 11813, 8629, 12799, 10068, 14055, 10086, 13604, 9945, 13029, 10125, 14923, 10239, 11988, 8678, 10638, 9262, 7438, 8184, 7340, 12097, 9395, 12797, 9767, 10236, 10746, 7594, 11349, 7565, 12944, 8420, 15857, 11624, 14305, 10106, 12057, 10538, 10674, 11165, 7575, 11613, 7723, 12036, 8670, 12230, 10247, 12427, 10591, 8694, 10661, 7849, 11846, 7652, 12379, 8593, 14560, 9823, 12588, 11142, 7789, 11914, 8407, 8193, 9512, 8873, 7739, 11838, 9554, 8939, 12771, 11302, 14819, 12089, 15387, 13028, 15857, 13525, 15930, 13639, 15560, 12651, 14203, 9648, 12251, 10079, 10325, 10117, 7886, 12253, 8826, 11048, 11816, 7899, 11748, 8975, 8027, 10991, 8429, 9576, 10896, 7677, 12742, 10009, 13029, 10254, 9713, 10828, 8337, 12379, 8858, 13041, 8725, 14244, 10143, 14163, 10796, 10065, 10969, 7896, 12590, 7540, 12954, 7766, 13298, 9365, 12769, 9632, 12983, 9798, 12641, 10495, 10601, 10277, 7883, 11353, 7849, 12025, 7570, 12648, 7931, 12124, 9014, 12213, 9735, 10951, 10139, 7977, 11104, 7832, 11886, 8726, 12170, 7998, 12203, 7952, 12746, 9446, 10923, 10351, 8039, 12027, 8006, 12656, 9504, 12009, 10041, 9928, 10872, 7968, 12298, 7590, 12637, 8505, 12547, 9365, 12259, 10181, 11198, 10348, 7823, 11616, 7669, 12580, 9490, 13227, 10666, 8765, 10929, 7777, 12375, 9768, 14997, 10726, 15718, 9331, 13169, 10338, 12068, 10607, 8621, 11732, 7732, 12443, 8014, 12604, 9920, 13773, 10554, 10585, 10014, 7742, 11715, 9086, 12343, 9920, 9523, 11128, 7574, 11728, 7665, 12341, 9327, 11865, 9565, 11444, 10342, 10678, 10129, 7569, 11148, 7657, 12389, 8861, 13027, 10385, 10887, 9509, 7850, 12148, 8473, 12495, 9047, 10610, 10220, 8816, 11802, 7465, 12621, 8702, 12660, 9768, 13409, 10427, 8056, 10938, 7769, 12763, 9506, 12326, 10003, 10007, 11099, 7903, 12138, 7535, 12692, 8652, 12503, 9558, 12786, 10255, 11961, 9807, 7788, 11666, 7579, 12706, 9740, 11065, 9699, 8682, 11935, 7380, 12411, 8178, 12705, 9605, 12710, 10763, 9190, 10896, 7554, 12181, 7580, 13015, 9733, 13206, 10513, 11136, 10394, 9552, 11722, 7834, 12121, 7616, 12097, 7558, 13375, 7992, 12378, 7774, 12058, 8452, 12372, 10125, 12465, 9962, 10316, 10543, 7508, 11779, 7765, 12573, 9038, 11576, 10137, 9270, 11268, 8096, 12063, 9038, 10932, 10435, 7769, 12146, 9167, 12297, 9922, 10173, 11353, 7609, 12290, 9088, 11854, 9897, 10164, 11280, 7739, 12120, 8644, 12472, 9426, 11785, 10326, 8733, 11078, 7717, 12247, 9178, 13077, 10315, 7815, 11266, 7742, 12527, 9135, 13449, 10598, 13773, 10018, 10032, 11071, 8149, 11999, 8329, 14126, 8808, 12644, 10035, 13457, 10867, 11795, 9665, 8441, 10757, 7825, 11748, 7490, 12470, 8204, 12173, 9180, 12213, 10177, 11949, 10316, 10348, 9135, 8543, 11261, 7636, 11585, 7848, 11756], 'WindowCenter': [4675.0, 4719.0, 4657.0, 4706.0, 4663.0, 4681.0, 4651.0, 4650.0, 4670.0, 4630.0, 4689.0, 4649.0, 4690.0, 4660.0, 4640.0, 4679.0, 4631.0, 4699.0, 4671.0, 4678.0, 4669.0, 4629.0, 4690.0, 4650.0, 4709.0, 4680.0, 4696.0, 4657.0, 4647.0, 4677.0, 4685.0, 4676.0, 4645.0, 4685.0, 4623.0, 4674.0, 4635.0, 4684.0, 4656.0, 4646.0, 4656.0, 4615.0, 4675.0, 4637.0, 4676.0, 4647.0, 4627.0, 4677.0, 4636.0, 4687.0, 4647.0, 4678.0, 4656.0, 4617.0, 4676.0, 4614.0, 4675.0, 4637.0, 4694.0, 4665.0, 4695.0, 4635.0, 4664.0, 4642.0, 4615.0, 4652.0, 4603.0, 4664.0, 4623.0, 4664.0, 4633.0, 4663.0, 4644.0, 4634.0, 4643.0, 4603.0, 4662.0, 4613.0, 4662.0, 4624.0, 4662.0, 4643.0, 4654.0, 4625.0, 4633.0, 4644.0, 4627.0, 4666.0, 4628.0, 4675.0, 4636.0, 4677.0, 4646.0, 4638.0, 4669.0, 4617.0, 4678.0, 4636.0, 4685.0, 4647.0, 4683.0, 4646.0, 4686.0, 4647.0, 4626.0, 4665.0, 4618.0, 4687.0, 4647.0, 4677.0, 4649.0, 4647.0, 4656.0, 4627.0, 4677.0, 4616.0, 4686.0, 4638.0, 4685.0, 4636.0, 4683.0, 4635.0, 4695.0, 4634.0, 4674.0, 4636.0, 4671.0, 4644.0, 4673.0, 4644.0, 4623.0, 4651.0, 4604.0, 4674.0, 4637.0, 4675.0, 4645.0, 4673.0, 4635.0, 4675.0, 4645.0, 4653.0, 4654.0, 4607.0, 4664.0, 4603.0, 4663.0, 4604.0, 4674.0, 4613.0, 4672.0, 4634.0, 4675.0, 4634.0, 4652.0, 4644.0, 4614.0, 4664.0, 4615.0, 4674.0, 4636.0, 4674.0, 4645.0, 4656.0, 4644.0, 4603.0, 4653.0, 4603.0, 4681.0, 4622.0, 4682.0, 4634.0, 4672.0, 4644.0, 4672.0, 4645.0, 4612.0, 4654.0, 4625.0, 4664.0, 4636.0, 4674.0, 4634.0, 4673.0, 4644.0, 4644.0, 4645.0, 4614.0, 4664.0, 4603.0, 4663.0, 4623.0, 4663.0, 4644.0, 4673.0, 4644.0, 4642.0, 4633.0, 4622.0, 4668.0, 4616.0, 4659.0, 4613.0, 4675.0, 4615.0, 4661.0, 4623.0, 4663.0, 4634.0, 4643.0, 4632.0, 4623.0, 4642.0, 4622.0, 4666.0, 4603.0, 4664.0, 4616.0, 4647.0, 4625.0, 4660.0, 4648.0, 4657.0, 4648.0, 4625.0, 4662.0, 4610.0, 4660.0, 4632.0, 4662.0, 4643.0, 4654.0, 4653.0, 4634.0, 4663.0, 4614.0, 4664.0, 4611.0, 4671.0, 4623.0, 4683.0, 4631.0, 4661.0, 4633.0, 4672.0, 4653.0, 4673.0, 4656.0, 4644.0, 4655.0, 4613.0, 4663.0, 4627.0, 4685.0, 4616.0, 4685.0, 4626.0, 4685.0, 4646.0, 4675.0, 4656.0, 4655.0, 4653.0, 4625.0, 4674.0, 4616.0, 4674.0, 4615.0, 4695.0, 4644.0, 4673.0, 4634.0, 4674.0, 4647.0, 4656.0, 4665.0, 4616.0, 4665.0, 4605.0, 4664.0, 4614.0, 4674.0, 4611.0, 4662.0, 4613.0, 4661.0, 4622.0, 4670.0, 4643.0, 4663.0, 4633.0, 4644.0, 4654.0, 4621.0, 4665.0, 4614.0, 4663.0, 4624.0, 4664.0, 4634.0, 4635.0, 4666.0, 4614.0, 4674.0, 4635.0, 4674.0, 4655.0, 4685.0, 4654.0, 4643.0, 4653.0, 4623.0, 4662.0, 4614.0, 4673.0, 4643.0, 4685.0, 4644.0, 4625.0, 4662.0, 4614.0, 4674.0, 4634.0, 4673.0, 4644.0, 4663.0, 4655.0, 4643.0, 4653.0, 4612.0, 4663.0, 4612.0, 4671.0, 4632.0, 4672.0, 4632.0, 4671.0, 4632.0, 4651.0, 4642.0, 4651.0, 4651.0, 4611.0, 4650.0, 4600.0, 4660.0, 4612.0, 4662.0, 4632.0, 4662.0, 4631.0, 4662.0, 4642.0, 4640.0, 4651.0, 4602.0, 4662.0, 4625.0, 4663.0, 4644.0, 4654.0, 4643.0, 4614.0, 4675.0, 4625.0, 4674.0, 4667.0, 4638.0, 4701.0, 4660.0, 4649.0, 4665.0, 4629.0, 4680.0, 4649.0, 4631.0, 4688.0, 4658.0, 4636.0, 4696.0, 4656.0, 4685.0, 4654.0, 4663.0, 4655.0, 4633.0, 4662.0, 4622.0, 4663.0, 4611.0, 4670.0, 4630.0, 4659.0, 4588.0, 4650.0, 4590.0, 4649.0, 4629.0, 4649.0, 4610.0, 4649.0, 4600.0, 4661.0, 4604.0, 4673.0, 4625.0, 4675.0, 4634.0, 4674.0, 4657.0, 4647.0, 4665.0, 4627.0, 4687.0, 4638.0, 4677.0, 4668.0, 4638.0, 4688.0, 4657.0, 4698.0, 4647.0, 4637.0, 4666.0, 4646.0, 4695.0, 4676.0, 4696.0, 4674.0, 4673.0, 4662.0, 4670.0, 4652.0, 4661.0, 4631.0, 4641.0, 4641.0, 4640.0, 4641.0, 4621.0, 4651.0, 4601.0, 4652.0, 4602.0, 4661.0, 4612.0, 4660.0, 4602.0, 4650.0, 4601.0, 4661.0, 4602.0, 4662.0, 4613.0, 4664.0, 4626.0, 4673.0, 4634.0, 4664.0, 4656.0, 4665.0, 4647.0, 4665.0, 4648.0, 4666.0, 4657.0, 4627.0, 4667.0, 4618.0, 4678.0, 4638.0, 4689.0, 4659.0, 4687.0, 4658.0, 4696.0, 4656.0, 4675.0, 4655.0, 4695.0, 4657.0, 4677.0, 4650.0, 4655.0, 4634.0, 4590.0, 4598.0, 4579.0, 4675.0, 4645.0, 4698.0, 4668.0, 4667.0, 4676.0, 4624.0, 4662.0, 4600.0, 4659.0, 4612.0, 4693.0, 4664.0, 4683.0, 4655.0, 4675.0, 4653.0, 4652.0, 4651.0, 4600.0, 4650.0, 4600.0, 4660.0, 4622.0, 4662.0, 4644.0, 4662.0, 4654.0, 4622.0, 4652.0, 4612.0, 4662.0, 4611.0, 4661.0, 4622.0, 4683.0, 4668.0, 4689.0, 4678.0, 4615.0, 4662.0, 4634.0, 4637.0, 4654.0, 4636.0, 4615.0, 4677.0, 4658.0, 4648.0, 4688.0, 4667.0, 4686.0, 4664.0, 4682.0, 4660.0, 4667.0, 4647.0, 4670.0, 4646.0, 4653.0, 4631.0, 4640.0, 4599.0, 4621.0, 4601.0, 4613.0, 4614.0, 4582.0, 4632.0, 4630.0, 4652.0, 4649.0, 4601.0, 4652.0, 4623.0, 4626.0, 4666.0, 4627.0, 4646.0, 4651.0, 4603.0, 4663.0, 4633.0, 4662.0, 4642.0, 4632.0, 4642.0, 4611.0, 4660.0, 4610.0, 4656.0, 4609.0, 4660.0, 4630.0, 4657.0, 4639.0, 4631.0, 4639.0, 4600.0, 4649.0, 4590.0, 4649.0, 4590.0, 4661.0, 4620.0, 4659.0, 4630.0, 4660.0, 4631.0, 4660.0, 4642.0, 4641.0, 4631.0, 4612.0, 4652.0, 4613.0, 4662.0, 4613.0, 4673.0, 4614.0, 4674.0, 4635.0, 4674.0, 4647.0, 4666.0, 4656.0, 4627.0, 4667.0, 4617.0, 4676.0, 4636.0, 4689.0, 4627.0, 4676.0, 4626.0, 4688.0, 4661.0, 4678.0, 4672.0, 4638.0, 4688.0, 4641.0, 4700.0, 4670.0, 4691.0, 4673.0, 4671.0, 4681.0, 4641.0, 4692.0, 4631.0, 4701.0, 4640.0, 4689.0, 4659.0, 4690.0, 4670.0, 4680.0, 4670.0, 4629.0, 4678.0, 4628.0, 4688.0, 4661.0, 4689.0, 4670.0, 4638.0, 4667.0, 4628.0, 4687.0, 4657.0, 4696.0, 4668.0, 4697.0, 4637.0, 4675.0, 4656.0, 4675.0, 4655.0, 4637.0, 4665.0, 4615.0, 4674.0, 4623.0, 4674.0, 4657.0, 4685.0, 4656.0, 4655.0, 4644.0, 4616.0, 4665.0, 4637.0, 4678.0, 4657.0, 4647.0, 4667.0, 4616.0, 4675.0, 4617.0, 4689.0, 4646.0, 4676.0, 4657.0, 4677.0, 4667.0, 4666.0, 4656.0, 4616.0, 4666.0, 4616.0, 4687.0, 4649.0, 4698.0, 4656.0, 4666.0, 4646.0, 4629.0, 4677.0, 4626.0, 4677.0, 4648.0, 4668.0, 4657.0, 4648.0, 4678.0, 4616.0, 4676.0, 4637.0, 4676.0, 4656.0, 4685.0, 4655.0, 4628.0, 4663.0, 4616.0, 4687.0, 4657.0, 4677.0, 4657.0, 4657.0, 4667.0, 4629.0, 4676.0, 4616.0, 4675.0, 4635.0, 4674.0, 4646.0, 4674.0, 4668.0, 4664.0, 4646.0, 4617.0, 4665.0, 4617.0, 4687.0, 4648.0, 4667.0, 4657.0, 4637.0, 4676.0, 4617.0, 4686.0, 4626.0, 4685.0, 4658.0, 4685.0, 4679.0, 4646.0, 4666.0, 4616.0, 4677.0, 4617.0, 4687.0, 4646.0, 4675.0, 4655.0, 4663.0, 4655.0, 4646.0, 4665.0, 4615.0, 4674.0, 4613.0, 4674.0, 4613.0, 4673.0, 4612.0, 4663.0, 4612.0, 4660.0, 4623.0, 4662.0, 4643.0, 4662.0, 4644.0, 4642.0, 4653.0, 4603.0, 4663.0, 4604.0, 4663.0, 4635.0, 4664.0, 4655.0, 4635.0, 4666.0, 4625.0, 4675.0, 4636.0, 4666.0, 4668.0, 4629.0, 4678.0, 4647.0, 4677.0, 4657.0, 4654.0, 4666.0, 4617.0, 4677.0, 4637.0, 4676.0, 4656.0, 4657.0, 4666.0, 4617.0, 4676.0, 4639.0, 4686.0, 4646.0, 4675.0, 4657.0, 4636.0, 4665.0, 4617.0, 4677.0, 4648.0, 4687.0, 4659.0, 4629.0, 4678.0, 4629.0, 4688.0, 4649.0, 4688.0, 4668.0, 4686.0, 4646.0, 4656.0, 4665.0, 4627.0, 4675.0, 4626.0, 4686.0, 4635.0, 4686.0, 4655.0, 4685.0, 4656.0, 4666.0, 4645.0, 4625.0, 4653.0, 4614.0, 4664.0, 4604.0, 4674.0, 4623.0, 4663.0, 4634.0, 4663.0, 4655.0, 4663.0, 4656.0, 4645.0, 4633.0, 4624.0, 4653.0, 4614.0, 4665.0, 4625.0, 4664.0], 'WindowWidth': [10260.0, 10306.0, 10218.0, 10277.0, 10217.0, 10238.0, 10196.0, 10193.0, 10219.0, 10166.0, 10244.0, 10193.0, 10246.0, 10206.0, 10180.0, 10230.0, 10169.0, 10260.0, 10224.0, 10230.0, 10217.0, 10163.0, 10244.0, 10191.0, 10274.0, 10232.0, 10252.0, 10198.0, 10183.0, 10222.0, 10232.0, 10219.0, 10176.0, 10232.0, 10145.0, 10216.0, 10163.0, 10229.0, 10192.0, 10177.0, 10190.0, 10137.0, 10217.0, 10169.0, 10222.0, 10185.0, 10156.0, 10223.0, 10170.0, 10238.0, 10184.0, 10225.0, 10195.0, 10142.0, 10219.0, 10136.0, 10218.0, 10169.0, 10245.0, 10204.0, 10245.0, 10161.0, 10199.0, 10167.0, 10134.0, 10182.0, 10116.0, 10199.0, 10142.0, 10199.0, 10156.0, 10199.0, 10172.0, 10159.0, 10168.0, 10114.0, 10194.0, 10131.0, 10194.0, 10148.0, 10194.0, 10173.0, 10185.0, 10148.0, 10158.0, 10173.0, 10153.0, 10206.0, 10156.0, 10219.0, 10167.0, 10222.0, 10180.0, 10170.0, 10210.0, 10141.0, 10224.0, 10166.0, 10231.0, 10181.0, 10228.0, 10179.0, 10236.0, 10182.0, 10152.0, 10202.0, 10143.0, 10236.0, 10183.0, 10224.0, 10187.0, 10185.0, 10196.0, 10157.0, 10224.0, 10140.0, 10235.0, 10172.0, 10232.0, 10165.0, 10228.0, 10162.0, 10245.0, 10160.0, 10215.0, 10164.0, 10209.0, 10174.0, 10212.0, 10175.0, 10144.0, 10179.0, 10120.0, 10214.0, 10168.0, 10216.0, 10177.0, 10213.0, 10163.0, 10217.0, 10178.0, 10188.0, 10190.0, 10125.0, 10199.0, 10118.0, 10199.0, 10119.0, 10213.0, 10131.0, 10212.0, 10161.0, 10216.0, 10160.0, 10182.0, 10174.0, 10134.0, 10199.0, 10135.0, 10213.0, 10166.0, 10215.0, 10176.0, 10190.0, 10173.0, 10117.0, 10183.0, 10117.0, 10223.0, 10141.0, 10223.0, 10157.0, 10208.0, 10173.0, 10210.0, 10174.0, 10128.0, 10185.0, 10147.0, 10200.0, 10164.0, 10216.0, 10161.0, 10213.0, 10173.0, 10173.0, 10175.0, 10132.0, 10201.0, 10115.0, 10197.0, 10142.0, 10196.0, 10173.0, 10211.0, 10173.0, 10169.0, 10154.0, 10141.0, 10211.0, 10137.0, 10186.0, 10133.0, 10217.0, 10135.0, 10190.0, 10141.0, 10195.0, 10158.0, 10167.0, 10152.0, 10142.0, 10167.0, 10141.0, 10206.0, 10118.0, 10198.0, 10136.0, 10162.0, 10149.0, 10190.0, 10186.0, 10201.0, 10188.0, 10154.0, 10196.0, 10125.0, 10191.0, 10155.0, 10197.0, 10173.0, 10189.0, 10188.0, 10162.0, 10201.0, 10136.0, 10202.0, 10129.0, 10210.0, 10145.0, 10227.0, 10154.0, 10195.0, 10159.0, 10211.0, 10187.0, 10216.0, 10195.0, 10177.0, 10191.0, 10134.0, 10200.0, 10159.0, 10233.0, 10141.0, 10233.0, 10153.0, 10233.0, 10181.0, 10220.0, 10196.0, 10194.0, 10189.0, 10154.0, 10216.0, 10140.0, 10215.0, 10138.0, 10249.0, 10176.0, 10215.0, 10165.0, 10220.0, 10184.0, 10195.0, 10204.0, 10139.0, 10203.0, 10123.0, 10202.0, 10134.0, 10215.0, 10126.0, 10198.0, 10131.0, 10195.0, 10144.0, 10207.0, 10175.0, 10198.0, 10157.0, 10173.0, 10188.0, 10144.0, 10203.0, 10133.0, 10200.0, 10148.0, 10201.0, 10164.0, 10166.0, 10208.0, 10136.0, 10219.0, 10166.0, 10218.0, 10192.0, 10233.0, 10190.0, 10171.0, 10185.0, 10145.0, 10196.0, 10135.0, 10213.0, 10174.0, 10234.0, 10177.0, 10152.0, 10199.0, 10135.0, 10218.0, 10161.0, 10216.0, 10175.0, 10201.0, 10189.0, 10174.0, 10185.0, 10129.0, 10197.0, 10130.0, 10208.0, 10158.0, 10211.0, 10155.0, 10210.0, 10155.0, 10180.0, 10168.0, 10180.0, 10180.0, 10125.0, 10175.0, 10110.0, 10190.0, 10128.0, 10197.0, 10155.0, 10195.0, 10153.0, 10195.0, 10170.0, 10166.0, 10179.0, 10114.0, 10195.0, 10153.0, 10199.0, 10175.0, 10187.0, 10171.0, 10133.0, 10216.0, 10151.0, 10215.0, 10214.0, 10176.0, 10262.0, 10202.0, 10185.0, 10202.0, 10161.0, 10234.0, 10190.0, 10167.0, 10241.0, 10198.0, 10165.0, 10249.0, 10191.0, 10232.0, 10186.0, 10200.0, 10188.0, 10154.0, 10195.0, 10140.0, 10194.0, 10122.0, 10203.0, 10145.0, 10186.0, 10087.0, 10171.0, 10090.0, 10170.0, 10144.0, 10172.0, 10119.0, 10170.0, 10108.0, 10191.0, 10119.0, 10213.0, 10152.0, 10216.0, 10163.0, 10216.0, 10197.0, 10182.0, 10205.0, 10157.0, 10237.0, 10172.0, 10226.0, 10213.0, 10173.0, 10242.0, 10197.0, 10252.0, 10184.0, 10170.0, 10206.0, 10177.0, 10248.0, 10220.0, 10250.0, 10213.0, 10214.0, 10195.0, 10206.0, 10181.0, 10191.0, 10150.0, 10163.0, 10162.0, 10161.0, 10164.0, 10135.0, 10175.0, 10110.0, 10178.0, 10112.0, 10191.0, 10126.0, 10189.0, 10111.0, 10175.0, 10109.0, 10192.0, 10115.0, 10196.0, 10129.0, 10199.0, 10150.0, 10212.0, 10163.0, 10202.0, 10193.0, 10204.0, 10183.0, 10205.0, 10185.0, 10207.0, 10196.0, 10154.0, 10207.0, 10146.0, 10224.0, 10173.0, 10242.0, 10202.0, 10238.0, 10197.0, 10252.0, 10195.0, 10219.0, 10192.0, 10247.0, 10200.0, 10225.0, 10194.0, 10191.0, 10155.0, 10090.0, 10097.0, 10071.0, 10219.0, 10179.0, 10262.0, 10219.0, 10215.0, 10226.0, 10152.0, 10197.0, 10109.0, 10187.0, 10128.0, 10243.0, 10201.0, 10230.0, 10191.0, 10221.0, 10187.0, 10184.0, 10178.0, 10108.0, 10174.0, 10110.0, 10190.0, 10141.0, 10195.0, 10174.0, 10197.0, 10187.0, 10143.0, 10182.0, 10129.0, 10193.0, 10126.0, 10193.0, 10142.0, 10227.0, 10219.0, 10245.0, 10230.0, 10140.0, 10197.0, 10166.0, 10173.0, 10193.0, 10167.0, 10137.0, 10223.0, 10200.0, 10186.0, 10242.0, 10209.0, 10235.0, 10200.0, 10223.0, 10187.0, 10196.0, 10163.0, 10202.0, 10160.0, 10165.0, 10135.0, 10144.0, 10086.0, 10118.0, 10092.0, 10108.0, 10112.0, 10066.0, 10136.0, 10152.0, 10177.0, 10169.0, 10108.0, 10176.0, 10140.0, 10152.0, 10204.0, 10153.0, 10174.0, 10174.0, 10112.0, 10196.0, 10154.0, 10192.0, 10164.0, 10152.0, 10163.0, 10122.0, 10185.0, 10117.0, 10178.0, 10115.0, 10186.0, 10144.0, 10180.0, 10156.0, 10147.0, 10156.0, 10104.0, 10168.0, 10090.0, 10168.0, 10090.0, 10187.0, 10130.0, 10183.0, 10144.0, 10183.0, 10146.0, 10183.0, 10162.0, 10160.0, 10147.0, 10128.0, 10180.0, 10129.0, 10193.0, 10128.0, 10208.0, 10131.0, 10212.0, 10163.0, 10213.0, 10181.0, 10207.0, 10193.0, 10154.0, 10207.0, 10141.0, 10220.0, 10165.0, 10243.0, 10154.0, 10219.0, 10151.0, 10237.0, 10206.0, 10228.0, 10222.0, 10176.0, 10241.0, 10184.0, 10259.0, 10221.0, 10249.0, 10229.0, 10222.0, 10235.0, 10182.0, 10249.0, 10169.0, 10264.0, 10177.0, 10243.0, 10203.0, 10245.0, 10218.0, 10234.0, 10221.0, 10163.0, 10225.0, 10160.0, 10240.0, 10208.0, 10245.0, 10219.0, 10173.0, 10211.0, 10160.0, 10240.0, 10197.0, 10251.0, 10212.0, 10252.0, 10168.0, 10219.0, 10192.0, 10218.0, 10191.0, 10166.0, 10202.0, 10135.0, 10213.0, 10146.0, 10216.0, 10197.0, 10231.0, 10190.0, 10189.0, 10173.0, 10138.0, 10202.0, 10167.0, 10224.0, 10194.0, 10182.0, 10207.0, 10139.0, 10218.0, 10142.0, 10242.0, 10180.0, 10223.0, 10197.0, 10224.0, 10212.0, 10209.0, 10195.0, 10138.0, 10206.0, 10139.0, 10238.0, 10187.0, 10256.0, 10194.0, 10206.0, 10180.0, 10161.0, 10223.0, 10153.0, 10223.0, 10184.0, 10212.0, 10197.0, 10187.0, 10225.0, 10140.0, 10220.0, 10170.0, 10221.0, 10194.0, 10233.0, 10192.0, 10157.0, 10201.0, 10142.0, 10238.0, 10198.0, 10224.0, 10197.0, 10196.0, 10207.0, 10159.0, 10220.0, 10138.0, 10219.0, 10164.0, 10214.0, 10180.0, 10217.0, 10216.0, 10203.0, 10178.0, 10142.0, 10203.0, 10144.0, 10237.0, 10184.0, 10211.0, 10196.0, 10172.0, 10222.0, 10142.0, 10235.0, 10152.0, 10231.0, 10199.0, 10235.0, 10233.0, 10181.0, 10205.0, 10138.0, 10222.0, 10142.0, 10239.0, 10179.0, 10220.0, 10190.0, 10201.0, 10190.0, 10181.0, 10203.0, 10136.0, 10214.0, 10132.0, 10213.0, 10131.0, 10213.0, 10126.0, 10197.0, 10128.0, 10189.0, 10144.0, 10194.0, 10170.0, 10194.0, 10170.0, 10168.0, 10183.0, 10119.0, 10198.0, 10118.0, 10199.0, 10161.0, 10202.0, 10190.0, 10163.0, 10206.0, 10150.0, 10216.0, 10166.0, 10207.0, 10213.0, 10162.0, 10228.0, 10182.0, 10223.0, 10194.0, 10190.0, 10207.0, 10142.0, 10224.0, 10170.0, 10222.0, 10194.0, 10197.0, 10209.0, 10141.0, 10223.0, 10174.0, 10234.0, 10182.0, 10220.0, 10198.0, 10168.0, 10205.0, 10142.0, 10223.0, 10187.0, 10238.0, 10200.0, 10161.0, 10225.0, 10162.0, 10241.0, 10188.0, 10240.0, 10212.0, 10234.0, 10179.0, 10193.0, 10204.0, 10155.0, 10219.0, 10153.0, 10234.0, 10165.0, 10234.0, 10192.0, 10232.0, 10193.0, 10206.0, 10175.0, 10148.0, 10185.0, 10135.0, 10201.0, 10119.0, 10213.0, 10143.0, 10197.0, 10159.0, 10197.0, 10191.0, 10198.0, 10195.0, 10176.0, 10156.0, 10147.0, 10185.0, 10135.0, 10204.0, 10149.0, 10202.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.0018290229885057471</td></tr>
<tr><td colspan=3>aqi</td><td>0.02352750091954023</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.61622039306097</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1881635825431531</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9983672605868815</td></tr>
<tr><td colspan=3>efc</td><td>0.5174</td></tr>
<tr><td colspan=3>fber</td><td>2835.8477</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09875753846180553</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.747126436781609</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.583239230926615</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5239599398241057</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7028503901044796</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.52290736285126</td></tr>
<tr><td colspan=3>gcor</td><td>0.00998044</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0016663174610584974</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03273741155862808</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1475260445200846</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.1301</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>76.7928</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>254.4484</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291586.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1207.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>445.7893</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7413</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.115</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3819.5259</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84958.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.3891</td></tr>
<tr><td colspan=3>tsnr</td><td>37.46361228288151</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>