ds005256-mriqc/sub-0109_ses-01_task-social_acq-mb8_run-01_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-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0109_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-01/func/sub-0109_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f164ce99f34f5d7a33f69a5c417c0901</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>20:59:6.562500</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>82bbe2f2-bf66-4ec3-b5f6-b28bea54cc3a||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': ['205906.562500', '205907.022500', '205907.482500', '205907.942500', '205908.402500', '205908.862500', '205909.322500', '205909.782500', '205910.242500', '205910.702500', '205911.162500', '205911.622500', '205912.082500', '205912.542500', '205913.002500', '205913.462500', '205913.922500', '205914.382500', '205914.842500', '205915.302500', '205915.762500', '205916.222500', '205916.682500', '205917.142500', '205917.602500', '205918.062500', '205918.522500', '205918.982500', '205919.442500', '205919.902500', '205920.362500', '205920.822500', '205921.282500', '205921.742500', '205922.202500', '205922.662500', '205923.122500', '205923.582500', '205924.042500', '205924.502500', '205924.962500', '205925.422500', '205925.882500', '205926.342500', '205926.802500', '205927.262500', '205927.722500', '205928.182500', '205928.642500', '205929.102500', '205929.562500', '205930.022500', '205930.482500', '205930.942500', '205931.402500', '205931.862500', '205932.322500', '205932.782500', '205933.242500', '205933.702500', '205934.162500', '205934.622500', '205935.082500', '205935.542500', '205936.002500', '205936.462500', '205936.922500', '205937.382500', '205937.842500', '205938.302500', '205938.762500', '205939.222500', '205939.682500', '205940.142500', '205940.602500', '205941.062500', '205941.522500', '205941.982500', '205942.442500', '205942.902500', '205943.362500', '205943.822500', '205944.282500', '205944.742500', '205945.202500', '205945.662500', '205946.122500', '205946.582500', '205947.042500', '205947.502500', '205947.962500', '205948.422500', '205948.882500', '205949.342500', '205949.802500', '205950.262500', '205950.722500', '205951.182500', '205951.642500', '205952.102500', '205952.562500', '205953.022500', '205953.482500', '205953.942500', '205954.402500', '205954.862500', '205955.322500', '205955.782500', '205956.242500', '205956.702500', '205957.162500', '205957.622500', '205958.082500', '205958.542500', '205959.002500', '205959.462500', '205959.922500', '210000.382500', '210000.842500', '210001.302500', '210001.762500', '210002.222500', '210002.682500', '210003.142500', '210003.602500', '210004.062500', '210004.522500', '210004.982500', '210005.442500', '210005.902500', '210006.362500', '210006.822500', '210007.282500', '210007.742500', '210008.202500', '210008.662500', '210009.122500', '210009.582500', '210010.042500', '210010.502500', '210010.962500', '210011.422500', '210011.882500', '210012.342500', '210012.802500', '210013.262500', '210013.722500', '210014.182500', '210014.642500', '210015.102500', '210015.562500', '210016.022500', '210016.482500', '210016.942500', '210017.402500', '210017.862500', '210018.322500', '210018.782500', '210019.242500', '210019.702500', '210020.162500', '210020.622500', '210021.082500', '210021.542500', '210022.002500', '210022.462500', '210022.922500', '210023.382500', '210023.842500', '210024.302500', '210024.762500', '210025.222500', '210025.682500', '210026.142500', '210026.602500', '210027.062500', '210027.522500', '210027.982500', '210028.442500', '210028.902500', '210029.362500', '210029.822500', '210030.282500', '210030.742500', '210031.202500', '210031.662500', '210032.122500', '210032.582500', '210033.042500', '210033.502500', '210033.962500', '210034.422500', '210034.882500', '210035.342500', '210035.802500', '210036.262500', '210036.722500', '210037.182500', '210037.642500', '210038.102500', '210038.562500', '210039.022500', '210039.482500', '210039.942500', '210040.402500', '210040.862500', '210041.322500', '210041.782500', '210042.242500', '210042.702500', '210043.162500', '210043.622500', '210044.082500', '210044.542500', '210045.002500', '210045.462500', '210045.922500', '210046.382500', '210046.842500', '210047.302500', '210047.762500', '210048.222500', '210048.682500', '210049.142500', '210049.602500', '210050.062500', '210050.522500', '210050.982500', '210051.442500', '210051.902500', '210052.362500', '210052.822500', '210053.282500', '210053.742500', '210054.202500', '210054.662500', '210055.122500', '210055.582500', '210056.042500', '210056.502500', '210056.962500', '210057.422500', '210057.882500', '210058.342500', '210058.802500', '210059.262500', '210059.722500', '210100.182500', '210100.642500', '210101.102500', '210101.562500', '210102.022500', '210102.482500', '210102.942500', '210103.402500', '210103.862500', '210104.322500', '210104.782500', '210105.242500', '210105.702500', '210106.162500', '210106.622500', '210107.082500', '210107.542500', '210108.002500', '210108.462500', '210108.922500', '210109.382500', '210109.842500', '210110.302500', '210110.762500', '210111.222500', '210111.682500', '210112.142500', '210112.602500', '210113.062500', '210113.522500', '210113.982500', '210114.442500', '210114.902500', '210115.362500', '210115.822500', '210116.282500', '210116.742500', '210117.202500', '210117.662500', '210118.122500', '210118.582500', '210119.042500', '210119.502500', '210119.962500', '210120.422500', '210120.882500', '210121.342500', '210121.802500', '210122.262500', '210122.722500', '210123.182500', '210123.642500', '210124.102500', '210124.562500', '210125.022500', '210125.482500', '210125.942500', '210126.402500', '210126.862500', '210127.322500', '210127.782500', '210128.242500', '210128.702500', '210129.162500', '210129.622500', '210130.082500', '210130.542500', '210131.002500', '210131.462500', '210131.922500', '210132.382500', '210132.842500', '210133.302500', '210133.762500', '210134.222500', '210134.682500', '210135.142500', '210135.602500', '210136.062500', '210136.522500', '210136.982500', '210137.442500', '210137.902500', '210138.362500', '210138.822500', '210139.282500', '210139.742500', '210140.202500', '210140.662500', '210141.122500', '210141.582500', '210142.042500', '210142.502500', '210142.962500', '210143.422500', '210143.882500', '210144.342500', '210144.802500', '210145.262500', '210145.722500', '210146.182500', '210146.642500', '210147.102500', '210147.562500', '210148.022500', '210148.482500', '210148.942500', '210149.402500', '210149.862500', '210150.322500', '210150.782500', '210151.242500', '210151.702500', '210152.162500', '210152.622500', '210153.082500', '210153.542500', '210154.002500', '210154.462500', '210154.922500', '210155.382500', '210155.842500', '210156.302500', '210156.762500', '210157.222500', '210157.682500', '210158.142500', '210158.602500', '210159.062500', '210159.522500', '210159.982500', '210200.442500', '210200.902500', '210201.362500', '210201.822500', '210202.282500', '210202.742500', '210203.202500', '210203.662500', '210204.122500', '210204.582500', '210205.042500', '210205.502500', '210205.962500', '210206.422500', '210206.882500', '210207.342500', '210207.802500', '210208.262500', '210208.722500', '210209.182500', '210209.642500', '210210.102500', '210210.562500', '210211.022500', '210211.482500', '210211.942500', '210212.402500', '210212.862500', '210213.322500', '210213.782500', '210214.242500', '210214.702500', '210215.162500', '210215.622500', '210216.082500', '210216.542500', '210217.002500', '210217.462500', '210217.922500', '210218.382500', '210218.842500', '210219.302500', '210219.762500', '210220.222500', '210220.682500', '210221.142500', '210221.602500', '210222.062500', '210222.522500', '210222.982500', '210223.442500', '210223.902500', '210224.362500', '210224.822500', '210225.282500', '210225.742500', '210226.202500', '210226.662500', '210227.122500', '210227.582500', '210228.042500', '210228.502500', '210228.962500', '210229.422500', '210229.882500', '210230.342500', '210230.802500', '210231.262500', '210231.722500', '210232.182500', '210232.642500', '210233.102500', '210233.562500', '210234.022500', '210234.482500', '210234.942500', '210235.402500', '210235.862500', '210236.322500', '210236.782500', '210237.242500', '210237.702500', '210238.162500', '210238.622500', '210239.082500', '210239.542500', '210240.002500', '210240.462500', '210240.922500', '210241.382500', '210241.842500', '210242.302500', '210242.762500', '210243.222500', '210243.682500', '210244.142500', '210244.602500', '210245.062500', '210245.522500', '210245.982500', '210246.442500', '210246.902500', '210247.362500', '210247.822500', '210248.282500', '210248.742500', '210249.202500', '210249.662500', '210250.122500', '210250.582500', '210251.042500', '210251.502500', '210251.962500', '210252.422500', '210252.882500', '210253.342500', '210253.802500', '210254.262500', '210254.722500', '210255.182500', '210255.642500', '210256.102500', '210256.562500', '210257.022500', '210257.482500', '210257.942500', '210258.402500', '210258.862500', '210259.322500', '210259.782500', '210300.242500', '210300.702500', '210301.162500', '210301.622500', '210302.082500', '210302.542500', '210303.002500', '210303.462500', '210303.922500', '210304.382500', '210304.842500', '210305.302500', '210305.762500', '210306.222500', '210306.682500', '210307.142500', '210307.602500', '210308.062500', '210308.522500', '210308.982500', '210309.442500', '210309.902500', '210310.362500', '210310.822500', '210311.282500', '210311.742500', '210312.202500', '210312.662500', '210313.122500', '210313.582500', '210314.042500', '210314.502500', '210314.962500', '210315.422500', '210315.882500', '210316.342500', '210316.802500', '210317.262500', '210317.722500', '210318.182500', '210318.642500', '210319.102500', '210319.562500', '210320.022500', '210320.482500', '210320.942500', '210321.402500', '210321.862500', '210322.322500', '210322.782500', '210323.242500', '210323.702500', '210324.162500', '210324.622500', '210325.082500', '210325.542500', '210326.002500', '210326.462500', '210326.922500', '210327.382500', '210327.842500', '210328.302500', '210328.762500', '210329.222500', '210329.682500', '210330.142500', '210330.602500', '210331.062500', '210331.522500', '210331.982500', '210332.442500', '210332.902500', '210333.362500', '210333.822500', '210334.282500', '210334.742500', '210335.202500', '210335.662500', '210336.122500', '210336.582500', '210337.042500', '210337.502500', '210337.962500', '210338.422500', '210338.882500', '210339.342500', '210339.802500', '210340.262500', '210340.722500', '210341.182500', '210341.642500', '210342.102500', '210342.562500', '210343.022500', '210343.482500', '210343.942500', '210344.402500', '210344.862500', '210345.322500', '210345.782500', '210346.242500', '210346.702500', '210347.162500', '210347.622500', '210348.082500', '210348.542500', '210349.002500', '210349.462500', '210349.922500', '210350.382500', '210350.842500', '210351.302500', '210351.762500', '210352.222500', '210352.682500', '210353.142500', '210353.602500', '210354.062500', '210354.522500', '210354.982500', '210355.442500', '210355.902500', '210356.362500', '210356.822500', '210357.282500', '210357.742500', '210358.202500', '210358.662500', '210359.122500', '210359.582500', '210400.042500', '210400.502500', '210400.962500', '210401.422500', '210401.882500', '210402.342500', '210402.802500', '210403.262500', '210403.722500', '210404.182500', '210404.642500', '210405.102500', '210405.562500', '210406.022500', '210406.482500', '210406.942500', '210407.402500', '210407.862500', '210408.322500', '210408.782500', '210409.242500', '210409.702500', '210410.162500', '210410.622500', '210411.082500', '210411.542500', '210412.002500', '210412.462500', '210412.922500', '210413.382500', '210413.842500', '210414.302500', '210414.762500', '210415.222500', '210415.682500', '210416.142500', '210416.602500', '210417.062500', '210417.522500', '210417.982500', '210418.442500', '210418.902500', '210419.362500', '210419.822500', '210420.282500', '210420.742500', '210421.202500', '210421.662500', '210422.122500', '210422.582500', '210423.042500', '210423.502500', '210423.962500', '210424.422500', '210424.882500', '210425.342500', '210425.802500', '210426.262500', '210426.722500', '210427.182500', '210427.642500', '210428.102500', '210428.562500', '210429.022500', '210429.482500', '210429.942500', '210430.402500', '210430.862500', '210431.322500', '210431.782500', '210432.242500', '210432.702500', '210433.162500', '210433.622500', '210434.082500', '210434.542500', '210435.002500', '210435.462500', '210435.922500', '210436.382500', '210436.842500', '210437.302500', '210437.762500', '210438.222500', '210438.682500', '210439.142500', '210439.602500', '210440.062500', '210440.522500', '210440.982500', '210441.442500', '210441.902500', '210442.362500', '210442.822500', '210443.282500', '210443.742500', '210444.202500', '210444.662500', '210445.122500', '210445.582500', '210446.042500', '210446.502500', '210446.962500', '210447.422500', '210447.882500', '210448.342500', '210448.802500', '210449.262500', '210449.722500', '210450.182500', '210450.642500', '210451.102500', '210451.562500', '210452.022500', '210452.482500', '210452.942500', '210453.402500', '210453.862500', '210454.322500', '210454.782500', '210455.242500', '210455.702500', '210456.162500', '210456.622500', '210457.082500', '210457.542500', '210458.002500', '210458.462500', '210458.922500', '210459.382500', '210459.842500', '210500.302500', '210500.762500', '210501.222500', '210501.682500', '210502.142500', '210502.602500', '210503.062500', '210503.522500', '210503.982500', '210504.442500', '210504.902500', '210505.362500', '210505.822500', '210506.282500', '210506.742500', '210507.202500', '210507.662500', '210508.122500', '210508.582500', '210509.042500', '210509.502500', '210509.962500', '210510.422500', '210510.882500', '210511.342500', '210511.802500', '210512.262500', '210512.722500', '210513.182500', '210513.642500', '210514.102500', '210514.562500', '210515.022500', '210515.482500', '210515.942500', '210516.402500', '210516.862500', '210517.322500', '210517.782500', '210518.242500', '210518.702500', '210519.162500', '210519.622500', '210520.082500', '210520.542500', '210521.002500', '210521.462500', '210521.922500', '210522.382500', '210522.842500', '210523.302500', '210523.762500', '210524.222500', '210524.682500', '210525.142500', '210525.602500', '210526.062500', '210526.522500', '210526.982500', '210527.442500', '210527.902500', '210528.362500', '210528.822500', '210529.282500', '210529.742500', '210530.202500', '210530.662500', '210531.122500', '210531.582500', '210532.042500', '210532.502500', '210532.962500', '210533.422500', '210533.882500', '210534.342500', '210534.802500', '210535.262500', '210535.722500', '210536.182500', '210536.642500', '210537.102500', '210537.562500', '210538.022500', '210538.482500', '210538.942500', '210539.402500', '210539.862500', '210540.322500', '210540.782500', '210541.242500', '210541.702500', '210542.162500', '210542.622500', '210543.082500', '210543.542500', '210544.002500', '210544.462500', '210544.922500', '210545.382500', '210545.842500', '210546.302500', '210546.762500', '210547.222500'], 'ContentTime': ['205933.910000', '205933.914000', '205933.916000', '205933.919000', '205933.922000', '205933.924000', '205933.927000', '205933.929000', '205933.932000', '205933.935000', '205933.937000', '205933.940000', '205933.942000', '205933.945000', '205933.948000', '205933.950000', '205933.953000', '205933.955000', '205933.958000', '205933.960000', '205933.963000', '205933.966000', '205933.968000', '205933.971000', '205933.973000', '205933.976000', '205933.978000', '205933.981000', '205933.984000', '205933.986000', '205933.989000', '205933.991000', '205933.994000', '205933.996000', '205934.000000', '205934.003000', '205934.005000', '205934.008000', '205934.011000', '205934.013000', '205934.024000', '205934.026000', '205934.029000', '205934.031000', '205934.034000', '205934.036000', '205934.039000', '205934.042000', '205934.044000', '205934.047000', '205934.049000', '205934.052000', '205934.054000', '205934.057000', '205934.059000', '205934.063000', '205934.071000', '205953.880000', '205953.883000', '205953.886000', '205953.888000', '205953.891000', '205953.893000', '205953.896000', '205953.898000', '205953.901000', '205953.904000', '205953.906000', '205953.909000', '205953.911000', '205953.918000', '205953.920000', '205953.923000', '205953.926000', '205953.928000', '205953.931000', '205953.933000', '205953.936000', '205953.938000', '205953.941000', '205953.943000', '205953.946000', '205953.948000', '205953.951000', '205953.954000', '205953.956000', '205953.959000', '205953.961000', '205953.964000', '205953.966000', '205953.969000', '205953.971000', '205953.974000', '205953.977000', '205953.979000', '205953.982000', '205953.984000', '205953.987000', '205953.989000', '205953.992000', '205953.994000', '210013.880000', '210013.883000', '210013.886000', '210013.888000', '210013.891000', '210013.894000', '210013.896000', '210013.899000', '210013.901000', '210013.904000', '210013.906000', '210013.909000', '210013.912000', '210013.923000', '210013.926000', '210013.928000', '210013.931000', '210013.934000', '210013.936000', '210013.939000', '210013.941000', '210013.944000', '210013.946000', '210013.949000', '210013.952000', '210013.954000', '210013.957000', '210013.959000', '210013.962000', '210013.964000', '210013.967000', '210013.970000', '210013.972000', '210013.975000', '210013.977000', '210013.980000', '210013.983000', '210013.985000', '210013.988000', '210013.990000', '210013.993000', '210013.996000', '210013.998000', '210033.880000', '210033.883000', '210033.886000', '210033.888000', '210033.891000', '210033.893000', '210033.896000', '210033.898000', '210033.901000', '210033.904000', '210033.906000', '210033.909000', '210033.911000', '210033.915000', '210033.918000', '210033.920000', '210033.923000', '210033.926000', '210033.928000', '210033.931000', '210033.933000', '210033.936000', '210033.938000', '210033.941000', '210033.944000', '210033.946000', '210033.949000', '210033.951000', '210033.954000', '210033.957000', '210033.959000', '210033.962000', '210033.964000', '210033.967000', '210033.970000', '210033.972000', '210033.975000', '210033.977000', '210033.980000', '210033.983000', '210033.985000', '210033.988000', '210033.990000', '210033.993000', '210053.880000', '210053.883000', '210053.886000', '210053.889000', '210053.891000', '210053.894000', '210053.896000', '210053.899000', '210053.901000', '210053.904000', '210053.907000', '210053.909000', '210053.914000', '210053.916000', '210053.919000', '210053.922000', '210053.924000', '210053.927000', '210053.929000', '210053.932000', '210053.935000', '210053.937000', '210053.940000', '210053.942000', '210053.945000', '210053.948000', '210053.950000', '210053.953000', '210053.955000', '210053.958000', '210053.961000', '210053.963000', '210053.966000', '210053.968000', '210053.971000', '210053.973000', '210053.976000', '210053.979000', '210053.981000', '210053.984000', '210053.986000', '210053.989000', '210053.992000', '210113.880000', '210113.883000', '210113.886000', '210113.889000', '210113.899000', '210113.902000', '210113.904000', '210113.907000', '210113.910000', '210113.912000', '210113.915000', '210113.917000', '210113.920000', '210113.923000', '210113.925000', '210113.928000', '210113.931000', '210113.933000', '210113.936000', '210113.938000', '210113.941000', '210113.943000', '210113.946000', '210113.949000', '210113.951000', '210113.954000', '210113.956000', '210113.959000', '210113.961000', '210113.964000', '210113.967000', '210113.969000', '210113.972000', '210113.974000', '210113.977000', '210113.980000', '210113.982000', '210113.985000', '210113.987000', '210113.990000', '210113.993000', '210113.995000', '210113.998000', '210133.881000', '210133.884000', '210133.887000', '210133.890000', '210133.892000', '210133.895000', '210133.897000', '210133.900000', '210133.914000', '210133.916000', '210133.919000', '210133.921000', '210133.924000', '210133.927000', '210133.929000', '210133.932000', '210133.934000', '210133.937000', '210133.940000', '210133.942000', '210133.945000', '210133.947000', '210133.950000', '210133.953000', '210133.955000', '210133.958000', '210133.960000', '210133.963000', '210133.966000', '210133.968000', '210133.971000', '210133.973000', '210133.976000', '210133.978000', '210133.981000', '210133.984000', '210133.986000', '210133.989000', '210133.991000', '210133.994000', '210133.997000', '210134.000000', '210134.003000', '210134.005000', '210153.881000', '210153.884000', '210153.887000', '210153.890000', '210153.892000', '210153.895000', '210153.897000', '210153.900000', '210153.903000', '210153.905000', '210153.908000', '210153.918000', '210153.920000', '210153.923000', '210153.926000', '210153.928000', '210153.931000', '210153.933000', '210153.936000', '210153.938000', '210153.941000', '210153.944000', '210153.946000', '210153.949000', '210153.951000', '210153.955000', '210153.959000', '210153.961000', '210153.964000', '210153.967000', '210153.969000', '210153.972000', '210153.974000', '210153.977000', '210153.979000', '210153.982000', '210153.985000', '210153.987000', '210153.990000', '210153.992000', '210153.995000', '210153.998000', '210154.001000', '210213.880000', '210213.883000', '210213.886000', '210213.888000', '210213.891000', '210213.893000', '210213.896000', '210213.899000', '210213.901000', '210213.904000', '210213.906000', '210213.909000', '210213.912000', '210213.914000', '210213.917000', '210213.919000', '210213.922000', '210213.925000', '210213.927000', '210213.930000', '210213.932000', '210213.935000', '210213.938000', '210213.940000', '210213.943000', '210213.945000', '210213.948000', '210213.951000', '210213.953000', '210213.956000', '210213.958000', '210213.961000', '210213.963000', '210213.966000', '210213.969000', '210213.971000', '210213.974000', '210213.977000', '210213.979000', '210213.982000', '210213.984000', '210213.987000', '210213.990000', '210213.992000', '210233.881000', '210233.883000', '210233.886000', '210233.889000', '210233.891000', '210233.894000', '210233.896000', '210233.899000', '210233.902000', '210233.904000', '210233.907000', '210233.909000', '210233.912000', '210233.914000', '210233.917000', '210233.920000', '210233.922000', '210233.925000', '210233.927000', '210233.930000', '210233.933000', '210233.935000', '210233.938000', '210233.940000', '210233.943000', '210233.946000', '210233.948000', '210233.951000', '210233.954000', '210233.956000', '210233.959000', '210233.961000', '210233.964000', '210233.966000', '210233.969000', '210233.972000', '210233.974000', '210233.977000', '210233.980000', '210233.982000', '210233.985000', '210233.997000', '210234.000000', '210253.881000', '210253.883000', '210253.886000', '210253.889000', '210253.891000', '210253.894000', '210253.897000', '210253.899000', '210253.902000', '210253.904000', '210253.907000', '210253.910000', '210253.912000', '210253.915000', '210253.917000', '210253.920000', '210253.922000', '210253.925000', '210253.928000', '210253.930000', '210253.933000', '210253.935000', '210253.938000', '210253.941000', '210253.943000', '210253.946000', '210253.948000', '210253.951000', '210253.954000', '210253.956000', '210253.959000', '210253.961000', '210253.964000', '210253.980000', '210253.982000', '210253.985000', '210253.987000', '210253.990000', '210253.993000', '210253.995000', '210253.998000', '210254.002000', '210254.004000', '210254.007000', '210313.881000', '210313.883000', '210313.886000', '210313.889000', '210313.891000', '210313.894000', '210313.897000', '210313.899000', '210313.902000', '210313.904000', '210313.907000', '210313.909000', '210313.912000', '210313.914000', '210313.917000', '210313.920000', '210313.922000', '210313.925000', '210313.927000', '210313.930000', '210313.933000', '210313.935000', '210313.938000', '210313.940000', '210313.943000', '210313.946000', '210313.948000', '210313.951000', '210313.953000', '210313.956000', '210313.959000', '210313.961000', '210313.964000', '210313.966000', '210313.981000', '210313.984000', '210313.986000', '210313.989000', '210313.991000', '210313.995000', '210313.998000', '210314.002000', '210314.005000', '210333.881000', '210333.883000', '210333.886000', '210333.889000', '210333.891000', '210333.894000', '210333.897000', '210333.899000', '210333.902000', '210333.905000', '210333.907000', '210333.910000', '210333.913000', '210333.916000', '210333.918000', '210333.921000', '210333.923000', '210333.926000', '210333.929000', '210333.931000', '210333.934000', '210333.936000', '210333.939000', '210333.942000', '210333.944000', '210333.947000', '210333.949000', '210333.952000', '210333.955000', '210333.957000', '210333.960000', '210333.962000', '210333.965000', '210333.968000', '210333.970000', '210333.973000', '210333.976000', '210333.978000', '210333.981000', '210333.983000', '210333.986000', '210333.989000', '210333.991000', '210333.994000', '210353.881000', '210353.884000', '210353.887000', '210353.889000', '210353.892000', '210353.895000', '210353.897000', '210353.900000', '210353.902000', '210353.905000', '210353.907000', '210353.910000', '210353.913000', '210353.915000', '210353.918000', '210353.920000', '210353.923000', '210353.926000', '210353.928000', '210353.931000', '210353.934000', '210353.936000', '210353.939000', '210353.941000', '210353.944000', '210353.946000', '210353.949000', '210353.951000', '210353.954000', '210353.957000', '210353.959000', '210353.962000', '210353.965000', '210353.967000', '210353.970000', '210353.972000', '210353.975000', '210353.978000', '210353.980000', '210353.983000', '210353.985000', '210353.988000', '210353.991000', '210413.881000', '210413.884000', '210413.887000', '210413.890000', '210413.892000', '210413.895000', '210413.897000', '210413.900000', '210413.902000', '210413.912000', '210413.915000', '210413.917000', '210413.920000', '210413.923000', '210413.925000', '210413.928000', '210413.930000', '210413.933000', '210413.936000', '210413.938000', '210413.941000', '210413.943000', '210413.946000', '210413.948000', '210413.951000', '210413.954000', '210413.956000', '210413.959000', '210413.961000', '210413.964000', '210413.967000', '210413.969000', '210413.972000', '210413.975000', '210413.977000', '210413.980000', '210413.982000', '210413.985000', '210413.987000', '210413.990000', '210413.993000', '210413.995000', '210413.998000', '210414.002000', '210433.886000', '210433.889000', '210433.892000', '210433.895000', '210433.897000', '210433.900000', '210433.902000', '210433.905000', '210433.908000', '210433.910000', '210433.913000', '210433.915000', '210433.918000', '210433.920000', '210433.923000', '210433.926000', '210433.928000', '210433.931000', '210433.933000', '210433.936000', '210433.939000', '210433.941000', '210433.944000', '210433.946000', '210433.949000', '210433.951000', '210433.954000', '210433.957000', '210433.959000', '210433.962000', '210433.964000', '210433.967000', '210433.970000', '210433.972000', '210433.975000', '210433.977000', '210433.980000', '210433.983000', '210433.985000', '210433.988000', '210433.991000', '210433.993000', '210433.996000', '210453.881000', '210453.883000', '210453.886000', '210453.889000', '210453.891000', '210453.894000', '210453.896000', '210453.899000', '210453.902000', '210453.904000', '210453.907000', '210453.909000', '210453.912000', '210453.915000', '210453.917000', '210453.920000', '210453.923000', '210453.925000', '210453.928000', '210453.930000', '210453.933000', '210453.936000', '210453.938000', '210453.941000', '210453.944000', '210453.946000', '210453.949000', '210453.952000', '210453.954000', '210453.957000', '210453.960000', '210453.962000', '210453.965000', '210453.967000', '210453.970000', '210453.973000', '210453.975000', '210453.978000', '210453.981000', '210453.983000', '210453.986000', '210453.988000', '210453.991000', '210453.994000', '210513.880000', '210513.883000', '210513.886000', '210513.889000', '210513.891000', '210513.894000', '210513.896000', '210513.899000', '210513.902000', '210513.904000', '210513.907000', '210513.909000', '210513.912000', '210513.915000', '210513.917000', '210513.920000', '210513.922000', '210513.925000', '210513.927000', '210513.930000', '210513.933000', '210513.935000', '210513.938000', '210513.940000', '210513.943000', '210513.945000', '210513.948000', '210513.951000', '210513.953000', '210513.956000', '210513.959000', '210513.961000', '210513.964000', '210513.966000', '210513.969000', '210513.972000', '210513.975000', '210513.978000', '210513.981000', '210513.984000', '210513.987000', '210513.989000', '210513.992000', '210533.881000', '210533.883000', '210533.886000', '210533.889000', '210533.891000', '210533.894000', '210533.897000', '210533.899000', '210533.902000', '210533.904000', '210533.907000', '210533.909000', '210533.912000', '210533.915000', '210533.917000', '210533.920000', '210533.922000', '210533.925000', '210533.928000', '210533.930000', '210533.933000', '210533.935000', '210533.938000', '210533.941000', '210533.943000', '210533.946000', '210533.948000', '210533.951000', '210533.954000', '210533.956000', '210533.959000', '210533.961000', '210533.964000', '210533.966000', '210533.969000', '210533.972000', '210533.974000', '210533.977000', '210533.979000', '210533.982000', '210533.985000', '210533.987000', '210533.990000', '210533.992000', '210548.498000', '210548.501000', '210548.504000', '210548.507000', '210548.509000', '210548.512000', '210548.515000', '210548.517000', '210548.520000', '210548.523000', '210548.526000', '210548.536000', '210548.539000', '210548.542000', '210548.545000', '210548.548000', '210548.551000', '210548.554000', '210548.557000', '210548.562000', '210548.566000', '210548.568000', '210548.571000', '210548.574000', '210548.578000', '210548.581000', '210548.583000', '210548.586000', '210548.588000', '210548.591000', '210548.594000', '210548.596000'], 'InstanceCreationTime': ['205933.910000', '205933.914000', '205933.916000', '205933.919000', '205933.922000', '205933.924000', '205933.927000', '205933.929000', '205933.932000', '205933.935000', '205933.937000', '205933.940000', '205933.942000', '205933.945000', '205933.948000', '205933.950000', '205933.953000', '205933.955000', '205933.958000', '205933.960000', '205933.963000', '205933.966000', '205933.968000', '205933.971000', '205933.973000', '205933.976000', '205933.978000', '205933.981000', '205933.984000', '205933.986000', '205933.989000', '205933.991000', '205933.994000', '205933.996000', '205934.000000', '205934.003000', '205934.005000', '205934.008000', '205934.011000', '205934.013000', '205934.024000', '205934.026000', '205934.029000', '205934.031000', '205934.034000', '205934.036000', '205934.039000', '205934.042000', '205934.044000', '205934.047000', '205934.049000', '205934.052000', '205934.054000', '205934.057000', '205934.059000', '205934.063000', '205934.071000', '205953.880000', '205953.883000', '205953.886000', '205953.888000', '205953.891000', '205953.893000', '205953.896000', '205953.898000', '205953.901000', '205953.904000', '205953.906000', '205953.909000', '205953.911000', '205953.918000', '205953.920000', '205953.923000', '205953.926000', '205953.928000', '205953.931000', '205953.933000', '205953.936000', '205953.938000', '205953.941000', '205953.943000', '205953.946000', '205953.948000', '205953.951000', '205953.954000', '205953.956000', '205953.959000', '205953.961000', '205953.964000', '205953.966000', '205953.969000', '205953.971000', '205953.974000', '205953.977000', '205953.979000', '205953.982000', '205953.984000', '205953.987000', '205953.989000', '205953.992000', '205953.994000', '210013.880000', '210013.883000', '210013.886000', '210013.888000', '210013.891000', '210013.894000', '210013.896000', '210013.899000', '210013.901000', '210013.904000', '210013.906000', '210013.909000', '210013.912000', '210013.923000', '210013.926000', '210013.928000', '210013.931000', '210013.934000', '210013.936000', '210013.939000', '210013.941000', '210013.944000', '210013.946000', '210013.949000', '210013.952000', '210013.954000', '210013.957000', '210013.959000', '210013.962000', '210013.964000', '210013.967000', '210013.970000', '210013.972000', '210013.975000', '210013.977000', '210013.980000', '210013.983000', '210013.985000', '210013.988000', '210013.990000', '210013.993000', '210013.996000', '210013.998000', '210033.880000', '210033.883000', '210033.886000', '210033.888000', '210033.891000', '210033.893000', '210033.896000', '210033.898000', '210033.901000', '210033.904000', '210033.906000', '210033.909000', '210033.911000', '210033.915000', '210033.918000', '210033.920000', '210033.923000', '210033.926000', '210033.928000', '210033.931000', '210033.933000', '210033.936000', '210033.938000', '210033.941000', '210033.944000', '210033.946000', '210033.949000', '210033.951000', '210033.954000', '210033.957000', '210033.959000', '210033.962000', '210033.964000', '210033.967000', '210033.970000', '210033.972000', '210033.975000', '210033.977000', '210033.980000', '210033.983000', '210033.985000', '210033.988000', '210033.990000', '210033.993000', '210053.880000', '210053.883000', '210053.886000', '210053.889000', '210053.891000', '210053.894000', '210053.896000', '210053.899000', '210053.901000', '210053.904000', '210053.907000', '210053.909000', '210053.914000', '210053.916000', '210053.919000', '210053.922000', '210053.924000', '210053.927000', '210053.929000', '210053.932000', '210053.935000', '210053.937000', '210053.940000', '210053.942000', '210053.945000', '210053.948000', '210053.950000', '210053.953000', '210053.955000', '210053.958000', '210053.961000', '210053.963000', '210053.966000', '210053.968000', '210053.971000', '210053.973000', '210053.976000', '210053.979000', '210053.981000', '210053.984000', '210053.986000', '210053.989000', '210053.992000', '210113.880000', '210113.883000', '210113.886000', '210113.889000', '210113.899000', '210113.902000', '210113.904000', '210113.907000', '210113.910000', '210113.912000', '210113.915000', '210113.917000', '210113.920000', '210113.923000', '210113.925000', '210113.928000', '210113.931000', '210113.933000', '210113.936000', '210113.938000', '210113.941000', '210113.943000', '210113.946000', '210113.949000', '210113.951000', '210113.954000', '210113.956000', '210113.959000', '210113.961000', '210113.964000', '210113.967000', '210113.969000', '210113.972000', '210113.974000', '210113.977000', '210113.980000', '210113.982000', '210113.985000', '210113.987000', '210113.990000', '210113.993000', '210113.995000', '210113.998000', '210133.881000', '210133.884000', '210133.887000', '210133.890000', '210133.892000', '210133.895000', '210133.897000', '210133.900000', '210133.914000', '210133.916000', '210133.919000', '210133.921000', '210133.924000', '210133.927000', '210133.929000', '210133.932000', '210133.934000', '210133.937000', '210133.940000', '210133.942000', '210133.945000', '210133.947000', '210133.950000', '210133.953000', '210133.955000', '210133.958000', '210133.960000', '210133.963000', '210133.966000', '210133.968000', '210133.971000', '210133.973000', '210133.976000', '210133.978000', '210133.981000', '210133.984000', '210133.986000', '210133.989000', '210133.991000', '210133.994000', '210133.997000', '210134.000000', '210134.003000', '210134.005000', '210153.881000', '210153.884000', '210153.887000', '210153.890000', '210153.892000', '210153.895000', '210153.897000', '210153.900000', '210153.903000', '210153.905000', '210153.908000', '210153.918000', '210153.920000', '210153.923000', '210153.926000', '210153.928000', '210153.931000', '210153.933000', '210153.936000', '210153.938000', '210153.941000', '210153.944000', '210153.946000', '210153.949000', '210153.951000', '210153.955000', '210153.959000', '210153.961000', '210153.964000', '210153.967000', '210153.969000', '210153.972000', '210153.974000', '210153.977000', '210153.979000', '210153.982000', '210153.985000', '210153.987000', '210153.990000', '210153.992000', '210153.995000', '210153.998000', '210154.001000', '210213.880000', '210213.883000', '210213.886000', '210213.888000', '210213.891000', '210213.893000', '210213.896000', '210213.899000', '210213.901000', '210213.904000', '210213.906000', '210213.909000', '210213.912000', '210213.914000', '210213.917000', '210213.919000', '210213.922000', '210213.925000', '210213.927000', '210213.930000', '210213.932000', '210213.935000', '210213.938000', '210213.940000', '210213.943000', '210213.945000', '210213.948000', '210213.951000', '210213.953000', '210213.956000', '210213.958000', '210213.961000', '210213.963000', '210213.966000', '210213.969000', '210213.971000', '210213.974000', '210213.977000', '210213.979000', '210213.982000', '210213.984000', '210213.987000', '210213.990000', '210213.992000', '210233.881000', '210233.883000', '210233.886000', '210233.889000', '210233.891000', '210233.894000', '210233.896000', '210233.899000', '210233.902000', '210233.904000', '210233.907000', '210233.909000', '210233.912000', '210233.914000', '210233.917000', '210233.920000', '210233.922000', '210233.925000', '210233.927000', '210233.930000', '210233.933000', '210233.935000', '210233.938000', '210233.940000', '210233.943000', '210233.946000', '210233.948000', '210233.951000', '210233.954000', '210233.956000', '210233.959000', '210233.961000', '210233.964000', '210233.966000', '210233.969000', '210233.972000', '210233.974000', '210233.977000', '210233.980000', '210233.982000', '210233.985000', '210233.997000', '210234.000000', '210253.881000', '210253.883000', '210253.886000', '210253.889000', '210253.891000', '210253.894000', '210253.897000', '210253.899000', '210253.902000', '210253.904000', '210253.907000', '210253.910000', '210253.912000', '210253.915000', '210253.917000', '210253.920000', '210253.922000', '210253.925000', '210253.928000', '210253.930000', '210253.933000', '210253.935000', '210253.938000', '210253.941000', '210253.943000', '210253.946000', '210253.948000', '210253.951000', '210253.954000', '210253.956000', '210253.959000', '210253.961000', '210253.964000', '210253.980000', '210253.982000', '210253.985000', '210253.987000', '210253.990000', '210253.993000', '210253.995000', '210253.998000', '210254.002000', '210254.004000', '210254.007000', '210313.881000', '210313.883000', '210313.886000', '210313.889000', '210313.891000', '210313.894000', '210313.897000', '210313.899000', '210313.902000', '210313.904000', '210313.907000', '210313.909000', '210313.912000', '210313.914000', '210313.917000', '210313.920000', '210313.922000', '210313.925000', '210313.927000', '210313.930000', '210313.933000', '210313.935000', '210313.938000', '210313.940000', '210313.943000', '210313.946000', '210313.948000', '210313.951000', '210313.953000', '210313.956000', '210313.959000', '210313.961000', '210313.964000', '210313.966000', '210313.981000', '210313.984000', '210313.986000', '210313.989000', '210313.991000', '210313.995000', '210313.998000', '210314.002000', '210314.005000', '210333.881000', '210333.883000', '210333.886000', '210333.889000', '210333.891000', '210333.894000', '210333.897000', '210333.899000', '210333.902000', '210333.905000', '210333.907000', '210333.910000', '210333.913000', '210333.916000', '210333.918000', '210333.921000', '210333.923000', '210333.926000', '210333.929000', '210333.931000', '210333.934000', '210333.936000', '210333.939000', '210333.942000', '210333.944000', '210333.947000', '210333.949000', '210333.952000', '210333.955000', '210333.957000', '210333.960000', '210333.962000', '210333.965000', '210333.968000', '210333.970000', '210333.973000', '210333.976000', '210333.978000', '210333.981000', '210333.983000', '210333.986000', '210333.989000', '210333.991000', '210333.994000', '210353.881000', '210353.884000', '210353.887000', '210353.889000', '210353.892000', '210353.895000', '210353.897000', '210353.900000', '210353.902000', '210353.905000', '210353.907000', '210353.910000', '210353.913000', '210353.915000', '210353.918000', '210353.920000', '210353.923000', '210353.926000', '210353.928000', '210353.931000', '210353.934000', '210353.936000', '210353.939000', '210353.941000', '210353.944000', '210353.946000', '210353.949000', '210353.951000', '210353.954000', '210353.957000', '210353.959000', '210353.962000', '210353.965000', '210353.967000', '210353.970000', '210353.972000', '210353.975000', '210353.978000', '210353.980000', '210353.983000', '210353.985000', '210353.988000', '210353.991000', '210413.881000', '210413.884000', '210413.887000', '210413.890000', '210413.892000', '210413.895000', '210413.897000', '210413.900000', '210413.902000', '210413.912000', '210413.915000', '210413.917000', '210413.920000', '210413.923000', '210413.925000', '210413.928000', '210413.930000', '210413.933000', '210413.936000', '210413.938000', '210413.941000', '210413.943000', '210413.946000', '210413.948000', '210413.951000', '210413.954000', '210413.956000', '210413.959000', '210413.961000', '210413.964000', '210413.967000', '210413.969000', '210413.972000', '210413.975000', '210413.977000', '210413.980000', '210413.982000', '210413.985000', '210413.987000', '210413.990000', '210413.993000', '210413.995000', '210413.998000', '210414.002000', '210433.886000', '210433.889000', '210433.892000', '210433.895000', '210433.897000', '210433.900000', '210433.902000', '210433.905000', '210433.908000', '210433.910000', '210433.913000', '210433.915000', '210433.918000', '210433.920000', '210433.923000', '210433.926000', '210433.928000', '210433.931000', '210433.933000', '210433.936000', '210433.939000', '210433.941000', '210433.944000', '210433.946000', '210433.949000', '210433.951000', '210433.954000', '210433.957000', '210433.959000', '210433.962000', '210433.964000', '210433.967000', '210433.970000', '210433.972000', '210433.975000', '210433.977000', '210433.980000', '210433.983000', '210433.985000', '210433.988000', '210433.991000', '210433.993000', '210433.996000', '210453.881000', '210453.883000', '210453.886000', '210453.889000', '210453.891000', '210453.894000', '210453.896000', '210453.899000', '210453.902000', '210453.904000', '210453.907000', '210453.909000', '210453.912000', '210453.915000', '210453.917000', '210453.920000', '210453.923000', '210453.925000', '210453.928000', '210453.930000', '210453.933000', '210453.936000', '210453.938000', '210453.941000', '210453.944000', '210453.946000', '210453.949000', '210453.952000', '210453.954000', '210453.957000', '210453.960000', '210453.962000', '210453.965000', '210453.967000', '210453.970000', '210453.973000', '210453.975000', '210453.978000', '210453.981000', '210453.983000', '210453.986000', '210453.988000', '210453.991000', '210453.994000', '210513.880000', '210513.883000', '210513.886000', '210513.889000', '210513.891000', '210513.894000', '210513.896000', '210513.899000', '210513.902000', '210513.904000', '210513.907000', '210513.909000', '210513.912000', '210513.915000', '210513.917000', '210513.920000', '210513.922000', '210513.925000', '210513.927000', '210513.930000', '210513.933000', '210513.935000', '210513.938000', '210513.940000', '210513.943000', '210513.945000', '210513.948000', '210513.951000', '210513.953000', '210513.956000', '210513.959000', '210513.961000', '210513.964000', '210513.966000', '210513.969000', '210513.972000', '210513.975000', '210513.978000', '210513.981000', '210513.984000', '210513.987000', '210513.989000', '210513.992000', '210533.881000', '210533.883000', '210533.886000', '210533.889000', '210533.891000', '210533.894000', '210533.897000', '210533.899000', '210533.902000', '210533.904000', '210533.907000', '210533.909000', '210533.912000', '210533.915000', '210533.917000', '210533.920000', '210533.922000', '210533.925000', '210533.928000', '210533.930000', '210533.933000', '210533.935000', '210533.938000', '210533.941000', '210533.943000', '210533.946000', '210533.948000', '210533.951000', '210533.954000', '210533.956000', '210533.959000', '210533.961000', '210533.964000', '210533.966000', '210533.969000', '210533.972000', '210533.974000', '210533.977000', '210533.979000', '210533.982000', '210533.985000', '210533.987000', '210533.990000', '210533.992000', '210548.498000', '210548.501000', '210548.504000', '210548.507000', '210548.509000', '210548.512000', '210548.515000', '210548.517000', '210548.520000', '210548.523000', '210548.526000', '210548.536000', '210548.539000', '210548.542000', '210548.545000', '210548.548000', '210548.551000', '210548.554000', '210548.557000', '210548.562000', '210548.566000', '210548.568000', '210548.571000', '210548.574000', '210548.578000', '210548.581000', '210548.583000', '210548.586000', '210548.588000', '210548.591000', '210548.594000', '210548.596000'], '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': [9395, 12492, 12607, 9871, 11264, 10784, 8241, 7444, 8521, 8272, 8154, 8969, 12818, 10444, 8020, 7438, 8155, 8258, 11196, 13715, 10332, 8112, 11059, 8105, 8763, 13133, 10124, 10501, 11552, 8302, 7605, 8745, 8193, 8330, 7631, 8296, 8570, 7744, 8218, 8189, 12317, 8325, 7987, 13560, 7704, 8405, 13727, 9206, 8237, 11519, 14098, 8204, 8627, 8390, 8427, 8366, 12101, 11459, 8159, 13774, 11953, 8424, 7690, 8708, 8135, 7455, 12816, 9755, 8362, 12378, 8972, 8327, 7597, 10204, 8509, 9848, 14772, 11780, 7981, 12477, 8909, 8734, 13601, 12616, 8620, 13744, 8776, 8487, 12917, 8228, 7859, 12162, 8880, 7882, 13783, 8650, 7903, 8764, 8195, 7827, 10565, 8260, 7452, 8335, 8554, 7664, 9640, 8320, 7557, 8881, 8323, 7627, 11248, 8294, 7622, 11032, 8275, 7479, 10912, 8174, 12570, 12816, 7797, 14766, 8139, 8028, 14045, 11563, 7675, 9736, 6953, 8293, 8538, 8866, 15293, 12133, 9714, 11429, 8226, 14665, 9309, 7900, 8067, 8527, 7611, 10767, 8370, 7660, 8083, 7682, 13798, 10822, 8396, 14144, 8183, 7648, 9918, 8335, 8242, 8059, 9789, 7891, 7683, 12606, 8534, 7486, 10706, 8204, 8131, 13471, 10794, 7956, 9453, 8323, 8659, 9646, 8649, 9044, 15231, 12388, 9071, 13026, 8007, 8107, 14458, 11920, 7738, 14133, 8340, 7955, 14123, 8137, 8501, 9591, 8270, 8351, 9604, 8301, 8737, 14000, 11866, 7833, 12699, 8096, 13369, 12481, 8302, 14531, 8412, 7767, 9834, 8408, 7967, 11216, 8538, 7911, 8980, 8332, 9698, 11561, 8077, 10857, 9831, 7950, 13100, 8581, 8066, 11629, 9174, 8039, 7940, 7508, 7339, 8046, 11091, 9721, 8656, 11166, 8409, 7861, 8101, 13818, 10746, 7803, 9435, 8082, 7889, 12296, 8904, 7957, 13937, 8269, 8227, 7937, 13022, 10974, 8934, 14737, 8652, 8091, 11998, 8294, 8132, 12977, 7546, 8353, 7730, 8258, 8459, 7958, 13452, 8227, 8787, 11278, 8507, 7853, 12120, 9754, 15304, 12394, 7781, 9631, 8170, 8155, 11165, 7954, 8004, 7784, 7665, 10369, 8606, 7775, 7933, 9154, 7850, 7590, 9077, 8601, 14027, 11973, 8062, 12289, 8859, 12386, 11987, 7820, 7805, 8339, 8269, 14036, 9283, 8082, 12546, 8104, 8222, 13926, 9585, 7814, 9124, 7908, 11607, 12007, 8173, 14801, 8467, 7828, 9052, 8063, 14697, 8189, 7967, 9456, 8367, 7770, 10467, 8299, 7584, 9189, 7306, 7924, 11416, 8562, 8712, 14061, 10144, 8118, 9787, 8540, 7915, 13090, 11215, 10805, 8269, 7892, 12375, 8658, 8812, 7712, 8743, 12444, 8610, 8552, 9539, 8223, 7640, 7946, 8139, 14320, 12231, 8280, 10623, 8266, 7808, 8213, 8290, 13190, 10316, 8189, 13596, 8378, 11026, 14501, 9185, 14776, 8370, 8349, 14530, 8228, 7987, 10454, 8163, 8273, 13899, 9755, 8021, 10447, 7515, 7734, 11117, 9153, 10174, 13419, 10024, 8222, 12641, 8758, 7998, 8767, 8372, 7906, 12154, 9519, 12934, 9582, 8068, 13086, 8086, 13501, 11750, 8029, 10615, 8398, 8384, 13121, 8611, 8063, 9180, 7942, 8463, 11442, 7947, 8391, 8251, 9218, 8324, 8358, 10480, 9469, 14121, 12822, 8347, 10723, 8209, 8038, 13976, 10775, 8442, 14420, 10640, 8280, 13494, 8283, 7789, 14859, 12548, 8440, 12941, 8114, 8342, 13800, 10145, 8477, 7548, 8438, 7920, 8033, 11086, 8435, 11255, 13839, 9134, 7855, 8365, 8113, 11802, 8800, 8174, 13053, 8145, 8107, 8392, 8589, 12662, 8300, 8080, 8278, 7914, 10614, 8746, 8152, 9070, 8550, 8485, 9952, 8447, 8124, 12728, 8191, 12285, 10509, 9282, 15468, 10747, 7922, 11865, 8175, 7794, 9051, 8162, 8101, 10103, 8098, 9074, 10010, 8074, 15165, 11568, 8215, 14906, 8246, 7957, 10442, 8059, 8244, 9782, 7469, 8192, 11178, 8172, 7988, 14966, 12175, 8806, 14340, 9389, 8072, 14385, 11998, 9431, 10102, 8274, 12901, 9360, 8239, 10949, 8535, 8216, 11917, 8188, 8501, 11744, 8148, 7922, 13109, 9620, 13378, 8965, 8092, 13959, 10310, 8086, 8557, 8797, 8233, 9602, 8398, 8267, 8016, 7923, 8374, 8443, 7497, 8102, 8806, 8075, 7796, 13258, 11749, 8816, 13592, 9679, 8505, 12931, 10369, 7988, 8983, 8426, 8532, 8252, 7594, 7899, 7921, 7939, 11854, 8149, 7993, 7591, 7454, 7709, 11951, 13169, 10404, 8014, 11317, 7803, 7841, 14057, 11979, 11296, 13085, 8212, 8569, 8177, 8295, 14246, 11583, 9114, 11387, 8051, 8085, 7878, 8195, 12036, 8397, 8063, 13390, 8323, 7655, 8359, 7949, 14609, 11027, 7621, 12063, 8033, 8136, 7834, 7988, 10613, 8112, 8483, 9278, 7887, 8325, 9475, 8056, 7831, 10853, 8237, 13299, 8201, 7370, 8248, 7423, 12217, 9082, 8003, 14228, 8760, 8179, 13491, 9509, 8020, 8087, 8038, 8156, 14146, 11089, 8113, 11364, 8575, 8155, 9279, 8082, 14242, 11566, 8065, 13078, 8237, 8414, 13225, 7785, 7164, 8225, 8069, 9029, 8591, 8201, 10821, 13928, 13039, 9533, 7822, 8100, 10077, 7291, 9048, 8501, 7971, 8184, 11997, 8454, 7797, 8340, 8375, 7813, 8467, 12211, 10060, 12112, 13295, 9039, 14357, 8680, 8797, 14064, 11150, 12027, 7879, 7860, 8832, 8190, 7915, 11658, 8041, 8077, 8634, 7815, 8387, 11000, 7746, 11634, 9348, 8219, 15150, 12704, 8175, 11818, 8106, 9051, 9873, 8289, 13510, 11335, 7527, 9297, 8341, 7923, 13619, 9841, 8088, 13771, 10143, 7900, 14277, 8783, 8047, 8001, 8170, 9275, 9464, 7673, 11452, 7813, 8387, 8153, 7768, 13209, 8258, 7845, 8660, 8103, 8784, 10128, 8691, 13522, 11203, 8239, 13395, 8723, 9175, 13503, 8989, 11571, 7886, 8283, 14222, 10733, 7941, 9781, 7792, 9504, 8288, 8456, 10461, 8175, 8661, 8160, 8173, 9566, 8264, 8794, 13619, 9001, 7667, 11682, 8343, 8753, 11189, 8001, 7934, 8832, 7432, 9096, 9237, 7661, 7769, 13836, 12072, 8352, 13944, 8225, 8960, 13566, 10972, 13535, 8855, 8120, 11559, 7980, 10816, 9563, 7801, 11365, 8332, 7826, 12330, 8091, 8008, 8225, 8246, 10365, 12275, 7994, 14136, 9625, 7888, 13612, 10496, 13144, 8365, 7868, 12709, 9255, 8407, 9266, 7494, 8168, 8176, 7436, 8826, 8456, 7603, 9884, 7889, 8212, 8628, 8783, 8343, 13011, 8032, 8661], 'WindowCenter': [4150.0, 4152.0, 4149.0, 4117.0, 4111.0, 4097.0, 4065.0, 4054.0, 4076.0, 4076.0, 4079.0, 4101.0, 4121.0, 4098.0, 4078.0, 4055.0, 4064.0, 4065.0, 4097.0, 4107.0, 4085.0, 4064.0, 4095.0, 4064.0, 4074.0, 4106.0, 4086.0, 4083.0, 4095.0, 4062.0, 4050.0, 4075.0, 4075.0, 4075.0, 4065.0, 4076.0, 4091.0, 4079.0, 4078.0, 4090.0, 4119.0, 4091.0, 4079.0, 4118.0, 4066.0, 4076.0, 4117.0, 4087.0, 4079.0, 4121.0, 4119.0, 4078.0, 4077.0, 4077.0, 4079.0, 4077.0, 4108.0, 4096.0, 4065.0, 4118.0, 4107.0, 4064.0, 4054.0, 4063.0, 4065.0, 4054.0, 4107.0, 4087.0, 4076.0, 4105.0, 4074.0, 4065.0, 4054.0, 4086.0, 4074.0, 4086.0, 4117.0, 4095.0, 4053.0, 4093.0, 4074.0, 4076.0, 4104.0, 4094.0, 4063.0, 4102.0, 4073.0, 4075.0, 4103.0, 4062.0, 4051.0, 4093.0, 4075.0, 4052.0, 4103.0, 4061.0, 4050.0, 4061.0, 4061.0, 4063.0, 4095.0, 4062.0, 4053.0, 4064.0, 4076.0, 4066.0, 4086.0, 4076.0, 4065.0, 4089.0, 4090.0, 4069.0, 4108.0, 4078.0, 4082.0, 4110.0, 4077.0, 4066.0, 4096.0, 4078.0, 4107.0, 4117.0, 4056.0, 4115.0, 4065.0, 4066.0, 4117.0, 4107.0, 4066.0, 4072.0, 4042.0, 4061.0, 4064.0, 4075.0, 4115.0, 4094.0, 4072.0, 4092.0, 4064.0, 4104.0, 4061.0, 4051.0, 4050.0, 4064.0, 4064.0, 4095.0, 4066.0, 4054.0, 4053.0, 4053.0, 4117.0, 4098.0, 4065.0, 4105.0, 4063.0, 4054.0, 4084.0, 4077.0, 4078.0, 4066.0, 4095.0, 4068.0, 4079.0, 4120.0, 4079.0, 4057.0, 4096.0, 4078.0, 4079.0, 4130.0, 4097.0, 4065.0, 4084.0, 4075.0, 4077.0, 4086.0, 4076.0, 4089.0, 4130.0, 4107.0, 4076.0, 4105.0, 4064.0, 4067.0, 4116.0, 4106.0, 4053.0, 4103.0, 4076.0, 4067.0, 4105.0, 4062.0, 4078.0, 4087.0, 4075.0, 4076.0, 4085.0, 4063.0, 4077.0, 4117.0, 4096.0, 4053.0, 4094.0, 4053.0, 4103.0, 4106.0, 4064.0, 4102.0, 4050.0, 4051.0, 4084.0, 4064.0, 4052.0, 4083.0, 4062.0, 4052.0, 4074.0, 4064.0, 4073.0, 4093.0, 4052.0, 4083.0, 4073.0, 4054.0, 4092.0, 4061.0, 4053.0, 4093.0, 4072.0, 4064.0, 4065.0, 4053.0, 4055.0, 4065.0, 4097.0, 4098.0, 4077.0, 4096.0, 4064.0, 4064.0, 4066.0, 4117.0, 4096.0, 4053.0, 4074.0, 4064.0, 4066.0, 4107.0, 4075.0, 4053.0, 4103.0, 4064.0, 4064.0, 4053.0, 4106.0, 4097.0, 4075.0, 4116.0, 4064.0, 4052.0, 4094.0, 4066.0, 4052.0, 4092.0, 4039.0, 4064.0, 4053.0, 4063.0, 4064.0, 4066.0, 4119.0, 4077.0, 4076.0, 4096.0, 4064.0, 4053.0, 4094.0, 4086.0, 4114.0, 4094.0, 4041.0, 4073.0, 4064.0, 4066.0, 4094.0, 4052.0, 4052.0, 4051.0, 4053.0, 4095.0, 4076.0, 4066.0, 4066.0, 4086.0, 4066.0, 4065.0, 4075.0, 4076.0, 4117.0, 4095.0, 4053.0, 4094.0, 4075.0, 4106.0, 4094.0, 4053.0, 4052.0, 4064.0, 4076.0, 4104.0, 4071.0, 4052.0, 4093.0, 4053.0, 4065.0, 4104.0, 4074.0, 4051.0, 4061.0, 4052.0, 4093.0, 4093.0, 4052.0, 4102.0, 4051.0, 4038.0, 4061.0, 4053.0, 4102.0, 4050.0, 4050.0, 4071.0, 4050.0, 4052.0, 4082.0, 4063.0, 4041.0, 4072.0, 4053.0, 4064.0, 4095.0, 4075.0, 4089.0, 4118.0, 4085.0, 4066.0, 4084.0, 4064.0, 4065.0, 4106.0, 4096.0, 4083.0, 4062.0, 4051.0, 4093.0, 4075.0, 4063.0, 4051.0, 4064.0, 4107.0, 4076.0, 4064.0, 4074.0, 4063.0, 4052.0, 4062.0, 4066.0, 4118.0, 4095.0, 4064.0, 4084.0, 4061.0, 4052.0, 4062.0, 4064.0, 4104.0, 4084.0, 4063.0, 4104.0, 4063.0, 4085.0, 4116.0, 4073.0, 4102.0, 4063.0, 4065.0, 4104.0, 4063.0, 4051.0, 4081.0, 4061.0, 4064.0, 4104.0, 4074.0, 4052.0, 4081.0, 4042.0, 4041.0, 4082.0, 4074.0, 4084.0, 4106.0, 4085.0, 4066.0, 4105.0, 4062.0, 4052.0, 4062.0, 4063.0, 4052.0, 4095.0, 4086.0, 4104.0, 4074.0, 4052.0, 4092.0, 4064.0, 4104.0, 4082.0, 4051.0, 4069.0, 4051.0, 4064.0, 4106.0, 4064.0, 4054.0, 4061.0, 4051.0, 4062.0, 4094.0, 4064.0, 4079.0, 4077.0, 4089.0, 4078.0, 4066.0, 4097.0, 4089.0, 4118.0, 4106.0, 4066.0, 4094.0, 4064.0, 4054.0, 4105.0, 4097.0, 4066.0, 4105.0, 4084.0, 4063.0, 4093.0, 4051.0, 4053.0, 4104.0, 4094.0, 4063.0, 4106.0, 4052.0, 4065.0, 4116.0, 4082.0, 4063.0, 4040.0, 4061.0, 4064.0, 4063.0, 4095.0, 4077.0, 4107.0, 4105.0, 4087.0, 4052.0, 4052.0, 4052.0, 4092.0, 4073.0, 4063.0, 4093.0, 4052.0, 4052.0, 4061.0, 4075.0, 4105.0, 4063.0, 4053.0, 4062.0, 4054.0, 4095.0, 4076.0, 4065.0, 4075.0, 4074.0, 4075.0, 4098.0, 4077.0, 4067.0, 4106.0, 4065.0, 4095.0, 4098.0, 4087.0, 4117.0, 4084.0, 4053.0, 4094.0, 4065.0, 4053.0, 4063.0, 4064.0, 4066.0, 4097.0, 4067.0, 4075.0, 4084.0, 4053.0, 4115.0, 4096.0, 4066.0, 4104.0, 4064.0, 4052.0, 4086.0, 4065.0, 4064.0, 4072.0, 4053.0, 4064.0, 4095.0, 4066.0, 4079.0, 4130.0, 4106.0, 4075.0, 4103.0, 4062.0, 4054.0, 4104.0, 4083.0, 4060.0, 4070.0, 4051.0, 4092.0, 4060.0, 4050.0, 4080.0, 4051.0, 4063.0, 4095.0, 4064.0, 4063.0, 4093.0, 4064.0, 4065.0, 4104.0, 4075.0, 4092.0, 4061.0, 4053.0, 4105.0, 4083.0, 4052.0, 4060.0, 4062.0, 4064.0, 4074.0, 4076.0, 4063.0, 4052.0, 4066.0, 4065.0, 4064.0, 4053.0, 4053.0, 4075.0, 4067.0, 4068.0, 4119.0, 4109.0, 4077.0, 4105.0, 4073.0, 4075.0, 4108.0, 4086.0, 4053.0, 4061.0, 4063.0, 4076.0, 4065.0, 4054.0, 4066.0, 4066.0, 4079.0, 4108.0, 4064.0, 4065.0, 4053.0, 4053.0, 4065.0, 4107.0, 4107.0, 4097.0, 4054.0, 4094.0, 4054.0, 4053.0, 4119.0, 4096.0, 4094.0, 4104.0, 4051.0, 4061.0, 4051.0, 4052.0, 4105.0, 4084.0, 4061.0, 4080.0, 4049.0, 4049.0, 4049.0, 4051.0, 4092.0, 4050.0, 4064.0, 4104.0, 4062.0, 4051.0, 4050.0, 4053.0, 4115.0, 4083.0, 4041.0, 4080.0, 4050.0, 4052.0, 4052.0, 4052.0, 4081.0, 4051.0, 4076.0, 4087.0, 4065.0, 4076.0, 4085.0, 4064.0, 4065.0, 4097.0, 4067.0, 4104.0, 4064.0, 4041.0, 4050.0, 4054.0, 4094.0, 4074.0, 4064.0, 4115.0, 4077.0, 4079.0, 4117.0, 4086.0, 4064.0, 4052.0, 4053.0, 4066.0, 4117.0, 4096.0, 4054.0, 4096.0, 4065.0, 4052.0, 4072.0, 4065.0, 4105.0, 4084.0, 4053.0, 4092.0, 4052.0, 4063.0, 4107.0, 4054.0, 4030.0, 4051.0, 4054.0, 4062.0, 4062.0, 4065.0, 4097.0, 4119.0, 4107.0, 4075.0, 4042.0, 4041.0, 4060.0, 4042.0, 4062.0, 4063.0, 4067.0, 4077.0, 4106.0, 4065.0, 4054.0, 4062.0, 4065.0, 4066.0, 4077.0, 4109.0, 4102.0, 4109.0, 4118.0, 4076.0, 4104.0, 4064.0, 4066.0, 4116.0, 4094.0, 4092.0, 4052.0, 4054.0, 4062.0, 4063.0, 4067.0, 4096.0, 4064.0, 4053.0, 4074.0, 4068.0, 4078.0, 4096.0, 4066.0, 4095.0, 4074.0, 4065.0, 4117.0, 4106.0, 4063.0, 4093.0, 4053.0, 4063.0, 4086.0, 4066.0, 4105.0, 4084.0, 4053.0, 4072.0, 4052.0, 4051.0, 4103.0, 4073.0, 4053.0, 4116.0, 4097.0, 4066.0, 4105.0, 4064.0, 4051.0, 4051.0, 4063.0, 4075.0, 4085.0, 4053.0, 4093.0, 4053.0, 4064.0, 4066.0, 4065.0, 4105.0, 4065.0, 4052.0, 4062.0, 4053.0, 4063.0, 4096.0, 4078.0, 4105.0, 4095.0, 4064.0, 4104.0, 4075.0, 4076.0, 4105.0, 4074.0, 4082.0, 4051.0, 4065.0, 4115.0, 4084.0, 4053.0, 4073.0, 4052.0, 4085.0, 4063.0, 4064.0, 4082.0, 4064.0, 4078.0, 4066.0, 4076.0, 4075.0, 4065.0, 4077.0, 4117.0, 4075.0, 4054.0, 4095.0, 4064.0, 4063.0, 4097.0, 4066.0, 4064.0, 4074.0, 4043.0, 4075.0, 4075.0, 4066.0, 4069.0, 4131.0, 4110.0, 4078.0, 4116.0, 4063.0, 4073.0, 4106.0, 4086.0, 4104.0, 4063.0, 4051.0, 4094.0, 4064.0, 4082.0, 4071.0, 4040.0, 4082.0, 4064.0, 4053.0, 4092.0, 4053.0, 4052.0, 4061.0, 4064.0, 4085.0, 4094.0, 4054.0, 4092.0, 4061.0, 4054.0, 4102.0, 4082.0, 4090.0, 4049.0, 4039.0, 4094.0, 4062.0, 4050.0, 4059.0, 4029.0, 4048.0, 4051.0, 4041.0, 4062.0, 4065.0, 4067.0, 4085.0, 4063.0, 4076.0, 4063.0, 4077.0, 4065.0, 4106.0, 4064.0, 4063.0], 'WindowWidth': [9239.0, 9223.0, 9214.0, 9164.0, 9142.0, 9117.0, 9071.0, 9055.0, 9086.0, 9086.0, 9098.0, 9130.0, 9156.0, 9119.0, 9093.0, 9057.0, 9068.0, 9070.0, 9116.0, 9128.0, 9097.0, 9066.0, 9107.0, 9065.0, 9080.0, 9128.0, 9098.0, 9089.0, 9106.0, 9059.0, 9042.0, 9084.0, 9085.0, 9085.0, 9072.0, 9087.0, 9117.0, 9096.0, 9094.0, 9111.0, 9150.0, 9115.0, 9095.0, 9145.0, 9072.0, 9085.0, 9142.0, 9102.0, 9098.0, 9157.0, 9149.0, 9094.0, 9090.0, 9093.0, 9097.0, 9090.0, 9132.0, 9112.0, 9069.0, 9146.0, 9129.0, 9067.0, 9051.0, 9063.0, 9067.0, 9054.0, 9129.0, 9103.0, 9088.0, 9121.0, 9078.0, 9070.0, 9052.0, 9097.0, 9081.0, 9099.0, 9142.0, 9109.0, 9050.0, 9103.0, 9079.0, 9087.0, 9119.0, 9107.0, 9061.0, 9111.0, 9078.0, 9082.0, 9116.0, 9061.0, 9044.0, 9103.0, 9083.0, 9046.0, 9114.0, 9058.0, 9040.0, 9054.0, 9056.0, 9066.0, 9107.0, 9061.0, 9050.0, 9065.0, 9089.0, 9073.0, 9101.0, 9086.0, 9069.0, 9109.0, 9113.0, 9083.0, 9131.0, 9093.0, 9108.0, 9137.0, 9091.0, 9075.0, 9112.0, 9092.0, 9130.0, 9143.0, 9058.0, 9134.0, 9069.0, 9073.0, 9143.0, 9128.0, 9072.0, 9073.0, 9032.0, 9056.0, 9065.0, 9081.0, 9136.0, 9106.0, 9071.0, 9099.0, 9065.0, 9118.0, 9056.0, 9042.0, 9040.0, 9065.0, 9068.0, 9109.0, 9070.0, 9051.0, 9049.0, 9052.0, 9142.0, 9118.0, 9069.0, 9120.0, 9061.0, 9051.0, 9092.0, 9088.0, 9092.0, 9075.0, 9112.0, 9078.0, 9096.0, 9153.0, 9094.0, 9061.0, 9113.0, 9090.0, 9095.0, 9166.0, 9117.0, 9070.0, 9095.0, 9085.0, 9090.0, 9098.0, 9085.0, 9108.0, 9164.0, 9127.0, 9085.0, 9120.0, 9067.0, 9076.0, 9138.0, 9125.0, 9048.0, 9117.0, 9084.0, 9075.0, 9120.0, 9061.0, 9091.0, 9104.0, 9082.0, 9085.0, 9095.0, 9063.0, 9087.0, 9141.0, 9111.0, 9051.0, 9102.0, 9049.0, 9116.0, 9123.0, 9064.0, 9112.0, 9039.0, 9042.0, 9091.0, 9065.0, 9046.0, 9087.0, 9059.0, 9045.0, 9080.0, 9066.0, 9075.0, 9101.0, 9045.0, 9087.0, 9075.0, 9052.0, 9097.0, 9056.0, 9049.0, 9102.0, 9074.0, 9064.0, 9070.0, 9050.0, 9055.0, 9068.0, 9117.0, 9119.0, 9090.0, 9111.0, 9066.0, 9066.0, 9073.0, 9140.0, 9110.0, 9049.0, 9077.0, 9065.0, 9072.0, 9130.0, 9081.0, 9047.0, 9115.0, 9065.0, 9066.0, 9050.0, 9124.0, 9114.0, 9080.0, 9136.0, 9064.0, 9048.0, 9105.0, 9071.0, 9047.0, 9096.0, 9023.0, 9064.0, 9049.0, 9063.0, 9066.0, 9072.0, 9149.0, 9087.0, 9084.0, 9111.0, 9066.0, 9049.0, 9105.0, 9098.0, 9132.0, 9104.0, 9029.0, 9073.0, 9065.0, 9073.0, 9104.0, 9046.0, 9046.0, 9043.0, 9050.0, 9109.0, 9087.0, 9072.0, 9071.0, 9098.0, 9071.0, 9069.0, 9082.0, 9086.0, 9138.0, 9108.0, 9049.0, 9104.0, 9081.0, 9122.0, 9102.0, 9048.0, 9046.0, 9065.0, 9084.0, 9117.0, 9070.0, 9046.0, 9100.0, 9050.0, 9069.0, 9120.0, 9080.0, 9042.0, 9056.0, 9045.0, 9102.0, 9101.0, 9046.0, 9111.0, 9040.0, 9022.0, 9054.0, 9047.0, 9112.0, 9040.0, 9039.0, 9067.0, 9041.0, 9046.0, 9085.0, 9063.0, 9029.0, 9071.0, 9051.0, 9065.0, 9108.0, 9083.0, 9107.0, 9145.0, 9095.0, 9070.0, 9091.0, 9065.0, 9068.0, 9127.0, 9111.0, 9087.0, 9058.0, 9043.0, 9103.0, 9082.0, 9060.0, 9042.0, 9065.0, 9129.0, 9084.0, 9065.0, 9077.0, 9062.0, 9045.0, 9060.0, 9071.0, 9142.0, 9107.0, 9065.0, 9089.0, 9057.0, 9045.0, 9060.0, 9067.0, 9117.0, 9092.0, 9062.0, 9116.0, 9063.0, 9092.0, 9139.0, 9074.0, 9111.0, 9060.0, 9067.0, 9118.0, 9062.0, 9044.0, 9083.0, 9058.0, 9068.0, 9119.0, 9077.0, 9044.0, 9082.0, 9030.0, 9027.0, 9086.0, 9077.0, 9092.0, 9125.0, 9096.0, 9072.0, 9119.0, 9060.0, 9044.0, 9058.0, 9062.0, 9047.0, 9107.0, 9098.0, 9117.0, 9077.0, 9047.0, 9099.0, 9064.0, 9117.0, 9084.0, 9041.0, 9063.0, 9041.0, 9067.0, 9123.0, 9064.0, 9050.0, 9057.0, 9043.0, 9057.0, 9104.0, 9066.0, 9095.0, 9089.0, 9108.0, 9092.0, 9072.0, 9115.0, 9107.0, 9142.0, 9122.0, 9070.0, 9105.0, 9064.0, 9052.0, 9121.0, 9111.0, 9070.0, 9119.0, 9089.0, 9060.0, 9098.0, 9042.0, 9050.0, 9118.0, 9102.0, 9061.0, 9121.0, 9044.0, 9066.0, 9136.0, 9086.0, 9062.0, 9024.0, 9057.0, 9065.0, 9062.0, 9107.0, 9090.0, 9128.0, 9121.0, 9102.0, 9047.0, 9044.0, 9045.0, 9099.0, 9077.0, 9061.0, 9101.0, 9046.0, 9044.0, 9056.0, 9082.0, 9120.0, 9063.0, 9047.0, 9059.0, 9052.0, 9108.0, 9085.0, 9069.0, 9079.0, 9079.0, 9081.0, 9118.0, 9091.0, 9074.0, 9125.0, 9068.0, 9106.0, 9119.0, 9101.0, 9139.0, 9091.0, 9048.0, 9105.0, 9069.0, 9049.0, 9062.0, 9066.0, 9070.0, 9115.0, 9074.0, 9081.0, 9091.0, 9050.0, 9135.0, 9111.0, 9069.0, 9117.0, 9064.0, 9046.0, 9095.0, 9069.0, 9066.0, 9072.0, 9051.0, 9065.0, 9109.0, 9072.0, 9095.0, 9164.0, 9125.0, 9079.0, 9114.0, 9057.0, 9051.0, 9117.0, 9088.0, 9050.0, 9063.0, 9041.0, 9098.0, 9053.0, 9040.0, 9077.0, 9040.0, 9064.0, 9106.0, 9064.0, 9062.0, 9100.0, 9066.0, 9067.0, 9117.0, 9078.0, 9096.0, 9054.0, 9050.0, 9120.0, 9089.0, 9045.0, 9053.0, 9059.0, 9065.0, 9078.0, 9087.0, 9061.0, 9047.0, 9072.0, 9068.0, 9066.0, 9048.0, 9048.0, 9082.0, 9077.0, 9076.0, 9149.0, 9136.0, 9087.0, 9121.0, 9075.0, 9081.0, 9129.0, 9096.0, 9048.0, 9056.0, 9062.0, 9083.0, 9067.0, 9052.0, 9070.0, 9072.0, 9096.0, 9128.0, 9067.0, 9069.0, 9049.0, 9051.0, 9070.0, 9129.0, 9128.0, 9113.0, 9051.0, 9105.0, 9052.0, 9049.0, 9145.0, 9112.0, 9104.0, 9117.0, 9044.0, 9054.0, 9041.0, 9044.0, 9119.0, 9089.0, 9054.0, 9079.0, 9037.0, 9035.0, 9036.0, 9043.0, 9096.0, 9041.0, 9066.0, 9117.0, 9060.0, 9043.0, 9039.0, 9047.0, 9136.0, 9089.0, 9030.0, 9078.0, 9039.0, 9047.0, 9044.0, 9045.0, 9080.0, 9044.0, 9088.0, 9101.0, 9070.0, 9086.0, 9094.0, 9066.0, 9070.0, 9114.0, 9074.0, 9119.0, 9063.0, 9027.0, 9039.0, 9050.0, 9100.0, 9077.0, 9066.0, 9135.0, 9091.0, 9097.0, 9141.0, 9097.0, 9064.0, 9045.0, 9049.0, 9071.0, 9141.0, 9110.0, 9053.0, 9109.0, 9067.0, 9047.0, 9073.0, 9068.0, 9121.0, 9089.0, 9049.0, 9099.0, 9046.0, 9063.0, 9124.0, 9051.0, 9011.0, 9042.0, 9051.0, 9059.0, 9059.0, 9068.0, 9113.0, 9146.0, 9125.0, 9078.0, 9029.0, 9026.0, 9050.0, 9028.0, 9057.0, 9061.0, 9075.0, 9088.0, 9124.0, 9066.0, 9050.0, 9059.0, 9067.0, 9072.0, 9087.0, 9134.0, 9129.0, 9133.0, 9143.0, 9084.0, 9118.0, 9063.0, 9069.0, 9137.0, 9104.0, 9095.0, 9046.0, 9049.0, 9058.0, 9063.0, 9076.0, 9112.0, 9066.0, 9048.0, 9080.0, 9079.0, 9089.0, 9111.0, 9071.0, 9106.0, 9078.0, 9069.0, 9143.0, 9123.0, 9063.0, 9100.0, 9049.0, 9061.0, 9097.0, 9073.0, 9121.0, 9090.0, 9049.0, 9072.0, 9044.0, 9042.0, 9112.0, 9076.0, 9049.0, 9138.0, 9116.0, 9073.0, 9121.0, 9064.0, 9042.0, 9041.0, 9064.0, 9084.0, 9094.0, 9050.0, 9103.0, 9049.0, 9066.0, 9073.0, 9071.0, 9119.0, 9068.0, 9048.0, 9060.0, 9050.0, 9062.0, 9112.0, 9093.0, 9121.0, 9107.0, 9064.0, 9118.0, 9083.0, 9085.0, 9119.0, 9078.0, 9085.0, 9044.0, 9068.0, 9135.0, 9091.0, 9048.0, 9072.0, 9047.0, 9095.0, 9061.0, 9064.0, 9086.0, 9066.0, 9090.0, 9070.0, 9085.0, 9080.0, 9067.0, 9089.0, 9142.0, 9082.0, 9053.0, 9108.0, 9065.0, 9062.0, 9115.0, 9074.0, 9067.0, 9078.0, 9035.0, 9081.0, 9083.0, 9075.0, 9083.0, 9170.0, 9137.0, 9092.0, 9137.0, 9064.0, 9075.0, 9124.0, 9095.0, 9116.0, 9061.0, 9042.0, 9106.0, 9068.0, 9086.0, 9069.0, 9026.0, 9085.0, 9065.0, 9051.0, 9099.0, 9050.0, 9046.0, 9058.0, 9066.0, 9094.0, 9103.0, 9052.0, 9097.0, 9056.0, 9051.0, 9112.0, 9086.0, 9091.0, 9035.0, 9022.0, 9105.0, 9058.0, 9037.0, 9049.0, 9009.0, 9033.0, 9041.0, 9032.0, 9059.0, 9070.0, 9078.0, 9095.0, 9064.0, 9085.0, 9064.0, 9087.0, 9069.0, 9123.0, 9065.0, 9060.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.0022661795166858453</td></tr>
<tr><td colspan=3>aqi</td><td>0.02578841599539701</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.03415998993087</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1791678436175113</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.016722072695852</td></tr>
<tr><td colspan=3>efc</td><td>0.4724</td></tr>
<tr><td colspan=3>fber</td><td>4952.0757</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10316845761348928</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.9125431530494823</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.509793188618365</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5343180304862405</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6120763922687003</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.382985143100153</td></tr>
<tr><td colspan=3>gcor</td><td>0.00772114</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016865581274032593</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023100899532437325</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.9466121505515868</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>34.8238</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.673</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.0035</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300465.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>706.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.58</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7941</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>487.4656</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3292.9446</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1104.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4310.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.7361</td></tr>
<tr><td colspan=3>tsnr</td><td>39.600484911352396</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>