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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0065_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-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0065/ses-02/func/sub-0065_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a2351d01ed970d2d83eaefe80f40369e</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>21:22:48.390000</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.999684, 0.00482283, 0.0246748, -0.00348958, 0.998546, -0.0537933]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0826965</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7767, -7306, 809, -13, -432, 378, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>236.368</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d842443a-47c3-4d78-b621-c45d4f9ab59f||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.6820788383483887, -0.009362297132611275, 0.0672256276011467, 108.21160888671875], [-0.01293930783867836, 2.679025888442993, -0.14496350288391113, -92.27322387695312], [0.06620074063539505, 0.14432348310947418, 2.69526743888855, -90.72724151611328], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['212248.390000', '212248.850000', '212249.310000', '212249.770000', '212250.230000', '212250.690000', '212251.150000', '212251.610000', '212252.070000', '212252.530000', '212252.990000', '212253.450000', '212253.910000', '212254.370000', '212254.830000', '212255.290000', '212255.750000', '212256.210000', '212256.670000', '212257.130000', '212257.590000', '212258.050000', '212258.510000', '212258.970000', '212259.430000', '212259.890000', '212300.350000', '212300.810000', '212301.270000', '212301.730000', '212302.190000', '212302.650000', '212303.110000', '212303.570000', '212304.030000', '212304.490000', '212304.950000', '212305.410000', '212305.870000', '212306.330000', '212306.790000', '212307.250000', '212307.710000', '212308.170000', '212308.630000', '212309.090000', '212309.550000', '212310.010000', '212310.470000', '212310.930000', '212311.390000', '212311.850000', '212312.310000', '212312.770000', '212313.230000', '212313.690000', '212314.150000', '212314.610000', '212315.070000', '212315.530000', '212315.990000', '212316.450000', '212316.910000', '212317.370000', '212317.830000', '212318.290000', '212318.750000', '212319.210000', '212319.670000', '212320.130000', '212320.590000', '212321.050000', '212321.510000', '212321.970000', '212322.430000', '212322.890000', '212323.350000', '212323.810000', '212324.270000', '212324.730000', '212325.190000', '212325.650000', '212326.110000', '212326.570000', '212327.030000', '212327.490000', '212327.950000', '212328.410000', '212328.870000', '212329.330000', '212329.790000', '212330.250000', '212330.710000', '212331.170000', '212331.630000', '212332.090000', '212332.550000', '212333.010000', '212333.470000', '212333.930000', '212334.390000', '212334.850000', '212335.310000', '212335.770000', '212336.230000', '212336.690000', '212337.150000', '212337.610000', '212338.070000', '212338.530000', '212338.990000', '212339.450000', '212339.910000', '212340.370000', '212340.830000', '212341.290000', '212341.750000', '212342.210000', '212342.670000', '212343.130000', '212343.590000', '212344.050000', '212344.510000', '212344.970000', '212345.430000', '212345.890000', '212346.350000', '212346.810000', '212347.270000', '212347.730000', '212348.190000', '212348.650000', '212349.110000', '212349.570000', '212350.030000', '212350.490000', '212350.950000', '212351.410000', '212351.870000', '212352.330000', '212352.790000', '212353.250000', '212353.710000', '212354.170000', '212354.630000', '212355.090000', '212355.550000', '212356.010000', '212356.470000', '212356.930000', '212357.390000', '212357.850000', '212358.310000', '212358.770000', '212359.230000', '212359.690000', '212400.150000', '212400.610000', '212401.070000', '212401.530000', '212401.990000', '212402.450000', '212402.910000', '212403.370000', '212403.830000', '212404.290000', '212404.750000', '212405.210000', '212405.670000', '212406.130000', '212406.590000', '212407.050000', '212407.510000', '212407.970000', '212408.430000', '212408.890000', '212409.350000', '212409.810000', '212410.270000', '212410.730000', '212411.190000', '212411.650000', '212412.110000', '212412.570000', '212413.030000', '212413.490000', '212413.950000', '212414.410000', '212414.870000', '212415.330000', '212415.790000', '212416.250000', '212416.710000', '212417.170000', '212417.630000', '212418.090000', '212418.550000', '212419.010000', '212419.470000', '212419.930000', '212420.390000', '212420.850000', '212421.310000', '212421.770000', '212422.230000', '212422.690000', '212423.150000', '212423.610000', '212424.070000', '212424.530000', '212424.990000', '212425.450000', '212425.910000', '212426.370000', '212426.830000', '212427.290000', '212427.750000', '212428.210000', '212428.670000', '212429.130000', '212429.590000', '212430.050000', '212430.510000', '212430.970000', '212431.430000', '212431.890000', '212432.350000', '212432.810000', '212433.270000', '212433.730000', '212434.190000', '212434.650000', '212435.110000', '212435.570000', '212436.030000', '212436.490000', '212436.950000', '212437.410000', '212437.870000', '212438.330000', '212438.790000', '212439.250000', '212439.710000', '212440.170000', '212440.630000', '212441.090000', '212441.550000', '212442.010000', '212442.470000', '212442.930000', '212443.390000', '212443.850000', '212444.310000', '212444.770000', '212445.230000', '212445.690000', '212446.150000', '212446.610000', '212447.070000', '212447.530000', '212447.990000', '212448.450000', '212448.910000', '212449.370000', '212449.830000', '212450.290000', '212450.750000', '212451.210000', '212451.670000', '212452.130000', '212452.590000', '212453.050000', '212453.510000', '212453.970000', '212454.430000', '212454.890000', '212455.350000', '212455.810000', '212456.270000', '212456.730000', '212457.190000', '212457.650000', '212458.110000', '212458.570000', '212459.030000', '212459.490000', '212459.950000', '212500.410000', '212500.870000', '212501.330000', '212501.790000', '212502.250000', '212502.710000', '212503.170000', '212503.630000', '212504.090000', '212504.550000', '212505.010000', '212505.470000', '212505.930000', '212506.390000', '212506.850000', '212507.310000', '212507.770000', '212508.230000', '212508.690000', '212509.150000', '212509.610000', '212510.070000', '212510.530000', '212510.990000', '212511.450000', '212511.910000', '212512.370000', '212512.830000', '212513.290000', '212513.750000', '212514.210000', '212514.670000', '212515.130000', '212515.590000', '212516.050000', '212516.510000', '212516.970000', '212517.430000', '212517.890000', '212518.350000', '212518.810000', '212519.270000', '212519.730000', '212520.190000', '212520.650000', '212521.110000', '212521.570000', '212522.030000', '212522.490000', '212522.950000', '212523.410000', '212523.870000', '212524.330000', '212524.790000', '212525.250000', '212525.710000', '212526.170000', '212526.630000', '212527.090000', '212527.550000', '212528.010000', '212528.470000', '212528.930000', '212529.390000', '212529.850000', '212530.310000', '212530.770000', '212531.230000', '212531.690000', '212532.150000', '212532.610000', '212533.070000', '212533.530000', '212533.990000', '212534.450000', '212534.910000', '212535.370000', '212535.830000', '212536.290000', '212536.750000', '212537.210000', '212537.670000', '212538.130000', '212538.590000', '212539.050000', '212539.510000', '212539.970000', '212540.430000', '212540.890000', '212541.350000', '212541.810000', '212542.270000', '212542.730000', '212543.190000', '212543.650000', '212544.110000', '212544.570000', '212545.030000', '212545.490000', '212545.950000', '212546.410000', '212546.870000', '212547.330000', '212547.790000', '212548.250000', '212548.710000', '212549.170000', '212549.630000', '212550.090000', '212550.550000', '212551.010000', '212551.470000', '212551.930000', '212552.390000', '212552.850000', '212553.310000', '212553.770000', '212554.230000', '212554.690000', '212555.150000', '212555.610000', '212556.070000', '212556.530000', '212556.990000', '212557.450000', '212557.910000', '212558.370000', '212558.830000', '212559.290000', '212559.750000', '212600.210000', '212600.670000', '212601.130000', '212601.590000', '212602.050000', '212602.510000', '212602.970000', '212603.430000', '212603.890000', '212604.350000', '212604.810000', '212605.270000', '212605.730000', '212606.190000', '212606.650000', '212607.110000', '212607.570000', '212608.030000', '212608.490000', '212608.950000', '212609.410000', '212609.870000', '212610.330000', '212610.790000', '212611.250000', '212611.710000', '212612.170000', '212612.630000', '212613.090000', '212613.550000', '212614.010000', '212614.470000', '212614.930000', '212615.390000', '212615.850000', '212616.310000', '212616.770000', '212617.230000', '212617.690000', '212618.150000', '212618.610000', '212619.070000', '212619.530000', '212619.990000', '212620.450000', '212620.910000', '212621.370000', '212621.830000', '212622.290000', '212622.750000', '212623.210000', '212623.670000', '212624.130000', '212624.590000', '212625.050000', '212625.510000', '212625.970000', '212626.430000', '212626.890000', '212627.350000', '212627.810000', '212628.270000', '212628.730000', '212629.190000', '212629.650000', '212630.110000', '212630.570000', '212631.030000', '212631.490000', '212631.950000', '212632.410000', '212632.870000', '212633.330000', '212633.790000', '212634.250000', '212634.710000', '212635.170000', '212635.630000', '212636.090000', '212636.550000', '212637.010000', '212637.470000', '212637.930000', '212638.390000', '212638.850000', '212639.310000', '212639.770000', '212640.230000', '212640.690000', '212641.150000', '212641.610000', '212642.070000', '212642.530000', '212642.990000', '212643.450000', '212643.910000', '212644.370000', '212644.830000', '212645.290000', '212645.750000', '212646.210000', '212646.670000', '212647.130000', '212647.590000', '212648.050000', '212648.510000', '212648.970000', '212649.430000', '212649.890000', '212650.350000', '212650.810000', '212651.270000', '212651.730000', '212652.190000', '212652.650000', '212653.110000', '212653.570000', '212654.030000', '212654.490000', '212654.950000', '212655.410000', '212655.870000', '212656.330000', '212656.790000', '212657.250000', '212657.710000', '212658.170000', '212658.630000', '212659.090000', '212659.550000', '212700.010000', '212700.470000', '212700.930000', '212701.390000', '212701.850000', '212702.310000', '212702.770000', '212703.230000', '212703.690000', '212704.150000', '212704.610000', '212705.070000', '212705.530000', '212705.990000', '212706.450000', '212706.910000', '212707.370000', '212707.830000', '212708.290000', '212708.750000', '212709.210000', '212709.670000', '212710.130000', '212710.590000', '212711.050000', '212711.510000', '212711.970000', '212712.430000', '212712.890000', '212713.350000', '212713.810000', '212714.270000', '212714.730000', '212715.190000', '212715.650000', '212716.110000', '212716.570000', '212717.030000', '212717.490000', '212717.950000', '212718.410000', '212718.870000', '212719.330000', '212719.790000', '212720.250000', '212720.710000', '212721.170000', '212721.630000', '212722.090000', '212722.550000', '212723.010000', '212723.470000', '212723.930000', '212724.390000', '212724.850000', '212725.310000', '212725.770000', '212726.230000', '212726.690000', '212727.150000', '212727.610000', '212728.070000', '212728.530000', '212728.990000', '212729.450000', '212729.910000', '212730.370000', '212730.830000', '212731.290000', '212731.750000', '212732.210000', '212732.670000', '212733.130000', '212733.590000', '212734.050000', '212734.510000', '212734.970000', '212735.430000', '212735.890000', '212736.350000', '212736.810000', '212737.270000', '212737.730000', '212738.190000', '212738.650000', '212739.110000', '212739.570000', '212740.030000', '212740.490000', '212740.950000', '212741.410000', '212741.870000', '212742.330000', '212742.790000', '212743.250000', '212743.710000', '212744.170000', '212744.630000', '212745.090000', '212745.550000', '212746.010000', '212746.470000', '212746.930000', '212747.390000', '212747.850000', '212748.310000', '212748.770000', '212749.230000', '212749.690000', '212750.150000', '212750.610000', '212751.070000', '212751.530000', '212751.990000', '212752.450000', '212752.910000', '212753.370000', '212753.830000', '212754.290000', '212754.750000', '212755.210000', '212755.670000', '212756.130000', '212756.590000', '212757.050000', '212757.510000', '212757.970000', '212758.430000', '212758.890000', '212759.350000', '212759.810000', '212800.270000', '212800.730000', '212801.190000', '212801.650000', '212802.110000', '212802.570000', '212803.030000', '212803.490000', '212803.950000', '212804.410000', '212804.870000', '212805.330000', '212805.790000', '212806.250000', '212806.710000', '212807.170000', '212807.630000', '212808.090000', '212808.550000', '212809.010000', '212809.470000', '212809.930000', '212810.390000', '212810.850000', '212811.310000', '212811.770000', '212812.230000', '212812.690000', '212813.150000', '212813.610000', '212814.070000', '212814.530000', '212814.990000', '212815.450000', '212815.910000', '212816.370000', '212816.830000', '212817.290000', '212817.750000', '212818.210000', '212818.670000', '212819.130000', '212819.590000', '212820.050000', '212820.510000', '212820.970000', '212821.430000', '212821.890000', '212822.350000', '212822.810000', '212823.270000', '212823.730000', '212824.190000', '212824.650000', '212825.110000', '212825.570000', '212826.030000', '212826.490000', '212826.950000', '212827.410000', '212827.870000', '212828.330000', '212828.790000', '212829.250000', '212829.710000', '212830.170000', '212830.630000', '212831.090000', '212831.550000', '212832.010000', '212832.470000', '212832.930000', '212833.390000', '212833.850000', '212834.310000', '212834.770000', '212835.230000', '212835.690000', '212836.150000', '212836.610000', '212837.070000', '212837.530000', '212837.990000', '212838.450000', '212838.910000', '212839.370000', '212839.830000', '212840.290000', '212840.750000', '212841.210000', '212841.670000', '212842.130000', '212842.590000', '212843.050000', '212843.510000', '212843.970000', '212844.430000', '212844.890000', '212845.350000', '212845.810000', '212846.270000', '212846.730000', '212847.190000', '212847.650000', '212848.110000', '212848.570000', '212849.030000', '212849.490000', '212849.950000', '212850.410000', '212850.870000', '212851.330000', '212851.790000', '212852.250000', '212852.710000', '212853.170000', '212853.630000', '212854.090000', '212854.550000', '212855.010000', '212855.470000', '212855.930000', '212856.390000', '212856.850000', '212857.310000', '212857.770000', '212858.230000', '212858.690000', '212859.150000', '212859.610000', '212900.070000', '212900.530000', '212900.990000', '212901.450000', '212901.910000', '212902.370000', '212902.830000', '212903.290000', '212903.750000', '212904.210000', '212904.670000', '212905.130000', '212905.590000', '212906.050000', '212906.510000', '212906.970000', '212907.430000', '212907.890000', '212908.350000', '212908.810000', '212909.270000', '212909.730000', '212910.190000', '212910.650000', '212911.110000', '212911.570000', '212912.030000', '212912.490000', '212912.950000', '212913.410000', '212913.870000', '212914.330000', '212914.790000', '212915.250000', '212915.710000', '212916.170000', '212916.630000', '212917.090000', '212917.550000', '212918.010000', '212918.470000', '212918.930000', '212919.390000', '212919.850000', '212920.310000', '212920.770000', '212921.230000', '212921.690000', '212922.150000', '212922.610000', '212923.070000', '212923.530000', '212923.990000', '212924.450000', '212924.910000', '212925.370000', '212925.830000', '212926.290000', '212926.750000', '212927.210000', '212927.670000', '212928.130000', '212928.590000', '212929.050000', '212929.510000', '212929.970000', '212930.430000', '212930.890000', '212931.350000', '212931.810000', '212932.270000', '212932.730000', '212933.190000', '212933.650000', '212934.110000', '212934.570000', '212935.030000', '212935.490000', '212935.950000', '212936.410000', '212936.870000', '212937.330000', '212937.790000', '212938.250000', '212938.710000', '212939.170000', '212939.630000', '212940.090000', '212940.550000', '212941.010000', '212941.470000', '212941.930000', '212942.390000', '212942.850000', '212943.310000', '212943.770000', '212944.230000', '212944.690000', '212945.150000', '212945.610000', '212946.070000', '212946.530000', '212946.990000', '212947.450000', '212947.910000', '212948.370000'], 'ContentTime': ['212313.586000', '212313.589000', '212313.592000', '212313.595000', '212313.598000', '212313.600000', '212313.603000', '212313.605000', '212313.608000', '212313.611000', '212313.613000', '212313.616000', '212313.618000', '212313.621000', '212313.623000', '212313.626000', '212313.628000', '212313.631000', '212313.634000', '212313.636000', '212313.639000', '212313.641000', '212313.644000', '212313.646000', '212313.649000', '212313.651000', '212313.654000', '212313.656000', '212313.659000', '212313.688000', '212313.691000', '212313.693000', '212313.696000', '212313.699000', '212313.701000', '212313.704000', '212313.706000', '212313.709000', '212313.712000', '212313.714000', '212313.717000', '212313.719000', '212313.722000', '212313.725000', '212313.727000', '212313.730000', '212313.732000', '212313.735000', '212313.737000', '212313.740000', '212313.742000', '212313.745000', '212333.561000', '212333.565000', '212333.567000', '212333.588000', '212333.591000', '212333.594000', '212333.596000', '212333.599000', '212333.602000', '212333.604000', '212333.607000', '212333.609000', '212333.612000', '212333.614000', '212333.617000', '212333.620000', '212333.622000', '212333.625000', '212333.628000', '212333.630000', '212333.633000', '212333.635000', '212333.642000', '212333.644000', '212333.647000', '212333.649000', '212333.652000', '212333.655000', '212333.657000', '212333.660000', '212333.662000', '212333.665000', '212333.668000', '212333.670000', '212333.673000', '212333.675000', '212333.678000', '212333.680000', '212333.683000', '212333.685000', '212333.688000', '212333.691000', '212333.693000', '212333.696000', '212353.561000', '212353.563000', '212353.566000', '212353.569000', '212353.571000', '212353.574000', '212353.576000', '212353.579000', '212353.582000', '212353.584000', '212353.587000', '212353.589000', '212353.592000', '212353.594000', '212353.597000', '212353.600000', '212353.602000', '212353.605000', '212353.608000', '212353.610000', '212353.618000', '212353.621000', '212353.623000', '212353.626000', '212353.628000', '212353.631000', '212353.633000', '212353.636000', '212353.639000', '212353.641000', '212353.644000', '212353.646000', '212353.649000', '212353.652000', '212353.654000', '212353.657000', '212353.659000', '212353.662000', '212353.665000', '212353.667000', '212353.670000', '212353.672000', '212353.675000', '212413.560000', '212413.563000', '212413.566000', '212413.568000', '212413.571000', '212413.574000', '212413.576000', '212413.579000', '212413.581000', '212413.584000', '212413.587000', '212413.589000', '212413.592000', '212413.594000', '212413.597000', '212413.599000', '212413.602000', '212413.605000', '212413.607000', '212413.610000', '212413.612000', '212413.615000', '212413.617000', '212413.620000', '212413.623000', '212413.625000', '212413.628000', '212413.636000', '212413.638000', '212413.641000', '212413.644000', '212413.646000', '212413.649000', '212413.652000', '212413.654000', '212413.657000', '212413.659000', '212413.662000', '212413.664000', '212413.667000', '212413.670000', '212413.672000', '212413.675000', '212413.678000', '212433.561000', '212433.563000', '212433.566000', '212433.569000', '212433.571000', '212433.574000', '212433.576000', '212433.579000', '212433.581000', '212433.584000', '212433.587000', '212433.589000', '212433.592000', '212433.594000', '212433.597000', '212433.600000', '212433.603000', '212433.605000', '212433.608000', '212433.610000', '212433.613000', '212433.616000', '212433.618000', '212433.621000', '212433.623000', '212433.626000', '212433.629000', '212433.631000', '212433.634000', '212433.636000', '212433.643000', '212433.646000', '212433.648000', '212433.651000', '212433.654000', '212433.656000', '212433.659000', '212433.661000', '212433.664000', '212433.666000', '212433.669000', '212433.672000', '212433.674000', '212453.560000', '212453.563000', '212453.566000', '212453.569000', '212453.571000', '212453.574000', '212453.577000', '212453.579000', '212453.582000', '212453.584000', '212453.587000', '212453.590000', '212453.592000', '212453.595000', '212453.597000', '212453.601000', '212453.604000', '212453.606000', '212453.609000', '212453.612000', '212453.614000', '212453.617000', '212453.620000', '212453.622000', '212453.625000', '212453.627000', '212453.630000', '212453.632000', '212453.661000', '212453.664000', '212453.667000', '212453.669000', '212453.672000', '212453.675000', '212453.677000', '212453.680000', '212453.682000', '212453.685000', '212453.687000', '212453.690000', '212453.692000', '212453.695000', '212453.698000', '212513.561000', '212513.563000', '212513.566000', '212513.569000', '212513.571000', '212513.574000', '212513.577000', '212513.579000', '212513.582000', '212513.585000', '212513.587000', '212513.590000', '212513.592000', '212513.595000', '212513.598000', '212513.600000', '212513.603000', '212513.606000', '212513.608000', '212513.611000', '212513.613000', '212513.616000', '212513.618000', '212513.621000', '212513.624000', '212513.626000', '212513.629000', '212513.632000', '212513.634000', '212513.637000', '212513.639000', '212513.642000', '212513.645000', '212513.647000', '212513.650000', '212513.652000', '212513.655000', '212513.657000', '212513.660000', '212513.663000', '212513.665000', '212513.668000', '212513.670000', '212513.673000', '212533.560000', '212533.562000', '212533.565000', '212533.568000', '212533.570000', '212533.573000', '212533.576000', '212533.578000', '212533.581000', '212533.584000', '212533.586000', '212533.589000', '212533.591000', '212533.594000', '212533.597000', '212533.599000', '212533.602000', '212533.605000', '212533.607000', '212533.610000', '212533.612000', '212533.615000', '212533.617000', '212533.620000', '212533.623000', '212533.626000', '212533.628000', '212533.631000', '212533.634000', '212533.636000', '212533.639000', '212533.641000', '212533.644000', '212533.646000', '212533.649000', '212533.652000', '212533.654000', '212533.657000', '212533.659000', '212533.662000', '212533.664000', '212533.667000', '212533.670000', '212553.561000', '212553.563000', '212553.566000', '212553.569000', '212553.571000', '212553.574000', '212553.576000', '212553.579000', '212553.582000', '212553.584000', '212553.587000', '212553.589000', '212553.592000', '212553.595000', '212553.597000', '212553.600000', '212553.603000', '212553.605000', '212553.608000', '212553.610000', '212553.613000', '212553.615000', '212553.618000', '212553.620000', '212553.623000', '212553.626000', '212553.628000', '212553.631000', '212553.634000', '212553.636000', '212553.639000', '212553.641000', '212553.644000', '212553.646000', '212553.649000', '212553.652000', '212553.654000', '212553.657000', '212553.659000', '212553.662000', '212553.664000', '212553.667000', '212553.670000', '212553.672000', '212613.561000', '212613.563000', '212613.566000', '212613.569000', '212613.571000', '212613.574000', '212613.576000', '212613.579000', '212613.582000', '212613.584000', '212613.587000', '212613.589000', '212613.592000', '212613.595000', '212613.597000', '212613.600000', '212613.602000', '212613.605000', '212613.608000', '212613.610000', '212613.613000', '212613.615000', '212613.618000', '212613.620000', '212613.623000', '212613.626000', '212613.628000', '212613.631000', '212613.638000', '212613.642000', '212613.644000', '212613.647000', '212613.650000', '212613.652000', '212613.655000', '212613.657000', '212613.660000', '212613.663000', '212613.665000', '212613.668000', '212613.670000', '212613.673000', '212613.676000', '212633.560000', '212633.563000', '212633.566000', '212633.569000', '212633.571000', '212633.574000', '212633.576000', '212633.579000', '212633.581000', '212633.584000', '212633.587000', '212633.589000', '212633.592000', '212633.594000', '212633.597000', '212633.600000', '212633.602000', '212633.605000', '212633.608000', '212633.610000', '212633.613000', '212633.616000', '212633.618000', '212633.621000', '212633.633000', '212633.636000', '212633.639000', '212633.641000', '212633.644000', '212633.646000', '212633.649000', '212633.652000', '212633.654000', '212633.657000', '212633.659000', '212633.662000', '212633.664000', '212633.667000', '212633.670000', '212633.672000', '212633.675000', '212633.678000', '212633.680000', '212633.683000', '212653.561000', '212653.563000', '212653.566000', '212653.569000', '212653.571000', '212653.574000', '212653.576000', '212653.579000', '212653.581000', '212653.584000', '212653.587000', '212653.589000', '212653.592000', '212653.594000', '212653.597000', '212653.600000', '212653.602000', '212653.605000', '212653.608000', '212653.610000', '212653.613000', '212653.615000', '212653.618000', '212653.621000', '212653.623000', '212653.626000', '212653.629000', '212653.631000', '212653.634000', '212653.636000', '212653.639000', '212653.642000', '212653.644000', '212653.647000', '212653.649000', '212653.652000', '212653.655000', '212653.657000', '212653.660000', '212653.662000', '212653.672000', '212653.674000', '212653.677000', '212713.561000', '212713.564000', '212713.566000', '212713.569000', '212713.571000', '212713.574000', '212713.577000', '212713.579000', '212713.582000', '212713.584000', '212713.587000', '212713.590000', '212713.592000', '212713.595000', '212713.597000', '212713.600000', '212713.603000', '212713.605000', '212713.608000', '212713.611000', '212713.613000', '212713.616000', '212713.619000', '212713.621000', '212713.624000', '212713.626000', '212713.629000', '212713.632000', '212713.634000', '212713.637000', '212713.639000', '212713.642000', '212713.645000', '212713.647000', '212713.650000', '212713.652000', '212713.655000', '212713.658000', '212713.660000', '212713.663000', '212713.665000', '212713.668000', '212713.670000', '212713.673000', '212733.560000', '212733.563000', '212733.565000', '212733.568000', '212733.570000', '212733.573000', '212733.576000', '212733.578000', '212733.581000', '212733.583000', '212733.586000', '212733.588000', '212733.591000', '212733.594000', '212733.596000', '212733.599000', '212733.601000', '212733.604000', '212733.607000', '212733.609000', '212733.612000', '212733.614000', '212733.617000', '212733.619000', '212733.622000', '212733.625000', '212733.627000', '212733.630000', '212733.633000', '212733.635000', '212733.638000', '212733.641000', '212733.643000', '212733.646000', '212733.649000', '212733.651000', '212733.654000', '212733.657000', '212733.659000', '212733.662000', '212733.665000', '212733.668000', '212733.670000', '212753.560000', '212753.562000', '212753.565000', '212753.568000', '212753.570000', '212753.573000', '212753.575000', '212753.578000', '212753.581000', '212753.583000', '212753.586000', '212753.588000', '212753.591000', '212753.594000', '212753.596000', '212753.599000', '212753.602000', '212753.604000', '212753.607000', '212753.609000', '212753.612000', '212753.615000', '212753.617000', '212753.620000', '212753.622000', '212753.625000', '212753.628000', '212753.630000', '212753.633000', '212753.636000', '212753.638000', '212753.641000', '212753.644000', '212753.646000', '212753.649000', '212753.652000', '212753.654000', '212753.657000', '212753.660000', '212753.662000', '212753.665000', '212753.667000', '212753.670000', '212753.673000', '212813.560000', '212813.563000', '212813.566000', '212813.569000', '212813.571000', '212813.574000', '212813.576000', '212813.579000', '212813.581000', '212813.584000', '212813.587000', '212813.589000', '212813.592000', '212813.594000', '212813.597000', '212813.600000', '212813.602000', '212813.605000', '212813.608000', '212813.610000', '212813.613000', '212813.615000', '212813.618000', '212813.621000', '212813.623000', '212813.626000', '212813.628000', '212813.631000', '212813.634000', '212813.636000', '212813.639000', '212813.641000', '212813.644000', '212813.646000', '212813.649000', '212813.652000', '212813.654000', '212813.657000', '212813.660000', '212813.662000', '212813.665000', '212813.668000', '212813.670000', '212833.561000', '212833.564000', '212833.566000', '212833.569000', '212833.571000', '212833.574000', '212833.577000', '212833.579000', '212833.582000', '212833.584000', '212833.587000', '212833.589000', '212833.592000', '212833.595000', '212833.597000', '212833.600000', '212833.602000', '212833.605000', '212833.608000', '212833.610000', '212833.613000', '212833.616000', '212833.618000', '212833.621000', '212833.623000', '212833.626000', '212833.628000', '212833.631000', '212833.634000', '212833.636000', '212833.639000', '212833.642000', '212833.644000', '212833.647000', '212833.649000', '212833.652000', '212833.655000', '212833.657000', '212833.660000', '212833.662000', '212833.665000', '212833.668000', '212833.670000', '212833.673000', '212853.561000', '212853.563000', '212853.566000', '212853.569000', '212853.571000', '212853.574000', '212853.577000', '212853.579000', '212853.582000', '212853.584000', '212853.587000', '212853.589000', '212853.592000', '212853.595000', '212853.597000', '212853.600000', '212853.602000', '212853.605000', '212853.608000', '212853.610000', '212853.613000', '212853.616000', '212853.618000', '212853.621000', '212853.623000', '212853.626000', '212853.629000', '212853.631000', '212853.634000', '212853.637000', '212853.639000', '212853.642000', '212853.644000', '212853.647000', '212853.650000', '212853.652000', '212853.655000', '212853.657000', '212853.660000', '212853.663000', '212853.665000', '212853.668000', '212853.670000', '212913.560000', '212913.563000', '212913.566000', '212913.569000', '212913.571000', '212913.574000', '212913.576000', '212913.579000', '212913.581000', '212913.584000', '212913.587000', '212913.589000', '212913.592000', '212913.594000', '212913.597000', '212913.600000', '212913.602000', '212913.605000', '212913.608000', '212913.610000', '212913.613000', '212913.615000', '212913.618000', '212913.620000', '212913.623000', '212913.626000', '212913.628000', '212913.631000', '212913.633000', '212913.636000', '212913.639000', '212913.641000', '212913.644000', '212913.646000', '212913.649000', '212913.651000', '212913.654000', '212913.657000', '212913.659000', '212913.662000', '212913.664000', '212913.667000', '212913.669000', '212913.672000', '212933.561000', '212933.563000', '212933.579000', '212933.582000', '212933.584000', '212933.587000', '212933.590000', '212933.592000', '212933.595000', '212933.597000', '212933.600000', '212933.603000', '212933.605000', '212933.608000', '212933.610000', '212933.613000', '212933.616000', '212933.618000', '212933.621000', '212933.623000', '212933.626000', '212933.628000', '212933.631000', '212933.634000', '212933.636000', '212933.639000', '212933.642000', '212933.644000', '212933.647000', '212933.649000', '212933.652000', '212933.655000', '212933.657000', '212933.660000', '212933.663000', '212933.665000', '212933.668000', '212933.670000', '212933.673000', '212933.676000', '212933.678000', '212933.681000', '212933.683000', '212949.785000', '212949.788000', '212949.791000', '212949.793000', '212949.796000', '212949.798000', '212949.801000', '212949.803000', '212949.806000', '212949.809000', '212949.811000', '212949.814000', '212949.816000', '212949.819000', '212949.821000', '212949.824000', '212949.827000', '212949.829000', '212949.832000', '212949.835000', '212949.837000', '212949.840000', '212949.842000', '212949.845000', '212949.847000', '212949.850000', '212949.853000', '212949.855000', '212949.858000', '212949.861000', '212949.864000', '212949.866000', '212949.869000', '212949.871000', '212949.874000', '212949.876000'], 'InstanceCreationTime': ['212313.586000', '212313.589000', '212313.592000', '212313.595000', '212313.598000', '212313.600000', '212313.603000', '212313.605000', '212313.608000', '212313.611000', '212313.613000', '212313.616000', '212313.618000', '212313.621000', '212313.623000', '212313.626000', '212313.628000', '212313.631000', '212313.634000', '212313.636000', '212313.639000', '212313.641000', '212313.644000', '212313.646000', '212313.649000', '212313.651000', '212313.654000', '212313.656000', '212313.659000', '212313.688000', '212313.691000', '212313.693000', '212313.696000', '212313.699000', '212313.701000', '212313.704000', '212313.706000', '212313.709000', '212313.712000', '212313.714000', '212313.717000', '212313.719000', '212313.722000', '212313.725000', '212313.727000', '212313.730000', '212313.732000', '212313.735000', '212313.737000', '212313.740000', '212313.742000', '212313.745000', '212333.561000', '212333.565000', '212333.567000', '212333.588000', '212333.591000', '212333.594000', '212333.596000', '212333.599000', '212333.602000', '212333.604000', '212333.607000', '212333.609000', '212333.612000', '212333.614000', '212333.617000', '212333.620000', '212333.622000', '212333.625000', '212333.628000', '212333.630000', '212333.633000', '212333.635000', '212333.642000', '212333.644000', '212333.647000', '212333.649000', '212333.652000', '212333.655000', '212333.657000', '212333.660000', '212333.662000', '212333.665000', '212333.668000', '212333.670000', '212333.673000', '212333.675000', '212333.678000', '212333.680000', '212333.683000', '212333.685000', '212333.688000', '212333.691000', '212333.693000', '212333.696000', '212353.561000', '212353.563000', '212353.566000', '212353.569000', '212353.571000', '212353.574000', '212353.576000', '212353.579000', '212353.582000', '212353.584000', '212353.587000', '212353.589000', '212353.592000', '212353.594000', '212353.597000', '212353.600000', '212353.602000', '212353.605000', '212353.608000', '212353.610000', '212353.618000', '212353.621000', '212353.623000', '212353.626000', '212353.628000', '212353.631000', '212353.633000', '212353.636000', '212353.639000', '212353.641000', '212353.644000', '212353.646000', '212353.649000', '212353.652000', '212353.654000', '212353.657000', '212353.659000', '212353.662000', '212353.665000', '212353.667000', '212353.670000', '212353.672000', '212353.675000', '212413.560000', '212413.563000', '212413.566000', '212413.568000', '212413.571000', '212413.574000', '212413.576000', '212413.579000', '212413.581000', '212413.584000', '212413.587000', '212413.589000', '212413.592000', '212413.594000', '212413.597000', '212413.599000', '212413.602000', '212413.605000', '212413.607000', '212413.610000', '212413.612000', '212413.615000', '212413.617000', '212413.620000', '212413.623000', '212413.625000', '212413.628000', '212413.636000', '212413.638000', '212413.641000', '212413.644000', '212413.646000', '212413.649000', '212413.652000', '212413.654000', '212413.657000', '212413.659000', '212413.662000', '212413.664000', '212413.667000', '212413.670000', '212413.672000', '212413.675000', '212413.678000', '212433.561000', '212433.563000', '212433.566000', '212433.569000', '212433.571000', '212433.574000', '212433.576000', '212433.579000', '212433.581000', '212433.584000', '212433.587000', '212433.589000', '212433.592000', '212433.594000', '212433.597000', '212433.600000', '212433.603000', '212433.605000', '212433.608000', '212433.610000', '212433.613000', '212433.616000', '212433.618000', '212433.621000', '212433.623000', '212433.626000', '212433.629000', '212433.631000', '212433.634000', '212433.636000', '212433.643000', '212433.646000', '212433.648000', '212433.651000', '212433.654000', '212433.656000', '212433.659000', '212433.661000', '212433.664000', '212433.666000', '212433.669000', '212433.672000', '212433.674000', '212453.560000', '212453.563000', '212453.566000', '212453.569000', '212453.571000', '212453.574000', '212453.577000', '212453.579000', '212453.582000', '212453.584000', '212453.587000', '212453.590000', '212453.592000', '212453.595000', '212453.597000', '212453.601000', '212453.604000', '212453.606000', '212453.609000', '212453.612000', '212453.614000', '212453.617000', '212453.620000', '212453.622000', '212453.625000', '212453.627000', '212453.630000', '212453.632000', '212453.661000', '212453.664000', '212453.667000', '212453.669000', '212453.672000', '212453.675000', '212453.677000', '212453.680000', '212453.682000', '212453.685000', '212453.687000', '212453.690000', '212453.692000', '212453.695000', '212453.698000', '212513.561000', '212513.563000', '212513.566000', '212513.569000', '212513.571000', '212513.574000', '212513.577000', '212513.579000', '212513.582000', '212513.585000', '212513.587000', '212513.590000', '212513.592000', '212513.595000', '212513.598000', '212513.600000', '212513.603000', '212513.606000', '212513.608000', '212513.611000', '212513.613000', '212513.616000', '212513.618000', '212513.621000', '212513.624000', '212513.626000', '212513.629000', '212513.632000', '212513.634000', '212513.637000', '212513.639000', '212513.642000', '212513.645000', '212513.647000', '212513.650000', '212513.652000', '212513.655000', '212513.657000', '212513.660000', '212513.663000', '212513.665000', '212513.668000', '212513.670000', '212513.673000', '212533.560000', '212533.562000', '212533.565000', '212533.568000', '212533.570000', '212533.573000', '212533.576000', '212533.578000', '212533.581000', '212533.584000', '212533.586000', '212533.589000', '212533.591000', '212533.594000', '212533.597000', '212533.599000', '212533.602000', '212533.605000', '212533.607000', '212533.610000', '212533.612000', '212533.615000', '212533.617000', '212533.620000', '212533.623000', '212533.626000', '212533.628000', '212533.631000', '212533.634000', '212533.636000', '212533.639000', '212533.641000', '212533.644000', '212533.646000', '212533.649000', '212533.652000', '212533.654000', '212533.657000', '212533.659000', '212533.662000', '212533.664000', '212533.667000', '212533.670000', '212553.561000', '212553.563000', '212553.566000', '212553.569000', '212553.571000', '212553.574000', '212553.576000', '212553.579000', '212553.582000', '212553.584000', '212553.587000', '212553.589000', '212553.592000', '212553.595000', '212553.597000', '212553.600000', '212553.603000', '212553.605000', '212553.608000', '212553.610000', '212553.613000', '212553.615000', '212553.618000', '212553.620000', '212553.623000', '212553.626000', '212553.628000', '212553.631000', '212553.634000', '212553.636000', '212553.639000', '212553.641000', '212553.644000', '212553.646000', '212553.649000', '212553.652000', '212553.654000', '212553.657000', '212553.659000', '212553.662000', '212553.664000', '212553.667000', '212553.670000', '212553.672000', '212613.561000', '212613.563000', '212613.566000', '212613.569000', '212613.571000', '212613.574000', '212613.576000', '212613.579000', '212613.582000', '212613.584000', '212613.587000', '212613.589000', '212613.592000', '212613.595000', '212613.597000', '212613.600000', '212613.602000', '212613.605000', '212613.608000', '212613.610000', '212613.613000', '212613.615000', '212613.618000', '212613.620000', '212613.623000', '212613.626000', '212613.628000', '212613.631000', '212613.638000', '212613.642000', '212613.644000', '212613.647000', '212613.650000', '212613.652000', '212613.655000', '212613.657000', '212613.660000', '212613.663000', '212613.665000', '212613.668000', '212613.670000', '212613.673000', '212613.676000', '212633.560000', '212633.563000', '212633.566000', '212633.569000', '212633.571000', '212633.574000', '212633.576000', '212633.579000', '212633.581000', '212633.584000', '212633.587000', '212633.589000', '212633.592000', '212633.594000', '212633.597000', '212633.600000', '212633.602000', '212633.605000', '212633.608000', '212633.610000', '212633.613000', '212633.616000', '212633.618000', '212633.621000', '212633.633000', '212633.636000', '212633.639000', '212633.641000', '212633.644000', '212633.646000', '212633.649000', '212633.652000', '212633.654000', '212633.657000', '212633.659000', '212633.662000', '212633.664000', '212633.667000', '212633.670000', '212633.672000', '212633.675000', '212633.678000', '212633.680000', '212633.683000', '212653.561000', '212653.563000', '212653.566000', '212653.569000', '212653.571000', '212653.574000', '212653.576000', '212653.579000', '212653.581000', '212653.584000', '212653.587000', '212653.589000', '212653.592000', '212653.594000', '212653.597000', '212653.600000', '212653.602000', '212653.605000', '212653.608000', '212653.610000', '212653.613000', '212653.615000', '212653.618000', '212653.621000', '212653.623000', '212653.626000', '212653.629000', '212653.631000', '212653.634000', '212653.636000', '212653.639000', '212653.642000', '212653.644000', '212653.647000', '212653.649000', '212653.652000', '212653.655000', '212653.657000', '212653.660000', '212653.662000', '212653.672000', '212653.674000', '212653.677000', '212713.561000', '212713.564000', '212713.566000', '212713.569000', '212713.571000', '212713.574000', '212713.577000', '212713.579000', '212713.582000', '212713.584000', '212713.587000', '212713.590000', '212713.592000', '212713.595000', '212713.597000', '212713.600000', '212713.603000', '212713.605000', '212713.608000', '212713.611000', '212713.613000', '212713.616000', '212713.619000', '212713.621000', '212713.624000', '212713.626000', '212713.629000', '212713.632000', '212713.634000', '212713.637000', '212713.639000', '212713.642000', '212713.645000', '212713.647000', '212713.650000', '212713.652000', '212713.655000', '212713.658000', '212713.660000', '212713.663000', '212713.665000', '212713.668000', '212713.670000', '212713.673000', '212733.560000', '212733.563000', '212733.565000', '212733.568000', '212733.570000', '212733.573000', '212733.576000', '212733.578000', '212733.581000', '212733.583000', '212733.586000', '212733.588000', '212733.591000', '212733.594000', '212733.596000', '212733.599000', '212733.601000', '212733.604000', '212733.607000', '212733.609000', '212733.612000', '212733.614000', '212733.617000', '212733.619000', '212733.622000', '212733.625000', '212733.627000', '212733.630000', '212733.633000', '212733.635000', '212733.638000', '212733.641000', '212733.643000', '212733.646000', '212733.649000', '212733.651000', '212733.654000', '212733.657000', '212733.659000', '212733.662000', '212733.665000', '212733.668000', '212733.670000', '212753.560000', '212753.562000', '212753.565000', '212753.568000', '212753.570000', '212753.573000', '212753.575000', '212753.578000', '212753.581000', '212753.583000', '212753.586000', '212753.588000', '212753.591000', '212753.594000', '212753.596000', '212753.599000', '212753.602000', '212753.604000', '212753.607000', '212753.609000', '212753.612000', '212753.615000', '212753.617000', '212753.620000', '212753.622000', '212753.625000', '212753.628000', '212753.630000', '212753.633000', '212753.636000', '212753.638000', '212753.641000', '212753.644000', '212753.646000', '212753.649000', '212753.652000', '212753.654000', '212753.657000', '212753.660000', '212753.662000', '212753.665000', '212753.667000', '212753.670000', '212753.673000', '212813.560000', '212813.563000', '212813.566000', '212813.569000', '212813.571000', '212813.574000', '212813.576000', '212813.579000', '212813.581000', '212813.584000', '212813.587000', '212813.589000', '212813.592000', '212813.594000', '212813.597000', '212813.600000', '212813.602000', '212813.605000', '212813.608000', '212813.610000', '212813.613000', '212813.615000', '212813.618000', '212813.621000', '212813.623000', '212813.626000', '212813.628000', '212813.631000', '212813.634000', '212813.636000', '212813.639000', '212813.641000', '212813.644000', '212813.646000', '212813.649000', '212813.652000', '212813.654000', '212813.657000', '212813.660000', '212813.662000', '212813.665000', '212813.668000', '212813.670000', '212833.561000', '212833.564000', '212833.566000', '212833.569000', '212833.571000', '212833.574000', '212833.577000', '212833.579000', '212833.582000', '212833.584000', '212833.587000', '212833.589000', '212833.592000', '212833.595000', '212833.597000', '212833.600000', '212833.602000', '212833.605000', '212833.608000', '212833.610000', '212833.613000', '212833.616000', '212833.618000', '212833.621000', '212833.623000', '212833.626000', '212833.628000', '212833.631000', '212833.634000', '212833.636000', '212833.639000', '212833.642000', '212833.644000', '212833.647000', '212833.649000', '212833.652000', '212833.655000', '212833.657000', '212833.660000', '212833.662000', '212833.665000', '212833.668000', '212833.670000', '212833.673000', '212853.561000', '212853.563000', '212853.566000', '212853.569000', '212853.571000', '212853.574000', '212853.577000', '212853.579000', '212853.582000', '212853.584000', '212853.587000', '212853.589000', '212853.592000', '212853.595000', '212853.597000', '212853.600000', '212853.602000', '212853.605000', '212853.608000', '212853.610000', '212853.613000', '212853.616000', '212853.618000', '212853.621000', '212853.623000', '212853.626000', '212853.629000', '212853.631000', '212853.634000', '212853.637000', '212853.639000', '212853.642000', '212853.644000', '212853.647000', '212853.650000', '212853.652000', '212853.655000', '212853.657000', '212853.660000', '212853.663000', '212853.665000', '212853.668000', '212853.670000', '212913.560000', '212913.563000', '212913.566000', '212913.569000', '212913.571000', '212913.574000', '212913.576000', '212913.579000', '212913.581000', '212913.584000', '212913.587000', '212913.589000', '212913.592000', '212913.594000', '212913.597000', '212913.600000', '212913.602000', '212913.605000', '212913.608000', '212913.610000', '212913.613000', '212913.615000', '212913.618000', '212913.620000', '212913.623000', '212913.626000', '212913.628000', '212913.631000', '212913.633000', '212913.636000', '212913.639000', '212913.641000', '212913.644000', '212913.646000', '212913.649000', '212913.651000', '212913.654000', '212913.657000', '212913.659000', '212913.662000', '212913.664000', '212913.667000', '212913.669000', '212913.672000', '212933.561000', '212933.563000', '212933.579000', '212933.582000', '212933.584000', '212933.587000', '212933.590000', '212933.592000', '212933.595000', '212933.597000', '212933.600000', '212933.603000', '212933.605000', '212933.608000', '212933.610000', '212933.613000', '212933.616000', '212933.618000', '212933.621000', '212933.623000', '212933.626000', '212933.628000', '212933.631000', '212933.634000', '212933.636000', '212933.639000', '212933.642000', '212933.644000', '212933.647000', '212933.649000', '212933.652000', '212933.655000', '212933.657000', '212933.660000', '212933.663000', '212933.665000', '212933.668000', '212933.670000', '212933.673000', '212933.676000', '212933.678000', '212933.681000', '212933.683000', '212949.785000', '212949.788000', '212949.791000', '212949.793000', '212949.796000', '212949.798000', '212949.801000', '212949.803000', '212949.806000', '212949.809000', '212949.811000', '212949.814000', '212949.816000', '212949.819000', '212949.821000', '212949.824000', '212949.827000', '212949.829000', '212949.832000', '212949.835000', '212949.837000', '212949.840000', '212949.842000', '212949.845000', '212949.847000', '212949.850000', '212949.853000', '212949.855000', '212949.858000', '212949.861000', '212949.864000', '212949.866000', '212949.869000', '212949.871000', '212949.874000', '212949.876000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [9244, 7771, 10059, 7680, 7601, 6784, 7306, 7943, 7482, 8367, 7360, 8485, 7742, 6014, 7568, 6313, 7206, 6724, 8734, 6874, 8337, 6933, 8705, 7394, 6691, 7981, 6502, 7753, 6456, 8116, 6283, 7687, 7228, 7519, 10488, 7685, 9181, 7507, 7390, 7428, 6293, 7801, 6380, 7962, 7784, 7976, 6802, 7722, 10518, 7627, 9358, 7352, 8221, 7563, 7038, 7844, 7170, 7777, 6341, 7544, 7678, 8163, 9539, 7775, 6532, 7888, 6298, 7869, 9652, 7570, 9207, 7473, 6657, 7687, 6350, 8130, 6781, 8128, 9111, 7883, 10099, 7846, 9102, 7687, 6161, 7300, 6373, 8276, 7453, 7955, 7284, 7700, 7233, 7853, 9785, 7726, 8709, 7018, 7983, 6795, 7592, 6678, 7516, 7013, 7782, 7382, 7989, 7651, 7989, 7626, 7006, 7777, 9660, 7192, 8140, 6233, 7674, 6442, 7890, 6736, 8556, 7202, 6220, 6268, 6721, 7102, 7800, 6335, 8041, 7265, 8650, 7374, 8405, 6710, 7835, 8110, 7446, 9389, 7648, 9000, 7038, 7813, 7305, 6286, 7214, 6176, 7599, 9578, 7099, 8347, 7096, 8270, 7180, 7657, 6824, 7470, 6372, 7547, 6112, 7612, 8408, 7304, 7742, 7416, 8239, 7481, 7436, 7529, 6635, 7481, 9419, 7300, 8287, 7000, 8041, 7219, 7523, 7253, 7677, 6650, 7700, 6823, 7529, 6456, 7713, 7713, 7661, 6719, 7556, 9020, 6964, 8261, 6801, 7790, 6630, 7149, 6481, 7934, 6554, 7390, 6501, 7666, 6573, 7997, 6559, 7783, 10198, 7240, 8380, 6888, 8113, 6720, 7756, 6636, 7651, 6764, 7561, 6429, 7669, 7360, 7320, 9508, 7354, 9071, 6699, 8386, 6652, 8007, 6632, 7413, 6687, 7407, 6715, 7203, 9945, 6710, 8684, 6926, 8210, 6723, 8186, 6670, 7634, 6378, 7566, 6395, 7485, 6230, 7826, 7506, 7373, 10133, 7155, 9270, 7324, 9226, 6919, 8253, 7073, 8184, 6693, 7576, 6479, 7225, 6372, 7339, 6317, 7041, 7593, 7104, 6327, 7540, 6379, 7164, 9727, 7519, 7973, 6379, 7769, 6286, 7146, 7187, 7407, 6317, 6533, 7470, 7084, 8191, 7169, 8064, 6633, 7633, 10548, 7423, 8329, 6948, 7677, 7086, 6886, 6578, 6791, 6794, 7277, 7379, 8179, 7203, 9004, 7095, 7798, 7168, 7409, 6598, 7289, 6777, 7255, 6861, 7182, 7184, 7124, 7526, 6820, 6950, 6865, 6624, 7263, 6576, 7394, 10010, 7483, 7938, 7062, 7659, 6819, 7151, 6940, 7549, 7195, 7701, 7467, 8117, 7123, 7781, 7298, 8014, 7472, 8645, 7450, 8015, 7105, 7769, 7278, 7350, 6904, 7762, 7170, 7648, 7291, 7825, 7279, 7821, 7429, 7425, 7441, 7733, 7428, 7759, 7190, 7676, 7028, 7101, 7135, 7143, 7269, 7764, 7103, 7486, 7204, 7330, 7565, 7326, 7425, 7557, 7548, 7526, 7192, 7171, 6855, 7105, 6958, 7082, 6300, 7154, 8764, 7073, 7949, 7183, 6529, 7362, 6502, 7040, 6737, 7094, 6980, 7322, 9277, 7275, 8805, 7186, 7700, 7213, 7803, 6991, 7972, 7064, 7941, 7246, 7717, 7188, 7331, 7389, 7435, 7211, 7698, 7141, 7116, 7027, 8543, 7111, 7977, 7103, 7464, 7252, 7623, 7140, 7450, 6928, 6892, 6720, 6518, 6764, 6728, 6442, 7123, 7560, 7127, 7215, 7266, 8321, 7111, 9283, 7285, 8635, 7343, 7733, 7823, 7685, 7034, 7114, 7198, 7156, 7110, 7193, 7005, 7543, 7390, 7777, 7176, 8184, 7234, 7479, 7434, 6930, 7135, 6673, 6725, 6513, 6433, 6402, 6683, 7394, 7369, 7617, 6862, 7402, 7377, 7885, 7557, 7407, 6302, 8312, 6442, 6548, 7390, 6949, 7850, 6755, 7035, 10223, 6863, 8798, 7006, 7355, 6818, 7014, 6647, 7447, 6586, 6304, 6479, 6431, 6603, 6561, 6668, 6633, 7052, 6723, 7621, 6684, 7665, 7032, 7766, 6943, 7932, 7001, 7643, 6868, 7149, 6803, 7474, 6904, 7324, 6673, 7039, 6556, 6757, 6520, 7042, 7217, 6859, 9352, 6759, 7780, 6723, 6496, 6830, 6472, 6923, 6617, 7239, 6637, 7684, 9368, 6622, 8555, 6753, 7714, 6885, 7179, 7117, 7207, 6887, 6819, 6700, 6929, 6893, 7349, 6873, 7395, 6954, 7655, 6894, 7669, 7188, 7796, 6631, 7784, 6412, 7309, 6409, 7330, 6128, 7389, 6892, 7639, 6586, 8029, 6778, 6485, 7412, 6633, 7527, 6620, 7940, 6616, 6936, 6416, 6769, 6672, 6701, 6181, 6370, 6338, 6997, 6497, 8011, 6525, 8193, 6505, 6453, 6493, 6345, 6539, 6700, 6818, 7162, 6558, 6451, 7632, 6633, 7854, 6825, 8071, 6902, 6144, 6922, 6287, 6884, 8265, 6761, 7198, 6823, 8030, 6902, 7403, 6632, 7561, 6917, 7464, 6702, 6200, 6493, 6256, 6610, 6346, 6687, 9423, 7107, 6279, 6859, 6536, 6909, 6645, 7702, 6646, 7776, 7003, 8070, 6770, 7737, 6615, 7695, 6979, 7483, 6598, 7741, 6707, 7155, 7274, 6560, 7305, 7154, 6840, 7436, 7030, 7637, 6846, 7416, 7177, 7805, 7093, 7951, 6874, 7850, 6871, 7348, 6300, 7367, 6449, 6747, 6878, 7746, 6520, 6650, 7122, 7082, 6553, 7563, 10013, 7300, 10661, 6786, 7960, 6239, 7142, 6514, 7530, 6358, 7473, 6916, 8307, 7320, 7499, 7134, 8508, 7052, 8043, 6737, 7534, 6799, 7317, 6633, 7624, 6571, 7645, 6448, 7230, 6416, 7388, 6487, 7363, 6301, 7511, 7465, 8033, 7487, 8484, 7246, 7955, 7189, 7123, 7142, 7285, 7101, 7372, 6476, 6926, 6871, 7700, 6996, 7624, 7326, 6350, 7025, 6974, 7458, 7866, 7618, 6769, 7173, 6447, 7166, 6484, 7343, 6932, 8493, 7046, 7316, 7825, 6829, 8310, 6678, 7790, 7660, 7297, 7167, 6991, 6255, 7149, 8364, 7097, 7237, 6810, 6330, 7126, 6648, 7097, 6529, 7410, 6586, 7009, 8288, 6962, 7229, 6846, 6892, 7038, 7148, 6961, 7768, 6984, 8803, 6894, 7952, 6830, 7785, 6931, 7389, 7238, 7397, 7225, 7234, 7076, 7080, 7304, 7426, 7173, 7032, 7008, 6495, 6915, 6587, 6593, 6720, 7213, 7553, 7212, 9034, 6923, 8689, 6793, 7697, 7075, 7915, 6642, 6503, 6915, 6435, 6921, 6611, 6951, 6605, 6605, 6914, 6567, 6616, 6805, 8194, 7003, 6422, 7429, 9730, 6937, 8604, 6849, 7725, 6641, 6531, 7072, 6359, 7038, 6725, 6970, 6574, 7389, 7111, 7795, 7053, 7499, 7446, 7963, 7363, 9032, 7330, 8548, 7163, 7607, 7277, 6751, 7592, 6657, 7164, 6890, 8534, 7026, 7394, 7406, 8447, 7207, 8676, 6977, 7888, 7071, 6999, 7475, 6427, 7386, 6691, 7074, 6932, 7137, 7148, 6541, 7681, 6415, 7646, 6556, 8186, 6374, 7534, 6799, 7455, 6862, 7878, 6850], 'WindowCenter': [3767.0, 3732.0, 3749.0, 3718.0, 3712.0, 3689.0, 3702.0, 3710.0, 3715.0, 3721.0, 3715.0, 3722.0, 3714.0, 3680.0, 3714.0, 3692.0, 3716.0, 3719.0, 3738.0, 3706.0, 3726.0, 3707.0, 3737.0, 3718.0, 3707.0, 3728.0, 3707.0, 3730.0, 3709.0, 3740.0, 3709.0, 3730.0, 3718.0, 3718.0, 3747.0, 3716.0, 3736.0, 3716.0, 3715.0, 3716.0, 3704.0, 3727.0, 3708.0, 3741.0, 3716.0, 3728.0, 3705.0, 3728.0, 3746.0, 3717.0, 3735.0, 3717.0, 3726.0, 3717.0, 3717.0, 3729.0, 3722.0, 3729.0, 3707.0, 3729.0, 3717.0, 3728.0, 3737.0, 3717.0, 3695.0, 3727.0, 3695.0, 3728.0, 3748.0, 3718.0, 3737.0, 3716.0, 3703.0, 3716.0, 3694.0, 3727.0, 3703.0, 3727.0, 3725.0, 3716.0, 3745.0, 3715.0, 3722.0, 3715.0, 3694.0, 3715.0, 3706.0, 3736.0, 3730.0, 3729.0, 3716.0, 3717.0, 3715.0, 3726.0, 3735.0, 3715.0, 3725.0, 3704.0, 3714.0, 3704.0, 3714.0, 3705.0, 3714.0, 3717.0, 3727.0, 3729.0, 3728.0, 3730.0, 3726.0, 3729.0, 3715.0, 3729.0, 3748.0, 3706.0, 3716.0, 3684.0, 3713.0, 3692.0, 3726.0, 3706.0, 3738.0, 3729.0, 3709.0, 3708.0, 3721.0, 3731.0, 3743.0, 3723.0, 3752.0, 3745.0, 3756.0, 3732.0, 3741.0, 3708.0, 3717.0, 3712.0, 3705.0, 3735.0, 3715.0, 3724.0, 3705.0, 3715.0, 3717.0, 3706.0, 3718.0, 3708.0, 3730.0, 3749.0, 3718.0, 3725.0, 3719.0, 3727.0, 3717.0, 3725.0, 3707.0, 3717.0, 3707.0, 3728.0, 3695.0, 3729.0, 3727.0, 3718.0, 3716.0, 3717.0, 3726.0, 3718.0, 3718.0, 3729.0, 3708.0, 3730.0, 3747.0, 3717.0, 3727.0, 3706.0, 3724.0, 3716.0, 3714.0, 3716.0, 3717.0, 3706.0, 3716.0, 3705.0, 3716.0, 3694.0, 3717.0, 3715.0, 3727.0, 3706.0, 3727.0, 3736.0, 3717.0, 3727.0, 3707.0, 3716.0, 3707.0, 3716.0, 3707.0, 3732.0, 3707.0, 3717.0, 3706.0, 3728.0, 3706.0, 3728.0, 3706.0, 3728.0, 3746.0, 3717.0, 3725.0, 3707.0, 3727.0, 3707.0, 3727.0, 3707.0, 3728.0, 3708.0, 3729.0, 3708.0, 3730.0, 3717.0, 3730.0, 3749.0, 3718.0, 3738.0, 3707.0, 3727.0, 3707.0, 3728.0, 3706.0, 3718.0, 3706.0, 3718.0, 3706.0, 3718.0, 3749.0, 3708.0, 3738.0, 3719.0, 3739.0, 3719.0, 3740.0, 3708.0, 3729.0, 3708.0, 3729.0, 3707.0, 3719.0, 3697.0, 3730.0, 3722.0, 3729.0, 3749.0, 3719.0, 3749.0, 3730.0, 3747.0, 3719.0, 3743.0, 3719.0, 3739.0, 3708.0, 3729.0, 3707.0, 3718.0, 3705.0, 3718.0, 3706.0, 3719.0, 3728.0, 3719.0, 3708.0, 3729.0, 3708.0, 3731.0, 3750.0, 3719.0, 3729.0, 3709.0, 3730.0, 3708.0, 3721.0, 3719.0, 3734.0, 3721.0, 3722.0, 3744.0, 3733.0, 3754.0, 3733.0, 3744.0, 3719.0, 3731.0, 3761.0, 3718.0, 3732.0, 3718.0, 3727.0, 3720.0, 3723.0, 3720.0, 3718.0, 3720.0, 3732.0, 3733.0, 3738.0, 3731.0, 3738.0, 3718.0, 3717.0, 3716.0, 3717.0, 3707.0, 3717.0, 3706.0, 3718.0, 3717.0, 3720.0, 3718.0, 3719.0, 3728.0, 3718.0, 3715.0, 3708.0, 3708.0, 3729.0, 3718.0, 3730.0, 3750.0, 3717.0, 3726.0, 3706.0, 3717.0, 3705.0, 3705.0, 3705.0, 3726.0, 3717.0, 3727.0, 3719.0, 3728.0, 3719.0, 3732.0, 3719.0, 3726.0, 3719.0, 3739.0, 3718.0, 3727.0, 3705.0, 3715.0, 3704.0, 3704.0, 3704.0, 3716.0, 3705.0, 3716.0, 3717.0, 3725.0, 3715.0, 3716.0, 3718.0, 3714.0, 3717.0, 3716.0, 3715.0, 3714.0, 3717.0, 3716.0, 3706.0, 3705.0, 3704.0, 3716.0, 3715.0, 3728.0, 3717.0, 3716.0, 3717.0, 3717.0, 3729.0, 3716.0, 3719.0, 3728.0, 3729.0, 3729.0, 3718.0, 3718.0, 3706.0, 3717.0, 3706.0, 3717.0, 3694.0, 3706.0, 3725.0, 3718.0, 3727.0, 3718.0, 3694.0, 3718.0, 3705.0, 3719.0, 3708.0, 3720.0, 3718.0, 3730.0, 3739.0, 3719.0, 3737.0, 3719.0, 3726.0, 3719.0, 3715.0, 3719.0, 3726.0, 3719.0, 3726.0, 3718.0, 3726.0, 3716.0, 3715.0, 3719.0, 3717.0, 3719.0, 3727.0, 3720.0, 3719.0, 3732.0, 3741.0, 3720.0, 3729.0, 3720.0, 3729.0, 3718.0, 3728.0, 3718.0, 3718.0, 3718.0, 3719.0, 3707.0, 3708.0, 3707.0, 3708.0, 3705.0, 3719.0, 3728.0, 3718.0, 3715.0, 3718.0, 3726.0, 3720.0, 3747.0, 3718.0, 3736.0, 3719.0, 3714.0, 3718.0, 3715.0, 3710.0, 3707.0, 3715.0, 3717.0, 3715.0, 3718.0, 3715.0, 3726.0, 3728.0, 3727.0, 3731.0, 3738.0, 3731.0, 3728.0, 3730.0, 3720.0, 3719.0, 3709.0, 3707.0, 3708.0, 3707.0, 3707.0, 3718.0, 3730.0, 3730.0, 3730.0, 3721.0, 3730.0, 3731.0, 3742.0, 3742.0, 3729.0, 3711.0, 3738.0, 3710.0, 3721.0, 3731.0, 3730.0, 3744.0, 3718.0, 3720.0, 3746.0, 3707.0, 3724.0, 3703.0, 3702.0, 3705.0, 3703.0, 3708.0, 3727.0, 3717.0, 3707.0, 3720.0, 3718.0, 3722.0, 3719.0, 3721.0, 3719.0, 3719.0, 3718.0, 3732.0, 3718.0, 3732.0, 3718.0, 3727.0, 3718.0, 3741.0, 3718.0, 3731.0, 3719.0, 3725.0, 3708.0, 3730.0, 3717.0, 3719.0, 3708.0, 3719.0, 3694.0, 3708.0, 3707.0, 3719.0, 3715.0, 3708.0, 3738.0, 3707.0, 3717.0, 3708.0, 3705.0, 3708.0, 3705.0, 3719.0, 3717.0, 3729.0, 3717.0, 3731.0, 3736.0, 3707.0, 3724.0, 3706.0, 3714.0, 3703.0, 3702.0, 3704.0, 3720.0, 3714.0, 3708.0, 3705.0, 3718.0, 3716.0, 3730.0, 3717.0, 3728.0, 3717.0, 3727.0, 3720.0, 3727.0, 3730.0, 3727.0, 3720.0, 3730.0, 3709.0, 3718.0, 3706.0, 3718.0, 3697.0, 3719.0, 3719.0, 3726.0, 3719.0, 3729.0, 3719.0, 3709.0, 3730.0, 3718.0, 3735.0, 3718.0, 3730.0, 3719.0, 3719.0, 3707.0, 3708.0, 3707.0, 3709.0, 3696.0, 3708.0, 3708.0, 3720.0, 3708.0, 3739.0, 3720.0, 3740.0, 3721.0, 3720.0, 3722.0, 3720.0, 3720.0, 3718.0, 3721.0, 3717.0, 3710.0, 3707.0, 3728.0, 3719.0, 3740.0, 3720.0, 3740.0, 3733.0, 3710.0, 3734.0, 3720.0, 3734.0, 3742.0, 3722.0, 3729.0, 3722.0, 3738.0, 3731.0, 3730.0, 3722.0, 3728.0, 3732.0, 3731.0, 3723.0, 3712.0, 3723.0, 3722.0, 3723.0, 3722.0, 3723.0, 3752.0, 3721.0, 3709.0, 3720.0, 3709.0, 3720.0, 3718.0, 3731.0, 3718.0, 3727.0, 3718.0, 3727.0, 3720.0, 3735.0, 3707.0, 3726.0, 3717.0, 3716.0, 3720.0, 3730.0, 3706.0, 3718.0, 3716.0, 3708.0, 3729.0, 3718.0, 3707.0, 3719.0, 3719.0, 3728.0, 3720.0, 3730.0, 3721.0, 3731.0, 3732.0, 3730.0, 3709.0, 3735.0, 3708.0, 3720.0, 3707.0, 3718.0, 3694.0, 3704.0, 3719.0, 3728.0, 3722.0, 3722.0, 3731.0, 3745.0, 3733.0, 3759.0, 3776.0, 3734.0, 3763.0, 3709.0, 3729.0, 3683.0, 3705.0, 3693.0, 3712.0, 3706.0, 3714.0, 3718.0, 3726.0, 3719.0, 3717.0, 3719.0, 3736.0, 3718.0, 3725.0, 3707.0, 3714.0, 3707.0, 3713.0, 3705.0, 3717.0, 3707.0, 3717.0, 3707.0, 3716.0, 3695.0, 3716.0, 3695.0, 3713.0, 3707.0, 3717.0, 3719.0, 3727.0, 3720.0, 3739.0, 3719.0, 3729.0, 3706.0, 3705.0, 3705.0, 3706.0, 3705.0, 3717.0, 3694.0, 3706.0, 3694.0, 3716.0, 3704.0, 3717.0, 3716.0, 3707.0, 3707.0, 3718.0, 3728.0, 3727.0, 3732.0, 3719.0, 3721.0, 3720.0, 3721.0, 3709.0, 3720.0, 3716.0, 3737.0, 3720.0, 3728.0, 3732.0, 3721.0, 3742.0, 3719.0, 3729.0, 3717.0, 3718.0, 3705.0, 3706.0, 3695.0, 3717.0, 3726.0, 3717.0, 3716.0, 3707.0, 3707.0, 3718.0, 3710.0, 3718.0, 3696.0, 3718.0, 3706.0, 3718.0, 3727.0, 3707.0, 3716.0, 3707.0, 3704.0, 3718.0, 3709.0, 3719.0, 3725.0, 3719.0, 3739.0, 3718.0, 3729.0, 3707.0, 3717.0, 3716.0, 3717.0, 3718.0, 3718.0, 3715.0, 3715.0, 3716.0, 3716.0, 3718.0, 3720.0, 3720.0, 3717.0, 3719.0, 3707.0, 3732.0, 3721.0, 3721.0, 3721.0, 3731.0, 3718.0, 3719.0, 3739.0, 3718.0, 3727.0, 3708.0, 3715.0, 3718.0, 3726.0, 3708.0, 3707.0, 3719.0, 3708.0, 3720.0, 3719.0, 3720.0, 3721.0, 3718.0, 3721.0, 3720.0, 3720.0, 3722.0, 3740.0, 3733.0, 3709.0, 3732.0, 3749.0, 3718.0, 3727.0, 3706.0, 3714.0, 3706.0, 3704.0, 3718.0, 3705.0, 3718.0, 3708.0, 3718.0, 3719.0, 3729.0, 3720.0, 3730.0, 3721.0, 3717.0, 3731.0, 3728.0, 3720.0, 3739.0, 3718.0, 3726.0, 3706.0, 3715.0, 3718.0, 3706.0, 3728.0, 3707.0, 3721.0, 3719.0, 3739.0, 3720.0, 3719.0, 3731.0, 3728.0, 3718.0, 3738.0, 3707.0, 3726.0, 3718.0, 3703.0, 3717.0, 3695.0, 3717.0, 3707.0, 3717.0, 3719.0, 3716.0, 3720.0, 3707.0, 3730.0, 3707.0, 3729.0, 3708.0, 3729.0, 3707.0, 3718.0, 3705.0, 3716.0, 3706.0, 3729.0, 3708.0], 'WindowWidth': [8483.0, 8424.0, 8438.0, 8394.0, 8376.0, 8341.0, 8363.0, 8371.0, 8385.0, 8386.0, 8383.0, 8387.0, 8380.0, 8330.0, 8379.0, 8349.0, 8388.0, 8399.0, 8417.0, 8372.0, 8399.0, 8374.0, 8416.0, 8393.0, 8377.0, 8407.0, 8376.0, 8412.0, 8383.0, 8426.0, 8382.0, 8411.0, 8390.0, 8390.0, 8426.0, 8386.0, 8412.0, 8385.0, 8381.0, 8386.0, 8369.0, 8403.0, 8378.0, 8428.0, 8387.0, 8406.0, 8372.0, 8404.0, 8424.0, 8390.0, 8411.0, 8388.0, 8398.0, 8388.0, 8388.0, 8407.0, 8400.0, 8408.0, 8377.0, 8409.0, 8388.0, 8406.0, 8415.0, 8387.0, 8356.0, 8401.0, 8356.0, 8404.0, 8430.0, 8390.0, 8414.0, 8387.0, 8365.0, 8386.0, 8355.0, 8402.0, 8364.0, 8402.0, 8396.0, 8384.0, 8422.0, 8383.0, 8388.0, 8381.0, 8353.0, 8384.0, 8375.0, 8416.0, 8411.0, 8410.0, 8387.0, 8390.0, 8383.0, 8398.0, 8409.0, 8383.0, 8394.0, 8366.0, 8381.0, 8367.0, 8381.0, 8372.0, 8381.0, 8391.0, 8403.0, 8409.0, 8405.0, 8411.0, 8400.0, 8409.0, 8385.0, 8408.0, 8432.0, 8373.0, 8385.0, 8340.0, 8379.0, 8351.0, 8400.0, 8375.0, 8417.0, 8409.0, 8382.0, 8382.0, 8404.0, 8419.0, 8437.0, 8412.0, 8449.0, 8440.0, 8456.0, 8416.0, 8427.0, 8378.0, 8388.0, 8375.0, 8369.0, 8406.0, 8382.0, 8392.0, 8370.0, 8382.0, 8389.0, 8375.0, 8393.0, 8380.0, 8415.0, 8435.0, 8394.0, 8398.0, 8394.0, 8403.0, 8391.0, 8400.0, 8376.0, 8389.0, 8378.0, 8406.0, 8359.0, 8408.0, 8402.0, 8390.0, 8387.0, 8391.0, 8400.0, 8393.0, 8392.0, 8409.0, 8380.0, 8412.0, 8430.0, 8390.0, 8403.0, 8373.0, 8395.0, 8388.0, 8381.0, 8388.0, 8389.0, 8371.0, 8386.0, 8371.0, 8388.0, 8355.0, 8389.0, 8384.0, 8402.0, 8373.0, 8404.0, 8414.0, 8389.0, 8404.0, 8375.0, 8386.0, 8375.0, 8387.0, 8378.0, 8415.0, 8376.0, 8391.0, 8373.0, 8406.0, 8374.0, 8407.0, 8374.0, 8407.0, 8427.0, 8389.0, 8398.0, 8376.0, 8404.0, 8376.0, 8404.0, 8379.0, 8407.0, 8379.0, 8409.0, 8380.0, 8412.0, 8391.0, 8411.0, 8434.0, 8394.0, 8419.0, 8377.0, 8404.0, 8375.0, 8404.0, 8375.0, 8393.0, 8372.0, 8395.0, 8375.0, 8393.0, 8434.0, 8379.0, 8418.0, 8395.0, 8421.0, 8396.0, 8425.0, 8379.0, 8409.0, 8381.0, 8412.0, 8377.0, 8396.0, 8363.0, 8411.0, 8402.0, 8410.0, 8434.0, 8397.0, 8435.0, 8411.0, 8432.0, 8397.0, 8429.0, 8396.0, 8421.0, 8381.0, 8409.0, 8376.0, 8393.0, 8371.0, 8393.0, 8375.0, 8395.0, 8405.0, 8396.0, 8379.0, 8410.0, 8381.0, 8416.0, 8438.0, 8394.0, 8409.0, 8382.0, 8409.0, 8379.0, 8398.0, 8395.0, 8422.0, 8406.0, 8409.0, 8439.0, 8423.0, 8452.0, 8423.0, 8437.0, 8396.0, 8415.0, 8452.0, 8392.0, 8412.0, 8392.0, 8404.0, 8399.0, 8405.0, 8399.0, 8396.0, 8401.0, 8419.0, 8424.0, 8422.0, 8415.0, 8419.0, 8393.0, 8391.0, 8388.0, 8391.0, 8375.0, 8391.0, 8375.0, 8395.0, 8392.0, 8401.0, 8393.0, 8396.0, 8405.0, 8393.0, 8385.0, 8380.0, 8379.0, 8410.0, 8394.0, 8413.0, 8437.0, 8390.0, 8400.0, 8375.0, 8388.0, 8370.0, 8371.0, 8369.0, 8401.0, 8390.0, 8404.0, 8394.0, 8407.0, 8396.0, 8415.0, 8396.0, 8401.0, 8396.0, 8421.0, 8391.0, 8403.0, 8371.0, 8383.0, 8366.0, 8367.0, 8365.0, 8384.0, 8372.0, 8386.0, 8389.0, 8399.0, 8386.0, 8388.0, 8393.0, 8384.0, 8389.0, 8387.0, 8386.0, 8384.0, 8389.0, 8387.0, 8374.0, 8371.0, 8369.0, 8386.0, 8386.0, 8406.0, 8389.0, 8388.0, 8391.0, 8390.0, 8411.0, 8390.0, 8397.0, 8408.0, 8410.0, 8408.0, 8392.0, 8392.0, 8374.0, 8390.0, 8373.0, 8390.0, 8356.0, 8375.0, 8398.0, 8392.0, 8401.0, 8392.0, 8356.0, 8392.0, 8371.0, 8396.0, 8379.0, 8399.0, 8393.0, 8412.0, 8421.0, 8395.0, 8416.0, 8395.0, 8402.0, 8396.0, 8386.0, 8395.0, 8402.0, 8396.0, 8401.0, 8393.0, 8401.0, 8389.0, 8386.0, 8395.0, 8391.0, 8396.0, 8404.0, 8400.0, 8397.0, 8418.0, 8428.0, 8400.0, 8411.0, 8401.0, 8408.0, 8394.0, 8407.0, 8394.0, 8394.0, 8394.0, 8397.0, 8377.0, 8381.0, 8377.0, 8380.0, 8373.0, 8396.0, 8405.0, 8394.0, 8386.0, 8395.0, 8401.0, 8398.0, 8430.0, 8394.0, 8415.0, 8394.0, 8384.0, 8391.0, 8384.0, 8382.0, 8375.0, 8385.0, 8390.0, 8385.0, 8393.0, 8386.0, 8402.0, 8408.0, 8405.0, 8418.0, 8423.0, 8415.0, 8408.0, 8414.0, 8401.0, 8397.0, 8383.0, 8376.0, 8379.0, 8380.0, 8380.0, 8395.0, 8415.0, 8414.0, 8415.0, 8404.0, 8415.0, 8417.0, 8432.0, 8432.0, 8411.0, 8388.0, 8422.0, 8388.0, 8403.0, 8417.0, 8416.0, 8440.0, 8394.0, 8400.0, 8428.0, 8376.0, 8395.0, 8365.0, 8363.0, 8371.0, 8366.0, 8380.0, 8405.0, 8395.0, 8381.0, 8402.0, 8396.0, 8407.0, 8398.0, 8405.0, 8399.0, 8398.0, 8395.0, 8419.0, 8395.0, 8417.0, 8397.0, 8408.0, 8396.0, 8428.0, 8394.0, 8415.0, 8398.0, 8409.0, 8381.0, 8413.0, 8391.0, 8396.0, 8379.0, 8395.0, 8356.0, 8380.0, 8377.0, 8395.0, 8386.0, 8380.0, 8418.0, 8378.0, 8390.0, 8380.0, 8375.0, 8381.0, 8374.0, 8397.0, 8392.0, 8410.0, 8391.0, 8415.0, 8414.0, 8376.0, 8395.0, 8372.0, 8381.0, 8367.0, 8365.0, 8369.0, 8396.0, 8384.0, 8380.0, 8372.0, 8394.0, 8390.0, 8412.0, 8393.0, 8408.0, 8393.0, 8405.0, 8400.0, 8406.0, 8415.0, 8407.0, 8400.0, 8411.0, 8381.0, 8394.0, 8375.0, 8392.0, 8362.0, 8394.0, 8395.0, 8402.0, 8398.0, 8409.0, 8398.0, 8383.0, 8413.0, 8394.0, 8423.0, 8394.0, 8414.0, 8396.0, 8398.0, 8378.0, 8381.0, 8378.0, 8381.0, 8362.0, 8380.0, 8380.0, 8399.0, 8383.0, 8424.0, 8401.0, 8426.0, 8404.0, 8400.0, 8407.0, 8400.0, 8401.0, 8395.0, 8402.0, 8392.0, 8386.0, 8379.0, 8409.0, 8399.0, 8428.0, 8404.0, 8428.0, 8422.0, 8389.0, 8426.0, 8404.0, 8425.0, 8432.0, 8406.0, 8412.0, 8406.0, 8423.0, 8417.0, 8414.0, 8406.0, 8410.0, 8419.0, 8416.0, 8409.0, 8394.0, 8411.0, 8406.0, 8411.0, 8405.0, 8409.0, 8444.0, 8403.0, 8384.0, 8399.0, 8384.0, 8400.0, 8394.0, 8414.0, 8393.0, 8407.0, 8395.0, 8406.0, 8397.0, 8423.0, 8378.0, 8402.0, 8393.0, 8389.0, 8400.0, 8414.0, 8376.0, 8393.0, 8387.0, 8379.0, 8409.0, 8394.0, 8377.0, 8395.0, 8395.0, 8407.0, 8400.0, 8412.0, 8404.0, 8415.0, 8418.0, 8412.0, 8383.0, 8421.0, 8378.0, 8399.0, 8376.0, 8390.0, 8356.0, 8371.0, 8397.0, 8409.0, 8405.0, 8406.0, 8419.0, 8444.0, 8427.0, 8468.0, 8484.0, 8423.0, 8460.0, 8381.0, 8406.0, 8338.0, 8370.0, 8351.0, 8378.0, 8375.0, 8383.0, 8395.0, 8402.0, 8396.0, 8390.0, 8396.0, 8415.0, 8394.0, 8399.0, 8377.0, 8382.0, 8379.0, 8381.0, 8373.0, 8390.0, 8377.0, 8389.0, 8378.0, 8387.0, 8358.0, 8387.0, 8357.0, 8380.0, 8377.0, 8390.0, 8396.0, 8404.0, 8400.0, 8422.0, 8396.0, 8406.0, 8371.0, 8370.0, 8368.0, 8370.0, 8368.0, 8387.0, 8353.0, 8374.0, 8355.0, 8387.0, 8368.0, 8390.0, 8385.0, 8377.0, 8377.0, 8395.0, 8408.0, 8406.0, 8418.0, 8397.0, 8403.0, 8402.0, 8402.0, 8381.0, 8396.0, 8389.0, 8417.0, 8398.0, 8409.0, 8419.0, 8403.0, 8431.0, 8396.0, 8410.0, 8387.0, 8391.0, 8370.0, 8373.0, 8358.0, 8390.0, 8400.0, 8391.0, 8387.0, 8378.0, 8377.0, 8394.0, 8384.0, 8392.0, 8361.0, 8393.0, 8373.0, 8394.0, 8402.0, 8377.0, 8387.0, 8377.0, 8369.0, 8393.0, 8381.0, 8396.0, 8400.0, 8395.0, 8422.0, 8392.0, 8407.0, 8378.0, 8388.0, 8389.0, 8390.0, 8392.0, 8392.0, 8387.0, 8385.0, 8388.0, 8388.0, 8392.0, 8398.0, 8399.0, 8391.0, 8398.0, 8380.0, 8419.0, 8401.0, 8402.0, 8401.0, 8415.0, 8393.0, 8397.0, 8420.0, 8393.0, 8402.0, 8379.0, 8385.0, 8393.0, 8400.0, 8380.0, 8377.0, 8396.0, 8380.0, 8399.0, 8397.0, 8401.0, 8401.0, 8395.0, 8403.0, 8402.0, 8401.0, 8406.0, 8427.0, 8421.0, 8385.0, 8419.0, 8437.0, 8390.0, 8402.0, 8373.0, 8380.0, 8374.0, 8369.0, 8392.0, 8371.0, 8395.0, 8379.0, 8395.0, 8399.0, 8411.0, 8401.0, 8413.0, 8404.0, 8393.0, 8414.0, 8405.0, 8398.0, 8420.0, 8391.0, 8400.0, 8373.0, 8382.0, 8391.0, 8373.0, 8405.0, 8379.0, 8400.0, 8396.0, 8423.0, 8400.0, 8396.0, 8415.0, 8405.0, 8394.0, 8418.0, 8376.0, 8400.0, 8391.0, 8366.0, 8388.0, 8357.0, 8390.0, 8379.0, 8393.0, 8396.0, 8389.0, 8400.0, 8379.0, 8413.0, 8379.0, 8411.0, 8381.0, 8409.0, 8378.0, 8393.0, 8371.0, 8387.0, 8372.0, 8406.0, 8380.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.001129671412924425</td></tr>
<tr><td colspan=3>aqi</td><td>0.019740047097480833</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.277301796732445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1976293098684219</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008266986655702</td></tr>
<tr><td colspan=3>efc</td><td>0.4546</td></tr>
<tr><td colspan=3>fber</td><td>6573.6475</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07957031662530047</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3143483023001095</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4729676484214105</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.346459762237858</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7427172982448873</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.329725884781486</td></tr>
<tr><td colspan=3>gcor</td><td>0.00767072</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012797401286661625</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02361876331269741</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.644317555418664</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>30.6179</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7043</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>133.6213</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304497.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>592.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>269.808</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7456</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.285</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2933.6685</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72047.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>850.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3915.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.6886</td></tr>
<tr><td colspan=3>tsnr</td><td>39.680848949588835</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>