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

616 lines
No EOL
111 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-0051_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-0051_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-0051_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-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-04/func/sub-0051_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>0fd021d1b03a8bf9bf3d1b1bdb6c6804</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>15:36:59.557500</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.99591, 0.0857946, -0.0283298, -0.0741836, 0.955455, 0.28566]</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.101058</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4109, -7782, -7279, 589, -77, -73, -17, 125]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.595</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f2feeda7-4dfa-439a-b166-2381d291cea7||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.6719536781311035, -0.19902923703193665, -0.13925491273403168, 126.26150512695312], [-0.2301805466413498, 2.5634171962738037, 0.7624527215957642, -94.32357025146484], [-0.0760066881775856, -0.7664045095443726, 2.5863630771636963, -25.257715225219727], [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': ['153659.557500', '153700.017500', '153700.477500', '153700.937500', '153701.397500', '153701.857500', '153702.317500', '153702.777500', '153703.237500', '153703.697500', '153704.157500', '153704.617500', '153705.077500', '153705.537500', '153705.997500', '153706.457500', '153706.917500', '153707.377500', '153707.837500', '153708.297500', '153708.757500', '153709.217500', '153709.677500', '153710.137500', '153710.597500', '153711.057500', '153711.517500', '153711.977500', '153712.437500', '153712.897500', '153713.357500', '153713.817500', '153714.277500', '153714.737500', '153715.197500', '153715.657500', '153716.117500', '153716.577500', '153717.037500', '153717.497500', '153717.957500', '153718.417500', '153718.877500', '153719.337500', '153719.797500', '153720.257500', '153720.717500', '153721.177500', '153721.637500', '153722.097500', '153722.557500', '153723.017500', '153723.477500', '153723.937500', '153724.397500', '153724.857500', '153725.317500', '153725.777500', '153726.237500', '153726.697500', '153727.157500', '153727.617500', '153728.077500', '153728.537500', '153728.997500', '153729.457500', '153729.917500', '153730.377500', '153730.837500', '153731.297500', '153731.757500', '153732.217500', '153732.677500', '153733.137500', '153733.597500', '153734.057500', '153734.517500', '153734.977500', '153735.437500', '153735.897500', '153736.357500', '153736.817500', '153737.277500', '153737.737500', '153738.197500', '153738.657500', '153739.117500', '153739.577500', '153740.037500', '153740.497500', '153740.957500', '153741.417500', '153741.877500', '153742.337500', '153742.797500', '153743.257500', '153743.717500', '153744.177500', '153744.637500', '153745.097500', '153745.557500', '153746.017500', '153746.477500', '153746.937500', '153747.397500', '153747.857500', '153748.317500', '153748.777500', '153749.237500', '153749.697500', '153750.157500', '153750.617500', '153751.077500', '153751.537500', '153751.997500', '153752.457500', '153752.917500', '153753.377500', '153753.837500', '153754.297500', '153754.757500', '153755.217500', '153755.677500', '153756.137500', '153756.597500', '153757.057500', '153757.517500', '153757.977500', '153758.437500', '153758.897500', '153759.357500', '153759.817500', '153800.277500', '153800.737500', '153801.197500', '153801.657500', '153802.117500', '153802.577500', '153803.037500', '153803.497500', '153803.957500', '153804.417500', '153804.877500', '153805.337500', '153805.797500', '153806.257500', '153806.717500', '153807.177500', '153807.637500', '153808.097500', '153808.557500', '153809.017500', '153809.477500', '153809.937500', '153810.397500', '153810.857500', '153811.317500', '153811.777500', '153812.237500', '153812.697500', '153813.157500', '153813.617500', '153814.077500', '153814.537500', '153814.997500', '153815.457500', '153815.917500', '153816.377500', '153816.837500', '153817.297500', '153817.757500', '153818.217500', '153818.677500', '153819.137500', '153819.597500', '153820.057500', '153820.517500', '153820.977500', '153821.437500', '153821.897500', '153822.357500', '153822.817500', '153823.277500', '153823.737500', '153824.197500', '153824.657500', '153825.117500', '153825.577500', '153826.037500', '153826.497500', '153826.957500', '153827.417500', '153827.877500', '153828.337500', '153828.797500', '153829.257500', '153829.717500', '153830.177500', '153830.637500', '153831.097500', '153831.557500', '153832.017500', '153832.477500', '153832.937500', '153833.397500', '153833.857500', '153834.317500', '153834.777500', '153835.237500', '153835.697500', '153836.157500', '153836.617500', '153837.077500', '153837.537500', '153837.997500', '153838.457500', '153838.917500', '153839.377500', '153839.837500', '153840.297500', '153840.757500', '153841.217500', '153841.677500', '153842.137500', '153842.597500', '153843.057500', '153843.517500', '153843.977500', '153844.437500', '153844.897500', '153845.357500', '153845.817500', '153846.277500', '153846.737500', '153847.197500', '153847.657500', '153848.117500', '153848.577500', '153849.037500', '153849.497500', '153849.957500', '153850.417500', '153850.877500', '153851.337500', '153851.797500', '153852.257500', '153852.717500', '153853.177500', '153853.637500', '153854.097500', '153854.557500', '153855.017500', '153855.477500', '153855.937500', '153856.397500', '153856.857500', '153857.317500', '153857.777500', '153858.237500', '153858.697500', '153859.157500', '153859.617500', '153900.077500', '153900.537500', '153900.997500', '153901.457500', '153901.917500', '153902.377500', '153902.837500', '153903.297500', '153903.757500', '153904.217500', '153904.677500', '153905.137500', '153905.597500', '153906.057500', '153906.517500', '153906.977500', '153907.437500', '153907.897500', '153908.357500', '153908.817500', '153909.277500', '153909.737500', '153910.197500', '153910.657500', '153911.117500', '153911.577500', '153912.037500', '153912.497500', '153912.957500', '153913.417500', '153913.877500', '153914.337500', '153914.797500', '153915.257500', '153915.717500', '153916.177500', '153916.637500', '153917.097500', '153917.557500', '153918.017500', '153918.477500', '153918.937500', '153919.397500', '153919.857500', '153920.317500', '153920.777500', '153921.237500', '153921.697500', '153922.157500', '153922.617500', '153923.077500', '153923.537500', '153923.997500', '153924.457500', '153924.917500', '153925.377500', '153925.837500', '153926.297500', '153926.757500', '153927.217500', '153927.677500', '153928.137500', '153928.597500', '153929.057500', '153929.517500', '153929.977500', '153930.437500', '153930.897500', '153931.357500', '153931.817500', '153932.277500', '153932.737500', '153933.197500', '153933.657500', '153934.117500', '153934.577500', '153935.037500', '153935.497500', '153935.957500', '153936.417500', '153936.877500', '153937.337500', '153937.797500', '153938.257500', '153938.717500', '153939.177500', '153939.637500', '153940.097500', '153940.557500', '153941.017500', '153941.477500', '153941.937500', '153942.397500', '153942.857500', '153943.317500', '153943.777500', '153944.237500', '153944.697500', '153945.157500', '153945.617500', '153946.077500', '153946.537500', '153946.997500', '153947.457500', '153947.917500', '153948.377500', '153948.837500', '153949.297500', '153949.757500', '153950.217500', '153950.677500', '153951.137500', '153951.597500', '153952.057500', '153952.517500', '153952.977500', '153953.437500', '153953.897500', '153954.357500', '153954.817500', '153955.277500', '153955.737500', '153956.197500', '153956.657500', '153957.117500', '153957.577500', '153958.037500', '153958.497500', '153958.957500', '153959.417500', '153959.877500', '154000.337500', '154000.797500', '154001.257500', '154001.717500', '154002.177500', '154002.637500', '154003.097500', '154003.557500', '154004.017500', '154004.477500', '154004.937500', '154005.397500', '154005.857500', '154006.317500', '154006.777500', '154007.237500', '154007.697500', '154008.157500', '154008.617500', '154009.077500', '154009.537500', '154009.997500', '154010.457500', '154010.917500', '154011.377500', '154011.837500', '154012.297500', '154012.757500', '154013.217500', '154013.677500', '154014.137500', '154014.597500', '154015.057500', '154015.517500', '154015.977500', '154016.437500', '154016.897500', '154017.357500', '154017.817500', '154018.277500', '154018.737500', '154019.197500', '154019.657500', '154020.117500', '154020.577500', '154021.037500', '154021.497500', '154021.957500', '154022.417500', '154022.877500', '154023.337500', '154023.797500', '154024.257500', '154024.717500', '154025.177500', '154025.637500', '154026.097500', '154026.557500', '154027.017500', '154027.477500', '154027.937500', '154028.397500', '154028.857500', '154029.317500', '154029.777500', '154030.237500', '154030.697500', '154031.157500', '154031.617500', '154032.077500', '154032.537500', '154032.997500', '154033.457500', '154033.917500', '154034.377500', '154034.837500', '154035.297500', '154035.757500', '154036.217500', '154036.677500', '154037.137500', '154037.597500', '154038.057500', '154038.517500', '154038.977500', '154039.437500', '154039.897500', '154040.357500', '154040.817500', '154041.277500', '154041.737500', '154042.197500', '154042.657500', '154043.117500', '154043.577500', '154044.037500', '154044.497500', '154044.957500', '154045.417500', '154045.877500', '154046.337500', '154046.797500', '154047.257500', '154047.717500', '154048.177500', '154048.637500', '154049.097500', '154049.557500', '154050.017500', '154050.477500', '154050.937500', '154051.397500', '154051.857500', '154052.317500', '154052.777500', '154053.237500', '154053.697500', '154054.157500', '154054.617500', '154055.077500', '154055.537500', '154055.997500', '154056.457500', '154056.917500', '154057.377500', '154057.837500', '154058.297500', '154058.757500', '154059.217500', '154059.677500', '154100.137500', '154100.597500', '154101.057500', '154101.517500', '154101.977500', '154102.437500', '154102.897500', '154103.357500', '154103.817500', '154104.277500', '154104.737500', '154105.197500', '154105.657500', '154106.117500', '154106.577500', '154107.037500', '154107.497500', '154107.957500', '154108.417500', '154108.877500', '154109.337500', '154109.797500', '154110.257500', '154110.717500', '154111.177500', '154111.637500', '154112.097500', '154112.557500', '154113.017500', '154113.477500', '154113.937500', '154114.397500', '154114.857500', '154115.317500', '154115.777500', '154116.237500', '154116.697500', '154117.157500', '154117.617500', '154118.077500', '154118.537500', '154118.997500', '154119.457500', '154119.917500', '154120.377500', '154120.837500', '154121.297500', '154121.757500', '154122.217500', '154122.677500', '154123.137500', '154123.597500', '154124.057500', '154124.517500', '154124.977500', '154125.437500', '154125.897500', '154126.357500', '154126.817500', '154127.277500', '154127.737500', '154128.197500', '154128.657500', '154129.117500', '154129.577500', '154130.037500', '154130.497500', '154130.957500', '154131.417500', '154131.877500', '154132.337500', '154132.797500', '154133.257500', '154133.717500', '154134.177500', '154134.637500', '154135.097500', '154135.557500', '154136.017500', '154136.477500', '154136.937500', '154137.397500', '154137.857500', '154138.317500', '154138.777500', '154139.237500', '154139.697500', '154140.157500', '154140.617500', '154141.077500', '154141.537500', '154141.997500', '154142.457500', '154142.917500', '154143.377500', '154143.837500', '154144.297500', '154144.757500', '154145.217500', '154145.677500', '154146.137500', '154146.597500', '154147.057500', '154147.517500', '154147.977500', '154148.437500', '154148.897500', '154149.357500', '154149.817500', '154150.277500', '154150.737500', '154151.197500', '154151.657500', '154152.117500', '154152.577500', '154153.037500', '154153.497500', '154153.957500', '154154.417500', '154154.877500', '154155.337500', '154155.797500', '154156.257500', '154156.717500', '154157.177500', '154157.637500', '154158.097500', '154158.557500', '154159.017500', '154159.477500', '154159.937500', '154200.397500', '154200.857500', '154201.317500', '154201.777500', '154202.237500', '154202.697500', '154203.157500', '154203.617500', '154204.077500', '154204.537500', '154204.997500', '154205.457500', '154205.917500', '154206.377500', '154206.837500', '154207.297500', '154207.757500', '154208.217500', '154208.677500', '154209.137500', '154209.597500', '154210.057500', '154210.517500', '154210.977500', '154211.437500', '154211.897500', '154212.357500', '154212.817500', '154213.277500', '154213.737500', '154214.197500', '154214.657500', '154215.117500', '154215.577500', '154216.037500', '154216.497500', '154216.957500', '154217.417500', '154217.877500', '154218.337500', '154218.797500', '154219.257500', '154219.717500', '154220.177500', '154220.637500', '154221.097500', '154221.557500', '154222.017500', '154222.477500', '154222.937500', '154223.397500', '154223.857500', '154224.317500', '154224.777500', '154225.237500', '154225.697500', '154226.157500', '154226.617500', '154227.077500', '154227.537500', '154227.997500', '154228.457500', '154228.917500', '154229.377500', '154229.837500', '154230.297500', '154230.757500', '154231.217500', '154231.677500', '154232.137500', '154232.597500', '154233.057500', '154233.517500', '154233.977500', '154234.437500', '154234.897500', '154235.357500', '154235.817500', '154236.277500', '154236.737500', '154237.197500', '154237.657500', '154238.117500', '154238.577500', '154239.037500', '154239.497500', '154239.957500', '154240.417500', '154240.877500', '154241.337500', '154241.797500', '154242.257500', '154242.717500', '154243.177500', '154243.637500', '154244.097500', '154244.557500', '154245.017500', '154245.477500', '154245.937500', '154246.397500', '154246.857500', '154247.317500', '154247.777500', '154248.237500', '154248.697500', '154249.157500', '154249.617500', '154250.077500', '154250.537500', '154250.997500', '154251.457500', '154251.917500', '154252.377500', '154252.837500', '154253.297500', '154253.757500', '154254.217500', '154254.677500', '154255.137500', '154255.597500', '154256.057500', '154256.517500', '154256.977500', '154257.437500', '154257.897500', '154258.357500', '154258.817500', '154259.277500', '154259.737500', '154300.197500', '154300.657500', '154301.117500', '154301.577500', '154302.037500', '154302.497500', '154302.957500', '154303.417500', '154303.877500', '154304.337500', '154304.797500', '154305.257500', '154305.717500', '154306.177500', '154306.637500', '154307.097500', '154307.557500', '154308.017500', '154308.477500', '154308.937500', '154309.397500', '154309.857500', '154310.317500', '154310.777500', '154311.237500', '154311.697500', '154312.157500', '154312.617500', '154313.077500', '154313.537500', '154313.997500', '154314.457500', '154314.917500', '154315.377500', '154315.837500', '154316.297500', '154316.757500', '154317.217500', '154317.677500', '154318.137500', '154318.597500', '154319.057500', '154319.517500', '154319.977500', '154320.437500', '154320.897500', '154321.357500', '154321.817500', '154322.277500', '154322.737500', '154323.197500', '154323.657500', '154324.117500', '154324.577500', '154325.037500', '154325.497500', '154325.957500', '154326.417500', '154326.877500', '154327.337500', '154327.797500', '154328.257500', '154328.717500', '154329.177500', '154329.637500', '154330.097500', '154330.557500', '154331.017500', '154331.477500', '154331.937500', '154332.397500', '154332.857500', '154333.317500', '154333.777500', '154334.237500', '154334.697500', '154335.157500', '154335.617500', '154336.077500', '154336.537500', '154336.997500', '154337.457500', '154337.917500', '154338.377500', '154338.837500', '154339.297500', '154339.757500', '154340.217500', '154340.677500', '154341.137500', '154341.597500', '154342.057500', '154342.517500', '154342.977500', '154343.437500', '154343.897500', '154344.357500', '154344.817500', '154345.277500', '154345.737500', '154346.197500', '154346.657500', '154347.117500', '154347.577500', '154348.037500', '154348.497500', '154348.957500', '154349.417500', '154349.877500', '154350.337500', '154350.797500', '154351.257500', '154351.717500', '154352.177500', '154352.637500', '154353.097500', '154353.557500', '154354.017500', '154354.477500', '154354.937500', '154355.397500', '154355.857500', '154356.317500', '154356.777500', '154357.237500', '154357.697500', '154358.157500', '154358.617500', '154359.077500', '154359.537500', '154359.997500', '154400.457500', '154400.917500', '154401.377500', '154401.837500', '154402.297500', '154402.757500', '154403.217500', '154403.677500', '154404.137500', '154404.597500', '154405.057500'], 'ContentTime': ['153710.742000', '153710.760000', '153710.763000', '153710.766000', '153710.768000', '153710.771000', '153710.773000', '153710.776000', '153710.779000', '153710.781000', '153710.784000', '153710.795000', '153710.798000', '153710.811000', '153710.814000', '153710.817000', '153710.819000', '153710.822000', '153710.824000', '153710.827000', '153710.830000', '153730.696000', '153730.699000', '153730.702000', '153730.704000', '153730.707000', '153730.710000', '153730.712000', '153730.715000', '153730.723000', '153730.726000', '153730.729000', '153730.731000', '153730.734000', '153730.737000', '153730.739000', '153730.742000', '153730.745000', '153730.747000', '153730.750000', '153730.753000', '153730.756000', '153730.758000', '153730.761000', '153730.764000', '153730.766000', '153730.769000', '153730.771000', '153730.774000', '153730.776000', '153730.779000', '153730.782000', '153730.784000', '153730.787000', '153730.789000', '153730.792000', '153730.795000', '153730.797000', '153730.800000', '153730.802000', '153730.805000', '153730.807000', '153730.810000', '153730.813000', '153730.815000', '153750.697000', '153750.699000', '153750.702000', '153750.705000', '153750.707000', '153750.710000', '153750.713000', '153750.715000', '153750.718000', '153750.720000', '153750.723000', '153750.725000', '153750.728000', '153750.731000', '153750.733000', '153750.736000', '153750.738000', '153750.741000', '153750.744000', '153750.746000', '153750.749000', '153750.752000', '153750.755000', '153750.757000', '153750.760000', '153750.762000', '153750.765000', '153750.767000', '153750.770000', '153750.773000', '153750.775000', '153750.778000', '153750.780000', '153750.783000', '153750.786000', '153750.789000', '153750.792000', '153750.794000', '153750.799000', '153750.802000', '153750.805000', '153750.808000', '153750.811000', '153810.697000', '153810.700000', '153810.703000', '153810.706000', '153810.709000', '153810.711000', '153810.714000', '153810.717000', '153810.719000', '153810.722000', '153810.724000', '153810.727000', '153810.730000', '153810.732000', '153810.735000', '153810.737000', '153810.740000', '153810.743000', '153810.746000', '153810.748000', '153810.751000', '153810.754000', '153810.756000', '153810.759000', '153810.761000', '153810.764000', '153810.766000', '153810.769000', '153810.772000', '153810.774000', '153810.777000', '153810.779000', '153810.782000', '153810.784000', '153810.787000', '153810.790000', '153810.792000', '153810.795000', '153810.797000', '153810.800000', '153810.802000', '153810.805000', '153810.808000', '153810.810000', '153830.696000', '153830.699000', '153830.702000', '153830.704000', '153830.707000', '153830.710000', '153830.712000', '153830.715000', '153830.717000', '153830.720000', '153830.722000', '153830.725000', '153830.728000', '153830.730000', '153830.733000', '153830.735000', '153830.738000', '153830.741000', '153830.743000', '153830.746000', '153830.749000', '153830.751000', '153830.754000', '153830.756000', '153830.759000', '153830.761000', '153830.764000', '153830.767000', '153830.769000', '153830.772000', '153830.775000', '153830.777000', '153830.780000', '153830.783000', '153830.785000', '153830.788000', '153830.790000', '153830.793000', '153830.796000', '153830.799000', '153830.802000', '153830.805000', '153830.807000', '153850.697000', '153850.699000', '153850.702000', '153850.705000', '153850.707000', '153850.710000', '153850.712000', '153850.715000', '153850.718000', '153850.720000', '153850.723000', '153850.727000', '153850.730000', '153850.732000', '153850.735000', '153850.737000', '153850.783000', '153850.785000', '153850.788000', '153850.791000', '153850.793000', '153850.796000', '153850.799000', '153850.801000', '153850.804000', '153850.806000', '153850.809000', '153850.811000', '153850.814000', '153850.836000', '153850.839000', '153850.842000', '153850.844000', '153850.847000', '153850.849000', '153850.852000', '153850.855000', '153850.857000', '153850.860000', '153850.862000', '153850.865000', '153850.867000', '153850.870000', '153850.873000', '153910.697000', '153910.700000', '153910.702000', '153910.705000', '153910.707000', '153910.710000', '153910.712000', '153910.715000', '153910.718000', '153910.720000', '153910.723000', '153910.726000', '153910.728000', '153910.731000', '153910.733000', '153910.736000', '153910.739000', '153910.741000', '153910.744000', '153910.747000', '153910.749000', '153910.752000', '153910.754000', '153910.757000', '153910.759000', '153910.762000', '153910.765000', '153910.767000', '153910.770000', '153910.772000', '153910.775000', '153910.778000', '153910.780000', '153910.783000', '153910.786000', '153910.788000', '153910.791000', '153910.794000', '153910.796000', '153910.799000', '153910.802000', '153910.804000', '153910.807000', '153930.697000', '153930.700000', '153930.702000', '153930.705000', '153930.708000', '153930.711000', '153930.713000', '153930.716000', '153930.719000', '153930.721000', '153930.724000', '153930.727000', '153930.729000', '153930.732000', '153930.735000', '153930.738000', '153930.740000', '153930.743000', '153930.745000', '153930.748000', '153930.751000', '153930.754000', '153930.757000', '153930.759000', '153930.762000', '153930.765000', '153930.768000', '153930.770000', '153930.773000', '153930.776000', '153930.778000', '153930.781000', '153930.783000', '153930.786000', '153930.789000', '153930.791000', '153930.794000', '153930.797000', '153930.799000', '153930.802000', '153930.804000', '153930.807000', '153930.810000', '153930.813000', '153950.697000', '153950.700000', '153950.702000', '153950.705000', '153950.707000', '153950.710000', '153950.713000', '153950.715000', '153950.718000', '153950.720000', '153950.723000', '153950.725000', '153950.728000', '153950.731000', '153950.733000', '153950.736000', '153950.738000', '153950.741000', '153950.744000', '153950.746000', '153950.749000', '153950.751000', '153950.754000', '153950.757000', '153950.759000', '153950.762000', '153950.765000', '153950.767000', '153950.770000', '153950.772000', '153950.775000', '153950.778000', '153950.780000', '153950.783000', '153950.785000', '153950.788000', '153950.790000', '153950.793000', '153950.796000', '153950.798000', '153950.801000', '153950.804000', '153950.807000', '154010.696000', '154010.699000', '154010.702000', '154010.704000', '154010.707000', '154010.710000', '154010.712000', '154010.715000', '154010.717000', '154010.720000', '154010.722000', '154010.725000', '154010.728000', '154010.730000', '154010.733000', '154010.735000', '154010.738000', '154010.741000', '154010.743000', '154010.746000', '154010.748000', '154010.751000', '154010.753000', '154010.756000', '154010.759000', '154010.761000', '154010.764000', '154010.766000', '154010.769000', '154010.772000', '154010.774000', '154010.777000', '154010.779000', '154010.782000', '154010.785000', '154010.787000', '154010.790000', '154010.793000', '154010.795000', '154010.798000', '154010.800000', '154010.822000', '154010.879000', '154010.881000', '154030.697000', '154030.700000', '154030.703000', '154030.705000', '154030.708000', '154030.711000', '154030.713000', '154030.716000', '154030.718000', '154030.721000', '154030.724000', '154030.726000', '154030.729000', '154030.732000', '154030.734000', '154030.737000', '154030.740000', '154030.742000', '154030.745000', '154030.747000', '154030.750000', '154030.753000', '154030.755000', '154030.758000', '154030.761000', '154030.763000', '154030.766000', '154030.769000', '154030.771000', '154030.774000', '154030.777000', '154030.779000', '154030.782000', '154030.784000', '154030.787000', '154030.790000', '154030.792000', '154030.795000', '154030.797000', '154030.800000', '154030.803000', '154030.805000', '154030.808000', '154050.697000', '154050.700000', '154050.702000', '154050.705000', '154050.707000', '154050.710000', '154050.713000', '154050.715000', '154050.718000', '154050.720000', '154050.723000', '154050.726000', '154050.728000', '154050.731000', '154050.733000', '154050.736000', '154050.739000', '154050.741000', '154050.744000', '154050.746000', '154050.749000', '154050.752000', '154050.754000', '154050.757000', '154050.760000', '154050.762000', '154050.765000', '154050.768000', '154050.770000', '154050.773000', '154050.775000', '154050.778000', '154050.781000', '154050.783000', '154050.786000', '154050.788000', '154050.791000', '154050.794000', '154050.796000', '154050.799000', '154050.801000', '154050.804000', '154050.807000', '154050.809000', '154110.697000', '154110.699000', '154110.702000', '154110.705000', '154110.707000', '154110.710000', '154110.712000', '154110.715000', '154110.717000', '154110.720000', '154110.723000', '154110.725000', '154110.728000', '154110.730000', '154110.733000', '154110.736000', '154110.738000', '154110.741000', '154110.743000', '154110.746000', '154110.749000', '154110.751000', '154110.754000', '154110.756000', '154110.759000', '154110.762000', '154110.764000', '154110.767000', '154110.770000', '154110.772000', '154110.775000', '154110.778000', '154110.780000', '154110.783000', '154110.785000', '154110.788000', '154110.791000', '154110.793000', '154110.796000', '154110.799000', '154110.801000', '154110.804000', '154110.807000', '154130.696000', '154130.699000', '154130.702000', '154130.705000', '154130.707000', '154130.710000', '154130.712000', '154130.715000', '154130.718000', '154130.720000', '154130.723000', '154130.726000', '154130.728000', '154130.731000', '154130.734000', '154130.736000', '154130.739000', '154130.741000', '154130.744000', '154130.747000', '154130.749000', '154130.752000', '154130.754000', '154130.757000', '154130.760000', '154130.762000', '154130.765000', '154130.768000', '154130.770000', '154130.773000', '154130.776000', '154130.778000', '154130.781000', '154130.783000', '154130.786000', '154130.789000', '154130.791000', '154130.794000', '154130.797000', '154130.799000', '154130.802000', '154130.805000', '154130.807000', '154130.810000', '154150.697000', '154150.699000', '154150.702000', '154150.705000', '154150.707000', '154150.710000', '154150.712000', '154150.715000', '154150.728000', '154150.730000', '154150.733000', '154150.736000', '154150.738000', '154150.741000', '154150.743000', '154150.746000', '154150.748000', '154150.751000', '154150.754000', '154150.756000', '154150.759000', '154150.761000', '154150.764000', '154150.767000', '154150.769000', '154150.772000', '154150.775000', '154150.777000', '154150.780000', '154150.782000', '154150.785000', '154150.788000', '154150.790000', '154150.793000', '154150.795000', '154150.798000', '154150.801000', '154150.803000', '154150.806000', '154150.809000', '154150.811000', '154150.814000', '154150.887000', '154210.696000', '154210.699000', '154210.702000', '154210.705000', '154210.707000', '154210.710000', '154210.713000', '154210.715000', '154210.718000', '154210.720000', '154210.723000', '154210.726000', '154210.728000', '154210.731000', '154210.734000', '154210.736000', '154210.739000', '154210.742000', '154210.744000', '154210.747000', '154210.750000', '154210.752000', '154210.755000', '154210.758000', '154210.760000', '154210.763000', '154210.766000', '154210.768000', '154210.771000', '154210.773000', '154210.776000', '154210.779000', '154210.781000', '154210.784000', '154210.786000', '154210.789000', '154210.792000', '154210.794000', '154210.797000', '154210.800000', '154210.802000', '154210.805000', '154210.807000', '154230.696000', '154230.699000', '154230.702000', '154230.704000', '154230.707000', '154230.710000', '154230.712000', '154230.715000', '154230.717000', '154230.722000', '154230.725000', '154230.727000', '154230.730000', '154230.733000', '154230.735000', '154230.738000', '154230.740000', '154230.743000', '154230.746000', '154230.748000', '154230.751000', '154230.753000', '154230.756000', '154230.759000', '154230.761000', '154230.764000', '154230.766000', '154230.769000', '154230.772000', '154230.774000', '154230.777000', '154230.779000', '154230.782000', '154230.785000', '154230.787000', '154230.790000', '154230.793000', '154230.795000', '154230.798000', '154230.800000', '154230.803000', '154230.806000', '154230.808000', '154230.811000', '154250.698000', '154250.700000', '154250.703000', '154250.706000', '154250.708000', '154250.711000', '154250.713000', '154250.716000', '154250.719000', '154250.721000', '154250.724000', '154250.726000', '154250.729000', '154250.732000', '154250.734000', '154250.737000', '154250.740000', '154250.742000', '154250.745000', '154250.748000', '154250.750000', '154250.753000', '154250.756000', '154250.758000', '154250.761000', '154250.764000', '154250.767000', '154250.769000', '154250.772000', '154250.774000', '154250.777000', '154250.780000', '154250.782000', '154250.785000', '154250.788000', '154250.790000', '154250.793000', '154250.795000', '154250.798000', '154250.801000', '154250.803000', '154250.806000', '154250.809000', '154310.697000', '154310.700000', '154310.702000', '154310.705000', '154310.707000', '154310.710000', '154310.713000', '154310.715000', '154310.718000', '154310.720000', '154310.723000', '154310.726000', '154310.728000', '154310.731000', '154310.734000', '154310.736000', '154310.739000', '154310.741000', '154310.744000', '154310.746000', '154310.749000', '154310.752000', '154310.754000', '154310.757000', '154310.760000', '154310.762000', '154310.765000', '154310.768000', '154310.770000', '154310.773000', '154310.775000', '154310.778000', '154310.781000', '154310.783000', '154310.814000', '154310.862000', '154310.865000', '154310.867000', '154310.870000', '154310.873000', '154310.875000', '154310.878000', '154310.880000', '154310.883000', '154330.697000', '154330.699000', '154330.702000', '154330.705000', '154330.708000', '154330.711000', '154330.714000', '154330.717000', '154330.720000', '154330.723000', '154330.725000', '154330.728000', '154330.731000', '154330.733000', '154330.736000', '154330.739000', '154330.741000', '154330.744000', '154330.746000', '154330.749000', '154330.752000', '154330.754000', '154330.757000', '154330.759000', '154330.762000', '154330.765000', '154330.767000', '154330.770000', '154330.772000', '154330.775000', '154330.778000', '154330.780000', '154330.783000', '154330.785000', '154330.788000', '154330.791000', '154330.793000', '154330.796000', '154330.799000', '154330.801000', '154330.804000', '154330.806000', '154330.809000', '154350.696000', '154350.699000', '154350.702000', '154350.704000', '154350.707000', '154350.710000', '154350.712000', '154350.715000', '154350.717000', '154350.720000', '154350.723000', '154350.725000', '154350.728000', '154350.731000', '154350.733000', '154350.736000', '154350.738000', '154350.741000', '154350.744000', '154350.746000', '154350.749000', '154350.751000', '154350.754000', '154350.757000', '154350.759000', '154350.762000', '154350.764000', '154350.767000', '154350.769000', '154350.772000', '154350.775000', '154350.777000', '154350.780000', '154350.783000', '154350.785000', '154350.788000', '154350.791000', '154350.793000', '154350.796000', '154350.798000', '154350.801000', '154350.804000', '154350.806000', '154350.809000', '154406.544000', '154406.547000', '154406.550000', '154406.553000', '154406.555000', '154406.558000', '154406.560000', '154406.563000', '154406.566000', '154406.568000', '154406.571000', '154406.573000', '154406.576000', '154406.579000', '154406.581000', '154406.584000', '154406.586000', '154406.589000', '154406.592000', '154406.594000', '154406.597000', '154406.599000', '154406.602000', '154406.605000', '154406.607000', '154406.610000', '154406.613000', '154406.615000', '154406.618000', '154406.621000', '154406.623000', '154406.626000', '154406.628000', '154406.631000', '154406.634000'], 'InstanceCreationTime': ['153710.742000', '153710.760000', '153710.763000', '153710.766000', '153710.768000', '153710.771000', '153710.773000', '153710.776000', '153710.779000', '153710.781000', '153710.784000', '153710.795000', '153710.798000', '153710.811000', '153710.814000', '153710.817000', '153710.819000', '153710.822000', '153710.824000', '153710.827000', '153710.830000', '153730.696000', '153730.699000', '153730.702000', '153730.704000', '153730.707000', '153730.710000', '153730.712000', '153730.715000', '153730.723000', '153730.726000', '153730.729000', '153730.731000', '153730.734000', '153730.737000', '153730.739000', '153730.742000', '153730.745000', '153730.747000', '153730.750000', '153730.753000', '153730.756000', '153730.758000', '153730.761000', '153730.764000', '153730.766000', '153730.769000', '153730.771000', '153730.774000', '153730.776000', '153730.779000', '153730.782000', '153730.784000', '153730.787000', '153730.789000', '153730.792000', '153730.795000', '153730.797000', '153730.800000', '153730.802000', '153730.805000', '153730.807000', '153730.810000', '153730.813000', '153730.815000', '153750.697000', '153750.699000', '153750.702000', '153750.705000', '153750.707000', '153750.710000', '153750.713000', '153750.715000', '153750.718000', '153750.720000', '153750.723000', '153750.725000', '153750.728000', '153750.731000', '153750.733000', '153750.736000', '153750.738000', '153750.741000', '153750.744000', '153750.746000', '153750.749000', '153750.752000', '153750.755000', '153750.757000', '153750.760000', '153750.762000', '153750.765000', '153750.767000', '153750.770000', '153750.773000', '153750.775000', '153750.778000', '153750.780000', '153750.783000', '153750.786000', '153750.789000', '153750.792000', '153750.794000', '153750.799000', '153750.802000', '153750.805000', '153750.808000', '153750.811000', '153810.697000', '153810.700000', '153810.703000', '153810.706000', '153810.709000', '153810.711000', '153810.714000', '153810.717000', '153810.719000', '153810.722000', '153810.724000', '153810.727000', '153810.730000', '153810.732000', '153810.735000', '153810.737000', '153810.740000', '153810.743000', '153810.746000', '153810.748000', '153810.751000', '153810.754000', '153810.756000', '153810.759000', '153810.761000', '153810.764000', '153810.766000', '153810.769000', '153810.772000', '153810.774000', '153810.777000', '153810.779000', '153810.782000', '153810.784000', '153810.787000', '153810.790000', '153810.792000', '153810.795000', '153810.797000', '153810.800000', '153810.802000', '153810.805000', '153810.808000', '153810.810000', '153830.696000', '153830.699000', '153830.702000', '153830.704000', '153830.707000', '153830.710000', '153830.712000', '153830.715000', '153830.717000', '153830.720000', '153830.722000', '153830.725000', '153830.728000', '153830.730000', '153830.733000', '153830.735000', '153830.738000', '153830.741000', '153830.743000', '153830.746000', '153830.749000', '153830.751000', '153830.754000', '153830.756000', '153830.759000', '153830.761000', '153830.764000', '153830.767000', '153830.769000', '153830.772000', '153830.775000', '153830.777000', '153830.780000', '153830.783000', '153830.785000', '153830.788000', '153830.790000', '153830.793000', '153830.796000', '153830.799000', '153830.802000', '153830.805000', '153830.807000', '153850.697000', '153850.699000', '153850.702000', '153850.705000', '153850.707000', '153850.710000', '153850.712000', '153850.715000', '153850.718000', '153850.720000', '153850.723000', '153850.727000', '153850.730000', '153850.732000', '153850.735000', '153850.737000', '153850.783000', '153850.785000', '153850.788000', '153850.791000', '153850.793000', '153850.796000', '153850.799000', '153850.801000', '153850.804000', '153850.806000', '153850.809000', '153850.811000', '153850.814000', '153850.836000', '153850.839000', '153850.842000', '153850.844000', '153850.847000', '153850.849000', '153850.852000', '153850.855000', '153850.857000', '153850.860000', '153850.862000', '153850.865000', '153850.867000', '153850.870000', '153850.873000', '153910.697000', '153910.700000', '153910.702000', '153910.705000', '153910.707000', '153910.710000', '153910.712000', '153910.715000', '153910.718000', '153910.720000', '153910.723000', '153910.726000', '153910.728000', '153910.731000', '153910.733000', '153910.736000', '153910.739000', '153910.741000', '153910.744000', '153910.747000', '153910.749000', '153910.752000', '153910.754000', '153910.757000', '153910.759000', '153910.762000', '153910.765000', '153910.767000', '153910.770000', '153910.772000', '153910.775000', '153910.778000', '153910.780000', '153910.783000', '153910.786000', '153910.788000', '153910.791000', '153910.794000', '153910.796000', '153910.799000', '153910.802000', '153910.804000', '153910.807000', '153930.697000', '153930.700000', '153930.702000', '153930.705000', '153930.708000', '153930.711000', '153930.713000', '153930.716000', '153930.719000', '153930.721000', '153930.724000', '153930.727000', '153930.729000', '153930.732000', '153930.735000', '153930.738000', '153930.740000', '153930.743000', '153930.745000', '153930.748000', '153930.751000', '153930.754000', '153930.757000', '153930.759000', '153930.762000', '153930.765000', '153930.768000', '153930.770000', '153930.773000', '153930.776000', '153930.778000', '153930.781000', '153930.783000', '153930.786000', '153930.789000', '153930.791000', '153930.794000', '153930.797000', '153930.799000', '153930.802000', '153930.804000', '153930.807000', '153930.810000', '153930.813000', '153950.697000', '153950.700000', '153950.702000', '153950.705000', '153950.707000', '153950.710000', '153950.713000', '153950.715000', '153950.718000', '153950.720000', '153950.723000', '153950.725000', '153950.728000', '153950.731000', '153950.733000', '153950.736000', '153950.738000', '153950.741000', '153950.744000', '153950.746000', '153950.749000', '153950.751000', '153950.754000', '153950.757000', '153950.759000', '153950.762000', '153950.765000', '153950.767000', '153950.770000', '153950.772000', '153950.775000', '153950.778000', '153950.780000', '153950.783000', '153950.785000', '153950.788000', '153950.790000', '153950.793000', '153950.796000', '153950.798000', '153950.801000', '153950.804000', '153950.807000', '154010.696000', '154010.699000', '154010.702000', '154010.704000', '154010.707000', '154010.710000', '154010.712000', '154010.715000', '154010.717000', '154010.720000', '154010.722000', '154010.725000', '154010.728000', '154010.730000', '154010.733000', '154010.735000', '154010.738000', '154010.741000', '154010.743000', '154010.746000', '154010.748000', '154010.751000', '154010.753000', '154010.756000', '154010.759000', '154010.761000', '154010.764000', '154010.766000', '154010.769000', '154010.772000', '154010.774000', '154010.777000', '154010.779000', '154010.782000', '154010.785000', '154010.787000', '154010.790000', '154010.793000', '154010.795000', '154010.798000', '154010.800000', '154010.822000', '154010.879000', '154010.881000', '154030.697000', '154030.700000', '154030.703000', '154030.705000', '154030.708000', '154030.711000', '154030.713000', '154030.716000', '154030.718000', '154030.721000', '154030.724000', '154030.726000', '154030.729000', '154030.732000', '154030.734000', '154030.737000', '154030.740000', '154030.742000', '154030.745000', '154030.747000', '154030.750000', '154030.753000', '154030.755000', '154030.758000', '154030.761000', '154030.763000', '154030.766000', '154030.769000', '154030.771000', '154030.774000', '154030.777000', '154030.779000', '154030.782000', '154030.784000', '154030.787000', '154030.790000', '154030.792000', '154030.795000', '154030.797000', '154030.800000', '154030.803000', '154030.805000', '154030.808000', '154050.697000', '154050.700000', '154050.702000', '154050.705000', '154050.707000', '154050.710000', '154050.713000', '154050.715000', '154050.718000', '154050.720000', '154050.723000', '154050.726000', '154050.728000', '154050.731000', '154050.733000', '154050.736000', '154050.739000', '154050.741000', '154050.744000', '154050.746000', '154050.749000', '154050.752000', '154050.754000', '154050.757000', '154050.760000', '154050.762000', '154050.765000', '154050.768000', '154050.770000', '154050.773000', '154050.775000', '154050.778000', '154050.781000', '154050.783000', '154050.786000', '154050.788000', '154050.791000', '154050.794000', '154050.796000', '154050.799000', '154050.801000', '154050.804000', '154050.807000', '154050.809000', '154110.697000', '154110.699000', '154110.702000', '154110.705000', '154110.707000', '154110.710000', '154110.712000', '154110.715000', '154110.717000', '154110.720000', '154110.723000', '154110.725000', '154110.728000', '154110.730000', '154110.733000', '154110.736000', '154110.738000', '154110.741000', '154110.743000', '154110.746000', '154110.749000', '154110.751000', '154110.754000', '154110.756000', '154110.759000', '154110.762000', '154110.764000', '154110.767000', '154110.770000', '154110.772000', '154110.775000', '154110.778000', '154110.780000', '154110.783000', '154110.785000', '154110.788000', '154110.791000', '154110.793000', '154110.796000', '154110.799000', '154110.801000', '154110.804000', '154110.807000', '154130.696000', '154130.699000', '154130.702000', '154130.705000', '154130.707000', '154130.710000', '154130.712000', '154130.715000', '154130.718000', '154130.720000', '154130.723000', '154130.726000', '154130.728000', '154130.731000', '154130.734000', '154130.736000', '154130.739000', '154130.741000', '154130.744000', '154130.747000', '154130.749000', '154130.752000', '154130.754000', '154130.757000', '154130.760000', '154130.762000', '154130.765000', '154130.768000', '154130.770000', '154130.773000', '154130.776000', '154130.778000', '154130.781000', '154130.783000', '154130.786000', '154130.789000', '154130.791000', '154130.794000', '154130.797000', '154130.799000', '154130.802000', '154130.805000', '154130.807000', '154130.810000', '154150.697000', '154150.699000', '154150.702000', '154150.705000', '154150.707000', '154150.710000', '154150.712000', '154150.715000', '154150.728000', '154150.730000', '154150.733000', '154150.736000', '154150.738000', '154150.741000', '154150.743000', '154150.746000', '154150.748000', '154150.751000', '154150.754000', '154150.756000', '154150.759000', '154150.761000', '154150.764000', '154150.767000', '154150.769000', '154150.772000', '154150.775000', '154150.777000', '154150.780000', '154150.782000', '154150.785000', '154150.788000', '154150.790000', '154150.793000', '154150.795000', '154150.798000', '154150.801000', '154150.803000', '154150.806000', '154150.809000', '154150.811000', '154150.814000', '154150.887000', '154210.696000', '154210.699000', '154210.702000', '154210.705000', '154210.707000', '154210.710000', '154210.713000', '154210.715000', '154210.718000', '154210.720000', '154210.723000', '154210.726000', '154210.728000', '154210.731000', '154210.734000', '154210.736000', '154210.739000', '154210.742000', '154210.744000', '154210.747000', '154210.750000', '154210.752000', '154210.755000', '154210.758000', '154210.760000', '154210.763000', '154210.766000', '154210.768000', '154210.771000', '154210.773000', '154210.776000', '154210.779000', '154210.781000', '154210.784000', '154210.786000', '154210.789000', '154210.792000', '154210.794000', '154210.797000', '154210.800000', '154210.802000', '154210.805000', '154210.807000', '154230.696000', '154230.699000', '154230.702000', '154230.704000', '154230.707000', '154230.710000', '154230.712000', '154230.715000', '154230.717000', '154230.722000', '154230.725000', '154230.727000', '154230.730000', '154230.733000', '154230.735000', '154230.738000', '154230.740000', '154230.743000', '154230.746000', '154230.748000', '154230.751000', '154230.753000', '154230.756000', '154230.759000', '154230.761000', '154230.764000', '154230.766000', '154230.769000', '154230.772000', '154230.774000', '154230.777000', '154230.779000', '154230.782000', '154230.785000', '154230.787000', '154230.790000', '154230.793000', '154230.795000', '154230.798000', '154230.800000', '154230.803000', '154230.806000', '154230.808000', '154230.811000', '154250.698000', '154250.700000', '154250.703000', '154250.706000', '154250.708000', '154250.711000', '154250.713000', '154250.716000', '154250.719000', '154250.721000', '154250.724000', '154250.726000', '154250.729000', '154250.732000', '154250.734000', '154250.737000', '154250.740000', '154250.742000', '154250.745000', '154250.748000', '154250.750000', '154250.753000', '154250.756000', '154250.758000', '154250.761000', '154250.764000', '154250.767000', '154250.769000', '154250.772000', '154250.774000', '154250.777000', '154250.780000', '154250.782000', '154250.785000', '154250.788000', '154250.790000', '154250.793000', '154250.795000', '154250.798000', '154250.801000', '154250.803000', '154250.806000', '154250.809000', '154310.697000', '154310.700000', '154310.702000', '154310.705000', '154310.707000', '154310.710000', '154310.713000', '154310.715000', '154310.718000', '154310.720000', '154310.723000', '154310.726000', '154310.728000', '154310.731000', '154310.734000', '154310.736000', '154310.739000', '154310.741000', '154310.744000', '154310.746000', '154310.749000', '154310.752000', '154310.754000', '154310.757000', '154310.760000', '154310.762000', '154310.765000', '154310.768000', '154310.770000', '154310.773000', '154310.775000', '154310.778000', '154310.781000', '154310.783000', '154310.814000', '154310.862000', '154310.865000', '154310.867000', '154310.870000', '154310.873000', '154310.875000', '154310.878000', '154310.880000', '154310.883000', '154330.697000', '154330.699000', '154330.702000', '154330.705000', '154330.708000', '154330.711000', '154330.714000', '154330.717000', '154330.720000', '154330.723000', '154330.725000', '154330.728000', '154330.731000', '154330.733000', '154330.736000', '154330.739000', '154330.741000', '154330.744000', '154330.746000', '154330.749000', '154330.752000', '154330.754000', '154330.757000', '154330.759000', '154330.762000', '154330.765000', '154330.767000', '154330.770000', '154330.772000', '154330.775000', '154330.778000', '154330.780000', '154330.783000', '154330.785000', '154330.788000', '154330.791000', '154330.793000', '154330.796000', '154330.799000', '154330.801000', '154330.804000', '154330.806000', '154330.809000', '154350.696000', '154350.699000', '154350.702000', '154350.704000', '154350.707000', '154350.710000', '154350.712000', '154350.715000', '154350.717000', '154350.720000', '154350.723000', '154350.725000', '154350.728000', '154350.731000', '154350.733000', '154350.736000', '154350.738000', '154350.741000', '154350.744000', '154350.746000', '154350.749000', '154350.751000', '154350.754000', '154350.757000', '154350.759000', '154350.762000', '154350.764000', '154350.767000', '154350.769000', '154350.772000', '154350.775000', '154350.777000', '154350.780000', '154350.783000', '154350.785000', '154350.788000', '154350.791000', '154350.793000', '154350.796000', '154350.798000', '154350.801000', '154350.804000', '154350.806000', '154350.809000', '154406.544000', '154406.547000', '154406.550000', '154406.553000', '154406.555000', '154406.558000', '154406.560000', '154406.563000', '154406.566000', '154406.568000', '154406.571000', '154406.573000', '154406.576000', '154406.579000', '154406.581000', '154406.584000', '154406.586000', '154406.589000', '154406.592000', '154406.594000', '154406.597000', '154406.599000', '154406.602000', '154406.605000', '154406.607000', '154406.610000', '154406.613000', '154406.615000', '154406.618000', '154406.621000', '154406.623000', '154406.626000', '154406.628000', '154406.631000', '154406.634000'], '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': [11802, 12687, 11807, 12379, 12102, 14292, 10839, 10765, 11435, 11915, 13643, 12317, 14008, 10460, 10414, 10894, 11406, 13600, 11887, 12831, 12018, 11269, 11968, 11824, 12339, 12397, 12778, 13565, 12893, 14906, 12162, 13567, 12042, 13993, 11997, 13026, 12300, 13250, 12742, 14040, 13420, 12747, 11155, 10991, 10834, 11344, 11813, 11417, 12324, 11573, 12979, 12451, 12921, 11773, 12121, 10832, 12018, 12145, 11398, 11761, 11516, 10761, 11395, 11207, 11021, 11138, 11801, 11259, 12139, 11283, 13459, 11630, 14098, 12100, 14099, 12484, 14021, 12735, 13272, 12413, 12553, 12562, 14071, 12337, 11738, 10821, 11909, 10850, 12257, 10924, 11664, 11195, 10875, 11021, 10391, 11519, 11721, 12831, 10903, 11654, 12297, 11434, 13887, 10923, 11400, 11393, 10823, 11654, 10345, 12225, 10792, 13638, 11929, 13533, 11448, 13858, 11747, 16219, 11480, 15267, 11223, 11928, 11161, 10706, 12322, 10782, 12294, 11340, 13607, 11231, 13047, 11671, 12440, 10552, 11381, 12239, 10807, 13205, 11729, 11043, 11498, 13946, 12330, 12608, 11648, 10773, 11864, 11012, 13441, 10739, 11161, 11571, 10886, 12363, 10964, 13902, 11032, 10368, 12544, 10819, 12161, 11247, 11064, 13099, 10710, 11556, 12218, 12509, 15342, 11675, 10998, 11728, 11378, 13505, 10969, 11404, 11838, 11164, 12255, 10829, 12641, 10926, 12647, 11380, 12544, 11281, 11067, 11843, 11985, 12067, 11201, 12787, 10841, 12770, 11241, 13227, 10972, 13011, 11803, 13075, 11158, 11787, 11440, 11391, 11948, 10603, 12718, 10636, 12585, 10883, 12960, 10806, 13516, 10461, 15149, 11769, 12453, 10556, 10793, 11714, 10692, 9776, 11138, 10741, 14176, 11498, 10545, 12152, 11133, 12482, 11747, 12518, 11657, 12913, 11091, 12825, 12293, 12506, 11185, 12588, 11626, 13748, 10205, 10145, 12611, 10544, 12787, 10867, 12465, 10817, 12615, 11280, 13171, 11586, 13474, 11428, 13069, 11513, 13484, 11843, 12032, 11380, 13081, 11071, 10874, 12310, 10934, 12312, 10131, 10645, 12724, 11281, 12952, 11639, 15136, 11584, 14744, 11889, 13857, 11448, 13905, 11109, 12702, 10850, 12712, 11168, 14388, 11149, 12340, 9992, 9954, 11026, 10696, 12799, 10742, 14053, 11956, 14361, 11957, 11752, 12285, 12984, 12270, 14395, 12010, 12822, 12329, 12551, 13208, 11577, 11427, 10648, 10238, 11857, 13086, 10918, 11538, 13968, 12514, 13971, 12355, 12679, 14686, 12222, 14197, 11200, 12457, 11246, 12296, 11859, 12604, 10321, 10939, 10730, 11082, 10798, 10444, 11506, 10076, 10991, 11331, 12069, 12452, 11079, 12807, 12842, 14524, 12899, 14770, 14238, 16849, 17696, 13919, 17307, 14434, 13175, 11657, 11858, 10896, 11057, 12525, 11630, 11686, 13719, 10676, 12768, 13246, 14724, 11031, 13649, 16031, 12938, 13721, 17207, 11654, 13986, 13646, 13444, 16406, 12049, 12996, 10388, 13681, 11282, 13304, 12671, 13445, 14474, 12788, 10707, 10473, 11944, 11315, 12543, 10467, 10495, 11953, 13872, 12875, 10246, 10081, 11643, 12176, 10989, 11700, 12287, 12459, 11807, 10111, 11461, 10272, 14309, 10894, 9713, 11573, 10392, 11965, 12608, 11234, 15631, 12519, 12648, 12575, 12201, 11363, 10676, 11894, 10796, 11677, 10541, 11208, 12872, 10861, 11354, 9184, 10305, 10711, 11996, 13021, 10750, 10576, 12331, 13549, 13738, 12578, 15127, 12730, 15269, 13153, 16772, 13585, 15823, 10375, 12552, 11721, 11817, 12480, 12084, 12192, 11799, 13226, 10640, 12042, 13529, 13239, 16489, 12607, 13095, 10262, 13092, 12576, 13560, 12898, 11787, 12365, 10671, 12488, 11044, 12512, 10374, 10923, 11847, 9521, 10708, 11067, 13032, 12337, 13704, 12437, 14820, 12204, 13512, 11778, 13567, 11135, 13242, 11160, 9731, 10941, 9746, 10427, 10413, 10008, 10812, 10512, 10973, 10617, 10812, 11776, 11604, 13662, 11259, 12783, 10903, 11382, 12858, 12715, 14121, 10438, 11434, 12995, 10091, 10439, 12461, 10834, 11155, 10831, 10832, 13565, 12388, 13848, 11146, 10480, 10899, 10537, 12758, 11240, 10994, 10274, 9902, 12318, 9601, 9142, 10826, 9984, 12372, 11231, 13363, 10871, 10287, 11054, 9280, 12906, 10474, 9537, 10626, 11114, 12768, 12246, 14596, 11597, 11728, 11206, 10579, 13060, 12306, 12710, 10845, 10651, 12036, 10780, 12903, 11414, 13995, 10849, 11151, 10753, 10107, 12837, 11078, 10817, 10780, 10376, 12984, 11501, 13733, 12232, 14266, 12475, 13950, 11661, 10728, 10690, 10574, 11513, 10971, 13982, 11224, 10350, 10823, 9668, 11365, 10219, 11468, 10656, 12858, 10999, 10565, 10123, 10398, 11288, 10481, 13388, 11411, 12311, 11382, 13990, 11759, 13261, 10902, 12852, 10728, 12567, 10509, 12188, 10491, 12878, 10772, 11555, 10743, 9969, 10971, 10533, 11542, 10987, 11954, 11052, 12451, 11495, 12867, 11750, 10957, 10752, 11072, 11252, 10473, 12034, 10546, 13418, 11391, 11347, 10495, 10594, 11378, 10970, 12776, 10470, 12985, 10602, 13037, 10564, 13254, 10945, 13400, 11068, 13008, 10239, 9932, 10839, 11043, 10379, 11637, 10574, 11245, 12467, 11700, 14193, 11113, 13435, 10372, 11389, 10754, 12172, 12578, 12426, 14103, 12121, 12378, 10606, 9668, 10961, 9632, 11776, 11560, 11564, 11569, 10427, 12596, 14655, 12533, 13886, 11783, 13558, 11241, 12577, 10326, 11677, 10605, 11005, 9992, 11058, 10961, 11677, 9653, 9398, 11383, 10434, 13143, 11365, 14003, 11048, 10715, 11450, 11573, 13143, 12371, 15046, 11976, 12571, 12217, 12609, 15620, 11055, 12432, 13054, 12757, 12549, 12495, 11198, 13358, 14730, 12315, 10753, 12646, 11718, 12060, 13106, 13468, 12890, 15287, 13006, 12784, 13283, 12562, 11606, 12782, 12697, 13838, 12014, 12326, 11389, 12017, 12554, 14071, 11370, 12068, 13983, 11129, 11488, 13015, 12509, 14636, 12131, 11586, 12669, 12058, 13411, 11894, 14183, 11710, 12735, 10738, 10731, 11680, 10165, 11760, 10956, 11204, 9919, 9863, 9633, 9358, 8902, 8566, 9488, 11744, 12399, 11673, 13490, 12295, 13677, 13296, 13152, 13319, 13591, 11382, 11705, 12418, 12885, 13556, 12927, 15082, 12984, 15588, 13070, 14429, 11138, 11794, 11755, 11884, 12754, 11889, 13053, 11980, 13626, 12303, 12361, 12668, 11688, 12598, 14411, 12258, 13720, 11667, 13132, 11440, 11472, 11834, 12558, 11713, 10333, 11406, 9699, 11173, 11100, 12192, 11517, 11362, 11329, 13276, 12200, 13012, 10844, 10143, 11017, 11523, 13562, 10892, 10933, 14014, 10998, 11204, 12657, 12940, 13528, 11315, 11262, 11674, 11843, 12665, 11987, 13013, 12139, 11465, 13119, 14629, 11462, 12309, 11797, 12209, 13590, 12411, 10458, 11053, 11864, 12098, 11840, 11805, 11519, 11854, 9731, 10645, 11666, 12868, 10318, 11604, 13019, 11832, 12005, 12195, 13901, 13771, 14755, 14789, 17589, 14799, 16182, 14192, 13963, 12750, 11314, 11795, 11817, 12125, 11906, 11489, 13039, 12767, 13859, 11881, 13080, 12344, 13694, 11898, 14490, 13048], 'WindowCenter': [4877.0, 4874.0, 4835.0, 4844.0, 4864.0, 4881.0, 4854.0, 4852.0, 4861.0, 4875.0, 4895.0, 4875.0, 4866.0, 4837.0, 4824.0, 4835.0, 4851.0, 4867.0, 4860.0, 4858.0, 4858.0, 4836.0, 4860.0, 4846.0, 4859.0, 4846.0, 4858.0, 4851.0, 4843.0, 4851.0, 4833.0, 4840.0, 4830.0, 4849.0, 4832.0, 4842.0, 4843.0, 4851.0, 4856.0, 4862.0, 4868.0, 4855.0, 4850.0, 4839.0, 4848.0, 4861.0, 4861.0, 4861.0, 4860.0, 4848.0, 4858.0, 4847.0, 4847.0, 4834.0, 4836.0, 4812.0, 4834.0, 4820.0, 4820.0, 4817.0, 4809.0, 4807.0, 4819.0, 4807.0, 4810.0, 4820.0, 4830.0, 4834.0, 4833.0, 4836.0, 4853.0, 4847.0, 4863.0, 4846.0, 4850.0, 4844.0, 4852.0, 4856.0, 4852.0, 4846.0, 4841.0, 4846.0, 4853.0, 4844.0, 4833.0, 4826.0, 4832.0, 4824.0, 4833.0, 4826.0, 4833.0, 4847.0, 4867.0, 4852.0, 4840.0, 4832.0, 4844.0, 4855.0, 4849.0, 4857.0, 4871.0, 4875.0, 4872.0, 4866.0, 4863.0, 4875.0, 4851.0, 4853.0, 4830.0, 4848.0, 4839.0, 4859.0, 4837.0, 4846.0, 4827.0, 4845.0, 4825.0, 4850.0, 4822.0, 4837.0, 4812.0, 4818.0, 4813.0, 4813.0, 4832.0, 4824.0, 4832.0, 4824.0, 4841.0, 4823.0, 4832.0, 4823.0, 4830.0, 4814.0, 4863.0, 4872.0, 4840.0, 4855.0, 4844.0, 4837.0, 4836.0, 4869.0, 4871.0, 4861.0, 4824.0, 4822.0, 4832.0, 4824.0, 4842.0, 4826.0, 4838.0, 4838.0, 4837.0, 4845.0, 4835.0, 4864.0, 4838.0, 4827.0, 4848.0, 4838.0, 4846.0, 4838.0, 4838.0, 4859.0, 4838.0, 4838.0, 4847.0, 4856.0, 4864.0, 4836.0, 4825.0, 4833.0, 4835.0, 4855.0, 4828.0, 4834.0, 4836.0, 4824.0, 4834.0, 4813.0, 4830.0, 4822.0, 4832.0, 4823.0, 4829.0, 4810.0, 4808.0, 4819.0, 4820.0, 4831.0, 4810.0, 4830.0, 4811.0, 4829.0, 4821.0, 4830.0, 4823.0, 4842.0, 4833.0, 4841.0, 4834.0, 4834.0, 4837.0, 4833.0, 4836.0, 4825.0, 4844.0, 4824.0, 4832.0, 4825.0, 4845.0, 4825.0, 4857.0, 4826.0, 4850.0, 4835.0, 4830.0, 4813.0, 4820.0, 4832.0, 4827.0, 4828.0, 4850.0, 4853.0, 4879.0, 4865.0, 4841.0, 4859.0, 4850.0, 4861.0, 4848.0, 4847.0, 4836.0, 4836.0, 4821.0, 4832.0, 4818.0, 4821.0, 4811.0, 4820.0, 4817.0, 4840.0, 4812.0, 4812.0, 4842.0, 4826.0, 4845.0, 4824.0, 4844.0, 4826.0, 4844.0, 4822.0, 4843.0, 4832.0, 4843.0, 4823.0, 4841.0, 4822.0, 4841.0, 4837.0, 4834.0, 4834.0, 4853.0, 4849.0, 4835.0, 4858.0, 4847.0, 4846.0, 4837.0, 4850.0, 4869.0, 4863.0, 4870.0, 4852.0, 4876.0, 4850.0, 4866.0, 4849.0, 4855.0, 4833.0, 4842.0, 4823.0, 4830.0, 4811.0, 4828.0, 4822.0, 4849.0, 4833.0, 4842.0, 4825.0, 4827.0, 4847.0, 4838.0, 4872.0, 4851.0, 4876.0, 4861.0, 4875.0, 4860.0, 4847.0, 4848.0, 4845.0, 4849.0, 4855.0, 4849.0, 4845.0, 4846.0, 4848.0, 4855.0, 4844.0, 4858.0, 4849.0, 4851.0, 4858.0, 4867.0, 4849.0, 4859.0, 4880.0, 4872.0, 4880.0, 4848.0, 4847.0, 4854.0, 4835.0, 4852.0, 4835.0, 4832.0, 4820.0, 4829.0, 4832.0, 4831.0, 4812.0, 4821.0, 4832.0, 4849.0, 4851.0, 4852.0, 4820.0, 4793.0, 4859.0, 4861.0, 4884.0, 4894.0, 4875.0, 4895.0, 4883.0, 4891.0, 4896.0, 4904.0, 4919.0, 4917.0, 4900.0, 4869.0, 4881.0, 4863.0, 4839.0, 4817.0, 4829.0, 4805.0, 4813.0, 4826.0, 4830.0, 4854.0, 4862.0, 4835.0, 4855.0, 4853.0, 4862.0, 4822.0, 4851.0, 4847.0, 4816.0, 4825.0, 4833.0, 4795.0, 4813.0, 4812.0, 4812.0, 4829.0, 4799.0, 4811.0, 4780.0, 4809.0, 4789.0, 4821.0, 4809.0, 4824.0, 4832.0, 4824.0, 4803.0, 4806.0, 4828.0, 4818.0, 4840.0, 4820.0, 4833.0, 4856.0, 4864.0, 4869.0, 4850.0, 4822.0, 4864.0, 4833.0, 4791.0, 4798.0, 4773.0, 4780.0, 4774.0, 4832.0, 4824.0, 4807.0, 4854.0, 4839.0, 4806.0, 4836.0, 4815.0, 4811.0, 4823.0, 4813.0, 4851.0, 4863.0, 4883.0, 4868.0, 4838.0, 4825.0, 4800.0, 4808.0, 4798.0, 4798.0, 4754.0, 4805.0, 4825.0, 4835.0, 4848.0, 4818.0, 4823.0, 4837.0, 4832.0, 4845.0, 4837.0, 4841.0, 4872.0, 4882.0, 4870.0, 4841.0, 4865.0, 4830.0, 4838.0, 4830.0, 4861.0, 4847.0, 4864.0, 4826.0, 4849.0, 4854.0, 4823.0, 4816.0, 4807.0, 4807.0, 4809.0, 4817.0, 4781.0, 4771.0, 4824.0, 4828.0, 4844.0, 4806.0, 4813.0, 4782.0, 4802.0, 4789.0, 4809.0, 4812.0, 4806.0, 4803.0, 4811.0, 4862.0, 4825.0, 4829.0, 4782.0, 4762.0, 4799.0, 4797.0, 4823.0, 4845.0, 4854.0, 4854.0, 4849.0, 4831.0, 4847.0, 4830.0, 4838.0, 4819.0, 4827.0, 4807.0, 4824.0, 4806.0, 4788.0, 4805.0, 4812.0, 4820.0, 4833.0, 4824.0, 4847.0, 4838.0, 4848.0, 4846.0, 4850.0, 4860.0, 4860.0, 4867.0, 4836.0, 4855.0, 4838.0, 4837.0, 4855.0, 4854.0, 4863.0, 4825.0, 4836.0, 4854.0, 4824.0, 4837.0, 4857.0, 4838.0, 4836.0, 4835.0, 4837.0, 4855.0, 4858.0, 4868.0, 4838.0, 4827.0, 4837.0, 4838.0, 4856.0, 4836.0, 4835.0, 4826.0, 4829.0, 4844.0, 4830.0, 4818.0, 4850.0, 4843.0, 4872.0, 4864.0, 4881.0, 4853.0, 4842.0, 4851.0, 4834.0, 4869.0, 4853.0, 4843.0, 4853.0, 4862.0, 4873.0, 4874.0, 4881.0, 4862.0, 4851.0, 4850.0, 4839.0, 4858.0, 4860.0, 4857.0, 4838.0, 4837.0, 4849.0, 4838.0, 4845.0, 4847.0, 4856.0, 4825.0, 4834.0, 4823.0, 4826.0, 4855.0, 4846.0, 4849.0, 4849.0, 4842.0, 4870.0, 4854.0, 4868.0, 4861.0, 4869.0, 4860.0, 4868.0, 4851.0, 4838.0, 4828.0, 4838.0, 4846.0, 4841.0, 4866.0, 4850.0, 4840.0, 4840.0, 4819.0, 4849.0, 4831.0, 4838.0, 4839.0, 4858.0, 4837.0, 4826.0, 4826.0, 4839.0, 4850.0, 4854.0, 4879.0, 4876.0, 4873.0, 4864.0, 4882.0, 4861.0, 4861.0, 4841.0, 4846.0, 4828.0, 4847.0, 4827.0, 4835.0, 4828.0, 4846.0, 4838.0, 4835.0, 4840.0, 4830.0, 4838.0, 4838.0, 4848.0, 4851.0, 4847.0, 4840.0, 4847.0, 4850.0, 4859.0, 4862.0, 4852.0, 4849.0, 4851.0, 4851.0, 4854.0, 4861.0, 4855.0, 4882.0, 4865.0, 4863.0, 4855.0, 4853.0, 4860.0, 4852.0, 4872.0, 4842.0, 4861.0, 4841.0, 4858.0, 4839.0, 4858.0, 4840.0, 4857.0, 4848.0, 4857.0, 4826.0, 4827.0, 4849.0, 4861.0, 4854.0, 4876.0, 4855.0, 4868.0, 4872.0, 4865.0, 4880.0, 4849.0, 4862.0, 4829.0, 4838.0, 4827.0, 4836.0, 4834.0, 4847.0, 4851.0, 4845.0, 4832.0, 4825.0, 4814.0, 4836.0, 4829.0, 4861.0, 4863.0, 4862.0, 4876.0, 4855.0, 4877.0, 4891.0, 4874.0, 4872.0, 4852.0, 4859.0, 4838.0, 4845.0, 4817.0, 4835.0, 4826.0, 4822.0, 4815.0, 4852.0, 4891.0, 4874.0, 4856.0, 4857.0, 4887.0, 4906.0, 4937.0, 4916.0, 4922.0, 4896.0, 4883.0, 4880.0, 4876.0, 4886.0, 4875.0, 4892.0, 4866.0, 4872.0, 4862.0, 4860.0, 4874.0, 4850.0, 4862.0, 4871.0, 4859.0, 4848.0, 4845.0, 4836.0, 4856.0, 4863.0, 4833.0, 4826.0, 4845.0, 4833.0, 4845.0, 4855.0, 4856.0, 4846.0, 4863.0, 4854.0, 4842.0, 4841.0, 4832.0, 4834.0, 4841.0, 4841.0, 4852.0, 4843.0, 4846.0, 4833.0, 4843.0, 4845.0, 4864.0, 4836.0, 4847.0, 4865.0, 4837.0, 4837.0, 4845.0, 4846.0, 4863.0, 4845.0, 4836.0, 4843.0, 4834.0, 4843.0, 4836.0, 4842.0, 4823.0, 4832.0, 4812.0, 4811.0, 4823.0, 4811.0, 4833.0, 4821.0, 4835.0, 4829.0, 4803.0, 4787.0, 4789.0, 4803.0, 4832.0, 4855.0, 4898.0, 4897.0, 4890.0, 4896.0, 4889.0, 4897.0, 4899.0, 4884.0, 4886.0, 4875.0, 4855.0, 4852.0, 4859.0, 4861.0, 4858.0, 4849.0, 4866.0, 4857.0, 4865.0, 4847.0, 4852.0, 4823.0, 4821.0, 4833.0, 4833.0, 4831.0, 4830.0, 4841.0, 4821.0, 4839.0, 4830.0, 4830.0, 4843.0, 4830.0, 4841.0, 4850.0, 4833.0, 4839.0, 4821.0, 4838.0, 4822.0, 4820.0, 4831.0, 4830.0, 4844.0, 4823.0, 4845.0, 4826.0, 4847.0, 4850.0, 4874.0, 4903.0, 4876.0, 4902.0, 4895.0, 4871.0, 4880.0, 4863.0, 4842.0, 4799.0, 4856.0, 4863.0, 4816.0, 4823.0, 4894.0, 4839.0, 4842.0, 4879.0, 4877.0, 4859.0, 4851.0, 4851.0, 4841.0, 4838.0, 4859.0, 4836.0, 4858.0, 4835.0, 4837.0, 4843.0, 4841.0, 4813.0, 4822.0, 4811.0, 4811.0, 4830.0, 4833.0, 4812.0, 4813.0, 4823.0, 4834.0, 4792.0, 4847.0, 4859.0, 4858.0, 4839.0, 4865.0, 4887.0, 4870.0, 4856.0, 4876.0, 4886.0, 4914.0, 4926.0, 4900.0, 4910.0, 4905.0, 4894.0, 4881.0, 4902.0, 4883.0, 4890.0, 4868.0, 4847.0, 4799.0, 4804.0, 4813.0, 4824.0, 4827.0, 4841.0, 4844.0, 4894.0, 4869.0, 4839.0, 4834.0, 4794.0, 4791.0, 4840.0, 4858.0, 4878.0, 4854.0], 'WindowWidth': [10623.0, 10615.0, 10544.0, 10557.0, 10600.0, 10620.0, 10585.0, 10580.0, 10593.0, 10618.0, 10646.0, 10616.0, 10590.0, 10550.0, 10527.0, 10545.0, 10575.0, 10593.0, 10586.0, 10581.0, 10583.0, 10549.0, 10588.0, 10563.0, 10585.0, 10559.0, 10580.0, 10561.0, 10553.0, 10562.0, 10537.0, 10546.0, 10532.0, 10556.0, 10536.0, 10548.0, 10554.0, 10563.0, 10576.0, 10581.0, 10596.0, 10572.0, 10572.0, 10555.0, 10571.0, 10594.0, 10593.0, 10592.0, 10586.0, 10567.0, 10580.0, 10562.0, 10563.0, 10542.0, 10546.0, 10507.0, 10541.0, 10515.0, 10515.0, 10507.0, 10498.0, 10492.0, 10512.0, 10495.0, 10502.0, 10516.0, 10531.0, 10542.0, 10538.0, 10546.0, 10567.0, 10563.0, 10580.0, 10562.0, 10559.0, 10558.0, 10566.0, 10576.0, 10563.0, 10561.0, 10546.0, 10558.0, 10562.0, 10555.0, 10536.0, 10532.0, 10534.0, 10527.0, 10536.0, 10533.0, 10537.0, 10565.0, 10610.0, 10581.0, 10559.0, 10540.0, 10555.0, 10573.0, 10570.0, 10579.0, 10604.0, 10615.0, 10603.0, 10601.0, 10596.0, 10616.0, 10576.0, 10580.0, 10542.0, 10565.0, 10551.0, 10580.0, 10545.0, 10554.0, 10532.0, 10552.0, 10524.0, 10551.0, 10516.0, 10532.0, 10505.0, 10508.0, 10504.0, 10506.0, 10531.0, 10526.0, 10531.0, 10525.0, 10544.0, 10525.0, 10530.0, 10519.0, 10524.0, 10511.0, 10595.0, 10609.0, 10559.0, 10570.0, 10556.0, 10544.0, 10547.0, 10596.0, 10605.0, 10586.0, 10522.0, 10522.0, 10535.0, 10525.0, 10548.0, 10532.0, 10550.0, 10549.0, 10551.0, 10556.0, 10546.0, 10585.0, 10552.0, 10535.0, 10566.0, 10553.0, 10560.0, 10552.0, 10553.0, 10583.0, 10553.0, 10550.0, 10560.0, 10575.0, 10583.0, 10547.0, 10530.0, 10539.0, 10544.0, 10567.0, 10537.0, 10540.0, 10543.0, 10523.0, 10537.0, 10507.0, 10526.0, 10520.0, 10532.0, 10522.0, 10523.0, 10498.0, 10492.0, 10512.0, 10512.0, 10531.0, 10497.0, 10525.0, 10500.0, 10524.0, 10515.0, 10527.0, 10521.0, 10544.0, 10535.0, 10543.0, 10540.0, 10538.0, 10547.0, 10538.0, 10545.0, 10529.0, 10552.0, 10525.0, 10535.0, 10527.0, 10553.0, 10530.0, 10577.0, 10531.0, 10556.0, 10542.0, 10529.0, 10507.0, 10516.0, 10533.0, 10533.0, 10537.0, 10571.0, 10581.0, 10613.0, 10601.0, 10562.0, 10584.0, 10571.0, 10589.0, 10566.0, 10563.0, 10542.0, 10543.0, 10517.0, 10533.0, 10508.0, 10513.0, 10498.0, 10510.0, 10506.0, 10539.0, 10506.0, 10506.0, 10546.0, 10532.0, 10558.0, 10527.0, 10555.0, 10530.0, 10554.0, 10521.0, 10550.0, 10534.0, 10550.0, 10522.0, 10545.0, 10521.0, 10544.0, 10546.0, 10535.0, 10539.0, 10566.0, 10569.0, 10545.0, 10581.0, 10566.0, 10559.0, 10551.0, 10573.0, 10598.0, 10595.0, 10600.0, 10579.0, 10602.0, 10573.0, 10588.0, 10566.0, 10571.0, 10539.0, 10547.0, 10524.0, 10526.0, 10504.0, 10525.0, 10520.0, 10554.0, 10538.0, 10547.0, 10531.0, 10540.0, 10565.0, 10555.0, 10607.0, 10579.0, 10605.0, 10591.0, 10603.0, 10586.0, 10563.0, 10567.0, 10555.0, 10571.0, 10573.0, 10570.0, 10556.0, 10558.0, 10561.0, 10573.0, 10558.0, 10583.0, 10573.0, 10578.0, 10583.0, 10594.0, 10572.0, 10585.0, 10614.0, 10607.0, 10620.0, 10563.0, 10563.0, 10569.0, 10543.0, 10563.0, 10543.0, 10533.0, 10515.0, 10527.0, 10536.0, 10533.0, 10506.0, 10521.0, 10538.0, 10573.0, 10578.0, 10582.0, 10514.0, 10475.0, 10589.0, 10595.0, 10636.0, 10650.0, 10624.0, 10651.0, 10631.0, 10644.0, 10655.0, 10666.0, 10695.0, 10685.0, 10650.0, 10601.0, 10611.0, 10587.0, 10543.0, 10509.0, 10532.0, 10492.0, 10504.0, 10523.0, 10538.0, 10577.0, 10583.0, 10549.0, 10578.0, 10572.0, 10582.0, 10526.0, 10563.0, 10552.0, 10505.0, 10513.0, 10522.0, 10470.0, 10494.0, 10495.0, 10491.0, 10510.0, 10472.0, 10487.0, 10446.0, 10486.0, 10458.0, 10504.0, 10485.0, 10515.0, 10522.0, 10516.0, 10486.0, 10493.0, 10526.0, 10512.0, 10546.0, 10521.0, 10542.0, 10579.0, 10588.0, 10601.0, 10578.0, 10523.0, 10597.0, 10534.0, 10460.0, 10462.0, 10419.0, 10425.0, 10423.0, 10543.0, 10519.0, 10497.0, 10564.0, 10549.0, 10499.0, 10540.0, 10510.0, 10496.0, 10515.0, 10505.0, 10554.0, 10590.0, 10632.0, 10604.0, 10544.0, 10523.0, 10482.0, 10488.0, 10474.0, 10472.0, 10390.0, 10484.0, 10513.0, 10544.0, 10571.0, 10523.0, 10527.0, 10551.0, 10533.0, 10550.0, 10547.0, 10560.0, 10608.0, 10622.0, 10602.0, 10548.0, 10588.0, 10530.0, 10536.0, 10526.0, 10573.0, 10561.0, 10584.0, 10535.0, 10566.0, 10585.0, 10522.0, 10503.0, 10489.0, 10487.0, 10495.0, 10501.0, 10448.0, 10419.0, 10513.0, 10524.0, 10541.0, 10491.0, 10497.0, 10450.0, 10474.0, 10453.0, 10484.0, 10490.0, 10489.0, 10479.0, 10505.0, 10590.0, 10527.0, 10524.0, 10446.0, 10405.0, 10470.0, 10484.0, 10527.0, 10561.0, 10570.0, 10572.0, 10556.0, 10534.0, 10550.0, 10529.0, 10538.0, 10513.0, 10522.0, 10493.0, 10514.0, 10493.0, 10469.0, 10490.0, 10509.0, 10521.0, 10541.0, 10532.0, 10566.0, 10557.0, 10569.0, 10565.0, 10575.0, 10587.0, 10588.0, 10592.0, 10551.0, 10572.0, 10552.0, 10549.0, 10574.0, 10571.0, 10581.0, 10532.0, 10547.0, 10570.0, 10529.0, 10551.0, 10577.0, 10554.0, 10548.0, 10545.0, 10551.0, 10572.0, 10581.0, 10595.0, 10553.0, 10537.0, 10549.0, 10554.0, 10574.0, 10548.0, 10545.0, 10533.0, 10542.0, 10557.0, 10545.0, 10528.0, 10573.0, 10568.0, 10605.0, 10598.0, 10617.0, 10583.0, 10564.0, 10576.0, 10555.0, 10600.0, 10583.0, 10568.0, 10580.0, 10595.0, 10606.0, 10613.0, 10619.0, 10593.0, 10573.0, 10572.0, 10554.0, 10579.0, 10584.0, 10577.0, 10553.0, 10552.0, 10568.0, 10552.0, 10558.0, 10564.0, 10572.0, 10529.0, 10538.0, 10525.0, 10532.0, 10572.0, 10563.0, 10570.0, 10570.0, 10563.0, 10598.0, 10581.0, 10594.0, 10589.0, 10595.0, 10583.0, 10594.0, 10572.0, 10551.0, 10538.0, 10551.0, 10563.0, 10558.0, 10588.0, 10571.0, 10557.0, 10558.0, 10527.0, 10568.0, 10544.0, 10551.0, 10555.0, 10580.0, 10550.0, 10532.0, 10532.0, 10555.0, 10574.0, 10586.0, 10615.0, 10618.0, 10609.0, 10597.0, 10619.0, 10589.0, 10587.0, 10558.0, 10561.0, 10536.0, 10558.0, 10530.0, 10542.0, 10539.0, 10560.0, 10550.0, 10544.0, 10555.0, 10541.0, 10554.0, 10553.0, 10568.0, 10574.0, 10564.0, 10556.0, 10563.0, 10571.0, 10581.0, 10590.0, 10575.0, 10571.0, 10573.0, 10574.0, 10581.0, 10589.0, 10587.0, 10622.0, 10600.0, 10595.0, 10585.0, 10580.0, 10588.0, 10579.0, 10604.0, 10564.0, 10589.0, 10559.0, 10579.0, 10553.0, 10578.0, 10557.0, 10579.0, 10568.0, 10575.0, 10534.0, 10538.0, 10569.0, 10594.0, 10586.0, 10620.0, 10589.0, 10610.0, 10607.0, 10600.0, 10616.0, 10571.0, 10589.0, 10539.0, 10550.0, 10530.0, 10544.0, 10537.0, 10557.0, 10561.0, 10556.0, 10535.0, 10527.0, 10512.0, 10548.0, 10543.0, 10588.0, 10597.0, 10592.0, 10618.0, 10585.0, 10620.0, 10632.0, 10610.0, 10605.0, 10574.0, 10579.0, 10548.0, 10557.0, 10517.0, 10542.0, 10530.0, 10522.0, 10516.0, 10579.0, 10654.0, 10619.0, 10594.0, 10596.0, 10638.0, 10680.0, 10727.0, 10696.0, 10694.0, 10664.0, 10639.0, 10631.0, 10619.0, 10632.0, 10615.0, 10635.0, 10605.0, 10609.0, 10593.0, 10585.0, 10601.0, 10575.0, 10590.0, 10605.0, 10584.0, 10566.0, 10560.0, 10549.0, 10576.0, 10584.0, 10541.0, 10534.0, 10557.0, 10539.0, 10560.0, 10573.0, 10576.0, 10560.0, 10580.0, 10572.0, 10549.0, 10547.0, 10535.0, 10539.0, 10546.0, 10548.0, 10564.0, 10553.0, 10559.0, 10539.0, 10552.0, 10558.0, 10583.0, 10548.0, 10564.0, 10589.0, 10549.0, 10547.0, 10556.0, 10562.0, 10580.0, 10557.0, 10544.0, 10552.0, 10539.0, 10552.0, 10546.0, 10547.0, 10524.0, 10531.0, 10507.0, 10502.0, 10521.0, 10502.0, 10535.0, 10519.0, 10543.0, 10541.0, 10494.0, 10460.0, 10469.0, 10498.0, 10554.0, 10593.0, 10657.0, 10654.0, 10646.0, 10648.0, 10645.0, 10650.0, 10655.0, 10628.0, 10633.0, 10613.0, 10587.0, 10578.0, 10584.0, 10588.0, 10582.0, 10568.0, 10589.0, 10576.0, 10583.0, 10562.0, 10561.0, 10526.0, 10519.0, 10537.0, 10536.0, 10532.0, 10530.0, 10543.0, 10518.0, 10540.0, 10531.0, 10529.0, 10551.0, 10528.0, 10549.0, 10559.0, 10537.0, 10542.0, 10517.0, 10539.0, 10519.0, 10514.0, 10533.0, 10530.0, 10555.0, 10526.0, 10560.0, 10536.0, 10567.0, 10574.0, 10616.0, 10671.0, 10625.0, 10673.0, 10647.0, 10607.0, 10616.0, 10600.0, 10564.0, 10477.0, 10585.0, 10585.0, 10514.0, 10526.0, 10645.0, 10550.0, 10555.0, 10616.0, 10615.0, 10579.0, 10574.0, 10572.0, 10552.0, 10543.0, 10579.0, 10545.0, 10575.0, 10538.0, 10547.0, 10550.0, 10540.0, 10504.0, 10513.0, 10498.0, 10497.0, 10522.0, 10536.0, 10507.0, 10504.0, 10520.0, 10538.0, 10459.0, 10567.0, 10588.0, 10586.0, 10562.0, 10607.0, 10640.0, 10604.0, 10594.0, 10620.0, 10635.0, 10693.0, 10717.0, 10668.0, 10679.0, 10664.0, 10646.0, 10622.0, 10650.0, 10631.0, 10635.0, 10598.0, 10554.0, 10471.0, 10489.0, 10502.0, 10518.0, 10526.0, 10554.0, 10563.0, 10645.0, 10602.0, 10544.0, 10539.0, 10458.0, 10455.0, 10543.0, 10587.0, 10613.0, 10569.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.006464438444924406</td></tr>
<tr><td colspan=3>aqi</td><td>0.04333619816414687</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.828251701621625</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3390815805297287</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0887438403135128</td></tr>
<tr><td colspan=3>efc</td><td>0.4979</td></tr>
<tr><td colspan=3>fber</td><td>5931.5894</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19552956802805693</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>244</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>26.34989200863931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.329373858077521</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1961090385497712</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.596712574453184</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.195299961229608</td></tr>
<tr><td colspan=3>gcor</td><td>0.0213629</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007606034632772207</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04735491797327995</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>926</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.188031737239867</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.5659</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.0176</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.408</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293960.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1051.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>409.7897</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9857</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.4986</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4023.8455</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82584.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1595.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5204.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.2394</td></tr>
<tr><td colspan=3>tsnr</td><td>30.669671241310425</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>