ds005256-mriqc/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter 4e0d083862 [DATALAD RUNCMD] Compute MRIQC for sub-0020
=== 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-0020 --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-0020",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:09:09 +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-0020_ses-02_task-alignvideo_acq-mb8_run-04_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-0020_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0020_suffix-bold_task-alignvideo" 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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0020_suffix-bold_task-alignvideo" 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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0020_suffix-bold_task-alignvideo" 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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0020_suffix-bold_task-alignvideo" 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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0020_suffix-bold_task-alignvideo" 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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0020_suffix-bold_task-alignvideo" 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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0020_suffix-bold_task-alignvideo" 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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_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-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_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-0020/ses-02/func/sub-0020_ses-02_task-alignvideo_acq-mb8_run-04_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>0eb25d586d163740920eab7ed3182d4d</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>13:55:33.112500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997718, 0.0306988, 0.0601336, -0.0367591, 0.994062, 0.102418]</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-04_task-alignvideo_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.090925</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7256, 549, -114, -260, 92, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f067a5be-6279-4c5d-887c-eda6b0fcebc7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676804780960083, -0.0986219197511673, 0.15290755033493042, 113.46288299560547], [-0.08236251026391983, 2.6669957637786865, 0.28186464309692383, -92.3812484741211], [0.16133400797843933, -0.274778813123703, 2.6808900833129883, -66.68197631835938], [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': ['135533.112500', '135533.572500', '135534.032500', '135534.492500', '135534.952500', '135535.412500', '135535.872500', '135536.332500', '135536.792500', '135537.252500', '135537.712500', '135538.172500', '135538.632500', '135539.092500', '135539.552500', '135540.012500', '135540.472500', '135540.932500', '135541.392500', '135541.852500', '135542.312500', '135542.772500', '135543.232500', '135543.692500', '135544.152500', '135544.612500', '135545.072500', '135545.532500', '135545.992500', '135546.452500', '135546.912500', '135547.372500', '135547.832500', '135548.292500', '135548.752500', '135549.212500', '135549.672500', '135550.132500', '135550.592500', '135551.052500', '135551.512500', '135551.972500', '135552.432500', '135552.892500', '135553.352500', '135553.812500', '135554.272500', '135554.732500', '135555.192500', '135555.652500', '135556.112500', '135556.572500', '135557.032500', '135557.492500', '135557.952500', '135558.412500', '135558.872500', '135559.332500', '135559.792500', '135600.252500', '135600.712500', '135601.172500', '135601.632500', '135602.092500', '135602.552500', '135603.012500', '135603.472500', '135603.932500', '135604.392500', '135604.852500', '135605.312500', '135605.772500', '135606.232500', '135606.692500', '135607.152500', '135607.612500', '135608.072500', '135608.532500', '135608.992500', '135609.452500', '135609.912500', '135610.372500', '135610.832500', '135611.292500', '135611.752500', '135612.212500', '135612.672500', '135613.132500', '135613.592500', '135614.052500', '135614.512500', '135614.972500', '135615.432500', '135615.892500', '135616.352500', '135616.812500', '135617.272500', '135617.732500', '135618.192500', '135618.652500', '135619.112500', '135619.572500', '135620.032500', '135620.492500', '135620.952500', '135621.412500', '135621.872500', '135622.332500', '135622.792500', '135623.252500', '135623.712500', '135624.172500', '135624.632500', '135625.092500', '135625.552500', '135626.012500', '135626.472500', '135626.932500', '135627.392500', '135627.852500', '135628.312500', '135628.772500', '135629.232500', '135629.692500', '135630.152500', '135630.612500', '135631.072500', '135631.532500', '135631.992500', '135632.452500', '135632.912500', '135633.372500', '135633.832500', '135634.292500', '135634.752500', '135635.212500', '135635.672500', '135636.132500', '135636.592500', '135637.052500', '135637.512500', '135637.972500', '135638.432500', '135638.892500', '135639.352500', '135639.812500', '135640.272500', '135640.732500', '135641.192500', '135641.652500', '135642.112500', '135642.572500', '135643.032500', '135643.492500', '135643.952500', '135644.412500', '135644.872500', '135645.332500', '135645.792500', '135646.252500', '135646.712500', '135647.172500', '135647.632500', '135648.092500', '135648.552500', '135649.012500', '135649.472500', '135649.932500', '135650.392500', '135650.852500', '135651.312500', '135651.772500', '135652.232500', '135652.692500', '135653.152500', '135653.612500', '135654.072500', '135654.532500', '135654.992500', '135655.452500', '135655.912500', '135656.372500', '135656.832500', '135657.292500', '135657.752500', '135658.212500', '135658.672500', '135659.132500', '135659.592500', '135700.052500', '135700.512500', '135700.972500', '135701.432500', '135701.892500', '135702.352500', '135702.812500', '135703.272500', '135703.732500', '135704.192500', '135704.652500', '135705.112500', '135705.572500', '135706.032500', '135706.492500', '135706.952500', '135707.412500', '135707.872500', '135708.332500', '135708.792500', '135709.252500', '135709.712500', '135710.172500', '135710.632500', '135711.092500', '135711.552500', '135712.012500', '135712.472500', '135712.932500', '135713.392500', '135713.852500', '135714.312500', '135714.772500', '135715.232500', '135715.692500', '135716.152500', '135716.612500', '135717.072500', '135717.532500', '135717.992500', '135718.452500', '135718.912500', '135719.372500', '135719.832500', '135720.292500', '135720.752500', '135721.212500', '135721.672500', '135722.132500', '135722.592500', '135723.052500', '135723.512500', '135723.972500', '135724.432500', '135724.892500', '135725.352500', '135725.812500', '135726.272500', '135726.732500', '135727.192500', '135727.652500', '135728.112500', '135728.572500', '135729.032500', '135729.492500', '135729.952500', '135730.412500', '135730.872500', '135731.332500', '135731.792500', '135732.252500', '135732.712500', '135733.172500', '135733.632500', '135734.092500', '135734.552500', '135735.012500', '135735.472500', '135735.932500', '135736.392500', '135736.852500', '135737.312500', '135737.772500', '135738.232500', '135738.692500', '135739.152500', '135739.612500', '135740.072500', '135740.532500', '135740.992500', '135741.452500', '135741.912500', '135742.372500', '135742.832500', '135743.292500', '135743.752500', '135744.212500', '135744.672500', '135745.132500', '135745.592500', '135746.052500', '135746.512500', '135746.972500', '135747.432500', '135747.892500', '135748.352500', '135748.812500', '135749.272500', '135749.732500', '135750.192500', '135750.652500', '135751.112500', '135751.572500', '135752.032500', '135752.492500', '135752.952500', '135753.412500', '135753.872500', '135754.332500', '135754.792500', '135755.252500', '135755.712500', '135756.172500', '135756.632500', '135757.092500', '135757.552500', '135758.012500', '135758.472500', '135758.932500', '135759.392500', '135759.852500', '135800.312500', '135800.772500', '135801.232500', '135801.692500', '135802.152500', '135802.612500', '135803.072500', '135803.532500', '135803.992500', '135804.452500', '135804.912500', '135805.372500', '135805.832500', '135806.292500', '135806.752500', '135807.212500', '135807.672500', '135808.132500', '135808.592500', '135809.052500', '135809.512500', '135809.972500', '135810.432500', '135810.892500', '135811.352500', '135811.812500', '135812.272500', '135812.732500', '135813.192500', '135813.652500', '135814.112500', '135814.572500', '135815.032500', '135815.492500', '135815.952500', '135816.412500', '135816.872500', '135817.332500', '135817.792500', '135818.252500', '135818.712500', '135819.172500', '135819.632500', '135820.092500', '135820.552500', '135821.012500', '135821.472500', '135821.932500', '135822.392500', '135822.852500', '135823.312500', '135823.772500', '135824.232500', '135824.692500', '135825.152500', '135825.612500', '135826.072500', '135826.532500', '135826.992500', '135827.452500', '135827.912500', '135828.372500', '135828.832500', '135829.292500', '135829.752500', '135830.212500', '135830.672500', '135831.132500', '135831.592500', '135832.052500', '135832.512500', '135832.972500', '135833.432500', '135833.892500', '135834.352500', '135834.812500', '135835.272500', '135835.732500', '135836.192500', '135836.652500', '135837.112500', '135837.572500', '135838.032500', '135838.492500', '135838.952500', '135839.412500', '135839.872500', '135840.332500', '135840.792500', '135841.252500', '135841.712500', '135842.172500', '135842.632500', '135843.092500', '135843.552500', '135844.012500', '135844.472500', '135844.932500', '135845.392500', '135845.852500', '135846.312500', '135846.772500', '135847.232500', '135847.692500', '135848.152500', '135848.612500', '135849.072500', '135849.532500', '135849.992500', '135850.452500', '135850.912500', '135851.372500', '135851.832500', '135852.292500', '135852.752500', '135853.212500', '135853.672500', '135854.132500', '135854.592500', '135855.052500', '135855.512500', '135855.972500', '135856.432500', '135856.892500', '135857.352500', '135857.812500', '135858.272500', '135858.732500', '135859.192500', '135859.652500', '135900.112500', '135900.572500', '135901.032500', '135901.492500', '135901.952500', '135902.412500', '135902.872500', '135903.332500', '135903.792500', '135904.252500', '135904.712500', '135905.172500', '135905.632500', '135906.092500', '135906.552500', '135907.012500', '135907.472500', '135907.932500', '135908.392500', '135908.852500', '135909.312500', '135909.772500', '135910.232500', '135910.692500', '135911.152500', '135911.612500', '135912.072500', '135912.532500', '135912.992500', '135913.452500', '135913.912500', '135914.372500', '135914.832500', '135915.292500', '135915.752500', '135916.212500', '135916.672500', '135917.132500', '135917.592500', '135918.052500', '135918.512500', '135918.972500', '135919.432500', '135919.892500', '135920.352500', '135920.812500', '135921.272500', '135921.732500', '135922.192500', '135922.652500', '135923.112500', '135923.572500', '135924.032500', '135924.492500', '135924.952500', '135925.412500', '135925.872500', '135926.332500', '135926.792500', '135927.252500', '135927.712500', '135928.172500', '135928.632500', '135929.092500', '135929.552500', '135930.012500', '135930.472500', '135930.932500', '135931.392500', '135931.852500', '135932.312500', '135932.772500', '135933.232500', '135933.692500', '135934.152500', '135934.612500', '135935.072500', '135935.532500', '135935.992500', '135936.452500', '135936.912500', '135937.372500', '135937.832500', '135938.292500', '135938.752500', '135939.212500', '135939.672500', '135940.132500', '135940.592500', '135941.052500', '135941.512500', '135941.972500', '135942.432500', '135942.892500', '135943.352500', '135943.812500', '135944.272500', '135944.732500', '135945.192500', '135945.652500', '135946.112500', '135946.572500', '135947.032500', '135947.492500', '135947.952500', '135948.412500', '135948.872500', '135949.332500', '135949.792500', '135950.252500', '135950.712500', '135951.172500', '135951.632500', '135952.092500', '135952.552500', '135953.012500', '135953.472500', '135953.932500', '135954.392500', '135954.852500', '135955.312500', '135955.772500', '135956.232500', '135956.692500', '135957.152500', '135957.612500', '135958.072500', '135958.532500', '135958.992500', '135959.452500', '135959.912500', '140000.372500', '140000.832500', '140001.292500', '140001.752500', '140002.212500', '140002.672500', '140003.132500', '140003.592500', '140004.052500', '140004.512500', '140004.972500', '140005.432500', '140005.892500', '140006.352500', '140006.812500', '140007.272500', '140007.732500', '140008.192500', '140008.652500', '140009.112500', '140009.572500', '140010.032500', '140010.492500', '140010.952500', '140011.412500', '140011.872500', '140012.332500', '140012.792500', '140013.252500', '140013.712500', '140014.172500', '140014.632500', '140015.092500', '140015.552500', '140016.012500', '140016.472500', '140016.932500', '140017.392500', '140017.852500', '140018.312500', '140018.772500', '140019.232500', '140019.692500', '140020.152500', '140020.612500', '140021.072500', '140021.532500', '140021.992500', '140022.452500', '140022.912500', '140023.372500', '140023.832500', '140024.292500', '140024.752500', '140025.212500', '140025.672500', '140026.132500', '140026.592500', '140027.052500', '140027.512500', '140027.972500', '140028.432500', '140028.892500', '140029.352500', '140029.812500', '140030.272500', '140030.732500', '140031.192500', '140031.652500', '140032.112500', '140032.572500', '140033.032500', '140033.492500', '140033.952500', '140034.412500', '140034.872500', '140035.332500', '140035.792500', '140036.252500', '140036.712500', '140037.172500', '140037.632500', '140038.092500', '140038.552500', '140039.012500', '140039.472500', '140039.932500', '140040.392500', '140040.852500', '140041.312500', '140041.772500', '140042.232500', '140042.692500', '140043.152500', '140043.612500', '140044.072500', '140044.532500', '140044.992500', '140045.452500', '140045.912500', '140046.372500', '140046.832500', '140047.292500', '140047.752500', '140048.212500', '140048.672500', '140049.132500', '140049.592500', '140050.052500', '140050.512500', '140050.972500', '140051.432500', '140051.892500', '140052.352500', '140052.812500', '140053.272500', '140053.732500', '140054.192500', '140054.652500', '140055.112500', '140055.572500', '140056.032500', '140056.492500', '140056.952500', '140057.412500', '140057.872500', '140058.332500', '140058.792500', '140059.252500', '140059.712500', '140100.172500', '140100.632500', '140101.092500', '140101.552500', '140102.012500', '140102.472500', '140102.932500', '140103.392500', '140103.852500', '140104.312500', '140104.772500', '140105.232500', '140105.692500', '140106.152500', '140106.612500', '140107.072500', '140107.532500', '140107.992500', '140108.452500', '140108.912500', '140109.372500', '140109.832500', '140110.292500', '140110.752500', '140111.212500', '140111.672500', '140112.132500', '140112.592500', '140113.052500', '140113.512500', '140113.972500', '140114.432500', '140114.892500', '140115.352500', '140115.812500', '140116.272500', '140116.732500', '140117.192500', '140117.652500', '140118.112500', '140118.572500', '140119.032500', '140119.492500', '140119.952500', '140120.412500', '140120.872500', '140121.332500', '140121.792500', '140122.252500', '140122.712500', '140123.172500', '140123.632500', '140124.092500', '140124.552500', '140125.012500', '140125.472500', '140125.932500', '140126.392500', '140126.852500', '140127.312500', '140127.772500', '140128.232500', '140128.692500', '140129.152500', '140129.612500', '140130.072500', '140130.532500', '140130.992500', '140131.452500', '140131.912500', '140132.372500', '140132.832500', '140133.292500', '140133.752500', '140134.212500', '140134.672500', '140135.132500', '140135.592500', '140136.052500', '140136.512500', '140136.972500', '140137.432500', '140137.892500', '140138.352500', '140138.812500', '140139.272500', '140139.732500', '140140.192500', '140140.652500', '140141.112500', '140141.572500', '140142.032500', '140142.492500', '140142.952500', '140143.412500', '140143.872500', '140144.332500', '140144.792500', '140145.252500', '140145.712500', '140146.172500', '140146.632500', '140147.092500', '140147.552500', '140148.012500', '140148.472500', '140148.932500', '140149.392500', '140149.852500', '140150.312500', '140150.772500', '140151.232500', '140151.692500', '140152.152500', '140152.612500', '140153.072500', '140153.532500', '140153.992500', '140154.452500', '140154.912500', '140155.372500', '140155.832500', '140156.292500', '140156.752500', '140157.212500', '140157.672500', '140158.132500', '140158.592500', '140159.052500', '140159.512500', '140159.972500', '140200.432500', '140200.892500', '140201.352500', '140201.812500', '140202.272500', '140202.732500', '140203.192500', '140203.652500', '140204.112500', '140204.572500', '140205.032500', '140205.492500', '140205.952500', '140206.412500', '140206.872500', '140207.332500', '140207.792500', '140208.252500', '140208.712500', '140209.172500', '140209.632500', '140210.092500', '140210.552500', '140211.012500', '140211.472500', '140211.932500', '140212.392500', '140212.852500', '140213.312500', '140213.772500', '140214.232500', '140214.692500', '140215.152500', '140215.612500', '140216.072500', '140216.532500', '140216.992500', '140217.452500', '140217.912500', '140218.372500', '140218.832500', '140219.292500', '140219.752500', '140220.212500', '140220.672500', '140221.132500', '140221.592500', '140222.052500', '140222.512500', '140222.972500', '140223.432500', '140223.892500', '140224.352500', '140224.812500', '140225.272500', '140225.732500', '140226.192500', '140226.652500', '140227.112500', '140227.572500', '140228.032500', '140228.492500', '140228.952500', '140229.412500', '140229.872500', '140230.332500', '140230.792500', '140231.252500', '140231.712500', '140232.172500', '140232.632500', '140233.092500'], 'ContentTime': ['135554.180000', '135554.184000', '135554.187000', '135554.190000', '135554.193000', '135554.195000', '135554.198000', '135554.201000', '135554.207000', '135554.210000', '135554.213000', '135554.216000', '135554.219000', '135554.222000', '135554.225000', '135554.228000', '135554.231000', '135554.234000', '135554.237000', '135554.240000', '135554.243000', '135554.246000', '135554.249000', '135554.252000', '135554.255000', '135554.258000', '135554.261000', '135554.264000', '135554.267000', '135554.270000', '135554.273000', '135554.276000', '135554.278000', '135554.281000', '135554.284000', '135554.287000', '135554.290000', '135554.293000', '135554.296000', '135554.299000', '135554.301000', '135554.304000', '135554.307000', '135554.310000', '135614.130000', '135614.133000', '135614.136000', '135614.139000', '135614.142000', '135614.144000', '135614.147000', '135614.150000', '135614.153000', '135614.156000', '135614.158000', '135614.164000', '135614.167000', '135614.170000', '135614.172000', '135614.175000', '135614.178000', '135614.181000', '135614.184000', '135614.187000', '135614.190000', '135614.192000', '135614.195000', '135614.198000', '135614.201000', '135614.204000', '135614.206000', '135614.209000', '135614.212000', '135614.215000', '135614.218000', '135614.221000', '135614.223000', '135614.226000', '135614.229000', '135614.232000', '135614.235000', '135614.237000', '135614.240000', '135614.243000', '135614.246000', '135614.249000', '135614.259000', '135614.262000', '135634.130000', '135634.133000', '135634.136000', '135634.139000', '135634.141000', '135634.144000', '135634.147000', '135634.150000', '135634.153000', '135634.156000', '135634.159000', '135634.161000', '135634.164000', '135634.167000', '135634.170000', '135634.173000', '135634.176000', '135634.179000', '135634.181000', '135634.184000', '135634.187000', '135634.190000', '135634.193000', '135634.195000', '135634.198000', '135634.201000', '135634.204000', '135634.207000', '135634.209000', '135634.212000', '135634.215000', '135634.218000', '135634.221000', '135634.224000', '135634.226000', '135634.229000', '135634.232000', '135634.235000', '135634.238000', '135634.241000', '135634.243000', '135634.246000', '135634.250000', '135654.130000', '135654.133000', '135654.136000', '135654.139000', '135654.141000', '135654.144000', '135654.147000', '135654.150000', '135654.153000', '135654.156000', '135654.159000', '135654.161000', '135654.164000', '135654.167000', '135654.170000', '135654.173000', '135654.175000', '135654.178000', '135654.181000', '135654.184000', '135654.187000', '135654.190000', '135654.192000', '135654.195000', '135654.198000', '135654.201000', '135654.204000', '135654.207000', '135654.209000', '135654.212000', '135654.215000', '135654.218000', '135654.221000', '135654.223000', '135654.226000', '135654.229000', '135654.232000', '135654.235000', '135654.238000', '135654.241000', '135654.243000', '135654.246000', '135654.249000', '135654.252000', '135714.130000', '135714.133000', '135714.136000', '135714.139000', '135714.142000', '135714.144000', '135714.147000', '135714.150000', '135714.153000', '135714.156000', '135714.159000', '135714.161000', '135714.164000', '135714.167000', '135714.170000', '135714.173000', '135714.176000', '135714.179000', '135714.181000', '135714.184000', '135714.187000', '135714.190000', '135714.193000', '135714.196000', '135714.199000', '135714.201000', '135714.204000', '135714.207000', '135714.211000', '135714.214000', '135714.217000', '135714.219000', '135714.222000', '135714.225000', '135714.228000', '135714.231000', '135714.243000', '135714.246000', '135714.249000', '135714.252000', '135714.255000', '135714.257000', '135714.260000', '135734.131000', '135734.134000', '135734.137000', '135734.139000', '135734.142000', '135734.145000', '135734.148000', '135734.151000', '135734.154000', '135734.157000', '135734.159000', '135734.162000', '135734.165000', '135734.168000', '135734.171000', '135734.174000', '135734.176000', '135734.179000', '135734.182000', '135734.185000', '135734.188000', '135734.191000', '135734.194000', '135734.196000', '135734.199000', '135734.202000', '135734.205000', '135734.207000', '135734.210000', '135734.213000', '135734.216000', '135734.219000', '135734.222000', '135734.225000', '135734.227000', '135734.230000', '135734.233000', '135734.236000', '135734.239000', '135734.242000', '135734.244000', '135734.256000', '135734.259000', '135734.262000', '135754.131000', '135754.134000', '135754.137000', '135754.140000', '135754.143000', '135754.145000', '135754.148000', '135754.151000', '135754.154000', '135754.157000', '135754.160000', '135754.163000', '135754.166000', '135754.168000', '135754.171000', '135754.174000', '135754.177000', '135754.180000', '135754.183000', '135754.186000', '135754.189000', '135754.191000', '135754.194000', '135754.197000', '135754.200000', '135754.203000', '135754.205000', '135754.208000', '135754.211000', '135754.214000', '135754.217000', '135754.220000', '135754.222000', '135754.225000', '135754.228000', '135754.231000', '135754.234000', '135754.237000', '135754.239000', '135754.242000', '135754.245000', '135754.248000', '135754.251000', '135814.131000', '135814.134000', '135814.137000', '135814.140000', '135814.142000', '135814.145000', '135814.148000', '135814.151000', '135814.154000', '135814.157000', '135814.160000', '135814.162000', '135814.165000', '135814.168000', '135814.171000', '135814.174000', '135814.177000', '135814.179000', '135814.182000', '135814.185000', '135814.188000', '135814.191000', '135814.194000', '135814.197000', '135814.199000', '135814.202000', '135814.205000', '135814.208000', '135814.211000', '135814.214000', '135814.216000', '135814.219000', '135814.222000', '135814.225000', '135814.228000', '135814.231000', '135814.234000', '135814.236000', '135814.239000', '135814.242000', '135814.245000', '135814.248000', '135814.250000', '135814.253000', '135834.130000', '135834.133000', '135834.136000', '135834.139000', '135834.142000', '135834.144000', '135834.147000', '135834.150000', '135834.153000', '135834.156000', '135834.159000', '135834.161000', '135834.164000', '135834.167000', '135834.170000', '135834.173000', '135834.175000', '135834.178000', '135834.181000', '135834.184000', '135834.187000', '135834.190000', '135834.193000', '135834.195000', '135834.198000', '135834.201000', '135834.204000', '135834.207000', '135834.209000', '135834.212000', '135834.215000', '135834.218000', '135834.221000', '135834.224000', '135834.227000', '135834.229000', '135834.232000', '135834.235000', '135834.238000', '135834.241000', '135834.244000', '135834.247000', '135834.251000', '135854.130000', '135854.133000', '135854.136000', '135854.139000', '135854.141000', '135854.144000', '135854.147000', '135854.150000', '135854.153000', '135854.156000', '135854.159000', '135854.162000', '135854.164000', '135854.167000', '135854.170000', '135854.173000', '135854.176000', '135854.179000', '135854.181000', '135854.184000', '135854.187000', '135854.190000', '135854.193000', '135854.196000', '135854.199000', '135854.201000', '135854.204000', '135854.207000', '135854.210000', '135854.213000', '135854.216000', '135854.219000', '135854.222000', '135854.236000', '135854.239000', '135854.242000', '135854.245000', '135854.248000', '135854.250000', '135854.253000', '135854.256000', '135854.259000', '135854.262000', '135854.265000', '135914.130000', '135914.133000', '135914.136000', '135914.139000', '135914.142000', '135914.145000', '135914.148000', '135914.150000', '135914.153000', '135914.156000', '135914.159000', '135914.162000', '135914.165000', '135914.168000', '135914.170000', '135914.173000', '135914.176000', '135914.179000', '135914.182000', '135914.185000', '135914.188000', '135914.191000', '135914.193000', '135914.196000', '135914.199000', '135914.202000', '135914.205000', '135914.207000', '135914.210000', '135914.213000', '135914.216000', '135914.219000', '135914.222000', '135914.225000', '135914.228000', '135914.230000', '135914.233000', '135914.236000', '135914.239000', '135914.242000', '135914.244000', '135914.247000', '135914.250000', '135934.130000', '135934.133000', '135934.136000', '135934.139000', '135934.141000', '135934.144000', '135934.147000', '135934.150000', '135934.153000', '135934.156000', '135934.159000', '135934.162000', '135934.164000', '135934.167000', '135934.170000', '135934.173000', '135934.176000', '135934.179000', '135934.182000', '135934.184000', '135934.187000', '135934.190000', '135934.193000', '135934.196000', '135934.199000', '135934.201000', '135934.204000', '135934.207000', '135934.210000', '135934.213000', '135934.216000', '135934.219000', '135934.222000', '135934.224000', '135934.227000', '135934.230000', '135934.233000', '135934.237000', '135934.240000', '135934.242000', '135934.245000', '135934.248000', '135934.251000', '135934.254000', '135954.131000', '135954.134000', '135954.137000', '135954.140000', '135954.143000', '135954.145000', '135954.148000', '135954.151000', '135954.154000', '135954.157000', '135954.160000', '135954.163000', '135954.166000', '135954.168000', '135954.171000', '135954.174000', '135954.177000', '135954.180000', '135954.183000', '135954.185000', '135954.188000', '135954.191000', '135954.194000', '135954.197000', '135954.200000', '135954.203000', '135954.205000', '135954.208000', '135954.211000', '135954.214000', '135954.217000', '135954.220000', '135954.223000', '135954.225000', '135954.228000', '135954.231000', '135954.234000', '135954.237000', '135954.239000', '135954.242000', '135954.245000', '135954.248000', '135954.251000', '140014.131000', '140014.135000', '140014.140000', '140014.143000', '140014.146000', '140014.149000', '140014.152000', '140014.155000', '140014.157000', '140014.160000', '140014.163000', '140014.166000', '140014.169000', '140014.172000', '140014.175000', '140014.178000', '140014.180000', '140014.183000', '140014.186000', '140014.189000', '140014.192000', '140014.195000', '140014.198000', '140014.200000', '140014.203000', '140014.206000', '140014.209000', '140014.212000', '140014.215000', '140014.218000', '140014.220000', '140014.223000', '140014.226000', '140014.229000', '140014.232000', '140014.235000', '140014.237000', '140014.240000', '140014.243000', '140014.246000', '140014.249000', '140014.252000', '140014.255000', '140034.131000', '140034.134000', '140034.137000', '140034.140000', '140034.143000', '140034.145000', '140034.148000', '140034.151000', '140034.154000', '140034.157000', '140034.160000', '140034.162000', '140034.165000', '140034.168000', '140034.184000', '140034.187000', '140034.190000', '140034.193000', '140034.196000', '140034.199000', '140034.202000', '140034.204000', '140034.207000', '140034.210000', '140034.213000', '140034.216000', '140034.219000', '140034.221000', '140034.224000', '140034.227000', '140034.230000', '140034.233000', '140034.236000', '140034.239000', '140034.241000', '140034.244000', '140034.247000', '140034.250000', '140034.253000', '140034.255000', '140034.258000', '140034.261000', '140034.264000', '140034.267000', '140054.130000', '140054.133000', '140054.136000', '140054.139000', '140054.142000', '140054.145000', '140054.150000', '140054.153000', '140054.156000', '140054.159000', '140054.162000', '140054.165000', '140054.168000', '140054.171000', '140054.174000', '140054.177000', '140054.180000', '140054.182000', '140054.185000', '140054.188000', '140054.191000', '140054.194000', '140054.197000', '140054.199000', '140054.202000', '140054.205000', '140054.208000', '140054.211000', '140054.214000', '140054.217000', '140054.219000', '140054.222000', '140054.225000', '140054.228000', '140054.231000', '140054.233000', '140054.236000', '140054.239000', '140054.242000', '140054.245000', '140054.248000', '140054.251000', '140054.253000', '140114.130000', '140114.133000', '140114.136000', '140114.139000', '140114.141000', '140114.144000', '140114.147000', '140114.150000', '140114.153000', '140114.156000', '140114.158000', '140114.161000', '140114.164000', '140114.167000', '140114.170000', '140114.173000', '140114.176000', '140114.178000', '140114.181000', '140114.184000', '140114.187000', '140114.190000', '140114.192000', '140114.195000', '140114.198000', '140114.201000', '140114.204000', '140114.207000', '140114.209000', '140114.212000', '140114.215000', '140114.218000', '140114.221000', '140114.223000', '140114.226000', '140114.229000', '140114.232000', '140114.235000', '140114.237000', '140114.240000', '140114.243000', '140114.246000', '140114.249000', '140114.252000', '140134.130000', '140134.133000', '140134.136000', '140134.139000', '140134.142000', '140134.145000', '140134.148000', '140134.151000', '140134.153000', '140134.156000', '140134.159000', '140134.162000', '140134.165000', '140134.168000', '140134.171000', '140134.174000', '140134.176000', '140134.179000', '140134.183000', '140134.188000', '140134.192000', '140134.194000', '140134.197000', '140134.200000', '140134.203000', '140134.206000', '140134.209000', '140134.212000', '140134.215000', '140134.217000', '140134.220000', '140134.223000', '140134.226000', '140134.229000', '140134.232000', '140134.235000', '140134.237000', '140134.240000', '140134.243000', '140134.246000', '140134.249000', '140134.252000', '140134.255000', '140154.131000', '140154.134000', '140154.137000', '140154.140000', '140154.142000', '140154.145000', '140154.148000', '140154.151000', '140154.154000', '140154.157000', '140154.160000', '140154.176000', '140154.179000', '140154.182000', '140154.185000', '140154.188000', '140154.190000', '140154.193000', '140154.196000', '140154.199000', '140154.202000', '140154.204000', '140154.207000', '140154.210000', '140154.213000', '140154.216000', '140154.219000', '140154.222000', '140154.225000', '140154.227000', '140154.230000', '140154.233000', '140154.236000', '140154.239000', '140154.242000', '140154.244000', '140154.247000', '140154.250000', '140154.253000', '140154.256000', '140154.258000', '140154.261000', '140154.264000', '140154.267000', '140214.131000', '140214.134000', '140214.137000', '140214.140000', '140214.143000', '140214.145000', '140214.148000', '140214.151000', '140214.154000', '140214.157000', '140214.160000', '140214.163000', '140214.166000', '140214.168000', '140214.171000', '140214.174000', '140214.177000', '140214.180000', '140214.183000', '140214.186000', '140214.189000', '140214.191000', '140214.194000', '140214.198000', '140214.201000', '140214.204000', '140214.207000', '140214.209000', '140214.212000', '140214.215000', '140214.218000', '140214.221000', '140214.224000', '140214.226000', '140214.229000', '140214.232000', '140214.235000', '140214.238000', '140214.241000', '140214.244000', '140214.246000', '140214.249000', '140214.252000', '140234.035000', '140234.038000', '140234.041000', '140234.052000', '140234.055000', '140234.058000', '140234.061000', '140234.063000', '140234.066000', '140234.069000', '140234.072000', '140234.075000', '140234.078000', '140234.081000', '140234.083000', '140234.086000', '140234.089000', '140234.092000', '140234.095000', '140234.098000', '140234.101000', '140234.104000', '140234.106000', '140234.109000', '140234.112000', '140234.115000', '140234.118000', '140234.121000', '140234.123000', '140234.126000', '140234.129000', '140234.132000', '140234.135000', '140234.138000', '140234.140000', '140234.143000', '140234.146000', '140234.149000', '140234.152000', '140234.155000', '140234.157000', '140234.160000', '140234.163000', '140234.166000'], 'InstanceCreationTime': ['135554.180000', '135554.184000', '135554.187000', '135554.190000', '135554.193000', '135554.195000', '135554.198000', '135554.201000', '135554.207000', '135554.210000', '135554.213000', '135554.216000', '135554.219000', '135554.222000', '135554.225000', '135554.228000', '135554.231000', '135554.234000', '135554.237000', '135554.240000', '135554.243000', '135554.246000', '135554.249000', '135554.252000', '135554.255000', '135554.258000', '135554.261000', '135554.264000', '135554.267000', '135554.270000', '135554.273000', '135554.276000', '135554.278000', '135554.281000', '135554.284000', '135554.287000', '135554.290000', '135554.293000', '135554.296000', '135554.299000', '135554.301000', '135554.304000', '135554.307000', '135554.310000', '135614.130000', '135614.133000', '135614.136000', '135614.139000', '135614.142000', '135614.144000', '135614.147000', '135614.150000', '135614.153000', '135614.156000', '135614.158000', '135614.164000', '135614.167000', '135614.170000', '135614.172000', '135614.175000', '135614.178000', '135614.181000', '135614.184000', '135614.187000', '135614.190000', '135614.192000', '135614.195000', '135614.198000', '135614.201000', '135614.204000', '135614.206000', '135614.209000', '135614.212000', '135614.215000', '135614.218000', '135614.221000', '135614.223000', '135614.226000', '135614.229000', '135614.232000', '135614.235000', '135614.237000', '135614.240000', '135614.243000', '135614.246000', '135614.249000', '135614.259000', '135614.262000', '135634.130000', '135634.133000', '135634.136000', '135634.139000', '135634.141000', '135634.144000', '135634.147000', '135634.150000', '135634.153000', '135634.156000', '135634.159000', '135634.161000', '135634.164000', '135634.167000', '135634.170000', '135634.173000', '135634.176000', '135634.179000', '135634.181000', '135634.184000', '135634.187000', '135634.190000', '135634.193000', '135634.195000', '135634.198000', '135634.201000', '135634.204000', '135634.207000', '135634.209000', '135634.212000', '135634.215000', '135634.218000', '135634.221000', '135634.224000', '135634.226000', '135634.229000', '135634.232000', '135634.235000', '135634.238000', '135634.241000', '135634.243000', '135634.246000', '135634.250000', '135654.130000', '135654.133000', '135654.136000', '135654.139000', '135654.141000', '135654.144000', '135654.147000', '135654.150000', '135654.153000', '135654.156000', '135654.159000', '135654.161000', '135654.164000', '135654.167000', '135654.170000', '135654.173000', '135654.175000', '135654.178000', '135654.181000', '135654.184000', '135654.187000', '135654.190000', '135654.192000', '135654.195000', '135654.198000', '135654.201000', '135654.204000', '135654.207000', '135654.209000', '135654.212000', '135654.215000', '135654.218000', '135654.221000', '135654.223000', '135654.226000', '135654.229000', '135654.232000', '135654.235000', '135654.238000', '135654.241000', '135654.243000', '135654.246000', '135654.249000', '135654.252000', '135714.130000', '135714.133000', '135714.136000', '135714.139000', '135714.142000', '135714.144000', '135714.147000', '135714.150000', '135714.153000', '135714.156000', '135714.159000', '135714.161000', '135714.164000', '135714.167000', '135714.170000', '135714.173000', '135714.176000', '135714.179000', '135714.181000', '135714.184000', '135714.187000', '135714.190000', '135714.193000', '135714.196000', '135714.199000', '135714.201000', '135714.204000', '135714.207000', '135714.211000', '135714.214000', '135714.217000', '135714.219000', '135714.222000', '135714.225000', '135714.228000', '135714.231000', '135714.243000', '135714.246000', '135714.249000', '135714.252000', '135714.255000', '135714.257000', '135714.260000', '135734.131000', '135734.134000', '135734.137000', '135734.139000', '135734.142000', '135734.145000', '135734.148000', '135734.151000', '135734.154000', '135734.157000', '135734.159000', '135734.162000', '135734.165000', '135734.168000', '135734.171000', '135734.174000', '135734.176000', '135734.179000', '135734.182000', '135734.185000', '135734.188000', '135734.191000', '135734.194000', '135734.196000', '135734.199000', '135734.202000', '135734.205000', '135734.207000', '135734.210000', '135734.213000', '135734.216000', '135734.219000', '135734.222000', '135734.225000', '135734.227000', '135734.230000', '135734.233000', '135734.236000', '135734.239000', '135734.242000', '135734.244000', '135734.256000', '135734.259000', '135734.262000', '135754.131000', '135754.134000', '135754.137000', '135754.140000', '135754.143000', '135754.145000', '135754.148000', '135754.151000', '135754.154000', '135754.157000', '135754.160000', '135754.163000', '135754.166000', '135754.168000', '135754.171000', '135754.174000', '135754.177000', '135754.180000', '135754.183000', '135754.186000', '135754.189000', '135754.191000', '135754.194000', '135754.197000', '135754.200000', '135754.203000', '135754.205000', '135754.208000', '135754.211000', '135754.214000', '135754.217000', '135754.220000', '135754.222000', '135754.225000', '135754.228000', '135754.231000', '135754.234000', '135754.237000', '135754.239000', '135754.242000', '135754.245000', '135754.248000', '135754.251000', '135814.131000', '135814.134000', '135814.137000', '135814.140000', '135814.142000', '135814.145000', '135814.148000', '135814.151000', '135814.154000', '135814.157000', '135814.160000', '135814.162000', '135814.165000', '135814.168000', '135814.171000', '135814.174000', '135814.177000', '135814.179000', '135814.182000', '135814.185000', '135814.188000', '135814.191000', '135814.194000', '135814.197000', '135814.199000', '135814.202000', '135814.205000', '135814.208000', '135814.211000', '135814.214000', '135814.216000', '135814.219000', '135814.222000', '135814.225000', '135814.228000', '135814.231000', '135814.234000', '135814.236000', '135814.239000', '135814.242000', '135814.245000', '135814.248000', '135814.250000', '135814.253000', '135834.130000', '135834.133000', '135834.136000', '135834.139000', '135834.142000', '135834.144000', '135834.147000', '135834.150000', '135834.153000', '135834.156000', '135834.159000', '135834.161000', '135834.164000', '135834.167000', '135834.170000', '135834.173000', '135834.175000', '135834.178000', '135834.181000', '135834.184000', '135834.187000', '135834.190000', '135834.193000', '135834.195000', '135834.198000', '135834.201000', '135834.204000', '135834.207000', '135834.209000', '135834.212000', '135834.215000', '135834.218000', '135834.221000', '135834.224000', '135834.227000', '135834.229000', '135834.232000', '135834.235000', '135834.238000', '135834.241000', '135834.244000', '135834.247000', '135834.251000', '135854.130000', '135854.133000', '135854.136000', '135854.139000', '135854.141000', '135854.144000', '135854.147000', '135854.150000', '135854.153000', '135854.156000', '135854.159000', '135854.162000', '135854.164000', '135854.167000', '135854.170000', '135854.173000', '135854.176000', '135854.179000', '135854.181000', '135854.184000', '135854.187000', '135854.190000', '135854.193000', '135854.196000', '135854.199000', '135854.201000', '135854.204000', '135854.207000', '135854.210000', '135854.213000', '135854.216000', '135854.219000', '135854.222000', '135854.236000', '135854.239000', '135854.242000', '135854.245000', '135854.248000', '135854.250000', '135854.253000', '135854.256000', '135854.259000', '135854.262000', '135854.265000', '135914.130000', '135914.133000', '135914.136000', '135914.139000', '135914.142000', '135914.145000', '135914.148000', '135914.150000', '135914.153000', '135914.156000', '135914.159000', '135914.162000', '135914.165000', '135914.168000', '135914.170000', '135914.173000', '135914.176000', '135914.179000', '135914.182000', '135914.185000', '135914.188000', '135914.191000', '135914.193000', '135914.196000', '135914.199000', '135914.202000', '135914.205000', '135914.207000', '135914.210000', '135914.213000', '135914.216000', '135914.219000', '135914.222000', '135914.225000', '135914.228000', '135914.230000', '135914.233000', '135914.236000', '135914.239000', '135914.242000', '135914.244000', '135914.247000', '135914.250000', '135934.130000', '135934.133000', '135934.136000', '135934.139000', '135934.141000', '135934.144000', '135934.147000', '135934.150000', '135934.153000', '135934.156000', '135934.159000', '135934.162000', '135934.164000', '135934.167000', '135934.170000', '135934.173000', '135934.176000', '135934.179000', '135934.182000', '135934.184000', '135934.187000', '135934.190000', '135934.193000', '135934.196000', '135934.199000', '135934.201000', '135934.204000', '135934.207000', '135934.210000', '135934.213000', '135934.216000', '135934.219000', '135934.222000', '135934.224000', '135934.227000', '135934.230000', '135934.233000', '135934.237000', '135934.240000', '135934.242000', '135934.245000', '135934.248000', '135934.251000', '135934.254000', '135954.131000', '135954.134000', '135954.137000', '135954.140000', '135954.143000', '135954.145000', '135954.148000', '135954.151000', '135954.154000', '135954.157000', '135954.160000', '135954.163000', '135954.166000', '135954.168000', '135954.171000', '135954.174000', '135954.177000', '135954.180000', '135954.183000', '135954.185000', '135954.188000', '135954.191000', '135954.194000', '135954.197000', '135954.200000', '135954.203000', '135954.205000', '135954.208000', '135954.211000', '135954.214000', '135954.217000', '135954.220000', '135954.223000', '135954.225000', '135954.228000', '135954.231000', '135954.234000', '135954.237000', '135954.239000', '135954.242000', '135954.245000', '135954.248000', '135954.251000', '140014.131000', '140014.135000', '140014.140000', '140014.143000', '140014.146000', '140014.149000', '140014.152000', '140014.155000', '140014.157000', '140014.160000', '140014.163000', '140014.166000', '140014.169000', '140014.172000', '140014.175000', '140014.178000', '140014.180000', '140014.183000', '140014.186000', '140014.189000', '140014.192000', '140014.195000', '140014.198000', '140014.200000', '140014.203000', '140014.206000', '140014.209000', '140014.212000', '140014.215000', '140014.218000', '140014.220000', '140014.223000', '140014.226000', '140014.229000', '140014.232000', '140014.235000', '140014.237000', '140014.240000', '140014.243000', '140014.246000', '140014.249000', '140014.252000', '140014.255000', '140034.131000', '140034.134000', '140034.137000', '140034.140000', '140034.143000', '140034.145000', '140034.148000', '140034.151000', '140034.154000', '140034.157000', '140034.160000', '140034.162000', '140034.165000', '140034.168000', '140034.184000', '140034.187000', '140034.190000', '140034.193000', '140034.196000', '140034.199000', '140034.202000', '140034.204000', '140034.207000', '140034.210000', '140034.213000', '140034.216000', '140034.219000', '140034.221000', '140034.224000', '140034.227000', '140034.230000', '140034.233000', '140034.236000', '140034.239000', '140034.241000', '140034.244000', '140034.247000', '140034.250000', '140034.253000', '140034.255000', '140034.258000', '140034.261000', '140034.264000', '140034.267000', '140054.130000', '140054.133000', '140054.136000', '140054.139000', '140054.142000', '140054.145000', '140054.150000', '140054.153000', '140054.156000', '140054.159000', '140054.162000', '140054.165000', '140054.168000', '140054.171000', '140054.174000', '140054.177000', '140054.180000', '140054.182000', '140054.185000', '140054.188000', '140054.191000', '140054.194000', '140054.197000', '140054.199000', '140054.202000', '140054.205000', '140054.208000', '140054.211000', '140054.214000', '140054.217000', '140054.219000', '140054.222000', '140054.225000', '140054.228000', '140054.231000', '140054.233000', '140054.236000', '140054.239000', '140054.242000', '140054.245000', '140054.248000', '140054.251000', '140054.253000', '140114.130000', '140114.133000', '140114.136000', '140114.139000', '140114.141000', '140114.144000', '140114.147000', '140114.150000', '140114.153000', '140114.156000', '140114.158000', '140114.161000', '140114.164000', '140114.167000', '140114.170000', '140114.173000', '140114.176000', '140114.178000', '140114.181000', '140114.184000', '140114.187000', '140114.190000', '140114.192000', '140114.195000', '140114.198000', '140114.201000', '140114.204000', '140114.207000', '140114.209000', '140114.212000', '140114.215000', '140114.218000', '140114.221000', '140114.223000', '140114.226000', '140114.229000', '140114.232000', '140114.235000', '140114.237000', '140114.240000', '140114.243000', '140114.246000', '140114.249000', '140114.252000', '140134.130000', '140134.133000', '140134.136000', '140134.139000', '140134.142000', '140134.145000', '140134.148000', '140134.151000', '140134.153000', '140134.156000', '140134.159000', '140134.162000', '140134.165000', '140134.168000', '140134.171000', '140134.174000', '140134.176000', '140134.179000', '140134.183000', '140134.188000', '140134.192000', '140134.194000', '140134.197000', '140134.200000', '140134.203000', '140134.206000', '140134.209000', '140134.212000', '140134.215000', '140134.217000', '140134.220000', '140134.223000', '140134.226000', '140134.229000', '140134.232000', '140134.235000', '140134.237000', '140134.240000', '140134.243000', '140134.246000', '140134.249000', '140134.252000', '140134.255000', '140154.131000', '140154.134000', '140154.137000', '140154.140000', '140154.142000', '140154.145000', '140154.148000', '140154.151000', '140154.154000', '140154.157000', '140154.160000', '140154.176000', '140154.179000', '140154.182000', '140154.185000', '140154.188000', '140154.190000', '140154.193000', '140154.196000', '140154.199000', '140154.202000', '140154.204000', '140154.207000', '140154.210000', '140154.213000', '140154.216000', '140154.219000', '140154.222000', '140154.225000', '140154.227000', '140154.230000', '140154.233000', '140154.236000', '140154.239000', '140154.242000', '140154.244000', '140154.247000', '140154.250000', '140154.253000', '140154.256000', '140154.258000', '140154.261000', '140154.264000', '140154.267000', '140214.131000', '140214.134000', '140214.137000', '140214.140000', '140214.143000', '140214.145000', '140214.148000', '140214.151000', '140214.154000', '140214.157000', '140214.160000', '140214.163000', '140214.166000', '140214.168000', '140214.171000', '140214.174000', '140214.177000', '140214.180000', '140214.183000', '140214.186000', '140214.189000', '140214.191000', '140214.194000', '140214.198000', '140214.201000', '140214.204000', '140214.207000', '140214.209000', '140214.212000', '140214.215000', '140214.218000', '140214.221000', '140214.224000', '140214.226000', '140214.229000', '140214.232000', '140214.235000', '140214.238000', '140214.241000', '140214.244000', '140214.246000', '140214.249000', '140214.252000', '140234.035000', '140234.038000', '140234.041000', '140234.052000', '140234.055000', '140234.058000', '140234.061000', '140234.063000', '140234.066000', '140234.069000', '140234.072000', '140234.075000', '140234.078000', '140234.081000', '140234.083000', '140234.086000', '140234.089000', '140234.092000', '140234.095000', '140234.098000', '140234.101000', '140234.104000', '140234.106000', '140234.109000', '140234.112000', '140234.115000', '140234.118000', '140234.121000', '140234.123000', '140234.126000', '140234.129000', '140234.132000', '140234.135000', '140234.138000', '140234.140000', '140234.143000', '140234.146000', '140234.149000', '140234.152000', '140234.155000', '140234.157000', '140234.160000', '140234.163000', '140234.166000'], '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': [18303, 14128, 15083, 10477, 10499, 10386, 9808, 9167, 9892, 8467, 9763, 8156, 9665, 8109, 9340, 11881, 9679, 9699, 15614, 8605, 10339, 11983, 9080, 9245, 8742, 9300, 9107, 9096, 9339, 9566, 8915, 9724, 13041, 10472, 9700, 12805, 8981, 9894, 8471, 9758, 8800, 9442, 8975, 10109, 14967, 10073, 9981, 13994, 10031, 10172, 8904, 9987, 10093, 9870, 9940, 9117, 10268, 12967, 8782, 9836, 9161, 10029, 12538, 9633, 9674, 10191, 9921, 8819, 10267, 7783, 10074, 12473, 8901, 10153, 9687, 10137, 9285, 9319, 10339, 9269, 9613, 10252, 9481, 8251, 9119, 9859, 8831, 9623, 10846, 8935, 9492, 8792, 9400, 8111, 8838, 9218, 10022, 9409, 7508, 9342, 11741, 8595, 9662, 10338, 9828, 15105, 10295, 9342, 7690, 9335, 14578, 11549, 9540, 10594, 8551, 8818, 8053, 8975, 9327, 9356, 8928, 9390, 8038, 9902, 8205, 10447, 16268, 11879, 12155, 8995, 10585, 13455, 10211, 16899, 11254, 13521, 10513, 12148, 10494, 10425, 10888, 9692, 14314, 11255, 15339, 11180, 11850, 9964, 13574, 9723, 10782, 16786, 10519, 14282, 11171, 10451, 10631, 10454, 8923, 9610, 8336, 9601, 9590, 9698, 9969, 8572, 9499, 9152, 9183, 9506, 8872, 10462, 8855, 9483, 14871, 13648, 15058, 12170, 15065, 10298, 14210, 10766, 14829, 10168, 16440, 10144, 15095, 9376, 12869, 9035, 11075, 8741, 10099, 10126, 10046, 9559, 9149, 12677, 9577, 9561, 9785, 9200, 7782, 8978, 9893, 8752, 9559, 8379, 8599, 9299, 9800, 9024, 8079, 8716, 9130, 9328, 9156, 8845, 8773, 7284, 8386, 8838, 8527, 9120, 8775, 8744, 7822, 8493, 14159, 11434, 10315, 14184, 10001, 8757, 15389, 10642, 9679, 14262, 9448, 9011, 15569, 8390, 9275, 13660, 9895, 9436, 8931, 8916, 8300, 8837, 14262, 8969, 10303, 9274, 8638, 15219, 16030, 11835, 12554, 8396, 8888, 14947, 9273, 9419, 14232, 8797, 9506, 8467, 8998, 10251, 9680, 9056, 8301, 8957, 8886, 9652, 9118, 9095, 7900, 9244, 8825, 9264, 16907, 13460, 13011, 8737, 11034, 8927, 12121, 17723, 13382, 13173, 9203, 9140, 17611, 9096, 12674, 9626, 9866, 8587, 7886, 8833, 7773, 9107, 8335, 9896, 8229, 9900, 8423, 10819, 10415, 12389, 9321, 14798, 13353, 14815, 12499, 14376, 9103, 9927, 9043, 11447, 9364, 10369, 9451, 9604, 8897, 9197, 8290, 9272, 16724, 9223, 13436, 10031, 9834, 8197, 9133, 8868, 9103, 9382, 8989, 10005, 9285, 10069, 9662, 9212, 9473, 9191, 9873, 8283, 9665, 8658, 9493, 7817, 9197, 12148, 9036, 12550, 17046, 12169, 13698, 10412, 9581, 14502, 9075, 9672, 9711, 9669, 9034, 9835, 8702, 9642, 8468, 9570, 15479, 9464, 10885, 8611, 9559, 7985, 9380, 7554, 9065, 8123, 8998, 8140, 8867, 9453, 8920, 9349, 8663, 9090, 8777, 9877, 8878, 9996, 8562, 10133, 8733, 11718, 8734, 13599, 10398, 15600, 13001, 14632, 9419, 14393, 10249, 13864, 10931, 9311, 7917, 9056, 8118, 8943, 8312, 9041, 7826, 8828, 10057, 8954, 9799, 9188, 9617, 8111, 9202, 16629, 8905, 12852, 9160, 9926, 8287, 9768, 9095, 9497, 11140, 8716, 9782, 15026, 8742, 9523, 11567, 10184, 10123, 9051, 9587, 9396, 9785, 9904, 10728, 9560, 9816, 9731, 9759, 14394, 9342, 10188, 12977, 9627, 9712, 9107, 9621, 10060, 8926, 9889, 8753, 9390, 8054, 9660, 9860, 10103, 8097, 9383, 9970, 9143, 9975, 9078, 9448, 14314, 11297, 10561, 14468, 10210, 9663, 12421, 9093, 10009, 9244, 9931, 11372, 9570, 10165, 9296, 9578, 11888, 9157, 9652, 15306, 11263, 9771, 11295, 9808, 10001, 9995, 9456, 9995, 9580, 9896, 13299, 9636, 10087, 11703, 9447, 9920, 9442, 9752, 12142, 9386, 10077, 8287, 9331, 9768, 8928, 9758, 10358, 9389, 10031, 8609, 9419, 10029, 9793, 9751, 10062, 9438, 9896, 9935, 9707, 10389, 10001, 9921, 8907, 9393, 13209, 10787, 9785, 9004, 9343, 9252, 9417, 13260, 10335, 9772, 13638, 10254, 9393, 10493, 8870, 9490, 9987, 8817, 9797, 9438, 9144, 9522, 9950, 9925, 10043, 9110, 9600, 11410, 9379, 9624, 10179, 9369, 9883, 9386, 8878, 9591, 9444, 9538, 9190, 9075, 9698, 15902, 9547, 10853, 9095, 9255, 13223, 9128, 9836, 15519, 9144, 10115, 13214, 9464, 10013, 11651, 10206, 10186, 9331, 9858, 11673, 9655, 9875, 10583, 9869, 10006, 9109, 9446, 11884, 9556, 9822, 11522, 9420, 9420, 13129, 9106, 9692, 17733, 9237, 9546, 8903, 9250, 9323, 9251, 10137, 9479, 9672, 8892, 9256, 12127, 13190, 9528, 10133, 10795, 9579, 9878, 9205, 9737, 8938, 9126, 8738, 9398, 9363, 9614, 8824, 9142, 15699, 9081, 12013, 16653, 11089, 11977, 9086, 9575, 15355, 9460, 9927, 9343, 9916, 9144, 9671, 8747, 9453, 9845, 10020, 10138, 8875, 9692, 15240, 11900, 10204, 13090, 9566, 9760, 12729, 9760, 9559, 13986, 9906, 9884, 8931, 9438, 8570, 9438, 9992, 9466, 9783, 9011, 9482, 13804, 9873, 10252, 9171, 9236, 8728, 9495, 15619, 14538, 10776, 15067, 9561, 9678, 10017, 9475, 13934, 9360, 9971, 9303, 9553, 8828, 9451, 9252, 9539, 8918, 9469, 12751, 9662, 15910, 9953, 10743, 9719, 9390, 8970, 9593, 8591, 9836, 9757, 10576, 10642, 10872, 10464, 10248, 10271, 10178, 10244, 9506, 8711, 9499, 8900, 8985, 9457, 10576, 8908, 15126, 10984, 15975, 11889, 16280, 10910, 16805, 19319, 14421, 14831, 9532, 10996, 8951, 8986, 9090, 9227, 9195, 9124, 8771, 9159, 8826, 9309, 8404, 9170, 8403, 9047, 9006, 9516, 9615, 10168, 9262, 9287, 9149, 9272, 9471, 10051, 9294, 9779, 8964, 9445, 13522, 10126, 11661, 9812, 10441, 11836, 9746, 17854, 13803, 15181, 9221, 12532, 9527, 13001, 16229, 10752, 16482, 11909, 9765, 14955, 9484, 11623, 9255, 9451, 9637, 9847, 9335, 9467, 11740, 9295, 10295, 12540, 9631, 12848, 9343, 9570, 8825, 9897, 9902, 9686, 9145, 9560, 9565, 10043, 9830, 12422, 9941, 9762, 14983, 9851, 9064, 9488, 10014, 9127, 9765, 8812, 9779, 8711, 9350, 8919, 8947, 8146, 9175, 8424, 9331, 8931, 10417, 15055, 10812, 14218, 12656, 14376, 16116, 11402, 15277, 8632, 11840, 18425, 13599, 16915, 15123, 14661, 9033, 10833, 8502, 9450, 8636, 9313, 9244, 9437, 9478, 9075, 9584, 8767, 9655, 8974, 9469, 9248, 9222, 9492, 9279, 9684, 9005, 9707, 8055, 9467, 9260, 9509, 9411, 9451, 9300, 8877, 9372, 8805, 9605, 8738, 9035, 9919, 9153, 9756, 10034, 10281, 9664, 9546, 8994, 9371, 15759, 11401], 'WindowCenter': [4431.0, 4395.0, 4379.0, 4338.0, 4335.0, 4334.0, 4324.0, 4325.0, 4335.0, 4316.0, 4337.0, 4305.0, 4337.0, 4307.0, 4340.0, 4357.0, 4326.0, 4328.0, 4375.0, 4313.0, 4335.0, 4344.0, 4315.0, 4321.0, 4315.0, 4324.0, 4338.0, 4327.0, 4339.0, 4339.0, 4339.0, 4351.0, 4380.0, 4347.0, 4336.0, 4366.0, 4325.0, 4336.0, 4316.0, 4336.0, 4329.0, 4337.0, 4340.0, 4351.0, 4390.0, 4334.0, 4335.0, 4365.0, 4324.0, 4335.0, 4313.0, 4336.0, 4336.0, 4335.0, 4334.0, 4315.0, 4336.0, 4365.0, 4315.0, 4335.0, 4325.0, 4335.0, 4354.0, 4335.0, 4325.0, 4347.0, 4336.0, 4326.0, 4346.0, 4305.0, 4349.0, 4369.0, 4328.0, 4336.0, 4325.0, 4346.0, 4336.0, 4339.0, 4346.0, 4337.0, 4335.0, 4347.0, 4351.0, 4318.0, 4328.0, 4336.0, 4325.0, 4337.0, 4346.0, 4329.0, 4336.0, 4327.0, 4337.0, 4317.0, 4329.0, 4337.0, 4337.0, 4337.0, 4307.0, 4338.0, 4369.0, 4341.0, 4339.0, 4348.0, 4349.0, 4390.0, 4347.0, 4326.0, 4304.0, 4325.0, 4377.0, 4345.0, 4324.0, 4333.0, 4315.0, 4337.0, 4329.0, 4341.0, 4339.0, 4340.0, 4339.0, 4352.0, 4332.0, 4353.0, 4330.0, 4375.0, 4404.0, 4358.0, 4358.0, 4327.0, 4334.0, 4364.0, 4333.0, 4377.0, 4346.0, 4354.0, 4348.0, 4343.0, 4346.0, 4333.0, 4344.0, 4334.0, 4376.0, 4343.0, 4364.0, 4332.0, 4342.0, 4320.0, 4351.0, 4307.0, 4330.0, 4361.0, 4321.0, 4349.0, 4329.0, 4318.0, 4318.0, 4318.0, 4324.0, 4338.0, 4315.0, 4325.0, 4325.0, 4335.0, 4324.0, 4313.0, 4338.0, 4337.0, 4340.0, 4353.0, 4340.0, 4361.0, 4339.0, 4340.0, 4379.0, 4379.0, 4377.0, 4344.0, 4351.0, 4307.0, 4337.0, 4305.0, 4338.0, 4306.0, 4348.0, 4308.0, 4347.0, 4297.0, 4325.0, 4285.0, 4315.0, 4283.0, 4305.0, 4305.0, 4306.0, 4296.0, 4296.0, 4327.0, 4307.0, 4294.0, 4307.0, 4294.0, 4276.0, 4298.0, 4318.0, 4299.0, 4309.0, 4300.0, 4313.0, 4311.0, 4333.0, 4322.0, 4302.0, 4315.0, 4322.0, 4338.0, 4339.0, 4326.0, 4328.0, 4306.0, 4330.0, 4339.0, 4344.0, 4363.0, 4342.0, 4354.0, 4333.0, 4354.0, 4406.0, 4372.0, 4363.0, 4391.0, 4347.0, 4328.0, 4390.0, 4347.0, 4338.0, 4379.0, 4335.0, 4326.0, 4387.0, 4313.0, 4335.0, 4377.0, 4336.0, 4325.0, 4340.0, 4338.0, 4328.0, 4342.0, 4390.0, 4339.0, 4349.0, 4336.0, 4328.0, 4391.0, 4387.0, 4356.0, 4355.0, 4303.0, 4315.0, 4375.0, 4323.0, 4325.0, 4361.0, 4313.0, 4324.0, 4301.0, 4325.0, 4333.0, 4335.0, 4326.0, 4316.0, 4326.0, 4340.0, 4349.0, 4340.0, 4339.0, 4321.0, 4340.0, 4340.0, 4351.0, 4412.0, 4380.0, 4368.0, 4327.0, 4346.0, 4325.0, 4368.0, 4385.0, 4365.0, 4353.0, 4323.0, 4322.0, 4385.0, 4312.0, 4352.0, 4336.0, 4333.0, 4313.0, 4303.0, 4325.0, 4305.0, 4337.0, 4327.0, 4351.0, 4329.0, 4348.0, 4330.0, 4360.0, 4360.0, 4370.0, 4351.0, 4406.0, 4394.0, 4391.0, 4366.0, 4365.0, 4324.0, 4333.0, 4323.0, 4355.0, 4324.0, 4335.0, 4337.0, 4335.0, 4326.0, 4324.0, 4315.0, 4323.0, 4372.0, 4322.0, 4352.0, 4321.0, 4322.0, 4291.0, 4310.0, 4309.0, 4310.0, 4321.0, 4326.0, 4335.0, 4326.0, 4333.0, 4325.0, 4324.0, 4335.0, 4325.0, 4337.0, 4315.0, 4336.0, 4317.0, 4337.0, 4305.0, 4336.0, 4365.0, 4327.0, 4369.0, 4375.0, 4344.0, 4352.0, 4319.0, 4298.0, 4339.0, 4286.0, 4297.0, 4309.0, 4307.0, 4301.0, 4319.0, 4313.0, 4321.0, 4302.0, 4322.0, 4362.0, 4319.0, 4331.0, 4315.0, 4323.0, 4302.0, 4323.0, 4302.0, 4325.0, 4303.0, 4326.0, 4317.0, 4338.0, 4349.0, 4341.0, 4342.0, 4342.0, 4341.0, 4341.0, 4362.0, 4355.0, 4364.0, 4342.0, 4363.0, 4342.0, 4384.0, 4343.0, 4394.0, 4377.0, 4404.0, 4392.0, 4391.0, 4339.0, 4391.0, 4349.0, 4381.0, 4347.0, 4338.0, 4315.0, 4326.0, 4315.0, 4326.0, 4317.0, 4339.0, 4318.0, 4339.0, 4349.0, 4350.0, 4362.0, 4340.0, 4349.0, 4316.0, 4340.0, 4399.0, 4339.0, 4366.0, 4325.0, 4335.0, 4315.0, 4336.0, 4324.0, 4337.0, 4356.0, 4316.0, 4335.0, 4377.0, 4313.0, 4324.0, 4341.0, 4334.0, 4334.0, 4313.0, 4324.0, 4324.0, 4334.0, 4336.0, 4345.0, 4335.0, 4335.0, 4336.0, 4336.0, 4375.0, 4336.0, 4348.0, 4365.0, 4324.0, 4325.0, 4314.0, 4335.0, 4333.0, 4325.0, 4334.0, 4324.0, 4337.0, 4317.0, 4351.0, 4361.0, 4363.0, 4329.0, 4353.0, 4359.0, 4352.0, 4361.0, 4340.0, 4352.0, 4392.0, 4358.0, 4348.0, 4378.0, 4333.0, 4322.0, 4353.0, 4311.0, 4322.0, 4323.0, 4334.0, 4354.0, 4336.0, 4345.0, 4324.0, 4335.0, 4355.0, 4323.0, 4323.0, 4373.0, 4331.0, 4321.0, 4339.0, 4322.0, 4332.0, 4321.0, 4332.0, 4332.0, 4334.0, 4335.0, 4362.0, 4323.0, 4343.0, 4353.0, 4334.0, 4333.0, 4334.0, 4337.0, 4365.0, 4337.0, 4347.0, 4315.0, 4337.0, 4347.0, 4335.0, 4347.0, 4347.0, 4337.0, 4347.0, 4326.0, 4337.0, 4348.0, 4346.0, 4346.0, 4346.0, 4338.0, 4349.0, 4346.0, 4349.0, 4358.0, 4348.0, 4359.0, 4338.0, 4350.0, 4391.0, 4358.0, 4348.0, 4335.0, 4348.0, 4348.0, 4350.0, 4378.0, 4347.0, 4346.0, 4378.0, 4333.0, 4335.0, 4344.0, 4311.0, 4335.0, 4335.0, 4311.0, 4333.0, 4322.0, 4322.0, 4334.0, 4334.0, 4346.0, 4346.0, 4338.0, 4350.0, 4369.0, 4347.0, 4349.0, 4346.0, 4337.0, 4349.0, 4336.0, 4338.0, 4347.0, 4349.0, 4349.0, 4348.0, 4339.0, 4349.0, 4396.0, 4348.0, 4358.0, 4325.0, 4337.0, 4375.0, 4335.0, 4346.0, 4384.0, 4323.0, 4345.0, 4363.0, 4332.0, 4344.0, 4354.0, 4343.0, 4343.0, 4336.0, 4347.0, 4367.0, 4334.0, 4346.0, 4345.0, 4344.0, 4346.0, 4336.0, 4346.0, 4366.0, 4346.0, 4348.0, 4367.0, 4335.0, 4336.0, 4364.0, 4323.0, 4336.0, 4394.0, 4322.0, 4332.0, 4312.0, 4333.0, 4334.0, 4346.0, 4346.0, 4348.0, 4347.0, 4338.0, 4349.0, 4379.0, 4377.0, 4346.0, 4346.0, 4355.0, 4334.0, 4335.0, 4335.0, 4335.0, 4336.0, 4348.0, 4338.0, 4361.0, 4362.0, 4361.0, 4351.0, 4351.0, 4399.0, 4339.0, 4381.0, 4397.0, 4368.0, 4367.0, 4335.0, 4336.0, 4384.0, 4335.0, 4345.0, 4337.0, 4347.0, 4336.0, 4349.0, 4336.0, 4350.0, 4360.0, 4362.0, 4361.0, 4351.0, 4361.0, 4402.0, 4367.0, 4358.0, 4379.0, 4335.0, 4334.0, 4364.0, 4333.0, 4336.0, 4374.0, 4335.0, 4335.0, 4325.0, 4336.0, 4326.0, 4349.0, 4348.0, 4348.0, 4349.0, 4338.0, 4361.0, 4404.0, 4360.0, 4348.0, 4338.0, 4336.0, 4325.0, 4336.0, 4388.0, 4374.0, 4345.0, 4373.0, 4323.0, 4322.0, 4321.0, 4332.0, 4362.0, 4324.0, 4331.0, 4334.0, 4333.0, 4325.0, 4334.0, 4323.0, 4334.0, 4323.0, 4334.0, 4351.0, 4323.0, 4374.0, 4323.0, 4330.0, 4321.0, 4322.0, 4312.0, 4335.0, 4326.0, 4346.0, 4336.0, 4344.0, 4332.0, 4329.0, 4329.0, 4333.0, 4344.0, 4347.0, 4344.0, 4346.0, 4325.0, 4345.0, 4335.0, 4338.0, 4348.0, 4357.0, 4336.0, 4389.0, 4345.0, 4374.0, 4343.0, 4362.0, 4318.0, 4359.0, 4356.0, 4334.0, 4332.0, 4292.0, 4300.0, 4280.0, 4280.0, 4294.0, 4292.0, 4295.0, 4305.0, 4297.0, 4306.0, 4308.0, 4309.0, 4300.0, 4321.0, 4311.0, 4323.0, 4324.0, 4347.0, 4348.0, 4348.0, 4349.0, 4349.0, 4349.0, 4349.0, 4361.0, 4362.0, 4349.0, 4362.0, 4340.0, 4361.0, 4392.0, 4361.0, 4369.0, 4351.0, 4359.0, 4368.0, 4350.0, 4398.0, 4380.0, 4386.0, 4336.0, 4366.0, 4337.0, 4378.0, 4384.0, 4344.0, 4385.0, 4341.0, 4333.0, 4363.0, 4324.0, 4342.0, 4323.0, 4322.0, 4335.0, 4345.0, 4324.0, 4336.0, 4354.0, 4325.0, 4345.0, 4354.0, 4334.0, 4353.0, 4324.0, 4334.0, 4338.0, 4336.0, 4333.0, 4335.0, 4334.0, 4347.0, 4347.0, 4349.0, 4361.0, 4379.0, 4348.0, 4349.0, 4387.0, 4337.0, 4327.0, 4348.0, 4347.0, 4338.0, 4348.0, 4338.0, 4374.0, 4353.0, 4352.0, 4339.0, 4341.0, 4331.0, 4352.0, 4340.0, 4351.0, 4341.0, 4364.0, 4401.0, 4371.0, 4390.0, 4384.0, 4392.0, 4404.0, 4356.0, 4375.0, 4312.0, 4342.0, 4370.0, 4351.0, 4371.0, 4360.0, 4349.0, 4299.0, 4327.0, 4298.0, 4307.0, 4285.0, 4297.0, 4297.0, 4308.0, 4309.0, 4309.0, 4320.0, 4311.0, 4321.0, 4311.0, 4323.0, 4321.0, 4323.0, 4332.0, 4324.0, 4322.0, 4323.0, 4335.0, 4304.0, 4348.0, 4349.0, 4348.0, 4337.0, 4348.0, 4335.0, 4337.0, 4338.0, 4338.0, 4349.0, 4328.0, 4339.0, 4349.0, 4338.0, 4348.0, 4360.0, 4361.0, 4351.0, 4350.0, 4338.0, 4349.0, 4402.0, 4358.0], 'WindowWidth': [9746.0, 9680.0, 9650.0, 9586.0, 9578.0, 9576.0, 9562.0, 9565.0, 9581.0, 9556.0, 9584.0, 9542.0, 9586.0, 9546.0, 9591.0, 9613.0, 9568.0, 9572.0, 9634.0, 9545.0, 9579.0, 9587.0, 9550.0, 9556.0, 9553.0, 9563.0, 9591.0, 9575.0, 9593.0, 9593.0, 9594.0, 9610.0, 9652.0, 9598.0, 9584.0, 9622.0, 9567.0, 9581.0, 9557.0, 9584.0, 9578.0, 9588.0, 9595.0, 9610.0, 9667.0, 9578.0, 9579.0, 9620.0, 9562.0, 9577.0, 9544.0, 9579.0, 9580.0, 9577.0, 9575.0, 9551.0, 9581.0, 9619.0, 9555.0, 9580.0, 9565.0, 9580.0, 9603.0, 9580.0, 9567.0, 9599.0, 9581.0, 9569.0, 9597.0, 9542.0, 9606.0, 9633.0, 9577.0, 9581.0, 9567.0, 9596.0, 9584.0, 9591.0, 9597.0, 9587.0, 9581.0, 9599.0, 9609.0, 9561.0, 9575.0, 9583.0, 9567.0, 9585.0, 9596.0, 9577.0, 9583.0, 9574.0, 9588.0, 9557.0, 9578.0, 9587.0, 9586.0, 9587.0, 9547.0, 9590.0, 9632.0, 9599.0, 9593.0, 9604.0, 9606.0, 9663.0, 9601.0, 9570.0, 9537.0, 9568.0, 9645.0, 9591.0, 9564.0, 9573.0, 9555.0, 9589.0, 9584.0, 9597.0, 9595.0, 9597.0, 9594.0, 9616.0, 9590.0, 9617.0, 9582.0, 9650.0, 9694.0, 9618.0, 9615.0, 9570.0, 9578.0, 9616.0, 9574.0, 9638.0, 9594.0, 9603.0, 9598.0, 9585.0, 9596.0, 9574.0, 9590.0, 9579.0, 9639.0, 9586.0, 9616.0, 9567.0, 9582.0, 9551.0, 9595.0, 9529.0, 9562.0, 9608.0, 9551.0, 9590.0, 9558.0, 9541.0, 9542.0, 9542.0, 9564.0, 9586.0, 9555.0, 9567.0, 9563.0, 9578.0, 9561.0, 9547.0, 9588.0, 9587.0, 9598.0, 9616.0, 9598.0, 9626.0, 9593.0, 9595.0, 9648.0, 9647.0, 9643.0, 9590.0, 9595.0, 9527.0, 9568.0, 9519.0, 9570.0, 9525.0, 9584.0, 9528.0, 9580.0, 9514.0, 9548.0, 9494.0, 9535.0, 9491.0, 9519.0, 9521.0, 9525.0, 9511.0, 9512.0, 9554.0, 9528.0, 9505.0, 9528.0, 9508.0, 9486.0, 9519.0, 9545.0, 9523.0, 9534.0, 9525.0, 9546.0, 9542.0, 9576.0, 9559.0, 9534.0, 9554.0, 9560.0, 9588.0, 9593.0, 9572.0, 9579.0, 9549.0, 9585.0, 9594.0, 9609.0, 9634.0, 9604.0, 9623.0, 9594.0, 9626.0, 9698.0, 9644.0, 9631.0, 9670.0, 9601.0, 9579.0, 9669.0, 9601.0, 9591.0, 9647.0, 9582.0, 9571.0, 9655.0, 9549.0, 9583.0, 9641.0, 9585.0, 9569.0, 9595.0, 9593.0, 9578.0, 9603.0, 9665.0, 9593.0, 9607.0, 9586.0, 9578.0, 9673.0, 9657.0, 9610.0, 9607.0, 9534.0, 9553.0, 9634.0, 9562.0, 9566.0, 9611.0, 9548.0, 9563.0, 9531.0, 9567.0, 9577.0, 9583.0, 9570.0, 9557.0, 9572.0, 9598.0, 9609.0, 9597.0, 9595.0, 9571.0, 9597.0, 9595.0, 9614.0, 9699.0, 9651.0, 9628.0, 9574.0, 9598.0, 9570.0, 9631.0, 9650.0, 9622.0, 9605.0, 9560.0, 9558.0, 9651.0, 9544.0, 9600.0, 9583.0, 9573.0, 9550.0, 9536.0, 9571.0, 9544.0, 9590.0, 9577.0, 9611.0, 9579.0, 9603.0, 9581.0, 9621.0, 9621.0, 9636.0, 9615.0, 9699.0, 9678.0, 9667.0, 9625.0, 9617.0, 9564.0, 9575.0, 9566.0, 9607.0, 9566.0, 9581.0, 9586.0, 9581.0, 9571.0, 9565.0, 9552.0, 9563.0, 9626.0, 9559.0, 9601.0, 9554.0, 9555.0, 9511.0, 9537.0, 9536.0, 9540.0, 9557.0, 9571.0, 9584.0, 9569.0, 9576.0, 9565.0, 9563.0, 9582.0, 9568.0, 9586.0, 9556.0, 9584.0, 9559.0, 9587.0, 9541.0, 9585.0, 9623.0, 9574.0, 9633.0, 9637.0, 9588.0, 9599.0, 9545.0, 9516.0, 9571.0, 9496.0, 9512.0, 9532.0, 9529.0, 9526.0, 9549.0, 9545.0, 9553.0, 9529.0, 9558.0, 9609.0, 9550.0, 9569.0, 9553.0, 9559.0, 9530.0, 9561.0, 9532.0, 9567.0, 9537.0, 9572.0, 9561.0, 9592.0, 9609.0, 9601.0, 9600.0, 9604.0, 9599.0, 9602.0, 9630.0, 9624.0, 9632.0, 9603.0, 9632.0, 9605.0, 9661.0, 9608.0, 9679.0, 9658.0, 9690.0, 9672.0, 9667.0, 9595.0, 9668.0, 9609.0, 9654.0, 9600.0, 9590.0, 9557.0, 9573.0, 9556.0, 9573.0, 9560.0, 9594.0, 9565.0, 9595.0, 9606.0, 9613.0, 9632.0, 9598.0, 9606.0, 9559.0, 9596.0, 9673.0, 9594.0, 9625.0, 9569.0, 9580.0, 9555.0, 9583.0, 9566.0, 9588.0, 9612.0, 9557.0, 9583.0, 9641.0, 9548.0, 9562.0, 9584.0, 9577.0, 9577.0, 9548.0, 9564.0, 9564.0, 9578.0, 9584.0, 9595.0, 9582.0, 9581.0, 9584.0, 9587.0, 9635.0, 9586.0, 9604.0, 9619.0, 9566.0, 9567.0, 9551.0, 9583.0, 9577.0, 9566.0, 9578.0, 9566.0, 9589.0, 9566.0, 9614.0, 9629.0, 9634.0, 9585.0, 9620.0, 9623.0, 9618.0, 9629.0, 9599.0, 9617.0, 9679.0, 9618.0, 9606.0, 9645.0, 9577.0, 9562.0, 9604.0, 9544.0, 9558.0, 9562.0, 9580.0, 9607.0, 9587.0, 9597.0, 9568.0, 9582.0, 9609.0, 9562.0, 9563.0, 9634.0, 9569.0, 9556.0, 9577.0, 9558.0, 9572.0, 9558.0, 9576.0, 9574.0, 9579.0, 9581.0, 9615.0, 9562.0, 9592.0, 9603.0, 9581.0, 9577.0, 9582.0, 9588.0, 9624.0, 9588.0, 9601.0, 9558.0, 9590.0, 9603.0, 9585.0, 9606.0, 9605.0, 9589.0, 9603.0, 9575.0, 9591.0, 9608.0, 9601.0, 9602.0, 9602.0, 9592.0, 9609.0, 9602.0, 9610.0, 9619.0, 9607.0, 9624.0, 9596.0, 9615.0, 9673.0, 9622.0, 9607.0, 9587.0, 9606.0, 9609.0, 9612.0, 9652.0, 9604.0, 9603.0, 9647.0, 9579.0, 9582.0, 9596.0, 9547.0, 9582.0, 9583.0, 9546.0, 9576.0, 9562.0, 9560.0, 9579.0, 9580.0, 9602.0, 9602.0, 9595.0, 9614.0, 9638.0, 9604.0, 9610.0, 9602.0, 9592.0, 9609.0, 9589.0, 9594.0, 9608.0, 9610.0, 9611.0, 9607.0, 9597.0, 9612.0, 9673.0, 9608.0, 9620.0, 9571.0, 9589.0, 9640.0, 9583.0, 9601.0, 9651.0, 9566.0, 9597.0, 9620.0, 9577.0, 9596.0, 9608.0, 9594.0, 9593.0, 9587.0, 9605.0, 9632.0, 9585.0, 9602.0, 9599.0, 9598.0, 9602.0, 9589.0, 9604.0, 9631.0, 9602.0, 9606.0, 9633.0, 9588.0, 9589.0, 9623.0, 9568.0, 9588.0, 9665.0, 9564.0, 9576.0, 9548.0, 9578.0, 9582.0, 9604.0, 9601.0, 9607.0, 9606.0, 9593.0, 9611.0, 9653.0, 9644.0, 9602.0, 9602.0, 9609.0, 9582.0, 9583.0, 9582.0, 9585.0, 9588.0, 9608.0, 9596.0, 9633.0, 9635.0, 9632.0, 9619.0, 9618.0, 9679.0, 9596.0, 9657.0, 9676.0, 9635.0, 9631.0, 9585.0, 9588.0, 9650.0, 9584.0, 9600.0, 9589.0, 9602.0, 9588.0, 9610.0, 9591.0, 9615.0, 9628.0, 9634.0, 9630.0, 9615.0, 9631.0, 9691.0, 9632.0, 9620.0, 9648.0, 9584.0, 9581.0, 9620.0, 9579.0, 9587.0, 9635.0, 9584.0, 9582.0, 9571.0, 9587.0, 9576.0, 9611.0, 9607.0, 9609.0, 9610.0, 9593.0, 9631.0, 9695.0, 9628.0, 9606.0, 9592.0, 9590.0, 9571.0, 9586.0, 9667.0, 9636.0, 9593.0, 9631.0, 9561.0, 9561.0, 9559.0, 9575.0, 9615.0, 9564.0, 9573.0, 9580.0, 9579.0, 9569.0, 9581.0, 9566.0, 9580.0, 9563.0, 9579.0, 9598.0, 9561.0, 9632.0, 9563.0, 9569.0, 9557.0, 9559.0, 9547.0, 9584.0, 9575.0, 9601.0, 9586.0, 9594.0, 9571.0, 9561.0, 9565.0, 9576.0, 9592.0, 9604.0, 9596.0, 9600.0, 9572.0, 9598.0, 9587.0, 9594.0, 9608.0, 9619.0, 9589.0, 9665.0, 9598.0, 9639.0, 9591.0, 9621.0, 9547.0, 9608.0, 9595.0, 9561.0, 9553.0, 9500.0, 9507.0, 9484.0, 9484.0, 9508.0, 9502.0, 9512.0, 9525.0, 9517.0, 9530.0, 9536.0, 9540.0, 9528.0, 9557.0, 9545.0, 9561.0, 9566.0, 9603.0, 9606.0, 9605.0, 9610.0, 9610.0, 9609.0, 9609.0, 9629.0, 9631.0, 9612.0, 9633.0, 9600.0, 9630.0, 9671.0, 9627.0, 9637.0, 9611.0, 9624.0, 9632.0, 9611.0, 9673.0, 9649.0, 9654.0, 9586.0, 9626.0, 9588.0, 9645.0, 9646.0, 9591.0, 9653.0, 9584.0, 9575.0, 9614.0, 9565.0, 9587.0, 9562.0, 9559.0, 9582.0, 9597.0, 9568.0, 9584.0, 9607.0, 9568.0, 9597.0, 9606.0, 9581.0, 9603.0, 9565.0, 9580.0, 9592.0, 9584.0, 9576.0, 9581.0, 9581.0, 9601.0, 9602.0, 9607.0, 9630.0, 9650.0, 9606.0, 9607.0, 9656.0, 9586.0, 9575.0, 9604.0, 9601.0, 9591.0, 9604.0, 9594.0, 9652.0, 9624.0, 9619.0, 9595.0, 9600.0, 9588.0, 9618.0, 9599.0, 9616.0, 9600.0, 9634.0, 9680.0, 9641.0, 9666.0, 9664.0, 9672.0, 9695.0, 9613.0, 9635.0, 9544.0, 9585.0, 9621.0, 9596.0, 9625.0, 9607.0, 9588.0, 9521.0, 9558.0, 9519.0, 9528.0, 9497.0, 9515.0, 9514.0, 9532.0, 9534.0, 9537.0, 9551.0, 9542.0, 9556.0, 9543.0, 9560.0, 9557.0, 9563.0, 9575.0, 9566.0, 9561.0, 9563.0, 9582.0, 9541.0, 9605.0, 9609.0, 9607.0, 9589.0, 9605.0, 9583.0, 9590.0, 9591.0, 9592.0, 9608.0, 9576.0, 9595.0, 9606.0, 9594.0, 9606.0, 9627.0, 9625.0, 9614.0, 9611.0, 9593.0, 9608.0, 9689.0, 9618.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.0010876122672508215</td></tr>
<tr><td colspan=3>aqi</td><td>0.029951154983570646</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.14628921471488</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2049377119188591</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9918729591228062</td></tr>
<tr><td colspan=3>efc</td><td>0.4917</td></tr>
<tr><td colspan=3>fber</td><td>4536.4229</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09744145260106644</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.585980284775466</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7882727143104997</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7759571156342067</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0383981093771255</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.550462917920167</td></tr>
<tr><td colspan=3>gcor</td><td>0.0161874</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013423459604382515</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02795921452343464</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.617910751940461</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.6037</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.2822</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.7424</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295406.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>900.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.4139</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9571</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>560.2506</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3464.5653</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3721.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81138.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4595.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1028.4878</td></tr>
<tr><td colspan=3>tsnr</td><td>35.080873302184045</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>