ds005256-mriqc/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter f55c07f2a8 [DATALAD RUNCMD] Compute MRIQC for sub-0031
=== 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-0031 --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-0031",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:25:43 +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-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-02/func/sub-0031_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>8396bbb429ecb06d54758e93560da273</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:02:0.297500</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.999875, -0.0157324, 0.00183011, 0.0157073, 0.999792, 0.0130212]</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.134129</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>[4151, -7748, -7190, 499, -45, -163, 127, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>302.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>45bff477-4e85-4bb5-93e0-6fbb5a3c84c1||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.6825902462005615, 0.04214153066277504, 0.0054933857172727585, 111.29007720947266], [0.0422089658677578, 2.682368516921997, 0.035075314342975616, -89.3156509399414], [0.004910058341920376, -0.03493502736091614, 2.6997666358947754, -37.63081741333008], [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': ['130200.297500', '130200.757500', '130201.217500', '130201.677500', '130202.137500', '130202.597500', '130203.057500', '130203.517500', '130203.977500', '130204.437500', '130204.897500', '130205.357500', '130205.817500', '130206.277500', '130206.737500', '130207.197500', '130207.657500', '130208.117500', '130208.577500', '130209.037500', '130209.497500', '130209.957500', '130210.417500', '130210.877500', '130211.337500', '130211.797500', '130212.257500', '130212.717500', '130213.177500', '130213.637500', '130214.097500', '130214.557500', '130215.017500', '130215.477500', '130215.937500', '130216.397500', '130216.857500', '130217.317500', '130217.777500', '130218.237500', '130218.697500', '130219.157500', '130219.617500', '130220.077500', '130220.537500', '130220.997500', '130221.457500', '130221.917500', '130222.377500', '130222.837500', '130223.297500', '130223.757500', '130224.217500', '130224.677500', '130225.137500', '130225.597500', '130226.057500', '130226.517500', '130226.977500', '130227.437500', '130227.897500', '130228.357500', '130228.817500', '130229.277500', '130229.737500', '130230.197500', '130230.657500', '130231.117500', '130231.577500', '130232.037500', '130232.497500', '130232.957500', '130233.417500', '130233.877500', '130234.337500', '130234.797500', '130235.257500', '130235.717500', '130236.177500', '130236.637500', '130237.097500', '130237.557500', '130238.017500', '130238.477500', '130238.937500', '130239.397500', '130239.857500', '130240.317500', '130240.777500', '130241.237500', '130241.697500', '130242.157500', '130242.617500', '130243.077500', '130243.537500', '130243.997500', '130244.457500', '130244.917500', '130245.377500', '130245.837500', '130246.297500', '130246.757500', '130247.217500', '130247.677500', '130248.137500', '130248.597500', '130249.057500', '130249.517500', '130249.977500', '130250.437500', '130250.897500', '130251.357500', '130251.817500', '130252.277500', '130252.737500', '130253.197500', '130253.657500', '130254.117500', '130254.577500', '130255.037500', '130255.497500', '130255.957500', '130256.417500', '130256.877500', '130257.337500', '130257.797500', '130258.257500', '130258.717500', '130259.177500', '130259.637500', '130300.097500', '130300.557500', '130301.017500', '130301.477500', '130301.937500', '130302.397500', '130302.857500', '130303.317500', '130303.777500', '130304.237500', '130304.697500', '130305.157500', '130305.617500', '130306.077500', '130306.537500', '130306.997500', '130307.457500', '130307.917500', '130308.377500', '130308.837500', '130309.297500', '130309.757500', '130310.217500', '130310.677500', '130311.137500', '130311.597500', '130312.057500', '130312.517500', '130312.977500', '130313.437500', '130313.897500', '130314.357500', '130314.817500', '130315.277500', '130315.737500', '130316.197500', '130316.657500', '130317.117500', '130317.577500', '130318.037500', '130318.497500', '130318.957500', '130319.417500', '130319.877500', '130320.337500', '130320.797500', '130321.257500', '130321.717500', '130322.177500', '130322.637500', '130323.097500', '130323.557500', '130324.017500', '130324.477500', '130324.937500', '130325.397500', '130325.857500', '130326.317500', '130326.777500', '130327.237500', '130327.697500', '130328.157500', '130328.617500', '130329.077500', '130329.537500', '130329.997500', '130330.457500', '130330.917500', '130331.377500', '130331.837500', '130332.297500', '130332.757500', '130333.217500', '130333.677500', '130334.137500', '130334.597500', '130335.057500', '130335.517500', '130335.977500', '130336.437500', '130336.897500', '130337.357500', '130337.817500', '130338.277500', '130338.737500', '130339.197500', '130339.657500', '130340.117500', '130340.577500', '130341.037500', '130341.497500', '130341.957500', '130342.417500', '130342.877500', '130343.337500', '130343.797500', '130344.257500', '130344.717500', '130345.177500', '130345.637500', '130346.097500', '130346.557500', '130347.017500', '130347.477500', '130347.937500', '130348.397500', '130348.857500', '130349.317500', '130349.777500', '130350.237500', '130350.697500', '130351.157500', '130351.617500', '130352.077500', '130352.537500', '130352.997500', '130353.457500', '130353.917500', '130354.377500', '130354.837500', '130355.297500', '130355.757500', '130356.217500', '130356.677500', '130357.137500', '130357.597500', '130358.057500', '130358.517500', '130358.977500', '130359.437500', '130359.897500', '130400.357500', '130400.817500', '130401.277500', '130401.737500', '130402.197500', '130402.657500', '130403.117500', '130403.577500', '130404.037500', '130404.497500', '130404.957500', '130405.417500', '130405.877500', '130406.337500', '130406.797500', '130407.257500', '130407.717500', '130408.177500', '130408.637500', '130409.097500', '130409.557500', '130410.017500', '130410.477500', '130410.937500', '130411.397500', '130411.857500', '130412.317500', '130412.777500', '130413.237500', '130413.697500', '130414.157500', '130414.617500', '130415.077500', '130415.537500', '130415.997500', '130416.457500', '130416.917500', '130417.377500', '130417.837500', '130418.297500', '130418.757500', '130419.217500', '130419.677500', '130420.137500', '130420.597500', '130421.057500', '130421.517500', '130421.977500', '130422.437500', '130422.897500', '130423.357500', '130423.817500', '130424.277500', '130424.737500', '130425.197500', '130425.657500', '130426.117500', '130426.577500', '130427.037500', '130427.497500', '130427.957500', '130428.417500', '130428.877500', '130429.337500', '130429.797500', '130430.257500', '130430.717500', '130431.177500', '130431.637500', '130432.097500', '130432.557500', '130433.017500', '130433.477500', '130433.937500', '130434.397500', '130434.857500', '130435.317500', '130435.777500', '130436.237500', '130436.697500', '130437.157500', '130437.617500', '130438.077500', '130438.537500', '130438.997500', '130439.457500', '130439.917500', '130440.377500', '130440.837500', '130441.297500', '130441.757500', '130442.217500', '130442.677500', '130443.137500', '130443.597500', '130444.057500', '130444.517500', '130444.977500', '130445.437500', '130445.897500', '130446.357500', '130446.817500', '130447.277500', '130447.737500', '130448.197500', '130448.657500', '130449.117500', '130449.577500', '130450.037500', '130450.497500', '130450.957500', '130451.417500', '130451.877500', '130452.337500', '130452.797500', '130453.257500', '130453.717500', '130454.177500', '130454.637500', '130455.097500', '130455.557500', '130456.017500', '130456.477500', '130456.937500', '130457.397500', '130457.857500', '130458.317500', '130458.777500', '130459.237500', '130459.697500', '130500.157500', '130500.617500', '130501.077500', '130501.537500', '130501.997500', '130502.457500', '130502.917500', '130503.377500', '130503.837500', '130504.297500', '130504.757500', '130505.217500', '130505.677500', '130506.137500', '130506.597500', '130507.057500', '130507.517500', '130507.977500', '130508.437500', '130508.897500', '130509.357500', '130509.817500', '130510.277500', '130510.737500', '130511.197500', '130511.657500', '130512.117500', '130512.577500', '130513.037500', '130513.497500', '130513.957500', '130514.417500', '130514.877500', '130515.337500', '130515.797500', '130516.257500', '130516.717500', '130517.177500', '130517.637500', '130518.097500', '130518.557500', '130519.017500', '130519.477500', '130519.937500', '130520.397500', '130520.857500', '130521.317500', '130521.777500', '130522.237500', '130522.697500', '130523.157500', '130523.617500', '130524.077500', '130524.537500', '130524.997500', '130525.457500', '130525.917500', '130526.377500', '130526.837500', '130527.297500', '130527.757500', '130528.217500', '130528.677500', '130529.137500', '130529.597500', '130530.057500', '130530.517500', '130530.977500', '130531.437500', '130531.897500', '130532.357500', '130532.817500', '130533.277500', '130533.737500', '130534.197500', '130534.657500', '130535.117500', '130535.577500', '130536.037500', '130536.497500', '130536.957500', '130537.417500', '130537.877500', '130538.337500', '130538.797500', '130539.257500', '130539.717500', '130540.177500', '130540.637500', '130541.097500', '130541.557500', '130542.017500', '130542.477500', '130542.937500', '130543.397500', '130543.857500', '130544.317500', '130544.777500', '130545.237500', '130545.697500', '130546.157500', '130546.617500', '130547.077500', '130547.537500', '130547.997500', '130548.457500', '130548.917500', '130549.377500', '130549.837500', '130550.297500', '130550.757500', '130551.217500', '130551.677500', '130552.137500', '130552.597500', '130553.057500', '130553.517500', '130553.977500', '130554.437500', '130554.897500', '130555.357500', '130555.817500', '130556.277500', '130556.737500', '130557.197500', '130557.657500', '130558.117500', '130558.577500', '130559.037500', '130559.497500', '130559.957500', '130600.417500', '130600.877500', '130601.337500', '130601.797500', '130602.257500', '130602.717500', '130603.177500', '130603.637500', '130604.097500', '130604.557500', '130605.017500', '130605.477500', '130605.937500', '130606.397500', '130606.857500', '130607.317500', '130607.777500', '130608.237500', '130608.697500', '130609.157500', '130609.617500', '130610.077500', '130610.537500', '130610.997500', '130611.457500', '130611.917500', '130612.377500', '130612.837500', '130613.297500', '130613.757500', '130614.217500', '130614.677500', '130615.137500', '130615.597500', '130616.057500', '130616.517500', '130616.977500', '130617.437500', '130617.897500', '130618.357500', '130618.817500', '130619.277500', '130619.737500', '130620.197500', '130620.657500', '130621.117500', '130621.577500', '130622.037500', '130622.497500', '130622.957500', '130623.417500', '130623.877500', '130624.337500', '130624.797500', '130625.257500', '130625.717500', '130626.177500', '130626.637500', '130627.097500', '130627.557500', '130628.017500', '130628.477500', '130628.937500', '130629.397500', '130629.857500', '130630.317500', '130630.777500', '130631.237500', '130631.697500', '130632.157500', '130632.617500', '130633.077500', '130633.537500', '130633.997500', '130634.457500', '130634.917500', '130635.377500', '130635.837500', '130636.297500', '130636.757500', '130637.217500', '130637.677500', '130638.137500', '130638.597500', '130639.057500', '130639.517500', '130639.977500', '130640.437500', '130640.897500', '130641.357500', '130641.817500', '130642.277500', '130642.737500', '130643.197500', '130643.657500', '130644.117500', '130644.577500', '130645.037500', '130645.497500', '130645.957500', '130646.417500', '130646.877500', '130647.337500', '130647.797500', '130648.257500', '130648.717500', '130649.177500', '130649.637500', '130650.097500', '130650.557500', '130651.017500', '130651.477500', '130651.937500', '130652.397500', '130652.857500', '130653.317500', '130653.777500', '130654.237500', '130654.697500', '130655.157500', '130655.617500', '130656.077500', '130656.537500', '130656.997500', '130657.457500', '130657.917500', '130658.377500', '130658.837500', '130659.297500', '130659.757500', '130700.217500', '130700.677500', '130701.137500', '130701.597500', '130702.057500', '130702.517500', '130702.977500', '130703.437500', '130703.897500', '130704.357500', '130704.817500', '130705.277500', '130705.737500', '130706.197500', '130706.657500', '130707.117500', '130707.577500', '130708.037500', '130708.497500', '130708.957500', '130709.417500', '130709.877500', '130710.337500', '130710.797500', '130711.257500', '130711.717500', '130712.177500', '130712.637500', '130713.097500', '130713.557500', '130714.017500', '130714.477500', '130714.937500', '130715.397500', '130715.857500', '130716.317500', '130716.777500', '130717.237500', '130717.697500', '130718.157500', '130718.617500', '130719.077500', '130719.537500', '130719.997500', '130720.457500', '130720.917500', '130721.377500', '130721.837500', '130722.297500', '130722.757500', '130723.217500', '130723.677500', '130724.137500', '130724.597500', '130725.057500', '130725.517500', '130725.977500', '130726.437500', '130726.897500', '130727.357500', '130727.817500', '130728.277500', '130728.737500', '130729.197500', '130729.657500', '130730.117500', '130730.577500', '130731.037500', '130731.497500', '130731.957500', '130732.417500', '130732.877500', '130733.337500', '130733.797500', '130734.257500', '130734.717500', '130735.177500', '130735.637500', '130736.097500', '130736.557500', '130737.017500', '130737.477500', '130737.937500', '130738.397500', '130738.857500', '130739.317500', '130739.777500', '130740.237500', '130740.697500', '130741.157500', '130741.617500', '130742.077500', '130742.537500', '130742.997500', '130743.457500', '130743.917500', '130744.377500', '130744.837500', '130745.297500', '130745.757500', '130746.217500', '130746.677500', '130747.137500', '130747.597500', '130748.057500', '130748.517500', '130748.977500', '130749.437500', '130749.897500', '130750.357500', '130750.817500', '130751.277500', '130751.737500', '130752.197500', '130752.657500', '130753.117500', '130753.577500', '130754.037500', '130754.497500', '130754.957500', '130755.417500', '130755.877500', '130756.337500', '130756.797500', '130757.257500', '130757.717500', '130758.177500', '130758.637500', '130759.097500', '130759.557500', '130800.017500', '130800.477500', '130800.937500', '130801.397500', '130801.857500', '130802.317500', '130802.777500', '130803.237500', '130803.697500', '130804.157500', '130804.617500', '130805.077500', '130805.537500', '130805.997500', '130806.457500', '130806.917500', '130807.377500', '130807.837500', '130808.297500', '130808.757500', '130809.217500', '130809.677500', '130810.137500', '130810.597500', '130811.057500', '130811.517500', '130811.977500', '130812.437500', '130812.897500', '130813.357500', '130813.817500', '130814.277500', '130814.737500', '130815.197500', '130815.657500', '130816.117500', '130816.577500', '130817.037500', '130817.497500', '130817.957500', '130818.417500', '130818.877500', '130819.337500', '130819.797500', '130820.257500', '130820.717500', '130821.177500', '130821.637500', '130822.097500', '130822.557500', '130823.017500', '130823.477500', '130823.937500', '130824.397500', '130824.857500', '130825.317500', '130825.777500', '130826.237500', '130826.697500', '130827.157500', '130827.617500', '130828.077500', '130828.537500', '130828.997500', '130829.457500', '130829.917500', '130830.377500', '130830.837500', '130831.297500', '130831.757500', '130832.217500', '130832.677500', '130833.137500', '130833.597500', '130834.057500', '130834.517500', '130834.977500', '130835.437500', '130835.897500', '130836.357500', '130836.817500', '130837.277500', '130837.737500', '130838.197500', '130838.657500', '130839.117500', '130839.577500', '130840.037500', '130840.497500', '130840.957500', '130841.417500', '130841.877500', '130842.337500', '130842.797500', '130843.257500', '130843.717500', '130844.177500', '130844.637500', '130845.097500', '130845.557500', '130846.017500', '130846.477500', '130846.937500', '130847.397500', '130847.857500', '130848.317500', '130848.777500', '130849.237500', '130849.697500', '130850.157500', '130850.617500', '130851.077500', '130851.537500', '130851.997500', '130852.457500', '130852.917500', '130853.377500', '130853.837500', '130854.297500', '130854.757500', '130855.217500', '130855.677500', '130856.137500', '130856.597500', '130857.057500', '130857.517500', '130857.977500', '130858.437500', '130858.897500', '130859.357500', '130859.817500', '130900.277500'], 'ContentTime': ['130218.244000', '130218.248000', '130218.251000', '130218.255000', '130218.258000', '130218.261000', '130218.264000', '130218.267000', '130218.270000', '130218.273000', '130218.276000', '130218.289000', '130218.292000', '130218.295000', '130218.298000', '130218.301000', '130218.304000', '130218.307000', '130218.310000', '130218.313000', '130218.325000', '130218.328000', '130218.330000', '130218.333000', '130218.336000', '130218.339000', '130218.342000', '130218.345000', '130218.348000', '130218.351000', '130218.354000', '130218.357000', '130218.360000', '130218.363000', '130218.366000', '130218.369000', '130238.194000', '130238.197000', '130238.200000', '130238.202000', '130238.205000', '130238.208000', '130238.211000', '130238.214000', '130238.217000', '130238.219000', '130238.222000', '130238.225000', '130238.228000', '130238.231000', '130238.234000', '130238.237000', '130238.239000', '130238.242000', '130238.245000', '130238.248000', '130238.251000', '130238.254000', '130238.256000', '130238.259000', '130238.262000', '130238.265000', '130238.268000', '130238.271000', '130238.273000', '130238.276000', '130238.279000', '130238.282000', '130238.285000', '130238.288000', '130238.291000', '130238.293000', '130238.296000', '130238.299000', '130238.302000', '130238.305000', '130238.308000', '130238.310000', '130238.313000', '130238.316000', '130258.194000', '130258.197000', '130258.200000', '130258.203000', '130258.205000', '130258.208000', '130258.211000', '130258.214000', '130258.217000', '130258.219000', '130258.222000', '130258.225000', '130258.228000', '130258.231000', '130258.234000', '130258.237000', '130258.239000', '130258.242000', '130258.245000', '130258.248000', '130258.251000', '130258.273000', '130258.276000', '130258.279000', '130258.282000', '130258.285000', '130258.288000', '130258.290000', '130258.293000', '130258.296000', '130258.299000', '130258.302000', '130258.305000', '130258.308000', '130258.311000', '130258.313000', '130258.316000', '130258.319000', '130258.322000', '130258.325000', '130258.328000', '130258.331000', '130258.334000', '130318.195000', '130318.198000', '130318.201000', '130318.204000', '130318.206000', '130318.209000', '130318.212000', '130318.215000', '130318.218000', '130318.221000', '130318.223000', '130318.226000', '130318.229000', '130318.232000', '130318.235000', '130318.238000', '130318.241000', '130318.244000', '130318.246000', '130318.249000', '130318.252000', '130318.255000', '130318.258000', '130318.261000', '130318.264000', '130318.266000', '130318.269000', '130318.272000', '130318.275000', '130318.278000', '130318.281000', '130318.283000', '130318.298000', '130318.301000', '130318.304000', '130318.307000', '130318.310000', '130318.313000', '130318.315000', '130318.318000', '130318.321000', '130318.324000', '130318.327000', '130318.330000', '130338.195000', '130338.198000', '130338.201000', '130338.204000', '130338.206000', '130338.209000', '130338.212000', '130338.215000', '130338.218000', '130338.221000', '130338.224000', '130338.226000', '130338.229000', '130338.232000', '130338.235000', '130338.238000', '130338.241000', '130338.244000', '130338.246000', '130338.249000', '130338.252000', '130338.255000', '130338.258000', '130338.261000', '130338.264000', '130338.267000', '130338.269000', '130338.272000', '130338.275000', '130338.278000', '130338.281000', '130338.284000', '130338.287000', '130338.289000', '130338.293000', '130338.297000', '130338.300000', '130338.302000', '130338.305000', '130338.308000', '130338.311000', '130338.314000', '130338.317000', '130358.195000', '130358.198000', '130358.201000', '130358.204000', '130358.206000', '130358.209000', '130358.212000', '130358.215000', '130358.218000', '130358.221000', '130358.224000', '130358.226000', '130358.229000', '130358.232000', '130358.235000', '130358.238000', '130358.241000', '130358.244000', '130358.247000', '130358.250000', '130358.253000', '130358.255000', '130358.258000', '130358.261000', '130358.264000', '130358.267000', '130358.270000', '130358.273000', '130358.276000', '130358.279000', '130358.282000', '130358.285000', '130358.287000', '130358.290000', '130358.293000', '130358.296000', '130358.299000', '130358.302000', '130358.305000', '130358.308000', '130358.311000', '130358.314000', '130358.316000', '130358.319000', '130418.195000', '130418.198000', '130418.201000', '130418.204000', '130418.207000', '130418.210000', '130418.212000', '130418.215000', '130418.218000', '130418.221000', '130418.224000', '130418.227000', '130418.229000', '130418.232000', '130418.235000', '130418.238000', '130418.241000', '130418.244000', '130418.247000', '130418.250000', '130418.253000', '130418.255000', '130418.258000', '130418.261000', '130418.264000', '130418.267000', '130418.270000', '130418.273000', '130418.276000', '130418.279000', '130418.282000', '130418.284000', '130418.287000', '130418.290000', '130418.293000', '130418.296000', '130418.299000', '130418.302000', '130418.305000', '130418.307000', '130418.310000', '130418.313000', '130418.316000', '130438.195000', '130438.198000', '130438.201000', '130438.204000', '130438.206000', '130438.209000', '130438.212000', '130438.215000', '130438.218000', '130438.221000', '130438.224000', '130438.227000', '130438.229000', '130438.232000', '130438.235000', '130438.238000', '130438.241000', '130438.244000', '130438.247000', '130438.250000', '130438.252000', '130438.255000', '130438.258000', '130438.261000', '130438.264000', '130438.267000', '130438.269000', '130438.272000', '130438.275000', '130438.278000', '130438.281000', '130438.284000', '130438.287000', '130438.290000', '130438.293000', '130438.295000', '130438.298000', '130438.301000', '130438.304000', '130438.307000', '130438.310000', '130438.313000', '130438.316000', '130438.319000', '130458.194000', '130458.205000', '130458.208000', '130458.211000', '130458.214000', '130458.217000', '130458.219000', '130458.222000', '130458.225000', '130458.228000', '130458.231000', '130458.234000', '130458.237000', '130458.240000', '130458.242000', '130458.245000', '130458.248000', '130458.251000', '130458.254000', '130458.257000', '130458.260000', '130458.263000', '130458.266000', '130458.268000', '130458.271000', '130458.274000', '130458.277000', '130458.292000', '130458.295000', '130458.298000', '130458.301000', '130458.304000', '130458.306000', '130458.309000', '130458.312000', '130458.315000', '130458.318000', '130458.321000', '130458.324000', '130458.326000', '130458.330000', '130458.334000', '130458.337000', '130518.194000', '130518.197000', '130518.200000', '130518.203000', '130518.206000', '130518.209000', '130518.211000', '130518.214000', '130518.217000', '130518.220000', '130518.223000', '130518.226000', '130518.229000', '130518.232000', '130518.234000', '130518.237000', '130518.240000', '130518.243000', '130518.246000', '130518.249000', '130518.252000', '130518.255000', '130518.258000', '130518.260000', '130518.263000', '130518.266000', '130518.269000', '130518.272000', '130518.275000', '130518.278000', '130518.281000', '130518.284000', '130518.287000', '130518.289000', '130518.292000', '130518.295000', '130518.298000', '130518.301000', '130518.304000', '130518.307000', '130518.310000', '130518.313000', '130518.316000', '130518.318000', '130538.195000', '130538.207000', '130538.210000', '130538.213000', '130538.216000', '130538.219000', '130538.222000', '130538.225000', '130538.227000', '130538.230000', '130538.233000', '130538.236000', '130538.239000', '130538.242000', '130538.245000', '130538.247000', '130538.250000', '130538.253000', '130538.256000', '130538.259000', '130538.262000', '130538.265000', '130538.268000', '130538.271000', '130538.273000', '130538.276000', '130538.279000', '130538.282000', '130538.285000', '130538.288000', '130538.291000', '130538.294000', '130538.297000', '130538.299000', '130538.302000', '130538.305000', '130538.308000', '130538.311000', '130538.314000', '130538.317000', '130538.320000', '130538.323000', '130538.325000', '130558.197000', '130558.201000', '130558.204000', '130558.206000', '130558.209000', '130558.212000', '130558.215000', '130558.218000', '130558.221000', '130558.224000', '130558.227000', '130558.230000', '130558.232000', '130558.235000', '130558.238000', '130558.241000', '130558.244000', '130558.247000', '130558.250000', '130558.253000', '130558.256000', '130558.258000', '130558.261000', '130558.264000', '130558.267000', '130558.270000', '130558.273000', '130558.276000', '130558.279000', '130558.281000', '130558.284000', '130558.287000', '130558.290000', '130558.293000', '130558.296000', '130558.299000', '130558.301000', '130558.304000', '130558.307000', '130558.310000', '130558.313000', '130558.316000', '130558.319000', '130618.195000', '130618.198000', '130618.201000', '130618.204000', '130618.207000', '130618.210000', '130618.213000', '130618.215000', '130618.218000', '130618.221000', '130618.224000', '130618.227000', '130618.230000', '130618.233000', '130618.235000', '130618.238000', '130618.241000', '130618.244000', '130618.247000', '130618.250000', '130618.253000', '130618.256000', '130618.259000', '130618.262000', '130618.264000', '130618.267000', '130618.270000', '130618.273000', '130618.276000', '130618.279000', '130618.282000', '130618.285000', '130618.288000', '130618.290000', '130618.293000', '130618.296000', '130618.299000', '130618.302000', '130618.305000', '130618.308000', '130618.311000', '130618.314000', '130618.317000', '130618.319000', '130638.195000', '130638.198000', '130638.202000', '130638.207000', '130638.210000', '130638.213000', '130638.216000', '130638.219000', '130638.222000', '130638.238000', '130638.241000', '130638.243000', '130638.246000', '130638.249000', '130638.252000', '130638.266000', '130638.269000', '130638.271000', '130638.274000', '130638.277000', '130638.280000', '130638.283000', '130638.286000', '130638.289000', '130638.292000', '130638.294000', '130638.297000', '130638.300000', '130638.303000', '130638.306000', '130638.309000', '130638.312000', '130638.315000', '130638.317000', '130638.320000', '130638.323000', '130638.326000', '130638.329000', '130638.332000', '130638.335000', '130638.338000', '130638.341000', '130638.344000', '130658.195000', '130658.198000', '130658.201000', '130658.204000', '130658.207000', '130658.209000', '130658.212000', '130658.215000', '130658.218000', '130658.221000', '130658.224000', '130658.227000', '130658.230000', '130658.233000', '130658.235000', '130658.238000', '130658.241000', '130658.244000', '130658.247000', '130658.250000', '130658.253000', '130658.256000', '130658.259000', '130658.262000', '130658.265000', '130658.268000', '130658.270000', '130658.273000', '130658.276000', '130658.279000', '130658.282000', '130658.285000', '130658.288000', '130658.291000', '130658.294000', '130658.296000', '130658.299000', '130658.302000', '130658.305000', '130658.308000', '130658.311000', '130658.314000', '130658.317000', '130658.320000', '130718.194000', '130718.197000', '130718.200000', '130718.203000', '130718.206000', '130718.209000', '130718.212000', '130718.215000', '130718.218000', '130718.220000', '130718.223000', '130718.226000', '130718.229000', '130718.232000', '130718.235000', '130718.240000', '130718.243000', '130718.246000', '130718.249000', '130718.252000', '130718.254000', '130718.257000', '130718.260000', '130718.263000', '130718.266000', '130718.272000', '130718.275000', '130718.278000', '130718.281000', '130718.284000', '130718.287000', '130718.290000', '130718.293000', '130718.295000', '130718.298000', '130718.301000', '130718.304000', '130718.307000', '130718.310000', '130718.313000', '130718.316000', '130718.319000', '130718.321000', '130738.194000', '130738.197000', '130738.208000', '130738.211000', '130738.214000', '130738.217000', '130738.220000', '130738.223000', '130738.226000', '130738.229000', '130738.232000', '130738.235000', '130738.237000', '130738.240000', '130738.243000', '130738.246000', '130738.249000', '130738.252000', '130738.255000', '130738.257000', '130738.260000', '130738.263000', '130738.266000', '130738.269000', '130738.272000', '130738.275000', '130738.278000', '130738.280000', '130738.283000', '130738.286000', '130738.289000', '130738.292000', '130738.295000', '130738.297000', '130738.300000', '130738.303000', '130738.306000', '130738.309000', '130738.312000', '130738.315000', '130738.317000', '130738.320000', '130738.323000', '130738.326000', '130758.195000', '130758.224000', '130758.227000', '130758.230000', '130758.233000', '130758.236000', '130758.239000', '130758.242000', '130758.245000', '130758.247000', '130758.250000', '130758.253000', '130758.256000', '130758.259000', '130758.262000', '130758.265000', '130758.268000', '130758.271000', '130758.274000', '130758.290000', '130758.293000', '130758.296000', '130758.299000', '130758.302000', '130758.305000', '130758.308000', '130758.310000', '130758.313000', '130758.316000', '130758.319000', '130758.322000', '130758.325000', '130758.327000', '130758.330000', '130758.333000', '130758.336000', '130758.339000', '130758.342000', '130758.345000', '130758.347000', '130758.350000', '130758.353000', '130758.362000', '130818.195000', '130818.202000', '130818.205000', '130818.207000', '130818.210000', '130818.213000', '130818.216000', '130818.219000', '130818.222000', '130818.225000', '130818.228000', '130818.230000', '130818.233000', '130818.236000', '130818.239000', '130818.242000', '130818.245000', '130818.248000', '130818.250000', '130818.253000', '130818.256000', '130818.259000', '130818.262000', '130818.265000', '130818.268000', '130818.270000', '130818.273000', '130818.276000', '130818.279000', '130818.282000', '130818.285000', '130818.288000', '130818.291000', '130818.294000', '130818.296000', '130818.299000', '130818.302000', '130818.305000', '130818.308000', '130818.311000', '130818.314000', '130818.316000', '130818.319000', '130818.322000', '130838.195000', '130838.198000', '130838.201000', '130838.204000', '130838.208000', '130838.211000', '130838.214000', '130838.217000', '130838.220000', '130838.223000', '130838.226000', '130838.229000', '130838.232000', '130838.234000', '130838.237000', '130838.240000', '130838.243000', '130838.246000', '130838.249000', '130838.252000', '130838.254000', '130838.257000', '130838.260000', '130838.263000', '130838.266000', '130838.269000', '130838.272000', '130838.276000', '130838.279000', '130838.282000', '130838.285000', '130838.288000', '130838.290000', '130838.293000', '130838.296000', '130838.299000', '130838.302000', '130838.305000', '130838.308000', '130838.310000', '130838.313000', '130838.316000', '130838.319000', '130858.195000', '130858.210000', '130858.213000', '130858.216000', '130858.218000', '130858.221000', '130858.224000', '130858.227000', '130858.230000', '130858.233000', '130858.236000', '130858.238000', '130858.241000', '130858.244000', '130858.247000', '130858.250000', '130858.253000', '130858.256000', '130858.259000', '130858.261000', '130858.264000', '130858.267000', '130858.270000', '130858.273000', '130858.276000', '130858.279000', '130858.281000', '130858.284000', '130858.287000', '130858.290000', '130858.293000', '130858.296000', '130858.299000', '130858.302000', '130858.304000', '130858.307000', '130858.310000', '130858.313000', '130858.316000', '130858.319000', '130858.321000', '130858.324000', '130858.327000', '130858.330000', '130901.800000', '130901.803000', '130901.806000', '130901.809000', '130901.812000', '130901.815000', '130901.817000', '130901.820000'], 'InstanceCreationTime': ['130218.244000', '130218.248000', '130218.251000', '130218.255000', '130218.258000', '130218.261000', '130218.264000', '130218.267000', '130218.270000', '130218.273000', '130218.276000', '130218.289000', '130218.292000', '130218.295000', '130218.298000', '130218.301000', '130218.304000', '130218.307000', '130218.310000', '130218.313000', '130218.325000', '130218.328000', '130218.330000', '130218.333000', '130218.336000', '130218.339000', '130218.342000', '130218.345000', '130218.348000', '130218.351000', '130218.354000', '130218.357000', '130218.360000', '130218.363000', '130218.366000', '130218.369000', '130238.194000', '130238.197000', '130238.200000', '130238.202000', '130238.205000', '130238.208000', '130238.211000', '130238.214000', '130238.217000', '130238.219000', '130238.222000', '130238.225000', '130238.228000', '130238.231000', '130238.234000', '130238.237000', '130238.239000', '130238.242000', '130238.245000', '130238.248000', '130238.251000', '130238.254000', '130238.256000', '130238.259000', '130238.262000', '130238.265000', '130238.268000', '130238.271000', '130238.273000', '130238.276000', '130238.279000', '130238.282000', '130238.285000', '130238.288000', '130238.291000', '130238.293000', '130238.296000', '130238.299000', '130238.302000', '130238.305000', '130238.308000', '130238.310000', '130238.313000', '130238.316000', '130258.194000', '130258.197000', '130258.200000', '130258.203000', '130258.205000', '130258.208000', '130258.211000', '130258.214000', '130258.217000', '130258.219000', '130258.222000', '130258.225000', '130258.228000', '130258.231000', '130258.234000', '130258.237000', '130258.239000', '130258.242000', '130258.245000', '130258.248000', '130258.251000', '130258.273000', '130258.276000', '130258.279000', '130258.282000', '130258.285000', '130258.288000', '130258.290000', '130258.293000', '130258.296000', '130258.299000', '130258.302000', '130258.305000', '130258.308000', '130258.311000', '130258.313000', '130258.316000', '130258.319000', '130258.322000', '130258.325000', '130258.328000', '130258.331000', '130258.334000', '130318.195000', '130318.198000', '130318.201000', '130318.204000', '130318.206000', '130318.209000', '130318.212000', '130318.215000', '130318.218000', '130318.221000', '130318.223000', '130318.226000', '130318.229000', '130318.232000', '130318.235000', '130318.238000', '130318.241000', '130318.244000', '130318.246000', '130318.249000', '130318.252000', '130318.255000', '130318.258000', '130318.261000', '130318.264000', '130318.266000', '130318.269000', '130318.272000', '130318.275000', '130318.278000', '130318.281000', '130318.283000', '130318.298000', '130318.301000', '130318.304000', '130318.307000', '130318.310000', '130318.313000', '130318.315000', '130318.318000', '130318.321000', '130318.324000', '130318.327000', '130318.330000', '130338.195000', '130338.198000', '130338.201000', '130338.204000', '130338.206000', '130338.209000', '130338.212000', '130338.215000', '130338.218000', '130338.221000', '130338.224000', '130338.226000', '130338.229000', '130338.232000', '130338.235000', '130338.238000', '130338.241000', '130338.244000', '130338.246000', '130338.249000', '130338.252000', '130338.255000', '130338.258000', '130338.261000', '130338.264000', '130338.267000', '130338.269000', '130338.272000', '130338.275000', '130338.278000', '130338.281000', '130338.284000', '130338.287000', '130338.289000', '130338.293000', '130338.297000', '130338.300000', '130338.302000', '130338.305000', '130338.308000', '130338.311000', '130338.314000', '130338.317000', '130358.195000', '130358.198000', '130358.201000', '130358.204000', '130358.206000', '130358.209000', '130358.212000', '130358.215000', '130358.218000', '130358.221000', '130358.224000', '130358.226000', '130358.229000', '130358.232000', '130358.235000', '130358.238000', '130358.241000', '130358.244000', '130358.247000', '130358.250000', '130358.253000', '130358.255000', '130358.258000', '130358.261000', '130358.264000', '130358.267000', '130358.270000', '130358.273000', '130358.276000', '130358.279000', '130358.282000', '130358.285000', '130358.287000', '130358.290000', '130358.293000', '130358.296000', '130358.299000', '130358.302000', '130358.305000', '130358.308000', '130358.311000', '130358.314000', '130358.316000', '130358.319000', '130418.195000', '130418.198000', '130418.201000', '130418.204000', '130418.207000', '130418.210000', '130418.212000', '130418.215000', '130418.218000', '130418.221000', '130418.224000', '130418.227000', '130418.229000', '130418.232000', '130418.235000', '130418.238000', '130418.241000', '130418.244000', '130418.247000', '130418.250000', '130418.253000', '130418.255000', '130418.258000', '130418.261000', '130418.264000', '130418.267000', '130418.270000', '130418.273000', '130418.276000', '130418.279000', '130418.282000', '130418.284000', '130418.287000', '130418.290000', '130418.293000', '130418.296000', '130418.299000', '130418.302000', '130418.305000', '130418.307000', '130418.310000', '130418.313000', '130418.316000', '130438.195000', '130438.198000', '130438.201000', '130438.204000', '130438.206000', '130438.209000', '130438.212000', '130438.215000', '130438.218000', '130438.221000', '130438.224000', '130438.227000', '130438.229000', '130438.232000', '130438.235000', '130438.238000', '130438.241000', '130438.244000', '130438.247000', '130438.250000', '130438.252000', '130438.255000', '130438.258000', '130438.261000', '130438.264000', '130438.267000', '130438.269000', '130438.272000', '130438.275000', '130438.278000', '130438.281000', '130438.284000', '130438.287000', '130438.290000', '130438.293000', '130438.295000', '130438.298000', '130438.301000', '130438.304000', '130438.307000', '130438.310000', '130438.313000', '130438.316000', '130438.319000', '130458.194000', '130458.205000', '130458.208000', '130458.211000', '130458.214000', '130458.217000', '130458.219000', '130458.222000', '130458.225000', '130458.228000', '130458.231000', '130458.234000', '130458.237000', '130458.240000', '130458.242000', '130458.245000', '130458.248000', '130458.251000', '130458.254000', '130458.257000', '130458.260000', '130458.263000', '130458.266000', '130458.268000', '130458.271000', '130458.274000', '130458.277000', '130458.292000', '130458.295000', '130458.298000', '130458.301000', '130458.304000', '130458.306000', '130458.309000', '130458.312000', '130458.315000', '130458.318000', '130458.321000', '130458.324000', '130458.326000', '130458.330000', '130458.334000', '130458.337000', '130518.194000', '130518.197000', '130518.200000', '130518.203000', '130518.206000', '130518.209000', '130518.211000', '130518.214000', '130518.217000', '130518.220000', '130518.223000', '130518.226000', '130518.229000', '130518.232000', '130518.234000', '130518.237000', '130518.240000', '130518.243000', '130518.246000', '130518.249000', '130518.252000', '130518.255000', '130518.258000', '130518.260000', '130518.263000', '130518.266000', '130518.269000', '130518.272000', '130518.275000', '130518.278000', '130518.281000', '130518.284000', '130518.287000', '130518.289000', '130518.292000', '130518.295000', '130518.298000', '130518.301000', '130518.304000', '130518.307000', '130518.310000', '130518.313000', '130518.316000', '130518.318000', '130538.195000', '130538.207000', '130538.210000', '130538.213000', '130538.216000', '130538.219000', '130538.222000', '130538.225000', '130538.227000', '130538.230000', '130538.233000', '130538.236000', '130538.239000', '130538.242000', '130538.245000', '130538.247000', '130538.250000', '130538.253000', '130538.256000', '130538.259000', '130538.262000', '130538.265000', '130538.268000', '130538.271000', '130538.273000', '130538.276000', '130538.279000', '130538.282000', '130538.285000', '130538.288000', '130538.291000', '130538.294000', '130538.297000', '130538.299000', '130538.302000', '130538.305000', '130538.308000', '130538.311000', '130538.314000', '130538.317000', '130538.320000', '130538.323000', '130538.325000', '130558.197000', '130558.201000', '130558.204000', '130558.206000', '130558.209000', '130558.212000', '130558.215000', '130558.218000', '130558.221000', '130558.224000', '130558.227000', '130558.230000', '130558.232000', '130558.235000', '130558.238000', '130558.241000', '130558.244000', '130558.247000', '130558.250000', '130558.253000', '130558.256000', '130558.258000', '130558.261000', '130558.264000', '130558.267000', '130558.270000', '130558.273000', '130558.276000', '130558.279000', '130558.281000', '130558.284000', '130558.287000', '130558.290000', '130558.293000', '130558.296000', '130558.299000', '130558.301000', '130558.304000', '130558.307000', '130558.310000', '130558.313000', '130558.316000', '130558.319000', '130618.195000', '130618.198000', '130618.201000', '130618.204000', '130618.207000', '130618.210000', '130618.213000', '130618.215000', '130618.218000', '130618.221000', '130618.224000', '130618.227000', '130618.230000', '130618.233000', '130618.235000', '130618.238000', '130618.241000', '130618.244000', '130618.247000', '130618.250000', '130618.253000', '130618.256000', '130618.259000', '130618.262000', '130618.264000', '130618.267000', '130618.270000', '130618.273000', '130618.276000', '130618.279000', '130618.282000', '130618.285000', '130618.288000', '130618.290000', '130618.293000', '130618.296000', '130618.299000', '130618.302000', '130618.305000', '130618.308000', '130618.311000', '130618.314000', '130618.317000', '130618.319000', '130638.195000', '130638.198000', '130638.202000', '130638.207000', '130638.210000', '130638.213000', '130638.216000', '130638.219000', '130638.222000', '130638.238000', '130638.241000', '130638.243000', '130638.246000', '130638.249000', '130638.252000', '130638.266000', '130638.269000', '130638.271000', '130638.274000', '130638.277000', '130638.280000', '130638.283000', '130638.286000', '130638.289000', '130638.292000', '130638.294000', '130638.297000', '130638.300000', '130638.303000', '130638.306000', '130638.309000', '130638.312000', '130638.315000', '130638.317000', '130638.320000', '130638.323000', '130638.326000', '130638.329000', '130638.332000', '130638.335000', '130638.338000', '130638.341000', '130638.344000', '130658.195000', '130658.198000', '130658.201000', '130658.204000', '130658.207000', '130658.209000', '130658.212000', '130658.215000', '130658.218000', '130658.221000', '130658.224000', '130658.227000', '130658.230000', '130658.233000', '130658.235000', '130658.238000', '130658.241000', '130658.244000', '130658.247000', '130658.250000', '130658.253000', '130658.256000', '130658.259000', '130658.262000', '130658.265000', '130658.268000', '130658.270000', '130658.273000', '130658.276000', '130658.279000', '130658.282000', '130658.285000', '130658.288000', '130658.291000', '130658.294000', '130658.296000', '130658.299000', '130658.302000', '130658.305000', '130658.308000', '130658.311000', '130658.314000', '130658.317000', '130658.320000', '130718.194000', '130718.197000', '130718.200000', '130718.203000', '130718.206000', '130718.209000', '130718.212000', '130718.215000', '130718.218000', '130718.220000', '130718.223000', '130718.226000', '130718.229000', '130718.232000', '130718.235000', '130718.240000', '130718.243000', '130718.246000', '130718.249000', '130718.252000', '130718.254000', '130718.257000', '130718.260000', '130718.263000', '130718.266000', '130718.272000', '130718.275000', '130718.278000', '130718.281000', '130718.284000', '130718.287000', '130718.290000', '130718.293000', '130718.295000', '130718.298000', '130718.301000', '130718.304000', '130718.307000', '130718.310000', '130718.313000', '130718.316000', '130718.319000', '130718.321000', '130738.194000', '130738.197000', '130738.208000', '130738.211000', '130738.214000', '130738.217000', '130738.220000', '130738.223000', '130738.226000', '130738.229000', '130738.232000', '130738.235000', '130738.237000', '130738.240000', '130738.243000', '130738.246000', '130738.249000', '130738.252000', '130738.255000', '130738.257000', '130738.260000', '130738.263000', '130738.266000', '130738.269000', '130738.272000', '130738.275000', '130738.278000', '130738.280000', '130738.283000', '130738.286000', '130738.289000', '130738.292000', '130738.295000', '130738.297000', '130738.300000', '130738.303000', '130738.306000', '130738.309000', '130738.312000', '130738.315000', '130738.317000', '130738.320000', '130738.323000', '130738.326000', '130758.195000', '130758.224000', '130758.227000', '130758.230000', '130758.233000', '130758.236000', '130758.239000', '130758.242000', '130758.245000', '130758.247000', '130758.250000', '130758.253000', '130758.256000', '130758.259000', '130758.262000', '130758.265000', '130758.268000', '130758.271000', '130758.274000', '130758.290000', '130758.293000', '130758.296000', '130758.299000', '130758.302000', '130758.305000', '130758.308000', '130758.310000', '130758.313000', '130758.316000', '130758.319000', '130758.322000', '130758.325000', '130758.327000', '130758.330000', '130758.333000', '130758.336000', '130758.339000', '130758.342000', '130758.345000', '130758.347000', '130758.350000', '130758.353000', '130758.362000', '130818.195000', '130818.202000', '130818.205000', '130818.207000', '130818.210000', '130818.213000', '130818.216000', '130818.219000', '130818.222000', '130818.225000', '130818.228000', '130818.230000', '130818.233000', '130818.236000', '130818.239000', '130818.242000', '130818.245000', '130818.248000', '130818.250000', '130818.253000', '130818.256000', '130818.259000', '130818.262000', '130818.265000', '130818.268000', '130818.270000', '130818.273000', '130818.276000', '130818.279000', '130818.282000', '130818.285000', '130818.288000', '130818.291000', '130818.294000', '130818.296000', '130818.299000', '130818.302000', '130818.305000', '130818.308000', '130818.311000', '130818.314000', '130818.316000', '130818.319000', '130818.322000', '130838.195000', '130838.198000', '130838.201000', '130838.204000', '130838.208000', '130838.211000', '130838.214000', '130838.217000', '130838.220000', '130838.223000', '130838.226000', '130838.229000', '130838.232000', '130838.234000', '130838.237000', '130838.240000', '130838.243000', '130838.246000', '130838.249000', '130838.252000', '130838.254000', '130838.257000', '130838.260000', '130838.263000', '130838.266000', '130838.269000', '130838.272000', '130838.276000', '130838.279000', '130838.282000', '130838.285000', '130838.288000', '130838.290000', '130838.293000', '130838.296000', '130838.299000', '130838.302000', '130838.305000', '130838.308000', '130838.310000', '130838.313000', '130838.316000', '130838.319000', '130858.195000', '130858.210000', '130858.213000', '130858.216000', '130858.218000', '130858.221000', '130858.224000', '130858.227000', '130858.230000', '130858.233000', '130858.236000', '130858.238000', '130858.241000', '130858.244000', '130858.247000', '130858.250000', '130858.253000', '130858.256000', '130858.259000', '130858.261000', '130858.264000', '130858.267000', '130858.270000', '130858.273000', '130858.276000', '130858.279000', '130858.281000', '130858.284000', '130858.287000', '130858.290000', '130858.293000', '130858.296000', '130858.299000', '130858.302000', '130858.304000', '130858.307000', '130858.310000', '130858.313000', '130858.316000', '130858.319000', '130858.321000', '130858.324000', '130858.327000', '130858.330000', '130901.800000', '130901.803000', '130901.806000', '130901.809000', '130901.812000', '130901.815000', '130901.817000', '130901.820000'], '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': [19440, 14110, 23345, 12396, 19960, 12546, 20956, 12880, 18331, 13640, 12340, 12809, 12734, 14500, 12387, 15840, 13222, 15368, 11872, 14241, 15056, 14480, 21423, 14157, 18258, 13279, 21488, 12607, 18609, 12271, 17846, 13445, 17348, 12191, 17542, 12479, 17153, 12792, 18075, 12318, 19236, 12585, 18899, 12902, 19808, 13148, 20025, 13225, 22152, 12698, 23593, 12996, 20403, 14211, 23439, 12443, 18488, 13065, 17503, 12851, 21240, 12560, 20116, 12358, 19065, 12738, 19129, 14009, 15843, 12770, 18233, 12829, 21207, 13393, 18456, 13580, 22538, 12486, 19284, 12533, 17896, 13184, 17907, 12282, 19005, 12219, 17534, 12764, 15997, 13757, 12685, 13695, 11637, 17383, 12375, 18701, 23519, 14781, 18185, 12726, 13726, 22189, 12518, 18430, 13357, 17309, 12448, 16971, 12584, 17638, 12393, 18155, 13359, 16259, 11769, 11299, 13241, 13645, 15281, 12086, 16987, 11952, 17148, 12396, 17328, 13248, 16833, 12364, 16420, 12584, 15223, 24880, 14605, 19793, 13599, 12843, 13618, 12662, 15570, 12083, 18925, 12157, 18796, 12560, 18318, 12971, 18399, 12944, 21489, 12712, 20884, 12824, 17564, 13215, 17017, 12811, 17211, 12831, 16884, 12506, 17038, 12794, 16998, 12500, 18885, 12071, 18649, 12693, 18275, 12964, 18183, 13138, 16091, 12967, 15080, 13266, 22227, 13725, 16579, 13143, 12292, 13440, 12244, 14810, 12772, 15314, 12040, 15532, 12286, 17846, 12846, 19710, 12709, 19337, 12948, 18541, 13473, 22654, 13813, 21201, 12710, 17018, 11904, 15032, 12541, 13824, 13098, 13193, 19572, 13335, 19577, 13356, 18876, 12336, 17157, 12774, 16898, 12880, 17699, 12075, 17966, 12296, 16952, 12725, 17451, 12401, 17734, 12449, 17581, 12507, 18071, 11832, 17229, 20027, 13130, 21796, 13635, 18713, 13318, 17550, 12258, 17064, 12459, 14184, 12060, 16182, 11741, 15193, 11451, 16288, 16729, 15057, 19857, 13193, 19360, 11906, 16206, 21952, 12714, 17877, 13026, 12832, 19689, 12254, 17424, 11584, 14158, 13214, 12765, 16323, 12969, 15492, 13555, 18520, 13032, 17796, 12716, 16860, 13607, 14728, 11728, 13077, 21464, 14171, 15429, 21440, 13155, 20025, 12350, 17286, 11620, 16574, 11554, 16587, 11953, 17187, 10728, 16635, 12649, 14241, 22353, 14303, 19457, 12630, 17806, 12114, 16822, 11891, 16627, 11985, 18357, 11567, 17119, 11996, 18627, 12038, 18133, 11731, 18085, 12610, 17181, 13550, 16519, 14419, 16906, 13108, 15481, 12656, 16902, 13154, 17943, 13073, 18620, 12841, 18549, 12833, 18433, 12568, 17014, 12791, 15577, 12520, 17655, 12653, 17957, 12639, 17949, 12462, 18289, 12042, 17855, 12707, 18150, 12293, 17660, 12458, 18141, 13469, 18363, 12989, 17708, 12757, 17618, 13128, 19225, 12885, 20187, 12832, 18086, 12981, 18468, 13269, 18622, 12755, 16971, 13028, 17201, 13051, 17048, 12742, 16806, 12854, 17448, 13121, 18478, 13159, 16705, 13291, 15573, 13021, 12673, 14718, 12527, 15154, 13184, 16241, 13219, 16203, 14475, 14442, 16043, 15683, 12953, 16304, 12374, 16250, 12117, 18793, 12498, 20492, 13493, 19411, 13442, 18994, 13305, 18237, 13130, 20283, 13335, 18855, 13048, 19467, 13875, 15421, 13457, 17737, 13613, 21342, 13398, 18230, 13439, 21498, 13390, 18688, 13806, 17827, 13596, 17080, 13101, 14832, 12859, 17630, 13152, 14545, 12936, 19796, 12972, 13034, 13078, 20679, 13257, 17451, 13275, 16660, 19960, 13285, 19874, 12514, 15486, 12801, 13264, 17010, 13133, 20687, 13201, 15589, 12778, 12717, 13110, 15323, 13451, 14523, 14044, 14967, 13264, 20263, 13093, 19124, 13300, 16995, 11830, 16285, 21274, 13257, 20026, 13067, 17070, 12651, 16918, 12025, 14393, 16015, 13653, 12573, 13252, 17308, 13053, 19216, 12474, 17203, 12364, 14898, 11825, 13495, 20127, 13779, 18421, 13264, 17017, 14196, 13723, 12238, 13789, 18421, 14397, 15004, 13614, 19668, 13399, 20248, 13430, 18417, 13035, 16804, 13140, 16758, 13279, 17252, 12732, 16230, 12335, 16154, 12232, 17120, 12119, 17079, 12299, 14156, 13303, 15329, 13097, 15517, 16787, 14515, 22032, 14012, 19664, 13273, 17840, 13350, 16864, 13165, 16620, 13338, 16170, 13145, 16111, 12683, 16238, 12108, 16075, 12360, 15312, 18548, 13190, 20263, 13259, 17273, 12801, 16572, 12419, 16267, 12302, 16502, 12810, 16667, 11912, 16065, 12207, 15817, 11814, 16650, 11928, 16878, 11919, 16916, 12274, 16183, 12313, 16765, 12871, 15415, 12430, 15864, 23792, 14848, 18578, 13236, 16926, 13009, 16294, 12598, 15849, 12888, 16608, 12380, 16331, 12257, 15872, 12404, 15800, 12678, 15266, 12432, 14785, 18026, 14634, 15986, 14686, 18265, 13511, 16744, 13632, 18798, 14180, 15332, 13527, 17288, 13756, 20332, 13412, 21328, 13819, 18006, 13247, 18834, 13606, 16365, 13953, 16509, 13421, 17456, 13367, 20789, 14038, 21125, 13075, 14271, 13296, 12700, 15707, 12738, 18234, 12568, 18072, 12714, 16530, 12940, 15454, 15484, 14588, 21563, 14159, 15272, 12957, 14243, 14013, 19441, 13955, 21435, 13653, 13212, 13199, 12234, 13963, 18733, 13787, 23322, 13674, 21121, 13022, 18531, 12720, 17007, 15237, 14246, 15641, 14288, 19176, 13936, 23516, 13429, 19933, 13423, 22139, 13742, 18682, 13960, 18759, 14255, 22543, 13665, 15992, 13085, 16272, 14207, 20594, 14281, 20941, 14043, 14614, 13677, 14775, 14389, 16444, 16373, 12372, 17333, 12455, 18281, 12765, 17971, 13210, 20934, 13948, 19706, 14238, 18824, 14063, 22695, 14258, 16393, 12562, 13584, 13160, 12736, 15248, 18190, 14630, 22305, 14483, 13575, 13988, 12871, 13900, 12747, 17412, 12799, 18376, 13332, 18220, 13247, 18413, 13735, 19744, 13903, 16616, 14517, 21073, 14028, 16846, 13581, 13732, 14036, 16676, 13041, 14642, 13808, 12647, 15586, 12260, 18698, 13600, 19483, 12795, 17527, 13212, 17485, 13391, 16940, 12056, 15603, 11642, 15388, 12073, 15097, 11496, 15800, 11424, 16093, 12203, 18180, 12494, 17257, 12502, 16856, 12822, 17876, 13837, 22462, 13113, 20177, 14051, 20761, 13896, 15525, 14985, 15502, 15273, 19689, 15526, 21427, 15348, 21161, 14200, 22568, 14607, 24126, 15799, 17890, 14363, 17533, 14417, 18516, 14176, 12677, 14183, 12371, 15320, 17610, 15616, 14883, 15705, 12963, 14610, 15120, 15336, 16334, 16495, 12952, 16475, 12823, 17458, 12774, 17578, 13120, 17266, 13100, 16018, 13365, 17221, 12693, 17867, 13008, 18082, 13207, 18025, 13419, 18920, 14174, 22018, 14052, 16733, 13892, 14743, 13788, 14414, 15495, 12994, 16209, 12914, 16200, 13052, 18836, 13494, 19054, 13303, 18280, 13858, 17735, 13510, 18455, 13861, 17850, 13829, 17666, 13984, 20717, 13970, 16912, 13632, 13689, 12600, 12950, 14947, 12658, 16846, 12995, 17962, 13446, 17934, 13644, 20307, 13890, 15832, 12486, 14127, 14323, 12643, 16274, 12548, 17957, 12320, 17748], 'WindowCenter': [5176.0, 5121.0, 5165.0, 5086.0, 5131.0, 5067.0, 5128.0, 5066.0, 5097.0, 5068.0, 5054.0, 5058.0, 5056.0, 5076.0, 5046.0, 5082.0, 5056.0, 5084.0, 5049.0, 5079.0, 5078.0, 5080.0, 5125.0, 5078.0, 5108.0, 5071.0, 5127.0, 5059.0, 5095.0, 5058.0, 5096.0, 5070.0, 5095.0, 5059.0, 5095.0, 5060.0, 5095.0, 5060.0, 5092.0, 5060.0, 5108.0, 5070.0, 5116.0, 5069.0, 5118.0, 5070.0, 5127.0, 5071.0, 5127.0, 5068.0, 5134.0, 5070.0, 5107.0, 5077.0, 5126.0, 5057.0, 5096.0, 5059.0, 5086.0, 5057.0, 5115.0, 5058.0, 5106.0, 5057.0, 5095.0, 5054.0, 5103.0, 5068.0, 5088.0, 5059.0, 5097.0, 5057.0, 5114.0, 5066.0, 5107.0, 5066.0, 5126.0, 5055.0, 5105.0, 5056.0, 5096.0, 5058.0, 5094.0, 5057.0, 5105.0, 5059.0, 5097.0, 5069.0, 5098.0, 5094.0, 5072.0, 5092.0, 5062.0, 5112.0, 5072.0, 5119.0, 5131.0, 5065.0, 5084.0, 5045.0, 5058.0, 5101.0, 5044.0, 5082.0, 5045.0, 5072.0, 5043.0, 5073.0, 5047.0, 5083.0, 5046.0, 5093.0, 5069.0, 5086.0, 5046.0, 5036.0, 5070.0, 5062.0, 5087.0, 5061.0, 5098.0, 5062.0, 5100.0, 5061.0, 5097.0, 5057.0, 5088.0, 5056.0, 5088.0, 5045.0, 5074.0, 5122.0, 5067.0, 5104.0, 5057.0, 5044.0, 5056.0, 5043.0, 5071.0, 5045.0, 5105.0, 5047.0, 5106.0, 5057.0, 5096.0, 5057.0, 5093.0, 5058.0, 5114.0, 5054.0, 5113.0, 5057.0, 5086.0, 5057.0, 5085.0, 5044.0, 5083.0, 5046.0, 5081.0, 5045.0, 5084.0, 5052.0, 5082.0, 5057.0, 5102.0, 5058.0, 5097.0, 5060.0, 5093.0, 5067.0, 5107.0, 5070.0, 5085.0, 5067.0, 5077.0, 5070.0, 5114.0, 5067.0, 5083.0, 5065.0, 5046.0, 5067.0, 5068.0, 5103.0, 5083.0, 5101.0, 5074.0, 5087.0, 5039.0, 5091.0, 5056.0, 5118.0, 5070.0, 5116.0, 5071.0, 5108.0, 5077.0, 5125.0, 5079.0, 5129.0, 5071.0, 5099.0, 5047.0, 5078.0, 5046.0, 5066.0, 5055.0, 5055.0, 5101.0, 5065.0, 5106.0, 5065.0, 5104.0, 5057.0, 5095.0, 5068.0, 5098.0, 5073.0, 5120.0, 5074.0, 5109.0, 5071.0, 5109.0, 5081.0, 5120.0, 5084.0, 5112.0, 5073.0, 5106.0, 5069.0, 5111.0, 5060.0, 5109.0, 5118.0, 5067.0, 5125.0, 5068.0, 5108.0, 5070.0, 5099.0, 5054.0, 5084.0, 5047.0, 5065.0, 5047.0, 5083.0, 5047.0, 5086.0, 5048.0, 5099.0, 5096.0, 5090.0, 5118.0, 5081.0, 5118.0, 5060.0, 5101.0, 5126.0, 5057.0, 5095.0, 5053.0, 5055.0, 5105.0, 5046.0, 5086.0, 5037.0, 5064.0, 5053.0, 5056.0, 5083.0, 5067.0, 5086.0, 5078.0, 5117.0, 5071.0, 5108.0, 5071.0, 5100.0, 5079.0, 5092.0, 5059.0, 5069.0, 5132.0, 5069.0, 5086.0, 5114.0, 5057.0, 5116.0, 5060.0, 5098.0, 5049.0, 5097.0, 5057.0, 5100.0, 5062.0, 5110.0, 5060.0, 5109.0, 5069.0, 5094.0, 5140.0, 5091.0, 5120.0, 5072.0, 5112.0, 5061.0, 5099.0, 5060.0, 5096.0, 5057.0, 5108.0, 5061.0, 5100.0, 5058.0, 5107.0, 5059.0, 5108.0, 5060.0, 5107.0, 5061.0, 5097.0, 5066.0, 5089.0, 5079.0, 5099.0, 5058.0, 5074.0, 5056.0, 5087.0, 5055.0, 5096.0, 5058.0, 5105.0, 5054.0, 5095.0, 5043.0, 5095.0, 5048.0, 5084.0, 5047.0, 5075.0, 5047.0, 5094.0, 5056.0, 5095.0, 5056.0, 5095.0, 5045.0, 5096.0, 5044.0, 5092.0, 5057.0, 5094.0, 5046.0, 5093.0, 5055.0, 5094.0, 5067.0, 5107.0, 5066.0, 5096.0, 5066.0, 5098.0, 5069.0, 5109.0, 5072.0, 5117.0, 5068.0, 5106.0, 5068.0, 5106.0, 5069.0, 5104.0, 5070.0, 5096.0, 5065.0, 5093.0, 5065.0, 5095.0, 5060.0, 5083.0, 5059.0, 5093.0, 5056.0, 5103.0, 5070.0, 5098.0, 5068.0, 5087.0, 5070.0, 5067.0, 5088.0, 5066.0, 5087.0, 5068.0, 5097.0, 5070.0, 5100.0, 5077.0, 5079.0, 5085.0, 5088.0, 5056.0, 5085.0, 5056.0, 5086.0, 5046.0, 5106.0, 5055.0, 5117.0, 5069.0, 5118.0, 5082.0, 5108.0, 5065.0, 5094.0, 5067.0, 5114.0, 5067.0, 5104.0, 5068.0, 5105.0, 5069.0, 5089.0, 5068.0, 5097.0, 5078.0, 5115.0, 5064.0, 5095.0, 5067.0, 5113.0, 5068.0, 5092.0, 5065.0, 5085.0, 5058.0, 5084.0, 5054.0, 5062.0, 5045.0, 5079.0, 5055.0, 5079.0, 5071.0, 5129.0, 5081.0, 5082.0, 5080.0, 5129.0, 5073.0, 5111.0, 5072.0, 5100.0, 5103.0, 5059.0, 5106.0, 5045.0, 5077.0, 5045.0, 5054.0, 5084.0, 5057.0, 5102.0, 5055.0, 5075.0, 5055.0, 5057.0, 5069.0, 5083.0, 5076.0, 5079.0, 5093.0, 5089.0, 5084.0, 5126.0, 5084.0, 5120.0, 5071.0, 5098.0, 5062.0, 5102.0, 5114.0, 5067.0, 5104.0, 5057.0, 5088.0, 5058.0, 5098.0, 5047.0, 5076.0, 5072.0, 5068.0, 5054.0, 5070.0, 5096.0, 5070.0, 5105.0, 5059.0, 5099.0, 5060.0, 5089.0, 5050.0, 5069.0, 5118.0, 5069.0, 5108.0, 5066.0, 5098.0, 5069.0, 5065.0, 5045.0, 5069.0, 5105.0, 5078.0, 5076.0, 5080.0, 5116.0, 5071.0, 5119.0, 5067.0, 5107.0, 5066.0, 5096.0, 5068.0, 5088.0, 5058.0, 5095.0, 5060.0, 5087.0, 5056.0, 5084.0, 5046.0, 5097.0, 5056.0, 5098.0, 5057.0, 5067.0, 5066.0, 5087.0, 5069.0, 5085.0, 5096.0, 5078.0, 5125.0, 5077.0, 5108.0, 5067.0, 5097.0, 5067.0, 5084.0, 5057.0, 5083.0, 5055.0, 5085.0, 5067.0, 5085.0, 5055.0, 5086.0, 5056.0, 5085.0, 5061.0, 5091.0, 5106.0, 5069.0, 5116.0, 5066.0, 5095.0, 5060.0, 5085.0, 5057.0, 5085.0, 5058.0, 5097.0, 5069.0, 5097.0, 5060.0, 5087.0, 5057.0, 5087.0, 5047.0, 5094.0, 5059.0, 5094.0, 5057.0, 5096.0, 5059.0, 5085.0, 5057.0, 5096.0, 5069.0, 5087.0, 5059.0, 5089.0, 5128.0, 5077.0, 5096.0, 5057.0, 5085.0, 5055.0, 5074.0, 5047.0, 5085.0, 5058.0, 5086.0, 5058.0, 5085.0, 5048.0, 5082.0, 5056.0, 5085.0, 5058.0, 5088.0, 5057.0, 5076.0, 5094.0, 5078.0, 5084.0, 5079.0, 5104.0, 5070.0, 5095.0, 5068.0, 5106.0, 5075.0, 5084.0, 5071.0, 5095.0, 5081.0, 5114.0, 5067.0, 5115.0, 5078.0, 5108.0, 5069.0, 5107.0, 5078.0, 5097.0, 5092.0, 5098.0, 5080.0, 5110.0, 5082.0, 5124.0, 5091.0, 5135.0, 5083.0, 5100.0, 5093.0, 5080.0, 5101.0, 5081.0, 5115.0, 5070.0, 5108.0, 5069.0, 5115.0, 5082.0, 5088.0, 5075.0, 5077.0, 5114.0, 5065.0, 5074.0, 5054.0, 5063.0, 5064.0, 5104.0, 5066.0, 5114.0, 5067.0, 5067.0, 5070.0, 5060.0, 5079.0, 5116.0, 5081.0, 5136.0, 5083.0, 5139.0, 5082.0, 5121.0, 5080.0, 5109.0, 5089.0, 5079.0, 5089.0, 5077.0, 5118.0, 5080.0, 5135.0, 5078.0, 5116.0, 5069.0, 5137.0, 5082.0, 5114.0, 5091.0, 5117.0, 5089.0, 5138.0, 5080.0, 5100.0, 5081.0, 5098.0, 5090.0, 5125.0, 5091.0, 5128.0, 5078.0, 5088.0, 5080.0, 5078.0, 5079.0, 5088.0, 5097.0, 5059.0, 5109.0, 5067.0, 5107.0, 5057.0, 5093.0, 5058.0, 5117.0, 5068.0, 5114.0, 5076.0, 5104.0, 5074.0, 5122.0, 5076.0, 5085.0, 5059.0, 5067.0, 5068.0, 5056.0, 5088.0, 5100.0, 5078.0, 5126.0, 5067.0, 5055.0, 5064.0, 5054.0, 5065.0, 5056.0, 5094.0, 5056.0, 5105.0, 5068.0, 5104.0, 5068.0, 5105.0, 5080.0, 5116.0, 5076.0, 5095.0, 5078.0, 5111.0, 5075.0, 5096.0, 5068.0, 5067.0, 5076.0, 5095.0, 5080.0, 5089.0, 5080.0, 5070.0, 5099.0, 5068.0, 5119.0, 5090.0, 5119.0, 5072.0, 5107.0, 5082.0, 5109.0, 5081.0, 5099.0, 5060.0, 5086.0, 5048.0, 5088.0, 5059.0, 5087.0, 5060.0, 5097.0, 5058.0, 5099.0, 5068.0, 5119.0, 5072.0, 5110.0, 5072.0, 5107.0, 5070.0, 5119.0, 5093.0, 5150.0, 5084.0, 5128.0, 5092.0, 5137.0, 5093.0, 5112.0, 5102.0, 5100.0, 5100.0, 5114.0, 5100.0, 5129.0, 5091.0, 5127.0, 5075.0, 5125.0, 5077.0, 5133.0, 5084.0, 5096.0, 5076.0, 5093.0, 5075.0, 5092.0, 5065.0, 5057.0, 5075.0, 5057.0, 5086.0, 5092.0, 5086.0, 5074.0, 5085.0, 5067.0, 5077.0, 5073.0, 5074.0, 5086.0, 5087.0, 5057.0, 5087.0, 5068.0, 5096.0, 5055.0, 5096.0, 5054.0, 5096.0, 5057.0, 5072.0, 5051.0, 5083.0, 5044.0, 5092.0, 5055.0, 5091.0, 5053.0, 5084.0, 5055.0, 5090.0, 5062.0, 5113.0, 5067.0, 5085.0, 5067.0, 5063.0, 5066.0, 5065.0, 5072.0, 5055.0, 5085.0, 5054.0, 5074.0, 5056.0, 5102.0, 5055.0, 5105.0, 5067.0, 5092.0, 5064.0, 5083.0, 5053.0, 5095.0, 5067.0, 5093.0, 5067.0, 5092.0, 5065.0, 5114.0, 5069.0, 5085.0, 5065.0, 5053.0, 5046.0, 5054.0, 5076.0, 5053.0, 5094.0, 5067.0, 5094.0, 5066.0, 5094.0, 5068.0, 5118.0, 5080.0, 5087.0, 5060.0, 5077.0, 5078.0, 5067.0, 5096.0, 5060.0, 5107.0, 5054.0, 5095.0], 'WindowWidth': [11171.0, 11083.0, 11136.0, 11021.0, 11076.0, 10985.0, 11067.0, 10980.0, 11019.0, 10982.0, 10958.0, 10966.0, 10960.0, 10987.0, 10945.0, 10992.0, 10959.0, 11000.0, 10954.0, 10997.0, 10992.0, 10997.0, 11059.0, 10994.0, 11036.0, 10987.0, 11064.0, 10968.0, 11017.0, 10966.0, 11016.0, 10984.0, 11016.0, 10969.0, 11015.0, 10971.0, 11015.0, 10969.0, 11010.0, 10973.0, 11038.0, 10986.0, 11047.0, 10986.0, 11050.0, 10987.0, 11063.0, 10991.0, 11065.0, 10983.0, 11075.0, 10985.0, 11037.0, 10993.0, 11065.0, 10965.0, 11018.0, 10967.0, 11001.0, 10962.0, 11043.0, 10964.0, 11032.0, 10963.0, 11011.0, 10958.0, 11022.0, 10980.0, 11004.0, 10969.0, 11017.0, 10965.0, 11041.0, 10975.0, 11031.0, 10976.0, 11062.0, 10961.0, 11029.0, 10961.0, 11015.0, 10965.0, 11015.0, 10965.0, 11031.0, 10968.0, 11017.0, 10983.0, 11025.0, 11027.0, 10991.0, 11019.0, 10982.0, 11049.0, 10992.0, 11057.0, 11087.0, 10971.0, 11002.0, 10942.0, 10961.0, 11019.0, 10938.0, 10990.0, 10937.0, 10974.0, 10937.0, 10976.0, 10944.0, 10991.0, 10946.0, 11006.0, 10980.0, 10999.0, 10948.0, 10934.0, 10981.0, 10966.0, 11005.0, 10972.0, 11023.0, 10976.0, 11028.0, 10970.0, 11019.0, 10961.0, 11006.0, 10961.0, 11005.0, 10943.0, 10984.0, 11052.0, 10972.0, 11021.0, 10958.0, 10938.0, 10954.0, 10936.0, 10974.0, 10941.0, 11025.0, 10947.0, 11028.0, 10962.0, 11015.0, 10962.0, 11008.0, 10963.0, 11042.0, 10957.0, 11040.0, 10962.0, 11001.0, 10960.0, 10997.0, 10939.0, 10994.0, 10944.0, 10989.0, 10942.0, 10991.0, 10951.0, 10990.0, 10961.0, 11023.0, 10966.0, 11019.0, 10967.0, 11011.0, 10977.0, 11031.0, 10985.0, 11000.0, 10977.0, 10989.0, 10983.0, 11041.0, 10976.0, 10996.0, 10972.0, 10946.0, 10974.0, 10982.0, 11037.0, 11009.0, 11031.0, 10996.0, 11003.0, 10926.0, 11002.0, 10959.0, 11051.0, 10987.0, 11050.0, 10990.0, 11039.0, 10995.0, 11065.0, 10999.0, 11069.0, 10985.0, 11025.0, 10947.0, 10990.0, 10944.0, 10973.0, 10956.0, 10958.0, 11020.0, 10971.0, 11032.0, 10974.0, 11030.0, 10964.0, 11013.0, 10983.0, 11021.0, 10993.0, 11059.0, 10997.0, 11042.0, 10994.0, 11040.0, 11006.0, 11060.0, 11012.0, 11048.0, 10995.0, 11037.0, 10984.0, 11045.0, 10973.0, 11044.0, 11048.0, 10978.0, 11066.0, 10979.0, 11037.0, 10986.0, 11025.0, 10957.0, 11001.0, 10946.0, 10971.0, 10948.0, 10997.0, 10951.0, 11001.0, 10951.0, 11024.0, 11019.0, 11015.0, 11055.0, 11002.0, 11055.0, 10971.0, 11028.0, 11071.0, 10963.0, 11019.0, 10952.0, 10957.0, 11030.0, 10944.0, 11001.0, 10932.0, 10970.0, 10951.0, 10959.0, 10995.0, 10977.0, 11002.0, 10996.0, 11050.0, 10989.0, 11037.0, 10991.0, 11030.0, 10997.0, 11018.0, 10970.0, 10985.0, 11083.0, 10978.0, 11003.0, 11041.0, 10962.0, 11048.0, 10970.0, 11020.0, 10956.0, 11019.0, 10967.0, 11027.0, 10977.0, 11043.0, 10975.0, 11044.0, 10985.0, 11023.0, 11094.0, 11017.0, 11059.0, 10994.0, 11049.0, 10975.0, 11026.0, 10971.0, 11018.0, 10966.0, 11039.0, 10974.0, 11028.0, 10968.0, 11038.0, 10969.0, 11037.0, 10973.0, 11038.0, 10974.0, 11022.0, 10975.0, 11006.0, 10994.0, 11022.0, 10966.0, 10985.0, 10960.0, 11003.0, 10958.0, 11018.0, 10964.0, 11028.0, 10958.0, 11016.0, 10940.0, 11014.0, 10948.0, 10997.0, 10947.0, 10983.0, 10946.0, 11011.0, 10958.0, 11014.0, 10960.0, 11013.0, 10943.0, 11013.0, 10941.0, 11007.0, 10962.0, 11013.0, 10947.0, 11009.0, 10958.0, 11011.0, 10976.0, 11034.0, 10976.0, 11016.0, 10976.0, 11020.0, 10983.0, 11040.0, 10990.0, 11052.0, 10982.0, 11033.0, 10981.0, 11034.0, 10985.0, 11032.0, 10985.0, 11017.0, 10975.0, 11011.0, 10974.0, 11016.0, 10969.0, 10996.0, 10966.0, 11009.0, 10961.0, 11025.0, 10984.0, 11021.0, 10980.0, 11005.0, 10984.0, 10980.0, 11010.0, 10978.0, 11007.0, 10979.0, 11018.0, 10984.0, 11025.0, 10990.0, 10993.0, 10999.0, 11004.0, 10961.0, 11002.0, 10961.0, 11002.0, 10946.0, 11029.0, 10959.0, 11050.0, 10983.0, 11051.0, 11002.0, 11037.0, 10977.0, 11015.0, 10978.0, 11044.0, 10977.0, 11027.0, 10979.0, 11029.0, 10982.0, 11010.0, 10980.0, 11019.0, 10993.0, 11046.0, 10971.0, 11016.0, 10977.0, 11042.0, 10977.0, 11009.0, 10970.0, 11000.0, 10963.0, 10996.0, 10954.0, 10962.0, 10938.0, 10983.0, 10955.0, 10996.0, 10989.0, 11070.0, 11006.0, 11005.0, 11003.0, 11074.0, 10991.0, 11044.0, 10989.0, 11031.0, 11023.0, 10966.0, 11033.0, 10940.0, 10987.0, 10941.0, 10954.0, 10994.0, 10959.0, 11020.0, 10955.0, 10985.0, 10958.0, 10961.0, 10980.0, 10997.0, 10991.0, 10997.0, 11020.0, 11012.0, 11009.0, 11067.0, 11009.0, 11057.0, 10986.0, 11024.0, 10976.0, 11030.0, 11040.0, 10977.0, 11030.0, 10960.0, 11007.0, 10965.0, 11018.0, 10947.0, 10990.0, 10977.0, 10976.0, 10957.0, 10984.0, 11017.0, 10984.0, 11029.0, 10966.0, 11022.0, 10969.0, 11009.0, 10954.0, 10983.0, 11056.0, 10981.0, 11036.0, 10978.0, 11025.0, 10980.0, 10972.0, 10942.0, 10980.0, 11026.0, 10993.0, 10989.0, 10998.0, 11047.0, 10985.0, 11055.0, 10978.0, 11034.0, 10976.0, 11017.0, 10979.0, 11005.0, 10964.0, 11016.0, 10969.0, 11003.0, 10959.0, 10999.0, 10945.0, 11018.0, 10962.0, 11020.0, 10961.0, 10976.0, 10971.0, 11002.0, 10979.0, 11002.0, 11017.0, 10993.0, 11063.0, 10990.0, 11040.0, 10977.0, 11020.0, 10977.0, 10998.0, 10961.0, 10997.0, 10958.0, 11001.0, 10977.0, 10999.0, 10960.0, 11003.0, 10960.0, 11002.0, 10974.0, 11016.0, 11030.0, 10981.0, 11049.0, 10974.0, 11017.0, 10970.0, 11001.0, 10963.0, 10999.0, 10964.0, 11018.0, 10980.0, 11020.0, 10969.0, 11006.0, 10963.0, 11004.0, 10949.0, 11013.0, 10969.0, 11015.0, 10964.0, 11018.0, 10966.0, 10999.0, 10963.0, 11016.0, 10981.0, 11005.0, 10967.0, 11009.0, 11074.0, 10987.0, 11017.0, 10962.0, 11000.0, 10957.0, 10982.0, 10947.0, 10999.0, 10963.0, 11001.0, 10964.0, 10999.0, 10948.0, 10993.0, 10958.0, 10998.0, 10965.0, 11006.0, 10963.0, 10989.0, 11012.0, 10991.0, 10998.0, 10995.0, 11026.0, 10982.0, 11014.0, 10979.0, 11030.0, 10988.0, 11000.0, 10986.0, 11017.0, 10999.0, 11045.0, 10978.0, 11047.0, 10994.0, 11036.0, 10984.0, 11038.0, 10996.0, 11021.0, 11020.0, 11022.0, 11003.0, 11045.0, 11004.0, 11058.0, 11019.0, 11075.0, 11011.0, 11033.0, 11024.0, 11004.0, 11032.0, 11005.0, 11051.0, 10985.0, 11043.0, 10983.0, 11061.0, 11005.0, 11012.0, 10985.0, 10989.0, 11038.0, 10969.0, 10979.0, 10957.0, 10966.0, 10971.0, 11021.0, 10974.0, 11036.0, 10976.0, 10976.0, 10984.0, 10971.0, 10999.0, 11043.0, 11001.0, 11076.0, 11007.0, 11082.0, 11008.0, 11062.0, 11003.0, 11045.0, 11009.0, 10995.0, 11007.0, 10993.0, 11050.0, 10999.0, 11076.0, 10995.0, 11046.0, 10984.0, 11077.0, 11004.0, 11045.0, 11017.0, 11047.0, 11014.0, 11079.0, 11001.0, 11026.0, 11003.0, 11024.0, 11015.0, 11058.0, 11014.0, 11066.0, 10996.0, 11008.0, 10999.0, 10994.0, 10995.0, 11005.0, 11022.0, 10968.0, 11039.0, 10980.0, 11036.0, 10962.0, 11011.0, 10962.0, 11049.0, 10979.0, 11044.0, 10989.0, 11026.0, 10986.0, 11050.0, 10989.0, 11000.0, 10967.0, 10976.0, 10978.0, 10961.0, 11007.0, 11018.0, 10994.0, 11063.0, 10975.0, 10957.0, 10969.0, 10955.0, 10971.0, 10960.0, 11011.0, 10960.0, 11029.0, 10980.0, 11027.0, 10979.0, 11032.0, 11000.0, 11047.0, 10990.0, 11013.0, 10994.0, 11037.0, 10988.0, 11017.0, 10980.0, 10977.0, 10991.0, 11014.0, 11002.0, 11012.0, 11000.0, 10986.0, 11026.0, 10984.0, 11055.0, 11016.0, 11058.0, 10992.0, 11036.0, 11007.0, 11041.0, 11001.0, 11026.0, 10972.0, 11005.0, 10953.0, 11008.0, 10968.0, 11007.0, 10974.0, 11021.0, 10969.0, 11026.0, 10983.0, 11056.0, 10993.0, 11044.0, 10994.0, 11036.0, 10988.0, 11056.0, 11024.0, 11103.0, 11014.0, 11070.0, 11023.0, 11080.0, 11024.0, 11049.0, 11037.0, 11031.0, 11031.0, 11047.0, 11029.0, 11070.0, 11018.0, 11066.0, 10989.0, 11062.0, 10991.0, 11072.0, 11001.0, 11018.0, 10989.0, 11009.0, 10986.0, 11008.0, 10974.0, 10964.0, 10987.0, 10962.0, 11003.0, 11007.0, 11000.0, 10984.0, 11000.0, 10976.0, 10991.0, 10978.0, 10984.0, 11000.0, 11004.0, 10964.0, 11006.0, 10981.0, 11018.0, 10958.0, 11016.0, 10957.0, 11016.0, 10960.0, 10980.0, 10949.0, 10993.0, 10938.0, 11007.0, 10956.0, 11006.0, 10953.0, 10995.0, 10954.0, 11002.0, 10964.0, 11042.0, 10974.0, 11000.0, 10975.0, 10965.0, 10971.0, 10969.0, 10980.0, 10958.0, 10996.0, 10954.0, 10982.0, 10957.0, 11020.0, 10957.0, 11027.0, 10974.0, 11006.0, 10969.0, 10994.0, 10953.0, 11012.0, 10975.0, 11009.0, 10976.0, 11007.0, 10971.0, 11040.0, 10980.0, 10998.0, 10970.0, 10952.0, 10945.0, 10953.0, 10988.0, 10954.0, 11012.0, 10977.0, 11011.0, 10973.0, 11012.0, 10979.0, 11053.0, 10998.0, 11006.0, 10970.0, 10990.0, 10993.0, 10978.0, 11019.0, 10971.0, 11033.0, 10957.0, 11015.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.0003971600877192982</td></tr>
<tr><td colspan=3>aqi</td><td>0.02113476666666667</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.70560729600439</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.284779946245883</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9750223817782657</td></tr>
<tr><td colspan=3>efc</td><td>0.5215</td></tr>
<tr><td colspan=3>fber</td><td>3849.7908</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07225884774989792</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.644736842105263</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.383477956852502</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.261660582441446</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.607491846923459</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2812814411926015</td></tr>
<tr><td colspan=3>gcor</td><td>0.0050995</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01596030220389366</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032348502427339554</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2191996118829715</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>16.4978</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.2415</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>281.0818</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289313.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1386.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>498.1085</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0449</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>682.3821</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4229.6823</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.0245</td></tr>
<tr><td colspan=3>tsnr</td><td>39.878195540979505</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>