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

616 lines
No EOL
109 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-02/func/sub-0075_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>67e998de076c8cc6e0bd87275976f5d0</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:47:0.220000</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.99785, 0.0328139, 0.0567345, -0.0304871, 0.998677, -0.0414031]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0867093</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7691, -7244, 452, -52, -22, 52, 26]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>00fe5092-a6eb-46af-834c-f4bcfa9b3cc8||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.6771583557128906, -0.08179459720849991, 0.1566486358642578, 111.93319702148438], [-0.08803732693195343, 2.679378032684326, -0.10687783360481262, -78.47505950927734], [0.1522144079208374, 0.11108141392469406, 2.6933321952819824, -80.84291076660156], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['134700.220000', '134700.680000', '134701.140000', '134701.600000', '134702.060000', '134702.520000', '134702.980000', '134703.440000', '134703.900000', '134704.360000', '134704.820000', '134705.280000', '134705.740000', '134706.200000', '134706.660000', '134707.120000', '134707.580000', '134708.040000', '134708.500000', '134708.960000', '134709.420000', '134709.880000', '134710.340000', '134710.800000', '134711.260000', '134711.720000', '134712.180000', '134712.640000', '134713.100000', '134713.560000', '134714.020000', '134714.480000', '134714.940000', '134715.400000', '134715.860000', '134716.320000', '134716.780000', '134717.240000', '134717.700000', '134718.160000', '134718.620000', '134719.080000', '134719.540000', '134720.000000', '134720.460000', '134720.920000', '134721.380000', '134721.840000', '134722.300000', '134722.760000', '134723.220000', '134723.680000', '134724.140000', '134724.600000', '134725.060000', '134725.520000', '134725.980000', '134726.440000', '134726.900000', '134727.360000', '134727.820000', '134728.280000', '134728.740000', '134729.200000', '134729.660000', '134730.120000', '134730.580000', '134731.040000', '134731.500000', '134731.960000', '134732.420000', '134732.880000', '134733.340000', '134733.800000', '134734.260000', '134734.720000', '134735.180000', '134735.640000', '134736.100000', '134736.560000', '134737.020000', '134737.480000', '134737.940000', '134738.400000', '134738.860000', '134739.320000', '134739.780000', '134740.240000', '134740.700000', '134741.160000', '134741.620000', '134742.080000', '134742.540000', '134743.000000', '134743.460000', '134743.920000', '134744.380000', '134744.840000', '134745.300000', '134745.760000', '134746.220000', '134746.680000', '134747.140000', '134747.600000', '134748.060000', '134748.520000', '134748.980000', '134749.440000', '134749.900000', '134750.360000', '134750.820000', '134751.280000', '134751.740000', '134752.200000', '134752.660000', '134753.120000', '134753.580000', '134754.040000', '134754.500000', '134754.960000', '134755.420000', '134755.880000', '134756.340000', '134756.800000', '134757.260000', '134757.720000', '134758.180000', '134758.640000', '134759.100000', '134759.560000', '134800.020000', '134800.480000', '134800.940000', '134801.400000', '134801.860000', '134802.320000', '134802.780000', '134803.240000', '134803.700000', '134804.160000', '134804.620000', '134805.080000', '134805.540000', '134806.000000', '134806.460000', '134806.920000', '134807.380000', '134807.840000', '134808.300000', '134808.760000', '134809.220000', '134809.680000', '134810.140000', '134810.600000', '134811.060000', '134811.520000', '134811.980000', '134812.440000', '134812.900000', '134813.360000', '134813.820000', '134814.280000', '134814.740000', '134815.200000', '134815.660000', '134816.120000', '134816.580000', '134817.040000', '134817.500000', '134817.960000', '134818.420000', '134818.880000', '134819.340000', '134819.800000', '134820.260000', '134820.720000', '134821.180000', '134821.640000', '134822.100000', '134822.560000', '134823.020000', '134823.480000', '134823.940000', '134824.400000', '134824.860000', '134825.320000', '134825.780000', '134826.240000', '134826.700000', '134827.160000', '134827.620000', '134828.080000', '134828.540000', '134829.000000', '134829.460000', '134829.920000', '134830.380000', '134830.840000', '134831.300000', '134831.760000', '134832.220000', '134832.680000', '134833.140000', '134833.600000', '134834.060000', '134834.520000', '134834.980000', '134835.440000', '134835.900000', '134836.360000', '134836.820000', '134837.280000', '134837.740000', '134838.200000', '134838.660000', '134839.120000', '134839.580000', '134840.040000', '134840.500000', '134840.960000', '134841.420000', '134841.880000', '134842.340000', '134842.800000', '134843.260000', '134843.720000', '134844.180000', '134844.640000', '134845.100000', '134845.560000', '134846.020000', '134846.480000', '134846.940000', '134847.400000', '134847.860000', '134848.320000', '134848.780000', '134849.240000', '134849.700000', '134850.160000', '134850.620000', '134851.080000', '134851.540000', '134852.000000', '134852.460000', '134852.920000', '134853.380000', '134853.840000', '134854.300000', '134854.760000', '134855.220000', '134855.680000', '134856.140000', '134856.600000', '134857.060000', '134857.520000', '134857.980000', '134858.440000', '134858.900000', '134859.360000', '134859.820000', '134900.280000', '134900.740000', '134901.200000', '134901.660000', '134902.120000', '134902.580000', '134903.040000', '134903.500000', '134903.960000', '134904.420000', '134904.880000', '134905.340000', '134905.800000', '134906.260000', '134906.720000', '134907.180000', '134907.640000', '134908.100000', '134908.560000', '134909.020000', '134909.480000', '134909.940000', '134910.400000', '134910.860000', '134911.320000', '134911.780000', '134912.240000', '134912.700000', '134913.160000', '134913.620000', '134914.080000', '134914.540000', '134915.000000', '134915.460000', '134915.920000', '134916.380000', '134916.840000', '134917.300000', '134917.760000', '134918.220000', '134918.680000', '134919.140000', '134919.600000', '134920.060000', '134920.520000', '134920.980000', '134921.440000', '134921.900000', '134922.360000', '134922.820000', '134923.280000', '134923.740000', '134924.200000', '134924.660000', '134925.120000', '134925.580000', '134926.040000', '134926.500000', '134926.960000', '134927.420000', '134927.880000', '134928.340000', '134928.800000', '134929.260000', '134929.720000', '134930.180000', '134930.640000', '134931.100000', '134931.560000', '134932.020000', '134932.480000', '134932.940000', '134933.400000', '134933.860000', '134934.320000', '134934.780000', '134935.240000', '134935.700000', '134936.160000', '134936.620000', '134937.080000', '134937.540000', '134938.000000', '134938.460000', '134938.920000', '134939.380000', '134939.840000', '134940.300000', '134940.760000', '134941.220000', '134941.680000', '134942.140000', '134942.600000', '134943.060000', '134943.520000', '134943.980000', '134944.440000', '134944.900000', '134945.360000', '134945.820000', '134946.280000', '134946.740000', '134947.200000', '134947.660000', '134948.120000', '134948.580000', '134949.040000', '134949.500000', '134949.960000', '134950.420000', '134950.880000', '134951.340000', '134951.800000', '134952.260000', '134952.720000', '134953.180000', '134953.640000', '134954.100000', '134954.560000', '134955.020000', '134955.480000', '134955.940000', '134956.400000', '134956.860000', '134957.320000', '134957.780000', '134958.240000', '134958.700000', '134959.160000', '134959.620000', '135000.080000', '135000.540000', '135001.000000', '135001.460000', '135001.920000', '135002.380000', '135002.840000', '135003.300000', '135003.760000', '135004.220000', '135004.680000', '135005.140000', '135005.600000', '135006.060000', '135006.520000', '135006.980000', '135007.440000', '135007.900000', '135008.360000', '135008.820000', '135009.280000', '135009.740000', '135010.200000', '135010.660000', '135011.120000', '135011.580000', '135012.040000', '135012.500000', '135012.960000', '135013.420000', '135013.880000', '135014.340000', '135014.800000', '135015.260000', '135015.720000', '135016.180000', '135016.640000', '135017.100000', '135017.560000', '135018.020000', '135018.480000', '135018.940000', '135019.400000', '135019.860000', '135020.320000', '135020.780000', '135021.240000', '135021.700000', '135022.160000', '135022.620000', '135023.080000', '135023.540000', '135024.000000', '135024.460000', '135024.920000', '135025.380000', '135025.840000', '135026.300000', '135026.760000', '135027.220000', '135027.680000', '135028.140000', '135028.600000', '135029.060000', '135029.520000', '135029.980000', '135030.440000', '135030.900000', '135031.360000', '135031.820000', '135032.280000', '135032.740000', '135033.200000', '135033.660000', '135034.120000', '135034.580000', '135035.040000', '135035.500000', '135035.960000', '135036.420000', '135036.880000', '135037.340000', '135037.800000', '135038.260000', '135038.720000', '135039.180000', '135039.640000', '135040.100000', '135040.560000', '135041.020000', '135041.480000', '135041.940000', '135042.400000', '135042.860000', '135043.320000', '135043.780000', '135044.240000', '135044.700000', '135045.160000', '135045.620000', '135046.080000', '135046.540000', '135047.000000', '135047.460000', '135047.920000', '135048.380000', '135048.840000', '135049.300000', '135049.760000', '135050.220000', '135050.680000', '135051.140000', '135051.600000', '135052.060000', '135052.520000', '135052.980000', '135053.440000', '135053.900000', '135054.360000', '135054.820000', '135055.280000', '135055.740000', '135056.200000', '135056.660000', '135057.120000', '135057.580000', '135058.040000', '135058.500000', '135058.960000', '135059.420000', '135059.880000', '135100.340000', '135100.800000', '135101.260000', '135101.720000', '135102.180000', '135102.640000', '135103.100000', '135103.560000', '135104.020000', '135104.480000', '135104.940000', '135105.400000', '135105.860000', '135106.320000', '135106.780000', '135107.240000', '135107.700000', '135108.160000', '135108.620000', '135109.080000', '135109.540000', '135110.000000', '135110.460000', '135110.920000', '135111.380000', '135111.840000', '135112.300000', '135112.760000', '135113.220000', '135113.680000', '135114.140000', '135114.600000', '135115.060000', '135115.520000', '135115.980000', '135116.440000', '135116.900000', '135117.360000', '135117.820000', '135118.280000', '135118.740000', '135119.200000', '135119.660000', '135120.120000', '135120.580000', '135121.040000', '135121.500000', '135121.960000', '135122.420000', '135122.880000', '135123.340000', '135123.800000', '135124.260000', '135124.720000', '135125.180000', '135125.640000', '135126.100000', '135126.560000', '135127.020000', '135127.480000', '135127.940000', '135128.400000', '135128.860000', '135129.320000', '135129.780000', '135130.240000', '135130.700000', '135131.160000', '135131.620000', '135132.080000', '135132.540000', '135133.000000', '135133.460000', '135133.920000', '135134.380000', '135134.840000', '135135.300000', '135135.760000', '135136.220000', '135136.680000', '135137.140000', '135137.600000', '135138.060000', '135138.520000', '135138.980000', '135139.440000', '135139.900000', '135140.360000', '135140.820000', '135141.280000', '135141.740000', '135142.200000', '135142.660000', '135143.120000', '135143.580000', '135144.040000', '135144.500000', '135144.960000', '135145.420000', '135145.880000', '135146.340000', '135146.800000', '135147.260000', '135147.720000', '135148.180000', '135148.640000', '135149.100000', '135149.560000', '135150.020000', '135150.480000', '135150.940000', '135151.400000', '135151.860000', '135152.320000', '135152.780000', '135153.240000', '135153.700000', '135154.160000', '135154.620000', '135155.080000', '135155.540000', '135156.000000', '135156.460000', '135156.920000', '135157.380000', '135157.840000', '135158.300000', '135158.760000', '135159.220000', '135159.680000', '135200.140000', '135200.600000', '135201.060000', '135201.520000', '135201.980000', '135202.440000', '135202.900000', '135203.360000', '135203.820000', '135204.280000', '135204.740000', '135205.200000', '135205.660000', '135206.120000', '135206.580000', '135207.040000', '135207.500000', '135207.960000', '135208.420000', '135208.880000', '135209.340000', '135209.800000', '135210.260000', '135210.720000', '135211.180000', '135211.640000', '135212.100000', '135212.560000', '135213.020000', '135213.480000', '135213.940000', '135214.400000', '135214.860000', '135215.320000', '135215.780000', '135216.240000', '135216.700000', '135217.160000', '135217.620000', '135218.080000', '135218.540000', '135219.000000', '135219.460000', '135219.920000', '135220.380000', '135220.840000', '135221.300000', '135221.760000', '135222.220000', '135222.680000', '135223.140000', '135223.600000', '135224.060000', '135224.520000', '135224.980000', '135225.440000', '135225.900000', '135226.360000', '135226.820000', '135227.280000', '135227.740000', '135228.200000', '135228.660000', '135229.120000', '135229.580000', '135230.040000', '135230.500000', '135230.960000', '135231.420000', '135231.880000', '135232.340000', '135232.800000', '135233.260000', '135233.720000', '135234.180000', '135234.640000', '135235.100000', '135235.560000', '135236.020000', '135236.480000', '135236.940000', '135237.400000', '135237.860000', '135238.320000', '135238.780000', '135239.240000', '135239.700000', '135240.160000', '135240.620000', '135241.080000', '135241.540000', '135242.000000', '135242.460000', '135242.920000', '135243.380000', '135243.840000', '135244.300000', '135244.760000', '135245.220000', '135245.680000', '135246.140000', '135246.600000', '135247.060000', '135247.520000', '135247.980000', '135248.440000', '135248.900000', '135249.360000', '135249.820000', '135250.280000', '135250.740000', '135251.200000', '135251.660000', '135252.120000', '135252.580000', '135253.040000', '135253.500000', '135253.960000', '135254.420000', '135254.880000', '135255.340000', '135255.800000', '135256.260000', '135256.720000', '135257.180000', '135257.640000', '135258.100000', '135258.560000', '135259.020000', '135259.480000', '135259.940000', '135300.400000', '135300.860000', '135301.320000', '135301.780000', '135302.240000', '135302.700000', '135303.160000', '135303.620000', '135304.080000', '135304.540000', '135305.000000', '135305.460000', '135305.920000', '135306.380000', '135306.840000', '135307.300000', '135307.760000', '135308.220000', '135308.680000', '135309.140000', '135309.600000', '135310.060000', '135310.520000', '135310.980000', '135311.440000', '135311.900000', '135312.360000', '135312.820000', '135313.280000', '135313.740000', '135314.200000', '135314.660000', '135315.120000', '135315.580000', '135316.040000', '135316.500000', '135316.960000', '135317.420000', '135317.880000', '135318.340000', '135318.800000', '135319.260000', '135319.720000', '135320.180000', '135320.640000', '135321.100000', '135321.560000', '135322.020000', '135322.480000', '135322.940000', '135323.400000', '135323.860000', '135324.320000', '135324.780000', '135325.240000', '135325.700000', '135326.160000', '135326.620000', '135327.080000', '135327.540000', '135328.000000', '135328.460000', '135328.920000', '135329.380000', '135329.840000', '135330.300000', '135330.760000', '135331.220000', '135331.680000', '135332.140000', '135332.600000', '135333.060000', '135333.520000', '135333.980000', '135334.440000', '135334.900000', '135335.360000', '135335.820000', '135336.280000', '135336.740000', '135337.200000', '135337.660000', '135338.120000', '135338.580000', '135339.040000', '135339.500000', '135339.960000', '135340.420000', '135340.880000', '135341.340000', '135341.800000', '135342.260000', '135342.720000', '135343.180000', '135343.640000', '135344.100000', '135344.560000', '135345.020000', '135345.480000', '135345.940000', '135346.400000', '135346.860000', '135347.320000', '135347.780000', '135348.240000', '135348.700000', '135349.160000', '135349.620000', '135350.080000', '135350.540000', '135351.000000', '135351.460000', '135351.920000', '135352.380000', '135352.840000', '135353.300000', '135353.760000', '135354.220000', '135354.680000', '135355.140000', '135355.600000', '135356.060000', '135356.520000', '135356.980000', '135357.440000', '135357.900000', '135358.360000', '135358.820000', '135359.280000', '135359.740000', '135400.200000'], 'ContentTime': ['134712.559000', '134712.562000', '134712.564000', '134712.567000', '134712.570000', '134712.572000', '134712.575000', '134712.577000', '134712.580000', '134712.589000', '134712.592000', '134712.595000', '134712.597000', '134712.600000', '134712.602000', '134712.605000', '134712.608000', '134712.610000', '134712.613000', '134712.615000', '134712.618000', '134712.620000', '134712.623000', '134712.626000', '134732.505000', '134732.508000', '134732.511000', '134732.513000', '134732.516000', '134732.519000', '134732.525000', '134732.528000', '134732.531000', '134732.533000', '134732.536000', '134732.538000', '134732.541000', '134732.543000', '134732.546000', '134732.549000', '134732.551000', '134732.554000', '134732.557000', '134732.559000', '134732.562000', '134732.564000', '134732.567000', '134732.569000', '134732.578000', '134732.581000', '134732.583000', '134732.586000', '134732.589000', '134732.591000', '134732.594000', '134732.597000', '134732.599000', '134732.602000', '134732.604000', '134732.607000', '134732.610000', '134732.612000', '134732.615000', '134732.617000', '134732.620000', '134732.622000', '134732.625000', '134732.628000', '134752.506000', '134752.509000', '134752.512000', '134752.514000', '134752.517000', '134752.520000', '134752.522000', '134752.525000', '134752.527000', '134752.530000', '134752.532000', '134752.535000', '134752.538000', '134752.540000', '134752.543000', '134752.545000', '134752.548000', '134752.551000', '134752.553000', '134752.556000', '134752.558000', '134752.561000', '134752.563000', '134752.566000', '134752.569000', '134752.571000', '134752.574000', '134752.576000', '134752.579000', '134752.582000', '134752.584000', '134752.587000', '134752.590000', '134752.592000', '134752.595000', '134752.597000', '134752.600000', '134752.602000', '134752.605000', '134752.608000', '134752.610000', '134752.613000', '134752.626000', '134812.506000', '134812.509000', '134812.512000', '134812.515000', '134812.517000', '134812.520000', '134812.522000', '134812.525000', '134812.528000', '134812.531000', '134812.534000', '134812.537000', '134812.539000', '134812.542000', '134812.545000', '134812.548000', '134812.550000', '134812.553000', '134812.555000', '134812.558000', '134812.561000', '134812.563000', '134812.566000', '134812.568000', '134812.571000', '134812.574000', '134812.576000', '134812.579000', '134812.581000', '134812.584000', '134812.587000', '134812.589000', '134812.592000', '134812.595000', '134812.597000', '134812.600000', '134812.602000', '134812.605000', '134812.608000', '134812.610000', '134812.613000', '134812.615000', '134812.618000', '134832.506000', '134832.509000', '134832.512000', '134832.514000', '134832.517000', '134832.519000', '134832.522000', '134832.525000', '134832.527000', '134832.530000', '134832.532000', '134832.535000', '134832.537000', '134832.540000', '134832.543000', '134832.545000', '134832.548000', '134832.551000', '134832.553000', '134832.556000', '134832.558000', '134832.561000', '134832.563000', '134832.566000', '134832.569000', '134832.572000', '134832.574000', '134832.577000', '134832.579000', '134832.582000', '134832.584000', '134832.587000', '134832.590000', '134832.592000', '134832.595000', '134832.597000', '134832.600000', '134832.603000', '134832.605000', '134832.608000', '134832.610000', '134832.613000', '134832.616000', '134832.618000', '134852.506000', '134852.509000', '134852.512000', '134852.515000', '134852.518000', '134852.520000', '134852.523000', '134852.525000', '134852.528000', '134852.531000', '134852.533000', '134852.537000', '134852.539000', '134852.554000', '134852.557000', '134852.560000', '134852.562000', '134852.565000', '134852.567000', '134852.570000', '134852.573000', '134852.575000', '134852.578000', '134852.580000', '134852.583000', '134852.586000', '134852.589000', '134852.591000', '134852.594000', '134852.597000', '134852.599000', '134852.602000', '134852.604000', '134852.607000', '134852.610000', '134852.612000', '134852.615000', '134852.618000', '134852.620000', '134852.623000', '134852.625000', '134852.628000', '134852.631000', '134912.506000', '134912.509000', '134912.512000', '134912.515000', '134912.517000', '134912.520000', '134912.523000', '134912.526000', '134912.528000', '134912.531000', '134912.533000', '134912.536000', '134912.539000', '134912.541000', '134912.544000', '134912.547000', '134912.549000', '134912.552000', '134912.554000', '134912.557000', '134912.560000', '134912.562000', '134912.565000', '134912.567000', '134912.570000', '134912.573000', '134912.575000', '134912.578000', '134912.580000', '134912.583000', '134912.585000', '134912.588000', '134912.591000', '134912.593000', '134912.596000', '134912.599000', '134912.601000', '134912.604000', '134912.606000', '134912.609000', '134912.612000', '134912.614000', '134912.617000', '134912.619000', '134932.506000', '134932.509000', '134932.511000', '134932.514000', '134932.516000', '134932.519000', '134932.522000', '134932.524000', '134932.527000', '134932.530000', '134932.532000', '134932.535000', '134932.537000', '134932.540000', '134932.543000', '134932.545000', '134932.548000', '134932.551000', '134932.553000', '134932.556000', '134932.558000', '134932.561000', '134932.564000', '134932.566000', '134932.569000', '134932.572000', '134932.574000', '134932.577000', '134932.580000', '134932.582000', '134932.585000', '134932.588000', '134932.590000', '134932.594000', '134932.596000', '134932.599000', '134932.601000', '134932.604000', '134932.607000', '134932.609000', '134932.612000', '134932.615000', '134932.617000', '134952.506000', '134952.508000', '134952.512000', '134952.515000', '134952.517000', '134952.520000', '134952.522000', '134952.525000', '134952.528000', '134952.530000', '134952.533000', '134952.536000', '134952.538000', '134952.541000', '134952.544000', '134952.546000', '134952.549000', '134952.551000', '134952.554000', '134952.557000', '134952.559000', '134952.562000', '134952.564000', '134952.567000', '134952.569000', '134952.572000', '134952.575000', '134952.577000', '134952.580000', '134952.583000', '134952.585000', '134952.588000', '134952.590000', '134952.593000', '134952.596000', '134952.598000', '134952.601000', '134952.603000', '134952.606000', '134952.609000', '134952.611000', '134952.614000', '134952.617000', '134952.619000', '135012.507000', '135012.509000', '135012.512000', '135012.515000', '135012.517000', '135012.520000', '135012.522000', '135012.525000', '135012.528000', '135012.530000', '135012.533000', '135012.536000', '135012.538000', '135012.541000', '135012.543000', '135012.546000', '135012.549000', '135012.551000', '135012.554000', '135012.556000', '135012.559000', '135012.562000', '135012.564000', '135012.567000', '135012.570000', '135012.572000', '135012.575000', '135012.578000', '135012.581000', '135012.584000', '135012.586000', '135012.589000', '135012.592000', '135012.595000', '135012.597000', '135012.600000', '135012.603000', '135012.605000', '135012.608000', '135012.611000', '135012.613000', '135012.616000', '135012.619000', '135032.506000', '135032.510000', '135032.512000', '135032.515000', '135032.517000', '135032.520000', '135032.523000', '135032.525000', '135032.528000', '135032.531000', '135032.533000', '135032.536000', '135032.538000', '135032.541000', '135032.544000', '135032.546000', '135032.549000', '135032.552000', '135032.554000', '135032.557000', '135032.559000', '135032.562000', '135032.565000', '135032.567000', '135032.570000', '135032.573000', '135032.575000', '135032.578000', '135032.580000', '135032.583000', '135032.585000', '135032.588000', '135032.591000', '135032.594000', '135032.596000', '135032.599000', '135032.601000', '135032.604000', '135032.607000', '135032.609000', '135032.612000', '135032.615000', '135032.617000', '135032.620000', '135052.506000', '135052.509000', '135052.512000', '135052.514000', '135052.517000', '135052.520000', '135052.522000', '135052.525000', '135052.528000', '135052.530000', '135052.533000', '135052.535000', '135052.538000', '135052.541000', '135052.543000', '135052.546000', '135052.549000', '135052.551000', '135052.554000', '135052.557000', '135052.559000', '135052.562000', '135052.565000', '135052.567000', '135052.570000', '135052.572000', '135052.575000', '135052.578000', '135052.580000', '135052.583000', '135052.586000', '135052.588000', '135052.591000', '135052.594000', '135052.596000', '135052.599000', '135052.601000', '135052.604000', '135052.607000', '135052.609000', '135052.612000', '135052.615000', '135052.617000', '135112.507000', '135112.509000', '135112.512000', '135112.515000', '135112.518000', '135112.521000', '135112.523000', '135112.526000', '135112.529000', '135112.531000', '135112.534000', '135112.536000', '135112.539000', '135112.542000', '135112.544000', '135112.547000', '135112.550000', '135112.552000', '135112.555000', '135112.557000', '135112.560000', '135112.563000', '135112.565000', '135112.568000', '135112.570000', '135112.573000', '135112.576000', '135112.578000', '135112.581000', '135112.583000', '135112.586000', '135112.589000', '135112.591000', '135112.594000', '135112.596000', '135112.599000', '135112.602000', '135112.604000', '135112.607000', '135112.609000', '135112.612000', '135112.615000', '135112.617000', '135112.620000', '135132.507000', '135132.509000', '135132.513000', '135132.515000', '135132.518000', '135132.520000', '135132.523000', '135132.526000', '135132.529000', '135132.531000', '135132.534000', '135132.537000', '135132.539000', '135132.542000', '135132.545000', '135132.547000', '135132.550000', '135132.552000', '135132.555000', '135132.558000', '135132.560000', '135132.563000', '135132.565000', '135132.568000', '135132.571000', '135132.573000', '135132.576000', '135132.578000', '135132.581000', '135132.584000', '135132.586000', '135132.589000', '135132.592000', '135132.594000', '135132.597000', '135132.600000', '135132.603000', '135132.605000', '135132.608000', '135132.610000', '135132.613000', '135132.616000', '135132.619000', '135152.505000', '135152.508000', '135152.511000', '135152.514000', '135152.516000', '135152.519000', '135152.522000', '135152.524000', '135152.527000', '135152.529000', '135152.532000', '135152.535000', '135152.537000', '135152.540000', '135152.542000', '135152.545000', '135152.548000', '135152.550000', '135152.553000', '135152.555000', '135152.572000', '135152.575000', '135152.578000', '135152.580000', '135152.583000', '135152.586000', '135152.588000', '135152.591000', '135152.594000', '135152.596000', '135152.599000', '135152.602000', '135152.604000', '135152.607000', '135152.610000', '135152.612000', '135152.615000', '135152.617000', '135152.620000', '135152.623000', '135152.625000', '135152.628000', '135152.631000', '135152.633000', '135212.506000', '135212.509000', '135212.511000', '135212.514000', '135212.516000', '135212.519000', '135212.522000', '135212.525000', '135212.527000', '135212.530000', '135212.533000', '135212.535000', '135212.538000', '135212.540000', '135212.543000', '135212.546000', '135212.548000', '135212.551000', '135212.553000', '135212.556000', '135212.559000', '135212.563000', '135212.566000', '135212.569000', '135212.571000', '135212.574000', '135212.576000', '135212.579000', '135212.582000', '135212.585000', '135212.587000', '135212.590000', '135212.592000', '135212.595000', '135212.598000', '135212.600000', '135212.603000', '135212.606000', '135212.608000', '135212.611000', '135212.613000', '135212.616000', '135212.619000', '135232.507000', '135232.509000', '135232.512000', '135232.515000', '135232.518000', '135232.527000', '135232.530000', '135232.533000', '135232.535000', '135232.538000', '135232.541000', '135232.543000', '135232.546000', '135232.548000', '135232.551000', '135232.554000', '135232.556000', '135232.559000', '135232.561000', '135232.564000', '135232.567000', '135232.569000', '135232.572000', '135232.574000', '135232.577000', '135232.580000', '135232.582000', '135232.585000', '135232.587000', '135232.590000', '135232.593000', '135232.595000', '135232.598000', '135232.601000', '135232.603000', '135232.606000', '135232.608000', '135232.611000', '135232.614000', '135232.616000', '135232.619000', '135232.622000', '135232.624000', '135232.627000', '135252.507000', '135252.509000', '135252.512000', '135252.515000', '135252.517000', '135252.520000', '135252.523000', '135252.525000', '135252.528000', '135252.531000', '135252.533000', '135252.536000', '135252.539000', '135252.541000', '135252.544000', '135252.546000', '135252.549000', '135252.552000', '135252.554000', '135252.557000', '135252.560000', '135252.562000', '135252.565000', '135252.567000', '135252.570000', '135252.573000', '135252.575000', '135252.578000', '135252.581000', '135252.583000', '135252.586000', '135252.588000', '135252.591000', '135252.594000', '135252.596000', '135252.599000', '135252.601000', '135252.604000', '135252.607000', '135252.609000', '135252.612000', '135252.615000', '135252.617000', '135312.506000', '135312.509000', '135312.512000', '135312.515000', '135312.518000', '135312.520000', '135312.523000', '135312.526000', '135312.528000', '135312.531000', '135312.534000', '135312.536000', '135312.539000', '135312.542000', '135312.544000', '135312.547000', '135312.549000', '135312.552000', '135312.555000', '135312.557000', '135312.560000', '135312.563000', '135312.565000', '135312.568000', '135312.570000', '135312.573000', '135312.576000', '135312.578000', '135312.581000', '135312.584000', '135312.586000', '135312.589000', '135312.592000', '135312.595000', '135312.597000', '135312.600000', '135312.602000', '135312.605000', '135312.608000', '135312.610000', '135312.613000', '135312.616000', '135312.618000', '135312.621000', '135332.507000', '135332.510000', '135332.512000', '135332.515000', '135332.518000', '135332.520000', '135332.523000', '135332.526000', '135332.528000', '135332.531000', '135332.533000', '135332.536000', '135332.539000', '135332.541000', '135332.544000', '135332.547000', '135332.549000', '135332.552000', '135332.554000', '135332.557000', '135332.560000', '135332.562000', '135332.565000', '135332.567000', '135332.570000', '135332.573000', '135332.575000', '135332.578000', '135332.581000', '135332.583000', '135332.586000', '135332.589000', '135332.591000', '135332.594000', '135332.597000', '135332.599000', '135332.602000', '135332.604000', '135332.607000', '135332.610000', '135332.612000', '135332.615000', '135332.617000', '135352.507000', '135352.510000', '135352.513000', '135352.515000', '135352.518000', '135352.522000', '135352.525000', '135352.527000', '135352.531000', '135352.533000', '135352.536000', '135352.538000', '135352.541000', '135352.544000', '135352.546000', '135352.549000', '135352.552000', '135352.554000', '135352.557000', '135352.559000', '135352.562000', '135352.565000', '135352.567000', '135352.570000', '135352.573000', '135352.575000', '135352.578000', '135352.581000', '135352.584000', '135352.586000', '135352.589000', '135352.591000', '135352.594000', '135352.597000', '135352.599000', '135352.602000', '135352.604000', '135352.607000', '135352.610000', '135352.612000', '135352.615000', '135352.618000', '135352.620000', '135401.606000', '135401.609000', '135401.611000', '135401.614000', '135401.616000', '135401.619000', '135401.622000', '135401.624000', '135401.627000', '135401.630000', '135401.632000', '135401.635000', '135401.637000', '135401.640000', '135401.643000', '135401.645000', '135401.648000', '135401.651000', '135401.653000', '135401.656000', '135401.658000'], 'InstanceCreationTime': ['134712.559000', '134712.562000', '134712.564000', '134712.567000', '134712.570000', '134712.572000', '134712.575000', '134712.577000', '134712.580000', '134712.589000', '134712.592000', '134712.595000', '134712.597000', '134712.600000', '134712.602000', '134712.605000', '134712.608000', '134712.610000', '134712.613000', '134712.615000', '134712.618000', '134712.620000', '134712.623000', '134712.626000', '134732.505000', '134732.508000', '134732.511000', '134732.513000', '134732.516000', '134732.519000', '134732.525000', '134732.528000', '134732.531000', '134732.533000', '134732.536000', '134732.538000', '134732.541000', '134732.543000', '134732.546000', '134732.549000', '134732.551000', '134732.554000', '134732.557000', '134732.559000', '134732.562000', '134732.564000', '134732.567000', '134732.569000', '134732.578000', '134732.581000', '134732.583000', '134732.586000', '134732.589000', '134732.591000', '134732.594000', '134732.597000', '134732.599000', '134732.602000', '134732.604000', '134732.607000', '134732.610000', '134732.612000', '134732.615000', '134732.617000', '134732.620000', '134732.622000', '134732.625000', '134732.628000', '134752.506000', '134752.509000', '134752.512000', '134752.514000', '134752.517000', '134752.520000', '134752.522000', '134752.525000', '134752.527000', '134752.530000', '134752.532000', '134752.535000', '134752.538000', '134752.540000', '134752.543000', '134752.545000', '134752.548000', '134752.551000', '134752.553000', '134752.556000', '134752.558000', '134752.561000', '134752.563000', '134752.566000', '134752.569000', '134752.571000', '134752.574000', '134752.576000', '134752.579000', '134752.582000', '134752.584000', '134752.587000', '134752.590000', '134752.592000', '134752.595000', '134752.597000', '134752.600000', '134752.602000', '134752.605000', '134752.608000', '134752.610000', '134752.613000', '134752.626000', '134812.506000', '134812.509000', '134812.512000', '134812.515000', '134812.517000', '134812.520000', '134812.522000', '134812.525000', '134812.528000', '134812.531000', '134812.534000', '134812.537000', '134812.539000', '134812.542000', '134812.545000', '134812.548000', '134812.550000', '134812.553000', '134812.555000', '134812.558000', '134812.561000', '134812.563000', '134812.566000', '134812.568000', '134812.571000', '134812.574000', '134812.576000', '134812.579000', '134812.581000', '134812.584000', '134812.587000', '134812.589000', '134812.592000', '134812.595000', '134812.597000', '134812.600000', '134812.602000', '134812.605000', '134812.608000', '134812.610000', '134812.613000', '134812.615000', '134812.618000', '134832.506000', '134832.509000', '134832.512000', '134832.514000', '134832.517000', '134832.519000', '134832.522000', '134832.525000', '134832.527000', '134832.530000', '134832.532000', '134832.535000', '134832.537000', '134832.540000', '134832.543000', '134832.545000', '134832.548000', '134832.551000', '134832.553000', '134832.556000', '134832.558000', '134832.561000', '134832.563000', '134832.566000', '134832.569000', '134832.572000', '134832.574000', '134832.577000', '134832.579000', '134832.582000', '134832.584000', '134832.587000', '134832.590000', '134832.592000', '134832.595000', '134832.597000', '134832.600000', '134832.603000', '134832.605000', '134832.608000', '134832.610000', '134832.613000', '134832.616000', '134832.618000', '134852.506000', '134852.509000', '134852.512000', '134852.515000', '134852.518000', '134852.520000', '134852.523000', '134852.525000', '134852.528000', '134852.531000', '134852.533000', '134852.537000', '134852.539000', '134852.554000', '134852.557000', '134852.560000', '134852.562000', '134852.565000', '134852.567000', '134852.570000', '134852.573000', '134852.575000', '134852.578000', '134852.580000', '134852.583000', '134852.586000', '134852.589000', '134852.591000', '134852.594000', '134852.597000', '134852.599000', '134852.602000', '134852.604000', '134852.607000', '134852.610000', '134852.612000', '134852.615000', '134852.618000', '134852.620000', '134852.623000', '134852.625000', '134852.628000', '134852.631000', '134912.506000', '134912.509000', '134912.512000', '134912.515000', '134912.517000', '134912.520000', '134912.523000', '134912.526000', '134912.528000', '134912.531000', '134912.533000', '134912.536000', '134912.539000', '134912.541000', '134912.544000', '134912.547000', '134912.549000', '134912.552000', '134912.554000', '134912.557000', '134912.560000', '134912.562000', '134912.565000', '134912.567000', '134912.570000', '134912.573000', '134912.575000', '134912.578000', '134912.580000', '134912.583000', '134912.585000', '134912.588000', '134912.591000', '134912.593000', '134912.596000', '134912.599000', '134912.601000', '134912.604000', '134912.606000', '134912.609000', '134912.612000', '134912.614000', '134912.617000', '134912.619000', '134932.506000', '134932.509000', '134932.511000', '134932.514000', '134932.516000', '134932.519000', '134932.522000', '134932.524000', '134932.527000', '134932.530000', '134932.532000', '134932.535000', '134932.537000', '134932.540000', '134932.543000', '134932.545000', '134932.548000', '134932.551000', '134932.553000', '134932.556000', '134932.558000', '134932.561000', '134932.564000', '134932.566000', '134932.569000', '134932.572000', '134932.574000', '134932.577000', '134932.580000', '134932.582000', '134932.585000', '134932.588000', '134932.590000', '134932.594000', '134932.596000', '134932.599000', '134932.601000', '134932.604000', '134932.607000', '134932.609000', '134932.612000', '134932.615000', '134932.617000', '134952.506000', '134952.508000', '134952.512000', '134952.515000', '134952.517000', '134952.520000', '134952.522000', '134952.525000', '134952.528000', '134952.530000', '134952.533000', '134952.536000', '134952.538000', '134952.541000', '134952.544000', '134952.546000', '134952.549000', '134952.551000', '134952.554000', '134952.557000', '134952.559000', '134952.562000', '134952.564000', '134952.567000', '134952.569000', '134952.572000', '134952.575000', '134952.577000', '134952.580000', '134952.583000', '134952.585000', '134952.588000', '134952.590000', '134952.593000', '134952.596000', '134952.598000', '134952.601000', '134952.603000', '134952.606000', '134952.609000', '134952.611000', '134952.614000', '134952.617000', '134952.619000', '135012.507000', '135012.509000', '135012.512000', '135012.515000', '135012.517000', '135012.520000', '135012.522000', '135012.525000', '135012.528000', '135012.530000', '135012.533000', '135012.536000', '135012.538000', '135012.541000', '135012.543000', '135012.546000', '135012.549000', '135012.551000', '135012.554000', '135012.556000', '135012.559000', '135012.562000', '135012.564000', '135012.567000', '135012.570000', '135012.572000', '135012.575000', '135012.578000', '135012.581000', '135012.584000', '135012.586000', '135012.589000', '135012.592000', '135012.595000', '135012.597000', '135012.600000', '135012.603000', '135012.605000', '135012.608000', '135012.611000', '135012.613000', '135012.616000', '135012.619000', '135032.506000', '135032.510000', '135032.512000', '135032.515000', '135032.517000', '135032.520000', '135032.523000', '135032.525000', '135032.528000', '135032.531000', '135032.533000', '135032.536000', '135032.538000', '135032.541000', '135032.544000', '135032.546000', '135032.549000', '135032.552000', '135032.554000', '135032.557000', '135032.559000', '135032.562000', '135032.565000', '135032.567000', '135032.570000', '135032.573000', '135032.575000', '135032.578000', '135032.580000', '135032.583000', '135032.585000', '135032.588000', '135032.591000', '135032.594000', '135032.596000', '135032.599000', '135032.601000', '135032.604000', '135032.607000', '135032.609000', '135032.612000', '135032.615000', '135032.617000', '135032.620000', '135052.506000', '135052.509000', '135052.512000', '135052.514000', '135052.517000', '135052.520000', '135052.522000', '135052.525000', '135052.528000', '135052.530000', '135052.533000', '135052.535000', '135052.538000', '135052.541000', '135052.543000', '135052.546000', '135052.549000', '135052.551000', '135052.554000', '135052.557000', '135052.559000', '135052.562000', '135052.565000', '135052.567000', '135052.570000', '135052.572000', '135052.575000', '135052.578000', '135052.580000', '135052.583000', '135052.586000', '135052.588000', '135052.591000', '135052.594000', '135052.596000', '135052.599000', '135052.601000', '135052.604000', '135052.607000', '135052.609000', '135052.612000', '135052.615000', '135052.617000', '135112.507000', '135112.509000', '135112.512000', '135112.515000', '135112.518000', '135112.521000', '135112.523000', '135112.526000', '135112.529000', '135112.531000', '135112.534000', '135112.536000', '135112.539000', '135112.542000', '135112.544000', '135112.547000', '135112.550000', '135112.552000', '135112.555000', '135112.557000', '135112.560000', '135112.563000', '135112.565000', '135112.568000', '135112.570000', '135112.573000', '135112.576000', '135112.578000', '135112.581000', '135112.583000', '135112.586000', '135112.589000', '135112.591000', '135112.594000', '135112.596000', '135112.599000', '135112.602000', '135112.604000', '135112.607000', '135112.609000', '135112.612000', '135112.615000', '135112.617000', '135112.620000', '135132.507000', '135132.509000', '135132.513000', '135132.515000', '135132.518000', '135132.520000', '135132.523000', '135132.526000', '135132.529000', '135132.531000', '135132.534000', '135132.537000', '135132.539000', '135132.542000', '135132.545000', '135132.547000', '135132.550000', '135132.552000', '135132.555000', '135132.558000', '135132.560000', '135132.563000', '135132.565000', '135132.568000', '135132.571000', '135132.573000', '135132.576000', '135132.578000', '135132.581000', '135132.584000', '135132.586000', '135132.589000', '135132.592000', '135132.594000', '135132.597000', '135132.600000', '135132.603000', '135132.605000', '135132.608000', '135132.610000', '135132.613000', '135132.616000', '135132.619000', '135152.505000', '135152.508000', '135152.511000', '135152.514000', '135152.516000', '135152.519000', '135152.522000', '135152.524000', '135152.527000', '135152.529000', '135152.532000', '135152.535000', '135152.537000', '135152.540000', '135152.542000', '135152.545000', '135152.548000', '135152.550000', '135152.553000', '135152.555000', '135152.572000', '135152.575000', '135152.578000', '135152.580000', '135152.583000', '135152.586000', '135152.588000', '135152.591000', '135152.594000', '135152.596000', '135152.599000', '135152.602000', '135152.604000', '135152.607000', '135152.610000', '135152.612000', '135152.615000', '135152.617000', '135152.620000', '135152.623000', '135152.625000', '135152.628000', '135152.631000', '135152.633000', '135212.506000', '135212.509000', '135212.511000', '135212.514000', '135212.516000', '135212.519000', '135212.522000', '135212.525000', '135212.527000', '135212.530000', '135212.533000', '135212.535000', '135212.538000', '135212.540000', '135212.543000', '135212.546000', '135212.548000', '135212.551000', '135212.553000', '135212.556000', '135212.559000', '135212.563000', '135212.566000', '135212.569000', '135212.571000', '135212.574000', '135212.576000', '135212.579000', '135212.582000', '135212.585000', '135212.587000', '135212.590000', '135212.592000', '135212.595000', '135212.598000', '135212.600000', '135212.603000', '135212.606000', '135212.608000', '135212.611000', '135212.613000', '135212.616000', '135212.619000', '135232.507000', '135232.509000', '135232.512000', '135232.515000', '135232.518000', '135232.527000', '135232.530000', '135232.533000', '135232.535000', '135232.538000', '135232.541000', '135232.543000', '135232.546000', '135232.548000', '135232.551000', '135232.554000', '135232.556000', '135232.559000', '135232.561000', '135232.564000', '135232.567000', '135232.569000', '135232.572000', '135232.574000', '135232.577000', '135232.580000', '135232.582000', '135232.585000', '135232.587000', '135232.590000', '135232.593000', '135232.595000', '135232.598000', '135232.601000', '135232.603000', '135232.606000', '135232.608000', '135232.611000', '135232.614000', '135232.616000', '135232.619000', '135232.622000', '135232.624000', '135232.627000', '135252.507000', '135252.509000', '135252.512000', '135252.515000', '135252.517000', '135252.520000', '135252.523000', '135252.525000', '135252.528000', '135252.531000', '135252.533000', '135252.536000', '135252.539000', '135252.541000', '135252.544000', '135252.546000', '135252.549000', '135252.552000', '135252.554000', '135252.557000', '135252.560000', '135252.562000', '135252.565000', '135252.567000', '135252.570000', '135252.573000', '135252.575000', '135252.578000', '135252.581000', '135252.583000', '135252.586000', '135252.588000', '135252.591000', '135252.594000', '135252.596000', '135252.599000', '135252.601000', '135252.604000', '135252.607000', '135252.609000', '135252.612000', '135252.615000', '135252.617000', '135312.506000', '135312.509000', '135312.512000', '135312.515000', '135312.518000', '135312.520000', '135312.523000', '135312.526000', '135312.528000', '135312.531000', '135312.534000', '135312.536000', '135312.539000', '135312.542000', '135312.544000', '135312.547000', '135312.549000', '135312.552000', '135312.555000', '135312.557000', '135312.560000', '135312.563000', '135312.565000', '135312.568000', '135312.570000', '135312.573000', '135312.576000', '135312.578000', '135312.581000', '135312.584000', '135312.586000', '135312.589000', '135312.592000', '135312.595000', '135312.597000', '135312.600000', '135312.602000', '135312.605000', '135312.608000', '135312.610000', '135312.613000', '135312.616000', '135312.618000', '135312.621000', '135332.507000', '135332.510000', '135332.512000', '135332.515000', '135332.518000', '135332.520000', '135332.523000', '135332.526000', '135332.528000', '135332.531000', '135332.533000', '135332.536000', '135332.539000', '135332.541000', '135332.544000', '135332.547000', '135332.549000', '135332.552000', '135332.554000', '135332.557000', '135332.560000', '135332.562000', '135332.565000', '135332.567000', '135332.570000', '135332.573000', '135332.575000', '135332.578000', '135332.581000', '135332.583000', '135332.586000', '135332.589000', '135332.591000', '135332.594000', '135332.597000', '135332.599000', '135332.602000', '135332.604000', '135332.607000', '135332.610000', '135332.612000', '135332.615000', '135332.617000', '135352.507000', '135352.510000', '135352.513000', '135352.515000', '135352.518000', '135352.522000', '135352.525000', '135352.527000', '135352.531000', '135352.533000', '135352.536000', '135352.538000', '135352.541000', '135352.544000', '135352.546000', '135352.549000', '135352.552000', '135352.554000', '135352.557000', '135352.559000', '135352.562000', '135352.565000', '135352.567000', '135352.570000', '135352.573000', '135352.575000', '135352.578000', '135352.581000', '135352.584000', '135352.586000', '135352.589000', '135352.591000', '135352.594000', '135352.597000', '135352.599000', '135352.602000', '135352.604000', '135352.607000', '135352.610000', '135352.612000', '135352.615000', '135352.618000', '135352.620000', '135401.606000', '135401.609000', '135401.611000', '135401.614000', '135401.616000', '135401.619000', '135401.622000', '135401.624000', '135401.627000', '135401.630000', '135401.632000', '135401.635000', '135401.637000', '135401.640000', '135401.643000', '135401.645000', '135401.648000', '135401.651000', '135401.653000', '135401.656000', '135401.658000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [8115, 8728, 7222, 7004, 8059, 7925, 7840, 7522, 8314, 7351, 7855, 8100, 7899, 7641, 10334, 7672, 7721, 7787, 7144, 8006, 7727, 9380, 7830, 9072, 7972, 7612, 7855, 7509, 7729, 7667, 7109, 7933, 7866, 7947, 7693, 7795, 7771, 7795, 8001, 7212, 8047, 10018, 8871, 7410, 7742, 7507, 7393, 8529, 10452, 7800, 7972, 7805, 7816, 7629, 8087, 9929, 8049, 9470, 7994, 7517, 8026, 7652, 7717, 8066, 8000, 7897, 7491, 8593, 8507, 8215, 8526, 7790, 6638, 7956, 7877, 7822, 8872, 9959, 7778, 7440, 7980, 7163, 8673, 8215, 7713, 8392, 7927, 9174, 10394, 8433, 9201, 8277, 7652, 8498, 8220, 8187, 8533, 7951, 8935, 7854, 9259, 9208, 8149, 6869, 8364, 8193, 8457, 8659, 9508, 8941, 9155, 8451, 8261, 8709, 8567, 8936, 7450, 8335, 7984, 7618, 8370, 7452, 8084, 8037, 7628, 8277, 7816, 7838, 8977, 8938, 9252, 8090, 7851, 7890, 8445, 8373, 9584, 8377, 8151, 7598, 8425, 8648, 7851, 7690, 7959, 7987, 7634, 8118, 9189, 8892, 7385, 7664, 8113, 8132, 9469, 10316, 7014, 7498, 7624, 8065, 9685, 8115, 8066, 8176, 7437, 8002, 9200, 7496, 8147, 8182, 7242, 8893, 9713, 7934, 8384, 8408, 8505, 8469, 8202, 8055, 8416, 8317, 8493, 7716, 8461, 8086, 7580, 8561, 8453, 7883, 8449, 10454, 8853, 8189, 8270, 8638, 9231, 8729, 8051, 8919, 8138, 8684, 7866, 7865, 7855, 7843, 8033, 7747, 8138, 8104, 8126, 7856, 8329, 7854, 8025, 8078, 8104, 7485, 8149, 8568, 8218, 8405, 8717, 8123, 8410, 8583, 8268, 8147, 8148, 8122, 8269, 8840, 8156, 7604, 8064, 7513, 8121, 7696, 8215, 8407, 8057, 7454, 7999, 7650, 8197, 8096, 8470, 7732, 8435, 7831, 8338, 7478, 8174, 7655, 8204, 7508, 8313, 7748, 8490, 8560, 8403, 8477, 8498, 8220, 8277, 7958, 8428, 8654, 8760, 8270, 8773, 8304, 8779, 7751, 8640, 7584, 8613, 7751, 8861, 8143, 8385, 8145, 7743, 8135, 7534, 8830, 8206, 8914, 8769, 8779, 7017, 8760, 8158, 8222, 8266, 8722, 8433, 7829, 8891, 8157, 7538, 8202, 8867, 8551, 7634, 8107, 8104, 7291, 8601, 6462, 8731, 8581, 7423, 8617, 8312, 8963, 7885, 8308, 7774, 8883, 8803, 8173, 8398, 8986, 9009, 8366, 8225, 8900, 10475, 8731, 8529, 7610, 8761, 7301, 8328, 8442, 8691, 7953, 8061, 7817, 8782, 7867, 8375, 7846, 7370, 8628, 7373, 7705, 8296, 7784, 8698, 6972, 8700, 8277, 8110, 7800, 8428, 8114, 8456, 8443, 7870, 7646, 8545, 8116, 8715, 8703, 7659, 8562, 7776, 8825, 8079, 8045, 8655, 7510, 8553, 7806, 8114, 8084, 7521, 8551, 7421, 8752, 7581, 8452, 7841, 7383, 8507, 7430, 8628, 7996, 7726, 8149, 7805, 8346, 7590, 8559, 7586, 8758, 7672, 7699, 8090, 7432, 8310, 7549, 8057, 7908, 8486, 7568, 8176, 7895, 7710, 8460, 8297, 8400, 7893, 7973, 7914, 8234, 8438, 8628, 8598, 7973, 8533, 8742, 8857, 8898, 8655, 7598, 8670, 7825, 8105, 8021, 7801, 8491, 7522, 8365, 8026, 8537, 7778, 8685, 7722, 8640, 7921, 7835, 7713, 7432, 7898, 7571, 7978, 8233, 8178, 8600, 8398, 8013, 8233, 7364, 8462, 7928, 8115, 7777, 7884, 8163, 7990, 8351, 8997, 8423, 8820, 8409, 7997, 8418, 8121, 8132, 7884, 7770, 7864, 7104, 8238, 7361, 8359, 7771, 7969, 7730, 7666, 8190, 9053, 8237, 7865, 8274, 7920, 7201, 8257, 9575, 8318, 7293, 8365, 8130, 8365, 7788, 8653, 8037, 7770, 8436, 7096, 8398, 7762, 8180, 7651, 7210, 7947, 7237, 8284, 7806, 8165, 7031, 7666, 7370, 8037, 7748, 8140, 7984, 8044, 8259, 7375, 7810, 7834, 7807, 7737, 8510, 8098, 8303, 8077, 7944, 8114, 7540, 7996, 7793, 7269, 8269, 8716, 7843, 7567, 8130, 7564, 8238, 7661, 7949, 7436, 6985, 7651, 7938, 8011, 7946, 8179, 7704, 7493, 7369, 7966, 7605, 8077, 7686, 8193, 7817, 8003, 7859, 7672, 7929, 7459, 7710, 7537, 7315, 7768, 9064, 7781, 7257, 7388, 7711, 7352, 8302, 8933, 7743, 7163, 7213, 7799, 7727, 8514, 9790, 7772, 8128, 7795, 7556, 7858, 7700, 9096, 7749, 8264, 7809, 7503, 7945, 7468, 7345, 8022, 7736, 7843, 7232, 7702, 8428, 7590, 7116, 7898, 7927, 8013, 8041, 7447, 7386, 7475, 8856, 8670, 7734, 8623, 7872, 7333, 7702, 8268, 7344, 7888, 7882, 7801, 7286, 7969, 8010, 7834, 8135, 8069, 8605, 7646, 8068, 9728, 7671, 7217, 8074, 8043, 7712, 8458, 7823, 8353, 7293, 8291, 7164, 8089, 7988, 7561, 8063, 7258, 8309, 8837, 8014, 7504, 7581, 8303, 7599, 8448, 9198, 8064, 9078, 8022, 7937, 7955, 7490, 7734, 8192, 7384, 8306, 7162, 8078, 8839, 8039, 7138, 8041, 8296, 7356, 7826, 7683, 7799, 8394, 7889, 7856, 8216, 8091, 7672, 8359, 7728, 8952, 8987, 7946, 7216, 7983, 8113, 8572, 7707, 8672, 7313, 7914, 7563, 7192, 7921, 7762, 7980, 9551, 8088, 9580, 7933, 8221, 7863, 7600, 7811, 7560, 7194, 8624, 7604, 7875, 6863, 7438, 7656, 7626, 7796, 7758, 7788, 10105, 7668, 7598, 7799, 8155, 7884, 7481, 7443, 7810, 8589, 8133, 7502, 7463, 7701, 7708, 7825, 8297, 8154, 7527, 7464, 7589, 7437, 7767, 10111, 7959, 8193, 7312, 7665, 7262, 7750, 8578, 7270, 7573, 7991, 7763, 7622, 8164, 7330, 7607, 7534, 7354, 8026, 9167, 8118, 7763, 7476, 7454, 7225, 7767, 9645, 7809, 9573, 7842, 7424, 7585, 7272, 7190, 7649, 7758, 8035, 7198, 7796, 7531, 7473, 7848, 6637, 8116, 7837, 7335, 7583, 9095, 7894, 7402, 8089, 7581, 8754, 7802, 7453, 7964, 7431, 7320, 7782, 10057, 8100, 7387, 7175, 7585, 7609, 7845, 9020, 7702, 7497, 7964, 7508, 7148, 7703, 7533, 7791, 7186, 7946, 7424, 7756, 7856, 6509, 8113, 7584, 7263, 7947, 8918, 8015, 7518, 7869, 7836, 7336, 8078, 7309, 7171, 7793, 7361, 7672, 7708, 9301, 7798, 7215, 7318, 7578, 8312, 8002, 9380, 7640, 7328, 7650, 7904, 7577, 7884, 7438, 7727, 7918, 7265, 7603, 7824, 9277, 7715, 7289, 7537, 7849, 7563, 7812, 10040, 7891, 8248, 8016, 7748, 7704, 7891, 7572, 8082, 7209, 7452, 7575, 7603, 7755, 7409, 8024, 7506, 7509, 7397, 7628, 7920, 7885, 7824, 7252, 7680, 8070, 7509, 8288, 8164, 7921, 8033, 7059, 8512, 6722, 8056, 8532, 7869, 7504, 8177], 'WindowCenter': [3663.0, 3660.0, 3634.0, 3623.0, 3645.0, 3644.0, 3643.0, 3631.0, 3643.0, 3632.0, 3630.0, 3632.0, 3630.0, 3631.0, 3652.0, 3630.0, 3619.0, 3630.0, 3619.0, 3631.0, 3630.0, 3640.0, 3629.0, 3640.0, 3631.0, 3630.0, 3630.0, 3619.0, 3630.0, 3629.0, 3619.0, 3631.0, 3631.0, 3631.0, 3619.0, 3630.0, 3629.0, 3630.0, 3631.0, 3620.0, 3630.0, 3651.0, 3641.0, 3619.0, 3618.0, 3620.0, 3618.0, 3640.0, 3649.0, 3620.0, 3628.0, 3619.0, 3618.0, 3618.0, 3629.0, 3639.0, 3629.0, 3639.0, 3629.0, 3618.0, 3629.0, 3618.0, 3618.0, 3629.0, 3628.0, 3629.0, 3617.0, 3640.0, 3639.0, 3630.0, 3629.0, 3628.0, 3609.0, 3629.0, 3630.0, 3632.0, 3643.0, 3651.0, 3632.0, 3631.0, 3644.0, 3622.0, 3643.0, 3641.0, 3630.0, 3641.0, 3631.0, 3653.0, 3651.0, 3631.0, 3640.0, 3630.0, 3629.0, 3641.0, 3641.0, 3641.0, 3641.0, 3630.0, 3641.0, 3631.0, 3653.0, 3642.0, 3631.0, 3621.0, 3642.0, 3640.0, 3642.0, 3643.0, 3653.0, 3642.0, 3642.0, 3642.0, 3644.0, 3656.0, 3641.0, 3641.0, 3630.0, 3643.0, 3642.0, 3632.0, 3643.0, 3631.0, 3644.0, 3643.0, 3642.0, 3644.0, 3644.0, 3645.0, 3655.0, 3654.0, 3655.0, 3632.0, 3632.0, 3633.0, 3644.0, 3644.0, 3642.0, 3631.0, 3631.0, 3619.0, 3631.0, 3641.0, 3631.0, 3620.0, 3629.0, 3631.0, 3631.0, 3632.0, 3640.0, 3641.0, 3618.0, 3630.0, 3646.0, 3645.0, 3654.0, 3657.0, 3623.0, 3621.0, 3619.0, 3618.0, 3640.0, 3618.0, 3618.0, 3620.0, 3621.0, 3618.0, 3630.0, 3608.0, 3618.0, 3619.0, 3609.0, 3630.0, 3640.0, 3620.0, 3631.0, 3644.0, 3631.0, 3631.0, 3629.0, 3618.0, 3617.0, 3617.0, 3617.0, 3606.0, 3618.0, 3617.0, 3618.0, 3629.0, 3617.0, 3617.0, 3615.0, 3625.0, 3613.0, 3602.0, 3602.0, 3614.0, 3613.0, 3603.0, 3602.0, 3612.0, 3600.0, 3602.0, 3601.0, 3602.0, 3601.0, 3601.0, 3600.0, 3602.0, 3603.0, 3615.0, 3604.0, 3616.0, 3616.0, 3616.0, 3616.0, 3618.0, 3617.0, 3619.0, 3630.0, 3642.0, 3642.0, 3643.0, 3645.0, 3646.0, 3644.0, 3645.0, 3644.0, 3645.0, 3633.0, 3634.0, 3644.0, 3643.0, 3634.0, 3621.0, 3632.0, 3623.0, 3644.0, 3633.0, 3633.0, 3632.0, 3633.0, 3620.0, 3632.0, 3632.0, 3632.0, 3631.0, 3632.0, 3620.0, 3632.0, 3620.0, 3643.0, 3621.0, 3632.0, 3620.0, 3631.0, 3621.0, 3644.0, 3633.0, 3644.0, 3643.0, 3632.0, 3631.0, 3642.0, 3631.0, 3643.0, 3630.0, 3633.0, 3630.0, 3631.0, 3629.0, 3631.0, 3630.0, 3632.0, 3619.0, 3631.0, 3619.0, 3630.0, 3619.0, 3643.0, 3632.0, 3633.0, 3630.0, 3620.0, 3630.0, 3620.0, 3644.0, 3632.0, 3642.0, 3630.0, 3642.0, 3620.0, 3643.0, 3643.0, 3643.0, 3632.0, 3642.0, 3632.0, 3632.0, 3643.0, 3633.0, 3631.0, 3632.0, 3641.0, 3644.0, 3632.0, 3633.0, 3633.0, 3619.0, 3630.0, 3598.0, 3630.0, 3631.0, 3621.0, 3643.0, 3643.0, 3640.0, 3630.0, 3630.0, 3620.0, 3641.0, 3630.0, 3630.0, 3630.0, 3629.0, 3629.0, 3631.0, 3630.0, 3629.0, 3639.0, 3628.0, 3615.0, 3605.0, 3628.0, 3620.0, 3630.0, 3632.0, 3630.0, 3630.0, 3629.0, 3617.0, 3631.0, 3618.0, 3629.0, 3618.0, 3607.0, 3630.0, 3619.0, 3620.0, 3629.0, 3620.0, 3628.0, 3608.0, 3628.0, 3628.0, 3617.0, 3619.0, 3630.0, 3630.0, 3630.0, 3630.0, 3618.0, 3619.0, 3630.0, 3618.0, 3629.0, 3629.0, 3607.0, 3628.0, 3617.0, 3628.0, 3617.0, 3617.0, 3616.0, 3605.0, 3627.0, 3616.0, 3617.0, 3616.0, 3616.0, 3628.0, 3606.0, 3616.0, 3616.0, 3617.0, 3616.0, 3606.0, 3628.0, 3606.0, 3628.0, 3618.0, 3618.0, 3618.0, 3618.0, 3617.0, 3606.0, 3628.0, 3617.0, 3629.0, 3617.0, 3615.0, 3617.0, 3605.0, 3627.0, 3616.0, 3618.0, 3619.0, 3628.0, 3617.0, 3629.0, 3630.0, 3620.0, 3630.0, 3629.0, 3629.0, 3619.0, 3629.0, 3629.0, 3629.0, 3618.0, 3617.0, 3627.0, 3617.0, 3628.0, 3616.0, 3628.0, 3614.0, 3616.0, 3604.0, 3626.0, 3605.0, 3616.0, 3617.0, 3606.0, 3627.0, 3605.0, 3628.0, 3616.0, 3628.0, 3605.0, 3617.0, 3606.0, 3627.0, 3616.0, 3606.0, 3606.0, 3605.0, 3617.0, 3604.0, 3616.0, 3617.0, 3617.0, 3616.0, 3616.0, 3616.0, 3617.0, 3607.0, 3630.0, 3617.0, 3619.0, 3618.0, 3617.0, 3629.0, 3618.0, 3631.0, 3628.0, 3629.0, 3628.0, 3628.0, 3618.0, 3630.0, 3619.0, 3618.0, 3617.0, 3617.0, 3629.0, 3608.0, 3631.0, 3619.0, 3630.0, 3619.0, 3619.0, 3631.0, 3619.0, 3631.0, 3631.0, 3630.0, 3619.0, 3630.0, 3630.0, 3621.0, 3630.0, 3640.0, 3631.0, 3620.0, 3629.0, 3620.0, 3630.0, 3619.0, 3628.0, 3619.0, 3617.0, 3629.0, 3608.0, 3629.0, 3618.0, 3628.0, 3618.0, 3607.0, 3618.0, 3607.0, 3632.0, 3619.0, 3630.0, 3608.0, 3620.0, 3619.0, 3631.0, 3621.0, 3630.0, 3631.0, 3620.0, 3631.0, 3619.0, 3632.0, 3631.0, 3620.0, 3620.0, 3629.0, 3618.0, 3629.0, 3619.0, 3618.0, 3619.0, 3617.0, 3618.0, 3619.0, 3618.0, 3630.0, 3629.0, 3619.0, 3617.0, 3618.0, 3619.0, 3631.0, 3618.0, 3619.0, 3608.0, 3607.0, 3619.0, 3619.0, 3619.0, 3617.0, 3618.0, 3606.0, 3607.0, 3607.0, 3618.0, 3618.0, 3616.0, 3607.0, 3616.0, 3617.0, 3617.0, 3618.0, 3606.0, 3617.0, 3606.0, 3606.0, 3617.0, 3608.0, 3618.0, 3628.0, 3618.0, 3606.0, 3608.0, 3619.0, 3619.0, 3629.0, 3629.0, 3619.0, 3608.0, 3619.0, 3620.0, 3620.0, 3630.0, 3641.0, 3619.0, 3618.0, 3619.0, 3618.0, 3617.0, 3607.0, 3627.0, 3607.0, 3616.0, 3618.0, 3605.0, 3617.0, 3605.0, 3606.0, 3617.0, 3618.0, 3619.0, 3607.0, 3618.0, 3618.0, 3619.0, 3607.0, 3619.0, 3620.0, 3620.0, 3617.0, 3607.0, 3608.0, 3607.0, 3629.0, 3618.0, 3620.0, 3617.0, 3617.0, 3608.0, 3618.0, 3631.0, 3609.0, 3619.0, 3619.0, 3620.0, 3620.0, 3631.0, 3620.0, 3619.0, 3619.0, 3620.0, 3630.0, 3620.0, 3631.0, 3639.0, 3619.0, 3607.0, 3630.0, 3630.0, 3619.0, 3619.0, 3618.0, 3630.0, 3619.0, 3631.0, 3608.0, 3630.0, 3618.0, 3618.0, 3619.0, 3619.0, 3631.0, 3628.0, 3620.0, 3607.0, 3619.0, 3629.0, 3619.0, 3630.0, 3629.0, 3619.0, 3627.0, 3618.0, 3617.0, 3618.0, 3606.0, 3617.0, 3616.0, 3607.0, 3630.0, 3607.0, 3618.0, 3627.0, 3618.0, 3608.0, 3629.0, 3629.0, 3619.0, 3618.0, 3619.0, 3619.0, 3630.0, 3631.0, 3618.0, 3630.0, 3618.0, 3606.0, 3629.0, 3618.0, 3628.0, 3627.0, 3617.0, 3606.0, 3617.0, 3619.0, 3630.0, 3631.0, 3643.0, 3620.0, 3632.0, 3620.0, 3610.0, 3621.0, 3620.0, 3619.0, 3640.0, 3619.0, 3628.0, 3618.0, 3617.0, 3619.0, 3618.0, 3618.0, 3607.0, 3606.0, 3630.0, 3620.0, 3630.0, 3609.0, 3619.0, 3620.0, 3631.0, 3632.0, 3619.0, 3620.0, 3640.0, 3619.0, 3618.0, 3618.0, 3618.0, 3617.0, 3606.0, 3605.0, 3617.0, 3616.0, 3617.0, 3606.0, 3605.0, 3605.0, 3605.0, 3618.0, 3616.0, 3617.0, 3605.0, 3605.0, 3606.0, 3605.0, 3606.0, 3627.0, 3615.0, 3603.0, 3605.0, 3606.0, 3604.0, 3605.0, 3615.0, 3605.0, 3604.0, 3615.0, 3607.0, 3605.0, 3616.0, 3606.0, 3616.0, 3605.0, 3606.0, 3618.0, 3627.0, 3616.0, 3606.0, 3606.0, 3606.0, 3605.0, 3606.0, 3625.0, 3605.0, 3624.0, 3605.0, 3593.0, 3604.0, 3604.0, 3593.0, 3604.0, 3604.0, 3616.0, 3606.0, 3618.0, 3618.0, 3607.0, 3619.0, 3607.0, 3630.0, 3620.0, 3608.0, 3619.0, 3629.0, 3618.0, 3618.0, 3619.0, 3618.0, 3627.0, 3617.0, 3606.0, 3617.0, 3609.0, 3606.0, 3617.0, 3637.0, 3618.0, 3605.0, 3608.0, 3618.0, 3606.0, 3616.0, 3616.0, 3605.0, 3605.0, 3617.0, 3606.0, 3595.0, 3605.0, 3605.0, 3617.0, 3608.0, 3617.0, 3608.0, 3618.0, 3619.0, 3596.0, 3620.0, 3618.0, 3607.0, 3617.0, 3628.0, 3620.0, 3619.0, 3619.0, 3606.0, 3605.0, 3616.0, 3605.0, 3606.0, 3619.0, 3618.0, 3619.0, 3619.0, 3628.0, 3617.0, 3606.0, 3606.0, 3618.0, 3617.0, 3616.0, 3625.0, 3605.0, 3605.0, 3605.0, 3617.0, 3605.0, 3616.0, 3605.0, 3605.0, 3616.0, 3606.0, 3616.0, 3606.0, 3627.0, 3605.0, 3605.0, 3605.0, 3616.0, 3605.0, 3605.0, 3625.0, 3604.0, 3603.0, 3604.0, 3603.0, 3603.0, 3603.0, 3591.0, 3603.0, 3592.0, 3594.0, 3604.0, 3603.0, 3604.0, 3605.0, 3617.0, 3605.0, 3606.0, 3605.0, 3604.0, 3605.0, 3615.0, 3617.0, 3604.0, 3606.0, 3616.0, 3606.0, 3628.0, 3628.0, 3629.0, 3619.0, 3607.0, 3630.0, 3608.0, 3619.0, 3629.0, 3619.0, 3620.0, 3630.0], 'WindowWidth': [8280.0, 8268.0, 8223.0, 8205.0, 8235.0, 8232.0, 8230.0, 8211.0, 8228.0, 8211.0, 8207.0, 8210.0, 8207.0, 8209.0, 8235.0, 8207.0, 8190.0, 8205.0, 8190.0, 8209.0, 8206.0, 8219.0, 8203.0, 8219.0, 8208.0, 8205.0, 8205.0, 8191.0, 8207.0, 8203.0, 8190.0, 8207.0, 8208.0, 8209.0, 8189.0, 8207.0, 8204.0, 8205.0, 8208.0, 8192.0, 8208.0, 8234.0, 8221.0, 8191.0, 8189.0, 8191.0, 8188.0, 8219.0, 8229.0, 8191.0, 8198.0, 8188.0, 8186.0, 8188.0, 8201.0, 8215.0, 8203.0, 8214.0, 8202.0, 8187.0, 8201.0, 8186.0, 8186.0, 8200.0, 8199.0, 8202.0, 8185.0, 8219.0, 8216.0, 8207.0, 8203.0, 8202.0, 8177.0, 8205.0, 8208.0, 8212.0, 8229.0, 8236.0, 8213.0, 8209.0, 8231.0, 8201.0, 8229.0, 8223.0, 8207.0, 8222.0, 8210.0, 8240.0, 8236.0, 8208.0, 8218.0, 8206.0, 8205.0, 8223.0, 8223.0, 8222.0, 8222.0, 8205.0, 8223.0, 8210.0, 8241.0, 8223.0, 8212.0, 8195.0, 8224.0, 8222.0, 8226.0, 8228.0, 8241.0, 8226.0, 8223.0, 8226.0, 8234.0, 8250.0, 8224.0, 8224.0, 8207.0, 8230.0, 8226.0, 8211.0, 8228.0, 8210.0, 8233.0, 8230.0, 8227.0, 8233.0, 8232.0, 8234.0, 8247.0, 8244.0, 8246.0, 8212.0, 8211.0, 8214.0, 8229.0, 8228.0, 8223.0, 8207.0, 8206.0, 8189.0, 8208.0, 8220.0, 8209.0, 8191.0, 8203.0, 8207.0, 8209.0, 8211.0, 8216.0, 8221.0, 8186.0, 8206.0, 8239.0, 8235.0, 8243.0, 8249.0, 8195.0, 8189.0, 8182.0, 8181.0, 8211.0, 8181.0, 8182.0, 8186.0, 8192.0, 8179.0, 8200.0, 8169.0, 8180.0, 8183.0, 8171.0, 8200.0, 8215.0, 8189.0, 8207.0, 8230.0, 8207.0, 8204.0, 8199.0, 8181.0, 8179.0, 8178.0, 8177.0, 8163.0, 8182.0, 8180.0, 8182.0, 8197.0, 8178.0, 8177.0, 8172.0, 8183.0, 8165.0, 8148.0, 8150.0, 8166.0, 8165.0, 8151.0, 8148.0, 8163.0, 8143.0, 8150.0, 8147.0, 8148.0, 8147.0, 8147.0, 8146.0, 8149.0, 8153.0, 8171.0, 8157.0, 8175.0, 8174.0, 8177.0, 8176.0, 8183.0, 8182.0, 8189.0, 8204.0, 8223.0, 8224.0, 8228.0, 8232.0, 8235.0, 8231.0, 8232.0, 8229.0, 8231.0, 8214.0, 8217.0, 8230.0, 8226.0, 8215.0, 8193.0, 8211.0, 8199.0, 8232.0, 8212.0, 8213.0, 8207.0, 8211.0, 8190.0, 8209.0, 8208.0, 8209.0, 8206.0, 8208.0, 8188.0, 8208.0, 8189.0, 8225.0, 8194.0, 8208.0, 8189.0, 8208.0, 8193.0, 8229.0, 8213.0, 8230.0, 8224.0, 8211.0, 8205.0, 8223.0, 8205.0, 8227.0, 8204.0, 8211.0, 8202.0, 8206.0, 8198.0, 8207.0, 8203.0, 8208.0, 8188.0, 8205.0, 8185.0, 8202.0, 8189.0, 8226.0, 8208.0, 8211.0, 8204.0, 8190.0, 8204.0, 8190.0, 8227.0, 8208.0, 8222.0, 8204.0, 8222.0, 8190.0, 8225.0, 8229.0, 8225.0, 8211.0, 8222.0, 8209.0, 8213.0, 8228.0, 8212.0, 8209.0, 8210.0, 8220.0, 8229.0, 8212.0, 8212.0, 8211.0, 8188.0, 8204.0, 8159.0, 8202.0, 8205.0, 8194.0, 8227.0, 8226.0, 8217.0, 8202.0, 8201.0, 8188.0, 8218.0, 8201.0, 8203.0, 8201.0, 8198.0, 8199.0, 8205.0, 8201.0, 8200.0, 8211.0, 8195.0, 8173.0, 8160.0, 8195.0, 8190.0, 8203.0, 8207.0, 8202.0, 8203.0, 8200.0, 8183.0, 8207.0, 8185.0, 8200.0, 8183.0, 8166.0, 8200.0, 8188.0, 8191.0, 8199.0, 8188.0, 8197.0, 8169.0, 8196.0, 8196.0, 8182.0, 8187.0, 8202.0, 8204.0, 8203.0, 8203.0, 8184.0, 8187.0, 8203.0, 8184.0, 8199.0, 8198.0, 8167.0, 8196.0, 8179.0, 8197.0, 8179.0, 8180.0, 8178.0, 8161.0, 8192.0, 8179.0, 8180.0, 8178.0, 8178.0, 8194.0, 8162.0, 8179.0, 8180.0, 8182.0, 8179.0, 8165.0, 8195.0, 8165.0, 8195.0, 8185.0, 8186.0, 8183.0, 8182.0, 8182.0, 8164.0, 8197.0, 8183.0, 8199.0, 8179.0, 8177.0, 8181.0, 8163.0, 8195.0, 8180.0, 8185.0, 8185.0, 8199.0, 8182.0, 8201.0, 8204.0, 8191.0, 8204.0, 8200.0, 8200.0, 8186.0, 8201.0, 8202.0, 8200.0, 8183.0, 8179.0, 8193.0, 8179.0, 8196.0, 8178.0, 8195.0, 8172.0, 8177.0, 8158.0, 8190.0, 8163.0, 8178.0, 8179.0, 8163.0, 8194.0, 8161.0, 8196.0, 8178.0, 8195.0, 8162.0, 8179.0, 8162.0, 8192.0, 8176.0, 8163.0, 8164.0, 8161.0, 8178.0, 8159.0, 8179.0, 8178.0, 8180.0, 8176.0, 8179.0, 8177.0, 8181.0, 8169.0, 8202.0, 8182.0, 8187.0, 8182.0, 8182.0, 8199.0, 8186.0, 8205.0, 8197.0, 8201.0, 8196.0, 8198.0, 8184.0, 8202.0, 8185.0, 8184.0, 8182.0, 8182.0, 8201.0, 8173.0, 8207.0, 8186.0, 8203.0, 8187.0, 8188.0, 8207.0, 8189.0, 8206.0, 8205.0, 8203.0, 8188.0, 8202.0, 8205.0, 8192.0, 8204.0, 8215.0, 8204.0, 8189.0, 8201.0, 8189.0, 8202.0, 8186.0, 8197.0, 8185.0, 8180.0, 8199.0, 8170.0, 8201.0, 8184.0, 8197.0, 8182.0, 8168.0, 8184.0, 8169.0, 8207.0, 8186.0, 8203.0, 8171.0, 8189.0, 8186.0, 8205.0, 8195.0, 8203.0, 8205.0, 8189.0, 8207.0, 8190.0, 8211.0, 8208.0, 8191.0, 8189.0, 8199.0, 8184.0, 8199.0, 8189.0, 8182.0, 8187.0, 8180.0, 8182.0, 8186.0, 8186.0, 8202.0, 8198.0, 8187.0, 8181.0, 8184.0, 8186.0, 8204.0, 8185.0, 8186.0, 8169.0, 8167.0, 8186.0, 8185.0, 8188.0, 8181.0, 8184.0, 8165.0, 8166.0, 8167.0, 8184.0, 8183.0, 8178.0, 8167.0, 8176.0, 8180.0, 8180.0, 8183.0, 8163.0, 8180.0, 8163.0, 8164.0, 8182.0, 8169.0, 8184.0, 8195.0, 8182.0, 8166.0, 8170.0, 8189.0, 8186.0, 8201.0, 8198.0, 8186.0, 8171.0, 8186.0, 8191.0, 8189.0, 8202.0, 8215.0, 8184.0, 8182.0, 8184.0, 8182.0, 8181.0, 8166.0, 8191.0, 8165.0, 8175.0, 8181.0, 8160.0, 8180.0, 8161.0, 8164.0, 8180.0, 8184.0, 8187.0, 8167.0, 8185.0, 8184.0, 8185.0, 8169.0, 8188.0, 8188.0, 8189.0, 8181.0, 8166.0, 8170.0, 8166.0, 8199.0, 8181.0, 8187.0, 8179.0, 8181.0, 8168.0, 8185.0, 8204.0, 8172.0, 8188.0, 8187.0, 8190.0, 8191.0, 8206.0, 8190.0, 8187.0, 8184.0, 8186.0, 8201.0, 8188.0, 8205.0, 8212.0, 8186.0, 8167.0, 8202.0, 8204.0, 8187.0, 8186.0, 8183.0, 8200.0, 8186.0, 8207.0, 8172.0, 8203.0, 8183.0, 8183.0, 8185.0, 8187.0, 8205.0, 8197.0, 8190.0, 8168.0, 8186.0, 8200.0, 8189.0, 8205.0, 8199.0, 8186.0, 8194.0, 8184.0, 8182.0, 8185.0, 8166.0, 8181.0, 8177.0, 8166.0, 8202.0, 8167.0, 8184.0, 8194.0, 8182.0, 8169.0, 8202.0, 8200.0, 8186.0, 8186.0, 8187.0, 8186.0, 8202.0, 8207.0, 8185.0, 8204.0, 8182.0, 8165.0, 8201.0, 8183.0, 8197.0, 8193.0, 8182.0, 8163.0, 8181.0, 8186.0, 8202.0, 8207.0, 8226.0, 8191.0, 8210.0, 8189.0, 8175.0, 8190.0, 8190.0, 8187.0, 8215.0, 8184.0, 8195.0, 8182.0, 8182.0, 8184.0, 8181.0, 8183.0, 8165.0, 8163.0, 8203.0, 8189.0, 8204.0, 8174.0, 8187.0, 8188.0, 8207.0, 8211.0, 8187.0, 8191.0, 8214.0, 8185.0, 8184.0, 8186.0, 8183.0, 8182.0, 8165.0, 8161.0, 8180.0, 8177.0, 8179.0, 8164.0, 8162.0, 8162.0, 8160.0, 8183.0, 8177.0, 8179.0, 8161.0, 8159.0, 8162.0, 8161.0, 8165.0, 8191.0, 8175.0, 8154.0, 8159.0, 8163.0, 8156.0, 8161.0, 8172.0, 8159.0, 8158.0, 8175.0, 8166.0, 8161.0, 8178.0, 8164.0, 8176.0, 8163.0, 8163.0, 8182.0, 8194.0, 8178.0, 8164.0, 8162.0, 8164.0, 8162.0, 8164.0, 8187.0, 8160.0, 8182.0, 8159.0, 8143.0, 8158.0, 8158.0, 8142.0, 8158.0, 8158.0, 8179.0, 8167.0, 8182.0, 8184.0, 8167.0, 8187.0, 8170.0, 8204.0, 8189.0, 8172.0, 8185.0, 8198.0, 8185.0, 8186.0, 8186.0, 8183.0, 8194.0, 8180.0, 8163.0, 8181.0, 8174.0, 8166.0, 8181.0, 8207.0, 8182.0, 8162.0, 8169.0, 8182.0, 8163.0, 8177.0, 8176.0, 8161.0, 8162.0, 8179.0, 8163.0, 8148.0, 8161.0, 8161.0, 8181.0, 8170.0, 8181.0, 8169.0, 8182.0, 8185.0, 8153.0, 8189.0, 8183.0, 8169.0, 8181.0, 8194.0, 8187.0, 8186.0, 8185.0, 8165.0, 8159.0, 8176.0, 8162.0, 8166.0, 8187.0, 8185.0, 8187.0, 8185.0, 8197.0, 8180.0, 8162.0, 8165.0, 8182.0, 8180.0, 8176.0, 8187.0, 8158.0, 8159.0, 8161.0, 8182.0, 8160.0, 8178.0, 8160.0, 8160.0, 8177.0, 8165.0, 8178.0, 8162.0, 8192.0, 8160.0, 8160.0, 8161.0, 8178.0, 8158.0, 8161.0, 8184.0, 8156.0, 8155.0, 8156.0, 8154.0, 8154.0, 8154.0, 8135.0, 8154.0, 8139.0, 8143.0, 8155.0, 8153.0, 8156.0, 8158.0, 8180.0, 8160.0, 8162.0, 8159.0, 8154.0, 8159.0, 8175.0, 8181.0, 8160.0, 8164.0, 8175.0, 8162.0, 8195.0, 8197.0, 8201.0, 8185.0, 8167.0, 8202.0, 8171.0, 8186.0, 8200.0, 8187.0, 8191.0, 8202.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.0012532601536772781</td></tr>
<tr><td colspan=3>aqi</td><td>0.03129677003293085</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.63905252737364</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.178787239637362</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0205572746923084</td></tr>
<tr><td colspan=3>efc</td><td>0.4511</td></tr>
<tr><td colspan=3>fber</td><td>5111.5054</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08150310412288198</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1953896816684964</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5066949304644592</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4367156691768987</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7444765709302157</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3388925512862637</td></tr>
<tr><td colspan=3>gcor</td><td>0.00973188</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017276756465435028</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028418930247426033</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.8050863031703948</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>30.4842</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3661</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.8489</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310288.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.4409</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3524</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>410.5467</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2898.0833</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3766.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>817.8465</td></tr>
<tr><td colspan=3>tsnr</td><td>36.01366139680613</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>