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

616 lines
No EOL
110 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-0058_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0058/ses-04/func/sub-0058_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>16732d137224a4c45c5b0bd8d96eb198</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:33:30.960000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999096, 0.0127274, -0.040552, -0.0148229, 0.998547, -0.0518021]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.100354</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7705, -7275, 539, -49, -3, -12, 121]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>117e83a9-55f5-48bf-b0f5-3fc43604af18||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680502414703369, -0.03976888209581375, -0.10755132883787155, 116.96063995361328], [-0.03414657339453697, 2.6790294647216797, -0.14136230945587158, -85.51769256591797], [-0.10879814624786377, 0.13898129761219025, 2.694150924682617, -85.64470672607422], [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, 926]</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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['133330.960000', '133331.420000', '133331.880000', '133332.340000', '133332.800000', '133333.260000', '133333.720000', '133334.180000', '133334.640000', '133335.100000', '133335.560000', '133336.020000', '133336.480000', '133336.940000', '133337.400000', '133337.860000', '133338.320000', '133338.780000', '133339.240000', '133339.700000', '133340.160000', '133340.620000', '133341.080000', '133341.540000', '133342.000000', '133342.460000', '133342.920000', '133343.380000', '133343.840000', '133344.300000', '133344.760000', '133345.220000', '133345.680000', '133346.140000', '133346.600000', '133347.060000', '133347.520000', '133347.980000', '133348.440000', '133348.900000', '133349.360000', '133349.820000', '133350.280000', '133350.740000', '133351.200000', '133351.660000', '133352.120000', '133352.580000', '133353.040000', '133353.500000', '133353.960000', '133354.420000', '133354.880000', '133355.340000', '133355.800000', '133356.260000', '133356.720000', '133357.180000', '133357.640000', '133358.100000', '133358.560000', '133359.020000', '133359.480000', '133359.940000', '133400.400000', '133400.860000', '133401.320000', '133401.780000', '133402.240000', '133402.700000', '133403.160000', '133403.620000', '133404.080000', '133404.540000', '133405.000000', '133405.460000', '133405.920000', '133406.380000', '133406.840000', '133407.300000', '133407.760000', '133408.220000', '133408.680000', '133409.140000', '133409.600000', '133410.060000', '133410.520000', '133410.980000', '133411.440000', '133411.900000', '133412.360000', '133412.820000', '133413.280000', '133413.740000', '133414.200000', '133414.660000', '133415.120000', '133415.580000', '133416.040000', '133416.500000', '133416.960000', '133417.420000', '133417.880000', '133418.340000', '133418.800000', '133419.260000', '133419.720000', '133420.180000', '133420.640000', '133421.100000', '133421.560000', '133422.020000', '133422.480000', '133422.940000', '133423.400000', '133423.860000', '133424.320000', '133424.780000', '133425.240000', '133425.700000', '133426.160000', '133426.620000', '133427.080000', '133427.540000', '133428.000000', '133428.460000', '133428.920000', '133429.380000', '133429.840000', '133430.300000', '133430.760000', '133431.220000', '133431.680000', '133432.140000', '133432.600000', '133433.060000', '133433.520000', '133433.980000', '133434.440000', '133434.900000', '133435.360000', '133435.820000', '133436.280000', '133436.740000', '133437.200000', '133437.660000', '133438.120000', '133438.580000', '133439.040000', '133439.500000', '133439.960000', '133440.420000', '133440.880000', '133441.340000', '133441.800000', '133442.260000', '133442.720000', '133443.180000', '133443.640000', '133444.100000', '133444.560000', '133445.020000', '133445.480000', '133445.940000', '133446.400000', '133446.860000', '133447.320000', '133447.780000', '133448.240000', '133448.700000', '133449.160000', '133449.620000', '133450.080000', '133450.540000', '133451.000000', '133451.460000', '133451.920000', '133452.380000', '133452.840000', '133453.300000', '133453.760000', '133454.220000', '133454.680000', '133455.140000', '133455.600000', '133456.060000', '133456.520000', '133456.980000', '133457.440000', '133457.900000', '133458.360000', '133458.820000', '133459.280000', '133459.740000', '133500.200000', '133500.660000', '133501.120000', '133501.580000', '133502.040000', '133502.500000', '133502.960000', '133503.420000', '133503.880000', '133504.340000', '133504.800000', '133505.260000', '133505.720000', '133506.180000', '133506.640000', '133507.100000', '133507.560000', '133508.020000', '133508.480000', '133508.940000', '133509.400000', '133509.860000', '133510.320000', '133510.780000', '133511.240000', '133511.700000', '133512.160000', '133512.620000', '133513.080000', '133513.540000', '133514.000000', '133514.460000', '133514.920000', '133515.380000', '133515.840000', '133516.300000', '133516.760000', '133517.220000', '133517.680000', '133518.140000', '133518.600000', '133519.060000', '133519.520000', '133519.980000', '133520.440000', '133520.900000', '133521.360000', '133521.820000', '133522.280000', '133522.740000', '133523.200000', '133523.660000', '133524.120000', '133524.580000', '133525.040000', '133525.500000', '133525.960000', '133526.420000', '133526.880000', '133527.340000', '133527.800000', '133528.260000', '133528.720000', '133529.180000', '133529.640000', '133530.100000', '133530.560000', '133531.020000', '133531.480000', '133531.940000', '133532.400000', '133532.860000', '133533.320000', '133533.780000', '133534.240000', '133534.700000', '133535.160000', '133535.620000', '133536.080000', '133536.540000', '133537.000000', '133537.460000', '133537.920000', '133538.380000', '133538.840000', '133539.300000', '133539.760000', '133540.220000', '133540.680000', '133541.140000', '133541.600000', '133542.060000', '133542.520000', '133542.980000', '133543.440000', '133543.900000', '133544.360000', '133544.820000', '133545.280000', '133545.740000', '133546.200000', '133546.660000', '133547.120000', '133547.580000', '133548.040000', '133548.500000', '133548.960000', '133549.420000', '133549.880000', '133550.340000', '133550.800000', '133551.260000', '133551.720000', '133552.180000', '133552.640000', '133553.100000', '133553.560000', '133554.020000', '133554.480000', '133554.940000', '133555.400000', '133555.860000', '133556.320000', '133556.780000', '133557.240000', '133557.700000', '133558.160000', '133558.620000', '133559.080000', '133559.540000', '133600.000000', '133600.460000', '133600.920000', '133601.380000', '133601.840000', '133602.300000', '133602.760000', '133603.220000', '133603.680000', '133604.140000', '133604.600000', '133605.060000', '133605.520000', '133605.980000', '133606.440000', '133606.900000', '133607.360000', '133607.820000', '133608.280000', '133608.740000', '133609.200000', '133609.660000', '133610.120000', '133610.580000', '133611.040000', '133611.500000', '133611.960000', '133612.420000', '133612.880000', '133613.340000', '133613.800000', '133614.260000', '133614.720000', '133615.180000', '133615.640000', '133616.100000', '133616.560000', '133617.020000', '133617.480000', '133617.940000', '133618.400000', '133618.860000', '133619.320000', '133619.780000', '133620.240000', '133620.700000', '133621.160000', '133621.620000', '133622.080000', '133622.540000', '133623.000000', '133623.460000', '133623.920000', '133624.380000', '133624.840000', '133625.300000', '133625.760000', '133626.220000', '133626.680000', '133627.140000', '133627.600000', '133628.060000', '133628.520000', '133628.980000', '133629.440000', '133629.900000', '133630.360000', '133630.820000', '133631.280000', '133631.740000', '133632.200000', '133632.660000', '133633.120000', '133633.580000', '133634.040000', '133634.500000', '133634.960000', '133635.420000', '133635.880000', '133636.340000', '133636.800000', '133637.260000', '133637.720000', '133638.180000', '133638.640000', '133639.100000', '133639.560000', '133640.020000', '133640.480000', '133640.940000', '133641.400000', '133641.860000', '133642.320000', '133642.780000', '133643.240000', '133643.700000', '133644.160000', '133644.620000', '133645.080000', '133645.540000', '133646.000000', '133646.460000', '133646.920000', '133647.380000', '133647.840000', '133648.300000', '133648.760000', '133649.220000', '133649.680000', '133650.140000', '133650.600000', '133651.060000', '133651.520000', '133651.980000', '133652.440000', '133652.900000', '133653.360000', '133653.820000', '133654.280000', '133654.740000', '133655.200000', '133655.660000', '133656.120000', '133656.580000', '133657.040000', '133657.500000', '133657.960000', '133658.420000', '133658.880000', '133659.340000', '133659.800000', '133700.260000', '133700.720000', '133701.180000', '133701.640000', '133702.100000', '133702.560000', '133703.020000', '133703.480000', '133703.940000', '133704.400000', '133704.860000', '133705.320000', '133705.780000', '133706.240000', '133706.700000', '133707.160000', '133707.620000', '133708.080000', '133708.540000', '133709.000000', '133709.460000', '133709.920000', '133710.380000', '133710.840000', '133711.300000', '133711.760000', '133712.220000', '133712.680000', '133713.140000', '133713.600000', '133714.060000', '133714.520000', '133714.980000', '133715.440000', '133715.900000', '133716.360000', '133716.820000', '133717.280000', '133717.740000', '133718.200000', '133718.660000', '133719.120000', '133719.580000', '133720.040000', '133720.500000', '133720.960000', '133721.420000', '133721.880000', '133722.340000', '133722.800000', '133723.260000', '133723.720000', '133724.180000', '133724.640000', '133725.100000', '133725.560000', '133726.020000', '133726.480000', '133726.940000', '133727.400000', '133727.860000', '133728.320000', '133728.780000', '133729.240000', '133729.700000', '133730.160000', '133730.620000', '133731.080000', '133731.540000', '133732.000000', '133732.460000', '133732.920000', '133733.380000', '133733.840000', '133734.300000', '133734.760000', '133735.220000', '133735.680000', '133736.140000', '133736.600000', '133737.060000', '133737.520000', '133737.980000', '133738.440000', '133738.900000', '133739.360000', '133739.820000', '133740.280000', '133740.740000', '133741.200000', '133741.660000', '133742.120000', '133742.580000', '133743.040000', '133743.500000', '133743.960000', '133744.420000', '133744.880000', '133745.340000', '133745.800000', '133746.260000', '133746.720000', '133747.180000', '133747.640000', '133748.100000', '133748.560000', '133749.020000', '133749.480000', '133749.940000', '133750.400000', '133750.860000', '133751.320000', '133751.780000', '133752.240000', '133752.700000', '133753.160000', '133753.620000', '133754.080000', '133754.540000', '133755.000000', '133755.460000', '133755.920000', '133756.380000', '133756.840000', '133757.300000', '133757.760000', '133758.220000', '133758.680000', '133759.140000', '133759.600000', '133800.060000', '133800.520000', '133800.980000', '133801.440000', '133801.900000', '133802.360000', '133802.820000', '133803.280000', '133803.740000', '133804.200000', '133804.660000', '133805.120000', '133805.580000', '133806.040000', '133806.500000', '133806.960000', '133807.420000', '133807.880000', '133808.340000', '133808.800000', '133809.260000', '133809.720000', '133810.180000', '133810.640000', '133811.100000', '133811.560000', '133812.020000', '133812.480000', '133812.940000', '133813.400000', '133813.860000', '133814.320000', '133814.780000', '133815.240000', '133815.700000', '133816.160000', '133816.620000', '133817.080000', '133817.540000', '133818.000000', '133818.460000', '133818.920000', '133819.380000', '133819.840000', '133820.300000', '133820.760000', '133821.220000', '133821.680000', '133822.140000', '133822.600000', '133823.060000', '133823.520000', '133823.980000', '133824.440000', '133824.900000', '133825.360000', '133825.820000', '133826.280000', '133826.740000', '133827.200000', '133827.660000', '133828.120000', '133828.580000', '133829.040000', '133829.500000', '133829.960000', '133830.420000', '133830.880000', '133831.340000', '133831.800000', '133832.260000', '133832.720000', '133833.180000', '133833.640000', '133834.100000', '133834.560000', '133835.020000', '133835.480000', '133835.940000', '133836.400000', '133836.860000', '133837.320000', '133837.780000', '133838.240000', '133838.700000', '133839.160000', '133839.620000', '133840.080000', '133840.540000', '133841.000000', '133841.460000', '133841.920000', '133842.380000', '133842.840000', '133843.300000', '133843.760000', '133844.220000', '133844.680000', '133845.140000', '133845.600000', '133846.060000', '133846.520000', '133846.980000', '133847.440000', '133847.900000', '133848.360000', '133848.820000', '133849.280000', '133849.740000', '133850.200000', '133850.660000', '133851.120000', '133851.580000', '133852.040000', '133852.500000', '133852.960000', '133853.420000', '133853.880000', '133854.340000', '133854.800000', '133855.260000', '133855.720000', '133856.180000', '133856.640000', '133857.100000', '133857.560000', '133858.020000', '133858.480000', '133858.940000', '133859.400000', '133859.860000', '133900.320000', '133900.780000', '133901.240000', '133901.700000', '133902.160000', '133902.620000', '133903.080000', '133903.540000', '133904.000000', '133904.460000', '133904.920000', '133905.380000', '133905.840000', '133906.300000', '133906.760000', '133907.220000', '133907.680000', '133908.140000', '133908.600000', '133909.060000', '133909.520000', '133909.980000', '133910.440000', '133910.900000', '133911.360000', '133911.820000', '133912.280000', '133912.740000', '133913.200000', '133913.660000', '133914.120000', '133914.580000', '133915.040000', '133915.500000', '133915.960000', '133916.420000', '133916.880000', '133917.340000', '133917.800000', '133918.260000', '133918.720000', '133919.180000', '133919.640000', '133920.100000', '133920.560000', '133921.020000', '133921.480000', '133921.940000', '133922.400000', '133922.860000', '133923.320000', '133923.780000', '133924.240000', '133924.700000', '133925.160000', '133925.620000', '133926.080000', '133926.540000', '133927.000000', '133927.460000', '133927.920000', '133928.380000', '133928.840000', '133929.300000', '133929.760000', '133930.220000', '133930.680000', '133931.140000', '133931.600000', '133932.060000', '133932.520000', '133932.980000', '133933.440000', '133933.900000', '133934.360000', '133934.820000', '133935.280000', '133935.740000', '133936.200000', '133936.660000', '133937.120000', '133937.580000', '133938.040000', '133938.500000', '133938.960000', '133939.420000', '133939.880000', '133940.340000', '133940.800000', '133941.260000', '133941.720000', '133942.180000', '133942.640000', '133943.100000', '133943.560000', '133944.020000', '133944.480000', '133944.940000', '133945.400000', '133945.860000', '133946.320000', '133946.780000', '133947.240000', '133947.700000', '133948.160000', '133948.620000', '133949.080000', '133949.540000', '133950.000000', '133950.460000', '133950.920000', '133951.380000', '133951.840000', '133952.300000', '133952.760000', '133953.220000', '133953.680000', '133954.140000', '133954.600000', '133955.060000', '133955.520000', '133955.980000', '133956.440000', '133956.900000', '133957.360000', '133957.820000', '133958.280000', '133958.740000', '133959.200000', '133959.660000', '134000.120000', '134000.580000', '134001.040000', '134001.500000', '134001.960000', '134002.420000', '134002.880000', '134003.340000', '134003.800000', '134004.260000', '134004.720000', '134005.180000', '134005.640000', '134006.100000', '134006.560000', '134007.020000', '134007.480000', '134007.940000', '134008.400000', '134008.860000', '134009.320000', '134009.780000', '134010.240000', '134010.700000', '134011.160000', '134011.620000', '134012.080000', '134012.540000', '134013.000000', '134013.460000', '134013.920000', '134014.380000', '134014.840000', '134015.300000', '134015.760000', '134016.220000', '134016.680000', '134017.140000', '134017.600000', '134018.060000', '134018.520000', '134018.980000', '134019.440000', '134019.900000', '134020.360000', '134020.820000', '134021.280000', '134021.740000', '134022.200000', '134022.660000', '134023.120000', '134023.580000', '134024.040000', '134024.500000', '134024.960000', '134025.420000', '134025.880000', '134026.340000', '134026.800000', '134027.260000', '134027.720000', '134028.180000', '134028.640000', '134029.100000', '134029.560000', '134030.020000', '134030.480000', '134030.940000', '134031.400000', '134031.860000', '134032.320000', '134032.780000', '134033.240000', '134033.700000', '134034.160000', '134034.620000', '134035.080000', '134035.540000', '134036.000000', '134036.460000'], 'ContentTime': ['133358.649000', '133358.653000', '133358.655000', '133358.658000', '133358.661000', '133358.663000', '133358.666000', '133358.669000', '133358.678000', '133358.680000', '133358.683000', '133358.685000', '133358.689000', '133358.691000', '133358.694000', '133358.697000', '133358.699000', '133358.702000', '133358.704000', '133358.707000', '133358.709000', '133358.712000', '133358.715000', '133358.717000', '133358.720000', '133358.723000', '133358.725000', '133358.728000', '133358.731000', '133358.733000', '133358.736000', '133358.739000', '133358.741000', '133358.744000', '133358.747000', '133358.749000', '133358.753000', '133358.756000', '133358.759000', '133358.762000', '133358.765000', '133358.767000', '133358.770000', '133358.773000', '133358.775000', '133358.778000', '133358.780000', '133358.783000', '133358.786000', '133358.788000', '133358.791000', '133358.793000', '133358.796000', '133358.799000', '133358.801000', '133358.804000', '133358.807000', '133418.615000', '133418.618000', '133418.620000', '133418.623000', '133418.630000', '133418.633000', '133418.635000', '133418.638000', '133418.640000', '133418.643000', '133418.645000', '133418.648000', '133418.651000', '133418.653000', '133418.656000', '133418.659000', '133418.661000', '133418.664000', '133418.666000', '133418.669000', '133418.671000', '133418.674000', '133418.676000', '133418.679000', '133418.681000', '133418.684000', '133418.687000', '133418.689000', '133418.692000', '133418.694000', '133418.697000', '133418.700000', '133418.702000', '133418.705000', '133418.707000', '133418.710000', '133418.712000', '133418.715000', '133418.718000', '133418.720000', '133418.723000', '133418.725000', '133418.728000', '133418.730000', '133438.613000', '133438.616000', '133438.619000', '133438.622000', '133438.624000', '133438.627000', '133438.629000', '133438.632000', '133438.635000', '133438.637000', '133438.640000', '133438.642000', '133438.645000', '133438.648000', '133438.650000', '133438.653000', '133438.655000', '133438.658000', '133438.661000', '133438.663000', '133438.666000', '133438.668000', '133438.671000', '133438.674000', '133438.676000', '133438.679000', '133438.681000', '133438.684000', '133438.686000', '133438.689000', '133438.692000', '133438.694000', '133438.697000', '133438.699000', '133438.702000', '133438.704000', '133438.707000', '133438.709000', '133438.712000', '133438.715000', '133438.717000', '133438.720000', '133438.722000', '133458.614000', '133458.616000', '133458.619000', '133458.622000', '133458.624000', '133458.627000', '133458.629000', '133458.632000', '133458.634000', '133458.637000', '133458.640000', '133458.642000', '133458.645000', '133458.647000', '133458.650000', '133458.652000', '133458.655000', '133458.658000', '133458.660000', '133458.663000', '133458.665000', '133458.668000', '133458.670000', '133458.673000', '133458.675000', '133458.687000', '133458.690000', '133458.692000', '133458.699000', '133458.701000', '133458.704000', '133458.706000', '133458.709000', '133458.711000', '133458.714000', '133458.716000', '133458.719000', '133458.722000', '133458.724000', '133458.727000', '133458.729000', '133458.732000', '133458.734000', '133458.737000', '133518.614000', '133518.617000', '133518.619000', '133518.622000', '133518.624000', '133518.627000', '133518.630000', '133518.632000', '133518.635000', '133518.637000', '133518.640000', '133518.643000', '133518.645000', '133518.648000', '133518.650000', '133518.653000', '133518.655000', '133518.658000', '133518.661000', '133518.663000', '133518.666000', '133518.668000', '133518.671000', '133518.674000', '133518.676000', '133518.679000', '133518.681000', '133518.684000', '133518.686000', '133518.689000', '133518.692000', '133518.694000', '133518.697000', '133518.699000', '133518.702000', '133518.704000', '133518.707000', '133518.710000', '133518.712000', '133518.715000', '133518.717000', '133518.720000', '133518.723000', '133538.614000', '133538.617000', '133538.619000', '133538.622000', '133538.624000', '133538.627000', '133538.630000', '133538.632000', '133538.635000', '133538.637000', '133538.640000', '133538.643000', '133538.645000', '133538.648000', '133538.650000', '133538.653000', '133538.656000', '133538.658000', '133538.661000', '133538.672000', '133538.675000', '133538.677000', '133538.680000', '133538.683000', '133538.685000', '133538.688000', '133538.690000', '133538.693000', '133538.696000', '133538.698000', '133538.701000', '133538.703000', '133538.706000', '133538.708000', '133538.711000', '133538.714000', '133538.716000', '133538.719000', '133538.722000', '133538.724000', '133538.727000', '133538.729000', '133538.732000', '133538.734000', '133558.615000', '133558.618000', '133558.620000', '133558.623000', '133558.625000', '133558.628000', '133558.631000', '133558.633000', '133558.636000', '133558.638000', '133558.641000', '133558.644000', '133558.646000', '133558.649000', '133558.651000', '133558.654000', '133558.656000', '133558.659000', '133558.662000', '133558.664000', '133558.667000', '133558.669000', '133558.672000', '133558.674000', '133558.677000', '133558.680000', '133558.682000', '133558.685000', '133558.688000', '133558.691000', '133558.694000', '133558.697000', '133558.700000', '133558.702000', '133558.705000', '133558.708000', '133558.710000', '133558.713000', '133558.716000', '133558.718000', '133558.721000', '133558.724000', '133558.727000', '133618.615000', '133618.621000', '133618.624000', '133618.626000', '133618.629000', '133618.632000', '133618.634000', '133618.637000', '133618.639000', '133618.642000', '133618.645000', '133618.647000', '133618.650000', '133618.652000', '133618.655000', '133618.657000', '133618.660000', '133618.663000', '133618.665000', '133618.668000', '133618.671000', '133618.673000', '133618.676000', '133618.679000', '133618.681000', '133618.684000', '133618.686000', '133618.689000', '133618.692000', '133618.694000', '133618.697000', '133618.699000', '133618.702000', '133618.705000', '133618.707000', '133618.710000', '133618.712000', '133618.715000', '133618.718000', '133618.720000', '133618.723000', '133618.725000', '133618.728000', '133618.730000', '133638.615000', '133638.618000', '133638.620000', '133638.623000', '133638.626000', '133638.628000', '133638.640000', '133638.643000', '133638.645000', '133638.648000', '133638.650000', '133638.653000', '133638.656000', '133638.658000', '133638.661000', '133638.663000', '133638.666000', '133638.669000', '133638.671000', '133638.674000', '133638.677000', '133638.679000', '133638.682000', '133638.684000', '133638.687000', '133638.690000', '133638.692000', '133638.695000', '133638.697000', '133638.700000', '133638.703000', '133638.706000', '133638.708000', '133638.711000', '133638.714000', '133638.716000', '133638.719000', '133638.721000', '133638.724000', '133638.726000', '133638.729000', '133638.732000', '133638.734000', '133658.613000', '133658.616000', '133658.619000', '133658.622000', '133658.624000', '133658.627000', '133658.630000', '133658.632000', '133658.635000', '133658.637000', '133658.640000', '133658.642000', '133658.645000', '133658.648000', '133658.650000', '133658.653000', '133658.655000', '133658.658000', '133658.660000', '133658.663000', '133658.666000', '133658.668000', '133658.671000', '133658.674000', '133658.676000', '133658.679000', '133658.681000', '133658.684000', '133658.686000', '133658.689000', '133658.691000', '133658.694000', '133658.697000', '133658.699000', '133658.702000', '133658.704000', '133658.707000', '133658.710000', '133658.712000', '133658.715000', '133658.717000', '133658.720000', '133658.722000', '133658.725000', '133718.614000', '133718.617000', '133718.619000', '133718.622000', '133718.624000', '133718.627000', '133718.630000', '133718.632000', '133718.635000', '133718.637000', '133718.640000', '133718.643000', '133718.645000', '133718.648000', '133718.650000', '133718.653000', '133718.655000', '133718.658000', '133718.661000', '133718.672000', '133718.675000', '133718.677000', '133718.680000', '133718.682000', '133718.685000', '133718.688000', '133718.691000', '133718.694000', '133718.697000', '133718.699000', '133718.702000', '133718.705000', '133718.707000', '133718.710000', '133718.712000', '133718.715000', '133718.718000', '133718.720000', '133718.723000', '133718.725000', '133718.728000', '133718.730000', '133718.733000', '133738.614000', '133738.616000', '133738.619000', '133738.622000', '133738.624000', '133738.627000', '133738.630000', '133738.632000', '133738.635000', '133738.637000', '133738.640000', '133738.643000', '133738.645000', '133738.648000', '133738.650000', '133738.653000', '133738.656000', '133738.658000', '133738.667000', '133738.670000', '133738.672000', '133738.675000', '133738.678000', '133738.680000', '133738.683000', '133738.685000', '133738.688000', '133738.690000', '133738.693000', '133738.696000', '133738.698000', '133738.701000', '133738.704000', '133738.706000', '133738.709000', '133738.711000', '133738.714000', '133738.716000', '133738.719000', '133738.722000', '133738.724000', '133738.727000', '133738.729000', '133738.732000', '133758.614000', '133758.616000', '133758.619000', '133758.622000', '133758.624000', '133758.627000', '133758.629000', '133758.632000', '133758.635000', '133758.637000', '133758.640000', '133758.642000', '133758.645000', '133758.648000', '133758.650000', '133758.653000', '133758.655000', '133758.658000', '133758.661000', '133758.663000', '133758.666000', '133758.668000', '133758.671000', '133758.674000', '133758.676000', '133758.679000', '133758.681000', '133758.684000', '133758.686000', '133758.689000', '133758.692000', '133758.706000', '133758.709000', '133758.712000', '133758.714000', '133758.717000', '133758.719000', '133758.722000', '133758.724000', '133758.727000', '133758.730000', '133758.732000', '133758.735000', '133818.615000', '133818.617000', '133818.620000', '133818.623000', '133818.625000', '133818.628000', '133818.631000', '133818.633000', '133818.636000', '133818.638000', '133818.641000', '133818.644000', '133818.646000', '133818.649000', '133818.651000', '133818.654000', '133818.657000', '133818.659000', '133818.662000', '133818.664000', '133818.667000', '133818.670000', '133818.672000', '133818.675000', '133818.677000', '133818.680000', '133818.682000', '133818.685000', '133818.688000', '133818.690000', '133818.693000', '133818.695000', '133818.698000', '133818.701000', '133818.703000', '133818.706000', '133818.708000', '133818.711000', '133818.713000', '133818.716000', '133818.719000', '133818.721000', '133818.724000', '133818.726000', '133838.615000', '133838.618000', '133838.620000', '133838.623000', '133838.625000', '133838.628000', '133838.631000', '133838.633000', '133838.636000', '133838.639000', '133838.641000', '133838.644000', '133838.646000', '133838.649000', '133838.652000', '133838.654000', '133838.657000', '133838.659000', '133838.662000', '133838.665000', '133838.667000', '133838.670000', '133838.672000', '133838.675000', '133838.678000', '133838.680000', '133838.683000', '133838.685000', '133838.688000', '133838.691000', '133838.693000', '133838.696000', '133838.698000', '133838.701000', '133838.704000', '133838.706000', '133838.709000', '133838.711000', '133838.714000', '133838.716000', '133838.719000', '133838.722000', '133838.724000', '133858.615000', '133858.618000', '133858.620000', '133858.623000', '133858.626000', '133858.628000', '133858.631000', '133858.633000', '133858.636000', '133858.639000', '133858.641000', '133858.644000', '133858.646000', '133858.649000', '133858.652000', '133858.654000', '133858.657000', '133858.659000', '133858.664000', '133858.667000', '133858.670000', '133858.672000', '133858.675000', '133858.677000', '133858.680000', '133858.682000', '133858.685000', '133858.688000', '133858.690000', '133858.693000', '133858.696000', '133858.698000', '133858.701000', '133858.703000', '133858.706000', '133858.709000', '133858.711000', '133858.714000', '133858.716000', '133858.719000', '133858.722000', '133858.724000', '133858.727000', '133858.729000', '133918.614000', '133918.617000', '133918.619000', '133918.622000', '133918.624000', '133918.627000', '133918.629000', '133918.632000', '133918.635000', '133918.637000', '133918.640000', '133918.642000', '133918.645000', '133918.648000', '133918.650000', '133918.653000', '133918.656000', '133918.658000', '133918.661000', '133918.663000', '133918.666000', '133918.668000', '133918.671000', '133918.674000', '133918.676000', '133918.679000', '133918.681000', '133918.684000', '133918.687000', '133918.689000', '133918.692000', '133918.694000', '133918.697000', '133918.699000', '133918.702000', '133918.704000', '133918.707000', '133918.710000', '133918.712000', '133918.715000', '133918.717000', '133918.760000', '133918.763000', '133938.613000', '133938.616000', '133938.619000', '133938.622000', '133938.624000', '133938.627000', '133938.629000', '133938.632000', '133938.635000', '133938.637000', '133938.640000', '133938.642000', '133938.645000', '133938.648000', '133938.650000', '133938.653000', '133938.655000', '133938.658000', '133938.660000', '133938.663000', '133938.666000', '133938.668000', '133938.671000', '133938.673000', '133938.676000', '133938.679000', '133938.681000', '133938.684000', '133938.686000', '133938.689000', '133938.692000', '133938.694000', '133938.697000', '133938.699000', '133938.702000', '133938.704000', '133938.707000', '133938.710000', '133938.712000', '133938.715000', '133938.717000', '133938.720000', '133938.723000', '133938.725000', '133958.614000', '133958.617000', '133958.619000', '133958.622000', '133958.624000', '133958.627000', '133958.630000', '133958.632000', '133958.635000', '133958.637000', '133958.640000', '133958.642000', '133958.645000', '133958.648000', '133958.650000', '133958.653000', '133958.655000', '133958.658000', '133958.660000', '133958.663000', '133958.666000', '133958.668000', '133958.671000', '133958.673000', '133958.676000', '133958.679000', '133958.681000', '133958.684000', '133958.686000', '133958.689000', '133958.692000', '133958.694000', '133958.697000', '133958.699000', '133958.702000', '133958.704000', '133958.707000', '133958.710000', '133958.712000', '133958.715000', '133958.717000', '133958.720000', '133958.723000', '134018.614000', '134018.616000', '134018.619000', '134018.622000', '134018.624000', '134018.627000', '134018.629000', '134018.632000', '134018.635000', '134018.637000', '134018.640000', '134018.642000', '134018.647000', '134018.649000', '134018.652000', '134018.655000', '134018.657000', '134018.660000', '134018.662000', '134018.665000', '134018.667000', '134018.670000', '134018.673000', '134018.675000', '134018.678000', '134018.680000', '134018.683000', '134018.686000', '134018.688000', '134018.691000', '134018.693000', '134018.696000', '134018.699000', '134018.701000', '134018.704000', '134018.706000', '134018.709000', '134018.712000', '134018.714000', '134018.717000', '134018.719000', '134018.722000', '134018.725000', '134018.727000', '134037.911000', '134037.913000', '134037.916000', '134037.919000', '134037.921000', '134037.924000', '134037.926000', '134037.929000', '134037.931000', '134037.934000', '134037.937000', '134037.939000', '134037.942000', '134037.945000', '134037.947000', '134037.950000', '134037.952000', '134037.955000', '134037.958000', '134037.960000', '134037.963000', '134037.965000', '134037.968000', '134037.971000', '134037.973000', '134037.976000', '134037.978000', '134037.981000', '134037.984000', '134037.986000', '134037.989000', '134037.991000', '134037.994000', '134037.996000', '134038.000000', '134038.003000', '134038.005000', '134038.008000', '134038.010000', '134038.013000', '134038.016000', '134038.018000'], 'InstanceCreationTime': ['133358.649000', '133358.653000', '133358.655000', '133358.658000', '133358.661000', '133358.663000', '133358.666000', '133358.669000', '133358.678000', '133358.680000', '133358.683000', '133358.685000', '133358.689000', '133358.691000', '133358.694000', '133358.697000', '133358.699000', '133358.702000', '133358.704000', '133358.707000', '133358.709000', '133358.712000', '133358.715000', '133358.717000', '133358.720000', '133358.723000', '133358.725000', '133358.728000', '133358.731000', '133358.733000', '133358.736000', '133358.739000', '133358.741000', '133358.744000', '133358.747000', '133358.749000', '133358.753000', '133358.756000', '133358.759000', '133358.762000', '133358.765000', '133358.767000', '133358.770000', '133358.773000', '133358.775000', '133358.778000', '133358.780000', '133358.783000', '133358.786000', '133358.788000', '133358.791000', '133358.793000', '133358.796000', '133358.799000', '133358.801000', '133358.804000', '133358.807000', '133418.615000', '133418.618000', '133418.620000', '133418.623000', '133418.630000', '133418.633000', '133418.635000', '133418.638000', '133418.640000', '133418.643000', '133418.645000', '133418.648000', '133418.651000', '133418.653000', '133418.656000', '133418.659000', '133418.661000', '133418.664000', '133418.666000', '133418.669000', '133418.671000', '133418.674000', '133418.676000', '133418.679000', '133418.681000', '133418.684000', '133418.687000', '133418.689000', '133418.692000', '133418.694000', '133418.697000', '133418.700000', '133418.702000', '133418.705000', '133418.707000', '133418.710000', '133418.712000', '133418.715000', '133418.718000', '133418.720000', '133418.723000', '133418.725000', '133418.728000', '133418.730000', '133438.613000', '133438.616000', '133438.619000', '133438.622000', '133438.624000', '133438.627000', '133438.629000', '133438.632000', '133438.635000', '133438.637000', '133438.640000', '133438.642000', '133438.645000', '133438.648000', '133438.650000', '133438.653000', '133438.655000', '133438.658000', '133438.661000', '133438.663000', '133438.666000', '133438.668000', '133438.671000', '133438.674000', '133438.676000', '133438.679000', '133438.681000', '133438.684000', '133438.686000', '133438.689000', '133438.692000', '133438.694000', '133438.697000', '133438.699000', '133438.702000', '133438.704000', '133438.707000', '133438.709000', '133438.712000', '133438.715000', '133438.717000', '133438.720000', '133438.722000', '133458.614000', '133458.616000', '133458.619000', '133458.622000', '133458.624000', '133458.627000', '133458.629000', '133458.632000', '133458.634000', '133458.637000', '133458.640000', '133458.642000', '133458.645000', '133458.647000', '133458.650000', '133458.652000', '133458.655000', '133458.658000', '133458.660000', '133458.663000', '133458.665000', '133458.668000', '133458.670000', '133458.673000', '133458.675000', '133458.687000', '133458.690000', '133458.692000', '133458.699000', '133458.701000', '133458.704000', '133458.706000', '133458.709000', '133458.711000', '133458.714000', '133458.716000', '133458.719000', '133458.722000', '133458.724000', '133458.727000', '133458.729000', '133458.732000', '133458.734000', '133458.737000', '133518.614000', '133518.617000', '133518.619000', '133518.622000', '133518.624000', '133518.627000', '133518.630000', '133518.632000', '133518.635000', '133518.637000', '133518.640000', '133518.643000', '133518.645000', '133518.648000', '133518.650000', '133518.653000', '133518.655000', '133518.658000', '133518.661000', '133518.663000', '133518.666000', '133518.668000', '133518.671000', '133518.674000', '133518.676000', '133518.679000', '133518.681000', '133518.684000', '133518.686000', '133518.689000', '133518.692000', '133518.694000', '133518.697000', '133518.699000', '133518.702000', '133518.704000', '133518.707000', '133518.710000', '133518.712000', '133518.715000', '133518.717000', '133518.720000', '133518.723000', '133538.614000', '133538.617000', '133538.619000', '133538.622000', '133538.624000', '133538.627000', '133538.630000', '133538.632000', '133538.635000', '133538.637000', '133538.640000', '133538.643000', '133538.645000', '133538.648000', '133538.650000', '133538.653000', '133538.656000', '133538.658000', '133538.661000', '133538.672000', '133538.675000', '133538.677000', '133538.680000', '133538.683000', '133538.685000', '133538.688000', '133538.690000', '133538.693000', '133538.696000', '133538.698000', '133538.701000', '133538.703000', '133538.706000', '133538.708000', '133538.711000', '133538.714000', '133538.716000', '133538.719000', '133538.722000', '133538.724000', '133538.727000', '133538.729000', '133538.732000', '133538.734000', '133558.615000', '133558.618000', '133558.620000', '133558.623000', '133558.625000', '133558.628000', '133558.631000', '133558.633000', '133558.636000', '133558.638000', '133558.641000', '133558.644000', '133558.646000', '133558.649000', '133558.651000', '133558.654000', '133558.656000', '133558.659000', '133558.662000', '133558.664000', '133558.667000', '133558.669000', '133558.672000', '133558.674000', '133558.677000', '133558.680000', '133558.682000', '133558.685000', '133558.688000', '133558.691000', '133558.694000', '133558.697000', '133558.700000', '133558.702000', '133558.705000', '133558.708000', '133558.710000', '133558.713000', '133558.716000', '133558.718000', '133558.721000', '133558.724000', '133558.727000', '133618.615000', '133618.621000', '133618.624000', '133618.626000', '133618.629000', '133618.632000', '133618.634000', '133618.637000', '133618.639000', '133618.642000', '133618.645000', '133618.647000', '133618.650000', '133618.652000', '133618.655000', '133618.657000', '133618.660000', '133618.663000', '133618.665000', '133618.668000', '133618.671000', '133618.673000', '133618.676000', '133618.679000', '133618.681000', '133618.684000', '133618.686000', '133618.689000', '133618.692000', '133618.694000', '133618.697000', '133618.699000', '133618.702000', '133618.705000', '133618.707000', '133618.710000', '133618.712000', '133618.715000', '133618.718000', '133618.720000', '133618.723000', '133618.725000', '133618.728000', '133618.730000', '133638.615000', '133638.618000', '133638.620000', '133638.623000', '133638.626000', '133638.628000', '133638.640000', '133638.643000', '133638.645000', '133638.648000', '133638.650000', '133638.653000', '133638.656000', '133638.658000', '133638.661000', '133638.663000', '133638.666000', '133638.669000', '133638.671000', '133638.674000', '133638.677000', '133638.679000', '133638.682000', '133638.684000', '133638.687000', '133638.690000', '133638.692000', '133638.695000', '133638.697000', '133638.700000', '133638.703000', '133638.706000', '133638.708000', '133638.711000', '133638.714000', '133638.716000', '133638.719000', '133638.721000', '133638.724000', '133638.726000', '133638.729000', '133638.732000', '133638.734000', '133658.613000', '133658.616000', '133658.619000', '133658.622000', '133658.624000', '133658.627000', '133658.630000', '133658.632000', '133658.635000', '133658.637000', '133658.640000', '133658.642000', '133658.645000', '133658.648000', '133658.650000', '133658.653000', '133658.655000', '133658.658000', '133658.660000', '133658.663000', '133658.666000', '133658.668000', '133658.671000', '133658.674000', '133658.676000', '133658.679000', '133658.681000', '133658.684000', '133658.686000', '133658.689000', '133658.691000', '133658.694000', '133658.697000', '133658.699000', '133658.702000', '133658.704000', '133658.707000', '133658.710000', '133658.712000', '133658.715000', '133658.717000', '133658.720000', '133658.722000', '133658.725000', '133718.614000', '133718.617000', '133718.619000', '133718.622000', '133718.624000', '133718.627000', '133718.630000', '133718.632000', '133718.635000', '133718.637000', '133718.640000', '133718.643000', '133718.645000', '133718.648000', '133718.650000', '133718.653000', '133718.655000', '133718.658000', '133718.661000', '133718.672000', '133718.675000', '133718.677000', '133718.680000', '133718.682000', '133718.685000', '133718.688000', '133718.691000', '133718.694000', '133718.697000', '133718.699000', '133718.702000', '133718.705000', '133718.707000', '133718.710000', '133718.712000', '133718.715000', '133718.718000', '133718.720000', '133718.723000', '133718.725000', '133718.728000', '133718.730000', '133718.733000', '133738.614000', '133738.616000', '133738.619000', '133738.622000', '133738.624000', '133738.627000', '133738.630000', '133738.632000', '133738.635000', '133738.637000', '133738.640000', '133738.643000', '133738.645000', '133738.648000', '133738.650000', '133738.653000', '133738.656000', '133738.658000', '133738.667000', '133738.670000', '133738.672000', '133738.675000', '133738.678000', '133738.680000', '133738.683000', '133738.685000', '133738.688000', '133738.690000', '133738.693000', '133738.696000', '133738.698000', '133738.701000', '133738.704000', '133738.706000', '133738.709000', '133738.711000', '133738.714000', '133738.716000', '133738.719000', '133738.722000', '133738.724000', '133738.727000', '133738.729000', '133738.732000', '133758.614000', '133758.616000', '133758.619000', '133758.622000', '133758.624000', '133758.627000', '133758.629000', '133758.632000', '133758.635000', '133758.637000', '133758.640000', '133758.642000', '133758.645000', '133758.648000', '133758.650000', '133758.653000', '133758.655000', '133758.658000', '133758.661000', '133758.663000', '133758.666000', '133758.668000', '133758.671000', '133758.674000', '133758.676000', '133758.679000', '133758.681000', '133758.684000', '133758.686000', '133758.689000', '133758.692000', '133758.706000', '133758.709000', '133758.712000', '133758.714000', '133758.717000', '133758.719000', '133758.722000', '133758.724000', '133758.727000', '133758.730000', '133758.732000', '133758.735000', '133818.615000', '133818.617000', '133818.620000', '133818.623000', '133818.625000', '133818.628000', '133818.631000', '133818.633000', '133818.636000', '133818.638000', '133818.641000', '133818.644000', '133818.646000', '133818.649000', '133818.651000', '133818.654000', '133818.657000', '133818.659000', '133818.662000', '133818.664000', '133818.667000', '133818.670000', '133818.672000', '133818.675000', '133818.677000', '133818.680000', '133818.682000', '133818.685000', '133818.688000', '133818.690000', '133818.693000', '133818.695000', '133818.698000', '133818.701000', '133818.703000', '133818.706000', '133818.708000', '133818.711000', '133818.713000', '133818.716000', '133818.719000', '133818.721000', '133818.724000', '133818.726000', '133838.615000', '133838.618000', '133838.620000', '133838.623000', '133838.625000', '133838.628000', '133838.631000', '133838.633000', '133838.636000', '133838.639000', '133838.641000', '133838.644000', '133838.646000', '133838.649000', '133838.652000', '133838.654000', '133838.657000', '133838.659000', '133838.662000', '133838.665000', '133838.667000', '133838.670000', '133838.672000', '133838.675000', '133838.678000', '133838.680000', '133838.683000', '133838.685000', '133838.688000', '133838.691000', '133838.693000', '133838.696000', '133838.698000', '133838.701000', '133838.704000', '133838.706000', '133838.709000', '133838.711000', '133838.714000', '133838.716000', '133838.719000', '133838.722000', '133838.724000', '133858.615000', '133858.618000', '133858.620000', '133858.623000', '133858.626000', '133858.628000', '133858.631000', '133858.633000', '133858.636000', '133858.639000', '133858.641000', '133858.644000', '133858.646000', '133858.649000', '133858.652000', '133858.654000', '133858.657000', '133858.659000', '133858.664000', '133858.667000', '133858.670000', '133858.672000', '133858.675000', '133858.677000', '133858.680000', '133858.682000', '133858.685000', '133858.688000', '133858.690000', '133858.693000', '133858.696000', '133858.698000', '133858.701000', '133858.703000', '133858.706000', '133858.709000', '133858.711000', '133858.714000', '133858.716000', '133858.719000', '133858.722000', '133858.724000', '133858.727000', '133858.729000', '133918.614000', '133918.617000', '133918.619000', '133918.622000', '133918.624000', '133918.627000', '133918.629000', '133918.632000', '133918.635000', '133918.637000', '133918.640000', '133918.642000', '133918.645000', '133918.648000', '133918.650000', '133918.653000', '133918.656000', '133918.658000', '133918.661000', '133918.663000', '133918.666000', '133918.668000', '133918.671000', '133918.674000', '133918.676000', '133918.679000', '133918.681000', '133918.684000', '133918.687000', '133918.689000', '133918.692000', '133918.694000', '133918.697000', '133918.699000', '133918.702000', '133918.704000', '133918.707000', '133918.710000', '133918.712000', '133918.715000', '133918.717000', '133918.760000', '133918.763000', '133938.613000', '133938.616000', '133938.619000', '133938.622000', '133938.624000', '133938.627000', '133938.629000', '133938.632000', '133938.635000', '133938.637000', '133938.640000', '133938.642000', '133938.645000', '133938.648000', '133938.650000', '133938.653000', '133938.655000', '133938.658000', '133938.660000', '133938.663000', '133938.666000', '133938.668000', '133938.671000', '133938.673000', '133938.676000', '133938.679000', '133938.681000', '133938.684000', '133938.686000', '133938.689000', '133938.692000', '133938.694000', '133938.697000', '133938.699000', '133938.702000', '133938.704000', '133938.707000', '133938.710000', '133938.712000', '133938.715000', '133938.717000', '133938.720000', '133938.723000', '133938.725000', '133958.614000', '133958.617000', '133958.619000', '133958.622000', '133958.624000', '133958.627000', '133958.630000', '133958.632000', '133958.635000', '133958.637000', '133958.640000', '133958.642000', '133958.645000', '133958.648000', '133958.650000', '133958.653000', '133958.655000', '133958.658000', '133958.660000', '133958.663000', '133958.666000', '133958.668000', '133958.671000', '133958.673000', '133958.676000', '133958.679000', '133958.681000', '133958.684000', '133958.686000', '133958.689000', '133958.692000', '133958.694000', '133958.697000', '133958.699000', '133958.702000', '133958.704000', '133958.707000', '133958.710000', '133958.712000', '133958.715000', '133958.717000', '133958.720000', '133958.723000', '134018.614000', '134018.616000', '134018.619000', '134018.622000', '134018.624000', '134018.627000', '134018.629000', '134018.632000', '134018.635000', '134018.637000', '134018.640000', '134018.642000', '134018.647000', '134018.649000', '134018.652000', '134018.655000', '134018.657000', '134018.660000', '134018.662000', '134018.665000', '134018.667000', '134018.670000', '134018.673000', '134018.675000', '134018.678000', '134018.680000', '134018.683000', '134018.686000', '134018.688000', '134018.691000', '134018.693000', '134018.696000', '134018.699000', '134018.701000', '134018.704000', '134018.706000', '134018.709000', '134018.712000', '134018.714000', '134018.717000', '134018.719000', '134018.722000', '134018.725000', '134018.727000', '134037.911000', '134037.913000', '134037.916000', '134037.919000', '134037.921000', '134037.924000', '134037.926000', '134037.929000', '134037.931000', '134037.934000', '134037.937000', '134037.939000', '134037.942000', '134037.945000', '134037.947000', '134037.950000', '134037.952000', '134037.955000', '134037.958000', '134037.960000', '134037.963000', '134037.965000', '134037.968000', '134037.971000', '134037.973000', '134037.976000', '134037.978000', '134037.981000', '134037.984000', '134037.986000', '134037.989000', '134037.991000', '134037.994000', '134037.996000', '134038.000000', '134038.003000', '134038.005000', '134038.008000', '134038.010000', '134038.013000', '134038.016000', '134038.018000'], '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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [11376, 8602, 10231, 9744, 6773, 9997, 8307, 8560, 8603, 12231, 8748, 6417, 9430, 7358, 9476, 7870, 8832, 8498, 7980, 7406, 7605, 7674, 8031, 7551, 7536, 7808, 7330, 7454, 7508, 7597, 8381, 7519, 8203, 7937, 8573, 8625, 8959, 8606, 8486, 8629, 9086, 8575, 8432, 9381, 7157, 9086, 6957, 8389, 7508, 7724, 7127, 8010, 7327, 8128, 8177, 10370, 7746, 12173, 8083, 9266, 8826, 11385, 8841, 13484, 8677, 10306, 9143, 8077, 9059, 7429, 8894, 7852, 7109, 7103, 8200, 8011, 8185, 8708, 10657, 8506, 11635, 8742, 10036, 8697, 11948, 8391, 9515, 8674, 8676, 8615, 9835, 9000, 10154, 9124, 7329, 9537, 6966, 7605, 6963, 6869, 7644, 7282, 9608, 8927, 9986, 7194, 6685, 9271, 11094, 7765, 8065, 7110, 9255, 10917, 9453, 13789, 12308, 10915, 9426, 7418, 8082, 9300, 11768, 8160, 12600, 9326, 6331, 9262, 7242, 7859, 8635, 8354, 7720, 7524, 7677, 8030, 8538, 9176, 9099, 10598, 8957, 9340, 9428, 7348, 7059, 8959, 9768, 8015, 7397, 8262, 7689, 8775, 10050, 8564, 9943, 8926, 6671, 9682, 7839, 6590, 8598, 7688, 8648, 11802, 8683, 8691, 9266, 7101, 9691, 7742, 9123, 9846, 11779, 9013, 12270, 8605, 7479, 9025, 9430, 9053, 8892, 9581, 7545, 8300, 8998, 7788, 8436, 9523, 8947, 7606, 6264, 7926, 6492, 8107, 7665, 9043, 9101, 9217, 10112, 9094, 11457, 9633, 12100, 9540, 13125, 9595, 11267, 9649, 9211, 9548, 9323, 9886, 7990, 6598, 7450, 7064, 8163, 9941, 9101, 8718, 9523, 7094, 9586, 8437, 9336, 9490, 10240, 9173, 10044, 8608, 9857, 9081, 8481, 8979, 9817, 8655, 9319, 8673, 9808, 7499, 6784, 7208, 9147, 7097, 6694, 6585, 7024, 6263, 7661, 6542, 8004, 6453, 8477, 7278, 8431, 8022, 8112, 8167, 8216, 8797, 8431, 9160, 10213, 8534, 7176, 9227, 6606, 9360, 7096, 9428, 13877, 10626, 13982, 9189, 11519, 9293, 10194, 9320, 10661, 8372, 8935, 7554, 6666, 7517, 9256, 7117, 8909, 7187, 8996, 8480, 9084, 6824, 8744, 6756, 8730, 5917, 8678, 6258, 8749, 6664, 9315, 7402, 8016, 6870, 7441, 7595, 8147, 8619, 9893, 9091, 13239, 10689, 13361, 8543, 10350, 8853, 9953, 9267, 12946, 9173, 12547, 8616, 10342, 8661, 9617, 8749, 8829, 7679, 8019, 7738, 8074, 8098, 7836, 8307, 7981, 8456, 8839, 8749, 7041, 6161, 6222, 6486, 6980, 7838, 7962, 9077, 8286, 11544, 8816, 10497, 9192, 11652, 9520, 13741, 10420, 8667, 7068, 7098, 6694, 9178, 10227, 9921, 7977, 6517, 9031, 9511, 9574, 13388, 9678, 12867, 9316, 10728, 9955, 12262, 9427, 9051, 6836, 8411, 7804, 9081, 10313, 9175, 9791, 9586, 7337, 7343, 9107, 7226, 8809, 7077, 9011, 8544, 9115, 12770, 9403, 7637, 9574, 7358, 10002, 8739, 7863, 8768, 7575, 8590, 7942, 9121, 8892, 9399, 8042, 8352, 7179, 8556, 8491, 8236, 7748, 8158, 7826, 8682, 8303, 8846, 8441, 8663, 7988, 9345, 11209, 8940, 7595, 9568, 8504, 9767, 7478, 9746, 7003, 9872, 7426, 9639, 7910, 8579, 7864, 7023, 8011, 9476, 8152, 8700, 9156, 9030, 9282, 11484, 9175, 10368, 9113, 8476, 9470, 10451, 9685, 13729, 9574, 11891, 9535, 10600, 9152, 8586, 9439, 8230, 9134, 7356, 9513, 6572, 9526, 7529, 9416, 7390, 9745, 7405, 9740, 7889, 7520, 7774, 7936, 7426, 7253, 7920, 8328, 7934, 8992, 7750, 8172, 7927, 8669, 7756, 9179, 7276, 9364, 7181, 9418, 9646, 9293, 7286, 8887, 8693, 8858, 9063, 9072, 5813, 8419, 5598, 8677, 6244, 8358, 5638, 8101, 5750, 9258, 7024, 9429, 8064, 8951, 10960, 9459, 10014, 9329, 9141, 9097, 13052, 9230, 11789, 9490, 9837, 9516, 6888, 6617, 7250, 8180, 6997, 7840, 7062, 8302, 8271, 9050, 8956, 10667, 8831, 9896, 9547, 9533, 10078, 8595, 9448, 13098, 9605, 12499, 9683, 9729, 9160, 7773, 9296, 10531, 9104, 7504, 9051, 6252, 9193, 7565, 8068, 7419, 7415, 7154, 7954, 8367, 10000, 8395, 8879, 8749, 8660, 9418, 10936, 10253, 12122, 9043, 8405, 6723, 8953, 8423, 9614, 9518, 9434, 12052, 9216, 11507, 9420, 11983, 9443, 12019, 9722, 12065, 9598, 9344, 9831, 6703, 9026, 6433, 9506, 6969, 7023, 7106, 7377, 7257, 8144, 7221, 8850, 8023, 8255, 8645, 8790, 9650, 7443, 9168, 7523, 6796, 7673, 9185, 7963, 8673, 8938, 10399, 9167, 11669, 8659, 10690, 8438, 8857, 8403, 10191, 7655, 7597, 7177, 6619, 6866, 7690, 6724, 7887, 6545, 7916, 7237, 8493, 8278, 9156, 8668, 8922, 9274, 10878, 8760, 7543, 8889, 7487, 9243, 11819, 9047, 12270, 8723, 9552, 9385, 7221, 9217, 7518, 6778, 6696, 7983, 8000, 9500, 8398, 6913, 9331, 7308, 9040, 8776, 8819, 8164, 7828, 8901, 11913, 10283, 10759, 8536, 7778, 8946, 8655, 8204, 9578, 7588, 8845, 9544, 8917, 7298, 8853, 5860, 8771, 6850, 9170, 6613, 6825, 5935, 7501, 6479, 8831, 6904, 8014, 7328, 8368, 7991, 9589, 9069, 8861, 8466, 8151, 8689, 7210, 6622, 8327, 7346, 9691, 8042, 6913, 9476, 9738, 9501, 11238, 10052, 13213, 10466, 12988, 11624, 9239, 9937, 9870, 8282, 9931, 11979, 9874, 12638, 10004, 10363, 9434, 9013, 6914, 8973, 8089, 9657, 11447, 10338, 7577, 6688, 9689, 8057, 10030, 9434, 10058, 12516, 9665, 11498, 9998, 8433, 10571, 9911, 10851, 10742, 11524, 9302, 7262, 9576, 10884, 10480, 8784, 6719, 9251, 7569, 9508, 8994, 9953, 12195, 10145, 11910, 11097, 10495, 11574, 9943, 7893, 9810, 9578, 10008, 10433, 10166, 13529, 9713, 11232, 9951, 8868, 6493, 9734, 10759, 9823, 7797, 6914, 9446, 7732, 9187, 10533, 8845, 9853, 6991, 9816, 8734, 10157, 8247, 10298, 7653, 7229, 9313, 7756, 8874, 8285, 9568, 11910, 9921, 7327, 9690, 9196, 7906, 8634, 8109, 8510, 7636, 9213, 9055, 9189, 10266, 9204, 7059, 10012, 8602, 9547, 8356, 9136, 8770, 7886, 8147, 7570, 7034, 7851, 7825, 9999, 8131, 11497, 8779, 8756, 9168, 7017, 6688, 7835, 9059, 8595, 11206, 9158, 13722, 11735, 8689, 7130, 8386, 7444, 9008, 9115, 9127, 13244, 10164, 13446, 9854, 7553, 6592, 8565, 8625, 9049, 11709, 9601, 6491, 7712, 9125, 8165, 9300, 11697, 6338, 9552, 10547, 10073, 8571, 6452, 9432, 8687, 10030, 12113, 10722, 13269, 10456, 8817, 6788, 9646, 9031, 9897, 12505, 8661, 9635, 10966, 9466, 7345, 9839, 8464, 9758, 9290, 7213, 9944, 10551, 10592, 9207, 7625, 10338, 10796, 6563], 'WindowCenter': [3565.0, 3527.0, 3523.0, 3510.0, 3476.0, 3519.0, 3497.0, 3497.0, 3497.0, 3518.0, 3496.0, 3474.0, 3507.0, 3484.0, 3507.0, 3496.0, 3509.0, 3508.0, 3497.0, 3498.0, 3497.0, 3497.0, 3496.0, 3485.0, 3486.0, 3483.0, 3484.0, 3486.0, 3483.0, 3498.0, 3497.0, 3498.0, 3497.0, 3498.0, 3507.0, 3509.0, 3520.0, 3511.0, 3510.0, 3510.0, 3510.0, 3523.0, 3511.0, 3523.0, 3501.0, 3521.0, 3487.0, 3509.0, 3499.0, 3512.0, 3501.0, 3510.0, 3500.0, 3511.0, 3512.0, 3534.0, 3501.0, 3543.0, 3499.0, 3520.0, 3521.0, 3532.0, 3512.0, 3541.0, 3509.0, 3520.0, 3521.0, 3509.0, 3510.0, 3498.0, 3509.0, 3510.0, 3499.0, 3499.0, 3509.0, 3498.0, 3509.0, 3522.0, 3532.0, 3509.0, 3530.0, 3497.0, 3519.0, 3508.0, 3530.0, 3495.0, 3505.0, 3506.0, 3495.0, 3508.0, 3506.0, 3507.0, 3518.0, 3519.0, 3499.0, 3520.0, 3498.0, 3499.0, 3500.0, 3500.0, 3512.0, 3500.0, 3533.0, 3521.0, 3533.0, 3500.0, 3501.0, 3523.0, 3546.0, 3512.0, 3511.0, 3499.0, 3523.0, 3533.0, 3535.0, 3558.0, 3544.0, 3530.0, 3508.0, 3486.0, 3497.0, 3508.0, 3530.0, 3497.0, 3529.0, 3507.0, 3486.0, 3519.0, 3495.0, 3497.0, 3508.0, 3508.0, 3497.0, 3498.0, 3497.0, 3496.0, 3507.0, 3507.0, 3510.0, 3517.0, 3507.0, 3506.0, 3506.0, 3486.0, 3487.0, 3508.0, 3508.0, 3497.0, 3485.0, 3496.0, 3484.0, 3496.0, 3519.0, 3497.0, 3507.0, 3507.0, 3485.0, 3507.0, 3485.0, 3474.0, 3507.0, 3498.0, 3509.0, 3533.0, 3510.0, 3508.0, 3509.0, 3485.0, 3507.0, 3485.0, 3507.0, 3507.0, 3532.0, 3508.0, 3528.0, 3495.0, 3483.0, 3495.0, 3505.0, 3508.0, 3495.0, 3505.0, 3483.0, 3497.0, 3506.0, 3498.0, 3497.0, 3508.0, 3508.0, 3497.0, 3487.0, 3509.0, 3489.0, 3510.0, 3498.0, 3510.0, 3510.0, 3522.0, 3521.0, 3509.0, 3518.0, 3509.0, 3517.0, 3506.0, 3516.0, 3493.0, 3515.0, 3505.0, 3493.0, 3505.0, 3494.0, 3504.0, 3483.0, 3474.0, 3485.0, 3485.0, 3497.0, 3518.0, 3521.0, 3510.0, 3522.0, 3499.0, 3521.0, 3510.0, 3520.0, 3520.0, 3521.0, 3508.0, 3507.0, 3495.0, 3507.0, 3506.0, 3497.0, 3495.0, 3506.0, 3494.0, 3506.0, 3495.0, 3504.0, 3483.0, 3471.0, 3482.0, 3506.0, 3485.0, 3485.0, 3475.0, 3485.0, 3475.0, 3497.0, 3488.0, 3509.0, 3489.0, 3510.0, 3500.0, 3510.0, 3511.0, 3510.0, 3511.0, 3510.0, 3523.0, 3512.0, 3524.0, 3535.0, 3525.0, 3501.0, 3522.0, 3489.0, 3521.0, 3488.0, 3522.0, 3544.0, 3533.0, 3543.0, 3508.0, 3518.0, 3507.0, 3517.0, 3507.0, 3516.0, 3494.0, 3494.0, 3483.0, 3473.0, 3481.0, 3494.0, 3472.0, 3495.0, 3472.0, 3494.0, 3493.0, 3506.0, 3484.0, 3508.0, 3486.0, 3508.0, 3476.0, 3509.0, 3487.0, 3521.0, 3500.0, 3523.0, 3514.0, 3514.0, 3502.0, 3512.0, 3512.0, 3511.0, 3523.0, 3534.0, 3524.0, 3557.0, 3535.0, 3544.0, 3511.0, 3520.0, 3521.0, 3521.0, 3521.0, 3544.0, 3509.0, 3530.0, 3507.0, 3518.0, 3508.0, 3507.0, 3496.0, 3495.0, 3496.0, 3495.0, 3497.0, 3496.0, 3497.0, 3496.0, 3509.0, 3498.0, 3510.0, 3520.0, 3523.0, 3500.0, 3490.0, 3490.0, 3501.0, 3513.0, 3512.0, 3512.0, 3524.0, 3524.0, 3544.0, 3522.0, 3532.0, 3522.0, 3532.0, 3522.0, 3555.0, 3532.0, 3508.0, 3486.0, 3487.0, 3487.0, 3521.0, 3532.0, 3521.0, 3510.0, 3489.0, 3509.0, 3519.0, 3520.0, 3544.0, 3509.0, 3529.0, 3507.0, 3518.0, 3519.0, 3530.0, 3508.0, 3507.0, 3486.0, 3508.0, 3497.0, 3509.0, 3518.0, 3508.0, 3519.0, 3521.0, 3499.0, 3500.0, 3510.0, 3499.0, 3508.0, 3485.0, 3496.0, 3496.0, 3509.0, 3531.0, 3509.0, 3497.0, 3519.0, 3485.0, 3519.0, 3508.0, 3498.0, 3496.0, 3485.0, 3496.0, 3496.0, 3507.0, 3508.0, 3506.0, 3494.0, 3495.0, 3483.0, 3495.0, 3497.0, 3495.0, 3484.0, 3496.0, 3484.0, 3508.0, 3497.0, 3509.0, 3497.0, 3508.0, 3498.0, 3521.0, 3531.0, 3512.0, 3498.0, 3521.0, 3509.0, 3522.0, 3498.0, 3520.0, 3487.0, 3522.0, 3499.0, 3522.0, 3498.0, 3509.0, 3498.0, 3488.0, 3499.0, 3521.0, 3499.0, 3509.0, 3521.0, 3510.0, 3521.0, 3533.0, 3522.0, 3520.0, 3511.0, 3509.0, 3521.0, 3532.0, 3521.0, 3541.0, 3508.0, 3530.0, 3519.0, 3519.0, 3508.0, 3496.0, 3507.0, 3496.0, 3508.0, 3486.0, 3507.0, 3485.0, 3519.0, 3498.0, 3519.0, 3498.0, 3519.0, 3497.0, 3520.0, 3498.0, 3499.0, 3498.0, 3498.0, 3498.0, 3498.0, 3510.0, 3510.0, 3510.0, 3509.0, 3499.0, 3509.0, 3509.0, 3509.0, 3500.0, 3521.0, 3498.0, 3509.0, 3486.0, 3508.0, 3508.0, 3507.0, 3485.0, 3509.0, 3496.0, 3508.0, 3507.0, 3509.0, 3475.0, 3509.0, 3466.0, 3521.0, 3489.0, 3512.0, 3490.0, 3512.0, 3479.0, 3524.0, 3502.0, 3536.0, 3512.0, 3522.0, 3532.0, 3523.0, 3521.0, 3523.0, 3521.0, 3522.0, 3541.0, 3520.0, 3531.0, 3522.0, 3520.0, 3519.0, 3486.0, 3487.0, 3499.0, 3511.0, 3501.0, 3510.0, 3500.0, 3509.0, 3512.0, 3522.0, 3525.0, 3533.0, 3522.0, 3521.0, 3522.0, 3521.0, 3522.0, 3509.0, 3520.0, 3539.0, 3508.0, 3529.0, 3508.0, 3506.0, 3506.0, 3485.0, 3508.0, 3518.0, 3508.0, 3485.0, 3508.0, 3475.0, 3520.0, 3499.0, 3511.0, 3498.0, 3498.0, 3499.0, 3510.0, 3511.0, 3533.0, 3511.0, 3509.0, 3510.0, 3510.0, 3521.0, 3532.0, 3532.0, 3543.0, 3510.0, 3510.0, 3488.0, 3521.0, 3509.0, 3522.0, 3520.0, 3522.0, 3543.0, 3520.0, 3530.0, 3520.0, 3530.0, 3509.0, 3529.0, 3507.0, 3528.0, 3507.0, 3505.0, 3508.0, 3473.0, 3495.0, 3474.0, 3507.0, 3485.0, 3485.0, 3485.0, 3485.0, 3498.0, 3498.0, 3498.0, 3511.0, 3508.0, 3508.0, 3522.0, 3521.0, 3534.0, 3500.0, 3522.0, 3511.0, 3501.0, 3512.0, 3536.0, 3512.0, 3511.0, 3523.0, 3533.0, 3523.0, 3545.0, 3511.0, 3520.0, 3498.0, 3509.0, 3509.0, 3522.0, 3497.0, 3485.0, 3485.0, 3474.0, 3486.0, 3498.0, 3488.0, 3497.0, 3487.0, 3498.0, 3500.0, 3510.0, 3523.0, 3521.0, 3522.0, 3521.0, 3523.0, 3533.0, 3525.0, 3500.0, 3522.0, 3499.0, 3522.0, 3533.0, 3523.0, 3531.0, 3510.0, 3519.0, 3521.0, 3499.0, 3523.0, 3499.0, 3488.0, 3500.0, 3511.0, 3512.0, 3535.0, 3525.0, 3502.0, 3523.0, 3501.0, 3522.0, 3523.0, 3522.0, 3510.0, 3499.0, 3522.0, 3544.0, 3521.0, 3521.0, 3496.0, 3497.0, 3507.0, 3508.0, 3495.0, 3506.0, 3484.0, 3495.0, 3507.0, 3507.0, 3485.0, 3506.0, 3463.0, 3507.0, 3486.0, 3520.0, 3487.0, 3488.0, 3489.0, 3511.0, 3491.0, 3523.0, 3501.0, 3510.0, 3512.0, 3512.0, 3513.0, 3523.0, 3523.0, 3522.0, 3512.0, 3511.0, 3525.0, 3500.0, 3501.0, 3523.0, 3513.0, 3535.0, 3525.0, 3516.0, 3536.0, 3536.0, 3535.0, 3546.0, 3536.0, 3558.0, 3536.0, 3557.0, 3546.0, 3523.0, 3522.0, 3521.0, 3509.0, 3520.0, 3530.0, 3520.0, 3542.0, 3521.0, 3521.0, 3509.0, 3508.0, 3487.0, 3507.0, 3497.0, 3507.0, 3519.0, 3518.0, 3495.0, 3486.0, 3507.0, 3496.0, 3518.0, 3510.0, 3519.0, 3529.0, 3507.0, 3516.0, 3506.0, 3495.0, 3519.0, 3507.0, 3519.0, 3520.0, 3518.0, 3507.0, 3484.0, 3507.0, 3518.0, 3518.0, 3508.0, 3487.0, 3509.0, 3498.0, 3519.0, 3508.0, 3520.0, 3530.0, 3520.0, 3531.0, 3531.0, 3518.0, 3518.0, 3506.0, 3482.0, 3493.0, 3492.0, 3492.0, 3504.0, 3505.0, 3528.0, 3506.0, 3514.0, 3505.0, 3493.0, 3460.0, 3506.0, 3517.0, 3518.0, 3497.0, 3486.0, 3519.0, 3498.0, 3508.0, 3530.0, 3507.0, 3519.0, 3485.0, 3506.0, 3495.0, 3506.0, 3494.0, 3518.0, 3484.0, 3485.0, 3494.0, 3482.0, 3495.0, 3494.0, 3507.0, 3528.0, 3507.0, 3484.0, 3508.0, 3508.0, 3498.0, 3508.0, 3496.0, 3508.0, 3497.0, 3509.0, 3509.0, 3510.0, 3519.0, 3520.0, 3500.0, 3521.0, 3511.0, 3520.0, 3509.0, 3521.0, 3510.0, 3510.0, 3499.0, 3500.0, 3489.0, 3510.0, 3511.0, 3521.0, 3512.0, 3533.0, 3511.0, 3510.0, 3522.0, 3500.0, 3500.0, 3512.0, 3523.0, 3523.0, 3535.0, 3524.0, 3556.0, 3532.0, 3512.0, 3500.0, 3510.0, 3499.0, 3509.0, 3510.0, 3509.0, 3543.0, 3521.0, 3543.0, 3521.0, 3497.0, 3475.0, 3496.0, 3497.0, 3509.0, 3530.0, 3507.0, 3474.0, 3498.0, 3509.0, 3498.0, 3508.0, 3529.0, 3477.0, 3520.0, 3533.0, 3520.0, 3509.0, 3487.0, 3520.0, 3509.0, 3522.0, 3533.0, 3532.0, 3543.0, 3520.0, 3508.0, 3475.0, 3507.0, 3507.0, 3520.0, 3531.0, 3509.0, 3509.0, 3531.0, 3520.0, 3498.0, 3521.0, 3523.0, 3522.0, 3520.0, 3517.0, 3551.0, 3550.0, 3547.0, 3523.0, 3500.0, 3521.0, 3519.0, 3487.0], 'WindowWidth': [8088.0, 8021.0, 8007.0, 7983.0, 7930.0, 7990.0, 7958.0, 7960.0, 7956.0, 7990.0, 7954.0, 7925.0, 7969.0, 7937.0, 7969.0, 7954.0, 7976.0, 7975.0, 7960.0, 7960.0, 7959.0, 7959.0, 7956.0, 7939.0, 7939.0, 7934.0, 7936.0, 7939.0, 7934.0, 7962.0, 7960.0, 7963.0, 7957.0, 7962.0, 7972.0, 7978.0, 7995.0, 7985.0, 7981.0, 7982.0, 7980.0, 8003.0, 7985.0, 8003.0, 7971.0, 7996.0, 7947.0, 7978.0, 7967.0, 7987.0, 7971.0, 7983.0, 7969.0, 7984.0, 7986.0, 8021.0, 7972.0, 8029.0, 7964.0, 7994.0, 7998.0, 8016.0, 7987.0, 8026.0, 7977.0, 7997.0, 7996.0, 7979.0, 7979.0, 7960.0, 7978.0, 7981.0, 7966.0, 7966.0, 7979.0, 7963.0, 7979.0, 8001.0, 8015.0, 7978.0, 8007.0, 7958.0, 7990.0, 7975.0, 8008.0, 7953.0, 7967.0, 7970.0, 7953.0, 7974.0, 7969.0, 7973.0, 7990.0, 7993.0, 7967.0, 7994.0, 7962.0, 7965.0, 7969.0, 7971.0, 7987.0, 7968.0, 8016.0, 8000.0, 8015.0, 7970.0, 7972.0, 8004.0, 8043.0, 7988.0, 7985.0, 7967.0, 8002.0, 8021.0, 8023.0, 8065.0, 8033.0, 8009.0, 7976.0, 7942.0, 7959.0, 7975.0, 8011.0, 7958.0, 8009.0, 7971.0, 7945.0, 7992.0, 7955.0, 7957.0, 7975.0, 7978.0, 7959.0, 7961.0, 7960.0, 7955.0, 7972.0, 7972.0, 7979.0, 7986.0, 7971.0, 7968.0, 7968.0, 7943.0, 7947.0, 7974.0, 7975.0, 7960.0, 7940.0, 7954.0, 7937.0, 7956.0, 7991.0, 7958.0, 7973.0, 7972.0, 7940.0, 7971.0, 7938.0, 7924.0, 7971.0, 7960.0, 7978.0, 8019.0, 7981.0, 7975.0, 7976.0, 7940.0, 7970.0, 7938.0, 7971.0, 7971.0, 8017.0, 7973.0, 8002.0, 7952.0, 7935.0, 7952.0, 7967.0, 7973.0, 7952.0, 7966.0, 7935.0, 7956.0, 7968.0, 7960.0, 7957.0, 7975.0, 7974.0, 7961.0, 7946.0, 7978.0, 7951.0, 7981.0, 7962.0, 7981.0, 7980.0, 7999.0, 7997.0, 7977.0, 7989.0, 7976.0, 7987.0, 7967.0, 7982.0, 7945.0, 7977.0, 7963.0, 7947.0, 7965.0, 7950.0, 7963.0, 7933.0, 7922.0, 7941.0, 7939.0, 7958.0, 7988.0, 7996.0, 7982.0, 8001.0, 7966.0, 7998.0, 7979.0, 7994.0, 7992.0, 7996.0, 7974.0, 7972.0, 7952.0, 7969.0, 7968.0, 7959.0, 7951.0, 7970.0, 7948.0, 7967.0, 7951.0, 7960.0, 7933.0, 7914.0, 7930.0, 7967.0, 7941.0, 7940.0, 7925.0, 7940.0, 7927.0, 7957.0, 7949.0, 7978.0, 7952.0, 7982.0, 7969.0, 7982.0, 7983.0, 7981.0, 7984.0, 7982.0, 8004.0, 7989.0, 8007.0, 8024.0, 8008.0, 7970.0, 8000.0, 7951.0, 7995.0, 7949.0, 7998.0, 8036.0, 8017.0, 8032.0, 7975.0, 7990.0, 7972.0, 7987.0, 7970.0, 7984.0, 7949.0, 7948.0, 7931.0, 7918.0, 7928.0, 7947.0, 7918.0, 7950.0, 7917.0, 7948.0, 7948.0, 7967.0, 7939.0, 7974.0, 7944.0, 7976.0, 7933.0, 7980.0, 7948.0, 7997.0, 7968.0, 8002.0, 7993.0, 7994.0, 7973.0, 7988.0, 7988.0, 7985.0, 8004.0, 8022.0, 8008.0, 8061.0, 8023.0, 8034.0, 7984.0, 7994.0, 7996.0, 7999.0, 7998.0, 8037.0, 7979.0, 8009.0, 7972.0, 7988.0, 7975.0, 7973.0, 7956.0, 7954.0, 7955.0, 7954.0, 7959.0, 7955.0, 7959.0, 7958.0, 7978.0, 7963.0, 7982.0, 7996.0, 8004.0, 7971.0, 7955.0, 7956.0, 7974.0, 7990.0, 7988.0, 7989.0, 8008.0, 8008.0, 8035.0, 8001.0, 8014.0, 8000.0, 8017.0, 8002.0, 8051.0, 8013.0, 7974.0, 7942.0, 7943.0, 7946.0, 7996.0, 8013.0, 7998.0, 7983.0, 7951.0, 7978.0, 7993.0, 7993.0, 8037.0, 7977.0, 8005.0, 7971.0, 7988.0, 7991.0, 8010.0, 7977.0, 7973.0, 7941.0, 7976.0, 7960.0, 7977.0, 7988.0, 7976.0, 7991.0, 7997.0, 7967.0, 7968.0, 7980.0, 7964.0, 7973.0, 7938.0, 7954.0, 7957.0, 7978.0, 8014.0, 7975.0, 7959.0, 7991.0, 7941.0, 7990.0, 7973.0, 7962.0, 7955.0, 7941.0, 7955.0, 7955.0, 7971.0, 7976.0, 7968.0, 7951.0, 7950.0, 7934.0, 7952.0, 7957.0, 7952.0, 7935.0, 7954.0, 7936.0, 7974.0, 7960.0, 7977.0, 7959.0, 7975.0, 7963.0, 7997.0, 8010.0, 7984.0, 7963.0, 7998.0, 7979.0, 7998.0, 7962.0, 7993.0, 7945.0, 7997.0, 7965.0, 8000.0, 7963.0, 7976.0, 7960.0, 7948.0, 7964.0, 7998.0, 7964.0, 7977.0, 7997.0, 7982.0, 7999.0, 8019.0, 8000.0, 7996.0, 7981.0, 7980.0, 7997.0, 8014.0, 7995.0, 8026.0, 7974.0, 8010.0, 7992.0, 7994.0, 7974.0, 7955.0, 7972.0, 7958.0, 7974.0, 7943.0, 7972.0, 7941.0, 7992.0, 7961.0, 7993.0, 7960.0, 7991.0, 7959.0, 7993.0, 7964.0, 7966.0, 7963.0, 7963.0, 7960.0, 7962.0, 7981.0, 7983.0, 7982.0, 7980.0, 7965.0, 7977.0, 7980.0, 7980.0, 7969.0, 7997.0, 7963.0, 7978.0, 7943.0, 7973.0, 7974.0, 7971.0, 7941.0, 7975.0, 7956.0, 7973.0, 7974.0, 7977.0, 7929.0, 7978.0, 7918.0, 7998.0, 7954.0, 7988.0, 7957.0, 7989.0, 7941.0, 8005.0, 7976.0, 8026.0, 7989.0, 8001.0, 8013.0, 8002.0, 8000.0, 8006.0, 7998.0, 7999.0, 8026.0, 7992.0, 8013.0, 8000.0, 7994.0, 7992.0, 7945.0, 7948.0, 7966.0, 7985.0, 7973.0, 7981.0, 7968.0, 7979.0, 7988.0, 8003.0, 8011.0, 8018.0, 7999.0, 7998.0, 8001.0, 7999.0, 8002.0, 7977.0, 7991.0, 8020.0, 7975.0, 8008.0, 7976.0, 7970.0, 7969.0, 7941.0, 7974.0, 7989.0, 7975.0, 7940.0, 7974.0, 7928.0, 7995.0, 7965.0, 7985.0, 7963.0, 7962.0, 7966.0, 7982.0, 7984.0, 8019.0, 7983.0, 7978.0, 7982.0, 7984.0, 7999.0, 8015.0, 8015.0, 8031.0, 7982.0, 7980.0, 7950.0, 7997.0, 7978.0, 7999.0, 7997.0, 8000.0, 8033.0, 7995.0, 8008.0, 7994.0, 8007.0, 7977.0, 8005.0, 7970.0, 8002.0, 7972.0, 7968.0, 7975.0, 7921.0, 7952.0, 7923.0, 7972.0, 7940.0, 7941.0, 7939.0, 7940.0, 7963.0, 7962.0, 7966.0, 7983.0, 7977.0, 7976.0, 8000.0, 7999.0, 8020.0, 7968.0, 7998.0, 7984.0, 7972.0, 7987.0, 8024.0, 7987.0, 7984.0, 8005.0, 8017.0, 8006.0, 8036.0, 7984.0, 7996.0, 7963.0, 7978.0, 7979.0, 8000.0, 7958.0, 7940.0, 7938.0, 7923.0, 7944.0, 7961.0, 7948.0, 7958.0, 7947.0, 7961.0, 7969.0, 7982.0, 8005.0, 7999.0, 8001.0, 7997.0, 8004.0, 8016.0, 8011.0, 7968.0, 7998.0, 7964.0, 7999.0, 8019.0, 8003.0, 8013.0, 7979.0, 7992.0, 7996.0, 7966.0, 8004.0, 7965.0, 7950.0, 7969.0, 7985.0, 7988.0, 8025.0, 8011.0, 7974.0, 8004.0, 7973.0, 8002.0, 8003.0, 8001.0, 7982.0, 7967.0, 7999.0, 8036.0, 7997.0, 7995.0, 7955.0, 7957.0, 7970.0, 7976.0, 7953.0, 7969.0, 7936.0, 7953.0, 7971.0, 7969.0, 7938.0, 7968.0, 7908.0, 7973.0, 7945.0, 7995.0, 7947.0, 7949.0, 7952.0, 7986.0, 7959.0, 8005.0, 7970.0, 7982.0, 7989.0, 7987.0, 7992.0, 8005.0, 8002.0, 7999.0, 7987.0, 7985.0, 8011.0, 7969.0, 7971.0, 8003.0, 7991.0, 8025.0, 8010.0, 8001.0, 8025.0, 8026.0, 8022.0, 8039.0, 8026.0, 8061.0, 8029.0, 8058.0, 8042.0, 8002.0, 8000.0, 7997.0, 7980.0, 7994.0, 8008.0, 7994.0, 8027.0, 7998.0, 7998.0, 7977.0, 7972.0, 7946.0, 7970.0, 7957.0, 7971.0, 7991.0, 7987.0, 7952.0, 7941.0, 7971.0, 7954.0, 7988.0, 7979.0, 7991.0, 8006.0, 7970.0, 7982.0, 7967.0, 7954.0, 7988.0, 7973.0, 7992.0, 7992.0, 7987.0, 7968.0, 7935.0, 7971.0, 7987.0, 7990.0, 7976.0, 7946.0, 7976.0, 7961.0, 7991.0, 7976.0, 7991.0, 8006.0, 7993.0, 8011.0, 8012.0, 7986.0, 7987.0, 7965.0, 7931.0, 7943.0, 7943.0, 7942.0, 7961.0, 7963.0, 8001.0, 7967.0, 7976.0, 7962.0, 7945.0, 7900.0, 7968.0, 7986.0, 7988.0, 7958.0, 7943.0, 7989.0, 7961.0, 7974.0, 8006.0, 7972.0, 7988.0, 7937.0, 7967.0, 7950.0, 7966.0, 7950.0, 7986.0, 7936.0, 7936.0, 7947.0, 7930.0, 7950.0, 7950.0, 7971.0, 8000.0, 7968.0, 7935.0, 7971.0, 7973.0, 7962.0, 7973.0, 7956.0, 7972.0, 7957.0, 7977.0, 7979.0, 7980.0, 7990.0, 7993.0, 7968.0, 7998.0, 7984.0, 7994.0, 7978.0, 7994.0, 7979.0, 7980.0, 7964.0, 7966.0, 7951.0, 7982.0, 7985.0, 8000.0, 7985.0, 8018.0, 7984.0, 7983.0, 8000.0, 7967.0, 7967.0, 7987.0, 8004.0, 8004.0, 8025.0, 8007.0, 8055.0, 8015.0, 7985.0, 7967.0, 7980.0, 7964.0, 7977.0, 7980.0, 7978.0, 8034.0, 7996.0, 8028.0, 7993.0, 7957.0, 7926.0, 7952.0, 7958.0, 7975.0, 8007.0, 7970.0, 7926.0, 7959.0, 7976.0, 7961.0, 7974.0, 8004.0, 7932.0, 7993.0, 8017.0, 7994.0, 7977.0, 7946.0, 7991.0, 7975.0, 7996.0, 8018.0, 8013.0, 8031.0, 7992.0, 7974.0, 7925.0, 7970.0, 7972.0, 7993.0, 8012.0, 7976.0, 7975.0, 8012.0, 7991.0, 7962.0, 7996.0, 8004.0, 8000.0, 7992.0, 8003.0, 8056.0, 8051.0, 8039.0, 8002.0, 7969.0, 7994.0, 7990.0, 7945.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.00029726486486486494</td></tr>
<tr><td colspan=3>aqi</td><td>0.019012292756756755</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.82535742475103</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.213845082348485</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001021771471862</td></tr>
<tr><td colspan=3>efc</td><td>0.4939</td></tr>
<tr><td colspan=3>fber</td><td>4877.4438</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08760537520458139</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.810810810810811</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4482726714791334</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3220163082751806</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6822721178678313</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3405295882943897</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140889</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015040538273751736</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03207054361701012</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</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.97157893236466</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>19.8621</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.988</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.147</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295784.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>743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.6511</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7094</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>409.094</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2710.2881</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80760.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>964.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3539.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>719.3568</td></tr>
<tr><td colspan=3>tsnr</td><td>42.2976044039242</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>