ds005256-mriqc/sub-0024_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 34ca7da863 [DATALAD RUNCMD] Compute MRIQC for sub-0024
=== 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-0024 --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-0024",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:02:13 +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-0024_ses-03_task-social_acq-mb8_run-01_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-0024_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0024_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_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-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_ses-03_task-social_acq-mb8_run-01_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-0024/ses-03/func/sub-0024_ses-03_task-social_acq-mb8_run-01_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>5d79f0f31bdbfc027a78afb7d15bef71</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:19:55.815000</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_VE11C_LATEST_20160120</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.998477, -0.0472374, 0.0285164, 0.043769, 0.992749, 0.111954]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0810935</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7787, -7249, 590, -87, -285, 74, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1c6908d5-26d6-4a43-92ee-db5a43200122||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678839683532715, 0.1174289882183075, 0.09071480482816696, 104.52643585205078], [0.1267343908548355, 2.663472890853882, 0.2984464466571808, -88.21803283691406], [0.07650747150182724, -0.30036550760269165, 2.6819210052490234, -55.4486083984375], [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': ['111955.815000', '111956.275000', '111956.735000', '111957.195000', '111957.655000', '111958.115000', '111958.575000', '111959.035000', '111959.495000', '111959.955000', '112000.415000', '112000.875000', '112001.335000', '112001.795000', '112002.255000', '112002.715000', '112003.175000', '112003.635000', '112004.095000', '112004.555000', '112005.015000', '112005.475000', '112005.935000', '112006.395000', '112006.855000', '112007.315000', '112007.775000', '112008.235000', '112008.695000', '112009.155000', '112009.615000', '112010.075000', '112010.535000', '112010.995000', '112011.455000', '112011.915000', '112012.375000', '112012.835000', '112013.295000', '112013.755000', '112014.215000', '112014.675000', '112015.135000', '112015.595000', '112016.055000', '112016.515000', '112016.975000', '112017.435000', '112017.895000', '112018.355000', '112018.815000', '112019.275000', '112019.735000', '112020.195000', '112020.655000', '112021.115000', '112021.575000', '112022.035000', '112022.495000', '112022.955000', '112023.415000', '112023.875000', '112024.335000', '112024.795000', '112025.255000', '112025.715000', '112026.175000', '112026.635000', '112027.095000', '112027.555000', '112028.015000', '112028.475000', '112028.935000', '112029.395000', '112029.855000', '112030.315000', '112030.775000', '112031.235000', '112031.695000', '112032.155000', '112032.615000', '112033.075000', '112033.535000', '112033.995000', '112034.455000', '112034.915000', '112035.375000', '112035.835000', '112036.295000', '112036.755000', '112037.215000', '112037.675000', '112038.135000', '112038.595000', '112039.055000', '112039.515000', '112039.975000', '112040.435000', '112040.895000', '112041.355000', '112041.815000', '112042.275000', '112042.735000', '112043.195000', '112043.655000', '112044.115000', '112044.575000', '112045.035000', '112045.495000', '112045.955000', '112046.415000', '112046.875000', '112047.335000', '112047.795000', '112048.255000', '112048.715000', '112049.175000', '112049.635000', '112050.095000', '112050.555000', '112051.015000', '112051.475000', '112051.935000', '112052.395000', '112052.855000', '112053.315000', '112053.775000', '112054.235000', '112054.695000', '112055.155000', '112055.615000', '112056.075000', '112056.535000', '112056.995000', '112057.455000', '112057.915000', '112058.375000', '112058.835000', '112059.295000', '112059.755000', '112100.215000', '112100.675000', '112101.135000', '112101.595000', '112102.055000', '112102.515000', '112102.975000', '112103.435000', '112103.895000', '112104.355000', '112104.815000', '112105.275000', '112105.735000', '112106.195000', '112106.655000', '112107.115000', '112107.575000', '112108.035000', '112108.495000', '112108.955000', '112109.415000', '112109.875000', '112110.335000', '112110.795000', '112111.255000', '112111.715000', '112112.175000', '112112.635000', '112113.095000', '112113.555000', '112114.015000', '112114.475000', '112114.935000', '112115.395000', '112115.855000', '112116.315000', '112116.775000', '112117.235000', '112117.695000', '112118.155000', '112118.615000', '112119.075000', '112119.535000', '112119.995000', '112120.455000', '112120.915000', '112121.375000', '112121.835000', '112122.295000', '112122.755000', '112123.215000', '112123.675000', '112124.135000', '112124.595000', '112125.055000', '112125.515000', '112125.975000', '112126.435000', '112126.895000', '112127.355000', '112127.815000', '112128.275000', '112128.735000', '112129.195000', '112129.655000', '112130.115000', '112130.575000', '112131.035000', '112131.495000', '112131.955000', '112132.415000', '112132.875000', '112133.335000', '112133.795000', '112134.255000', '112134.715000', '112135.175000', '112135.635000', '112136.095000', '112136.555000', '112137.015000', '112137.475000', '112137.935000', '112138.395000', '112138.855000', '112139.315000', '112139.775000', '112140.235000', '112140.695000', '112141.155000', '112141.615000', '112142.075000', '112142.535000', '112142.995000', '112143.455000', '112143.915000', '112144.375000', '112144.835000', '112145.295000', '112145.755000', '112146.215000', '112146.675000', '112147.135000', '112147.595000', '112148.055000', '112148.515000', '112148.975000', '112149.435000', '112149.895000', '112150.355000', '112150.815000', '112151.275000', '112151.735000', '112152.195000', '112152.655000', '112153.115000', '112153.575000', '112154.035000', '112154.495000', '112154.955000', '112155.415000', '112155.875000', '112156.335000', '112156.795000', '112157.255000', '112157.715000', '112158.175000', '112158.635000', '112159.095000', '112159.555000', '112200.015000', '112200.475000', '112200.935000', '112201.395000', '112201.855000', '112202.315000', '112202.775000', '112203.235000', '112203.695000', '112204.155000', '112204.615000', '112205.075000', '112205.535000', '112205.995000', '112206.455000', '112206.915000', '112207.375000', '112207.835000', '112208.295000', '112208.755000', '112209.215000', '112209.675000', '112210.135000', '112210.595000', '112211.055000', '112211.515000', '112211.975000', '112212.435000', '112212.895000', '112213.355000', '112213.815000', '112214.275000', '112214.735000', '112215.195000', '112215.655000', '112216.115000', '112216.575000', '112217.035000', '112217.495000', '112217.955000', '112218.415000', '112218.875000', '112219.335000', '112219.795000', '112220.255000', '112220.715000', '112221.175000', '112221.635000', '112222.095000', '112222.555000', '112223.015000', '112223.475000', '112223.935000', '112224.395000', '112224.855000', '112225.315000', '112225.775000', '112226.235000', '112226.695000', '112227.155000', '112227.615000', '112228.075000', '112228.535000', '112228.995000', '112229.455000', '112229.915000', '112230.375000', '112230.835000', '112231.295000', '112231.755000', '112232.215000', '112232.675000', '112233.135000', '112233.595000', '112234.055000', '112234.515000', '112234.975000', '112235.435000', '112235.895000', '112236.355000', '112236.815000', '112237.275000', '112237.735000', '112238.195000', '112238.655000', '112239.115000', '112239.575000', '112240.035000', '112240.495000', '112240.955000', '112241.415000', '112241.875000', '112242.335000', '112242.795000', '112243.255000', '112243.715000', '112244.175000', '112244.635000', '112245.095000', '112245.555000', '112246.015000', '112246.475000', '112246.935000', '112247.395000', '112247.855000', '112248.315000', '112248.775000', '112249.235000', '112249.695000', '112250.155000', '112250.615000', '112251.075000', '112251.535000', '112251.995000', '112252.455000', '112252.915000', '112253.375000', '112253.835000', '112254.295000', '112254.755000', '112255.215000', '112255.675000', '112256.135000', '112256.595000', '112257.055000', '112257.515000', '112257.975000', '112258.435000', '112258.895000', '112259.355000', '112259.815000', '112300.275000', '112300.735000', '112301.195000', '112301.655000', '112302.115000', '112302.575000', '112303.035000', '112303.495000', '112303.955000', '112304.415000', '112304.875000', '112305.335000', '112305.795000', '112306.255000', '112306.715000', '112307.175000', '112307.635000', '112308.095000', '112308.555000', '112309.015000', '112309.475000', '112309.935000', '112310.395000', '112310.855000', '112311.315000', '112311.775000', '112312.235000', '112312.695000', '112313.155000', '112313.615000', '112314.075000', '112314.535000', '112314.995000', '112315.455000', '112315.915000', '112316.375000', '112316.835000', '112317.295000', '112317.755000', '112318.215000', '112318.675000', '112319.135000', '112319.595000', '112320.055000', '112320.515000', '112320.975000', '112321.435000', '112321.895000', '112322.355000', '112322.815000', '112323.275000', '112323.735000', '112324.195000', '112324.655000', '112325.115000', '112325.575000', '112326.035000', '112326.495000', '112326.955000', '112327.415000', '112327.875000', '112328.335000', '112328.795000', '112329.255000', '112329.715000', '112330.175000', '112330.635000', '112331.095000', '112331.555000', '112332.015000', '112332.475000', '112332.935000', '112333.395000', '112333.855000', '112334.315000', '112334.775000', '112335.235000', '112335.695000', '112336.155000', '112336.615000', '112337.075000', '112337.535000', '112337.995000', '112338.455000', '112338.915000', '112339.375000', '112339.835000', '112340.295000', '112340.755000', '112341.215000', '112341.675000', '112342.135000', '112342.595000', '112343.055000', '112343.515000', '112343.975000', '112344.435000', '112344.895000', '112345.355000', '112345.815000', '112346.275000', '112346.735000', '112347.195000', '112347.655000', '112348.115000', '112348.575000', '112349.035000', '112349.495000', '112349.955000', '112350.415000', '112350.875000', '112351.335000', '112351.795000', '112352.255000', '112352.715000', '112353.175000', '112353.635000', '112354.095000', '112354.555000', '112355.015000', '112355.475000', '112355.935000', '112356.395000', '112356.855000', '112357.315000', '112357.775000', '112358.235000', '112358.695000', '112359.155000', '112359.615000', '112400.075000', '112400.535000', '112400.995000', '112401.455000', '112401.915000', '112402.375000', '112402.835000', '112403.295000', '112403.755000', '112404.215000', '112404.675000', '112405.135000', '112405.595000', '112406.055000', '112406.515000', '112406.975000', '112407.435000', '112407.895000', '112408.355000', '112408.815000', '112409.275000', '112409.735000', '112410.195000', '112410.655000', '112411.115000', '112411.575000', '112412.035000', '112412.495000', '112412.955000', '112413.415000', '112413.875000', '112414.335000', '112414.795000', '112415.255000', '112415.715000', '112416.175000', '112416.635000', '112417.095000', '112417.555000', '112418.015000', '112418.475000', '112418.935000', '112419.395000', '112419.855000', '112420.315000', '112420.775000', '112421.235000', '112421.695000', '112422.155000', '112422.615000', '112423.075000', '112423.535000', '112423.995000', '112424.455000', '112424.915000', '112425.375000', '112425.835000', '112426.295000', '112426.755000', '112427.215000', '112427.675000', '112428.135000', '112428.595000', '112429.055000', '112429.515000', '112429.975000', '112430.435000', '112430.895000', '112431.355000', '112431.815000', '112432.275000', '112432.735000', '112433.195000', '112433.655000', '112434.115000', '112434.575000', '112435.035000', '112435.495000', '112435.955000', '112436.415000', '112436.875000', '112437.335000', '112437.795000', '112438.255000', '112438.715000', '112439.175000', '112439.635000', '112440.095000', '112440.555000', '112441.015000', '112441.475000', '112441.935000', '112442.395000', '112442.855000', '112443.315000', '112443.775000', '112444.235000', '112444.695000', '112445.155000', '112445.615000', '112446.075000', '112446.535000', '112446.995000', '112447.455000', '112447.915000', '112448.375000', '112448.835000', '112449.295000', '112449.755000', '112450.215000', '112450.675000', '112451.135000', '112451.595000', '112452.055000', '112452.515000', '112452.975000', '112453.435000', '112453.895000', '112454.355000', '112454.815000', '112455.275000', '112455.735000', '112456.195000', '112456.655000', '112457.115000', '112457.575000', '112458.035000', '112458.495000', '112458.955000', '112459.415000', '112459.875000', '112500.335000', '112500.795000', '112501.255000', '112501.715000', '112502.175000', '112502.635000', '112503.095000', '112503.555000', '112504.015000', '112504.475000', '112504.935000', '112505.395000', '112505.855000', '112506.315000', '112506.775000', '112507.235000', '112507.695000', '112508.155000', '112508.615000', '112509.075000', '112509.535000', '112509.995000', '112510.455000', '112510.915000', '112511.375000', '112511.835000', '112512.295000', '112512.755000', '112513.215000', '112513.675000', '112514.135000', '112514.595000', '112515.055000', '112515.515000', '112515.975000', '112516.435000', '112516.895000', '112517.355000', '112517.815000', '112518.275000', '112518.735000', '112519.195000', '112519.655000', '112520.115000', '112520.575000', '112521.035000', '112521.495000', '112521.955000', '112522.415000', '112522.875000', '112523.335000', '112523.795000', '112524.255000', '112524.715000', '112525.175000', '112525.635000', '112526.095000', '112526.555000', '112527.015000', '112527.475000', '112527.935000', '112528.395000', '112528.855000', '112529.315000', '112529.775000', '112530.235000', '112530.695000', '112531.155000', '112531.615000', '112532.075000', '112532.535000', '112532.995000', '112533.455000', '112533.915000', '112534.375000', '112534.835000', '112535.295000', '112535.755000', '112536.215000', '112536.675000', '112537.135000', '112537.595000', '112538.055000', '112538.515000', '112538.975000', '112539.435000', '112539.895000', '112540.355000', '112540.815000', '112541.275000', '112541.735000', '112542.195000', '112542.655000', '112543.115000', '112543.575000', '112544.035000', '112544.495000', '112544.955000', '112545.415000', '112545.875000', '112546.335000', '112546.795000', '112547.255000', '112547.715000', '112548.175000', '112548.635000', '112549.095000', '112549.555000', '112550.015000', '112550.475000', '112550.935000', '112551.395000', '112551.855000', '112552.315000', '112552.775000', '112553.235000', '112553.695000', '112554.155000', '112554.615000', '112555.075000', '112555.535000', '112555.995000', '112556.455000', '112556.915000', '112557.375000', '112557.835000', '112558.295000', '112558.755000', '112559.215000', '112559.675000', '112600.135000', '112600.595000', '112601.055000', '112601.515000', '112601.975000', '112602.435000', '112602.895000', '112603.355000', '112603.815000', '112604.275000', '112604.735000', '112605.195000', '112605.655000', '112606.115000', '112606.575000', '112607.035000', '112607.495000', '112607.955000', '112608.415000', '112608.875000', '112609.335000', '112609.795000', '112610.255000', '112610.715000', '112611.175000', '112611.635000', '112612.095000', '112612.555000', '112613.015000', '112613.475000', '112613.935000', '112614.395000', '112614.855000', '112615.315000', '112615.775000', '112616.235000', '112616.695000', '112617.155000', '112617.615000', '112618.075000', '112618.535000', '112618.995000', '112619.455000', '112619.915000', '112620.375000', '112620.835000', '112621.295000', '112621.755000', '112622.215000', '112622.675000', '112623.135000', '112623.595000', '112624.055000', '112624.515000', '112624.975000', '112625.435000', '112625.895000', '112626.355000', '112626.815000', '112627.275000', '112627.735000', '112628.195000', '112628.655000', '112629.115000', '112629.575000', '112630.035000', '112630.495000', '112630.955000', '112631.415000', '112631.875000', '112632.335000', '112632.795000', '112633.255000', '112633.715000', '112634.175000', '112634.635000', '112635.095000', '112635.555000', '112636.015000', '112636.475000'], 'ContentTime': ['112023.279000', '112023.282000', '112023.285000', '112023.288000', '112023.291000', '112023.293000', '112023.296000', '112023.299000', '112023.302000', '112023.305000', '112023.307000', '112023.310000', '112023.313000', '112023.316000', '112023.319000', '112023.321000', '112023.325000', '112023.328000', '112023.330000', '112023.333000', '112023.336000', '112023.339000', '112023.342000', '112023.344000', '112023.347000', '112023.350000', '112023.353000', '112023.355000', '112023.358000', '112023.361000', '112023.364000', '112023.367000', '112023.369000', '112023.376000', '112023.379000', '112023.382000', '112023.385000', '112023.388000', '112023.390000', '112023.393000', '112023.396000', '112023.399000', '112023.402000', '112023.404000', '112023.407000', '112023.410000', '112023.413000', '112023.416000', '112023.418000', '112023.421000', '112023.424000', '112023.427000', '112023.429000', '112023.432000', '112023.435000', '112023.438000', '112023.441000', '112023.443000', '112043.248000', '112043.251000', '112043.253000', '112043.256000', '112043.259000', '112043.262000', '112043.265000', '112043.267000', '112043.270000', '112043.273000', '112043.276000', '112043.279000', '112043.281000', '112043.284000', '112043.287000', '112043.290000', '112043.293000', '112043.296000', '112043.298000', '112043.301000', '112043.304000', '112043.307000', '112043.309000', '112043.312000', '112043.315000', '112043.318000', '112043.337000', '112043.340000', '112043.343000', '112043.345000', '112043.348000', '112043.351000', '112043.354000', '112043.356000', '112043.359000', '112043.362000', '112043.365000', '112043.367000', '112043.370000', '112043.373000', '112043.376000', '112043.379000', '112043.381000', '112043.384000', '112103.247000', '112103.250000', '112103.252000', '112103.255000', '112103.258000', '112103.261000', '112103.264000', '112103.266000', '112103.269000', '112103.272000', '112103.275000', '112103.277000', '112103.280000', '112103.283000', '112103.286000', '112103.289000', '112103.291000', '112103.294000', '112103.297000', '112103.307000', '112103.309000', '112103.312000', '112103.315000', '112103.318000', '112103.321000', '112103.323000', '112103.326000', '112103.329000', '112103.332000', '112103.335000', '112103.337000', '112103.340000', '112103.343000', '112103.346000', '112103.349000', '112103.351000', '112103.354000', '112103.357000', '112103.360000', '112103.362000', '112103.365000', '112103.368000', '112103.371000', '112123.247000', '112123.250000', '112123.252000', '112123.255000', '112123.258000', '112123.261000', '112123.264000', '112123.266000', '112123.269000', '112123.272000', '112123.275000', '112123.278000', '112123.280000', '112123.283000', '112123.286000', '112123.289000', '112123.291000', '112123.294000', '112123.297000', '112123.300000', '112123.303000', '112123.305000', '112123.308000', '112123.311000', '112123.314000', '112123.317000', '112123.319000', '112123.322000', '112123.325000', '112123.328000', '112123.331000', '112123.333000', '112123.336000', '112123.339000', '112123.342000', '112123.345000', '112123.347000', '112123.350000', '112123.353000', '112123.356000', '112123.359000', '112123.361000', '112123.364000', '112123.367000', '112143.247000', '112143.250000', '112143.253000', '112143.255000', '112143.258000', '112143.261000', '112143.264000', '112143.266000', '112143.269000', '112143.272000', '112143.275000', '112143.278000', '112143.280000', '112143.283000', '112143.286000', '112143.289000', '112143.292000', '112143.294000', '112143.297000', '112143.300000', '112143.303000', '112143.306000', '112143.308000', '112143.311000', '112143.314000', '112143.317000', '112143.320000', '112143.322000', '112143.325000', '112143.328000', '112143.331000', '112143.334000', '112143.336000', '112143.339000', '112143.342000', '112143.345000', '112143.348000', '112143.350000', '112143.353000', '112143.356000', '112143.359000', '112143.362000', '112143.365000', '112203.247000', '112203.250000', '112203.253000', '112203.256000', '112203.258000', '112203.261000', '112203.264000', '112203.267000', '112203.280000', '112203.283000', '112203.286000', '112203.289000', '112203.291000', '112203.294000', '112203.297000', '112203.300000', '112203.303000', '112203.305000', '112203.308000', '112203.311000', '112203.314000', '112203.317000', '112203.320000', '112203.322000', '112203.325000', '112203.329000', '112203.332000', '112203.335000', '112203.337000', '112203.340000', '112203.343000', '112203.346000', '112203.349000', '112203.351000', '112203.354000', '112203.357000', '112203.360000', '112203.363000', '112203.365000', '112203.368000', '112203.371000', '112203.374000', '112203.377000', '112223.247000', '112223.250000', '112223.253000', '112223.255000', '112223.258000', '112223.261000', '112223.264000', '112223.267000', '112223.269000', '112223.272000', '112223.275000', '112223.278000', '112223.281000', '112223.283000', '112223.286000', '112223.289000', '112223.292000', '112223.295000', '112223.297000', '112223.300000', '112223.303000', '112223.306000', '112223.309000', '112223.312000', '112223.314000', '112223.317000', '112223.320000', '112223.323000', '112223.326000', '112223.328000', '112223.331000', '112223.334000', '112223.337000', '112223.339000', '112223.342000', '112223.345000', '112223.364000', '112223.367000', '112223.370000', '112223.372000', '112223.375000', '112223.378000', '112223.381000', '112223.383000', '112243.247000', '112243.250000', '112243.253000', '112243.255000', '112243.258000', '112243.261000', '112243.264000', '112243.267000', '112243.269000', '112243.272000', '112243.275000', '112243.278000', '112243.281000', '112243.283000', '112243.286000', '112243.289000', '112243.292000', '112243.295000', '112243.297000', '112243.300000', '112243.303000', '112243.306000', '112243.309000', '112243.311000', '112243.314000', '112243.317000', '112243.320000', '112243.322000', '112243.325000', '112243.328000', '112243.331000', '112243.334000', '112243.336000', '112243.339000', '112243.342000', '112243.345000', '112243.348000', '112243.350000', '112243.353000', '112243.356000', '112243.359000', '112243.361000', '112243.364000', '112303.248000', '112303.251000', '112303.254000', '112303.256000', '112303.259000', '112303.262000', '112303.265000', '112303.268000', '112303.270000', '112303.273000', '112303.276000', '112303.279000', '112303.282000', '112303.284000', '112303.287000', '112303.290000', '112303.293000', '112303.296000', '112303.298000', '112303.301000', '112303.304000', '112303.307000', '112303.309000', '112303.312000', '112303.315000', '112303.318000', '112303.321000', '112303.323000', '112303.326000', '112303.329000', '112303.332000', '112303.334000', '112303.337000', '112303.340000', '112303.343000', '112303.346000', '112303.348000', '112303.351000', '112303.354000', '112303.357000', '112303.359000', '112303.362000', '112303.365000', '112303.368000', '112323.247000', '112323.250000', '112323.253000', '112323.255000', '112323.258000', '112323.261000', '112323.274000', '112323.277000', '112323.280000', '112323.282000', '112323.285000', '112323.288000', '112323.291000', '112323.293000', '112323.296000', '112323.299000', '112323.302000', '112323.305000', '112323.307000', '112323.310000', '112323.313000', '112323.316000', '112323.319000', '112323.322000', '112323.324000', '112323.327000', '112323.330000', '112323.333000', '112323.336000', '112323.338000', '112323.341000', '112323.344000', '112323.347000', '112323.350000', '112323.352000', '112323.355000', '112323.358000', '112323.361000', '112323.364000', '112323.367000', '112323.370000', '112323.373000', '112323.376000', '112343.247000', '112343.250000', '112343.253000', '112343.256000', '112343.258000', '112343.261000', '112343.264000', '112343.267000', '112343.270000', '112343.272000', '112343.275000', '112343.278000', '112343.281000', '112343.284000', '112343.286000', '112343.289000', '112343.292000', '112343.295000', '112343.298000', '112343.300000', '112343.303000', '112343.306000', '112343.309000', '112343.312000', '112343.314000', '112343.317000', '112343.320000', '112343.323000', '112343.326000', '112343.328000', '112343.331000', '112343.334000', '112343.337000', '112343.340000', '112343.342000', '112343.345000', '112343.348000', '112343.351000', '112343.353000', '112343.356000', '112343.359000', '112343.362000', '112343.365000', '112343.368000', '112403.247000', '112403.250000', '112403.253000', '112403.256000', '112403.259000', '112403.262000', '112403.265000', '112403.268000', '112403.271000', '112403.273000', '112403.276000', '112403.279000', '112403.282000', '112403.285000', '112403.287000', '112403.290000', '112403.293000', '112403.309000', '112403.312000', '112403.314000', '112403.317000', '112403.320000', '112403.323000', '112403.325000', '112403.328000', '112403.331000', '112403.334000', '112403.337000', '112403.339000', '112403.342000', '112403.345000', '112403.348000', '112403.351000', '112403.354000', '112403.356000', '112403.359000', '112403.362000', '112403.365000', '112403.368000', '112403.370000', '112403.373000', '112403.376000', '112403.379000', '112423.247000', '112423.250000', '112423.253000', '112423.255000', '112423.258000', '112423.261000', '112423.264000', '112423.267000', '112423.269000', '112423.272000', '112423.275000', '112423.278000', '112423.280000', '112423.283000', '112423.286000', '112423.289000', '112423.292000', '112423.295000', '112423.297000', '112423.300000', '112423.303000', '112423.306000', '112423.308000', '112423.311000', '112423.314000', '112423.317000', '112423.320000', '112423.322000', '112423.325000', '112423.328000', '112423.331000', '112423.334000', '112423.337000', '112423.339000', '112423.342000', '112423.345000', '112423.348000', '112423.350000', '112423.353000', '112423.356000', '112423.359000', '112423.361000', '112423.364000', '112423.368000', '112443.247000', '112443.250000', '112443.253000', '112443.256000', '112443.258000', '112443.261000', '112443.264000', '112443.267000', '112443.270000', '112443.272000', '112443.275000', '112443.278000', '112443.283000', '112443.286000', '112443.289000', '112443.292000', '112443.295000', '112443.298000', '112443.301000', '112443.303000', '112443.306000', '112443.309000', '112443.312000', '112443.315000', '112443.317000', '112443.320000', '112443.323000', '112443.326000', '112443.329000', '112443.332000', '112443.334000', '112443.337000', '112443.340000', '112443.343000', '112443.346000', '112443.348000', '112443.351000', '112443.354000', '112443.357000', '112443.360000', '112443.362000', '112443.365000', '112443.368000', '112503.247000', '112503.250000', '112503.253000', '112503.255000', '112503.258000', '112503.261000', '112503.264000', '112503.266000', '112503.269000', '112503.272000', '112503.275000', '112503.278000', '112503.280000', '112503.283000', '112503.286000', '112503.289000', '112503.292000', '112503.294000', '112503.297000', '112503.300000', '112503.303000', '112503.306000', '112503.308000', '112503.311000', '112503.314000', '112503.317000', '112503.320000', '112503.323000', '112503.325000', '112503.328000', '112503.331000', '112503.334000', '112503.337000', '112503.339000', '112503.342000', '112503.345000', '112503.348000', '112503.351000', '112503.353000', '112503.356000', '112503.359000', '112503.362000', '112503.364000', '112503.367000', '112523.248000', '112523.251000', '112523.254000', '112523.257000', '112523.259000', '112523.262000', '112523.265000', '112523.268000', '112523.270000', '112523.273000', '112523.276000', '112523.279000', '112523.282000', '112523.284000', '112523.287000', '112523.290000', '112523.293000', '112523.296000', '112523.299000', '112523.302000', '112523.305000', '112523.308000', '112523.311000', '112523.314000', '112523.316000', '112523.319000', '112523.322000', '112523.325000', '112523.343000', '112523.345000', '112523.348000', '112523.351000', '112523.354000', '112523.357000', '112523.359000', '112523.362000', '112523.365000', '112523.368000', '112523.370000', '112523.373000', '112523.376000', '112523.379000', '112523.382000', '112543.247000', '112543.250000', '112543.253000', '112543.256000', '112543.258000', '112543.261000', '112543.264000', '112543.267000', '112543.269000', '112543.272000', '112543.275000', '112543.278000', '112543.281000', '112543.284000', '112543.287000', '112543.289000', '112543.292000', '112543.295000', '112543.298000', '112543.301000', '112543.303000', '112543.306000', '112543.309000', '112543.312000', '112543.315000', '112543.318000', '112543.320000', '112543.323000', '112543.326000', '112543.329000', '112543.332000', '112543.334000', '112543.337000', '112543.340000', '112543.343000', '112543.346000', '112543.348000', '112543.351000', '112543.354000', '112543.357000', '112543.360000', '112543.362000', '112543.365000', '112543.368000', '112603.247000', '112603.250000', '112603.253000', '112603.256000', '112603.258000', '112603.261000', '112603.264000', '112603.267000', '112603.270000', '112603.272000', '112603.275000', '112603.278000', '112603.281000', '112603.284000', '112603.287000', '112603.290000', '112603.292000', '112603.295000', '112603.298000', '112603.301000', '112603.304000', '112603.306000', '112603.309000', '112603.312000', '112603.315000', '112603.318000', '112603.321000', '112603.324000', '112603.327000', '112603.329000', '112603.332000', '112603.335000', '112603.338000', '112603.341000', '112603.344000', '112603.346000', '112603.349000', '112603.352000', '112603.355000', '112603.357000', '112603.360000', '112603.363000', '112603.366000', '112623.247000', '112623.250000', '112623.253000', '112623.256000', '112623.259000', '112623.262000', '112623.264000', '112623.267000', '112623.270000', '112623.273000', '112623.276000', '112623.279000', '112623.282000', '112623.285000', '112623.288000', '112623.290000', '112623.293000', '112623.296000', '112623.299000', '112623.302000', '112623.305000', '112623.308000', '112623.310000', '112623.313000', '112623.316000', '112623.319000', '112623.322000', '112623.325000', '112623.327000', '112623.330000', '112623.333000', '112623.336000', '112623.339000', '112623.342000', '112623.344000', '112623.347000', '112623.350000', '112623.353000', '112623.356000', '112623.359000', '112623.362000', '112623.364000', '112623.367000', '112623.370000', '112637.416000', '112637.419000', '112637.422000', '112637.425000', '112637.429000', '112637.432000', '112637.434000', '112637.437000', '112637.440000', '112637.443000', '112637.446000', '112637.449000', '112637.452000', '112637.455000', '112637.458000', '112637.461000', '112637.464000', '112637.467000', '112637.469000', '112637.472000', '112637.475000', '112637.478000', '112637.481000', '112637.483000', '112637.486000', '112637.489000', '112637.492000', '112637.495000', '112637.498000', '112637.501000', '112637.503000'], 'InstanceCreationTime': ['112023.279000', '112023.282000', '112023.285000', '112023.288000', '112023.291000', '112023.293000', '112023.296000', '112023.299000', '112023.302000', '112023.305000', '112023.307000', '112023.310000', '112023.313000', '112023.316000', '112023.319000', '112023.321000', '112023.325000', '112023.328000', '112023.330000', '112023.333000', '112023.336000', '112023.339000', '112023.342000', '112023.344000', '112023.347000', '112023.350000', '112023.353000', '112023.355000', '112023.358000', '112023.361000', '112023.364000', '112023.367000', '112023.369000', '112023.376000', '112023.379000', '112023.382000', '112023.385000', '112023.388000', '112023.390000', '112023.393000', '112023.396000', '112023.399000', '112023.402000', '112023.404000', '112023.407000', '112023.410000', '112023.413000', '112023.416000', '112023.418000', '112023.421000', '112023.424000', '112023.427000', '112023.429000', '112023.432000', '112023.435000', '112023.438000', '112023.441000', '112023.443000', '112043.248000', '112043.251000', '112043.253000', '112043.256000', '112043.259000', '112043.262000', '112043.265000', '112043.267000', '112043.270000', '112043.273000', '112043.276000', '112043.279000', '112043.281000', '112043.284000', '112043.287000', '112043.290000', '112043.293000', '112043.296000', '112043.298000', '112043.301000', '112043.304000', '112043.307000', '112043.309000', '112043.312000', '112043.315000', '112043.318000', '112043.337000', '112043.340000', '112043.343000', '112043.345000', '112043.348000', '112043.351000', '112043.354000', '112043.356000', '112043.359000', '112043.362000', '112043.365000', '112043.367000', '112043.370000', '112043.373000', '112043.376000', '112043.379000', '112043.381000', '112043.384000', '112103.247000', '112103.250000', '112103.252000', '112103.255000', '112103.258000', '112103.261000', '112103.264000', '112103.266000', '112103.269000', '112103.272000', '112103.275000', '112103.277000', '112103.280000', '112103.283000', '112103.286000', '112103.289000', '112103.291000', '112103.294000', '112103.297000', '112103.307000', '112103.309000', '112103.312000', '112103.315000', '112103.318000', '112103.321000', '112103.323000', '112103.326000', '112103.329000', '112103.332000', '112103.335000', '112103.337000', '112103.340000', '112103.343000', '112103.346000', '112103.349000', '112103.351000', '112103.354000', '112103.357000', '112103.360000', '112103.362000', '112103.365000', '112103.368000', '112103.371000', '112123.247000', '112123.250000', '112123.252000', '112123.255000', '112123.258000', '112123.261000', '112123.264000', '112123.266000', '112123.269000', '112123.272000', '112123.275000', '112123.278000', '112123.280000', '112123.283000', '112123.286000', '112123.289000', '112123.291000', '112123.294000', '112123.297000', '112123.300000', '112123.303000', '112123.305000', '112123.308000', '112123.311000', '112123.314000', '112123.317000', '112123.319000', '112123.322000', '112123.325000', '112123.328000', '112123.331000', '112123.333000', '112123.336000', '112123.339000', '112123.342000', '112123.345000', '112123.347000', '112123.350000', '112123.353000', '112123.356000', '112123.359000', '112123.361000', '112123.364000', '112123.367000', '112143.247000', '112143.250000', '112143.253000', '112143.255000', '112143.258000', '112143.261000', '112143.264000', '112143.266000', '112143.269000', '112143.272000', '112143.275000', '112143.278000', '112143.280000', '112143.283000', '112143.286000', '112143.289000', '112143.292000', '112143.294000', '112143.297000', '112143.300000', '112143.303000', '112143.306000', '112143.308000', '112143.311000', '112143.314000', '112143.317000', '112143.320000', '112143.322000', '112143.325000', '112143.328000', '112143.331000', '112143.334000', '112143.336000', '112143.339000', '112143.342000', '112143.345000', '112143.348000', '112143.350000', '112143.353000', '112143.356000', '112143.359000', '112143.362000', '112143.365000', '112203.247000', '112203.250000', '112203.253000', '112203.256000', '112203.258000', '112203.261000', '112203.264000', '112203.267000', '112203.280000', '112203.283000', '112203.286000', '112203.289000', '112203.291000', '112203.294000', '112203.297000', '112203.300000', '112203.303000', '112203.305000', '112203.308000', '112203.311000', '112203.314000', '112203.317000', '112203.320000', '112203.322000', '112203.325000', '112203.329000', '112203.332000', '112203.335000', '112203.337000', '112203.340000', '112203.343000', '112203.346000', '112203.349000', '112203.351000', '112203.354000', '112203.357000', '112203.360000', '112203.363000', '112203.365000', '112203.368000', '112203.371000', '112203.374000', '112203.377000', '112223.247000', '112223.250000', '112223.253000', '112223.255000', '112223.258000', '112223.261000', '112223.264000', '112223.267000', '112223.269000', '112223.272000', '112223.275000', '112223.278000', '112223.281000', '112223.283000', '112223.286000', '112223.289000', '112223.292000', '112223.295000', '112223.297000', '112223.300000', '112223.303000', '112223.306000', '112223.309000', '112223.312000', '112223.314000', '112223.317000', '112223.320000', '112223.323000', '112223.326000', '112223.328000', '112223.331000', '112223.334000', '112223.337000', '112223.339000', '112223.342000', '112223.345000', '112223.364000', '112223.367000', '112223.370000', '112223.372000', '112223.375000', '112223.378000', '112223.381000', '112223.383000', '112243.247000', '112243.250000', '112243.253000', '112243.255000', '112243.258000', '112243.261000', '112243.264000', '112243.267000', '112243.269000', '112243.272000', '112243.275000', '112243.278000', '112243.281000', '112243.283000', '112243.286000', '112243.289000', '112243.292000', '112243.295000', '112243.297000', '112243.300000', '112243.303000', '112243.306000', '112243.309000', '112243.311000', '112243.314000', '112243.317000', '112243.320000', '112243.322000', '112243.325000', '112243.328000', '112243.331000', '112243.334000', '112243.336000', '112243.339000', '112243.342000', '112243.345000', '112243.348000', '112243.350000', '112243.353000', '112243.356000', '112243.359000', '112243.361000', '112243.364000', '112303.248000', '112303.251000', '112303.254000', '112303.256000', '112303.259000', '112303.262000', '112303.265000', '112303.268000', '112303.270000', '112303.273000', '112303.276000', '112303.279000', '112303.282000', '112303.284000', '112303.287000', '112303.290000', '112303.293000', '112303.296000', '112303.298000', '112303.301000', '112303.304000', '112303.307000', '112303.309000', '112303.312000', '112303.315000', '112303.318000', '112303.321000', '112303.323000', '112303.326000', '112303.329000', '112303.332000', '112303.334000', '112303.337000', '112303.340000', '112303.343000', '112303.346000', '112303.348000', '112303.351000', '112303.354000', '112303.357000', '112303.359000', '112303.362000', '112303.365000', '112303.368000', '112323.247000', '112323.250000', '112323.253000', '112323.255000', '112323.258000', '112323.261000', '112323.274000', '112323.277000', '112323.280000', '112323.282000', '112323.285000', '112323.288000', '112323.291000', '112323.293000', '112323.296000', '112323.299000', '112323.302000', '112323.305000', '112323.307000', '112323.310000', '112323.313000', '112323.316000', '112323.319000', '112323.322000', '112323.324000', '112323.327000', '112323.330000', '112323.333000', '112323.336000', '112323.338000', '112323.341000', '112323.344000', '112323.347000', '112323.350000', '112323.352000', '112323.355000', '112323.358000', '112323.361000', '112323.364000', '112323.367000', '112323.370000', '112323.373000', '112323.376000', '112343.247000', '112343.250000', '112343.253000', '112343.256000', '112343.258000', '112343.261000', '112343.264000', '112343.267000', '112343.270000', '112343.272000', '112343.275000', '112343.278000', '112343.281000', '112343.284000', '112343.286000', '112343.289000', '112343.292000', '112343.295000', '112343.298000', '112343.300000', '112343.303000', '112343.306000', '112343.309000', '112343.312000', '112343.314000', '112343.317000', '112343.320000', '112343.323000', '112343.326000', '112343.328000', '112343.331000', '112343.334000', '112343.337000', '112343.340000', '112343.342000', '112343.345000', '112343.348000', '112343.351000', '112343.353000', '112343.356000', '112343.359000', '112343.362000', '112343.365000', '112343.368000', '112403.247000', '112403.250000', '112403.253000', '112403.256000', '112403.259000', '112403.262000', '112403.265000', '112403.268000', '112403.271000', '112403.273000', '112403.276000', '112403.279000', '112403.282000', '112403.285000', '112403.287000', '112403.290000', '112403.293000', '112403.309000', '112403.312000', '112403.314000', '112403.317000', '112403.320000', '112403.323000', '112403.325000', '112403.328000', '112403.331000', '112403.334000', '112403.337000', '112403.339000', '112403.342000', '112403.345000', '112403.348000', '112403.351000', '112403.354000', '112403.356000', '112403.359000', '112403.362000', '112403.365000', '112403.368000', '112403.370000', '112403.373000', '112403.376000', '112403.379000', '112423.247000', '112423.250000', '112423.253000', '112423.255000', '112423.258000', '112423.261000', '112423.264000', '112423.267000', '112423.269000', '112423.272000', '112423.275000', '112423.278000', '112423.280000', '112423.283000', '112423.286000', '112423.289000', '112423.292000', '112423.295000', '112423.297000', '112423.300000', '112423.303000', '112423.306000', '112423.308000', '112423.311000', '112423.314000', '112423.317000', '112423.320000', '112423.322000', '112423.325000', '112423.328000', '112423.331000', '112423.334000', '112423.337000', '112423.339000', '112423.342000', '112423.345000', '112423.348000', '112423.350000', '112423.353000', '112423.356000', '112423.359000', '112423.361000', '112423.364000', '112423.368000', '112443.247000', '112443.250000', '112443.253000', '112443.256000', '112443.258000', '112443.261000', '112443.264000', '112443.267000', '112443.270000', '112443.272000', '112443.275000', '112443.278000', '112443.283000', '112443.286000', '112443.289000', '112443.292000', '112443.295000', '112443.298000', '112443.301000', '112443.303000', '112443.306000', '112443.309000', '112443.312000', '112443.315000', '112443.317000', '112443.320000', '112443.323000', '112443.326000', '112443.329000', '112443.332000', '112443.334000', '112443.337000', '112443.340000', '112443.343000', '112443.346000', '112443.348000', '112443.351000', '112443.354000', '112443.357000', '112443.360000', '112443.362000', '112443.365000', '112443.368000', '112503.247000', '112503.250000', '112503.253000', '112503.255000', '112503.258000', '112503.261000', '112503.264000', '112503.266000', '112503.269000', '112503.272000', '112503.275000', '112503.278000', '112503.280000', '112503.283000', '112503.286000', '112503.289000', '112503.292000', '112503.294000', '112503.297000', '112503.300000', '112503.303000', '112503.306000', '112503.308000', '112503.311000', '112503.314000', '112503.317000', '112503.320000', '112503.323000', '112503.325000', '112503.328000', '112503.331000', '112503.334000', '112503.337000', '112503.339000', '112503.342000', '112503.345000', '112503.348000', '112503.351000', '112503.353000', '112503.356000', '112503.359000', '112503.362000', '112503.364000', '112503.367000', '112523.248000', '112523.251000', '112523.254000', '112523.257000', '112523.259000', '112523.262000', '112523.265000', '112523.268000', '112523.270000', '112523.273000', '112523.276000', '112523.279000', '112523.282000', '112523.284000', '112523.287000', '112523.290000', '112523.293000', '112523.296000', '112523.299000', '112523.302000', '112523.305000', '112523.308000', '112523.311000', '112523.314000', '112523.316000', '112523.319000', '112523.322000', '112523.325000', '112523.343000', '112523.345000', '112523.348000', '112523.351000', '112523.354000', '112523.357000', '112523.359000', '112523.362000', '112523.365000', '112523.368000', '112523.370000', '112523.373000', '112523.376000', '112523.379000', '112523.382000', '112543.247000', '112543.250000', '112543.253000', '112543.256000', '112543.258000', '112543.261000', '112543.264000', '112543.267000', '112543.269000', '112543.272000', '112543.275000', '112543.278000', '112543.281000', '112543.284000', '112543.287000', '112543.289000', '112543.292000', '112543.295000', '112543.298000', '112543.301000', '112543.303000', '112543.306000', '112543.309000', '112543.312000', '112543.315000', '112543.318000', '112543.320000', '112543.323000', '112543.326000', '112543.329000', '112543.332000', '112543.334000', '112543.337000', '112543.340000', '112543.343000', '112543.346000', '112543.348000', '112543.351000', '112543.354000', '112543.357000', '112543.360000', '112543.362000', '112543.365000', '112543.368000', '112603.247000', '112603.250000', '112603.253000', '112603.256000', '112603.258000', '112603.261000', '112603.264000', '112603.267000', '112603.270000', '112603.272000', '112603.275000', '112603.278000', '112603.281000', '112603.284000', '112603.287000', '112603.290000', '112603.292000', '112603.295000', '112603.298000', '112603.301000', '112603.304000', '112603.306000', '112603.309000', '112603.312000', '112603.315000', '112603.318000', '112603.321000', '112603.324000', '112603.327000', '112603.329000', '112603.332000', '112603.335000', '112603.338000', '112603.341000', '112603.344000', '112603.346000', '112603.349000', '112603.352000', '112603.355000', '112603.357000', '112603.360000', '112603.363000', '112603.366000', '112623.247000', '112623.250000', '112623.253000', '112623.256000', '112623.259000', '112623.262000', '112623.264000', '112623.267000', '112623.270000', '112623.273000', '112623.276000', '112623.279000', '112623.282000', '112623.285000', '112623.288000', '112623.290000', '112623.293000', '112623.296000', '112623.299000', '112623.302000', '112623.305000', '112623.308000', '112623.310000', '112623.313000', '112623.316000', '112623.319000', '112623.322000', '112623.325000', '112623.327000', '112623.330000', '112623.333000', '112623.336000', '112623.339000', '112623.342000', '112623.344000', '112623.347000', '112623.350000', '112623.353000', '112623.356000', '112623.359000', '112623.362000', '112623.364000', '112623.367000', '112623.370000', '112637.416000', '112637.419000', '112637.422000', '112637.425000', '112637.429000', '112637.432000', '112637.434000', '112637.437000', '112637.440000', '112637.443000', '112637.446000', '112637.449000', '112637.452000', '112637.455000', '112637.458000', '112637.461000', '112637.464000', '112637.467000', '112637.469000', '112637.472000', '112637.475000', '112637.478000', '112637.481000', '112637.483000', '112637.486000', '112637.489000', '112637.492000', '112637.495000', '112637.498000', '112637.501000', '112637.503000'], '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': [10612, 9219, 9853, 9492, 9120, 8700, 9704, 12893, 9245, 10553, 9058, 10600, 8820, 10318, 8907, 10022, 13263, 10236, 11897, 10043, 10487, 8950, 10671, 8804, 9650, 8324, 9719, 11685, 9008, 10224, 9189, 8771, 8746, 9809, 11802, 9489, 10061, 9108, 8654, 9069, 8346, 9524, 9675, 12400, 8928, 11432, 8664, 10645, 8709, 9827, 8928, 9990, 9420, 9806, 9211, 9561, 12856, 9709, 10637, 8606, 9389, 9005, 9896, 13120, 9434, 10984, 8572, 9931, 8909, 9230, 8417, 9787, 11996, 9218, 10772, 8767, 9160, 9036, 8420, 8977, 9603, 11423, 8663, 9499, 9111, 8307, 9470, 9302, 11229, 8996, 10336, 8966, 9428, 9253, 10134, 13243, 9572, 10922, 8708, 9506, 9422, 10048, 11098, 9389, 10847, 8723, 9877, 9047, 8808, 9496, 9200, 9326, 8580, 11697, 8849, 10682, 8753, 10129, 9097, 9509, 9425, 9352, 13768, 9212, 11078, 9012, 10255, 9190, 9295, 8764, 9530, 12329, 9172, 10833, 8619, 9707, 9232, 9233, 8781, 9392, 12356, 9264, 10516, 9070, 9552, 9284, 9358, 9440, 9158, 9375, 9303, 12938, 9337, 11446, 9313, 10961, 8807, 10176, 8809, 10464, 8985, 10329, 9105, 9675, 14405, 10263, 11660, 9042, 10965, 8865, 10010, 8654, 9720, 8955, 10043, 9194, 9766, 13116, 8965, 10973, 9365, 9740, 8717, 10251, 8601, 9984, 9073, 9579, 8889, 9271, 9126, 9366, 10144, 9565, 11968, 9177, 10248, 8663, 10544, 9281, 9943, 10117, 9653, 13345, 9828, 11033, 8584, 9798, 9298, 9734, 10001, 9195, 11422, 8897, 9827, 9167, 9612, 9039, 9750, 9176, 9118, 9591, 9233, 12554, 8878, 10706, 8508, 10431, 9122, 10433, 9288, 9519, 9075, 9369, 12189, 9449, 11691, 8807, 10813, 8731, 10152, 9145, 10119, 9491, 9934, 12785, 9852, 10685, 8622, 9616, 9277, 10085, 12419, 9668, 11043, 8914, 9983, 8748, 9829, 9173, 10146, 11482, 9305, 11196, 9146, 9447, 8939, 9770, 8958, 9276, 9028, 10006, 13052, 9852, 11625, 9225, 10338, 8761, 9772, 9218, 9477, 9156, 8999, 8620, 9380, 12262, 8968, 10733, 8615, 10195, 8931, 10086, 9194, 10224, 9215, 9842, 9318, 9742, 9553, 9299, 12972, 8861, 10704, 8918, 10095, 9059, 10296, 9291, 10898, 9040, 10525, 8842, 9974, 11130, 9392, 8660, 9828, 11404, 9582, 11757, 9300, 10495, 8873, 10422, 9245, 9627, 9201, 9607, 12639, 9665, 11589, 9227, 11384, 9101, 10515, 8999, 10169, 8924, 10402, 9278, 9792, 9043, 9718, 13519, 9568, 12578, 9323, 11139, 9220, 10245, 8568, 10181, 9127, 10045, 9489, 9307, 8574, 9893, 12720, 9472, 10925, 9362, 9907, 9053, 10004, 8820, 9923, 8735, 9859, 13528, 9887, 10362, 9061, 9697, 9249, 9998, 10892, 9750, 11562, 9419, 9887, 9060, 9574, 9464, 8983, 9097, 9837, 12834, 9501, 10584, 8920, 9605, 9274, 9277, 9162, 10054, 12348, 9446, 11020, 9015, 9750, 8986, 10059, 9046, 10003, 8635, 9915, 12822, 9528, 10357, 8480, 9946, 8847, 9859, 9190, 10385, 9379, 10394, 9178, 10289, 9417, 9214, 9456, 10431, 13484, 9873, 13028, 9419, 10660, 8939, 9943, 9307, 9911, 13695, 9873, 10273, 8954, 9467, 9236, 9068, 8906, 9934, 11446, 9494, 10956, 8857, 10238, 8762, 9890, 9450, 9472, 9585, 9607, 10014, 9887, 12744, 9632, 10670, 9088, 10264, 9162, 10337, 10660, 10456, 13423, 9817, 10718, 9262, 10144, 8862, 9966, 9185, 10335, 9291, 8652, 8255, 9871, 13265, 9181, 10773, 9111, 9964, 8825, 9581, 9341, 9437, 9614, 9095, 8762, 9523, 12461, 9353, 10638, 9414, 9677, 9394, 8914, 9459, 9626, 12417, 9089, 10358, 9447, 9285, 9628, 8843, 9079, 9614, 11999, 9317, 10050, 9035, 9867, 9138, 9957, 13495, 9032, 10839, 8863, 9822, 8927, 10060, 9638, 9790, 9754, 10080, 9848, 8705, 8825, 9432, 13348, 9116, 11042, 9004, 10475, 9201, 10273, 9177, 10177, 9563, 10309, 9168, 10100, 11457, 9287, 11577, 8887, 9857, 9110, 9738, 9682, 10168, 13499, 9522, 10700, 8926, 9737, 9275, 9879, 9732, 10011, 10333, 9355, 12096, 9337, 10086, 9189, 10112, 9368, 9925, 9459, 9489, 9343, 9730, 9372, 9782, 10133, 9798, 12561, 9189, 10515, 9087, 9919, 8999, 9987, 8896, 10096, 9282, 10303, 9203, 9949, 9536, 9561, 11459, 9090, 10162, 9091, 10158, 9441, 10061, 9336, 9422, 9473, 9862, 10261, 9628, 12344, 9449, 10814, 8636, 10886, 9023, 9836, 9163, 9653, 9522, 9661, 9277, 9215, 11739, 8879, 9524, 9463, 9182, 9569, 9183, 9259, 9274, 9233, 9344, 10039, 9295, 11970, 8974, 10689, 9010, 10133, 9468, 9542, 9543, 9762, 12575, 9511, 11901, 9246, 9998, 9187, 9359, 9416, 9980, 13362, 9989, 10974, 9266, 9779, 9367, 10056, 9418, 10263, 9225, 9939, 9032, 9927, 9176, 9315, 9211, 9130, 9814, 8841, 12533, 8981, 11277, 9001, 12056, 9521, 8988, 9847, 9389, 12422, 9605, 10045, 9030, 8114, 9706, 9336, 11941, 9113, 11498, 9072, 9533, 9287, 8343, 9843, 9452, 12118, 8747, 10364, 8743, 10229, 9274, 9797, 9476, 9089, 9460, 9321, 9450, 8566, 9115, 9217, 13524, 9071, 11766, 8801, 9537, 9361, 9546, 9495, 9529, 13058, 8993, 12220, 8570, 10112, 9127, 11585, 9441, 9439, 9812, 9527, 9711, 8805, 8692, 8916, 10632, 9113, 13106, 8857, 10086, 9068, 9472, 8778, 10840, 8963, 12131, 8661, 9175, 8297, 9473, 8763, 13074, 8870, 10888, 9228, 10119, 9146, 9728, 9414, 10385, 9929, 10495, 9641, 10041, 9989, 8524, 9852, 9182, 11158, 9121, 13451, 8839, 11223, 8816, 9524, 9706, 9071, 9754, 9592, 10228, 8870, 11060, 8908, 11017, 9825, 10897, 9600, 9318, 9939, 9232, 13054, 9066, 9844, 9362, 9493, 9747, 8107, 9895, 8766, 11279, 8720, 9111, 8386, 9925, 8349, 9883, 9031, 12353, 8394, 11992, 8547, 10840, 9019, 11116, 9207, 10254, 11329, 8691, 11877, 8633, 11276, 8846, 9621, 9401, 9249, 8833, 8336, 12041, 8622, 10360, 9400, 9727, 9354, 8093, 9543, 8464, 10061, 8654, 11520, 8890, 9531, 9193, 11149, 9305, 8602, 11587, 8693, 10492, 8879, 9411, 9637, 10138, 9932, 8565, 9409, 8762, 10247, 9040, 9817, 9353, 9740, 9330, 12370, 9490, 8290, 9427, 8637, 11619, 8511, 11027, 8853, 9946, 9342, 11269], 'WindowCenter': [4547.0, 4509.0, 4507.0, 4494.0, 4482.0, 4468.0, 4480.0, 4509.0, 4481.0, 4488.0, 4469.0, 4490.0, 4466.0, 4488.0, 4466.0, 4479.0, 4497.0, 4477.0, 4485.0, 4476.0, 4475.0, 4466.0, 4476.0, 4453.0, 4464.0, 4443.0, 4464.0, 4484.0, 4454.0, 4475.0, 4465.0, 4455.0, 4454.0, 4475.0, 4484.0, 4478.0, 4476.0, 4467.0, 4467.0, 4477.0, 4470.0, 4478.0, 4491.0, 4508.0, 4494.0, 4500.0, 4482.0, 4491.0, 4479.0, 4491.0, 4480.0, 4490.0, 4477.0, 4490.0, 4467.0, 4477.0, 4496.0, 4478.0, 4477.0, 4456.0, 4467.0, 4464.0, 4477.0, 4494.0, 4466.0, 4486.0, 4456.0, 4465.0, 4453.0, 4466.0, 4452.0, 4476.0, 4485.0, 4466.0, 4476.0, 4456.0, 4464.0, 4453.0, 4457.0, 4463.0, 4476.0, 4487.0, 4464.0, 4475.0, 4465.0, 4467.0, 4476.0, 4477.0, 4498.0, 4481.0, 4488.0, 4467.0, 4479.0, 4476.0, 4488.0, 4497.0, 4479.0, 4488.0, 4466.0, 4477.0, 4466.0, 4478.0, 4484.0, 4467.0, 4486.0, 4468.0, 4479.0, 4468.0, 4479.0, 4478.0, 4479.0, 4478.0, 4481.0, 4498.0, 4480.0, 4490.0, 4470.0, 4491.0, 4479.0, 4480.0, 4478.0, 4481.0, 4508.0, 4479.0, 4490.0, 4468.0, 4479.0, 4465.0, 4479.0, 4466.0, 4478.0, 4497.0, 4478.0, 4487.0, 4468.0, 4478.0, 4468.0, 4478.0, 4465.0, 4478.0, 4497.0, 4478.0, 4487.0, 4468.0, 4476.0, 4479.0, 4479.0, 4490.0, 4492.0, 4480.0, 4481.0, 4510.0, 4480.0, 4499.0, 4479.0, 4502.0, 4481.0, 4488.0, 4469.0, 4489.0, 4467.0, 4490.0, 4480.0, 4480.0, 4509.0, 4489.0, 4487.0, 4469.0, 4488.0, 4468.0, 4479.0, 4468.0, 4478.0, 4466.0, 4480.0, 4479.0, 4479.0, 4508.0, 4479.0, 4489.0, 4480.0, 4476.0, 4469.0, 4476.0, 4467.0, 4478.0, 4467.0, 4479.0, 4468.0, 4479.0, 4479.0, 4480.0, 4488.0, 4490.0, 4500.0, 4481.0, 4488.0, 4468.0, 4489.0, 4478.0, 4491.0, 4488.0, 4478.0, 4498.0, 4480.0, 4488.0, 4467.0, 4478.0, 4467.0, 4480.0, 4477.0, 4478.0, 4489.0, 4469.0, 4489.0, 4482.0, 4481.0, 4479.0, 4491.0, 4479.0, 4481.0, 4480.0, 4480.0, 4510.0, 4471.0, 4490.0, 4471.0, 4491.0, 4481.0, 4491.0, 4479.0, 4480.0, 4469.0, 4481.0, 4499.0, 4479.0, 4499.0, 4480.0, 4489.0, 4469.0, 4479.0, 4468.0, 4489.0, 4466.0, 4479.0, 4498.0, 4477.0, 4477.0, 4454.0, 4466.0, 4464.0, 4476.0, 4487.0, 4467.0, 4485.0, 4465.0, 4466.0, 4455.0, 4466.0, 4465.0, 4474.0, 4485.0, 4467.0, 4486.0, 4467.0, 4466.0, 4466.0, 4476.0, 4467.0, 4478.0, 4468.0, 4491.0, 4496.0, 4478.0, 4487.0, 4478.0, 4479.0, 4470.0, 4480.0, 4467.0, 4478.0, 4467.0, 4470.0, 4468.0, 4477.0, 4499.0, 4468.0, 4490.0, 4470.0, 4479.0, 4469.0, 4479.0, 4478.0, 4489.0, 4466.0, 4488.0, 4469.0, 4479.0, 4478.0, 4480.0, 4508.0, 4470.0, 4490.0, 4479.0, 4490.0, 4471.0, 4490.0, 4480.0, 4502.0, 4480.0, 4491.0, 4470.0, 4490.0, 4490.0, 4477.0, 4469.0, 4491.0, 4499.0, 4491.0, 4501.0, 4481.0, 4490.0, 4469.0, 4489.0, 4477.0, 4481.0, 4480.0, 4481.0, 4500.0, 4479.0, 4498.0, 4479.0, 4499.0, 4481.0, 4490.0, 4479.0, 4490.0, 4481.0, 4489.0, 4478.0, 4490.0, 4480.0, 4492.0, 4508.0, 4479.0, 4499.0, 4481.0, 4499.0, 4478.0, 4491.0, 4469.0, 4489.0, 4468.0, 4480.0, 4478.0, 4480.0, 4467.0, 4479.0, 4499.0, 4478.0, 4488.0, 4468.0, 4479.0, 4469.0, 4477.0, 4467.0, 4479.0, 4457.0, 4478.0, 4498.0, 4478.0, 4478.0, 4468.0, 4467.0, 4467.0, 4479.0, 4475.0, 4468.0, 4486.0, 4468.0, 4477.0, 4467.0, 4478.0, 4478.0, 4470.0, 4466.0, 4480.0, 4499.0, 4479.0, 4488.0, 4479.0, 4480.0, 4467.0, 4468.0, 4467.0, 4477.0, 4497.0, 4478.0, 4488.0, 4470.0, 4479.0, 4470.0, 4478.0, 4468.0, 4489.0, 4469.0, 4490.0, 4498.0, 4479.0, 4477.0, 4469.0, 4479.0, 4467.0, 4478.0, 4480.0, 4490.0, 4482.0, 4493.0, 4482.0, 4491.0, 4493.0, 4481.0, 4491.0, 4503.0, 4507.0, 4481.0, 4498.0, 4478.0, 4488.0, 4467.0, 4478.0, 4466.0, 4481.0, 4508.0, 4477.0, 4475.0, 4467.0, 4476.0, 4478.0, 4480.0, 4466.0, 4488.0, 4488.0, 4479.0, 4489.0, 4480.0, 4489.0, 4468.0, 4478.0, 4479.0, 4480.0, 4479.0, 4490.0, 4490.0, 4493.0, 4498.0, 4479.0, 4489.0, 4469.0, 4489.0, 4468.0, 4489.0, 4486.0, 4489.0, 4498.0, 4478.0, 4478.0, 4469.0, 4478.0, 4466.0, 4478.0, 4467.0, 4476.0, 4467.0, 4467.0, 4455.0, 4492.0, 4509.0, 4478.0, 4488.0, 4470.0, 4478.0, 4469.0, 4480.0, 4480.0, 4480.0, 4477.0, 4481.0, 4468.0, 4479.0, 4500.0, 4482.0, 4488.0, 4467.0, 4469.0, 4469.0, 4468.0, 4477.0, 4481.0, 4498.0, 4479.0, 4479.0, 4480.0, 4480.0, 4477.0, 4479.0, 4467.0, 4491.0, 4498.0, 4479.0, 4477.0, 4469.0, 4490.0, 4468.0, 4490.0, 4509.0, 4469.0, 4488.0, 4468.0, 4477.0, 4468.0, 4477.0, 4481.0, 4491.0, 4479.0, 4492.0, 4488.0, 4482.0, 4468.0, 4491.0, 4520.0, 4482.0, 4500.0, 4480.0, 4491.0, 4480.0, 4493.0, 4480.0, 4491.0, 4481.0, 4491.0, 4477.0, 4492.0, 4498.0, 4479.0, 4499.0, 4480.0, 4480.0, 4470.0, 4479.0, 4478.0, 4491.0, 4509.0, 4478.0, 4488.0, 4469.0, 4476.0, 4469.0, 4479.0, 4479.0, 4491.0, 4489.0, 4480.0, 4499.0, 4481.0, 4480.0, 4478.0, 4489.0, 4478.0, 4490.0, 4480.0, 4480.0, 4467.0, 4480.0, 4478.0, 4480.0, 4478.0, 4477.0, 4500.0, 4478.0, 4488.0, 4469.0, 4478.0, 4468.0, 4479.0, 4467.0, 4488.0, 4468.0, 4476.0, 4466.0, 4479.0, 4466.0, 4479.0, 4486.0, 4467.0, 4479.0, 4468.0, 4477.0, 4478.0, 4479.0, 4479.0, 4478.0, 4479.0, 4489.0, 4477.0, 4478.0, 4499.0, 4478.0, 4489.0, 4469.0, 4489.0, 4467.0, 4478.0, 4467.0, 4477.0, 4478.0, 4479.0, 4469.0, 4479.0, 4498.0, 4468.0, 4479.0, 4479.0, 4468.0, 4477.0, 4478.0, 4478.0, 4479.0, 4478.0, 4481.0, 4479.0, 4480.0, 4499.0, 4479.0, 4490.0, 4469.0, 4478.0, 4479.0, 4480.0, 4480.0, 4490.0, 4499.0, 4480.0, 4497.0, 4468.0, 4477.0, 4466.0, 4467.0, 4467.0, 4477.0, 4496.0, 4477.0, 4487.0, 4468.0, 4490.0, 4493.0, 4491.0, 4478.0, 4478.0, 4480.0, 4479.0, 4483.0, 4489.0, 4481.0, 4481.0, 4479.0, 4482.0, 4489.0, 4481.0, 4509.0, 4481.0, 4488.0, 4469.0, 4498.0, 4476.0, 4469.0, 4480.0, 4479.0, 4498.0, 4478.0, 4475.0, 4467.0, 4458.0, 4479.0, 4468.0, 4483.0, 4457.0, 4485.0, 4469.0, 4478.0, 4468.0, 4458.0, 4477.0, 4480.0, 4491.0, 4458.0, 4478.0, 4472.0, 4478.0, 4480.0, 4480.0, 4480.0, 4470.0, 4480.0, 4481.0, 4480.0, 4471.0, 4470.0, 4482.0, 4509.0, 4471.0, 4489.0, 4472.0, 4480.0, 4468.0, 4481.0, 4480.0, 4479.0, 4498.0, 4469.0, 4499.0, 4468.0, 4479.0, 4470.0, 4500.0, 4481.0, 4482.0, 4479.0, 4495.0, 4494.0, 4485.0, 4484.0, 4484.0, 4505.0, 4495.0, 4513.0, 4480.0, 4479.0, 4470.0, 4479.0, 4469.0, 4494.0, 4483.0, 4500.0, 4470.0, 4479.0, 4472.0, 4481.0, 4471.0, 4512.0, 4482.0, 4491.0, 4481.0, 4490.0, 4482.0, 4481.0, 4481.0, 4492.0, 4491.0, 4492.0, 4481.0, 4491.0, 4480.0, 4472.0, 4480.0, 4483.0, 4503.0, 4482.0, 4510.0, 4473.0, 4490.0, 4471.0, 4480.0, 4479.0, 4470.0, 4480.0, 4480.0, 4480.0, 4481.0, 4489.0, 4480.0, 4491.0, 4491.0, 4490.0, 4480.0, 4480.0, 4478.0, 4481.0, 4511.0, 4469.0, 4479.0, 4469.0, 4469.0, 4469.0, 4459.0, 4478.0, 4470.0, 4489.0, 4486.0, 4471.0, 4469.0, 4490.0, 4472.0, 4491.0, 4482.0, 4512.0, 4472.0, 4503.0, 4483.0, 4503.0, 4468.0, 4502.0, 4480.0, 4491.0, 4487.0, 4459.0, 4486.0, 4456.0, 4489.0, 4469.0, 4469.0, 4467.0, 4467.0, 4455.0, 4458.0, 4487.0, 4468.0, 4476.0, 4468.0, 4479.0, 4469.0, 4458.0, 4478.0, 4470.0, 4478.0, 4470.0, 4489.0, 4468.0, 4478.0, 4469.0, 4489.0, 4467.0, 4469.0, 4489.0, 4469.0, 4477.0, 4469.0, 4467.0, 4479.0, 4479.0, 4490.0, 4472.0, 4480.0, 4470.0, 4480.0, 4470.0, 4490.0, 4483.0, 4478.0, 4480.0, 4510.0, 4479.0, 4471.0, 4480.0, 4469.0, 4488.0, 4472.0, 4489.0, 4471.0, 4481.0, 4482.0, 4500.0], 'WindowWidth': [9991.0, 9925.0, 9916.0, 9890.0, 9871.0, 9845.0, 9866.0, 9904.0, 9866.0, 9872.0, 9847.0, 9874.0, 9839.0, 9871.0, 9839.0, 9860.0, 9881.0, 9853.0, 9863.0, 9850.0, 9847.0, 9837.0, 9852.0, 9815.0, 9831.0, 9801.0, 9832.0, 9858.0, 9819.0, 9848.0, 9833.0, 9821.0, 9819.0, 9850.0, 9860.0, 9855.0, 9852.0, 9842.0, 9842.0, 9857.0, 9850.0, 9858.0, 9881.0, 9901.0, 9889.0, 9891.0, 9868.0, 9880.0, 9863.0, 9881.0, 9865.0, 9878.0, 9855.0, 9876.0, 9841.0, 9855.0, 9880.0, 9857.0, 9856.0, 9823.0, 9841.0, 9832.0, 9853.0, 9875.0, 9837.0, 9866.0, 9824.0, 9835.0, 9816.0, 9837.0, 9815.0, 9849.0, 9861.0, 9836.0, 9851.0, 9822.0, 9832.0, 9815.0, 9828.0, 9830.0, 9850.0, 9868.0, 9835.0, 9849.0, 9835.0, 9841.0, 9852.0, 9856.0, 9887.0, 9866.0, 9872.0, 9842.0, 9860.0, 9852.0, 9870.0, 9883.0, 9857.0, 9871.0, 9837.0, 9854.0, 9837.0, 9858.0, 9862.0, 9840.0, 9865.0, 9846.0, 9860.0, 9843.0, 9860.0, 9857.0, 9861.0, 9859.0, 9864.0, 9886.0, 9865.0, 9877.0, 9850.0, 9880.0, 9861.0, 9864.0, 9858.0, 9866.0, 9900.0, 9860.0, 9874.0, 9845.0, 9859.0, 9835.0, 9858.0, 9837.0, 9858.0, 9884.0, 9859.0, 9871.0, 9844.0, 9856.0, 9842.0, 9858.0, 9837.0, 9859.0, 9883.0, 9859.0, 9868.0, 9844.0, 9853.0, 9859.0, 9861.0, 9877.0, 9885.0, 9863.0, 9868.0, 9905.0, 9865.0, 9889.0, 9863.0, 9895.0, 9865.0, 9872.0, 9846.0, 9874.0, 9842.0, 9877.0, 9862.0, 9864.0, 9904.0, 9874.0, 9870.0, 9845.0, 9871.0, 9844.0, 9861.0, 9845.0, 9856.0, 9839.0, 9863.0, 9857.0, 9860.0, 9900.0, 9862.0, 9873.0, 9862.0, 9852.0, 9846.0, 9851.0, 9840.0, 9856.0, 9843.0, 9860.0, 9843.0, 9860.0, 9858.0, 9863.0, 9872.0, 9877.0, 9890.0, 9864.0, 9871.0, 9845.0, 9875.0, 9856.0, 9878.0, 9871.0, 9857.0, 9885.0, 9862.0, 9869.0, 9840.0, 9857.0, 9839.0, 9861.0, 9853.0, 9857.0, 9871.0, 9847.0, 9874.0, 9868.0, 9866.0, 9860.0, 9879.0, 9860.0, 9867.0, 9862.0, 9865.0, 9905.0, 9853.0, 9877.0, 9854.0, 9880.0, 9865.0, 9879.0, 9860.0, 9862.0, 9846.0, 9865.0, 9889.0, 9861.0, 9889.0, 9865.0, 9876.0, 9845.0, 9860.0, 9843.0, 9872.0, 9838.0, 9857.0, 9883.0, 9854.0, 9853.0, 9819.0, 9837.0, 9831.0, 9851.0, 9865.0, 9838.0, 9862.0, 9836.0, 9837.0, 9820.0, 9835.0, 9833.0, 9846.0, 9860.0, 9840.0, 9863.0, 9840.0, 9838.0, 9840.0, 9852.0, 9841.0, 9858.0, 9844.0, 9879.0, 9882.0, 9858.0, 9868.0, 9857.0, 9859.0, 9848.0, 9862.0, 9840.0, 9858.0, 9839.0, 9847.0, 9842.0, 9856.0, 9887.0, 9844.0, 9875.0, 9848.0, 9857.0, 9844.0, 9858.0, 9858.0, 9873.0, 9839.0, 9873.0, 9847.0, 9861.0, 9859.0, 9865.0, 9901.0, 9848.0, 9875.0, 9863.0, 9876.0, 9851.0, 9875.0, 9864.0, 9894.0, 9862.0, 9880.0, 9849.0, 9876.0, 9875.0, 9856.0, 9847.0, 9878.0, 9886.0, 9879.0, 9893.0, 9866.0, 9875.0, 9846.0, 9874.0, 9855.0, 9865.0, 9862.0, 9866.0, 9888.0, 9861.0, 9885.0, 9860.0, 9886.0, 9866.0, 9876.0, 9860.0, 9876.0, 9866.0, 9874.0, 9857.0, 9876.0, 9862.0, 9882.0, 9902.0, 9861.0, 9887.0, 9865.0, 9889.0, 9859.0, 9878.0, 9846.0, 9875.0, 9842.0, 9861.0, 9856.0, 9862.0, 9841.0, 9859.0, 9888.0, 9858.0, 9870.0, 9844.0, 9857.0, 9845.0, 9855.0, 9840.0, 9858.0, 9828.0, 9856.0, 9884.0, 9854.0, 9855.0, 9842.0, 9840.0, 9839.0, 9859.0, 9848.0, 9842.0, 9866.0, 9843.0, 9853.0, 9840.0, 9858.0, 9856.0, 9848.0, 9839.0, 9862.0, 9885.0, 9859.0, 9871.0, 9861.0, 9861.0, 9839.0, 9844.0, 9839.0, 9856.0, 9881.0, 9858.0, 9871.0, 9850.0, 9858.0, 9848.0, 9856.0, 9845.0, 9875.0, 9846.0, 9877.0, 9887.0, 9859.0, 9854.0, 9846.0, 9857.0, 9842.0, 9856.0, 9862.0, 9877.0, 9870.0, 9885.0, 9867.0, 9879.0, 9884.0, 9867.0, 9880.0, 9899.0, 9897.0, 9865.0, 9887.0, 9857.0, 9869.0, 9841.0, 9857.0, 9839.0, 9863.0, 9897.0, 9854.0, 9848.0, 9841.0, 9852.0, 9858.0, 9862.0, 9839.0, 9871.0, 9870.0, 9860.0, 9872.0, 9865.0, 9874.0, 9843.0, 9857.0, 9860.0, 9864.0, 9861.0, 9877.0, 9877.0, 9883.0, 9888.0, 9861.0, 9873.0, 9848.0, 9874.0, 9843.0, 9876.0, 9867.0, 9872.0, 9884.0, 9856.0, 9857.0, 9843.0, 9855.0, 9838.0, 9858.0, 9839.0, 9853.0, 9839.0, 9842.0, 9823.0, 9884.0, 9906.0, 9860.0, 9872.0, 9848.0, 9855.0, 9846.0, 9860.0, 9864.0, 9865.0, 9856.0, 9865.0, 9844.0, 9860.0, 9891.0, 9869.0, 9872.0, 9843.0, 9845.0, 9844.0, 9843.0, 9853.0, 9865.0, 9885.0, 9861.0, 9860.0, 9860.0, 9861.0, 9854.0, 9862.0, 9841.0, 9880.0, 9887.0, 9860.0, 9856.0, 9846.0, 9876.0, 9842.0, 9878.0, 9902.0, 9847.0, 9869.0, 9844.0, 9853.0, 9844.0, 9856.0, 9864.0, 9878.0, 9860.0, 9882.0, 9872.0, 9869.0, 9845.0, 9881.0, 9920.0, 9871.0, 9892.0, 9866.0, 9881.0, 9865.0, 9884.0, 9865.0, 9881.0, 9865.0, 9879.0, 9856.0, 9882.0, 9885.0, 9860.0, 9888.0, 9864.0, 9864.0, 9847.0, 9860.0, 9857.0, 9878.0, 9902.0, 9858.0, 9871.0, 9846.0, 9854.0, 9845.0, 9860.0, 9857.0, 9878.0, 9873.0, 9863.0, 9887.0, 9864.0, 9860.0, 9859.0, 9872.0, 9857.0, 9878.0, 9862.0, 9863.0, 9842.0, 9861.0, 9857.0, 9862.0, 9856.0, 9855.0, 9889.0, 9859.0, 9871.0, 9846.0, 9856.0, 9844.0, 9859.0, 9844.0, 9872.0, 9843.0, 9853.0, 9838.0, 9859.0, 9838.0, 9857.0, 9865.0, 9843.0, 9861.0, 9845.0, 9854.0, 9859.0, 9860.0, 9861.0, 9857.0, 9859.0, 9875.0, 9856.0, 9858.0, 9886.0, 9859.0, 9873.0, 9846.0, 9875.0, 9842.0, 9858.0, 9839.0, 9854.0, 9856.0, 9860.0, 9845.0, 9861.0, 9884.0, 9845.0, 9858.0, 9857.0, 9842.0, 9854.0, 9859.0, 9857.0, 9862.0, 9858.0, 9865.0, 9859.0, 9863.0, 9890.0, 9863.0, 9876.0, 9848.0, 9857.0, 9861.0, 9862.0, 9861.0, 9876.0, 9890.0, 9862.0, 9883.0, 9844.0, 9854.0, 9837.0, 9841.0, 9838.0, 9854.0, 9880.0, 9852.0, 9867.0, 9845.0, 9879.0, 9890.0, 9880.0, 9860.0, 9856.0, 9863.0, 9859.0, 9869.0, 9876.0, 9867.0, 9868.0, 9861.0, 9869.0, 9875.0, 9867.0, 9905.0, 9867.0, 9873.0, 9848.0, 9884.0, 9849.0, 9846.0, 9860.0, 9860.0, 9885.0, 9856.0, 9850.0, 9839.0, 9828.0, 9858.0, 9843.0, 9859.0, 9824.0, 9861.0, 9844.0, 9854.0, 9843.0, 9830.0, 9854.0, 9861.0, 9873.0, 9826.0, 9857.0, 9852.0, 9856.0, 9863.0, 9863.0, 9861.0, 9847.0, 9860.0, 9863.0, 9860.0, 9852.0, 9848.0, 9867.0, 9901.0, 9850.0, 9872.0, 9852.0, 9861.0, 9843.0, 9864.0, 9861.0, 9860.0, 9884.0, 9845.0, 9886.0, 9845.0, 9858.0, 9848.0, 9887.0, 9865.0, 9868.0, 9858.0, 9891.0, 9888.0, 9876.0, 9875.0, 9874.0, 9907.0, 9891.0, 9913.0, 9864.0, 9860.0, 9849.0, 9859.0, 9846.0, 9885.0, 9872.0, 9893.0, 9851.0, 9860.0, 9853.0, 9864.0, 9853.0, 9911.0, 9872.0, 9879.0, 9866.0, 9876.0, 9868.0, 9865.0, 9864.0, 9881.0, 9882.0, 9881.0, 9865.0, 9881.0, 9862.0, 9854.0, 9861.0, 9872.0, 9898.0, 9868.0, 9905.0, 9856.0, 9876.0, 9851.0, 9861.0, 9862.0, 9850.0, 9861.0, 9863.0, 9860.0, 9866.0, 9874.0, 9864.0, 9880.0, 9879.0, 9875.0, 9861.0, 9863.0, 9856.0, 9863.0, 9908.0, 9848.0, 9859.0, 9844.0, 9845.0, 9844.0, 9833.0, 9856.0, 9850.0, 9875.0, 9881.0, 9851.0, 9847.0, 9875.0, 9856.0, 9877.0, 9871.0, 9911.0, 9858.0, 9899.0, 9873.0, 9897.0, 9847.0, 9897.0, 9863.0, 9876.0, 9868.0, 9831.0, 9865.0, 9824.0, 9871.0, 9845.0, 9844.0, 9838.0, 9839.0, 9820.0, 9827.0, 9868.0, 9843.0, 9853.0, 9843.0, 9857.0, 9843.0, 9830.0, 9855.0, 9848.0, 9860.0, 9850.0, 9874.0, 9844.0, 9857.0, 9846.0, 9871.0, 9840.0, 9847.0, 9874.0, 9845.0, 9855.0, 9848.0, 9841.0, 9860.0, 9861.0, 9878.0, 9855.0, 9864.0, 9851.0, 9862.0, 9850.0, 9878.0, 9871.0, 9860.0, 9864.0, 9905.0, 9860.0, 9855.0, 9863.0, 9849.0, 9871.0, 9853.0, 9872.0, 9851.0, 9865.0, 9869.0, 9891.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.0035892766934557986</td></tr>
<tr><td colspan=3>aqi</td><td>0.03401102433983927</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.149960853275886</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3319372589770104</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9823611589310337</td></tr>
<tr><td colspan=3>efc</td><td>0.4758</td></tr>
<tr><td colspan=3>fber</td><td>7201.8027</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09544967400898284</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2629161882893227</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.451708322334001</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4185452150646616</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6102388468579654</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3263409050793755</td></tr>
<tr><td colspan=3>gcor</td><td>0.00313027</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013181749731302261</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02517271786928177</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.208743171399083</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.8575</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4677</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.9112</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297383.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>830.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.4386</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1697</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.3564</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3702.0957</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1520.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.459</td></tr>
<tr><td colspan=3>tsnr</td><td>37.0716978663113</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>