ds005256-mriqc/sub-0062_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 4ad5cee62c [DATALAD RUNCMD] Compute MRIQC for sub-0062
=== 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-0062 --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-0062",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:27:44 +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-0062_ses-01_task-social_acq-mb8_run-06_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-0062_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_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-06_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-06_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-0062/ses-01/func/sub-0062_ses-01_task-social_acq-mb8_run-06_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>fc64716e590cb42540c2dae416305eac</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>09:56:33.567500</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.997458, 0.0640278, -0.0312827, -0.0634538, 0.997804, 0.0190092]</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-06_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.0923881</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7730, -7303, 507, -14, -111, 8, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>257.392</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3f311a66-76f4-4e68-8aa0-da12f61b4f13||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.6761059761047363, -0.17024198174476624, -0.0875638872385025, 118.6890640258789], [-0.17178186774253845, 2.677034378051758, 0.045834723860025406, -86.10443878173828], [-0.08392909914255142, -0.05100017413496971, 2.698190450668335, -59.25601577758789], [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': ['095633.567500', '095634.027500', '095634.487500', '095634.947500', '095635.407500', '095635.867500', '095636.327500', '095636.787500', '095637.247500', '095637.707500', '095638.167500', '095638.627500', '095639.087500', '095639.547500', '095640.007500', '095640.467500', '095640.927500', '095641.387500', '095641.847500', '095642.307500', '095642.767500', '095643.227500', '095643.687500', '095644.147500', '095644.607500', '095645.067500', '095645.527500', '095645.987500', '095646.447500', '095646.907500', '095647.367500', '095647.827500', '095648.287500', '095648.747500', '095649.207500', '095649.667500', '095650.127500', '095650.587500', '095651.047500', '095651.507500', '095651.967500', '095652.427500', '095652.887500', '095653.347500', '095653.807500', '095654.267500', '095654.727500', '095655.187500', '095655.647500', '095656.107500', '095656.567500', '095657.027500', '095657.487500', '095657.947500', '095658.407500', '095658.867500', '095659.327500', '095659.787500', '095700.247500', '095700.707500', '095701.167500', '095701.627500', '095702.087500', '095702.547500', '095703.007500', '095703.467500', '095703.927500', '095704.387500', '095704.847500', '095705.307500', '095705.767500', '095706.227500', '095706.687500', '095707.147500', '095707.607500', '095708.067500', '095708.527500', '095708.987500', '095709.447500', '095709.907500', '095710.367500', '095710.827500', '095711.287500', '095711.747500', '095712.207500', '095712.667500', '095713.127500', '095713.587500', '095714.047500', '095714.507500', '095714.967500', '095715.427500', '095715.887500', '095716.347500', '095716.807500', '095717.267500', '095717.727500', '095718.187500', '095718.647500', '095719.107500', '095719.567500', '095720.027500', '095720.487500', '095720.947500', '095721.407500', '095721.867500', '095722.327500', '095722.787500', '095723.247500', '095723.707500', '095724.167500', '095724.627500', '095725.087500', '095725.547500', '095726.007500', '095726.467500', '095726.927500', '095727.387500', '095727.847500', '095728.307500', '095728.767500', '095729.227500', '095729.687500', '095730.147500', '095730.607500', '095731.067500', '095731.527500', '095731.987500', '095732.447500', '095732.907500', '095733.367500', '095733.827500', '095734.287500', '095734.747500', '095735.207500', '095735.667500', '095736.127500', '095736.587500', '095737.047500', '095737.507500', '095737.967500', '095738.427500', '095738.887500', '095739.347500', '095739.807500', '095740.267500', '095740.727500', '095741.187500', '095741.647500', '095742.107500', '095742.567500', '095743.027500', '095743.487500', '095743.947500', '095744.407500', '095744.867500', '095745.327500', '095745.787500', '095746.247500', '095746.707500', '095747.167500', '095747.627500', '095748.087500', '095748.547500', '095749.007500', '095749.467500', '095749.927500', '095750.387500', '095750.847500', '095751.307500', '095751.767500', '095752.227500', '095752.687500', '095753.147500', '095753.607500', '095754.067500', '095754.527500', '095754.987500', '095755.447500', '095755.907500', '095756.367500', '095756.827500', '095757.287500', '095757.747500', '095758.207500', '095758.667500', '095759.127500', '095759.587500', '095800.047500', '095800.507500', '095800.967500', '095801.427500', '095801.887500', '095802.347500', '095802.807500', '095803.267500', '095803.727500', '095804.187500', '095804.647500', '095805.107500', '095805.567500', '095806.027500', '095806.487500', '095806.947500', '095807.407500', '095807.867500', '095808.327500', '095808.787500', '095809.247500', '095809.707500', '095810.167500', '095810.627500', '095811.087500', '095811.547500', '095812.007500', '095812.467500', '095812.927500', '095813.387500', '095813.847500', '095814.307500', '095814.767500', '095815.227500', '095815.687500', '095816.147500', '095816.607500', '095817.067500', '095817.527500', '095817.987500', '095818.447500', '095818.907500', '095819.367500', '095819.827500', '095820.287500', '095820.747500', '095821.207500', '095821.667500', '095822.127500', '095822.587500', '095823.047500', '095823.507500', '095823.967500', '095824.427500', '095824.887500', '095825.347500', '095825.807500', '095826.267500', '095826.727500', '095827.187500', '095827.647500', '095828.107500', '095828.567500', '095829.027500', '095829.487500', '095829.947500', '095830.407500', '095830.867500', '095831.327500', '095831.787500', '095832.247500', '095832.707500', '095833.167500', '095833.627500', '095834.087500', '095834.547500', '095835.007500', '095835.467500', '095835.927500', '095836.387500', '095836.847500', '095837.307500', '095837.767500', '095838.227500', '095838.687500', '095839.147500', '095839.607500', '095840.067500', '095840.527500', '095840.987500', '095841.447500', '095841.907500', '095842.367500', '095842.827500', '095843.287500', '095843.747500', '095844.207500', '095844.667500', '095845.127500', '095845.587500', '095846.047500', '095846.507500', '095846.967500', '095847.427500', '095847.887500', '095848.347500', '095848.807500', '095849.267500', '095849.727500', '095850.187500', '095850.647500', '095851.107500', '095851.567500', '095852.027500', '095852.487500', '095852.947500', '095853.407500', '095853.867500', '095854.327500', '095854.787500', '095855.247500', '095855.707500', '095856.167500', '095856.627500', '095857.087500', '095857.547500', '095858.007500', '095858.467500', '095858.927500', '095859.387500', '095859.847500', '095900.307500', '095900.767500', '095901.227500', '095901.687500', '095902.147500', '095902.607500', '095903.067500', '095903.527500', '095903.987500', '095904.447500', '095904.907500', '095905.367500', '095905.827500', '095906.287500', '095906.747500', '095907.207500', '095907.667500', '095908.127500', '095908.587500', '095909.047500', '095909.507500', '095909.967500', '095910.427500', '095910.887500', '095911.347500', '095911.807500', '095912.267500', '095912.727500', '095913.187500', '095913.647500', '095914.107500', '095914.567500', '095915.027500', '095915.487500', '095915.947500', '095916.407500', '095916.867500', '095917.327500', '095917.787500', '095918.247500', '095918.707500', '095919.167500', '095919.627500', '095920.087500', '095920.547500', '095921.007500', '095921.467500', '095921.927500', '095922.387500', '095922.847500', '095923.307500', '095923.767500', '095924.227500', '095924.687500', '095925.147500', '095925.607500', '095926.067500', '095926.527500', '095926.987500', '095927.447500', '095927.907500', '095928.367500', '095928.827500', '095929.287500', '095929.747500', '095930.207500', '095930.667500', '095931.127500', '095931.587500', '095932.047500', '095932.507500', '095932.967500', '095933.427500', '095933.887500', '095934.347500', '095934.807500', '095935.267500', '095935.727500', '095936.187500', '095936.647500', '095937.107500', '095937.567500', '095938.027500', '095938.487500', '095938.947500', '095939.407500', '095939.867500', '095940.327500', '095940.787500', '095941.247500', '095941.707500', '095942.167500', '095942.627500', '095943.087500', '095943.547500', '095944.007500', '095944.467500', '095944.927500', '095945.387500', '095945.847500', '095946.307500', '095946.767500', '095947.227500', '095947.687500', '095948.147500', '095948.607500', '095949.067500', '095949.527500', '095949.987500', '095950.447500', '095950.907500', '095951.367500', '095951.827500', '095952.287500', '095952.747500', '095953.207500', '095953.667500', '095954.127500', '095954.587500', '095955.047500', '095955.507500', '095955.967500', '095956.427500', '095956.887500', '095957.347500', '095957.807500', '095958.267500', '095958.727500', '095959.187500', '095959.647500', '100000.107500', '100000.567500', '100001.027500', '100001.487500', '100001.947500', '100002.407500', '100002.867500', '100003.327500', '100003.787500', '100004.247500', '100004.707500', '100005.167500', '100005.627500', '100006.087500', '100006.547500', '100007.007500', '100007.467500', '100007.927500', '100008.387500', '100008.847500', '100009.307500', '100009.767500', '100010.227500', '100010.687500', '100011.147500', '100011.607500', '100012.067500', '100012.527500', '100012.987500', '100013.447500', '100013.907500', '100014.367500', '100014.827500', '100015.287500', '100015.747500', '100016.207500', '100016.667500', '100017.127500', '100017.587500', '100018.047500', '100018.507500', '100018.967500', '100019.427500', '100019.887500', '100020.347500', '100020.807500', '100021.267500', '100021.727500', '100022.187500', '100022.647500', '100023.107500', '100023.567500', '100024.027500', '100024.487500', '100024.947500', '100025.407500', '100025.867500', '100026.327500', '100026.787500', '100027.247500', '100027.707500', '100028.167500', '100028.627500', '100029.087500', '100029.547500', '100030.007500', '100030.467500', '100030.927500', '100031.387500', '100031.847500', '100032.307500', '100032.767500', '100033.227500', '100033.687500', '100034.147500', '100034.607500', '100035.067500', '100035.527500', '100035.987500', '100036.447500', '100036.907500', '100037.367500', '100037.827500', '100038.287500', '100038.747500', '100039.207500', '100039.667500', '100040.127500', '100040.587500', '100041.047500', '100041.507500', '100041.967500', '100042.427500', '100042.887500', '100043.347500', '100043.807500', '100044.267500', '100044.727500', '100045.187500', '100045.647500', '100046.107500', '100046.567500', '100047.027500', '100047.487500', '100047.947500', '100048.407500', '100048.867500', '100049.327500', '100049.787500', '100050.247500', '100050.707500', '100051.167500', '100051.627500', '100052.087500', '100052.547500', '100053.007500', '100053.467500', '100053.927500', '100054.387500', '100054.847500', '100055.307500', '100055.767500', '100056.227500', '100056.687500', '100057.147500', '100057.607500', '100058.067500', '100058.527500', '100058.987500', '100059.447500', '100059.907500', '100100.367500', '100100.827500', '100101.287500', '100101.747500', '100102.207500', '100102.667500', '100103.127500', '100103.587500', '100104.047500', '100104.507500', '100104.967500', '100105.427500', '100105.887500', '100106.347500', '100106.807500', '100107.267500', '100107.727500', '100108.187500', '100108.647500', '100109.107500', '100109.567500', '100110.027500', '100110.487500', '100110.947500', '100111.407500', '100111.867500', '100112.327500', '100112.787500', '100113.247500', '100113.707500', '100114.167500', '100114.627500', '100115.087500', '100115.547500', '100116.007500', '100116.467500', '100116.927500', '100117.387500', '100117.847500', '100118.307500', '100118.767500', '100119.227500', '100119.687500', '100120.147500', '100120.607500', '100121.067500', '100121.527500', '100121.987500', '100122.447500', '100122.907500', '100123.367500', '100123.827500', '100124.287500', '100124.747500', '100125.207500', '100125.667500', '100126.127500', '100126.587500', '100127.047500', '100127.507500', '100127.967500', '100128.427500', '100128.887500', '100129.347500', '100129.807500', '100130.267500', '100130.727500', '100131.187500', '100131.647500', '100132.107500', '100132.567500', '100133.027500', '100133.487500', '100133.947500', '100134.407500', '100134.867500', '100135.327500', '100135.787500', '100136.247500', '100136.707500', '100137.167500', '100137.627500', '100138.087500', '100138.547500', '100139.007500', '100139.467500', '100139.927500', '100140.387500', '100140.847500', '100141.307500', '100141.767500', '100142.227500', '100142.687500', '100143.147500', '100143.607500', '100144.067500', '100144.527500', '100144.987500', '100145.447500', '100145.907500', '100146.367500', '100146.827500', '100147.287500', '100147.747500', '100148.207500', '100148.667500', '100149.127500', '100149.587500', '100150.047500', '100150.507500', '100150.967500', '100151.427500', '100151.887500', '100152.347500', '100152.807500', '100153.267500', '100153.727500', '100154.187500', '100154.647500', '100155.107500', '100155.567500', '100156.027500', '100156.487500', '100156.947500', '100157.407500', '100157.867500', '100158.327500', '100158.787500', '100159.247500', '100159.707500', '100200.167500', '100200.627500', '100201.087500', '100201.547500', '100202.007500', '100202.467500', '100202.927500', '100203.387500', '100203.847500', '100204.307500', '100204.767500', '100205.227500', '100205.687500', '100206.147500', '100206.607500', '100207.067500', '100207.527500', '100207.987500', '100208.447500', '100208.907500', '100209.367500', '100209.827500', '100210.287500', '100210.747500', '100211.207500', '100211.667500', '100212.127500', '100212.587500', '100213.047500', '100213.507500', '100213.967500', '100214.427500', '100214.887500', '100215.347500', '100215.807500', '100216.267500', '100216.727500', '100217.187500', '100217.647500', '100218.107500', '100218.567500', '100219.027500', '100219.487500', '100219.947500', '100220.407500', '100220.867500', '100221.327500', '100221.787500', '100222.247500', '100222.707500', '100223.167500', '100223.627500', '100224.087500', '100224.547500', '100225.007500', '100225.467500', '100225.927500', '100226.387500', '100226.847500', '100227.307500', '100227.767500', '100228.227500', '100228.687500', '100229.147500', '100229.607500', '100230.067500', '100230.527500', '100230.987500', '100231.447500', '100231.907500', '100232.367500', '100232.827500', '100233.287500', '100233.747500', '100234.207500', '100234.667500', '100235.127500', '100235.587500', '100236.047500', '100236.507500', '100236.967500', '100237.427500', '100237.887500', '100238.347500', '100238.807500', '100239.267500', '100239.727500', '100240.187500', '100240.647500', '100241.107500', '100241.567500', '100242.027500', '100242.487500', '100242.947500', '100243.407500', '100243.867500', '100244.327500', '100244.787500', '100245.247500', '100245.707500', '100246.167500', '100246.627500', '100247.087500', '100247.547500', '100248.007500', '100248.467500', '100248.927500', '100249.387500', '100249.847500', '100250.307500', '100250.767500', '100251.227500', '100251.687500', '100252.147500', '100252.607500', '100253.067500', '100253.527500', '100253.987500', '100254.447500', '100254.907500', '100255.367500', '100255.827500', '100256.287500', '100256.747500', '100257.207500', '100257.667500', '100258.127500', '100258.587500', '100259.047500', '100259.507500', '100259.967500', '100300.427500', '100300.887500', '100301.347500', '100301.807500', '100302.267500', '100302.727500', '100303.187500', '100303.647500', '100304.107500', '100304.567500', '100305.027500', '100305.487500', '100305.947500', '100306.407500', '100306.867500', '100307.327500', '100307.787500', '100308.247500', '100308.707500', '100309.167500', '100309.627500', '100310.087500', '100310.547500', '100311.007500', '100311.467500', '100311.927500', '100312.387500', '100312.847500', '100313.307500', '100313.767500', '100314.227500'], 'ContentTime': ['095657.003000', '095657.006000', '095657.009000', '095657.011000', '095657.014000', '095657.017000', '095657.019000', '095657.022000', '095657.025000', '095657.027000', '095657.030000', '095657.032000', '095657.035000', '095657.038000', '095657.040000', '095657.043000', '095657.045000', '095657.048000', '095657.051000', '095657.053000', '095657.056000', '095657.058000', '095657.061000', '095657.064000', '095657.066000', '095657.069000', '095657.071000', '095657.074000', '095657.077000', '095657.079000', '095657.082000', '095657.084000', '095657.087000', '095657.089000', '095657.092000', '095657.095000', '095657.097000', '095657.100000', '095657.102000', '095657.105000', '095657.108000', '095657.111000', '095657.113000', '095657.116000', '095657.118000', '095657.121000', '095657.124000', '095657.126000', '095657.140000', '095716.955000', '095716.958000', '095716.961000', '095716.964000', '095716.967000', '095716.970000', '095716.974000', '095716.986000', '095716.989000', '095716.992000', '095716.994000', '095716.997000', '095717.000000', '095717.003000', '095717.006000', '095717.008000', '095717.011000', '095717.013000', '095717.016000', '095717.019000', '095717.021000', '095717.024000', '095717.026000', '095717.029000', '095717.032000', '095717.034000', '095717.037000', '095717.039000', '095717.042000', '095717.044000', '095717.047000', '095717.050000', '095717.052000', '095717.055000', '095717.057000', '095717.060000', '095717.063000', '095717.065000', '095717.068000', '095717.070000', '095717.073000', '095717.075000', '095717.078000', '095736.956000', '095736.959000', '095736.961000', '095736.964000', '095736.966000', '095736.969000', '095736.971000', '095736.974000', '095736.977000', '095736.979000', '095736.982000', '095736.984000', '095736.987000', '095736.990000', '095736.992000', '095736.995000', '095736.997000', '095737.001000', '095737.004000', '095737.006000', '095737.009000', '095737.011000', '095737.014000', '095737.017000', '095737.019000', '095737.022000', '095737.024000', '095737.036000', '095737.038000', '095737.041000', '095737.044000', '095737.046000', '095737.049000', '095737.052000', '095737.080000', '095737.083000', '095737.085000', '095737.088000', '095737.090000', '095737.093000', '095737.096000', '095737.098000', '095737.101000', '095737.103000', '095756.956000', '095756.958000', '095756.961000', '095756.964000', '095756.966000', '095756.969000', '095756.972000', '095756.974000', '095756.977000', '095756.979000', '095756.982000', '095756.985000', '095756.987000', '095756.990000', '095756.992000', '095756.995000', '095756.998000', '095757.001000', '095757.004000', '095757.007000', '095757.010000', '095757.013000', '095757.015000', '095757.019000', '095757.022000', '095757.025000', '095757.027000', '095757.030000', '095757.033000', '095757.040000', '095757.043000', '095757.052000', '095757.054000', '095757.057000', '095757.060000', '095757.062000', '095757.065000', '095757.068000', '095757.070000', '095757.073000', '095757.076000', '095757.078000', '095757.081000', '095816.956000', '095816.958000', '095816.961000', '095816.963000', '095816.966000', '095816.969000', '095816.971000', '095816.974000', '095816.977000', '095816.979000', '095816.982000', '095816.984000', '095816.987000', '095816.990000', '095816.992000', '095816.995000', '095816.998000', '095817.001000', '095817.004000', '095817.007000', '095817.009000', '095817.012000', '095817.015000', '095817.017000', '095817.020000', '095817.022000', '095817.025000', '095817.028000', '095817.030000', '095817.033000', '095817.036000', '095817.038000', '095817.041000', '095817.044000', '095817.046000', '095817.049000', '095817.052000', '095817.054000', '095817.057000', '095817.059000', '095817.062000', '095817.064000', '095817.067000', '095817.070000', '095836.955000', '095836.958000', '095836.961000', '095836.964000', '095836.966000', '095836.969000', '095836.971000', '095836.974000', '095836.977000', '095836.979000', '095836.982000', '095836.985000', '095836.987000', '095836.990000', '095836.993000', '095836.996000', '095837.000000', '095837.002000', '095837.005000', '095837.008000', '095837.010000', '095837.013000', '095837.015000', '095837.026000', '095837.029000', '095837.031000', '095837.034000', '095837.037000', '095837.039000', '095837.042000', '095837.045000', '095837.047000', '095837.050000', '095837.052000', '095837.055000', '095837.058000', '095837.060000', '095837.063000', '095837.065000', '095837.068000', '095837.071000', '095837.073000', '095837.076000', '095856.955000', '095856.958000', '095856.961000', '095856.964000', '095856.967000', '095856.970000', '095856.972000', '095856.975000', '095856.978000', '095856.980000', '095856.983000', '095856.986000', '095856.988000', '095856.991000', '095856.993000', '095856.996000', '095856.999000', '095857.001000', '095857.004000', '095857.006000', '095857.009000', '095857.012000', '095857.014000', '095857.017000', '095857.020000', '095857.022000', '095857.025000', '095857.027000', '095857.030000', '095857.033000', '095857.035000', '095857.038000', '095857.041000', '095857.043000', '095857.046000', '095857.048000', '095857.051000', '095857.054000', '095857.056000', '095857.059000', '095857.061000', '095857.064000', '095857.067000', '095857.069000', '095916.956000', '095916.959000', '095916.961000', '095916.964000', '095916.967000', '095916.969000', '095916.972000', '095916.974000', '095916.977000', '095916.980000', '095916.982000', '095916.985000', '095916.988000', '095916.991000', '095916.994000', '095916.997000', '095917.001000', '095917.004000', '095917.007000', '095917.009000', '095917.012000', '095917.015000', '095917.017000', '095917.020000', '095917.022000', '095917.025000', '095917.027000', '095917.030000', '095917.033000', '095917.049000', '095917.052000', '095917.054000', '095917.057000', '095917.060000', '095917.063000', '095917.066000', '095917.068000', '095917.071000', '095917.074000', '095917.076000', '095917.079000', '095917.082000', '095917.084000', '095936.956000', '095936.958000', '095936.961000', '095936.964000', '095936.966000', '095936.969000', '095936.972000', '095936.974000', '095936.977000', '095936.979000', '095936.982000', '095936.985000', '095936.987000', '095936.990000', '095936.993000', '095936.995000', '095936.998000', '095937.002000', '095937.004000', '095937.007000', '095937.010000', '095937.012000', '095937.015000', '095937.017000', '095937.020000', '095937.023000', '095937.025000', '095937.028000', '095937.030000', '095937.033000', '095937.036000', '095937.038000', '095937.041000', '095937.044000', '095937.046000', '095937.049000', '095937.051000', '095937.054000', '095937.056000', '095937.059000', '095937.062000', '095937.064000', '095937.067000', '095937.070000', '095956.955000', '095956.958000', '095956.961000', '095956.963000', '095956.966000', '095956.969000', '095956.971000', '095956.982000', '095956.985000', '095956.987000', '095956.990000', '095956.993000', '095956.995000', '095956.998000', '095957.002000', '095957.004000', '095957.007000', '095957.010000', '095957.013000', '095957.015000', '095957.018000', '095957.021000', '095957.023000', '095957.026000', '095957.029000', '095957.031000', '095957.034000', '095957.036000', '095957.039000', '095957.042000', '095957.044000', '095957.047000', '095957.050000', '095957.052000', '095957.055000', '095957.057000', '095957.060000', '095957.063000', '095957.065000', '095957.068000', '095957.070000', '095957.073000', '095957.076000', '100016.955000', '100016.959000', '100016.961000', '100016.964000', '100016.966000', '100016.969000', '100016.972000', '100016.975000', '100016.977000', '100016.980000', '100016.982000', '100016.985000', '100016.988000', '100016.991000', '100016.993000', '100016.996000', '100016.998000', '100017.002000', '100017.005000', '100017.007000', '100017.010000', '100017.013000', '100017.015000', '100017.018000', '100017.020000', '100017.023000', '100017.026000', '100017.028000', '100017.031000', '100017.034000', '100017.036000', '100017.039000', '100017.041000', '100017.044000', '100017.047000', '100017.049000', '100017.052000', '100017.055000', '100017.057000', '100017.060000', '100017.062000', '100017.065000', '100017.068000', '100017.070000', '100036.955000', '100036.958000', '100036.961000', '100036.964000', '100036.967000', '100036.969000', '100036.972000', '100036.975000', '100036.977000', '100036.980000', '100036.982000', '100036.985000', '100036.988000', '100036.990000', '100036.993000', '100036.995000', '100036.998000', '100037.001000', '100037.003000', '100037.006000', '100037.009000', '100037.011000', '100037.014000', '100037.016000', '100037.019000', '100037.022000', '100037.024000', '100037.027000', '100037.030000', '100037.032000', '100037.035000', '100037.037000', '100037.040000', '100037.043000', '100037.045000', '100037.048000', '100037.050000', '100037.053000', '100037.056000', '100037.058000', '100037.061000', '100037.064000', '100037.067000', '100056.956000', '100056.958000', '100056.961000', '100056.964000', '100056.966000', '100056.969000', '100056.971000', '100056.974000', '100056.977000', '100056.979000', '100056.982000', '100056.985000', '100056.987000', '100056.990000', '100056.993000', '100056.995000', '100056.998000', '100057.002000', '100057.004000', '100057.007000', '100057.010000', '100057.012000', '100057.015000', '100057.018000', '100057.020000', '100057.023000', '100057.026000', '100057.028000', '100057.031000', '100057.033000', '100057.036000', '100057.039000', '100057.041000', '100057.044000', '100057.047000', '100057.049000', '100057.052000', '100057.054000', '100057.057000', '100057.060000', '100057.062000', '100057.065000', '100057.068000', '100057.070000', '100116.955000', '100116.958000', '100116.961000', '100116.964000', '100116.966000', '100116.969000', '100116.972000', '100116.974000', '100116.977000', '100116.980000', '100116.982000', '100116.985000', '100116.988000', '100116.990000', '100116.993000', '100116.996000', '100116.998000', '100117.002000', '100117.005000', '100117.007000', '100117.010000', '100117.013000', '100117.015000', '100117.018000', '100117.021000', '100117.023000', '100117.026000', '100117.028000', '100117.031000', '100117.034000', '100117.036000', '100117.039000', '100117.042000', '100117.044000', '100117.047000', '100117.049000', '100117.052000', '100117.055000', '100117.058000', '100117.060000', '100117.063000', '100117.065000', '100117.069000', '100136.956000', '100136.958000', '100136.961000', '100136.964000', '100136.966000', '100136.969000', '100136.971000', '100136.974000', '100136.977000', '100136.980000', '100136.982000', '100136.985000', '100136.987000', '100136.990000', '100136.993000', '100136.996000', '100136.998000', '100137.002000', '100137.005000', '100137.007000', '100137.010000', '100137.013000', '100137.015000', '100137.018000', '100137.021000', '100137.023000', '100137.026000', '100137.028000', '100137.031000', '100137.034000', '100137.036000', '100137.039000', '100137.041000', '100137.044000', '100137.047000', '100137.049000', '100137.052000', '100137.054000', '100137.057000', '100137.060000', '100137.062000', '100137.065000', '100137.068000', '100137.070000', '100156.956000', '100156.959000', '100156.961000', '100156.964000', '100156.966000', '100156.969000', '100156.971000', '100156.974000', '100156.977000', '100156.979000', '100156.982000', '100156.985000', '100156.987000', '100156.990000', '100156.992000', '100156.995000', '100156.998000', '100157.001000', '100157.004000', '100157.007000', '100157.009000', '100157.012000', '100157.015000', '100157.017000', '100157.020000', '100157.023000', '100157.025000', '100157.028000', '100157.030000', '100157.041000', '100157.044000', '100157.047000', '100157.049000', '100157.052000', '100157.055000', '100157.057000', '100157.060000', '100157.063000', '100157.065000', '100157.068000', '100157.070000', '100157.073000', '100157.076000', '100216.955000', '100216.958000', '100216.961000', '100216.964000', '100216.966000', '100216.969000', '100216.971000', '100216.974000', '100216.977000', '100216.979000', '100216.982000', '100216.984000', '100216.987000', '100216.989000', '100216.992000', '100216.995000', '100216.997000', '100217.001000', '100217.004000', '100217.006000', '100217.009000', '100217.012000', '100217.044000', '100217.047000', '100217.049000', '100217.052000', '100217.055000', '100217.058000', '100217.060000', '100217.063000', '100217.065000', '100217.068000', '100217.071000', '100217.073000', '100217.076000', '100217.079000', '100217.081000', '100217.086000', '100217.088000', '100217.091000', '100217.093000', '100217.096000', '100217.099000', '100217.101000', '100236.955000', '100236.958000', '100236.961000', '100236.964000', '100236.966000', '100236.969000', '100236.972000', '100236.974000', '100236.977000', '100236.980000', '100236.982000', '100236.985000', '100236.987000', '100236.990000', '100236.993000', '100236.995000', '100236.998000', '100237.002000', '100237.004000', '100237.007000', '100237.010000', '100237.012000', '100237.015000', '100237.018000', '100237.020000', '100237.023000', '100237.025000', '100237.028000', '100237.031000', '100237.033000', '100237.036000', '100237.038000', '100237.041000', '100237.044000', '100237.046000', '100237.049000', '100237.051000', '100237.054000', '100237.057000', '100237.059000', '100237.062000', '100237.065000', '100237.067000', '100256.956000', '100256.959000', '100256.961000', '100256.964000', '100256.966000', '100256.969000', '100256.972000', '100256.974000', '100256.977000', '100256.979000', '100256.982000', '100256.984000', '100256.987000', '100256.990000', '100256.993000', '100256.995000', '100256.998000', '100257.002000', '100257.004000', '100257.007000', '100257.010000', '100257.013000', '100257.015000', '100257.018000', '100257.020000', '100257.023000', '100257.026000', '100257.028000', '100257.031000', '100257.034000', '100257.036000', '100257.039000', '100257.041000', '100257.044000', '100257.047000', '100257.049000', '100257.052000', '100257.055000', '100257.057000', '100257.060000', '100257.062000', '100257.065000', '100257.068000', '100257.070000', '100315.302000', '100315.306000', '100315.308000', '100315.311000', '100315.313000', '100315.316000', '100315.319000', '100315.321000', '100315.324000', '100315.326000', '100315.329000', '100315.332000', '100315.334000', '100315.337000', '100315.339000', '100315.342000', '100315.344000', '100315.347000', '100315.350000', '100315.352000', '100315.355000', '100315.358000', '100315.360000', '100315.363000', '100315.365000', '100315.368000', '100315.371000', '100315.373000', '100315.376000', '100315.379000', '100315.381000', '100315.384000', '100315.387000', '100315.389000', '100315.392000', '100315.394000', '100315.397000', '100315.400000', '100315.402000', '100315.405000'], 'InstanceCreationTime': ['095657.003000', '095657.006000', '095657.009000', '095657.011000', '095657.014000', '095657.017000', '095657.019000', '095657.022000', '095657.025000', '095657.027000', '095657.030000', '095657.032000', '095657.035000', '095657.038000', '095657.040000', '095657.043000', '095657.045000', '095657.048000', '095657.051000', '095657.053000', '095657.056000', '095657.058000', '095657.061000', '095657.064000', '095657.066000', '095657.069000', '095657.071000', '095657.074000', '095657.077000', '095657.079000', '095657.082000', '095657.084000', '095657.087000', '095657.089000', '095657.092000', '095657.095000', '095657.097000', '095657.100000', '095657.102000', '095657.105000', '095657.108000', '095657.111000', '095657.113000', '095657.116000', '095657.118000', '095657.121000', '095657.124000', '095657.126000', '095657.140000', '095716.955000', '095716.958000', '095716.961000', '095716.964000', '095716.967000', '095716.970000', '095716.974000', '095716.986000', '095716.989000', '095716.992000', '095716.994000', '095716.997000', '095717.000000', '095717.003000', '095717.006000', '095717.008000', '095717.011000', '095717.013000', '095717.016000', '095717.019000', '095717.021000', '095717.024000', '095717.026000', '095717.029000', '095717.032000', '095717.034000', '095717.037000', '095717.039000', '095717.042000', '095717.044000', '095717.047000', '095717.050000', '095717.052000', '095717.055000', '095717.057000', '095717.060000', '095717.063000', '095717.065000', '095717.068000', '095717.070000', '095717.073000', '095717.075000', '095717.078000', '095736.956000', '095736.959000', '095736.961000', '095736.964000', '095736.966000', '095736.969000', '095736.971000', '095736.974000', '095736.977000', '095736.979000', '095736.982000', '095736.984000', '095736.987000', '095736.990000', '095736.992000', '095736.995000', '095736.997000', '095737.001000', '095737.004000', '095737.006000', '095737.009000', '095737.011000', '095737.014000', '095737.017000', '095737.019000', '095737.022000', '095737.024000', '095737.036000', '095737.038000', '095737.041000', '095737.044000', '095737.046000', '095737.049000', '095737.052000', '095737.080000', '095737.083000', '095737.085000', '095737.088000', '095737.090000', '095737.093000', '095737.096000', '095737.098000', '095737.101000', '095737.103000', '095756.956000', '095756.958000', '095756.961000', '095756.964000', '095756.966000', '095756.969000', '095756.972000', '095756.974000', '095756.977000', '095756.979000', '095756.982000', '095756.985000', '095756.987000', '095756.990000', '095756.992000', '095756.995000', '095756.998000', '095757.001000', '095757.004000', '095757.007000', '095757.010000', '095757.013000', '095757.015000', '095757.019000', '095757.022000', '095757.025000', '095757.027000', '095757.030000', '095757.033000', '095757.040000', '095757.043000', '095757.052000', '095757.054000', '095757.057000', '095757.060000', '095757.062000', '095757.065000', '095757.068000', '095757.070000', '095757.073000', '095757.076000', '095757.078000', '095757.081000', '095816.956000', '095816.958000', '095816.961000', '095816.963000', '095816.966000', '095816.969000', '095816.971000', '095816.974000', '095816.977000', '095816.979000', '095816.982000', '095816.984000', '095816.987000', '095816.990000', '095816.992000', '095816.995000', '095816.998000', '095817.001000', '095817.004000', '095817.007000', '095817.009000', '095817.012000', '095817.015000', '095817.017000', '095817.020000', '095817.022000', '095817.025000', '095817.028000', '095817.030000', '095817.033000', '095817.036000', '095817.038000', '095817.041000', '095817.044000', '095817.046000', '095817.049000', '095817.052000', '095817.054000', '095817.057000', '095817.059000', '095817.062000', '095817.064000', '095817.067000', '095817.070000', '095836.955000', '095836.958000', '095836.961000', '095836.964000', '095836.966000', '095836.969000', '095836.971000', '095836.974000', '095836.977000', '095836.979000', '095836.982000', '095836.985000', '095836.987000', '095836.990000', '095836.993000', '095836.996000', '095837.000000', '095837.002000', '095837.005000', '095837.008000', '095837.010000', '095837.013000', '095837.015000', '095837.026000', '095837.029000', '095837.031000', '095837.034000', '095837.037000', '095837.039000', '095837.042000', '095837.045000', '095837.047000', '095837.050000', '095837.052000', '095837.055000', '095837.058000', '095837.060000', '095837.063000', '095837.065000', '095837.068000', '095837.071000', '095837.073000', '095837.076000', '095856.955000', '095856.958000', '095856.961000', '095856.964000', '095856.967000', '095856.970000', '095856.972000', '095856.975000', '095856.978000', '095856.980000', '095856.983000', '095856.986000', '095856.988000', '095856.991000', '095856.993000', '095856.996000', '095856.999000', '095857.001000', '095857.004000', '095857.006000', '095857.009000', '095857.012000', '095857.014000', '095857.017000', '095857.020000', '095857.022000', '095857.025000', '095857.027000', '095857.030000', '095857.033000', '095857.035000', '095857.038000', '095857.041000', '095857.043000', '095857.046000', '095857.048000', '095857.051000', '095857.054000', '095857.056000', '095857.059000', '095857.061000', '095857.064000', '095857.067000', '095857.069000', '095916.956000', '095916.959000', '095916.961000', '095916.964000', '095916.967000', '095916.969000', '095916.972000', '095916.974000', '095916.977000', '095916.980000', '095916.982000', '095916.985000', '095916.988000', '095916.991000', '095916.994000', '095916.997000', '095917.001000', '095917.004000', '095917.007000', '095917.009000', '095917.012000', '095917.015000', '095917.017000', '095917.020000', '095917.022000', '095917.025000', '095917.027000', '095917.030000', '095917.033000', '095917.049000', '095917.052000', '095917.054000', '095917.057000', '095917.060000', '095917.063000', '095917.066000', '095917.068000', '095917.071000', '095917.074000', '095917.076000', '095917.079000', '095917.082000', '095917.084000', '095936.956000', '095936.958000', '095936.961000', '095936.964000', '095936.966000', '095936.969000', '095936.972000', '095936.974000', '095936.977000', '095936.979000', '095936.982000', '095936.985000', '095936.987000', '095936.990000', '095936.993000', '095936.995000', '095936.998000', '095937.002000', '095937.004000', '095937.007000', '095937.010000', '095937.012000', '095937.015000', '095937.017000', '095937.020000', '095937.023000', '095937.025000', '095937.028000', '095937.030000', '095937.033000', '095937.036000', '095937.038000', '095937.041000', '095937.044000', '095937.046000', '095937.049000', '095937.051000', '095937.054000', '095937.056000', '095937.059000', '095937.062000', '095937.064000', '095937.067000', '095937.070000', '095956.955000', '095956.958000', '095956.961000', '095956.963000', '095956.966000', '095956.969000', '095956.971000', '095956.982000', '095956.985000', '095956.987000', '095956.990000', '095956.993000', '095956.995000', '095956.998000', '095957.002000', '095957.004000', '095957.007000', '095957.010000', '095957.013000', '095957.015000', '095957.018000', '095957.021000', '095957.023000', '095957.026000', '095957.029000', '095957.031000', '095957.034000', '095957.036000', '095957.039000', '095957.042000', '095957.044000', '095957.047000', '095957.050000', '095957.052000', '095957.055000', '095957.057000', '095957.060000', '095957.063000', '095957.065000', '095957.068000', '095957.070000', '095957.073000', '095957.076000', '100016.955000', '100016.959000', '100016.961000', '100016.964000', '100016.966000', '100016.969000', '100016.972000', '100016.975000', '100016.977000', '100016.980000', '100016.982000', '100016.985000', '100016.988000', '100016.991000', '100016.993000', '100016.996000', '100016.998000', '100017.002000', '100017.005000', '100017.007000', '100017.010000', '100017.013000', '100017.015000', '100017.018000', '100017.020000', '100017.023000', '100017.026000', '100017.028000', '100017.031000', '100017.034000', '100017.036000', '100017.039000', '100017.041000', '100017.044000', '100017.047000', '100017.049000', '100017.052000', '100017.055000', '100017.057000', '100017.060000', '100017.062000', '100017.065000', '100017.068000', '100017.070000', '100036.955000', '100036.958000', '100036.961000', '100036.964000', '100036.967000', '100036.969000', '100036.972000', '100036.975000', '100036.977000', '100036.980000', '100036.982000', '100036.985000', '100036.988000', '100036.990000', '100036.993000', '100036.995000', '100036.998000', '100037.001000', '100037.003000', '100037.006000', '100037.009000', '100037.011000', '100037.014000', '100037.016000', '100037.019000', '100037.022000', '100037.024000', '100037.027000', '100037.030000', '100037.032000', '100037.035000', '100037.037000', '100037.040000', '100037.043000', '100037.045000', '100037.048000', '100037.050000', '100037.053000', '100037.056000', '100037.058000', '100037.061000', '100037.064000', '100037.067000', '100056.956000', '100056.958000', '100056.961000', '100056.964000', '100056.966000', '100056.969000', '100056.971000', '100056.974000', '100056.977000', '100056.979000', '100056.982000', '100056.985000', '100056.987000', '100056.990000', '100056.993000', '100056.995000', '100056.998000', '100057.002000', '100057.004000', '100057.007000', '100057.010000', '100057.012000', '100057.015000', '100057.018000', '100057.020000', '100057.023000', '100057.026000', '100057.028000', '100057.031000', '100057.033000', '100057.036000', '100057.039000', '100057.041000', '100057.044000', '100057.047000', '100057.049000', '100057.052000', '100057.054000', '100057.057000', '100057.060000', '100057.062000', '100057.065000', '100057.068000', '100057.070000', '100116.955000', '100116.958000', '100116.961000', '100116.964000', '100116.966000', '100116.969000', '100116.972000', '100116.974000', '100116.977000', '100116.980000', '100116.982000', '100116.985000', '100116.988000', '100116.990000', '100116.993000', '100116.996000', '100116.998000', '100117.002000', '100117.005000', '100117.007000', '100117.010000', '100117.013000', '100117.015000', '100117.018000', '100117.021000', '100117.023000', '100117.026000', '100117.028000', '100117.031000', '100117.034000', '100117.036000', '100117.039000', '100117.042000', '100117.044000', '100117.047000', '100117.049000', '100117.052000', '100117.055000', '100117.058000', '100117.060000', '100117.063000', '100117.065000', '100117.069000', '100136.956000', '100136.958000', '100136.961000', '100136.964000', '100136.966000', '100136.969000', '100136.971000', '100136.974000', '100136.977000', '100136.980000', '100136.982000', '100136.985000', '100136.987000', '100136.990000', '100136.993000', '100136.996000', '100136.998000', '100137.002000', '100137.005000', '100137.007000', '100137.010000', '100137.013000', '100137.015000', '100137.018000', '100137.021000', '100137.023000', '100137.026000', '100137.028000', '100137.031000', '100137.034000', '100137.036000', '100137.039000', '100137.041000', '100137.044000', '100137.047000', '100137.049000', '100137.052000', '100137.054000', '100137.057000', '100137.060000', '100137.062000', '100137.065000', '100137.068000', '100137.070000', '100156.956000', '100156.959000', '100156.961000', '100156.964000', '100156.966000', '100156.969000', '100156.971000', '100156.974000', '100156.977000', '100156.979000', '100156.982000', '100156.985000', '100156.987000', '100156.990000', '100156.992000', '100156.995000', '100156.998000', '100157.001000', '100157.004000', '100157.007000', '100157.009000', '100157.012000', '100157.015000', '100157.017000', '100157.020000', '100157.023000', '100157.025000', '100157.028000', '100157.030000', '100157.041000', '100157.044000', '100157.047000', '100157.049000', '100157.052000', '100157.055000', '100157.057000', '100157.060000', '100157.063000', '100157.065000', '100157.068000', '100157.070000', '100157.073000', '100157.076000', '100216.955000', '100216.958000', '100216.961000', '100216.964000', '100216.966000', '100216.969000', '100216.971000', '100216.974000', '100216.977000', '100216.979000', '100216.982000', '100216.984000', '100216.987000', '100216.989000', '100216.992000', '100216.995000', '100216.997000', '100217.001000', '100217.004000', '100217.006000', '100217.009000', '100217.012000', '100217.044000', '100217.047000', '100217.049000', '100217.052000', '100217.055000', '100217.058000', '100217.060000', '100217.063000', '100217.065000', '100217.068000', '100217.071000', '100217.073000', '100217.076000', '100217.079000', '100217.081000', '100217.086000', '100217.088000', '100217.091000', '100217.093000', '100217.096000', '100217.099000', '100217.101000', '100236.955000', '100236.958000', '100236.961000', '100236.964000', '100236.966000', '100236.969000', '100236.972000', '100236.974000', '100236.977000', '100236.980000', '100236.982000', '100236.985000', '100236.987000', '100236.990000', '100236.993000', '100236.995000', '100236.998000', '100237.002000', '100237.004000', '100237.007000', '100237.010000', '100237.012000', '100237.015000', '100237.018000', '100237.020000', '100237.023000', '100237.025000', '100237.028000', '100237.031000', '100237.033000', '100237.036000', '100237.038000', '100237.041000', '100237.044000', '100237.046000', '100237.049000', '100237.051000', '100237.054000', '100237.057000', '100237.059000', '100237.062000', '100237.065000', '100237.067000', '100256.956000', '100256.959000', '100256.961000', '100256.964000', '100256.966000', '100256.969000', '100256.972000', '100256.974000', '100256.977000', '100256.979000', '100256.982000', '100256.984000', '100256.987000', '100256.990000', '100256.993000', '100256.995000', '100256.998000', '100257.002000', '100257.004000', '100257.007000', '100257.010000', '100257.013000', '100257.015000', '100257.018000', '100257.020000', '100257.023000', '100257.026000', '100257.028000', '100257.031000', '100257.034000', '100257.036000', '100257.039000', '100257.041000', '100257.044000', '100257.047000', '100257.049000', '100257.052000', '100257.055000', '100257.057000', '100257.060000', '100257.062000', '100257.065000', '100257.068000', '100257.070000', '100315.302000', '100315.306000', '100315.308000', '100315.311000', '100315.313000', '100315.316000', '100315.319000', '100315.321000', '100315.324000', '100315.326000', '100315.329000', '100315.332000', '100315.334000', '100315.337000', '100315.339000', '100315.342000', '100315.344000', '100315.347000', '100315.350000', '100315.352000', '100315.355000', '100315.358000', '100315.360000', '100315.363000', '100315.365000', '100315.368000', '100315.371000', '100315.373000', '100315.376000', '100315.379000', '100315.381000', '100315.384000', '100315.387000', '100315.389000', '100315.392000', '100315.394000', '100315.397000', '100315.400000', '100315.402000', '100315.405000'], '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': [10580, 15277, 10828, 15535, 10392, 12857, 9719, 10327, 8587, 9884, 7254, 10515, 7163, 8447, 7376, 7814, 7320, 8226, 7538, 8892, 8101, 7430, 8656, 7274, 9232, 7179, 9295, 7000, 7800, 7427, 8024, 8277, 7954, 8894, 7198, 10556, 7380, 10992, 7629, 8363, 10843, 8140, 11410, 9115, 11158, 6954, 10185, 7432, 12745, 7249, 10521, 7608, 8190, 8272, 7184, 9080, 7132, 10088, 7038, 7155, 7491, 7076, 8797, 7340, 10011, 7338, 9463, 7828, 7032, 8722, 7188, 7927, 8011, 7554, 7450, 8381, 7622, 11226, 10625, 9554, 11015, 10940, 13483, 13333, 8597, 10369, 7312, 7298, 9711, 6942, 10062, 7228, 13020, 8036, 7124, 8736, 7076, 9552, 7141, 9173, 7299, 7128, 8437, 6897, 8313, 7284, 7007, 8526, 7137, 9858, 7565, 9265, 8419, 7088, 8720, 7259, 9375, 6858, 10764, 8597, 9125, 8143, 6970, 8849, 7179, 9620, 7370, 10240, 9987, 7383, 8997, 7173, 12040, 7372, 9369, 7634, 8046, 8944, 7363, 10037, 7236, 6701, 7747, 7013, 8935, 6713, 9841, 7331, 10584, 7107, 7005, 8873, 7084, 9469, 7011, 9985, 9216, 7078, 8414, 7344, 8291, 7204, 7033, 9292, 7033, 9413, 7093, 6961, 8668, 6970, 10457, 10155, 10027, 8303, 7168, 9181, 7029, 8013, 9044, 6949, 9488, 7164, 7531, 8313, 7211, 9138, 7050, 11615, 10342, 7999, 8427, 6984, 9966, 7505, 8308, 7049, 7219, 8744, 6866, 9962, 7090, 9182, 6995, 7145, 8143, 7042, 10595, 7089, 7006, 8355, 7089, 8711, 7299, 7079, 8237, 6956, 8822, 7172, 6851, 8626, 7333, 9933, 9472, 7074, 8944, 7563, 10530, 8856, 7168, 13276, 8560, 7057, 8001, 7167, 11167, 7866, 7356, 8654, 7170, 7954, 7413, 7230, 8217, 7343, 9800, 7681, 7075, 8028, 6988, 9869, 7314, 9395, 8044, 7381, 8672, 7282, 13238, 7324, 9136, 7297, 8620, 9291, 7279, 8768, 7146, 9422, 7165, 7111, 7465, 7072, 9361, 7868, 10436, 7304, 7106, 8157, 7224, 9913, 7779, 11747, 10308, 7097, 8075, 7313, 9641, 7163, 7155, 8077, 7221, 9154, 7815, 7182, 8545, 7211, 12446, 8612, 10132, 9247, 7227, 12809, 7173, 12533, 7969, 7618, 8944, 8365, 14648, 7292, 12174, 7065, 7135, 8334, 7096, 9582, 7530, 7122, 7317, 7251, 9114, 7283, 7258, 8067, 6922, 9548, 7249, 7565, 8243, 7261, 9252, 7310, 11727, 8755, 8642, 7832, 6956, 9148, 7024, 11032, 7350, 8297, 8186, 7071, 8865, 7315, 9310, 7271, 8591, 8009, 7881, 8288, 6998, 9227, 7356, 7279, 7833, 7256, 9368, 7570, 7384, 7828, 7294, 8639, 7057, 11543, 7810, 9921, 8772, 7074, 8696, 7249, 8381, 8052, 7495, 8593, 7373, 12425, 7241, 8120, 7725, 7453, 10028, 7494, 7249, 10030, 9909, 8574, 10898, 8091, 14053, 10879, 13968, 11756, 14717, 7779, 7299, 7669, 7004, 9057, 7271, 7092, 7810, 7322, 8560, 7372, 7554, 7585, 8744, 9247, 7712, 8794, 7379, 8982, 7157, 9442, 7320, 9520, 8319, 8370, 10275, 7864, 9113, 7211, 8601, 7178, 8720, 7818, 9332, 7404, 8900, 7350, 7176, 7797, 7137, 8420, 7260, 10056, 7279, 11071, 7252, 11202, 8489, 12898, 7646, 12244, 7840, 8796, 9118, 7382, 9238, 7512, 12186, 7618, 11081, 7412, 7507, 8999, 7322, 11386, 7658, 9228, 7969, 7124, 7849, 7057, 9961, 8141, 13059, 7957, 11036, 8357, 8213, 8925, 7432, 9547, 8270, 11648, 7361, 7491, 7455, 7244, 8394, 7403, 9644, 7576, 9915, 7730, 10141, 8347, 10296, 9006, 9433, 10529, 7382, 8963, 7024, 9111, 7200, 8747, 7089, 10841, 7012, 9173, 7017, 8870, 7203, 8719, 7234, 8597, 7169, 9019, 7091, 9362, 7105, 8745, 7258, 8464, 7367, 9697, 7122, 9271, 7097, 8892, 7335, 8716, 7167, 9514, 7995, 9048, 8463, 7011, 8351, 7445, 8758, 7152, 9741, 8118, 12901, 7645, 12832, 7354, 10169, 7496, 9708, 8282, 11456, 8041, 7131, 7834, 7189, 8551, 7140, 9154, 7554, 9967, 7551, 9951, 7618, 10127, 7714, 10547, 7723, 10590, 8009, 13593, 7488, 10985, 7405, 8766, 8253, 7352, 8532, 7037, 9078, 7185, 9897, 7411, 9997, 7684, 10720, 9237, 7252, 8401, 7175, 9102, 7356, 9550, 7909, 11738, 10047, 12633, 7740, 10405, 8008, 9446, 9551, 7057, 9471, 7897, 11505, 7421, 7242, 7597, 7256, 8597, 7050, 9511, 7296, 12238, 7294, 8625, 7973, 7055, 8384, 7218, 9777, 7715, 13475, 7935, 10669, 8447, 7901, 9681, 7139, 9323, 7501, 10810, 7287, 7379, 8339, 7310, 9280, 7577, 10242, 7788, 7152, 8427, 7178, 9327, 8002, 11209, 8591, 7299, 8384, 7278, 9091, 7147, 9670, 7816, 12441, 8916, 10121, 8162, 7483, 8651, 7265, 8573, 7089, 8970, 7507, 8991, 7512, 9155, 7178, 8136, 7839, 7678, 8716, 7317, 9116, 7095, 10101, 7836, 10728, 9019, 9929, 9938, 7194, 9255, 7139, 9387, 7455, 10796, 8478, 9117, 8632, 7082, 9549, 7333, 7108, 7857, 7152, 10216, 7615, 11409, 8052, 12664, 8124, 13085, 9278, 12267, 10280, 7725, 8528, 7336, 9418, 7673, 8767, 8820, 7225, 9412, 7353, 10282, 7476, 10704, 7607, 10408, 8700, 10109, 7989, 7250, 8640, 7514, 9102, 7618, 8490, 8764, 7203, 9088, 7030, 9951, 7669, 8071, 8477, 7177, 9673, 7295, 9793, 7646, 6958, 8824, 7397, 8423, 9233, 7119, 11049, 8147, 7120, 8682, 7146, 11821, 8878, 9829, 8568, 7370, 9320, 7430, 11624, 8230, 9940, 9140, 7169, 9226, 7237, 9714, 7556, 9136, 8718, 7261, 9000, 7010, 8809, 7580, 7004, 8463, 7055, 9565, 8223, 7207, 8464, 7285, 9660, 7719, 10826, 9616, 7300, 9340, 7136, 9111, 7840, 7534, 8524, 7401, 9926, 8431, 7558, 8743, 7145, 9832, 7355, 10837, 8018, 11916, 8123, 14121, 8572, 11847, 7965, 7378, 8565, 7151, 9352, 7835, 11113, 7766, 9726, 8052, 7388, 8470, 7153, 9623, 7281, 10396, 7569, 11013, 8137, 7292, 8492, 7175, 9828, 8339, 8927, 8914, 7151, 9132, 7321, 7399, 8465, 7132, 10119, 7614, 10327, 7778, 7276, 8908, 7136, 11092, 8950, 7169, 8724, 7012, 9490, 7998, 7001, 9856, 7461, 12341, 8569, 7211, 8805, 7268, 11272, 9408, 7466, 9838, 7333, 11401, 7640, 10650, 8405, 7248, 9293, 7112], 'WindowCenter': [4636.0, 4660.0, 4606.0, 4641.0, 4581.0, 4607.0, 4566.0, 4589.0, 4570.0, 4577.0, 4547.0, 4574.0, 4535.0, 4554.0, 4537.0, 4559.0, 4562.0, 4570.0, 4561.0, 4580.0, 4572.0, 4563.0, 4582.0, 4563.0, 4594.0, 4564.0, 4595.0, 4567.0, 4587.0, 4591.0, 4600.0, 4599.0, 4587.0, 4595.0, 4569.0, 4617.0, 4579.0, 4616.0, 4577.0, 4586.0, 4627.0, 4590.0, 4641.0, 4611.0, 4628.0, 4567.0, 4616.0, 4576.0, 4632.0, 4566.0, 4614.0, 4575.0, 4585.0, 4585.0, 4555.0, 4595.0, 4566.0, 4606.0, 4566.0, 4567.0, 4581.0, 4569.0, 4598.0, 4580.0, 4607.0, 4580.0, 4620.0, 4589.0, 4582.0, 4628.0, 4599.0, 4604.0, 4589.0, 4584.0, 4579.0, 4600.0, 4605.0, 4640.0, 4643.0, 4623.0, 4630.0, 4641.0, 4661.0, 4660.0, 4599.0, 4630.0, 4591.0, 4580.0, 4609.0, 4569.0, 4620.0, 4577.0, 4648.0, 4587.0, 4567.0, 4596.0, 4567.0, 4606.0, 4567.0, 4606.0, 4577.0, 4568.0, 4589.0, 4569.0, 4589.0, 4580.0, 4580.0, 4610.0, 4581.0, 4620.0, 4592.0, 4622.0, 4601.0, 4581.0, 4601.0, 4581.0, 4610.0, 4571.0, 4629.0, 4600.0, 4611.0, 4590.0, 4570.0, 4609.0, 4578.0, 4609.0, 4580.0, 4619.0, 4619.0, 4580.0, 4609.0, 4569.0, 4638.0, 4579.0, 4608.0, 4579.0, 4602.0, 4611.0, 4593.0, 4620.0, 4591.0, 4568.0, 4592.0, 4582.0, 4609.0, 4570.0, 4618.0, 4568.0, 4615.0, 4566.0, 4568.0, 4597.0, 4593.0, 4620.0, 4580.0, 4618.0, 4609.0, 4569.0, 4599.0, 4580.0, 4599.0, 4580.0, 4580.0, 4610.0, 4570.0, 4609.0, 4569.0, 4570.0, 4599.0, 4580.0, 4629.0, 4620.0, 4619.0, 4588.0, 4568.0, 4608.0, 4569.0, 4588.0, 4598.0, 4569.0, 4619.0, 4569.0, 4578.0, 4587.0, 4578.0, 4607.0, 4568.0, 4627.0, 4617.0, 4588.0, 4586.0, 4567.0, 4606.0, 4567.0, 4585.0, 4566.0, 4577.0, 4586.0, 4557.0, 4606.0, 4567.0, 4596.0, 4567.0, 4567.0, 4587.0, 4568.0, 4627.0, 4568.0, 4569.0, 4598.0, 4580.0, 4599.0, 4580.0, 4581.0, 4613.0, 4582.0, 4610.0, 4582.0, 4584.0, 4613.0, 4591.0, 4634.0, 4636.0, 4584.0, 4614.0, 4595.0, 4621.0, 4599.0, 4572.0, 4650.0, 4602.0, 4581.0, 4591.0, 4571.0, 4630.0, 4590.0, 4581.0, 4600.0, 4569.0, 4590.0, 4579.0, 4581.0, 4599.0, 4581.0, 4618.0, 4580.0, 4571.0, 4589.0, 4571.0, 4618.0, 4581.0, 4610.0, 4590.0, 4580.0, 4599.0, 4581.0, 4650.0, 4581.0, 4609.0, 4580.0, 4599.0, 4610.0, 4580.0, 4599.0, 4569.0, 4610.0, 4571.0, 4568.0, 4580.0, 4571.0, 4611.0, 4591.0, 4631.0, 4581.0, 4572.0, 4591.0, 4581.0, 4620.0, 4592.0, 4640.0, 4620.0, 4572.0, 4591.0, 4581.0, 4610.0, 4571.0, 4572.0, 4591.0, 4582.0, 4612.0, 4593.0, 4583.0, 4614.0, 4583.0, 4651.0, 4603.0, 4622.0, 4610.0, 4583.0, 4649.0, 4571.0, 4639.0, 4579.0, 4579.0, 4599.0, 4589.0, 4658.0, 4569.0, 4626.0, 4557.0, 4557.0, 4587.0, 4567.0, 4597.0, 4578.0, 4569.0, 4568.0, 4569.0, 4598.0, 4580.0, 4580.0, 4591.0, 4569.0, 4610.0, 4578.0, 4581.0, 4589.0, 4581.0, 4610.0, 4581.0, 4640.0, 4600.0, 4601.0, 4581.0, 4570.0, 4609.0, 4566.0, 4617.0, 4569.0, 4589.0, 4588.0, 4569.0, 4599.0, 4579.0, 4607.0, 4579.0, 4598.0, 4589.0, 4590.0, 4589.0, 4571.0, 4613.0, 4596.0, 4582.0, 4592.0, 4582.0, 4611.0, 4594.0, 4585.0, 4595.0, 4583.0, 4612.0, 4586.0, 4642.0, 4595.0, 4624.0, 4604.0, 4583.0, 4603.0, 4582.0, 4602.0, 4593.0, 4583.0, 4603.0, 4594.0, 4641.0, 4584.0, 4594.0, 4595.0, 4582.0, 4621.0, 4583.0, 4584.0, 4621.0, 4623.0, 4603.0, 4632.0, 4591.0, 4650.0, 4620.0, 4648.0, 4626.0, 4648.0, 4568.0, 4567.0, 4567.0, 4558.0, 4588.0, 4567.0, 4570.0, 4580.0, 4582.0, 4600.0, 4582.0, 4580.0, 4582.0, 4602.0, 4613.0, 4583.0, 4602.0, 4581.0, 4601.0, 4572.0, 4610.0, 4571.0, 4611.0, 4592.0, 4592.0, 4622.0, 4592.0, 4601.0, 4571.0, 4601.0, 4570.0, 4590.0, 4578.0, 4599.0, 4570.0, 4599.0, 4581.0, 4572.0, 4592.0, 4584.0, 4604.0, 4594.0, 4633.0, 4595.0, 4644.0, 4585.0, 4633.0, 4604.0, 4651.0, 4593.0, 4641.0, 4592.0, 4600.0, 4601.0, 4582.0, 4613.0, 4582.0, 4642.0, 4594.0, 4631.0, 4582.0, 4581.0, 4615.0, 4583.0, 4643.0, 4592.0, 4625.0, 4607.0, 4597.0, 4604.0, 4583.0, 4622.0, 4604.0, 4651.0, 4592.0, 4630.0, 4590.0, 4590.0, 4598.0, 4568.0, 4609.0, 4579.0, 4627.0, 4569.0, 4569.0, 4569.0, 4569.0, 4591.0, 4582.0, 4611.0, 4583.0, 4622.0, 4582.0, 4621.0, 4590.0, 4620.0, 4600.0, 4600.0, 4619.0, 4570.0, 4599.0, 4569.0, 4587.0, 4569.0, 4588.0, 4558.0, 4618.0, 4558.0, 4598.0, 4557.0, 4598.0, 4570.0, 4589.0, 4580.0, 4600.0, 4571.0, 4612.0, 4570.0, 4612.0, 4573.0, 4602.0, 4582.0, 4592.0, 4581.0, 4611.0, 4571.0, 4612.0, 4572.0, 4602.0, 4583.0, 4602.0, 4582.0, 4622.0, 4604.0, 4614.0, 4604.0, 4585.0, 4605.0, 4585.0, 4614.0, 4585.0, 4625.0, 4605.0, 4653.0, 4594.0, 4652.0, 4583.0, 4620.0, 4582.0, 4609.0, 4592.0, 4630.0, 4591.0, 4583.0, 4593.0, 4583.0, 4602.0, 4584.0, 4613.0, 4594.0, 4623.0, 4594.0, 4623.0, 4594.0, 4622.0, 4582.0, 4621.0, 4581.0, 4621.0, 4580.0, 4649.0, 4567.0, 4618.0, 4570.0, 4588.0, 4590.0, 4581.0, 4601.0, 4571.0, 4612.0, 4583.0, 4622.0, 4583.0, 4622.0, 4593.0, 4632.0, 4612.0, 4583.0, 4602.0, 4583.0, 4602.0, 4582.0, 4612.0, 4593.0, 4641.0, 4623.0, 4652.0, 4592.0, 4621.0, 4591.0, 4610.0, 4609.0, 4570.0, 4611.0, 4590.0, 4630.0, 4581.0, 4582.0, 4581.0, 4580.0, 4602.0, 4573.0, 4613.0, 4583.0, 4642.0, 4584.0, 4603.0, 4605.0, 4597.0, 4603.0, 4583.0, 4623.0, 4595.0, 4662.0, 4592.0, 4620.0, 4590.0, 4592.0, 4622.0, 4583.0, 4613.0, 4571.0, 4620.0, 4570.0, 4570.0, 4589.0, 4570.0, 4611.0, 4582.0, 4622.0, 4581.0, 4573.0, 4591.0, 4573.0, 4612.0, 4593.0, 4632.0, 4601.0, 4583.0, 4592.0, 4583.0, 4602.0, 4572.0, 4611.0, 4581.0, 4640.0, 4601.0, 4621.0, 4590.0, 4571.0, 4590.0, 4570.0, 4599.0, 4570.0, 4600.0, 4580.0, 4601.0, 4583.0, 4612.0, 4572.0, 4593.0, 4593.0, 4594.0, 4604.0, 4596.0, 4614.0, 4586.0, 4634.0, 4595.0, 4634.0, 4615.0, 4624.0, 4622.0, 4584.0, 4625.0, 4584.0, 4612.0, 4584.0, 4632.0, 4603.0, 4613.0, 4604.0, 4585.0, 4623.0, 4583.0, 4584.0, 4593.0, 4586.0, 4634.0, 4596.0, 4645.0, 4606.0, 4652.0, 4594.0, 4652.0, 4613.0, 4641.0, 4621.0, 4582.0, 4601.0, 4580.0, 4600.0, 4581.0, 4601.0, 4599.0, 4571.0, 4611.0, 4581.0, 4621.0, 4582.0, 4620.0, 4581.0, 4620.0, 4590.0, 4621.0, 4591.0, 4582.0, 4601.0, 4581.0, 4599.0, 4582.0, 4602.0, 4602.0, 4583.0, 4613.0, 4574.0, 4622.0, 4583.0, 4592.0, 4603.0, 4573.0, 4613.0, 4584.0, 4624.0, 4593.0, 4585.0, 4615.0, 4585.0, 4604.0, 4614.0, 4586.0, 4645.0, 4605.0, 4583.0, 4603.0, 4574.0, 4642.0, 4603.0, 4623.0, 4602.0, 4582.0, 4599.0, 4571.0, 4619.0, 4589.0, 4610.0, 4599.0, 4570.0, 4599.0, 4570.0, 4597.0, 4579.0, 4598.0, 4588.0, 4570.0, 4600.0, 4572.0, 4601.0, 4580.0, 4572.0, 4592.0, 4573.0, 4612.0, 4593.0, 4585.0, 4605.0, 4585.0, 4614.0, 4594.0, 4633.0, 4613.0, 4582.0, 4614.0, 4586.0, 4614.0, 4594.0, 4594.0, 4603.0, 4585.0, 4623.0, 4606.0, 4597.0, 4617.0, 4588.0, 4636.0, 4586.0, 4635.0, 4594.0, 4643.0, 4594.0, 4661.0, 4603.0, 4642.0, 4592.0, 4582.0, 4600.0, 4571.0, 4602.0, 4581.0, 4632.0, 4583.0, 4613.0, 4593.0, 4583.0, 4592.0, 4572.0, 4611.0, 4582.0, 4621.0, 4583.0, 4621.0, 4592.0, 4583.0, 4602.0, 4573.0, 4612.0, 4604.0, 4613.0, 4613.0, 4585.0, 4614.0, 4585.0, 4585.0, 4605.0, 4585.0, 4623.0, 4596.0, 4636.0, 4595.0, 4585.0, 4614.0, 4584.0, 4633.0, 4614.0, 4584.0, 4605.0, 4586.0, 4614.0, 4591.0, 4574.0, 4624.0, 4584.0, 4653.0, 4604.0, 4583.0, 4603.0, 4583.0, 4632.0, 4613.0, 4583.0, 4612.0, 4583.0, 4631.0, 4583.0, 4619.0, 4591.0, 4582.0, 4612.0, 4583.0], 'WindowWidth': [10161.0, 10182.0, 10100.0, 10141.0, 10055.0, 10087.0, 10030.0, 10067.0, 10043.0, 10047.0, 10006.0, 10039.0, 9986.0, 10011.0, 9991.0, 10028.0, 10036.0, 10043.0, 10031.0, 10058.0, 10051.0, 10041.0, 10062.0, 10040.0, 10083.0, 10044.0, 10085.0, 10053.0, 10081.0, 10094.0, 10105.0, 10099.0, 10079.0, 10084.0, 10057.0, 10119.0, 10072.0, 10116.0, 10064.0, 10076.0, 10134.0, 10087.0, 10159.0, 10118.0, 10135.0, 10052.0, 10115.0, 10062.0, 10134.0, 10047.0, 10110.0, 10058.0, 10070.0, 10071.0, 10033.0, 10086.0, 10048.0, 10101.0, 10048.0, 10052.0, 10078.0, 10057.0, 10096.0, 10076.0, 10105.0, 10074.0, 10130.0, 10086.0, 10082.0, 10154.0, 10118.0, 10115.0, 10083.0, 10076.0, 10071.0, 10099.0, 10118.0, 10157.0, 10165.0, 10136.0, 10141.0, 10158.0, 10184.0, 10181.0, 10099.0, 10143.0, 10091.0, 10073.0, 10110.0, 10055.0, 10126.0, 10070.0, 10162.0, 10078.0, 10052.0, 10089.0, 10050.0, 10100.0, 10051.0, 10103.0, 10066.0, 10055.0, 10083.0, 10060.0, 10084.0, 10074.0, 10076.0, 10116.0, 10079.0, 10129.0, 10094.0, 10135.0, 10105.0, 10077.0, 10104.0, 10076.0, 10115.0, 10064.0, 10138.0, 10101.0, 10119.0, 10088.0, 10060.0, 10112.0, 10071.0, 10113.0, 10075.0, 10125.0, 10125.0, 10073.0, 10111.0, 10058.0, 10149.0, 10072.0, 10108.0, 10072.0, 10107.0, 10119.0, 10099.0, 10130.0, 10093.0, 10055.0, 10094.0, 10079.0, 10112.0, 10060.0, 10121.0, 10053.0, 10115.0, 10049.0, 10053.0, 10092.0, 10099.0, 10133.0, 10076.0, 10122.0, 10110.0, 10057.0, 10098.0, 10073.0, 10100.0, 10076.0, 10075.0, 10115.0, 10062.0, 10113.0, 10059.0, 10060.0, 10098.0, 10075.0, 10138.0, 10126.0, 10125.0, 10083.0, 10055.0, 10107.0, 10057.0, 10082.0, 10095.0, 10057.0, 10125.0, 10059.0, 10069.0, 10080.0, 10068.0, 10106.0, 10054.0, 10132.0, 10116.0, 10081.0, 10076.0, 10051.0, 10101.0, 10051.0, 10074.0, 10049.0, 10064.0, 10076.0, 10039.0, 10103.0, 10051.0, 10088.0, 10051.0, 10053.0, 10079.0, 10054.0, 10134.0, 10056.0, 10058.0, 10096.0, 10075.0, 10098.0, 10077.0, 10078.0, 10124.0, 10081.0, 10116.0, 10083.0, 10087.0, 10126.0, 10093.0, 10154.0, 10162.0, 10087.0, 10124.0, 10100.0, 10128.0, 10097.0, 10063.0, 10167.0, 10104.0, 10075.0, 10086.0, 10059.0, 10138.0, 10086.0, 10075.0, 10099.0, 10057.0, 10086.0, 10069.0, 10074.0, 10097.0, 10074.0, 10122.0, 10073.0, 10062.0, 10082.0, 10060.0, 10121.0, 10074.0, 10111.0, 10086.0, 10071.0, 10096.0, 10073.0, 10165.0, 10073.0, 10109.0, 10069.0, 10096.0, 10110.0, 10071.0, 10097.0, 10057.0, 10113.0, 10062.0, 10056.0, 10073.0, 10061.0, 10114.0, 10089.0, 10143.0, 10075.0, 10063.0, 10088.0, 10075.0, 10127.0, 10091.0, 10153.0, 10125.0, 10064.0, 10087.0, 10073.0, 10111.0, 10062.0, 10063.0, 10089.0, 10077.0, 10119.0, 10094.0, 10081.0, 10125.0, 10081.0, 10170.0, 10105.0, 10131.0, 10113.0, 10079.0, 10162.0, 10059.0, 10147.0, 10066.0, 10066.0, 10095.0, 10079.0, 10172.0, 10053.0, 10127.0, 10034.0, 10034.0, 10073.0, 10049.0, 10088.0, 10063.0, 10056.0, 10053.0, 10056.0, 10093.0, 10070.0, 10070.0, 10087.0, 10056.0, 10112.0, 10070.0, 10074.0, 10083.0, 10074.0, 10112.0, 10073.0, 10151.0, 10097.0, 10100.0, 10072.0, 10058.0, 10108.0, 10049.0, 10117.0, 10054.0, 10081.0, 10079.0, 10055.0, 10094.0, 10068.0, 10102.0, 10068.0, 10092.0, 10083.0, 10085.0, 10082.0, 10060.0, 10120.0, 10103.0, 10078.0, 10091.0, 10077.0, 10117.0, 10096.0, 10084.0, 10098.0, 10082.0, 10122.0, 10090.0, 10159.0, 10101.0, 10138.0, 10109.0, 10080.0, 10108.0, 10079.0, 10104.0, 10091.0, 10079.0, 10107.0, 10096.0, 10155.0, 10082.0, 10095.0, 10098.0, 10079.0, 10130.0, 10079.0, 10082.0, 10128.0, 10131.0, 10104.0, 10141.0, 10084.0, 10165.0, 10122.0, 10161.0, 10126.0, 10156.0, 10047.0, 10046.0, 10045.0, 10035.0, 10076.0, 10049.0, 10056.0, 10071.0, 10078.0, 10097.0, 10077.0, 10073.0, 10076.0, 10103.0, 10118.0, 10076.0, 10102.0, 10073.0, 10099.0, 10060.0, 10110.0, 10058.0, 10111.0, 10087.0, 10087.0, 10128.0, 10089.0, 10100.0, 10058.0, 10098.0, 10056.0, 10083.0, 10063.0, 10092.0, 10055.0, 10094.0, 10073.0, 10062.0, 10089.0, 10081.0, 10109.0, 10097.0, 10150.0, 10100.0, 10162.0, 10084.0, 10146.0, 10109.0, 10169.0, 10092.0, 10154.0, 10088.0, 10097.0, 10100.0, 10074.0, 10119.0, 10076.0, 10157.0, 10096.0, 10142.0, 10076.0, 10075.0, 10124.0, 10078.0, 10158.0, 10091.0, 10138.0, 10119.0, 10108.0, 10113.0, 10080.0, 10131.0, 10109.0, 10166.0, 10087.0, 10136.0, 10083.0, 10082.0, 10092.0, 10050.0, 10105.0, 10064.0, 10128.0, 10052.0, 10054.0, 10053.0, 10054.0, 10085.0, 10075.0, 10115.0, 10078.0, 10131.0, 10077.0, 10126.0, 10084.0, 10123.0, 10097.0, 10094.0, 10121.0, 10056.0, 10092.0, 10054.0, 10075.0, 10051.0, 10078.0, 10037.0, 10118.0, 10036.0, 10091.0, 10034.0, 10090.0, 10055.0, 10079.0, 10070.0, 10097.0, 10062.0, 10116.0, 10059.0, 10119.0, 10066.0, 10103.0, 10078.0, 10089.0, 10073.0, 10114.0, 10059.0, 10117.0, 10062.0, 10103.0, 10079.0, 10104.0, 10077.0, 10132.0, 10111.0, 10124.0, 10112.0, 10088.0, 10114.0, 10085.0, 10124.0, 10086.0, 10139.0, 10111.0, 10176.0, 10095.0, 10171.0, 10079.0, 10125.0, 10075.0, 10110.0, 10089.0, 10139.0, 10086.0, 10079.0, 10092.0, 10079.0, 10105.0, 10083.0, 10121.0, 10096.0, 10135.0, 10096.0, 10134.0, 10094.0, 10129.0, 10076.0, 10126.0, 10073.0, 10126.0, 10069.0, 10161.0, 10051.0, 10119.0, 10055.0, 10077.0, 10084.0, 10072.0, 10100.0, 10063.0, 10117.0, 10080.0, 10130.0, 10080.0, 10131.0, 10094.0, 10144.0, 10116.0, 10080.0, 10105.0, 10079.0, 10104.0, 10077.0, 10116.0, 10094.0, 10155.0, 10131.0, 10172.0, 10090.0, 10129.0, 10086.0, 10109.0, 10108.0, 10055.0, 10113.0, 10084.0, 10139.0, 10073.0, 10076.0, 10075.0, 10073.0, 10102.0, 10065.0, 10119.0, 10079.0, 10158.0, 10081.0, 10107.0, 10113.0, 10110.0, 10110.0, 10082.0, 10133.0, 10100.0, 10186.0, 10088.0, 10122.0, 10083.0, 10090.0, 10131.0, 10080.0, 10117.0, 10058.0, 10123.0, 10055.0, 10056.0, 10079.0, 10057.0, 10112.0, 10077.0, 10129.0, 10074.0, 10065.0, 10086.0, 10064.0, 10115.0, 10091.0, 10142.0, 10099.0, 10079.0, 10090.0, 10078.0, 10102.0, 10061.0, 10113.0, 10073.0, 10150.0, 10097.0, 10125.0, 10083.0, 10059.0, 10083.0, 10057.0, 10094.0, 10056.0, 10098.0, 10070.0, 10101.0, 10078.0, 10117.0, 10063.0, 10093.0, 10094.0, 10097.0, 10110.0, 10102.0, 10126.0, 10088.0, 10150.0, 10100.0, 10149.0, 10125.0, 10134.0, 10131.0, 10082.0, 10139.0, 10082.0, 10117.0, 10080.0, 10144.0, 10105.0, 10120.0, 10107.0, 10084.0, 10134.0, 10080.0, 10083.0, 10094.0, 10087.0, 10151.0, 10101.0, 10167.0, 10115.0, 10173.0, 10095.0, 10169.0, 10117.0, 10153.0, 10126.0, 10074.0, 10099.0, 10071.0, 10098.0, 10073.0, 10098.0, 10095.0, 10059.0, 10114.0, 10075.0, 10127.0, 10074.0, 10124.0, 10073.0, 10123.0, 10083.0, 10125.0, 10085.0, 10074.0, 10098.0, 10074.0, 10096.0, 10077.0, 10104.0, 10103.0, 10077.0, 10119.0, 10069.0, 10131.0, 10078.0, 10089.0, 10104.0, 10065.0, 10119.0, 10082.0, 10134.0, 10093.0, 10085.0, 10125.0, 10084.0, 10110.0, 10122.0, 10087.0, 10166.0, 10112.0, 10081.0, 10106.0, 10068.0, 10157.0, 10105.0, 10130.0, 10101.0, 10075.0, 10095.0, 10058.0, 10120.0, 10080.0, 10109.0, 10093.0, 10055.0, 10093.0, 10054.0, 10088.0, 10066.0, 10089.0, 10077.0, 10053.0, 10096.0, 10061.0, 10099.0, 10070.0, 10062.0, 10087.0, 10064.0, 10116.0, 10090.0, 10083.0, 10112.0, 10084.0, 10120.0, 10094.0, 10146.0, 10118.0, 10078.0, 10122.0, 10087.0, 10122.0, 10094.0, 10094.0, 10105.0, 10083.0, 10134.0, 10114.0, 10103.0, 10131.0, 10094.0, 10155.0, 10088.0, 10151.0, 10095.0, 10160.0, 10093.0, 10181.0, 10103.0, 10157.0, 10088.0, 10076.0, 10097.0, 10060.0, 10101.0, 10074.0, 10142.0, 10078.0, 10119.0, 10092.0, 10079.0, 10089.0, 10061.0, 10114.0, 10075.0, 10127.0, 10076.0, 10127.0, 10088.0, 10076.0, 10100.0, 10064.0, 10115.0, 10107.0, 10121.0, 10121.0, 10087.0, 10123.0, 10085.0, 10084.0, 10110.0, 10085.0, 10135.0, 10100.0, 10153.0, 10098.0, 10085.0, 10121.0, 10081.0, 10146.0, 10120.0, 10084.0, 10111.0, 10086.0, 10121.0, 10088.0, 10068.0, 10135.0, 10082.0, 10173.0, 10107.0, 10079.0, 10105.0, 10079.0, 10141.0, 10119.0, 10078.0, 10116.0, 10076.0, 10140.0, 10076.0, 10120.0, 10086.0, 10076.0, 10115.0, 10082.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.0043841743119266054</td></tr>
<tr><td colspan=3>aqi</td><td>0.030257312614678896</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.518926338013756</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1725636892652123</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0284137313892083</td></tr>
<tr><td colspan=3>efc</td><td>0.5011</td></tr>
<tr><td colspan=3>fber</td><td>4327.438</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09526751791317217</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.8990825688073394</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6282692892405506</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.544418939336325</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8641667498947614</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.476222178490565</td></tr>
<tr><td colspan=3>gcor</td><td>0.00610244</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008253758773207664</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03650069236755371</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.7777552740224816</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>12.7364</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.2817</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.766</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295529.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1120.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.0088</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8158</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.8565</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3767.817</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81015.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1067.8233</td></tr>
<tr><td colspan=3>tsnr</td><td>34.89115090924315</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>