ds005256-mriqc/sub-0078_ses-03_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 0c23e25301 [DATALAD RUNCMD] Compute MRIQC for sub-0078
=== 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-0078 --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-0078",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:00 +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-0078_ses-03_task-social_acq-mb8_run-05_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-0078_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-05_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-0078/ses-03/func/sub-0078_ses-03_task-social_acq-mb8_run-05_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>108838d8e787954fa9b7fab07eeaa51d</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:13:48.302500</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.999412, 0.0319683, -0.0124064, -0.030884, 0.996358, 0.0794806]</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-05_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.0817987</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7770, -7214, 760, -50, -191, -43, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.869</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>52de557d-e1fc-4b75-92eb-c3d38c6f910b||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.681349039077759, -0.08285946398973465, -0.0402357243001461, 117.47994995117188], [-0.0857686772942543, 2.6731553077697754, 0.21343697607517242, -98.19095611572266], [-0.033285580575466156, -0.21324074268341064, 2.6912498474121094, -44.94535827636719], [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': ['111348.302500', '111348.762500', '111349.222500', '111349.682500', '111350.142500', '111350.602500', '111351.062500', '111351.522500', '111351.982500', '111352.442500', '111352.902500', '111353.362500', '111353.822500', '111354.282500', '111354.742500', '111355.202500', '111355.662500', '111356.122500', '111356.582500', '111357.042500', '111357.502500', '111357.962500', '111358.422500', '111358.882500', '111359.342500', '111359.802500', '111400.262500', '111400.722500', '111401.182500', '111401.642500', '111402.102500', '111402.562500', '111403.022500', '111403.482500', '111403.942500', '111404.402500', '111404.862500', '111405.322500', '111405.782500', '111406.242500', '111406.702500', '111407.162500', '111407.622500', '111408.082500', '111408.542500', '111409.002500', '111409.462500', '111409.922500', '111410.382500', '111410.842500', '111411.302500', '111411.762500', '111412.222500', '111412.682500', '111413.142500', '111413.602500', '111414.062500', '111414.522500', '111414.982500', '111415.442500', '111415.902500', '111416.362500', '111416.822500', '111417.282500', '111417.742500', '111418.202500', '111418.662500', '111419.122500', '111419.582500', '111420.042500', '111420.502500', '111420.962500', '111421.422500', '111421.882500', '111422.342500', '111422.802500', '111423.262500', '111423.722500', '111424.182500', '111424.642500', '111425.102500', '111425.562500', '111426.022500', '111426.482500', '111426.942500', '111427.402500', '111427.862500', '111428.322500', '111428.782500', '111429.242500', '111429.702500', '111430.162500', '111430.622500', '111431.082500', '111431.542500', '111432.002500', '111432.462500', '111432.922500', '111433.382500', '111433.842500', '111434.302500', '111434.762500', '111435.222500', '111435.682500', '111436.142500', '111436.602500', '111437.062500', '111437.522500', '111437.982500', '111438.442500', '111438.902500', '111439.362500', '111439.822500', '111440.282500', '111440.742500', '111441.202500', '111441.662500', '111442.122500', '111442.582500', '111443.042500', '111443.502500', '111443.962500', '111444.422500', '111444.882500', '111445.342500', '111445.802500', '111446.262500', '111446.722500', '111447.182500', '111447.642500', '111448.102500', '111448.562500', '111449.022500', '111449.482500', '111449.942500', '111450.402500', '111450.862500', '111451.322500', '111451.782500', '111452.242500', '111452.702500', '111453.162500', '111453.622500', '111454.082500', '111454.542500', '111455.002500', '111455.462500', '111455.922500', '111456.382500', '111456.842500', '111457.302500', '111457.762500', '111458.222500', '111458.682500', '111459.142500', '111459.602500', '111500.062500', '111500.522500', '111500.982500', '111501.442500', '111501.902500', '111502.362500', '111502.822500', '111503.282500', '111503.742500', '111504.202500', '111504.662500', '111505.122500', '111505.582500', '111506.042500', '111506.502500', '111506.962500', '111507.422500', '111507.882500', '111508.342500', '111508.802500', '111509.262500', '111509.722500', '111510.182500', '111510.642500', '111511.102500', '111511.562500', '111512.022500', '111512.482500', '111512.942500', '111513.402500', '111513.862500', '111514.322500', '111514.782500', '111515.242500', '111515.702500', '111516.162500', '111516.622500', '111517.082500', '111517.542500', '111518.002500', '111518.462500', '111518.922500', '111519.382500', '111519.842500', '111520.302500', '111520.762500', '111521.222500', '111521.682500', '111522.142500', '111522.602500', '111523.062500', '111523.522500', '111523.982500', '111524.442500', '111524.902500', '111525.362500', '111525.822500', '111526.282500', '111526.742500', '111527.202500', '111527.662500', '111528.122500', '111528.582500', '111529.042500', '111529.502500', '111529.962500', '111530.422500', '111530.882500', '111531.342500', '111531.802500', '111532.262500', '111532.722500', '111533.182500', '111533.642500', '111534.102500', '111534.562500', '111535.022500', '111535.482500', '111535.942500', '111536.402500', '111536.862500', '111537.322500', '111537.782500', '111538.242500', '111538.702500', '111539.162500', '111539.622500', '111540.082500', '111540.542500', '111541.002500', '111541.462500', '111541.922500', '111542.382500', '111542.842500', '111543.302500', '111543.762500', '111544.222500', '111544.682500', '111545.142500', '111545.602500', '111546.062500', '111546.522500', '111546.982500', '111547.442500', '111547.902500', '111548.362500', '111548.822500', '111549.282500', '111549.742500', '111550.202500', '111550.662500', '111551.122500', '111551.582500', '111552.042500', '111552.502500', '111552.962500', '111553.422500', '111553.882500', '111554.342500', '111554.802500', '111555.262500', '111555.722500', '111556.182500', '111556.642500', '111557.102500', '111557.562500', '111558.022500', '111558.482500', '111558.942500', '111559.402500', '111559.862500', '111600.322500', '111600.782500', '111601.242500', '111601.702500', '111602.162500', '111602.622500', '111603.082500', '111603.542500', '111604.002500', '111604.462500', '111604.922500', '111605.382500', '111605.842500', '111606.302500', '111606.762500', '111607.222500', '111607.682500', '111608.142500', '111608.602500', '111609.062500', '111609.522500', '111609.982500', '111610.442500', '111610.902500', '111611.362500', '111611.822500', '111612.282500', '111612.742500', '111613.202500', '111613.662500', '111614.122500', '111614.582500', '111615.042500', '111615.502500', '111615.962500', '111616.422500', '111616.882500', '111617.342500', '111617.802500', '111618.262500', '111618.722500', '111619.182500', '111619.642500', '111620.102500', '111620.562500', '111621.022500', '111621.482500', '111621.942500', '111622.402500', '111622.862500', '111623.322500', '111623.782500', '111624.242500', '111624.702500', '111625.162500', '111625.622500', '111626.082500', '111626.542500', '111627.002500', '111627.462500', '111627.922500', '111628.382500', '111628.842500', '111629.302500', '111629.762500', '111630.222500', '111630.682500', '111631.142500', '111631.602500', '111632.062500', '111632.522500', '111632.982500', '111633.442500', '111633.902500', '111634.362500', '111634.822500', '111635.282500', '111635.742500', '111636.202500', '111636.662500', '111637.122500', '111637.582500', '111638.042500', '111638.502500', '111638.962500', '111639.422500', '111639.882500', '111640.342500', '111640.802500', '111641.262500', '111641.722500', '111642.182500', '111642.642500', '111643.102500', '111643.562500', '111644.022500', '111644.482500', '111644.942500', '111645.402500', '111645.862500', '111646.322500', '111646.782500', '111647.242500', '111647.702500', '111648.162500', '111648.622500', '111649.082500', '111649.542500', '111650.002500', '111650.462500', '111650.922500', '111651.382500', '111651.842500', '111652.302500', '111652.762500', '111653.222500', '111653.682500', '111654.142500', '111654.602500', '111655.062500', '111655.522500', '111655.982500', '111656.442500', '111656.902500', '111657.362500', '111657.822500', '111658.282500', '111658.742500', '111659.202500', '111659.662500', '111700.122500', '111700.582500', '111701.042500', '111701.502500', '111701.962500', '111702.422500', '111702.882500', '111703.342500', '111703.802500', '111704.262500', '111704.722500', '111705.182500', '111705.642500', '111706.102500', '111706.562500', '111707.022500', '111707.482500', '111707.942500', '111708.402500', '111708.862500', '111709.322500', '111709.782500', '111710.242500', '111710.702500', '111711.162500', '111711.622500', '111712.082500', '111712.542500', '111713.002500', '111713.462500', '111713.922500', '111714.382500', '111714.842500', '111715.302500', '111715.762500', '111716.222500', '111716.682500', '111717.142500', '111717.602500', '111718.062500', '111718.522500', '111718.982500', '111719.442500', '111719.902500', '111720.362500', '111720.822500', '111721.282500', '111721.742500', '111722.202500', '111722.662500', '111723.122500', '111723.582500', '111724.042500', '111724.502500', '111724.962500', '111725.422500', '111725.882500', '111726.342500', '111726.802500', '111727.262500', '111727.722500', '111728.182500', '111728.642500', '111729.102500', '111729.562500', '111730.022500', '111730.482500', '111730.942500', '111731.402500', '111731.862500', '111732.322500', '111732.782500', '111733.242500', '111733.702500', '111734.162500', '111734.622500', '111735.082500', '111735.542500', '111736.002500', '111736.462500', '111736.922500', '111737.382500', '111737.842500', '111738.302500', '111738.762500', '111739.222500', '111739.682500', '111740.142500', '111740.602500', '111741.062500', '111741.522500', '111741.982500', '111742.442500', '111742.902500', '111743.362500', '111743.822500', '111744.282500', '111744.742500', '111745.202500', '111745.662500', '111746.122500', '111746.582500', '111747.042500', '111747.502500', '111747.962500', '111748.422500', '111748.882500', '111749.342500', '111749.802500', '111750.262500', '111750.722500', '111751.182500', '111751.642500', '111752.102500', '111752.562500', '111753.022500', '111753.482500', '111753.942500', '111754.402500', '111754.862500', '111755.322500', '111755.782500', '111756.242500', '111756.702500', '111757.162500', '111757.622500', '111758.082500', '111758.542500', '111759.002500', '111759.462500', '111759.922500', '111800.382500', '111800.842500', '111801.302500', '111801.762500', '111802.222500', '111802.682500', '111803.142500', '111803.602500', '111804.062500', '111804.522500', '111804.982500', '111805.442500', '111805.902500', '111806.362500', '111806.822500', '111807.282500', '111807.742500', '111808.202500', '111808.662500', '111809.122500', '111809.582500', '111810.042500', '111810.502500', '111810.962500', '111811.422500', '111811.882500', '111812.342500', '111812.802500', '111813.262500', '111813.722500', '111814.182500', '111814.642500', '111815.102500', '111815.562500', '111816.022500', '111816.482500', '111816.942500', '111817.402500', '111817.862500', '111818.322500', '111818.782500', '111819.242500', '111819.702500', '111820.162500', '111820.622500', '111821.082500', '111821.542500', '111822.002500', '111822.462500', '111822.922500', '111823.382500', '111823.842500', '111824.302500', '111824.762500', '111825.222500', '111825.682500', '111826.142500', '111826.602500', '111827.062500', '111827.522500', '111827.982500', '111828.442500', '111828.902500', '111829.362500', '111829.822500', '111830.282500', '111830.742500', '111831.202500', '111831.662500', '111832.122500', '111832.582500', '111833.042500', '111833.502500', '111833.962500', '111834.422500', '111834.882500', '111835.342500', '111835.802500', '111836.262500', '111836.722500', '111837.182500', '111837.642500', '111838.102500', '111838.562500', '111839.022500', '111839.482500', '111839.942500', '111840.402500', '111840.862500', '111841.322500', '111841.782500', '111842.242500', '111842.702500', '111843.162500', '111843.622500', '111844.082500', '111844.542500', '111845.002500', '111845.462500', '111845.922500', '111846.382500', '111846.842500', '111847.302500', '111847.762500', '111848.222500', '111848.682500', '111849.142500', '111849.602500', '111850.062500', '111850.522500', '111850.982500', '111851.442500', '111851.902500', '111852.362500', '111852.822500', '111853.282500', '111853.742500', '111854.202500', '111854.662500', '111855.122500', '111855.582500', '111856.042500', '111856.502500', '111856.962500', '111857.422500', '111857.882500', '111858.342500', '111858.802500', '111859.262500', '111859.722500', '111900.182500', '111900.642500', '111901.102500', '111901.562500', '111902.022500', '111902.482500', '111902.942500', '111903.402500', '111903.862500', '111904.322500', '111904.782500', '111905.242500', '111905.702500', '111906.162500', '111906.622500', '111907.082500', '111907.542500', '111908.002500', '111908.462500', '111908.922500', '111909.382500', '111909.842500', '111910.302500', '111910.762500', '111911.222500', '111911.682500', '111912.142500', '111912.602500', '111913.062500', '111913.522500', '111913.982500', '111914.442500', '111914.902500', '111915.362500', '111915.822500', '111916.282500', '111916.742500', '111917.202500', '111917.662500', '111918.122500', '111918.582500', '111919.042500', '111919.502500', '111919.962500', '111920.422500', '111920.882500', '111921.342500', '111921.802500', '111922.262500', '111922.722500', '111923.182500', '111923.642500', '111924.102500', '111924.562500', '111925.022500', '111925.482500', '111925.942500', '111926.402500', '111926.862500', '111927.322500', '111927.782500', '111928.242500', '111928.702500', '111929.162500', '111929.622500', '111930.082500', '111930.542500', '111931.002500', '111931.462500', '111931.922500', '111932.382500', '111932.842500', '111933.302500', '111933.762500', '111934.222500', '111934.682500', '111935.142500', '111935.602500', '111936.062500', '111936.522500', '111936.982500', '111937.442500', '111937.902500', '111938.362500', '111938.822500', '111939.282500', '111939.742500', '111940.202500', '111940.662500', '111941.122500', '111941.582500', '111942.042500', '111942.502500', '111942.962500', '111943.422500', '111943.882500', '111944.342500', '111944.802500', '111945.262500', '111945.722500', '111946.182500', '111946.642500', '111947.102500', '111947.562500', '111948.022500', '111948.482500', '111948.942500', '111949.402500', '111949.862500', '111950.322500', '111950.782500', '111951.242500', '111951.702500', '111952.162500', '111952.622500', '111953.082500', '111953.542500', '111954.002500', '111954.462500', '111954.922500', '111955.382500', '111955.842500', '111956.302500', '111956.762500', '111957.222500', '111957.682500', '111958.142500', '111958.602500', '111959.062500', '111959.522500', '111959.982500', '112000.442500', '112000.902500', '112001.362500', '112001.822500', '112002.282500', '112002.742500', '112003.202500', '112003.662500', '112004.122500', '112004.582500', '112005.042500', '112005.502500', '112005.962500', '112006.422500', '112006.882500', '112007.342500', '112007.802500', '112008.262500', '112008.722500', '112009.182500', '112009.642500', '112010.102500', '112010.562500', '112011.022500', '112011.482500', '112011.942500', '112012.402500', '112012.862500', '112013.322500', '112013.782500', '112014.242500', '112014.702500', '112015.162500', '112015.622500', '112016.082500', '112016.542500', '112017.002500', '112017.462500', '112017.922500', '112018.382500', '112018.842500', '112019.302500', '112019.762500', '112020.222500', '112020.682500', '112021.142500', '112021.602500', '112022.062500', '112022.522500', '112022.982500', '112023.442500', '112023.902500', '112024.362500', '112024.822500', '112025.282500', '112025.742500', '112026.202500', '112026.662500', '112027.122500', '112027.582500', '112028.042500', '112028.502500', '112028.962500'], 'ContentTime': ['111416.907000', '111416.911000', '111416.914000', '111416.918000', '111416.921000', '111416.923000', '111416.926000', '111416.929000', '111416.931000', '111416.934000', '111416.936000', '111416.939000', '111416.941000', '111416.944000', '111416.947000', '111416.949000', '111416.952000', '111416.954000', '111416.957000', '111416.960000', '111416.963000', '111416.965000', '111416.968000', '111416.971000', '111416.973000', '111416.976000', '111416.979000', '111416.981000', '111416.984000', '111416.986000', '111416.989000', '111416.992000', '111416.994000', '111416.997000', '111417.001000', '111417.003000', '111417.006000', '111417.009000', '111417.011000', '111417.014000', '111417.017000', '111417.019000', '111417.022000', '111417.024000', '111417.027000', '111417.029000', '111417.032000', '111417.035000', '111417.037000', '111417.040000', '111417.042000', '111417.045000', '111417.047000', '111417.050000', '111417.052000', '111417.069000', '111417.071000', '111417.074000', '111417.076000', '111417.079000', '111436.878000', '111436.881000', '111436.884000', '111436.886000', '111436.889000', '111436.891000', '111436.894000', '111436.897000', '111436.899000', '111436.902000', '111436.905000', '111436.907000', '111436.919000', '111436.921000', '111436.924000', '111436.927000', '111436.929000', '111436.932000', '111436.934000', '111436.937000', '111436.940000', '111436.942000', '111436.945000', '111436.947000', '111436.950000', '111436.953000', '111436.955000', '111436.958000', '111436.960000', '111436.963000', '111436.965000', '111436.968000', '111436.971000', '111436.973000', '111436.976000', '111436.978000', '111436.981000', '111436.983000', '111436.986000', '111436.988000', '111436.991000', '111436.994000', '111436.996000', '111456.879000', '111456.881000', '111456.884000', '111456.887000', '111456.889000', '111456.899000', '111456.902000', '111456.905000', '111456.908000', '111456.910000', '111456.913000', '111456.915000', '111456.918000', '111456.920000', '111456.923000', '111456.925000', '111456.928000', '111456.931000', '111456.933000', '111456.936000', '111456.938000', '111456.941000', '111456.943000', '111456.946000', '111456.948000', '111456.951000', '111456.953000', '111456.956000', '111456.959000', '111456.961000', '111456.964000', '111456.966000', '111456.969000', '111456.972000', '111456.974000', '111456.977000', '111456.979000', '111456.982000', '111456.984000', '111456.987000', '111456.989000', '111456.992000', '111456.994000', '111516.877000', '111516.880000', '111516.883000', '111516.892000', '111516.895000', '111516.897000', '111516.900000', '111516.902000', '111516.905000', '111516.908000', '111516.910000', '111516.913000', '111516.915000', '111516.918000', '111516.920000', '111516.923000', '111516.926000', '111516.928000', '111516.931000', '111516.933000', '111516.936000', '111516.938000', '111516.941000', '111516.944000', '111516.946000', '111516.949000', '111516.951000', '111516.954000', '111516.956000', '111516.959000', '111516.962000', '111516.964000', '111516.967000', '111516.969000', '111516.980000', '111516.982000', '111516.985000', '111516.988000', '111516.990000', '111516.993000', '111516.995000', '111516.998000', '111517.002000', '111517.004000', '111536.878000', '111536.881000', '111536.884000', '111536.886000', '111536.889000', '111536.892000', '111536.894000', '111536.897000', '111536.900000', '111536.902000', '111536.905000', '111536.908000', '111536.911000', '111536.914000', '111536.917000', '111536.919000', '111536.922000', '111536.924000', '111536.927000', '111536.930000', '111536.932000', '111536.935000', '111536.937000', '111536.940000', '111536.942000', '111536.947000', '111536.949000', '111536.952000', '111536.954000', '111536.957000', '111536.960000', '111536.962000', '111536.965000', '111536.967000', '111536.970000', '111536.972000', '111536.975000', '111536.978000', '111536.980000', '111536.983000', '111536.985000', '111536.988000', '111536.990000', '111556.878000', '111556.881000', '111556.884000', '111556.887000', '111556.889000', '111556.892000', '111556.895000', '111556.898000', '111556.900000', '111556.903000', '111556.906000', '111556.908000', '111556.911000', '111556.913000', '111556.916000', '111556.919000', '111556.921000', '111556.924000', '111556.926000', '111556.929000', '111556.932000', '111556.934000', '111556.937000', '111556.939000', '111556.949000', '111556.952000', '111556.954000', '111556.957000', '111556.960000', '111556.962000', '111556.965000', '111556.968000', '111556.970000', '111556.973000', '111556.976000', '111556.979000', '111556.986000', '111556.989000', '111556.991000', '111556.994000', '111556.996000', '111557.000000', '111557.003000', '111557.005000', '111616.879000', '111616.881000', '111616.884000', '111616.887000', '111616.889000', '111616.900000', '111616.902000', '111616.905000', '111616.908000', '111616.910000', '111616.913000', '111616.916000', '111616.918000', '111616.921000', '111616.923000', '111616.926000', '111616.928000', '111616.931000', '111616.934000', '111616.936000', '111616.939000', '111616.942000', '111616.944000', '111616.947000', '111616.949000', '111616.952000', '111616.955000', '111616.958000', '111616.961000', '111616.964000', '111616.967000', '111616.969000', '111616.972000', '111616.974000', '111616.977000', '111616.980000', '111616.982000', '111616.985000', '111616.987000', '111616.990000', '111616.992000', '111616.995000', '111616.998000', '111636.879000', '111636.888000', '111636.891000', '111636.894000', '111636.896000', '111636.899000', '111636.901000', '111636.904000', '111636.907000', '111636.909000', '111636.912000', '111636.914000', '111636.917000', '111636.920000', '111636.922000', '111636.925000', '111636.928000', '111636.930000', '111636.933000', '111636.935000', '111636.938000', '111636.941000', '111636.943000', '111636.946000', '111636.948000', '111636.951000', '111636.954000', '111636.956000', '111636.959000', '111636.961000', '111636.964000', '111636.966000', '111636.969000', '111636.972000', '111636.974000', '111636.977000', '111636.980000', '111636.982000', '111636.985000', '111636.987000', '111636.990000', '111636.992000', '111636.995000', '111636.998000', '111656.878000', '111656.881000', '111656.884000', '111656.887000', '111656.889000', '111656.892000', '111656.895000', '111656.897000', '111656.900000', '111656.902000', '111656.905000', '111656.908000', '111656.910000', '111656.913000', '111656.916000', '111656.918000', '111656.921000', '111656.923000', '111656.926000', '111656.929000', '111656.932000', '111656.934000', '111656.937000', '111656.940000', '111656.942000', '111656.945000', '111656.947000', '111656.950000', '111656.953000', '111656.955000', '111656.958000', '111656.960000', '111656.963000', '111656.966000', '111656.968000', '111656.971000', '111656.973000', '111656.976000', '111656.979000', '111656.981000', '111656.985000', '111656.987000', '111656.990000', '111716.877000', '111716.880000', '111716.883000', '111716.886000', '111716.889000', '111716.891000', '111716.894000', '111716.897000', '111716.899000', '111716.902000', '111716.904000', '111716.907000', '111716.910000', '111716.912000', '111716.915000', '111716.917000', '111716.920000', '111716.922000', '111716.925000', '111716.928000', '111716.931000', '111716.933000', '111716.936000', '111716.938000', '111716.941000', '111716.943000', '111716.946000', '111716.949000', '111716.960000', '111716.963000', '111716.965000', '111716.968000', '111716.971000', '111716.974000', '111716.976000', '111716.979000', '111716.981000', '111716.984000', '111716.986000', '111716.989000', '111716.992000', '111716.994000', '111716.997000', '111717.000000', '111736.877000', '111736.880000', '111736.883000', '111736.886000', '111736.888000', '111736.891000', '111736.894000', '111736.896000', '111736.899000', '111736.901000', '111736.904000', '111736.907000', '111736.909000', '111736.912000', '111736.915000', '111736.917000', '111736.920000', '111736.923000', '111736.925000', '111736.928000', '111736.930000', '111736.933000', '111736.936000', '111736.938000', '111736.941000', '111736.943000', '111736.946000', '111736.948000', '111736.951000', '111736.954000', '111736.988000', '111736.991000', '111736.993000', '111736.996000', '111737.000000', '111737.002000', '111737.005000', '111737.008000', '111737.010000', '111737.013000', '111737.015000', '111737.018000', '111737.020000', '111756.879000', '111756.881000', '111756.884000', '111756.887000', '111756.902000', '111756.905000', '111756.907000', '111756.910000', '111756.912000', '111756.915000', '111756.917000', '111756.920000', '111756.922000', '111756.925000', '111756.928000', '111756.930000', '111756.933000', '111756.936000', '111756.939000', '111756.941000', '111756.944000', '111756.947000', '111756.949000', '111756.952000', '111756.954000', '111756.957000', '111756.960000', '111756.962000', '111756.965000', '111756.967000', '111756.970000', '111756.973000', '111756.975000', '111756.978000', '111756.981000', '111756.983000', '111756.986000', '111756.988000', '111756.991000', '111756.994000', '111756.996000', '111756.999000', '111757.002000', '111757.004000', '111816.879000', '111816.881000', '111816.884000', '111816.887000', '111816.889000', '111816.892000', '111816.895000', '111816.897000', '111816.900000', '111816.902000', '111816.905000', '111816.908000', '111816.910000', '111816.913000', '111816.916000', '111816.918000', '111816.921000', '111816.924000', '111816.926000', '111816.929000', '111816.931000', '111816.934000', '111816.937000', '111816.939000', '111816.942000', '111816.945000', '111816.947000', '111816.950000', '111816.952000', '111816.955000', '111816.958000', '111816.960000', '111816.963000', '111816.966000', '111816.968000', '111816.971000', '111816.973000', '111816.976000', '111816.979000', '111816.981000', '111816.984000', '111816.987000', '111816.989000', '111836.879000', '111836.882000', '111836.884000', '111836.887000', '111836.889000', '111836.892000', '111836.895000', '111836.897000', '111836.900000', '111836.902000', '111836.905000', '111836.908000', '111836.910000', '111836.913000', '111836.916000', '111836.919000', '111836.921000', '111836.924000', '111836.926000', '111836.929000', '111836.932000', '111836.934000', '111836.937000', '111836.940000', '111836.942000', '111836.945000', '111836.947000', '111836.950000', '111836.953000', '111836.955000', '111836.958000', '111836.961000', '111836.963000', '111836.966000', '111836.968000', '111836.971000', '111836.974000', '111836.976000', '111836.979000', '111836.981000', '111836.984000', '111836.987000', '111836.989000', '111836.992000', '111856.879000', '111856.882000', '111856.884000', '111856.887000', '111856.889000', '111856.892000', '111856.894000', '111856.897000', '111856.900000', '111856.902000', '111856.905000', '111856.908000', '111856.910000', '111856.913000', '111856.916000', '111856.919000', '111856.921000', '111856.924000', '111856.926000', '111856.929000', '111856.932000', '111856.934000', '111856.937000', '111856.939000', '111856.942000', '111856.945000', '111856.947000', '111856.950000', '111856.953000', '111856.956000', '111856.959000', '111856.962000', '111856.965000', '111856.967000', '111856.970000', '111856.972000', '111856.975000', '111856.978000', '111856.980000', '111856.983000', '111856.986000', '111856.989000', '111856.991000', '111916.879000', '111916.881000', '111916.884000', '111916.887000', '111916.889000', '111916.892000', '111916.895000', '111916.897000', '111916.900000', '111916.902000', '111916.905000', '111916.907000', '111916.910000', '111916.913000', '111916.915000', '111916.918000', '111916.921000', '111916.923000', '111916.926000', '111916.929000', '111916.931000', '111916.934000', '111916.937000', '111916.939000', '111916.942000', '111916.944000', '111916.947000', '111916.950000', '111916.952000', '111916.955000', '111916.958000', '111916.960000', '111916.963000', '111916.965000', '111916.968000', '111916.971000', '111916.973000', '111916.976000', '111916.979000', '111916.981000', '111916.984000', '111916.986000', '111916.989000', '111916.992000', '111936.877000', '111936.880000', '111936.883000', '111936.885000', '111936.888000', '111936.890000', '111936.893000', '111936.896000', '111936.898000', '111936.901000', '111936.903000', '111936.906000', '111936.908000', '111936.911000', '111936.914000', '111936.916000', '111936.919000', '111936.921000', '111936.924000', '111936.927000', '111936.929000', '111936.932000', '111936.935000', '111936.937000', '111936.940000', '111936.942000', '111936.945000', '111936.948000', '111936.951000', '111936.953000', '111936.956000', '111936.959000', '111936.961000', '111936.964000', '111936.966000', '111936.969000', '111936.972000', '111936.974000', '111936.977000', '111936.980000', '111936.982000', '111936.985000', '111936.987000', '111956.877000', '111956.880000', '111956.883000', '111956.886000', '111956.888000', '111956.891000', '111956.893000', '111956.896000', '111956.898000', '111956.901000', '111956.903000', '111956.906000', '111956.908000', '111956.911000', '111956.914000', '111956.923000', '111956.926000', '111956.929000', '111956.931000', '111956.934000', '111956.936000', '111956.939000', '111956.942000', '111956.944000', '111956.947000', '111956.950000', '111956.952000', '111956.955000', '111956.957000', '111956.960000', '111956.963000', '111956.965000', '111956.968000', '111956.971000', '111956.973000', '111956.976000', '111956.978000', '111956.981000', '111956.984000', '111956.986000', '111956.989000', '111956.992000', '111956.994000', '111956.997000', '112016.878000', '112016.881000', '112016.884000', '112016.887000', '112016.889000', '112016.892000', '112016.895000', '112016.897000', '112016.900000', '112016.903000', '112016.905000', '112016.908000', '112016.910000', '112016.913000', '112016.916000', '112016.918000', '112016.921000', '112016.924000', '112016.926000', '112016.929000', '112016.931000', '112016.934000', '112016.936000', '112016.939000', '112016.942000', '112016.944000', '112016.947000', '112016.949000', '112016.952000', '112016.955000', '112016.957000', '112016.960000', '112016.962000', '112016.965000', '112016.968000', '112016.970000', '112016.973000', '112016.976000', '112016.978000', '112016.981000', '112016.983000', '112016.986000', '112016.989000', '112030.376000', '112030.379000', '112030.382000', '112030.385000', '112030.388000', '112030.391000', '112030.394000', '112030.396000', '112030.399000', '112030.402000', '112030.406000', '112030.408000', '112030.411000', '112030.414000', '112030.417000', '112030.420000', '112030.422000', '112030.425000', '112030.428000', '112030.431000', '112030.440000', '112030.450000', '112030.453000', '112030.473000', '112030.476000', '112030.479000', '112030.482000', '112030.484000', '112030.487000', '112030.490000'], 'InstanceCreationTime': ['111416.907000', '111416.911000', '111416.914000', '111416.918000', '111416.921000', '111416.923000', '111416.926000', '111416.929000', '111416.931000', '111416.934000', '111416.936000', '111416.939000', '111416.941000', '111416.944000', '111416.947000', '111416.949000', '111416.952000', '111416.954000', '111416.957000', '111416.960000', '111416.963000', '111416.965000', '111416.968000', '111416.971000', '111416.973000', '111416.976000', '111416.979000', '111416.981000', '111416.984000', '111416.986000', '111416.989000', '111416.992000', '111416.994000', '111416.997000', '111417.001000', '111417.003000', '111417.006000', '111417.009000', '111417.011000', '111417.014000', '111417.017000', '111417.019000', '111417.022000', '111417.024000', '111417.027000', '111417.029000', '111417.032000', '111417.035000', '111417.037000', '111417.040000', '111417.042000', '111417.045000', '111417.047000', '111417.050000', '111417.052000', '111417.069000', '111417.071000', '111417.074000', '111417.076000', '111417.079000', '111436.878000', '111436.881000', '111436.884000', '111436.886000', '111436.889000', '111436.891000', '111436.894000', '111436.897000', '111436.899000', '111436.902000', '111436.905000', '111436.907000', '111436.919000', '111436.921000', '111436.924000', '111436.927000', '111436.929000', '111436.932000', '111436.934000', '111436.937000', '111436.940000', '111436.942000', '111436.945000', '111436.947000', '111436.950000', '111436.953000', '111436.955000', '111436.958000', '111436.960000', '111436.963000', '111436.965000', '111436.968000', '111436.971000', '111436.973000', '111436.976000', '111436.978000', '111436.981000', '111436.983000', '111436.986000', '111436.988000', '111436.991000', '111436.994000', '111436.996000', '111456.879000', '111456.881000', '111456.884000', '111456.887000', '111456.889000', '111456.899000', '111456.902000', '111456.905000', '111456.908000', '111456.910000', '111456.913000', '111456.915000', '111456.918000', '111456.920000', '111456.923000', '111456.925000', '111456.928000', '111456.931000', '111456.933000', '111456.936000', '111456.938000', '111456.941000', '111456.943000', '111456.946000', '111456.948000', '111456.951000', '111456.953000', '111456.956000', '111456.959000', '111456.961000', '111456.964000', '111456.966000', '111456.969000', '111456.972000', '111456.974000', '111456.977000', '111456.979000', '111456.982000', '111456.984000', '111456.987000', '111456.989000', '111456.992000', '111456.994000', '111516.877000', '111516.880000', '111516.883000', '111516.892000', '111516.895000', '111516.897000', '111516.900000', '111516.902000', '111516.905000', '111516.908000', '111516.910000', '111516.913000', '111516.915000', '111516.918000', '111516.920000', '111516.923000', '111516.926000', '111516.928000', '111516.931000', '111516.933000', '111516.936000', '111516.938000', '111516.941000', '111516.944000', '111516.946000', '111516.949000', '111516.951000', '111516.954000', '111516.956000', '111516.959000', '111516.962000', '111516.964000', '111516.967000', '111516.969000', '111516.980000', '111516.982000', '111516.985000', '111516.988000', '111516.990000', '111516.993000', '111516.995000', '111516.998000', '111517.002000', '111517.004000', '111536.878000', '111536.881000', '111536.884000', '111536.886000', '111536.889000', '111536.892000', '111536.894000', '111536.897000', '111536.900000', '111536.902000', '111536.905000', '111536.908000', '111536.911000', '111536.914000', '111536.917000', '111536.919000', '111536.922000', '111536.924000', '111536.927000', '111536.930000', '111536.932000', '111536.935000', '111536.937000', '111536.940000', '111536.942000', '111536.947000', '111536.949000', '111536.952000', '111536.954000', '111536.957000', '111536.960000', '111536.962000', '111536.965000', '111536.967000', '111536.970000', '111536.972000', '111536.975000', '111536.978000', '111536.980000', '111536.983000', '111536.985000', '111536.988000', '111536.990000', '111556.878000', '111556.881000', '111556.884000', '111556.887000', '111556.889000', '111556.892000', '111556.895000', '111556.898000', '111556.900000', '111556.903000', '111556.906000', '111556.908000', '111556.911000', '111556.913000', '111556.916000', '111556.919000', '111556.921000', '111556.924000', '111556.926000', '111556.929000', '111556.932000', '111556.934000', '111556.937000', '111556.939000', '111556.949000', '111556.952000', '111556.954000', '111556.957000', '111556.960000', '111556.962000', '111556.965000', '111556.968000', '111556.970000', '111556.973000', '111556.976000', '111556.979000', '111556.986000', '111556.989000', '111556.991000', '111556.994000', '111556.996000', '111557.000000', '111557.003000', '111557.005000', '111616.879000', '111616.881000', '111616.884000', '111616.887000', '111616.889000', '111616.900000', '111616.902000', '111616.905000', '111616.908000', '111616.910000', '111616.913000', '111616.916000', '111616.918000', '111616.921000', '111616.923000', '111616.926000', '111616.928000', '111616.931000', '111616.934000', '111616.936000', '111616.939000', '111616.942000', '111616.944000', '111616.947000', '111616.949000', '111616.952000', '111616.955000', '111616.958000', '111616.961000', '111616.964000', '111616.967000', '111616.969000', '111616.972000', '111616.974000', '111616.977000', '111616.980000', '111616.982000', '111616.985000', '111616.987000', '111616.990000', '111616.992000', '111616.995000', '111616.998000', '111636.879000', '111636.888000', '111636.891000', '111636.894000', '111636.896000', '111636.899000', '111636.901000', '111636.904000', '111636.907000', '111636.909000', '111636.912000', '111636.914000', '111636.917000', '111636.920000', '111636.922000', '111636.925000', '111636.928000', '111636.930000', '111636.933000', '111636.935000', '111636.938000', '111636.941000', '111636.943000', '111636.946000', '111636.948000', '111636.951000', '111636.954000', '111636.956000', '111636.959000', '111636.961000', '111636.964000', '111636.966000', '111636.969000', '111636.972000', '111636.974000', '111636.977000', '111636.980000', '111636.982000', '111636.985000', '111636.987000', '111636.990000', '111636.992000', '111636.995000', '111636.998000', '111656.878000', '111656.881000', '111656.884000', '111656.887000', '111656.889000', '111656.892000', '111656.895000', '111656.897000', '111656.900000', '111656.902000', '111656.905000', '111656.908000', '111656.910000', '111656.913000', '111656.916000', '111656.918000', '111656.921000', '111656.923000', '111656.926000', '111656.929000', '111656.932000', '111656.934000', '111656.937000', '111656.940000', '111656.942000', '111656.945000', '111656.947000', '111656.950000', '111656.953000', '111656.955000', '111656.958000', '111656.960000', '111656.963000', '111656.966000', '111656.968000', '111656.971000', '111656.973000', '111656.976000', '111656.979000', '111656.981000', '111656.985000', '111656.987000', '111656.990000', '111716.877000', '111716.880000', '111716.883000', '111716.886000', '111716.889000', '111716.891000', '111716.894000', '111716.897000', '111716.899000', '111716.902000', '111716.904000', '111716.907000', '111716.910000', '111716.912000', '111716.915000', '111716.917000', '111716.920000', '111716.922000', '111716.925000', '111716.928000', '111716.931000', '111716.933000', '111716.936000', '111716.938000', '111716.941000', '111716.943000', '111716.946000', '111716.949000', '111716.960000', '111716.963000', '111716.965000', '111716.968000', '111716.971000', '111716.974000', '111716.976000', '111716.979000', '111716.981000', '111716.984000', '111716.986000', '111716.989000', '111716.992000', '111716.994000', '111716.997000', '111717.000000', '111736.877000', '111736.880000', '111736.883000', '111736.886000', '111736.888000', '111736.891000', '111736.894000', '111736.896000', '111736.899000', '111736.901000', '111736.904000', '111736.907000', '111736.909000', '111736.912000', '111736.915000', '111736.917000', '111736.920000', '111736.923000', '111736.925000', '111736.928000', '111736.930000', '111736.933000', '111736.936000', '111736.938000', '111736.941000', '111736.943000', '111736.946000', '111736.948000', '111736.951000', '111736.954000', '111736.988000', '111736.991000', '111736.993000', '111736.996000', '111737.000000', '111737.002000', '111737.005000', '111737.008000', '111737.010000', '111737.013000', '111737.015000', '111737.018000', '111737.020000', '111756.879000', '111756.881000', '111756.884000', '111756.887000', '111756.902000', '111756.905000', '111756.907000', '111756.910000', '111756.912000', '111756.915000', '111756.917000', '111756.920000', '111756.922000', '111756.925000', '111756.928000', '111756.930000', '111756.933000', '111756.936000', '111756.939000', '111756.941000', '111756.944000', '111756.947000', '111756.949000', '111756.952000', '111756.954000', '111756.957000', '111756.960000', '111756.962000', '111756.965000', '111756.967000', '111756.970000', '111756.973000', '111756.975000', '111756.978000', '111756.981000', '111756.983000', '111756.986000', '111756.988000', '111756.991000', '111756.994000', '111756.996000', '111756.999000', '111757.002000', '111757.004000', '111816.879000', '111816.881000', '111816.884000', '111816.887000', '111816.889000', '111816.892000', '111816.895000', '111816.897000', '111816.900000', '111816.902000', '111816.905000', '111816.908000', '111816.910000', '111816.913000', '111816.916000', '111816.918000', '111816.921000', '111816.924000', '111816.926000', '111816.929000', '111816.931000', '111816.934000', '111816.937000', '111816.939000', '111816.942000', '111816.945000', '111816.947000', '111816.950000', '111816.952000', '111816.955000', '111816.958000', '111816.960000', '111816.963000', '111816.966000', '111816.968000', '111816.971000', '111816.973000', '111816.976000', '111816.979000', '111816.981000', '111816.984000', '111816.987000', '111816.989000', '111836.879000', '111836.882000', '111836.884000', '111836.887000', '111836.889000', '111836.892000', '111836.895000', '111836.897000', '111836.900000', '111836.902000', '111836.905000', '111836.908000', '111836.910000', '111836.913000', '111836.916000', '111836.919000', '111836.921000', '111836.924000', '111836.926000', '111836.929000', '111836.932000', '111836.934000', '111836.937000', '111836.940000', '111836.942000', '111836.945000', '111836.947000', '111836.950000', '111836.953000', '111836.955000', '111836.958000', '111836.961000', '111836.963000', '111836.966000', '111836.968000', '111836.971000', '111836.974000', '111836.976000', '111836.979000', '111836.981000', '111836.984000', '111836.987000', '111836.989000', '111836.992000', '111856.879000', '111856.882000', '111856.884000', '111856.887000', '111856.889000', '111856.892000', '111856.894000', '111856.897000', '111856.900000', '111856.902000', '111856.905000', '111856.908000', '111856.910000', '111856.913000', '111856.916000', '111856.919000', '111856.921000', '111856.924000', '111856.926000', '111856.929000', '111856.932000', '111856.934000', '111856.937000', '111856.939000', '111856.942000', '111856.945000', '111856.947000', '111856.950000', '111856.953000', '111856.956000', '111856.959000', '111856.962000', '111856.965000', '111856.967000', '111856.970000', '111856.972000', '111856.975000', '111856.978000', '111856.980000', '111856.983000', '111856.986000', '111856.989000', '111856.991000', '111916.879000', '111916.881000', '111916.884000', '111916.887000', '111916.889000', '111916.892000', '111916.895000', '111916.897000', '111916.900000', '111916.902000', '111916.905000', '111916.907000', '111916.910000', '111916.913000', '111916.915000', '111916.918000', '111916.921000', '111916.923000', '111916.926000', '111916.929000', '111916.931000', '111916.934000', '111916.937000', '111916.939000', '111916.942000', '111916.944000', '111916.947000', '111916.950000', '111916.952000', '111916.955000', '111916.958000', '111916.960000', '111916.963000', '111916.965000', '111916.968000', '111916.971000', '111916.973000', '111916.976000', '111916.979000', '111916.981000', '111916.984000', '111916.986000', '111916.989000', '111916.992000', '111936.877000', '111936.880000', '111936.883000', '111936.885000', '111936.888000', '111936.890000', '111936.893000', '111936.896000', '111936.898000', '111936.901000', '111936.903000', '111936.906000', '111936.908000', '111936.911000', '111936.914000', '111936.916000', '111936.919000', '111936.921000', '111936.924000', '111936.927000', '111936.929000', '111936.932000', '111936.935000', '111936.937000', '111936.940000', '111936.942000', '111936.945000', '111936.948000', '111936.951000', '111936.953000', '111936.956000', '111936.959000', '111936.961000', '111936.964000', '111936.966000', '111936.969000', '111936.972000', '111936.974000', '111936.977000', '111936.980000', '111936.982000', '111936.985000', '111936.987000', '111956.877000', '111956.880000', '111956.883000', '111956.886000', '111956.888000', '111956.891000', '111956.893000', '111956.896000', '111956.898000', '111956.901000', '111956.903000', '111956.906000', '111956.908000', '111956.911000', '111956.914000', '111956.923000', '111956.926000', '111956.929000', '111956.931000', '111956.934000', '111956.936000', '111956.939000', '111956.942000', '111956.944000', '111956.947000', '111956.950000', '111956.952000', '111956.955000', '111956.957000', '111956.960000', '111956.963000', '111956.965000', '111956.968000', '111956.971000', '111956.973000', '111956.976000', '111956.978000', '111956.981000', '111956.984000', '111956.986000', '111956.989000', '111956.992000', '111956.994000', '111956.997000', '112016.878000', '112016.881000', '112016.884000', '112016.887000', '112016.889000', '112016.892000', '112016.895000', '112016.897000', '112016.900000', '112016.903000', '112016.905000', '112016.908000', '112016.910000', '112016.913000', '112016.916000', '112016.918000', '112016.921000', '112016.924000', '112016.926000', '112016.929000', '112016.931000', '112016.934000', '112016.936000', '112016.939000', '112016.942000', '112016.944000', '112016.947000', '112016.949000', '112016.952000', '112016.955000', '112016.957000', '112016.960000', '112016.962000', '112016.965000', '112016.968000', '112016.970000', '112016.973000', '112016.976000', '112016.978000', '112016.981000', '112016.983000', '112016.986000', '112016.989000', '112030.376000', '112030.379000', '112030.382000', '112030.385000', '112030.388000', '112030.391000', '112030.394000', '112030.396000', '112030.399000', '112030.402000', '112030.406000', '112030.408000', '112030.411000', '112030.414000', '112030.417000', '112030.420000', '112030.422000', '112030.425000', '112030.428000', '112030.431000', '112030.440000', '112030.450000', '112030.453000', '112030.473000', '112030.476000', '112030.479000', '112030.482000', '112030.484000', '112030.487000', '112030.490000'], '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': [13237, 9386, 13814, 10965, 9375, 12084, 10313, 9407, 10317, 7749, 9701, 12687, 11028, 9153, 8043, 10895, 8356, 8824, 7921, 11877, 12093, 13255, 10747, 12524, 12394, 10251, 10016, 10041, 17294, 11668, 11843, 17532, 15687, 11089, 16447, 15423, 11003, 17053, 11963, 9411, 13865, 9447, 15058, 10717, 8752, 12326, 9239, 12177, 9260, 8713, 10474, 8286, 8422, 10765, 9102, 8235, 8519, 10863, 8913, 8650, 13420, 10395, 9771, 14821, 12171, 10400, 14332, 9816, 13898, 12787, 9268, 14732, 11689, 9307, 12317, 10238, 9758, 12015, 11820, 8908, 12055, 12186, 8749, 8997, 11042, 8613, 8933, 12476, 9932, 8086, 12209, 10078, 8715, 9478, 12275, 10809, 9809, 14311, 13951, 10380, 15457, 9581, 13384, 11128, 12745, 13432, 9473, 12749, 9140, 12448, 9014, 12369, 9191, 13328, 10111, 8433, 11018, 9271, 12523, 9795, 8756, 12040, 9917, 8911, 11337, 9519, 12663, 10317, 9968, 11616, 9160, 11734, 9279, 14172, 9491, 9296, 11488, 9401, 12540, 11500, 9709, 15124, 10894, 9457, 13537, 10231, 9119, 12710, 9436, 15133, 10339, 9400, 14871, 9551, 9756, 9417, 11128, 9405, 12626, 11823, 10477, 14317, 9507, 16056, 10617, 9961, 13130, 9502, 15487, 10485, 9113, 13594, 9857, 9416, 11591, 9468, 14972, 10702, 11529, 11131, 9248, 12047, 9136, 12860, 9264, 12955, 9772, 8865, 11149, 9401, 9996, 9351, 8249, 10243, 8771, 12117, 9439, 9273, 10218, 8429, 11633, 8941, 15742, 9699, 10180, 10929, 8926, 11285, 10772, 8564, 9647, 12570, 10521, 12990, 13022, 8854, 14583, 10263, 13657, 10881, 11715, 11926, 8908, 9645, 12507, 9390, 14170, 12049, 9169, 13822, 9013, 13987, 9906, 13375, 10405, 9473, 11711, 9302, 12405, 8340, 9335, 10606, 8253, 8469, 10869, 9008, 9287, 9298, 11307, 10595, 9299, 14700, 9146, 16792, 10783, 17539, 11372, 15748, 10310, 14518, 10569, 13900, 9518, 13730, 9363, 12736, 9068, 12100, 9539, 12322, 9507, 11812, 9327, 12148, 9537, 8263, 10295, 8977, 10786, 8859, 11731, 9324, 14406, 9612, 8331, 12099, 9950, 8544, 12883, 10545, 9961, 15601, 13029, 18668, 13709, 18268, 12111, 17001, 10511, 16239, 10624, 14905, 10533, 14546, 9242, 10317, 10079, 9199, 11124, 8783, 12732, 10406, 8719, 12496, 9846, 9270, 12909, 9369, 15349, 9098, 16288, 11246, 16145, 10262, 12311, 10918, 9254, 11381, 9815, 11347, 8961, 12362, 9312, 13729, 9517, 10466, 10822, 9731, 11196, 9613, 11022, 9122, 10906, 9234, 12883, 9302, 12192, 8915, 10082, 11103, 9222, 12310, 9080, 8815, 10837, 8930, 12695, 9497, 16417, 10733, 8930, 11088, 9390, 13315, 9085, 15648, 10615, 9247, 11265, 8856, 12517, 9346, 13406, 9904, 11925, 11069, 9156, 13538, 9175, 9187, 11192, 9619, 13137, 9353, 11884, 11901, 9576, 11188, 11330, 8152, 9039, 12207, 9274, 13129, 10134, 13140, 10383, 10242, 11939, 9253, 12579, 9401, 12450, 12756, 12539, 14781, 11867, 9187, 11880, 9361, 12425, 9172, 13044, 9226, 13184, 9309, 12878, 9929, 8938, 11629, 9229, 13289, 9592, 9062, 10677, 9318, 12305, 9769, 9636, 11233, 9627, 11597, 10722, 9117, 11346, 9175, 13544, 9542, 14071, 10075, 9327, 11407, 9264, 12026, 9518, 14694, 9579, 9420, 11759, 9501, 12720, 10249, 8966, 14389, 9562, 9643, 10730, 9318, 12660, 9305, 15084, 10426, 9187, 12397, 9567, 9050, 11651, 9368, 12947, 9567, 15019, 9410, 14958, 9596, 14400, 9478, 14463, 10329, 9386, 11228, 9408, 13429, 9654, 9194, 10992, 9146, 12681, 9266, 13333, 10011, 9767, 11549, 9660, 13291, 9532, 14166, 10862, 9342, 12987, 9445, 14172, 10333, 13761, 10179, 14580, 9569, 13298, 10049, 9337, 11223, 9239, 12062, 9610, 12645, 9542, 11419, 10621, 9027, 11580, 9688, 9118, 10347, 9323, 11329, 9338, 12509, 9419, 15725, 9594, 9257, 11053, 9261, 12371, 9571, 13348, 9586, 9030, 13057, 9148, 9315, 12727, 9711, 11605, 10698, 10493, 11542, 9477, 13462, 9189, 13270, 9529, 11034, 10705, 9584, 11107, 9742, 11044, 9813, 11191, 9661, 11318, 9215, 12055, 9466, 12134, 9672, 12093, 9072, 10601, 10399, 9462, 12117, 9678, 8837, 10713, 9267, 13580, 9468, 8655, 11431, 9628, 9479, 10002, 11668, 9401, 9487, 14734, 9662, 16935, 9470, 15565, 11369, 15610, 12238, 9857, 11543, 9715, 12611, 10076, 12915, 9666, 10535, 10480, 8858, 12005, 8763, 10563, 10353, 9014, 11648, 9116, 12307, 9271, 12310, 8897, 12924, 8845, 13014, 8893, 12209, 9173, 12177, 9819, 11877, 9388, 7994, 9749, 8704, 11157, 8779, 12422, 9501, 8489, 10353, 9318, 12211, 8726, 12892, 10471, 12801, 11222, 14770, 9097, 14894, 9306, 14628, 9770, 13907, 10186, 9364, 11364, 9337, 13433, 9398, 13767, 9880, 9755, 11659, 9368, 12745, 9359, 14105, 9462, 13822, 10356, 13544, 10452, 10347, 10593, 9184, 11830, 9419, 12601, 9474, 13248, 10271, 12016, 10458, 9169, 11408, 9476, 12586, 9502, 12729, 9381, 12595, 9513, 13340, 9496, 12868, 9600, 9437, 11170, 9104, 12257, 9374, 10406, 9766, 11187, 10205, 14514, 9694, 13355, 10541, 9162, 11050, 9149, 12588, 9762, 13243, 10755, 8989, 12905, 9804, 9380, 13093, 9481, 12401, 10310, 11791, 12431, 10945, 15409, 11818, 12046, 16793, 8737, 9469, 14018, 9173, 13901, 10397, 14613, 10198, 14908, 10181, 14252, 11178, 11896, 12350, 9269, 13085, 8989, 13691, 9103, 13897, 9981, 13988, 9252, 14280, 9308, 13935, 9298, 13867, 9364, 13772, 8997, 13562, 8843, 13273, 9058, 13066, 9417, 13122, 9576, 10259, 9380, 9520, 11262, 9716, 11900, 10306, 11780, 9365, 12638, 9898, 13100, 9754, 8799, 10433, 8869, 10330, 9343, 12367, 9945, 12541, 9675, 12849, 9589, 15688, 10714, 14748, 10111, 9578, 10938, 9343, 10698, 9496, 13899, 9224, 11829, 10124, 9684, 10942, 9352, 11902, 9432, 13250, 9206, 14772, 9373, 9195, 12268, 9367, 12791, 10514, 13127, 10186, 10997, 12406, 9295, 12074, 9782, 13101, 9566, 13528, 9743, 9988, 11296, 9932, 13219, 9828, 14072, 10084, 12257, 11394, 9077, 12858, 9179, 10706, 10250, 11233, 10158, 15317, 9908, 12939, 9770, 12695, 9431, 12677, 9465, 13050, 9539, 12911, 9497, 12868, 9669, 14021, 9395, 13421, 10196, 9180, 11167, 9426, 12487, 9628, 12928, 10377, 9912, 11058, 9103, 13355], 'WindowCenter': [4620.0, 4556.0, 4578.0, 4548.0, 4528.0, 4568.0, 4547.0, 4524.0, 4534.0, 4507.0, 4538.0, 4565.0, 4545.0, 4516.0, 4495.0, 4533.0, 4506.0, 4515.0, 4479.0, 4533.0, 4531.0, 4542.0, 4523.0, 4542.0, 4541.0, 4499.0, 4487.0, 4476.0, 4538.0, 4495.0, 4507.0, 4535.0, 4523.0, 4482.0, 4510.0, 4499.0, 4467.0, 4504.0, 4465.0, 4432.0, 4485.0, 4445.0, 4493.0, 4467.0, 4436.0, 4485.0, 4447.0, 4485.0, 4457.0, 4460.0, 4491.0, 4464.0, 4466.0, 4505.0, 4489.0, 4490.0, 4500.0, 4531.0, 4512.0, 4505.0, 4565.0, 4538.0, 4537.0, 4574.0, 4547.0, 4525.0, 4554.0, 4512.0, 4539.0, 4529.0, 4501.0, 4561.0, 4532.0, 4502.0, 4541.0, 4523.0, 4525.0, 4541.0, 4541.0, 4515.0, 4556.0, 4553.0, 4505.0, 4502.0, 4532.0, 4503.0, 4526.0, 4556.0, 4525.0, 4498.0, 4558.0, 4538.0, 4518.0, 4525.0, 4556.0, 4546.0, 4539.0, 4577.0, 4566.0, 4521.0, 4561.0, 4501.0, 4538.0, 4520.0, 4526.0, 4528.0, 4485.0, 4516.0, 4475.0, 4512.0, 4472.0, 4503.0, 4475.0, 4523.0, 4493.0, 4463.0, 4504.0, 4484.0, 4524.0, 4507.0, 4502.0, 4554.0, 4522.0, 4501.0, 4531.0, 4512.0, 4540.0, 4522.0, 4510.0, 4532.0, 4503.0, 4543.0, 4514.0, 4550.0, 4511.0, 4501.0, 4530.0, 4500.0, 4539.0, 4530.0, 4513.0, 4560.0, 4521.0, 4510.0, 4550.0, 4519.0, 4499.0, 4542.0, 4502.0, 4562.0, 4524.0, 4525.0, 4552.0, 4509.0, 4522.0, 4512.0, 4529.0, 4512.0, 4539.0, 4531.0, 4520.0, 4552.0, 4511.0, 4561.0, 4510.0, 4497.0, 4527.0, 4485.0, 4533.0, 4494.0, 4474.0, 4513.0, 4484.0, 4473.0, 4505.0, 4483.0, 4533.0, 4496.0, 4504.0, 4505.0, 4471.0, 4504.0, 4474.0, 4512.0, 4485.0, 4524.0, 4496.0, 4485.0, 4517.0, 4499.0, 4509.0, 4510.0, 4502.0, 4534.0, 4515.0, 4555.0, 4539.0, 4524.0, 4536.0, 4505.0, 4557.0, 4528.0, 4584.0, 4527.0, 4551.0, 4537.0, 4504.0, 4534.0, 4534.0, 4506.0, 4527.0, 4556.0, 4534.0, 4554.0, 4568.0, 4518.0, 4568.0, 4512.0, 4541.0, 4509.0, 4517.0, 4516.0, 4488.0, 4486.0, 4518.0, 4489.0, 4549.0, 4530.0, 4487.0, 4538.0, 4488.0, 4524.0, 4498.0, 4525.0, 4509.0, 4497.0, 4516.0, 4488.0, 4529.0, 4490.0, 4511.0, 4522.0, 4493.0, 4502.0, 4547.0, 4525.0, 4526.0, 4539.0, 4561.0, 4561.0, 4530.0, 4576.0, 4517.0, 4576.0, 4524.0, 4564.0, 4519.0, 4549.0, 4510.0, 4550.0, 4498.0, 4526.0, 4475.0, 4512.0, 4473.0, 4526.0, 4476.0, 4514.0, 4498.0, 4526.0, 4498.0, 4517.0, 4502.0, 4541.0, 4512.0, 4493.0, 4524.0, 4502.0, 4536.0, 4515.0, 4544.0, 4514.0, 4575.0, 4527.0, 4508.0, 4544.0, 4524.0, 4506.0, 4557.0, 4536.0, 4539.0, 4591.0, 4569.0, 4586.0, 4555.0, 4561.0, 4519.0, 4537.0, 4485.0, 4532.0, 4495.0, 4522.0, 4481.0, 4521.0, 4470.0, 4480.0, 4484.0, 4472.0, 4516.0, 4488.0, 4539.0, 4520.0, 4492.0, 4541.0, 4523.0, 4511.0, 4551.0, 4513.0, 4561.0, 4502.0, 4561.0, 4521.0, 4549.0, 4512.0, 4518.0, 4507.0, 4487.0, 4517.0, 4497.0, 4520.0, 4488.0, 4517.0, 4485.0, 4523.0, 4496.0, 4494.0, 4508.0, 4483.0, 4507.0, 4485.0, 4508.0, 4485.0, 4507.0, 4485.0, 4526.0, 4486.0, 4527.0, 4499.0, 4520.0, 4530.0, 4511.0, 4540.0, 4503.0, 4500.0, 4534.0, 4513.0, 4553.0, 4525.0, 4571.0, 4533.0, 4501.0, 4531.0, 4511.0, 4552.0, 4503.0, 4570.0, 4521.0, 4499.0, 4530.0, 4490.0, 4541.0, 4499.0, 4537.0, 4509.0, 4529.0, 4519.0, 4488.0, 4537.0, 4500.0, 4498.0, 4520.0, 4511.0, 4550.0, 4513.0, 4532.0, 4543.0, 4526.0, 4543.0, 4533.0, 4493.0, 4516.0, 4554.0, 4514.0, 4550.0, 4523.0, 4551.0, 4524.0, 4521.0, 4543.0, 4500.0, 4531.0, 4486.0, 4518.0, 4514.0, 4505.0, 4521.0, 4502.0, 4469.0, 4490.0, 4460.0, 4500.0, 4472.0, 4511.0, 4471.0, 4510.0, 4472.0, 4511.0, 4495.0, 4475.0, 4528.0, 4485.0, 4548.0, 4499.0, 4484.0, 4508.0, 4498.0, 4541.0, 4521.0, 4512.0, 4532.0, 4512.0, 4530.0, 4534.0, 4513.0, 4543.0, 4513.0, 4552.0, 4511.0, 4551.0, 4522.0, 4500.0, 4531.0, 4512.0, 4553.0, 4523.0, 4560.0, 4514.0, 4512.0, 4540.0, 4511.0, 4553.0, 4535.0, 4514.0, 4563.0, 4524.0, 4512.0, 4533.0, 4513.0, 4554.0, 4515.0, 4561.0, 4534.0, 4516.0, 4541.0, 4512.0, 4501.0, 4530.0, 4499.0, 4553.0, 4522.0, 4561.0, 4498.0, 4546.0, 4497.0, 4537.0, 4497.0, 4537.0, 4498.0, 4484.0, 4503.0, 4485.0, 4524.0, 4486.0, 4485.0, 4520.0, 4499.0, 4539.0, 4514.0, 4538.0, 4521.0, 4509.0, 4519.0, 4495.0, 4527.0, 4497.0, 4536.0, 4506.0, 4487.0, 4526.0, 4485.0, 4535.0, 4495.0, 4523.0, 4495.0, 4536.0, 4499.0, 4527.0, 4496.0, 4484.0, 4505.0, 4483.0, 4514.0, 4496.0, 4538.0, 4512.0, 4530.0, 4532.0, 4501.0, 4531.0, 4512.0, 4500.0, 4523.0, 4511.0, 4531.0, 4524.0, 4555.0, 4515.0, 4562.0, 4513.0, 4511.0, 4532.0, 4511.0, 4541.0, 4512.0, 4552.0, 4524.0, 4516.0, 4550.0, 4512.0, 4512.0, 4552.0, 4522.0, 4533.0, 4536.0, 4522.0, 4533.0, 4513.0, 4554.0, 4514.0, 4539.0, 4510.0, 4507.0, 4507.0, 4484.0, 4516.0, 4486.0, 4517.0, 4498.0, 4506.0, 4484.0, 4504.0, 4471.0, 4512.0, 4482.0, 4513.0, 4484.0, 4515.0, 4487.0, 4504.0, 4496.0, 4495.0, 4525.0, 4509.0, 4490.0, 4531.0, 4515.0, 4564.0, 4538.0, 4504.0, 4543.0, 4526.0, 4524.0, 4526.0, 4544.0, 4525.0, 4538.0, 4577.0, 4524.0, 4574.0, 4514.0, 4576.0, 4533.0, 4559.0, 4530.0, 4496.0, 4516.0, 4498.0, 4527.0, 4507.0, 4528.0, 4499.0, 4507.0, 4522.0, 4501.0, 4540.0, 4503.0, 4518.0, 4507.0, 4488.0, 4519.0, 4488.0, 4529.0, 4499.0, 4543.0, 4500.0, 4526.0, 4485.0, 4537.0, 4489.0, 4516.0, 4487.0, 4528.0, 4498.0, 4517.0, 4499.0, 4479.0, 4507.0, 4489.0, 4529.0, 4517.0, 4565.0, 4527.0, 4513.0, 4536.0, 4525.0, 4571.0, 4506.0, 4556.0, 4523.0, 4544.0, 4520.0, 4550.0, 4489.0, 4549.0, 4489.0, 4536.0, 4509.0, 4550.0, 4512.0, 4498.0, 4519.0, 4499.0, 4538.0, 4499.0, 4548.0, 4510.0, 4499.0, 4519.0, 4488.0, 4528.0, 4498.0, 4536.0, 4498.0, 4536.0, 4509.0, 4539.0, 4507.0, 4498.0, 4509.0, 4484.0, 4516.0, 4485.0, 4526.0, 4497.0, 4541.0, 4510.0, 4528.0, 4508.0, 4499.0, 4517.0, 4508.0, 4539.0, 4501.0, 4539.0, 4501.0, 4529.0, 4500.0, 4539.0, 4510.0, 4537.0, 4512.0, 4513.0, 4542.0, 4502.0, 4539.0, 4511.0, 4521.0, 4522.0, 4531.0, 4523.0, 4559.0, 4512.0, 4549.0, 4521.0, 4501.0, 4530.0, 4514.0, 4542.0, 4522.0, 4552.0, 4544.0, 4513.0, 4541.0, 4511.0, 4511.0, 4553.0, 4513.0, 4541.0, 4524.0, 4543.0, 4543.0, 4545.0, 4572.0, 4533.0, 4529.0, 4558.0, 4490.0, 4512.0, 4547.0, 4498.0, 4538.0, 4508.0, 4536.0, 4509.0, 4537.0, 4497.0, 4523.0, 4493.0, 4491.0, 4500.0, 4458.0, 4500.0, 4447.0, 4499.0, 4447.0, 4496.0, 4457.0, 4496.0, 4457.0, 4497.0, 4457.0, 4495.0, 4457.0, 4496.0, 4460.0, 4497.0, 4460.0, 4507.0, 4460.0, 4499.0, 4460.0, 4509.0, 4472.0, 4523.0, 4496.0, 4503.0, 4484.0, 4494.0, 4515.0, 4507.0, 4528.0, 4520.0, 4542.0, 4512.0, 4539.0, 4526.0, 4553.0, 4511.0, 4499.0, 4535.0, 4514.0, 4535.0, 4525.0, 4555.0, 4534.0, 4553.0, 4526.0, 4555.0, 4526.0, 4573.0, 4533.0, 4560.0, 4522.0, 4509.0, 4520.0, 4511.0, 4521.0, 4513.0, 4551.0, 4502.0, 4530.0, 4509.0, 4509.0, 4518.0, 4500.0, 4532.0, 4499.0, 4539.0, 4497.0, 4535.0, 4497.0, 4499.0, 4538.0, 4498.0, 4538.0, 4521.0, 4563.0, 4533.0, 4520.0, 4540.0, 4499.0, 4528.0, 4508.0, 4549.0, 4512.0, 4539.0, 4498.0, 4508.0, 4519.0, 4496.0, 4526.0, 4497.0, 4538.0, 4509.0, 4529.0, 4517.0, 4485.0, 4525.0, 4496.0, 4506.0, 4507.0, 4516.0, 4507.0, 4547.0, 4496.0, 4525.0, 4497.0, 4525.0, 4487.0, 4526.0, 4496.0, 4524.0, 4485.0, 4513.0, 4486.0, 4515.0, 4512.0, 4536.0, 4486.0, 4537.0, 4508.0, 4487.0, 4506.0, 4488.0, 4527.0, 4498.0, 4527.0, 4509.0, 4521.0, 4532.0, 4503.0, 4551.0], 'WindowWidth': [10102.0, 10001.0, 10016.0, 9972.0, 9945.0, 10004.0, 9971.0, 9933.0, 9946.0, 9918.0, 9959.0, 9993.0, 9966.0, 9923.0, 9895.0, 9939.0, 9910.0, 9919.0, 9860.0, 9936.0, 9928.0, 9945.0, 9921.0, 9950.0, 9949.0, 9881.0, 9858.0, 9840.0, 9933.0, 9871.0, 9886.0, 9926.0, 9903.0, 9843.0, 9881.0, 9861.0, 9812.0, 9862.0, 9805.0, 9759.0, 9833.0, 9780.0, 9841.0, 9814.0, 9769.0, 9836.0, 9787.0, 9839.0, 9805.0, 9815.0, 9860.0, 9829.0, 9833.0, 9887.0, 9870.0, 9876.0, 9890.0, 9933.0, 9911.0, 9905.0, 9987.0, 9954.0, 9951.0, 10000.0, 9964.0, 9928.0, 9969.0, 9909.0, 9940.0, 9925.0, 9891.0, 9975.0, 9935.0, 9894.0, 9947.0, 9926.0, 9935.0, 9948.0, 9948.0, 9918.0, 9978.0, 9969.0, 9904.0, 9896.0, 9937.0, 9900.0, 9938.0, 9976.0, 9934.0, 9898.0, 9981.0, 9955.0, 9927.0, 9932.0, 9975.0, 9963.0, 9958.0, 10008.0, 9991.0, 9920.0, 9974.0, 9889.0, 9937.0, 9914.0, 9916.0, 9921.0, 9856.0, 9899.0, 9843.0, 9892.0, 9835.0, 9877.0, 9844.0, 9909.0, 9867.0, 9825.0, 9881.0, 9857.0, 9911.0, 9894.0, 9899.0, 9971.0, 9925.0, 9891.0, 9935.0, 9910.0, 9944.0, 9925.0, 9903.0, 9934.0, 9895.0, 9952.0, 9912.0, 9958.0, 9906.0, 9888.0, 9928.0, 9888.0, 9938.0, 9931.0, 9912.0, 9973.0, 9918.0, 9903.0, 9957.0, 9915.0, 9887.0, 9947.0, 9893.0, 9977.0, 9931.0, 9934.0, 9962.0, 9902.0, 9923.0, 9909.0, 9928.0, 9908.0, 9941.0, 9933.0, 9915.0, 9962.0, 9905.0, 9972.0, 9902.0, 9878.0, 9916.0, 9858.0, 9922.0, 9867.0, 9840.0, 9893.0, 9855.0, 9839.0, 9883.0, 9854.0, 9921.0, 9873.0, 9879.0, 9881.0, 9832.0, 9878.0, 9838.0, 9891.0, 9858.0, 9910.0, 9876.0, 9860.0, 9905.0, 9887.0, 9900.0, 9907.0, 9901.0, 9946.0, 9922.0, 9975.0, 9960.0, 9932.0, 9950.0, 9907.0, 9982.0, 9945.0, 10014.0, 9940.0, 9977.0, 9948.0, 9898.0, 9938.0, 9942.0, 9908.0, 9936.0, 9977.0, 9945.0, 9969.0, 9996.0, 9928.0, 9994.0, 9904.0, 9942.0, 9894.0, 9903.0, 9902.0, 9866.0, 9860.0, 9904.0, 9869.0, 9951.0, 9926.0, 9866.0, 9933.0, 9867.0, 9908.0, 9879.0, 9911.0, 9897.0, 9879.0, 9903.0, 9866.0, 9924.0, 9877.0, 9905.0, 9922.0, 9887.0, 9899.0, 9966.0, 9935.0, 9938.0, 9963.0, 9992.0, 9996.0, 9946.0, 10007.0, 9924.0, 10004.0, 9924.0, 9981.0, 9909.0, 9952.0, 9898.0, 9956.0, 9876.0, 9913.0, 9841.0, 9888.0, 9836.0, 9915.0, 9848.0, 9896.0, 9879.0, 9914.0, 9880.0, 9905.0, 9895.0, 9946.0, 9910.0, 9883.0, 9927.0, 9893.0, 9948.0, 9919.0, 9957.0, 9916.0, 10001.0, 9937.0, 9911.0, 9954.0, 9930.0, 9908.0, 9979.0, 9951.0, 9958.0, 10036.0, 10000.0, 10017.0, 9970.0, 9973.0, 9907.0, 9932.0, 9853.0, 9918.0, 9869.0, 9902.0, 9844.0, 9899.0, 9828.0, 9840.0, 9852.0, 9834.0, 9906.0, 9870.0, 9941.0, 9917.0, 9881.0, 9946.0, 9925.0, 9905.0, 9962.0, 9910.0, 9974.0, 9895.0, 9976.0, 9917.0, 9952.0, 9904.0, 9908.0, 9892.0, 9863.0, 9906.0, 9878.0, 9916.0, 9867.0, 9902.0, 9858.0, 9906.0, 9874.0, 9868.0, 9894.0, 9854.0, 9890.0, 9860.0, 9894.0, 9859.0, 9890.0, 9857.0, 9914.0, 9862.0, 9918.0, 9889.0, 9915.0, 9929.0, 9907.0, 9943.0, 9898.0, 9890.0, 9941.0, 9914.0, 9968.0, 9933.0, 9991.0, 9941.0, 9892.0, 9933.0, 9906.0, 9962.0, 9898.0, 9987.0, 9919.0, 9887.0, 9931.0, 9873.0, 9945.0, 9888.0, 9932.0, 9897.0, 9923.0, 9911.0, 9867.0, 9935.0, 9887.0, 9882.0, 9914.0, 9903.0, 9958.0, 9913.0, 9935.0, 9956.0, 9935.0, 9955.0, 9939.0, 9888.0, 9922.0, 9971.0, 9916.0, 9960.0, 9925.0, 9962.0, 9929.0, 9919.0, 9953.0, 9888.0, 9932.0, 9860.0, 9909.0, 9894.0, 9881.0, 9898.0, 9873.0, 9827.0, 9853.0, 9813.0, 9869.0, 9832.0, 9885.0, 9831.0, 9882.0, 9835.0, 9884.0, 9873.0, 9844.0, 9927.0, 9860.0, 9953.0, 9884.0, 9857.0, 9894.0, 9883.0, 9946.0, 9921.0, 9907.0, 9934.0, 9909.0, 9931.0, 9942.0, 9916.0, 9955.0, 9913.0, 9964.0, 9908.0, 9960.0, 9924.0, 9890.0, 9934.0, 9911.0, 9968.0, 9928.0, 9973.0, 9914.0, 9907.0, 9944.0, 9907.0, 9965.0, 9946.0, 9917.0, 9982.0, 9929.0, 9912.0, 9940.0, 9913.0, 9969.0, 9918.0, 9974.0, 9946.0, 9920.0, 9946.0, 9911.0, 9893.0, 9931.0, 9888.0, 9965.0, 9925.0, 9974.0, 9884.0, 9945.0, 9877.0, 9931.0, 9880.0, 9932.0, 9879.0, 9856.0, 9881.0, 9857.0, 9908.0, 9860.0, 9860.0, 9915.0, 9886.0, 9938.0, 9919.0, 9936.0, 9920.0, 9901.0, 9913.0, 9874.0, 9919.0, 9878.0, 9930.0, 9891.0, 9865.0, 9916.0, 9859.0, 9924.0, 9874.0, 9908.0, 9872.0, 9930.0, 9884.0, 9920.0, 9875.0, 9855.0, 9884.0, 9854.0, 9897.0, 9876.0, 9935.0, 9908.0, 9931.0, 9938.0, 9894.0, 9935.0, 9911.0, 9892.0, 9926.0, 9907.0, 9937.0, 9930.0, 9974.0, 9918.0, 9978.0, 9911.0, 9905.0, 9934.0, 9905.0, 9948.0, 9910.0, 9965.0, 9935.0, 9922.0, 9960.0, 9909.0, 9909.0, 9964.0, 9926.0, 9939.0, 9951.0, 9922.0, 9940.0, 9912.0, 9971.0, 9913.0, 9943.0, 9903.0, 9891.0, 9891.0, 9857.0, 9903.0, 9860.0, 9906.0, 9880.0, 9889.0, 9855.0, 9882.0, 9833.0, 9890.0, 9847.0, 9891.0, 9854.0, 9900.0, 9866.0, 9885.0, 9875.0, 9873.0, 9916.0, 9900.0, 9876.0, 9935.0, 9918.0, 9984.0, 9954.0, 9901.0, 9954.0, 9939.0, 9931.0, 9933.0, 9957.0, 9934.0, 9957.0, 10007.0, 9928.0, 9998.0, 9914.0, 10007.0, 9941.0, 9970.0, 9928.0, 9874.0, 9903.0, 9881.0, 9919.0, 9894.0, 9920.0, 9885.0, 9893.0, 9922.0, 9892.0, 9945.0, 9901.0, 9911.0, 9895.0, 9868.0, 9911.0, 9870.0, 9925.0, 9888.0, 9953.0, 9890.0, 9919.0, 9863.0, 9935.0, 9871.0, 9902.0, 9864.0, 9920.0, 9880.0, 9907.0, 9884.0, 9858.0, 9896.0, 9874.0, 9931.0, 9928.0, 9989.0, 9939.0, 9917.0, 9952.0, 9935.0, 10008.0, 9908.0, 9978.0, 9924.0, 9957.0, 9916.0, 9958.0, 9871.0, 9951.0, 9869.0, 9930.0, 9899.0, 9959.0, 9907.0, 9883.0, 9912.0, 9883.0, 9936.0, 9885.0, 9950.0, 9904.0, 9888.0, 9912.0, 9867.0, 9922.0, 9881.0, 9929.0, 9881.0, 9929.0, 9899.0, 9940.0, 9895.0, 9881.0, 9895.0, 9857.0, 9901.0, 9859.0, 9917.0, 9882.0, 9946.0, 9903.0, 9925.0, 9898.0, 9884.0, 9909.0, 9897.0, 9941.0, 9890.0, 9942.0, 9892.0, 9927.0, 9890.0, 9939.0, 9903.0, 9937.0, 9909.0, 9916.0, 9952.0, 9897.0, 9943.0, 9905.0, 9919.0, 9926.0, 9933.0, 9927.0, 9970.0, 9910.0, 9956.0, 9921.0, 9891.0, 9931.0, 9917.0, 9951.0, 9923.0, 9965.0, 9958.0, 9915.0, 9948.0, 9904.0, 9906.0, 9965.0, 9913.0, 9946.0, 9930.0, 9954.0, 9952.0, 9961.0, 9996.0, 9940.0, 9929.0, 9967.0, 9875.0, 9909.0, 9949.0, 9882.0, 9933.0, 9894.0, 9930.0, 9897.0, 9931.0, 9877.0, 9909.0, 9866.0, 9856.0, 9868.0, 9807.0, 9864.0, 9789.0, 9862.0, 9790.0, 9856.0, 9803.0, 9856.0, 9803.0, 9857.0, 9806.0, 9852.0, 9805.0, 9855.0, 9812.0, 9859.0, 9814.0, 9874.0, 9816.0, 9865.0, 9816.0, 9881.0, 9835.0, 9904.0, 9876.0, 9884.0, 9860.0, 9871.0, 9902.0, 9895.0, 9923.0, 9917.0, 9953.0, 9911.0, 9943.0, 9935.0, 9966.0, 9909.0, 9889.0, 9947.0, 9918.0, 9947.0, 9933.0, 9976.0, 9946.0, 9969.0, 9934.0, 9974.0, 9938.0, 9997.0, 9941.0, 9973.0, 9922.0, 9900.0, 9917.0, 9907.0, 9922.0, 9910.0, 9963.0, 9894.0, 9929.0, 9901.0, 9898.0, 9912.0, 9890.0, 9936.0, 9886.0, 9943.0, 9880.0, 9929.0, 9880.0, 9888.0, 9937.0, 9884.0, 9939.0, 9920.0, 9983.0, 9943.0, 9918.0, 9943.0, 9885.0, 9924.0, 9897.0, 9958.0, 9909.0, 9939.0, 9884.0, 9896.0, 9911.0, 9877.0, 9917.0, 9880.0, 9936.0, 9899.0, 9926.0, 9907.0, 9862.0, 9914.0, 9876.0, 9891.0, 9894.0, 9903.0, 9894.0, 9948.0, 9877.0, 9914.0, 9876.0, 9913.0, 9864.0, 9915.0, 9874.0, 9910.0, 9860.0, 9895.0, 9862.0, 9898.0, 9912.0, 9929.0, 9859.0, 9932.0, 9897.0, 9864.0, 9889.0, 9867.0, 9918.0, 9881.0, 9917.0, 9899.0, 9921.0, 9936.0, 9900.0, 9960.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.004552878440366973</td></tr>
<tr><td colspan=3>aqi</td><td>0.023023660321100918</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.5658285444776</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2468223904477609</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1094798215269803</td></tr>
<tr><td colspan=3>efc</td><td>0.454</td></tr>
<tr><td colspan=3>fber</td><td>6007.6826</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11836335966762052</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>97</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.123853211009175</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6639832594009847</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5786576657927376</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8435847503854745</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5697073620247424</td></tr>
<tr><td colspan=3>gcor</td><td>0.028573</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017566705122590065</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022697608917951584</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5679352224070415</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>35.1948</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.6036</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.682</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>879.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.898</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6537</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>648.9338</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3718.2165</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4005.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1122.4898</td></tr>
<tr><td colspan=3>tsnr</td><td>37.98808004334569</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>