ds005256-mriqc/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter dfb725a7f9 [DATALAD RUNCMD] Compute MRIQC for sub-0060
=== 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-0060 --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-0060",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:40:28 +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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-02/func/sub-0060_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>836935d514c0e07b515cbf5498e60059</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>19:51:3.620000</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.997742, -0.0266256, 0.0616589, 0.0148028, 0.982664, 0.184801]</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.0883246</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7739, -7281, 687, -48, -14, -41, 85]</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>230.207</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>02aa4b5f-ace3-437d-b973-514b4cf37f19||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.6768691539764404, 0.039714962244033813, 0.17687834799289703, 101.982421875], [0.07143460959196091, 2.6364169120788574, 0.49537158012390137, -113.91329193115234], [0.16542644798755646, -0.495807409286499, 2.6482675075531006, -54.12340545654297], [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': ['195103.620000', '195104.080000', '195104.540000', '195105.000000', '195105.460000', '195105.920000', '195106.380000', '195106.840000', '195107.300000', '195107.760000', '195108.220000', '195108.680000', '195109.140000', '195109.600000', '195110.060000', '195110.520000', '195110.980000', '195111.440000', '195111.900000', '195112.360000', '195112.820000', '195113.280000', '195113.740000', '195114.200000', '195114.660000', '195115.120000', '195115.580000', '195116.040000', '195116.500000', '195116.960000', '195117.420000', '195117.880000', '195118.340000', '195118.800000', '195119.260000', '195119.720000', '195120.180000', '195120.640000', '195121.100000', '195121.560000', '195122.020000', '195122.480000', '195122.940000', '195123.400000', '195123.860000', '195124.320000', '195124.780000', '195125.240000', '195125.700000', '195126.160000', '195126.620000', '195127.080000', '195127.540000', '195128.000000', '195128.460000', '195128.920000', '195129.380000', '195129.840000', '195130.300000', '195130.760000', '195131.220000', '195131.680000', '195132.140000', '195132.600000', '195133.060000', '195133.520000', '195133.980000', '195134.440000', '195134.900000', '195135.360000', '195135.820000', '195136.280000', '195136.740000', '195137.200000', '195137.660000', '195138.120000', '195138.580000', '195139.040000', '195139.500000', '195139.960000', '195140.420000', '195140.880000', '195141.340000', '195141.800000', '195142.260000', '195142.720000', '195143.180000', '195143.640000', '195144.100000', '195144.560000', '195145.020000', '195145.480000', '195145.940000', '195146.400000', '195146.860000', '195147.320000', '195147.780000', '195148.240000', '195148.700000', '195149.160000', '195149.620000', '195150.080000', '195150.540000', '195151.000000', '195151.460000', '195151.920000', '195152.380000', '195152.840000', '195153.300000', '195153.760000', '195154.220000', '195154.680000', '195155.140000', '195155.600000', '195156.060000', '195156.520000', '195156.980000', '195157.440000', '195157.900000', '195158.360000', '195158.820000', '195159.280000', '195159.740000', '195200.200000', '195200.660000', '195201.120000', '195201.580000', '195202.040000', '195202.500000', '195202.960000', '195203.420000', '195203.880000', '195204.340000', '195204.800000', '195205.260000', '195205.720000', '195206.180000', '195206.640000', '195207.100000', '195207.560000', '195208.020000', '195208.480000', '195208.940000', '195209.400000', '195209.860000', '195210.320000', '195210.780000', '195211.240000', '195211.700000', '195212.160000', '195212.620000', '195213.080000', '195213.540000', '195214.000000', '195214.460000', '195214.920000', '195215.380000', '195215.840000', '195216.300000', '195216.760000', '195217.220000', '195217.680000', '195218.140000', '195218.600000', '195219.060000', '195219.520000', '195219.980000', '195220.440000', '195220.900000', '195221.360000', '195221.820000', '195222.280000', '195222.740000', '195223.200000', '195223.660000', '195224.120000', '195224.580000', '195225.040000', '195225.500000', '195225.960000', '195226.420000', '195226.880000', '195227.340000', '195227.800000', '195228.260000', '195228.720000', '195229.180000', '195229.640000', '195230.100000', '195230.560000', '195231.020000', '195231.480000', '195231.940000', '195232.400000', '195232.860000', '195233.320000', '195233.780000', '195234.240000', '195234.700000', '195235.160000', '195235.620000', '195236.080000', '195236.540000', '195237.000000', '195237.460000', '195237.920000', '195238.380000', '195238.840000', '195239.300000', '195239.760000', '195240.220000', '195240.680000', '195241.140000', '195241.600000', '195242.060000', '195242.520000', '195242.980000', '195243.440000', '195243.900000', '195244.360000', '195244.820000', '195245.280000', '195245.740000', '195246.200000', '195246.660000', '195247.120000', '195247.580000', '195248.040000', '195248.500000', '195248.960000', '195249.420000', '195249.880000', '195250.340000', '195250.800000', '195251.260000', '195251.720000', '195252.180000', '195252.640000', '195253.100000', '195253.560000', '195254.020000', '195254.480000', '195254.940000', '195255.400000', '195255.860000', '195256.320000', '195256.780000', '195257.240000', '195257.700000', '195258.160000', '195258.620000', '195259.080000', '195259.540000', '195300.000000', '195300.460000', '195300.920000', '195301.380000', '195301.840000', '195302.300000', '195302.760000', '195303.220000', '195303.680000', '195304.140000', '195304.600000', '195305.060000', '195305.520000', '195305.980000', '195306.440000', '195306.900000', '195307.360000', '195307.820000', '195308.280000', '195308.740000', '195309.200000', '195309.660000', '195310.120000', '195310.580000', '195311.040000', '195311.500000', '195311.960000', '195312.420000', '195312.880000', '195313.340000', '195313.800000', '195314.260000', '195314.720000', '195315.180000', '195315.640000', '195316.100000', '195316.560000', '195317.020000', '195317.480000', '195317.940000', '195318.400000', '195318.860000', '195319.320000', '195319.780000', '195320.240000', '195320.700000', '195321.160000', '195321.620000', '195322.080000', '195322.540000', '195323.000000', '195323.460000', '195323.920000', '195324.380000', '195324.840000', '195325.300000', '195325.760000', '195326.220000', '195326.680000', '195327.140000', '195327.600000', '195328.060000', '195328.520000', '195328.980000', '195329.440000', '195329.900000', '195330.360000', '195330.820000', '195331.280000', '195331.740000', '195332.200000', '195332.660000', '195333.120000', '195333.580000', '195334.040000', '195334.500000', '195334.960000', '195335.420000', '195335.880000', '195336.340000', '195336.800000', '195337.260000', '195337.720000', '195338.180000', '195338.640000', '195339.100000', '195339.560000', '195340.020000', '195340.480000', '195340.940000', '195341.400000', '195341.860000', '195342.320000', '195342.780000', '195343.240000', '195343.700000', '195344.160000', '195344.620000', '195345.080000', '195345.540000', '195346.000000', '195346.460000', '195346.920000', '195347.380000', '195347.840000', '195348.300000', '195348.760000', '195349.220000', '195349.680000', '195350.140000', '195350.600000', '195351.060000', '195351.520000', '195351.980000', '195352.440000', '195352.900000', '195353.360000', '195353.820000', '195354.280000', '195354.740000', '195355.200000', '195355.660000', '195356.120000', '195356.580000', '195357.040000', '195357.500000', '195357.960000', '195358.420000', '195358.880000', '195359.340000', '195359.800000', '195400.260000', '195400.720000', '195401.180000', '195401.640000', '195402.100000', '195402.560000', '195403.020000', '195403.480000', '195403.940000', '195404.400000', '195404.860000', '195405.320000', '195405.780000', '195406.240000', '195406.700000', '195407.160000', '195407.620000', '195408.080000', '195408.540000', '195409.000000', '195409.460000', '195409.920000', '195410.380000', '195410.840000', '195411.300000', '195411.760000', '195412.220000', '195412.680000', '195413.140000', '195413.600000', '195414.060000', '195414.520000', '195414.980000', '195415.440000', '195415.900000', '195416.360000', '195416.820000', '195417.280000', '195417.740000', '195418.200000', '195418.660000', '195419.120000', '195419.580000', '195420.040000', '195420.500000', '195420.960000', '195421.420000', '195421.880000', '195422.340000', '195422.800000', '195423.260000', '195423.720000', '195424.180000', '195424.640000', '195425.100000', '195425.560000', '195426.020000', '195426.480000', '195426.940000', '195427.400000', '195427.860000', '195428.320000', '195428.780000', '195429.240000', '195429.700000', '195430.160000', '195430.620000', '195431.080000', '195431.540000', '195432.000000', '195432.460000', '195432.920000', '195433.380000', '195433.840000', '195434.300000', '195434.760000', '195435.220000', '195435.680000', '195436.140000', '195436.600000', '195437.060000', '195437.520000', '195437.980000', '195438.440000', '195438.900000', '195439.360000', '195439.820000', '195440.280000', '195440.740000', '195441.200000', '195441.660000', '195442.120000', '195442.580000', '195443.040000', '195443.500000', '195443.960000', '195444.420000', '195444.880000', '195445.340000', '195445.800000', '195446.260000', '195446.720000', '195447.180000', '195447.640000', '195448.100000', '195448.560000', '195449.020000', '195449.480000', '195449.940000', '195450.400000', '195450.860000', '195451.320000', '195451.780000', '195452.240000', '195452.700000', '195453.160000', '195453.620000', '195454.080000', '195454.540000', '195455.000000', '195455.460000', '195455.920000', '195456.380000', '195456.840000', '195457.300000', '195457.760000', '195458.220000', '195458.680000', '195459.140000', '195459.600000', '195500.060000', '195500.520000', '195500.980000', '195501.440000', '195501.900000', '195502.360000', '195502.820000', '195503.280000', '195503.740000', '195504.200000', '195504.660000', '195505.120000', '195505.580000', '195506.040000', '195506.500000', '195506.960000', '195507.420000', '195507.880000', '195508.340000', '195508.800000', '195509.260000', '195509.720000', '195510.180000', '195510.640000', '195511.100000', '195511.560000', '195512.020000', '195512.480000', '195512.940000', '195513.400000', '195513.860000', '195514.320000', '195514.780000', '195515.240000', '195515.700000', '195516.160000', '195516.620000', '195517.080000', '195517.540000', '195518.000000', '195518.460000', '195518.920000', '195519.380000', '195519.840000', '195520.300000', '195520.760000', '195521.220000', '195521.680000', '195522.140000', '195522.600000', '195523.060000', '195523.520000', '195523.980000', '195524.440000', '195524.900000', '195525.360000', '195525.820000', '195526.280000', '195526.740000', '195527.200000', '195527.660000', '195528.120000', '195528.580000', '195529.040000', '195529.500000', '195529.960000', '195530.420000', '195530.880000', '195531.340000', '195531.800000', '195532.260000', '195532.720000', '195533.180000', '195533.640000', '195534.100000', '195534.560000', '195535.020000', '195535.480000', '195535.940000', '195536.400000', '195536.860000', '195537.320000', '195537.780000', '195538.240000', '195538.700000', '195539.160000', '195539.620000', '195540.080000', '195540.540000', '195541.000000', '195541.460000', '195541.920000', '195542.380000', '195542.840000', '195543.300000', '195543.760000', '195544.220000', '195544.680000', '195545.140000', '195545.600000', '195546.060000', '195546.520000', '195546.980000', '195547.440000', '195547.900000', '195548.360000', '195548.820000', '195549.280000', '195549.740000', '195550.200000', '195550.660000', '195551.120000', '195551.580000', '195552.040000', '195552.500000', '195552.960000', '195553.420000', '195553.880000', '195554.340000', '195554.800000', '195555.260000', '195555.720000', '195556.180000', '195556.640000', '195557.100000', '195557.560000', '195558.020000', '195558.480000', '195558.940000', '195559.400000', '195559.860000', '195600.320000', '195600.780000', '195601.240000', '195601.700000', '195602.160000', '195602.620000', '195603.080000', '195603.540000', '195604.000000', '195604.460000', '195604.920000', '195605.380000', '195605.840000', '195606.300000', '195606.760000', '195607.220000', '195607.680000', '195608.140000', '195608.600000', '195609.060000', '195609.520000', '195609.980000', '195610.440000', '195610.900000', '195611.360000', '195611.820000', '195612.280000', '195612.740000', '195613.200000', '195613.660000', '195614.120000', '195614.580000', '195615.040000', '195615.500000', '195615.960000', '195616.420000', '195616.880000', '195617.340000', '195617.800000', '195618.260000', '195618.720000', '195619.180000', '195619.640000', '195620.100000', '195620.560000', '195621.020000', '195621.480000', '195621.940000', '195622.400000', '195622.860000', '195623.320000', '195623.780000', '195624.240000', '195624.700000', '195625.160000', '195625.620000', '195626.080000', '195626.540000', '195627.000000', '195627.460000', '195627.920000', '195628.380000', '195628.840000', '195629.300000', '195629.760000', '195630.220000', '195630.680000', '195631.140000', '195631.600000', '195632.060000', '195632.520000', '195632.980000', '195633.440000', '195633.900000', '195634.360000', '195634.820000', '195635.280000', '195635.740000', '195636.200000', '195636.660000', '195637.120000', '195637.580000', '195638.040000', '195638.500000', '195638.960000', '195639.420000', '195639.880000', '195640.340000', '195640.800000', '195641.260000', '195641.720000', '195642.180000', '195642.640000', '195643.100000', '195643.560000', '195644.020000', '195644.480000', '195644.940000', '195645.400000', '195645.860000', '195646.320000', '195646.780000', '195647.240000', '195647.700000', '195648.160000', '195648.620000', '195649.080000', '195649.540000', '195650.000000', '195650.460000', '195650.920000', '195651.380000', '195651.840000', '195652.300000', '195652.760000', '195653.220000', '195653.680000', '195654.140000', '195654.600000', '195655.060000', '195655.520000', '195655.980000', '195656.440000', '195656.900000', '195657.360000', '195657.820000', '195658.280000', '195658.740000', '195659.200000', '195659.660000', '195700.120000', '195700.580000', '195701.040000', '195701.500000', '195701.960000', '195702.420000', '195702.880000', '195703.340000', '195703.800000', '195704.260000', '195704.720000', '195705.180000', '195705.640000', '195706.100000', '195706.560000', '195707.020000', '195707.480000', '195707.940000', '195708.400000', '195708.860000', '195709.320000', '195709.780000', '195710.240000', '195710.700000', '195711.160000', '195711.620000', '195712.080000', '195712.540000', '195713.000000', '195713.460000', '195713.920000', '195714.380000', '195714.840000', '195715.300000', '195715.760000', '195716.220000', '195716.680000', '195717.140000', '195717.600000', '195718.060000', '195718.520000', '195718.980000', '195719.440000', '195719.900000', '195720.360000', '195720.820000', '195721.280000', '195721.740000', '195722.200000', '195722.660000', '195723.120000', '195723.580000', '195724.040000', '195724.500000', '195724.960000', '195725.420000', '195725.880000', '195726.340000', '195726.800000', '195727.260000', '195727.720000', '195728.180000', '195728.640000', '195729.100000', '195729.560000', '195730.020000', '195730.480000', '195730.940000', '195731.400000', '195731.860000', '195732.320000', '195732.780000', '195733.240000', '195733.700000', '195734.160000', '195734.620000', '195735.080000', '195735.540000', '195736.000000', '195736.460000', '195736.920000', '195737.380000', '195737.840000', '195738.300000', '195738.760000', '195739.220000', '195739.680000', '195740.140000', '195740.600000', '195741.060000', '195741.520000', '195741.980000', '195742.440000', '195742.900000', '195743.360000', '195743.820000', '195744.280000', '195744.740000', '195745.200000', '195745.660000', '195746.120000', '195746.580000', '195747.040000', '195747.500000', '195747.960000', '195748.420000', '195748.880000', '195749.340000', '195749.800000', '195750.260000', '195750.720000', '195751.180000', '195751.640000', '195752.100000', '195752.560000', '195753.020000', '195753.480000', '195753.940000', '195754.400000', '195754.860000', '195755.320000', '195755.780000', '195756.240000', '195756.700000', '195757.160000', '195757.620000', '195758.080000', '195758.540000', '195759.000000', '195759.460000', '195759.920000', '195800.380000', '195800.840000', '195801.300000', '195801.760000', '195802.220000', '195802.680000', '195803.140000', '195803.600000'], 'ContentTime': ['195133.695000', '195133.698000', '195133.701000', '195133.704000', '195133.706000', '195133.709000', '195133.714000', '195133.717000', '195133.720000', '195133.722000', '195133.725000', '195133.728000', '195133.730000', '195133.733000', '195133.736000', '195133.738000', '195133.741000', '195133.744000', '195133.746000', '195133.749000', '195133.751000', '195133.754000', '195133.756000', '195133.759000', '195133.762000', '195133.764000', '195133.767000', '195133.770000', '195133.773000', '195133.775000', '195133.778000', '195133.780000', '195133.783000', '195133.786000', '195133.792000', '195133.795000', '195133.798000', '195133.800000', '195133.803000', '195133.806000', '195133.808000', '195133.817000', '195133.820000', '195133.823000', '195133.826000', '195133.828000', '195133.833000', '195133.835000', '195133.838000', '195133.841000', '195133.843000', '195133.846000', '195133.848000', '195133.851000', '195133.854000', '195133.856000', '195133.859000', '195133.861000', '195133.864000', '195133.867000', '195133.869000', '195133.872000', '195153.658000', '195153.661000', '195153.664000', '195153.667000', '195153.669000', '195153.672000', '195153.675000', '195153.677000', '195153.680000', '195153.683000', '195153.685000', '195153.688000', '195153.691000', '195153.693000', '195153.696000', '195153.698000', '195153.701000', '195153.704000', '195153.706000', '195153.709000', '195153.711000', '195153.720000', '195153.723000', '195153.726000', '195153.728000', '195153.731000', '195153.734000', '195153.736000', '195153.739000', '195153.741000', '195153.744000', '195153.747000', '195153.749000', '195153.752000', '195153.755000', '195153.757000', '195153.760000', '195153.762000', '195153.765000', '195153.768000', '195153.770000', '195153.773000', '195153.775000', '195153.778000', '195213.656000', '195213.658000', '195213.661000', '195213.664000', '195213.666000', '195213.669000', '195213.672000', '195213.674000', '195213.677000', '195213.680000', '195213.682000', '195213.685000', '195213.688000', '195213.690000', '195213.693000', '195213.696000', '195213.698000', '195213.701000', '195213.703000', '195213.706000', '195213.709000', '195213.711000', '195213.714000', '195213.717000', '195213.720000', '195213.722000', '195213.725000', '195213.728000', '195213.730000', '195213.733000', '195213.736000', '195213.738000', '195213.741000', '195213.743000', '195213.746000', '195213.749000', '195213.751000', '195213.754000', '195213.757000', '195213.759000', '195213.762000', '195213.765000', '195213.767000', '195233.656000', '195233.659000', '195233.662000', '195233.664000', '195233.667000', '195233.670000', '195233.672000', '195233.675000', '195233.678000', '195233.680000', '195233.683000', '195233.686000', '195233.688000', '195233.691000', '195233.693000', '195233.696000', '195233.699000', '195233.702000', '195233.704000', '195233.707000', '195233.710000', '195233.712000', '195233.715000', '195233.718000', '195233.720000', '195233.723000', '195233.725000', '195233.728000', '195233.731000', '195233.733000', '195233.736000', '195233.739000', '195233.741000', '195233.744000', '195233.747000', '195233.749000', '195233.752000', '195233.755000', '195233.757000', '195233.760000', '195233.763000', '195233.765000', '195233.768000', '195233.771000', '195253.657000', '195253.659000', '195253.662000', '195253.665000', '195253.667000', '195253.670000', '195253.673000', '195253.675000', '195253.678000', '195253.681000', '195253.684000', '195253.686000', '195253.689000', '195253.692000', '195253.694000', '195253.697000', '195253.700000', '195253.703000', '195253.705000', '195253.708000', '195253.711000', '195253.713000', '195253.716000', '195253.719000', '195253.721000', '195253.724000', '195253.727000', '195253.729000', '195253.732000', '195253.734000', '195253.737000', '195253.740000', '195253.742000', '195253.745000', '195253.748000', '195253.750000', '195253.753000', '195253.756000', '195253.758000', '195253.761000', '195253.763000', '195253.766000', '195253.769000', '195313.657000', '195313.660000', '195313.662000', '195313.665000', '195313.668000', '195313.670000', '195313.673000', '195313.676000', '195313.678000', '195313.681000', '195313.683000', '195313.686000', '195313.688000', '195313.691000', '195313.695000', '195313.698000', '195313.700000', '195313.703000', '195313.706000', '195313.708000', '195313.711000', '195313.714000', '195313.716000', '195313.719000', '195313.722000', '195313.724000', '195313.727000', '195313.730000', '195313.732000', '195313.735000', '195313.738000', '195313.740000', '195313.752000', '195313.755000', '195313.757000', '195313.760000', '195313.763000', '195313.765000', '195313.768000', '195313.771000', '195313.773000', '195313.776000', '195313.779000', '195313.781000', '195333.656000', '195333.659000', '195333.662000', '195333.665000', '195333.667000', '195333.670000', '195333.673000', '195333.675000', '195333.678000', '195333.681000', '195333.683000', '195333.686000', '195333.689000', '195333.691000', '195333.694000', '195333.697000', '195333.700000', '195333.702000', '195333.705000', '195333.707000', '195333.710000', '195333.713000', '195333.715000', '195333.718000', '195333.721000', '195333.724000', '195333.726000', '195333.729000', '195333.732000', '195333.734000', '195333.737000', '195333.740000', '195333.742000', '195333.745000', '195333.747000', '195333.750000', '195333.753000', '195333.755000', '195333.758000', '195333.761000', '195333.763000', '195333.766000', '195333.769000', '195353.657000', '195353.660000', '195353.663000', '195353.666000', '195353.669000', '195353.671000', '195353.674000', '195353.677000', '195353.679000', '195353.682000', '195353.685000', '195353.687000', '195353.690000', '195353.693000', '195353.696000', '195353.698000', '195353.701000', '195353.704000', '195353.707000', '195353.709000', '195353.712000', '195353.715000', '195353.717000', '195353.720000', '195353.722000', '195353.725000', '195353.728000', '195353.730000', '195353.733000', '195353.736000', '195353.742000', '195353.745000', '195353.747000', '195353.750000', '195353.753000', '195353.755000', '195353.758000', '195353.761000', '195353.763000', '195353.766000', '195353.768000', '195353.771000', '195353.773000', '195413.656000', '195413.659000', '195413.662000', '195413.665000', '195413.668000', '195413.671000', '195413.673000', '195413.676000', '195413.679000', '195413.681000', '195413.684000', '195413.686000', '195413.689000', '195413.692000', '195413.694000', '195413.697000', '195413.700000', '195413.702000', '195413.705000', '195413.707000', '195413.710000', '195413.713000', '195413.715000', '195413.718000', '195413.721000', '195413.723000', '195413.726000', '195413.728000', '195413.731000', '195413.734000', '195413.736000', '195413.739000', '195413.742000', '195413.744000', '195413.747000', '195413.749000', '195413.752000', '195413.755000', '195413.757000', '195413.760000', '195413.763000', '195413.765000', '195413.768000', '195413.770000', '195433.656000', '195433.658000', '195433.661000', '195433.664000', '195433.666000', '195433.669000', '195433.672000', '195433.674000', '195433.677000', '195433.680000', '195433.682000', '195433.685000', '195433.688000', '195433.690000', '195433.693000', '195433.696000', '195433.699000', '195433.701000', '195433.704000', '195433.707000', '195433.709000', '195433.712000', '195433.715000', '195433.717000', '195433.720000', '195433.725000', '195433.727000', '195433.730000', '195433.733000', '195433.737000', '195433.739000', '195433.742000', '195433.745000', '195433.747000', '195433.750000', '195433.753000', '195433.755000', '195433.758000', '195433.760000', '195433.763000', '195433.766000', '195433.768000', '195433.771000', '195453.656000', '195453.659000', '195453.662000', '195453.665000', '195453.668000', '195453.670000', '195453.673000', '195453.675000', '195453.678000', '195453.681000', '195453.683000', '195453.686000', '195453.689000', '195453.691000', '195453.710000', '195453.713000', '195453.716000', '195453.718000', '195453.721000', '195453.724000', '195453.727000', '195453.729000', '195453.732000', '195453.735000', '195453.737000', '195453.740000', '195453.742000', '195453.745000', '195453.748000', '195453.751000', '195453.753000', '195453.756000', '195453.759000', '195453.761000', '195453.764000', '195453.766000', '195453.769000', '195453.772000', '195453.774000', '195453.777000', '195453.780000', '195453.782000', '195453.785000', '195453.787000', '195513.656000', '195513.659000', '195513.662000', '195513.665000', '195513.667000', '195513.670000', '195513.673000', '195513.675000', '195513.678000', '195513.684000', '195513.687000', '195513.689000', '195513.692000', '195513.695000', '195513.697000', '195513.700000', '195513.703000', '195513.706000', '195513.708000', '195513.711000', '195513.714000', '195513.716000', '195513.719000', '195513.721000', '195513.724000', '195513.727000', '195513.729000', '195513.732000', '195513.735000', '195513.737000', '195513.740000', '195513.743000', '195513.745000', '195513.748000', '195513.751000', '195513.753000', '195513.756000', '195513.758000', '195513.761000', '195513.764000', '195513.766000', '195513.769000', '195513.772000', '195533.657000', '195533.659000', '195533.663000', '195533.665000', '195533.668000', '195533.670000', '195533.673000', '195533.676000', '195533.679000', '195533.681000', '195533.684000', '195533.687000', '195533.689000', '195533.692000', '195533.695000', '195533.697000', '195533.700000', '195533.703000', '195533.705000', '195533.708000', '195533.711000', '195533.713000', '195533.716000', '195533.719000', '195533.721000', '195533.724000', '195533.727000', '195533.729000', '195533.732000', '195533.735000', '195533.737000', '195533.740000', '195533.743000', '195533.745000', '195533.748000', '195533.751000', '195533.753000', '195533.756000', '195533.758000', '195533.761000', '195533.764000', '195533.766000', '195533.769000', '195533.772000', '195553.656000', '195553.659000', '195553.662000', '195553.665000', '195553.667000', '195553.670000', '195553.673000', '195553.675000', '195553.678000', '195553.681000', '195553.683000', '195553.686000', '195553.689000', '195553.691000', '195553.694000', '195553.696000', '195553.699000', '195553.702000', '195553.704000', '195553.707000', '195553.710000', '195553.713000', '195553.715000', '195553.718000', '195553.720000', '195553.723000', '195553.726000', '195553.729000', '195553.732000', '195553.734000', '195553.737000', '195553.740000', '195553.742000', '195553.745000', '195553.748000', '195553.750000', '195553.753000', '195553.756000', '195553.758000', '195553.761000', '195553.764000', '195553.766000', '195553.769000', '195613.657000', '195613.660000', '195613.662000', '195613.665000', '195613.667000', '195613.671000', '195613.673000', '195613.676000', '195613.678000', '195613.681000', '195613.684000', '195613.687000', '195613.689000', '195613.692000', '195613.695000', '195613.697000', '195613.700000', '195613.703000', '195613.705000', '195613.708000', '195613.711000', '195613.713000', '195613.716000', '195613.719000', '195613.721000', '195613.724000', '195613.727000', '195613.729000', '195613.732000', '195613.735000', '195613.737000', '195613.740000', '195613.743000', '195613.745000', '195613.748000', '195613.751000', '195613.753000', '195613.758000', '195613.761000', '195613.770000', '195613.773000', '195613.775000', '195613.778000', '195613.781000', '195633.657000', '195633.659000', '195633.662000', '195633.665000', '195633.668000', '195633.670000', '195633.673000', '195633.676000', '195633.678000', '195633.681000', '195633.684000', '195633.686000', '195633.689000', '195633.692000', '195633.694000', '195633.697000', '195633.700000', '195633.702000', '195633.705000', '195633.707000', '195633.710000', '195633.713000', '195633.715000', '195633.718000', '195633.721000', '195633.723000', '195633.726000', '195633.729000', '195633.731000', '195633.734000', '195633.737000', '195633.739000', '195633.742000', '195633.745000', '195633.747000', '195633.750000', '195633.753000', '195633.755000', '195633.758000', '195633.761000', '195633.763000', '195633.766000', '195633.770000', '195653.655000', '195653.658000', '195653.661000', '195653.663000', '195653.667000', '195653.669000', '195653.672000', '195653.675000', '195653.677000', '195653.680000', '195653.683000', '195653.685000', '195653.688000', '195653.691000', '195653.693000', '195653.696000', '195653.699000', '195653.701000', '195653.704000', '195653.706000', '195653.709000', '195653.712000', '195653.714000', '195653.717000', '195653.720000', '195653.722000', '195653.725000', '195653.727000', '195653.730000', '195653.733000', '195653.736000', '195653.739000', '195653.742000', '195653.744000', '195653.747000', '195653.750000', '195653.752000', '195653.755000', '195653.758000', '195653.760000', '195653.763000', '195653.766000', '195653.768000', '195653.771000', '195713.657000', '195713.659000', '195713.663000', '195713.665000', '195713.668000', '195713.670000', '195713.674000', '195713.676000', '195713.679000', '195713.682000', '195713.684000', '195713.687000', '195713.690000', '195713.692000', '195713.695000', '195713.698000', '195713.700000', '195713.703000', '195713.706000', '195713.708000', '195713.711000', '195713.713000', '195713.716000', '195713.719000', '195713.722000', '195713.724000', '195713.727000', '195713.730000', '195713.732000', '195713.735000', '195713.738000', '195713.740000', '195713.743000', '195713.745000', '195713.748000', '195713.751000', '195713.754000', '195713.756000', '195713.759000', '195713.762000', '195713.764000', '195713.767000', '195713.769000', '195733.656000', '195733.659000', '195733.662000', '195733.665000', '195733.667000', '195733.670000', '195733.673000', '195733.676000', '195733.678000', '195733.681000', '195733.683000', '195733.686000', '195733.689000', '195733.692000', '195733.694000', '195733.697000', '195733.699000', '195733.702000', '195733.705000', '195733.707000', '195733.710000', '195733.713000', '195733.715000', '195733.718000', '195733.721000', '195733.723000', '195733.726000', '195733.728000', '195733.731000', '195733.734000', '195733.736000', '195733.739000', '195733.742000', '195733.744000', '195733.747000', '195733.750000', '195733.752000', '195733.755000', '195733.757000', '195733.760000', '195733.763000', '195733.765000', '195733.768000', '195733.771000', '195753.657000', '195753.660000', '195753.662000', '195753.665000', '195753.668000', '195753.670000', '195753.673000', '195753.676000', '195753.678000', '195753.681000', '195753.684000', '195753.686000', '195753.689000', '195753.692000', '195753.694000', '195753.697000', '195753.700000', '195753.702000', '195753.705000', '195753.708000', '195753.710000', '195753.713000', '195753.716000', '195753.718000', '195753.721000', '195753.724000', '195753.726000', '195753.729000', '195753.732000', '195753.734000', '195753.737000', '195753.740000', '195753.742000', '195753.745000', '195753.748000', '195753.750000', '195753.753000', '195753.757000', '195753.760000', '195753.762000', '195753.765000', '195753.768000', '195753.770000', '195805.285000', '195805.288000', '195805.291000', '195805.293000', '195805.296000', '195805.299000', '195805.302000', '195805.304000', '195805.307000', '195805.310000', '195805.312000', '195805.315000', '195805.318000', '195805.320000', '195805.323000', '195805.326000', '195805.328000', '195805.331000', '195805.334000', '195805.336000', '195805.339000', '195805.342000', '195805.344000', '195805.347000', '195805.350000', '195805.352000'], 'InstanceCreationTime': ['195133.695000', '195133.698000', '195133.701000', '195133.704000', '195133.706000', '195133.709000', '195133.714000', '195133.717000', '195133.720000', '195133.722000', '195133.725000', '195133.728000', '195133.730000', '195133.733000', '195133.736000', '195133.738000', '195133.741000', '195133.744000', '195133.746000', '195133.749000', '195133.751000', '195133.754000', '195133.756000', '195133.759000', '195133.762000', '195133.764000', '195133.767000', '195133.770000', '195133.773000', '195133.775000', '195133.778000', '195133.780000', '195133.783000', '195133.786000', '195133.792000', '195133.795000', '195133.798000', '195133.800000', '195133.803000', '195133.806000', '195133.808000', '195133.817000', '195133.820000', '195133.823000', '195133.826000', '195133.828000', '195133.833000', '195133.835000', '195133.838000', '195133.841000', '195133.843000', '195133.846000', '195133.848000', '195133.851000', '195133.854000', '195133.856000', '195133.859000', '195133.861000', '195133.864000', '195133.867000', '195133.869000', '195133.872000', '195153.658000', '195153.661000', '195153.664000', '195153.667000', '195153.669000', '195153.672000', '195153.675000', '195153.677000', '195153.680000', '195153.683000', '195153.685000', '195153.688000', '195153.691000', '195153.693000', '195153.696000', '195153.698000', '195153.701000', '195153.704000', '195153.706000', '195153.709000', '195153.711000', '195153.720000', '195153.723000', '195153.726000', '195153.728000', '195153.731000', '195153.734000', '195153.736000', '195153.739000', '195153.741000', '195153.744000', '195153.747000', '195153.749000', '195153.752000', '195153.755000', '195153.757000', '195153.760000', '195153.762000', '195153.765000', '195153.768000', '195153.770000', '195153.773000', '195153.775000', '195153.778000', '195213.656000', '195213.658000', '195213.661000', '195213.664000', '195213.666000', '195213.669000', '195213.672000', '195213.674000', '195213.677000', '195213.680000', '195213.682000', '195213.685000', '195213.688000', '195213.690000', '195213.693000', '195213.696000', '195213.698000', '195213.701000', '195213.703000', '195213.706000', '195213.709000', '195213.711000', '195213.714000', '195213.717000', '195213.720000', '195213.722000', '195213.725000', '195213.728000', '195213.730000', '195213.733000', '195213.736000', '195213.738000', '195213.741000', '195213.743000', '195213.746000', '195213.749000', '195213.751000', '195213.754000', '195213.757000', '195213.759000', '195213.762000', '195213.765000', '195213.767000', '195233.656000', '195233.659000', '195233.662000', '195233.664000', '195233.667000', '195233.670000', '195233.672000', '195233.675000', '195233.678000', '195233.680000', '195233.683000', '195233.686000', '195233.688000', '195233.691000', '195233.693000', '195233.696000', '195233.699000', '195233.702000', '195233.704000', '195233.707000', '195233.710000', '195233.712000', '195233.715000', '195233.718000', '195233.720000', '195233.723000', '195233.725000', '195233.728000', '195233.731000', '195233.733000', '195233.736000', '195233.739000', '195233.741000', '195233.744000', '195233.747000', '195233.749000', '195233.752000', '195233.755000', '195233.757000', '195233.760000', '195233.763000', '195233.765000', '195233.768000', '195233.771000', '195253.657000', '195253.659000', '195253.662000', '195253.665000', '195253.667000', '195253.670000', '195253.673000', '195253.675000', '195253.678000', '195253.681000', '195253.684000', '195253.686000', '195253.689000', '195253.692000', '195253.694000', '195253.697000', '195253.700000', '195253.703000', '195253.705000', '195253.708000', '195253.711000', '195253.713000', '195253.716000', '195253.719000', '195253.721000', '195253.724000', '195253.727000', '195253.729000', '195253.732000', '195253.734000', '195253.737000', '195253.740000', '195253.742000', '195253.745000', '195253.748000', '195253.750000', '195253.753000', '195253.756000', '195253.758000', '195253.761000', '195253.763000', '195253.766000', '195253.769000', '195313.657000', '195313.660000', '195313.662000', '195313.665000', '195313.668000', '195313.670000', '195313.673000', '195313.676000', '195313.678000', '195313.681000', '195313.683000', '195313.686000', '195313.688000', '195313.691000', '195313.695000', '195313.698000', '195313.700000', '195313.703000', '195313.706000', '195313.708000', '195313.711000', '195313.714000', '195313.716000', '195313.719000', '195313.722000', '195313.724000', '195313.727000', '195313.730000', '195313.732000', '195313.735000', '195313.738000', '195313.740000', '195313.752000', '195313.755000', '195313.757000', '195313.760000', '195313.763000', '195313.765000', '195313.768000', '195313.771000', '195313.773000', '195313.776000', '195313.779000', '195313.781000', '195333.656000', '195333.659000', '195333.662000', '195333.665000', '195333.667000', '195333.670000', '195333.673000', '195333.675000', '195333.678000', '195333.681000', '195333.683000', '195333.686000', '195333.689000', '195333.691000', '195333.694000', '195333.697000', '195333.700000', '195333.702000', '195333.705000', '195333.707000', '195333.710000', '195333.713000', '195333.715000', '195333.718000', '195333.721000', '195333.724000', '195333.726000', '195333.729000', '195333.732000', '195333.734000', '195333.737000', '195333.740000', '195333.742000', '195333.745000', '195333.747000', '195333.750000', '195333.753000', '195333.755000', '195333.758000', '195333.761000', '195333.763000', '195333.766000', '195333.769000', '195353.657000', '195353.660000', '195353.663000', '195353.666000', '195353.669000', '195353.671000', '195353.674000', '195353.677000', '195353.679000', '195353.682000', '195353.685000', '195353.687000', '195353.690000', '195353.693000', '195353.696000', '195353.698000', '195353.701000', '195353.704000', '195353.707000', '195353.709000', '195353.712000', '195353.715000', '195353.717000', '195353.720000', '195353.722000', '195353.725000', '195353.728000', '195353.730000', '195353.733000', '195353.736000', '195353.742000', '195353.745000', '195353.747000', '195353.750000', '195353.753000', '195353.755000', '195353.758000', '195353.761000', '195353.763000', '195353.766000', '195353.768000', '195353.771000', '195353.773000', '195413.656000', '195413.659000', '195413.662000', '195413.665000', '195413.668000', '195413.671000', '195413.673000', '195413.676000', '195413.679000', '195413.681000', '195413.684000', '195413.686000', '195413.689000', '195413.692000', '195413.694000', '195413.697000', '195413.700000', '195413.702000', '195413.705000', '195413.707000', '195413.710000', '195413.713000', '195413.715000', '195413.718000', '195413.721000', '195413.723000', '195413.726000', '195413.728000', '195413.731000', '195413.734000', '195413.736000', '195413.739000', '195413.742000', '195413.744000', '195413.747000', '195413.749000', '195413.752000', '195413.755000', '195413.757000', '195413.760000', '195413.763000', '195413.765000', '195413.768000', '195413.770000', '195433.656000', '195433.658000', '195433.661000', '195433.664000', '195433.666000', '195433.669000', '195433.672000', '195433.674000', '195433.677000', '195433.680000', '195433.682000', '195433.685000', '195433.688000', '195433.690000', '195433.693000', '195433.696000', '195433.699000', '195433.701000', '195433.704000', '195433.707000', '195433.709000', '195433.712000', '195433.715000', '195433.717000', '195433.720000', '195433.725000', '195433.727000', '195433.730000', '195433.733000', '195433.737000', '195433.739000', '195433.742000', '195433.745000', '195433.747000', '195433.750000', '195433.753000', '195433.755000', '195433.758000', '195433.760000', '195433.763000', '195433.766000', '195433.768000', '195433.771000', '195453.656000', '195453.659000', '195453.662000', '195453.665000', '195453.668000', '195453.670000', '195453.673000', '195453.675000', '195453.678000', '195453.681000', '195453.683000', '195453.686000', '195453.689000', '195453.691000', '195453.710000', '195453.713000', '195453.716000', '195453.718000', '195453.721000', '195453.724000', '195453.727000', '195453.729000', '195453.732000', '195453.735000', '195453.737000', '195453.740000', '195453.742000', '195453.745000', '195453.748000', '195453.751000', '195453.753000', '195453.756000', '195453.759000', '195453.761000', '195453.764000', '195453.766000', '195453.769000', '195453.772000', '195453.774000', '195453.777000', '195453.780000', '195453.782000', '195453.785000', '195453.787000', '195513.656000', '195513.659000', '195513.662000', '195513.665000', '195513.667000', '195513.670000', '195513.673000', '195513.675000', '195513.678000', '195513.684000', '195513.687000', '195513.689000', '195513.692000', '195513.695000', '195513.697000', '195513.700000', '195513.703000', '195513.706000', '195513.708000', '195513.711000', '195513.714000', '195513.716000', '195513.719000', '195513.721000', '195513.724000', '195513.727000', '195513.729000', '195513.732000', '195513.735000', '195513.737000', '195513.740000', '195513.743000', '195513.745000', '195513.748000', '195513.751000', '195513.753000', '195513.756000', '195513.758000', '195513.761000', '195513.764000', '195513.766000', '195513.769000', '195513.772000', '195533.657000', '195533.659000', '195533.663000', '195533.665000', '195533.668000', '195533.670000', '195533.673000', '195533.676000', '195533.679000', '195533.681000', '195533.684000', '195533.687000', '195533.689000', '195533.692000', '195533.695000', '195533.697000', '195533.700000', '195533.703000', '195533.705000', '195533.708000', '195533.711000', '195533.713000', '195533.716000', '195533.719000', '195533.721000', '195533.724000', '195533.727000', '195533.729000', '195533.732000', '195533.735000', '195533.737000', '195533.740000', '195533.743000', '195533.745000', '195533.748000', '195533.751000', '195533.753000', '195533.756000', '195533.758000', '195533.761000', '195533.764000', '195533.766000', '195533.769000', '195533.772000', '195553.656000', '195553.659000', '195553.662000', '195553.665000', '195553.667000', '195553.670000', '195553.673000', '195553.675000', '195553.678000', '195553.681000', '195553.683000', '195553.686000', '195553.689000', '195553.691000', '195553.694000', '195553.696000', '195553.699000', '195553.702000', '195553.704000', '195553.707000', '195553.710000', '195553.713000', '195553.715000', '195553.718000', '195553.720000', '195553.723000', '195553.726000', '195553.729000', '195553.732000', '195553.734000', '195553.737000', '195553.740000', '195553.742000', '195553.745000', '195553.748000', '195553.750000', '195553.753000', '195553.756000', '195553.758000', '195553.761000', '195553.764000', '195553.766000', '195553.769000', '195613.657000', '195613.660000', '195613.662000', '195613.665000', '195613.667000', '195613.671000', '195613.673000', '195613.676000', '195613.678000', '195613.681000', '195613.684000', '195613.687000', '195613.689000', '195613.692000', '195613.695000', '195613.697000', '195613.700000', '195613.703000', '195613.705000', '195613.708000', '195613.711000', '195613.713000', '195613.716000', '195613.719000', '195613.721000', '195613.724000', '195613.727000', '195613.729000', '195613.732000', '195613.735000', '195613.737000', '195613.740000', '195613.743000', '195613.745000', '195613.748000', '195613.751000', '195613.753000', '195613.758000', '195613.761000', '195613.770000', '195613.773000', '195613.775000', '195613.778000', '195613.781000', '195633.657000', '195633.659000', '195633.662000', '195633.665000', '195633.668000', '195633.670000', '195633.673000', '195633.676000', '195633.678000', '195633.681000', '195633.684000', '195633.686000', '195633.689000', '195633.692000', '195633.694000', '195633.697000', '195633.700000', '195633.702000', '195633.705000', '195633.707000', '195633.710000', '195633.713000', '195633.715000', '195633.718000', '195633.721000', '195633.723000', '195633.726000', '195633.729000', '195633.731000', '195633.734000', '195633.737000', '195633.739000', '195633.742000', '195633.745000', '195633.747000', '195633.750000', '195633.753000', '195633.755000', '195633.758000', '195633.761000', '195633.763000', '195633.766000', '195633.770000', '195653.655000', '195653.658000', '195653.661000', '195653.663000', '195653.667000', '195653.669000', '195653.672000', '195653.675000', '195653.677000', '195653.680000', '195653.683000', '195653.685000', '195653.688000', '195653.691000', '195653.693000', '195653.696000', '195653.699000', '195653.701000', '195653.704000', '195653.706000', '195653.709000', '195653.712000', '195653.714000', '195653.717000', '195653.720000', '195653.722000', '195653.725000', '195653.727000', '195653.730000', '195653.733000', '195653.736000', '195653.739000', '195653.742000', '195653.744000', '195653.747000', '195653.750000', '195653.752000', '195653.755000', '195653.758000', '195653.760000', '195653.763000', '195653.766000', '195653.768000', '195653.771000', '195713.657000', '195713.659000', '195713.663000', '195713.665000', '195713.668000', '195713.670000', '195713.674000', '195713.676000', '195713.679000', '195713.682000', '195713.684000', '195713.687000', '195713.690000', '195713.692000', '195713.695000', '195713.698000', '195713.700000', '195713.703000', '195713.706000', '195713.708000', '195713.711000', '195713.713000', '195713.716000', '195713.719000', '195713.722000', '195713.724000', '195713.727000', '195713.730000', '195713.732000', '195713.735000', '195713.738000', '195713.740000', '195713.743000', '195713.745000', '195713.748000', '195713.751000', '195713.754000', '195713.756000', '195713.759000', '195713.762000', '195713.764000', '195713.767000', '195713.769000', '195733.656000', '195733.659000', '195733.662000', '195733.665000', '195733.667000', '195733.670000', '195733.673000', '195733.676000', '195733.678000', '195733.681000', '195733.683000', '195733.686000', '195733.689000', '195733.692000', '195733.694000', '195733.697000', '195733.699000', '195733.702000', '195733.705000', '195733.707000', '195733.710000', '195733.713000', '195733.715000', '195733.718000', '195733.721000', '195733.723000', '195733.726000', '195733.728000', '195733.731000', '195733.734000', '195733.736000', '195733.739000', '195733.742000', '195733.744000', '195733.747000', '195733.750000', '195733.752000', '195733.755000', '195733.757000', '195733.760000', '195733.763000', '195733.765000', '195733.768000', '195733.771000', '195753.657000', '195753.660000', '195753.662000', '195753.665000', '195753.668000', '195753.670000', '195753.673000', '195753.676000', '195753.678000', '195753.681000', '195753.684000', '195753.686000', '195753.689000', '195753.692000', '195753.694000', '195753.697000', '195753.700000', '195753.702000', '195753.705000', '195753.708000', '195753.710000', '195753.713000', '195753.716000', '195753.718000', '195753.721000', '195753.724000', '195753.726000', '195753.729000', '195753.732000', '195753.734000', '195753.737000', '195753.740000', '195753.742000', '195753.745000', '195753.748000', '195753.750000', '195753.753000', '195753.757000', '195753.760000', '195753.762000', '195753.765000', '195753.768000', '195753.770000', '195805.285000', '195805.288000', '195805.291000', '195805.293000', '195805.296000', '195805.299000', '195805.302000', '195805.304000', '195805.307000', '195805.310000', '195805.312000', '195805.315000', '195805.318000', '195805.320000', '195805.323000', '195805.326000', '195805.328000', '195805.331000', '195805.334000', '195805.336000', '195805.339000', '195805.342000', '195805.344000', '195805.347000', '195805.350000', '195805.352000'], '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': [13035, 11408, 7689, 9445, 7780, 7753, 9884, 8030, 7753, 10009, 7743, 8322, 12137, 8073, 7620, 7579, 7396, 7769, 7685, 7808, 6623, 7827, 7511, 7154, 7621, 11119, 8891, 7418, 12623, 10615, 10104, 8757, 7639, 7936, 7085, 7621, 9665, 12319, 9361, 7812, 7881, 7828, 7596, 8881, 7891, 7571, 8050, 7542, 11057, 7872, 7531, 9311, 7581, 7466, 9190, 7151, 7719, 7421, 7180, 7732, 7963, 7483, 7538, 9947, 7045, 7663, 7360, 6961, 7423, 9229, 9547, 7810, 7536, 7686, 7813, 7330, 8852, 7800, 7595, 7801, 7806, 7638, 8374, 7732, 7398, 12913, 10031, 7797, 8689, 7087, 7640, 8178, 7890, 7800, 7517, 7255, 7716, 7461, 8646, 7522, 7549, 10199, 7182, 7581, 7499, 8355, 7780, 7794, 9956, 7931, 7499, 9786, 7620, 7797, 8623, 7173, 7470, 8517, 7648, 7685, 7378, 6868, 7591, 7054, 9017, 7742, 7522, 6926, 7794, 7257, 7848, 7643, 7511, 7169, 7717, 7338, 7486, 7555, 7553, 7764, 7719, 7503, 7892, 7532, 7509, 11861, 8063, 7542, 9147, 7614, 7186, 12177, 10297, 7705, 7635, 6963, 7651, 7638, 7862, 7502, 8104, 11341, 7713, 7461, 9083, 7792, 7395, 11889, 9718, 8516, 12571, 7930, 7661, 9407, 7705, 7313, 13047, 8394, 7570, 7410, 7094, 7545, 7407, 7390, 7531, 7386, 6753, 8046, 7990, 7663, 7071, 7740, 9450, 6949, 7710, 7670, 7403, 7561, 11341, 9930, 7840, 8498, 7337, 7468, 10017, 7908, 7588, 7834, 7272, 7473, 9072, 7112, 7630, 7192, 7261, 7365, 8226, 7018, 7637, 7204, 7407, 7675, 10018, 7280, 7727, 8172, 7357, 7582, 12392, 8140, 7835, 7616, 7194, 7438, 11906, 9529, 7943, 8831, 7350, 7554, 11121, 8423, 7657, 9089, 7949, 7610, 11592, 7981, 7793, 7859, 7691, 7611, 7376, 7679, 7292, 9685, 7397, 7580, 7345, 7341, 7612, 7653, 8329, 7909, 8700, 7337, 7727, 10132, 8679, 7864, 7582, 7692, 7664, 9743, 8633, 8030, 7555, 7498, 7946, 7591, 6942, 7908, 7418, 11677, 9485, 7782, 7516, 7088, 7573, 7462, 12027, 8542, 7632, 7311, 7901, 7796, 7726, 7915, 7672, 7765, 7751, 7508, 7633, 7744, 7949, 11346, 7945, 8569, 12424, 11692, 8659, 8379, 8147, 7079, 7982, 7817, 7921, 7793, 10353, 7830, 8664, 11738, 7917, 10362, 8642, 7802, 13663, 11391, 7869, 11389, 7757, 10544, 12081, 8017, 7971, 7091, 8059, 7900, 7813, 7608, 11400, 8137, 7739, 7398, 7507, 7740, 7556, 7752, 7674, 9402, 8148, 7815, 6887, 7925, 7858, 7263, 7655, 8928, 8029, 7949, 7962, 6977, 8111, 8153, 7901, 7882, 11090, 8549, 7985, 9002, 7745, 7717, 10403, 8186, 7974, 8490, 7939, 7987, 9273, 7941, 7744, 12667, 7706, 7907, 7691, 7715, 7694, 9847, 7536, 7753, 8039, 8230, 7502, 9356, 8319, 7795, 7648, 8328, 7468, 9085, 7935, 7866, 8287, 7916, 7848, 8492, 7932, 7774, 9538, 7859, 7967, 9385, 7859, 7841, 12092, 7520, 7953, 8672, 7860, 7633, 10338, 7470, 7792, 8071, 7641, 7606, 9384, 7451, 7922, 8429, 7842, 7660, 10047, 7605, 7755, 8166, 8679, 8101, 9246, 8325, 8052, 8237, 8164, 8156, 8197, 8025, 8090, 8390, 8084, 7890, 8302, 8205, 7947, 8376, 8316, 7919, 8819, 8155, 8291, 8695, 8188, 7899, 7631, 8079, 8864, 7310, 8181, 7812, 7613, 7688, 10948, 9165, 8030, 7868, 7061, 7957, 7574, 8170, 8104, 7842, 7202, 8034, 8229, 8299, 8102, 8522, 7073, 8005, 7961, 7811, 7907, 10741, 7227, 8006, 7598, 7350, 7597, 10014, 8121, 7752, 8313, 7895, 7384, 10290, 7949, 7668, 7268, 7832, 7403, 7683, 8076, 7746, 7213, 8046, 7547, 7468, 7737, 8600, 10552, 8275, 7843, 7426, 8285, 7507, 10749, 8808, 8025, 9903, 8143, 7563, 11406, 8519, 7983, 8732, 8048, 11243, 8226, 7799, 12374, 7993, 7760, 7417, 7798, 7617, 8733, 7937, 7456, 7329, 7719, 7284, 10143, 7657, 7341, 7150, 7680, 7189, 7607, 7701, 7586, 7333, 8014, 7252, 9837, 9047, 7612, 7372, 7113, 7408, 7035, 11148, 7669, 7735, 8387, 7247, 7726, 7549, 7609, 7513, 7482, 11419, 7665, 7838, 7820, 7435, 7596, 7544, 9760, 8046, 7564, 8341, 7970, 7761, 9108, 7978, 7478, 7984, 7748, 7557, 9186, 7817, 7688, 7680, 7720, 7777, 7962, 8052, 7484, 7824, 7822, 7703, 9636, 8022, 7668, 7820, 7666, 8145, 11202, 9222, 7615, 7680, 8578, 7676, 7930, 7890, 8060, 10018, 8029, 8776, 7881, 7906, 7902, 8672, 7703, 10601, 8565, 7676, 8643, 8006, 7767, 8774, 7908, 7828, 7744, 7693, 7846, 8276, 8107, 7582, 7982, 7972, 7772, 9401, 8124, 7734, 8056, 8122, 7727, 9376, 8528, 7763, 7925, 8935, 8267, 9418, 9025, 8102, 7752, 7855, 7968, 7736, 7808, 7800, 7913, 9817, 7995, 9891, 8626, 7722, 12487, 9964, 7833, 11851, 8049, 7884, 8071, 7776, 7981, 7647, 7517, 8252, 7548, 7650, 7467, 7700, 7504, 7270, 7187, 6485, 7181, 6639, 7677, 7442, 6783, 7412, 10495, 7833, 7735, 9083, 7276, 6881, 9121, 7889, 7001, 7345, 7092, 7267, 7328, 8565, 8126, 7388, 7898, 7510, 7420, 7427, 8135, 8229, 7598, 7630, 8342, 7701, 9572, 10609, 8174, 7513, 7711, 8631, 8142, 10908, 10615, 7483, 7448, 7975, 7352, 7309, 7492, 8117, 7136, 11454, 8273, 7457, 9390, 9019, 7710, 7612, 7824, 7384, 7297, 7448, 7629, 6663, 7624, 7176, 7185, 7382, 7607, 7162, 7956, 6809, 7392, 7790, 6538, 7040, 7516, 7408, 7132, 7190, 7588, 8273, 7534, 10036, 7342, 7486, 7896, 7325, 7433, 7228, 7538, 8229, 7260, 9148, 8581, 8043, 9489, 11709, 7996, 7492, 7972, 7547, 7637, 8094, 9235, 7505, 7517, 7677, 8572, 7702, 9101, 8067, 7499, 7715, 7403, 7501, 7336, 10014, 8630, 7602, 7928, 7601, 7497, 7552, 7010, 7547, 7880, 8969, 7687, 7342, 7690, 7153, 7355, 6890, 8138, 8253, 7799, 7782, 7012, 7502, 8241, 6811, 8186, 7466, 8081, 8828, 7409, 6944, 6986, 7117, 7827, 7144, 8685, 7001, 7547, 8115, 7640, 7929, 7920, 7905, 8472, 8363, 8198, 11204, 9296, 7704, 7819, 7387, 7684, 7104, 11978, 10283, 6672, 6733, 6577, 6406, 7941, 7821, 6998, 7050, 8429, 9734, 9012, 7506, 8257, 6652, 7007, 7550, 9951, 8305, 7419, 7302, 7007, 7307, 6919, 10292, 7024, 7288, 7793, 10411, 10095, 9084, 8092, 8950, 7493, 7701, 7376, 7228, 7499, 7920, 7632, 8217, 7478, 7481, 8200, 7085, 7830, 8227], 'WindowCenter': [3969.0, 3931.0, 3874.0, 3893.0, 3861.0, 3860.0, 3889.0, 3869.0, 3858.0, 3879.0, 3857.0, 3867.0, 3898.0, 3856.0, 3855.0, 3857.0, 3857.0, 3858.0, 3869.0, 3859.0, 3848.0, 3870.0, 3859.0, 3860.0, 3860.0, 3901.0, 3880.0, 3848.0, 3901.0, 3889.0, 3876.0, 3854.0, 3846.0, 3854.0, 3846.0, 3856.0, 3879.0, 3898.0, 3866.0, 3845.0, 3855.0, 3844.0, 3845.0, 3865.0, 3844.0, 3844.0, 3844.0, 3843.0, 3875.0, 3844.0, 3844.0, 3866.0, 3846.0, 3844.0, 3866.0, 3834.0, 3856.0, 3845.0, 3846.0, 3857.0, 3869.0, 3858.0, 3858.0, 3878.0, 3846.0, 3856.0, 3846.0, 3847.0, 3858.0, 3877.0, 3879.0, 3857.0, 3857.0, 3856.0, 3856.0, 3846.0, 3867.0, 3857.0, 3855.0, 3846.0, 3856.0, 3855.0, 3857.0, 3857.0, 3858.0, 3899.0, 3878.0, 3855.0, 3866.0, 3846.0, 3855.0, 3866.0, 3855.0, 3855.0, 3845.0, 3846.0, 3856.0, 3846.0, 3867.0, 3858.0, 3856.0, 3877.0, 3845.0, 3857.0, 3846.0, 3867.0, 3855.0, 3856.0, 3876.0, 3855.0, 3846.0, 3876.0, 3856.0, 3855.0, 3866.0, 3846.0, 3844.0, 3866.0, 3857.0, 3856.0, 3856.0, 3835.0, 3858.0, 3847.0, 3877.0, 3857.0, 3857.0, 3847.0, 3856.0, 3857.0, 3869.0, 3857.0, 3856.0, 3846.0, 3856.0, 3846.0, 3856.0, 3857.0, 3856.0, 3857.0, 3857.0, 3857.0, 3867.0, 3858.0, 3858.0, 3899.0, 3867.0, 3856.0, 3876.0, 3856.0, 3848.0, 3899.0, 3888.0, 3856.0, 3857.0, 3846.0, 3858.0, 3858.0, 3868.0, 3858.0, 3867.0, 3897.0, 3857.0, 3857.0, 3878.0, 3857.0, 3846.0, 3899.0, 3877.0, 3865.0, 3897.0, 3855.0, 3844.0, 3865.0, 3856.0, 3845.0, 3895.0, 3853.0, 3843.0, 3843.0, 3843.0, 3855.0, 3846.0, 3857.0, 3857.0, 3844.0, 3846.0, 3880.0, 3869.0, 3869.0, 3858.0, 3857.0, 3877.0, 3845.0, 3857.0, 3855.0, 3858.0, 3858.0, 3888.0, 3877.0, 3857.0, 3865.0, 3844.0, 3857.0, 3876.0, 3856.0, 3845.0, 3844.0, 3845.0, 3845.0, 3866.0, 3845.0, 3856.0, 3846.0, 3856.0, 3857.0, 3868.0, 3846.0, 3858.0, 3857.0, 3858.0, 3858.0, 3889.0, 3859.0, 3857.0, 3868.0, 3857.0, 3869.0, 3910.0, 3868.0, 3857.0, 3855.0, 3846.0, 3857.0, 3899.0, 3878.0, 3857.0, 3867.0, 3856.0, 3857.0, 3887.0, 3867.0, 3856.0, 3867.0, 3857.0, 3856.0, 3898.0, 3856.0, 3856.0, 3856.0, 3855.0, 3854.0, 3846.0, 3858.0, 3847.0, 3877.0, 3847.0, 3858.0, 3857.0, 3847.0, 3857.0, 3858.0, 3869.0, 3858.0, 3868.0, 3847.0, 3858.0, 3889.0, 3868.0, 3858.0, 3857.0, 3857.0, 3858.0, 3879.0, 3869.0, 3870.0, 3859.0, 3848.0, 3858.0, 3858.0, 3848.0, 3858.0, 3859.0, 3901.0, 3877.0, 3858.0, 3845.0, 3848.0, 3859.0, 3848.0, 3900.0, 3867.0, 3858.0, 3848.0, 3859.0, 3858.0, 3859.0, 3856.0, 3856.0, 3856.0, 3858.0, 3846.0, 3858.0, 3859.0, 3859.0, 3889.0, 3855.0, 3880.0, 3912.0, 3900.0, 3868.0, 3868.0, 3858.0, 3847.0, 3869.0, 3856.0, 3869.0, 3857.0, 3887.0, 3857.0, 3866.0, 3897.0, 3855.0, 3876.0, 3864.0, 3842.0, 3894.0, 3884.0, 3841.0, 3872.0, 3842.0, 3873.0, 3882.0, 3841.0, 3841.0, 3830.0, 3841.0, 3840.0, 3841.0, 3843.0, 3884.0, 3842.0, 3843.0, 3841.0, 3843.0, 3843.0, 3843.0, 3854.0, 3855.0, 3864.0, 3855.0, 3854.0, 3844.0, 3855.0, 3855.0, 3844.0, 3856.0, 3866.0, 3855.0, 3856.0, 3854.0, 3845.0, 3856.0, 3855.0, 3867.0, 3857.0, 3887.0, 3866.0, 3856.0, 3876.0, 3856.0, 3857.0, 3887.0, 3867.0, 3855.0, 3865.0, 3856.0, 3855.0, 3877.0, 3867.0, 3856.0, 3897.0, 3854.0, 3854.0, 3854.0, 3855.0, 3857.0, 3876.0, 3856.0, 3854.0, 3855.0, 3866.0, 3857.0, 3877.0, 3867.0, 3855.0, 3854.0, 3866.0, 3856.0, 3877.0, 3867.0, 3866.0, 3866.0, 3866.0, 3866.0, 3877.0, 3867.0, 3856.0, 3875.0, 3856.0, 3856.0, 3877.0, 3867.0, 3866.0, 3897.0, 3854.0, 3855.0, 3864.0, 3865.0, 3856.0, 3886.0, 3844.0, 3855.0, 3855.0, 3857.0, 3856.0, 3876.0, 3855.0, 3855.0, 3865.0, 3856.0, 3856.0, 3886.0, 3854.0, 3855.0, 3865.0, 3865.0, 3855.0, 3875.0, 3866.0, 3855.0, 3864.0, 3865.0, 3855.0, 3866.0, 3866.0, 3855.0, 3866.0, 3865.0, 3865.0, 3867.0, 3867.0, 3856.0, 3866.0, 3866.0, 3866.0, 3877.0, 3866.0, 3866.0, 3866.0, 3865.0, 3854.0, 3856.0, 3866.0, 3865.0, 3844.0, 3865.0, 3855.0, 3856.0, 3856.0, 3886.0, 3876.0, 3866.0, 3866.0, 3845.0, 3867.0, 3867.0, 3866.0, 3867.0, 3866.0, 3856.0, 3868.0, 3878.0, 3867.0, 3867.0, 3866.0, 3844.0, 3866.0, 3866.0, 3856.0, 3867.0, 3887.0, 3855.0, 3866.0, 3855.0, 3857.0, 3867.0, 3887.0, 3866.0, 3854.0, 3865.0, 3866.0, 3855.0, 3885.0, 3855.0, 3853.0, 3854.0, 3856.0, 3855.0, 3855.0, 3866.0, 3855.0, 3854.0, 3866.0, 3856.0, 3857.0, 3857.0, 3878.0, 3888.0, 3868.0, 3866.0, 3856.0, 3867.0, 3856.0, 3898.0, 3878.0, 3866.0, 3887.0, 3867.0, 3867.0, 3898.0, 3866.0, 3855.0, 3865.0, 3854.0, 3884.0, 3865.0, 3854.0, 3895.0, 3854.0, 3853.0, 3843.0, 3854.0, 3855.0, 3864.0, 3854.0, 3843.0, 3844.0, 3855.0, 3855.0, 3887.0, 3856.0, 3855.0, 3844.0, 3854.0, 3846.0, 3856.0, 3856.0, 3856.0, 3845.0, 3856.0, 3846.0, 3878.0, 3867.0, 3856.0, 3856.0, 3846.0, 3859.0, 3847.0, 3899.0, 3857.0, 3869.0, 3868.0, 3856.0, 3858.0, 3857.0, 3857.0, 3858.0, 3859.0, 3899.0, 3857.0, 3858.0, 3857.0, 3858.0, 3858.0, 3858.0, 3877.0, 3857.0, 3856.0, 3868.0, 3858.0, 3856.0, 3879.0, 3856.0, 3846.0, 3857.0, 3858.0, 3857.0, 3879.0, 3857.0, 3857.0, 3857.0, 3859.0, 3858.0, 3869.0, 3869.0, 3858.0, 3858.0, 3870.0, 3859.0, 3891.0, 3870.0, 3858.0, 3858.0, 3860.0, 3870.0, 3900.0, 3879.0, 3857.0, 3857.0, 3868.0, 3858.0, 3857.0, 3869.0, 3856.0, 3877.0, 3858.0, 3867.0, 3856.0, 3857.0, 3857.0, 3867.0, 3857.0, 3888.0, 3867.0, 3856.0, 3866.0, 3856.0, 3856.0, 3865.0, 3855.0, 3856.0, 3856.0, 3857.0, 3856.0, 3867.0, 3867.0, 3857.0, 3857.0, 3868.0, 3858.0, 3878.0, 3857.0, 3856.0, 3868.0, 3868.0, 3859.0, 3879.0, 3868.0, 3858.0, 3868.0, 3879.0, 3868.0, 3879.0, 3880.0, 3869.0, 3870.0, 3869.0, 3869.0, 3869.0, 3859.0, 3859.0, 3869.0, 3889.0, 3859.0, 3888.0, 3867.0, 3856.0, 3898.0, 3878.0, 3846.0, 3898.0, 3855.0, 3856.0, 3855.0, 3856.0, 3857.0, 3857.0, 3846.0, 3869.0, 3856.0, 3856.0, 3858.0, 3859.0, 3859.0, 3873.0, 3863.0, 3816.0, 3827.0, 3818.0, 3824.0, 3838.0, 3804.0, 3826.0, 3871.0, 3842.0, 3852.0, 3858.0, 3850.0, 3862.0, 3895.0, 3885.0, 3862.0, 3859.0, 3848.0, 3860.0, 3860.0, 3880.0, 3870.0, 3860.0, 3870.0, 3860.0, 3861.0, 3861.0, 3871.0, 3870.0, 3871.0, 3860.0, 3871.0, 3860.0, 3892.0, 3892.0, 3870.0, 3858.0, 3858.0, 3879.0, 3870.0, 3891.0, 3889.0, 3858.0, 3858.0, 3857.0, 3857.0, 3858.0, 3847.0, 3869.0, 3847.0, 3899.0, 3868.0, 3847.0, 3877.0, 3867.0, 3857.0, 3845.0, 3856.0, 3843.0, 3844.0, 3835.0, 3846.0, 3838.0, 3837.0, 3825.0, 3824.0, 3848.0, 3859.0, 3851.0, 3862.0, 3828.0, 3826.0, 3837.0, 3842.0, 3849.0, 3851.0, 3849.0, 3826.0, 3836.0, 3859.0, 3871.0, 3859.0, 3869.0, 3834.0, 3848.0, 3844.0, 3835.0, 3836.0, 3836.0, 3846.0, 3856.0, 3847.0, 3868.0, 3855.0, 3846.0, 3869.0, 3886.0, 3856.0, 3861.0, 3857.0, 3847.0, 3847.0, 3844.0, 3828.0, 3811.0, 3822.0, 3821.0, 3833.0, 3837.0, 3859.0, 3848.0, 3825.0, 3820.0, 3823.0, 3838.0, 3838.0, 3868.0, 3846.0, 3837.0, 3847.0, 3822.0, 3806.0, 3804.0, 3783.0, 3794.0, 3806.0, 3841.0, 3849.0, 3862.0, 3872.0, 3848.0, 3857.0, 3860.0, 3873.0, 3860.0, 3837.0, 3836.0, 3827.0, 3826.0, 3846.0, 3826.0, 3871.0, 3864.0, 3887.0, 3883.0, 3847.0, 3849.0, 3861.0, 3848.0, 3848.0, 3824.0, 3848.0, 3824.0, 3838.0, 3849.0, 3864.0, 3850.0, 3838.0, 3850.0, 3859.0, 3872.0, 3870.0, 3890.0, 3881.0, 3860.0, 3848.0, 3848.0, 3846.0, 3822.0, 3901.0, 3894.0, 3838.0, 3823.0, 3812.0, 3802.0, 3834.0, 3845.0, 3837.0, 3836.0, 3859.0, 3868.0, 3855.0, 3834.0, 3844.0, 3823.0, 3824.0, 3833.0, 3854.0, 3843.0, 3835.0, 3834.0, 3824.0, 3835.0, 3836.0, 3867.0, 3825.0, 3823.0, 3833.0, 3864.0, 3867.0, 3871.0, 3849.0, 3869.0, 3849.0, 3835.0, 3834.0, 3833.0, 3822.0, 3843.0, 3834.0, 3845.0, 3835.0, 3836.0, 3845.0, 3820.0, 3835.0, 3844.0], 'WindowWidth': [8844.0, 8776.0, 8688.0, 8707.0, 8660.0, 8657.0, 8692.0, 8667.0, 8650.0, 8678.0, 8647.0, 8660.0, 8701.0, 8645.0, 8642.0, 8647.0, 8648.0, 8652.0, 8669.0, 8653.0, 8638.0, 8669.0, 8653.0, 8655.0, 8656.0, 8709.0, 8682.0, 8636.0, 8710.0, 8692.0, 8668.0, 8636.0, 8628.0, 8637.0, 8633.0, 8644.0, 8677.0, 8701.0, 8656.0, 8627.0, 8638.0, 8624.0, 8624.0, 8650.0, 8624.0, 8622.0, 8623.0, 8620.0, 8664.0, 8622.0, 8622.0, 8655.0, 8629.0, 8625.0, 8655.0, 8611.0, 8643.0, 8628.0, 8630.0, 8646.0, 8665.0, 8653.0, 8651.0, 8675.0, 8630.0, 8643.0, 8631.0, 8633.0, 8650.0, 8674.0, 8678.0, 8648.0, 8646.0, 8643.0, 8645.0, 8633.0, 8662.0, 8647.0, 8641.0, 8631.0, 8644.0, 8642.0, 8646.0, 8649.0, 8650.0, 8704.0, 8676.0, 8640.0, 8657.0, 8630.0, 8642.0, 8658.0, 8642.0, 8643.0, 8629.0, 8630.0, 8644.0, 8630.0, 8663.0, 8650.0, 8646.0, 8673.0, 8629.0, 8647.0, 8632.0, 8659.0, 8643.0, 8645.0, 8671.0, 8642.0, 8631.0, 8670.0, 8644.0, 8642.0, 8657.0, 8631.0, 8627.0, 8658.0, 8646.0, 8646.0, 8645.0, 8617.0, 8650.0, 8636.0, 8675.0, 8648.0, 8647.0, 8634.0, 8646.0, 8649.0, 8665.0, 8648.0, 8646.0, 8633.0, 8646.0, 8633.0, 8645.0, 8649.0, 8645.0, 8647.0, 8647.0, 8649.0, 8663.0, 8652.0, 8650.0, 8706.0, 8661.0, 8644.0, 8672.0, 8647.0, 8637.0, 8706.0, 8690.0, 8646.0, 8648.0, 8634.0, 8651.0, 8650.0, 8664.0, 8651.0, 8662.0, 8702.0, 8648.0, 8649.0, 8676.0, 8647.0, 8632.0, 8704.0, 8675.0, 8655.0, 8698.0, 8640.0, 8625.0, 8653.0, 8645.0, 8629.0, 8694.0, 8637.0, 8623.0, 8623.0, 8625.0, 8643.0, 8631.0, 8647.0, 8648.0, 8628.0, 8633.0, 8687.0, 8667.0, 8669.0, 8655.0, 8651.0, 8675.0, 8630.0, 8647.0, 8643.0, 8650.0, 8652.0, 8690.0, 8674.0, 8647.0, 8655.0, 8626.0, 8648.0, 8671.0, 8643.0, 8628.0, 8624.0, 8628.0, 8628.0, 8656.0, 8628.0, 8645.0, 8631.0, 8646.0, 8648.0, 8664.0, 8634.0, 8651.0, 8650.0, 8652.0, 8651.0, 8693.0, 8653.0, 8650.0, 8664.0, 8650.0, 8668.0, 8722.0, 8665.0, 8648.0, 8643.0, 8633.0, 8648.0, 8705.0, 8677.0, 8647.0, 8660.0, 8645.0, 8646.0, 8687.0, 8661.0, 8644.0, 8658.0, 8648.0, 8644.0, 8702.0, 8644.0, 8643.0, 8643.0, 8642.0, 8639.0, 8631.0, 8648.0, 8633.0, 8673.0, 8633.0, 8649.0, 8649.0, 8634.0, 8648.0, 8650.0, 8665.0, 8649.0, 8663.0, 8632.0, 8648.0, 8691.0, 8662.0, 8649.0, 8646.0, 8647.0, 8649.0, 8680.0, 8665.0, 8670.0, 8652.0, 8635.0, 8648.0, 8648.0, 8635.0, 8648.0, 8653.0, 8711.0, 8675.0, 8649.0, 8630.0, 8634.0, 8652.0, 8636.0, 8707.0, 8660.0, 8649.0, 8634.0, 8651.0, 8649.0, 8650.0, 8645.0, 8643.0, 8643.0, 8650.0, 8631.0, 8648.0, 8652.0, 8651.0, 8690.0, 8645.0, 8683.0, 8728.0, 8708.0, 8663.0, 8662.0, 8650.0, 8637.0, 8666.0, 8647.0, 8665.0, 8648.0, 8688.0, 8649.0, 8660.0, 8700.0, 8643.0, 8668.0, 8650.0, 8620.0, 8689.0, 8677.0, 8615.0, 8656.0, 8616.0, 8661.0, 8669.0, 8615.0, 8613.0, 8599.0, 8616.0, 8612.0, 8616.0, 8620.0, 8677.0, 8619.0, 8620.0, 8617.0, 8622.0, 8622.0, 8621.0, 8639.0, 8641.0, 8651.0, 8643.0, 8639.0, 8625.0, 8642.0, 8640.0, 8625.0, 8646.0, 8659.0, 8643.0, 8645.0, 8641.0, 8630.0, 8644.0, 8644.0, 8661.0, 8647.0, 8687.0, 8659.0, 8644.0, 8672.0, 8644.0, 8648.0, 8689.0, 8661.0, 8643.0, 8655.0, 8644.0, 8643.0, 8676.0, 8663.0, 8646.0, 8700.0, 8640.0, 8640.0, 8639.0, 8643.0, 8649.0, 8673.0, 8645.0, 8640.0, 8642.0, 8658.0, 8652.0, 8674.0, 8661.0, 8643.0, 8640.0, 8658.0, 8646.0, 8675.0, 8662.0, 8660.0, 8657.0, 8659.0, 8659.0, 8677.0, 8661.0, 8646.0, 8670.0, 8645.0, 8644.0, 8676.0, 8664.0, 8659.0, 8702.0, 8642.0, 8643.0, 8655.0, 8658.0, 8646.0, 8686.0, 8627.0, 8643.0, 8644.0, 8649.0, 8647.0, 8673.0, 8644.0, 8644.0, 8657.0, 8645.0, 8645.0, 8685.0, 8640.0, 8643.0, 8657.0, 8657.0, 8643.0, 8671.0, 8661.0, 8643.0, 8655.0, 8658.0, 8644.0, 8660.0, 8661.0, 8645.0, 8659.0, 8658.0, 8657.0, 8661.0, 8662.0, 8645.0, 8659.0, 8660.0, 8658.0, 8675.0, 8661.0, 8658.0, 8657.0, 8656.0, 8641.0, 8646.0, 8659.0, 8657.0, 8628.0, 8657.0, 8643.0, 8646.0, 8647.0, 8685.0, 8673.0, 8659.0, 8659.0, 8632.0, 8664.0, 8665.0, 8662.0, 8664.0, 8661.0, 8647.0, 8665.0, 8682.0, 8664.0, 8663.0, 8660.0, 8629.0, 8661.0, 8661.0, 8648.0, 8663.0, 8690.0, 8645.0, 8659.0, 8646.0, 8650.0, 8663.0, 8688.0, 8661.0, 8641.0, 8657.0, 8661.0, 8644.0, 8684.0, 8643.0, 8638.0, 8641.0, 8646.0, 8646.0, 8645.0, 8661.0, 8645.0, 8642.0, 8661.0, 8647.0, 8649.0, 8649.0, 8678.0, 8691.0, 8666.0, 8660.0, 8648.0, 8665.0, 8650.0, 8707.0, 8681.0, 8660.0, 8689.0, 8663.0, 8664.0, 8704.0, 8662.0, 8642.0, 8655.0, 8641.0, 8680.0, 8657.0, 8640.0, 8696.0, 8638.0, 8637.0, 8623.0, 8642.0, 8642.0, 8653.0, 8640.0, 8625.0, 8626.0, 8643.0, 8643.0, 8687.0, 8644.0, 8643.0, 8629.0, 8642.0, 8633.0, 8647.0, 8646.0, 8646.0, 8629.0, 8644.0, 8631.0, 8675.0, 8659.0, 8646.0, 8645.0, 8632.0, 8655.0, 8634.0, 8706.0, 8648.0, 8667.0, 8665.0, 8646.0, 8650.0, 8648.0, 8649.0, 8649.0, 8651.0, 8707.0, 8647.0, 8651.0, 8648.0, 8650.0, 8651.0, 8650.0, 8675.0, 8648.0, 8645.0, 8663.0, 8651.0, 8646.0, 8677.0, 8645.0, 8632.0, 8648.0, 8649.0, 8646.0, 8678.0, 8647.0, 8646.0, 8646.0, 8652.0, 8650.0, 8665.0, 8666.0, 8650.0, 8650.0, 8669.0, 8654.0, 8697.0, 8670.0, 8651.0, 8651.0, 8654.0, 8667.0, 8709.0, 8678.0, 8646.0, 8648.0, 8663.0, 8649.0, 8647.0, 8664.0, 8646.0, 8674.0, 8648.0, 8659.0, 8644.0, 8646.0, 8646.0, 8660.0, 8647.0, 8688.0, 8659.0, 8643.0, 8656.0, 8644.0, 8644.0, 8656.0, 8642.0, 8643.0, 8644.0, 8647.0, 8645.0, 8661.0, 8659.0, 8646.0, 8647.0, 8664.0, 8650.0, 8677.0, 8648.0, 8646.0, 8662.0, 8665.0, 8652.0, 8679.0, 8664.0, 8651.0, 8664.0, 8681.0, 8666.0, 8681.0, 8681.0, 8666.0, 8670.0, 8669.0, 8669.0, 8667.0, 8655.0, 8655.0, 8666.0, 8694.0, 8653.0, 8691.0, 8660.0, 8644.0, 8702.0, 8674.0, 8630.0, 8702.0, 8641.0, 8643.0, 8642.0, 8645.0, 8647.0, 8647.0, 8631.0, 8666.0, 8644.0, 8646.0, 8650.0, 8652.0, 8653.0, 8679.0, 8664.0, 8583.0, 8596.0, 8584.0, 8585.0, 8614.0, 8560.0, 8591.0, 8663.0, 8624.0, 8641.0, 8644.0, 8639.0, 8661.0, 8714.0, 8699.0, 8664.0, 8653.0, 8638.0, 8656.0, 8655.0, 8682.0, 8667.0, 8656.0, 8670.0, 8657.0, 8660.0, 8661.0, 8672.0, 8671.0, 8671.0, 8657.0, 8671.0, 8657.0, 8702.0, 8701.0, 8669.0, 8652.0, 8651.0, 8680.0, 8668.0, 8696.0, 8691.0, 8650.0, 8651.0, 8648.0, 8649.0, 8649.0, 8635.0, 8668.0, 8635.0, 8705.0, 8662.0, 8634.0, 8672.0, 8660.0, 8646.0, 8628.0, 8643.0, 8622.0, 8623.0, 8610.0, 8625.0, 8618.0, 8615.0, 8590.0, 8591.0, 8635.0, 8649.0, 8642.0, 8658.0, 8604.0, 8596.0, 8613.0, 8634.0, 8636.0, 8643.0, 8634.0, 8596.0, 8612.0, 8650.0, 8667.0, 8649.0, 8660.0, 8606.0, 8631.0, 8621.0, 8612.0, 8613.0, 8613.0, 8625.0, 8640.0, 8630.0, 8657.0, 8638.0, 8624.0, 8660.0, 8677.0, 8640.0, 8656.0, 8646.0, 8631.0, 8631.0, 8617.0, 8581.0, 8564.0, 8580.0, 8578.0, 8597.0, 8614.0, 8646.0, 8630.0, 8593.0, 8575.0, 8589.0, 8616.0, 8614.0, 8653.0, 8623.0, 8613.0, 8626.0, 8583.0, 8551.0, 8544.0, 8514.0, 8531.0, 8551.0, 8606.0, 8633.0, 8661.0, 8676.0, 8638.0, 8648.0, 8658.0, 8678.0, 8649.0, 8613.0, 8609.0, 8599.0, 8595.0, 8618.0, 8600.0, 8672.0, 8668.0, 8706.0, 8690.0, 8629.0, 8638.0, 8659.0, 8638.0, 8633.0, 8592.0, 8625.0, 8590.0, 8616.0, 8633.0, 8662.0, 8635.0, 8614.0, 8635.0, 8650.0, 8674.0, 8667.0, 8694.0, 8682.0, 8654.0, 8631.0, 8633.0, 8625.0, 8588.0, 8710.0, 8705.0, 8621.0, 8590.0, 8572.0, 8559.0, 8602.0, 8623.0, 8617.0, 8613.0, 8646.0, 8656.0, 8635.0, 8605.0, 8618.0, 8591.0, 8592.0, 8603.0, 8631.0, 8616.0, 8608.0, 8607.0, 8594.0, 8610.0, 8611.0, 8653.0, 8595.0, 8587.0, 8600.0, 8645.0, 8654.0, 8665.0, 8634.0, 8660.0, 8633.0, 8607.0, 8603.0, 8603.0, 8586.0, 8617.0, 8606.0, 8621.0, 8612.0, 8612.0, 8621.0, 8580.0, 8606.0, 8619.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.012827598684210526</td></tr>
<tr><td colspan=3>aqi</td><td>0.031044102192982457</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.64718362635563</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2665148936882562</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1806570261690468</td></tr>
<tr><td colspan=3>efc</td><td>0.4495</td></tr>
<tr><td colspan=3>fber</td><td>6197.6846</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09899032191731869</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.855263157894736</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4858086200636347</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3996553973332118</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.724774207763593</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3329962550940997</td></tr>
<tr><td colspan=3>gcor</td><td>0.00739659</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017395149916410446</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02200978994369507</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.6769368552269204</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>31.6198</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.9243</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.3086</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308836.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>687.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.8216</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7407</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.2862</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3095.7155</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67708.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>878.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4080.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.5506</td></tr>
<tr><td colspan=3>tsnr</td><td>34.60670383321121</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>