ds005256-mriqc/sub-0109_ses-01_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 73782ef499 [DATALAD RUNCMD] Compute MRIQC for sub-0109
=== 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-0109 --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-0109",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:18:08 +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-0109_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0109_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-01/func/sub-0109_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c27537875c6a09f2a3db616dcfb69a19</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>21:34:5.175000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998135, -0.0542214, -0.0280411, 0.0551054, 0.997975, 0.0317771]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0944895</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7785, -7257, 341, -85, -2, -23, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>126f2d12-d965-45c1-86b9-bf6b2e1c9460||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779236793518066, 0.14784380793571472, -0.07090552151203156, 109.75798034667969], [0.14547204971313477, 2.6774933338165283, 0.08981021493673325, -115.38445281982422], [-0.07523220032453537, -0.08525560051202774, 2.6975741386413574, -81.8042221069336], [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': ['213405.175000', '213405.635000', '213406.095000', '213406.555000', '213407.015000', '213407.475000', '213407.935000', '213408.395000', '213408.855000', '213409.315000', '213409.775000', '213410.235000', '213410.695000', '213411.155000', '213411.615000', '213412.075000', '213412.535000', '213412.995000', '213413.455000', '213413.915000', '213414.375000', '213414.835000', '213415.295000', '213415.755000', '213416.215000', '213416.675000', '213417.135000', '213417.595000', '213418.055000', '213418.515000', '213418.975000', '213419.435000', '213419.895000', '213420.355000', '213420.815000', '213421.275000', '213421.735000', '213422.195000', '213422.655000', '213423.115000', '213423.575000', '213424.035000', '213424.495000', '213424.955000', '213425.415000', '213425.875000', '213426.335000', '213426.795000', '213427.255000', '213427.715000', '213428.175000', '213428.635000', '213429.095000', '213429.555000', '213430.015000', '213430.475000', '213430.935000', '213431.395000', '213431.855000', '213432.315000', '213432.775000', '213433.235000', '213433.695000', '213434.155000', '213434.615000', '213435.075000', '213435.535000', '213435.995000', '213436.455000', '213436.915000', '213437.375000', '213437.835000', '213438.295000', '213438.755000', '213439.215000', '213439.675000', '213440.135000', '213440.595000', '213441.055000', '213441.515000', '213441.975000', '213442.435000', '213442.895000', '213443.355000', '213443.815000', '213444.275000', '213444.735000', '213445.195000', '213445.655000', '213446.115000', '213446.575000', '213447.035000', '213447.495000', '213447.955000', '213448.415000', '213448.875000', '213449.335000', '213449.795000', '213450.255000', '213450.715000', '213451.175000', '213451.635000', '213452.095000', '213452.555000', '213453.015000', '213453.475000', '213453.935000', '213454.395000', '213454.855000', '213455.315000', '213455.775000', '213456.235000', '213456.695000', '213457.155000', '213457.615000', '213458.075000', '213458.535000', '213458.995000', '213459.455000', '213459.915000', '213500.375000', '213500.835000', '213501.295000', '213501.755000', '213502.215000', '213502.675000', '213503.135000', '213503.595000', '213504.055000', '213504.515000', '213504.975000', '213505.435000', '213505.895000', '213506.355000', '213506.815000', '213507.275000', '213507.735000', '213508.195000', '213508.655000', '213509.115000', '213509.575000', '213510.035000', '213510.495000', '213510.955000', '213511.415000', '213511.875000', '213512.335000', '213512.795000', '213513.255000', '213513.715000', '213514.175000', '213514.635000', '213515.095000', '213515.555000', '213516.015000', '213516.475000', '213516.935000', '213517.395000', '213517.855000', '213518.315000', '213518.775000', '213519.235000', '213519.695000', '213520.155000', '213520.615000', '213521.075000', '213521.535000', '213521.995000', '213522.455000', '213522.915000', '213523.375000', '213523.835000', '213524.295000', '213524.755000', '213525.215000', '213525.675000', '213526.135000', '213526.595000', '213527.055000', '213527.515000', '213527.975000', '213528.435000', '213528.895000', '213529.355000', '213529.815000', '213530.275000', '213530.735000', '213531.195000', '213531.655000', '213532.115000', '213532.575000', '213533.035000', '213533.495000', '213533.955000', '213534.415000', '213534.875000', '213535.335000', '213535.795000', '213536.255000', '213536.715000', '213537.175000', '213537.635000', '213538.095000', '213538.555000', '213539.015000', '213539.475000', '213539.935000', '213540.395000', '213540.855000', '213541.315000', '213541.775000', '213542.235000', '213542.695000', '213543.155000', '213543.615000', '213544.075000', '213544.535000', '213544.995000', '213545.455000', '213545.915000', '213546.375000', '213546.835000', '213547.295000', '213547.755000', '213548.215000', '213548.675000', '213549.135000', '213549.595000', '213550.055000', '213550.515000', '213550.975000', '213551.435000', '213551.895000', '213552.355000', '213552.815000', '213553.275000', '213553.735000', '213554.195000', '213554.655000', '213555.115000', '213555.575000', '213556.035000', '213556.495000', '213556.955000', '213557.415000', '213557.875000', '213558.335000', '213558.795000', '213559.255000', '213559.715000', '213600.175000', '213600.635000', '213601.095000', '213601.555000', '213602.015000', '213602.475000', '213602.935000', '213603.395000', '213603.855000', '213604.315000', '213604.775000', '213605.235000', '213605.695000', '213606.155000', '213606.615000', '213607.075000', '213607.535000', '213607.995000', '213608.455000', '213608.915000', '213609.375000', '213609.835000', '213610.295000', '213610.755000', '213611.215000', '213611.675000', '213612.135000', '213612.595000', '213613.055000', '213613.515000', '213613.975000', '213614.435000', '213614.895000', '213615.355000', '213615.815000', '213616.275000', '213616.735000', '213617.195000', '213617.655000', '213618.115000', '213618.575000', '213619.035000', '213619.495000', '213619.955000', '213620.415000', '213620.875000', '213621.335000', '213621.795000', '213622.255000', '213622.715000', '213623.175000', '213623.635000', '213624.095000', '213624.555000', '213625.015000', '213625.475000', '213625.935000', '213626.395000', '213626.855000', '213627.315000', '213627.775000', '213628.235000', '213628.695000', '213629.155000', '213629.615000', '213630.075000', '213630.535000', '213630.995000', '213631.455000', '213631.915000', '213632.375000', '213632.835000', '213633.295000', '213633.755000', '213634.215000', '213634.675000', '213635.135000', '213635.595000', '213636.055000', '213636.515000', '213636.975000', '213637.435000', '213637.895000', '213638.355000', '213638.815000', '213639.275000', '213639.735000', '213640.195000', '213640.655000', '213641.115000', '213641.575000', '213642.035000', '213642.495000', '213642.955000', '213643.415000', '213643.875000', '213644.335000', '213644.795000', '213645.255000', '213645.715000', '213646.175000', '213646.635000', '213647.095000', '213647.555000', '213648.015000', '213648.475000', '213648.935000', '213649.395000', '213649.855000', '213650.315000', '213650.775000', '213651.235000', '213651.695000', '213652.155000', '213652.615000', '213653.075000', '213653.535000', '213653.995000', '213654.455000', '213654.915000', '213655.375000', '213655.835000', '213656.295000', '213656.755000', '213657.215000', '213657.675000', '213658.135000', '213658.595000', '213659.055000', '213659.515000', '213659.975000', '213700.435000', '213700.895000', '213701.355000', '213701.815000', '213702.275000', '213702.735000', '213703.195000', '213703.655000', '213704.115000', '213704.575000', '213705.035000', '213705.495000', '213705.955000', '213706.415000', '213706.875000', '213707.335000', '213707.795000', '213708.255000', '213708.715000', '213709.175000', '213709.635000', '213710.095000', '213710.555000', '213711.015000', '213711.475000', '213711.935000', '213712.395000', '213712.855000', '213713.315000', '213713.775000', '213714.235000', '213714.695000', '213715.155000', '213715.615000', '213716.075000', '213716.535000', '213716.995000', '213717.455000', '213717.915000', '213718.375000', '213718.835000', '213719.295000', '213719.755000', '213720.215000', '213720.675000', '213721.135000', '213721.595000', '213722.055000', '213722.515000', '213722.975000', '213723.435000', '213723.895000', '213724.355000', '213724.815000', '213725.275000', '213725.735000', '213726.195000', '213726.655000', '213727.115000', '213727.575000', '213728.035000', '213728.495000', '213728.955000', '213729.415000', '213729.875000', '213730.335000', '213730.795000', '213731.255000', '213731.715000', '213732.175000', '213732.635000', '213733.095000', '213733.555000', '213734.015000', '213734.475000', '213734.935000', '213735.395000', '213735.855000', '213736.315000', '213736.775000', '213737.235000', '213737.695000', '213738.155000', '213738.615000', '213739.075000', '213739.535000', '213739.995000', '213740.455000', '213740.915000', '213741.375000', '213741.835000', '213742.295000', '213742.755000', '213743.215000', '213743.675000', '213744.135000', '213744.595000', '213745.055000', '213745.515000', '213745.975000', '213746.435000', '213746.895000', '213747.355000', '213747.815000', '213748.275000', '213748.735000', '213749.195000', '213749.655000', '213750.115000', '213750.575000', '213751.035000', '213751.495000', '213751.955000', '213752.415000', '213752.875000', '213753.335000', '213753.795000', '213754.255000', '213754.715000', '213755.175000', '213755.635000', '213756.095000', '213756.555000', '213757.015000', '213757.475000', '213757.935000', '213758.395000', '213758.855000', '213759.315000', '213759.775000', '213800.235000', '213800.695000', '213801.155000', '213801.615000', '213802.075000', '213802.535000', '213802.995000', '213803.455000', '213803.915000', '213804.375000', '213804.835000', '213805.295000', '213805.755000', '213806.215000', '213806.675000', '213807.135000', '213807.595000', '213808.055000', '213808.515000', '213808.975000', '213809.435000', '213809.895000', '213810.355000', '213810.815000', '213811.275000', '213811.735000', '213812.195000', '213812.655000', '213813.115000', '213813.575000', '213814.035000', '213814.495000', '213814.955000', '213815.415000', '213815.875000', '213816.335000', '213816.795000', '213817.255000', '213817.715000', '213818.175000', '213818.635000', '213819.095000', '213819.555000', '213820.015000', '213820.475000', '213820.935000', '213821.395000', '213821.855000', '213822.315000', '213822.775000', '213823.235000', '213823.695000', '213824.155000', '213824.615000', '213825.075000', '213825.535000', '213825.995000', '213826.455000', '213826.915000', '213827.375000', '213827.835000', '213828.295000', '213828.755000', '213829.215000', '213829.675000', '213830.135000', '213830.595000', '213831.055000', '213831.515000', '213831.975000', '213832.435000', '213832.895000', '213833.355000', '213833.815000', '213834.275000', '213834.735000', '213835.195000', '213835.655000', '213836.115000', '213836.575000', '213837.035000', '213837.495000', '213837.955000', '213838.415000', '213838.875000', '213839.335000', '213839.795000', '213840.255000', '213840.715000', '213841.175000', '213841.635000', '213842.095000', '213842.555000', '213843.015000', '213843.475000', '213843.935000', '213844.395000', '213844.855000', '213845.315000', '213845.775000', '213846.235000', '213846.695000', '213847.155000', '213847.615000', '213848.075000', '213848.535000', '213848.995000', '213849.455000', '213849.915000', '213850.375000', '213850.835000', '213851.295000', '213851.755000', '213852.215000', '213852.675000', '213853.135000', '213853.595000', '213854.055000', '213854.515000', '213854.975000', '213855.435000', '213855.895000', '213856.355000', '213856.815000', '213857.275000', '213857.735000', '213858.195000', '213858.655000', '213859.115000', '213859.575000', '213900.035000', '213900.495000', '213900.955000', '213901.415000', '213901.875000', '213902.335000', '213902.795000', '213903.255000', '213903.715000', '213904.175000', '213904.635000', '213905.095000', '213905.555000', '213906.015000', '213906.475000', '213906.935000', '213907.395000', '213907.855000', '213908.315000', '213908.775000', '213909.235000', '213909.695000', '213910.155000', '213910.615000', '213911.075000', '213911.535000', '213911.995000', '213912.455000', '213912.915000', '213913.375000', '213913.835000', '213914.295000', '213914.755000', '213915.215000', '213915.675000', '213916.135000', '213916.595000', '213917.055000', '213917.515000', '213917.975000', '213918.435000', '213918.895000', '213919.355000', '213919.815000', '213920.275000', '213920.735000', '213921.195000', '213921.655000', '213922.115000', '213922.575000', '213923.035000', '213923.495000', '213923.955000', '213924.415000', '213924.875000', '213925.335000', '213925.795000', '213926.255000', '213926.715000', '213927.175000', '213927.635000', '213928.095000', '213928.555000', '213929.015000', '213929.475000', '213929.935000', '213930.395000', '213930.855000', '213931.315000', '213931.775000', '213932.235000', '213932.695000', '213933.155000', '213933.615000', '213934.075000', '213934.535000', '213934.995000', '213935.455000', '213935.915000', '213936.375000', '213936.835000', '213937.295000', '213937.755000', '213938.215000', '213938.675000', '213939.135000', '213939.595000', '213940.055000', '213940.515000', '213940.975000', '213941.435000', '213941.895000', '213942.355000', '213942.815000', '213943.275000', '213943.735000', '213944.195000', '213944.655000', '213945.115000', '213945.575000', '213946.035000', '213946.495000', '213946.955000', '213947.415000', '213947.875000', '213948.335000', '213948.795000', '213949.255000', '213949.715000', '213950.175000', '213950.635000', '213951.095000', '213951.555000', '213952.015000', '213952.475000', '213952.935000', '213953.395000', '213953.855000', '213954.315000', '213954.775000', '213955.235000', '213955.695000', '213956.155000', '213956.615000', '213957.075000', '213957.535000', '213957.995000', '213958.455000', '213958.915000', '213959.375000', '213959.835000', '214000.295000', '214000.755000', '214001.215000', '214001.675000', '214002.135000', '214002.595000', '214003.055000', '214003.515000', '214003.975000', '214004.435000', '214004.895000', '214005.355000', '214005.815000', '214006.275000', '214006.735000', '214007.195000', '214007.655000', '214008.115000', '214008.575000', '214009.035000', '214009.495000', '214009.955000', '214010.415000', '214010.875000', '214011.335000', '214011.795000', '214012.255000', '214012.715000', '214013.175000', '214013.635000', '214014.095000', '214014.555000', '214015.015000', '214015.475000', '214015.935000', '214016.395000', '214016.855000', '214017.315000', '214017.775000', '214018.235000', '214018.695000', '214019.155000', '214019.615000', '214020.075000', '214020.535000', '214020.995000', '214021.455000', '214021.915000', '214022.375000', '214022.835000', '214023.295000', '214023.755000', '214024.215000', '214024.675000', '214025.135000', '214025.595000', '214026.055000', '214026.515000', '214026.975000', '214027.435000', '214027.895000', '214028.355000', '214028.815000', '214029.275000', '214029.735000', '214030.195000', '214030.655000', '214031.115000', '214031.575000', '214032.035000', '214032.495000', '214032.955000', '214033.415000', '214033.875000', '214034.335000', '214034.795000', '214035.255000', '214035.715000', '214036.175000', '214036.635000', '214037.095000', '214037.555000', '214038.015000', '214038.475000', '214038.935000', '214039.395000', '214039.855000', '214040.315000', '214040.775000', '214041.235000', '214041.695000', '214042.155000', '214042.615000', '214043.075000', '214043.535000', '214043.995000', '214044.455000', '214044.915000', '214045.375000', '214045.835000'], 'ContentTime': ['213433.825000', '213433.828000', '213433.830000', '213433.833000', '213433.836000', '213433.838000', '213433.841000', '213433.843000', '213433.847000', '213433.850000', '213433.853000', '213433.862000', '213433.865000', '213433.878000', '213433.881000', '213433.884000', '213433.887000', '213433.889000', '213433.892000', '213433.894000', '213433.897000', '213433.900000', '213433.902000', '213433.905000', '213433.907000', '213433.910000', '213433.912000', '213433.915000', '213433.918000', '213433.920000', '213433.923000', '213433.925000', '213433.928000', '213433.930000', '213433.933000', '213433.936000', '213433.939000', '213433.941000', '213433.944000', '213433.946000', '213433.949000', '213433.952000', '213433.954000', '213433.957000', '213433.959000', '213433.970000', '213433.972000', '213433.975000', '213433.977000', '213433.980000', '213433.982000', '213433.985000', '213433.988000', '213433.990000', '213433.993000', '213433.995000', '213433.998000', '213434.002000', '213434.004000', '213453.795000', '213453.798000', '213453.801000', '213453.804000', '213453.806000', '213453.809000', '213453.812000', '213453.814000', '213453.817000', '213453.819000', '213453.822000', '213453.824000', '213453.827000', '213453.829000', '213453.832000', '213453.835000', '213453.837000', '213453.840000', '213453.842000', '213453.845000', '213453.847000', '213453.850000', '213453.852000', '213453.855000', '213453.858000', '213453.860000', '213453.863000', '213453.865000', '213453.868000', '213453.870000', '213453.873000', '213453.875000', '213453.878000', '213453.881000', '213453.883000', '213453.886000', '213453.888000', '213453.891000', '213453.893000', '213453.903000', '213453.905000', '213453.908000', '213453.910000', '213453.913000', '213513.795000', '213513.798000', '213513.801000', '213513.803000', '213513.806000', '213513.808000', '213513.811000', '213513.814000', '213513.816000', '213513.819000', '213513.821000', '213513.824000', '213513.827000', '213513.829000', '213513.832000', '213513.834000', '213513.837000', '213513.839000', '213513.842000', '213513.845000', '213513.847000', '213513.850000', '213513.853000', '213513.856000', '213513.859000', '213513.862000', '213513.864000', '213513.867000', '213513.870000', '213513.872000', '213513.875000', '213513.877000', '213513.880000', '213513.882000', '213513.885000', '213513.887000', '213513.890000', '213513.893000', '213513.895000', '213513.898000', '213513.900000', '213513.903000', '213513.906000', '213533.796000', '213533.798000', '213533.801000', '213533.804000', '213533.806000', '213533.809000', '213533.811000', '213533.814000', '213533.816000', '213533.819000', '213533.822000', '213533.824000', '213533.827000', '213533.829000', '213533.832000', '213533.834000', '213533.837000', '213533.839000', '213533.842000', '213533.845000', '213533.847000', '213533.850000', '213533.852000', '213533.855000', '213533.857000', '213533.860000', '213533.863000', '213533.865000', '213533.868000', '213533.870000', '213533.873000', '213533.875000', '213533.878000', '213533.881000', '213533.883000', '213533.886000', '213533.888000', '213533.891000', '213533.893000', '213533.896000', '213533.899000', '213533.901000', '213533.904000', '213533.906000', '213553.795000', '213553.798000', '213553.801000', '213553.803000', '213553.806000', '213553.809000', '213553.811000', '213553.814000', '213553.816000', '213553.819000', '213553.822000', '213553.824000', '213553.827000', '213553.829000', '213553.832000', '213553.835000', '213553.837000', '213553.840000', '213553.842000', '213553.845000', '213553.847000', '213553.850000', '213553.853000', '213553.855000', '213553.858000', '213553.860000', '213553.863000', '213553.865000', '213553.868000', '213553.871000', '213553.873000', '213553.876000', '213553.878000', '213553.881000', '213553.884000', '213553.887000', '213553.890000', '213553.893000', '213553.895000', '213553.898000', '213553.900000', '213553.903000', '213553.905000', '213613.796000', '213613.799000', '213613.802000', '213613.805000', '213613.807000', '213613.810000', '213613.812000', '213613.834000', '213613.837000', '213613.839000', '213613.842000', '213613.844000', '213613.847000', '213613.850000', '213613.852000', '213613.855000', '213613.857000', '213613.860000', '213613.862000', '213613.865000', '213613.868000', '213613.870000', '213613.873000', '213613.875000', '213613.878000', '213613.880000', '213613.883000', '213613.886000', '213613.888000', '213613.891000', '213613.893000', '213613.896000', '213613.898000', '213613.901000', '213613.904000', '213613.906000', '213613.909000', '213613.911000', '213613.914000', '213613.916000', '213613.919000', '213613.922000', '213613.924000', '213613.927000', '213633.796000', '213633.940000', '213633.942000', '213633.945000', '213633.947000', '213633.950000', '213633.953000', '213633.955000', '213633.958000', '213633.960000', '213633.963000', '213633.966000', '213633.968000', '213633.971000', '213633.973000', '213633.976000', '213633.978000', '213633.981000', '213633.984000', '213633.986000', '213633.989000', '213633.992000', '213633.994000', '213633.997000', '213634.000000', '213634.003000', '213634.006000', '213634.008000', '213634.011000', '213634.013000', '213634.016000', '213634.018000', '213634.021000', '213634.023000', '213634.026000', '213634.029000', '213634.031000', '213634.034000', '213634.036000', '213634.039000', '213634.042000', '213634.044000', '213634.047000', '213653.795000', '213653.798000', '213653.801000', '213653.804000', '213653.806000', '213653.809000', '213653.811000', '213653.814000', '213653.817000', '213653.819000', '213653.822000', '213653.824000', '213653.827000', '213653.830000', '213653.832000', '213653.835000', '213653.837000', '213653.840000', '213653.843000', '213653.851000', '213653.853000', '213653.856000', '213653.858000', '213653.861000', '213653.864000', '213653.866000', '213653.869000', '213653.871000', '213653.874000', '213653.876000', '213653.879000', '213653.882000', '213653.884000', '213653.887000', '213653.889000', '213653.892000', '213653.894000', '213653.897000', '213653.900000', '213653.902000', '213653.905000', '213653.907000', '213653.910000', '213653.912000', '213713.796000', '213713.799000', '213713.801000', '213713.804000', '213713.806000', '213713.809000', '213713.812000', '213713.814000', '213713.817000', '213713.819000', '213713.822000', '213713.824000', '213713.827000', '213713.829000', '213713.832000', '213713.835000', '213713.837000', '213713.840000', '213713.842000', '213713.845000', '213713.848000', '213713.850000', '213713.853000', '213713.856000', '213713.858000', '213713.861000', '213713.863000', '213713.866000', '213713.869000', '213713.871000', '213713.874000', '213713.876000', '213713.879000', '213713.882000', '213713.884000', '213713.887000', '213713.890000', '213713.892000', '213713.895000', '213713.897000', '213713.900000', '213713.902000', '213713.905000', '213733.795000', '213733.798000', '213733.831000', '213733.834000', '213733.836000', '213733.839000', '213733.841000', '213733.844000', '213733.846000', '213733.849000', '213733.852000', '213733.854000', '213733.857000', '213733.869000', '213733.871000', '213733.874000', '213733.876000', '213733.879000', '213733.882000', '213733.884000', '213733.887000', '213733.889000', '213733.892000', '213733.895000', '213733.897000', '213733.900000', '213733.902000', '213733.905000', '213733.907000', '213733.910000', '213733.913000', '213733.915000', '213733.932000', '213733.934000', '213733.937000', '213733.940000', '213733.942000', '213733.945000', '213733.947000', '213733.950000', '213733.953000', '213733.955000', '213733.958000', '213733.960000', '213753.796000', '213753.798000', '213753.850000', '213753.853000', '213753.855000', '213753.858000', '213753.860000', '213753.863000', '213753.866000', '213753.868000', '213753.871000', '213753.873000', '213753.876000', '213753.878000', '213753.881000', '213753.884000', '213753.886000', '213753.889000', '213753.891000', '213753.894000', '213753.897000', '213753.899000', '213753.902000', '213753.904000', '213753.907000', '213753.909000', '213753.912000', '213753.915000', '213753.917000', '213753.920000', '213753.922000', '213753.925000', '213753.928000', '213753.930000', '213753.933000', '213753.935000', '213753.938000', '213753.941000', '213753.943000', '213753.946000', '213753.949000', '213753.951000', '213753.954000', '213813.796000', '213813.798000', '213813.857000', '213813.860000', '213813.862000', '213813.865000', '213813.868000', '213813.870000', '213813.873000', '213813.875000', '213813.878000', '213813.880000', '213813.883000', '213813.885000', '213813.888000', '213813.891000', '213813.893000', '213813.896000', '213813.899000', '213813.901000', '213813.904000', '213813.906000', '213813.909000', '213813.911000', '213813.914000', '213813.917000', '213813.919000', '213813.922000', '213813.924000', '213813.927000', '213813.929000', '213813.932000', '213813.935000', '213813.937000', '213813.940000', '213813.942000', '213813.945000', '213813.947000', '213813.950000', '213813.953000', '213813.955000', '213813.958000', '213813.960000', '213813.963000', '213833.797000', '213833.799000', '213833.802000', '213833.805000', '213833.807000', '213833.810000', '213833.812000', '213833.815000', '213833.818000', '213833.820000', '213833.823000', '213833.825000', '213833.828000', '213833.831000', '213833.833000', '213833.836000', '213833.839000', '213833.841000', '213833.844000', '213833.846000', '213833.849000', '213833.852000', '213833.854000', '213833.857000', '213833.859000', '213833.862000', '213833.865000', '213833.867000', '213833.870000', '213833.872000', '213833.875000', '213833.878000', '213833.880000', '213833.883000', '213833.885000', '213833.888000', '213833.891000', '213833.893000', '213833.896000', '213833.898000', '213833.901000', '213833.904000', '213833.906000', '213853.796000', '213853.799000', '213853.802000', '213853.804000', '213853.807000', '213853.809000', '213853.812000', '213853.815000', '213853.818000', '213853.820000', '213853.823000', '213853.826000', '213853.828000', '213853.831000', '213853.834000', '213853.836000', '213853.839000', '213853.841000', '213853.844000', '213853.846000', '213853.849000', '213853.852000', '213853.854000', '213853.857000', '213853.859000', '213853.862000', '213853.864000', '213853.867000', '213853.870000', '213853.872000', '213853.875000', '213853.877000', '213853.880000', '213853.882000', '213853.885000', '213853.888000', '213853.890000', '213853.893000', '213853.895000', '213853.898000', '213853.900000', '213853.903000', '213853.906000', '213913.796000', '213913.798000', '213913.857000', '213913.860000', '213913.862000', '213913.865000', '213913.867000', '213913.870000', '213913.873000', '213913.875000', '213913.878000', '213913.880000', '213913.883000', '213913.885000', '213913.900000', '213913.902000', '213913.905000', '213913.907000', '213913.910000', '213913.912000', '213913.915000', '213913.918000', '213913.920000', '213913.923000', '213913.925000', '213913.928000', '213913.931000', '213913.933000', '213913.936000', '213913.939000', '213913.941000', '213913.944000', '213913.946000', '213913.949000', '213913.951000', '213913.954000', '213913.957000', '213913.959000', '213913.962000', '213913.964000', '213913.967000', '213913.970000', '213913.972000', '213913.975000', '213933.796000', '213933.798000', '213933.802000', '213933.805000', '213933.807000', '213933.810000', '213933.812000', '213933.815000', '213933.818000', '213933.820000', '213933.823000', '213933.825000', '213933.828000', '213933.831000', '213933.833000', '213933.836000', '213933.838000', '213933.841000', '213933.844000', '213933.846000', '213933.849000', '213933.851000', '213933.854000', '213933.857000', '213933.859000', '213933.862000', '213933.864000', '213933.867000', '213933.870000', '213933.872000', '213933.875000', '213933.877000', '213933.880000', '213933.883000', '213933.885000', '213933.888000', '213933.890000', '213933.893000', '213933.895000', '213933.898000', '213933.901000', '213933.903000', '213933.906000', '213933.908000', '213953.795000', '213953.798000', '213953.832000', '213953.834000', '213953.837000', '213953.839000', '213953.842000', '213953.845000', '213953.847000', '213953.850000', '213953.852000', '213953.855000', '213953.858000', '213953.860000', '213953.863000', '213953.865000', '213953.868000', '213953.871000', '213953.873000', '213953.876000', '213953.878000', '213953.881000', '213953.883000', '213953.886000', '213953.889000', '213953.891000', '213953.894000', '213953.896000', '213953.899000', '213953.902000', '213953.904000', '213953.907000', '213953.909000', '213953.912000', '213953.914000', '213953.917000', '213953.920000', '213953.924000', '213953.926000', '213953.929000', '213953.932000', '213953.934000', '213953.937000', '214013.795000', '214013.798000', '214013.844000', '214013.847000', '214013.849000', '214013.852000', '214013.854000', '214013.857000', '214013.860000', '214013.862000', '214013.865000', '214013.868000', '214013.870000', '214013.873000', '214013.876000', '214013.878000', '214013.881000', '214013.884000', '214013.887000', '214013.889000', '214013.892000', '214013.895000', '214013.897000', '214013.900000', '214013.903000', '214013.905000', '214013.908000', '214013.910000', '214013.913000', '214013.915000', '214013.918000', '214013.921000', '214013.923000', '214013.926000', '214013.928000', '214013.931000', '214013.934000', '214013.936000', '214013.939000', '214013.942000', '214013.944000', '214013.947000', '214013.949000', '214033.796000', '214033.798000', '214033.878000', '214033.881000', '214033.883000', '214033.886000', '214033.889000', '214033.891000', '214033.894000', '214033.896000', '214033.899000', '214033.902000', '214033.904000', '214033.907000', '214033.909000', '214033.912000', '214033.914000', '214033.917000', '214033.920000', '214033.922000', '214033.925000', '214033.927000', '214033.930000', '214033.932000', '214033.947000', '214033.950000', '214033.953000', '214033.955000', '214033.958000', '214033.960000', '214033.963000', '214033.966000', '214033.968000', '214033.971000', '214033.973000', '214033.976000', '214033.978000', '214033.981000', '214033.984000', '214033.986000', '214033.989000', '214033.991000', '214033.994000', '214033.997000', '214047.350000', '214047.353000', '214047.356000', '214047.358000', '214047.361000', '214047.364000', '214047.367000', '214047.369000', '214047.372000', '214047.376000', '214047.379000', '214047.382000', '214047.385000', '214047.388000', '214047.391000', '214047.394000', '214047.396000', '214047.400000', '214047.402000', '214047.405000', '214047.408000', '214047.411000', '214047.413000', '214047.416000', '214047.419000', '214047.422000', '214047.424000', '214047.427000', '214047.430000', '214047.432000'], 'InstanceCreationTime': ['213433.825000', '213433.828000', '213433.830000', '213433.833000', '213433.836000', '213433.838000', '213433.841000', '213433.843000', '213433.847000', '213433.850000', '213433.853000', '213433.862000', '213433.865000', '213433.878000', '213433.881000', '213433.884000', '213433.887000', '213433.889000', '213433.892000', '213433.894000', '213433.897000', '213433.900000', '213433.902000', '213433.905000', '213433.907000', '213433.910000', '213433.912000', '213433.915000', '213433.918000', '213433.920000', '213433.923000', '213433.925000', '213433.928000', '213433.930000', '213433.933000', '213433.936000', '213433.939000', '213433.941000', '213433.944000', '213433.946000', '213433.949000', '213433.952000', '213433.954000', '213433.957000', '213433.959000', '213433.970000', '213433.972000', '213433.975000', '213433.977000', '213433.980000', '213433.982000', '213433.985000', '213433.988000', '213433.990000', '213433.993000', '213433.995000', '213433.998000', '213434.002000', '213434.004000', '213453.795000', '213453.798000', '213453.801000', '213453.804000', '213453.806000', '213453.809000', '213453.812000', '213453.814000', '213453.817000', '213453.819000', '213453.822000', '213453.824000', '213453.827000', '213453.829000', '213453.832000', '213453.835000', '213453.837000', '213453.840000', '213453.842000', '213453.845000', '213453.847000', '213453.850000', '213453.852000', '213453.855000', '213453.858000', '213453.860000', '213453.863000', '213453.865000', '213453.868000', '213453.870000', '213453.873000', '213453.875000', '213453.878000', '213453.881000', '213453.883000', '213453.886000', '213453.888000', '213453.891000', '213453.893000', '213453.903000', '213453.905000', '213453.908000', '213453.910000', '213453.913000', '213513.795000', '213513.798000', '213513.801000', '213513.803000', '213513.806000', '213513.808000', '213513.811000', '213513.814000', '213513.816000', '213513.819000', '213513.821000', '213513.824000', '213513.827000', '213513.829000', '213513.832000', '213513.834000', '213513.837000', '213513.839000', '213513.842000', '213513.845000', '213513.847000', '213513.850000', '213513.853000', '213513.856000', '213513.859000', '213513.862000', '213513.864000', '213513.867000', '213513.870000', '213513.872000', '213513.875000', '213513.877000', '213513.880000', '213513.882000', '213513.885000', '213513.887000', '213513.890000', '213513.893000', '213513.895000', '213513.898000', '213513.900000', '213513.903000', '213513.906000', '213533.796000', '213533.798000', '213533.801000', '213533.804000', '213533.806000', '213533.809000', '213533.811000', '213533.814000', '213533.816000', '213533.819000', '213533.822000', '213533.824000', '213533.827000', '213533.829000', '213533.832000', '213533.834000', '213533.837000', '213533.839000', '213533.842000', '213533.845000', '213533.847000', '213533.850000', '213533.852000', '213533.855000', '213533.857000', '213533.860000', '213533.863000', '213533.865000', '213533.868000', '213533.870000', '213533.873000', '213533.875000', '213533.878000', '213533.881000', '213533.883000', '213533.886000', '213533.888000', '213533.891000', '213533.893000', '213533.896000', '213533.899000', '213533.901000', '213533.904000', '213533.906000', '213553.795000', '213553.798000', '213553.801000', '213553.803000', '213553.806000', '213553.809000', '213553.811000', '213553.814000', '213553.816000', '213553.819000', '213553.822000', '213553.824000', '213553.827000', '213553.829000', '213553.832000', '213553.835000', '213553.837000', '213553.840000', '213553.842000', '213553.845000', '213553.847000', '213553.850000', '213553.853000', '213553.855000', '213553.858000', '213553.860000', '213553.863000', '213553.865000', '213553.868000', '213553.871000', '213553.873000', '213553.876000', '213553.878000', '213553.881000', '213553.884000', '213553.887000', '213553.890000', '213553.893000', '213553.895000', '213553.898000', '213553.900000', '213553.903000', '213553.905000', '213613.796000', '213613.799000', '213613.802000', '213613.805000', '213613.807000', '213613.810000', '213613.812000', '213613.834000', '213613.837000', '213613.839000', '213613.842000', '213613.844000', '213613.847000', '213613.850000', '213613.852000', '213613.855000', '213613.857000', '213613.860000', '213613.862000', '213613.865000', '213613.868000', '213613.870000', '213613.873000', '213613.875000', '213613.878000', '213613.880000', '213613.883000', '213613.886000', '213613.888000', '213613.891000', '213613.893000', '213613.896000', '213613.898000', '213613.901000', '213613.904000', '213613.906000', '213613.909000', '213613.911000', '213613.914000', '213613.916000', '213613.919000', '213613.922000', '213613.924000', '213613.927000', '213633.796000', '213633.940000', '213633.942000', '213633.945000', '213633.947000', '213633.950000', '213633.953000', '213633.955000', '213633.958000', '213633.960000', '213633.963000', '213633.966000', '213633.968000', '213633.971000', '213633.973000', '213633.976000', '213633.978000', '213633.981000', '213633.984000', '213633.986000', '213633.989000', '213633.992000', '213633.994000', '213633.997000', '213634.000000', '213634.003000', '213634.006000', '213634.008000', '213634.011000', '213634.013000', '213634.016000', '213634.018000', '213634.021000', '213634.023000', '213634.026000', '213634.029000', '213634.031000', '213634.034000', '213634.036000', '213634.039000', '213634.042000', '213634.044000', '213634.047000', '213653.795000', '213653.798000', '213653.801000', '213653.804000', '213653.806000', '213653.809000', '213653.811000', '213653.814000', '213653.817000', '213653.819000', '213653.822000', '213653.824000', '213653.827000', '213653.830000', '213653.832000', '213653.835000', '213653.837000', '213653.840000', '213653.843000', '213653.851000', '213653.853000', '213653.856000', '213653.858000', '213653.861000', '213653.864000', '213653.866000', '213653.869000', '213653.871000', '213653.874000', '213653.876000', '213653.879000', '213653.882000', '213653.884000', '213653.887000', '213653.889000', '213653.892000', '213653.894000', '213653.897000', '213653.900000', '213653.902000', '213653.905000', '213653.907000', '213653.910000', '213653.912000', '213713.796000', '213713.799000', '213713.801000', '213713.804000', '213713.806000', '213713.809000', '213713.812000', '213713.814000', '213713.817000', '213713.819000', '213713.822000', '213713.824000', '213713.827000', '213713.829000', '213713.832000', '213713.835000', '213713.837000', '213713.840000', '213713.842000', '213713.845000', '213713.848000', '213713.850000', '213713.853000', '213713.856000', '213713.858000', '213713.861000', '213713.863000', '213713.866000', '213713.869000', '213713.871000', '213713.874000', '213713.876000', '213713.879000', '213713.882000', '213713.884000', '213713.887000', '213713.890000', '213713.892000', '213713.895000', '213713.897000', '213713.900000', '213713.902000', '213713.905000', '213733.795000', '213733.798000', '213733.831000', '213733.834000', '213733.836000', '213733.839000', '213733.841000', '213733.844000', '213733.846000', '213733.849000', '213733.852000', '213733.854000', '213733.857000', '213733.869000', '213733.871000', '213733.874000', '213733.876000', '213733.879000', '213733.882000', '213733.884000', '213733.887000', '213733.889000', '213733.892000', '213733.895000', '213733.897000', '213733.900000', '213733.902000', '213733.905000', '213733.907000', '213733.910000', '213733.913000', '213733.915000', '213733.932000', '213733.934000', '213733.937000', '213733.940000', '213733.942000', '213733.945000', '213733.947000', '213733.950000', '213733.953000', '213733.955000', '213733.958000', '213733.960000', '213753.796000', '213753.798000', '213753.850000', '213753.853000', '213753.855000', '213753.858000', '213753.860000', '213753.863000', '213753.866000', '213753.868000', '213753.871000', '213753.873000', '213753.876000', '213753.878000', '213753.881000', '213753.884000', '213753.886000', '213753.889000', '213753.891000', '213753.894000', '213753.897000', '213753.899000', '213753.902000', '213753.904000', '213753.907000', '213753.909000', '213753.912000', '213753.915000', '213753.917000', '213753.920000', '213753.922000', '213753.925000', '213753.928000', '213753.930000', '213753.933000', '213753.935000', '213753.938000', '213753.941000', '213753.943000', '213753.946000', '213753.949000', '213753.951000', '213753.954000', '213813.796000', '213813.798000', '213813.857000', '213813.860000', '213813.862000', '213813.865000', '213813.868000', '213813.870000', '213813.873000', '213813.875000', '213813.878000', '213813.880000', '213813.883000', '213813.885000', '213813.888000', '213813.891000', '213813.893000', '213813.896000', '213813.899000', '213813.901000', '213813.904000', '213813.906000', '213813.909000', '213813.911000', '213813.914000', '213813.917000', '213813.919000', '213813.922000', '213813.924000', '213813.927000', '213813.929000', '213813.932000', '213813.935000', '213813.937000', '213813.940000', '213813.942000', '213813.945000', '213813.947000', '213813.950000', '213813.953000', '213813.955000', '213813.958000', '213813.960000', '213813.963000', '213833.797000', '213833.799000', '213833.802000', '213833.805000', '213833.807000', '213833.810000', '213833.812000', '213833.815000', '213833.818000', '213833.820000', '213833.823000', '213833.825000', '213833.828000', '213833.831000', '213833.833000', '213833.836000', '213833.839000', '213833.841000', '213833.844000', '213833.846000', '213833.849000', '213833.852000', '213833.854000', '213833.857000', '213833.859000', '213833.862000', '213833.865000', '213833.867000', '213833.870000', '213833.872000', '213833.875000', '213833.878000', '213833.880000', '213833.883000', '213833.885000', '213833.888000', '213833.891000', '213833.893000', '213833.896000', '213833.898000', '213833.901000', '213833.904000', '213833.906000', '213853.796000', '213853.799000', '213853.802000', '213853.804000', '213853.807000', '213853.809000', '213853.812000', '213853.815000', '213853.818000', '213853.820000', '213853.823000', '213853.826000', '213853.828000', '213853.831000', '213853.834000', '213853.836000', '213853.839000', '213853.841000', '213853.844000', '213853.846000', '213853.849000', '213853.852000', '213853.854000', '213853.857000', '213853.859000', '213853.862000', '213853.864000', '213853.867000', '213853.870000', '213853.872000', '213853.875000', '213853.877000', '213853.880000', '213853.882000', '213853.885000', '213853.888000', '213853.890000', '213853.893000', '213853.895000', '213853.898000', '213853.900000', '213853.903000', '213853.906000', '213913.796000', '213913.798000', '213913.857000', '213913.860000', '213913.862000', '213913.865000', '213913.867000', '213913.870000', '213913.873000', '213913.875000', '213913.878000', '213913.880000', '213913.883000', '213913.885000', '213913.900000', '213913.902000', '213913.905000', '213913.907000', '213913.910000', '213913.912000', '213913.915000', '213913.918000', '213913.920000', '213913.923000', '213913.925000', '213913.928000', '213913.931000', '213913.933000', '213913.936000', '213913.939000', '213913.941000', '213913.944000', '213913.946000', '213913.949000', '213913.951000', '213913.954000', '213913.957000', '213913.959000', '213913.962000', '213913.964000', '213913.967000', '213913.970000', '213913.972000', '213913.975000', '213933.796000', '213933.798000', '213933.802000', '213933.805000', '213933.807000', '213933.810000', '213933.812000', '213933.815000', '213933.818000', '213933.820000', '213933.823000', '213933.825000', '213933.828000', '213933.831000', '213933.833000', '213933.836000', '213933.838000', '213933.841000', '213933.844000', '213933.846000', '213933.849000', '213933.851000', '213933.854000', '213933.857000', '213933.859000', '213933.862000', '213933.864000', '213933.867000', '213933.870000', '213933.872000', '213933.875000', '213933.877000', '213933.880000', '213933.883000', '213933.885000', '213933.888000', '213933.890000', '213933.893000', '213933.895000', '213933.898000', '213933.901000', '213933.903000', '213933.906000', '213933.908000', '213953.795000', '213953.798000', '213953.832000', '213953.834000', '213953.837000', '213953.839000', '213953.842000', '213953.845000', '213953.847000', '213953.850000', '213953.852000', '213953.855000', '213953.858000', '213953.860000', '213953.863000', '213953.865000', '213953.868000', '213953.871000', '213953.873000', '213953.876000', '213953.878000', '213953.881000', '213953.883000', '213953.886000', '213953.889000', '213953.891000', '213953.894000', '213953.896000', '213953.899000', '213953.902000', '213953.904000', '213953.907000', '213953.909000', '213953.912000', '213953.914000', '213953.917000', '213953.920000', '213953.924000', '213953.926000', '213953.929000', '213953.932000', '213953.934000', '213953.937000', '214013.795000', '214013.798000', '214013.844000', '214013.847000', '214013.849000', '214013.852000', '214013.854000', '214013.857000', '214013.860000', '214013.862000', '214013.865000', '214013.868000', '214013.870000', '214013.873000', '214013.876000', '214013.878000', '214013.881000', '214013.884000', '214013.887000', '214013.889000', '214013.892000', '214013.895000', '214013.897000', '214013.900000', '214013.903000', '214013.905000', '214013.908000', '214013.910000', '214013.913000', '214013.915000', '214013.918000', '214013.921000', '214013.923000', '214013.926000', '214013.928000', '214013.931000', '214013.934000', '214013.936000', '214013.939000', '214013.942000', '214013.944000', '214013.947000', '214013.949000', '214033.796000', '214033.798000', '214033.878000', '214033.881000', '214033.883000', '214033.886000', '214033.889000', '214033.891000', '214033.894000', '214033.896000', '214033.899000', '214033.902000', '214033.904000', '214033.907000', '214033.909000', '214033.912000', '214033.914000', '214033.917000', '214033.920000', '214033.922000', '214033.925000', '214033.927000', '214033.930000', '214033.932000', '214033.947000', '214033.950000', '214033.953000', '214033.955000', '214033.958000', '214033.960000', '214033.963000', '214033.966000', '214033.968000', '214033.971000', '214033.973000', '214033.976000', '214033.978000', '214033.981000', '214033.984000', '214033.986000', '214033.989000', '214033.991000', '214033.994000', '214033.997000', '214047.350000', '214047.353000', '214047.356000', '214047.358000', '214047.361000', '214047.364000', '214047.367000', '214047.369000', '214047.372000', '214047.376000', '214047.379000', '214047.382000', '214047.385000', '214047.388000', '214047.391000', '214047.394000', '214047.396000', '214047.400000', '214047.402000', '214047.405000', '214047.408000', '214047.411000', '214047.413000', '214047.416000', '214047.419000', '214047.422000', '214047.424000', '214047.427000', '214047.430000', '214047.432000'], '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': [12233, 9258, 8698, 10629, 6939, 11081, 7200, 7350, 10907, 7811, 10192, 8694, 7169, 12733, 10964, 10286, 11114, 7647, 13208, 10102, 12576, 10299, 8012, 11744, 8632, 7296, 8269, 7479, 12995, 10066, 7803, 10906, 7472, 12330, 9325, 11468, 10374, 7037, 9171, 7118, 7430, 8023, 7738, 11313, 8574, 7114, 7879, 6980, 11289, 9242, 7727, 10405, 7061, 12647, 10823, 7518, 9153, 7011, 9060, 9680, 8990, 13488, 9720, 8144, 12143, 7815, 6931, 7532, 7196, 12191, 8996, 12695, 10081, 7018, 8630, 7276, 7788, 10264, 7100, 6730, 7711, 7802, 7154, 8207, 6741, 11663, 8327, 12551, 10124, 10995, 11438, 8407, 11063, 7489, 11024, 10480, 8276, 13073, 8768, 6888, 9163, 7370, 11311, 9248, 7737, 11963, 10636, 10104, 9559, 6977, 11836, 8542, 7353, 11268, 7429, 11359, 7695, 11198, 8596, 7289, 11370, 9981, 7315, 8843, 7174, 9961, 8013, 7026, 10213, 7358, 12464, 9741, 7575, 12750, 9019, 7845, 12491, 7828, 7133, 7723, 7221, 11215, 7599, 11907, 7805, 6994, 8976, 7184, 6857, 7703, 6826, 9296, 7565, 6927, 10015, 6666, 11566, 9223, 9629, 11988, 9939, 12468, 10737, 7634, 9057, 7467, 12501, 7793, 12495, 10618, 8785, 12649, 8301, 13013, 7803, 7196, 9308, 6820, 7155, 7962, 7326, 11124, 7916, 6974, 7675, 6925, 11355, 8735, 12806, 11440, 7890, 12688, 8601, 7635, 11908, 8135, 6834, 7622, 7641, 9461, 8902, 11535, 9191, 11699, 10394, 7978, 9863, 7179, 11052, 7665, 6783, 9287, 7279, 7124, 7597, 6993, 10225, 7102, 12129, 9473, 12945, 11026, 14083, 9159, 9202, 8109, 7117, 12023, 8963, 6926, 7249, 6753, 9638, 7659, 11399, 9576, 12110, 10409, 10937, 10098, 8426, 12326, 8190, 11886, 7382, 7057, 10269, 7473, 11268, 7296, 6928, 6776, 6949, 8664, 6692, 11374, 9021, 8121, 11776, 7886, 11971, 7391, 9646, 9979, 7603, 12303, 8587, 12441, 7044, 6924, 8927, 6531, 9171, 9862, 7778, 8002, 12195, 8620, 7256, 7557, 7405, 11590, 9778, 8113, 13462, 7812, 13524, 7364, 13154, 11267, 8860, 13049, 7569, 12897, 8227, 7400, 9123, 6771, 8672, 7347, 7143, 12113, 7756, 7546, 8119, 7381, 10313, 7657, 7831, 12341, 7283, 7705, 9167, 7305, 13634, 12536, 9953, 15025, 12562, 8577, 13213, 7587, 7704, 11466, 9261, 12648, 8381, 7811, 9805, 6760, 12891, 10092, 8208, 12927, 7351, 7619, 8827, 7950, 13035, 9769, 6951, 10574, 7151, 12903, 10307, 7536, 12524, 9025, 7098, 7764, 6950, 8334, 7999, 7074, 11336, 6981, 11136, 9266, 8087, 12094, 7700, 11575, 8207, 12642, 7019, 10035, 6902, 7284, 9950, 7439, 13399, 8275, 10735, 10045, 7680, 10121, 7289, 6705, 12281, 7444, 12692, 10061, 12686, 9354, 8426, 12337, 7448, 7630, 11025, 8151, 12874, 11159, 7600, 12893, 7487, 11281, 12718, 9334, 14632, 11370, 13167, 7912, 7569, 11459, 6975, 6938, 7612, 7189, 10762, 7529, 7570, 9960, 6840, 7248, 7205, 7118, 11256, 10594, 7628, 10469, 7548, 12051, 8429, 6772, 11704, 9567, 7561, 14066, 9721, 8000, 13254, 7894, 7102, 12867, 7937, 9719, 12640, 7550, 8572, 7409, 7100, 8746, 6836, 7791, 7565, 7281, 10588, 7295, 6651, 9033, 7047, 9198, 8271, 7097, 11816, 8152, 7943, 11475, 9003, 6911, 7992, 7395, 7258, 9857, 8524, 14898, 11674, 14637, 12294, 12329, 10565, 10426, 12265, 8832, 12341, 7987, 7222, 8664, 7268, 11394, 8076, 7152, 8923, 7477, 7060, 10786, 8208, 12513, 8797, 9395, 10385, 8977, 13240, 11344, 8198, 9107, 6832, 10994, 8140, 7149, 11248, 9542, 11275, 8637, 6931, 10172, 7363, 11444, 9972, 7181, 10718, 7390, 7077, 9541, 6929, 8685, 7423, 7168, 9387, 7374, 12312, 10612, 7988, 10435, 6707, 8806, 8628, 7578, 8913, 10614, 8447, 12476, 9352, 6663, 9662, 7766, 10806, 8083, 6948, 8520, 7147, 10505, 8993, 7151, 9973, 7405, 7155, 9765, 7740, 7116, 8572, 6968, 11136, 8741, 11064, 9971, 7830, 12275, 8955, 12529, 10613, 8374, 10839, 7459, 10227, 7623, 7537, 12700, 8403, 7596, 11108, 8287, 7325, 9779, 7269, 9408, 8755, 7204, 10642, 6951, 8275, 7900, 7897, 10335, 7890, 7294, 7868, 7330, 9584, 9000, 7689, 11962, 8274, 12117, 9969, 10727, 10154, 7913, 12598, 10849, 7297, 9093, 7305, 7000, 7820, 7433, 11374, 9155, 7453, 12018, 8490, 7254, 13272, 10911, 13751, 10998, 9729, 12280, 8033, 6752, 10541, 8806, 9341, 9298, 7016, 9986, 7472, 6935, 12113, 9730, 6548, 10418, 7122, 7018, 9692, 8187, 7699, 8364, 7709, 7816, 11820, 9590, 9981, 12457, 8604, 8999, 7909, 7469, 10536, 8644, 7382, 7756, 7769, 10653, 8288, 7288, 9452, 7576, 7150, 9959, 7911, 7292, 7652, 7072, 9817, 8401, 7122, 10550, 7724, 12084, 10105, 7251, 9458, 7004, 9569, 8041, 7973, 9140, 7464, 7028, 9820, 8306, 11595, 9956, 7416, 10858, 8222, 12760, 8766, 7524, 9079, 7610, 12397, 10565, 6820, 10474, 6922, 9417, 12700, 10420, 7703, 12522, 7156, 10642, 8406, 11993, 10514, 8535, 9074, 7223, 10986, 7513, 7410, 8750, 7015, 7292, 7589, 7013, 9944, 7982, 8106, 9570, 6969, 9861, 7673, 12027, 9935, 8074, 8288, 7049, 10677, 7969, 7665, 7652, 7134, 11595, 8555, 7137, 8843, 7676, 11566, 9674, 8462, 8197, 7042, 10809, 8719, 7642, 7609, 6818, 8925, 7173, 8131, 8960, 8411, 10806, 7956, 8197, 11286, 7950, 6811, 8175, 7316, 10397, 8759, 9594, 8729, 6713, 9165, 7250, 11320, 9737, 7685, 7288, 7455, 6852, 10847, 11050, 8025, 12012, 10125, 6907, 8310, 8064, 7447, 13004, 9453, 9798, 13457, 10693, 14172, 10380, 8894, 11826, 7661, 13460, 10066, 7117, 7723, 6964, 9224, 6988, 7775, 9464, 8576, 8414, 7447, 7625, 7716, 9585, 9199, 10548, 11172, 7301, 9806, 7738, 11663, 8100, 7980, 10278, 7429, 7252, 7809, 7260, 10086, 7355, 7015, 10978, 8036, 13395, 8752, 12917, 9455, 12022, 10770, 7425, 9056, 7111, 9135, 7734, 7136, 7651, 7213, 9066, 7982, 7172, 8402, 7295, 9963, 7364, 9670, 8502, 6907, 9927, 7504, 11683, 9847, 7052, 8675, 7448, 11824, 8463, 11301, 7657, 7144, 9448, 7456, 8217, 7408, 7235, 9446, 7611], 'WindowCenter': [4182.0, 4137.0, 4096.0, 4102.0, 4060.0, 4099.0, 4058.0, 4072.0, 4110.0, 4057.0, 4086.0, 4077.0, 4057.0, 4134.0, 4100.0, 4073.0, 4082.0, 4042.0, 4092.0, 4086.0, 4094.0, 4073.0, 4041.0, 4093.0, 4048.0, 4040.0, 4064.0, 4043.0, 4106.0, 4061.0, 4028.0, 4071.0, 4030.0, 4081.0, 4062.0, 4094.0, 4069.0, 4017.0, 4046.0, 4017.0, 4027.0, 4038.0, 4054.0, 4096.0, 4053.0, 4031.0, 4041.0, 4031.0, 4084.0, 4061.0, 4039.0, 4070.0, 4044.0, 4093.0, 4072.0, 4028.0, 4060.0, 4030.0, 4049.0, 4060.0, 4062.0, 4092.0, 4073.0, 4052.0, 4081.0, 4039.0, 4017.0, 4028.0, 4018.0, 4069.0, 4050.0, 4079.0, 4059.0, 4017.0, 4037.0, 4029.0, 4053.0, 4071.0, 4028.0, 4018.0, 4052.0, 4053.0, 4032.0, 4052.0, 4045.0, 4095.0, 4053.0, 4096.0, 4087.0, 4071.0, 4069.0, 4037.0, 4069.0, 4029.0, 4072.0, 4071.0, 4039.0, 4080.0, 4036.0, 4017.0, 4059.0, 4030.0, 4070.0, 4049.0, 4040.0, 4096.0, 4072.0, 4071.0, 4047.0, 4017.0, 4083.0, 4050.0, 4027.0, 4067.0, 4026.0, 4069.0, 4028.0, 4068.0, 4037.0, 4028.0, 4082.0, 4060.0, 4016.0, 4046.0, 4018.0, 4058.0, 4039.0, 4018.0, 4058.0, 4030.0, 4080.0, 4061.0, 4039.0, 4105.0, 4075.0, 4053.0, 4082.0, 4040.0, 4030.0, 4040.0, 4042.0, 4082.0, 4054.0, 4082.0, 4040.0, 4031.0, 4075.0, 4031.0, 4020.0, 4040.0, 4033.0, 4075.0, 4054.0, 4044.0, 4074.0, 4034.0, 4094.0, 4076.0, 4076.0, 4097.0, 4087.0, 4083.0, 4072.0, 4030.0, 4049.0, 4030.0, 4080.0, 4040.0, 4081.0, 4061.0, 4051.0, 4093.0, 4039.0, 4078.0, 4026.0, 4016.0, 4048.0, 4018.0, 4018.0, 4052.0, 4044.0, 4071.0, 4040.0, 4019.0, 4029.0, 4031.0, 4083.0, 4064.0, 4081.0, 4083.0, 4042.0, 4106.0, 4067.0, 4057.0, 4084.0, 4041.0, 4032.0, 4042.0, 4044.0, 4062.0, 4065.0, 4083.0, 4062.0, 4084.0, 4072.0, 4040.0, 4062.0, 4033.0, 4070.0, 4041.0, 4032.0, 4063.0, 4043.0, 4031.0, 4042.0, 4034.0, 4087.0, 4045.0, 4095.0, 4077.0, 4095.0, 4073.0, 4080.0, 4062.0, 4050.0, 4040.0, 4030.0, 4095.0, 4063.0, 4030.0, 4030.0, 4021.0, 4062.0, 4043.0, 4083.0, 4063.0, 4081.0, 4060.0, 4071.0, 4071.0, 4053.0, 4080.0, 4039.0, 4067.0, 4018.0, 4018.0, 4072.0, 4031.0, 4069.0, 4029.0, 4018.0, 4020.0, 4019.0, 4052.0, 4021.0, 4082.0, 4065.0, 4055.0, 4082.0, 4040.0, 4069.0, 4030.0, 4060.0, 4061.0, 4043.0, 4081.0, 4050.0, 4069.0, 4031.0, 4018.0, 4049.0, 4008.0, 4061.0, 4061.0, 4042.0, 4056.0, 4109.0, 4066.0, 4032.0, 4043.0, 4057.0, 4097.0, 4076.0, 4053.0, 4095.0, 4042.0, 4093.0, 4032.0, 4093.0, 4072.0, 4050.0, 4080.0, 4029.0, 4093.0, 4051.0, 4030.0, 4049.0, 4019.0, 4050.0, 4031.0, 4031.0, 4083.0, 4044.0, 4041.0, 4040.0, 4031.0, 4072.0, 4055.0, 4043.0, 4084.0, 4043.0, 4043.0, 4064.0, 4043.0, 4093.0, 4084.0, 4075.0, 4117.0, 4095.0, 4054.0, 4082.0, 4042.0, 4042.0, 4085.0, 4063.0, 4082.0, 4052.0, 4041.0, 4061.0, 4021.0, 4093.0, 4075.0, 4053.0, 4081.0, 4030.0, 4030.0, 4063.0, 4043.0, 4082.0, 4062.0, 4019.0, 4073.0, 4032.0, 4081.0, 4072.0, 4044.0, 4082.0, 4051.0, 4019.0, 4028.0, 4032.0, 4053.0, 4041.0, 4031.0, 4071.0, 4031.0, 4084.0, 4064.0, 4041.0, 4082.0, 4029.0, 4083.0, 4040.0, 4069.0, 4017.0, 4060.0, 4019.0, 4017.0, 4058.0, 4018.0, 4080.0, 4053.0, 4085.0, 4061.0, 4028.0, 4059.0, 4029.0, 4020.0, 4082.0, 4031.0, 4070.0, 4049.0, 4068.0, 4038.0, 4039.0, 4082.0, 4030.0, 4041.0, 4085.0, 4056.0, 4093.0, 4071.0, 4030.0, 4069.0, 4018.0, 4058.0, 4069.0, 4051.0, 4079.0, 4058.0, 4065.0, 4025.0, 4027.0, 4055.0, 4004.0, 4016.0, 4028.0, 4018.0, 4058.0, 4043.0, 4041.0, 4059.0, 4018.0, 4029.0, 4029.0, 4033.0, 4072.0, 4072.0, 4029.0, 4059.0, 4029.0, 4069.0, 4039.0, 4006.0, 4067.0, 4049.0, 4028.0, 4079.0, 4061.0, 4040.0, 4079.0, 4027.0, 4017.0, 4068.0, 4029.0, 4063.0, 4080.0, 4027.0, 4025.0, 4015.0, 4017.0, 4050.0, 4019.0, 4029.0, 4041.0, 4029.0, 4070.0, 4030.0, 4019.0, 4052.0, 4034.0, 4062.0, 4041.0, 4020.0, 4084.0, 4055.0, 4054.0, 4084.0, 4064.0, 4033.0, 4052.0, 4043.0, 4043.0, 4102.0, 4079.0, 4105.0, 4086.0, 4105.0, 4085.0, 4083.0, 4073.0, 4087.0, 4096.0, 4052.0, 4080.0, 4037.0, 4030.0, 4064.0, 4045.0, 4082.0, 4052.0, 4032.0, 4062.0, 4043.0, 4047.0, 4086.0, 4055.0, 4095.0, 4054.0, 4064.0, 4087.0, 4078.0, 4095.0, 4083.0, 4041.0, 4050.0, 4020.0, 4071.0, 4042.0, 4047.0, 4085.0, 4064.0, 4071.0, 4051.0, 4019.0, 4060.0, 4031.0, 4072.0, 4061.0, 4020.0, 4060.0, 4030.0, 4045.0, 4073.0, 4032.0, 4053.0, 4032.0, 4032.0, 4062.0, 4033.0, 4083.0, 4075.0, 4042.0, 4072.0, 4021.0, 4052.0, 4053.0, 4043.0, 4065.0, 4088.0, 4066.0, 4096.0, 4064.0, 4020.0, 4063.0, 4044.0, 4073.0, 4042.0, 4020.0, 4051.0, 4045.0, 4085.0, 4063.0, 4032.0, 4061.0, 4031.0, 4045.0, 4076.0, 4044.0, 4034.0, 4064.0, 4033.0, 4085.0, 4067.0, 4085.0, 4064.0, 4030.0, 4071.0, 4052.0, 4083.0, 4061.0, 4039.0, 4060.0, 4018.0, 4058.0, 4028.0, 4029.0, 4081.0, 4052.0, 4055.0, 4084.0, 4053.0, 4043.0, 4061.0, 4031.0, 4062.0, 4052.0, 4031.0, 4072.0, 4020.0, 4052.0, 4054.0, 4053.0, 4073.0, 4040.0, 4042.0, 4042.0, 4045.0, 4076.0, 4063.0, 4044.0, 4084.0, 4054.0, 4083.0, 4063.0, 4074.0, 4074.0, 4042.0, 4083.0, 4072.0, 4030.0, 4050.0, 4030.0, 4032.0, 4043.0, 4032.0, 4071.0, 4062.0, 4031.0, 4083.0, 4053.0, 4043.0, 4095.0, 4087.0, 4095.0, 4072.0, 4051.0, 4069.0, 4027.0, 4006.0, 4060.0, 4052.0, 4050.0, 4050.0, 4019.0, 4059.0, 4028.0, 4032.0, 4081.0, 4061.0, 4009.0, 4061.0, 4031.0, 4033.0, 4076.0, 4068.0, 4056.0, 4055.0, 4043.0, 4043.0, 4096.0, 4077.0, 4064.0, 4083.0, 4053.0, 4051.0, 4041.0, 4033.0, 4073.0, 4052.0, 4030.0, 4029.0, 4042.0, 4073.0, 4052.0, 4031.0, 4061.0, 4042.0, 4045.0, 4075.0, 4054.0, 4033.0, 4042.0, 4033.0, 4075.0, 4054.0, 4033.0, 4073.0, 4044.0, 4096.0, 4074.0, 4031.0, 4062.0, 4031.0, 4075.0, 4053.0, 4043.0, 4063.0, 4033.0, 4032.0, 4074.0, 4054.0, 4083.0, 4063.0, 4031.0, 4084.0, 4054.0, 4082.0, 4040.0, 4028.0, 4050.0, 4042.0, 4081.0, 4060.0, 4007.0, 4058.0, 4018.0, 4051.0, 4094.0, 4074.0, 4041.0, 4082.0, 4020.0, 4059.0, 4041.0, 4069.0, 4059.0, 4026.0, 4037.0, 4017.0, 4060.0, 4018.0, 4030.0, 4051.0, 4018.0, 4018.0, 4028.0, 4019.0, 4062.0, 4054.0, 4040.0, 4062.0, 4020.0, 4049.0, 4031.0, 4082.0, 4061.0, 4028.0, 4038.0, 4020.0, 4060.0, 4040.0, 4029.0, 4029.0, 4033.0, 4072.0, 4052.0, 4019.0, 4039.0, 4031.0, 4071.0, 4051.0, 4039.0, 4038.0, 4032.0, 4073.0, 4051.0, 4028.0, 4028.0, 4008.0, 4050.0, 4020.0, 4028.0, 4051.0, 4041.0, 4071.0, 4042.0, 4066.0, 4085.0, 4042.0, 4022.0, 4041.0, 4032.0, 4075.0, 4065.0, 4062.0, 4052.0, 4020.0, 4051.0, 4032.0, 4073.0, 4075.0, 4043.0, 4032.0, 4033.0, 4023.0, 4073.0, 4084.0, 4056.0, 4085.0, 4074.0, 4032.0, 4052.0, 4054.0, 4043.0, 4095.0, 4075.0, 4077.0, 4107.0, 4075.0, 4095.0, 4062.0, 4050.0, 4071.0, 4042.0, 4081.0, 4061.0, 4007.0, 4016.0, 4017.0, 4048.0, 4019.0, 4041.0, 4076.0, 4066.0, 4066.0, 4045.0, 4044.0, 4044.0, 4076.0, 4065.0, 4074.0, 4074.0, 4044.0, 4064.0, 4042.0, 4085.0, 4055.0, 4042.0, 4061.0, 4030.0, 4032.0, 4042.0, 4032.0, 4062.0, 4031.0, 4033.0, 4075.0, 4042.0, 4082.0, 4040.0, 4081.0, 4063.0, 4070.0, 4060.0, 4017.0, 4037.0, 4020.0, 4049.0, 4029.0, 4019.0, 4028.0, 4031.0, 4064.0, 4042.0, 4032.0, 4041.0, 4030.0, 4062.0, 4033.0, 4061.0, 4051.0, 4019.0, 4061.0, 4043.0, 4082.0, 4061.0, 4017.0, 4039.0, 4032.0, 4071.0, 4041.0, 4059.0, 4029.0, 4033.0, 4061.0, 4031.0, 4039.0, 4028.0, 4031.0, 4063.0, 4042.0], 'WindowWidth': [9286.0, 9213.0, 9135.0, 9133.0, 9071.0, 9122.0, 9066.0, 9093.0, 9136.0, 9060.0, 9095.0, 9087.0, 9061.0, 9175.0, 9122.0, 9071.0, 9081.0, 9030.0, 9097.0, 9098.0, 9105.0, 9073.0, 9025.0, 9099.0, 9032.0, 9025.0, 9064.0, 9034.0, 9120.0, 9053.0, 9003.0, 9066.0, 9011.0, 9078.0, 9057.0, 9104.0, 9061.0, 8988.0, 9024.0, 8987.0, 9001.0, 9019.0, 9051.0, 9109.0, 9045.0, 9013.0, 9025.0, 9015.0, 9090.0, 9053.0, 9021.0, 9065.0, 9040.0, 9101.0, 9068.0, 9003.0, 9048.0, 9010.0, 9033.0, 9048.0, 9056.0, 9097.0, 9072.0, 9041.0, 9080.0, 9021.0, 8988.0, 9003.0, 8992.0, 9058.0, 9034.0, 9071.0, 9043.0, 8986.0, 9012.0, 9009.0, 9049.0, 9066.0, 9006.0, 8992.0, 9045.0, 9046.0, 9017.0, 9041.0, 9040.0, 9104.0, 9046.0, 9108.0, 9099.0, 9066.0, 9058.0, 9012.0, 9059.0, 9005.0, 9068.0, 9063.0, 9017.0, 9073.0, 9012.0, 8990.0, 9048.0, 9012.0, 9062.0, 9034.0, 9024.0, 9109.0, 9070.0, 9063.0, 9028.0, 8986.0, 9087.0, 9038.0, 9002.0, 9055.0, 9000.0, 9059.0, 9004.0, 9053.0, 9014.0, 9003.0, 9081.0, 9050.0, 8984.0, 9024.0, 8991.0, 9043.0, 9019.0, 8990.0, 9043.0, 9010.0, 9074.0, 9050.0, 9020.0, 9120.0, 9081.0, 9045.0, 9080.0, 9024.0, 9009.0, 9025.0, 9029.0, 9081.0, 9049.0, 9080.0, 9023.0, 9015.0, 9078.0, 9015.0, 8997.0, 9023.0, 9024.0, 9080.0, 9051.0, 9037.0, 9077.0, 9024.0, 9102.0, 9081.0, 9082.0, 9111.0, 9098.0, 9086.0, 9066.0, 9008.0, 9032.0, 9008.0, 9073.0, 9023.0, 9077.0, 9050.0, 9038.0, 9097.0, 9017.0, 9067.0, 8997.0, 8984.0, 9030.0, 8991.0, 8990.0, 9043.0, 9038.0, 9065.0, 9022.0, 8992.0, 9006.0, 9012.0, 9084.0, 9061.0, 9075.0, 9083.0, 9028.0, 9122.0, 9073.0, 9058.0, 9088.0, 9026.0, 9015.0, 9027.0, 9034.0, 9055.0, 9063.0, 9084.0, 9055.0, 9086.0, 9068.0, 9020.0, 9053.0, 9019.0, 9059.0, 9024.0, 9017.0, 9060.0, 9032.0, 9012.0, 9026.0, 9022.0, 9096.0, 9039.0, 9102.0, 9085.0, 9102.0, 9068.0, 9074.0, 9053.0, 9033.0, 9020.0, 9011.0, 9105.0, 9056.0, 9009.0, 9010.0, 9000.0, 9053.0, 9032.0, 9083.0, 9055.0, 9077.0, 9048.0, 9064.0, 9066.0, 9043.0, 9074.0, 9018.0, 9051.0, 8987.0, 8988.0, 9066.0, 9014.0, 9057.0, 9006.0, 8988.0, 8995.0, 8993.0, 9039.0, 9000.0, 9082.0, 9065.0, 9053.0, 9081.0, 9020.0, 9057.0, 9008.0, 9046.0, 9051.0, 9032.0, 9078.0, 9034.0, 9055.0, 9012.0, 8989.0, 9031.0, 8977.0, 9050.0, 9051.0, 9030.0, 9056.0, 9131.0, 9068.0, 9015.0, 9032.0, 9060.0, 9110.0, 9081.0, 9045.0, 9101.0, 9028.0, 9094.0, 9014.0, 9096.0, 9066.0, 9032.0, 9072.0, 9006.0, 9097.0, 9039.0, 9009.0, 9031.0, 8993.0, 9036.0, 9012.0, 9011.0, 9085.0, 9038.0, 9023.0, 9022.0, 9013.0, 9069.0, 9053.0, 9031.0, 9085.0, 9032.0, 9030.0, 9061.0, 9031.0, 9095.0, 9085.0, 9076.0, 9138.0, 9104.0, 9047.0, 9081.0, 9026.0, 9029.0, 9090.0, 9058.0, 9080.0, 9039.0, 9023.0, 9050.0, 8998.0, 9096.0, 9079.0, 9044.0, 9078.0, 9008.0, 9007.0, 9059.0, 9030.0, 9079.0, 9055.0, 8993.0, 9072.0, 9016.0, 9076.0, 9067.0, 9034.0, 9081.0, 9039.0, 8992.0, 9003.0, 9015.0, 9044.0, 9025.0, 9013.0, 9063.0, 9011.0, 9088.0, 9060.0, 9023.0, 9079.0, 9006.0, 9084.0, 9021.0, 9055.0, 8986.0, 9047.0, 8993.0, 8987.0, 9041.0, 8987.0, 9072.0, 9045.0, 9092.0, 9050.0, 9003.0, 9046.0, 9003.0, 8995.0, 9078.0, 9011.0, 9058.0, 9030.0, 9053.0, 9011.0, 9017.0, 9078.0, 9010.0, 9025.0, 9092.0, 9055.0, 9095.0, 9062.0, 9009.0, 9055.0, 8987.0, 9038.0, 9058.0, 9036.0, 9070.0, 9038.0, 9044.0, 8993.0, 8999.0, 9032.0, 8964.0, 8984.0, 9002.0, 8988.0, 9042.0, 9034.0, 9026.0, 9044.0, 8989.0, 9004.0, 9006.0, 9019.0, 9069.0, 9066.0, 9004.0, 9045.0, 9003.0, 9057.0, 9017.0, 8969.0, 9052.0, 9029.0, 9000.0, 9070.0, 9049.0, 9020.0, 9068.0, 8997.0, 8985.0, 9053.0, 9006.0, 9058.0, 9071.0, 8998.0, 8991.0, 8980.0, 8987.0, 9035.0, 8993.0, 9005.0, 9026.0, 9007.0, 9062.0, 9007.0, 8993.0, 9042.0, 9021.0, 9052.0, 9023.0, 8995.0, 9086.0, 9052.0, 9047.0, 9088.0, 9060.0, 9018.0, 9042.0, 9031.0, 9033.0, 9127.0, 9090.0, 9118.0, 9091.0, 9116.0, 9088.0, 9083.0, 9070.0, 9096.0, 9106.0, 9039.0, 9074.0, 9014.0, 9008.0, 9063.0, 9039.0, 9082.0, 9043.0, 9018.0, 9055.0, 9034.0, 9045.0, 9093.0, 9052.0, 9102.0, 9046.0, 9060.0, 9098.0, 9087.0, 9103.0, 9085.0, 9024.0, 9035.0, 8997.0, 9064.0, 9027.0, 9045.0, 9090.0, 9058.0, 9065.0, 9039.0, 8992.0, 9047.0, 9010.0, 9068.0, 9054.0, 8994.0, 9047.0, 9010.0, 9040.0, 9073.0, 9014.0, 9045.0, 9015.0, 9016.0, 9054.0, 9017.0, 9085.0, 9077.0, 9029.0, 9068.0, 8997.0, 9039.0, 9044.0, 9032.0, 9066.0, 9101.0, 9068.0, 9105.0, 9058.0, 8996.0, 9056.0, 9033.0, 9069.0, 9026.0, 8995.0, 9039.0, 9038.0, 9091.0, 9058.0, 9016.0, 9051.0, 9013.0, 9038.0, 9081.0, 9037.0, 9020.0, 9061.0, 9020.0, 9089.0, 9070.0, 9088.0, 9060.0, 9009.0, 9062.0, 9039.0, 9084.0, 9050.0, 9018.0, 9046.0, 8989.0, 9039.0, 9001.0, 9005.0, 9077.0, 9041.0, 9051.0, 9089.0, 9044.0, 9031.0, 9052.0, 9010.0, 9055.0, 9040.0, 9011.0, 9066.0, 8996.0, 9041.0, 9048.0, 9045.0, 9070.0, 9024.0, 9029.0, 9029.0, 9037.0, 9079.0, 9059.0, 9033.0, 9086.0, 9046.0, 9082.0, 9056.0, 9072.0, 9074.0, 9027.0, 9084.0, 9067.0, 9007.0, 9031.0, 9007.0, 9015.0, 9031.0, 9014.0, 9064.0, 9053.0, 9010.0, 9083.0, 9046.0, 9030.0, 9103.0, 9095.0, 9104.0, 9066.0, 9035.0, 9056.0, 8998.0, 8969.0, 9046.0, 9040.0, 9033.0, 9032.0, 8992.0, 9042.0, 9003.0, 9014.0, 9077.0, 9049.0, 8980.0, 9049.0, 9012.0, 9018.0, 9083.0, 9074.0, 9056.0, 9051.0, 9033.0, 9032.0, 9108.0, 9082.0, 9059.0, 9082.0, 9042.0, 9035.0, 9022.0, 9018.0, 9071.0, 9041.0, 9007.0, 9005.0, 9028.0, 9071.0, 9041.0, 9011.0, 9050.0, 9028.0, 9037.0, 9077.0, 9046.0, 9017.0, 9027.0, 9019.0, 9076.0, 9049.0, 9018.0, 9071.0, 9036.0, 9108.0, 9073.0, 9011.0, 9052.0, 9012.0, 9076.0, 9046.0, 9030.0, 9059.0, 9018.0, 9014.0, 9073.0, 9047.0, 9084.0, 9055.0, 9011.0, 9088.0, 9046.0, 9080.0, 9022.0, 9002.0, 9036.0, 9027.0, 9075.0, 9046.0, 8974.0, 9041.0, 8989.0, 9035.0, 9101.0, 9074.0, 9026.0, 9077.0, 8993.0, 9043.0, 9024.0, 9056.0, 9042.0, 8995.0, 9009.0, 8984.0, 9046.0, 8988.0, 9007.0, 9037.0, 8990.0, 8987.0, 9001.0, 8991.0, 9054.0, 9047.0, 9022.0, 9053.0, 8994.0, 9030.0, 9012.0, 9078.0, 9050.0, 9002.0, 9013.0, 8997.0, 9047.0, 9022.0, 9003.0, 9004.0, 9018.0, 9065.0, 9039.0, 8991.0, 9017.0, 9012.0, 9063.0, 9036.0, 9016.0, 9015.0, 9014.0, 9071.0, 9037.0, 9003.0, 9002.0, 8974.0, 9035.0, 8995.0, 9001.0, 9037.0, 9025.0, 9063.0, 9027.0, 9067.0, 9092.0, 9030.0, 9001.0, 9023.0, 9015.0, 9076.0, 9063.0, 9053.0, 9039.0, 8993.0, 9035.0, 9013.0, 9069.0, 9077.0, 9031.0, 9013.0, 9016.0, 9004.0, 9068.0, 9085.0, 9052.0, 9089.0, 9072.0, 9014.0, 9041.0, 9047.0, 9031.0, 9100.0, 9076.0, 9083.0, 9123.0, 9076.0, 9102.0, 9054.0, 9032.0, 9062.0, 9026.0, 9075.0, 9049.0, 8970.0, 8980.0, 8985.0, 9027.0, 8991.0, 9025.0, 9080.0, 9069.0, 9068.0, 9037.0, 9033.0, 9034.0, 9080.0, 9065.0, 9070.0, 9070.0, 9033.0, 9058.0, 9027.0, 9090.0, 9050.0, 9027.0, 9050.0, 9009.0, 9016.0, 9028.0, 9016.0, 9052.0, 9012.0, 9016.0, 9075.0, 9028.0, 9078.0, 9021.0, 9075.0, 9055.0, 9059.0, 9045.0, 8983.0, 9010.0, 8995.0, 9032.0, 9004.0, 8991.0, 9004.0, 9013.0, 9060.0, 9029.0, 9013.0, 9023.0, 9008.0, 9054.0, 9017.0, 9050.0, 9037.0, 8992.0, 9051.0, 9032.0, 9078.0, 9050.0, 8987.0, 9019.0, 9016.0, 9062.0, 9023.0, 9043.0, 9005.0, 9017.0, 9051.0, 9010.0, 9018.0, 9003.0, 9013.0, 9058.0, 9028.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.0004824741081703107</td></tr>
<tr><td colspan=3>aqi</td><td>0.026723388262370543</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.52888848708525</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.145928801808756</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9779803548963123</td></tr>
<tr><td colspan=3>efc</td><td>0.4744</td></tr>
<tr><td colspan=3>fber</td><td>4703.3613</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11016549439966396</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.329113924050633</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.499597588438115</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5203109399111043</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5830707565966122</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3954110688066295</td></tr>
<tr><td colspan=3>gcor</td><td>0.010049</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017517998814582825</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023576758801937103</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.993135832781281</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.3826</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8954</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.749</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300532.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>718.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.7424</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8744</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.3555</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3283.6483</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1138.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.2308</td></tr>
<tr><td colspan=3>tsnr</td><td>38.471091906540096</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>