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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0078/ses-04/func/sub-0078_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a46db4522e753156f4a2ee976dcb1edd</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>22:11:41.920000</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.999923, 0.0121646, 0.00234938, -0.012217, 0.999644, 0.0237264]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0748124</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7744, -7263, 749, -47, -141, -123, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.603</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6f8387ab-34da-46c4-8098-17bc1f88a7cd||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.682720899581909, -0.032777272164821625, 0.005561784841120243, 114.4652099609375], [-0.03263682872056961, 2.681971311569214, 0.06413386017084122, -94.02000427246094], [0.006303214933723211, -0.06365619599819183, 2.699232578277588, -76.21825408935547], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 926]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['221141.920000', '221142.380000', '221142.840000', '221143.300000', '221143.760000', '221144.220000', '221144.680000', '221145.140000', '221145.600000', '221146.060000', '221146.520000', '221146.980000', '221147.440000', '221147.900000', '221148.360000', '221148.820000', '221149.280000', '221149.740000', '221150.200000', '221150.660000', '221151.120000', '221151.580000', '221152.040000', '221152.500000', '221152.960000', '221153.420000', '221153.880000', '221154.340000', '221154.800000', '221155.260000', '221155.720000', '221156.180000', '221156.640000', '221157.100000', '221157.560000', '221158.020000', '221158.480000', '221158.940000', '221159.400000', '221159.860000', '221200.320000', '221200.780000', '221201.240000', '221201.700000', '221202.160000', '221202.620000', '221203.080000', '221203.540000', '221204.000000', '221204.460000', '221204.920000', '221205.380000', '221205.840000', '221206.300000', '221206.760000', '221207.220000', '221207.680000', '221208.140000', '221208.600000', '221209.060000', '221209.520000', '221209.980000', '221210.440000', '221210.900000', '221211.360000', '221211.820000', '221212.280000', '221212.740000', '221213.200000', '221213.660000', '221214.120000', '221214.580000', '221215.040000', '221215.500000', '221215.960000', '221216.420000', '221216.880000', '221217.340000', '221217.800000', '221218.260000', '221218.720000', '221219.180000', '221219.640000', '221220.100000', '221220.560000', '221221.020000', '221221.480000', '221221.940000', '221222.400000', '221222.860000', '221223.320000', '221223.780000', '221224.240000', '221224.700000', '221225.160000', '221225.620000', '221226.080000', '221226.540000', '221227.000000', '221227.460000', '221227.920000', '221228.380000', '221228.840000', '221229.300000', '221229.760000', '221230.220000', '221230.680000', '221231.140000', '221231.600000', '221232.060000', '221232.520000', '221232.980000', '221233.440000', '221233.900000', '221234.360000', '221234.820000', '221235.280000', '221235.740000', '221236.200000', '221236.660000', '221237.120000', '221237.580000', '221238.040000', '221238.500000', '221238.960000', '221239.420000', '221239.880000', '221240.340000', '221240.800000', '221241.260000', '221241.720000', '221242.180000', '221242.640000', '221243.100000', '221243.560000', '221244.020000', '221244.480000', '221244.940000', '221245.400000', '221245.860000', '221246.320000', '221246.780000', '221247.240000', '221247.700000', '221248.160000', '221248.620000', '221249.080000', '221249.540000', '221250.000000', '221250.460000', '221250.920000', '221251.380000', '221251.840000', '221252.300000', '221252.760000', '221253.220000', '221253.680000', '221254.140000', '221254.600000', '221255.060000', '221255.520000', '221255.980000', '221256.440000', '221256.900000', '221257.360000', '221257.820000', '221258.280000', '221258.740000', '221259.200000', '221259.660000', '221300.120000', '221300.580000', '221301.040000', '221301.500000', '221301.960000', '221302.420000', '221302.880000', '221303.340000', '221303.800000', '221304.260000', '221304.720000', '221305.180000', '221305.640000', '221306.100000', '221306.560000', '221307.020000', '221307.480000', '221307.940000', '221308.400000', '221308.860000', '221309.320000', '221309.780000', '221310.240000', '221310.700000', '221311.160000', '221311.620000', '221312.080000', '221312.540000', '221313.000000', '221313.460000', '221313.920000', '221314.380000', '221314.840000', '221315.300000', '221315.760000', '221316.220000', '221316.680000', '221317.140000', '221317.600000', '221318.060000', '221318.520000', '221318.980000', '221319.440000', '221319.900000', '221320.360000', '221320.820000', '221321.280000', '221321.740000', '221322.200000', '221322.660000', '221323.120000', '221323.580000', '221324.040000', '221324.500000', '221324.960000', '221325.420000', '221325.880000', '221326.340000', '221326.800000', '221327.260000', '221327.720000', '221328.180000', '221328.640000', '221329.100000', '221329.560000', '221330.020000', '221330.480000', '221330.940000', '221331.400000', '221331.860000', '221332.320000', '221332.780000', '221333.240000', '221333.700000', '221334.160000', '221334.620000', '221335.080000', '221335.540000', '221336.000000', '221336.460000', '221336.920000', '221337.380000', '221337.840000', '221338.300000', '221338.760000', '221339.220000', '221339.680000', '221340.140000', '221340.600000', '221341.060000', '221341.520000', '221341.980000', '221342.440000', '221342.900000', '221343.360000', '221343.820000', '221344.280000', '221344.740000', '221345.200000', '221345.660000', '221346.120000', '221346.580000', '221347.040000', '221347.500000', '221347.960000', '221348.420000', '221348.880000', '221349.340000', '221349.800000', '221350.260000', '221350.720000', '221351.180000', '221351.640000', '221352.100000', '221352.560000', '221353.020000', '221353.480000', '221353.940000', '221354.400000', '221354.860000', '221355.320000', '221355.780000', '221356.240000', '221356.700000', '221357.160000', '221357.620000', '221358.080000', '221358.540000', '221359.000000', '221359.460000', '221359.920000', '221400.380000', '221400.840000', '221401.300000', '221401.760000', '221402.220000', '221402.680000', '221403.140000', '221403.600000', '221404.060000', '221404.520000', '221404.980000', '221405.440000', '221405.900000', '221406.360000', '221406.820000', '221407.280000', '221407.740000', '221408.200000', '221408.660000', '221409.120000', '221409.580000', '221410.040000', '221410.500000', '221410.960000', '221411.420000', '221411.880000', '221412.340000', '221412.800000', '221413.260000', '221413.720000', '221414.180000', '221414.640000', '221415.100000', '221415.560000', '221416.020000', '221416.480000', '221416.940000', '221417.400000', '221417.860000', '221418.320000', '221418.780000', '221419.240000', '221419.700000', '221420.160000', '221420.620000', '221421.080000', '221421.540000', '221422.000000', '221422.460000', '221422.920000', '221423.380000', '221423.840000', '221424.300000', '221424.760000', '221425.220000', '221425.680000', '221426.140000', '221426.600000', '221427.060000', '221427.520000', '221427.980000', '221428.440000', '221428.900000', '221429.360000', '221429.820000', '221430.280000', '221430.740000', '221431.200000', '221431.660000', '221432.120000', '221432.580000', '221433.040000', '221433.500000', '221433.960000', '221434.420000', '221434.880000', '221435.340000', '221435.800000', '221436.260000', '221436.720000', '221437.180000', '221437.640000', '221438.100000', '221438.560000', '221439.020000', '221439.480000', '221439.940000', '221440.400000', '221440.860000', '221441.320000', '221441.780000', '221442.240000', '221442.700000', '221443.160000', '221443.620000', '221444.080000', '221444.540000', '221445.000000', '221445.460000', '221445.920000', '221446.380000', '221446.840000', '221447.300000', '221447.760000', '221448.220000', '221448.680000', '221449.140000', '221449.600000', '221450.060000', '221450.520000', '221450.980000', '221451.440000', '221451.900000', '221452.360000', '221452.820000', '221453.280000', '221453.740000', '221454.200000', '221454.660000', '221455.120000', '221455.580000', '221456.040000', '221456.500000', '221456.960000', '221457.420000', '221457.880000', '221458.340000', '221458.800000', '221459.260000', '221459.720000', '221500.180000', '221500.640000', '221501.100000', '221501.560000', '221502.020000', '221502.480000', '221502.940000', '221503.400000', '221503.860000', '221504.320000', '221504.780000', '221505.240000', '221505.700000', '221506.160000', '221506.620000', '221507.080000', '221507.540000', '221508.000000', '221508.460000', '221508.920000', '221509.380000', '221509.840000', '221510.300000', '221510.760000', '221511.220000', '221511.680000', '221512.140000', '221512.600000', '221513.060000', '221513.520000', '221513.980000', '221514.440000', '221514.900000', '221515.360000', '221515.820000', '221516.280000', '221516.740000', '221517.200000', '221517.660000', '221518.120000', '221518.580000', '221519.040000', '221519.500000', '221519.960000', '221520.420000', '221520.880000', '221521.340000', '221521.800000', '221522.260000', '221522.720000', '221523.180000', '221523.640000', '221524.100000', '221524.560000', '221525.020000', '221525.480000', '221525.940000', '221526.400000', '221526.860000', '221527.320000', '221527.780000', '221528.240000', '221528.700000', '221529.160000', '221529.620000', '221530.080000', '221530.540000', '221531.000000', '221531.460000', '221531.920000', '221532.380000', '221532.840000', '221533.300000', '221533.760000', '221534.220000', '221534.680000', '221535.140000', '221535.600000', '221536.060000', '221536.520000', '221536.980000', '221537.440000', '221537.900000', '221538.360000', '221538.820000', '221539.280000', '221539.740000', '221540.200000', '221540.660000', '221541.120000', '221541.580000', '221542.040000', '221542.500000', '221542.960000', '221543.420000', '221543.880000', '221544.340000', '221544.800000', '221545.260000', '221545.720000', '221546.180000', '221546.640000', '221547.100000', '221547.560000', '221548.020000', '221548.480000', '221548.940000', '221549.400000', '221549.860000', '221550.320000', '221550.780000', '221551.240000', '221551.700000', '221552.160000', '221552.620000', '221553.080000', '221553.540000', '221554.000000', '221554.460000', '221554.920000', '221555.380000', '221555.840000', '221556.300000', '221556.760000', '221557.220000', '221557.680000', '221558.140000', '221558.600000', '221559.060000', '221559.520000', '221559.980000', '221600.440000', '221600.900000', '221601.360000', '221601.820000', '221602.280000', '221602.740000', '221603.200000', '221603.660000', '221604.120000', '221604.580000', '221605.040000', '221605.500000', '221605.960000', '221606.420000', '221606.880000', '221607.340000', '221607.800000', '221608.260000', '221608.720000', '221609.180000', '221609.640000', '221610.100000', '221610.560000', '221611.020000', '221611.480000', '221611.940000', '221612.400000', '221612.860000', '221613.320000', '221613.780000', '221614.240000', '221614.700000', '221615.160000', '221615.620000', '221616.080000', '221616.540000', '221617.000000', '221617.460000', '221617.920000', '221618.380000', '221618.840000', '221619.300000', '221619.760000', '221620.220000', '221620.680000', '221621.140000', '221621.600000', '221622.060000', '221622.520000', '221622.980000', '221623.440000', '221623.900000', '221624.360000', '221624.820000', '221625.280000', '221625.740000', '221626.200000', '221626.660000', '221627.120000', '221627.580000', '221628.040000', '221628.500000', '221628.960000', '221629.420000', '221629.880000', '221630.340000', '221630.800000', '221631.260000', '221631.720000', '221632.180000', '221632.640000', '221633.100000', '221633.560000', '221634.020000', '221634.480000', '221634.940000', '221635.400000', '221635.860000', '221636.320000', '221636.780000', '221637.240000', '221637.700000', '221638.160000', '221638.620000', '221639.080000', '221639.540000', '221640.000000', '221640.460000', '221640.920000', '221641.380000', '221641.840000', '221642.300000', '221642.760000', '221643.220000', '221643.680000', '221644.140000', '221644.600000', '221645.060000', '221645.520000', '221645.980000', '221646.440000', '221646.900000', '221647.360000', '221647.820000', '221648.280000', '221648.740000', '221649.200000', '221649.660000', '221650.120000', '221650.580000', '221651.040000', '221651.500000', '221651.960000', '221652.420000', '221652.880000', '221653.340000', '221653.800000', '221654.260000', '221654.720000', '221655.180000', '221655.640000', '221656.100000', '221656.560000', '221657.020000', '221657.480000', '221657.940000', '221658.400000', '221658.860000', '221659.320000', '221659.780000', '221700.240000', '221700.700000', '221701.160000', '221701.620000', '221702.080000', '221702.540000', '221703.000000', '221703.460000', '221703.920000', '221704.380000', '221704.840000', '221705.300000', '221705.760000', '221706.220000', '221706.680000', '221707.140000', '221707.600000', '221708.060000', '221708.520000', '221708.980000', '221709.440000', '221709.900000', '221710.360000', '221710.820000', '221711.280000', '221711.740000', '221712.200000', '221712.660000', '221713.120000', '221713.580000', '221714.040000', '221714.500000', '221714.960000', '221715.420000', '221715.880000', '221716.340000', '221716.800000', '221717.260000', '221717.720000', '221718.180000', '221718.640000', '221719.100000', '221719.560000', '221720.020000', '221720.480000', '221720.940000', '221721.400000', '221721.860000', '221722.320000', '221722.780000', '221723.240000', '221723.700000', '221724.160000', '221724.620000', '221725.080000', '221725.540000', '221726.000000', '221726.460000', '221726.920000', '221727.380000', '221727.840000', '221728.300000', '221728.760000', '221729.220000', '221729.680000', '221730.140000', '221730.600000', '221731.060000', '221731.520000', '221731.980000', '221732.440000', '221732.900000', '221733.360000', '221733.820000', '221734.280000', '221734.740000', '221735.200000', '221735.660000', '221736.120000', '221736.580000', '221737.040000', '221737.500000', '221737.960000', '221738.420000', '221738.880000', '221739.340000', '221739.800000', '221740.260000', '221740.720000', '221741.180000', '221741.640000', '221742.100000', '221742.560000', '221743.020000', '221743.480000', '221743.940000', '221744.400000', '221744.860000', '221745.320000', '221745.780000', '221746.240000', '221746.700000', '221747.160000', '221747.620000', '221748.080000', '221748.540000', '221749.000000', '221749.460000', '221749.920000', '221750.380000', '221750.840000', '221751.300000', '221751.760000', '221752.220000', '221752.680000', '221753.140000', '221753.600000', '221754.060000', '221754.520000', '221754.980000', '221755.440000', '221755.900000', '221756.360000', '221756.820000', '221757.280000', '221757.740000', '221758.200000', '221758.660000', '221759.120000', '221759.580000', '221800.040000', '221800.500000', '221800.960000', '221801.420000', '221801.880000', '221802.340000', '221802.800000', '221803.260000', '221803.720000', '221804.180000', '221804.640000', '221805.100000', '221805.560000', '221806.020000', '221806.480000', '221806.940000', '221807.400000', '221807.860000', '221808.320000', '221808.780000', '221809.240000', '221809.700000', '221810.160000', '221810.620000', '221811.080000', '221811.540000', '221812.000000', '221812.460000', '221812.920000', '221813.380000', '221813.840000', '221814.300000', '221814.760000', '221815.220000', '221815.680000', '221816.140000', '221816.600000', '221817.060000', '221817.520000', '221817.980000', '221818.440000', '221818.900000', '221819.360000', '221819.820000', '221820.280000', '221820.740000', '221821.200000', '221821.660000', '221822.120000', '221822.580000', '221823.040000', '221823.500000', '221823.960000', '221824.420000', '221824.880000', '221825.340000', '221825.800000', '221826.260000', '221826.720000', '221827.180000', '221827.640000', '221828.100000', '221828.560000', '221829.020000', '221829.480000', '221829.940000', '221830.400000', '221830.860000', '221831.320000', '221831.780000', '221832.240000', '221832.700000', '221833.160000', '221833.620000', '221834.080000', '221834.540000', '221835.000000', '221835.460000', '221835.920000', '221836.380000', '221836.840000', '221837.300000', '221837.760000', '221838.220000', '221838.680000', '221839.140000', '221839.600000', '221840.060000', '221840.520000', '221840.980000', '221841.440000', '221841.900000', '221842.360000', '221842.820000', '221843.280000', '221843.740000', '221844.200000', '221844.660000', '221845.120000', '221845.580000', '221846.040000', '221846.500000', '221846.960000', '221847.420000'], 'ContentTime': ['221206.577000', '221206.580000', '221206.583000', '221206.586000', '221206.588000', '221206.591000', '221206.594000', '221206.596000', '221206.599000', '221206.601000', '221206.604000', '221206.607000', '221206.609000', '221206.612000', '221206.614000', '221206.617000', '221206.620000', '221206.622000', '221206.625000', '221206.627000', '221206.630000', '221206.633000', '221206.635000', '221206.638000', '221206.640000', '221206.643000', '221206.646000', '221206.648000', '221206.651000', '221206.654000', '221206.656000', '221206.659000', '221206.661000', '221206.664000', '221206.667000', '221206.669000', '221206.672000', '221206.682000', '221206.684000', '221206.687000', '221206.690000', '221206.692000', '221206.695000', '221206.697000', '221206.700000', '221206.703000', '221206.705000', '221206.708000', '221206.710000', '221206.713000', '221206.716000', '221206.718000', '221226.549000', '221226.551000', '221226.554000', '221226.557000', '221226.559000', '221226.562000', '221226.565000', '221226.567000', '221226.570000', '221226.572000', '221226.575000', '221226.577000', '221226.580000', '221226.583000', '221226.585000', '221226.588000', '221226.590000', '221226.593000', '221226.596000', '221226.598000', '221226.601000', '221226.603000', '221226.606000', '221226.609000', '221226.611000', '221226.614000', '221226.617000', '221226.619000', '221226.622000', '221226.631000', '221226.633000', '221226.636000', '221226.639000', '221226.641000', '221226.644000', '221226.646000', '221226.649000', '221226.652000', '221226.654000', '221226.657000', '221226.659000', '221226.662000', '221226.664000', '221246.548000', '221246.551000', '221246.554000', '221246.557000', '221246.559000', '221246.562000', '221246.564000', '221246.567000', '221246.570000', '221246.572000', '221246.575000', '221246.577000', '221246.580000', '221246.583000', '221246.585000', '221246.588000', '221246.590000', '221246.593000', '221246.596000', '221246.598000', '221246.601000', '221246.603000', '221246.606000', '221246.609000', '221246.611000', '221246.614000', '221246.616000', '221246.619000', '221246.622000', '221246.624000', '221246.627000', '221246.630000', '221246.632000', '221246.635000', '221246.637000', '221246.640000', '221246.642000', '221246.645000', '221246.648000', '221246.650000', '221246.653000', '221246.655000', '221246.658000', '221246.661000', '221306.548000', '221306.551000', '221306.560000', '221306.563000', '221306.566000', '221306.568000', '221306.571000', '221306.574000', '221306.576000', '221306.579000', '221306.581000', '221306.584000', '221306.587000', '221306.589000', '221306.592000', '221306.594000', '221306.612000', '221306.614000', '221306.617000', '221306.620000', '221306.622000', '221306.625000', '221306.627000', '221306.630000', '221306.632000', '221306.635000', '221306.638000', '221306.640000', '221306.643000', '221306.645000', '221306.648000', '221306.651000', '221306.653000', '221306.656000', '221306.658000', '221306.661000', '221306.664000', '221306.666000', '221306.669000', '221306.672000', '221306.674000', '221306.677000', '221306.679000', '221326.549000', '221326.552000', '221326.554000', '221326.557000', '221326.565000', '221326.568000', '221326.571000', '221326.573000', '221326.576000', '221326.578000', '221326.581000', '221326.584000', '221326.587000', '221326.589000', '221326.592000', '221326.594000', '221326.597000', '221326.600000', '221326.602000', '221326.605000', '221326.607000', '221326.610000', '221326.613000', '221326.615000', '221326.618000', '221326.621000', '221326.623000', '221326.626000', '221326.629000', '221326.631000', '221326.634000', '221326.637000', '221326.639000', '221326.642000', '221326.644000', '221326.647000', '221326.650000', '221326.652000', '221326.655000', '221326.658000', '221326.660000', '221326.663000', '221326.665000', '221326.668000', '221346.548000', '221346.551000', '221346.554000', '221346.556000', '221346.559000', '221346.562000', '221346.566000', '221346.569000', '221346.571000', '221346.574000', '221346.576000', '221346.579000', '221346.581000', '221346.584000', '221346.587000', '221346.589000', '221346.592000', '221346.595000', '221346.597000', '221346.600000', '221346.602000', '221346.605000', '221346.608000', '221346.610000', '221346.613000', '221346.616000', '221346.618000', '221346.621000', '221346.624000', '221346.626000', '221346.629000', '221346.631000', '221346.634000', '221346.637000', '221346.639000', '221346.642000', '221346.644000', '221346.647000', '221346.649000', '221346.652000', '221346.655000', '221346.657000', '221346.660000', '221406.547000', '221406.550000', '221406.553000', '221406.556000', '221406.558000', '221406.561000', '221406.563000', '221406.566000', '221406.569000', '221406.571000', '221406.574000', '221406.576000', '221406.579000', '221406.582000', '221406.584000', '221406.587000', '221406.590000', '221406.592000', '221406.595000', '221406.598000', '221406.600000', '221406.603000', '221406.606000', '221406.609000', '221406.611000', '221406.614000', '221406.616000', '221406.619000', '221406.622000', '221406.624000', '221406.627000', '221406.630000', '221406.632000', '221406.635000', '221406.637000', '221406.640000', '221406.643000', '221406.645000', '221406.648000', '221406.651000', '221406.653000', '221406.656000', '221406.659000', '221426.549000', '221426.551000', '221426.554000', '221426.557000', '221426.559000', '221426.562000', '221426.564000', '221426.567000', '221426.569000', '221426.572000', '221426.575000', '221426.577000', '221426.580000', '221426.583000', '221426.585000', '221426.588000', '221426.591000', '221426.593000', '221426.596000', '221426.599000', '221426.601000', '221426.604000', '221426.606000', '221426.609000', '221426.612000', '221426.614000', '221426.617000', '221426.620000', '221426.622000', '221426.625000', '221426.627000', '221426.630000', '221426.633000', '221426.635000', '221426.638000', '221426.640000', '221426.643000', '221426.646000', '221426.648000', '221426.651000', '221426.653000', '221426.656000', '221426.659000', '221426.661000', '221446.548000', '221446.551000', '221446.554000', '221446.557000', '221446.559000', '221446.562000', '221446.565000', '221446.567000', '221446.570000', '221446.573000', '221446.577000', '221446.579000', '221446.582000', '221446.585000', '221446.587000', '221446.590000', '221446.593000', '221446.595000', '221446.598000', '221446.600000', '221446.603000', '221446.606000', '221446.608000', '221446.611000', '221446.614000', '221446.616000', '221446.619000', '221446.622000', '221446.624000', '221446.627000', '221446.630000', '221446.632000', '221446.635000', '221446.637000', '221446.640000', '221446.643000', '221446.645000', '221446.648000', '221446.650000', '221446.653000', '221446.656000', '221446.658000', '221446.661000', '221506.549000', '221506.551000', '221506.554000', '221506.557000', '221506.559000', '221506.562000', '221506.564000', '221506.567000', '221506.570000', '221506.572000', '221506.575000', '221506.577000', '221506.604000', '221506.607000', '221506.610000', '221506.612000', '221506.615000', '221506.618000', '221506.620000', '221506.623000', '221506.626000', '221506.628000', '221506.631000', '221506.634000', '221506.636000', '221506.639000', '221506.642000', '221506.644000', '221506.647000', '221506.649000', '221506.652000', '221506.655000', '221506.657000', '221506.660000', '221506.663000', '221506.665000', '221506.668000', '221506.670000', '221506.673000', '221506.676000', '221506.678000', '221506.681000', '221506.684000', '221506.686000', '221526.549000', '221526.552000', '221526.554000', '221526.557000', '221526.560000', '221526.562000', '221526.565000', '221526.568000', '221526.570000', '221526.573000', '221526.575000', '221526.578000', '221526.581000', '221526.583000', '221526.586000', '221526.589000', '221526.591000', '221526.594000', '221526.596000', '221526.599000', '221526.602000', '221526.604000', '221526.607000', '221526.610000', '221526.612000', '221526.615000', '221526.618000', '221526.620000', '221526.623000', '221526.625000', '221526.628000', '221526.631000', '221526.633000', '221526.636000', '221526.639000', '221526.641000', '221526.644000', '221526.646000', '221526.649000', '221526.652000', '221526.654000', '221526.657000', '221526.659000', '221546.548000', '221546.551000', '221546.554000', '221546.557000', '221546.559000', '221546.562000', '221546.564000', '221546.567000', '221546.570000', '221546.572000', '221546.575000', '221546.577000', '221546.580000', '221546.583000', '221546.585000', '221546.588000', '221546.590000', '221546.593000', '221546.596000', '221546.598000', '221546.601000', '221546.603000', '221546.606000', '221546.609000', '221546.611000', '221546.614000', '221546.617000', '221546.619000', '221546.622000', '221546.625000', '221546.627000', '221546.630000', '221546.632000', '221546.635000', '221546.638000', '221546.640000', '221546.643000', '221546.645000', '221546.648000', '221546.651000', '221546.653000', '221546.656000', '221546.658000', '221546.661000', '221606.548000', '221606.551000', '221606.554000', '221606.557000', '221606.559000', '221606.562000', '221606.564000', '221606.567000', '221606.570000', '221606.572000', '221606.575000', '221606.577000', '221606.580000', '221606.583000', '221606.586000', '221606.589000', '221606.592000', '221606.595000', '221606.597000', '221606.600000', '221606.603000', '221606.605000', '221606.608000', '221606.611000', '221606.614000', '221606.617000', '221606.620000', '221606.622000', '221606.625000', '221606.627000', '221606.630000', '221606.633000', '221606.635000', '221606.638000', '221606.640000', '221606.643000', '221606.646000', '221606.658000', '221606.661000', '221606.663000', '221606.666000', '221606.669000', '221606.671000', '221626.547000', '221626.550000', '221626.553000', '221626.556000', '221626.558000', '221626.561000', '221626.564000', '221626.566000', '221626.569000', '221626.572000', '221626.574000', '221626.577000', '221626.580000', '221626.582000', '221626.585000', '221626.588000', '221626.591000', '221626.593000', '221626.596000', '221626.599000', '221626.601000', '221626.604000', '221626.607000', '221626.609000', '221626.612000', '221626.615000', '221626.618000', '221626.620000', '221626.623000', '221626.626000', '221626.628000', '221626.631000', '221626.633000', '221626.636000', '221626.638000', '221626.641000', '221626.644000', '221626.646000', '221626.649000', '221626.652000', '221626.654000', '221626.657000', '221626.659000', '221626.662000', '221646.549000', '221646.551000', '221646.554000', '221646.557000', '221646.559000', '221646.562000', '221646.565000', '221646.567000', '221646.570000', '221646.572000', '221646.575000', '221646.578000', '221646.580000', '221646.583000', '221646.586000', '221646.588000', '221646.591000', '221646.593000', '221646.596000', '221646.599000', '221646.601000', '221646.604000', '221646.607000', '221646.610000', '221646.613000', '221646.615000', '221646.618000', '221646.621000', '221646.623000', '221646.626000', '221646.628000', '221646.631000', '221646.634000', '221646.636000', '221646.639000', '221646.642000', '221646.644000', '221646.647000', '221646.649000', '221646.652000', '221646.655000', '221646.657000', '221646.660000', '221706.548000', '221706.551000', '221706.554000', '221706.556000', '221706.559000', '221706.562000', '221706.564000', '221706.567000', '221706.570000', '221706.572000', '221706.575000', '221706.577000', '221706.580000', '221706.583000', '221706.585000', '221706.588000', '221706.590000', '221706.593000', '221706.596000', '221706.598000', '221706.601000', '221706.604000', '221706.606000', '221706.609000', '221706.612000', '221706.616000', '221706.619000', '221706.622000', '221706.624000', '221706.627000', '221706.630000', '221706.632000', '221706.635000', '221706.637000', '221706.640000', '221706.643000', '221706.645000', '221706.648000', '221706.651000', '221706.653000', '221706.668000', '221706.671000', '221706.674000', '221706.676000', '221726.549000', '221726.551000', '221726.554000', '221726.557000', '221726.559000', '221726.562000', '221726.565000', '221726.567000', '221726.570000', '221726.573000', '221726.575000', '221726.578000', '221726.581000', '221726.583000', '221726.586000', '221726.588000', '221726.591000', '221726.594000', '221726.596000', '221726.599000', '221726.602000', '221726.604000', '221726.607000', '221726.609000', '221726.612000', '221726.615000', '221726.617000', '221726.620000', '221726.623000', '221726.625000', '221726.628000', '221726.630000', '221726.633000', '221726.636000', '221726.638000', '221726.641000', '221726.644000', '221726.646000', '221726.649000', '221726.652000', '221726.655000', '221726.658000', '221726.661000', '221746.548000', '221746.551000', '221746.554000', '221746.557000', '221746.559000', '221746.562000', '221746.565000', '221746.567000', '221746.570000', '221746.572000', '221746.575000', '221746.578000', '221746.580000', '221746.583000', '221746.585000', '221746.588000', '221746.591000', '221746.593000', '221746.596000', '221746.599000', '221746.601000', '221746.604000', '221746.606000', '221746.609000', '221746.612000', '221746.614000', '221746.617000', '221746.620000', '221746.622000', '221746.625000', '221746.628000', '221746.630000', '221746.633000', '221746.636000', '221746.638000', '221746.641000', '221746.643000', '221746.646000', '221746.649000', '221746.651000', '221746.654000', '221746.657000', '221746.659000', '221746.662000', '221806.549000', '221806.552000', '221806.554000', '221806.557000', '221806.560000', '221806.562000', '221806.565000', '221806.567000', '221806.570000', '221806.573000', '221806.575000', '221806.578000', '221806.581000', '221806.583000', '221806.586000', '221806.588000', '221806.591000', '221806.594000', '221806.596000', '221806.599000', '221806.601000', '221806.604000', '221806.607000', '221806.609000', '221806.612000', '221806.614000', '221806.617000', '221806.620000', '221806.622000', '221806.625000', '221806.628000', '221806.630000', '221806.633000', '221806.636000', '221806.638000', '221806.641000', '221806.643000', '221806.646000', '221806.649000', '221806.651000', '221806.654000', '221806.656000', '221806.659000', '221826.549000', '221826.551000', '221826.554000', '221826.557000', '221826.559000', '221826.562000', '221826.565000', '221826.567000', '221826.570000', '221826.572000', '221826.575000', '221826.578000', '221826.580000', '221826.583000', '221826.586000', '221826.588000', '221826.591000', '221826.594000', '221826.596000', '221826.599000', '221826.601000', '221826.604000', '221826.607000', '221826.609000', '221826.612000', '221826.615000', '221826.617000', '221826.620000', '221826.623000', '221826.625000', '221826.628000', '221826.630000', '221826.633000', '221826.636000', '221826.638000', '221826.641000', '221826.643000', '221826.646000', '221826.648000', '221826.651000', '221826.654000', '221826.656000', '221826.659000', '221826.661000', '221846.548000', '221846.550000', '221846.553000', '221846.556000', '221846.558000', '221846.561000', '221846.564000', '221846.566000', '221846.569000', '221846.571000', '221846.574000', '221846.576000', '221846.579000', '221846.582000', '221846.584000', '221846.587000', '221846.590000', '221846.592000', '221846.595000', '221846.597000', '221846.600000', '221846.603000', '221846.605000', '221846.608000', '221846.611000', '221846.613000', '221846.616000', '221846.619000', '221846.621000', '221846.624000', '221846.627000', '221846.629000', '221846.632000', '221846.634000', '221846.637000', '221846.640000', '221846.642000', '221846.645000', '221846.647000', '221846.650000', '221846.653000', '221846.655000', '221846.658000', '221848.485000', '221848.488000', '221848.491000', '221848.493000', '221848.496000'], 'InstanceCreationTime': ['221206.577000', '221206.580000', '221206.583000', '221206.586000', '221206.588000', '221206.591000', '221206.594000', '221206.596000', '221206.599000', '221206.601000', '221206.604000', '221206.607000', '221206.609000', '221206.612000', '221206.614000', '221206.617000', '221206.620000', '221206.622000', '221206.625000', '221206.627000', '221206.630000', '221206.633000', '221206.635000', '221206.638000', '221206.640000', '221206.643000', '221206.646000', '221206.648000', '221206.651000', '221206.654000', '221206.656000', '221206.659000', '221206.661000', '221206.664000', '221206.667000', '221206.669000', '221206.672000', '221206.682000', '221206.684000', '221206.687000', '221206.690000', '221206.692000', '221206.695000', '221206.697000', '221206.700000', '221206.703000', '221206.705000', '221206.708000', '221206.710000', '221206.713000', '221206.716000', '221206.718000', '221226.549000', '221226.551000', '221226.554000', '221226.557000', '221226.559000', '221226.562000', '221226.565000', '221226.567000', '221226.570000', '221226.572000', '221226.575000', '221226.577000', '221226.580000', '221226.583000', '221226.585000', '221226.588000', '221226.590000', '221226.593000', '221226.596000', '221226.598000', '221226.601000', '221226.603000', '221226.606000', '221226.609000', '221226.611000', '221226.614000', '221226.617000', '221226.619000', '221226.622000', '221226.631000', '221226.633000', '221226.636000', '221226.639000', '221226.641000', '221226.644000', '221226.646000', '221226.649000', '221226.652000', '221226.654000', '221226.657000', '221226.659000', '221226.662000', '221226.664000', '221246.548000', '221246.551000', '221246.554000', '221246.557000', '221246.559000', '221246.562000', '221246.564000', '221246.567000', '221246.570000', '221246.572000', '221246.575000', '221246.577000', '221246.580000', '221246.583000', '221246.585000', '221246.588000', '221246.590000', '221246.593000', '221246.596000', '221246.598000', '221246.601000', '221246.603000', '221246.606000', '221246.609000', '221246.611000', '221246.614000', '221246.616000', '221246.619000', '221246.622000', '221246.624000', '221246.627000', '221246.630000', '221246.632000', '221246.635000', '221246.637000', '221246.640000', '221246.642000', '221246.645000', '221246.648000', '221246.650000', '221246.653000', '221246.655000', '221246.658000', '221246.661000', '221306.548000', '221306.551000', '221306.560000', '221306.563000', '221306.566000', '221306.568000', '221306.571000', '221306.574000', '221306.576000', '221306.579000', '221306.581000', '221306.584000', '221306.587000', '221306.589000', '221306.592000', '221306.594000', '221306.612000', '221306.614000', '221306.617000', '221306.620000', '221306.622000', '221306.625000', '221306.627000', '221306.630000', '221306.632000', '221306.635000', '221306.638000', '221306.640000', '221306.643000', '221306.645000', '221306.648000', '221306.651000', '221306.653000', '221306.656000', '221306.658000', '221306.661000', '221306.664000', '221306.666000', '221306.669000', '221306.672000', '221306.674000', '221306.677000', '221306.679000', '221326.549000', '221326.552000', '221326.554000', '221326.557000', '221326.565000', '221326.568000', '221326.571000', '221326.573000', '221326.576000', '221326.578000', '221326.581000', '221326.584000', '221326.587000', '221326.589000', '221326.592000', '221326.594000', '221326.597000', '221326.600000', '221326.602000', '221326.605000', '221326.607000', '221326.610000', '221326.613000', '221326.615000', '221326.618000', '221326.621000', '221326.623000', '221326.626000', '221326.629000', '221326.631000', '221326.634000', '221326.637000', '221326.639000', '221326.642000', '221326.644000', '221326.647000', '221326.650000', '221326.652000', '221326.655000', '221326.658000', '221326.660000', '221326.663000', '221326.665000', '221326.668000', '221346.548000', '221346.551000', '221346.554000', '221346.556000', '221346.559000', '221346.562000', '221346.566000', '221346.569000', '221346.571000', '221346.574000', '221346.576000', '221346.579000', '221346.581000', '221346.584000', '221346.587000', '221346.589000', '221346.592000', '221346.595000', '221346.597000', '221346.600000', '221346.602000', '221346.605000', '221346.608000', '221346.610000', '221346.613000', '221346.616000', '221346.618000', '221346.621000', '221346.624000', '221346.626000', '221346.629000', '221346.631000', '221346.634000', '221346.637000', '221346.639000', '221346.642000', '221346.644000', '221346.647000', '221346.649000', '221346.652000', '221346.655000', '221346.657000', '221346.660000', '221406.547000', '221406.550000', '221406.553000', '221406.556000', '221406.558000', '221406.561000', '221406.563000', '221406.566000', '221406.569000', '221406.571000', '221406.574000', '221406.576000', '221406.579000', '221406.582000', '221406.584000', '221406.587000', '221406.590000', '221406.592000', '221406.595000', '221406.598000', '221406.600000', '221406.603000', '221406.606000', '221406.609000', '221406.611000', '221406.614000', '221406.616000', '221406.619000', '221406.622000', '221406.624000', '221406.627000', '221406.630000', '221406.632000', '221406.635000', '221406.637000', '221406.640000', '221406.643000', '221406.645000', '221406.648000', '221406.651000', '221406.653000', '221406.656000', '221406.659000', '221426.549000', '221426.551000', '221426.554000', '221426.557000', '221426.559000', '221426.562000', '221426.564000', '221426.567000', '221426.569000', '221426.572000', '221426.575000', '221426.577000', '221426.580000', '221426.583000', '221426.585000', '221426.588000', '221426.591000', '221426.593000', '221426.596000', '221426.599000', '221426.601000', '221426.604000', '221426.606000', '221426.609000', '221426.612000', '221426.614000', '221426.617000', '221426.620000', '221426.622000', '221426.625000', '221426.627000', '221426.630000', '221426.633000', '221426.635000', '221426.638000', '221426.640000', '221426.643000', '221426.646000', '221426.648000', '221426.651000', '221426.653000', '221426.656000', '221426.659000', '221426.661000', '221446.548000', '221446.551000', '221446.554000', '221446.557000', '221446.559000', '221446.562000', '221446.565000', '221446.567000', '221446.570000', '221446.573000', '221446.577000', '221446.579000', '221446.582000', '221446.585000', '221446.587000', '221446.590000', '221446.593000', '221446.595000', '221446.598000', '221446.600000', '221446.603000', '221446.606000', '221446.608000', '221446.611000', '221446.614000', '221446.616000', '221446.619000', '221446.622000', '221446.624000', '221446.627000', '221446.630000', '221446.632000', '221446.635000', '221446.637000', '221446.640000', '221446.643000', '221446.645000', '221446.648000', '221446.650000', '221446.653000', '221446.656000', '221446.658000', '221446.661000', '221506.549000', '221506.551000', '221506.554000', '221506.557000', '221506.559000', '221506.562000', '221506.564000', '221506.567000', '221506.570000', '221506.572000', '221506.575000', '221506.577000', '221506.604000', '221506.607000', '221506.610000', '221506.612000', '221506.615000', '221506.618000', '221506.620000', '221506.623000', '221506.626000', '221506.628000', '221506.631000', '221506.634000', '221506.636000', '221506.639000', '221506.642000', '221506.644000', '221506.647000', '221506.649000', '221506.652000', '221506.655000', '221506.657000', '221506.660000', '221506.663000', '221506.665000', '221506.668000', '221506.670000', '221506.673000', '221506.676000', '221506.678000', '221506.681000', '221506.684000', '221506.686000', '221526.549000', '221526.552000', '221526.554000', '221526.557000', '221526.560000', '221526.562000', '221526.565000', '221526.568000', '221526.570000', '221526.573000', '221526.575000', '221526.578000', '221526.581000', '221526.583000', '221526.586000', '221526.589000', '221526.591000', '221526.594000', '221526.596000', '221526.599000', '221526.602000', '221526.604000', '221526.607000', '221526.610000', '221526.612000', '221526.615000', '221526.618000', '221526.620000', '221526.623000', '221526.625000', '221526.628000', '221526.631000', '221526.633000', '221526.636000', '221526.639000', '221526.641000', '221526.644000', '221526.646000', '221526.649000', '221526.652000', '221526.654000', '221526.657000', '221526.659000', '221546.548000', '221546.551000', '221546.554000', '221546.557000', '221546.559000', '221546.562000', '221546.564000', '221546.567000', '221546.570000', '221546.572000', '221546.575000', '221546.577000', '221546.580000', '221546.583000', '221546.585000', '221546.588000', '221546.590000', '221546.593000', '221546.596000', '221546.598000', '221546.601000', '221546.603000', '221546.606000', '221546.609000', '221546.611000', '221546.614000', '221546.617000', '221546.619000', '221546.622000', '221546.625000', '221546.627000', '221546.630000', '221546.632000', '221546.635000', '221546.638000', '221546.640000', '221546.643000', '221546.645000', '221546.648000', '221546.651000', '221546.653000', '221546.656000', '221546.658000', '221546.661000', '221606.548000', '221606.551000', '221606.554000', '221606.557000', '221606.559000', '221606.562000', '221606.564000', '221606.567000', '221606.570000', '221606.572000', '221606.575000', '221606.577000', '221606.580000', '221606.583000', '221606.586000', '221606.589000', '221606.592000', '221606.595000', '221606.597000', '221606.600000', '221606.603000', '221606.605000', '221606.608000', '221606.611000', '221606.614000', '221606.617000', '221606.620000', '221606.622000', '221606.625000', '221606.627000', '221606.630000', '221606.633000', '221606.635000', '221606.638000', '221606.640000', '221606.643000', '221606.646000', '221606.658000', '221606.661000', '221606.663000', '221606.666000', '221606.669000', '221606.671000', '221626.547000', '221626.550000', '221626.553000', '221626.556000', '221626.558000', '221626.561000', '221626.564000', '221626.566000', '221626.569000', '221626.572000', '221626.574000', '221626.577000', '221626.580000', '221626.582000', '221626.585000', '221626.588000', '221626.591000', '221626.593000', '221626.596000', '221626.599000', '221626.601000', '221626.604000', '221626.607000', '221626.609000', '221626.612000', '221626.615000', '221626.618000', '221626.620000', '221626.623000', '221626.626000', '221626.628000', '221626.631000', '221626.633000', '221626.636000', '221626.638000', '221626.641000', '221626.644000', '221626.646000', '221626.649000', '221626.652000', '221626.654000', '221626.657000', '221626.659000', '221626.662000', '221646.549000', '221646.551000', '221646.554000', '221646.557000', '221646.559000', '221646.562000', '221646.565000', '221646.567000', '221646.570000', '221646.572000', '221646.575000', '221646.578000', '221646.580000', '221646.583000', '221646.586000', '221646.588000', '221646.591000', '221646.593000', '221646.596000', '221646.599000', '221646.601000', '221646.604000', '221646.607000', '221646.610000', '221646.613000', '221646.615000', '221646.618000', '221646.621000', '221646.623000', '221646.626000', '221646.628000', '221646.631000', '221646.634000', '221646.636000', '221646.639000', '221646.642000', '221646.644000', '221646.647000', '221646.649000', '221646.652000', '221646.655000', '221646.657000', '221646.660000', '221706.548000', '221706.551000', '221706.554000', '221706.556000', '221706.559000', '221706.562000', '221706.564000', '221706.567000', '221706.570000', '221706.572000', '221706.575000', '221706.577000', '221706.580000', '221706.583000', '221706.585000', '221706.588000', '221706.590000', '221706.593000', '221706.596000', '221706.598000', '221706.601000', '221706.604000', '221706.606000', '221706.609000', '221706.612000', '221706.616000', '221706.619000', '221706.622000', '221706.624000', '221706.627000', '221706.630000', '221706.632000', '221706.635000', '221706.637000', '221706.640000', '221706.643000', '221706.645000', '221706.648000', '221706.651000', '221706.653000', '221706.668000', '221706.671000', '221706.674000', '221706.676000', '221726.549000', '221726.551000', '221726.554000', '221726.557000', '221726.559000', '221726.562000', '221726.565000', '221726.567000', '221726.570000', '221726.573000', '221726.575000', '221726.578000', '221726.581000', '221726.583000', '221726.586000', '221726.588000', '221726.591000', '221726.594000', '221726.596000', '221726.599000', '221726.602000', '221726.604000', '221726.607000', '221726.609000', '221726.612000', '221726.615000', '221726.617000', '221726.620000', '221726.623000', '221726.625000', '221726.628000', '221726.630000', '221726.633000', '221726.636000', '221726.638000', '221726.641000', '221726.644000', '221726.646000', '221726.649000', '221726.652000', '221726.655000', '221726.658000', '221726.661000', '221746.548000', '221746.551000', '221746.554000', '221746.557000', '221746.559000', '221746.562000', '221746.565000', '221746.567000', '221746.570000', '221746.572000', '221746.575000', '221746.578000', '221746.580000', '221746.583000', '221746.585000', '221746.588000', '221746.591000', '221746.593000', '221746.596000', '221746.599000', '221746.601000', '221746.604000', '221746.606000', '221746.609000', '221746.612000', '221746.614000', '221746.617000', '221746.620000', '221746.622000', '221746.625000', '221746.628000', '221746.630000', '221746.633000', '221746.636000', '221746.638000', '221746.641000', '221746.643000', '221746.646000', '221746.649000', '221746.651000', '221746.654000', '221746.657000', '221746.659000', '221746.662000', '221806.549000', '221806.552000', '221806.554000', '221806.557000', '221806.560000', '221806.562000', '221806.565000', '221806.567000', '221806.570000', '221806.573000', '221806.575000', '221806.578000', '221806.581000', '221806.583000', '221806.586000', '221806.588000', '221806.591000', '221806.594000', '221806.596000', '221806.599000', '221806.601000', '221806.604000', '221806.607000', '221806.609000', '221806.612000', '221806.614000', '221806.617000', '221806.620000', '221806.622000', '221806.625000', '221806.628000', '221806.630000', '221806.633000', '221806.636000', '221806.638000', '221806.641000', '221806.643000', '221806.646000', '221806.649000', '221806.651000', '221806.654000', '221806.656000', '221806.659000', '221826.549000', '221826.551000', '221826.554000', '221826.557000', '221826.559000', '221826.562000', '221826.565000', '221826.567000', '221826.570000', '221826.572000', '221826.575000', '221826.578000', '221826.580000', '221826.583000', '221826.586000', '221826.588000', '221826.591000', '221826.594000', '221826.596000', '221826.599000', '221826.601000', '221826.604000', '221826.607000', '221826.609000', '221826.612000', '221826.615000', '221826.617000', '221826.620000', '221826.623000', '221826.625000', '221826.628000', '221826.630000', '221826.633000', '221826.636000', '221826.638000', '221826.641000', '221826.643000', '221826.646000', '221826.648000', '221826.651000', '221826.654000', '221826.656000', '221826.659000', '221826.661000', '221846.548000', '221846.550000', '221846.553000', '221846.556000', '221846.558000', '221846.561000', '221846.564000', '221846.566000', '221846.569000', '221846.571000', '221846.574000', '221846.576000', '221846.579000', '221846.582000', '221846.584000', '221846.587000', '221846.590000', '221846.592000', '221846.595000', '221846.597000', '221846.600000', '221846.603000', '221846.605000', '221846.608000', '221846.611000', '221846.613000', '221846.616000', '221846.619000', '221846.621000', '221846.624000', '221846.627000', '221846.629000', '221846.632000', '221846.634000', '221846.637000', '221846.640000', '221846.642000', '221846.645000', '221846.647000', '221846.650000', '221846.653000', '221846.655000', '221846.658000', '221848.485000', '221848.488000', '221848.491000', '221848.493000', '221848.496000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [6624, 7160, 6218, 6806, 6388, 6960, 5813, 7015, 6062, 8172, 6353, 7896, 6218, 6418, 6049, 7004, 6348, 7184, 6089, 6526, 6031, 6177, 5733, 6309, 7691, 6665, 6991, 6442, 6826, 6015, 7235, 6275, 7542, 6204, 6692, 5907, 6970, 7352, 6573, 7103, 6080, 7142, 6239, 7080, 6256, 7165, 6090, 6378, 7340, 6154, 6820, 6091, 7200, 6089, 7332, 6221, 6844, 6105, 6459, 7104, 6251, 6858, 6011, 7172, 6136, 7166, 6273, 7005, 6213, 6313, 6061, 5954, 6825, 6068, 6817, 6276, 7180, 5938, 7234, 6087, 7573, 6174, 7018, 6643, 6404, 7284, 6154, 6588, 6146, 7199, 6204, 7231, 6315, 7008, 6207, 6601, 6496, 6371, 7033, 6253, 6892, 6056, 6600, 6174, 6586, 6149, 6600, 5963, 6980, 6217, 6886, 6263, 6648, 6063, 6789, 5985, 6709, 6225, 7040, 5987, 6989, 5835, 6944, 5997, 6692, 6109, 7251, 6106, 7243, 5986, 7581, 6209, 7156, 6003, 6711, 6191, 7347, 6187, 7413, 6022, 7072, 6075, 6311, 5940, 7300, 5977, 7310, 7877, 6369, 7113, 6262, 6908, 5929, 7341, 6105, 6932, 6281, 7011, 6187, 6815, 6396, 6969, 6433, 6498, 6123, 6462, 5888, 6876, 6287, 7234, 6200, 5921, 6402, 5826, 6907, 6207, 7150, 6498, 6360, 7370, 7892, 6447, 7531, 6110, 6197, 6646, 6052, 7618, 6773, 6714, 6749, 7820, 6320, 7757, 6174, 7461, 6288, 7835, 6048, 7087, 6177, 7319, 5986, 6835, 6340, 6470, 7116, 6237, 7296, 6050, 6617, 5839, 6513, 6000, 7146, 5902, 7874, 5912, 6609, 5801, 6344, 5409, 5944, 7106, 6457, 7083, 6015, 6632, 6118, 7091, 6026, 7856, 6237, 6558, 5865, 6823, 5889, 6677, 7399, 6319, 6728, 6071, 6958, 5930, 6957, 6262, 7227, 6018, 6453, 7947, 6204, 6822, 6232, 6331, 6266, 7350, 6458, 6952, 6012, 6039, 5621, 5836, 6774, 6184, 6818, 6105, 6864, 6147, 6957, 5931, 6502, 7650, 6038, 6893, 6335, 6896, 6160, 7231, 5667, 6462, 7439, 6146, 6893, 6111, 7301, 5808, 7198, 5877, 6467, 7122, 6248, 7333, 6324, 7441, 5851, 6676, 7902, 6443, 7183, 6188, 7194, 6106, 7704, 5970, 6511, 5858, 6143, 7050, 5686, 6463, 6096, 7198, 6088, 7140, 6269, 6483, 5590, 6180, 7275, 5988, 6989, 6079, 6946, 6112, 6573, 5649, 6145, 7261, 6193, 6666, 6161, 6600, 5953, 7508, 5960, 7247, 5843, 6458, 5686, 6126, 6627, 6120, 7175, 6801, 7097, 6796, 7078, 6310, 7505, 6207, 8959, 6265, 6872, 6002, 7130, 5811, 7354, 6028, 6892, 5786, 6619, 5906, 6883, 5791, 6769, 8115, 6267, 7352, 6234, 7444, 5930, 7492, 6207, 7230, 5888, 6736, 5744, 6386, 7662, 6045, 6681, 6053, 7229, 6198, 7330, 6192, 7143, 6192, 6983, 5721, 6291, 7312, 6380, 6518, 6444, 6483, 5880, 6309, 6421, 7158, 6185, 6848, 6142, 6745, 6191, 6862, 6143, 6664, 6190, 7310, 6149, 7884, 6136, 7150, 5959, 6792, 5527, 6532, 7717, 6030, 6886, 6196, 7137, 5963, 7239, 5983, 7292, 5800, 6754, 5787, 6088, 6842, 6324, 6792, 6424, 7395, 5968, 7042, 6048, 6965, 5837, 6729, 5610, 6375, 7369, 6464, 6865, 6237, 7373, 6192, 6487, 6250, 7201, 6203, 6847, 6114, 7125, 5889, 6892, 5709, 6498, 7330, 6219, 6654, 6006, 6769, 6322, 7322, 6062, 7843, 6050, 7119, 5985, 6909, 5778, 6845, 6953, 6369, 7197, 6166, 6953, 5902, 7224, 6082, 7411, 5998, 6732, 5882, 6455, 5819, 6086, 7282, 6141, 7049, 6141, 6757, 6186, 6511, 5809, 6398, 7242, 6237, 6560, 6452, 7205, 6224, 7818, 6369, 6930, 6321, 6456, 5794, 6066, 6244, 6486, 7497, 6247, 7077, 5946, 6855, 5909, 6770, 5937, 8182, 6149, 6698, 6052, 6964, 6040, 6526, 6099, 7106, 6018, 6647, 6836, 6392, 6650, 6490, 6790, 6139, 7204, 6115, 6789, 5794, 6732, 6193, 7299, 6102, 6971, 6046, 6200, 5850, 6441, 5521, 6467, 7550, 6842, 6922, 6556, 6948, 6093, 6286, 6159, 7140, 6010, 7862, 6417, 7149, 6190, 6719, 6057, 6646, 6051, 6814, 6013, 6679, 6462, 6414, 6968, 6278, 6665, 5973, 6595, 6137, 6523, 5925, 7108, 5963, 8167, 6438, 6977, 6112, 6295, 5710, 6171, 5874, 6399, 6621, 6742, 5776, 6695, 5568, 6653, 7110, 6736, 6846, 6326, 6997, 6117, 7172, 6295, 6862, 6292, 6783, 5923, 6218, 5886, 6489, 7427, 6490, 6954, 6078, 6677, 6186, 6866, 5945, 6941, 6217, 6876, 6363, 6566, 6253, 6540, 6933, 6225, 6983, 6261, 6664, 6198, 6887, 6177, 6221, 5841, 6356, 6067, 6728, 6048, 8583, 6516, 6777, 6153, 6978, 6299, 7799, 6446, 6975, 6431, 6721, 6438, 6659, 6186, 6885, 6161, 7379, 7107, 6615, 6082, 6677, 6047, 6616, 7175, 7053, 7105, 6547, 6597, 6601, 6719, 6725, 6780, 6079, 6568, 6021, 6950, 6064, 8351, 6581, 6722, 6112, 6290, 6169, 6576, 5970, 6734, 6991, 6245, 6669, 5985, 6346, 6324, 7099, 6224, 7814, 6258, 6676, 6310, 7560, 6265, 7406, 6501, 6857, 6088, 6300, 6298, 7364, 6286, 7317, 6180, 7583, 6111, 6976, 5982, 7645, 6287, 8913, 6238, 7071, 6029, 7124, 6221, 7938, 6013, 6978, 6302, 7234, 6003, 7372, 5831, 7114, 5978, 7635, 6118, 7096, 6381, 7080, 6099, 7535, 6120, 7232, 6132, 6493, 6126, 6806, 6111, 7521, 6037, 8121, 6103, 6851, 5803, 6934, 5750, 7062, 5885, 6331, 5914, 6641, 6018, 6901, 5953, 6680, 6251, 6930, 6050, 6894, 5902, 6571, 5956, 7572, 6200, 7188, 6162, 6806, 6176, 7236, 6125, 6501, 5976, 7005, 6146, 6937, 6168, 7134, 6203, 6698, 6171, 6936, 6338, 6459, 6091, 6908, 6037, 6627, 6256, 7172, 6054, 8389, 6396, 6994, 6183, 7130, 6272, 7082, 6260, 6807, 6034, 6232, 5809, 6310, 7647, 6161, 7019, 6143, 6679, 6097, 7244, 5973, 7154, 6158, 7539, 6476, 7189, 6410, 6516, 5971, 6192, 6336, 6121, 6509, 6218, 6732, 6217, 6633, 6247, 6932, 6044, 7296, 6350, 7135, 7964, 6276, 7006, 6117, 6704, 6234, 6691, 6367, 6607, 6155, 6951, 6337, 7536, 6185, 7254, 6349, 8010, 6445, 6896, 5927, 7149, 6142, 8369, 6357, 8034, 6312, 7256, 6270, 7706, 6160, 7769, 6130, 7367, 6329, 7189, 6325, 7606, 6536, 7203, 6386, 8118, 6283, 6787, 6198, 6983, 6448, 6964, 6194, 6296, 6148, 6179, 5961, 6648, 6181, 7170, 6236, 6567, 6168, 6747, 6122, 6690, 6062, 6956, 6133, 6652, 6110, 7124, 6153, 6810, 6164, 7241, 6089, 7615, 6685, 7672, 6331, 5611, 6259], 'WindowCenter': [3635.0, 3620.0, 3596.0, 3606.0, 3592.0, 3602.0, 3580.0, 3601.0, 3579.0, 3622.0, 3590.0, 3613.0, 3579.0, 3591.0, 3581.0, 3602.0, 3591.0, 3602.0, 3580.0, 3592.0, 3580.0, 3581.0, 3578.0, 3590.0, 3611.0, 3602.0, 3602.0, 3590.0, 3589.0, 3578.0, 3599.0, 3576.0, 3611.0, 3578.0, 3588.0, 3566.0, 3588.0, 3596.0, 3588.0, 3589.0, 3577.0, 3587.0, 3565.0, 3586.0, 3574.0, 3587.0, 3575.0, 3576.0, 3586.0, 3565.0, 3575.0, 3565.0, 3585.0, 3567.0, 3598.0, 3564.0, 3588.0, 3564.0, 3576.0, 3585.0, 3577.0, 3587.0, 3567.0, 3587.0, 3564.0, 3586.0, 3575.0, 3588.0, 3565.0, 3577.0, 3565.0, 3567.0, 3575.0, 3579.0, 3588.0, 3577.0, 3588.0, 3567.0, 3599.0, 3577.0, 3611.0, 3579.0, 3599.0, 3588.0, 3590.0, 3598.0, 3577.0, 3587.0, 3578.0, 3600.0, 3578.0, 3599.0, 3578.0, 3600.0, 3578.0, 3590.0, 3589.0, 3591.0, 3602.0, 3592.0, 3601.0, 3579.0, 3600.0, 3593.0, 3603.0, 3593.0, 3602.0, 3593.0, 3602.0, 3592.0, 3613.0, 3593.0, 3591.0, 3592.0, 3591.0, 3580.0, 3590.0, 3592.0, 3602.0, 3582.0, 3600.0, 3569.0, 3600.0, 3579.0, 3590.0, 3581.0, 3601.0, 3579.0, 3599.0, 3565.0, 3599.0, 3576.0, 3589.0, 3565.0, 3588.0, 3566.0, 3600.0, 3566.0, 3600.0, 3577.0, 3602.0, 3578.0, 3578.0, 3577.0, 3598.0, 3577.0, 3600.0, 3609.0, 3579.0, 3587.0, 3578.0, 3586.0, 3564.0, 3586.0, 3565.0, 3586.0, 3576.0, 3587.0, 3565.0, 3587.0, 3578.0, 3599.0, 3579.0, 3578.0, 3578.0, 3577.0, 3568.0, 3589.0, 3591.0, 3600.0, 3581.0, 3577.0, 3578.0, 3566.0, 3589.0, 3579.0, 3600.0, 3578.0, 3590.0, 3612.0, 3611.0, 3578.0, 3609.0, 3579.0, 3579.0, 3589.0, 3593.0, 3612.0, 3592.0, 3589.0, 3591.0, 3598.0, 3577.0, 3596.0, 3566.0, 3587.0, 3578.0, 3597.0, 3563.0, 3586.0, 3563.0, 3585.0, 3563.0, 3575.0, 3562.0, 3577.0, 3586.0, 3566.0, 3585.0, 3566.0, 3575.0, 3567.0, 3574.0, 3566.0, 3586.0, 3567.0, 3610.0, 3566.0, 3589.0, 3566.0, 3576.0, 3554.0, 3579.0, 3598.0, 3579.0, 3588.0, 3579.0, 3589.0, 3578.0, 3600.0, 3580.0, 3611.0, 3578.0, 3579.0, 3568.0, 3591.0, 3567.0, 3589.0, 3599.0, 3591.0, 3589.0, 3578.0, 3588.0, 3578.0, 3587.0, 3577.0, 3600.0, 3580.0, 3591.0, 3610.0, 3578.0, 3587.0, 3577.0, 3578.0, 3590.0, 3613.0, 3590.0, 3602.0, 3578.0, 3579.0, 3567.0, 3568.0, 3588.0, 3579.0, 3591.0, 3579.0, 3589.0, 3579.0, 3602.0, 3578.0, 3590.0, 3610.0, 3579.0, 3599.0, 3589.0, 3589.0, 3578.0, 3600.0, 3567.0, 3591.0, 3599.0, 3578.0, 3587.0, 3577.0, 3600.0, 3566.0, 3600.0, 3567.0, 3590.0, 3598.0, 3577.0, 3598.0, 3577.0, 3599.0, 3566.0, 3590.0, 3608.0, 3578.0, 3586.0, 3576.0, 3585.0, 3576.0, 3599.0, 3577.0, 3590.0, 3566.0, 3577.0, 3587.0, 3567.0, 3577.0, 3579.0, 3600.0, 3579.0, 3599.0, 3578.0, 3589.0, 3556.0, 3577.0, 3599.0, 3580.0, 3600.0, 3579.0, 3599.0, 3580.0, 3601.0, 3577.0, 3581.0, 3611.0, 3592.0, 3602.0, 3580.0, 3589.0, 3578.0, 3600.0, 3578.0, 3613.0, 3579.0, 3591.0, 3580.0, 3591.0, 3600.0, 3591.0, 3613.0, 3603.0, 3600.0, 3603.0, 3601.0, 3591.0, 3600.0, 3580.0, 3622.0, 3590.0, 3590.0, 3578.0, 3600.0, 3568.0, 3612.0, 3579.0, 3602.0, 3568.0, 3590.0, 3567.0, 3600.0, 3567.0, 3589.0, 3610.0, 3590.0, 3598.0, 3579.0, 3598.0, 3577.0, 3596.0, 3566.0, 3600.0, 3565.0, 3588.0, 3565.0, 3577.0, 3597.0, 3565.0, 3588.0, 3579.0, 3597.0, 3576.0, 3585.0, 3565.0, 3587.0, 3564.0, 3588.0, 3566.0, 3577.0, 3587.0, 3576.0, 3575.0, 3577.0, 3575.0, 3567.0, 3577.0, 3589.0, 3599.0, 3579.0, 3589.0, 3580.0, 3589.0, 3579.0, 3590.0, 3580.0, 3590.0, 3579.0, 3599.0, 3579.0, 3609.0, 3579.0, 3602.0, 3577.0, 3588.0, 3555.0, 3577.0, 3596.0, 3577.0, 3588.0, 3577.0, 3588.0, 3565.0, 3597.0, 3566.0, 3599.0, 3567.0, 3589.0, 3565.0, 3576.0, 3576.0, 3577.0, 3586.0, 3577.0, 3598.0, 3578.0, 3588.0, 3566.0, 3588.0, 3565.0, 3587.0, 3566.0, 3589.0, 3599.0, 3578.0, 3587.0, 3579.0, 3598.0, 3577.0, 3576.0, 3577.0, 3600.0, 3578.0, 3588.0, 3567.0, 3587.0, 3566.0, 3588.0, 3565.0, 3589.0, 3598.0, 3579.0, 3587.0, 3578.0, 3587.0, 3577.0, 3597.0, 3578.0, 3611.0, 3578.0, 3600.0, 3578.0, 3588.0, 3566.0, 3590.0, 3599.0, 3578.0, 3587.0, 3578.0, 3588.0, 3566.0, 3597.0, 3577.0, 3600.0, 3577.0, 3589.0, 3566.0, 3588.0, 3564.0, 3578.0, 3600.0, 3579.0, 3587.0, 3577.0, 3588.0, 3577.0, 3590.0, 3566.0, 3588.0, 3599.0, 3579.0, 3588.0, 3579.0, 3598.0, 3577.0, 3599.0, 3578.0, 3600.0, 3590.0, 3591.0, 3568.0, 3579.0, 3579.0, 3589.0, 3599.0, 3590.0, 3600.0, 3580.0, 3589.0, 3568.0, 3588.0, 3579.0, 3622.0, 3580.0, 3591.0, 3579.0, 3599.0, 3579.0, 3589.0, 3578.0, 3600.0, 3589.0, 3601.0, 3588.0, 3591.0, 3588.0, 3590.0, 3589.0, 3579.0, 3611.0, 3580.0, 3589.0, 3569.0, 3590.0, 3578.0, 3600.0, 3580.0, 3603.0, 3579.0, 3579.0, 3567.0, 3590.0, 3556.0, 3590.0, 3610.0, 3601.0, 3601.0, 3591.0, 3598.0, 3580.0, 3588.0, 3578.0, 3598.0, 3580.0, 3611.0, 3589.0, 3600.0, 3578.0, 3590.0, 3577.0, 3590.0, 3579.0, 3590.0, 3577.0, 3590.0, 3578.0, 3577.0, 3599.0, 3589.0, 3589.0, 3579.0, 3588.0, 3577.0, 3577.0, 3578.0, 3599.0, 3579.0, 3621.0, 3589.0, 3601.0, 3577.0, 3589.0, 3566.0, 3577.0, 3567.0, 3590.0, 3589.0, 3590.0, 3570.0, 3601.0, 3569.0, 3602.0, 3602.0, 3603.0, 3601.0, 3590.0, 3599.0, 3577.0, 3600.0, 3588.0, 3591.0, 3589.0, 3600.0, 3577.0, 3581.0, 3566.0, 3590.0, 3598.0, 3589.0, 3600.0, 3579.0, 3588.0, 3579.0, 3588.0, 3578.0, 3588.0, 3577.0, 3589.0, 3588.0, 3601.0, 3588.0, 3589.0, 3588.0, 3578.0, 3589.0, 3589.0, 3589.0, 3579.0, 3599.0, 3578.0, 3578.0, 3579.0, 3589.0, 3578.0, 3600.0, 3590.0, 3624.0, 3590.0, 3591.0, 3578.0, 3602.0, 3589.0, 3611.0, 3590.0, 3602.0, 3589.0, 3601.0, 3589.0, 3590.0, 3578.0, 3602.0, 3578.0, 3611.0, 3600.0, 3601.0, 3578.0, 3600.0, 3578.0, 3590.0, 3601.0, 3602.0, 3600.0, 3591.0, 3589.0, 3590.0, 3590.0, 3604.0, 3600.0, 3580.0, 3590.0, 3578.0, 3599.0, 3578.0, 3622.0, 3589.0, 3590.0, 3578.0, 3589.0, 3577.0, 3588.0, 3576.0, 3589.0, 3598.0, 3588.0, 3588.0, 3577.0, 3578.0, 3588.0, 3599.0, 3589.0, 3610.0, 3589.0, 3589.0, 3588.0, 3611.0, 3589.0, 3612.0, 3590.0, 3601.0, 3580.0, 3592.0, 3590.0, 3612.0, 3590.0, 3613.0, 3591.0, 3614.0, 3592.0, 3614.0, 3579.0, 3611.0, 3591.0, 3636.0, 3591.0, 3602.0, 3591.0, 3601.0, 3578.0, 3613.0, 3591.0, 3601.0, 3590.0, 3611.0, 3579.0, 3598.0, 3567.0, 3600.0, 3579.0, 3610.0, 3579.0, 3599.0, 3588.0, 3587.0, 3579.0, 3599.0, 3578.0, 3598.0, 3576.0, 3576.0, 3576.0, 3585.0, 3575.0, 3599.0, 3577.0, 3598.0, 3565.0, 3577.0, 3555.0, 3585.0, 3552.0, 3587.0, 3565.0, 3575.0, 3566.0, 3588.0, 3577.0, 3598.0, 3579.0, 3600.0, 3590.0, 3600.0, 3579.0, 3599.0, 3569.0, 3589.0, 3578.0, 3611.0, 3579.0, 3587.0, 3578.0, 3587.0, 3578.0, 3597.0, 3577.0, 3589.0, 3578.0, 3599.0, 3580.0, 3588.0, 3578.0, 3588.0, 3591.0, 3591.0, 3579.0, 3600.0, 3592.0, 3579.0, 3579.0, 3588.0, 3579.0, 3588.0, 3589.0, 3589.0, 3580.0, 3611.0, 3589.0, 3599.0, 3577.0, 3587.0, 3576.0, 3588.0, 3575.0, 3588.0, 3576.0, 3577.0, 3564.0, 3576.0, 3595.0, 3565.0, 3586.0, 3564.0, 3587.0, 3566.0, 3586.0, 3565.0, 3585.0, 3566.0, 3598.0, 3576.0, 3599.0, 3588.0, 3578.0, 3576.0, 3578.0, 3576.0, 3577.0, 3576.0, 3579.0, 3588.0, 3578.0, 3588.0, 3588.0, 3599.0, 3577.0, 3601.0, 3577.0, 3600.0, 3609.0, 3590.0, 3599.0, 3579.0, 3588.0, 3580.0, 3589.0, 3591.0, 3589.0, 3580.0, 3601.0, 3589.0, 3611.0, 3578.0, 3611.0, 3591.0, 3623.0, 3590.0, 3599.0, 3579.0, 3601.0, 3578.0, 3621.0, 3589.0, 3611.0, 3589.0, 3601.0, 3588.0, 3610.0, 3579.0, 3611.0, 3578.0, 3601.0, 3576.0, 3588.0, 3577.0, 3599.0, 3577.0, 3599.0, 3588.0, 3610.0, 3577.0, 3588.0, 3576.0, 3587.0, 3576.0, 3599.0, 3578.0, 3590.0, 3576.0, 3579.0, 3576.0, 3589.0, 3576.0, 3598.0, 3578.0, 3589.0, 3576.0, 3588.0, 3577.0, 3589.0, 3578.0, 3598.0, 3577.0, 3589.0, 3577.0, 3588.0, 3577.0, 3587.0, 3576.0, 3599.0, 3578.0, 3612.0, 3591.0, 3612.0, 3591.0, 3567.0, 3588.0], 'WindowWidth': [8231.0, 8200.0, 8163.0, 8171.0, 8148.0, 8158.0, 8128.0, 8154.0, 8124.0, 8183.0, 8138.0, 8172.0, 8125.0, 8143.0, 8127.0, 8159.0, 8141.0, 8158.0, 8128.0, 8144.0, 8126.0, 8129.0, 8122.0, 8139.0, 8167.0, 8159.0, 8157.0, 8138.0, 8134.0, 8119.0, 8146.0, 8113.0, 8166.0, 8118.0, 8132.0, 8099.0, 8131.0, 8139.0, 8129.0, 8132.0, 8116.0, 8126.0, 8095.0, 8125.0, 8106.0, 8127.0, 8111.0, 8112.0, 8122.0, 8096.0, 8109.0, 8094.0, 8122.0, 8100.0, 8143.0, 8093.0, 8130.0, 8092.0, 8111.0, 8122.0, 8114.0, 8127.0, 8100.0, 8125.0, 8092.0, 8125.0, 8108.0, 8131.0, 8097.0, 8114.0, 8095.0, 8101.0, 8108.0, 8119.0, 8131.0, 8117.0, 8129.0, 8103.0, 8145.0, 8115.0, 8167.0, 8123.0, 8149.0, 8131.0, 8137.0, 8144.0, 8116.0, 8128.0, 8118.0, 8150.0, 8120.0, 8148.0, 8119.0, 8151.0, 8118.0, 8139.0, 8135.0, 8142.0, 8156.0, 8144.0, 8153.0, 8124.0, 8152.0, 8147.0, 8161.0, 8147.0, 8157.0, 8147.0, 8156.0, 8144.0, 8175.0, 8148.0, 8141.0, 8144.0, 8140.0, 8126.0, 8138.0, 8146.0, 8157.0, 8129.0, 8151.0, 8109.0, 8150.0, 8122.0, 8139.0, 8128.0, 8152.0, 8121.0, 8145.0, 8097.0, 8146.0, 8113.0, 8134.0, 8098.0, 8130.0, 8099.0, 8147.0, 8100.0, 8149.0, 8117.0, 8154.0, 8117.0, 8119.0, 8115.0, 8144.0, 8115.0, 8150.0, 8158.0, 8119.0, 8125.0, 8116.0, 8123.0, 8094.0, 8123.0, 8098.0, 8124.0, 8111.0, 8125.0, 8096.0, 8126.0, 8118.0, 8145.0, 8120.0, 8117.0, 8118.0, 8115.0, 8104.0, 8135.0, 8141.0, 8150.0, 8128.0, 8116.0, 8117.0, 8100.0, 8133.0, 8121.0, 8151.0, 8118.0, 8139.0, 8169.0, 8166.0, 8118.0, 8161.0, 8122.0, 8121.0, 8136.0, 8147.0, 8170.0, 8144.0, 8133.0, 8137.0, 8142.0, 8114.0, 8137.0, 8097.0, 8124.0, 8115.0, 8139.0, 8090.0, 8123.0, 8088.0, 8118.0, 8087.0, 8106.0, 8087.0, 8113.0, 8125.0, 8098.0, 8120.0, 8099.0, 8107.0, 8099.0, 8107.0, 8099.0, 8124.0, 8102.0, 8162.0, 8099.0, 8132.0, 8098.0, 8112.0, 8082.0, 8119.0, 8146.0, 8122.0, 8132.0, 8121.0, 8132.0, 8117.0, 8148.0, 8124.0, 8168.0, 8118.0, 8122.0, 8104.0, 8139.0, 8101.0, 8134.0, 8146.0, 8138.0, 8134.0, 8118.0, 8130.0, 8116.0, 8129.0, 8116.0, 8150.0, 8124.0, 8140.0, 8163.0, 8120.0, 8128.0, 8117.0, 8117.0, 8135.0, 8171.0, 8138.0, 8155.0, 8119.0, 8123.0, 8102.0, 8107.0, 8132.0, 8124.0, 8140.0, 8123.0, 8136.0, 8121.0, 8155.0, 8120.0, 8136.0, 8165.0, 8124.0, 8148.0, 8133.0, 8133.0, 8118.0, 8150.0, 8103.0, 8139.0, 8149.0, 8120.0, 8130.0, 8115.0, 8149.0, 8100.0, 8150.0, 8104.0, 8138.0, 8146.0, 8118.0, 8143.0, 8113.0, 8146.0, 8100.0, 8138.0, 8156.0, 8118.0, 8126.0, 8113.0, 8123.0, 8112.0, 8146.0, 8115.0, 8136.0, 8101.0, 8117.0, 8128.0, 8104.0, 8115.0, 8122.0, 8152.0, 8122.0, 8148.0, 8118.0, 8136.0, 8088.0, 8118.0, 8146.0, 8125.0, 8151.0, 8123.0, 8150.0, 8123.0, 8154.0, 8118.0, 8128.0, 8168.0, 8144.0, 8156.0, 8125.0, 8136.0, 8121.0, 8150.0, 8119.0, 8174.0, 8124.0, 8142.0, 8125.0, 8143.0, 8151.0, 8142.0, 8174.0, 8161.0, 8154.0, 8160.0, 8153.0, 8142.0, 8151.0, 8126.0, 8182.0, 8139.0, 8139.0, 8120.0, 8151.0, 8105.0, 8171.0, 8123.0, 8156.0, 8106.0, 8136.0, 8103.0, 8150.0, 8102.0, 8135.0, 8163.0, 8138.0, 8144.0, 8119.0, 8142.0, 8114.0, 8139.0, 8098.0, 8149.0, 8098.0, 8131.0, 8097.0, 8115.0, 8139.0, 8097.0, 8129.0, 8121.0, 8140.0, 8111.0, 8123.0, 8096.0, 8127.0, 8093.0, 8130.0, 8099.0, 8116.0, 8127.0, 8113.0, 8109.0, 8116.0, 8111.0, 8102.0, 8115.0, 8137.0, 8149.0, 8123.0, 8133.0, 8125.0, 8134.0, 8122.0, 8139.0, 8124.0, 8136.0, 8121.0, 8145.0, 8119.0, 8160.0, 8122.0, 8156.0, 8117.0, 8131.0, 8083.0, 8114.0, 8136.0, 8114.0, 8131.0, 8115.0, 8129.0, 8096.0, 8141.0, 8099.0, 8145.0, 8102.0, 8133.0, 8098.0, 8114.0, 8112.0, 8115.0, 8124.0, 8113.0, 8142.0, 8118.0, 8130.0, 8098.0, 8130.0, 8096.0, 8128.0, 8099.0, 8135.0, 8147.0, 8118.0, 8128.0, 8120.0, 8142.0, 8117.0, 8112.0, 8115.0, 8149.0, 8118.0, 8132.0, 8102.0, 8130.0, 8099.0, 8131.0, 8098.0, 8134.0, 8144.0, 8121.0, 8127.0, 8118.0, 8128.0, 8116.0, 8142.0, 8119.0, 8165.0, 8118.0, 8150.0, 8116.0, 8132.0, 8100.0, 8138.0, 8146.0, 8120.0, 8129.0, 8118.0, 8130.0, 8099.0, 8142.0, 8118.0, 8150.0, 8117.0, 8134.0, 8100.0, 8131.0, 8096.0, 8119.0, 8150.0, 8122.0, 8130.0, 8116.0, 8132.0, 8115.0, 8137.0, 8100.0, 8133.0, 8149.0, 8122.0, 8133.0, 8122.0, 8145.0, 8117.0, 8146.0, 8117.0, 8153.0, 8139.0, 8141.0, 8106.0, 8123.0, 8120.0, 8135.0, 8148.0, 8139.0, 8151.0, 8124.0, 8135.0, 8107.0, 8133.0, 8121.0, 8183.0, 8125.0, 8141.0, 8121.0, 8149.0, 8119.0, 8135.0, 8118.0, 8151.0, 8137.0, 8155.0, 8133.0, 8141.0, 8133.0, 8137.0, 8135.0, 8124.0, 8168.0, 8125.0, 8135.0, 8109.0, 8138.0, 8119.0, 8152.0, 8125.0, 8160.0, 8123.0, 8123.0, 8103.0, 8138.0, 8089.0, 8137.0, 8163.0, 8154.0, 8154.0, 8140.0, 8146.0, 8124.0, 8132.0, 8119.0, 8144.0, 8123.0, 8166.0, 8136.0, 8151.0, 8118.0, 8138.0, 8117.0, 8137.0, 8124.0, 8140.0, 8118.0, 8136.0, 8117.0, 8117.0, 8146.0, 8134.0, 8135.0, 8123.0, 8133.0, 8118.0, 8117.0, 8119.0, 8148.0, 8122.0, 8181.0, 8135.0, 8154.0, 8116.0, 8136.0, 8100.0, 8118.0, 8104.0, 8139.0, 8135.0, 8139.0, 8111.0, 8154.0, 8109.0, 8156.0, 8155.0, 8161.0, 8156.0, 8140.0, 8147.0, 8118.0, 8152.0, 8132.0, 8141.0, 8136.0, 8152.0, 8118.0, 8129.0, 8102.0, 8137.0, 8146.0, 8136.0, 8152.0, 8126.0, 8135.0, 8122.0, 8132.0, 8119.0, 8132.0, 8116.0, 8135.0, 8134.0, 8153.0, 8132.0, 8136.0, 8131.0, 8120.0, 8135.0, 8135.0, 8136.0, 8123.0, 8149.0, 8121.0, 8119.0, 8122.0, 8135.0, 8122.0, 8152.0, 8141.0, 8188.0, 8139.0, 8140.0, 8120.0, 8155.0, 8136.0, 8167.0, 8140.0, 8157.0, 8136.0, 8154.0, 8135.0, 8139.0, 8120.0, 8157.0, 8122.0, 8167.0, 8151.0, 8155.0, 8121.0, 8152.0, 8119.0, 8139.0, 8155.0, 8158.0, 8153.0, 8142.0, 8136.0, 8139.0, 8138.0, 8161.0, 8154.0, 8125.0, 8137.0, 8121.0, 8147.0, 8119.0, 8183.0, 8136.0, 8137.0, 8119.0, 8134.0, 8115.0, 8131.0, 8113.0, 8136.0, 8145.0, 8133.0, 8132.0, 8118.0, 8119.0, 8133.0, 8148.0, 8138.0, 8165.0, 8135.0, 8135.0, 8133.0, 8166.0, 8135.0, 8171.0, 8139.0, 8156.0, 8126.0, 8145.0, 8139.0, 8170.0, 8140.0, 8176.0, 8143.0, 8176.0, 8146.0, 8175.0, 8124.0, 8168.0, 8143.0, 8209.0, 8144.0, 8159.0, 8142.0, 8154.0, 8121.0, 8171.0, 8143.0, 8155.0, 8139.0, 8168.0, 8121.0, 8145.0, 8103.0, 8150.0, 8123.0, 8163.0, 8121.0, 8146.0, 8132.0, 8130.0, 8120.0, 8146.0, 8120.0, 8143.0, 8113.0, 8111.0, 8112.0, 8124.0, 8111.0, 8145.0, 8115.0, 8142.0, 8095.0, 8113.0, 8080.0, 8122.0, 8076.0, 8127.0, 8095.0, 8110.0, 8099.0, 8130.0, 8116.0, 8145.0, 8123.0, 8153.0, 8141.0, 8151.0, 8125.0, 8147.0, 8109.0, 8134.0, 8120.0, 8166.0, 8124.0, 8130.0, 8121.0, 8129.0, 8117.0, 8141.0, 8117.0, 8135.0, 8120.0, 8148.0, 8125.0, 8131.0, 8120.0, 8132.0, 8143.0, 8140.0, 8122.0, 8150.0, 8142.0, 8119.0, 8121.0, 8132.0, 8123.0, 8132.0, 8135.0, 8134.0, 8125.0, 8165.0, 8134.0, 8147.0, 8113.0, 8128.0, 8111.0, 8130.0, 8110.0, 8132.0, 8114.0, 8114.0, 8094.0, 8112.0, 8136.0, 8097.0, 8123.0, 8095.0, 8127.0, 8100.0, 8125.0, 8096.0, 8122.0, 8098.0, 8143.0, 8113.0, 8148.0, 8134.0, 8118.0, 8112.0, 8118.0, 8111.0, 8116.0, 8114.0, 8123.0, 8133.0, 8120.0, 8133.0, 8133.0, 8146.0, 8117.0, 8153.0, 8117.0, 8153.0, 8162.0, 8138.0, 8146.0, 8123.0, 8132.0, 8125.0, 8135.0, 8141.0, 8135.0, 8126.0, 8153.0, 8136.0, 8167.0, 8121.0, 8168.0, 8143.0, 8185.0, 8138.0, 8151.0, 8123.0, 8152.0, 8121.0, 8182.0, 8138.0, 8168.0, 8135.0, 8152.0, 8133.0, 8164.0, 8122.0, 8168.0, 8120.0, 8152.0, 8114.0, 8130.0, 8114.0, 8148.0, 8115.0, 8149.0, 8132.0, 8164.0, 8117.0, 8132.0, 8112.0, 8130.0, 8114.0, 8147.0, 8118.0, 8135.0, 8114.0, 8121.0, 8114.0, 8134.0, 8115.0, 8146.0, 8118.0, 8135.0, 8115.0, 8132.0, 8116.0, 8135.0, 8118.0, 8146.0, 8116.0, 8135.0, 8115.0, 8131.0, 8115.0, 8129.0, 8113.0, 8147.0, 8118.0, 8170.0, 8139.0, 8169.0, 8140.0, 8102.0, 8132.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.0002513621621621622</td></tr>
<tr><td colspan=3>aqi</td><td>0.01992189848648649</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.389655976060645</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1705845874350622</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9968445243722933</td></tr>
<tr><td colspan=3>efc</td><td>0.4559</td></tr>
<tr><td colspan=3>fber</td><td>4974.1338</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07626463670316876</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0810810810810811</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.592672299056142</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5051409402727858</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8023722968226017</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.470503660073039</td></tr>
<tr><td colspan=3>gcor</td><td>0.00622803</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011473185382783413</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024797536432743073</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</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.610238668660658</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>26.1795</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5583</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.0049</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307528.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>630.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.8203</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7615</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.0633</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2830.1308</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>747.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3752.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.4753</td></tr>
<tr><td colspan=3>tsnr</td><td>40.20958675717702</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>