ds005256-mriqc/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 9ad845eeb8 [DATALAD RUNCMD] Compute MRIQC for sub-0087
=== 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-0087 --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-0087",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:28 +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-0087_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-04/func/sub-0087_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>32a9a9008671c26b923a793c133e23ee</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>12:17:28.677500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999008, 0.0185474, -0.0404729, -0.0127289, 0.990133, 0.139553]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.110531</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7770, -7244, 634, -48, -72, 102, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>279229ac-f5f8-4926-bd77-eaa77e621079||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802666187286377, -0.034150779247283936, -0.11518701165914536, 117.1865463256836], [-0.049761366099119186, 2.656453847885132, 0.37502798438072205, -97.72846221923828], [-0.10858573764562607, -0.3744099736213684, 2.6713452339172363, -48.40052032470703], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 926]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['121728.677500', '121729.137500', '121729.597500', '121730.057500', '121730.517500', '121730.977500', '121731.437500', '121731.897500', '121732.357500', '121732.817500', '121733.277500', '121733.737500', '121734.197500', '121734.657500', '121735.117500', '121735.577500', '121736.037500', '121736.497500', '121736.957500', '121737.417500', '121737.877500', '121738.337500', '121738.797500', '121739.257500', '121739.717500', '121740.177500', '121740.637500', '121741.097500', '121741.557500', '121742.017500', '121742.477500', '121742.937500', '121743.397500', '121743.857500', '121744.317500', '121744.777500', '121745.237500', '121745.697500', '121746.157500', '121746.617500', '121747.077500', '121747.537500', '121747.997500', '121748.457500', '121748.917500', '121749.377500', '121749.837500', '121750.297500', '121750.757500', '121751.217500', '121751.677500', '121752.137500', '121752.597500', '121753.057500', '121753.517500', '121753.977500', '121754.437500', '121754.897500', '121755.357500', '121755.817500', '121756.277500', '121756.737500', '121757.197500', '121757.657500', '121758.117500', '121758.577500', '121759.037500', '121759.497500', '121759.957500', '121800.417500', '121800.877500', '121801.337500', '121801.797500', '121802.257500', '121802.717500', '121803.177500', '121803.637500', '121804.097500', '121804.557500', '121805.017500', '121805.477500', '121805.937500', '121806.397500', '121806.857500', '121807.317500', '121807.777500', '121808.237500', '121808.697500', '121809.157500', '121809.617500', '121810.077500', '121810.537500', '121810.997500', '121811.457500', '121811.917500', '121812.377500', '121812.837500', '121813.297500', '121813.757500', '121814.217500', '121814.677500', '121815.137500', '121815.597500', '121816.057500', '121816.517500', '121816.977500', '121817.437500', '121817.897500', '121818.357500', '121818.817500', '121819.277500', '121819.737500', '121820.197500', '121820.657500', '121821.117500', '121821.577500', '121822.037500', '121822.497500', '121822.957500', '121823.417500', '121823.877500', '121824.337500', '121824.797500', '121825.257500', '121825.717500', '121826.177500', '121826.637500', '121827.097500', '121827.557500', '121828.017500', '121828.477500', '121828.937500', '121829.397500', '121829.857500', '121830.317500', '121830.777500', '121831.237500', '121831.697500', '121832.157500', '121832.617500', '121833.077500', '121833.537500', '121833.997500', '121834.457500', '121834.917500', '121835.377500', '121835.837500', '121836.297500', '121836.757500', '121837.217500', '121837.677500', '121838.137500', '121838.597500', '121839.057500', '121839.517500', '121839.977500', '121840.437500', '121840.897500', '121841.357500', '121841.817500', '121842.277500', '121842.737500', '121843.197500', '121843.657500', '121844.117500', '121844.577500', '121845.037500', '121845.497500', '121845.957500', '121846.417500', '121846.877500', '121847.337500', '121847.797500', '121848.257500', '121848.717500', '121849.177500', '121849.637500', '121850.097500', '121850.557500', '121851.017500', '121851.477500', '121851.937500', '121852.397500', '121852.857500', '121853.317500', '121853.777500', '121854.237500', '121854.697500', '121855.157500', '121855.617500', '121856.077500', '121856.537500', '121856.997500', '121857.457500', '121857.917500', '121858.377500', '121858.837500', '121859.297500', '121859.757500', '121900.217500', '121900.677500', '121901.137500', '121901.597500', '121902.057500', '121902.517500', '121902.977500', '121903.437500', '121903.897500', '121904.357500', '121904.817500', '121905.277500', '121905.737500', '121906.197500', '121906.657500', '121907.117500', '121907.577500', '121908.037500', '121908.497500', '121908.957500', '121909.417500', '121909.877500', '121910.337500', '121910.797500', '121911.257500', '121911.717500', '121912.177500', '121912.637500', '121913.097500', '121913.557500', '121914.017500', '121914.477500', '121914.937500', '121915.397500', '121915.857500', '121916.317500', '121916.777500', '121917.237500', '121917.697500', '121918.157500', '121918.617500', '121919.077500', '121919.537500', '121919.997500', '121920.457500', '121920.917500', '121921.377500', '121921.837500', '121922.297500', '121922.757500', '121923.217500', '121923.677500', '121924.137500', '121924.597500', '121925.057500', '121925.517500', '121925.977500', '121926.437500', '121926.897500', '121927.357500', '121927.817500', '121928.277500', '121928.737500', '121929.197500', '121929.657500', '121930.117500', '121930.577500', '121931.037500', '121931.497500', '121931.957500', '121932.417500', '121932.877500', '121933.337500', '121933.797500', '121934.257500', '121934.717500', '121935.177500', '121935.637500', '121936.097500', '121936.557500', '121937.017500', '121937.477500', '121937.937500', '121938.397500', '121938.857500', '121939.317500', '121939.777500', '121940.237500', '121940.697500', '121941.157500', '121941.617500', '121942.077500', '121942.537500', '121942.997500', '121943.457500', '121943.917500', '121944.377500', '121944.837500', '121945.297500', '121945.757500', '121946.217500', '121946.677500', '121947.137500', '121947.597500', '121948.057500', '121948.517500', '121948.977500', '121949.437500', '121949.897500', '121950.357500', '121950.817500', '121951.277500', '121951.737500', '121952.197500', '121952.657500', '121953.117500', '121953.577500', '121954.037500', '121954.497500', '121954.957500', '121955.417500', '121955.877500', '121956.337500', '121956.797500', '121957.257500', '121957.717500', '121958.177500', '121958.637500', '121959.097500', '121959.557500', '122000.017500', '122000.477500', '122000.937500', '122001.397500', '122001.857500', '122002.317500', '122002.777500', '122003.237500', '122003.697500', '122004.157500', '122004.617500', '122005.077500', '122005.537500', '122005.997500', '122006.457500', '122006.917500', '122007.377500', '122007.837500', '122008.297500', '122008.757500', '122009.217500', '122009.677500', '122010.137500', '122010.597500', '122011.057500', '122011.517500', '122011.977500', '122012.437500', '122012.897500', '122013.357500', '122013.817500', '122014.277500', '122014.737500', '122015.197500', '122015.657500', '122016.117500', '122016.577500', '122017.037500', '122017.497500', '122017.957500', '122018.417500', '122018.877500', '122019.337500', '122019.797500', '122020.257500', '122020.717500', '122021.177500', '122021.637500', '122022.097500', '122022.557500', '122023.017500', '122023.477500', '122023.937500', '122024.397500', '122024.857500', '122025.317500', '122025.777500', '122026.237500', '122026.697500', '122027.157500', '122027.617500', '122028.077500', '122028.537500', '122028.997500', '122029.457500', '122029.917500', '122030.377500', '122030.837500', '122031.297500', '122031.757500', '122032.217500', '122032.677500', '122033.137500', '122033.597500', '122034.057500', '122034.517500', '122034.977500', '122035.437500', '122035.897500', '122036.357500', '122036.817500', '122037.277500', '122037.737500', '122038.197500', '122038.657500', '122039.117500', '122039.577500', '122040.037500', '122040.497500', '122040.957500', '122041.417500', '122041.877500', '122042.337500', '122042.797500', '122043.257500', '122043.717500', '122044.177500', '122044.637500', '122045.097500', '122045.557500', '122046.017500', '122046.477500', '122046.937500', '122047.397500', '122047.857500', '122048.317500', '122048.777500', '122049.237500', '122049.697500', '122050.157500', '122050.617500', '122051.077500', '122051.537500', '122051.997500', '122052.457500', '122052.917500', '122053.377500', '122053.837500', '122054.297500', '122054.757500', '122055.217500', '122055.677500', '122056.137500', '122056.597500', '122057.057500', '122057.517500', '122057.977500', '122058.437500', '122058.897500', '122059.357500', '122059.817500', '122100.277500', '122100.737500', '122101.197500', '122101.657500', '122102.117500', '122102.577500', '122103.037500', '122103.497500', '122103.957500', '122104.417500', '122104.877500', '122105.337500', '122105.797500', '122106.257500', '122106.717500', '122107.177500', '122107.637500', '122108.097500', '122108.557500', '122109.017500', '122109.477500', '122109.937500', '122110.397500', '122110.857500', '122111.317500', '122111.777500', '122112.237500', '122112.697500', '122113.157500', '122113.617500', '122114.077500', '122114.537500', '122114.997500', '122115.457500', '122115.917500', '122116.377500', '122116.837500', '122117.297500', '122117.757500', '122118.217500', '122118.677500', '122119.137500', '122119.597500', '122120.057500', '122120.517500', '122120.977500', '122121.437500', '122121.897500', '122122.357500', '122122.817500', '122123.277500', '122123.737500', '122124.197500', '122124.657500', '122125.117500', '122125.577500', '122126.037500', '122126.497500', '122126.957500', '122127.417500', '122127.877500', '122128.337500', '122128.797500', '122129.257500', '122129.717500', '122130.177500', '122130.637500', '122131.097500', '122131.557500', '122132.017500', '122132.477500', '122132.937500', '122133.397500', '122133.857500', '122134.317500', '122134.777500', '122135.237500', '122135.697500', '122136.157500', '122136.617500', '122137.077500', '122137.537500', '122137.997500', '122138.457500', '122138.917500', '122139.377500', '122139.837500', '122140.297500', '122140.757500', '122141.217500', '122141.677500', '122142.137500', '122142.597500', '122143.057500', '122143.517500', '122143.977500', '122144.437500', '122144.897500', '122145.357500', '122145.817500', '122146.277500', '122146.737500', '122147.197500', '122147.657500', '122148.117500', '122148.577500', '122149.037500', '122149.497500', '122149.957500', '122150.417500', '122150.877500', '122151.337500', '122151.797500', '122152.257500', '122152.717500', '122153.177500', '122153.637500', '122154.097500', '122154.557500', '122155.017500', '122155.477500', '122155.937500', '122156.397500', '122156.857500', '122157.317500', '122157.777500', '122158.237500', '122158.697500', '122159.157500', '122159.617500', '122200.077500', '122200.537500', '122200.997500', '122201.457500', '122201.917500', '122202.377500', '122202.837500', '122203.297500', '122203.757500', '122204.217500', '122204.677500', '122205.137500', '122205.597500', '122206.057500', '122206.517500', '122206.977500', '122207.437500', '122207.897500', '122208.357500', '122208.817500', '122209.277500', '122209.737500', '122210.197500', '122210.657500', '122211.117500', '122211.577500', '122212.037500', '122212.497500', '122212.957500', '122213.417500', '122213.877500', '122214.337500', '122214.797500', '122215.257500', '122215.717500', '122216.177500', '122216.637500', '122217.097500', '122217.557500', '122218.017500', '122218.477500', '122218.937500', '122219.397500', '122219.857500', '122220.317500', '122220.777500', '122221.237500', '122221.697500', '122222.157500', '122222.617500', '122223.077500', '122223.537500', '122223.997500', '122224.457500', '122224.917500', '122225.377500', '122225.837500', '122226.297500', '122226.757500', '122227.217500', '122227.677500', '122228.137500', '122228.597500', '122229.057500', '122229.517500', '122229.977500', '122230.437500', '122230.897500', '122231.357500', '122231.817500', '122232.277500', '122232.737500', '122233.197500', '122233.657500', '122234.117500', '122234.577500', '122235.037500', '122235.497500', '122235.957500', '122236.417500', '122236.877500', '122237.337500', '122237.797500', '122238.257500', '122238.717500', '122239.177500', '122239.637500', '122240.097500', '122240.557500', '122241.017500', '122241.477500', '122241.937500', '122242.397500', '122242.857500', '122243.317500', '122243.777500', '122244.237500', '122244.697500', '122245.157500', '122245.617500', '122246.077500', '122246.537500', '122246.997500', '122247.457500', '122247.917500', '122248.377500', '122248.837500', '122249.297500', '122249.757500', '122250.217500', '122250.677500', '122251.137500', '122251.597500', '122252.057500', '122252.517500', '122252.977500', '122253.437500', '122253.897500', '122254.357500', '122254.817500', '122255.277500', '122255.737500', '122256.197500', '122256.657500', '122257.117500', '122257.577500', '122258.037500', '122258.497500', '122258.957500', '122259.417500', '122259.877500', '122300.337500', '122300.797500', '122301.257500', '122301.717500', '122302.177500', '122302.637500', '122303.097500', '122303.557500', '122304.017500', '122304.477500', '122304.937500', '122305.397500', '122305.857500', '122306.317500', '122306.777500', '122307.237500', '122307.697500', '122308.157500', '122308.617500', '122309.077500', '122309.537500', '122309.997500', '122310.457500', '122310.917500', '122311.377500', '122311.837500', '122312.297500', '122312.757500', '122313.217500', '122313.677500', '122314.137500', '122314.597500', '122315.057500', '122315.517500', '122315.977500', '122316.437500', '122316.897500', '122317.357500', '122317.817500', '122318.277500', '122318.737500', '122319.197500', '122319.657500', '122320.117500', '122320.577500', '122321.037500', '122321.497500', '122321.957500', '122322.417500', '122322.877500', '122323.337500', '122323.797500', '122324.257500', '122324.717500', '122325.177500', '122325.637500', '122326.097500', '122326.557500', '122327.017500', '122327.477500', '122327.937500', '122328.397500', '122328.857500', '122329.317500', '122329.777500', '122330.237500', '122330.697500', '122331.157500', '122331.617500', '122332.077500', '122332.537500', '122332.997500', '122333.457500', '122333.917500', '122334.377500', '122334.837500', '122335.297500', '122335.757500', '122336.217500', '122336.677500', '122337.137500', '122337.597500', '122338.057500', '122338.517500', '122338.977500', '122339.437500', '122339.897500', '122340.357500', '122340.817500', '122341.277500', '122341.737500', '122342.197500', '122342.657500', '122343.117500', '122343.577500', '122344.037500', '122344.497500', '122344.957500', '122345.417500', '122345.877500', '122346.337500', '122346.797500', '122347.257500', '122347.717500', '122348.177500', '122348.637500', '122349.097500', '122349.557500', '122350.017500', '122350.477500', '122350.937500', '122351.397500', '122351.857500', '122352.317500', '122352.777500', '122353.237500', '122353.697500', '122354.157500', '122354.617500', '122355.077500', '122355.537500', '122355.997500', '122356.457500', '122356.917500', '122357.377500', '122357.837500', '122358.297500', '122358.757500', '122359.217500', '122359.677500', '122400.137500', '122400.597500', '122401.057500', '122401.517500', '122401.977500', '122402.437500', '122402.897500', '122403.357500', '122403.817500', '122404.277500', '122404.737500', '122405.197500', '122405.657500', '122406.117500', '122406.577500', '122407.037500', '122407.497500', '122407.957500', '122408.417500', '122408.877500', '122409.337500', '122409.797500', '122410.257500', '122410.717500', '122411.177500', '122411.637500', '122412.097500', '122412.557500', '122413.017500', '122413.477500', '122413.937500', '122414.397500', '122414.857500', '122415.317500', '122415.777500', '122416.237500', '122416.697500', '122417.157500', '122417.617500', '122418.077500', '122418.537500', '122418.997500', '122419.457500', '122419.917500', '122420.377500', '122420.837500', '122421.297500', '122421.757500', '122422.217500', '122422.677500', '122423.137500', '122423.597500', '122424.057500', '122424.517500', '122424.977500', '122425.437500', '122425.897500', '122426.357500', '122426.817500', '122427.277500', '122427.737500', '122428.197500', '122428.657500', '122429.117500', '122429.577500', '122430.037500', '122430.497500', '122430.957500', '122431.417500', '122431.877500', '122432.337500', '122432.797500', '122433.257500', '122433.717500', '122434.177500'], 'ContentTime': ['121754.751000', '121754.755000', '121754.757000', '121754.760000', '121754.763000', '121754.765000', '121754.768000', '121754.770000', '121754.773000', '121754.775000', '121754.778000', '121754.780000', '121754.783000', '121754.786000', '121754.788000', '121754.791000', '121754.793000', '121754.796000', '121754.799000', '121754.801000', '121754.804000', '121754.806000', '121754.809000', '121754.811000', '121754.814000', '121754.824000', '121754.826000', '121754.829000', '121754.832000', '121754.834000', '121754.837000', '121754.839000', '121754.842000', '121754.845000', '121754.847000', '121754.850000', '121754.852000', '121754.855000', '121754.857000', '121754.860000', '121754.863000', '121754.866000', '121754.868000', '121754.871000', '121754.874000', '121754.877000', '121754.879000', '121754.883000', '121754.885000', '121754.888000', '121754.891000', '121754.893000', '121754.896000', '121814.698000', '121814.701000', '121814.716000', '121814.722000', '121814.725000', '121814.727000', '121814.730000', '121814.732000', '121814.735000', '121814.737000', '121814.740000', '121814.743000', '121814.745000', '121814.748000', '121814.750000', '121814.753000', '121814.756000', '121814.758000', '121814.761000', '121814.763000', '121814.766000', '121814.769000', '121814.771000', '121814.774000', '121814.776000', '121814.779000', '121814.781000', '121814.784000', '121814.787000', '121814.789000', '121814.792000', '121814.795000', '121814.798000', '121814.800000', '121814.803000', '121814.805000', '121814.808000', '121814.811000', '121814.813000', '121814.816000', '121814.818000', '121814.821000', '121814.824000', '121814.826000', '121834.699000', '121834.701000', '121834.704000', '121834.707000', '121834.709000', '121834.712000', '121834.715000', '121834.728000', '121834.731000', '121834.733000', '121834.736000', '121834.738000', '121834.741000', '121834.744000', '121834.746000', '121834.749000', '121834.752000', '121834.754000', '121834.757000', '121834.759000', '121834.762000', '121834.765000', '121834.767000', '121834.770000', '121834.773000', '121834.775000', '121834.778000', '121834.781000', '121834.783000', '121834.786000', '121834.789000', '121834.791000', '121834.794000', '121834.796000', '121834.799000', '121834.801000', '121834.804000', '121834.807000', '121834.809000', '121834.812000', '121834.814000', '121834.817000', '121834.819000', '121854.698000', '121854.701000', '121854.704000', '121854.707000', '121854.709000', '121854.712000', '121854.714000', '121854.717000', '121854.720000', '121854.722000', '121854.733000', '121854.736000', '121854.739000', '121854.741000', '121854.744000', '121854.747000', '121854.749000', '121854.752000', '121854.755000', '121854.757000', '121854.760000', '121854.762000', '121854.765000', '121854.768000', '121854.770000', '121854.773000', '121854.776000', '121854.778000', '121854.781000', '121854.784000', '121854.786000', '121854.789000', '121854.792000', '121854.794000', '121854.797000', '121854.799000', '121854.802000', '121854.805000', '121854.808000', '121854.810000', '121854.813000', '121854.816000', '121854.818000', '121854.821000', '121914.700000', '121914.702000', '121914.705000', '121914.708000', '121914.710000', '121914.713000', '121914.715000', '121914.723000', '121914.726000', '121914.729000', '121914.731000', '121914.734000', '121914.736000', '121914.739000', '121914.742000', '121914.744000', '121914.747000', '121914.750000', '121914.752000', '121914.755000', '121914.757000', '121914.760000', '121914.762000', '121914.765000', '121914.768000', '121914.770000', '121914.773000', '121914.776000', '121914.778000', '121914.781000', '121914.784000', '121914.786000', '121914.789000', '121914.791000', '121914.794000', '121914.797000', '121914.799000', '121914.802000', '121914.804000', '121914.807000', '121914.810000', '121914.812000', '121914.815000', '121934.700000', '121934.703000', '121934.705000', '121934.708000', '121934.711000', '121934.714000', '121934.716000', '121934.719000', '121934.722000', '121934.724000', '121934.727000', '121934.729000', '121934.732000', '121934.735000', '121934.738000', '121934.740000', '121934.743000', '121934.746000', '121934.748000', '121934.751000', '121934.753000', '121934.756000', '121934.759000', '121934.761000', '121934.764000', '121934.767000', '121934.769000', '121934.772000', '121934.774000', '121934.777000', '121934.780000', '121934.782000', '121934.785000', '121934.788000', '121934.790000', '121934.793000', '121934.795000', '121934.798000', '121934.801000', '121934.803000', '121934.806000', '121934.824000', '121934.826000', '121954.699000', '121954.702000', '121954.705000', '121954.708000', '121954.710000', '121954.713000', '121954.715000', '121954.718000', '121954.721000', '121954.723000', '121954.726000', '121954.728000', '121954.731000', '121954.734000', '121954.736000', '121954.739000', '121954.742000', '121954.744000', '121954.747000', '121954.749000', '121954.752000', '121954.755000', '121954.757000', '121954.760000', '121954.763000', '121954.765000', '121954.768000', '121954.771000', '121954.773000', '121954.776000', '121954.778000', '121954.781000', '121954.784000', '121954.786000', '121954.789000', '121954.791000', '121954.794000', '121954.796000', '121954.799000', '121954.802000', '121954.804000', '121954.807000', '121954.809000', '121954.812000', '122014.700000', '122014.703000', '122014.705000', '122014.708000', '122014.710000', '122014.713000', '122014.716000', '122014.718000', '122014.721000', '122014.724000', '122014.726000', '122014.729000', '122014.732000', '122014.734000', '122014.737000', '122014.739000', '122014.742000', '122014.745000', '122014.747000', '122014.750000', '122014.752000', '122014.755000', '122014.758000', '122014.761000', '122014.764000', '122014.781000', '122014.784000', '122014.787000', '122014.789000', '122014.792000', '122014.794000', '122014.797000', '122014.800000', '122014.802000', '122014.805000', '122014.808000', '122014.810000', '122014.813000', '122014.816000', '122014.819000', '122014.821000', '122014.824000', '122014.826000', '122034.698000', '122034.701000', '122034.705000', '122034.707000', '122034.710000', '122034.713000', '122034.716000', '122034.718000', '122034.721000', '122034.723000', '122034.726000', '122034.729000', '122034.732000', '122034.734000', '122034.737000', '122034.740000', '122034.742000', '122034.745000', '122034.748000', '122034.750000', '122034.753000', '122034.755000', '122034.758000', '122034.761000', '122034.763000', '122034.766000', '122034.769000', '122034.771000', '122034.774000', '122034.777000', '122034.779000', '122034.782000', '122034.784000', '122034.787000', '122034.789000', '122034.792000', '122034.795000', '122034.797000', '122034.800000', '122034.802000', '122034.805000', '122034.808000', '122034.810000', '122034.813000', '122054.699000', '122054.701000', '122054.704000', '122054.707000', '122054.709000', '122054.712000', '122054.715000', '122054.717000', '122054.720000', '122054.722000', '122054.725000', '122054.728000', '122054.730000', '122054.733000', '122054.736000', '122054.738000', '122054.741000', '122054.744000', '122054.746000', '122054.749000', '122054.751000', '122054.754000', '122054.757000', '122054.759000', '122054.762000', '122054.765000', '122054.767000', '122054.770000', '122054.772000', '122054.775000', '122054.778000', '122054.780000', '122054.783000', '122054.786000', '122054.788000', '122054.791000', '122054.794000', '122054.796000', '122054.799000', '122054.802000', '122054.804000', '122054.818000', '122054.820000', '122054.823000', '122114.699000', '122114.702000', '122114.704000', '122114.707000', '122114.710000', '122114.712000', '122114.715000', '122114.717000', '122114.720000', '122114.723000', '122114.725000', '122114.728000', '122114.730000', '122114.733000', '122114.735000', '122114.738000', '122114.741000', '122114.743000', '122114.746000', '122114.749000', '122114.751000', '122114.754000', '122114.769000', '122114.771000', '122114.774000', '122114.777000', '122114.779000', '122114.782000', '122114.784000', '122114.787000', '122114.790000', '122114.792000', '122114.795000', '122114.797000', '122114.800000', '122114.803000', '122114.805000', '122114.808000', '122114.811000', '122114.813000', '122114.816000', '122114.818000', '122114.821000', '122134.699000', '122134.702000', '122134.705000', '122134.708000', '122134.710000', '122134.713000', '122134.716000', '122134.718000', '122134.721000', '122134.724000', '122134.726000', '122134.729000', '122134.732000', '122134.734000', '122134.737000', '122134.740000', '122134.743000', '122134.753000', '122134.756000', '122134.759000', '122134.761000', '122134.764000', '122134.767000', '122134.769000', '122134.772000', '122134.775000', '122134.777000', '122134.780000', '122134.783000', '122134.786000', '122134.789000', '122134.791000', '122134.794000', '122134.808000', '122134.811000', '122134.813000', '122134.816000', '122134.819000', '122134.821000', '122134.824000', '122134.827000', '122134.829000', '122134.832000', '122154.699000', '122154.702000', '122154.705000', '122154.707000', '122154.710000', '122154.713000', '122154.715000', '122154.718000', '122154.721000', '122154.723000', '122154.726000', '122154.728000', '122154.731000', '122154.734000', '122154.736000', '122154.739000', '122154.742000', '122154.744000', '122154.747000', '122154.749000', '122154.752000', '122154.755000', '122154.757000', '122154.760000', '122154.763000', '122154.765000', '122154.768000', '122154.771000', '122154.773000', '122154.776000', '122154.778000', '122154.781000', '122154.784000', '122154.786000', '122154.789000', '122154.791000', '122154.794000', '122154.797000', '122154.800000', '122154.802000', '122154.805000', '122154.807000', '122154.810000', '122154.813000', '122214.700000', '122214.703000', '122214.705000', '122214.708000', '122214.710000', '122214.713000', '122214.716000', '122214.718000', '122214.721000', '122214.724000', '122214.726000', '122214.729000', '122214.731000', '122214.734000', '122214.737000', '122214.739000', '122214.742000', '122214.744000', '122214.747000', '122214.750000', '122214.752000', '122214.755000', '122214.758000', '122214.760000', '122214.763000', '122214.765000', '122214.768000', '122214.771000', '122214.774000', '122214.776000', '122214.779000', '122214.782000', '122214.784000', '122214.787000', '122214.790000', '122214.792000', '122214.795000', '122214.798000', '122214.800000', '122214.803000', '122214.805000', '122214.808000', '122214.811000', '122234.700000', '122234.703000', '122234.705000', '122234.708000', '122234.711000', '122234.713000', '122234.716000', '122234.719000', '122234.721000', '122234.724000', '122234.726000', '122234.729000', '122234.732000', '122234.734000', '122234.737000', '122234.739000', '122234.742000', '122234.745000', '122234.747000', '122234.750000', '122234.753000', '122234.755000', '122234.758000', '122234.760000', '122234.763000', '122234.766000', '122234.768000', '122234.771000', '122234.773000', '122234.776000', '122234.779000', '122234.781000', '122234.784000', '122234.786000', '122234.789000', '122234.792000', '122234.794000', '122234.797000', '122234.800000', '122234.802000', '122234.805000', '122234.807000', '122234.810000', '122234.813000', '122254.699000', '122254.701000', '122254.704000', '122254.707000', '122254.715000', '122254.718000', '122254.720000', '122254.723000', '122254.726000', '122254.728000', '122254.731000', '122254.734000', '122254.736000', '122254.739000', '122254.741000', '122254.744000', '122254.747000', '122254.749000', '122254.752000', '122254.755000', '122254.759000', '122254.762000', '122254.764000', '122254.767000', '122254.770000', '122254.793000', '122254.796000', '122254.798000', '122254.801000', '122254.804000', '122254.806000', '122254.809000', '122254.812000', '122254.815000', '122254.817000', '122254.820000', '122254.823000', '122254.825000', '122254.828000', '122254.831000', '122254.833000', '122254.836000', '122254.840000', '122314.698000', '122314.701000', '122314.704000', '122314.707000', '122314.709000', '122314.712000', '122314.715000', '122314.717000', '122314.720000', '122314.722000', '122314.725000', '122314.728000', '122314.730000', '122314.733000', '122314.735000', '122314.738000', '122314.741000', '122314.743000', '122314.746000', '122314.749000', '122314.751000', '122314.754000', '122314.757000', '122314.759000', '122314.762000', '122314.764000', '122314.767000', '122314.770000', '122314.772000', '122314.775000', '122314.778000', '122314.780000', '122314.783000', '122314.785000', '122314.788000', '122314.791000', '122314.793000', '122314.796000', '122314.799000', '122314.801000', '122314.804000', '122314.807000', '122314.809000', '122314.812000', '122334.699000', '122334.702000', '122334.704000', '122334.707000', '122334.711000', '122334.713000', '122334.716000', '122334.719000', '122334.721000', '122334.724000', '122334.727000', '122334.729000', '122334.732000', '122334.734000', '122334.737000', '122334.740000', '122334.742000', '122334.745000', '122334.748000', '122334.750000', '122334.753000', '122334.755000', '122334.758000', '122334.761000', '122334.763000', '122334.766000', '122334.768000', '122334.771000', '122334.774000', '122334.776000', '122334.779000', '122334.781000', '122334.784000', '122334.787000', '122334.789000', '122334.792000', '122334.794000', '122334.797000', '122334.800000', '122334.802000', '122334.805000', '122334.808000', '122334.810000', '122354.699000', '122354.702000', '122354.705000', '122354.708000', '122354.710000', '122354.713000', '122354.715000', '122354.718000', '122354.721000', '122354.723000', '122354.726000', '122354.728000', '122354.731000', '122354.733000', '122354.736000', '122354.739000', '122354.741000', '122354.744000', '122354.746000', '122354.749000', '122354.752000', '122354.754000', '122354.757000', '122354.759000', '122354.762000', '122354.765000', '122354.767000', '122354.770000', '122354.772000', '122354.776000', '122354.778000', '122354.781000', '122354.784000', '122354.786000', '122354.789000', '122354.791000', '122354.794000', '122354.796000', '122354.799000', '122354.802000', '122354.804000', '122354.807000', '122354.809000', '122354.812000', '122414.700000', '122414.703000', '122414.705000', '122414.708000', '122414.711000', '122414.713000', '122414.716000', '122414.718000', '122414.721000', '122414.724000', '122414.726000', '122414.729000', '122414.731000', '122414.734000', '122414.737000', '122414.748000', '122414.751000', '122414.754000', '122414.756000', '122414.759000', '122414.761000', '122414.764000', '122414.767000', '122414.769000', '122414.772000', '122414.774000', '122414.777000', '122414.780000', '122414.782000', '122414.788000', '122414.791000', '122414.793000', '122414.796000', '122414.799000', '122414.801000', '122414.804000', '122414.807000', '122414.809000', '122414.812000', '122414.814000', '122414.817000', '122414.820000', '122414.822000', '122434.700000', '122434.702000', '122434.705000', '122434.708000', '122434.710000', '122434.713000', '122434.716000', '122434.718000', '122434.721000', '122434.723000', '122434.726000', '122434.729000', '122434.731000', '122434.734000', '122434.736000', '122434.739000', '122434.742000', '122434.744000', '122434.747000', '122434.749000', '122434.752000', '122434.755000', '122434.757000', '122434.760000', '122434.762000', '122434.765000', '122434.768000', '122434.770000', '122434.773000', '122434.776000', '122434.778000', '122434.781000', '122434.784000', '122434.786000', '122434.789000', '122434.791000', '122434.794000', '122434.797000', '122434.799000', '122434.802000', '122434.805000', '122434.807000', '122434.810000', '122434.812000', '122435.967000', '122435.970000', '122435.973000'], 'InstanceCreationTime': ['121754.751000', '121754.755000', '121754.757000', '121754.760000', '121754.763000', '121754.765000', '121754.768000', '121754.770000', '121754.773000', '121754.775000', '121754.778000', '121754.780000', '121754.783000', '121754.786000', '121754.788000', '121754.791000', '121754.793000', '121754.796000', '121754.799000', '121754.801000', '121754.804000', '121754.806000', '121754.809000', '121754.811000', '121754.814000', '121754.824000', '121754.826000', '121754.829000', '121754.832000', '121754.834000', '121754.837000', '121754.839000', '121754.842000', '121754.845000', '121754.847000', '121754.850000', '121754.852000', '121754.855000', '121754.857000', '121754.860000', '121754.863000', '121754.866000', '121754.868000', '121754.871000', '121754.874000', '121754.877000', '121754.879000', '121754.883000', '121754.885000', '121754.888000', '121754.891000', '121754.893000', '121754.896000', '121814.698000', '121814.701000', '121814.716000', '121814.722000', '121814.725000', '121814.727000', '121814.730000', '121814.732000', '121814.735000', '121814.737000', '121814.740000', '121814.743000', '121814.745000', '121814.748000', '121814.750000', '121814.753000', '121814.756000', '121814.758000', '121814.761000', '121814.763000', '121814.766000', '121814.769000', '121814.771000', '121814.774000', '121814.776000', '121814.779000', '121814.781000', '121814.784000', '121814.787000', '121814.789000', '121814.792000', '121814.795000', '121814.798000', '121814.800000', '121814.803000', '121814.805000', '121814.808000', '121814.811000', '121814.813000', '121814.816000', '121814.818000', '121814.821000', '121814.824000', '121814.826000', '121834.699000', '121834.701000', '121834.704000', '121834.707000', '121834.709000', '121834.712000', '121834.715000', '121834.728000', '121834.731000', '121834.733000', '121834.736000', '121834.738000', '121834.741000', '121834.744000', '121834.746000', '121834.749000', '121834.752000', '121834.754000', '121834.757000', '121834.759000', '121834.762000', '121834.765000', '121834.767000', '121834.770000', '121834.773000', '121834.775000', '121834.778000', '121834.781000', '121834.783000', '121834.786000', '121834.789000', '121834.791000', '121834.794000', '121834.796000', '121834.799000', '121834.801000', '121834.804000', '121834.807000', '121834.809000', '121834.812000', '121834.814000', '121834.817000', '121834.819000', '121854.698000', '121854.701000', '121854.704000', '121854.707000', '121854.709000', '121854.712000', '121854.714000', '121854.717000', '121854.720000', '121854.722000', '121854.733000', '121854.736000', '121854.739000', '121854.741000', '121854.744000', '121854.747000', '121854.749000', '121854.752000', '121854.755000', '121854.757000', '121854.760000', '121854.762000', '121854.765000', '121854.768000', '121854.770000', '121854.773000', '121854.776000', '121854.778000', '121854.781000', '121854.784000', '121854.786000', '121854.789000', '121854.792000', '121854.794000', '121854.797000', '121854.799000', '121854.802000', '121854.805000', '121854.808000', '121854.810000', '121854.813000', '121854.816000', '121854.818000', '121854.821000', '121914.700000', '121914.702000', '121914.705000', '121914.708000', '121914.710000', '121914.713000', '121914.715000', '121914.723000', '121914.726000', '121914.729000', '121914.731000', '121914.734000', '121914.736000', '121914.739000', '121914.742000', '121914.744000', '121914.747000', '121914.750000', '121914.752000', '121914.755000', '121914.757000', '121914.760000', '121914.762000', '121914.765000', '121914.768000', '121914.770000', '121914.773000', '121914.776000', '121914.778000', '121914.781000', '121914.784000', '121914.786000', '121914.789000', '121914.791000', '121914.794000', '121914.797000', '121914.799000', '121914.802000', '121914.804000', '121914.807000', '121914.810000', '121914.812000', '121914.815000', '121934.700000', '121934.703000', '121934.705000', '121934.708000', '121934.711000', '121934.714000', '121934.716000', '121934.719000', '121934.722000', '121934.724000', '121934.727000', '121934.729000', '121934.732000', '121934.735000', '121934.738000', '121934.740000', '121934.743000', '121934.746000', '121934.748000', '121934.751000', '121934.753000', '121934.756000', '121934.759000', '121934.761000', '121934.764000', '121934.767000', '121934.769000', '121934.772000', '121934.774000', '121934.777000', '121934.780000', '121934.782000', '121934.785000', '121934.788000', '121934.790000', '121934.793000', '121934.795000', '121934.798000', '121934.801000', '121934.803000', '121934.806000', '121934.824000', '121934.826000', '121954.699000', '121954.702000', '121954.705000', '121954.708000', '121954.710000', '121954.713000', '121954.715000', '121954.718000', '121954.721000', '121954.723000', '121954.726000', '121954.728000', '121954.731000', '121954.734000', '121954.736000', '121954.739000', '121954.742000', '121954.744000', '121954.747000', '121954.749000', '121954.752000', '121954.755000', '121954.757000', '121954.760000', '121954.763000', '121954.765000', '121954.768000', '121954.771000', '121954.773000', '121954.776000', '121954.778000', '121954.781000', '121954.784000', '121954.786000', '121954.789000', '121954.791000', '121954.794000', '121954.796000', '121954.799000', '121954.802000', '121954.804000', '121954.807000', '121954.809000', '121954.812000', '122014.700000', '122014.703000', '122014.705000', '122014.708000', '122014.710000', '122014.713000', '122014.716000', '122014.718000', '122014.721000', '122014.724000', '122014.726000', '122014.729000', '122014.732000', '122014.734000', '122014.737000', '122014.739000', '122014.742000', '122014.745000', '122014.747000', '122014.750000', '122014.752000', '122014.755000', '122014.758000', '122014.761000', '122014.764000', '122014.781000', '122014.784000', '122014.787000', '122014.789000', '122014.792000', '122014.794000', '122014.797000', '122014.800000', '122014.802000', '122014.805000', '122014.808000', '122014.810000', '122014.813000', '122014.816000', '122014.819000', '122014.821000', '122014.824000', '122014.826000', '122034.698000', '122034.701000', '122034.705000', '122034.707000', '122034.710000', '122034.713000', '122034.716000', '122034.718000', '122034.721000', '122034.723000', '122034.726000', '122034.729000', '122034.732000', '122034.734000', '122034.737000', '122034.740000', '122034.742000', '122034.745000', '122034.748000', '122034.750000', '122034.753000', '122034.755000', '122034.758000', '122034.761000', '122034.763000', '122034.766000', '122034.769000', '122034.771000', '122034.774000', '122034.777000', '122034.779000', '122034.782000', '122034.784000', '122034.787000', '122034.789000', '122034.792000', '122034.795000', '122034.797000', '122034.800000', '122034.802000', '122034.805000', '122034.808000', '122034.810000', '122034.813000', '122054.699000', '122054.701000', '122054.704000', '122054.707000', '122054.709000', '122054.712000', '122054.715000', '122054.717000', '122054.720000', '122054.722000', '122054.725000', '122054.728000', '122054.730000', '122054.733000', '122054.736000', '122054.738000', '122054.741000', '122054.744000', '122054.746000', '122054.749000', '122054.751000', '122054.754000', '122054.757000', '122054.759000', '122054.762000', '122054.765000', '122054.767000', '122054.770000', '122054.772000', '122054.775000', '122054.778000', '122054.780000', '122054.783000', '122054.786000', '122054.788000', '122054.791000', '122054.794000', '122054.796000', '122054.799000', '122054.802000', '122054.804000', '122054.818000', '122054.820000', '122054.823000', '122114.699000', '122114.702000', '122114.704000', '122114.707000', '122114.710000', '122114.712000', '122114.715000', '122114.717000', '122114.720000', '122114.723000', '122114.725000', '122114.728000', '122114.730000', '122114.733000', '122114.735000', '122114.738000', '122114.741000', '122114.743000', '122114.746000', '122114.749000', '122114.751000', '122114.754000', '122114.769000', '122114.771000', '122114.774000', '122114.777000', '122114.779000', '122114.782000', '122114.784000', '122114.787000', '122114.790000', '122114.792000', '122114.795000', '122114.797000', '122114.800000', '122114.803000', '122114.805000', '122114.808000', '122114.811000', '122114.813000', '122114.816000', '122114.818000', '122114.821000', '122134.699000', '122134.702000', '122134.705000', '122134.708000', '122134.710000', '122134.713000', '122134.716000', '122134.718000', '122134.721000', '122134.724000', '122134.726000', '122134.729000', '122134.732000', '122134.734000', '122134.737000', '122134.740000', '122134.743000', '122134.753000', '122134.756000', '122134.759000', '122134.761000', '122134.764000', '122134.767000', '122134.769000', '122134.772000', '122134.775000', '122134.777000', '122134.780000', '122134.783000', '122134.786000', '122134.789000', '122134.791000', '122134.794000', '122134.808000', '122134.811000', '122134.813000', '122134.816000', '122134.819000', '122134.821000', '122134.824000', '122134.827000', '122134.829000', '122134.832000', '122154.699000', '122154.702000', '122154.705000', '122154.707000', '122154.710000', '122154.713000', '122154.715000', '122154.718000', '122154.721000', '122154.723000', '122154.726000', '122154.728000', '122154.731000', '122154.734000', '122154.736000', '122154.739000', '122154.742000', '122154.744000', '122154.747000', '122154.749000', '122154.752000', '122154.755000', '122154.757000', '122154.760000', '122154.763000', '122154.765000', '122154.768000', '122154.771000', '122154.773000', '122154.776000', '122154.778000', '122154.781000', '122154.784000', '122154.786000', '122154.789000', '122154.791000', '122154.794000', '122154.797000', '122154.800000', '122154.802000', '122154.805000', '122154.807000', '122154.810000', '122154.813000', '122214.700000', '122214.703000', '122214.705000', '122214.708000', '122214.710000', '122214.713000', '122214.716000', '122214.718000', '122214.721000', '122214.724000', '122214.726000', '122214.729000', '122214.731000', '122214.734000', '122214.737000', '122214.739000', '122214.742000', '122214.744000', '122214.747000', '122214.750000', '122214.752000', '122214.755000', '122214.758000', '122214.760000', '122214.763000', '122214.765000', '122214.768000', '122214.771000', '122214.774000', '122214.776000', '122214.779000', '122214.782000', '122214.784000', '122214.787000', '122214.790000', '122214.792000', '122214.795000', '122214.798000', '122214.800000', '122214.803000', '122214.805000', '122214.808000', '122214.811000', '122234.700000', '122234.703000', '122234.705000', '122234.708000', '122234.711000', '122234.713000', '122234.716000', '122234.719000', '122234.721000', '122234.724000', '122234.726000', '122234.729000', '122234.732000', '122234.734000', '122234.737000', '122234.739000', '122234.742000', '122234.745000', '122234.747000', '122234.750000', '122234.753000', '122234.755000', '122234.758000', '122234.760000', '122234.763000', '122234.766000', '122234.768000', '122234.771000', '122234.773000', '122234.776000', '122234.779000', '122234.781000', '122234.784000', '122234.786000', '122234.789000', '122234.792000', '122234.794000', '122234.797000', '122234.800000', '122234.802000', '122234.805000', '122234.807000', '122234.810000', '122234.813000', '122254.699000', '122254.701000', '122254.704000', '122254.707000', '122254.715000', '122254.718000', '122254.720000', '122254.723000', '122254.726000', '122254.728000', '122254.731000', '122254.734000', '122254.736000', '122254.739000', '122254.741000', '122254.744000', '122254.747000', '122254.749000', '122254.752000', '122254.755000', '122254.759000', '122254.762000', '122254.764000', '122254.767000', '122254.770000', '122254.793000', '122254.796000', '122254.798000', '122254.801000', '122254.804000', '122254.806000', '122254.809000', '122254.812000', '122254.815000', '122254.817000', '122254.820000', '122254.823000', '122254.825000', '122254.828000', '122254.831000', '122254.833000', '122254.836000', '122254.840000', '122314.698000', '122314.701000', '122314.704000', '122314.707000', '122314.709000', '122314.712000', '122314.715000', '122314.717000', '122314.720000', '122314.722000', '122314.725000', '122314.728000', '122314.730000', '122314.733000', '122314.735000', '122314.738000', '122314.741000', '122314.743000', '122314.746000', '122314.749000', '122314.751000', '122314.754000', '122314.757000', '122314.759000', '122314.762000', '122314.764000', '122314.767000', '122314.770000', '122314.772000', '122314.775000', '122314.778000', '122314.780000', '122314.783000', '122314.785000', '122314.788000', '122314.791000', '122314.793000', '122314.796000', '122314.799000', '122314.801000', '122314.804000', '122314.807000', '122314.809000', '122314.812000', '122334.699000', '122334.702000', '122334.704000', '122334.707000', '122334.711000', '122334.713000', '122334.716000', '122334.719000', '122334.721000', '122334.724000', '122334.727000', '122334.729000', '122334.732000', '122334.734000', '122334.737000', '122334.740000', '122334.742000', '122334.745000', '122334.748000', '122334.750000', '122334.753000', '122334.755000', '122334.758000', '122334.761000', '122334.763000', '122334.766000', '122334.768000', '122334.771000', '122334.774000', '122334.776000', '122334.779000', '122334.781000', '122334.784000', '122334.787000', '122334.789000', '122334.792000', '122334.794000', '122334.797000', '122334.800000', '122334.802000', '122334.805000', '122334.808000', '122334.810000', '122354.699000', '122354.702000', '122354.705000', '122354.708000', '122354.710000', '122354.713000', '122354.715000', '122354.718000', '122354.721000', '122354.723000', '122354.726000', '122354.728000', '122354.731000', '122354.733000', '122354.736000', '122354.739000', '122354.741000', '122354.744000', '122354.746000', '122354.749000', '122354.752000', '122354.754000', '122354.757000', '122354.759000', '122354.762000', '122354.765000', '122354.767000', '122354.770000', '122354.772000', '122354.776000', '122354.778000', '122354.781000', '122354.784000', '122354.786000', '122354.789000', '122354.791000', '122354.794000', '122354.796000', '122354.799000', '122354.802000', '122354.804000', '122354.807000', '122354.809000', '122354.812000', '122414.700000', '122414.703000', '122414.705000', '122414.708000', '122414.711000', '122414.713000', '122414.716000', '122414.718000', '122414.721000', '122414.724000', '122414.726000', '122414.729000', '122414.731000', '122414.734000', '122414.737000', '122414.748000', '122414.751000', '122414.754000', '122414.756000', '122414.759000', '122414.761000', '122414.764000', '122414.767000', '122414.769000', '122414.772000', '122414.774000', '122414.777000', '122414.780000', '122414.782000', '122414.788000', '122414.791000', '122414.793000', '122414.796000', '122414.799000', '122414.801000', '122414.804000', '122414.807000', '122414.809000', '122414.812000', '122414.814000', '122414.817000', '122414.820000', '122414.822000', '122434.700000', '122434.702000', '122434.705000', '122434.708000', '122434.710000', '122434.713000', '122434.716000', '122434.718000', '122434.721000', '122434.723000', '122434.726000', '122434.729000', '122434.731000', '122434.734000', '122434.736000', '122434.739000', '122434.742000', '122434.744000', '122434.747000', '122434.749000', '122434.752000', '122434.755000', '122434.757000', '122434.760000', '122434.762000', '122434.765000', '122434.768000', '122434.770000', '122434.773000', '122434.776000', '122434.778000', '122434.781000', '122434.784000', '122434.786000', '122434.789000', '122434.791000', '122434.794000', '122434.797000', '122434.799000', '122434.802000', '122434.805000', '122434.807000', '122434.810000', '122434.812000', '122435.967000', '122435.970000', '122435.973000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [12788, 17062, 12567, 14888, 13354, 14272, 11842, 13249, 12131, 12589, 9283, 12951, 10330, 12958, 10743, 12508, 9546, 12540, 9728, 12142, 11806, 12459, 16020, 12774, 14526, 12091, 14109, 11843, 13746, 10450, 13378, 9929, 12643, 13250, 13002, 12840, 12823, 15457, 13140, 13935, 11746, 14152, 11631, 13835, 9916, 12606, 16324, 12585, 14819, 12164, 13530, 12165, 13082, 11894, 13259, 11707, 12794, 11415, 12577, 9806, 12864, 15560, 12897, 14286, 12767, 13809, 11920, 13201, 11089, 12554, 14992, 12523, 14081, 12641, 12995, 13288, 12457, 12191, 12507, 11495, 12287, 11862, 12565, 11070, 12692, 13289, 13097, 14858, 12360, 13561, 11425, 12646, 9525, 12780, 10622, 12988, 13475, 13014, 14533, 14115, 10252, 12193, 10368, 12226, 10502, 12245, 12808, 15889, 12702, 15379, 12387, 10668, 13739, 12101, 15490, 11969, 12090, 14232, 12095, 17685, 13737, 14523, 13197, 17831, 14346, 11782, 13799, 10829, 13642, 10958, 13384, 11105, 14172, 11212, 13691, 12593, 12237, 16985, 12568, 15926, 12490, 13553, 12631, 12971, 11772, 11474, 11822, 12704, 11713, 13896, 11699, 14231, 12008, 14501, 11340, 14931, 11195, 14887, 11590, 13471, 11991, 14189, 11636, 13891, 11488, 13927, 11734, 13296, 10701, 12672, 15929, 13332, 13928, 11569, 12546, 10975, 12943, 9946, 12765, 14696, 12799, 12792, 12871, 12064, 12640, 12846, 11356, 12356, 11407, 12294, 10190, 12268, 12596, 12631, 15375, 13564, 14820, 12142, 13751, 10117, 12824, 16004, 13008, 14691, 13222, 13212, 13313, 12990, 12162, 13265, 12896, 14134, 11937, 13801, 11789, 13917, 11478, 13662, 10332, 13385, 10105, 12815, 10893, 12866, 10883, 12898, 10253, 12771, 10897, 13365, 9656, 13304, 10266, 13193, 10367, 13900, 10197, 14339, 10291, 14523, 11163, 14221, 10483, 14194, 10575, 13371, 14040, 13055, 16436, 13101, 14884, 11539, 13413, 11154, 12484, 9371, 12683, 12987, 13052, 12683, 12791, 12670, 12805, 12242, 12657, 12504, 11736, 12355, 11348, 13138, 10639, 12558, 10440, 12327, 16762, 12868, 14459, 12804, 14473, 11769, 13934, 10368, 12542, 10743, 12659, 11204, 13079, 11486, 12958, 11011, 12597, 9411, 12571, 17212, 12909, 14572, 11801, 13285, 11266, 13273, 9740, 12472, 13757, 12996, 15035, 13125, 13051, 11817, 12522, 11657, 12210, 11897, 12561, 11945, 12400, 11388, 12557, 10997, 13768, 9934, 13226, 11902, 13281, 10942, 13171, 13486, 12819, 17739, 13769, 15594, 11660, 14755, 11270, 13567, 12885, 12771, 16338, 13043, 14101, 11516, 13175, 11740, 12911, 11368, 12789, 11323, 12485, 11610, 12672, 11011, 12903, 10830, 12974, 10833, 13264, 9860, 12653, 9660, 12326, 10115, 14695, 11212, 16129, 12483, 16473, 12219, 15623, 11740, 15329, 11905, 15713, 10942, 15307, 10888, 15353, 10984, 15015, 10559, 14235, 10868, 14727, 10825, 14336, 11073, 14142, 10042, 13353, 9684, 12494, 12719, 12047, 16722, 11961, 14324, 12057, 16587, 12168, 15535, 12448, 15417, 12230, 14107, 9944, 10257, 9187, 12608, 9859, 11200, 11495, 13756, 11545, 13804, 9830, 13060, 9523, 10987, 15766, 13029, 11066, 12666, 11681, 12832, 12931, 12100, 18856, 15057, 16846, 16667, 13932, 16907, 11588, 17160, 13276, 16306, 12077, 14829, 11662, 9968, 12026, 9914, 12548, 11911, 9997, 11276, 11184, 12853, 11623, 11132, 12430, 10276, 10703, 11644, 11024, 10672, 11536, 9412, 14527, 11696, 10174, 11735, 9608, 12363, 9873, 12936, 10309, 12927, 11242, 13215, 11463, 13623, 11385, 10553, 10853, 9955, 10884, 12359, 10618, 12469, 10874, 12897, 10941, 12684, 11382, 15433, 11362, 15375, 11493, 15393, 10808, 15031, 10613, 14051, 9745, 12616, 9677, 11677, 9599, 11778, 9081, 11588, 10038, 11097, 10135, 11332, 9053, 12901, 10228, 13896, 11334, 13713, 11564, 11897, 11403, 9460, 12640, 9677, 12374, 10647, 14124, 11646, 12981, 11503, 9743, 12828, 10651, 15484, 11560, 16384, 11844, 17651, 12268, 16733, 12465, 16167, 11211, 14573, 10036, 13269, 10270, 12591, 9850, 11615, 11794, 10740, 13421, 10521, 13723, 11164, 12481, 10668, 12133, 10482, 11404, 10173, 11447, 11813, 11031, 11348, 11714, 10857, 13362, 10897, 13865, 10982, 13963, 11310, 14447, 11474, 13956, 11564, 14062, 11813, 15430, 11866, 15358, 11720, 15868, 11951, 15323, 11570, 13682, 11239, 14123, 11388, 10748, 11328, 9667, 11843, 9560, 12916, 9643, 13295, 10083, 13195, 11432, 14001, 11643, 14042, 11570, 14704, 11176, 14259, 10331, 13151, 10311, 12656, 9657, 12093, 9580, 11812, 10597, 10784, 13584, 10957, 12937, 10643, 13639, 11254, 12952, 11220, 12269, 10212, 11954, 8961, 11441, 9298, 10526, 9027, 10630, 11100, 10270, 15293, 10989, 14415, 10821, 13436, 11056, 13038, 9768, 12478, 9246, 11914, 11860, 11309, 18978, 12141, 16474, 12199, 14642, 11393, 13638, 10127, 13188, 9915, 12344, 9806, 11447, 11497, 10865, 11193, 11097, 14131, 11209, 14765, 11909, 13563, 11276, 13552, 11037, 12932, 10059, 12752, 10053, 12551, 9639, 12911, 10390, 12490, 9971, 12059, 9549, 11712, 10647, 11170, 17887, 12038, 15008, 11498, 13640, 10547, 12838, 9926, 12532, 9247, 11789, 9094, 11549, 10877, 10257, 15385, 10965, 13465, 10634, 12899, 10670, 12735, 10695, 12015, 10399, 12317, 9991, 11345, 9039, 11025, 10559, 12149, 10955, 11240, 9290, 8747, 12660, 10600, 14559, 11681, 17338, 12118, 16522, 11572, 15224, 11499, 16218, 10707, 15217, 11950, 16011, 13075, 14896, 10658, 14446, 11689, 11163, 14184, 11668, 15963, 12189, 16982, 12722, 15671, 11434, 14488, 11173, 13596, 11098, 13767, 11044, 12963, 10484, 12154, 10491, 12509, 10811, 12104, 10115, 12019, 10296, 12051, 10350, 12065, 9917, 11616, 10404, 12070, 10525, 12137, 9825, 11723, 10517, 11591, 9617, 11276, 10205, 10804, 9657, 11724, 9549, 11369, 9793, 11162, 9767, 11563, 10636, 11445, 9410, 11081, 10547, 11129, 17621, 11666, 15553, 11696, 15345, 11475, 14258, 10596, 13453, 10570, 13419, 10803, 13056, 10369, 12604, 10370, 12097, 9771, 11582, 12558, 10841, 16303, 11170, 14698, 10741, 12969, 10399, 12226, 9864, 10841, 10277, 10867, 10543, 10653, 13010, 10391, 12525, 9442, 11157, 9840, 9569, 14963, 10223, 12958, 10133, 10521, 10177, 13045, 9856, 12861, 9972, 11413, 9072, 11393, 9284, 10303, 15040, 10915, 14334, 10867, 11716, 10878, 17463, 11050, 16776, 11535, 11938, 11607, 11236, 12292, 10808, 14651, 11450, 18290, 13144, 12481, 12635, 12922, 14482, 11628, 13351, 11434, 12602, 9952, 13009, 13517, 14694, 12202, 13297, 11486, 10726, 12822, 11713, 11645, 10942, 9659, 12210, 10228, 12348, 11939, 11624, 10808, 11693, 10813, 11236, 12908, 10708, 9429, 11012, 9759, 11314, 9761, 11517, 9714, 10942, 9853, 10826, 9707, 11141, 9453, 10835, 10147, 11466, 9827, 11559, 9667, 11558, 9057, 11621, 9088], 'WindowCenter': [4552.0, 4567.0, 4528.0, 4533.0, 4520.0, 4518.0, 4498.0, 4506.0, 4496.0, 4508.0, 4467.0, 4508.0, 4478.0, 4520.0, 4500.0, 4533.0, 4491.0, 4521.0, 4490.0, 4521.0, 4508.0, 4521.0, 4529.0, 4510.0, 4520.0, 4499.0, 4519.0, 4512.0, 4519.0, 4478.0, 4508.0, 4477.0, 4509.0, 4505.0, 4507.0, 4495.0, 4507.0, 4526.0, 4520.0, 4519.0, 4499.0, 4519.0, 4497.0, 4520.0, 4479.0, 4510.0, 4528.0, 4496.0, 4505.0, 4485.0, 4495.0, 4496.0, 4495.0, 4486.0, 4507.0, 4496.0, 4507.0, 4499.0, 4509.0, 4476.0, 4510.0, 4527.0, 4510.0, 4519.0, 4508.0, 4507.0, 4497.0, 4509.0, 4485.0, 4508.0, 4517.0, 4495.0, 4505.0, 4497.0, 4495.0, 4508.0, 4497.0, 4499.0, 4497.0, 4498.0, 4498.0, 4499.0, 4510.0, 4501.0, 4511.0, 4520.0, 4523.0, 4520.0, 4499.0, 4509.0, 4500.0, 4509.0, 4467.0, 4508.0, 4475.0, 4507.0, 4506.0, 4510.0, 4521.0, 4511.0, 4466.0, 4487.0, 4505.0, 4526.0, 4515.0, 4524.0, 4525.0, 4541.0, 4523.0, 4540.0, 4511.0, 4490.0, 4531.0, 4513.0, 4531.0, 4510.0, 4511.0, 4532.0, 4511.0, 4540.0, 4508.0, 4506.0, 4510.0, 4539.0, 4506.0, 4473.0, 4493.0, 4460.0, 4493.0, 4474.0, 4491.0, 4459.0, 4491.0, 4459.0, 4492.0, 4482.0, 4485.0, 4510.0, 4480.0, 4498.0, 4481.0, 4491.0, 4494.0, 4491.0, 4485.0, 4484.0, 4497.0, 4506.0, 4500.0, 4517.0, 4498.0, 4506.0, 4499.0, 4515.0, 4488.0, 4516.0, 4498.0, 4531.0, 4497.0, 4508.0, 4499.0, 4518.0, 4487.0, 4507.0, 4487.0, 4518.0, 4509.0, 4518.0, 4476.0, 4508.0, 4528.0, 4509.0, 4505.0, 4488.0, 4495.0, 4474.0, 4496.0, 4465.0, 4496.0, 4517.0, 4507.0, 4495.0, 4508.0, 4497.0, 4506.0, 4520.0, 4501.0, 4508.0, 4498.0, 4511.0, 4490.0, 4513.0, 4522.0, 4512.0, 4530.0, 4523.0, 4520.0, 4498.0, 4509.0, 4479.0, 4511.0, 4527.0, 4508.0, 4516.0, 4507.0, 4507.0, 4518.0, 4508.0, 4509.0, 4508.0, 4520.0, 4519.0, 4509.0, 4520.0, 4499.0, 4520.0, 4498.0, 4518.0, 4477.0, 4519.0, 4477.0, 4507.0, 4487.0, 4506.0, 4488.0, 4509.0, 4476.0, 4507.0, 4487.0, 4508.0, 4477.0, 4520.0, 4476.0, 4508.0, 4477.0, 4506.0, 4477.0, 4519.0, 4476.0, 4517.0, 4487.0, 4517.0, 4477.0, 4519.0, 4475.0, 4506.0, 4505.0, 4496.0, 4515.0, 4496.0, 4506.0, 4474.0, 4494.0, 4473.0, 4495.0, 4453.0, 4494.0, 4493.0, 4506.0, 4494.0, 4509.0, 4508.0, 4508.0, 4509.0, 4520.0, 4510.0, 4500.0, 4510.0, 4501.0, 4510.0, 4489.0, 4510.0, 4478.0, 4511.0, 4531.0, 4509.0, 4506.0, 4509.0, 4518.0, 4499.0, 4507.0, 4478.0, 4497.0, 4476.0, 4497.0, 4487.0, 4508.0, 4498.0, 4510.0, 4489.0, 4510.0, 4467.0, 4511.0, 4540.0, 4510.0, 4531.0, 4500.0, 4507.0, 4487.0, 4507.0, 4465.0, 4498.0, 4505.0, 4506.0, 4514.0, 4506.0, 4505.0, 4497.0, 4497.0, 4499.0, 4498.0, 4509.0, 4508.0, 4510.0, 4522.0, 4511.0, 4522.0, 4502.0, 4532.0, 4480.0, 4522.0, 4510.0, 4519.0, 4488.0, 4510.0, 4508.0, 4510.0, 4538.0, 4521.0, 4530.0, 4487.0, 4517.0, 4474.0, 4507.0, 4495.0, 4494.0, 4512.0, 4493.0, 4502.0, 4483.0, 4492.0, 4483.0, 4492.0, 4485.0, 4494.0, 4487.0, 4498.0, 4497.0, 4507.0, 4487.0, 4506.0, 4499.0, 4509.0, 4486.0, 4508.0, 4477.0, 4509.0, 4467.0, 4496.0, 4487.0, 4528.0, 4499.0, 4528.0, 4510.0, 4529.0, 4510.0, 4530.0, 4497.0, 4516.0, 4496.0, 4516.0, 4488.0, 4517.0, 4476.0, 4515.0, 4475.0, 4514.0, 4478.0, 4505.0, 4474.0, 4516.0, 4476.0, 4505.0, 4487.0, 4517.0, 4467.0, 4507.0, 4465.0, 4496.0, 4496.0, 4498.0, 4527.0, 4498.0, 4505.0, 4498.0, 4525.0, 4497.0, 4527.0, 4509.0, 4528.0, 4513.0, 4529.0, 4489.0, 4489.0, 4453.0, 4524.0, 4459.0, 4502.0, 4450.0, 4529.0, 4496.0, 4514.0, 4463.0, 4480.0, 4465.0, 4499.0, 4527.0, 4467.0, 4418.0, 4426.0, 4416.0, 4478.0, 4537.0, 4497.0, 4539.0, 4516.0, 4509.0, 4488.0, 4462.0, 4473.0, 4416.0, 4459.0, 4437.0, 4456.0, 4437.0, 4446.0, 4425.0, 4405.0, 4423.0, 4403.0, 4422.0, 4425.0, 4404.0, 4440.0, 4453.0, 4462.0, 4456.0, 4455.0, 4466.0, 4448.0, 4447.0, 4470.0, 4472.0, 4459.0, 4471.0, 4453.0, 4501.0, 4495.0, 4463.0, 4482.0, 4450.0, 4482.0, 4451.0, 4480.0, 4461.0, 4480.0, 4472.0, 4490.0, 4483.0, 4502.0, 4484.0, 4471.0, 4474.0, 4462.0, 4475.0, 4493.0, 4475.0, 4491.0, 4485.0, 4493.0, 4485.0, 4492.0, 4485.0, 4513.0, 4486.0, 4514.0, 4485.0, 4513.0, 4472.0, 4513.0, 4473.0, 4503.0, 4464.0, 4494.0, 4462.0, 4484.0, 4464.0, 4493.0, 4453.0, 4510.0, 4560.0, 4584.0, 4535.0, 4507.0, 4449.0, 4475.0, 4454.0, 4483.0, 4437.0, 4405.0, 4438.0, 4480.0, 4538.0, 4505.0, 4547.0, 4509.0, 4549.0, 4543.0, 4571.0, 4542.0, 4550.0, 4539.0, 4521.0, 4561.0, 4543.0, 4571.0, 4542.0, 4570.0, 4541.0, 4581.0, 4539.0, 4568.0, 4526.0, 4555.0, 4514.0, 4532.0, 4491.0, 4521.0, 4491.0, 4521.0, 4491.0, 4513.0, 4510.0, 4503.0, 4519.0, 4503.0, 4530.0, 4514.0, 4520.0, 4503.0, 4521.0, 4514.0, 4523.0, 4517.0, 4535.0, 4558.0, 4526.0, 4539.0, 4538.0, 4540.0, 4557.0, 4539.0, 4557.0, 4539.0, 4556.0, 4539.0, 4555.0, 4539.0, 4556.0, 4539.0, 4557.0, 4549.0, 4567.0, 4549.0, 4567.0, 4540.0, 4566.0, 4540.0, 4565.0, 4538.0, 4556.0, 4538.0, 4556.0, 4539.0, 4526.0, 4539.0, 4508.0, 4537.0, 4517.0, 4547.0, 4519.0, 4557.0, 4528.0, 4548.0, 4539.0, 4558.0, 4539.0, 4556.0, 4539.0, 4557.0, 4527.0, 4557.0, 4517.0, 4546.0, 4514.0, 4534.0, 4493.0, 4524.0, 4493.0, 4525.0, 4513.0, 4516.0, 4532.0, 4515.0, 4533.0, 4516.0, 4545.0, 4527.0, 4546.0, 4528.0, 4535.0, 4519.0, 4538.0, 4497.0, 4538.0, 4508.0, 4529.0, 4498.0, 4529.0, 4538.0, 4530.0, 4567.0, 4539.0, 4559.0, 4540.0, 4559.0, 4539.0, 4550.0, 4518.0, 4549.0, 4507.0, 4538.0, 4536.0, 4529.0, 4576.0, 4537.0, 4566.0, 4536.0, 4555.0, 4525.0, 4546.0, 4515.0, 4536.0, 4505.0, 4536.0, 4504.0, 4525.0, 4524.0, 4515.0, 4524.0, 4525.0, 4544.0, 4526.0, 4556.0, 4537.0, 4545.0, 4525.0, 4544.0, 4524.0, 4535.0, 4506.0, 4533.0, 4505.0, 4534.0, 4505.0, 4535.0, 4517.0, 4537.0, 4517.0, 4538.0, 4507.0, 4538.0, 4515.0, 4528.0, 4577.0, 4536.0, 4555.0, 4524.0, 4543.0, 4514.0, 4534.0, 4504.0, 4536.0, 4495.0, 4536.0, 4495.0, 4538.0, 4525.0, 4517.0, 4555.0, 4527.0, 4545.0, 4518.0, 4546.0, 4528.0, 4545.0, 4528.0, 4537.0, 4530.0, 4550.0, 4547.0, 4540.0, 4511.0, 4527.0, 4517.0, 4536.0, 4541.0, 4540.0, 4522.0, 4499.0, 4539.0, 4533.0, 4572.0, 4553.0, 4582.0, 4552.0, 4570.0, 4529.0, 4568.0, 4529.0, 4567.0, 4518.0, 4555.0, 4524.0, 4555.0, 4533.0, 4543.0, 4502.0, 4532.0, 4523.0, 4514.0, 4533.0, 4514.0, 4544.0, 4524.0, 4554.0, 4522.0, 4530.0, 4500.0, 4520.0, 4500.0, 4518.0, 4500.0, 4517.0, 4499.0, 4517.0, 4502.0, 4509.0, 4490.0, 4509.0, 4501.0, 4510.0, 4503.0, 4521.0, 4503.0, 4523.0, 4504.0, 4524.0, 4506.0, 4513.0, 4515.0, 4524.0, 4514.0, 4526.0, 4505.0, 4525.0, 4503.0, 4524.0, 4494.0, 4515.0, 4503.0, 4513.0, 4494.0, 4525.0, 4493.0, 4526.0, 4504.0, 4525.0, 4505.0, 4527.0, 4516.0, 4538.0, 4495.0, 4528.0, 4516.0, 4528.0, 4565.0, 4526.0, 4553.0, 4524.0, 4544.0, 4515.0, 4543.0, 4513.0, 4532.0, 4503.0, 4531.0, 4511.0, 4532.0, 4505.0, 4522.0, 4501.0, 4522.0, 4492.0, 4514.0, 4523.0, 4514.0, 4550.0, 4512.0, 4531.0, 4503.0, 4520.0, 4504.0, 4523.0, 4491.0, 4514.0, 4502.0, 4515.0, 4514.0, 4517.0, 4544.0, 4517.0, 4535.0, 4505.0, 4526.0, 4507.0, 4505.0, 4543.0, 4515.0, 4533.0, 4515.0, 4514.0, 4518.0, 4544.0, 4518.0, 4547.0, 4519.0, 4526.0, 4497.0, 4539.0, 4508.0, 4529.0, 4557.0, 4529.0, 4557.0, 4527.0, 4536.0, 4528.0, 4577.0, 4529.0, 4567.0, 4539.0, 4525.0, 4527.0, 4527.0, 4539.0, 4526.0, 4545.0, 4515.0, 4565.0, 4535.0, 4525.0, 4525.0, 4523.0, 4534.0, 4500.0, 4522.0, 4500.0, 4510.0, 4480.0, 4519.0, 4518.0, 4529.0, 4510.0, 4519.0, 4511.0, 4503.0, 4522.0, 4525.0, 4513.0, 4503.0, 4492.0, 4523.0, 4491.0, 4523.0, 4510.0, 4502.0, 4500.0, 4509.0, 4488.0, 4500.0, 4520.0, 4501.0, 4479.0, 4500.0, 4480.0, 4512.0, 4503.0, 4513.0, 4493.0, 4515.0, 4493.0, 4514.0, 4494.0, 4515.0, 4493.0, 4514.0, 4503.0, 4513.0, 4504.0, 4514.0, 4493.0, 4514.0, 4484.0, 4524.0, 4497.0], 'WindowWidth': [9991.0, 10002.0, 9943.0, 9944.0, 9917.0, 9911.0, 9883.0, 9894.0, 9878.0, 9898.0, 9841.0, 9896.0, 9857.0, 9917.0, 9893.0, 9944.0, 9887.0, 9926.0, 9882.0, 9925.0, 9903.0, 9922.0, 9931.0, 9905.0, 9917.0, 9888.0, 9916.0, 9908.0, 9915.0, 9857.0, 9897.0, 9853.0, 9901.0, 9892.0, 9894.0, 9876.0, 9897.0, 9923.0, 9919.0, 9916.0, 9888.0, 9916.0, 9882.0, 9916.0, 9862.0, 9902.0, 9924.0, 9879.0, 9889.0, 9862.0, 9875.0, 9877.0, 9875.0, 9863.0, 9894.0, 9879.0, 9896.0, 9888.0, 9900.0, 9851.0, 9903.0, 9925.0, 9903.0, 9915.0, 9897.0, 9895.0, 9879.0, 9901.0, 9862.0, 9898.0, 9909.0, 9876.0, 9887.0, 9882.0, 9876.0, 9897.0, 9882.0, 9885.0, 9881.0, 9884.0, 9886.0, 9889.0, 9906.0, 9892.0, 9906.0, 9917.0, 9927.0, 9917.0, 9886.0, 9899.0, 9889.0, 9901.0, 9840.0, 9895.0, 9848.0, 9895.0, 9893.0, 9902.0, 9917.0, 9903.0, 9831.0, 9862.0, 9906.0, 9936.0, 9920.0, 9932.0, 9933.0, 9949.0, 9930.0, 9952.0, 9909.0, 9876.0, 9937.0, 9912.0, 9935.0, 9905.0, 9909.0, 9938.0, 9909.0, 9949.0, 9898.0, 9890.0, 9903.0, 9945.0, 9893.0, 9840.0, 9866.0, 9815.0, 9866.0, 9843.0, 9861.0, 9813.0, 9860.0, 9814.0, 9863.0, 9852.0, 9860.0, 9888.0, 9845.0, 9866.0, 9847.0, 9862.0, 9870.0, 9863.0, 9862.0, 9858.0, 9880.0, 9892.0, 9890.0, 9908.0, 9884.0, 9892.0, 9884.0, 9903.0, 9871.0, 9906.0, 9885.0, 9937.0, 9882.0, 9899.0, 9888.0, 9910.0, 9866.0, 9895.0, 9866.0, 9912.0, 9903.0, 9912.0, 9849.0, 9896.0, 9926.0, 9901.0, 9889.0, 9871.0, 9874.0, 9843.0, 9879.0, 9833.0, 9879.0, 9910.0, 9896.0, 9876.0, 9898.0, 9881.0, 9894.0, 9918.0, 9896.0, 9900.0, 9887.0, 9907.0, 9877.0, 9913.0, 9925.0, 9908.0, 9930.0, 9927.0, 9917.0, 9884.0, 9902.0, 9860.0, 9906.0, 9925.0, 9897.0, 9907.0, 9895.0, 9896.0, 9914.0, 9898.0, 9900.0, 9897.0, 9918.0, 9914.0, 9904.0, 9919.0, 9887.0, 9918.0, 9884.0, 9912.0, 9857.0, 9915.0, 9853.0, 9895.0, 9866.0, 9894.0, 9871.0, 9902.0, 9853.0, 9897.0, 9869.0, 9899.0, 9856.0, 9917.0, 9853.0, 9896.0, 9853.0, 9895.0, 9855.0, 9916.0, 9852.0, 9908.0, 9865.0, 9908.0, 9853.0, 9915.0, 9849.0, 9892.0, 9889.0, 9877.0, 9902.0, 9877.0, 9891.0, 9843.0, 9869.0, 9839.0, 9873.0, 9817.0, 9872.0, 9867.0, 9892.0, 9872.0, 9901.0, 9900.0, 9900.0, 9899.0, 9917.0, 9905.0, 9891.0, 9906.0, 9893.0, 9903.0, 9872.0, 9904.0, 9857.0, 9904.0, 9936.0, 9900.0, 9892.0, 9899.0, 9909.0, 9887.0, 9896.0, 9856.0, 9881.0, 9851.0, 9879.0, 9866.0, 9897.0, 9883.0, 9905.0, 9874.0, 9902.0, 9842.0, 9907.0, 9948.0, 9904.0, 9935.0, 9891.0, 9895.0, 9867.0, 9893.0, 9833.0, 9881.0, 9890.0, 9889.0, 9900.0, 9890.0, 9889.0, 9880.0, 9881.0, 9887.0, 9883.0, 9903.0, 9901.0, 9907.0, 9924.0, 9911.0, 9922.0, 9895.0, 9938.0, 9863.0, 9924.0, 9906.0, 9914.0, 9870.0, 9902.0, 9896.0, 9902.0, 9943.0, 9917.0, 9929.0, 9865.0, 9907.0, 9844.0, 9894.0, 9875.0, 9870.0, 9894.0, 9867.0, 9878.0, 9855.0, 9864.0, 9854.0, 9864.0, 9861.0, 9873.0, 9867.0, 9882.0, 9881.0, 9893.0, 9870.0, 9893.0, 9888.0, 9900.0, 9865.0, 9898.0, 9852.0, 9900.0, 9840.0, 9878.0, 9870.0, 9926.0, 9888.0, 9928.0, 9903.0, 9928.0, 9906.0, 9932.0, 9880.0, 9907.0, 9877.0, 9903.0, 9871.0, 9909.0, 9849.0, 9902.0, 9846.0, 9900.0, 9854.0, 9889.0, 9844.0, 9903.0, 9849.0, 9888.0, 9865.0, 9909.0, 9839.0, 9892.0, 9834.0, 9878.0, 9876.0, 9884.0, 9924.0, 9882.0, 9887.0, 9882.0, 9915.0, 9882.0, 9923.0, 9898.0, 9924.0, 9914.0, 9935.0, 9879.0, 9876.0, 9812.0, 9924.0, 9823.0, 9892.0, 9788.0, 9933.0, 9881.0, 9906.0, 9830.0, 9843.0, 9835.0, 9889.0, 9924.0, 9816.0, 9732.0, 9742.0, 9728.0, 9838.0, 9962.0, 9888.0, 9952.0, 9910.0, 9887.0, 9863.0, 9805.0, 9831.0, 9734.0, 9800.0, 9761.0, 9789.0, 9764.0, 9773.0, 9746.0, 9717.0, 9737.0, 9712.0, 9735.0, 9742.0, 9716.0, 9775.0, 9797.0, 9810.0, 9807.0, 9804.0, 9820.0, 9797.0, 9793.0, 9832.0, 9838.0, 9813.0, 9835.0, 9815.0, 9876.0, 9874.0, 9826.0, 9850.0, 9805.0, 9849.0, 9807.0, 9844.0, 9819.0, 9845.0, 9836.0, 9859.0, 9855.0, 9878.0, 9857.0, 9837.0, 9845.0, 9826.0, 9846.0, 9870.0, 9848.0, 9865.0, 9861.0, 9867.0, 9862.0, 9866.0, 9862.0, 9897.0, 9866.0, 9901.0, 9863.0, 9895.0, 9842.0, 9895.0, 9841.0, 9882.0, 9831.0, 9873.0, 9827.0, 9858.0, 9832.0, 9871.0, 9816.0, 9905.0, 10017.0, 10053.0, 9963.0, 9903.0, 9808.0, 9835.0, 9807.0, 9844.0, 9770.0, 9692.0, 9765.0, 9847.0, 9961.0, 9909.0, 9973.0, 9923.0, 9980.0, 9977.0, 10012.0, 9971.0, 9979.0, 9966.0, 9942.0, 9999.0, 9978.0, 10014.0, 9973.0, 10009.0, 9969.0, 10027.0, 9965.0, 10002.0, 9940.0, 9980.0, 9918.0, 9939.0, 9884.0, 9924.0, 9883.0, 9925.0, 9882.0, 9916.0, 9907.0, 9900.0, 9919.0, 9903.0, 9935.0, 9917.0, 9921.0, 9905.0, 9924.0, 9921.0, 9932.0, 9934.0, 9958.0, 9998.0, 9947.0, 9968.0, 9963.0, 9970.0, 9988.0, 9968.0, 9989.0, 9967.0, 9986.0, 9967.0, 9984.0, 9966.0, 9985.0, 9966.0, 9987.0, 9980.0, 10001.0, 9981.0, 10001.0, 9968.0, 10001.0, 9967.0, 9997.0, 9965.0, 9984.0, 9964.0, 9984.0, 9964.0, 9944.0, 9964.0, 9919.0, 9960.0, 9933.0, 9974.0, 9938.0, 9988.0, 9950.0, 9976.0, 9965.0, 9988.0, 9966.0, 9984.0, 9964.0, 9986.0, 9945.0, 9985.0, 9930.0, 9969.0, 9923.0, 9949.0, 9892.0, 9934.0, 9891.0, 9937.0, 9917.0, 9926.0, 9944.0, 9926.0, 9945.0, 9927.0, 9965.0, 9945.0, 9967.0, 9947.0, 9954.0, 9936.0, 9960.0, 9905.0, 9961.0, 9920.0, 9949.0, 9907.0, 9951.0, 9960.0, 9954.0, 9999.0, 9967.0, 9992.0, 9968.0, 9991.0, 9965.0, 9979.0, 9935.0, 9979.0, 9919.0, 9965.0, 9956.0, 9949.0, 10016.0, 9958.0, 9996.0, 9955.0, 9980.0, 9941.0, 9966.0, 9924.0, 9954.0, 9910.0, 9953.0, 9907.0, 9938.0, 9934.0, 9924.0, 9934.0, 9941.0, 9962.0, 9942.0, 9981.0, 9956.0, 9965.0, 9939.0, 9961.0, 9937.0, 9951.0, 9916.0, 9947.0, 9912.0, 9950.0, 9912.0, 9951.0, 9931.0, 9958.0, 9931.0, 9961.0, 9916.0, 9961.0, 9925.0, 9947.0, 10016.0, 9956.0, 9978.0, 9935.0, 9958.0, 9921.0, 9949.0, 9910.0, 9953.0, 9899.0, 9953.0, 9900.0, 9962.0, 9938.0, 9932.0, 9980.0, 9943.0, 9965.0, 9932.0, 9966.0, 9947.0, 9965.0, 9948.0, 9958.0, 9954.0, 9980.0, 9992.0, 9965.0, 9928.0, 9941.0, 9927.0, 9954.0, 9970.0, 9968.0, 9944.0, 9908.0, 9963.0, 9960.0, 10012.0, 9991.0, 10031.0, 9987.0, 10011.0, 9950.0, 10006.0, 9949.0, 9999.0, 9929.0, 9980.0, 9933.0, 9980.0, 9944.0, 9959.0, 9901.0, 9943.0, 9933.0, 9921.0, 9946.0, 9921.0, 9961.0, 9934.0, 9977.0, 9929.0, 9936.0, 9894.0, 9919.0, 9893.0, 9913.0, 9893.0, 9911.0, 9889.0, 9913.0, 9898.0, 9902.0, 9880.0, 9903.0, 9897.0, 9908.0, 9904.0, 9923.0, 9903.0, 9928.0, 9907.0, 9933.0, 9914.0, 9918.0, 9925.0, 9935.0, 9922.0, 9940.0, 9910.0, 9936.0, 9904.0, 9933.0, 9893.0, 9923.0, 9904.0, 9918.0, 9892.0, 9936.0, 9892.0, 9940.0, 9909.0, 9937.0, 9912.0, 9944.0, 9928.0, 9961.0, 9898.0, 9946.0, 9926.0, 9945.0, 9995.0, 9943.0, 9975.0, 9936.0, 9959.0, 9922.0, 9957.0, 9919.0, 9941.0, 9905.0, 9938.0, 9913.0, 9941.0, 9910.0, 9929.0, 9900.0, 9928.0, 9886.0, 9921.0, 9931.0, 9920.0, 9964.0, 9915.0, 9938.0, 9903.0, 9922.0, 9907.0, 9931.0, 9887.0, 9920.0, 9902.0, 9925.0, 9922.0, 9931.0, 9964.0, 9930.0, 9951.0, 9910.0, 9941.0, 9915.0, 9911.0, 9958.0, 9923.0, 9944.0, 9924.0, 9920.0, 9934.0, 9963.0, 9935.0, 9972.0, 9937.0, 9942.0, 9906.0, 9963.0, 9919.0, 9951.0, 9986.0, 9953.0, 9985.0, 9946.0, 9955.0, 9949.0, 10016.0, 9950.0, 10003.0, 9963.0, 9939.0, 9944.0, 9944.0, 9967.0, 9941.0, 9967.0, 9923.0, 9996.0, 9951.0, 9938.0, 9938.0, 9930.0, 9948.0, 9893.0, 9924.0, 9893.0, 9906.0, 9864.0, 9917.0, 9914.0, 9933.0, 9905.0, 9919.0, 9911.0, 9901.0, 9928.0, 9937.0, 9919.0, 9903.0, 9886.0, 9930.0, 9884.0, 9929.0, 9908.0, 9897.0, 9890.0, 9905.0, 9873.0, 9894.0, 9920.0, 9896.0, 9863.0, 9894.0, 9866.0, 9914.0, 9904.0, 9917.0, 9890.0, 9921.0, 9890.0, 9920.0, 9892.0, 9922.0, 9891.0, 9919.0, 9903.0, 9918.0, 9909.0, 9920.0, 9891.0, 9920.0, 9880.0, 9935.0, 9903.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.003340021668472373</td></tr>
<tr><td colspan=3>aqi</td><td>0.08120557800650055</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.1581018865401</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0640521398156169</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9150718121041203</td></tr>
<tr><td colspan=3>efc</td><td>0.4863</td></tr>
<tr><td colspan=3>fber</td><td>4345.5806</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1690012821676215</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.192849404117009</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8603939959926414</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.728952480391248</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1370478342978605</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7151816732888165</td></tr>
<tr><td colspan=3>gcor</td><td>0.0209921</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0037436436396092176</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0238014105707407</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8626491769317375</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.6417</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.6696</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.8654</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298619.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>889.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.7918</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1335</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.6336</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3658.1222</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3897.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77925.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1216.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1008.8866</td></tr>
<tr><td colspan=3>tsnr</td><td>23.809179128380492</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>