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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-02/func/sub-0026_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>890a6e49f2d3e8f87b2526a9391b11e5</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>11:12:40.480000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995655, 0.00634365, 0.0928998, -0.00608221, 0.999977, -0.00309713]</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.134251</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>[4183, -7734, -7178, 567, 7, -40, 19, 38]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>300.137</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f5f0bf07-5206-40dc-b333-7a5b66a9a96a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6712701320648193, -0.01631811447441578, 0.250876784324646, 105.89237213134766], [-0.01701955311000347, 2.6828644275665283, -0.0068003227934241295, -91.52973937988281], [0.24924348294734955, 0.008309374563395977, 2.6883108615875244, -31.19732093811035], [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': ['111240.480000', '111240.940000', '111241.400000', '111241.860000', '111242.320000', '111242.780000', '111243.240000', '111243.700000', '111244.160000', '111244.620000', '111245.080000', '111245.540000', '111246.000000', '111246.460000', '111246.920000', '111247.380000', '111247.840000', '111248.300000', '111248.760000', '111249.220000', '111249.680000', '111250.140000', '111250.600000', '111251.060000', '111251.520000', '111251.980000', '111252.440000', '111252.900000', '111253.360000', '111253.820000', '111254.280000', '111254.740000', '111255.200000', '111255.660000', '111256.120000', '111256.580000', '111257.040000', '111257.500000', '111257.960000', '111258.420000', '111258.880000', '111259.340000', '111259.800000', '111300.260000', '111300.720000', '111301.180000', '111301.640000', '111302.100000', '111302.560000', '111303.020000', '111303.480000', '111303.940000', '111304.400000', '111304.860000', '111305.320000', '111305.780000', '111306.240000', '111306.700000', '111307.160000', '111307.620000', '111308.080000', '111308.540000', '111309.000000', '111309.460000', '111309.920000', '111310.380000', '111310.840000', '111311.300000', '111311.760000', '111312.220000', '111312.680000', '111313.140000', '111313.600000', '111314.060000', '111314.520000', '111314.980000', '111315.440000', '111315.900000', '111316.360000', '111316.820000', '111317.280000', '111317.740000', '111318.200000', '111318.660000', '111319.120000', '111319.580000', '111320.040000', '111320.500000', '111320.960000', '111321.420000', '111321.880000', '111322.340000', '111322.800000', '111323.260000', '111323.720000', '111324.180000', '111324.640000', '111325.100000', '111325.560000', '111326.020000', '111326.480000', '111326.940000', '111327.400000', '111327.860000', '111328.320000', '111328.780000', '111329.240000', '111329.700000', '111330.160000', '111330.620000', '111331.080000', '111331.540000', '111332.000000', '111332.460000', '111332.920000', '111333.380000', '111333.840000', '111334.300000', '111334.760000', '111335.220000', '111335.680000', '111336.140000', '111336.600000', '111337.060000', '111337.520000', '111337.980000', '111338.440000', '111338.900000', '111339.360000', '111339.820000', '111340.280000', '111340.740000', '111341.200000', '111341.660000', '111342.120000', '111342.580000', '111343.040000', '111343.500000', '111343.960000', '111344.420000', '111344.880000', '111345.340000', '111345.800000', '111346.260000', '111346.720000', '111347.180000', '111347.640000', '111348.100000', '111348.560000', '111349.020000', '111349.480000', '111349.940000', '111350.400000', '111350.860000', '111351.320000', '111351.780000', '111352.240000', '111352.700000', '111353.160000', '111353.620000', '111354.080000', '111354.540000', '111355.000000', '111355.460000', '111355.920000', '111356.380000', '111356.840000', '111357.300000', '111357.760000', '111358.220000', '111358.680000', '111359.140000', '111359.600000', '111400.060000', '111400.520000', '111400.980000', '111401.440000', '111401.900000', '111402.360000', '111402.820000', '111403.280000', '111403.740000', '111404.200000', '111404.660000', '111405.120000', '111405.580000', '111406.040000', '111406.500000', '111406.960000', '111407.420000', '111407.880000', '111408.340000', '111408.800000', '111409.260000', '111409.720000', '111410.180000', '111410.640000', '111411.100000', '111411.560000', '111412.020000', '111412.480000', '111412.940000', '111413.400000', '111413.860000', '111414.320000', '111414.780000', '111415.240000', '111415.700000', '111416.160000', '111416.620000', '111417.080000', '111417.540000', '111418.000000', '111418.460000', '111418.920000', '111419.380000', '111419.840000', '111420.300000', '111420.760000', '111421.220000', '111421.680000', '111422.140000', '111422.600000', '111423.060000', '111423.520000', '111423.980000', '111424.440000', '111424.900000', '111425.360000', '111425.820000', '111426.280000', '111426.740000', '111427.200000', '111427.660000', '111428.120000', '111428.580000', '111429.040000', '111429.500000', '111429.960000', '111430.420000', '111430.880000', '111431.340000', '111431.800000', '111432.260000', '111432.720000', '111433.180000', '111433.640000', '111434.100000', '111434.560000', '111435.020000', '111435.480000', '111435.940000', '111436.400000', '111436.860000', '111437.320000', '111437.780000', '111438.240000', '111438.700000', '111439.160000', '111439.620000', '111440.080000', '111440.540000', '111441.000000', '111441.460000', '111441.920000', '111442.380000', '111442.840000', '111443.300000', '111443.760000', '111444.220000', '111444.680000', '111445.140000', '111445.600000', '111446.060000', '111446.520000', '111446.980000', '111447.440000', '111447.900000', '111448.360000', '111448.820000', '111449.280000', '111449.740000', '111450.200000', '111450.660000', '111451.120000', '111451.580000', '111452.040000', '111452.500000', '111452.960000', '111453.420000', '111453.880000', '111454.340000', '111454.800000', '111455.260000', '111455.720000', '111456.180000', '111456.640000', '111457.100000', '111457.560000', '111458.020000', '111458.480000', '111458.940000', '111459.400000', '111459.860000', '111500.320000', '111500.780000', '111501.240000', '111501.700000', '111502.160000', '111502.620000', '111503.080000', '111503.540000', '111504.000000', '111504.460000', '111504.920000', '111505.380000', '111505.840000', '111506.300000', '111506.760000', '111507.220000', '111507.680000', '111508.140000', '111508.600000', '111509.060000', '111509.520000', '111509.980000', '111510.440000', '111510.900000', '111511.360000', '111511.820000', '111512.280000', '111512.740000', '111513.200000', '111513.660000', '111514.120000', '111514.580000', '111515.040000', '111515.500000', '111515.960000', '111516.420000', '111516.880000', '111517.340000', '111517.800000', '111518.260000', '111518.720000', '111519.180000', '111519.640000', '111520.100000', '111520.560000', '111521.020000', '111521.480000', '111521.940000', '111522.400000', '111522.860000', '111523.320000', '111523.780000', '111524.240000', '111524.700000', '111525.160000', '111525.620000', '111526.080000', '111526.540000', '111527.000000', '111527.460000', '111527.920000', '111528.380000', '111528.840000', '111529.300000', '111529.760000', '111530.220000', '111530.680000', '111531.140000', '111531.600000', '111532.060000', '111532.520000', '111532.980000', '111533.440000', '111533.900000', '111534.360000', '111534.820000', '111535.280000', '111535.740000', '111536.200000', '111536.660000', '111537.120000', '111537.580000', '111538.040000', '111538.500000', '111538.960000', '111539.420000', '111539.880000', '111540.340000', '111540.800000', '111541.260000', '111541.720000', '111542.180000', '111542.640000', '111543.100000', '111543.560000', '111544.020000', '111544.480000', '111544.940000', '111545.400000', '111545.860000', '111546.320000', '111546.780000', '111547.240000', '111547.700000', '111548.160000', '111548.620000', '111549.080000', '111549.540000', '111550.000000', '111550.460000', '111550.920000', '111551.380000', '111551.840000', '111552.300000', '111552.760000', '111553.220000', '111553.680000', '111554.140000', '111554.600000', '111555.060000', '111555.520000', '111555.980000', '111556.440000', '111556.900000', '111557.360000', '111557.820000', '111558.280000', '111558.740000', '111559.200000', '111559.660000', '111600.120000', '111600.580000', '111601.040000', '111601.500000', '111601.960000', '111602.420000', '111602.880000', '111603.340000', '111603.800000', '111604.260000', '111604.720000', '111605.180000', '111605.640000', '111606.100000', '111606.560000', '111607.020000', '111607.480000', '111607.940000', '111608.400000', '111608.860000', '111609.320000', '111609.780000', '111610.240000', '111610.700000', '111611.160000', '111611.620000', '111612.080000', '111612.540000', '111613.000000', '111613.460000', '111613.920000', '111614.380000', '111614.840000', '111615.300000', '111615.760000', '111616.220000', '111616.680000', '111617.140000', '111617.600000', '111618.060000', '111618.520000', '111618.980000', '111619.440000', '111619.900000', '111620.360000', '111620.820000', '111621.280000', '111621.740000', '111622.200000', '111622.660000', '111623.120000', '111623.580000', '111624.040000', '111624.500000', '111624.960000', '111625.420000', '111625.880000', '111626.340000', '111626.800000', '111627.260000', '111627.720000', '111628.180000', '111628.640000', '111629.100000', '111629.560000', '111630.020000', '111630.480000', '111630.940000', '111631.400000', '111631.860000', '111632.320000', '111632.780000', '111633.240000', '111633.700000', '111634.160000', '111634.620000', '111635.080000', '111635.540000', '111636.000000', '111636.460000', '111636.920000', '111637.380000', '111637.840000', '111638.300000', '111638.760000', '111639.220000', '111639.680000', '111640.140000', '111640.600000', '111641.060000', '111641.520000', '111641.980000', '111642.440000', '111642.900000', '111643.360000', '111643.820000', '111644.280000', '111644.740000', '111645.200000', '111645.660000', '111646.120000', '111646.580000', '111647.040000', '111647.500000', '111647.960000', '111648.420000', '111648.880000', '111649.340000', '111649.800000', '111650.260000', '111650.720000', '111651.180000', '111651.640000', '111652.100000', '111652.560000', '111653.020000', '111653.480000', '111653.940000', '111654.400000', '111654.860000', '111655.320000', '111655.780000', '111656.240000', '111656.700000', '111657.160000', '111657.620000', '111658.080000', '111658.540000', '111659.000000', '111659.460000', '111659.920000', '111700.380000', '111700.840000', '111701.300000', '111701.760000', '111702.220000', '111702.680000', '111703.140000', '111703.600000', '111704.060000', '111704.520000', '111704.980000', '111705.440000', '111705.900000', '111706.360000', '111706.820000', '111707.280000', '111707.740000', '111708.200000', '111708.660000', '111709.120000', '111709.580000', '111710.040000', '111710.500000', '111710.960000', '111711.420000', '111711.880000', '111712.340000', '111712.800000', '111713.260000', '111713.720000', '111714.180000', '111714.640000', '111715.100000', '111715.560000', '111716.020000', '111716.480000', '111716.940000', '111717.400000', '111717.860000', '111718.320000', '111718.780000', '111719.240000', '111719.700000', '111720.160000', '111720.620000', '111721.080000', '111721.540000', '111722.000000', '111722.460000', '111722.920000', '111723.380000', '111723.840000', '111724.300000', '111724.760000', '111725.220000', '111725.680000', '111726.140000', '111726.600000', '111727.060000', '111727.520000', '111727.980000', '111728.440000', '111728.900000', '111729.360000', '111729.820000', '111730.280000', '111730.740000', '111731.200000', '111731.660000', '111732.120000', '111732.580000', '111733.040000', '111733.500000', '111733.960000', '111734.420000', '111734.880000', '111735.340000', '111735.800000', '111736.260000', '111736.720000', '111737.180000', '111737.640000', '111738.100000', '111738.560000', '111739.020000', '111739.480000', '111739.940000', '111740.400000', '111740.860000', '111741.320000', '111741.780000', '111742.240000', '111742.700000', '111743.160000', '111743.620000', '111744.080000', '111744.540000', '111745.000000', '111745.460000', '111745.920000', '111746.380000', '111746.840000', '111747.300000', '111747.760000', '111748.220000', '111748.680000', '111749.140000', '111749.600000', '111750.060000', '111750.520000', '111750.980000', '111751.440000', '111751.900000', '111752.360000', '111752.820000', '111753.280000', '111753.740000', '111754.200000', '111754.660000', '111755.120000', '111755.580000', '111756.040000', '111756.500000', '111756.960000', '111757.420000', '111757.880000', '111758.340000', '111758.800000', '111759.260000', '111759.720000', '111800.180000', '111800.640000', '111801.100000', '111801.560000', '111802.020000', '111802.480000', '111802.940000', '111803.400000', '111803.860000', '111804.320000', '111804.780000', '111805.240000', '111805.700000', '111806.160000', '111806.620000', '111807.080000', '111807.540000', '111808.000000', '111808.460000', '111808.920000', '111809.380000', '111809.840000', '111810.300000', '111810.760000', '111811.220000', '111811.680000', '111812.140000', '111812.600000', '111813.060000', '111813.520000', '111813.980000', '111814.440000', '111814.900000', '111815.360000', '111815.820000', '111816.280000', '111816.740000', '111817.200000', '111817.660000', '111818.120000', '111818.580000', '111819.040000', '111819.500000', '111819.960000', '111820.420000', '111820.880000', '111821.340000', '111821.800000', '111822.260000', '111822.720000', '111823.180000', '111823.640000', '111824.100000', '111824.560000', '111825.020000', '111825.480000', '111825.940000', '111826.400000', '111826.860000', '111827.320000', '111827.780000', '111828.240000', '111828.700000', '111829.160000', '111829.620000', '111830.080000', '111830.540000', '111831.000000', '111831.460000', '111831.920000', '111832.380000', '111832.840000', '111833.300000', '111833.760000', '111834.220000', '111834.680000', '111835.140000', '111835.600000', '111836.060000', '111836.520000', '111836.980000', '111837.440000', '111837.900000', '111838.360000', '111838.820000', '111839.280000', '111839.740000', '111840.200000', '111840.660000', '111841.120000', '111841.580000', '111842.040000', '111842.500000', '111842.960000', '111843.420000', '111843.880000', '111844.340000', '111844.800000', '111845.260000', '111845.720000', '111846.180000', '111846.640000', '111847.100000', '111847.560000', '111848.020000', '111848.480000', '111848.940000', '111849.400000', '111849.860000', '111850.320000', '111850.780000', '111851.240000', '111851.700000', '111852.160000', '111852.620000', '111853.080000', '111853.540000', '111854.000000', '111854.460000', '111854.920000', '111855.380000', '111855.840000', '111856.300000', '111856.760000', '111857.220000', '111857.680000', '111858.140000', '111858.600000', '111859.060000', '111859.520000', '111859.980000', '111900.440000', '111900.900000', '111901.360000', '111901.820000', '111902.280000', '111902.740000', '111903.200000', '111903.660000', '111904.120000', '111904.580000', '111905.040000', '111905.500000', '111905.960000', '111906.420000', '111906.880000', '111907.340000', '111907.800000', '111908.260000', '111908.720000', '111909.180000', '111909.640000', '111910.100000', '111910.560000', '111911.020000', '111911.480000', '111911.940000', '111912.400000', '111912.860000', '111913.320000', '111913.780000', '111914.240000', '111914.700000', '111915.160000', '111915.620000', '111916.080000', '111916.540000', '111917.000000', '111917.460000', '111917.920000', '111918.380000', '111918.840000', '111919.300000', '111919.760000', '111920.220000', '111920.680000', '111921.140000', '111921.600000', '111922.060000', '111922.520000', '111922.980000', '111923.440000', '111923.900000', '111924.360000', '111924.820000', '111925.280000', '111925.740000', '111926.200000', '111926.660000', '111927.120000', '111927.580000', '111928.040000', '111928.500000', '111928.960000', '111929.420000', '111929.880000', '111930.340000', '111930.800000', '111931.260000', '111931.720000', '111932.180000', '111932.640000', '111933.100000', '111933.560000', '111934.020000', '111934.480000', '111934.940000', '111935.400000', '111935.860000', '111936.320000', '111936.780000', '111937.240000', '111937.700000', '111938.160000', '111938.620000', '111939.080000', '111939.540000', '111940.000000', '111940.460000'], 'ContentTime': ['111258.680000', '111258.684000', '111258.687000', '111258.695000', '111258.698000', '111258.701000', '111258.704000', '111258.706000', '111258.709000', '111258.712000', '111258.715000', '111258.718000', '111258.721000', '111258.724000', '111258.735000', '111258.738000', '111258.741000', '111258.744000', '111258.747000', '111258.750000', '111258.753000', '111258.756000', '111258.759000', '111258.762000', '111258.765000', '111258.768000', '111258.771000', '111258.774000', '111258.777000', '111258.780000', '111258.783000', '111258.786000', '111258.789000', '111258.791000', '111258.794000', '111258.797000', '111258.800000', '111258.803000', '111318.646000', '111318.649000', '111318.652000', '111318.655000', '111318.658000', '111318.660000', '111318.663000', '111318.666000', '111318.669000', '111318.672000', '111318.675000', '111318.677000', '111318.680000', '111318.683000', '111318.686000', '111318.689000', '111318.701000', '111318.704000', '111318.707000', '111318.709000', '111318.712000', '111318.715000', '111318.718000', '111318.721000', '111318.724000', '111318.726000', '111318.729000', '111318.732000', '111318.735000', '111318.738000', '111318.741000', '111318.743000', '111318.746000', '111318.749000', '111318.752000', '111318.755000', '111318.758000', '111318.761000', '111318.763000', '111318.766000', '111318.769000', '111318.772000', '111318.775000', '111338.647000', '111338.650000', '111338.653000', '111338.656000', '111338.659000', '111338.661000', '111338.664000', '111338.667000', '111338.670000', '111338.673000', '111338.676000', '111338.678000', '111338.681000', '111338.684000', '111338.687000', '111338.690000', '111338.693000', '111338.696000', '111338.699000', '111338.701000', '111338.704000', '111338.707000', '111338.710000', '111338.713000', '111338.716000', '111338.719000', '111338.721000', '111338.724000', '111338.727000', '111338.730000', '111338.733000', '111338.736000', '111338.739000', '111338.741000', '111338.744000', '111338.747000', '111338.750000', '111338.753000', '111338.756000', '111338.758000', '111338.761000', '111338.764000', '111338.767000', '111338.770000', '111358.647000', '111358.667000', '111358.670000', '111358.672000', '111358.675000', '111358.678000', '111358.681000', '111358.684000', '111358.687000', '111358.689000', '111358.692000', '111358.695000', '111358.698000', '111358.701000', '111358.704000', '111358.707000', '111358.710000', '111358.713000', '111358.715000', '111358.718000', '111358.721000', '111358.724000', '111358.727000', '111358.730000', '111358.733000', '111358.735000', '111358.738000', '111358.741000', '111358.744000', '111358.747000', '111358.750000', '111358.753000', '111358.755000', '111358.758000', '111358.761000', '111358.764000', '111358.767000', '111358.843000', '111358.846000', '111358.849000', '111358.852000', '111358.855000', '111358.859000', '111418.647000', '111418.650000', '111418.653000', '111418.656000', '111418.659000', '111418.662000', '111418.665000', '111418.668000', '111418.671000', '111418.673000', '111418.676000', '111418.679000', '111418.682000', '111418.685000', '111418.688000', '111418.690000', '111418.693000', '111418.696000', '111418.699000', '111418.702000', '111418.705000', '111418.708000', '111418.710000', '111418.713000', '111418.716000', '111418.719000', '111418.722000', '111418.725000', '111418.728000', '111418.730000', '111418.733000', '111418.736000', '111418.739000', '111418.742000', '111418.745000', '111418.748000', '111418.751000', '111418.754000', '111418.756000', '111418.759000', '111418.762000', '111418.765000', '111418.768000', '111438.647000', '111438.650000', '111438.653000', '111438.656000', '111438.659000', '111438.661000', '111438.664000', '111438.667000', '111438.670000', '111438.673000', '111438.676000', '111438.678000', '111438.681000', '111438.684000', '111438.687000', '111438.690000', '111438.693000', '111438.696000', '111438.699000', '111438.701000', '111438.704000', '111438.707000', '111438.710000', '111438.713000', '111438.716000', '111438.719000', '111438.722000', '111438.724000', '111438.727000', '111438.730000', '111438.733000', '111438.736000', '111438.739000', '111438.742000', '111438.745000', '111438.748000', '111438.750000', '111438.753000', '111438.756000', '111438.759000', '111438.762000', '111438.765000', '111438.768000', '111438.795000', '111458.647000', '111458.650000', '111458.653000', '111458.656000', '111458.659000', '111458.662000', '111458.665000', '111458.667000', '111458.672000', '111458.676000', '111458.679000', '111458.682000', '111458.684000', '111458.687000', '111458.690000', '111458.693000', '111458.696000', '111458.699000', '111458.702000', '111458.705000', '111458.707000', '111458.710000', '111458.713000', '111458.716000', '111458.719000', '111458.722000', '111458.725000', '111458.728000', '111458.730000', '111458.733000', '111458.736000', '111458.739000', '111458.742000', '111458.745000', '111458.748000', '111458.751000', '111458.753000', '111458.756000', '111458.759000', '111458.762000', '111458.765000', '111458.768000', '111458.771000', '111518.646000', '111518.649000', '111518.652000', '111518.655000', '111518.658000', '111518.661000', '111518.663000', '111518.666000', '111518.669000', '111518.672000', '111518.675000', '111518.678000', '111518.681000', '111518.684000', '111518.686000', '111518.689000', '111518.692000', '111518.695000', '111518.698000', '111518.701000', '111518.704000', '111518.706000', '111518.709000', '111518.712000', '111518.715000', '111518.718000', '111518.721000', '111518.724000', '111518.727000', '111518.730000', '111518.732000', '111518.735000', '111518.738000', '111518.741000', '111518.744000', '111518.747000', '111518.750000', '111518.752000', '111518.755000', '111518.758000', '111518.761000', '111518.771000', '111518.815000', '111518.818000', '111538.647000', '111538.650000', '111538.653000', '111538.656000', '111538.659000', '111538.661000', '111538.664000', '111538.667000', '111538.670000', '111538.674000', '111538.678000', '111538.681000', '111538.684000', '111538.687000', '111538.690000', '111538.693000', '111538.696000', '111538.698000', '111538.701000', '111538.704000', '111538.707000', '111538.710000', '111538.713000', '111538.716000', '111538.718000', '111538.721000', '111538.724000', '111538.727000', '111538.730000', '111538.733000', '111538.736000', '111538.738000', '111538.741000', '111538.744000', '111538.747000', '111538.750000', '111538.753000', '111538.755000', '111538.758000', '111538.761000', '111538.764000', '111538.767000', '111538.808000', '111558.647000', '111558.650000', '111558.653000', '111558.656000', '111558.659000', '111558.661000', '111558.664000', '111558.667000', '111558.670000', '111558.673000', '111558.676000', '111558.679000', '111558.682000', '111558.684000', '111558.687000', '111558.690000', '111558.693000', '111558.696000', '111558.699000', '111558.701000', '111558.704000', '111558.707000', '111558.710000', '111558.713000', '111558.716000', '111558.719000', '111558.722000', '111558.725000', '111558.728000', '111558.731000', '111558.733000', '111558.736000', '111558.739000', '111558.742000', '111558.745000', '111558.748000', '111558.751000', '111558.754000', '111558.756000', '111558.759000', '111558.762000', '111558.765000', '111558.768000', '111558.791000', '111618.647000', '111618.650000', '111618.653000', '111618.656000', '111618.659000', '111618.662000', '111618.664000', '111618.667000', '111618.670000', '111618.673000', '111618.676000', '111618.679000', '111618.682000', '111618.684000', '111618.687000', '111618.690000', '111618.693000', '111618.696000', '111618.699000', '111618.702000', '111618.705000', '111618.708000', '111618.711000', '111618.714000', '111618.717000', '111618.720000', '111618.723000', '111618.725000', '111618.728000', '111618.731000', '111618.734000', '111618.737000', '111618.740000', '111618.743000', '111618.745000', '111618.748000', '111618.751000', '111618.754000', '111618.757000', '111618.760000', '111618.763000', '111618.765000', '111618.769000', '111638.647000', '111638.650000', '111638.653000', '111638.656000', '111638.659000', '111638.661000', '111638.664000', '111638.667000', '111638.670000', '111638.673000', '111638.676000', '111638.679000', '111638.681000', '111638.684000', '111638.687000', '111638.690000', '111638.693000', '111638.696000', '111638.699000', '111638.701000', '111638.704000', '111638.707000', '111638.710000', '111638.713000', '111638.716000', '111638.719000', '111638.722000', '111638.725000', '111638.727000', '111638.730000', '111638.733000', '111638.736000', '111638.745000', '111638.748000', '111638.751000', '111638.754000', '111638.756000', '111638.759000', '111638.762000', '111638.765000', '111638.768000', '111638.824000', '111638.827000', '111638.830000', '111658.647000', '111658.650000', '111658.653000', '111658.656000', '111658.659000', '111658.661000', '111658.664000', '111658.667000', '111658.670000', '111658.673000', '111658.676000', '111658.679000', '111658.681000', '111658.684000', '111658.687000', '111658.690000', '111658.693000', '111658.696000', '111658.699000', '111658.701000', '111658.704000', '111658.707000', '111658.722000', '111658.725000', '111658.728000', '111658.731000', '111658.734000', '111658.737000', '111658.740000', '111658.742000', '111658.745000', '111658.748000', '111658.751000', '111658.754000', '111658.757000', '111658.760000', '111658.763000', '111658.765000', '111658.768000', '111658.786000', '111658.788000', '111658.791000', '111658.794000', '111718.647000', '111718.650000', '111718.653000', '111718.656000', '111718.659000', '111718.661000', '111718.664000', '111718.667000', '111718.670000', '111718.673000', '111718.676000', '111718.679000', '111718.682000', '111718.684000', '111718.687000', '111718.690000', '111718.693000', '111718.696000', '111718.699000', '111718.702000', '111718.704000', '111718.707000', '111718.710000', '111718.713000', '111718.716000', '111718.719000', '111718.722000', '111718.725000', '111718.728000', '111718.730000', '111718.733000', '111718.736000', '111718.739000', '111718.742000', '111718.745000', '111718.747000', '111718.750000', '111718.753000', '111718.756000', '111718.759000', '111718.762000', '111718.765000', '111718.768000', '111718.809000', '111738.646000', '111738.649000', '111738.652000', '111738.655000', '111738.658000', '111738.661000', '111738.664000', '111738.666000', '111738.669000', '111738.672000', '111738.675000', '111738.679000', '111738.681000', '111738.684000', '111738.687000', '111738.690000', '111738.693000', '111738.696000', '111738.699000', '111738.702000', '111738.704000', '111738.707000', '111738.710000', '111738.713000', '111738.716000', '111738.719000', '111738.722000', '111738.725000', '111738.728000', '111738.731000', '111738.734000', '111738.737000', '111738.740000', '111738.743000', '111738.746000', '111738.749000', '111738.752000', '111738.754000', '111738.757000', '111738.760000', '111738.763000', '111738.766000', '111738.809000', '111758.647000', '111758.650000', '111758.653000', '111758.656000', '111758.659000', '111758.661000', '111758.664000', '111758.667000', '111758.670000', '111758.673000', '111758.676000', '111758.679000', '111758.681000', '111758.684000', '111758.687000', '111758.692000', '111758.695000', '111758.698000', '111758.701000', '111758.704000', '111758.707000', '111758.709000', '111758.712000', '111758.715000', '111758.718000', '111758.721000', '111758.724000', '111758.727000', '111758.730000', '111758.732000', '111758.735000', '111758.738000', '111758.741000', '111758.744000', '111758.747000', '111758.750000', '111758.752000', '111758.755000', '111758.758000', '111758.761000', '111758.764000', '111758.767000', '111758.792000', '111758.795000', '111818.647000', '111818.650000', '111818.653000', '111818.656000', '111818.659000', '111818.661000', '111818.664000', '111818.667000', '111818.670000', '111818.673000', '111818.676000', '111818.679000', '111818.681000', '111818.684000', '111818.687000', '111818.690000', '111818.693000', '111818.696000', '111818.699000', '111818.702000', '111818.704000', '111818.707000', '111818.710000', '111818.713000', '111818.716000', '111818.719000', '111818.722000', '111818.724000', '111818.727000', '111818.730000', '111818.733000', '111818.736000', '111818.739000', '111818.742000', '111818.745000', '111818.748000', '111818.750000', '111818.753000', '111818.756000', '111818.759000', '111818.762000', '111818.767000', '111818.820000', '111838.647000', '111838.650000', '111838.653000', '111838.656000', '111838.659000', '111838.661000', '111838.664000', '111838.667000', '111838.670000', '111838.673000', '111838.676000', '111838.679000', '111838.682000', '111838.685000', '111838.687000', '111838.690000', '111838.693000', '111838.696000', '111838.699000', '111838.702000', '111838.705000', '111838.708000', '111838.710000', '111838.713000', '111838.716000', '111838.719000', '111838.722000', '111838.725000', '111838.728000', '111838.730000', '111838.733000', '111838.736000', '111838.739000', '111838.742000', '111838.745000', '111838.748000', '111838.751000', '111838.754000', '111838.757000', '111838.759000', '111838.762000', '111838.765000', '111838.768000', '111838.849000', '111858.647000', '111858.650000', '111858.653000', '111858.656000', '111858.659000', '111858.662000', '111858.665000', '111858.667000', '111858.670000', '111858.673000', '111858.676000', '111858.679000', '111858.682000', '111858.685000', '111858.688000', '111858.691000', '111858.693000', '111858.696000', '111858.699000', '111858.702000', '111858.705000', '111858.708000', '111858.711000', '111858.715000', '111858.718000', '111858.721000', '111858.724000', '111858.727000', '111858.729000', '111858.732000', '111858.735000', '111858.738000', '111858.741000', '111858.744000', '111858.747000', '111858.750000', '111858.753000', '111858.756000', '111858.758000', '111858.761000', '111858.764000', '111858.767000', '111858.841000', '111918.647000', '111918.650000', '111918.653000', '111918.656000', '111918.659000', '111918.662000', '111918.665000', '111918.667000', '111918.670000', '111918.673000', '111918.676000', '111918.679000', '111918.682000', '111918.685000', '111918.688000', '111918.690000', '111918.693000', '111918.696000', '111918.699000', '111918.702000', '111918.705000', '111918.708000', '111918.711000', '111918.714000', '111918.716000', '111918.719000', '111918.722000', '111918.725000', '111918.728000', '111918.731000', '111918.734000', '111918.737000', '111918.740000', '111918.742000', '111918.745000', '111918.748000', '111918.751000', '111918.754000', '111918.757000', '111918.760000', '111918.763000', '111918.766000', '111918.768000', '111918.841000', '111938.647000', '111938.650000', '111938.653000', '111938.656000', '111938.659000', '111938.661000', '111938.664000', '111938.667000', '111938.670000', '111938.673000', '111938.676000', '111938.679000', '111938.682000', '111938.684000', '111938.687000', '111938.690000', '111938.693000', '111938.696000', '111938.699000', '111938.702000', '111938.705000', '111938.708000', '111938.710000', '111938.713000', '111938.716000', '111938.719000', '111938.722000', '111938.725000', '111938.727000', '111938.730000', '111938.733000', '111938.736000', '111938.739000', '111938.742000', '111938.745000', '111938.747000', '111938.750000', '111938.753000', '111938.756000', '111938.759000', '111938.762000', '111938.765000', '111938.768000', '111941.628000', '111941.631000', '111941.634000', '111941.637000', '111941.640000', '111941.643000', '111941.646000'], 'InstanceCreationTime': ['111258.680000', '111258.684000', '111258.687000', '111258.695000', '111258.698000', '111258.701000', '111258.704000', '111258.706000', '111258.709000', '111258.712000', '111258.715000', '111258.718000', '111258.721000', '111258.724000', '111258.735000', '111258.738000', '111258.741000', '111258.744000', '111258.747000', '111258.750000', '111258.753000', '111258.756000', '111258.759000', '111258.762000', '111258.765000', '111258.768000', '111258.771000', '111258.774000', '111258.777000', '111258.780000', '111258.783000', '111258.786000', '111258.789000', '111258.791000', '111258.794000', '111258.797000', '111258.800000', '111258.803000', '111318.646000', '111318.649000', '111318.652000', '111318.655000', '111318.658000', '111318.660000', '111318.663000', '111318.666000', '111318.669000', '111318.672000', '111318.675000', '111318.677000', '111318.680000', '111318.683000', '111318.686000', '111318.689000', '111318.701000', '111318.704000', '111318.707000', '111318.709000', '111318.712000', '111318.715000', '111318.718000', '111318.721000', '111318.724000', '111318.726000', '111318.729000', '111318.732000', '111318.735000', '111318.738000', '111318.741000', '111318.743000', '111318.746000', '111318.749000', '111318.752000', '111318.755000', '111318.758000', '111318.761000', '111318.763000', '111318.766000', '111318.769000', '111318.772000', '111318.775000', '111338.647000', '111338.650000', '111338.653000', '111338.656000', '111338.659000', '111338.661000', '111338.664000', '111338.667000', '111338.670000', '111338.673000', '111338.676000', '111338.678000', '111338.681000', '111338.684000', '111338.687000', '111338.690000', '111338.693000', '111338.696000', '111338.699000', '111338.701000', '111338.704000', '111338.707000', '111338.710000', '111338.713000', '111338.716000', '111338.719000', '111338.721000', '111338.724000', '111338.727000', '111338.730000', '111338.733000', '111338.736000', '111338.739000', '111338.741000', '111338.744000', '111338.747000', '111338.750000', '111338.753000', '111338.756000', '111338.758000', '111338.761000', '111338.764000', '111338.767000', '111338.770000', '111358.647000', '111358.667000', '111358.670000', '111358.672000', '111358.675000', '111358.678000', '111358.681000', '111358.684000', '111358.687000', '111358.689000', '111358.692000', '111358.695000', '111358.698000', '111358.701000', '111358.704000', '111358.707000', '111358.710000', '111358.713000', '111358.715000', '111358.718000', '111358.721000', '111358.724000', '111358.727000', '111358.730000', '111358.733000', '111358.735000', '111358.738000', '111358.741000', '111358.744000', '111358.747000', '111358.750000', '111358.753000', '111358.755000', '111358.758000', '111358.761000', '111358.764000', '111358.767000', '111358.843000', '111358.846000', '111358.849000', '111358.852000', '111358.855000', '111358.859000', '111418.647000', '111418.650000', '111418.653000', '111418.656000', '111418.659000', '111418.662000', '111418.665000', '111418.668000', '111418.671000', '111418.673000', '111418.676000', '111418.679000', '111418.682000', '111418.685000', '111418.688000', '111418.690000', '111418.693000', '111418.696000', '111418.699000', '111418.702000', '111418.705000', '111418.708000', '111418.710000', '111418.713000', '111418.716000', '111418.719000', '111418.722000', '111418.725000', '111418.728000', '111418.730000', '111418.733000', '111418.736000', '111418.739000', '111418.742000', '111418.745000', '111418.748000', '111418.751000', '111418.754000', '111418.756000', '111418.759000', '111418.762000', '111418.765000', '111418.768000', '111438.647000', '111438.650000', '111438.653000', '111438.656000', '111438.659000', '111438.661000', '111438.664000', '111438.667000', '111438.670000', '111438.673000', '111438.676000', '111438.678000', '111438.681000', '111438.684000', '111438.687000', '111438.690000', '111438.693000', '111438.696000', '111438.699000', '111438.701000', '111438.704000', '111438.707000', '111438.710000', '111438.713000', '111438.716000', '111438.719000', '111438.722000', '111438.724000', '111438.727000', '111438.730000', '111438.733000', '111438.736000', '111438.739000', '111438.742000', '111438.745000', '111438.748000', '111438.750000', '111438.753000', '111438.756000', '111438.759000', '111438.762000', '111438.765000', '111438.768000', '111438.795000', '111458.647000', '111458.650000', '111458.653000', '111458.656000', '111458.659000', '111458.662000', '111458.665000', '111458.667000', '111458.672000', '111458.676000', '111458.679000', '111458.682000', '111458.684000', '111458.687000', '111458.690000', '111458.693000', '111458.696000', '111458.699000', '111458.702000', '111458.705000', '111458.707000', '111458.710000', '111458.713000', '111458.716000', '111458.719000', '111458.722000', '111458.725000', '111458.728000', '111458.730000', '111458.733000', '111458.736000', '111458.739000', '111458.742000', '111458.745000', '111458.748000', '111458.751000', '111458.753000', '111458.756000', '111458.759000', '111458.762000', '111458.765000', '111458.768000', '111458.771000', '111518.646000', '111518.649000', '111518.652000', '111518.655000', '111518.658000', '111518.661000', '111518.663000', '111518.666000', '111518.669000', '111518.672000', '111518.675000', '111518.678000', '111518.681000', '111518.684000', '111518.686000', '111518.689000', '111518.692000', '111518.695000', '111518.698000', '111518.701000', '111518.704000', '111518.706000', '111518.709000', '111518.712000', '111518.715000', '111518.718000', '111518.721000', '111518.724000', '111518.727000', '111518.730000', '111518.732000', '111518.735000', '111518.738000', '111518.741000', '111518.744000', '111518.747000', '111518.750000', '111518.752000', '111518.755000', '111518.758000', '111518.761000', '111518.771000', '111518.815000', '111518.818000', '111538.647000', '111538.650000', '111538.653000', '111538.656000', '111538.659000', '111538.661000', '111538.664000', '111538.667000', '111538.670000', '111538.674000', '111538.678000', '111538.681000', '111538.684000', '111538.687000', '111538.690000', '111538.693000', '111538.696000', '111538.698000', '111538.701000', '111538.704000', '111538.707000', '111538.710000', '111538.713000', '111538.716000', '111538.718000', '111538.721000', '111538.724000', '111538.727000', '111538.730000', '111538.733000', '111538.736000', '111538.738000', '111538.741000', '111538.744000', '111538.747000', '111538.750000', '111538.753000', '111538.755000', '111538.758000', '111538.761000', '111538.764000', '111538.767000', '111538.808000', '111558.647000', '111558.650000', '111558.653000', '111558.656000', '111558.659000', '111558.661000', '111558.664000', '111558.667000', '111558.670000', '111558.673000', '111558.676000', '111558.679000', '111558.682000', '111558.684000', '111558.687000', '111558.690000', '111558.693000', '111558.696000', '111558.699000', '111558.701000', '111558.704000', '111558.707000', '111558.710000', '111558.713000', '111558.716000', '111558.719000', '111558.722000', '111558.725000', '111558.728000', '111558.731000', '111558.733000', '111558.736000', '111558.739000', '111558.742000', '111558.745000', '111558.748000', '111558.751000', '111558.754000', '111558.756000', '111558.759000', '111558.762000', '111558.765000', '111558.768000', '111558.791000', '111618.647000', '111618.650000', '111618.653000', '111618.656000', '111618.659000', '111618.662000', '111618.664000', '111618.667000', '111618.670000', '111618.673000', '111618.676000', '111618.679000', '111618.682000', '111618.684000', '111618.687000', '111618.690000', '111618.693000', '111618.696000', '111618.699000', '111618.702000', '111618.705000', '111618.708000', '111618.711000', '111618.714000', '111618.717000', '111618.720000', '111618.723000', '111618.725000', '111618.728000', '111618.731000', '111618.734000', '111618.737000', '111618.740000', '111618.743000', '111618.745000', '111618.748000', '111618.751000', '111618.754000', '111618.757000', '111618.760000', '111618.763000', '111618.765000', '111618.769000', '111638.647000', '111638.650000', '111638.653000', '111638.656000', '111638.659000', '111638.661000', '111638.664000', '111638.667000', '111638.670000', '111638.673000', '111638.676000', '111638.679000', '111638.681000', '111638.684000', '111638.687000', '111638.690000', '111638.693000', '111638.696000', '111638.699000', '111638.701000', '111638.704000', '111638.707000', '111638.710000', '111638.713000', '111638.716000', '111638.719000', '111638.722000', '111638.725000', '111638.727000', '111638.730000', '111638.733000', '111638.736000', '111638.745000', '111638.748000', '111638.751000', '111638.754000', '111638.756000', '111638.759000', '111638.762000', '111638.765000', '111638.768000', '111638.824000', '111638.827000', '111638.830000', '111658.647000', '111658.650000', '111658.653000', '111658.656000', '111658.659000', '111658.661000', '111658.664000', '111658.667000', '111658.670000', '111658.673000', '111658.676000', '111658.679000', '111658.681000', '111658.684000', '111658.687000', '111658.690000', '111658.693000', '111658.696000', '111658.699000', '111658.701000', '111658.704000', '111658.707000', '111658.722000', '111658.725000', '111658.728000', '111658.731000', '111658.734000', '111658.737000', '111658.740000', '111658.742000', '111658.745000', '111658.748000', '111658.751000', '111658.754000', '111658.757000', '111658.760000', '111658.763000', '111658.765000', '111658.768000', '111658.786000', '111658.788000', '111658.791000', '111658.794000', '111718.647000', '111718.650000', '111718.653000', '111718.656000', '111718.659000', '111718.661000', '111718.664000', '111718.667000', '111718.670000', '111718.673000', '111718.676000', '111718.679000', '111718.682000', '111718.684000', '111718.687000', '111718.690000', '111718.693000', '111718.696000', '111718.699000', '111718.702000', '111718.704000', '111718.707000', '111718.710000', '111718.713000', '111718.716000', '111718.719000', '111718.722000', '111718.725000', '111718.728000', '111718.730000', '111718.733000', '111718.736000', '111718.739000', '111718.742000', '111718.745000', '111718.747000', '111718.750000', '111718.753000', '111718.756000', '111718.759000', '111718.762000', '111718.765000', '111718.768000', '111718.809000', '111738.646000', '111738.649000', '111738.652000', '111738.655000', '111738.658000', '111738.661000', '111738.664000', '111738.666000', '111738.669000', '111738.672000', '111738.675000', '111738.679000', '111738.681000', '111738.684000', '111738.687000', '111738.690000', '111738.693000', '111738.696000', '111738.699000', '111738.702000', '111738.704000', '111738.707000', '111738.710000', '111738.713000', '111738.716000', '111738.719000', '111738.722000', '111738.725000', '111738.728000', '111738.731000', '111738.734000', '111738.737000', '111738.740000', '111738.743000', '111738.746000', '111738.749000', '111738.752000', '111738.754000', '111738.757000', '111738.760000', '111738.763000', '111738.766000', '111738.809000', '111758.647000', '111758.650000', '111758.653000', '111758.656000', '111758.659000', '111758.661000', '111758.664000', '111758.667000', '111758.670000', '111758.673000', '111758.676000', '111758.679000', '111758.681000', '111758.684000', '111758.687000', '111758.692000', '111758.695000', '111758.698000', '111758.701000', '111758.704000', '111758.707000', '111758.709000', '111758.712000', '111758.715000', '111758.718000', '111758.721000', '111758.724000', '111758.727000', '111758.730000', '111758.732000', '111758.735000', '111758.738000', '111758.741000', '111758.744000', '111758.747000', '111758.750000', '111758.752000', '111758.755000', '111758.758000', '111758.761000', '111758.764000', '111758.767000', '111758.792000', '111758.795000', '111818.647000', '111818.650000', '111818.653000', '111818.656000', '111818.659000', '111818.661000', '111818.664000', '111818.667000', '111818.670000', '111818.673000', '111818.676000', '111818.679000', '111818.681000', '111818.684000', '111818.687000', '111818.690000', '111818.693000', '111818.696000', '111818.699000', '111818.702000', '111818.704000', '111818.707000', '111818.710000', '111818.713000', '111818.716000', '111818.719000', '111818.722000', '111818.724000', '111818.727000', '111818.730000', '111818.733000', '111818.736000', '111818.739000', '111818.742000', '111818.745000', '111818.748000', '111818.750000', '111818.753000', '111818.756000', '111818.759000', '111818.762000', '111818.767000', '111818.820000', '111838.647000', '111838.650000', '111838.653000', '111838.656000', '111838.659000', '111838.661000', '111838.664000', '111838.667000', '111838.670000', '111838.673000', '111838.676000', '111838.679000', '111838.682000', '111838.685000', '111838.687000', '111838.690000', '111838.693000', '111838.696000', '111838.699000', '111838.702000', '111838.705000', '111838.708000', '111838.710000', '111838.713000', '111838.716000', '111838.719000', '111838.722000', '111838.725000', '111838.728000', '111838.730000', '111838.733000', '111838.736000', '111838.739000', '111838.742000', '111838.745000', '111838.748000', '111838.751000', '111838.754000', '111838.757000', '111838.759000', '111838.762000', '111838.765000', '111838.768000', '111838.849000', '111858.647000', '111858.650000', '111858.653000', '111858.656000', '111858.659000', '111858.662000', '111858.665000', '111858.667000', '111858.670000', '111858.673000', '111858.676000', '111858.679000', '111858.682000', '111858.685000', '111858.688000', '111858.691000', '111858.693000', '111858.696000', '111858.699000', '111858.702000', '111858.705000', '111858.708000', '111858.711000', '111858.715000', '111858.718000', '111858.721000', '111858.724000', '111858.727000', '111858.729000', '111858.732000', '111858.735000', '111858.738000', '111858.741000', '111858.744000', '111858.747000', '111858.750000', '111858.753000', '111858.756000', '111858.758000', '111858.761000', '111858.764000', '111858.767000', '111858.841000', '111918.647000', '111918.650000', '111918.653000', '111918.656000', '111918.659000', '111918.662000', '111918.665000', '111918.667000', '111918.670000', '111918.673000', '111918.676000', '111918.679000', '111918.682000', '111918.685000', '111918.688000', '111918.690000', '111918.693000', '111918.696000', '111918.699000', '111918.702000', '111918.705000', '111918.708000', '111918.711000', '111918.714000', '111918.716000', '111918.719000', '111918.722000', '111918.725000', '111918.728000', '111918.731000', '111918.734000', '111918.737000', '111918.740000', '111918.742000', '111918.745000', '111918.748000', '111918.751000', '111918.754000', '111918.757000', '111918.760000', '111918.763000', '111918.766000', '111918.768000', '111918.841000', '111938.647000', '111938.650000', '111938.653000', '111938.656000', '111938.659000', '111938.661000', '111938.664000', '111938.667000', '111938.670000', '111938.673000', '111938.676000', '111938.679000', '111938.682000', '111938.684000', '111938.687000', '111938.690000', '111938.693000', '111938.696000', '111938.699000', '111938.702000', '111938.705000', '111938.708000', '111938.710000', '111938.713000', '111938.716000', '111938.719000', '111938.722000', '111938.725000', '111938.727000', '111938.730000', '111938.733000', '111938.736000', '111938.739000', '111938.742000', '111938.745000', '111938.747000', '111938.750000', '111938.753000', '111938.756000', '111938.759000', '111938.762000', '111938.765000', '111938.768000', '111941.628000', '111941.631000', '111941.634000', '111941.637000', '111941.640000', '111941.643000', '111941.646000'], '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': [14463, 15626, 10017, 11764, 9389, 10217, 10195, 9758, 12999, 9657, 10697, 9039, 10218, 9138, 9995, 9423, 9625, 9371, 9498, 10159, 10053, 13339, 9840, 12899, 9474, 11474, 10347, 9237, 8996, 8965, 11053, 8891, 9265, 13997, 8949, 9449, 13756, 9384, 10168, 8926, 9462, 14146, 9106, 14088, 9446, 10025, 15137, 11141, 15842, 15230, 11306, 19080, 15525, 15521, 20229, 14805, 17563, 9489, 9927, 14307, 9741, 12062, 9791, 9587, 18004, 12350, 12171, 9701, 9899, 14299, 9868, 12006, 9744, 9820, 15915, 10038, 10509, 11170, 9750, 12634, 10037, 9820, 9562, 9833, 13662, 9764, 9643, 9400, 9871, 12515, 9283, 9826, 10206, 9641, 12588, 9496, 9825, 15176, 9907, 11909, 9435, 9825, 13386, 9766, 12140, 9752, 9459, 12009, 9562, 11203, 9764, 9434, 16258, 10158, 10399, 9116, 9542, 12182, 9366, 11690, 9129, 9274, 8580, 9835, 13828, 9510, 11866, 11040, 9710, 19978, 15644, 18755, 9457, 9744, 8993, 9545, 14290, 9644, 10397, 16828, 12706, 19279, 13315, 12000, 9279, 9844, 11993, 9727, 14609, 9529, 12036, 19004, 14224, 19524, 13047, 16353, 18851, 16940, 18920, 12362, 11105, 10201, 10031, 10287, 10229, 11662, 9980, 14832, 10203, 10843, 15683, 12427, 18834, 12275, 10992, 9860, 10109, 9319, 9694, 13867, 9698, 9856, 17885, 12801, 10154, 9536, 9378, 8975, 10433, 11294, 10053, 11621, 10169, 11205, 10475, 13677, 11127, 13344, 18199, 13806, 18154, 9549, 9914, 9828, 9546, 12645, 16775, 11767, 10164, 16419, 10040, 9716, 14401, 10257, 10018, 11717, 10157, 9296, 8917, 9951, 10379, 9414, 9719, 13649, 9681, 10114, 9388, 9906, 9495, 10004, 11318, 10812, 9961, 13499, 16663, 10941, 12999, 17469, 11899, 13067, 16616, 9855, 10957, 12509, 9722, 12190, 9653, 9913, 13744, 9749, 10022, 11084, 9667, 11219, 9556, 9881, 16799, 12591, 10057, 16654, 9900, 10316, 19283, 14045, 11338, 17066, 9842, 9836, 17293, 11229, 9728, 9561, 10266, 11913, 9648, 9916, 14055, 9857, 10437, 12469, 9745, 17341, 12314, 12005, 9596, 9480, 9122, 9745, 11563, 20518, 17896, 12156, 12429, 18688, 11595, 11452, 9494, 9580, 10828, 9428, 10172, 9008, 9001, 9380, 9344, 9648, 9924, 16457, 21594, 19011, 12740, 10907, 13237, 10354, 15978, 11727, 10271, 19038, 13141, 11081, 9712, 9837, 11366, 10181, 17604, 12397, 17748, 9940, 10010, 10004, 10142, 9580, 11125, 10807, 16093, 19917, 13543, 9478, 9672, 9981, 9340, 12020, 9321, 10054, 9315, 9847, 9846, 9810, 13821, 9369, 13899, 10154, 9883, 16994, 10282, 10790, 9634, 9702, 9963, 9726, 9725, 9789, 9782, 9998, 9735, 10598, 15272, 13992, 18919, 15594, 19108, 13589, 13616, 9664, 10685, 10983, 9277, 10534, 10329, 9456, 10979, 9049, 9367, 11326, 9415, 10202, 8971, 9633, 10762, 9628, 11771, 9677, 10849, 9315, 10389, 16683, 9705, 11191, 9747, 10179, 16861, 9695, 10494, 9425, 10386, 17416, 12525, 18230, 14505, 11247, 9434, 10656, 9121, 10372, 10015, 9360, 11889, 10930, 9819, 13900, 9439, 9695, 12847, 9088, 10561, 9242, 10351, 13176, 9574, 10387, 13373, 9944, 11008, 11246, 9579, 12718, 11786, 10193, 17747, 10942, 10540, 19459, 12690, 10340, 18833, 11637, 10328, 11360, 9562, 10824, 9718, 10247, 12576, 9712, 10780, 10217, 9769, 8699, 9407, 8634, 9234, 10811, 8641, 10002, 13977, 8778, 9950, 14944, 9909, 10037, 9470, 9096, 10604, 9094, 10039, 12026, 9226, 12066, 8997, 10494, 12168, 9678, 14290, 9300, 10886, 18617, 15066, 14861, 15822, 14735, 19336, 16174, 13140, 9526, 10299, 14937, 9269, 12398, 18035, 13296, 16369, 9837, 10078, 13001, 9457, 10242, 8725, 10046, 10298, 9364, 10519, 10289, 9431, 10733, 8994, 10513, 13007, 9173, 10641, 8947, 9916, 11890, 9286, 10230, 15723, 10921, 11985, 9376, 9927, 10900, 10758, 11010, 9455, 10122, 12997, 9027, 10927, 8453, 9581, 13632, 9205, 11663, 8734, 10164, 17279, 11106, 12005, 15992, 11211, 16218, 9069, 9818, 16313, 10358, 9826, 12035, 8989, 10557, 13275, 9586, 11174, 8724, 9796, 9153, 8982, 11210, 8753, 9571, 8626, 9368, 12533, 8986, 10181, 15977, 10117, 16681, 10376, 9723, 10369, 10800, 11529, 9095, 10025, 8678, 9910, 9933, 9798, 18422, 14991, 17336, 15125, 9923, 17742, 9743, 10345, 17139, 12701, 16458, 15742, 14244, 11436, 9399, 10264, 9546, 9901, 12401, 9553, 10098, 11136, 9832, 11229, 10079, 10012, 13626, 11745, 10456, 15044, 11089, 11642, 10137, 9802, 8764, 9878, 10829, 9253, 10144, 14237, 9945, 10749, 10959, 10162, 10892, 9592, 10227, 13671, 10970, 10102, 14053, 9935, 10504, 13142, 10013, 11066, 9766, 10286, 15372, 9747, 10056, 16661, 11272, 16227, 9397, 10091, 8673, 10616, 10844, 9510, 9850, 13867, 9707, 9935, 15633, 11365, 17503, 9395, 10018, 8752, 9741, 11003, 9423, 10188, 16526, 12691, 10409, 18139, 9659, 9978, 14551, 11071, 10759, 14519, 10007, 10122, 8939, 9941, 9470, 9604, 10373, 9782, 9758, 13232, 10126, 14028, 12151, 18072, 14492, 15394, 9163, 9775, 10169, 10194, 14413, 13274, 9939, 19107, 11879, 10023, 9461, 10655, 9397, 11730, 9482, 14299, 13417, 18034, 19698, 15195, 18149, 10611, 10119, 9170, 9649, 13292, 9757, 10629, 9664, 10335, 11198, 9826, 14224, 9786, 9646, 10013, 10171, 9678, 10232, 10483, 10662, 9731, 12222, 15871, 13612, 10195, 9654, 8660, 9657, 11634, 9356, 10266, 15163, 10081, 11690, 16583, 12900, 14647, 10732, 11523, 18078, 14385, 16384, 10241, 12045, 9927, 12110, 10216, 17213, 11553, 11788, 8888, 10195, 9754, 10391, 13967, 9432, 10239, 13657, 9234, 9906, 11654, 9288, 10252, 9274, 9836, 9825, 9447, 10148, 9819, 9730, 8668, 9032, 10717, 8654, 10394, 8681, 10301, 9830, 9153, 11141, 9640, 10285, 13625, 9439, 10209, 14070, 10352, 10607, 10586, 9620, 10872, 8807, 10042, 10285, 9387, 11170, 9413, 9922, 14758, 11210, 12610, 13923, 10802, 14455, 8910, 9565, 8849, 9688, 10693, 9339, 10074, 9507, 9928, 11172, 9094, 10592, 8582, 10134, 10754, 9182, 16018, 10516, 11839, 8713, 10331, 9003, 9865, 9330, 10811, 10177, 13204, 15294, 17739, 17960, 14499, 15546, 9787, 11583, 9394, 10683, 12981, 10103, 17658, 12100, 10358, 9948, 10137, 9621, 10341, 14675, 9597, 9674, 9599, 10226, 9787, 11605, 9769, 12066, 10027, 10853, 9863, 9674, 12956, 9562, 11511, 9652, 10781, 11547, 12805, 16463, 12947, 13471, 9802, 9821, 9529, 11629, 9082, 10729, 9611, 10440, 16329, 11273, 16827, 11216, 11068, 9102, 9617, 9405, 9398, 11865, 9911, 14304, 10773, 15206, 10801, 10226], 'WindowCenter': [4716.0, 4711.0, 4627.0, 4654.0, 4613.0, 4622.0, 4620.0, 4613.0, 4650.0, 4612.0, 4631.0, 4613.0, 4633.0, 4614.0, 4635.0, 4625.0, 4637.0, 4639.0, 4650.0, 4659.0, 4662.0, 4701.0, 4661.0, 4690.0, 4650.0, 4669.0, 4651.0, 4642.0, 4639.0, 4642.0, 4671.0, 4640.0, 4653.0, 4712.0, 4643.0, 4664.0, 4701.0, 4654.0, 4673.0, 4652.0, 4664.0, 4711.0, 4655.0, 4725.0, 4675.0, 4676.0, 4723.0, 4684.0, 4733.0, 4711.0, 4671.0, 4740.0, 4709.0, 4709.0, 4740.0, 4697.0, 4715.0, 4625.0, 4637.0, 4684.0, 4637.0, 4664.0, 4634.0, 4635.0, 4714.0, 4677.0, 4665.0, 4635.0, 4635.0, 4684.0, 4634.0, 4664.0, 4625.0, 4634.0, 4694.0, 4634.0, 4644.0, 4654.0, 4636.0, 4664.0, 4646.0, 4646.0, 4636.0, 4647.0, 4685.0, 4648.0, 4638.0, 4639.0, 4647.0, 4677.0, 4639.0, 4649.0, 4661.0, 4650.0, 4689.0, 4650.0, 4660.0, 4709.0, 4649.0, 4679.0, 4640.0, 4660.0, 4689.0, 4650.0, 4679.0, 4651.0, 4652.0, 4690.0, 4661.0, 4680.0, 4661.0, 4653.0, 4730.0, 4661.0, 4672.0, 4641.0, 4664.0, 4692.0, 4665.0, 4694.0, 4662.0, 4654.0, 4644.0, 4674.0, 4714.0, 4674.0, 4695.0, 4697.0, 4677.0, 4765.0, 4735.0, 4753.0, 4663.0, 4652.0, 4642.0, 4662.0, 4711.0, 4664.0, 4675.0, 4743.0, 4705.0, 4752.0, 4703.0, 4690.0, 4651.0, 4660.0, 4679.0, 4651.0, 4711.0, 4652.0, 4692.0, 4741.0, 4700.0, 4741.0, 4677.0, 4708.0, 4726.0, 4705.0, 4715.0, 4665.0, 4644.0, 4646.0, 4645.0, 4646.0, 4656.0, 4666.0, 4647.0, 4696.0, 4645.0, 4656.0, 4694.0, 4665.0, 4714.0, 4665.0, 4643.0, 4634.0, 4644.0, 4623.0, 4637.0, 4686.0, 4636.0, 4646.0, 4714.0, 4664.0, 4633.0, 4622.0, 4623.0, 4624.0, 4644.0, 4654.0, 4646.0, 4667.0, 4661.0, 4678.0, 4671.0, 4711.0, 4682.0, 4700.0, 4729.0, 4690.0, 4728.0, 4639.0, 4647.0, 4647.0, 4639.0, 4676.0, 4706.0, 4667.0, 4646.0, 4705.0, 4636.0, 4635.0, 4684.0, 4646.0, 4646.0, 4663.0, 4646.0, 4637.0, 4637.0, 4649.0, 4657.0, 4650.0, 4662.0, 4700.0, 4651.0, 4661.0, 4651.0, 4651.0, 4649.0, 4651.0, 4670.0, 4659.0, 4651.0, 4701.0, 4719.0, 4670.0, 4690.0, 4729.0, 4679.0, 4688.0, 4715.0, 4646.0, 4656.0, 4675.0, 4647.0, 4688.0, 4652.0, 4661.0, 4699.0, 4649.0, 4660.0, 4670.0, 4662.0, 4671.0, 4661.0, 4662.0, 4730.0, 4691.0, 4660.0, 4729.0, 4661.0, 4661.0, 4739.0, 4699.0, 4669.0, 4728.0, 4659.0, 4660.0, 4727.0, 4667.0, 4648.0, 4648.0, 4658.0, 4678.0, 4648.0, 4658.0, 4708.0, 4661.0, 4671.0, 4690.0, 4650.0, 4729.0, 4690.0, 4678.0, 4650.0, 4650.0, 4638.0, 4651.0, 4680.0, 4750.0, 4727.0, 4677.0, 4676.0, 4726.0, 4665.0, 4665.0, 4635.0, 4637.0, 4655.0, 4637.0, 4655.0, 4640.0, 4651.0, 4651.0, 4652.0, 4660.0, 4673.0, 4732.0, 4763.0, 4728.0, 4676.0, 4644.0, 4673.0, 4635.0, 4692.0, 4653.0, 4632.0, 4712.0, 4662.0, 4641.0, 4623.0, 4635.0, 4652.0, 4633.0, 4713.0, 4664.0, 4702.0, 4634.0, 4633.0, 4634.0, 4644.0, 4634.0, 4656.0, 4669.0, 4717.0, 4725.0, 4674.0, 4622.0, 4636.0, 4648.0, 4638.0, 4677.0, 4638.0, 4637.0, 4628.0, 4646.0, 4638.0, 4648.0, 4687.0, 4639.0, 4687.0, 4646.0, 4647.0, 4706.0, 4647.0, 4655.0, 4635.0, 4622.0, 4635.0, 4638.0, 4649.0, 4650.0, 4650.0, 4651.0, 4650.0, 4659.0, 4707.0, 4699.0, 4730.0, 4711.0, 4739.0, 4690.0, 4689.0, 4650.0, 4659.0, 4646.0, 4639.0, 4657.0, 4648.0, 4650.0, 4659.0, 4629.0, 4640.0, 4668.0, 4639.0, 4660.0, 4639.0, 4651.0, 4660.0, 4652.0, 4679.0, 4651.0, 4661.0, 4639.0, 4663.0, 4721.0, 4640.0, 4658.0, 4638.0, 4648.0, 4706.0, 4636.0, 4646.0, 4627.0, 4648.0, 4718.0, 4667.0, 4716.0, 4687.0, 4657.0, 4628.0, 4646.0, 4638.0, 4659.0, 4649.0, 4652.0, 4679.0, 4670.0, 4661.0, 4699.0, 4639.0, 4649.0, 4677.0, 4627.0, 4658.0, 4639.0, 4661.0, 4701.0, 4651.0, 4661.0, 4700.0, 4651.0, 4672.0, 4669.0, 4649.0, 4678.0, 4668.0, 4659.0, 4727.0, 4659.0, 4660.0, 4739.0, 4678.0, 4648.0, 4725.0, 4658.0, 4646.0, 4657.0, 4638.0, 4656.0, 4637.0, 4658.0, 4678.0, 4649.0, 4658.0, 4650.0, 4649.0, 4629.0, 4640.0, 4631.0, 4651.0, 4672.0, 4642.0, 4662.0, 4712.0, 4643.0, 4663.0, 4712.0, 4663.0, 4663.0, 4651.0, 4651.0, 4672.0, 4652.0, 4675.0, 4694.0, 4667.0, 4706.0, 4656.0, 4688.0, 4706.0, 4666.0, 4723.0, 4653.0, 4673.0, 4741.0, 4722.0, 4711.0, 4721.0, 4723.0, 4751.0, 4719.0, 4689.0, 4639.0, 4658.0, 4696.0, 4638.0, 4678.0, 4727.0, 4688.0, 4708.0, 4635.0, 4635.0, 4676.0, 4636.0, 4644.0, 4628.0, 4646.0, 4645.0, 4649.0, 4670.0, 4660.0, 4652.0, 4670.0, 4641.0, 4672.0, 4698.0, 4651.0, 4670.0, 4641.0, 4662.0, 4680.0, 4650.0, 4662.0, 4719.0, 4672.0, 4680.0, 4641.0, 4661.0, 4668.0, 4682.0, 4681.0, 4662.0, 4674.0, 4703.0, 4653.0, 4680.0, 4631.0, 4661.0, 4701.0, 4654.0, 4682.0, 4644.0, 4673.0, 4731.0, 4683.0, 4681.0, 4720.0, 4671.0, 4719.0, 4631.0, 4650.0, 4709.0, 4659.0, 4650.0, 4678.0, 4639.0, 4659.0, 4677.0, 4638.0, 4657.0, 4629.0, 4649.0, 4638.0, 4638.0, 4670.0, 4641.0, 4649.0, 4629.0, 4653.0, 4689.0, 4641.0, 4671.0, 4732.0, 4672.0, 4721.0, 4659.0, 4650.0, 4659.0, 4657.0, 4664.0, 4641.0, 4660.0, 4642.0, 4665.0, 4673.0, 4673.0, 4742.0, 4721.0, 4742.0, 4708.0, 4647.0, 4726.0, 4638.0, 4647.0, 4717.0, 4687.0, 4706.0, 4708.0, 4698.0, 4656.0, 4638.0, 4646.0, 4636.0, 4648.0, 4676.0, 4639.0, 4658.0, 4668.0, 4649.0, 4670.0, 4650.0, 4649.0, 4687.0, 4666.0, 4647.0, 4696.0, 4656.0, 4657.0, 4647.0, 4637.0, 4629.0, 4650.0, 4658.0, 4637.0, 4660.0, 4698.0, 4650.0, 4670.0, 4661.0, 4661.0, 4659.0, 4638.0, 4646.0, 4687.0, 4659.0, 4649.0, 4698.0, 4650.0, 4660.0, 4690.0, 4650.0, 4668.0, 4648.0, 4659.0, 4708.0, 4648.0, 4649.0, 4718.0, 4668.0, 4707.0, 4639.0, 4649.0, 4627.0, 4657.0, 4657.0, 4650.0, 4650.0, 4697.0, 4650.0, 4662.0, 4709.0, 4669.0, 4728.0, 4638.0, 4648.0, 4618.0, 4637.0, 4657.0, 4639.0, 4660.0, 4720.0, 4689.0, 4661.0, 4728.0, 4637.0, 4647.0, 4687.0, 4657.0, 4656.0, 4684.0, 4638.0, 4636.0, 4629.0, 4647.0, 4638.0, 4650.0, 4648.0, 4651.0, 4651.0, 4690.0, 4661.0, 4713.0, 4690.0, 4730.0, 4697.0, 4695.0, 4637.0, 4648.0, 4648.0, 4649.0, 4698.0, 4676.0, 4636.0, 4728.0, 4668.0, 4634.0, 4635.0, 4647.0, 4636.0, 4667.0, 4636.0, 4687.0, 4676.0, 4718.0, 4717.0, 4684.0, 4701.0, 4623.0, 4621.0, 4609.0, 4610.0, 4650.0, 4613.0, 4631.0, 4611.0, 4633.0, 4656.0, 4634.0, 4675.0, 4634.0, 4623.0, 4634.0, 4633.0, 4638.0, 4646.0, 4657.0, 4659.0, 4649.0, 4680.0, 4711.0, 4691.0, 4650.0, 4637.0, 4616.0, 4637.0, 4668.0, 4637.0, 4659.0, 4698.0, 4648.0, 4668.0, 4708.0, 4678.0, 4685.0, 4644.0, 4655.0, 4705.0, 4685.0, 4681.0, 4620.0, 4626.0, 4609.0, 4639.0, 4633.0, 4703.0, 4642.0, 4642.0, 4602.0, 4621.0, 4623.0, 4645.0, 4685.0, 4624.0, 4635.0, 4671.0, 4614.0, 4624.0, 4640.0, 4612.0, 4621.0, 4613.0, 4633.0, 4622.0, 4637.0, 4645.0, 4646.0, 4638.0, 4627.0, 4629.0, 4646.0, 4628.0, 4648.0, 4631.0, 4661.0, 4649.0, 4643.0, 4670.0, 4650.0, 4661.0, 4700.0, 4640.0, 4650.0, 4690.0, 4650.0, 4658.0, 4658.0, 4650.0, 4660.0, 4641.0, 4652.0, 4661.0, 4641.0, 4671.0, 4640.0, 4651.0, 4710.0, 4670.0, 4679.0, 4688.0, 4659.0, 4685.0, 4629.0, 4640.0, 4631.0, 4653.0, 4661.0, 4653.0, 4663.0, 4664.0, 4665.0, 4683.0, 4656.0, 4671.0, 4643.0, 4674.0, 4685.0, 4654.0, 4736.0, 4688.0, 4696.0, 4645.0, 4675.0, 4655.0, 4663.0, 4655.0, 4686.0, 4676.0, 4706.0, 4725.0, 4747.0, 4734.0, 4702.0, 4710.0, 4650.0, 4669.0, 4641.0, 4660.0, 4678.0, 4650.0, 4718.0, 4669.0, 4650.0, 4639.0, 4648.0, 4636.0, 4649.0, 4698.0, 4638.0, 4637.0, 4639.0, 4650.0, 4651.0, 4670.0, 4650.0, 4681.0, 4652.0, 4660.0, 4651.0, 4639.0, 4677.0, 4639.0, 4659.0, 4639.0, 4659.0, 4658.0, 4679.0, 4708.0, 4677.0, 4677.0, 4637.0, 4636.0, 4638.0, 4657.0, 4628.0, 4658.0, 4639.0, 4649.0, 4709.0, 4658.0, 4708.0, 4646.0, 4646.0, 4615.0, 4637.0, 4626.0, 4639.0, 4668.0, 4650.0, 4698.0, 4659.0, 4709.0, 4661.0, 4647.0], 'WindowWidth': [10308.0, 10292.0, 10166.0, 10197.0, 10139.0, 10149.0, 10145.0, 10136.0, 10184.0, 10135.0, 10159.0, 10137.0, 10164.0, 10140.0, 10173.0, 10159.0, 10179.0, 10186.0, 10203.0, 10213.0, 10223.0, 10274.0, 10220.0, 10255.0, 10200.0, 10226.0, 10202.0, 10191.0, 10186.0, 10194.0, 10233.0, 10190.0, 10210.0, 10289.0, 10199.0, 10227.0, 10274.0, 10216.0, 10239.0, 10211.0, 10228.0, 10290.0, 10218.0, 10313.0, 10248.0, 10251.0, 10310.0, 10256.0, 10323.0, 10287.0, 10232.0, 10334.0, 10280.0, 10282.0, 10332.0, 10262.0, 10283.0, 10159.0, 10176.0, 10236.0, 10176.0, 10211.0, 10173.0, 10175.0, 10286.0, 10232.0, 10215.0, 10172.0, 10173.0, 10240.0, 10171.0, 10213.0, 10158.0, 10172.0, 10253.0, 10173.0, 10187.0, 10197.0, 10175.0, 10212.0, 10189.0, 10190.0, 10179.0, 10194.0, 10245.0, 10196.0, 10183.0, 10185.0, 10196.0, 10237.0, 10186.0, 10202.0, 10217.0, 10205.0, 10256.0, 10205.0, 10219.0, 10285.0, 10203.0, 10243.0, 10190.0, 10218.0, 10256.0, 10204.0, 10241.0, 10205.0, 10209.0, 10260.0, 10221.0, 10245.0, 10221.0, 10213.0, 10315.0, 10222.0, 10236.0, 10194.0, 10228.0, 10265.0, 10233.0, 10271.0, 10227.0, 10216.0, 10204.0, 10246.0, 10298.0, 10246.0, 10276.0, 10281.0, 10253.0, 10377.0, 10328.0, 10352.0, 10228.0, 10211.0, 10197.0, 10224.0, 10290.0, 10230.0, 10247.0, 10339.0, 10286.0, 10348.0, 10282.0, 10260.0, 10208.0, 10218.0, 10241.0, 10207.0, 10288.0, 10210.0, 10265.0, 10330.0, 10272.0, 10331.0, 10234.0, 10280.0, 10302.0, 10272.0, 10285.0, 10213.0, 10183.0, 10192.0, 10188.0, 10191.0, 10207.0, 10219.0, 10192.0, 10260.0, 10188.0, 10205.0, 10254.0, 10214.0, 10283.0, 10214.0, 10182.0, 10171.0, 10185.0, 10157.0, 10180.0, 10246.0, 10177.0, 10192.0, 10284.0, 10213.0, 10169.0, 10150.0, 10153.0, 10156.0, 10182.0, 10198.0, 10195.0, 10223.0, 10220.0, 10240.0, 10235.0, 10289.0, 10252.0, 10273.0, 10312.0, 10256.0, 10305.0, 10186.0, 10195.0, 10193.0, 10184.0, 10232.0, 10273.0, 10219.0, 10191.0, 10269.0, 10177.0, 10175.0, 10239.0, 10189.0, 10190.0, 10210.0, 10192.0, 10181.0, 10183.0, 10202.0, 10211.0, 10205.0, 10224.0, 10271.0, 10208.0, 10220.0, 10206.0, 10206.0, 10201.0, 10205.0, 10231.0, 10214.0, 10205.0, 10275.0, 10297.0, 10230.0, 10258.0, 10309.0, 10239.0, 10251.0, 10285.0, 10192.0, 10205.0, 10231.0, 10196.0, 10255.0, 10209.0, 10223.0, 10270.0, 10202.0, 10217.0, 10231.0, 10224.0, 10234.0, 10221.0, 10226.0, 10317.0, 10261.0, 10221.0, 10312.0, 10220.0, 10221.0, 10327.0, 10270.0, 10230.0, 10309.0, 10216.0, 10218.0, 10307.0, 10225.0, 10200.0, 10200.0, 10215.0, 10239.0, 10200.0, 10214.0, 10283.0, 10222.0, 10237.0, 10260.0, 10205.0, 10315.0, 10258.0, 10242.0, 10204.0, 10203.0, 10186.0, 10206.0, 10246.0, 10353.0, 10305.0, 10236.0, 10235.0, 10302.0, 10218.0, 10217.0, 10175.0, 10181.0, 10204.0, 10183.0, 10206.0, 10193.0, 10208.0, 10211.0, 10212.0, 10223.0, 10242.0, 10325.0, 10379.0, 10310.0, 10232.0, 10185.0, 10223.0, 10174.0, 10249.0, 10194.0, 10166.0, 10275.0, 10206.0, 10176.0, 10155.0, 10176.0, 10196.0, 10168.0, 10282.0, 10214.0, 10264.0, 10172.0, 10167.0, 10170.0, 10183.0, 10171.0, 10203.0, 10229.0, 10292.0, 10306.0, 10224.0, 10150.0, 10176.0, 10199.0, 10185.0, 10236.0, 10183.0, 10178.0, 10167.0, 10189.0, 10180.0, 10196.0, 10247.0, 10184.0, 10248.0, 10189.0, 10193.0, 10274.0, 10192.0, 10202.0, 10172.0, 10150.0, 10170.0, 10181.0, 10199.0, 10200.0, 10200.0, 10204.0, 10203.0, 10212.0, 10276.0, 10268.0, 10316.0, 10286.0, 10324.0, 10253.0, 10252.0, 10200.0, 10211.0, 10189.0, 10183.0, 10207.0, 10196.0, 10200.0, 10211.0, 10173.0, 10189.0, 10223.0, 10187.0, 10216.0, 10189.0, 10205.0, 10216.0, 10207.0, 10241.0, 10204.0, 10217.0, 10188.0, 10223.0, 10300.0, 10188.0, 10209.0, 10180.0, 10194.0, 10272.0, 10177.0, 10190.0, 10164.0, 10197.0, 10292.0, 10218.0, 10289.0, 10245.0, 10206.0, 10168.0, 10190.0, 10184.0, 10213.0, 10198.0, 10206.0, 10241.0, 10231.0, 10219.0, 10272.0, 10189.0, 10201.0, 10235.0, 10168.0, 10209.0, 10186.0, 10219.0, 10275.0, 10206.0, 10222.0, 10274.0, 10207.0, 10234.0, 10226.0, 10201.0, 10239.0, 10223.0, 10213.0, 10306.0, 10211.0, 10215.0, 10324.0, 10236.0, 10195.0, 10299.0, 10207.0, 10191.0, 10206.0, 10182.0, 10204.0, 10180.0, 10210.0, 10237.0, 10199.0, 10209.0, 10202.0, 10199.0, 10173.0, 10190.0, 10179.0, 10208.0, 10235.0, 10195.0, 10226.0, 10292.0, 10199.0, 10228.0, 10291.0, 10225.0, 10227.0, 10208.0, 10207.0, 10235.0, 10211.0, 10246.0, 10270.0, 10239.0, 10291.0, 10225.0, 10269.0, 10290.0, 10236.0, 10310.0, 10214.0, 10240.0, 10333.0, 10304.0, 10291.0, 10304.0, 10307.0, 10350.0, 10299.0, 10256.0, 10185.0, 10210.0, 10261.0, 10183.0, 10240.0, 10305.0, 10249.0, 10278.0, 10176.0, 10175.0, 10231.0, 10178.0, 10188.0, 10170.0, 10194.0, 10192.0, 10204.0, 10234.0, 10221.0, 10210.0, 10231.0, 10194.0, 10236.0, 10269.0, 10209.0, 10233.0, 10194.0, 10224.0, 10246.0, 10204.0, 10222.0, 10299.0, 10235.0, 10243.0, 10192.0, 10219.0, 10226.0, 10251.0, 10249.0, 10226.0, 10244.0, 10282.0, 10213.0, 10248.0, 10181.0, 10220.0, 10274.0, 10215.0, 10252.0, 10199.0, 10238.0, 10318.0, 10252.0, 10249.0, 10300.0, 10232.0, 10295.0, 10177.0, 10202.0, 10283.0, 10214.0, 10202.0, 10239.0, 10187.0, 10213.0, 10235.0, 10184.0, 10209.0, 10172.0, 10199.0, 10184.0, 10185.0, 10230.0, 10193.0, 10203.0, 10176.0, 10210.0, 10257.0, 10193.0, 10235.0, 10322.0, 10238.0, 10302.0, 10214.0, 10201.0, 10212.0, 10203.0, 10212.0, 10192.0, 10218.0, 10199.0, 10233.0, 10242.0, 10241.0, 10336.0, 10300.0, 10333.0, 10280.0, 10193.0, 10302.0, 10183.0, 10195.0, 10293.0, 10250.0, 10276.0, 10276.0, 10262.0, 10206.0, 10183.0, 10191.0, 10177.0, 10197.0, 10231.0, 10186.0, 10212.0, 10224.0, 10200.0, 10228.0, 10201.0, 10199.0, 10249.0, 10216.0, 10190.0, 10257.0, 10204.0, 10206.0, 10193.0, 10181.0, 10171.0, 10201.0, 10211.0, 10183.0, 10215.0, 10266.0, 10204.0, 10230.0, 10217.0, 10218.0, 10213.0, 10182.0, 10192.0, 10249.0, 10212.0, 10198.0, 10265.0, 10201.0, 10216.0, 10256.0, 10203.0, 10224.0, 10198.0, 10213.0, 10280.0, 10197.0, 10201.0, 10293.0, 10224.0, 10276.0, 10185.0, 10198.0, 10166.0, 10208.0, 10208.0, 10201.0, 10203.0, 10266.0, 10203.0, 10221.0, 10283.0, 10228.0, 10307.0, 10183.0, 10195.0, 10155.0, 10181.0, 10208.0, 10185.0, 10216.0, 10299.0, 10255.0, 10217.0, 10305.0, 10181.0, 10193.0, 10248.0, 10204.0, 10203.0, 10239.0, 10179.0, 10175.0, 10168.0, 10194.0, 10183.0, 10200.0, 10198.0, 10204.0, 10207.0, 10256.0, 10220.0, 10300.0, 10260.0, 10315.0, 10263.0, 10258.0, 10182.0, 10195.0, 10196.0, 10198.0, 10268.0, 10231.0, 10177.0, 10305.0, 10222.0, 10170.0, 10174.0, 10191.0, 10178.0, 10220.0, 10177.0, 10247.0, 10232.0, 10293.0, 10292.0, 10239.0, 10260.0, 10148.0, 10145.0, 10126.0, 10130.0, 10181.0, 10136.0, 10160.0, 10132.0, 10166.0, 10203.0, 10170.0, 10226.0, 10168.0, 10152.0, 10169.0, 10166.0, 10180.0, 10191.0, 10205.0, 10214.0, 10202.0, 10245.0, 10287.0, 10259.0, 10198.0, 10179.0, 10147.0, 10179.0, 10222.0, 10179.0, 10212.0, 10265.0, 10197.0, 10224.0, 10277.0, 10235.0, 10240.0, 10182.0, 10198.0, 10267.0, 10241.0, 10228.0, 10143.0, 10144.0, 10123.0, 10167.0, 10170.0, 10266.0, 10179.0, 10175.0, 10123.0, 10147.0, 10152.0, 10188.0, 10242.0, 10158.0, 10173.0, 10217.0, 10141.0, 10154.0, 10172.0, 10137.0, 10146.0, 10138.0, 10167.0, 10153.0, 10177.0, 10187.0, 10192.0, 10184.0, 10169.0, 10171.0, 10191.0, 10170.0, 10198.0, 10179.0, 10221.0, 10201.0, 10196.0, 10231.0, 10202.0, 10219.0, 10272.0, 10189.0, 10203.0, 10256.0, 10201.0, 10212.0, 10210.0, 10201.0, 10215.0, 10190.0, 10207.0, 10220.0, 10194.0, 10234.0, 10189.0, 10206.0, 10288.0, 10230.0, 10240.0, 10251.0, 10212.0, 10242.0, 10171.0, 10185.0, 10176.0, 10210.0, 10220.0, 10213.0, 10228.0, 10230.0, 10231.0, 10255.0, 10223.0, 10236.0, 10198.0, 10242.0, 10258.0, 10216.0, 10332.0, 10269.0, 10278.0, 10205.0, 10245.0, 10219.0, 10226.0, 10217.0, 10263.0, 10249.0, 10291.0, 10315.0, 10352.0, 10328.0, 10277.0, 10286.0, 10201.0, 10227.0, 10189.0, 10214.0, 10236.0, 10201.0, 10296.0, 10227.0, 10201.0, 10185.0, 10197.0, 10176.0, 10197.0, 10263.0, 10182.0, 10180.0, 10186.0, 10201.0, 10205.0, 10230.0, 10203.0, 10245.0, 10206.0, 10216.0, 10202.0, 10184.0, 10232.0, 10182.0, 10210.0, 10184.0, 10211.0, 10209.0, 10242.0, 10279.0, 10236.0, 10234.0, 10179.0, 10176.0, 10180.0, 10204.0, 10166.0, 10208.0, 10183.0, 10198.0, 10279.0, 10209.0, 10279.0, 10189.0, 10186.0, 10146.0, 10177.0, 10160.0, 10185.0, 10222.0, 10201.0, 10263.0, 10212.0, 10284.0, 10216.0, 10194.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.00023318380743982494</td></tr>
<tr><td colspan=3>aqi</td><td>0.015830101203501094</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.47342036764511</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2162118686199361</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9900831605585982</td></tr>
<tr><td colspan=3>efc</td><td>0.5</td></tr>
<tr><td colspan=3>fber</td><td>4240.6782</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0708745922515455</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6564551422319475</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.409654918038537</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.296197490708931</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6662821182490624</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2664851451576173</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125555</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019343465566635132</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03338349610567093</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.6379781496287786</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>15.3572</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.0737</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>259.1347</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297562.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1262.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>483.5428</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6879</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>713.1804</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3833.4734</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5243.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1107.2014</td></tr>
<tr><td colspan=3>tsnr</td><td>38.778421201277524</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>