ds005256-mriqc/sub-0127_ses-03_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter cbe89dcd1c [DATALAD RUNCMD] Compute MRIQC for sub-0127
=== 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-0127 --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-0127",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:19:42 +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-0127_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0127_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0127_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-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-03/func/sub-0127_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5f4d33adbdb6ca316715659789ddf53d</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:53:7.617500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.989919, 0.0900123, -0.109358, -0.0995051, 0.991427, -0.0846888]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0849589</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7740, -7261, 243, -188, 136, -71, 130]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>295dc9e0-baf9-466c-aff7-a7790aa2d160||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.655879020690918, -0.26696479320526123, -0.27215173840522766, 130.47056579589844], [-0.24149630963802338, 2.6599249839782715, -0.2557348906993866, -85.80413818359375], [-0.29339829087257385, 0.2272137999534607, 2.6740481853485107, -84.47953033447266], [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': ['115307.617500', '115308.077500', '115308.537500', '115308.997500', '115309.457500', '115309.917500', '115310.377500', '115310.837500', '115311.297500', '115311.757500', '115312.217500', '115312.677500', '115313.137500', '115313.597500', '115314.057500', '115314.517500', '115314.977500', '115315.437500', '115315.897500', '115316.357500', '115316.817500', '115317.277500', '115317.737500', '115318.197500', '115318.657500', '115319.117500', '115319.577500', '115320.037500', '115320.497500', '115320.957500', '115321.417500', '115321.877500', '115322.337500', '115322.797500', '115323.257500', '115323.717500', '115324.177500', '115324.637500', '115325.097500', '115325.557500', '115326.017500', '115326.477500', '115326.937500', '115327.397500', '115327.857500', '115328.317500', '115328.777500', '115329.237500', '115329.697500', '115330.157500', '115330.617500', '115331.077500', '115331.537500', '115331.997500', '115332.457500', '115332.917500', '115333.377500', '115333.837500', '115334.297500', '115334.757500', '115335.217500', '115335.677500', '115336.137500', '115336.597500', '115337.057500', '115337.517500', '115337.977500', '115338.437500', '115338.897500', '115339.357500', '115339.817500', '115340.277500', '115340.737500', '115341.197500', '115341.657500', '115342.117500', '115342.577500', '115343.037500', '115343.497500', '115343.957500', '115344.417500', '115344.877500', '115345.337500', '115345.797500', '115346.257500', '115346.717500', '115347.177500', '115347.637500', '115348.097500', '115348.557500', '115349.017500', '115349.477500', '115349.937500', '115350.397500', '115350.857500', '115351.317500', '115351.777500', '115352.237500', '115352.697500', '115353.157500', '115353.617500', '115354.077500', '115354.537500', '115354.997500', '115355.457500', '115355.917500', '115356.377500', '115356.837500', '115357.297500', '115357.757500', '115358.217500', '115358.677500', '115359.137500', '115359.597500', '115400.057500', '115400.517500', '115400.977500', '115401.437500', '115401.897500', '115402.357500', '115402.817500', '115403.277500', '115403.737500', '115404.197500', '115404.657500', '115405.117500', '115405.577500', '115406.037500', '115406.497500', '115406.957500', '115407.417500', '115407.877500', '115408.337500', '115408.797500', '115409.257500', '115409.717500', '115410.177500', '115410.637500', '115411.097500', '115411.557500', '115412.017500', '115412.477500', '115412.937500', '115413.397500', '115413.857500', '115414.317500', '115414.777500', '115415.237500', '115415.697500', '115416.157500', '115416.617500', '115417.077500', '115417.537500', '115417.997500', '115418.457500', '115418.917500', '115419.377500', '115419.837500', '115420.297500', '115420.757500', '115421.217500', '115421.677500', '115422.137500', '115422.597500', '115423.057500', '115423.517500', '115423.977500', '115424.437500', '115424.897500', '115425.357500', '115425.817500', '115426.277500', '115426.737500', '115427.197500', '115427.657500', '115428.117500', '115428.577500', '115429.037500', '115429.497500', '115429.957500', '115430.417500', '115430.877500', '115431.337500', '115431.797500', '115432.257500', '115432.717500', '115433.177500', '115433.637500', '115434.097500', '115434.557500', '115435.017500', '115435.477500', '115435.937500', '115436.397500', '115436.857500', '115437.317500', '115437.777500', '115438.237500', '115438.697500', '115439.157500', '115439.617500', '115440.077500', '115440.537500', '115440.997500', '115441.457500', '115441.917500', '115442.377500', '115442.837500', '115443.297500', '115443.757500', '115444.217500', '115444.677500', '115445.137500', '115445.597500', '115446.057500', '115446.517500', '115446.977500', '115447.437500', '115447.897500', '115448.357500', '115448.817500', '115449.277500', '115449.737500', '115450.197500', '115450.657500', '115451.117500', '115451.577500', '115452.037500', '115452.497500', '115452.957500', '115453.417500', '115453.877500', '115454.337500', '115454.797500', '115455.257500', '115455.717500', '115456.177500', '115456.637500', '115457.097500', '115457.557500', '115458.017500', '115458.477500', '115458.937500', '115459.397500', '115459.857500', '115500.317500', '115500.777500', '115501.237500', '115501.697500', '115502.157500', '115502.617500', '115503.077500', '115503.537500', '115503.997500', '115504.457500', '115504.917500', '115505.377500', '115505.837500', '115506.297500', '115506.757500', '115507.217500', '115507.677500', '115508.137500', '115508.597500', '115509.057500', '115509.517500', '115509.977500', '115510.437500', '115510.897500', '115511.357500', '115511.817500', '115512.277500', '115512.737500', '115513.197500', '115513.657500', '115514.117500', '115514.577500', '115515.037500', '115515.497500', '115515.957500', '115516.417500', '115516.877500', '115517.337500', '115517.797500', '115518.257500', '115518.717500', '115519.177500', '115519.637500', '115520.097500', '115520.557500', '115521.017500', '115521.477500', '115521.937500', '115522.397500', '115522.857500', '115523.317500', '115523.777500', '115524.237500', '115524.697500', '115525.157500', '115525.617500', '115526.077500', '115526.537500', '115526.997500', '115527.457500', '115527.917500', '115528.377500', '115528.837500', '115529.297500', '115529.757500', '115530.217500', '115530.677500', '115531.137500', '115531.597500', '115532.057500', '115532.517500', '115532.977500', '115533.437500', '115533.897500', '115534.357500', '115534.817500', '115535.277500', '115535.737500', '115536.197500', '115536.657500', '115537.117500', '115537.577500', '115538.037500', '115538.497500', '115538.957500', '115539.417500', '115539.877500', '115540.337500', '115540.797500', '115541.257500', '115541.717500', '115542.177500', '115542.637500', '115543.097500', '115543.557500', '115544.017500', '115544.477500', '115544.937500', '115545.397500', '115545.857500', '115546.317500', '115546.777500', '115547.237500', '115547.697500', '115548.157500', '115548.617500', '115549.077500', '115549.537500', '115549.997500', '115550.457500', '115550.917500', '115551.377500', '115551.837500', '115552.297500', '115552.757500', '115553.217500', '115553.677500', '115554.137500', '115554.597500', '115555.057500', '115555.517500', '115555.977500', '115556.437500', '115556.897500', '115557.357500', '115557.817500', '115558.277500', '115558.737500', '115559.197500', '115559.657500', '115600.117500', '115600.577500', '115601.037500', '115601.497500', '115601.957500', '115602.417500', '115602.877500', '115603.337500', '115603.797500', '115604.257500', '115604.717500', '115605.177500', '115605.637500', '115606.097500', '115606.557500', '115607.017500', '115607.477500', '115607.937500', '115608.397500', '115608.857500', '115609.317500', '115609.777500', '115610.237500', '115610.697500', '115611.157500', '115611.617500', '115612.077500', '115612.537500', '115612.997500', '115613.457500', '115613.917500', '115614.377500', '115614.837500', '115615.297500', '115615.757500', '115616.217500', '115616.677500', '115617.137500', '115617.597500', '115618.057500', '115618.517500', '115618.977500', '115619.437500', '115619.897500', '115620.357500', '115620.817500', '115621.277500', '115621.737500', '115622.197500', '115622.657500', '115623.117500', '115623.577500', '115624.037500', '115624.497500', '115624.957500', '115625.417500', '115625.877500', '115626.337500', '115626.797500', '115627.257500', '115627.717500', '115628.177500', '115628.637500', '115629.097500', '115629.557500', '115630.017500', '115630.477500', '115630.937500', '115631.397500', '115631.857500', '115632.317500', '115632.777500', '115633.237500', '115633.697500', '115634.157500', '115634.617500', '115635.077500', '115635.537500', '115635.997500', '115636.457500', '115636.917500', '115637.377500', '115637.837500', '115638.297500', '115638.757500', '115639.217500', '115639.677500', '115640.137500', '115640.597500', '115641.057500', '115641.517500', '115641.977500', '115642.437500', '115642.897500', '115643.357500', '115643.817500', '115644.277500', '115644.737500', '115645.197500', '115645.657500', '115646.117500', '115646.577500', '115647.037500', '115647.497500', '115647.957500', '115648.417500', '115648.877500', '115649.337500', '115649.797500', '115650.257500', '115650.717500', '115651.177500', '115651.637500', '115652.097500', '115652.557500', '115653.017500', '115653.477500', '115653.937500', '115654.397500', '115654.857500', '115655.317500', '115655.777500', '115656.237500', '115656.697500', '115657.157500', '115657.617500', '115658.077500', '115658.537500', '115658.997500', '115659.457500', '115659.917500', '115700.377500', '115700.837500', '115701.297500', '115701.757500', '115702.217500', '115702.677500', '115703.137500', '115703.597500', '115704.057500', '115704.517500', '115704.977500', '115705.437500', '115705.897500', '115706.357500', '115706.817500', '115707.277500', '115707.737500', '115708.197500', '115708.657500', '115709.117500', '115709.577500', '115710.037500', '115710.497500', '115710.957500', '115711.417500', '115711.877500', '115712.337500', '115712.797500', '115713.257500', '115713.717500', '115714.177500', '115714.637500', '115715.097500', '115715.557500', '115716.017500', '115716.477500', '115716.937500', '115717.397500', '115717.857500', '115718.317500', '115718.777500', '115719.237500', '115719.697500', '115720.157500', '115720.617500', '115721.077500', '115721.537500', '115721.997500', '115722.457500', '115722.917500', '115723.377500', '115723.837500', '115724.297500', '115724.757500', '115725.217500', '115725.677500', '115726.137500', '115726.597500', '115727.057500', '115727.517500', '115727.977500', '115728.437500', '115728.897500', '115729.357500', '115729.817500', '115730.277500', '115730.737500', '115731.197500', '115731.657500', '115732.117500', '115732.577500', '115733.037500', '115733.497500', '115733.957500', '115734.417500', '115734.877500', '115735.337500', '115735.797500', '115736.257500', '115736.717500', '115737.177500', '115737.637500', '115738.097500', '115738.557500', '115739.017500', '115739.477500', '115739.937500', '115740.397500', '115740.857500', '115741.317500', '115741.777500', '115742.237500', '115742.697500', '115743.157500', '115743.617500', '115744.077500', '115744.537500', '115744.997500', '115745.457500', '115745.917500', '115746.377500', '115746.837500', '115747.297500', '115747.757500', '115748.217500', '115748.677500', '115749.137500', '115749.597500', '115750.057500', '115750.517500', '115750.977500', '115751.437500', '115751.897500', '115752.357500', '115752.817500', '115753.277500', '115753.737500', '115754.197500', '115754.657500', '115755.117500', '115755.577500', '115756.037500', '115756.497500', '115756.957500', '115757.417500', '115757.877500', '115758.337500', '115758.797500', '115759.257500', '115759.717500', '115800.177500', '115800.637500', '115801.097500', '115801.557500', '115802.017500', '115802.477500', '115802.937500', '115803.397500', '115803.857500', '115804.317500', '115804.777500', '115805.237500', '115805.697500', '115806.157500', '115806.617500', '115807.077500', '115807.537500', '115807.997500', '115808.457500', '115808.917500', '115809.377500', '115809.837500', '115810.297500', '115810.757500', '115811.217500', '115811.677500', '115812.137500', '115812.597500', '115813.057500', '115813.517500', '115813.977500', '115814.437500', '115814.897500', '115815.357500', '115815.817500', '115816.277500', '115816.737500', '115817.197500', '115817.657500', '115818.117500', '115818.577500', '115819.037500', '115819.497500', '115819.957500', '115820.417500', '115820.877500', '115821.337500', '115821.797500', '115822.257500', '115822.717500', '115823.177500', '115823.637500', '115824.097500', '115824.557500', '115825.017500', '115825.477500', '115825.937500', '115826.397500', '115826.857500', '115827.317500', '115827.777500', '115828.237500', '115828.697500', '115829.157500', '115829.617500', '115830.077500', '115830.537500', '115830.997500', '115831.457500', '115831.917500', '115832.377500', '115832.837500', '115833.297500', '115833.757500', '115834.217500', '115834.677500', '115835.137500', '115835.597500', '115836.057500', '115836.517500', '115836.977500', '115837.437500', '115837.897500', '115838.357500', '115838.817500', '115839.277500', '115839.737500', '115840.197500', '115840.657500', '115841.117500', '115841.577500', '115842.037500', '115842.497500', '115842.957500', '115843.417500', '115843.877500', '115844.337500', '115844.797500', '115845.257500', '115845.717500', '115846.177500', '115846.637500', '115847.097500', '115847.557500', '115848.017500', '115848.477500', '115848.937500', '115849.397500', '115849.857500', '115850.317500', '115850.777500', '115851.237500', '115851.697500', '115852.157500', '115852.617500', '115853.077500', '115853.537500', '115853.997500', '115854.457500', '115854.917500', '115855.377500', '115855.837500', '115856.297500', '115856.757500', '115857.217500', '115857.677500', '115858.137500', '115858.597500', '115859.057500', '115859.517500', '115859.977500', '115900.437500', '115900.897500', '115901.357500', '115901.817500', '115902.277500', '115902.737500', '115903.197500', '115903.657500', '115904.117500', '115904.577500', '115905.037500', '115905.497500', '115905.957500', '115906.417500', '115906.877500', '115907.337500', '115907.797500', '115908.257500', '115908.717500', '115909.177500', '115909.637500', '115910.097500', '115910.557500', '115911.017500', '115911.477500', '115911.937500', '115912.397500', '115912.857500', '115913.317500', '115913.777500', '115914.237500', '115914.697500', '115915.157500', '115915.617500', '115916.077500', '115916.537500', '115916.997500', '115917.457500', '115917.917500', '115918.377500', '115918.837500', '115919.297500', '115919.757500', '115920.217500', '115920.677500', '115921.137500', '115921.597500', '115922.057500', '115922.517500', '115922.977500', '115923.437500', '115923.897500', '115924.357500', '115924.817500', '115925.277500', '115925.737500', '115926.197500', '115926.657500', '115927.117500', '115927.577500', '115928.037500', '115928.497500', '115928.957500', '115929.417500', '115929.877500', '115930.337500', '115930.797500', '115931.257500', '115931.717500', '115932.177500', '115932.637500', '115933.097500', '115933.557500', '115934.017500', '115934.477500', '115934.937500', '115935.397500', '115935.857500', '115936.317500', '115936.777500', '115937.237500', '115937.697500', '115938.157500', '115938.617500', '115939.077500', '115939.537500', '115939.997500', '115940.457500', '115940.917500', '115941.377500', '115941.837500', '115942.297500', '115942.757500', '115943.217500', '115943.677500', '115944.137500', '115944.597500', '115945.057500', '115945.517500', '115945.977500', '115946.437500', '115946.897500', '115947.357500', '115947.817500', '115948.277500'], 'ContentTime': ['115328.472000', '115328.475000', '115328.478000', '115328.481000', '115328.483000', '115328.486000', '115328.488000', '115328.491000', '115328.493000', '115328.496000', '115328.499000', '115328.501000', '115328.512000', '115328.514000', '115328.517000', '115328.519000', '115328.522000', '115328.525000', '115328.527000', '115328.530000', '115328.532000', '115328.535000', '115328.537000', '115328.540000', '115328.542000', '115328.545000', '115328.548000', '115328.550000', '115328.553000', '115328.555000', '115328.558000', '115328.560000', '115328.563000', '115328.565000', '115328.568000', '115328.570000', '115328.573000', '115328.576000', '115328.578000', '115328.581000', '115328.583000', '115328.586000', '115328.588000', '115348.431000', '115348.434000', '115348.437000', '115348.440000', '115348.442000', '115348.445000', '115348.447000', '115348.450000', '115348.452000', '115348.455000', '115348.457000', '115348.460000', '115348.463000', '115348.465000', '115348.468000', '115348.470000', '115348.473000', '115348.475000', '115348.478000', '115348.481000', '115348.483000', '115348.486000', '115348.488000', '115348.491000', '115348.494000', '115348.496000', '115348.499000', '115348.501000', '115348.504000', '115348.507000', '115348.509000', '115348.512000', '115348.515000', '115348.517000', '115348.520000', '115348.522000', '115348.525000', '115348.528000', '115348.530000', '115348.533000', '115348.536000', '115348.538000', '115348.541000', '115348.544000', '115408.431000', '115408.435000', '115408.437000', '115408.440000', '115408.442000', '115408.445000', '115408.448000', '115408.450000', '115408.453000', '115408.455000', '115408.458000', '115408.460000', '115408.463000', '115408.466000', '115408.468000', '115408.471000', '115408.473000', '115408.476000', '115408.478000', '115408.481000', '115408.483000', '115408.486000', '115408.489000', '115408.491000', '115408.494000', '115408.496000', '115408.499000', '115408.501000', '115408.504000', '115408.507000', '115408.509000', '115408.512000', '115408.514000', '115408.517000', '115408.519000', '115408.525000', '115408.528000', '115408.530000', '115408.533000', '115408.535000', '115408.538000', '115408.541000', '115408.543000', '115428.432000', '115428.435000', '115428.438000', '115428.440000', '115428.443000', '115428.445000', '115428.448000', '115428.450000', '115428.453000', '115428.455000', '115428.458000', '115428.461000', '115428.463000', '115428.466000', '115428.468000', '115428.471000', '115428.473000', '115428.476000', '115428.479000', '115428.481000', '115428.484000', '115428.486000', '115428.489000', '115428.491000', '115428.494000', '115428.508000', '115428.510000', '115428.513000', '115428.515000', '115428.518000', '115428.521000', '115428.523000', '115428.526000', '115428.529000', '115428.531000', '115428.534000', '115428.536000', '115428.539000', '115428.542000', '115428.544000', '115428.547000', '115428.549000', '115428.552000', '115428.555000', '115448.432000', '115448.435000', '115448.438000', '115448.441000', '115448.444000', '115448.446000', '115448.449000', '115448.451000', '115448.454000', '115448.457000', '115448.459000', '115448.462000', '115448.464000', '115448.467000', '115448.470000', '115448.472000', '115448.475000', '115448.477000', '115448.480000', '115448.483000', '115448.486000', '115448.488000', '115448.491000', '115448.494000', '115448.496000', '115448.499000', '115448.501000', '115448.504000', '115448.507000', '115448.509000', '115448.512000', '115448.514000', '115448.517000', '115448.519000', '115448.522000', '115448.524000', '115448.527000', '115448.530000', '115448.532000', '115448.535000', '115448.537000', '115448.540000', '115448.542000', '115508.432000', '115508.435000', '115508.438000', '115508.440000', '115508.443000', '115508.445000', '115508.448000', '115508.450000', '115508.453000', '115508.456000', '115508.458000', '115508.461000', '115508.463000', '115508.466000', '115508.468000', '115508.471000', '115508.482000', '115508.485000', '115508.487000', '115508.490000', '115508.492000', '115508.495000', '115508.497000', '115508.500000', '115508.503000', '115508.505000', '115508.508000', '115508.510000', '115508.513000', '115508.516000', '115508.518000', '115508.521000', '115508.523000', '115508.526000', '115508.528000', '115508.531000', '115508.534000', '115508.536000', '115508.539000', '115508.541000', '115508.544000', '115508.546000', '115508.549000', '115508.552000', '115528.432000', '115528.435000', '115528.438000', '115528.440000', '115528.443000', '115528.445000', '115528.448000', '115528.451000', '115528.453000', '115528.456000', '115528.458000', '115528.461000', '115528.464000', '115528.466000', '115528.469000', '115528.471000', '115528.474000', '115528.477000', '115528.480000', '115528.483000', '115528.486000', '115528.488000', '115528.491000', '115528.493000', '115528.496000', '115528.499000', '115528.501000', '115528.504000', '115528.506000', '115528.509000', '115528.511000', '115528.514000', '115528.516000', '115528.519000', '115528.522000', '115528.524000', '115528.527000', '115528.530000', '115528.532000', '115528.535000', '115528.537000', '115528.540000', '115528.543000', '115548.433000', '115548.436000', '115548.438000', '115548.441000', '115548.443000', '115548.446000', '115548.448000', '115548.451000', '115548.454000', '115548.456000', '115548.459000', '115548.461000', '115548.464000', '115548.466000', '115548.469000', '115548.472000', '115548.474000', '115548.477000', '115548.480000', '115548.482000', '115548.485000', '115548.487000', '115548.490000', '115548.492000', '115548.495000', '115548.498000', '115548.500000', '115548.503000', '115548.505000', '115548.508000', '115548.510000', '115548.513000', '115548.516000', '115548.518000', '115548.521000', '115548.523000', '115548.526000', '115548.529000', '115548.531000', '115548.534000', '115548.536000', '115548.539000', '115548.541000', '115548.544000', '115608.431000', '115608.434000', '115608.437000', '115608.439000', '115608.442000', '115608.444000', '115608.447000', '115608.450000', '115608.452000', '115608.455000', '115608.457000', '115608.460000', '115608.463000', '115608.465000', '115608.468000', '115608.470000', '115608.473000', '115608.475000', '115608.478000', '115608.480000', '115608.498000', '115608.501000', '115608.503000', '115608.506000', '115608.508000', '115608.511000', '115608.513000', '115608.516000', '115608.519000', '115608.521000', '115608.525000', '115608.527000', '115608.530000', '115608.533000', '115608.535000', '115608.538000', '115608.540000', '115608.543000', '115608.545000', '115608.548000', '115608.551000', '115608.553000', '115608.556000', '115628.431000', '115628.434000', '115628.437000', '115628.439000', '115628.442000', '115628.444000', '115628.447000', '115628.450000', '115628.452000', '115628.455000', '115628.457000', '115628.460000', '115628.462000', '115628.465000', '115628.468000', '115628.470000', '115628.473000', '115628.475000', '115628.478000', '115628.481000', '115628.483000', '115628.486000', '115628.488000', '115628.491000', '115628.493000', '115628.496000', '115628.499000', '115628.501000', '115628.504000', '115628.506000', '115628.509000', '115628.511000', '115628.514000', '115628.517000', '115628.519000', '115628.522000', '115628.524000', '115628.527000', '115628.530000', '115628.532000', '115628.535000', '115628.537000', '115628.540000', '115628.552000', '115648.432000', '115648.435000', '115648.438000', '115648.441000', '115648.443000', '115648.446000', '115648.449000', '115648.452000', '115648.454000', '115648.457000', '115648.459000', '115648.462000', '115648.464000', '115648.467000', '115648.470000', '115648.472000', '115648.475000', '115648.478000', '115648.480000', '115648.483000', '115648.485000', '115648.488000', '115648.491000', '115648.493000', '115648.496000', '115648.498000', '115648.501000', '115648.504000', '115648.506000', '115648.509000', '115648.512000', '115648.515000', '115648.518000', '115648.521000', '115648.524000', '115648.527000', '115648.529000', '115648.532000', '115648.535000', '115648.537000', '115648.540000', '115648.543000', '115648.545000', '115708.433000', '115708.435000', '115708.438000', '115708.441000', '115708.443000', '115708.446000', '115708.448000', '115708.451000', '115708.453000', '115708.456000', '115708.459000', '115708.461000', '115708.464000', '115708.477000', '115708.479000', '115708.482000', '115708.485000', '115708.487000', '115708.490000', '115708.492000', '115708.495000', '115708.497000', '115708.500000', '115708.503000', '115708.505000', '115708.508000', '115708.510000', '115708.513000', '115708.515000', '115708.518000', '115708.521000', '115708.523000', '115708.526000', '115708.529000', '115708.531000', '115708.534000', '115708.536000', '115708.539000', '115708.542000', '115708.544000', '115708.547000', '115708.549000', '115708.552000', '115708.555000', '115728.433000', '115728.436000', '115728.438000', '115728.441000', '115728.444000', '115728.446000', '115728.449000', '115728.451000', '115728.454000', '115728.457000', '115728.459000', '115728.462000', '115728.464000', '115728.467000', '115728.470000', '115728.476000', '115728.479000', '115728.482000', '115728.484000', '115728.487000', '115728.489000', '115728.492000', '115728.494000', '115728.497000', '115728.500000', '115728.503000', '115728.506000', '115728.509000', '115728.511000', '115728.514000', '115728.517000', '115728.519000', '115728.522000', '115728.525000', '115728.527000', '115728.530000', '115728.532000', '115728.535000', '115728.538000', '115728.540000', '115728.543000', '115728.546000', '115728.548000', '115748.432000', '115748.435000', '115748.445000', '115748.447000', '115748.450000', '115748.453000', '115748.455000', '115748.458000', '115748.460000', '115748.463000', '115748.465000', '115748.468000', '115748.471000', '115748.473000', '115748.476000', '115748.478000', '115748.481000', '115748.484000', '115748.486000', '115748.489000', '115748.491000', '115748.494000', '115748.497000', '115748.499000', '115748.502000', '115748.504000', '115748.507000', '115748.510000', '115748.512000', '115748.515000', '115748.518000', '115748.520000', '115748.523000', '115748.525000', '115748.528000', '115748.531000', '115748.533000', '115748.536000', '115748.538000', '115748.541000', '115748.544000', '115748.546000', '115748.549000', '115748.551000', '115808.433000', '115808.435000', '115808.438000', '115808.441000', '115808.444000', '115808.446000', '115808.449000', '115808.451000', '115808.454000', '115808.456000', '115808.459000', '115808.462000', '115808.464000', '115808.467000', '115808.469000', '115808.472000', '115808.475000', '115808.477000', '115808.480000', '115808.482000', '115808.485000', '115808.488000', '115808.490000', '115808.493000', '115808.495000', '115808.498000', '115808.501000', '115808.503000', '115808.506000', '115808.510000', '115808.512000', '115808.515000', '115808.518000', '115808.521000', '115808.523000', '115808.526000', '115808.528000', '115808.531000', '115808.533000', '115808.536000', '115808.539000', '115808.541000', '115808.544000', '115828.431000', '115828.434000', '115828.437000', '115828.440000', '115828.442000', '115828.445000', '115828.447000', '115828.450000', '115828.453000', '115828.455000', '115828.458000', '115828.460000', '115828.463000', '115828.465000', '115828.468000', '115828.471000', '115828.473000', '115828.476000', '115828.479000', '115828.481000', '115828.484000', '115828.486000', '115828.489000', '115828.492000', '115828.494000', '115828.497000', '115828.499000', '115828.502000', '115828.504000', '115828.507000', '115828.510000', '115828.512000', '115828.515000', '115828.517000', '115828.520000', '115828.523000', '115828.525000', '115828.528000', '115828.530000', '115828.533000', '115828.535000', '115828.538000', '115828.541000', '115828.543000', '115848.432000', '115848.435000', '115848.437000', '115848.440000', '115848.442000', '115848.445000', '115848.448000', '115848.450000', '115848.453000', '115848.455000', '115848.458000', '115848.461000', '115848.464000', '115848.466000', '115848.469000', '115848.471000', '115848.474000', '115848.476000', '115848.479000', '115848.482000', '115848.484000', '115848.487000', '115848.489000', '115848.492000', '115848.495000', '115848.497000', '115848.500000', '115848.502000', '115848.505000', '115848.507000', '115848.510000', '115848.513000', '115848.515000', '115848.518000', '115848.520000', '115848.523000', '115848.526000', '115848.528000', '115848.531000', '115848.533000', '115848.536000', '115848.538000', '115848.541000', '115908.432000', '115908.435000', '115908.438000', '115908.440000', '115908.443000', '115908.445000', '115908.448000', '115908.451000', '115908.453000', '115908.456000', '115908.458000', '115908.461000', '115908.476000', '115908.480000', '115908.483000', '115908.486000', '115908.488000', '115908.491000', '115908.493000', '115908.496000', '115908.498000', '115908.501000', '115908.504000', '115908.506000', '115908.509000', '115908.511000', '115908.514000', '115908.516000', '115908.519000', '115908.522000', '115908.525000', '115908.527000', '115908.530000', '115908.532000', '115908.535000', '115908.537000', '115908.540000', '115908.543000', '115908.545000', '115908.548000', '115908.550000', '115908.553000', '115908.555000', '115908.569000', '115928.432000', '115928.435000', '115928.438000', '115928.441000', '115928.443000', '115928.446000', '115928.448000', '115928.451000', '115928.453000', '115928.456000', '115928.459000', '115928.461000', '115928.464000', '115928.466000', '115928.469000', '115928.472000', '115928.474000', '115928.477000', '115928.479000', '115928.482000', '115928.485000', '115928.487000', '115928.490000', '115928.492000', '115928.495000', '115928.497000', '115928.500000', '115928.503000', '115928.505000', '115928.508000', '115928.510000', '115928.513000', '115928.515000', '115928.518000', '115928.521000', '115928.523000', '115928.526000', '115928.528000', '115928.531000', '115928.534000', '115928.536000', '115928.539000', '115928.541000', '115948.432000', '115948.435000', '115948.438000', '115948.440000', '115948.443000', '115948.445000', '115948.448000', '115948.451000', '115948.453000', '115948.456000', '115948.458000', '115948.463000', '115948.466000', '115948.468000', '115948.471000', '115948.474000', '115948.476000', '115948.479000', '115948.482000', '115948.484000', '115948.487000', '115948.489000', '115948.492000', '115948.495000', '115948.497000', '115948.500000', '115948.502000', '115948.505000', '115948.508000', '115948.510000', '115948.513000', '115948.515000', '115948.518000', '115948.520000', '115948.523000', '115948.526000', '115948.528000', '115948.531000', '115948.533000', '115948.536000', '115948.539000', '115948.541000', '115948.544000', '115949.289000', '115949.292000', '115949.295000'], 'InstanceCreationTime': ['115328.472000', '115328.475000', '115328.478000', '115328.481000', '115328.483000', '115328.486000', '115328.488000', '115328.491000', '115328.493000', '115328.496000', '115328.499000', '115328.501000', '115328.512000', '115328.514000', '115328.517000', '115328.519000', '115328.522000', '115328.525000', '115328.527000', '115328.530000', '115328.532000', '115328.535000', '115328.537000', '115328.540000', '115328.542000', '115328.545000', '115328.548000', '115328.550000', '115328.553000', '115328.555000', '115328.558000', '115328.560000', '115328.563000', '115328.565000', '115328.568000', '115328.570000', '115328.573000', '115328.576000', '115328.578000', '115328.581000', '115328.583000', '115328.586000', '115328.588000', '115348.431000', '115348.434000', '115348.437000', '115348.440000', '115348.442000', '115348.445000', '115348.447000', '115348.450000', '115348.452000', '115348.455000', '115348.457000', '115348.460000', '115348.463000', '115348.465000', '115348.468000', '115348.470000', '115348.473000', '115348.475000', '115348.478000', '115348.481000', '115348.483000', '115348.486000', '115348.488000', '115348.491000', '115348.494000', '115348.496000', '115348.499000', '115348.501000', '115348.504000', '115348.507000', '115348.509000', '115348.512000', '115348.515000', '115348.517000', '115348.520000', '115348.522000', '115348.525000', '115348.528000', '115348.530000', '115348.533000', '115348.536000', '115348.538000', '115348.541000', '115348.544000', '115408.431000', '115408.435000', '115408.437000', '115408.440000', '115408.442000', '115408.445000', '115408.448000', '115408.450000', '115408.453000', '115408.455000', '115408.458000', '115408.460000', '115408.463000', '115408.466000', '115408.468000', '115408.471000', '115408.473000', '115408.476000', '115408.478000', '115408.481000', '115408.483000', '115408.486000', '115408.489000', '115408.491000', '115408.494000', '115408.496000', '115408.499000', '115408.501000', '115408.504000', '115408.507000', '115408.509000', '115408.512000', '115408.514000', '115408.517000', '115408.519000', '115408.525000', '115408.528000', '115408.530000', '115408.533000', '115408.535000', '115408.538000', '115408.541000', '115408.543000', '115428.432000', '115428.435000', '115428.438000', '115428.440000', '115428.443000', '115428.445000', '115428.448000', '115428.450000', '115428.453000', '115428.455000', '115428.458000', '115428.461000', '115428.463000', '115428.466000', '115428.468000', '115428.471000', '115428.473000', '115428.476000', '115428.479000', '115428.481000', '115428.484000', '115428.486000', '115428.489000', '115428.491000', '115428.494000', '115428.508000', '115428.510000', '115428.513000', '115428.515000', '115428.518000', '115428.521000', '115428.523000', '115428.526000', '115428.529000', '115428.531000', '115428.534000', '115428.536000', '115428.539000', '115428.542000', '115428.544000', '115428.547000', '115428.549000', '115428.552000', '115428.555000', '115448.432000', '115448.435000', '115448.438000', '115448.441000', '115448.444000', '115448.446000', '115448.449000', '115448.451000', '115448.454000', '115448.457000', '115448.459000', '115448.462000', '115448.464000', '115448.467000', '115448.470000', '115448.472000', '115448.475000', '115448.477000', '115448.480000', '115448.483000', '115448.486000', '115448.488000', '115448.491000', '115448.494000', '115448.496000', '115448.499000', '115448.501000', '115448.504000', '115448.507000', '115448.509000', '115448.512000', '115448.514000', '115448.517000', '115448.519000', '115448.522000', '115448.524000', '115448.527000', '115448.530000', '115448.532000', '115448.535000', '115448.537000', '115448.540000', '115448.542000', '115508.432000', '115508.435000', '115508.438000', '115508.440000', '115508.443000', '115508.445000', '115508.448000', '115508.450000', '115508.453000', '115508.456000', '115508.458000', '115508.461000', '115508.463000', '115508.466000', '115508.468000', '115508.471000', '115508.482000', '115508.485000', '115508.487000', '115508.490000', '115508.492000', '115508.495000', '115508.497000', '115508.500000', '115508.503000', '115508.505000', '115508.508000', '115508.510000', '115508.513000', '115508.516000', '115508.518000', '115508.521000', '115508.523000', '115508.526000', '115508.528000', '115508.531000', '115508.534000', '115508.536000', '115508.539000', '115508.541000', '115508.544000', '115508.546000', '115508.549000', '115508.552000', '115528.432000', '115528.435000', '115528.438000', '115528.440000', '115528.443000', '115528.445000', '115528.448000', '115528.451000', '115528.453000', '115528.456000', '115528.458000', '115528.461000', '115528.464000', '115528.466000', '115528.469000', '115528.471000', '115528.474000', '115528.477000', '115528.480000', '115528.483000', '115528.486000', '115528.488000', '115528.491000', '115528.493000', '115528.496000', '115528.499000', '115528.501000', '115528.504000', '115528.506000', '115528.509000', '115528.511000', '115528.514000', '115528.516000', '115528.519000', '115528.522000', '115528.524000', '115528.527000', '115528.530000', '115528.532000', '115528.535000', '115528.537000', '115528.540000', '115528.543000', '115548.433000', '115548.436000', '115548.438000', '115548.441000', '115548.443000', '115548.446000', '115548.448000', '115548.451000', '115548.454000', '115548.456000', '115548.459000', '115548.461000', '115548.464000', '115548.466000', '115548.469000', '115548.472000', '115548.474000', '115548.477000', '115548.480000', '115548.482000', '115548.485000', '115548.487000', '115548.490000', '115548.492000', '115548.495000', '115548.498000', '115548.500000', '115548.503000', '115548.505000', '115548.508000', '115548.510000', '115548.513000', '115548.516000', '115548.518000', '115548.521000', '115548.523000', '115548.526000', '115548.529000', '115548.531000', '115548.534000', '115548.536000', '115548.539000', '115548.541000', '115548.544000', '115608.431000', '115608.434000', '115608.437000', '115608.439000', '115608.442000', '115608.444000', '115608.447000', '115608.450000', '115608.452000', '115608.455000', '115608.457000', '115608.460000', '115608.463000', '115608.465000', '115608.468000', '115608.470000', '115608.473000', '115608.475000', '115608.478000', '115608.480000', '115608.498000', '115608.501000', '115608.503000', '115608.506000', '115608.508000', '115608.511000', '115608.513000', '115608.516000', '115608.519000', '115608.521000', '115608.525000', '115608.527000', '115608.530000', '115608.533000', '115608.535000', '115608.538000', '115608.540000', '115608.543000', '115608.545000', '115608.548000', '115608.551000', '115608.553000', '115608.556000', '115628.431000', '115628.434000', '115628.437000', '115628.439000', '115628.442000', '115628.444000', '115628.447000', '115628.450000', '115628.452000', '115628.455000', '115628.457000', '115628.460000', '115628.462000', '115628.465000', '115628.468000', '115628.470000', '115628.473000', '115628.475000', '115628.478000', '115628.481000', '115628.483000', '115628.486000', '115628.488000', '115628.491000', '115628.493000', '115628.496000', '115628.499000', '115628.501000', '115628.504000', '115628.506000', '115628.509000', '115628.511000', '115628.514000', '115628.517000', '115628.519000', '115628.522000', '115628.524000', '115628.527000', '115628.530000', '115628.532000', '115628.535000', '115628.537000', '115628.540000', '115628.552000', '115648.432000', '115648.435000', '115648.438000', '115648.441000', '115648.443000', '115648.446000', '115648.449000', '115648.452000', '115648.454000', '115648.457000', '115648.459000', '115648.462000', '115648.464000', '115648.467000', '115648.470000', '115648.472000', '115648.475000', '115648.478000', '115648.480000', '115648.483000', '115648.485000', '115648.488000', '115648.491000', '115648.493000', '115648.496000', '115648.498000', '115648.501000', '115648.504000', '115648.506000', '115648.509000', '115648.512000', '115648.515000', '115648.518000', '115648.521000', '115648.524000', '115648.527000', '115648.529000', '115648.532000', '115648.535000', '115648.537000', '115648.540000', '115648.543000', '115648.545000', '115708.433000', '115708.435000', '115708.438000', '115708.441000', '115708.443000', '115708.446000', '115708.448000', '115708.451000', '115708.453000', '115708.456000', '115708.459000', '115708.461000', '115708.464000', '115708.477000', '115708.479000', '115708.482000', '115708.485000', '115708.487000', '115708.490000', '115708.492000', '115708.495000', '115708.497000', '115708.500000', '115708.503000', '115708.505000', '115708.508000', '115708.510000', '115708.513000', '115708.515000', '115708.518000', '115708.521000', '115708.523000', '115708.526000', '115708.529000', '115708.531000', '115708.534000', '115708.536000', '115708.539000', '115708.542000', '115708.544000', '115708.547000', '115708.549000', '115708.552000', '115708.555000', '115728.433000', '115728.436000', '115728.438000', '115728.441000', '115728.444000', '115728.446000', '115728.449000', '115728.451000', '115728.454000', '115728.457000', '115728.459000', '115728.462000', '115728.464000', '115728.467000', '115728.470000', '115728.476000', '115728.479000', '115728.482000', '115728.484000', '115728.487000', '115728.489000', '115728.492000', '115728.494000', '115728.497000', '115728.500000', '115728.503000', '115728.506000', '115728.509000', '115728.511000', '115728.514000', '115728.517000', '115728.519000', '115728.522000', '115728.525000', '115728.527000', '115728.530000', '115728.532000', '115728.535000', '115728.538000', '115728.540000', '115728.543000', '115728.546000', '115728.548000', '115748.432000', '115748.435000', '115748.445000', '115748.447000', '115748.450000', '115748.453000', '115748.455000', '115748.458000', '115748.460000', '115748.463000', '115748.465000', '115748.468000', '115748.471000', '115748.473000', '115748.476000', '115748.478000', '115748.481000', '115748.484000', '115748.486000', '115748.489000', '115748.491000', '115748.494000', '115748.497000', '115748.499000', '115748.502000', '115748.504000', '115748.507000', '115748.510000', '115748.512000', '115748.515000', '115748.518000', '115748.520000', '115748.523000', '115748.525000', '115748.528000', '115748.531000', '115748.533000', '115748.536000', '115748.538000', '115748.541000', '115748.544000', '115748.546000', '115748.549000', '115748.551000', '115808.433000', '115808.435000', '115808.438000', '115808.441000', '115808.444000', '115808.446000', '115808.449000', '115808.451000', '115808.454000', '115808.456000', '115808.459000', '115808.462000', '115808.464000', '115808.467000', '115808.469000', '115808.472000', '115808.475000', '115808.477000', '115808.480000', '115808.482000', '115808.485000', '115808.488000', '115808.490000', '115808.493000', '115808.495000', '115808.498000', '115808.501000', '115808.503000', '115808.506000', '115808.510000', '115808.512000', '115808.515000', '115808.518000', '115808.521000', '115808.523000', '115808.526000', '115808.528000', '115808.531000', '115808.533000', '115808.536000', '115808.539000', '115808.541000', '115808.544000', '115828.431000', '115828.434000', '115828.437000', '115828.440000', '115828.442000', '115828.445000', '115828.447000', '115828.450000', '115828.453000', '115828.455000', '115828.458000', '115828.460000', '115828.463000', '115828.465000', '115828.468000', '115828.471000', '115828.473000', '115828.476000', '115828.479000', '115828.481000', '115828.484000', '115828.486000', '115828.489000', '115828.492000', '115828.494000', '115828.497000', '115828.499000', '115828.502000', '115828.504000', '115828.507000', '115828.510000', '115828.512000', '115828.515000', '115828.517000', '115828.520000', '115828.523000', '115828.525000', '115828.528000', '115828.530000', '115828.533000', '115828.535000', '115828.538000', '115828.541000', '115828.543000', '115848.432000', '115848.435000', '115848.437000', '115848.440000', '115848.442000', '115848.445000', '115848.448000', '115848.450000', '115848.453000', '115848.455000', '115848.458000', '115848.461000', '115848.464000', '115848.466000', '115848.469000', '115848.471000', '115848.474000', '115848.476000', '115848.479000', '115848.482000', '115848.484000', '115848.487000', '115848.489000', '115848.492000', '115848.495000', '115848.497000', '115848.500000', '115848.502000', '115848.505000', '115848.507000', '115848.510000', '115848.513000', '115848.515000', '115848.518000', '115848.520000', '115848.523000', '115848.526000', '115848.528000', '115848.531000', '115848.533000', '115848.536000', '115848.538000', '115848.541000', '115908.432000', '115908.435000', '115908.438000', '115908.440000', '115908.443000', '115908.445000', '115908.448000', '115908.451000', '115908.453000', '115908.456000', '115908.458000', '115908.461000', '115908.476000', '115908.480000', '115908.483000', '115908.486000', '115908.488000', '115908.491000', '115908.493000', '115908.496000', '115908.498000', '115908.501000', '115908.504000', '115908.506000', '115908.509000', '115908.511000', '115908.514000', '115908.516000', '115908.519000', '115908.522000', '115908.525000', '115908.527000', '115908.530000', '115908.532000', '115908.535000', '115908.537000', '115908.540000', '115908.543000', '115908.545000', '115908.548000', '115908.550000', '115908.553000', '115908.555000', '115908.569000', '115928.432000', '115928.435000', '115928.438000', '115928.441000', '115928.443000', '115928.446000', '115928.448000', '115928.451000', '115928.453000', '115928.456000', '115928.459000', '115928.461000', '115928.464000', '115928.466000', '115928.469000', '115928.472000', '115928.474000', '115928.477000', '115928.479000', '115928.482000', '115928.485000', '115928.487000', '115928.490000', '115928.492000', '115928.495000', '115928.497000', '115928.500000', '115928.503000', '115928.505000', '115928.508000', '115928.510000', '115928.513000', '115928.515000', '115928.518000', '115928.521000', '115928.523000', '115928.526000', '115928.528000', '115928.531000', '115928.534000', '115928.536000', '115928.539000', '115928.541000', '115948.432000', '115948.435000', '115948.438000', '115948.440000', '115948.443000', '115948.445000', '115948.448000', '115948.451000', '115948.453000', '115948.456000', '115948.458000', '115948.463000', '115948.466000', '115948.468000', '115948.471000', '115948.474000', '115948.476000', '115948.479000', '115948.482000', '115948.484000', '115948.487000', '115948.489000', '115948.492000', '115948.495000', '115948.497000', '115948.500000', '115948.502000', '115948.505000', '115948.508000', '115948.510000', '115948.513000', '115948.515000', '115948.518000', '115948.520000', '115948.523000', '115948.526000', '115948.528000', '115948.531000', '115948.533000', '115948.536000', '115948.539000', '115948.541000', '115948.544000', '115949.289000', '115949.292000', '115949.295000'], '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': [13764, 7950, 13250, 15109, 8978, 14819, 10957, 11642, 11184, 9132, 14113, 7972, 13262, 8969, 9402, 13734, 8020, 7268, 8863, 13721, 9653, 8755, 14253, 8211, 13057, 7071, 10433, 10393, 8026, 13943, 8340, 12853, 7756, 12303, 7221, 12338, 7305, 11916, 7687, 11325, 7929, 10531, 14052, 9061, 9910, 14364, 8154, 12225, 8035, 12642, 7237, 13172, 14117, 7571, 11598, 12485, 7508, 12192, 7585, 12469, 7032, 12509, 7616, 10753, 7784, 10110, 11606, 9029, 13607, 7559, 12871, 8823, 9521, 13459, 8687, 8157, 10069, 13978, 9668, 8953, 14037, 8694, 10441, 14288, 8969, 12032, 7498, 8091, 14041, 7420, 12355, 7489, 9707, 9423, 7684, 13499, 7369, 11722, 12510, 7637, 13468, 8074, 8655, 13772, 7274, 11619, 7427, 9473, 12188, 8527, 13472, 7338, 12243, 13326, 7537, 13006, 8787, 9002, 11287, 8059, 13779, 7298, 10240, 14091, 8490, 12252, 13344, 8296, 13566, 9377, 7783, 14235, 7345, 11314, 9940, 8249, 7427, 8955, 14106, 8070, 8311, 13916, 7404, 11304, 8561, 8122, 12658, 7398, 12868, 11419, 7601, 13698, 8225, 12558, 7634, 10433, 7624, 8255, 13761, 8456, 11005, 14311, 9241, 12304, 8377, 8769, 13778, 9460, 8919, 13996, 7680, 9674, 14229, 7929, 11049, 7369, 7456, 12528, 7292, 12757, 7661, 10291, 14231, 7114, 11313, 13612, 7426, 11934, 8391, 8668, 8399, 9770, 13918, 8771, 9393, 13265, 8317, 13135, 7393, 11827, 13910, 9311, 10744, 14132, 8160, 10263, 10200, 7983, 12410, 7300, 13594, 7486, 10252, 7604, 9027, 12148, 9122, 7244, 10841, 14060, 10791, 10070, 13952, 9734, 10213, 13881, 7548, 10066, 13167, 7204, 11120, 6852, 7057, 11953, 7388, 10632, 7417, 8626, 7172, 12852, 7412, 10432, 7512, 11850, 13696, 8979, 11114, 13289, 9730, 10191, 13913, 10146, 9983, 14167, 7914, 11124, 6931, 10783, 8499, 7248, 13706, 13041, 7991, 9464, 7135, 13010, 7318, 8846, 9945, 7756, 7055, 11190, 13794, 11181, 9103, 13976, 7786, 11850, 14162, 8391, 12919, 6961, 9676, 12514, 7589, 12483, 7893, 8450, 12731, 7260, 12245, 7519, 7546, 10615, 7318, 12665, 7365, 10633, 13124, 7656, 10000, 13094, 7463, 11220, 13651, 7952, 11796, 7336, 8417, 10979, 7005, 12411, 7599, 7791, 9565, 12922, 8849, 9730, 8675, 10484, 13748, 10797, 8384, 11479, 10840, 15171, 8365, 12929, 10801, 13830, 9437, 13522, 8674, 11802, 9268, 15874, 13922, 10527, 8142, 13690, 17309, 9174, 11796, 16738, 7762, 11109, 11835, 7651, 10774, 7000, 11589, 7107, 7199, 11311, 7783, 7316, 11793, 7875, 9011, 9800, 7964, 10582, 7972, 8272, 11752, 7511, 9071, 8841, 7765, 10655, 7904, 9335, 7456, 7966, 12325, 7313, 11206, 7605, 8852, 13125, 8073, 11192, 14428, 10062, 11638, 17443, 9090, 12788, 17188, 9591, 11511, 14177, 9990, 10799, 15825, 7631, 11977, 15772, 7541, 11008, 15027, 7312, 11004, 9819, 7617, 7963, 7771, 11158, 13051, 7807, 10456, 13350, 7575, 11167, 8080, 8293, 12612, 7682, 10637, 14312, 7542, 11181, 14695, 8047, 11499, 7910, 10434, 14016, 13155, 8384, 12776, 13075, 7704, 12527, 9143, 7917, 12389, 7880, 9704, 12645, 7372, 11173, 7958, 9949, 7789, 7680, 11918, 11093, 8628, 12492, 8318, 10250, 14165, 8223, 11195, 15301, 8041, 12363, 7399, 10841, 7871, 8616, 13626, 8052, 7358, 8838, 12379, 12507, 7419, 12317, 11300, 7352, 12398, 7639, 9616, 7891, 10232, 10979, 7962, 11300, 7593, 10953, 7655, 8905, 10992, 7697, 12238, 7376, 10864, 9900, 7574, 12077, 7872, 11020, 13928, 10718, 10839, 13542, 7841, 9498, 12731, 7399, 9091, 10575, 7392, 10148, 7779, 7392, 10788, 7916, 7299, 10730, 7839, 7274, 10954, 7456, 8576, 7576, 7529, 10701, 7640, 8501, 12568, 7379, 11364, 7649, 10060, 8824, 7707, 12018, 13373, 8479, 13639, 11395, 10864, 17714, 9070, 12591, 16141, 9548, 14181, 11756, 11738, 16859, 7983, 13775, 8438, 11263, 8351, 10205, 8038, 10820, 14881, 10157, 11862, 14048, 9704, 14285, 8654, 11085, 15905, 7728, 12730, 9705, 8866, 13063, 7570, 11827, 7719, 7897, 12081, 7923, 11882, 7454, 11624, 7752, 10355, 7863, 8985, 13052, 8192, 7884, 9797, 12523, 11767, 7946, 12442, 10128, 8656, 11170, 7295, 12243, 13236, 7194, 12218, 12272, 7646, 12865, 7321, 10447, 11655, 7127, 11731, 7855, 8023, 12208, 7150, 11975, 7545, 9477, 10584, 7202, 13037, 7456, 11836, 7430, 11862, 7910, 9562, 7568, 12073, 14781, 10891, 11633, 14350, 9921, 11395, 15927, 10520, 11561, 9035, 7861, 12464, 7890, 8099, 12077, 8013, 9626, 10209, 7529, 12015, 7771, 9800, 7613, 7763, 13104, 7685, 11381, 8116, 8581, 12982, 8858, 10117, 13627, 12679, 9568, 12205, 7736, 12143, 16072, 7769, 11496, 15096, 7584, 11218, 7432, 11175, 8062, 7269, 7877, 10587, 13541, 7985, 7716, 8948, 12142, 14517, 8036, 12082, 16385, 11303, 11688, 14810, 7488, 10953, 13741, 7608, 11500, 7419, 10553, 7741, 9672, 7901, 8451, 12456, 8015, 7870, 11440, 13711, 7820, 8534, 7875, 12595, 14803, 10956, 13585, 7739, 11918, 16603, 9716, 11207, 14881, 8826, 10923, 11809, 7287, 11990, 7551, 8251, 12771, 7333, 10172, 7444, 7857, 12461, 7563, 9463, 7996, 7673, 7526, 7886, 10622, 7699, 12183, 8568, 7647, 12106, 11723, 8065, 13000, 8517, 11310, 8886, 7990, 13376, 8355, 11507, 7805, 10385, 7514, 10877, 14224, 10847, 11938, 8076, 12704, 8969, 11760, 8655, 7589, 10156, 10039, 13569, 10250, 13572, 7473, 8846, 9859, 11709, 16092, 13194, 12687, 10664, 16416, 10673, 12076, 10022, 13694, 9120, 13591, 8320, 11148, 8538, 8144, 7622, 12812, 7194, 10708, 7403, 9557, 7130, 9925, 7536, 8977, 7156, 7581, 7492, 9838, 7061, 10801, 7258, 7702, 10917, 7123, 12256, 7430, 11740, 8256, 10136, 9899, 8811, 7256, 10887, 14424, 8294, 11288, 13483, 7596, 11227, 12259, 7122, 11660, 7347, 6851, 11599, 7260, 9857, 7346, 7171, 7521, 7542, 12006, 6945, 9758, 7187, 7915, 7484, 7302, 12318, 8247, 8858, 12246, 8433, 8601, 7564, 13318, 10864, 8352, 13388, 9217, 10627, 13143, 7172, 12877, 9630, 7404, 13641, 8778, 10759, 12834, 7121, 12478, 8115, 7955, 13132, 7190, 8948, 12926, 6792, 11892, 7704, 8265], 'WindowCenter': [4390.0, 4323.0, 4363.0, 4357.0, 4305.0, 4343.0, 4309.0, 4310.0, 4307.0, 4299.0, 4317.0, 4278.0, 4319.0, 4275.0, 4287.0, 4317.0, 4277.0, 4266.0, 4299.0, 4330.0, 4285.0, 4276.0, 4314.0, 4275.0, 4317.0, 4254.0, 4297.0, 4296.0, 4276.0, 4326.0, 4276.0, 4317.0, 4266.0, 4317.0, 4279.0, 4319.0, 4280.0, 4322.0, 4281.0, 4325.0, 4293.0, 4326.0, 4345.0, 4290.0, 4301.0, 4329.0, 4277.0, 4307.0, 4278.0, 4318.0, 4280.0, 4333.0, 4330.0, 4278.0, 4310.0, 4317.0, 4268.0, 4319.0, 4281.0, 4332.0, 4283.0, 4334.0, 4295.0, 4337.0, 4295.0, 4326.0, 4325.0, 4305.0, 4346.0, 4296.0, 4334.0, 4303.0, 4315.0, 4333.0, 4302.0, 4293.0, 4326.0, 4345.0, 4301.0, 4302.0, 4330.0, 4278.0, 4309.0, 4328.0, 4287.0, 4307.0, 4265.0, 4277.0, 4316.0, 4266.0, 4317.0, 4266.0, 4299.0, 4287.0, 4280.0, 4330.0, 4280.0, 4321.0, 4318.0, 4279.0, 4330.0, 4266.0, 4288.0, 4317.0, 4268.0, 4307.0, 4266.0, 4299.0, 4318.0, 4289.0, 4318.0, 4279.0, 4332.0, 4318.0, 4279.0, 4330.0, 4288.0, 4290.0, 4309.0, 4292.0, 4333.0, 4280.0, 4312.0, 4330.0, 4289.0, 4320.0, 4318.0, 4277.0, 4318.0, 4285.0, 4266.0, 4316.0, 4265.0, 4308.0, 4296.0, 4277.0, 4278.0, 4302.0, 4343.0, 4290.0, 4290.0, 4329.0, 4279.0, 4321.0, 4289.0, 4291.0, 4331.0, 4282.0, 4345.0, 4321.0, 4291.0, 4332.0, 4291.0, 4333.0, 4281.0, 4312.0, 4292.0, 4305.0, 4344.0, 4291.0, 4313.0, 4333.0, 4302.0, 4323.0, 4290.0, 4291.0, 4331.0, 4287.0, 4288.0, 4317.0, 4276.0, 4287.0, 4326.0, 4276.0, 4306.0, 4265.0, 4278.0, 4318.0, 4279.0, 4331.0, 4280.0, 4313.0, 4345.0, 4282.0, 4323.0, 4332.0, 4281.0, 4322.0, 4279.0, 4291.0, 4291.0, 4312.0, 4332.0, 4289.0, 4302.0, 4330.0, 4290.0, 4332.0, 4283.0, 4336.0, 4333.0, 4289.0, 4309.0, 4326.0, 4275.0, 4296.0, 4294.0, 4276.0, 4316.0, 4267.0, 4328.0, 4278.0, 4309.0, 4277.0, 4290.0, 4319.0, 4300.0, 4280.0, 4325.0, 4344.0, 4310.0, 4300.0, 4319.0, 4285.0, 4296.0, 4316.0, 4276.0, 4296.0, 4314.0, 4263.0, 4304.0, 4251.0, 4264.0, 4305.0, 4278.0, 4309.0, 4293.0, 4315.0, 4297.0, 4359.0, 4309.0, 4338.0, 4309.0, 4351.0, 4348.0, 4315.0, 4325.0, 4334.0, 4299.0, 4301.0, 4329.0, 4298.0, 4298.0, 4316.0, 4265.0, 4295.0, 4267.0, 4320.0, 4288.0, 4279.0, 4344.0, 4330.0, 4280.0, 4299.0, 4283.0, 4344.0, 4282.0, 4303.0, 4310.0, 4280.0, 4281.0, 4324.0, 4333.0, 4308.0, 4289.0, 4327.0, 4266.0, 4307.0, 4315.0, 4274.0, 4314.0, 4263.0, 4298.0, 4316.0, 4277.0, 4318.0, 4275.0, 4288.0, 4316.0, 4267.0, 4316.0, 4265.0, 4278.0, 4307.0, 4281.0, 4332.0, 4293.0, 4325.0, 4343.0, 4291.0, 4311.0, 4317.0, 4268.0, 4321.0, 4318.0, 4279.0, 4319.0, 4266.0, 4288.0, 4308.0, 4280.0, 4331.0, 4294.0, 4295.0, 4328.0, 4349.0, 4317.0, 4316.0, 4304.0, 4328.0, 4309.0, 4326.0, 4297.0, 4327.0, 4327.0, 4346.0, 4297.0, 4336.0, 4316.0, 4295.0, 4305.0, 4335.0, 4294.0, 4323.0, 4295.0, 4346.0, 4334.0, 4303.0, 4281.0, 4335.0, 4328.0, 4265.0, 4309.0, 4312.0, 4243.0, 4284.0, 4280.0, 4241.0, 4270.0, 4256.0, 4296.0, 4244.0, 4256.0, 4295.0, 4254.0, 4256.0, 4296.0, 4265.0, 4277.0, 4299.0, 4268.0, 4297.0, 4279.0, 4282.0, 4309.0, 4268.0, 4290.0, 4288.0, 4285.0, 4312.0, 4295.0, 4317.0, 4298.0, 4310.0, 4349.0, 4300.0, 4341.0, 4300.0, 4322.0, 4349.0, 4311.0, 4341.0, 4349.0, 4320.0, 4330.0, 4357.0, 4297.0, 4338.0, 4343.0, 4303.0, 4313.0, 4319.0, 4289.0, 4299.0, 4326.0, 4279.0, 4321.0, 4327.0, 4267.0, 4298.0, 4313.0, 4255.0, 4297.0, 4286.0, 4266.0, 4266.0, 4281.0, 4324.0, 4320.0, 4270.0, 4299.0, 4318.0, 4281.0, 4312.0, 4278.0, 4280.0, 4321.0, 4281.0, 4312.0, 4330.0, 4282.0, 4313.0, 4329.0, 4269.0, 4312.0, 4282.0, 4317.0, 4334.0, 4321.0, 4268.0, 4308.0, 4304.0, 4254.0, 4296.0, 4272.0, 4264.0, 4308.0, 4265.0, 4287.0, 4305.0, 4257.0, 4297.0, 4279.0, 4302.0, 4282.0, 4284.0, 4323.0, 4299.0, 4279.0, 4311.0, 4267.0, 4287.0, 4318.0, 4265.0, 4300.0, 4328.0, 4265.0, 4294.0, 4253.0, 4294.0, 4267.0, 4279.0, 4318.0, 4278.0, 4269.0, 4292.0, 4324.0, 4320.0, 4270.0, 4308.0, 4295.0, 4255.0, 4305.0, 4253.0, 4286.0, 4266.0, 4301.0, 4309.0, 4292.0, 4310.0, 4280.0, 4300.0, 4280.0, 4291.0, 4310.0, 4283.0, 4312.0, 4272.0, 4312.0, 4287.0, 4269.0, 4308.0, 4280.0, 4312.0, 4321.0, 4300.0, 4298.0, 4308.0, 4266.0, 4287.0, 4293.0, 4252.0, 4275.0, 4282.0, 4255.0, 4287.0, 4280.0, 4281.0, 4310.0, 4281.0, 4282.0, 4311.0, 4269.0, 4273.0, 4313.0, 4282.0, 4293.0, 4283.0, 4296.0, 4325.0, 4297.0, 4321.0, 4348.0, 4298.0, 4339.0, 4308.0, 4331.0, 4320.0, 4313.0, 4352.0, 4347.0, 4308.0, 4349.0, 4328.0, 4318.0, 4355.0, 4293.0, 4326.0, 4328.0, 4291.0, 4319.0, 4334.0, 4323.0, 4337.0, 4278.0, 4317.0, 4276.0, 4296.0, 4274.0, 4298.0, 4278.0, 4311.0, 4329.0, 4284.0, 4295.0, 4302.0, 4274.0, 4303.0, 4262.0, 4285.0, 4312.0, 4251.0, 4290.0, 4271.0, 4272.0, 4288.0, 4250.0, 4292.0, 4251.0, 4263.0, 4292.0, 4265.0, 4306.0, 4268.0, 4309.0, 4270.0, 4301.0, 4280.0, 4292.0, 4320.0, 4282.0, 4282.0, 4313.0, 4336.0, 4309.0, 4280.0, 4322.0, 4285.0, 4278.0, 4297.0, 4270.0, 4323.0, 4320.0, 4269.0, 4308.0, 4305.0, 4264.0, 4305.0, 4255.0, 4298.0, 4304.0, 4255.0, 4307.0, 4278.0, 4279.0, 4319.0, 4270.0, 4307.0, 4280.0, 4302.0, 4311.0, 4281.0, 4321.0, 4282.0, 4324.0, 4285.0, 4335.0, 4293.0, 4312.0, 4294.0, 4339.0, 4346.0, 4326.0, 4325.0, 4333.0, 4289.0, 4299.0, 4317.0, 4285.0, 4297.0, 4262.0, 4265.0, 4306.0, 4268.0, 4268.0, 4304.0, 4277.0, 4300.0, 4300.0, 4280.0, 4321.0, 4284.0, 4315.0, 4283.0, 4295.0, 4345.0, 4296.0, 4336.0, 4295.0, 4321.0, 4348.0, 4305.0, 4314.0, 4333.0, 4319.0, 4293.0, 4320.0, 4280.0, 4323.0, 4329.0, 4269.0, 4310.0, 4316.0, 4267.0, 4310.0, 4268.0, 4312.0, 4279.0, 4279.0, 4293.0, 4328.0, 4347.0, 4296.0, 4296.0, 4320.0, 4353.0, 4348.0, 4296.0, 4326.0, 4343.0, 4312.0, 4311.0, 4316.0, 4255.0, 4311.0, 4317.0, 4266.0, 4295.0, 4255.0, 4297.0, 4268.0, 4300.0, 4281.0, 4292.0, 4321.0, 4281.0, 4282.0, 4326.0, 4332.0, 4283.0, 4291.0, 4283.0, 4325.0, 4334.0, 4303.0, 4319.0, 4281.0, 4324.0, 4329.0, 4275.0, 4297.0, 4301.0, 4262.0, 4285.0, 4292.0, 4243.0, 4293.0, 4252.0, 4263.0, 4293.0, 4253.0, 4286.0, 4266.0, 4279.0, 4304.0, 4265.0, 4285.0, 4278.0, 4280.0, 4281.0, 4294.0, 4314.0, 4297.0, 4349.0, 4308.0, 4299.0, 4339.0, 4322.0, 4284.0, 4334.0, 4280.0, 4311.0, 4288.0, 4281.0, 4320.0, 4280.0, 4310.0, 4281.0, 4312.0, 4286.0, 4326.0, 4334.0, 4313.0, 4353.0, 4325.0, 4350.0, 4320.0, 4323.0, 4293.0, 4233.0, 4280.0, 4297.0, 4313.0, 4251.0, 4267.0, 4070.0, 4295.0, 4349.0, 4266.0, 4357.0, 4333.0, 4304.0, 4307.0, 4323.0, 4282.0, 4302.0, 4283.0, 4300.0, 4270.0, 4287.0, 4245.0, 4264.0, 4255.0, 4245.0, 4247.0, 4286.0, 4238.0, 4278.0, 4248.0, 4269.0, 4250.0, 4280.0, 4260.0, 4282.0, 4262.0, 4274.0, 4264.0, 4308.0, 4280.0, 4323.0, 4292.0, 4293.0, 4321.0, 4283.0, 4332.0, 4293.0, 4333.0, 4290.0, 4311.0, 4299.0, 4289.0, 4292.0, 4325.0, 4331.0, 4290.0, 4322.0, 4328.0, 4277.0, 4306.0, 4304.0, 4265.0, 4305.0, 4262.0, 4266.0, 4304.0, 4274.0, 4308.0, 4278.0, 4280.0, 4303.0, 4306.0, 4343.0, 4295.0, 4324.0, 4296.0, 4332.0, 4307.0, 4306.0, 4348.0, 4303.0, 4303.0, 4333.0, 4303.0, 4303.0, 4305.0, 4346.0, 4322.0, 4290.0, 4330.0, 4287.0, 4310.0, 4315.0, 4268.0, 4329.0, 4294.0, 4264.0, 4313.0, 4273.0, 4291.0, 4299.0, 4251.0, 4313.0, 4259.0, 4272.0, 4299.0, 4249.0, 4271.0, 4298.0, 4250.0, 4301.0, 4260.0, 4272.0], 'WindowWidth': [9678.0, 9575.0, 9627.0, 9607.0, 9533.0, 9585.0, 9528.0, 9532.0, 9521.0, 9517.0, 9539.0, 9486.0, 9542.0, 9478.0, 9497.0, 9539.0, 9483.0, 9468.0, 9517.0, 9563.0, 9491.0, 9479.0, 9530.0, 9477.0, 9536.0, 9448.0, 9511.0, 9505.0, 9480.0, 9548.0, 9480.0, 9535.0, 9467.0, 9538.0, 9489.0, 9542.0, 9493.0, 9551.0, 9497.0, 9559.0, 9514.0, 9563.0, 9589.0, 9505.0, 9520.0, 9555.0, 9484.0, 9522.0, 9486.0, 9540.0, 9493.0, 9569.0, 9559.0, 9487.0, 9532.0, 9537.0, 9473.0, 9540.0, 9493.0, 9564.0, 9504.0, 9571.0, 9521.0, 9582.0, 9521.0, 9563.0, 9558.0, 9533.0, 9591.0, 9522.0, 9572.0, 9526.0, 9547.0, 9569.0, 9525.0, 9515.0, 9563.0, 9590.0, 9521.0, 9523.0, 9561.0, 9484.0, 9528.0, 9553.0, 9496.0, 9522.0, 9464.0, 9484.0, 9534.0, 9466.0, 9536.0, 9466.0, 9515.0, 9495.0, 9492.0, 9557.0, 9491.0, 9548.0, 9538.0, 9488.0, 9558.0, 9465.0, 9498.0, 9537.0, 9473.0, 9524.0, 9467.0, 9515.0, 9538.0, 9502.0, 9539.0, 9490.0, 9565.0, 9540.0, 9489.0, 9560.0, 9497.0, 9504.0, 9527.0, 9510.0, 9568.0, 9493.0, 9537.0, 9558.0, 9500.0, 9545.0, 9538.0, 9482.0, 9540.0, 9488.0, 9465.0, 9534.0, 9463.0, 9524.0, 9506.0, 9483.0, 9486.0, 9526.0, 9582.0, 9505.0, 9506.0, 9555.0, 9490.0, 9549.0, 9501.0, 9507.0, 9561.0, 9500.0, 9587.0, 9546.0, 9509.0, 9567.0, 9510.0, 9567.0, 9495.0, 9538.0, 9511.0, 9534.0, 9585.0, 9509.0, 9540.0, 9568.0, 9524.0, 9553.0, 9505.0, 9507.0, 9562.0, 9494.0, 9496.0, 9536.0, 9480.0, 9496.0, 9549.0, 9481.0, 9519.0, 9463.0, 9486.0, 9539.0, 9492.0, 9562.0, 9494.0, 9542.0, 9589.0, 9500.0, 9555.0, 9564.0, 9495.0, 9550.0, 9488.0, 9508.0, 9507.0, 9538.0, 9566.0, 9501.0, 9524.0, 9559.0, 9505.0, 9566.0, 9501.0, 9577.0, 9570.0, 9502.0, 9529.0, 9551.0, 9476.0, 9505.0, 9499.0, 9479.0, 9532.0, 9472.0, 9555.0, 9489.0, 9529.0, 9485.0, 9505.0, 9542.0, 9517.0, 9492.0, 9560.0, 9587.0, 9530.0, 9517.0, 9542.0, 9488.0, 9505.0, 9531.0, 9480.0, 9509.0, 9528.0, 9457.0, 9513.0, 9440.0, 9463.0, 9519.0, 9488.0, 9531.0, 9516.0, 9551.0, 9532.0, 9616.0, 9550.0, 9585.0, 9547.0, 9606.0, 9599.0, 9548.0, 9561.0, 9571.0, 9513.0, 9518.0, 9560.0, 9511.0, 9513.0, 9534.0, 9464.0, 9502.0, 9471.0, 9546.0, 9500.0, 9493.0, 9590.0, 9559.0, 9491.0, 9517.0, 9503.0, 9585.0, 9498.0, 9528.0, 9532.0, 9494.0, 9497.0, 9560.0, 9571.0, 9525.0, 9502.0, 9553.0, 9465.0, 9523.0, 9530.0, 9473.0, 9529.0, 9461.0, 9512.0, 9537.0, 9485.0, 9540.0, 9476.0, 9501.0, 9534.0, 9470.0, 9535.0, 9463.0, 9489.0, 9524.0, 9495.0, 9565.0, 9517.0, 9562.0, 9586.0, 9510.0, 9534.0, 9538.0, 9474.0, 9548.0, 9540.0, 9489.0, 9541.0, 9468.0, 9502.0, 9526.0, 9493.0, 9562.0, 9520.0, 9523.0, 9571.0, 9603.0, 9555.0, 9550.0, 9531.0, 9565.0, 9518.0, 9559.0, 9519.0, 9561.0, 9559.0, 9584.0, 9520.0, 9573.0, 9543.0, 9490.0, 9526.0, 9569.0, 9509.0, 9549.0, 9510.0, 9585.0, 9562.0, 9519.0, 9489.0, 9569.0, 9543.0, 9453.0, 9522.0, 9514.0, 9422.0, 9477.0, 9465.0, 9417.0, 9455.0, 9449.0, 9502.0, 9428.0, 9448.0, 9499.0, 9442.0, 9451.0, 9499.0, 9458.0, 9480.0, 9508.0, 9467.0, 9506.0, 9485.0, 9492.0, 9522.0, 9468.0, 9502.0, 9495.0, 9503.0, 9535.0, 9517.0, 9551.0, 9524.0, 9546.0, 9598.0, 9530.0, 9586.0, 9531.0, 9563.0, 9596.0, 9545.0, 9589.0, 9596.0, 9555.0, 9569.0, 9598.0, 9518.0, 9580.0, 9579.0, 9522.0, 9536.0, 9537.0, 9494.0, 9511.0, 9540.0, 9486.0, 9545.0, 9544.0, 9465.0, 9508.0, 9520.0, 9447.0, 9507.0, 9487.0, 9462.0, 9463.0, 9491.0, 9553.0, 9539.0, 9473.0, 9513.0, 9532.0, 9490.0, 9534.0, 9484.0, 9488.0, 9543.0, 9492.0, 9535.0, 9556.0, 9492.0, 9536.0, 9551.0, 9472.0, 9531.0, 9495.0, 9549.0, 9569.0, 9538.0, 9466.0, 9522.0, 9504.0, 9443.0, 9501.0, 9462.0, 9459.0, 9521.0, 9459.0, 9492.0, 9514.0, 9452.0, 9506.0, 9486.0, 9522.0, 9495.0, 9501.0, 9552.0, 9511.0, 9485.0, 9529.0, 9464.0, 9493.0, 9534.0, 9461.0, 9514.0, 9548.0, 9462.0, 9498.0, 9440.0, 9498.0, 9465.0, 9485.0, 9538.0, 9483.0, 9473.0, 9508.0, 9556.0, 9540.0, 9475.0, 9524.0, 9497.0, 9447.0, 9514.0, 9442.0, 9487.0, 9464.0, 9515.0, 9524.0, 9511.0, 9530.0, 9488.0, 9514.0, 9489.0, 9506.0, 9526.0, 9496.0, 9533.0, 9479.0, 9534.0, 9492.0, 9473.0, 9524.0, 9488.0, 9536.0, 9543.0, 9510.0, 9508.0, 9520.0, 9464.0, 9492.0, 9494.0, 9437.0, 9474.0, 9478.0, 9447.0, 9492.0, 9488.0, 9493.0, 9528.0, 9490.0, 9494.0, 9529.0, 9472.0, 9483.0, 9536.0, 9496.0, 9512.0, 9500.0, 9521.0, 9560.0, 9525.0, 9562.0, 9595.0, 9532.0, 9585.0, 9542.0, 9575.0, 9559.0, 9556.0, 9609.0, 9589.0, 9539.0, 9598.0, 9562.0, 9550.0, 9597.0, 9511.0, 9561.0, 9550.0, 9503.0, 9543.0, 9569.0, 9555.0, 9563.0, 9484.0, 9535.0, 9478.0, 9505.0, 9474.0, 9508.0, 9483.0, 9533.0, 9555.0, 9485.0, 9501.0, 9504.0, 9471.0, 9510.0, 9450.0, 9486.0, 9515.0, 9434.0, 9490.0, 9460.0, 9467.0, 9483.0, 9434.0, 9495.0, 9435.0, 9454.0, 9494.0, 9461.0, 9518.0, 9469.0, 9525.0, 9473.0, 9518.0, 9486.0, 9507.0, 9542.0, 9492.0, 9493.0, 9539.0, 9574.0, 9525.0, 9487.0, 9549.0, 9486.0, 9481.0, 9505.0, 9475.0, 9551.0, 9540.0, 9472.0, 9524.0, 9513.0, 9460.0, 9514.0, 9447.0, 9509.0, 9513.0, 9450.0, 9521.0, 9484.0, 9487.0, 9540.0, 9476.0, 9522.0, 9490.0, 9523.0, 9530.0, 9494.0, 9546.0, 9495.0, 9553.0, 9506.0, 9572.0, 9511.0, 9539.0, 9516.0, 9585.0, 9589.0, 9557.0, 9560.0, 9565.0, 9498.0, 9513.0, 9533.0, 9485.0, 9502.0, 9449.0, 9459.0, 9518.0, 9468.0, 9467.0, 9511.0, 9480.0, 9516.0, 9513.0, 9493.0, 9548.0, 9501.0, 9545.0, 9498.0, 9520.0, 9586.0, 9521.0, 9574.0, 9519.0, 9560.0, 9595.0, 9530.0, 9543.0, 9568.0, 9538.0, 9508.0, 9539.0, 9488.0, 9553.0, 9550.0, 9471.0, 9528.0, 9528.0, 9467.0, 9528.0, 9471.0, 9533.0, 9486.0, 9490.0, 9515.0, 9569.0, 9589.0, 9521.0, 9522.0, 9561.0, 9609.0, 9590.0, 9520.0, 9560.0, 9578.0, 9531.0, 9529.0, 9529.0, 9447.0, 9531.0, 9536.0, 9462.0, 9501.0, 9447.0, 9506.0, 9469.0, 9518.0, 9492.0, 9510.0, 9545.0, 9491.0, 9496.0, 9559.0, 9563.0, 9497.0, 9506.0, 9498.0, 9558.0, 9564.0, 9520.0, 9537.0, 9491.0, 9555.0, 9552.0, 9472.0, 9504.0, 9502.0, 9448.0, 9483.0, 9488.0, 9426.0, 9493.0, 9436.0, 9455.0, 9494.0, 9442.0, 9489.0, 9464.0, 9486.0, 9513.0, 9462.0, 9489.0, 9482.0, 9492.0, 9492.0, 9515.0, 9540.0, 9524.0, 9599.0, 9539.0, 9530.0, 9585.0, 9547.0, 9499.0, 9567.0, 9488.0, 9529.0, 9495.0, 9491.0, 9545.0, 9488.0, 9530.0, 9490.0, 9533.0, 9506.0, 9564.0, 9572.0, 9538.0, 9611.0, 9576.0, 9599.0, 9560.0, 9550.0, 9512.0, 9395.0, 9474.0, 9509.0, 9527.0, 9418.0, 9436.0, 9107.0, 9515.0, 9623.0, 9447.0, 9613.0, 9567.0, 9511.0, 9526.0, 9540.0, 9484.0, 9509.0, 9488.0, 9504.0, 9465.0, 9482.0, 9422.0, 9446.0, 9436.0, 9424.0, 9431.0, 9482.0, 9418.0, 9472.0, 9434.0, 9461.0, 9440.0, 9477.0, 9453.0, 9487.0, 9459.0, 9478.0, 9466.0, 9528.0, 9494.0, 9559.0, 9514.0, 9517.0, 9553.0, 9504.0, 9570.0, 9517.0, 9571.0, 9508.0, 9537.0, 9516.0, 9503.0, 9513.0, 9563.0, 9566.0, 9508.0, 9552.0, 9556.0, 9485.0, 9523.0, 9514.0, 9466.0, 9518.0, 9460.0, 9472.0, 9519.0, 9483.0, 9529.0, 9491.0, 9497.0, 9534.0, 9544.0, 9589.0, 9525.0, 9565.0, 9530.0, 9592.0, 9547.0, 9544.0, 9604.0, 9529.0, 9530.0, 9570.0, 9531.0, 9531.0, 9539.0, 9598.0, 9553.0, 9510.0, 9563.0, 9500.0, 9533.0, 9536.0, 9475.0, 9561.0, 9504.0, 9466.0, 9529.0, 9472.0, 9497.0, 9505.0, 9443.0, 9529.0, 9451.0, 9471.0, 9504.0, 9436.0, 9469.0, 9501.0, 9441.0, 9510.0, 9452.0, 9472.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.014954833141542001</td></tr>
<tr><td colspan=3>aqi</td><td>0.06672082807825086</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.07937502982716</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.320917253041478</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1606073228686629</td></tr>
<tr><td colspan=3>efc</td><td>0.5002</td></tr>
<tr><td colspan=3>fber</td><td>5780.3486</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16597230056753243</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>121</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.924050632911392</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4933522104589834</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.369606125322369</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.667146845501173</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.443303660553408</td></tr>
<tr><td colspan=3>gcor</td><td>0.0173078</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011013368144631386</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05606269836425781</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.8342138076968615</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>21.284</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.6167</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.7951</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294563.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>945.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>396.994</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8845</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.451</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3536.7544</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3661.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81981.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1764.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>757.3057</td></tr>
<tr><td colspan=3>tsnr</td><td>27.29267419979442</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>