ds005256-mriqc/sub-0077_ses-02_task-faces_acq-mb8_run-02_bold.html
Felix Hoffstaedter f7ba70ace4 [DATALAD RUNCMD] Compute MRIQC for sub-0077
=== 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-0077 --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-0077",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:24:42 +02:00

616 lines
No EOL
109 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-0077_ses-02_task-faces_acq-mb8_run-02_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-0077_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0077_suffix-bold_task-faces" 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-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0077_suffix-bold_task-faces" 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-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0077_suffix-bold_task-faces" 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-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0077_suffix-bold_task-faces" 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-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0077_suffix-bold_task-faces" 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-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_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-02_session-02_subject-0077_suffix-bold_task-faces" 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-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0077_suffix-bold_task-faces" 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-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_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-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-faces_acq-mb8_run-02_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-0077/ses-02/func/sub-0077_ses-02_task-faces_acq-mb8_run-02_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>6fde8f53f5e9744cfd9eaf70be7503f6</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:48:50.030000</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.999572, -0.0250743, 0.0150649, 0.0247781, 0.999502, 0.0195314]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_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.0853169</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7724, -7290, 825, -29, -140, -98, 28]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d5cd873e-d173-43bb-945c-7d1265aa2a7d||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.681778907775879, 0.066477932035923, 0.041977208107709885, 111.59534454345703], [0.06727239489555359, 2.681591272354126, 0.05170442909002304, -98.89216613769531], [0.04041796922683716, -0.05240138992667198, 2.699178457260132, -77.53936767578125], [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, 914]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['214850.030000', '214850.490000', '214850.950000', '214851.410000', '214851.870000', '214852.330000', '214852.790000', '214853.250000', '214853.710000', '214854.170000', '214854.630000', '214855.090000', '214855.550000', '214856.010000', '214856.470000', '214856.930000', '214857.390000', '214857.850000', '214858.310000', '214858.770000', '214859.230000', '214859.690000', '214900.150000', '214900.610000', '214901.070000', '214901.530000', '214901.990000', '214902.450000', '214902.910000', '214903.370000', '214903.830000', '214904.290000', '214904.750000', '214905.210000', '214905.670000', '214906.130000', '214906.590000', '214907.050000', '214907.510000', '214907.970000', '214908.430000', '214908.890000', '214909.350000', '214909.810000', '214910.270000', '214910.730000', '214911.190000', '214911.650000', '214912.110000', '214912.570000', '214913.030000', '214913.490000', '214913.950000', '214914.410000', '214914.870000', '214915.330000', '214915.790000', '214916.250000', '214916.710000', '214917.170000', '214917.630000', '214918.090000', '214918.550000', '214919.010000', '214919.470000', '214919.930000', '214920.390000', '214920.850000', '214921.310000', '214921.770000', '214922.230000', '214922.690000', '214923.150000', '214923.610000', '214924.070000', '214924.530000', '214924.990000', '214925.450000', '214925.910000', '214926.370000', '214926.830000', '214927.290000', '214927.750000', '214928.210000', '214928.670000', '214929.130000', '214929.590000', '214930.050000', '214930.510000', '214930.970000', '214931.430000', '214931.890000', '214932.350000', '214932.810000', '214933.270000', '214933.730000', '214934.190000', '214934.650000', '214935.110000', '214935.570000', '214936.030000', '214936.490000', '214936.950000', '214937.410000', '214937.870000', '214938.330000', '214938.790000', '214939.250000', '214939.710000', '214940.170000', '214940.630000', '214941.090000', '214941.550000', '214942.010000', '214942.470000', '214942.930000', '214943.390000', '214943.850000', '214944.310000', '214944.770000', '214945.230000', '214945.690000', '214946.150000', '214946.610000', '214947.070000', '214947.530000', '214947.990000', '214948.450000', '214948.910000', '214949.370000', '214949.830000', '214950.290000', '214950.750000', '214951.210000', '214951.670000', '214952.130000', '214952.590000', '214953.050000', '214953.510000', '214953.970000', '214954.430000', '214954.890000', '214955.350000', '214955.810000', '214956.270000', '214956.730000', '214957.190000', '214957.650000', '214958.110000', '214958.570000', '214959.030000', '214959.490000', '214959.950000', '215000.410000', '215000.870000', '215001.330000', '215001.790000', '215002.250000', '215002.710000', '215003.170000', '215003.630000', '215004.090000', '215004.550000', '215005.010000', '215005.470000', '215005.930000', '215006.390000', '215006.850000', '215007.310000', '215007.770000', '215008.230000', '215008.690000', '215009.150000', '215009.610000', '215010.070000', '215010.530000', '215010.990000', '215011.450000', '215011.910000', '215012.370000', '215012.830000', '215013.290000', '215013.750000', '215014.210000', '215014.670000', '215015.130000', '215015.590000', '215016.050000', '215016.510000', '215016.970000', '215017.430000', '215017.890000', '215018.350000', '215018.810000', '215019.270000', '215019.730000', '215020.190000', '215020.650000', '215021.110000', '215021.570000', '215022.030000', '215022.490000', '215022.950000', '215023.410000', '215023.870000', '215024.330000', '215024.790000', '215025.250000', '215025.710000', '215026.170000', '215026.630000', '215027.090000', '215027.550000', '215028.010000', '215028.470000', '215028.930000', '215029.390000', '215029.850000', '215030.310000', '215030.770000', '215031.230000', '215031.690000', '215032.150000', '215032.610000', '215033.070000', '215033.530000', '215033.990000', '215034.450000', '215034.910000', '215035.370000', '215035.830000', '215036.290000', '215036.750000', '215037.210000', '215037.670000', '215038.130000', '215038.590000', '215039.050000', '215039.510000', '215039.970000', '215040.430000', '215040.890000', '215041.350000', '215041.810000', '215042.270000', '215042.730000', '215043.190000', '215043.650000', '215044.110000', '215044.570000', '215045.030000', '215045.490000', '215045.950000', '215046.410000', '215046.870000', '215047.330000', '215047.790000', '215048.250000', '215048.710000', '215049.170000', '215049.630000', '215050.090000', '215050.550000', '215051.010000', '215051.470000', '215051.930000', '215052.390000', '215052.850000', '215053.310000', '215053.770000', '215054.230000', '215054.690000', '215055.150000', '215055.610000', '215056.070000', '215056.530000', '215056.990000', '215057.450000', '215057.910000', '215058.370000', '215058.830000', '215059.290000', '215059.750000', '215100.210000', '215100.670000', '215101.130000', '215101.590000', '215102.050000', '215102.510000', '215102.970000', '215103.430000', '215103.890000', '215104.350000', '215104.810000', '215105.270000', '215105.730000', '215106.190000', '215106.650000', '215107.110000', '215107.570000', '215108.030000', '215108.490000', '215108.950000', '215109.410000', '215109.870000', '215110.330000', '215110.790000', '215111.250000', '215111.710000', '215112.170000', '215112.630000', '215113.090000', '215113.550000', '215114.010000', '215114.470000', '215114.930000', '215115.390000', '215115.850000', '215116.310000', '215116.770000', '215117.230000', '215117.690000', '215118.150000', '215118.610000', '215119.070000', '215119.530000', '215119.990000', '215120.450000', '215120.910000', '215121.370000', '215121.830000', '215122.290000', '215122.750000', '215123.210000', '215123.670000', '215124.130000', '215124.590000', '215125.050000', '215125.510000', '215125.970000', '215126.430000', '215126.890000', '215127.350000', '215127.810000', '215128.270000', '215128.730000', '215129.190000', '215129.650000', '215130.110000', '215130.570000', '215131.030000', '215131.490000', '215131.950000', '215132.410000', '215132.870000', '215133.330000', '215133.790000', '215134.250000', '215134.710000', '215135.170000', '215135.630000', '215136.090000', '215136.550000', '215137.010000', '215137.470000', '215137.930000', '215138.390000', '215138.850000', '215139.310000', '215139.770000', '215140.230000', '215140.690000', '215141.150000', '215141.610000', '215142.070000', '215142.530000', '215142.990000', '215143.450000', '215143.910000', '215144.370000', '215144.830000', '215145.290000', '215145.750000', '215146.210000', '215146.670000', '215147.130000', '215147.590000', '215148.050000', '215148.510000', '215148.970000', '215149.430000', '215149.890000', '215150.350000', '215150.810000', '215151.270000', '215151.730000', '215152.190000', '215152.650000', '215153.110000', '215153.570000', '215154.030000', '215154.490000', '215154.950000', '215155.410000', '215155.870000', '215156.330000', '215156.790000', '215157.250000', '215157.710000', '215158.170000', '215158.630000', '215159.090000', '215159.550000', '215200.010000', '215200.470000', '215200.930000', '215201.390000', '215201.850000', '215202.310000', '215202.770000', '215203.230000', '215203.690000', '215204.150000', '215204.610000', '215205.070000', '215205.530000', '215205.990000', '215206.450000', '215206.910000', '215207.370000', '215207.830000', '215208.290000', '215208.750000', '215209.210000', '215209.670000', '215210.130000', '215210.590000', '215211.050000', '215211.510000', '215211.970000', '215212.430000', '215212.890000', '215213.350000', '215213.810000', '215214.270000', '215214.730000', '215215.190000', '215215.650000', '215216.110000', '215216.570000', '215217.030000', '215217.490000', '215217.950000', '215218.410000', '215218.870000', '215219.330000', '215219.790000', '215220.250000', '215220.710000', '215221.170000', '215221.630000', '215222.090000', '215222.550000', '215223.010000', '215223.470000', '215223.930000', '215224.390000', '215224.850000', '215225.310000', '215225.770000', '215226.230000', '215226.690000', '215227.150000', '215227.610000', '215228.070000', '215228.530000', '215228.990000', '215229.450000', '215229.910000', '215230.370000', '215230.830000', '215231.290000', '215231.750000', '215232.210000', '215232.670000', '215233.130000', '215233.590000', '215234.050000', '215234.510000', '215234.970000', '215235.430000', '215235.890000', '215236.350000', '215236.810000', '215237.270000', '215237.730000', '215238.190000', '215238.650000', '215239.110000', '215239.570000', '215240.030000', '215240.490000', '215240.950000', '215241.410000', '215241.870000', '215242.330000', '215242.790000', '215243.250000', '215243.710000', '215244.170000', '215244.630000', '215245.090000', '215245.550000', '215246.010000', '215246.470000', '215246.930000', '215247.390000', '215247.850000', '215248.310000', '215248.770000', '215249.230000', '215249.690000', '215250.150000', '215250.610000', '215251.070000', '215251.530000', '215251.990000', '215252.450000', '215252.910000', '215253.370000', '215253.830000', '215254.290000', '215254.750000', '215255.210000', '215255.670000', '215256.130000', '215256.590000', '215257.050000', '215257.510000', '215257.970000', '215258.430000', '215258.890000', '215259.350000', '215259.810000', '215300.270000', '215300.730000', '215301.190000', '215301.650000', '215302.110000', '215302.570000', '215303.030000', '215303.490000', '215303.950000', '215304.410000', '215304.870000', '215305.330000', '215305.790000', '215306.250000', '215306.710000', '215307.170000', '215307.630000', '215308.090000', '215308.550000', '215309.010000', '215309.470000', '215309.930000', '215310.390000', '215310.850000', '215311.310000', '215311.770000', '215312.230000', '215312.690000', '215313.150000', '215313.610000', '215314.070000', '215314.530000', '215314.990000', '215315.450000', '215315.910000', '215316.370000', '215316.830000', '215317.290000', '215317.750000', '215318.210000', '215318.670000', '215319.130000', '215319.590000', '215320.050000', '215320.510000', '215320.970000', '215321.430000', '215321.890000', '215322.350000', '215322.810000', '215323.270000', '215323.730000', '215324.190000', '215324.650000', '215325.110000', '215325.570000', '215326.030000', '215326.490000', '215326.950000', '215327.410000', '215327.870000', '215328.330000', '215328.790000', '215329.250000', '215329.710000', '215330.170000', '215330.630000', '215331.090000', '215331.550000', '215332.010000', '215332.470000', '215332.930000', '215333.390000', '215333.850000', '215334.310000', '215334.770000', '215335.230000', '215335.690000', '215336.150000', '215336.610000', '215337.070000', '215337.530000', '215337.990000', '215338.450000', '215338.910000', '215339.370000', '215339.830000', '215340.290000', '215340.750000', '215341.210000', '215341.670000', '215342.130000', '215342.590000', '215343.050000', '215343.510000', '215343.970000', '215344.430000', '215344.890000', '215345.350000', '215345.810000', '215346.270000', '215346.730000', '215347.190000', '215347.650000', '215348.110000', '215348.570000', '215349.030000', '215349.490000', '215349.950000', '215350.410000', '215350.870000', '215351.330000', '215351.790000', '215352.250000', '215352.710000', '215353.170000', '215353.630000', '215354.090000', '215354.550000', '215355.010000', '215355.470000', '215355.930000', '215356.390000', '215356.850000', '215357.310000', '215357.770000', '215358.230000', '215358.690000', '215359.150000', '215359.610000', '215400.070000', '215400.530000', '215400.990000', '215401.450000', '215401.910000', '215402.370000', '215402.830000', '215403.290000', '215403.750000', '215404.210000', '215404.670000', '215405.130000', '215405.590000', '215406.050000', '215406.510000', '215406.970000', '215407.430000', '215407.890000', '215408.350000', '215408.810000', '215409.270000', '215409.730000', '215410.190000', '215410.650000', '215411.110000', '215411.570000', '215412.030000', '215412.490000', '215412.950000', '215413.410000', '215413.870000', '215414.330000', '215414.790000', '215415.250000', '215415.710000', '215416.170000', '215416.630000', '215417.090000', '215417.550000', '215418.010000', '215418.470000', '215418.930000', '215419.390000', '215419.850000', '215420.310000', '215420.770000', '215421.230000', '215421.690000', '215422.150000', '215422.610000', '215423.070000', '215423.530000', '215423.990000', '215424.450000', '215424.910000', '215425.370000', '215425.830000', '215426.290000', '215426.750000', '215427.210000', '215427.670000', '215428.130000', '215428.590000', '215429.050000', '215429.510000', '215429.970000', '215430.430000', '215430.890000', '215431.350000', '215431.810000', '215432.270000', '215432.730000', '215433.190000', '215433.650000', '215434.110000', '215434.570000', '215435.030000', '215435.490000', '215435.950000', '215436.410000', '215436.870000', '215437.330000', '215437.790000', '215438.250000', '215438.710000', '215439.170000', '215439.630000', '215440.090000', '215440.550000', '215441.010000', '215441.470000', '215441.930000', '215442.390000', '215442.850000', '215443.310000', '215443.770000', '215444.230000', '215444.690000', '215445.150000', '215445.610000', '215446.070000', '215446.530000', '215446.990000', '215447.450000', '215447.910000', '215448.370000', '215448.830000', '215449.290000', '215449.750000', '215450.210000', '215450.670000', '215451.130000', '215451.590000', '215452.050000', '215452.510000', '215452.970000', '215453.430000', '215453.890000', '215454.350000', '215454.810000', '215455.270000', '215455.730000', '215456.190000', '215456.650000', '215457.110000', '215457.570000', '215458.030000', '215458.490000', '215458.950000', '215459.410000', '215459.870000', '215500.330000', '215500.790000', '215501.250000', '215501.710000', '215502.170000', '215502.630000', '215503.090000', '215503.550000', '215504.010000', '215504.470000', '215504.930000', '215505.390000', '215505.850000', '215506.310000', '215506.770000', '215507.230000', '215507.690000', '215508.150000', '215508.610000', '215509.070000', '215509.530000', '215509.990000', '215510.450000', '215510.910000', '215511.370000', '215511.830000', '215512.290000', '215512.750000', '215513.210000', '215513.670000', '215514.130000', '215514.590000', '215515.050000', '215515.510000', '215515.970000', '215516.430000', '215516.890000', '215517.350000', '215517.810000', '215518.270000', '215518.730000', '215519.190000', '215519.650000', '215520.110000', '215520.570000', '215521.030000', '215521.490000', '215521.950000', '215522.410000', '215522.870000', '215523.330000', '215523.790000', '215524.250000', '215524.710000', '215525.170000', '215525.630000', '215526.090000', '215526.550000', '215527.010000', '215527.470000', '215527.930000', '215528.390000', '215528.850000', '215529.310000', '215529.770000', '215530.230000', '215530.690000', '215531.150000', '215531.610000', '215532.070000', '215532.530000', '215532.990000', '215533.450000', '215533.910000', '215534.370000', '215534.830000', '215535.290000', '215535.750000', '215536.210000', '215536.670000', '215537.130000', '215537.590000', '215538.050000', '215538.510000', '215538.970000', '215539.430000', '215539.890000', '215540.350000', '215540.810000', '215541.270000', '215541.730000', '215542.190000', '215542.650000', '215543.110000', '215543.570000', '215544.030000', '215544.490000', '215544.950000', '215545.410000', '215545.870000', '215546.330000', '215546.790000', '215547.250000', '215547.710000', '215548.170000', '215548.630000', '215549.090000', '215549.550000', '215550.010000'], 'ContentTime': ['214916.612000', '214916.615000', '214916.618000', '214916.621000', '214916.623000', '214916.626000', '214916.628000', '214916.631000', '214916.634000', '214916.636000', '214916.639000', '214916.641000', '214916.644000', '214916.647000', '214916.649000', '214916.652000', '214916.654000', '214916.657000', '214916.659000', '214916.662000', '214916.664000', '214916.667000', '214916.670000', '214916.682000', '214916.684000', '214916.687000', '214916.689000', '214916.702000', '214916.705000', '214916.707000', '214916.710000', '214916.712000', '214916.715000', '214916.718000', '214916.720000', '214916.723000', '214916.725000', '214916.728000', '214916.730000', '214916.733000', '214916.736000', '214916.738000', '214916.741000', '214916.743000', '214916.746000', '214916.749000', '214916.751000', '214916.754000', '214916.756000', '214916.759000', '214916.762000', '214916.764000', '214916.774000', '214916.776000', '214916.779000', '214936.563000', '214936.565000', '214936.568000', '214936.571000', '214936.573000', '214936.576000', '214936.578000', '214936.581000', '214936.583000', '214936.597000', '214936.600000', '214936.603000', '214936.605000', '214936.608000', '214936.610000', '214936.613000', '214936.616000', '214936.618000', '214936.621000', '214936.623000', '214936.626000', '214936.628000', '214936.631000', '214936.633000', '214936.636000', '214936.639000', '214936.641000', '214936.644000', '214936.646000', '214936.649000', '214936.652000', '214936.654000', '214936.657000', '214936.659000', '214936.662000', '214936.665000', '214936.667000', '214936.670000', '214936.672000', '214936.675000', '214936.677000', '214936.680000', '214936.683000', '214956.563000', '214956.565000', '214956.568000', '214956.571000', '214956.573000', '214956.576000', '214956.578000', '214956.581000', '214956.584000', '214956.587000', '214956.590000', '214956.592000', '214956.595000', '214956.597000', '214956.600000', '214956.603000', '214956.605000', '214956.608000', '214956.611000', '214956.613000', '214956.616000', '214956.618000', '214956.621000', '214956.623000', '214956.626000', '214956.628000', '214956.631000', '214956.634000', '214956.636000', '214956.639000', '214956.642000', '214956.644000', '214956.647000', '214956.649000', '214956.652000', '214956.655000', '214956.657000', '214956.660000', '214956.662000', '214956.665000', '214956.668000', '214956.671000', '214956.674000', '215016.563000', '215016.565000', '215016.568000', '215016.571000', '215016.573000', '215016.576000', '215016.579000', '215016.581000', '215016.584000', '215016.586000', '215016.589000', '215016.592000', '215016.594000', '215016.597000', '215016.600000', '215016.602000', '215016.605000', '215016.607000', '215016.610000', '215016.612000', '215016.615000', '215016.618000', '215016.620000', '215016.623000', '215016.625000', '215016.628000', '215016.630000', '215016.633000', '215016.636000', '215016.638000', '215016.641000', '215016.644000', '215016.646000', '215016.649000', '215016.651000', '215016.654000', '215016.657000', '215016.659000', '215016.662000', '215016.664000', '215016.667000', '215016.669000', '215016.672000', '215016.675000', '215036.561000', '215036.564000', '215036.567000', '215036.570000', '215036.572000', '215036.575000', '215036.577000', '215036.580000', '215036.583000', '215036.603000', '215036.605000', '215036.608000', '215036.610000', '215036.613000', '215036.616000', '215036.618000', '215036.621000', '215036.623000', '215036.626000', '215036.629000', '215036.631000', '215036.634000', '215036.636000', '215036.639000', '215036.641000', '215036.644000', '215036.647000', '215036.649000', '215036.652000', '215036.655000', '215036.657000', '215036.660000', '215036.662000', '215036.665000', '215036.667000', '215036.670000', '215036.673000', '215036.675000', '215036.678000', '215036.680000', '215036.683000', '215036.686000', '215036.688000', '215056.563000', '215056.566000', '215056.568000', '215056.571000', '215056.583000', '215056.585000', '215056.588000', '215056.591000', '215056.593000', '215056.596000', '215056.598000', '215056.601000', '215056.614000', '215056.617000', '215056.619000', '215056.622000', '215056.624000', '215056.627000', '215056.630000', '215056.632000', '215056.635000', '215056.637000', '215056.640000', '215056.643000', '215056.645000', '215056.648000', '215056.650000', '215056.653000', '215056.656000', '215056.658000', '215056.661000', '215056.663000', '215056.666000', '215056.669000', '215056.671000', '215056.674000', '215056.676000', '215056.679000', '215056.681000', '215056.684000', '215056.687000', '215056.689000', '215056.692000', '215056.695000', '215116.562000', '215116.565000', '215116.568000', '215116.571000', '215116.574000', '215116.576000', '215116.579000', '215116.582000', '215116.584000', '215116.587000', '215116.590000', '215116.592000', '215116.595000', '215116.598000', '215116.600000', '215116.603000', '215116.605000', '215116.608000', '215116.611000', '215116.613000', '215116.616000', '215116.618000', '215116.621000', '215116.624000', '215116.627000', '215116.630000', '215116.633000', '215116.635000', '215116.638000', '215116.640000', '215116.643000', '215116.646000', '215116.648000', '215116.651000', '215116.653000', '215116.656000', '215116.659000', '215116.661000', '215116.664000', '215116.666000', '215116.669000', '215116.672000', '215116.674000', '215136.563000', '215136.566000', '215136.568000', '215136.571000', '215136.573000', '215136.576000', '215136.579000', '215136.581000', '215136.584000', '215136.586000', '215136.589000', '215136.592000', '215136.594000', '215136.597000', '215136.600000', '215136.602000', '215136.605000', '215136.607000', '215136.610000', '215136.613000', '215136.615000', '215136.618000', '215136.621000', '215136.623000', '215136.626000', '215136.629000', '215136.631000', '215136.634000', '215136.636000', '215136.639000', '215136.642000', '215136.644000', '215136.647000', '215136.649000', '215136.652000', '215136.655000', '215136.657000', '215136.660000', '215136.662000', '215136.665000', '215136.668000', '215136.670000', '215136.673000', '215136.675000', '215156.562000', '215156.565000', '215156.568000', '215156.571000', '215156.573000', '215156.576000', '215156.578000', '215156.581000', '215156.584000', '215156.586000', '215156.589000', '215156.592000', '215156.594000', '215156.597000', '215156.599000', '215156.602000', '215156.605000', '215156.607000', '215156.610000', '215156.612000', '215156.615000', '215156.617000', '215156.620000', '215156.623000', '215156.625000', '215156.628000', '215156.630000', '215156.633000', '215156.636000', '215156.638000', '215156.641000', '215156.643000', '215156.646000', '215156.648000', '215156.651000', '215156.654000', '215156.656000', '215156.659000', '215156.662000', '215156.664000', '215156.667000', '215156.670000', '215156.672000', '215216.562000', '215216.565000', '215216.568000', '215216.571000', '215216.573000', '215216.576000', '215216.578000', '215216.581000', '215216.584000', '215216.586000', '215216.589000', '215216.592000', '215216.594000', '215216.597000', '215216.599000', '215216.602000', '215216.605000', '215216.607000', '215216.610000', '215216.622000', '215216.624000', '215216.627000', '215216.629000', '215216.632000', '215216.635000', '215216.637000', '215216.640000', '215216.643000', '215216.645000', '215216.648000', '215216.650000', '215216.653000', '215216.656000', '215216.658000', '215216.661000', '215216.663000', '215216.666000', '215216.669000', '215216.671000', '215216.674000', '215216.677000', '215216.679000', '215216.682000', '215216.685000', '215236.562000', '215236.565000', '215236.568000', '215236.570000', '215236.573000', '215236.576000', '215236.578000', '215236.581000', '215236.584000', '215236.586000', '215236.589000', '215236.591000', '215236.594000', '215236.596000', '215236.599000', '215236.602000', '215236.604000', '215236.607000', '215236.609000', '215236.612000', '215236.615000', '215236.618000', '215236.621000', '215236.624000', '215236.626000', '215236.629000', '215236.631000', '215236.634000', '215236.637000', '215236.639000', '215236.642000', '215236.644000', '215236.647000', '215236.650000', '215236.652000', '215236.655000', '215236.658000', '215236.660000', '215236.664000', '215236.667000', '215236.670000', '215236.672000', '215236.675000', '215256.561000', '215256.564000', '215256.567000', '215256.570000', '215256.572000', '215256.575000', '215256.577000', '215256.580000', '215256.583000', '215256.586000', '215256.588000', '215256.591000', '215256.594000', '215256.596000', '215256.604000', '215256.607000', '215256.610000', '215256.612000', '215256.615000', '215256.617000', '215256.620000', '215256.623000', '215256.625000', '215256.628000', '215256.631000', '215256.633000', '215256.636000', '215256.638000', '215256.641000', '215256.644000', '215256.646000', '215256.649000', '215256.652000', '215256.654000', '215256.657000', '215256.660000', '215256.662000', '215256.665000', '215256.667000', '215256.670000', '215256.673000', '215256.675000', '215256.678000', '215256.680000', '215316.562000', '215316.565000', '215316.568000', '215316.571000', '215316.573000', '215316.576000', '215316.578000', '215316.581000', '215316.584000', '215316.586000', '215316.589000', '215316.591000', '215316.594000', '215316.597000', '215316.599000', '215316.602000', '215316.605000', '215316.607000', '215316.610000', '215316.612000', '215316.615000', '215316.618000', '215316.620000', '215316.623000', '215316.626000', '215316.628000', '215316.631000', '215316.633000', '215316.636000', '215316.639000', '215316.641000', '215316.644000', '215316.647000', '215316.649000', '215316.652000', '215316.655000', '215316.657000', '215316.660000', '215316.662000', '215316.665000', '215316.668000', '215316.670000', '215316.673000', '215336.563000', '215336.565000', '215336.568000', '215336.571000', '215336.573000', '215336.576000', '215336.579000', '215336.581000', '215336.584000', '215336.586000', '215336.589000', '215336.592000', '215336.594000', '215336.597000', '215336.600000', '215336.602000', '215336.605000', '215336.607000', '215336.610000', '215336.613000', '215336.615000', '215336.618000', '215336.620000', '215336.623000', '215336.625000', '215336.628000', '215336.631000', '215336.633000', '215336.636000', '215336.638000', '215336.641000', '215336.644000', '215336.646000', '215336.649000', '215336.651000', '215336.654000', '215336.657000', '215336.659000', '215336.662000', '215336.664000', '215336.667000', '215336.670000', '215336.672000', '215336.675000', '215356.563000', '215356.566000', '215356.568000', '215356.571000', '215356.574000', '215356.576000', '215356.579000', '215356.581000', '215356.584000', '215356.587000', '215356.589000', '215356.592000', '215356.594000', '215356.597000', '215356.600000', '215356.602000', '215356.605000', '215356.607000', '215356.622000', '215356.625000', '215356.627000', '215356.630000', '215356.632000', '215356.635000', '215356.638000', '215356.640000', '215356.643000', '215356.645000', '215356.648000', '215356.651000', '215356.653000', '215356.656000', '215356.659000', '215356.661000', '215356.664000', '215356.667000', '215356.669000', '215356.672000', '215356.674000', '215356.677000', '215356.680000', '215356.682000', '215356.685000', '215416.563000', '215416.565000', '215416.568000', '215416.571000', '215416.573000', '215416.576000', '215416.579000', '215416.581000', '215416.584000', '215416.586000', '215416.589000', '215416.592000', '215416.594000', '215416.597000', '215416.599000', '215416.602000', '215416.605000', '215416.607000', '215416.610000', '215416.613000', '215416.615000', '215416.618000', '215416.621000', '215416.623000', '215416.626000', '215416.628000', '215416.631000', '215416.634000', '215416.636000', '215416.639000', '215416.641000', '215416.644000', '215416.647000', '215416.649000', '215416.652000', '215416.655000', '215416.657000', '215416.660000', '215416.662000', '215416.665000', '215416.668000', '215416.670000', '215416.673000', '215416.675000', '215436.562000', '215436.565000', '215436.568000', '215436.571000', '215436.573000', '215436.576000', '215436.579000', '215436.581000', '215436.584000', '215436.586000', '215436.589000', '215436.592000', '215436.594000', '215436.597000', '215436.600000', '215436.602000', '215436.605000', '215436.608000', '215436.610000', '215436.613000', '215436.615000', '215436.618000', '215436.621000', '215436.623000', '215436.626000', '215436.630000', '215436.633000', '215436.635000', '215436.638000', '215436.640000', '215436.643000', '215436.646000', '215436.648000', '215436.651000', '215436.654000', '215436.656000', '215436.659000', '215436.662000', '215436.664000', '215436.667000', '215436.669000', '215436.672000', '215436.675000', '215456.563000', '215456.566000', '215456.568000', '215456.571000', '215456.574000', '215456.576000', '215456.579000', '215456.581000', '215456.584000', '215456.587000', '215456.589000', '215456.592000', '215456.594000', '215456.597000', '215456.600000', '215456.602000', '215456.605000', '215456.608000', '215456.610000', '215456.613000', '215456.615000', '215456.618000', '215456.620000', '215456.623000', '215456.626000', '215456.628000', '215456.631000', '215456.633000', '215456.636000', '215456.639000', '215456.641000', '215456.644000', '215456.647000', '215456.649000', '215456.652000', '215456.654000', '215456.657000', '215456.659000', '215456.662000', '215456.665000', '215456.667000', '215456.670000', '215456.672000', '215456.675000', '215516.562000', '215516.564000', '215516.567000', '215516.570000', '215516.572000', '215516.575000', '215516.577000', '215516.580000', '215516.583000', '215516.585000', '215516.588000', '215516.590000', '215516.593000', '215516.596000', '215516.598000', '215516.601000', '215516.604000', '215516.606000', '215516.609000', '215516.611000', '215516.614000', '215516.617000', '215516.619000', '215516.622000', '215516.624000', '215516.627000', '215516.629000', '215516.632000', '215516.647000', '215516.649000', '215516.652000', '215516.654000', '215516.657000', '215516.660000', '215516.662000', '215516.665000', '215516.667000', '215516.670000', '215516.672000', '215516.675000', '215516.678000', '215516.680000', '215516.683000', '215536.563000', '215536.565000', '215536.568000', '215536.571000', '215536.573000', '215536.576000', '215536.578000', '215536.581000', '215536.584000', '215536.586000', '215536.589000', '215536.592000', '215536.594000', '215536.597000', '215536.599000', '215536.602000', '215536.605000', '215536.607000', '215536.610000', '215536.613000', '215536.615000', '215536.618000', '215536.620000', '215536.623000', '215536.626000', '215536.628000', '215536.631000', '215536.633000', '215536.636000', '215536.639000', '215536.641000', '215536.644000', '215536.646000', '215536.649000', '215536.652000', '215536.654000', '215536.657000', '215536.659000', '215536.662000', '215536.665000', '215536.667000', '215536.670000', '215536.673000', '215536.675000', '215551.649000', '215551.651000', '215551.654000', '215551.657000', '215551.660000', '215551.662000', '215551.665000', '215551.668000', '215551.670000', '215551.673000', '215551.676000', '215551.679000', '215551.681000', '215551.684000', '215551.687000', '215551.690000', '215551.693000', '215551.695000', '215551.698000', '215551.701000', '215551.703000', '215551.706000', '215551.709000', '215551.711000', '215551.714000', '215551.717000', '215551.720000', '215551.724000', '215551.727000', '215551.729000', '215551.732000', '215551.736000', '215551.738000'], 'InstanceCreationTime': ['214916.612000', '214916.615000', '214916.618000', '214916.621000', '214916.623000', '214916.626000', '214916.628000', '214916.631000', '214916.634000', '214916.636000', '214916.639000', '214916.641000', '214916.644000', '214916.647000', '214916.649000', '214916.652000', '214916.654000', '214916.657000', '214916.659000', '214916.662000', '214916.664000', '214916.667000', '214916.670000', '214916.682000', '214916.684000', '214916.687000', '214916.689000', '214916.702000', '214916.705000', '214916.707000', '214916.710000', '214916.712000', '214916.715000', '214916.718000', '214916.720000', '214916.723000', '214916.725000', '214916.728000', '214916.730000', '214916.733000', '214916.736000', '214916.738000', '214916.741000', '214916.743000', '214916.746000', '214916.749000', '214916.751000', '214916.754000', '214916.756000', '214916.759000', '214916.762000', '214916.764000', '214916.774000', '214916.776000', '214916.779000', '214936.563000', '214936.565000', '214936.568000', '214936.571000', '214936.573000', '214936.576000', '214936.578000', '214936.581000', '214936.583000', '214936.597000', '214936.600000', '214936.603000', '214936.605000', '214936.608000', '214936.610000', '214936.613000', '214936.616000', '214936.618000', '214936.621000', '214936.623000', '214936.626000', '214936.628000', '214936.631000', '214936.633000', '214936.636000', '214936.639000', '214936.641000', '214936.644000', '214936.646000', '214936.649000', '214936.652000', '214936.654000', '214936.657000', '214936.659000', '214936.662000', '214936.665000', '214936.667000', '214936.670000', '214936.672000', '214936.675000', '214936.677000', '214936.680000', '214936.683000', '214956.563000', '214956.565000', '214956.568000', '214956.571000', '214956.573000', '214956.576000', '214956.578000', '214956.581000', '214956.584000', '214956.587000', '214956.590000', '214956.592000', '214956.595000', '214956.597000', '214956.600000', '214956.603000', '214956.605000', '214956.608000', '214956.611000', '214956.613000', '214956.616000', '214956.618000', '214956.621000', '214956.623000', '214956.626000', '214956.628000', '214956.631000', '214956.634000', '214956.636000', '214956.639000', '214956.642000', '214956.644000', '214956.647000', '214956.649000', '214956.652000', '214956.655000', '214956.657000', '214956.660000', '214956.662000', '214956.665000', '214956.668000', '214956.671000', '214956.674000', '215016.563000', '215016.565000', '215016.568000', '215016.571000', '215016.573000', '215016.576000', '215016.579000', '215016.581000', '215016.584000', '215016.586000', '215016.589000', '215016.592000', '215016.594000', '215016.597000', '215016.600000', '215016.602000', '215016.605000', '215016.607000', '215016.610000', '215016.612000', '215016.615000', '215016.618000', '215016.620000', '215016.623000', '215016.625000', '215016.628000', '215016.630000', '215016.633000', '215016.636000', '215016.638000', '215016.641000', '215016.644000', '215016.646000', '215016.649000', '215016.651000', '215016.654000', '215016.657000', '215016.659000', '215016.662000', '215016.664000', '215016.667000', '215016.669000', '215016.672000', '215016.675000', '215036.561000', '215036.564000', '215036.567000', '215036.570000', '215036.572000', '215036.575000', '215036.577000', '215036.580000', '215036.583000', '215036.603000', '215036.605000', '215036.608000', '215036.610000', '215036.613000', '215036.616000', '215036.618000', '215036.621000', '215036.623000', '215036.626000', '215036.629000', '215036.631000', '215036.634000', '215036.636000', '215036.639000', '215036.641000', '215036.644000', '215036.647000', '215036.649000', '215036.652000', '215036.655000', '215036.657000', '215036.660000', '215036.662000', '215036.665000', '215036.667000', '215036.670000', '215036.673000', '215036.675000', '215036.678000', '215036.680000', '215036.683000', '215036.686000', '215036.688000', '215056.563000', '215056.566000', '215056.568000', '215056.571000', '215056.583000', '215056.585000', '215056.588000', '215056.591000', '215056.593000', '215056.596000', '215056.598000', '215056.601000', '215056.614000', '215056.617000', '215056.619000', '215056.622000', '215056.624000', '215056.627000', '215056.630000', '215056.632000', '215056.635000', '215056.637000', '215056.640000', '215056.643000', '215056.645000', '215056.648000', '215056.650000', '215056.653000', '215056.656000', '215056.658000', '215056.661000', '215056.663000', '215056.666000', '215056.669000', '215056.671000', '215056.674000', '215056.676000', '215056.679000', '215056.681000', '215056.684000', '215056.687000', '215056.689000', '215056.692000', '215056.695000', '215116.562000', '215116.565000', '215116.568000', '215116.571000', '215116.574000', '215116.576000', '215116.579000', '215116.582000', '215116.584000', '215116.587000', '215116.590000', '215116.592000', '215116.595000', '215116.598000', '215116.600000', '215116.603000', '215116.605000', '215116.608000', '215116.611000', '215116.613000', '215116.616000', '215116.618000', '215116.621000', '215116.624000', '215116.627000', '215116.630000', '215116.633000', '215116.635000', '215116.638000', '215116.640000', '215116.643000', '215116.646000', '215116.648000', '215116.651000', '215116.653000', '215116.656000', '215116.659000', '215116.661000', '215116.664000', '215116.666000', '215116.669000', '215116.672000', '215116.674000', '215136.563000', '215136.566000', '215136.568000', '215136.571000', '215136.573000', '215136.576000', '215136.579000', '215136.581000', '215136.584000', '215136.586000', '215136.589000', '215136.592000', '215136.594000', '215136.597000', '215136.600000', '215136.602000', '215136.605000', '215136.607000', '215136.610000', '215136.613000', '215136.615000', '215136.618000', '215136.621000', '215136.623000', '215136.626000', '215136.629000', '215136.631000', '215136.634000', '215136.636000', '215136.639000', '215136.642000', '215136.644000', '215136.647000', '215136.649000', '215136.652000', '215136.655000', '215136.657000', '215136.660000', '215136.662000', '215136.665000', '215136.668000', '215136.670000', '215136.673000', '215136.675000', '215156.562000', '215156.565000', '215156.568000', '215156.571000', '215156.573000', '215156.576000', '215156.578000', '215156.581000', '215156.584000', '215156.586000', '215156.589000', '215156.592000', '215156.594000', '215156.597000', '215156.599000', '215156.602000', '215156.605000', '215156.607000', '215156.610000', '215156.612000', '215156.615000', '215156.617000', '215156.620000', '215156.623000', '215156.625000', '215156.628000', '215156.630000', '215156.633000', '215156.636000', '215156.638000', '215156.641000', '215156.643000', '215156.646000', '215156.648000', '215156.651000', '215156.654000', '215156.656000', '215156.659000', '215156.662000', '215156.664000', '215156.667000', '215156.670000', '215156.672000', '215216.562000', '215216.565000', '215216.568000', '215216.571000', '215216.573000', '215216.576000', '215216.578000', '215216.581000', '215216.584000', '215216.586000', '215216.589000', '215216.592000', '215216.594000', '215216.597000', '215216.599000', '215216.602000', '215216.605000', '215216.607000', '215216.610000', '215216.622000', '215216.624000', '215216.627000', '215216.629000', '215216.632000', '215216.635000', '215216.637000', '215216.640000', '215216.643000', '215216.645000', '215216.648000', '215216.650000', '215216.653000', '215216.656000', '215216.658000', '215216.661000', '215216.663000', '215216.666000', '215216.669000', '215216.671000', '215216.674000', '215216.677000', '215216.679000', '215216.682000', '215216.685000', '215236.562000', '215236.565000', '215236.568000', '215236.570000', '215236.573000', '215236.576000', '215236.578000', '215236.581000', '215236.584000', '215236.586000', '215236.589000', '215236.591000', '215236.594000', '215236.596000', '215236.599000', '215236.602000', '215236.604000', '215236.607000', '215236.609000', '215236.612000', '215236.615000', '215236.618000', '215236.621000', '215236.624000', '215236.626000', '215236.629000', '215236.631000', '215236.634000', '215236.637000', '215236.639000', '215236.642000', '215236.644000', '215236.647000', '215236.650000', '215236.652000', '215236.655000', '215236.658000', '215236.660000', '215236.664000', '215236.667000', '215236.670000', '215236.672000', '215236.675000', '215256.561000', '215256.564000', '215256.567000', '215256.570000', '215256.572000', '215256.575000', '215256.577000', '215256.580000', '215256.583000', '215256.586000', '215256.588000', '215256.591000', '215256.594000', '215256.596000', '215256.604000', '215256.607000', '215256.610000', '215256.612000', '215256.615000', '215256.617000', '215256.620000', '215256.623000', '215256.625000', '215256.628000', '215256.631000', '215256.633000', '215256.636000', '215256.638000', '215256.641000', '215256.644000', '215256.646000', '215256.649000', '215256.652000', '215256.654000', '215256.657000', '215256.660000', '215256.662000', '215256.665000', '215256.667000', '215256.670000', '215256.673000', '215256.675000', '215256.678000', '215256.680000', '215316.562000', '215316.565000', '215316.568000', '215316.571000', '215316.573000', '215316.576000', '215316.578000', '215316.581000', '215316.584000', '215316.586000', '215316.589000', '215316.591000', '215316.594000', '215316.597000', '215316.599000', '215316.602000', '215316.605000', '215316.607000', '215316.610000', '215316.612000', '215316.615000', '215316.618000', '215316.620000', '215316.623000', '215316.626000', '215316.628000', '215316.631000', '215316.633000', '215316.636000', '215316.639000', '215316.641000', '215316.644000', '215316.647000', '215316.649000', '215316.652000', '215316.655000', '215316.657000', '215316.660000', '215316.662000', '215316.665000', '215316.668000', '215316.670000', '215316.673000', '215336.563000', '215336.565000', '215336.568000', '215336.571000', '215336.573000', '215336.576000', '215336.579000', '215336.581000', '215336.584000', '215336.586000', '215336.589000', '215336.592000', '215336.594000', '215336.597000', '215336.600000', '215336.602000', '215336.605000', '215336.607000', '215336.610000', '215336.613000', '215336.615000', '215336.618000', '215336.620000', '215336.623000', '215336.625000', '215336.628000', '215336.631000', '215336.633000', '215336.636000', '215336.638000', '215336.641000', '215336.644000', '215336.646000', '215336.649000', '215336.651000', '215336.654000', '215336.657000', '215336.659000', '215336.662000', '215336.664000', '215336.667000', '215336.670000', '215336.672000', '215336.675000', '215356.563000', '215356.566000', '215356.568000', '215356.571000', '215356.574000', '215356.576000', '215356.579000', '215356.581000', '215356.584000', '215356.587000', '215356.589000', '215356.592000', '215356.594000', '215356.597000', '215356.600000', '215356.602000', '215356.605000', '215356.607000', '215356.622000', '215356.625000', '215356.627000', '215356.630000', '215356.632000', '215356.635000', '215356.638000', '215356.640000', '215356.643000', '215356.645000', '215356.648000', '215356.651000', '215356.653000', '215356.656000', '215356.659000', '215356.661000', '215356.664000', '215356.667000', '215356.669000', '215356.672000', '215356.674000', '215356.677000', '215356.680000', '215356.682000', '215356.685000', '215416.563000', '215416.565000', '215416.568000', '215416.571000', '215416.573000', '215416.576000', '215416.579000', '215416.581000', '215416.584000', '215416.586000', '215416.589000', '215416.592000', '215416.594000', '215416.597000', '215416.599000', '215416.602000', '215416.605000', '215416.607000', '215416.610000', '215416.613000', '215416.615000', '215416.618000', '215416.621000', '215416.623000', '215416.626000', '215416.628000', '215416.631000', '215416.634000', '215416.636000', '215416.639000', '215416.641000', '215416.644000', '215416.647000', '215416.649000', '215416.652000', '215416.655000', '215416.657000', '215416.660000', '215416.662000', '215416.665000', '215416.668000', '215416.670000', '215416.673000', '215416.675000', '215436.562000', '215436.565000', '215436.568000', '215436.571000', '215436.573000', '215436.576000', '215436.579000', '215436.581000', '215436.584000', '215436.586000', '215436.589000', '215436.592000', '215436.594000', '215436.597000', '215436.600000', '215436.602000', '215436.605000', '215436.608000', '215436.610000', '215436.613000', '215436.615000', '215436.618000', '215436.621000', '215436.623000', '215436.626000', '215436.630000', '215436.633000', '215436.635000', '215436.638000', '215436.640000', '215436.643000', '215436.646000', '215436.648000', '215436.651000', '215436.654000', '215436.656000', '215436.659000', '215436.662000', '215436.664000', '215436.667000', '215436.669000', '215436.672000', '215436.675000', '215456.563000', '215456.566000', '215456.568000', '215456.571000', '215456.574000', '215456.576000', '215456.579000', '215456.581000', '215456.584000', '215456.587000', '215456.589000', '215456.592000', '215456.594000', '215456.597000', '215456.600000', '215456.602000', '215456.605000', '215456.608000', '215456.610000', '215456.613000', '215456.615000', '215456.618000', '215456.620000', '215456.623000', '215456.626000', '215456.628000', '215456.631000', '215456.633000', '215456.636000', '215456.639000', '215456.641000', '215456.644000', '215456.647000', '215456.649000', '215456.652000', '215456.654000', '215456.657000', '215456.659000', '215456.662000', '215456.665000', '215456.667000', '215456.670000', '215456.672000', '215456.675000', '215516.562000', '215516.564000', '215516.567000', '215516.570000', '215516.572000', '215516.575000', '215516.577000', '215516.580000', '215516.583000', '215516.585000', '215516.588000', '215516.590000', '215516.593000', '215516.596000', '215516.598000', '215516.601000', '215516.604000', '215516.606000', '215516.609000', '215516.611000', '215516.614000', '215516.617000', '215516.619000', '215516.622000', '215516.624000', '215516.627000', '215516.629000', '215516.632000', '215516.647000', '215516.649000', '215516.652000', '215516.654000', '215516.657000', '215516.660000', '215516.662000', '215516.665000', '215516.667000', '215516.670000', '215516.672000', '215516.675000', '215516.678000', '215516.680000', '215516.683000', '215536.563000', '215536.565000', '215536.568000', '215536.571000', '215536.573000', '215536.576000', '215536.578000', '215536.581000', '215536.584000', '215536.586000', '215536.589000', '215536.592000', '215536.594000', '215536.597000', '215536.599000', '215536.602000', '215536.605000', '215536.607000', '215536.610000', '215536.613000', '215536.615000', '215536.618000', '215536.620000', '215536.623000', '215536.626000', '215536.628000', '215536.631000', '215536.633000', '215536.636000', '215536.639000', '215536.641000', '215536.644000', '215536.646000', '215536.649000', '215536.652000', '215536.654000', '215536.657000', '215536.659000', '215536.662000', '215536.665000', '215536.667000', '215536.670000', '215536.673000', '215536.675000', '215551.649000', '215551.651000', '215551.654000', '215551.657000', '215551.660000', '215551.662000', '215551.665000', '215551.668000', '215551.670000', '215551.673000', '215551.676000', '215551.679000', '215551.681000', '215551.684000', '215551.687000', '215551.690000', '215551.693000', '215551.695000', '215551.698000', '215551.701000', '215551.703000', '215551.706000', '215551.709000', '215551.711000', '215551.714000', '215551.717000', '215551.720000', '215551.724000', '215551.727000', '215551.729000', '215551.732000', '215551.736000', '215551.738000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [15468, 11115, 14447, 11274, 13972, 11384, 15928, 11470, 10573, 12266, 9256, 13203, 9603, 13309, 9036, 13249, 9283, 13882, 9497, 13923, 9307, 13376, 9786, 13787, 10453, 14194, 10327, 14114, 11021, 13893, 10901, 13862, 10965, 14100, 11286, 14433, 11207, 14518, 11443, 13529, 11026, 11905, 12029, 12462, 12579, 9179, 13034, 8912, 12946, 9146, 13630, 9681, 13997, 10487, 14257, 11680, 15142, 11615, 10907, 12500, 9281, 13133, 9776, 13754, 9001, 13326, 10013, 13971, 11365, 14872, 11328, 13536, 11656, 11618, 13027, 9243, 13078, 9057, 13579, 9333, 13914, 9257, 14155, 9564, 13255, 10196, 14016, 11396, 14542, 11082, 10427, 12607, 9803, 13265, 9701, 13567, 10001, 13751, 11490, 14326, 11893, 14032, 11382, 10859, 12527, 11653, 12582, 9126, 12941, 9136, 13616, 9965, 14215, 11046, 14676, 11214, 13445, 12030, 11718, 13014, 9185, 12887, 9242, 13794, 10539, 14549, 11080, 14139, 11248, 11303, 12561, 10458, 13422, 9241, 13003, 9062, 13846, 10010, 14064, 11085, 14480, 11228, 12881, 12201, 12538, 13109, 9191, 13288, 9315, 13462, 10709, 14038, 11868, 9268, 14441, 11164, 11777, 12863, 10171, 13310, 9788, 13142, 9087, 13746, 9615, 14155, 10919, 14712, 11429, 13925, 11109, 12897, 12052, 13532, 12423, 9559, 13373, 8925, 13603, 10005, 14235, 10427, 14945, 11057, 14554, 11175, 14466, 11450, 13603, 12437, 8602, 13116, 9211, 13701, 9581, 14272, 10709, 14917, 11215, 14333, 11490, 14981, 11990, 12241, 12356, 9182, 13106, 9291, 13082, 9229, 13674, 9456, 13747, 9743, 14015, 10237, 14632, 11306, 14730, 11443, 14409, 11528, 14233, 11345, 8846, 12962, 9192, 13109, 9159, 14283, 9592, 14298, 11078, 14370, 11918, 15555, 11523, 10590, 12788, 10930, 12913, 9294, 13542, 9783, 13848, 10677, 14529, 11424, 15335, 11306, 9189, 13247, 9585, 13624, 10169, 14287, 11087, 14277, 11686, 15347, 11914, 10557, 12803, 9050, 13029, 9530, 13565, 9765, 14302, 10861, 14497, 11168, 14882, 11525, 10643, 12487, 9307, 13427, 9495, 14745, 10622, 14560, 11267, 13385, 12338, 10070, 13298, 9013, 13947, 10437, 14302, 10996, 14796, 11218, 13890, 11368, 10561, 12730, 9563, 13582, 9285, 14083, 11011, 14444, 11716, 14005, 12051, 8701, 13129, 9322, 13475, 9522, 14341, 9455, 14215, 10974, 14358, 11471, 14256, 11833, 9000, 13393, 9176, 13740, 9780, 14872, 10667, 14405, 11117, 14385, 11373, 15024, 11638, 8894, 12865, 9324, 13434, 9912, 14451, 10904, 14310, 11598, 13373, 12666, 9690, 13203, 8816, 13911, 10524, 14523, 11497, 15089, 11236, 9489, 13015, 9460, 13234, 9690, 14114, 10762, 14292, 11461, 10682, 12956, 9418, 13467, 9842, 14445, 11065, 14519, 11712, 13883, 11299, 9409, 13117, 9871, 13629, 10320, 14001, 10926, 14480, 11478, 11196, 12756, 8695, 13449, 9836, 14428, 11158, 15057, 10940, 12743, 12148, 12118, 12777, 9376, 13234, 8986, 13345, 9312, 13904, 10101, 14152, 10847, 14367, 10919, 14386, 11503, 12158, 11763, 9010, 13171, 9368, 13707, 9234, 13756, 9928, 14126, 10955, 14444, 11729, 12179, 11673, 9125, 12997, 9580, 13772, 10158, 14433, 11109, 14009, 11716, 12879, 12674, 9393, 13158, 8953, 13720, 10103, 14371, 11280, 15210, 11112, 11743, 12216, 11487, 12820, 9627, 13285, 8720, 13929, 10087, 14187, 11422, 15387, 11134, 13326, 12094, 11291, 13114, 9263, 13333, 9243, 14063, 10314, 14321, 11165, 15186, 11170, 12859, 12122, 11751, 12932, 9839, 13498, 9012, 13883, 9785, 14136, 11059, 15177, 11205, 12761, 12020, 9744, 13164, 9197, 13879, 10288, 14555, 11693, 12876, 12895, 9063, 13353, 10431, 14328, 11385, 15522, 11485, 11285, 12644, 9226, 13435, 9619, 13822, 9180, 13017, 9071, 13803, 10467, 14553, 10844, 14465, 11035, 14439, 11451, 13484, 12024, 9247, 13072, 9795, 13157, 9466, 13916, 9760, 14410, 11182, 15115, 11638, 11435, 12907, 9212, 13147, 9814, 14156, 11119, 14949, 11227, 14292, 11689, 13947, 12676, 9608, 13274, 9184, 13487, 9302, 13536, 9667, 14539, 10051, 14199, 10954, 14265, 11515, 15727, 11230, 9973, 12973, 9590, 13706, 9666, 14706, 10417, 14752, 11119, 14193, 12056, 9553, 13112, 8899, 13747, 9471, 14269, 10599, 14837, 11236, 11553, 12764, 9388, 13785, 9756, 14274, 10862, 14257, 11683, 14123, 12157, 8949, 13471, 9406, 13884, 10226, 14745, 11274, 13983, 11872, 10346, 13114, 9299, 13685, 10042, 14425, 10651, 14447, 10804, 15342, 11174, 12656, 11879, 9655, 13141, 9775, 14280, 10356, 15050, 11339, 13787, 12249, 9781, 13728, 9875, 14563, 11429, 13395, 12653, 10006, 13303, 8831, 13963, 10247, 14891, 11613, 15954, 11267, 14161, 10975, 14675, 11504, 12824, 11919, 9025, 13291, 9360, 13545, 9973, 14933, 10899, 14606, 11219, 14701, 11708, 12778, 12769, 8972, 13343, 9367, 13922, 10218, 15161, 11150, 14257, 11549, 11870, 13119, 9464, 13786, 9689, 14302, 11561, 13926, 12448, 9242, 13533, 10218, 14521, 11764, 15828, 11559, 11891, 12223, 11718, 12964, 11399, 13318, 9163, 13306, 9093, 14246, 9702, 14393, 10193, 14805, 11004, 14277, 11135, 14249, 11529, 14967, 11157, 11333, 12411, 10182, 13164, 9403, 13663, 9540, 14423, 10874, 14445, 11640, 12959, 11846, 9038, 13415, 9626, 14786, 10996, 14756, 11358, 14476, 11957, 13311, 12864, 8938, 13409, 9389, 14043, 10652, 15413, 11424, 10712, 12832, 9729, 13905, 10498, 14900, 11174, 14190, 12116, 10841, 13538, 9259, 13681, 10507, 14402, 11532, 15275, 11415, 9066, 13093, 9752, 14098, 11157, 16219, 11306, 11028, 12822, 9382, 13693, 10278, 14736, 11010, 14660, 11232, 14713, 11975, 10297, 13060, 9069, 13496, 10485, 14850, 11370, 13668, 11685, 9517, 13457, 9807, 14107, 10762, 14959, 11010, 13706, 11879, 13617, 12706, 10556, 13286, 8940, 13170, 9466, 13590, 9577, 14185, 10885, 14556, 11108, 14827, 11514, 13534, 11843, 9408, 13139, 9692, 13187, 9770, 13935, 9093, 13969, 10374, 14146, 10887, 14710, 11503, 15280, 11359, 9288, 13055, 9117, 13749, 10775, 14738, 11025, 12719, 11639, 11545, 12958, 9421, 13093, 9117, 14145, 10374, 14565, 11406, 15490, 11015, 13418, 11982, 12308, 12896, 9603, 13382, 8941, 13867, 9704, 14610, 11072, 15055, 11405, 12869, 12219, 10268, 13663, 9371, 13902, 10662, 14535, 11693, 14305, 12473, 9121, 13468, 9111, 14043, 10206, 14944, 11310, 14362, 11314, 10391, 13075, 9564, 13922, 9970, 14291, 11148, 15040, 11885, 12235, 12989, 8641, 13785, 10431, 14598, 11701, 15434, 11198, 12380, 12522, 9912, 13581, 9437, 13967, 10803, 14553, 11760, 13344, 12677, 8944, 13694, 10341, 14470, 11484, 15401, 11542, 9199, 13312, 9903, 13925, 10343, 14366, 11022], 'WindowCenter': [3766.0, 3741.0, 3738.0, 3724.0, 3725.0, 3712.0, 3732.0, 3712.0, 3712.0, 3711.0, 3687.0, 3721.0, 3688.0, 3709.0, 3689.0, 3709.0, 3689.0, 3722.0, 3700.0, 3722.0, 3700.0, 3721.0, 3699.0, 3719.0, 3698.0, 3720.0, 3700.0, 3722.0, 3710.0, 3709.0, 3700.0, 3721.0, 3700.0, 3720.0, 3711.0, 3719.0, 3710.0, 3720.0, 3711.0, 3710.0, 3700.0, 3709.0, 3710.0, 3709.0, 3710.0, 3689.0, 3710.0, 3688.0, 3711.0, 3688.0, 3722.0, 3699.0, 3721.0, 3699.0, 3720.0, 3712.0, 3722.0, 3712.0, 3709.0, 3711.0, 3700.0, 3722.0, 3698.0, 3710.0, 3689.0, 3719.0, 3698.0, 3720.0, 3710.0, 3721.0, 3711.0, 3720.0, 3710.0, 3711.0, 3711.0, 3689.0, 3709.0, 3688.0, 3710.0, 3688.0, 3710.0, 3687.0, 3721.0, 3700.0, 3709.0, 3698.0, 3718.0, 3711.0, 3720.0, 3712.0, 3709.0, 3722.0, 3699.0, 3721.0, 3700.0, 3722.0, 3701.0, 3721.0, 3710.0, 3720.0, 3711.0, 3721.0, 3710.0, 3698.0, 3711.0, 3697.0, 3710.0, 3688.0, 3709.0, 3688.0, 3719.0, 3698.0, 3720.0, 3698.0, 3720.0, 3710.0, 3719.0, 3710.0, 3709.0, 3709.0, 3687.0, 3710.0, 3688.0, 3719.0, 3699.0, 3720.0, 3699.0, 3720.0, 3709.0, 3709.0, 3710.0, 3699.0, 3720.0, 3688.0, 3710.0, 3687.0, 3719.0, 3698.0, 3720.0, 3709.0, 3720.0, 3709.0, 3710.0, 3711.0, 3708.0, 3709.0, 3688.0, 3708.0, 3689.0, 3710.0, 3700.0, 3721.0, 3713.0, 3700.0, 3722.0, 3713.0, 3712.0, 3723.0, 3700.0, 3721.0, 3687.0, 3709.0, 3688.0, 3720.0, 3700.0, 3719.0, 3699.0, 3720.0, 3709.0, 3719.0, 3710.0, 3708.0, 3710.0, 3708.0, 3709.0, 3687.0, 3721.0, 3690.0, 3721.0, 3699.0, 3721.0, 3699.0, 3720.0, 3699.0, 3720.0, 3711.0, 3719.0, 3710.0, 3709.0, 3709.0, 3688.0, 3709.0, 3688.0, 3709.0, 3688.0, 3720.0, 3699.0, 3720.0, 3710.0, 3719.0, 3710.0, 3719.0, 3710.0, 3709.0, 3709.0, 3687.0, 3709.0, 3687.0, 3720.0, 3688.0, 3720.0, 3699.0, 3720.0, 3698.0, 3721.0, 3699.0, 3720.0, 3711.0, 3721.0, 3710.0, 3720.0, 3710.0, 3720.0, 3710.0, 3688.0, 3720.0, 3689.0, 3721.0, 3688.0, 3720.0, 3699.0, 3719.0, 3710.0, 3721.0, 3710.0, 3720.0, 3710.0, 3699.0, 3709.0, 3699.0, 3709.0, 3687.0, 3719.0, 3698.0, 3719.0, 3698.0, 3721.0, 3709.0, 3719.0, 3709.0, 3698.0, 3720.0, 3698.0, 3721.0, 3699.0, 3720.0, 3710.0, 3720.0, 3710.0, 3721.0, 3710.0, 3700.0, 3709.0, 3688.0, 3720.0, 3688.0, 3720.0, 3698.0, 3720.0, 3710.0, 3719.0, 3709.0, 3719.0, 3709.0, 3699.0, 3710.0, 3687.0, 3721.0, 3699.0, 3720.0, 3700.0, 3719.0, 3709.0, 3708.0, 3709.0, 3699.0, 3710.0, 3688.0, 3719.0, 3698.0, 3719.0, 3699.0, 3719.0, 3709.0, 3718.0, 3709.0, 3698.0, 3709.0, 3700.0, 3709.0, 3699.0, 3719.0, 3709.0, 3719.0, 3710.0, 3721.0, 3711.0, 3688.0, 3721.0, 3687.0, 3721.0, 3698.0, 3721.0, 3700.0, 3719.0, 3698.0, 3719.0, 3709.0, 3720.0, 3709.0, 3687.0, 3720.0, 3687.0, 3721.0, 3698.0, 3720.0, 3699.0, 3720.0, 3710.0, 3718.0, 3710.0, 3721.0, 3710.0, 3688.0, 3709.0, 3687.0, 3720.0, 3699.0, 3721.0, 3711.0, 3720.0, 3710.0, 3720.0, 3721.0, 3698.0, 3720.0, 3699.0, 3720.0, 3700.0, 3720.0, 3710.0, 3720.0, 3710.0, 3698.0, 3709.0, 3687.0, 3720.0, 3698.0, 3720.0, 3710.0, 3720.0, 3710.0, 3709.0, 3721.0, 3699.0, 3721.0, 3700.0, 3721.0, 3710.0, 3720.0, 3710.0, 3720.0, 3710.0, 3687.0, 3722.0, 3699.0, 3721.0, 3711.0, 3720.0, 3710.0, 3719.0, 3710.0, 3709.0, 3709.0, 3688.0, 3721.0, 3699.0, 3721.0, 3710.0, 3721.0, 3711.0, 3720.0, 3710.0, 3710.0, 3710.0, 3689.0, 3720.0, 3688.0, 3719.0, 3687.0, 3720.0, 3698.0, 3719.0, 3698.0, 3719.0, 3698.0, 3708.0, 3698.0, 3708.0, 3709.0, 3687.0, 3719.0, 3687.0, 3721.0, 3688.0, 3721.0, 3698.0, 3719.0, 3709.0, 3720.0, 3710.0, 3710.0, 3709.0, 3687.0, 3721.0, 3687.0, 3721.0, 3699.0, 3721.0, 3709.0, 3719.0, 3710.0, 3709.0, 3710.0, 3687.0, 3710.0, 3688.0, 3720.0, 3699.0, 3720.0, 3710.0, 3721.0, 3711.0, 3710.0, 3710.0, 3710.0, 3711.0, 3699.0, 3720.0, 3689.0, 3720.0, 3699.0, 3721.0, 3710.0, 3720.0, 3711.0, 3720.0, 3710.0, 3710.0, 3721.0, 3689.0, 3721.0, 3699.0, 3719.0, 3698.0, 3719.0, 3698.0, 3719.0, 3710.0, 3708.0, 3710.0, 3708.0, 3709.0, 3687.0, 3710.0, 3688.0, 3709.0, 3697.0, 3719.0, 3698.0, 3719.0, 3709.0, 3719.0, 3710.0, 3698.0, 3720.0, 3688.0, 3720.0, 3700.0, 3720.0, 3711.0, 3722.0, 3722.0, 3689.0, 3721.0, 3710.0, 3720.0, 3711.0, 3731.0, 3712.0, 3711.0, 3720.0, 3699.0, 3722.0, 3698.0, 3720.0, 3687.0, 3709.0, 3686.0, 3708.0, 3697.0, 3720.0, 3698.0, 3720.0, 3698.0, 3718.0, 3709.0, 3719.0, 3709.0, 3699.0, 3721.0, 3699.0, 3720.0, 3700.0, 3722.0, 3700.0, 3720.0, 3710.0, 3721.0, 3710.0, 3711.0, 3721.0, 3700.0, 3720.0, 3699.0, 3721.0, 3712.0, 3732.0, 3712.0, 3721.0, 3710.0, 3719.0, 3710.0, 3698.0, 3710.0, 3689.0, 3709.0, 3687.0, 3710.0, 3687.0, 3708.0, 3697.0, 3707.0, 3697.0, 3707.0, 3697.0, 3719.0, 3697.0, 3697.0, 3708.0, 3686.0, 3720.0, 3687.0, 3709.0, 3698.0, 3717.0, 3697.0, 3719.0, 3709.0, 3687.0, 3708.0, 3688.0, 3709.0, 3689.0, 3719.0, 3699.0, 3720.0, 3710.0, 3708.0, 3709.0, 3687.0, 3720.0, 3698.0, 3720.0, 3698.0, 3719.0, 3710.0, 3722.0, 3711.0, 3701.0, 3721.0, 3688.0, 3720.0, 3699.0, 3720.0, 3710.0, 3719.0, 3709.0, 3699.0, 3710.0, 3687.0, 3710.0, 3698.0, 3719.0, 3697.0, 3708.0, 3698.0, 3719.0, 3699.0, 3708.0, 3709.0, 3698.0, 3721.0, 3701.0, 3733.0, 3711.0, 3733.0, 3723.0, 3720.0, 3711.0, 3700.0, 3721.0, 3700.0, 3732.0, 3711.0, 3721.0, 3722.0, 3701.0, 3721.0, 3689.0, 3720.0, 3699.0, 3721.0, 3709.0, 3720.0, 3710.0, 3718.0, 3698.0, 3707.0, 3697.0, 3708.0, 3709.0, 3687.0, 3719.0, 3687.0, 3721.0, 3698.0, 3720.0, 3710.0, 3720.0, 3710.0, 3719.0, 3710.0, 3709.0, 3709.0, 3689.0, 3720.0, 3688.0, 3721.0, 3699.0, 3720.0, 3709.0, 3719.0, 3709.0, 3708.0, 3710.0, 3688.0, 3710.0, 3699.0, 3719.0, 3709.0, 3720.0, 3710.0, 3688.0, 3720.0, 3699.0, 3719.0, 3710.0, 3720.0, 3712.0, 3710.0, 3710.0, 3708.0, 3709.0, 3699.0, 3710.0, 3687.0, 3708.0, 3688.0, 3720.0, 3688.0, 3720.0, 3697.0, 3718.0, 3698.0, 3718.0, 3698.0, 3720.0, 3709.0, 3720.0, 3710.0, 3708.0, 3709.0, 3699.0, 3710.0, 3688.0, 3720.0, 3699.0, 3720.0, 3699.0, 3720.0, 3710.0, 3709.0, 3710.0, 3688.0, 3722.0, 3699.0, 3721.0, 3700.0, 3720.0, 3709.0, 3719.0, 3710.0, 3720.0, 3709.0, 3689.0, 3708.0, 3687.0, 3719.0, 3698.0, 3720.0, 3710.0, 3698.0, 3720.0, 3699.0, 3722.0, 3701.0, 3732.0, 3711.0, 3721.0, 3711.0, 3711.0, 3722.0, 3700.0, 3722.0, 3700.0, 3720.0, 3711.0, 3720.0, 3710.0, 3700.0, 3721.0, 3701.0, 3723.0, 3712.0, 3733.0, 3712.0, 3711.0, 3710.0, 3689.0, 3721.0, 3700.0, 3720.0, 3710.0, 3720.0, 3709.0, 3721.0, 3710.0, 3699.0, 3709.0, 3688.0, 3720.0, 3698.0, 3720.0, 3709.0, 3720.0, 3710.0, 3698.0, 3720.0, 3698.0, 3721.0, 3710.0, 3733.0, 3711.0, 3721.0, 3711.0, 3721.0, 3711.0, 3700.0, 3721.0, 3690.0, 3720.0, 3688.0, 3710.0, 3687.0, 3720.0, 3709.0, 3719.0, 3709.0, 3720.0, 3711.0, 3709.0, 3710.0, 3688.0, 3710.0, 3687.0, 3710.0, 3688.0, 3710.0, 3688.0, 3720.0, 3699.0, 3720.0, 3698.0, 3720.0, 3710.0, 3721.0, 3709.0, 3699.0, 3721.0, 3688.0, 3722.0, 3712.0, 3732.0, 3713.0, 3722.0, 3713.0, 3711.0, 3725.0, 3701.0, 3723.0, 3701.0, 3721.0, 3700.0, 3723.0, 3710.0, 3721.0, 3712.0, 3721.0, 3711.0, 3710.0, 3722.0, 3700.0, 3721.0, 3689.0, 3721.0, 3700.0, 3722.0, 3711.0, 3722.0, 3711.0, 3721.0, 3711.0, 3700.0, 3723.0, 3701.0, 3722.0, 3713.0, 3722.0, 3713.0, 3722.0, 3711.0, 3701.0, 3722.0, 3701.0, 3722.0, 3700.0, 3721.0, 3711.0, 3721.0, 3711.0, 3699.0, 3721.0, 3699.0, 3722.0, 3700.0, 3720.0, 3711.0, 3721.0, 3712.0, 3711.0, 3723.0, 3701.0, 3723.0, 3712.0, 3722.0, 3712.0, 3733.0, 3712.0, 3709.0, 3723.0, 3700.0, 3723.0, 3701.0, 3722.0, 3711.0, 3721.0, 3723.0, 3722.0, 3722.0, 3701.0, 3722.0, 3712.0, 3723.0, 3712.0, 3733.0, 3712.0, 3700.0, 3722.0, 3701.0, 3723.0, 3701.0, 3733.0, 3712.0], 'WindowWidth': [8459.0, 8410.0, 8402.0, 8375.0, 8376.0, 8355.0, 8383.0, 8352.0, 8350.0, 8351.0, 8312.0, 8363.0, 8313.0, 8344.0, 8315.0, 8346.0, 8314.0, 8368.0, 8331.0, 8366.0, 8332.0, 8363.0, 8330.0, 8359.0, 8329.0, 8361.0, 8332.0, 8364.0, 8346.0, 8344.0, 8333.0, 8363.0, 8332.0, 8361.0, 8348.0, 8358.0, 8348.0, 8362.0, 8351.0, 8346.0, 8333.0, 8342.0, 8347.0, 8344.0, 8347.0, 8316.0, 8348.0, 8315.0, 8350.0, 8313.0, 8366.0, 8329.0, 8362.0, 8331.0, 8360.0, 8351.0, 8366.0, 8352.0, 8344.0, 8349.0, 8333.0, 8367.0, 8326.0, 8349.0, 8316.0, 8358.0, 8327.0, 8361.0, 8347.0, 8367.0, 8351.0, 8359.0, 8348.0, 8349.0, 8352.0, 8315.0, 8344.0, 8313.0, 8347.0, 8312.0, 8349.0, 8309.0, 8365.0, 8333.0, 8343.0, 8326.0, 8357.0, 8348.0, 8362.0, 8353.0, 8345.0, 8367.0, 8330.0, 8365.0, 8331.0, 8366.0, 8335.0, 8363.0, 8348.0, 8363.0, 8351.0, 8363.0, 8348.0, 8328.0, 8349.0, 8326.0, 8347.0, 8313.0, 8345.0, 8314.0, 8359.0, 8327.0, 8362.0, 8329.0, 8362.0, 8348.0, 8356.0, 8347.0, 8344.0, 8346.0, 8312.0, 8348.0, 8314.0, 8358.0, 8329.0, 8362.0, 8331.0, 8361.0, 8345.0, 8342.0, 8348.0, 8331.0, 8362.0, 8314.0, 8346.0, 8313.0, 8358.0, 8327.0, 8361.0, 8343.0, 8361.0, 8346.0, 8344.0, 8349.0, 8342.0, 8346.0, 8312.0, 8341.0, 8315.0, 8346.0, 8333.0, 8362.0, 8356.0, 8333.0, 8368.0, 8354.0, 8352.0, 8367.0, 8331.0, 8362.0, 8311.0, 8344.0, 8313.0, 8359.0, 8331.0, 8357.0, 8330.0, 8359.0, 8342.0, 8357.0, 8345.0, 8341.0, 8345.0, 8339.0, 8344.0, 8311.0, 8361.0, 8318.0, 8361.0, 8329.0, 8362.0, 8329.0, 8360.0, 8331.0, 8361.0, 8348.0, 8355.0, 8347.0, 8343.0, 8344.0, 8313.0, 8345.0, 8313.0, 8344.0, 8313.0, 8361.0, 8329.0, 8360.0, 8345.0, 8357.0, 8347.0, 8359.0, 8346.0, 8342.0, 8344.0, 8310.0, 8345.0, 8311.0, 8362.0, 8314.0, 8359.0, 8330.0, 8360.0, 8328.0, 8364.0, 8330.0, 8363.0, 8349.0, 8364.0, 8348.0, 8361.0, 8348.0, 8360.0, 8348.0, 8315.0, 8361.0, 8315.0, 8366.0, 8315.0, 8362.0, 8331.0, 8358.0, 8345.0, 8363.0, 8348.0, 8362.0, 8348.0, 8330.0, 8346.0, 8328.0, 8347.0, 8310.0, 8358.0, 8329.0, 8358.0, 8328.0, 8364.0, 8345.0, 8360.0, 8344.0, 8326.0, 8360.0, 8328.0, 8365.0, 8332.0, 8363.0, 8347.0, 8361.0, 8349.0, 8365.0, 8348.0, 8331.0, 8345.0, 8312.0, 8359.0, 8312.0, 8361.0, 8329.0, 8361.0, 8345.0, 8357.0, 8344.0, 8359.0, 8344.0, 8329.0, 8345.0, 8309.0, 8362.0, 8329.0, 8363.0, 8331.0, 8359.0, 8344.0, 8340.0, 8346.0, 8329.0, 8346.0, 8315.0, 8358.0, 8326.0, 8357.0, 8328.0, 8357.0, 8342.0, 8356.0, 8344.0, 8327.0, 8346.0, 8331.0, 8346.0, 8329.0, 8358.0, 8343.0, 8360.0, 8349.0, 8363.0, 8349.0, 8313.0, 8361.0, 8311.0, 8364.0, 8327.0, 8364.0, 8332.0, 8357.0, 8327.0, 8358.0, 8345.0, 8359.0, 8344.0, 8312.0, 8360.0, 8310.0, 8365.0, 8326.0, 8361.0, 8330.0, 8360.0, 8347.0, 8356.0, 8348.0, 8362.0, 8348.0, 8314.0, 8344.0, 8311.0, 8363.0, 8330.0, 8364.0, 8350.0, 8362.0, 8348.0, 8359.0, 8363.0, 8329.0, 8361.0, 8332.0, 8361.0, 8332.0, 8363.0, 8348.0, 8363.0, 8348.0, 8329.0, 8346.0, 8312.0, 8361.0, 8328.0, 8362.0, 8347.0, 8361.0, 8348.0, 8344.0, 8365.0, 8330.0, 8364.0, 8333.0, 8363.0, 8347.0, 8363.0, 8348.0, 8363.0, 8348.0, 8312.0, 8368.0, 8329.0, 8365.0, 8351.0, 8362.0, 8346.0, 8360.0, 8348.0, 8344.0, 8346.0, 8316.0, 8362.0, 8330.0, 8365.0, 8345.0, 8365.0, 8349.0, 8359.0, 8348.0, 8346.0, 8347.0, 8316.0, 8360.0, 8314.0, 8358.0, 8311.0, 8361.0, 8326.0, 8357.0, 8327.0, 8355.0, 8328.0, 8343.0, 8329.0, 8340.0, 8343.0, 8311.0, 8358.0, 8312.0, 8365.0, 8314.0, 8363.0, 8328.0, 8356.0, 8343.0, 8360.0, 8346.0, 8345.0, 8344.0, 8311.0, 8362.0, 8312.0, 8365.0, 8329.0, 8362.0, 8345.0, 8357.0, 8347.0, 8344.0, 8347.0, 8311.0, 8346.0, 8315.0, 8360.0, 8329.0, 8362.0, 8346.0, 8363.0, 8349.0, 8346.0, 8348.0, 8345.0, 8350.0, 8330.0, 8360.0, 8316.0, 8360.0, 8329.0, 8364.0, 8348.0, 8363.0, 8350.0, 8359.0, 8346.0, 8345.0, 8363.0, 8315.0, 8363.0, 8329.0, 8358.0, 8327.0, 8359.0, 8328.0, 8360.0, 8347.0, 8341.0, 8346.0, 8339.0, 8345.0, 8310.0, 8345.0, 8313.0, 8342.0, 8323.0, 8359.0, 8328.0, 8360.0, 8345.0, 8357.0, 8346.0, 8327.0, 8363.0, 8314.0, 8362.0, 8332.0, 8360.0, 8350.0, 8366.0, 8366.0, 8319.0, 8364.0, 8347.0, 8362.0, 8349.0, 8380.0, 8354.0, 8350.0, 8363.0, 8330.0, 8366.0, 8326.0, 8363.0, 8311.0, 8342.0, 8309.0, 8340.0, 8325.0, 8360.0, 8327.0, 8359.0, 8327.0, 8355.0, 8345.0, 8358.0, 8346.0, 8329.0, 8362.0, 8329.0, 8362.0, 8331.0, 8366.0, 8334.0, 8361.0, 8346.0, 8365.0, 8349.0, 8348.0, 8362.0, 8332.0, 8361.0, 8331.0, 8366.0, 8352.0, 8381.0, 8352.0, 8363.0, 8349.0, 8358.0, 8347.0, 8327.0, 8346.0, 8315.0, 8344.0, 8309.0, 8347.0, 8309.0, 8340.0, 8323.0, 8336.0, 8324.0, 8338.0, 8325.0, 8356.0, 8325.0, 8323.0, 8340.0, 8306.0, 8361.0, 8309.0, 8344.0, 8327.0, 8352.0, 8326.0, 8356.0, 8345.0, 8311.0, 8341.0, 8312.0, 8343.0, 8314.0, 8359.0, 8329.0, 8360.0, 8346.0, 8339.0, 8345.0, 8311.0, 8362.0, 8328.0, 8361.0, 8327.0, 8356.0, 8348.0, 8366.0, 8352.0, 8334.0, 8361.0, 8314.0, 8362.0, 8328.0, 8360.0, 8347.0, 8356.0, 8344.0, 8329.0, 8348.0, 8311.0, 8346.0, 8327.0, 8356.0, 8325.0, 8342.0, 8326.0, 8356.0, 8329.0, 8340.0, 8343.0, 8326.0, 8365.0, 8334.0, 8384.0, 8347.0, 8385.0, 8370.0, 8360.0, 8350.0, 8331.0, 8363.0, 8334.0, 8380.0, 8350.0, 8365.0, 8367.0, 8335.0, 8363.0, 8318.0, 8361.0, 8328.0, 8364.0, 8344.0, 8360.0, 8346.0, 8354.0, 8326.0, 8338.0, 8325.0, 8338.0, 8341.0, 8311.0, 8356.0, 8311.0, 8364.0, 8328.0, 8361.0, 8345.0, 8361.0, 8345.0, 8358.0, 8346.0, 8343.0, 8344.0, 8317.0, 8359.0, 8314.0, 8363.0, 8330.0, 8361.0, 8344.0, 8356.0, 8343.0, 8339.0, 8348.0, 8311.0, 8347.0, 8329.0, 8357.0, 8343.0, 8360.0, 8348.0, 8314.0, 8360.0, 8330.0, 8359.0, 8347.0, 8363.0, 8351.0, 8347.0, 8347.0, 8340.0, 8345.0, 8329.0, 8347.0, 8310.0, 8342.0, 8313.0, 8359.0, 8313.0, 8361.0, 8324.0, 8356.0, 8328.0, 8354.0, 8327.0, 8359.0, 8344.0, 8359.0, 8345.0, 8339.0, 8344.0, 8328.0, 8348.0, 8313.0, 8359.0, 8329.0, 8360.0, 8330.0, 8361.0, 8346.0, 8345.0, 8346.0, 8314.0, 8365.0, 8328.0, 8364.0, 8331.0, 8361.0, 8344.0, 8357.0, 8348.0, 8358.0, 8346.0, 8315.0, 8342.0, 8310.0, 8358.0, 8328.0, 8361.0, 8345.0, 8328.0, 8360.0, 8329.0, 8368.0, 8337.0, 8381.0, 8350.0, 8363.0, 8351.0, 8350.0, 8367.0, 8334.0, 8365.0, 8333.0, 8362.0, 8350.0, 8363.0, 8348.0, 8333.0, 8364.0, 8335.0, 8369.0, 8352.0, 8383.0, 8351.0, 8348.0, 8348.0, 8314.0, 8364.0, 8332.0, 8363.0, 8346.0, 8359.0, 8345.0, 8363.0, 8346.0, 8329.0, 8344.0, 8314.0, 8358.0, 8327.0, 8360.0, 8345.0, 8359.0, 8347.0, 8327.0, 8360.0, 8328.0, 8365.0, 8347.0, 8383.0, 8351.0, 8362.0, 8349.0, 8363.0, 8351.0, 8332.0, 8362.0, 8319.0, 8360.0, 8313.0, 8346.0, 8310.0, 8359.0, 8343.0, 8356.0, 8344.0, 8359.0, 8350.0, 8344.0, 8347.0, 8314.0, 8347.0, 8311.0, 8348.0, 8313.0, 8347.0, 8313.0, 8360.0, 8330.0, 8359.0, 8326.0, 8360.0, 8346.0, 8361.0, 8343.0, 8328.0, 8361.0, 8315.0, 8367.0, 8352.0, 8382.0, 8356.0, 8367.0, 8356.0, 8351.0, 8374.0, 8337.0, 8368.0, 8336.0, 8364.0, 8334.0, 8370.0, 8347.0, 8364.0, 8351.0, 8362.0, 8350.0, 8347.0, 8367.0, 8331.0, 8364.0, 8318.0, 8364.0, 8333.0, 8367.0, 8348.0, 8367.0, 8350.0, 8362.0, 8351.0, 8334.0, 8369.0, 8336.0, 8367.0, 8354.0, 8366.0, 8355.0, 8367.0, 8352.0, 8335.0, 8365.0, 8334.0, 8365.0, 8334.0, 8365.0, 8348.0, 8365.0, 8351.0, 8331.0, 8364.0, 8329.0, 8367.0, 8334.0, 8362.0, 8350.0, 8365.0, 8354.0, 8349.0, 8370.0, 8337.0, 8368.0, 8352.0, 8369.0, 8352.0, 8383.0, 8353.0, 8345.0, 8368.0, 8334.0, 8371.0, 8335.0, 8366.0, 8350.0, 8364.0, 8368.0, 8367.0, 8368.0, 8338.0, 8367.0, 8353.0, 8370.0, 8353.0, 8382.0, 8354.0, 8334.0, 8367.0, 8335.0, 8370.0, 8335.0, 8382.0, 8352.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.0003683186813186813</td></tr>
<tr><td colspan=3>aqi</td><td>0.018810164835164834</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.50651055930688</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2959595863586344</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0031182366556652</td></tr>
<tr><td colspan=3>efc</td><td>0.4392</td></tr>
<tr><td colspan=3>fber</td><td>8735.0195</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07503436647417241</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.32967032967032966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.51302917088565</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3985409428143276</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8369352959985554</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3036112738440675</td></tr>
<tr><td colspan=3>gcor</td><td>0.00280712</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017295043915510178</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02410181611776352</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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.8096764069735034</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.5374</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>24.1909</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>122.6524</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>34.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308683.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>587.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.426</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6706</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>427.2406</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2945.3792</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67861.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>890.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3811.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>828.6732</td></tr>
<tr><td colspan=3>tsnr</td><td>47.731973787769675</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>