ds005256-mriqc/sub-0127_ses-03_task-social_acq-mb8_run-03_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
105 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0127_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0127_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-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-03_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-03_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_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-03_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-03_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_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-03_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-03_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_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-03_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-03_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-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-03_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-03_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-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-03_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-03_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_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-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-03/func/sub-0127_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>68b42c3c1ffbf2bb0c13cb1cc4d7f3e2</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:38:37.227500</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</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>c96fa466-5b11-4d99-ba16-8938477bc8f4||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': ['113837.227500', '113837.687500', '113838.147500', '113838.607500', '113839.067500', '113839.527500', '113839.987500', '113840.447500', '113840.907500', '113841.367500', '113841.827500', '113842.287500', '113842.747500', '113843.207500', '113843.667500', '113844.127500', '113844.587500', '113845.047500', '113845.507500', '113845.967500', '113846.427500', '113846.887500', '113847.347500', '113847.807500', '113848.267500', '113848.727500', '113849.187500', '113849.647500', '113850.107500', '113850.567500', '113851.027500', '113851.487500', '113851.947500', '113852.407500', '113852.867500', '113853.327500', '113853.787500', '113854.247500', '113854.707500', '113855.167500', '113855.627500', '113856.087500', '113856.547500', '113857.007500', '113857.467500', '113857.927500', '113858.387500', '113858.847500', '113859.307500', '113859.767500', '113900.227500', '113900.687500', '113901.147500', '113901.607500', '113902.067500', '113902.527500', '113902.987500', '113903.447500', '113903.907500', '113904.367500', '113904.827500', '113905.287500', '113905.747500', '113906.207500', '113906.667500', '113907.127500', '113907.587500', '113908.047500', '113908.507500', '113908.967500', '113909.427500', '113909.887500', '113910.347500', '113910.807500', '113911.267500', '113911.727500', '113912.187500', '113912.647500', '113913.107500', '113913.567500', '113914.027500', '113914.487500', '113914.947500', '113915.407500', '113915.867500', '113916.327500', '113916.787500', '113917.247500', '113917.707500', '113918.167500', '113918.627500', '113919.087500', '113919.547500', '113920.007500', '113920.467500', '113920.927500', '113921.387500', '113921.847500', '113922.307500', '113922.767500', '113923.227500', '113923.687500', '113924.147500', '113924.607500', '113925.067500', '113925.527500', '113925.987500', '113926.447500', '113926.907500', '113927.367500', '113927.827500', '113928.287500', '113928.747500', '113929.207500', '113929.667500', '113930.127500', '113930.587500', '113931.047500', '113931.507500', '113931.967500', '113932.427500', '113932.887500', '113933.347500', '113933.807500', '113934.267500', '113934.727500', '113935.187500', '113935.647500', '113936.107500', '113936.567500', '113937.027500', '113937.487500', '113937.947500', '113938.407500', '113938.867500', '113939.327500', '113939.787500', '113940.247500', '113940.707500', '113941.167500', '113941.627500', '113942.087500', '113942.547500', '113943.007500', '113943.467500', '113943.927500', '113944.387500', '113944.847500', '113945.307500', '113945.767500', '113946.227500', '113946.687500', '113947.147500', '113947.607500', '113948.067500', '113948.527500', '113948.987500', '113949.447500', '113949.907500', '113950.367500', '113950.827500', '113951.287500', '113951.747500', '113952.207500', '113952.667500', '113953.127500', '113953.587500', '113954.047500', '113954.507500', '113954.967500', '113955.427500', '113955.887500', '113956.347500', '113956.807500', '113957.267500', '113957.727500', '113958.187500', '113958.647500', '113959.107500', '113959.567500', '114000.027500', '114000.487500', '114000.947500', '114001.407500', '114001.867500', '114002.327500', '114002.787500', '114003.247500', '114003.707500', '114004.167500', '114004.627500', '114005.087500', '114005.547500', '114006.007500', '114006.467500', '114006.927500', '114007.387500', '114007.847500', '114008.307500', '114008.767500', '114009.227500', '114009.687500', '114010.147500', '114010.607500', '114011.067500', '114011.527500', '114011.987500', '114012.447500', '114012.907500', '114013.367500', '114013.827500', '114014.287500', '114014.747500', '114015.207500', '114015.667500', '114016.127500', '114016.587500', '114017.047500', '114017.507500', '114017.967500', '114018.427500', '114018.887500', '114019.347500', '114019.807500', '114020.267500', '114020.727500', '114021.187500', '114021.647500', '114022.107500', '114022.567500', '114023.027500', '114023.487500', '114023.947500', '114024.407500', '114024.867500', '114025.327500', '114025.787500', '114026.247500', '114026.707500', '114027.167500', '114027.627500', '114028.087500', '114028.547500', '114029.007500', '114029.467500', '114029.927500', '114030.387500', '114030.847500', '114031.307500', '114031.767500', '114032.227500', '114032.687500', '114033.147500', '114033.607500', '114034.067500', '114034.527500', '114034.987500', '114035.447500', '114035.907500', '114036.367500', '114036.827500', '114037.287500', '114037.747500', '114038.207500', '114038.667500', '114039.127500', '114039.587500', '114040.047500', '114040.507500', '114040.967500', '114041.427500', '114041.887500', '114042.347500', '114042.807500', '114043.267500', '114043.727500', '114044.187500', '114044.647500', '114045.107500', '114045.567500', '114046.027500', '114046.487500', '114046.947500', '114047.407500', '114047.867500', '114048.327500', '114048.787500', '114049.247500', '114049.707500', '114050.167500', '114050.627500', '114051.087500', '114051.547500', '114052.007500', '114052.467500', '114052.927500', '114053.387500', '114053.847500', '114054.307500', '114054.767500', '114055.227500', '114055.687500', '114056.147500', '114056.607500', '114057.067500', '114057.527500', '114057.987500', '114058.447500', '114058.907500', '114059.367500', '114059.827500', '114100.287500', '114100.747500', '114101.207500', '114101.667500', '114102.127500', '114102.587500', '114103.047500', '114103.507500', '114103.967500', '114104.427500', '114104.887500', '114105.347500', '114105.807500', '114106.267500', '114106.727500', '114107.187500', '114107.647500', '114108.107500', '114108.567500', '114109.027500', '114109.487500', '114109.947500', '114110.407500', '114110.867500', '114111.327500', '114111.787500', '114112.247500', '114112.707500', '114113.167500', '114113.627500', '114114.087500', '114114.547500', '114115.007500', '114115.467500', '114115.927500', '114116.387500', '114116.847500', '114117.307500', '114117.767500', '114118.227500', '114118.687500', '114119.147500', '114119.607500', '114120.067500', '114120.527500', '114120.987500', '114121.447500', '114121.907500', '114122.367500', '114122.827500', '114123.287500', '114123.747500', '114124.207500', '114124.667500', '114125.127500', '114125.587500', '114126.047500', '114126.507500', '114126.967500', '114127.427500', '114127.887500', '114128.347500', '114128.807500', '114129.267500', '114129.727500', '114130.187500', '114130.647500', '114131.107500', '114131.567500', '114132.027500', '114132.487500', '114132.947500', '114133.407500', '114133.867500', '114134.327500', '114134.787500', '114135.247500', '114135.707500', '114136.167500', '114136.627500', '114137.087500', '114137.547500', '114138.007500', '114138.467500', '114138.927500', '114139.387500', '114139.847500', '114140.307500', '114140.767500', '114141.227500', '114141.687500', '114142.147500', '114142.607500', '114143.067500', '114143.527500', '114143.987500', '114144.447500', '114144.907500', '114145.367500', '114145.827500', '114146.287500', '114146.747500', '114147.207500', '114147.667500', '114148.127500', '114148.587500', '114149.047500', '114149.507500', '114149.967500', '114150.427500', '114150.887500', '114151.347500', '114151.807500', '114152.267500', '114152.727500', '114153.187500', '114153.647500', '114154.107500', '114154.567500', '114155.027500', '114155.487500', '114155.947500', '114156.407500', '114156.867500', '114157.327500', '114157.787500', '114158.247500', '114158.707500', '114159.167500', '114159.627500', '114200.087500', '114200.547500', '114201.007500', '114201.467500', '114201.927500', '114202.387500', '114202.847500', '114203.307500', '114203.767500', '114204.227500', '114204.687500', '114205.147500', '114205.607500', '114206.067500', '114206.527500', '114206.987500', '114207.447500', '114207.907500', '114208.367500', '114208.827500', '114209.287500', '114209.747500', '114210.207500', '114210.667500', '114211.127500', '114211.587500', '114212.047500', '114212.507500', '114212.967500', '114213.427500', '114213.887500', '114214.347500', '114214.807500', '114215.267500', '114215.727500', '114216.187500', '114216.647500', '114217.107500', '114217.567500', '114218.027500', '114218.487500', '114218.947500', '114219.407500', '114219.867500', '114220.327500', '114220.787500', '114221.247500', '114221.707500', '114222.167500', '114222.627500', '114223.087500', '114223.547500', '114224.007500', '114224.467500', '114224.927500', '114225.387500', '114225.847500', '114226.307500', '114226.767500', '114227.227500', '114227.687500', '114228.147500', '114228.607500', '114229.067500', '114229.527500', '114229.987500', '114230.447500', '114230.907500', '114231.367500', '114231.827500', '114232.287500', '114232.747500', '114233.207500', '114233.667500', '114234.127500', '114234.587500', '114235.047500', '114235.507500', '114235.967500', '114236.427500', '114236.887500', '114237.347500', '114237.807500', '114238.267500', '114238.727500', '114239.187500', '114239.647500', '114240.107500', '114240.567500', '114241.027500', '114241.487500', '114241.947500', '114242.407500', '114242.867500', '114243.327500', '114243.787500', '114244.247500', '114244.707500', '114245.167500', '114245.627500', '114246.087500', '114246.547500', '114247.007500', '114247.467500', '114247.927500', '114248.387500', '114248.847500', '114249.307500', '114249.767500', '114250.227500', '114250.687500', '114251.147500', '114251.607500', '114252.067500', '114252.527500', '114252.987500', '114253.447500', '114253.907500', '114254.367500', '114254.827500', '114255.287500', '114255.747500', '114256.207500', '114256.667500', '114257.127500', '114257.587500', '114258.047500', '114258.507500', '114258.967500', '114259.427500', '114259.887500', '114300.347500', '114300.807500', '114301.267500', '114301.727500', '114302.187500', '114302.647500', '114303.107500', '114303.567500', '114304.027500', '114304.487500', '114304.947500', '114305.407500', '114305.867500', '114306.327500', '114306.787500', '114307.247500', '114307.707500', '114308.167500', '114308.627500', '114309.087500', '114309.547500', '114310.007500', '114310.467500', '114310.927500', '114311.387500', '114311.847500', '114312.307500', '114312.767500', '114313.227500', '114313.687500', '114314.147500', '114314.607500', '114315.067500', '114315.527500', '114315.987500', '114316.447500', '114316.907500', '114317.367500', '114317.827500', '114318.287500', '114318.747500', '114319.207500', '114319.667500', '114320.127500', '114320.587500', '114321.047500', '114321.507500', '114321.967500', '114322.427500', '114322.887500', '114323.347500', '114323.807500', '114324.267500', '114324.727500', '114325.187500', '114325.647500', '114326.107500', '114326.567500', '114327.027500', '114327.487500', '114327.947500', '114328.407500', '114328.867500', '114329.327500', '114329.787500', '114330.247500', '114330.707500', '114331.167500', '114331.627500', '114332.087500', '114332.547500', '114333.007500', '114333.467500', '114333.927500', '114334.387500', '114334.847500', '114335.307500', '114335.767500', '114336.227500', '114336.687500', '114337.147500', '114337.607500', '114338.067500', '114338.527500', '114338.987500', '114339.447500', '114339.907500', '114340.367500', '114340.827500', '114341.287500', '114341.747500', '114342.207500', '114342.667500', '114343.127500', '114343.587500', '114344.047500', '114344.507500', '114344.967500', '114345.427500', '114345.887500', '114346.347500', '114346.807500', '114347.267500', '114347.727500', '114348.187500', '114348.647500', '114349.107500', '114349.567500', '114350.027500', '114350.487500', '114350.947500', '114351.407500', '114351.867500', '114352.327500', '114352.787500', '114353.247500', '114353.707500', '114354.167500', '114354.627500', '114355.087500', '114355.547500', '114356.007500', '114356.467500', '114356.927500', '114357.387500', '114357.847500', '114358.307500', '114358.767500', '114359.227500', '114359.687500', '114400.147500', '114400.607500', '114401.067500', '114401.527500', '114401.987500', '114402.447500', '114402.907500', '114403.367500', '114403.827500', '114404.287500', '114404.747500', '114405.207500', '114405.667500', '114406.127500', '114406.587500', '114407.047500', '114407.507500', '114407.967500', '114408.427500', '114408.887500', '114409.347500', '114409.807500', '114410.267500', '114410.727500', '114411.187500', '114411.647500', '114412.107500', '114412.567500', '114413.027500', '114413.487500', '114413.947500', '114414.407500', '114414.867500', '114415.327500', '114415.787500', '114416.247500', '114416.707500', '114417.167500', '114417.627500', '114418.087500', '114418.547500', '114419.007500', '114419.467500', '114419.927500', '114420.387500', '114420.847500', '114421.307500', '114421.767500', '114422.227500', '114422.687500', '114423.147500', '114423.607500', '114424.067500', '114424.527500', '114424.987500', '114425.447500', '114425.907500', '114426.367500', '114426.827500', '114427.287500', '114427.747500', '114428.207500', '114428.667500', '114429.127500', '114429.587500', '114430.047500', '114430.507500', '114430.967500', '114431.427500', '114431.887500', '114432.347500', '114432.807500', '114433.267500', '114433.727500', '114434.187500', '114434.647500', '114435.107500', '114435.567500', '114436.027500', '114436.487500', '114436.947500', '114437.407500', '114437.867500', '114438.327500', '114438.787500', '114439.247500', '114439.707500', '114440.167500', '114440.627500', '114441.087500', '114441.547500', '114442.007500', '114442.467500', '114442.927500', '114443.387500', '114443.847500', '114444.307500', '114444.767500', '114445.227500', '114445.687500', '114446.147500', '114446.607500', '114447.067500', '114447.527500', '114447.987500', '114448.447500', '114448.907500', '114449.367500', '114449.827500', '114450.287500', '114450.747500', '114451.207500', '114451.667500', '114452.127500', '114452.587500', '114453.047500', '114453.507500', '114453.967500', '114454.427500', '114454.887500', '114455.347500', '114455.807500', '114456.267500', '114456.727500', '114457.187500', '114457.647500', '114458.107500', '114458.567500', '114459.027500', '114459.487500', '114459.947500', '114500.407500', '114500.867500', '114501.327500', '114501.787500', '114502.247500', '114502.707500', '114503.167500', '114503.627500', '114504.087500', '114504.547500', '114505.007500', '114505.467500', '114505.927500', '114506.387500', '114506.847500', '114507.307500', '114507.767500', '114508.227500', '114508.687500', '114509.147500', '114509.607500', '114510.067500', '114510.527500', '114510.987500', '114511.447500', '114511.907500', '114512.367500', '114512.827500', '114513.287500', '114513.747500', '114514.207500', '114514.667500', '114515.127500', '114515.587500', '114516.047500', '114516.507500', '114516.967500', '114517.427500', '114517.887500'], 'ContentTime': ['113848.291000', '113848.304000', '113848.306000', '113848.309000', '113848.312000', '113848.314000', '113848.317000', '113848.319000', '113848.325000', '113848.328000', '113848.331000', '113848.333000', '113848.336000', '113848.338000', '113848.341000', '113848.344000', '113848.346000', '113848.349000', '113848.351000', '113848.354000', '113848.356000', '113908.256000', '113908.259000', '113908.262000', '113908.264000', '113908.267000', '113908.269000', '113908.272000', '113908.275000', '113908.277000', '113908.280000', '113908.282000', '113908.285000', '113908.288000', '113908.290000', '113908.293000', '113908.296000', '113908.298000', '113908.301000', '113908.303000', '113908.314000', '113908.317000', '113908.319000', '113908.322000', '113908.324000', '113908.327000', '113908.329000', '113908.332000', '113908.334000', '113908.337000', '113908.340000', '113908.342000', '113908.345000', '113908.347000', '113908.350000', '113908.358000', '113908.360000', '113908.363000', '113908.365000', '113908.368000', '113908.371000', '113908.373000', '113908.376000', '113908.378000', '113928.257000', '113928.259000', '113928.262000', '113928.264000', '113928.267000', '113928.270000', '113928.272000', '113928.275000', '113928.277000', '113928.280000', '113928.283000', '113928.285000', '113928.288000', '113928.290000', '113928.293000', '113928.295000', '113928.298000', '113928.300000', '113928.303000', '113928.322000', '113928.325000', '113928.327000', '113928.330000', '113928.332000', '113928.335000', '113928.337000', '113928.340000', '113928.342000', '113928.345000', '113928.348000', '113928.350000', '113928.353000', '113928.355000', '113928.358000', '113928.360000', '113928.363000', '113928.366000', '113928.368000', '113928.374000', '113928.377000', '113928.379000', '113928.382000', '113928.385000', '113928.387000', '113948.255000', '113948.258000', '113948.261000', '113948.263000', '113948.266000', '113948.269000', '113948.271000', '113948.274000', '113948.276000', '113948.279000', '113948.282000', '113948.284000', '113948.287000', '113948.289000', '113948.292000', '113948.294000', '113948.297000', '113948.300000', '113948.302000', '113948.305000', '113948.308000', '113948.311000', '113948.314000', '113948.316000', '113948.319000', '113948.321000', '113948.324000', '113948.326000', '113948.329000', '113948.332000', '113948.334000', '113948.337000', '113948.339000', '113948.343000', '113948.345000', '113948.348000', '113948.350000', '113948.353000', '113948.356000', '113948.358000', '113948.361000', '113948.363000', '113948.366000', '114008.255000', '114008.258000', '114008.261000', '114008.263000', '114008.266000', '114008.269000', '114008.271000', '114008.274000', '114008.276000', '114008.279000', '114008.282000', '114008.285000', '114008.288000', '114008.290000', '114008.293000', '114008.295000', '114008.298000', '114008.300000', '114008.303000', '114008.305000', '114008.308000', '114008.311000', '114008.313000', '114008.316000', '114008.318000', '114008.321000', '114008.324000', '114008.326000', '114008.329000', '114008.331000', '114008.334000', '114008.336000', '114008.339000', '114008.342000', '114008.344000', '114008.347000', '114008.349000', '114008.352000', '114008.355000', '114008.357000', '114008.360000', '114008.362000', '114008.365000', '114008.367000', '114028.255000', '114028.258000', '114028.261000', '114028.263000', '114028.266000', '114028.269000', '114028.271000', '114028.274000', '114028.276000', '114028.279000', '114028.281000', '114028.284000', '114028.287000', '114028.289000', '114028.292000', '114028.294000', '114028.297000', '114028.300000', '114028.303000', '114028.305000', '114028.308000', '114028.310000', '114028.313000', '114028.316000', '114028.319000', '114028.322000', '114028.325000', '114028.328000', '114028.330000', '114028.333000', '114028.335000', '114028.338000', '114028.341000', '114028.343000', '114028.346000', '114028.348000', '114028.351000', '114028.354000', '114028.356000', '114028.359000', '114028.361000', '114028.364000', '114028.366000', '114048.257000', '114048.266000', '114048.269000', '114048.271000', '114048.274000', '114048.277000', '114048.279000', '114048.282000', '114048.284000', '114048.287000', '114048.289000', '114048.292000', '114048.295000', '114048.297000', '114048.300000', '114048.302000', '114048.305000', '114048.307000', '114048.310000', '114048.312000', '114048.315000', '114048.318000', '114048.320000', '114048.323000', '114048.326000', '114048.328000', '114048.331000', '114048.333000', '114048.336000', '114048.338000', '114048.341000', '114048.344000', '114048.346000', '114048.349000', '114048.351000', '114048.354000', '114048.356000', '114048.359000', '114048.362000', '114048.364000', '114048.367000', '114048.369000', '114048.372000', '114048.374000', '114108.256000', '114108.259000', '114108.262000', '114108.265000', '114108.267000', '114108.270000', '114108.272000', '114108.275000', '114108.277000', '114108.280000', '114108.283000', '114108.285000', '114108.288000', '114108.290000', '114108.293000', '114108.310000', '114108.312000', '114108.315000', '114108.318000', '114108.320000', '114108.323000', '114108.325000', '114108.328000', '114108.330000', '114108.333000', '114108.335000', '114108.338000', '114108.341000', '114108.344000', '114108.347000', '114108.350000', '114108.353000', '114108.355000', '114108.358000', '114108.361000', '114108.363000', '114108.366000', '114108.368000', '114108.371000', '114108.374000', '114108.376000', '114108.379000', '114108.382000', '114128.256000', '114128.259000', '114128.262000', '114128.264000', '114128.267000', '114128.270000', '114128.272000', '114128.275000', '114128.277000', '114128.286000', '114128.289000', '114128.291000', '114128.294000', '114128.297000', '114128.299000', '114128.302000', '114128.304000', '114128.307000', '114128.310000', '114128.312000', '114128.315000', '114128.317000', '114128.320000', '114128.322000', '114128.325000', '114128.328000', '114128.330000', '114128.333000', '114128.335000', '114128.338000', '114128.341000', '114128.343000', '114128.346000', '114128.348000', '114128.351000', '114128.354000', '114128.356000', '114128.359000', '114128.361000', '114128.364000', '114128.366000', '114128.369000', '114128.371000', '114128.374000', '114148.256000', '114148.259000', '114148.262000', '114148.264000', '114148.267000', '114148.270000', '114148.272000', '114148.275000', '114148.277000', '114148.280000', '114148.283000', '114148.285000', '114148.288000', '114148.291000', '114148.293000', '114148.296000', '114148.298000', '114148.301000', '114148.304000', '114148.306000', '114148.309000', '114148.312000', '114148.314000', '114148.317000', '114148.319000', '114148.322000', '114148.325000', '114148.327000', '114148.330000', '114148.332000', '114148.335000', '114148.338000', '114148.340000', '114148.343000', '114148.346000', '114148.348000', '114148.351000', '114148.353000', '114148.356000', '114148.359000', '114148.361000', '114148.364000', '114148.366000', '114208.255000', '114208.258000', '114208.261000', '114208.263000', '114208.266000', '114208.269000', '114208.271000', '114208.274000', '114208.276000', '114208.279000', '114208.282000', '114208.284000', '114208.287000', '114208.289000', '114208.292000', '114208.295000', '114208.297000', '114208.300000', '114208.302000', '114208.305000', '114208.308000', '114208.310000', '114208.313000', '114208.316000', '114208.318000', '114208.321000', '114208.323000', '114208.326000', '114208.329000', '114208.331000', '114208.334000', '114208.337000', '114208.339000', '114208.342000', '114208.344000', '114208.347000', '114208.350000', '114208.352000', '114208.355000', '114208.358000', '114208.360000', '114208.363000', '114208.365000', '114208.368000', '114228.256000', '114228.259000', '114228.261000', '114228.264000', '114228.266000', '114228.269000', '114228.272000', '114228.274000', '114228.277000', '114228.279000', '114228.282000', '114228.285000', '114228.287000', '114228.290000', '114228.292000', '114228.295000', '114228.298000', '114228.300000', '114228.303000', '114228.305000', '114228.308000', '114228.311000', '114228.313000', '114228.316000', '114228.318000', '114228.321000', '114228.324000', '114228.326000', '114228.329000', '114228.331000', '114228.334000', '114228.337000', '114228.339000', '114228.342000', '114228.344000', '114228.347000', '114228.350000', '114228.352000', '114228.355000', '114228.357000', '114228.377000', '114228.379000', '114228.382000', '114248.255000', '114248.258000', '114248.261000', '114248.263000', '114248.266000', '114248.269000', '114248.271000', '114248.274000', '114248.276000', '114248.279000', '114248.282000', '114248.284000', '114248.287000', '114248.290000', '114248.292000', '114248.295000', '114248.297000', '114248.300000', '114248.302000', '114248.305000', '114248.308000', '114248.311000', '114248.314000', '114248.316000', '114248.319000', '114248.322000', '114248.324000', '114248.327000', '114248.329000', '114248.332000', '114248.334000', '114248.337000', '114248.340000', '114248.342000', '114248.345000', '114248.347000', '114248.350000', '114248.353000', '114248.355000', '114248.358000', '114248.360000', '114248.363000', '114248.366000', '114248.368000', '114308.257000', '114308.259000', '114308.262000', '114308.265000', '114308.267000', '114308.270000', '114308.272000', '114308.275000', '114308.278000', '114308.280000', '114308.283000', '114308.285000', '114308.288000', '114308.291000', '114308.293000', '114308.296000', '114308.298000', '114308.301000', '114308.303000', '114308.306000', '114308.309000', '114308.311000', '114308.314000', '114308.316000', '114308.319000', '114308.321000', '114308.324000', '114308.327000', '114308.329000', '114308.332000', '114308.334000', '114308.337000', '114308.340000', '114308.342000', '114308.345000', '114308.347000', '114308.350000', '114308.352000', '114308.355000', '114308.358000', '114308.360000', '114308.363000', '114308.365000', '114328.257000', '114328.259000', '114328.262000', '114328.276000', '114328.278000', '114328.281000', '114328.284000', '114328.286000', '114328.289000', '114328.291000', '114328.294000', '114328.296000', '114328.299000', '114328.302000', '114328.304000', '114328.307000', '114328.309000', '114328.312000', '114328.314000', '114328.317000', '114328.320000', '114328.322000', '114328.325000', '114328.328000', '114328.330000', '114328.333000', '114328.335000', '114328.338000', '114328.341000', '114328.343000', '114328.346000', '114328.348000', '114328.351000', '114328.353000', '114328.356000', '114328.359000', '114328.361000', '114328.364000', '114328.367000', '114328.369000', '114328.372000', '114328.374000', '114328.377000', '114328.380000', '114348.256000', '114348.259000', '114348.262000', '114348.264000', '114348.267000', '114348.270000', '114348.272000', '114348.275000', '114348.277000', '114348.280000', '114348.283000', '114348.285000', '114348.288000', '114348.290000', '114348.293000', '114348.296000', '114348.298000', '114348.301000', '114348.303000', '114348.306000', '114348.308000', '114348.311000', '114348.314000', '114348.316000', '114348.319000', '114348.321000', '114348.324000', '114348.326000', '114348.329000', '114348.332000', '114348.334000', '114348.337000', '114348.340000', '114348.342000', '114348.345000', '114348.347000', '114348.350000', '114348.353000', '114348.355000', '114348.358000', '114348.360000', '114348.363000', '114348.366000', '114408.256000', '114408.259000', '114408.262000', '114408.264000', '114408.267000', '114408.269000', '114408.272000', '114408.287000', '114408.289000', '114408.292000', '114408.294000', '114408.297000', '114408.300000', '114408.302000', '114408.305000', '114408.307000', '114408.310000', '114408.313000', '114408.315000', '114408.318000', '114408.320000', '114408.323000', '114408.326000', '114408.329000', '114408.331000', '114408.334000', '114408.336000', '114408.339000', '114408.341000', '114408.344000', '114408.347000', '114408.349000', '114408.352000', '114408.354000', '114408.357000', '114408.360000', '114408.362000', '114408.365000', '114408.367000', '114408.370000', '114408.373000', '114408.375000', '114408.378000', '114408.380000', '114428.255000', '114428.258000', '114428.261000', '114428.264000', '114428.266000', '114428.269000', '114428.271000', '114428.274000', '114428.277000', '114428.279000', '114428.282000', '114428.285000', '114428.287000', '114428.290000', '114428.292000', '114428.295000', '114428.297000', '114428.300000', '114428.303000', '114428.305000', '114428.308000', '114428.311000', '114428.313000', '114428.316000', '114428.318000', '114428.321000', '114428.324000', '114428.326000', '114428.329000', '114428.331000', '114428.334000', '114428.337000', '114428.339000', '114428.342000', '114428.344000', '114428.347000', '114428.350000', '114428.352000', '114428.355000', '114428.357000', '114428.360000', '114428.363000', '114428.365000', '114448.255000', '114448.258000', '114448.262000', '114448.265000', '114448.268000', '114448.270000', '114448.273000', '114448.275000', '114448.278000', '114448.281000', '114448.283000', '114448.286000', '114448.290000', '114448.292000', '114448.295000', '114448.298000', '114448.300000', '114448.303000', '114448.305000', '114448.308000', '114448.310000', '114448.313000', '114448.323000', '114448.326000', '114448.328000', '114448.331000', '114448.333000', '114448.336000', '114448.339000', '114448.341000', '114448.344000', '114448.347000', '114448.349000', '114448.352000', '114448.354000', '114448.357000', '114448.360000', '114448.362000', '114448.365000', '114448.367000', '114448.370000', '114448.373000', '114448.375000', '114448.378000', '114508.255000', '114508.258000', '114508.261000', '114508.263000', '114508.266000', '114508.269000', '114508.271000', '114508.274000', '114508.277000', '114508.279000', '114508.282000', '114508.284000', '114508.287000', '114508.290000', '114508.292000', '114508.295000', '114508.297000', '114508.300000', '114508.302000', '114508.305000', '114508.308000', '114508.310000', '114508.313000', '114508.315000', '114508.318000', '114508.320000', '114508.323000', '114508.326000', '114508.328000', '114508.331000', '114508.333000', '114508.336000', '114508.339000', '114508.341000', '114508.344000', '114508.347000', '114508.349000', '114508.352000', '114508.354000', '114508.357000', '114508.359000', '114508.362000', '114508.365000', '114519.482000', '114519.485000', '114519.487000', '114519.490000', '114519.493000', '114519.496000', '114519.499000', '114519.501000', '114519.504000', '114519.507000', '114519.509000', '114519.512000', '114519.515000', '114519.518000', '114519.521000', '114519.523000', '114519.526000', '114519.529000', '114519.531000', '114519.534000', '114519.537000', '114519.540000', '114519.543000', '114519.546000', '114519.549000'], 'InstanceCreationTime': ['113848.291000', '113848.304000', '113848.306000', '113848.309000', '113848.312000', '113848.314000', '113848.317000', '113848.319000', '113848.325000', '113848.328000', '113848.331000', '113848.333000', '113848.336000', '113848.338000', '113848.341000', '113848.344000', '113848.346000', '113848.349000', '113848.351000', '113848.354000', '113848.356000', '113908.256000', '113908.259000', '113908.262000', '113908.264000', '113908.267000', '113908.269000', '113908.272000', '113908.275000', '113908.277000', '113908.280000', '113908.282000', '113908.285000', '113908.288000', '113908.290000', '113908.293000', '113908.296000', '113908.298000', '113908.301000', '113908.303000', '113908.314000', '113908.317000', '113908.319000', '113908.322000', '113908.324000', '113908.327000', '113908.329000', '113908.332000', '113908.334000', '113908.337000', '113908.340000', '113908.342000', '113908.345000', '113908.347000', '113908.350000', '113908.358000', '113908.360000', '113908.363000', '113908.365000', '113908.368000', '113908.371000', '113908.373000', '113908.376000', '113908.378000', '113928.257000', '113928.259000', '113928.262000', '113928.264000', '113928.267000', '113928.270000', '113928.272000', '113928.275000', '113928.277000', '113928.280000', '113928.283000', '113928.285000', '113928.288000', '113928.290000', '113928.293000', '113928.295000', '113928.298000', '113928.300000', '113928.303000', '113928.322000', '113928.325000', '113928.327000', '113928.330000', '113928.332000', '113928.335000', '113928.337000', '113928.340000', '113928.342000', '113928.345000', '113928.348000', '113928.350000', '113928.353000', '113928.355000', '113928.358000', '113928.360000', '113928.363000', '113928.366000', '113928.368000', '113928.374000', '113928.377000', '113928.379000', '113928.382000', '113928.385000', '113928.387000', '113948.255000', '113948.258000', '113948.261000', '113948.263000', '113948.266000', '113948.269000', '113948.271000', '113948.274000', '113948.276000', '113948.279000', '113948.282000', '113948.284000', '113948.287000', '113948.289000', '113948.292000', '113948.294000', '113948.297000', '113948.300000', '113948.302000', '113948.305000', '113948.308000', '113948.311000', '113948.314000', '113948.316000', '113948.319000', '113948.321000', '113948.324000', '113948.326000', '113948.329000', '113948.332000', '113948.334000', '113948.337000', '113948.339000', '113948.343000', '113948.345000', '113948.348000', '113948.350000', '113948.353000', '113948.356000', '113948.358000', '113948.361000', '113948.363000', '113948.366000', '114008.255000', '114008.258000', '114008.261000', '114008.263000', '114008.266000', '114008.269000', '114008.271000', '114008.274000', '114008.276000', '114008.279000', '114008.282000', '114008.285000', '114008.288000', '114008.290000', '114008.293000', '114008.295000', '114008.298000', '114008.300000', '114008.303000', '114008.305000', '114008.308000', '114008.311000', '114008.313000', '114008.316000', '114008.318000', '114008.321000', '114008.324000', '114008.326000', '114008.329000', '114008.331000', '114008.334000', '114008.336000', '114008.339000', '114008.342000', '114008.344000', '114008.347000', '114008.349000', '114008.352000', '114008.355000', '114008.357000', '114008.360000', '114008.362000', '114008.365000', '114008.367000', '114028.255000', '114028.258000', '114028.261000', '114028.263000', '114028.266000', '114028.269000', '114028.271000', '114028.274000', '114028.276000', '114028.279000', '114028.281000', '114028.284000', '114028.287000', '114028.289000', '114028.292000', '114028.294000', '114028.297000', '114028.300000', '114028.303000', '114028.305000', '114028.308000', '114028.310000', '114028.313000', '114028.316000', '114028.319000', '114028.322000', '114028.325000', '114028.328000', '114028.330000', '114028.333000', '114028.335000', '114028.338000', '114028.341000', '114028.343000', '114028.346000', '114028.348000', '114028.351000', '114028.354000', '114028.356000', '114028.359000', '114028.361000', '114028.364000', '114028.366000', '114048.257000', '114048.266000', '114048.269000', '114048.271000', '114048.274000', '114048.277000', '114048.279000', '114048.282000', '114048.284000', '114048.287000', '114048.289000', '114048.292000', '114048.295000', '114048.297000', '114048.300000', '114048.302000', '114048.305000', '114048.307000', '114048.310000', '114048.312000', '114048.315000', '114048.318000', '114048.320000', '114048.323000', '114048.326000', '114048.328000', '114048.331000', '114048.333000', '114048.336000', '114048.338000', '114048.341000', '114048.344000', '114048.346000', '114048.349000', '114048.351000', '114048.354000', '114048.356000', '114048.359000', '114048.362000', '114048.364000', '114048.367000', '114048.369000', '114048.372000', '114048.374000', '114108.256000', '114108.259000', '114108.262000', '114108.265000', '114108.267000', '114108.270000', '114108.272000', '114108.275000', '114108.277000', '114108.280000', '114108.283000', '114108.285000', '114108.288000', '114108.290000', '114108.293000', '114108.310000', '114108.312000', '114108.315000', '114108.318000', '114108.320000', '114108.323000', '114108.325000', '114108.328000', '114108.330000', '114108.333000', '114108.335000', '114108.338000', '114108.341000', '114108.344000', '114108.347000', '114108.350000', '114108.353000', '114108.355000', '114108.358000', '114108.361000', '114108.363000', '114108.366000', '114108.368000', '114108.371000', '114108.374000', '114108.376000', '114108.379000', '114108.382000', '114128.256000', '114128.259000', '114128.262000', '114128.264000', '114128.267000', '114128.270000', '114128.272000', '114128.275000', '114128.277000', '114128.286000', '114128.289000', '114128.291000', '114128.294000', '114128.297000', '114128.299000', '114128.302000', '114128.304000', '114128.307000', '114128.310000', '114128.312000', '114128.315000', '114128.317000', '114128.320000', '114128.322000', '114128.325000', '114128.328000', '114128.330000', '114128.333000', '114128.335000', '114128.338000', '114128.341000', '114128.343000', '114128.346000', '114128.348000', '114128.351000', '114128.354000', '114128.356000', '114128.359000', '114128.361000', '114128.364000', '114128.366000', '114128.369000', '114128.371000', '114128.374000', '114148.256000', '114148.259000', '114148.262000', '114148.264000', '114148.267000', '114148.270000', '114148.272000', '114148.275000', '114148.277000', '114148.280000', '114148.283000', '114148.285000', '114148.288000', '114148.291000', '114148.293000', '114148.296000', '114148.298000', '114148.301000', '114148.304000', '114148.306000', '114148.309000', '114148.312000', '114148.314000', '114148.317000', '114148.319000', '114148.322000', '114148.325000', '114148.327000', '114148.330000', '114148.332000', '114148.335000', '114148.338000', '114148.340000', '114148.343000', '114148.346000', '114148.348000', '114148.351000', '114148.353000', '114148.356000', '114148.359000', '114148.361000', '114148.364000', '114148.366000', '114208.255000', '114208.258000', '114208.261000', '114208.263000', '114208.266000', '114208.269000', '114208.271000', '114208.274000', '114208.276000', '114208.279000', '114208.282000', '114208.284000', '114208.287000', '114208.289000', '114208.292000', '114208.295000', '114208.297000', '114208.300000', '114208.302000', '114208.305000', '114208.308000', '114208.310000', '114208.313000', '114208.316000', '114208.318000', '114208.321000', '114208.323000', '114208.326000', '114208.329000', '114208.331000', '114208.334000', '114208.337000', '114208.339000', '114208.342000', '114208.344000', '114208.347000', '114208.350000', '114208.352000', '114208.355000', '114208.358000', '114208.360000', '114208.363000', '114208.365000', '114208.368000', '114228.256000', '114228.259000', '114228.261000', '114228.264000', '114228.266000', '114228.269000', '114228.272000', '114228.274000', '114228.277000', '114228.279000', '114228.282000', '114228.285000', '114228.287000', '114228.290000', '114228.292000', '114228.295000', '114228.298000', '114228.300000', '114228.303000', '114228.305000', '114228.308000', '114228.311000', '114228.313000', '114228.316000', '114228.318000', '114228.321000', '114228.324000', '114228.326000', '114228.329000', '114228.331000', '114228.334000', '114228.337000', '114228.339000', '114228.342000', '114228.344000', '114228.347000', '114228.350000', '114228.352000', '114228.355000', '114228.357000', '114228.377000', '114228.379000', '114228.382000', '114248.255000', '114248.258000', '114248.261000', '114248.263000', '114248.266000', '114248.269000', '114248.271000', '114248.274000', '114248.276000', '114248.279000', '114248.282000', '114248.284000', '114248.287000', '114248.290000', '114248.292000', '114248.295000', '114248.297000', '114248.300000', '114248.302000', '114248.305000', '114248.308000', '114248.311000', '114248.314000', '114248.316000', '114248.319000', '114248.322000', '114248.324000', '114248.327000', '114248.329000', '114248.332000', '114248.334000', '114248.337000', '114248.340000', '114248.342000', '114248.345000', '114248.347000', '114248.350000', '114248.353000', '114248.355000', '114248.358000', '114248.360000', '114248.363000', '114248.366000', '114248.368000', '114308.257000', '114308.259000', '114308.262000', '114308.265000', '114308.267000', '114308.270000', '114308.272000', '114308.275000', '114308.278000', '114308.280000', '114308.283000', '114308.285000', '114308.288000', '114308.291000', '114308.293000', '114308.296000', '114308.298000', '114308.301000', '114308.303000', '114308.306000', '114308.309000', '114308.311000', '114308.314000', '114308.316000', '114308.319000', '114308.321000', '114308.324000', '114308.327000', '114308.329000', '114308.332000', '114308.334000', '114308.337000', '114308.340000', '114308.342000', '114308.345000', '114308.347000', '114308.350000', '114308.352000', '114308.355000', '114308.358000', '114308.360000', '114308.363000', '114308.365000', '114328.257000', '114328.259000', '114328.262000', '114328.276000', '114328.278000', '114328.281000', '114328.284000', '114328.286000', '114328.289000', '114328.291000', '114328.294000', '114328.296000', '114328.299000', '114328.302000', '114328.304000', '114328.307000', '114328.309000', '114328.312000', '114328.314000', '114328.317000', '114328.320000', '114328.322000', '114328.325000', '114328.328000', '114328.330000', '114328.333000', '114328.335000', '114328.338000', '114328.341000', '114328.343000', '114328.346000', '114328.348000', '114328.351000', '114328.353000', '114328.356000', '114328.359000', '114328.361000', '114328.364000', '114328.367000', '114328.369000', '114328.372000', '114328.374000', '114328.377000', '114328.380000', '114348.256000', '114348.259000', '114348.262000', '114348.264000', '114348.267000', '114348.270000', '114348.272000', '114348.275000', '114348.277000', '114348.280000', '114348.283000', '114348.285000', '114348.288000', '114348.290000', '114348.293000', '114348.296000', '114348.298000', '114348.301000', '114348.303000', '114348.306000', '114348.308000', '114348.311000', '114348.314000', '114348.316000', '114348.319000', '114348.321000', '114348.324000', '114348.326000', '114348.329000', '114348.332000', '114348.334000', '114348.337000', '114348.340000', '114348.342000', '114348.345000', '114348.347000', '114348.350000', '114348.353000', '114348.355000', '114348.358000', '114348.360000', '114348.363000', '114348.366000', '114408.256000', '114408.259000', '114408.262000', '114408.264000', '114408.267000', '114408.269000', '114408.272000', '114408.287000', '114408.289000', '114408.292000', '114408.294000', '114408.297000', '114408.300000', '114408.302000', '114408.305000', '114408.307000', '114408.310000', '114408.313000', '114408.315000', '114408.318000', '114408.320000', '114408.323000', '114408.326000', '114408.329000', '114408.331000', '114408.334000', '114408.336000', '114408.339000', '114408.341000', '114408.344000', '114408.347000', '114408.349000', '114408.352000', '114408.354000', '114408.357000', '114408.360000', '114408.362000', '114408.365000', '114408.367000', '114408.370000', '114408.373000', '114408.375000', '114408.378000', '114408.380000', '114428.255000', '114428.258000', '114428.261000', '114428.264000', '114428.266000', '114428.269000', '114428.271000', '114428.274000', '114428.277000', '114428.279000', '114428.282000', '114428.285000', '114428.287000', '114428.290000', '114428.292000', '114428.295000', '114428.297000', '114428.300000', '114428.303000', '114428.305000', '114428.308000', '114428.311000', '114428.313000', '114428.316000', '114428.318000', '114428.321000', '114428.324000', '114428.326000', '114428.329000', '114428.331000', '114428.334000', '114428.337000', '114428.339000', '114428.342000', '114428.344000', '114428.347000', '114428.350000', '114428.352000', '114428.355000', '114428.357000', '114428.360000', '114428.363000', '114428.365000', '114448.255000', '114448.258000', '114448.262000', '114448.265000', '114448.268000', '114448.270000', '114448.273000', '114448.275000', '114448.278000', '114448.281000', '114448.283000', '114448.286000', '114448.290000', '114448.292000', '114448.295000', '114448.298000', '114448.300000', '114448.303000', '114448.305000', '114448.308000', '114448.310000', '114448.313000', '114448.323000', '114448.326000', '114448.328000', '114448.331000', '114448.333000', '114448.336000', '114448.339000', '114448.341000', '114448.344000', '114448.347000', '114448.349000', '114448.352000', '114448.354000', '114448.357000', '114448.360000', '114448.362000', '114448.365000', '114448.367000', '114448.370000', '114448.373000', '114448.375000', '114448.378000', '114508.255000', '114508.258000', '114508.261000', '114508.263000', '114508.266000', '114508.269000', '114508.271000', '114508.274000', '114508.277000', '114508.279000', '114508.282000', '114508.284000', '114508.287000', '114508.290000', '114508.292000', '114508.295000', '114508.297000', '114508.300000', '114508.302000', '114508.305000', '114508.308000', '114508.310000', '114508.313000', '114508.315000', '114508.318000', '114508.320000', '114508.323000', '114508.326000', '114508.328000', '114508.331000', '114508.333000', '114508.336000', '114508.339000', '114508.341000', '114508.344000', '114508.347000', '114508.349000', '114508.352000', '114508.354000', '114508.357000', '114508.359000', '114508.362000', '114508.365000', '114519.482000', '114519.485000', '114519.487000', '114519.490000', '114519.493000', '114519.496000', '114519.499000', '114519.501000', '114519.504000', '114519.507000', '114519.509000', '114519.512000', '114519.515000', '114519.518000', '114519.521000', '114519.523000', '114519.526000', '114519.529000', '114519.531000', '114519.534000', '114519.537000', '114519.540000', '114519.543000', '114519.546000', '114519.549000'], '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': [7254, 10675, 7853, 11821, 7892, 10555, 8710, 11978, 7891, 10844, 9029, 12928, 8567, 7594, 8945, 12027, 7983, 10196, 7827, 11127, 7755, 10083, 10269, 12894, 8764, 10102, 9104, 7581, 9174, 8778, 9109, 7912, 10942, 7640, 9838, 7727, 11581, 7411, 10952, 9242, 12224, 9433, 8306, 9354, 12740, 9031, 10004, 9539, 12906, 9628, 7668, 9089, 12657, 8921, 10649, 10484, 9426, 12675, 8171, 7016, 9380, 8734, 8906, 8055, 10830, 7212, 9801, 7728, 12286, 8021, 11207, 8723, 11694, 8008, 8271, 8971, 12464, 9529, 7517, 8725, 12280, 8121, 9420, 8825, 10142, 9531, 6929, 10916, 7034, 9957, 7745, 12015, 8127, 10277, 11122, 14173, 9595, 7469, 11563, 7437, 11396, 8752, 10944, 9272, 10807, 9480, 10462, 14166, 10015, 11802, 12879, 8014, 11390, 10087, 7450, 10452, 8311, 10511, 9318, 8841, 10101, 7777, 12626, 8756, 8871, 10815, 9253, 10124, 8743, 9483, 8881, 9547, 8010, 9310, 7297, 10016, 7560, 10987, 7812, 10942, 8826, 12975, 8564, 6833, 10793, 10015, 9427, 7963, 12276, 8522, 10706, 8934, 7616, 9281, 7174, 12151, 8060, 9535, 13716, 8302, 12790, 8355, 11061, 8309, 10257, 9760, 10927, 10377, 7444, 8023, 11178, 11239, 9582, 7673, 15543, 11689, 13116, 12218, 8592, 8620, 7212, 8495, 11471, 9643, 8751, 11498, 11024, 7241, 7735, 6875, 10517, 7312, 8304, 9764, 10857, 8782, 7308, 11699, 14472, 10066, 11740, 7533, 9562, 7453, 11837, 9800, 8010, 8139, 14030, 8239, 6843, 8169, 11485, 7660, 6768, 8369, 9039, 7741, 6934, 9175, 7386, 8925, 7010, 9891, 7357, 9922, 7536, 10689, 7462, 9613, 8416, 7267, 7998, 6825, 9992, 10037, 7872, 7219, 10636, 8548, 8911, 6811, 9182, 7114, 10316, 7131, 9314, 9457, 11579, 10542, 8361, 9568, 7272, 9941, 7869, 8652, 12342, 9835, 11884, 6878, 11462, 11127, 8128, 8486, 12897, 8135, 10142, 7623, 9595, 7258, 11178, 8380, 10133, 7563, 13078, 10707, 9348, 6901, 10891, 9058, 9152, 6864, 10133, 7663, 9225, 6944, 9821, 6919, 9978, 7116, 12110, 7772, 9929, 7248, 10657, 7181, 10033, 8051, 6800, 8550, 7087, 8550, 7503, 9283, 8715, 9172, 7921, 11372, 8356, 9452, 7175, 9405, 7786, 9230, 7730, 12637, 14812, 11340, 7311, 8792, 12276, 7697, 6884, 8876, 10618, 9157, 7821, 8361, 7172, 10815, 7165, 8965, 10413, 9129, 13675, 10819, 7519, 8731, 11612, 7517, 10246, 7432, 7449, 10108, 6947, 12372, 11549, 9934, 6929, 10867, 12406, 10311, 6888, 9738, 8697, 9235, 7343, 12613, 7901, 10286, 7859, 10627, 7197, 10300, 7035, 10446, 6923, 9982, 7207, 10721, 7239, 9601, 7701, 10687, 7406, 9924, 7415, 10670, 7126, 9577, 7417, 10882, 7230, 10152, 7573, 11288, 7353, 10213, 7113, 11807, 7344, 11057, 7882, 8797, 9944, 6933, 10736, 11991, 7322, 12442, 7509, 10761, 7739, 8392, 9129, 7843, 10987, 7890, 10874, 7149, 11213, 9173, 9198, 8538, 13593, 11525, 7798, 8558, 13845, 10732, 9030, 15112, 9749, 9125, 10325, 8245, 11012, 7705, 9709, 8292, 13636, 11110, 10010, 7995, 9287, 7800, 9980, 7882, 10275, 8319, 9532, 12597, 8215, 10083, 6947, 10028, 8105, 7643, 8398, 10086, 9285, 8583, 7795, 8012, 10227, 14091, 11101, 11798, 8628, 9780, 7054, 9479, 11974, 7427, 10265, 8763, 8827, 8101, 9934, 7006, 7352, 7354, 6791, 9440, 10014, 8563, 11332, 8908, 7208, 11473, 7791, 9938, 7813, 12599, 14461, 10587, 13734, 11616, 9508, 12560, 8369, 9649, 12466, 8064, 11738, 7723, 11580, 7438, 10676, 7632, 11755, 7745, 10178, 7546, 10884, 8048, 8496, 11232, 7613, 10253, 7198, 10458, 7536, 11140, 8083, 8787, 6947, 10877, 12054, 7820, 10056, 9061, 7465, 11883, 8420, 9353, 7458, 11114, 6980, 9680, 7607, 12365, 12011, 8076, 11641, 10539, 7924, 11430, 7472, 10975, 7198, 10209, 8317, 11834, 8702, 11420, 7100, 9382, 6995, 11099, 10464, 8143, 8366, 9454, 7311, 12225, 7420, 9895, 7931, 11566, 13575, 11308, 13461, 12982, 9380, 12290, 8273, 10562, 8667, 8136, 8118, 11262, 8198, 9561, 8287, 11390, 9280, 9744, 9810, 7729, 10947, 7862, 7919, 7640, 11367, 8281, 7821, 8043, 11365, 8488, 7697, 8463, 8265, 7384, 10862, 7638, 10732, 9058, 6861, 7822, 9829, 7609, 7580, 10621, 10352, 11117, 7410, 7231, 7736, 7753, 9009, 9293, 12145, 10262, 6980, 9556, 7419, 10230, 10921, 10014, 9475, 13103, 8323, 11755, 8232, 10964, 8404, 11849, 9193, 11931, 8372, 11045, 7632, 11728, 8101, 10733, 7575, 10953, 7511, 9993, 7296, 10246, 7218, 9983, 7029, 10685, 7762, 8366, 9776, 9155, 7876, 7205, 11219, 7649, 8330, 8279, 11055, 7762, 9289, 10168, 7257, 10291, 7364, 8157, 8165, 11265, 7922, 8438, 8030, 11471, 8056, 9199, 7968, 10878, 9153, 8699, 8862, 10449, 8232, 8897, 8247, 6791, 11031, 7526, 10848, 7175, 11038, 11838, 7039, 10048, 9452, 10429, 11735, 7546, 10256, 7592, 9106, 11161, 8582, 8500, 9814, 15064, 11907, 9732, 8622, 14951, 12138, 11650, 11169, 7982, 11262, 8219, 7366, 7869, 10192, 8020, 7458, 9095, 10406, 8240, 7645, 9254, 11388, 7841, 10563, 7121, 9640, 7052, 10718, 9306, 7957, 11374, 7340, 7722, 8731, 11767, 7246, 8479, 12782, 7139, 9758, 7697, 9635, 7025, 12042, 6977, 11676, 11802, 9968, 7016, 8783, 8539, 11367, 8311, 7862, 8903, 10173, 7966, 12351, 10654, 8271, 11674, 10225, 8784, 8445, 9041, 14104, 7594, 7143, 8493, 12880, 11776, 11334, 7633, 9871, 12830, 7387, 11059, 8659, 8293, 10276, 7846, 12664, 9540, 10833, 7836, 11448, 7454, 10150, 7691, 12510, 9593, 9402, 11620, 8655, 14373, 11992, 15238, 12020, 11292, 8943, 15264, 12302, 10974, 15487, 10197, 10856, 7394, 9528, 7431, 8475, 8291, 8263, 9730, 8309, 10158, 7957, 10013, 8428, 9001, 7644, 10880, 8061, 10435, 7708, 9997, 11726, 8791, 10846, 8530, 10735, 7711, 9570, 8403, 11732, 10001, 8783, 7211, 7638, 11741, 7743, 7955, 7723, 6690, 7151, 7538, 7528, 10537, 9581, 10010, 9497, 11917, 9865, 11937, 12359, 10276, 13839, 11288, 12581, 12178, 9506, 14596, 9125, 10337, 7775, 9935, 7396, 10173, 7612, 10434, 7948, 10946], 'WindowCenter': [4308.0, 4334.0, 4300.0, 4332.0, 4290.0, 4306.0, 4296.0, 4316.0, 4285.0, 4303.0, 4296.0, 4301.0, 4286.0, 4282.0, 4309.0, 4316.0, 4273.0, 4290.0, 4273.0, 4316.0, 4261.0, 4306.0, 4309.0, 4302.0, 4283.0, 4292.0, 4296.0, 4276.0, 4297.0, 4297.0, 4298.0, 4302.0, 4331.0, 4289.0, 4309.0, 4320.0, 4333.0, 4276.0, 4319.0, 4324.0, 4331.0, 4297.0, 4287.0, 4312.0, 4329.0, 4297.0, 4306.0, 4308.0, 4317.0, 4294.0, 4273.0, 4285.0, 4314.0, 4281.0, 4292.0, 4291.0, 4281.0, 4311.0, 4282.0, 4265.0, 4296.0, 4283.0, 4284.0, 4287.0, 4305.0, 4266.0, 4294.0, 4276.0, 4317.0, 4277.0, 4306.0, 4298.0, 4316.0, 4288.0, 4287.0, 4298.0, 4329.0, 4308.0, 4275.0, 4296.0, 4315.0, 4285.0, 4307.0, 4308.0, 4319.0, 4311.0, 4289.0, 4330.0, 4291.0, 4319.0, 4301.0, 4341.0, 4300.0, 4321.0, 4336.0, 4341.0, 4311.0, 4301.0, 4332.0, 4291.0, 4333.0, 4314.0, 4333.0, 4280.0, 4214.0, 4292.0, 4319.0, 4353.0, 4322.0, 4270.0, 4329.0, 4298.0, 4314.0, 4294.0, 4286.0, 4314.0, 4282.0, 4302.0, 4293.0, 4294.0, 4304.0, 4285.0, 4323.0, 4293.0, 4294.0, 4315.0, 4308.0, 4318.0, 4298.0, 4306.0, 4295.0, 4306.0, 4296.0, 4306.0, 4286.0, 4303.0, 4283.0, 4316.0, 4284.0, 4314.0, 4310.0, 4323.0, 4279.0, 4263.0, 4315.0, 4301.0, 4289.0, 4282.0, 4322.0, 4281.0, 4301.0, 4294.0, 4285.0, 4304.0, 4285.0, 4336.0, 4282.0, 4290.0, 4318.0, 4279.0, 4322.0, 4281.0, 4311.0, 4294.0, 4312.0, 4292.0, 4315.0, 4304.0, 4273.0, 4282.0, 4314.0, 4301.0, 4291.0, 4272.0, 4324.0, 4299.0, 4297.0, 4297.0, 4265.0, 4264.0, 4242.0, 4266.0, 4296.0, 4275.0, 4266.0, 4298.0, 4299.0, 4269.0, 4268.0, 4259.0, 4297.0, 4267.0, 4264.0, 4287.0, 4286.0, 4265.0, 4255.0, 4309.0, 4305.0, 4262.0, 4270.0, 4238.0, 4258.0, 4242.0, 4269.0, 4259.0, 4238.0, 4239.0, 4288.0, 4235.0, 4214.0, 4236.0, 4254.0, 4224.0, 4213.0, 4238.0, 4244.0, 4225.0, 4227.0, 4259.0, 4240.0, 4248.0, 4240.0, 4270.0, 4240.0, 4273.0, 4253.0, 4284.0, 4242.0, 4273.0, 4265.0, 4254.0, 4264.0, 4255.0, 4300.0, 4287.0, 4267.0, 4269.0, 4301.0, 4280.0, 4280.0, 4260.0, 4291.0, 4272.0, 4301.0, 4272.0, 4304.0, 4319.0, 4328.0, 4317.0, 4296.0, 4306.0, 4274.0, 4302.0, 4283.0, 4294.0, 4325.0, 4305.0, 4325.0, 4261.0, 4299.0, 4299.0, 4255.0, 4278.0, 4308.0, 4254.0, 4273.0, 4253.0, 4273.0, 4255.0, 4285.0, 4251.0, 4271.0, 4241.0, 4292.0, 4257.0, 4247.0, 4227.0, 4257.0, 4233.0, 4232.0, 4213.0, 4244.0, 4211.0, 4234.0, 4227.0, 4247.0, 4212.0, 4244.0, 4228.0, 4280.0, 4237.0, 4257.0, 4252.0, 4281.0, 4241.0, 4271.0, 4253.0, 4242.0, 4264.0, 4244.0, 4276.0, 4267.0, 4289.0, 4280.0, 4293.0, 4284.0, 4326.0, 4283.0, 4292.0, 4272.0, 4291.0, 4271.0, 4289.0, 4270.0, 4313.0, 4322.0, 4301.0, 4257.0, 4281.0, 4296.0, 4254.0, 4255.0, 4279.0, 4289.0, 4278.0, 4271.0, 4279.0, 4272.0, 4300.0, 4258.0, 4292.0, 4302.0, 4304.0, 4335.0, 4304.0, 4260.0, 4293.0, 4312.0, 4269.0, 4275.0, 4243.0, 4243.0, 4284.0, 4244.0, 4296.0, 4283.0, 4272.0, 4230.0, 4272.0, 4279.0, 4257.0, 4216.0, 4247.0, 4235.0, 4246.0, 4225.0, 4266.0, 4224.0, 4243.0, 4224.0, 4242.0, 4200.0, 4240.0, 4212.0, 4242.0, 4214.0, 4242.0, 4225.0, 4255.0, 4224.0, 4245.0, 4237.0, 4257.0, 4226.0, 4256.0, 4239.0, 4268.0, 4227.0, 4259.0, 4241.0, 4282.0, 4254.0, 4272.0, 4254.0, 4285.0, 4254.0, 4286.0, 4271.0, 4310.0, 4269.0, 4309.0, 4279.0, 4292.0, 4304.0, 4285.0, 4328.0, 4325.0, 4284.0, 4326.0, 4274.0, 4316.0, 4287.0, 4297.0, 4308.0, 4298.0, 4317.0, 4288.0, 4318.0, 4287.0, 4329.0, 4295.0, 4307.0, 4297.0, 4338.0, 4328.0, 4284.0, 4296.0, 4326.0, 4288.0, 4279.0, 4320.0, 4275.0, 4278.0, 4286.0, 4267.0, 4286.0, 4254.0, 4276.0, 4265.0, 4308.0, 4284.0, 4259.0, 4238.0, 4248.0, 4228.0, 4271.0, 4250.0, 4270.0, 4249.0, 4273.0, 4293.0, 4238.0, 4258.0, 4228.0, 4259.0, 4252.0, 4252.0, 4265.0, 4272.0, 4290.0, 4268.0, 4270.0, 4271.0, 4292.0, 4310.0, 4287.0, 4285.0, 4267.0, 4276.0, 4247.0, 4277.0, 4284.0, 4244.0, 4275.0, 4254.0, 4278.0, 4268.0, 4288.0, 4258.0, 4258.0, 4258.0, 4262.0, 4292.0, 4288.0, 4278.0, 4301.0, 4277.0, 4271.0, 4298.0, 4256.0, 4274.0, 4268.0, 4311.0, 4294.0, 4261.0, 4293.0, 4269.0, 4248.0, 4264.0, 4221.0, 4232.0, 4252.0, 4222.0, 4249.0, 4210.0, 4249.0, 4210.0, 4240.0, 4223.0, 4252.0, 4211.0, 4240.0, 4223.0, 4255.0, 4223.0, 4235.0, 4252.0, 4222.0, 4241.0, 4224.0, 4265.0, 4239.0, 4281.0, 4238.0, 4249.0, 4243.0, 4285.0, 4282.0, 4253.0, 4273.0, 4260.0, 4241.0, 4281.0, 4264.0, 4276.0, 4257.0, 4297.0, 4258.0, 4289.0, 4282.0, 4324.0, 4312.0, 4269.0, 4310.0, 4286.0, 4268.0, 4298.0, 4259.0, 4299.0, 4257.0, 4289.0, 4282.0, 4312.0, 4282.0, 4312.0, 4271.0, 4292.0, 4285.0, 4314.0, 4300.0, 4268.0, 4283.0, 4302.0, 4273.0, 4323.0, 4272.0, 4301.0, 4281.0, 4313.0, 4309.0, 4297.0, 4306.0, 4292.0, 4274.0, 4283.0, 4238.0, 4258.0, 4251.0, 4237.0, 4238.0, 4267.0, 4237.0, 4245.0, 4237.0, 4268.0, 4234.0, 4244.0, 4242.0, 4223.0, 4252.0, 4222.0, 4235.0, 4237.0, 4278.0, 4248.0, 4237.0, 4250.0, 4279.0, 4248.0, 4241.0, 4252.0, 4249.0, 4239.0, 4268.0, 4242.0, 4243.0, 4221.0, 4248.0, 4254.0, 4273.0, 4243.0, 4242.0, 4274.0, 4263.0, 4284.0, 4243.0, 4257.0, 4256.0, 4255.0, 4265.0, 4264.0, 4297.0, 4291.0, 4247.0, 4277.0, 4245.0, 4273.0, 4275.0, 4274.0, 4278.0, 4292.0, 4240.0, 4266.0, 4236.0, 4256.0, 4225.0, 4254.0, 4234.0, 4252.0, 4208.0, 4240.0, 4210.0, 4241.0, 4208.0, 4225.0, 4196.0, 4227.0, 4184.0, 4213.0, 4195.0, 4226.0, 4195.0, 4225.0, 4208.0, 4239.0, 4222.0, 4233.0, 4254.0, 4258.0, 4235.0, 4227.0, 4267.0, 4238.0, 4237.0, 4250.0, 4269.0, 4226.0, 4248.0, 4255.0, 4226.0, 4256.0, 4226.0, 4248.0, 4250.0, 4268.0, 4239.0, 4249.0, 4252.0, 4281.0, 4239.0, 4260.0, 4251.0, 4272.0, 4249.0, 4262.0, 4262.0, 4270.0, 4253.0, 4261.0, 4263.0, 4242.0, 4282.0, 4240.0, 4271.0, 4230.0, 4274.0, 4282.0, 4244.0, 4285.0, 4290.0, 4288.0, 4295.0, 4251.0, 4270.0, 4240.0, 4262.0, 4280.0, 4251.0, 4250.0, 4261.0, 4288.0, 4266.0, 4245.0, 4234.0, 4273.0, 4251.0, 4240.0, 4226.0, 4208.0, 4238.0, 4220.0, 4209.0, 4221.0, 4239.0, 4222.0, 4223.0, 4245.0, 4253.0, 4233.0, 4223.0, 4247.0, 4266.0, 4224.0, 4253.0, 4213.0, 4244.0, 4227.0, 4269.0, 4246.0, 4237.0, 4266.0, 4227.0, 4250.0, 4263.0, 4282.0, 4239.0, 4252.0, 4292.0, 4243.0, 4271.0, 4250.0, 4271.0, 4242.0, 4305.0, 4270.0, 4301.0, 4213.0, 4319.0, 4284.0, 4294.0, 4296.0, 4315.0, 4284.0, 4289.0, 4300.0, 4304.0, 4287.0, 4316.0, 4292.0, 4271.0, 4301.0, 4276.0, 4269.0, 4280.0, 4279.0, 4306.0, 4255.0, 4258.0, 4279.0, 4311.0, 4297.0, 4299.0, 4257.0, 4288.0, 4296.0, 4244.0, 4283.0, 4265.0, 4255.0, 4288.0, 4267.0, 4298.0, 4261.0, 4260.0, 4230.0, 4273.0, 4243.0, 4262.0, 4240.0, 4299.0, 4264.0, 4265.0, 4270.0, 4250.0, 4277.0, 4266.0, 4274.0, 4252.0, 4240.0, 4221.0, 4261.0, 4238.0, 4229.0, 4245.0, 4213.0, 4209.0, 4181.0, 4200.0, 4193.0, 4203.0, 4207.0, 4206.0, 4227.0, 4219.0, 4227.0, 4209.0, 4240.0, 4220.0, 4218.0, 4211.0, 4252.0, 4234.0, 4256.0, 4209.0, 4234.0, 4281.0, 4242.0, 4259.0, 4253.0, 4272.0, 4232.0, 4263.0, 4254.0, 4270.0, 4263.0, 4239.0, 4244.0, 4259.0, 4297.0, 4245.0, 4252.0, 4230.0, 4220.0, 4246.0, 4256.0, 4257.0, 4286.0, 4277.0, 4277.0, 4296.0, 4290.0, 4277.0, 4286.0, 4269.0, 4260.0, 4266.0, 4243.0, 4250.0, 4237.0, 4216.0, 4245.0, 4204.0, 4213.0, 4196.0, 4214.0, 4194.0, 4224.0, 4194.0, 4224.0, 4206.0, 4239.0], 'WindowWidth': [9551.0, 9576.0, 9526.0, 9569.0, 9507.0, 9523.0, 9510.0, 9536.0, 9495.0, 9513.0, 9511.0, 9507.0, 9496.0, 9490.0, 9534.0, 9538.0, 9474.0, 9495.0, 9474.0, 9536.0, 9450.0, 9521.0, 9529.0, 9509.0, 9485.0, 9495.0, 9508.0, 9482.0, 9513.0, 9512.0, 9517.0, 9529.0, 9568.0, 9504.0, 9529.0, 9564.0, 9567.0, 9481.0, 9545.0, 9559.0, 9565.0, 9510.0, 9497.0, 9541.0, 9560.0, 9510.0, 9523.0, 9527.0, 9540.0, 9503.0, 9474.0, 9493.0, 9531.0, 9480.0, 9497.0, 9494.0, 9481.0, 9521.0, 9486.0, 9467.0, 9512.0, 9490.0, 9490.0, 9497.0, 9521.0, 9467.0, 9504.0, 9483.0, 9539.0, 9484.0, 9522.0, 9514.0, 9539.0, 9502.0, 9498.0, 9518.0, 9561.0, 9530.0, 9481.0, 9510.0, 9535.0, 9493.0, 9526.0, 9530.0, 9547.0, 9538.0, 9508.0, 9563.0, 9514.0, 9549.0, 9528.0, 9580.0, 9524.0, 9552.0, 9573.0, 9574.0, 9536.0, 9528.0, 9570.0, 9513.0, 9573.0, 9549.0, 9570.0, 9478.0, 9340.0, 9500.0, 9550.0, 9604.0, 9557.0, 9447.0, 9563.0, 9523.0, 9535.0, 9504.0, 9504.0, 9536.0, 9491.0, 9514.0, 9507.0, 9511.0, 9524.0, 9501.0, 9547.0, 9508.0, 9509.0, 9539.0, 9534.0, 9547.0, 9521.0, 9527.0, 9512.0, 9530.0, 9517.0, 9532.0, 9503.0, 9520.0, 9495.0, 9543.0, 9497.0, 9536.0, 9537.0, 9546.0, 9482.0, 9467.0, 9540.0, 9514.0, 9496.0, 9492.0, 9548.0, 9488.0, 9518.0, 9510.0, 9502.0, 9527.0, 9504.0, 9574.0, 9493.0, 9501.0, 9536.0, 9484.0, 9544.0, 9490.0, 9532.0, 9515.0, 9534.0, 9502.0, 9536.0, 9523.0, 9480.0, 9490.0, 9534.0, 9514.0, 9498.0, 9472.0, 9551.0, 9506.0, 9503.0, 9499.0, 9451.0, 9453.0, 9420.0, 9459.0, 9499.0, 9469.0, 9457.0, 9506.0, 9508.0, 9468.0, 9468.0, 9459.0, 9506.0, 9464.0, 9453.0, 9489.0, 9487.0, 9455.0, 9443.0, 9521.0, 9512.0, 9444.0, 9453.0, 9406.0, 9434.0, 9419.0, 9449.0, 9434.0, 9407.0, 9408.0, 9474.0, 9397.0, 9370.0, 9400.0, 9423.0, 9384.0, 9366.0, 9405.0, 9411.0, 9385.0, 9392.0, 9438.0, 9414.0, 9423.0, 9416.0, 9456.0, 9415.0, 9463.0, 9438.0, 9481.0, 9421.0, 9465.0, 9457.0, 9443.0, 9455.0, 9446.0, 9514.0, 9489.0, 9463.0, 9467.0, 9516.0, 9484.0, 9485.0, 9459.0, 9502.0, 9481.0, 9517.0, 9478.0, 9526.0, 9554.0, 9561.0, 9545.0, 9516.0, 9527.0, 9484.0, 9518.0, 9495.0, 9509.0, 9556.0, 9526.0, 9555.0, 9462.0, 9510.0, 9508.0, 9443.0, 9479.0, 9521.0, 9437.0, 9463.0, 9433.0, 9461.0, 9442.0, 9484.0, 9430.0, 9454.0, 9415.0, 9485.0, 9429.0, 9416.0, 9389.0, 9431.0, 9393.0, 9389.0, 9366.0, 9410.0, 9360.0, 9394.0, 9393.0, 9416.0, 9365.0, 9409.0, 9399.0, 9470.0, 9408.0, 9432.0, 9435.0, 9474.0, 9418.0, 9458.0, 9439.0, 9422.0, 9453.0, 9427.0, 9474.0, 9464.0, 9497.0, 9487.0, 9506.0, 9498.0, 9557.0, 9492.0, 9504.0, 9477.0, 9501.0, 9471.0, 9496.0, 9474.0, 9535.0, 9545.0, 9510.0, 9449.0, 9484.0, 9501.0, 9440.0, 9443.0, 9481.0, 9494.0, 9476.0, 9473.0, 9483.0, 9477.0, 9511.0, 9453.0, 9505.0, 9518.0, 9524.0, 9567.0, 9522.0, 9456.0, 9505.0, 9532.0, 9471.0, 9468.0, 9423.0, 9423.0, 9480.0, 9428.0, 9500.0, 9476.0, 9459.0, 9401.0, 9459.0, 9464.0, 9428.0, 9372.0, 9418.0, 9398.0, 9414.0, 9384.0, 9440.0, 9379.0, 9406.0, 9381.0, 9404.0, 9341.0, 9395.0, 9362.0, 9403.0, 9367.0, 9404.0, 9386.0, 9425.0, 9384.0, 9411.0, 9406.0, 9431.0, 9388.0, 9428.0, 9410.0, 9448.0, 9396.0, 9438.0, 9419.0, 9476.0, 9441.0, 9461.0, 9442.0, 9483.0, 9439.0, 9486.0, 9476.0, 9528.0, 9469.0, 9522.0, 9484.0, 9504.0, 9522.0, 9501.0, 9564.0, 9554.0, 9495.0, 9549.0, 9481.0, 9540.0, 9505.0, 9517.0, 9532.0, 9518.0, 9545.0, 9506.0, 9545.0, 9505.0, 9563.0, 9510.0, 9531.0, 9518.0, 9577.0, 9559.0, 9496.0, 9513.0, 9557.0, 9490.0, 9478.0, 9540.0, 9467.0, 9474.0, 9484.0, 9461.0, 9486.0, 9439.0, 9471.0, 9456.0, 9519.0, 9476.0, 9436.0, 9404.0, 9419.0, 9392.0, 9458.0, 9427.0, 9456.0, 9425.0, 9463.0, 9492.0, 9406.0, 9433.0, 9393.0, 9438.0, 9435.0, 9432.0, 9454.0, 9455.0, 9495.0, 9461.0, 9467.0, 9471.0, 9501.0, 9523.0, 9484.0, 9476.0, 9456.0, 9469.0, 9434.0, 9474.0, 9477.0, 9423.0, 9467.0, 9436.0, 9477.0, 9463.0, 9492.0, 9453.0, 9451.0, 9450.0, 9465.0, 9503.0, 9490.0, 9479.0, 9512.0, 9475.0, 9474.0, 9507.0, 9446.0, 9466.0, 9465.0, 9527.0, 9493.0, 9441.0, 9490.0, 9447.0, 9418.0, 9434.0, 9369.0, 9386.0, 9414.0, 9377.0, 9407.0, 9356.0, 9405.0, 9357.0, 9398.0, 9380.0, 9416.0, 9360.0, 9397.0, 9379.0, 9429.0, 9381.0, 9399.0, 9415.0, 9375.0, 9401.0, 9384.0, 9441.0, 9411.0, 9471.0, 9409.0, 9425.0, 9424.0, 9484.0, 9474.0, 9437.0, 9465.0, 9440.0, 9416.0, 9470.0, 9455.0, 9472.0, 9450.0, 9505.0, 9455.0, 9497.0, 9494.0, 9553.0, 9529.0, 9468.0, 9526.0, 9487.0, 9463.0, 9506.0, 9456.0, 9508.0, 9450.0, 9495.0, 9491.0, 9532.0, 9491.0, 9532.0, 9477.0, 9505.0, 9501.0, 9541.0, 9510.0, 9466.0, 9494.0, 9519.0, 9482.0, 9550.0, 9481.0, 9518.0, 9492.0, 9539.0, 9525.0, 9502.0, 9517.0, 9486.0, 9466.0, 9480.0, 9408.0, 9435.0, 9428.0, 9407.0, 9409.0, 9447.0, 9404.0, 9413.0, 9405.0, 9451.0, 9395.0, 9410.0, 9403.0, 9378.0, 9418.0, 9377.0, 9400.0, 9409.0, 9463.0, 9422.0, 9407.0, 9429.0, 9465.0, 9421.0, 9418.0, 9435.0, 9422.0, 9410.0, 9448.0, 9418.0, 9398.0, 9365.0, 9436.0, 9437.0, 9459.0, 9420.0, 9416.0, 9464.0, 9445.0, 9475.0, 9422.0, 9444.0, 9443.0, 9439.0, 9453.0, 9449.0, 9501.0, 9497.0, 9432.0, 9473.0, 9427.0, 9461.0, 9465.0, 9464.0, 9473.0, 9485.0, 9412.0, 9440.0, 9400.0, 9425.0, 9383.0, 9419.0, 9392.0, 9413.0, 9348.0, 9393.0, 9354.0, 9397.0, 9348.0, 9367.0, 9331.0, 9372.0, 9311.0, 9348.0, 9329.0, 9371.0, 9328.0, 9370.0, 9354.0, 9395.0, 9379.0, 9392.0, 9422.0, 9436.0, 9399.0, 9393.0, 9445.0, 9409.0, 9406.0, 9426.0, 9452.0, 9387.0, 9419.0, 9426.0, 9390.0, 9429.0, 9392.0, 9423.0, 9429.0, 9451.0, 9411.0, 9425.0, 9433.0, 9471.0, 9412.0, 9441.0, 9431.0, 9463.0, 9423.0, 9447.0, 9447.0, 9454.0, 9436.0, 9445.0, 9451.0, 9421.0, 9474.0, 9411.0, 9454.0, 9400.0, 9463.0, 9474.0, 9425.0, 9485.0, 9497.0, 9490.0, 9497.0, 9431.0, 9456.0, 9414.0, 9449.0, 9470.0, 9431.0, 9425.0, 9445.0, 9479.0, 9443.0, 9409.0, 9395.0, 9449.0, 9409.0, 9395.0, 9370.0, 9348.0, 9391.0, 9370.0, 9353.0, 9376.0, 9397.0, 9377.0, 9380.0, 9414.0, 9422.0, 9392.0, 9380.0, 9419.0, 9443.0, 9382.0, 9420.0, 9366.0, 9410.0, 9393.0, 9454.0, 9417.0, 9405.0, 9444.0, 9395.0, 9428.0, 9453.0, 9478.0, 9413.0, 9435.0, 9489.0, 9426.0, 9461.0, 9431.0, 9459.0, 9422.0, 9512.0, 9471.0, 9511.0, 9335.0, 9556.0, 9501.0, 9511.0, 9516.0, 9538.0, 9493.0, 9507.0, 9521.0, 9520.0, 9499.0, 9542.0, 9499.0, 9470.0, 9514.0, 9469.0, 9466.0, 9484.0, 9482.0, 9516.0, 9445.0, 9451.0, 9482.0, 9529.0, 9500.0, 9506.0, 9446.0, 9490.0, 9498.0, 9425.0, 9475.0, 9455.0, 9440.0, 9491.0, 9462.0, 9502.0, 9440.0, 9437.0, 9397.0, 9457.0, 9419.0, 9442.0, 9416.0, 9507.0, 9448.0, 9453.0, 9452.0, 9425.0, 9459.0, 9438.0, 9447.0, 9413.0, 9395.0, 9372.0, 9430.0, 9389.0, 9379.0, 9395.0, 9345.0, 9336.0, 9301.0, 9326.0, 9323.0, 9338.0, 9347.0, 9345.0, 9376.0, 9365.0, 9375.0, 9352.0, 9397.0, 9369.0, 9363.0, 9360.0, 9415.0, 9397.0, 9426.0, 9348.0, 9383.0, 9467.0, 9410.0, 9430.0, 9429.0, 9454.0, 9399.0, 9441.0, 9435.0, 9451.0, 9443.0, 9403.0, 9423.0, 9450.0, 9498.0, 9424.0, 9431.0, 9395.0, 9383.0, 9428.0, 9443.0, 9446.0, 9481.0, 9472.0, 9471.0, 9513.0, 9495.0, 9472.0, 9484.0, 9448.0, 9435.0, 9439.0, 9403.0, 9411.0, 9383.0, 9355.0, 9394.0, 9334.0, 9348.0, 9330.0, 9351.0, 9325.0, 9366.0, 9324.0, 9365.0, 9345.0, 9393.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.00459329128440367</td></tr>
<tr><td colspan=3>aqi</td><td>0.05845822098623853</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.69221235979332</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2239748748794486</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0270014183582103</td></tr>
<tr><td colspan=3>efc</td><td>0.5025</td></tr>
<tr><td colspan=3>fber</td><td>5384.5044</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.241841987462796</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>316</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>36.23853211009175</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4675970729181826</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3729718525148513</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.638793482540806</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3910258836988896</td></tr>
<tr><td colspan=3>gcor</td><td>0.0350346</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014206520281732082</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05083445832133293</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.752517368598043</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.8763</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2568</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.5456</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294451.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>985.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>409.0087</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.9188</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>436.2318</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3508.2313</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3639.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1703.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>765.6948</td></tr>
<tr><td colspan=3>tsnr</td><td>28.9435769431293</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>