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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0059_ses-02_task-faces_acq-mb8_run-01_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-0059_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0059_suffix-bold_task-faces" 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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0059_suffix-bold_task-faces" 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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0059_suffix-bold_task-faces" 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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0059_suffix-bold_task-faces" 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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0059_suffix-bold_task-faces" 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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0059_suffix-bold_task-faces" 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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0059_suffix-bold_task-faces" 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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_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-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-02_task-faces_acq-mb8_run-01_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-0059/ses-02/func/sub-0059_ses-02_task-faces_acq-mb8_run-01_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>e7fe2042d588a9963a0da3a122a929e4</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>16:22:59.820000</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.999151, 0.0192973, 0.0364089, -0.0261638, 0.979703, 0.198739]</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-01_task-faces_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.111977</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7781, -7234, 467, -76, -142, 9, 8]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.6</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f771adde-3f0f-4102-870d-347c05e87e65||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.6806480884552, -0.07019545137882233, 0.08595393598079681, 115.91571807861328], [-0.05177333950996399, 2.628471851348877, 0.5387118458747864, -97.7332763671875], [0.09768244624137878, -0.5332025289535522, 2.644315004348755, -30.209732055664062], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['162259.820000', '162300.280000', '162300.740000', '162301.200000', '162301.660000', '162302.120000', '162302.580000', '162303.040000', '162303.500000', '162303.960000', '162304.420000', '162304.880000', '162305.340000', '162305.800000', '162306.260000', '162306.720000', '162307.180000', '162307.640000', '162308.100000', '162308.560000', '162309.020000', '162309.480000', '162309.940000', '162310.400000', '162310.860000', '162311.320000', '162311.780000', '162312.240000', '162312.700000', '162313.160000', '162313.620000', '162314.080000', '162314.540000', '162315.000000', '162315.460000', '162315.920000', '162316.380000', '162316.840000', '162317.300000', '162317.760000', '162318.220000', '162318.680000', '162319.140000', '162319.600000', '162320.060000', '162320.520000', '162320.980000', '162321.440000', '162321.900000', '162322.360000', '162322.820000', '162323.280000', '162323.740000', '162324.200000', '162324.660000', '162325.120000', '162325.580000', '162326.040000', '162326.500000', '162326.960000', '162327.420000', '162327.880000', '162328.340000', '162328.800000', '162329.260000', '162329.720000', '162330.180000', '162330.640000', '162331.100000', '162331.560000', '162332.020000', '162332.480000', '162332.940000', '162333.400000', '162333.860000', '162334.320000', '162334.780000', '162335.240000', '162335.700000', '162336.160000', '162336.620000', '162337.080000', '162337.540000', '162338.000000', '162338.460000', '162338.920000', '162339.380000', '162339.840000', '162340.300000', '162340.760000', '162341.220000', '162341.680000', '162342.140000', '162342.600000', '162343.060000', '162343.520000', '162343.980000', '162344.440000', '162344.900000', '162345.360000', '162345.820000', '162346.280000', '162346.740000', '162347.200000', '162347.660000', '162348.120000', '162348.580000', '162349.040000', '162349.500000', '162349.960000', '162350.420000', '162350.880000', '162351.340000', '162351.800000', '162352.260000', '162352.720000', '162353.180000', '162353.640000', '162354.100000', '162354.560000', '162355.020000', '162355.480000', '162355.940000', '162356.400000', '162356.860000', '162357.320000', '162357.780000', '162358.240000', '162358.700000', '162359.160000', '162359.620000', '162400.080000', '162400.540000', '162401.000000', '162401.460000', '162401.920000', '162402.380000', '162402.840000', '162403.300000', '162403.760000', '162404.220000', '162404.680000', '162405.140000', '162405.600000', '162406.060000', '162406.520000', '162406.980000', '162407.440000', '162407.900000', '162408.360000', '162408.820000', '162409.280000', '162409.740000', '162410.200000', '162410.660000', '162411.120000', '162411.580000', '162412.040000', '162412.500000', '162412.960000', '162413.420000', '162413.880000', '162414.340000', '162414.800000', '162415.260000', '162415.720000', '162416.180000', '162416.640000', '162417.100000', '162417.560000', '162418.020000', '162418.480000', '162418.940000', '162419.400000', '162419.860000', '162420.320000', '162420.780000', '162421.240000', '162421.700000', '162422.160000', '162422.620000', '162423.080000', '162423.540000', '162424.000000', '162424.460000', '162424.920000', '162425.380000', '162425.840000', '162426.300000', '162426.760000', '162427.220000', '162427.680000', '162428.140000', '162428.600000', '162429.060000', '162429.520000', '162429.980000', '162430.440000', '162430.900000', '162431.360000', '162431.820000', '162432.280000', '162432.740000', '162433.200000', '162433.660000', '162434.120000', '162434.580000', '162435.040000', '162435.500000', '162435.960000', '162436.420000', '162436.880000', '162437.340000', '162437.800000', '162438.260000', '162438.720000', '162439.180000', '162439.640000', '162440.100000', '162440.560000', '162441.020000', '162441.480000', '162441.940000', '162442.400000', '162442.860000', '162443.320000', '162443.780000', '162444.240000', '162444.700000', '162445.160000', '162445.620000', '162446.080000', '162446.540000', '162447.000000', '162447.460000', '162447.920000', '162448.380000', '162448.840000', '162449.300000', '162449.760000', '162450.220000', '162450.680000', '162451.140000', '162451.600000', '162452.060000', '162452.520000', '162452.980000', '162453.440000', '162453.900000', '162454.360000', '162454.820000', '162455.280000', '162455.740000', '162456.200000', '162456.660000', '162457.120000', '162457.580000', '162458.040000', '162458.500000', '162458.960000', '162459.420000', '162459.880000', '162500.340000', '162500.800000', '162501.260000', '162501.720000', '162502.180000', '162502.640000', '162503.100000', '162503.560000', '162504.020000', '162504.480000', '162504.940000', '162505.400000', '162505.860000', '162506.320000', '162506.780000', '162507.240000', '162507.700000', '162508.160000', '162508.620000', '162509.080000', '162509.540000', '162510.000000', '162510.460000', '162510.920000', '162511.380000', '162511.840000', '162512.300000', '162512.760000', '162513.220000', '162513.680000', '162514.140000', '162514.600000', '162515.060000', '162515.520000', '162515.980000', '162516.440000', '162516.900000', '162517.360000', '162517.820000', '162518.280000', '162518.740000', '162519.200000', '162519.660000', '162520.120000', '162520.580000', '162521.040000', '162521.500000', '162521.960000', '162522.420000', '162522.880000', '162523.340000', '162523.800000', '162524.260000', '162524.720000', '162525.180000', '162525.640000', '162526.100000', '162526.560000', '162527.020000', '162527.480000', '162527.940000', '162528.400000', '162528.860000', '162529.320000', '162529.780000', '162530.240000', '162530.700000', '162531.160000', '162531.620000', '162532.080000', '162532.540000', '162533.000000', '162533.460000', '162533.920000', '162534.380000', '162534.840000', '162535.300000', '162535.760000', '162536.220000', '162536.680000', '162537.140000', '162537.600000', '162538.060000', '162538.520000', '162538.980000', '162539.440000', '162539.900000', '162540.360000', '162540.820000', '162541.280000', '162541.740000', '162542.200000', '162542.660000', '162543.120000', '162543.580000', '162544.040000', '162544.500000', '162544.960000', '162545.420000', '162545.880000', '162546.340000', '162546.800000', '162547.260000', '162547.720000', '162548.180000', '162548.640000', '162549.100000', '162549.560000', '162550.020000', '162550.480000', '162550.940000', '162551.400000', '162551.860000', '162552.320000', '162552.780000', '162553.240000', '162553.700000', '162554.160000', '162554.620000', '162555.080000', '162555.540000', '162556.000000', '162556.460000', '162556.920000', '162557.380000', '162557.840000', '162558.300000', '162558.760000', '162559.220000', '162559.680000', '162600.140000', '162600.600000', '162601.060000', '162601.520000', '162601.980000', '162602.440000', '162602.900000', '162603.360000', '162603.820000', '162604.280000', '162604.740000', '162605.200000', '162605.660000', '162606.120000', '162606.580000', '162607.040000', '162607.500000', '162607.960000', '162608.420000', '162608.880000', '162609.340000', '162609.800000', '162610.260000', '162610.720000', '162611.180000', '162611.640000', '162612.100000', '162612.560000', '162613.020000', '162613.480000', '162613.940000', '162614.400000', '162614.860000', '162615.320000', '162615.780000', '162616.240000', '162616.700000', '162617.160000', '162617.620000', '162618.080000', '162618.540000', '162619.000000', '162619.460000', '162619.920000', '162620.380000', '162620.840000', '162621.300000', '162621.760000', '162622.220000', '162622.680000', '162623.140000', '162623.600000', '162624.060000', '162624.520000', '162624.980000', '162625.440000', '162625.900000', '162626.360000', '162626.820000', '162627.280000', '162627.740000', '162628.200000', '162628.660000', '162629.120000', '162629.580000', '162630.040000', '162630.500000', '162630.960000', '162631.420000', '162631.880000', '162632.340000', '162632.800000', '162633.260000', '162633.720000', '162634.180000', '162634.640000', '162635.100000', '162635.560000', '162636.020000', '162636.480000', '162636.940000', '162637.400000', '162637.860000', '162638.320000', '162638.780000', '162639.240000', '162639.700000', '162640.160000', '162640.620000', '162641.080000', '162641.540000', '162642.000000', '162642.460000', '162642.920000', '162643.380000', '162643.840000', '162644.300000', '162644.760000', '162645.220000', '162645.680000', '162646.140000', '162646.600000', '162647.060000', '162647.520000', '162647.980000', '162648.440000', '162648.900000', '162649.360000', '162649.820000', '162650.280000', '162650.740000', '162651.200000', '162651.660000', '162652.120000', '162652.580000', '162653.040000', '162653.500000', '162653.960000', '162654.420000', '162654.880000', '162655.340000', '162655.800000', '162656.260000', '162656.720000', '162657.180000', '162657.640000', '162658.100000', '162658.560000', '162659.020000', '162659.480000', '162659.940000', '162700.400000', '162700.860000', '162701.320000', '162701.780000', '162702.240000', '162702.700000', '162703.160000', '162703.620000', '162704.080000', '162704.540000', '162705.000000', '162705.460000', '162705.920000', '162706.380000', '162706.840000', '162707.300000', '162707.760000', '162708.220000', '162708.680000', '162709.140000', '162709.600000', '162710.060000', '162710.520000', '162710.980000', '162711.440000', '162711.900000', '162712.360000', '162712.820000', '162713.280000', '162713.740000', '162714.200000', '162714.660000', '162715.120000', '162715.580000', '162716.040000', '162716.500000', '162716.960000', '162717.420000', '162717.880000', '162718.340000', '162718.800000', '162719.260000', '162719.720000', '162720.180000', '162720.640000', '162721.100000', '162721.560000', '162722.020000', '162722.480000', '162722.940000', '162723.400000', '162723.860000', '162724.320000', '162724.780000', '162725.240000', '162725.700000', '162726.160000', '162726.620000', '162727.080000', '162727.540000', '162728.000000', '162728.460000', '162728.920000', '162729.380000', '162729.840000', '162730.300000', '162730.760000', '162731.220000', '162731.680000', '162732.140000', '162732.600000', '162733.060000', '162733.520000', '162733.980000', '162734.440000', '162734.900000', '162735.360000', '162735.820000', '162736.280000', '162736.740000', '162737.200000', '162737.660000', '162738.120000', '162738.580000', '162739.040000', '162739.500000', '162739.960000', '162740.420000', '162740.880000', '162741.340000', '162741.800000', '162742.260000', '162742.720000', '162743.180000', '162743.640000', '162744.100000', '162744.560000', '162745.020000', '162745.480000', '162745.940000', '162746.400000', '162746.860000', '162747.320000', '162747.780000', '162748.240000', '162748.700000', '162749.160000', '162749.620000', '162750.080000', '162750.540000', '162751.000000', '162751.460000', '162751.920000', '162752.380000', '162752.840000', '162753.300000', '162753.760000', '162754.220000', '162754.680000', '162755.140000', '162755.600000', '162756.060000', '162756.520000', '162756.980000', '162757.440000', '162757.900000', '162758.360000', '162758.820000', '162759.280000', '162759.740000', '162800.200000', '162800.660000', '162801.120000', '162801.580000', '162802.040000', '162802.500000', '162802.960000', '162803.420000', '162803.880000', '162804.340000', '162804.800000', '162805.260000', '162805.720000', '162806.180000', '162806.640000', '162807.100000', '162807.560000', '162808.020000', '162808.480000', '162808.940000', '162809.400000', '162809.860000', '162810.320000', '162810.780000', '162811.240000', '162811.700000', '162812.160000', '162812.620000', '162813.080000', '162813.540000', '162814.000000', '162814.460000', '162814.920000', '162815.380000', '162815.840000', '162816.300000', '162816.760000', '162817.220000', '162817.680000', '162818.140000', '162818.600000', '162819.060000', '162819.520000', '162819.980000', '162820.440000', '162820.900000', '162821.360000', '162821.820000', '162822.280000', '162822.740000', '162823.200000', '162823.660000', '162824.120000', '162824.580000', '162825.040000', '162825.500000', '162825.960000', '162826.420000', '162826.880000', '162827.340000', '162827.800000', '162828.260000', '162828.720000', '162829.180000', '162829.640000', '162830.100000', '162830.560000', '162831.020000', '162831.480000', '162831.940000', '162832.400000', '162832.860000', '162833.320000', '162833.780000', '162834.240000', '162834.700000', '162835.160000', '162835.620000', '162836.080000', '162836.540000', '162837.000000', '162837.460000', '162837.920000', '162838.380000', '162838.840000', '162839.300000', '162839.760000', '162840.220000', '162840.680000', '162841.140000', '162841.600000', '162842.060000', '162842.520000', '162842.980000', '162843.440000', '162843.900000', '162844.360000', '162844.820000', '162845.280000', '162845.740000', '162846.200000', '162846.660000', '162847.120000', '162847.580000', '162848.040000', '162848.500000', '162848.960000', '162849.420000', '162849.880000', '162850.340000', '162850.800000', '162851.260000', '162851.720000', '162852.180000', '162852.640000', '162853.100000', '162853.560000', '162854.020000', '162854.480000', '162854.940000', '162855.400000', '162855.860000', '162856.320000', '162856.780000', '162857.240000', '162857.700000', '162858.160000', '162858.620000', '162859.080000', '162859.540000', '162900.000000', '162900.460000', '162900.920000', '162901.380000', '162901.840000', '162902.300000', '162902.760000', '162903.220000', '162903.680000', '162904.140000', '162904.600000', '162905.060000', '162905.520000', '162905.980000', '162906.440000', '162906.900000', '162907.360000', '162907.820000', '162908.280000', '162908.740000', '162909.200000', '162909.660000', '162910.120000', '162910.580000', '162911.040000', '162911.500000', '162911.960000', '162912.420000', '162912.880000', '162913.340000', '162913.800000', '162914.260000', '162914.720000', '162915.180000', '162915.640000', '162916.100000', '162916.560000', '162917.020000', '162917.480000', '162917.940000', '162918.400000', '162918.860000', '162919.320000', '162919.780000', '162920.240000', '162920.700000', '162921.160000', '162921.620000', '162922.080000', '162922.540000', '162923.000000', '162923.460000', '162923.920000', '162924.380000', '162924.840000', '162925.300000', '162925.760000', '162926.220000', '162926.680000', '162927.140000', '162927.600000', '162928.060000', '162928.520000', '162928.980000', '162929.440000', '162929.900000', '162930.360000', '162930.820000', '162931.280000', '162931.740000', '162932.200000', '162932.660000', '162933.120000', '162933.580000', '162934.040000', '162934.500000', '162934.960000', '162935.420000', '162935.880000', '162936.340000', '162936.800000', '162937.260000', '162937.720000', '162938.180000', '162938.640000', '162939.100000', '162939.560000', '162940.020000', '162940.480000', '162940.940000', '162941.400000', '162941.860000', '162942.320000', '162942.780000', '162943.240000', '162943.700000', '162944.160000', '162944.620000', '162945.080000', '162945.540000', '162946.000000', '162946.460000', '162946.920000', '162947.380000', '162947.840000', '162948.300000', '162948.760000', '162949.220000', '162949.680000', '162950.140000', '162950.600000', '162951.060000', '162951.520000', '162951.980000', '162952.440000', '162952.900000', '162953.360000', '162953.820000', '162954.280000', '162954.740000', '162955.200000', '162955.660000', '162956.120000', '162956.580000', '162957.040000', '162957.500000', '162957.960000', '162958.420000', '162958.880000', '162959.340000', '162959.800000'], 'ContentTime': ['162318.585000', '162318.588000', '162318.591000', '162318.594000', '162318.597000', '162318.599000', '162318.602000', '162318.604000', '162318.612000', '162318.615000', '162318.617000', '162318.620000', '162318.622000', '162318.627000', '162318.630000', '162318.632000', '162318.635000', '162318.637000', '162318.640000', '162318.642000', '162318.645000', '162318.647000', '162318.650000', '162318.652000', '162318.655000', '162318.657000', '162318.660000', '162318.669000', '162318.671000', '162318.674000', '162318.676000', '162318.679000', '162318.681000', '162318.684000', '162318.686000', '162318.689000', '162318.691000', '162318.694000', '162338.528000', '162338.531000', '162338.534000', '162338.536000', '162338.539000', '162338.542000', '162338.544000', '162338.547000', '162338.549000', '162338.552000', '162338.554000', '162338.557000', '162338.559000', '162338.562000', '162338.564000', '162338.567000', '162338.569000', '162338.572000', '162338.575000', '162338.577000', '162338.580000', '162338.582000', '162338.585000', '162338.587000', '162338.590000', '162338.592000', '162338.595000', '162338.598000', '162338.600000', '162338.603000', '162338.605000', '162338.608000', '162338.610000', '162338.613000', '162338.615000', '162338.618000', '162338.621000', '162338.623000', '162338.626000', '162338.628000', '162338.631000', '162338.633000', '162338.636000', '162338.638000', '162358.529000', '162358.531000', '162358.534000', '162358.537000', '162358.539000', '162358.542000', '162358.544000', '162358.547000', '162358.549000', '162358.552000', '162358.554000', '162358.557000', '162358.559000', '162358.562000', '162358.564000', '162358.567000', '162358.570000', '162358.572000', '162358.575000', '162358.577000', '162358.580000', '162358.582000', '162358.585000', '162358.587000', '162358.590000', '162358.593000', '162358.595000', '162358.598000', '162358.600000', '162358.603000', '162358.606000', '162358.608000', '162358.611000', '162358.614000', '162358.616000', '162358.619000', '162358.621000', '162358.624000', '162358.626000', '162358.629000', '162358.631000', '162358.634000', '162358.637000', '162418.528000', '162418.531000', '162418.534000', '162418.536000', '162418.539000', '162418.541000', '162418.544000', '162418.547000', '162418.549000', '162418.552000', '162418.554000', '162418.557000', '162418.559000', '162418.562000', '162418.564000', '162418.567000', '162418.570000', '162418.572000', '162418.588000', '162418.591000', '162418.593000', '162418.596000', '162418.598000', '162418.601000', '162418.604000', '162418.606000', '162418.609000', '162418.611000', '162418.614000', '162418.617000', '162418.619000', '162418.622000', '162418.624000', '162418.627000', '162418.630000', '162418.632000', '162418.635000', '162418.637000', '162418.640000', '162418.643000', '162418.645000', '162418.648000', '162418.650000', '162418.653000', '162438.539000', '162438.541000', '162438.544000', '162438.547000', '162438.549000', '162438.552000', '162438.554000', '162438.557000', '162438.559000', '162438.562000', '162438.565000', '162438.567000', '162438.570000', '162438.572000', '162438.575000', '162438.578000', '162438.580000', '162438.583000', '162438.585000', '162438.588000', '162438.590000', '162438.593000', '162438.596000', '162438.598000', '162438.601000', '162438.603000', '162438.606000', '162438.609000', '162438.611000', '162438.614000', '162438.617000', '162438.619000', '162438.622000', '162438.632000', '162438.635000', '162438.637000', '162438.640000', '162438.643000', '162438.645000', '162438.648000', '162438.650000', '162438.653000', '162438.656000', '162458.529000', '162458.532000', '162458.535000', '162458.537000', '162458.540000', '162458.542000', '162458.545000', '162458.548000', '162458.550000', '162458.553000', '162458.555000', '162458.558000', '162458.560000', '162458.563000', '162458.566000', '162458.568000', '162458.571000', '162458.573000', '162458.576000', '162458.578000', '162458.581000', '162458.584000', '162458.586000', '162458.589000', '162458.591000', '162458.594000', '162458.596000', '162458.599000', '162458.602000', '162458.604000', '162458.607000', '162458.609000', '162458.612000', '162458.614000', '162458.617000', '162458.620000', '162458.622000', '162458.625000', '162458.627000', '162458.630000', '162458.632000', '162458.635000', '162458.644000', '162458.647000', '162518.529000', '162518.532000', '162518.535000', '162518.537000', '162518.540000', '162518.542000', '162518.545000', '162518.548000', '162518.550000', '162518.553000', '162518.555000', '162518.558000', '162518.560000', '162518.563000', '162518.565000', '162518.568000', '162518.571000', '162518.573000', '162518.576000', '162518.578000', '162518.581000', '162518.583000', '162518.586000', '162518.588000', '162518.591000', '162518.594000', '162518.596000', '162518.599000', '162518.601000', '162518.604000', '162518.606000', '162518.609000', '162518.611000', '162518.614000', '162518.617000', '162518.619000', '162518.622000', '162518.624000', '162518.627000', '162518.629000', '162518.632000', '162518.635000', '162518.637000', '162538.530000', '162538.532000', '162538.535000', '162538.538000', '162538.540000', '162538.543000', '162538.545000', '162538.548000', '162538.550000', '162538.553000', '162538.556000', '162538.558000', '162538.561000', '162538.563000', '162538.566000', '162538.568000', '162538.571000', '162538.574000', '162538.576000', '162538.579000', '162538.581000', '162538.584000', '162538.586000', '162538.589000', '162538.591000', '162538.594000', '162538.597000', '162538.599000', '162538.602000', '162538.604000', '162538.607000', '162538.609000', '162538.612000', '162538.615000', '162538.617000', '162538.620000', '162538.623000', '162538.625000', '162538.628000', '162538.630000', '162538.639000', '162538.642000', '162538.645000', '162538.647000', '162558.528000', '162558.531000', '162558.534000', '162558.536000', '162558.539000', '162558.542000', '162558.544000', '162558.547000', '162558.549000', '162558.552000', '162558.554000', '162558.557000', '162558.560000', '162558.562000', '162558.565000', '162558.567000', '162558.570000', '162558.572000', '162558.575000', '162558.578000', '162558.580000', '162558.583000', '162558.585000', '162558.588000', '162558.590000', '162558.593000', '162558.596000', '162558.598000', '162558.601000', '162558.603000', '162558.606000', '162558.608000', '162558.611000', '162558.614000', '162558.616000', '162558.619000', '162558.621000', '162558.624000', '162558.626000', '162558.640000', '162558.642000', '162558.645000', '162558.647000', '162618.528000', '162618.531000', '162618.534000', '162618.536000', '162618.539000', '162618.541000', '162618.544000', '162618.547000', '162618.549000', '162618.552000', '162618.555000', '162618.557000', '162618.560000', '162618.562000', '162618.565000', '162618.567000', '162618.570000', '162618.573000', '162618.575000', '162618.578000', '162618.580000', '162618.583000', '162618.585000', '162618.588000', '162618.591000', '162618.593000', '162618.596000', '162618.598000', '162618.601000', '162618.603000', '162618.606000', '162618.609000', '162618.611000', '162618.614000', '162618.616000', '162618.619000', '162618.621000', '162618.624000', '162618.627000', '162618.629000', '162618.632000', '162618.634000', '162618.637000', '162618.639000', '162638.529000', '162638.531000', '162638.534000', '162638.536000', '162638.539000', '162638.542000', '162638.544000', '162638.547000', '162638.549000', '162638.552000', '162638.554000', '162638.557000', '162638.560000', '162638.562000', '162638.565000', '162638.567000', '162638.570000', '162638.572000', '162638.575000', '162638.578000', '162638.580000', '162638.583000', '162638.585000', '162638.588000', '162638.590000', '162638.593000', '162638.595000', '162638.598000', '162638.601000', '162638.603000', '162638.606000', '162638.608000', '162638.611000', '162638.614000', '162638.616000', '162638.619000', '162638.622000', '162638.624000', '162638.627000', '162638.629000', '162638.632000', '162638.635000', '162638.637000', '162658.528000', '162658.531000', '162658.534000', '162658.537000', '162658.539000', '162658.542000', '162658.545000', '162658.547000', '162658.550000', '162658.553000', '162658.555000', '162658.558000', '162658.560000', '162658.563000', '162658.565000', '162658.568000', '162658.571000', '162658.573000', '162658.576000', '162658.578000', '162658.581000', '162658.583000', '162658.586000', '162658.589000', '162658.591000', '162658.594000', '162658.596000', '162658.599000', '162658.601000', '162658.604000', '162658.607000', '162658.609000', '162658.612000', '162658.614000', '162658.617000', '162658.619000', '162658.622000', '162658.625000', '162658.627000', '162658.630000', '162658.632000', '162658.635000', '162658.637000', '162718.530000', '162718.532000', '162718.535000', '162718.538000', '162718.540000', '162718.543000', '162718.545000', '162718.548000', '162718.550000', '162718.553000', '162718.556000', '162718.558000', '162718.561000', '162718.563000', '162718.566000', '162718.568000', '162718.571000', '162718.573000', '162718.576000', '162718.579000', '162718.581000', '162718.584000', '162718.586000', '162718.589000', '162718.591000', '162718.594000', '162718.597000', '162718.599000', '162718.602000', '162718.604000', '162718.607000', '162718.609000', '162718.612000', '162718.615000', '162718.617000', '162718.620000', '162718.622000', '162718.625000', '162718.627000', '162718.630000', '162718.633000', '162718.635000', '162718.638000', '162718.640000', '162738.529000', '162738.532000', '162738.535000', '162738.539000', '162738.542000', '162738.544000', '162738.547000', '162738.549000', '162738.552000', '162738.554000', '162738.557000', '162738.560000', '162738.562000', '162738.565000', '162738.567000', '162738.570000', '162738.573000', '162738.584000', '162738.586000', '162738.589000', '162738.592000', '162738.626000', '162738.629000', '162738.631000', '162738.634000', '162738.636000', '162738.639000', '162738.642000', '162738.644000', '162738.647000', '162738.649000', '162738.652000', '162738.654000', '162738.657000', '162738.660000', '162738.662000', '162738.665000', '162738.667000', '162738.670000', '162738.672000', '162738.675000', '162738.678000', '162738.680000', '162738.683000', '162758.530000', '162758.532000', '162758.535000', '162758.537000', '162758.540000', '162758.543000', '162758.545000', '162758.548000', '162758.550000', '162758.553000', '162758.555000', '162758.558000', '162758.561000', '162758.563000', '162758.566000', '162758.568000', '162758.571000', '162758.573000', '162758.576000', '162758.579000', '162758.581000', '162758.584000', '162758.586000', '162758.589000', '162758.591000', '162758.594000', '162758.596000', '162758.599000', '162758.602000', '162758.604000', '162758.607000', '162758.609000', '162758.612000', '162758.615000', '162758.617000', '162758.620000', '162758.622000', '162758.625000', '162758.627000', '162758.630000', '162758.632000', '162758.635000', '162758.638000', '162818.529000', '162818.531000', '162818.534000', '162818.537000', '162818.539000', '162818.542000', '162818.544000', '162818.547000', '162818.549000', '162818.552000', '162818.555000', '162818.557000', '162818.560000', '162818.562000', '162818.565000', '162818.567000', '162818.570000', '162818.573000', '162818.575000', '162818.578000', '162818.580000', '162818.583000', '162818.585000', '162818.588000', '162818.591000', '162818.593000', '162818.596000', '162818.598000', '162818.601000', '162818.603000', '162818.606000', '162818.609000', '162818.611000', '162818.614000', '162818.617000', '162818.619000', '162818.622000', '162818.624000', '162818.627000', '162818.629000', '162818.632000', '162818.635000', '162818.637000', '162818.640000', '162838.529000', '162838.531000', '162838.534000', '162838.537000', '162838.539000', '162838.542000', '162838.544000', '162838.547000', '162838.559000', '162838.562000', '162838.564000', '162838.567000', '162838.570000', '162838.572000', '162838.575000', '162838.577000', '162838.580000', '162838.583000', '162838.585000', '162838.588000', '162838.590000', '162838.593000', '162838.596000', '162838.598000', '162838.601000', '162838.603000', '162838.606000', '162838.608000', '162838.611000', '162838.614000', '162838.616000', '162838.619000', '162838.622000', '162838.624000', '162838.627000', '162838.629000', '162838.632000', '162838.634000', '162838.637000', '162838.640000', '162838.642000', '162838.645000', '162838.647000', '162858.529000', '162858.531000', '162858.534000', '162858.537000', '162858.541000', '162858.544000', '162858.546000', '162858.549000', '162858.551000', '162858.554000', '162858.556000', '162858.559000', '162858.562000', '162858.564000', '162858.567000', '162858.569000', '162858.572000', '162858.575000', '162858.578000', '162858.580000', '162858.583000', '162858.586000', '162858.588000', '162858.591000', '162858.593000', '162858.596000', '162858.599000', '162858.601000', '162858.604000', '162858.606000', '162858.609000', '162858.612000', '162858.631000', '162858.634000', '162858.637000', '162858.639000', '162858.642000', '162858.644000', '162858.647000', '162858.649000', '162858.652000', '162858.654000', '162858.657000', '162918.529000', '162918.532000', '162918.534000', '162918.537000', '162918.540000', '162918.542000', '162918.545000', '162918.548000', '162918.551000', '162918.553000', '162918.556000', '162918.558000', '162918.561000', '162918.564000', '162918.566000', '162918.569000', '162918.571000', '162918.574000', '162918.577000', '162918.579000', '162918.582000', '162918.584000', '162918.587000', '162918.590000', '162918.592000', '162918.595000', '162918.597000', '162918.600000', '162918.602000', '162918.605000', '162918.608000', '162918.610000', '162918.613000', '162918.616000', '162918.618000', '162918.621000', '162918.623000', '162918.626000', '162918.628000', '162918.631000', '162918.633000', '162918.636000', '162918.639000', '162918.641000', '162938.529000', '162938.532000', '162938.535000', '162938.537000', '162938.540000', '162938.543000', '162938.545000', '162938.548000', '162938.550000', '162938.553000', '162938.556000', '162938.559000', '162938.562000', '162938.565000', '162938.567000', '162938.570000', '162938.573000', '162938.575000', '162938.578000', '162938.580000', '162938.583000', '162938.585000', '162938.588000', '162938.591000', '162938.593000', '162938.596000', '162938.598000', '162938.601000', '162938.603000', '162938.606000', '162938.608000', '162938.611000', '162938.614000', '162938.616000', '162938.619000', '162938.622000', '162938.624000', '162938.627000', '162938.629000', '162938.632000', '162938.634000', '162938.637000', '162938.640000', '162958.530000', '162958.533000', '162958.535000', '162958.538000', '162958.540000', '162958.543000', '162958.546000', '162958.548000', '162958.559000', '162958.561000', '162958.564000', '162958.566000', '162958.569000', '162958.571000', '162958.574000', '162958.577000', '162958.579000', '162958.582000', '162958.584000', '162958.587000', '162958.590000', '162958.592000', '162958.595000', '162958.597000', '162958.600000', '162958.603000', '162958.605000', '162958.608000', '162958.611000', '162958.613000', '162958.616000', '162958.619000', '162958.621000', '162958.624000', '162958.626000', '162958.629000', '162958.632000', '162958.634000', '162958.637000', '162958.639000', '162958.642000', '162958.644000', '162958.647000', '162958.650000', '163001.081000', '163001.084000', '163001.086000', '163001.089000', '163001.092000', '163001.095000'], 'InstanceCreationTime': ['162318.585000', '162318.588000', '162318.591000', '162318.594000', '162318.597000', '162318.599000', '162318.602000', '162318.604000', '162318.612000', '162318.615000', '162318.617000', '162318.620000', '162318.622000', '162318.627000', '162318.630000', '162318.632000', '162318.635000', '162318.637000', '162318.640000', '162318.642000', '162318.645000', '162318.647000', '162318.650000', '162318.652000', '162318.655000', '162318.657000', '162318.660000', '162318.669000', '162318.671000', '162318.674000', '162318.676000', '162318.679000', '162318.681000', '162318.684000', '162318.686000', '162318.689000', '162318.691000', '162318.694000', '162338.528000', '162338.531000', '162338.534000', '162338.536000', '162338.539000', '162338.542000', '162338.544000', '162338.547000', '162338.549000', '162338.552000', '162338.554000', '162338.557000', '162338.559000', '162338.562000', '162338.564000', '162338.567000', '162338.569000', '162338.572000', '162338.575000', '162338.577000', '162338.580000', '162338.582000', '162338.585000', '162338.587000', '162338.590000', '162338.592000', '162338.595000', '162338.598000', '162338.600000', '162338.603000', '162338.605000', '162338.608000', '162338.610000', '162338.613000', '162338.615000', '162338.618000', '162338.621000', '162338.623000', '162338.626000', '162338.628000', '162338.631000', '162338.633000', '162338.636000', '162338.638000', '162358.529000', '162358.531000', '162358.534000', '162358.537000', '162358.539000', '162358.542000', '162358.544000', '162358.547000', '162358.549000', '162358.552000', '162358.554000', '162358.557000', '162358.559000', '162358.562000', '162358.564000', '162358.567000', '162358.570000', '162358.572000', '162358.575000', '162358.577000', '162358.580000', '162358.582000', '162358.585000', '162358.587000', '162358.590000', '162358.593000', '162358.595000', '162358.598000', '162358.600000', '162358.603000', '162358.606000', '162358.608000', '162358.611000', '162358.614000', '162358.616000', '162358.619000', '162358.621000', '162358.624000', '162358.626000', '162358.629000', '162358.631000', '162358.634000', '162358.637000', '162418.528000', '162418.531000', '162418.534000', '162418.536000', '162418.539000', '162418.541000', '162418.544000', '162418.547000', '162418.549000', '162418.552000', '162418.554000', '162418.557000', '162418.559000', '162418.562000', '162418.564000', '162418.567000', '162418.570000', '162418.572000', '162418.588000', '162418.591000', '162418.593000', '162418.596000', '162418.598000', '162418.601000', '162418.604000', '162418.606000', '162418.609000', '162418.611000', '162418.614000', '162418.617000', '162418.619000', '162418.622000', '162418.624000', '162418.627000', '162418.630000', '162418.632000', '162418.635000', '162418.637000', '162418.640000', '162418.643000', '162418.645000', '162418.648000', '162418.650000', '162418.653000', '162438.539000', '162438.541000', '162438.544000', '162438.547000', '162438.549000', '162438.552000', '162438.554000', '162438.557000', '162438.559000', '162438.562000', '162438.565000', '162438.567000', '162438.570000', '162438.572000', '162438.575000', '162438.578000', '162438.580000', '162438.583000', '162438.585000', '162438.588000', '162438.590000', '162438.593000', '162438.596000', '162438.598000', '162438.601000', '162438.603000', '162438.606000', '162438.609000', '162438.611000', '162438.614000', '162438.617000', '162438.619000', '162438.622000', '162438.632000', '162438.635000', '162438.637000', '162438.640000', '162438.643000', '162438.645000', '162438.648000', '162438.650000', '162438.653000', '162438.656000', '162458.529000', '162458.532000', '162458.535000', '162458.537000', '162458.540000', '162458.542000', '162458.545000', '162458.548000', '162458.550000', '162458.553000', '162458.555000', '162458.558000', '162458.560000', '162458.563000', '162458.566000', '162458.568000', '162458.571000', '162458.573000', '162458.576000', '162458.578000', '162458.581000', '162458.584000', '162458.586000', '162458.589000', '162458.591000', '162458.594000', '162458.596000', '162458.599000', '162458.602000', '162458.604000', '162458.607000', '162458.609000', '162458.612000', '162458.614000', '162458.617000', '162458.620000', '162458.622000', '162458.625000', '162458.627000', '162458.630000', '162458.632000', '162458.635000', '162458.644000', '162458.647000', '162518.529000', '162518.532000', '162518.535000', '162518.537000', '162518.540000', '162518.542000', '162518.545000', '162518.548000', '162518.550000', '162518.553000', '162518.555000', '162518.558000', '162518.560000', '162518.563000', '162518.565000', '162518.568000', '162518.571000', '162518.573000', '162518.576000', '162518.578000', '162518.581000', '162518.583000', '162518.586000', '162518.588000', '162518.591000', '162518.594000', '162518.596000', '162518.599000', '162518.601000', '162518.604000', '162518.606000', '162518.609000', '162518.611000', '162518.614000', '162518.617000', '162518.619000', '162518.622000', '162518.624000', '162518.627000', '162518.629000', '162518.632000', '162518.635000', '162518.637000', '162538.530000', '162538.532000', '162538.535000', '162538.538000', '162538.540000', '162538.543000', '162538.545000', '162538.548000', '162538.550000', '162538.553000', '162538.556000', '162538.558000', '162538.561000', '162538.563000', '162538.566000', '162538.568000', '162538.571000', '162538.574000', '162538.576000', '162538.579000', '162538.581000', '162538.584000', '162538.586000', '162538.589000', '162538.591000', '162538.594000', '162538.597000', '162538.599000', '162538.602000', '162538.604000', '162538.607000', '162538.609000', '162538.612000', '162538.615000', '162538.617000', '162538.620000', '162538.623000', '162538.625000', '162538.628000', '162538.630000', '162538.639000', '162538.642000', '162538.645000', '162538.647000', '162558.528000', '162558.531000', '162558.534000', '162558.536000', '162558.539000', '162558.542000', '162558.544000', '162558.547000', '162558.549000', '162558.552000', '162558.554000', '162558.557000', '162558.560000', '162558.562000', '162558.565000', '162558.567000', '162558.570000', '162558.572000', '162558.575000', '162558.578000', '162558.580000', '162558.583000', '162558.585000', '162558.588000', '162558.590000', '162558.593000', '162558.596000', '162558.598000', '162558.601000', '162558.603000', '162558.606000', '162558.608000', '162558.611000', '162558.614000', '162558.616000', '162558.619000', '162558.621000', '162558.624000', '162558.626000', '162558.640000', '162558.642000', '162558.645000', '162558.647000', '162618.528000', '162618.531000', '162618.534000', '162618.536000', '162618.539000', '162618.541000', '162618.544000', '162618.547000', '162618.549000', '162618.552000', '162618.555000', '162618.557000', '162618.560000', '162618.562000', '162618.565000', '162618.567000', '162618.570000', '162618.573000', '162618.575000', '162618.578000', '162618.580000', '162618.583000', '162618.585000', '162618.588000', '162618.591000', '162618.593000', '162618.596000', '162618.598000', '162618.601000', '162618.603000', '162618.606000', '162618.609000', '162618.611000', '162618.614000', '162618.616000', '162618.619000', '162618.621000', '162618.624000', '162618.627000', '162618.629000', '162618.632000', '162618.634000', '162618.637000', '162618.639000', '162638.529000', '162638.531000', '162638.534000', '162638.536000', '162638.539000', '162638.542000', '162638.544000', '162638.547000', '162638.549000', '162638.552000', '162638.554000', '162638.557000', '162638.560000', '162638.562000', '162638.565000', '162638.567000', '162638.570000', '162638.572000', '162638.575000', '162638.578000', '162638.580000', '162638.583000', '162638.585000', '162638.588000', '162638.590000', '162638.593000', '162638.595000', '162638.598000', '162638.601000', '162638.603000', '162638.606000', '162638.608000', '162638.611000', '162638.614000', '162638.616000', '162638.619000', '162638.622000', '162638.624000', '162638.627000', '162638.629000', '162638.632000', '162638.635000', '162638.637000', '162658.528000', '162658.531000', '162658.534000', '162658.537000', '162658.539000', '162658.542000', '162658.545000', '162658.547000', '162658.550000', '162658.553000', '162658.555000', '162658.558000', '162658.560000', '162658.563000', '162658.565000', '162658.568000', '162658.571000', '162658.573000', '162658.576000', '162658.578000', '162658.581000', '162658.583000', '162658.586000', '162658.589000', '162658.591000', '162658.594000', '162658.596000', '162658.599000', '162658.601000', '162658.604000', '162658.607000', '162658.609000', '162658.612000', '162658.614000', '162658.617000', '162658.619000', '162658.622000', '162658.625000', '162658.627000', '162658.630000', '162658.632000', '162658.635000', '162658.637000', '162718.530000', '162718.532000', '162718.535000', '162718.538000', '162718.540000', '162718.543000', '162718.545000', '162718.548000', '162718.550000', '162718.553000', '162718.556000', '162718.558000', '162718.561000', '162718.563000', '162718.566000', '162718.568000', '162718.571000', '162718.573000', '162718.576000', '162718.579000', '162718.581000', '162718.584000', '162718.586000', '162718.589000', '162718.591000', '162718.594000', '162718.597000', '162718.599000', '162718.602000', '162718.604000', '162718.607000', '162718.609000', '162718.612000', '162718.615000', '162718.617000', '162718.620000', '162718.622000', '162718.625000', '162718.627000', '162718.630000', '162718.633000', '162718.635000', '162718.638000', '162718.640000', '162738.529000', '162738.532000', '162738.535000', '162738.539000', '162738.542000', '162738.544000', '162738.547000', '162738.549000', '162738.552000', '162738.554000', '162738.557000', '162738.560000', '162738.562000', '162738.565000', '162738.567000', '162738.570000', '162738.573000', '162738.584000', '162738.586000', '162738.589000', '162738.592000', '162738.626000', '162738.629000', '162738.631000', '162738.634000', '162738.636000', '162738.639000', '162738.642000', '162738.644000', '162738.647000', '162738.649000', '162738.652000', '162738.654000', '162738.657000', '162738.660000', '162738.662000', '162738.665000', '162738.667000', '162738.670000', '162738.672000', '162738.675000', '162738.678000', '162738.680000', '162738.683000', '162758.530000', '162758.532000', '162758.535000', '162758.537000', '162758.540000', '162758.543000', '162758.545000', '162758.548000', '162758.550000', '162758.553000', '162758.555000', '162758.558000', '162758.561000', '162758.563000', '162758.566000', '162758.568000', '162758.571000', '162758.573000', '162758.576000', '162758.579000', '162758.581000', '162758.584000', '162758.586000', '162758.589000', '162758.591000', '162758.594000', '162758.596000', '162758.599000', '162758.602000', '162758.604000', '162758.607000', '162758.609000', '162758.612000', '162758.615000', '162758.617000', '162758.620000', '162758.622000', '162758.625000', '162758.627000', '162758.630000', '162758.632000', '162758.635000', '162758.638000', '162818.529000', '162818.531000', '162818.534000', '162818.537000', '162818.539000', '162818.542000', '162818.544000', '162818.547000', '162818.549000', '162818.552000', '162818.555000', '162818.557000', '162818.560000', '162818.562000', '162818.565000', '162818.567000', '162818.570000', '162818.573000', '162818.575000', '162818.578000', '162818.580000', '162818.583000', '162818.585000', '162818.588000', '162818.591000', '162818.593000', '162818.596000', '162818.598000', '162818.601000', '162818.603000', '162818.606000', '162818.609000', '162818.611000', '162818.614000', '162818.617000', '162818.619000', '162818.622000', '162818.624000', '162818.627000', '162818.629000', '162818.632000', '162818.635000', '162818.637000', '162818.640000', '162838.529000', '162838.531000', '162838.534000', '162838.537000', '162838.539000', '162838.542000', '162838.544000', '162838.547000', '162838.559000', '162838.562000', '162838.564000', '162838.567000', '162838.570000', '162838.572000', '162838.575000', '162838.577000', '162838.580000', '162838.583000', '162838.585000', '162838.588000', '162838.590000', '162838.593000', '162838.596000', '162838.598000', '162838.601000', '162838.603000', '162838.606000', '162838.608000', '162838.611000', '162838.614000', '162838.616000', '162838.619000', '162838.622000', '162838.624000', '162838.627000', '162838.629000', '162838.632000', '162838.634000', '162838.637000', '162838.640000', '162838.642000', '162838.645000', '162838.647000', '162858.529000', '162858.531000', '162858.534000', '162858.537000', '162858.541000', '162858.544000', '162858.546000', '162858.549000', '162858.551000', '162858.554000', '162858.556000', '162858.559000', '162858.562000', '162858.564000', '162858.567000', '162858.569000', '162858.572000', '162858.575000', '162858.578000', '162858.580000', '162858.583000', '162858.586000', '162858.588000', '162858.591000', '162858.593000', '162858.596000', '162858.599000', '162858.601000', '162858.604000', '162858.606000', '162858.609000', '162858.612000', '162858.631000', '162858.634000', '162858.637000', '162858.639000', '162858.642000', '162858.644000', '162858.647000', '162858.649000', '162858.652000', '162858.654000', '162858.657000', '162918.529000', '162918.532000', '162918.534000', '162918.537000', '162918.540000', '162918.542000', '162918.545000', '162918.548000', '162918.551000', '162918.553000', '162918.556000', '162918.558000', '162918.561000', '162918.564000', '162918.566000', '162918.569000', '162918.571000', '162918.574000', '162918.577000', '162918.579000', '162918.582000', '162918.584000', '162918.587000', '162918.590000', '162918.592000', '162918.595000', '162918.597000', '162918.600000', '162918.602000', '162918.605000', '162918.608000', '162918.610000', '162918.613000', '162918.616000', '162918.618000', '162918.621000', '162918.623000', '162918.626000', '162918.628000', '162918.631000', '162918.633000', '162918.636000', '162918.639000', '162918.641000', '162938.529000', '162938.532000', '162938.535000', '162938.537000', '162938.540000', '162938.543000', '162938.545000', '162938.548000', '162938.550000', '162938.553000', '162938.556000', '162938.559000', '162938.562000', '162938.565000', '162938.567000', '162938.570000', '162938.573000', '162938.575000', '162938.578000', '162938.580000', '162938.583000', '162938.585000', '162938.588000', '162938.591000', '162938.593000', '162938.596000', '162938.598000', '162938.601000', '162938.603000', '162938.606000', '162938.608000', '162938.611000', '162938.614000', '162938.616000', '162938.619000', '162938.622000', '162938.624000', '162938.627000', '162938.629000', '162938.632000', '162938.634000', '162938.637000', '162938.640000', '162958.530000', '162958.533000', '162958.535000', '162958.538000', '162958.540000', '162958.543000', '162958.546000', '162958.548000', '162958.559000', '162958.561000', '162958.564000', '162958.566000', '162958.569000', '162958.571000', '162958.574000', '162958.577000', '162958.579000', '162958.582000', '162958.584000', '162958.587000', '162958.590000', '162958.592000', '162958.595000', '162958.597000', '162958.600000', '162958.603000', '162958.605000', '162958.608000', '162958.611000', '162958.613000', '162958.616000', '162958.619000', '162958.621000', '162958.624000', '162958.626000', '162958.629000', '162958.632000', '162958.634000', '162958.637000', '162958.639000', '162958.642000', '162958.644000', '162958.647000', '162958.650000', '163001.081000', '163001.084000', '163001.086000', '163001.089000', '163001.092000', '163001.095000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [15692, 10169, 16089, 9505, 15705, 9674, 13696, 9094, 13083, 8402, 13394, 8136, 13224, 7934, 10416, 11981, 8387, 15345, 8247, 11669, 8067, 10919, 8485, 10186, 8761, 8289, 8611, 7799, 14004, 8451, 12954, 8324, 11994, 7698, 11256, 8340, 10307, 14819, 10461, 16092, 9466, 15133, 9118, 15361, 9608, 13841, 8522, 13799, 8618, 15053, 9272, 15021, 7892, 13719, 7889, 13188, 11748, 10941, 11359, 9113, 15855, 8699, 15051, 8867, 12277, 8459, 10919, 8128, 10779, 7871, 12251, 8162, 12692, 8012, 13553, 9105, 11514, 14483, 9692, 15031, 8961, 15286, 9183, 14243, 8675, 12057, 7681, 11177, 7826, 10928, 8016, 10855, 7861, 10214, 11724, 8796, 17604, 11391, 14617, 9750, 13718, 8189, 13288, 8849, 9951, 8190, 9005, 13179, 8197, 15120, 8873, 13054, 8117, 12185, 8165, 12143, 8027, 11040, 8404, 10260, 10887, 8817, 17397, 10592, 13414, 8587, 12303, 8139, 13474, 8371, 12632, 7795, 11612, 8067, 11030, 11914, 9562, 11779, 8937, 16807, 9526, 15792, 10397, 13798, 8370, 12629, 8025, 11789, 7901, 11575, 8669, 9178, 13018, 8592, 16010, 8850, 13023, 8647, 12444, 9015, 13524, 8268, 13959, 8102, 12440, 7932, 11587, 10038, 9912, 17229, 10497, 13716, 8606, 11751, 7993, 11524, 8068, 12521, 7783, 11918, 7988, 12457, 8265, 11331, 10453, 9534, 8997, 8818, 13899, 8745, 16053, 10019, 14382, 8568, 12678, 8315, 11385, 8262, 12091, 8247, 10639, 8498, 9376, 11212, 9099, 11591, 8600, 13720, 8573, 15645, 9470, 15204, 9804, 13332, 8228, 12561, 8300, 12745, 8521, 11677, 8482, 10441, 8734, 10062, 12489, 9094, 13193, 8375, 15727, 8937, 14311, 9342, 11835, 8400, 11468, 8538, 13037, 8597, 13758, 8181, 12013, 8558, 12112, 10506, 10448, 8637, 9042, 10653, 8690, 15120, 9538, 12932, 8383, 14945, 8675, 14374, 9187, 13235, 8142, 12352, 8232, 11147, 10150, 9591, 13232, 8362, 15224, 8659, 13335, 8833, 13886, 8410, 12398, 8262, 10662, 8197, 10329, 9845, 9725, 9941, 9142, 14774, 9384, 16331, 9818, 14204, 8854, 13335, 8594, 13239, 8292, 12949, 8496, 11839, 8680, 12435, 8182, 13700, 8314, 13115, 8415, 12822, 8220, 12661, 10369, 10965, 9336, 9395, 9771, 10002, 11612, 10456, 10600, 10078, 11949, 9339, 13680, 9505, 13827, 9150, 15753, 9172, 14205, 9223, 13306, 8449, 11740, 8158, 12346, 8143, 13644, 8490, 10758, 8348, 10958, 8201, 15465, 9630, 14822, 9609, 13939, 8476, 13268, 8640, 12598, 8700, 11556, 8320, 12408, 8447, 13414, 8425, 11767, 8338, 11943, 8732, 13904, 8208, 14717, 8508, 14574, 8596, 14608, 8983, 14787, 9050, 13448, 8281, 12343, 8372, 12406, 8443, 11042, 8427, 9184, 8647, 9519, 9114, 9479, 8896, 9297, 11041, 8921, 16453, 10506, 15200, 9848, 13517, 8892, 13248, 8106, 13563, 8312, 12584, 8348, 11507, 8302, 13142, 8199, 13778, 8156, 13527, 8131, 13731, 8204, 14124, 8372, 13536, 8409, 13089, 8257, 11349, 8024, 10672, 8384, 11564, 8420, 13759, 8390, 14167, 8475, 13856, 8039, 14029, 8377, 14223, 8455, 14002, 8018, 13964, 8363, 14036, 8324, 12650, 8617, 12302, 8481, 14031, 9058, 14163, 8590, 14131, 8397, 13921, 8396, 13677, 8254, 12503, 8582, 12764, 8525, 12895, 8358, 11317, 8234, 11553, 7840, 13703, 8423, 13237, 8775, 12462, 8581, 11542, 9706, 9627, 9876, 8194, 14459, 8475, 15110, 9357, 12563, 8223, 11864, 8419, 12168, 8403, 13464, 8541, 13514, 8340, 13615, 8510, 13135, 8360, 12572, 8423, 12767, 10683, 10254, 11720, 8527, 14617, 8581, 13992, 9006, 14362, 9275, 13249, 8298, 12585, 8176, 14136, 8581, 13794, 8242, 13467, 8194, 13484, 8525, 14707, 8411, 14351, 8390, 13441, 8723, 13506, 8579, 12847, 8433, 12040, 8693, 12572, 8437, 12847, 8603, 11284, 9020, 10815, 11781, 10964, 13051, 9063, 12439, 8681, 15332, 8649, 13694, 8842, 12469, 8341, 13068, 8619, 14450, 8872, 14474, 8750, 13837, 8806, 13096, 9400, 9255, 9376, 9608, 8493, 15433, 9000, 14058, 8472, 11993, 8459, 10672, 9639, 10324, 11291, 9448, 13486, 8350, 14815, 8325, 12902, 8465, 10710, 8539, 11487, 8385, 13372, 8744, 12690, 8540, 10840, 9383, 9842, 16283, 10130, 13737, 8765, 12802, 8412, 13257, 8796, 11782, 8829, 10942, 8537, 10995, 8998, 10787, 8869, 9788, 9580, 8961, 11452, 8711, 12398, 8715, 11145, 8426, 15603, 9214, 15479, 10177, 14116, 8361, 13451, 8499, 12365, 13719, 9595, 10768, 8426, 12768, 8480, 14720, 8509, 11477, 9173, 8892, 9257, 10321, 8983, 13438, 9583, 16656, 10690, 15030, 9270, 13702, 8352, 12385, 8268, 11480, 8375, 11708, 8588, 11973, 9020, 10963, 8817, 11399, 8564, 13816, 8813, 14247, 8625, 12314, 10803, 10480, 13665, 9035, 11168, 8951, 13971, 9136, 15898, 9981, 13802, 8862, 13089, 8858, 11686, 8838, 9110, 9269, 10030, 9222, 14367, 9116, 13221, 8750, 12284, 8373, 12765, 8350, 13430, 8421, 11904, 8681, 11880, 8519, 13729, 8614, 12894, 8404, 12556, 8499, 13636, 8789, 11464, 9029, 12084, 8985, 11385, 9469, 9536, 10480, 8621, 11898, 8349, 12496, 8833, 11967, 8460, 11745, 8953, 11881, 10816, 10142, 8855, 9749, 8431, 11642, 8812, 13365, 8527, 13555, 8301, 13702, 8477, 14575, 9048, 13995, 8561, 13427, 8609, 14393, 9424, 14119, 8858, 12644, 8392, 12147, 8403, 10352, 8656, 9056, 10988, 8620, 13473, 8528, 13982, 11691, 9932, 14242, 9059, 9303, 9528, 11267, 9563, 14919, 9677, 14688, 9470, 12945, 9329, 13908, 9344, 14366, 9289, 10116, 9325, 9103, 9380, 8840, 9417, 8838, 9464, 8916, 10263, 8747, 11015, 9492, 9623, 11275, 9031, 9582, 8381, 8836, 8279, 8995, 8636, 10764, 8680, 15036, 9029, 13925, 8929, 14208, 8868, 13234, 8714, 10724, 8994, 9733, 10169, 8958, 8816, 9340, 10221, 9242, 12059, 9775, 9050, 9627, 8831, 11505, 8714, 14496, 8617, 14694, 8707, 13454, 8405, 13163, 8791, 13584, 8245, 15462, 8749, 11676, 8835, 9283, 9184, 13110, 9280, 15261, 9299, 13576, 8717, 13253, 8966, 13611, 9181, 13113, 8295, 11563, 8685, 10966, 11219, 9772, 13562, 9473, 14130, 9485, 13817, 9145, 11052, 8321, 10515, 8266, 10333, 8203, 11247, 8458, 10647, 8181, 10482, 8347, 11703, 8151, 11726, 8143, 12365, 8266, 13484, 8577, 14250, 8886, 12102, 9210, 9720, 8661, 10727, 10216, 11734, 10805, 9019, 9887, 8739, 10527, 8681, 10799, 8905, 11306, 8637, 12333, 8382, 12418, 8802, 11007, 8937, 11065, 8718, 10202, 8655, 11069, 9150, 12130, 8944, 12326, 9041, 12305, 8841], 'WindowCenter': [4315.0, 4259.0, 4299.0, 4235.0, 4273.0, 4222.0, 4248.0, 4220.0, 4249.0, 4210.0, 4261.0, 4200.0, 4249.0, 4198.0, 4229.0, 4238.0, 4209.0, 4259.0, 4209.0, 4240.0, 4199.0, 4241.0, 4221.0, 4242.0, 4221.0, 4222.0, 4222.0, 4214.0, 4274.0, 4224.0, 4263.0, 4224.0, 4255.0, 4213.0, 4255.0, 4214.0, 4246.0, 4274.0, 4245.0, 4274.0, 4233.0, 4272.0, 4224.0, 4272.0, 4233.0, 4261.0, 4222.0, 4262.0, 4223.0, 4273.0, 4221.0, 4271.0, 4199.0, 4261.0, 4199.0, 4249.0, 4238.0, 4228.0, 4226.0, 4207.0, 4257.0, 4208.0, 4259.0, 4206.0, 4235.0, 4209.0, 4227.0, 4210.0, 4241.0, 4213.0, 4252.0, 4213.0, 4262.0, 4212.0, 4264.0, 4222.0, 4253.0, 4261.0, 4220.0, 4260.0, 4210.0, 4259.0, 4220.0, 4259.0, 4208.0, 4238.0, 4198.0, 4238.0, 4200.0, 4241.0, 4210.0, 4240.0, 4200.0, 4231.0, 4251.0, 4222.0, 4281.0, 4240.0, 4259.0, 4219.0, 4249.0, 4208.0, 4251.0, 4207.0, 4218.0, 4196.0, 4209.0, 4247.0, 4209.0, 4270.0, 4220.0, 4249.0, 4200.0, 4239.0, 4210.0, 4250.0, 4199.0, 4241.0, 4209.0, 4230.0, 4253.0, 4223.0, 4282.0, 4230.0, 4248.0, 4209.0, 4237.0, 4199.0, 4249.0, 4208.0, 4250.0, 4199.0, 4239.0, 4197.0, 4240.0, 4239.0, 4218.0, 4239.0, 4208.0, 4269.0, 4219.0, 4261.0, 4218.0, 4247.0, 4196.0, 4237.0, 4185.0, 4238.0, 4186.0, 4226.0, 4195.0, 4207.0, 4234.0, 4196.0, 4255.0, 4207.0, 4236.0, 4207.0, 4236.0, 4207.0, 4251.0, 4198.0, 4248.0, 4196.0, 4236.0, 4196.0, 4227.0, 4217.0, 4218.0, 4269.0, 4216.0, 4245.0, 4196.0, 4226.0, 4197.0, 4238.0, 4197.0, 4237.0, 4187.0, 4237.0, 4197.0, 4239.0, 4197.0, 4239.0, 4226.0, 4217.0, 4206.0, 4208.0, 4247.0, 4208.0, 4271.0, 4218.0, 4247.0, 4207.0, 4248.0, 4197.0, 4239.0, 4209.0, 4238.0, 4197.0, 4229.0, 4208.0, 4220.0, 4239.0, 4209.0, 4238.0, 4209.0, 4259.0, 4222.0, 4273.0, 4232.0, 4260.0, 4230.0, 4247.0, 4198.0, 4248.0, 4209.0, 4249.0, 4207.0, 4240.0, 4208.0, 4240.0, 4210.0, 4231.0, 4250.0, 4220.0, 4249.0, 4208.0, 4271.0, 4220.0, 4259.0, 4218.0, 4238.0, 4209.0, 4239.0, 4222.0, 4261.0, 4210.0, 4261.0, 4209.0, 4240.0, 4209.0, 4240.0, 4228.0, 4229.0, 4207.0, 4208.0, 4227.0, 4209.0, 4259.0, 4219.0, 4248.0, 4209.0, 4259.0, 4209.0, 4259.0, 4219.0, 4248.0, 4198.0, 4238.0, 4197.0, 4239.0, 4217.0, 4218.0, 4247.0, 4197.0, 4257.0, 4207.0, 4260.0, 4209.0, 4248.0, 4197.0, 4238.0, 4196.0, 4227.0, 4198.0, 4228.0, 4216.0, 4218.0, 4217.0, 4219.0, 4258.0, 4218.0, 4268.0, 4219.0, 4248.0, 4209.0, 4247.0, 4208.0, 4249.0, 4198.0, 4248.0, 4208.0, 4238.0, 4208.0, 4251.0, 4211.0, 4259.0, 4209.0, 4249.0, 4198.0, 4249.0, 4211.0, 4262.0, 4229.0, 4229.0, 4208.0, 4217.0, 4217.0, 4228.0, 4239.0, 4229.0, 4228.0, 4229.0, 4238.0, 4220.0, 4261.0, 4219.0, 4260.0, 4220.0, 4270.0, 4220.0, 4261.0, 4218.0, 4248.0, 4208.0, 4238.0, 4210.0, 4250.0, 4212.0, 4260.0, 4211.0, 4240.0, 4212.0, 4241.0, 4236.0, 4284.0, 4233.0, 4270.0, 4231.0, 4261.0, 4210.0, 4250.0, 4209.0, 4249.0, 4207.0, 4239.0, 4209.0, 4250.0, 4208.0, 4249.0, 4197.0, 4237.0, 4194.0, 4237.0, 4208.0, 4260.0, 4209.0, 4259.0, 4209.0, 4258.0, 4206.0, 4258.0, 4207.0, 4248.0, 4206.0, 4246.0, 4196.0, 4236.0, 4197.0, 4237.0, 4194.0, 4226.0, 4195.0, 4206.0, 4206.0, 4218.0, 4207.0, 4218.0, 4219.0, 4220.0, 4239.0, 4221.0, 4282.0, 4241.0, 4260.0, 4230.0, 4248.0, 4208.0, 4250.0, 4199.0, 4249.0, 4198.0, 4237.0, 4196.0, 4238.0, 4196.0, 4248.0, 4208.0, 4259.0, 4199.0, 4249.0, 4198.0, 4248.0, 4196.0, 4259.0, 4209.0, 4249.0, 4197.0, 4250.0, 4197.0, 4227.0, 4197.0, 4228.0, 4209.0, 4250.0, 4208.0, 4259.0, 4208.0, 4259.0, 4198.0, 4259.0, 4198.0, 4259.0, 4208.0, 4260.0, 4208.0, 4260.0, 4198.0, 4248.0, 4208.0, 4248.0, 4198.0, 4249.0, 4208.0, 4249.0, 4219.0, 4260.0, 4220.0, 4259.0, 4210.0, 4259.0, 4209.0, 4260.0, 4198.0, 4249.0, 4197.0, 4237.0, 4207.0, 4248.0, 4209.0, 4246.0, 4207.0, 4238.0, 4210.0, 4239.0, 4211.0, 4261.0, 4210.0, 4260.0, 4221.0, 4262.0, 4221.0, 4252.0, 4220.0, 4231.0, 4229.0, 4210.0, 4260.0, 4211.0, 4270.0, 4221.0, 4249.0, 4210.0, 4239.0, 4210.0, 4251.0, 4211.0, 4261.0, 4222.0, 4260.0, 4211.0, 4261.0, 4210.0, 4250.0, 4210.0, 4250.0, 4209.0, 4251.0, 4230.0, 4229.0, 4238.0, 4208.0, 4258.0, 4208.0, 4259.0, 4219.0, 4259.0, 4220.0, 4249.0, 4208.0, 4248.0, 4211.0, 4261.0, 4209.0, 4258.0, 4209.0, 4249.0, 4208.0, 4260.0, 4208.0, 4259.0, 4208.0, 4259.0, 4208.0, 4248.0, 4209.0, 4260.0, 4209.0, 4250.0, 4208.0, 4248.0, 4208.0, 4250.0, 4208.0, 4261.0, 4209.0, 4239.0, 4207.0, 4239.0, 4240.0, 4239.0, 4248.0, 4207.0, 4236.0, 4207.0, 4270.0, 4209.0, 4248.0, 4209.0, 4238.0, 4209.0, 4261.0, 4221.0, 4259.0, 4220.0, 4259.0, 4211.0, 4248.0, 4221.0, 4249.0, 4220.0, 4218.0, 4220.0, 4229.0, 4222.0, 4283.0, 4221.0, 4261.0, 4210.0, 4240.0, 4208.0, 4241.0, 4230.0, 4229.0, 4227.0, 4219.0, 4248.0, 4197.0, 4259.0, 4208.0, 4248.0, 4210.0, 4229.0, 4221.0, 4251.0, 4222.0, 4262.0, 4222.0, 4260.0, 4210.0, 4241.0, 4221.0, 4232.0, 4272.0, 4230.0, 4249.0, 4209.0, 4248.0, 4210.0, 4250.0, 4209.0, 4239.0, 4218.0, 4239.0, 4208.0, 4240.0, 4219.0, 4240.0, 4218.0, 4230.0, 4218.0, 4220.0, 4240.0, 4220.0, 4249.0, 4211.0, 4239.0, 4211.0, 4283.0, 4233.0, 4272.0, 4232.0, 4262.0, 4210.0, 4261.0, 4208.0, 4251.0, 4249.0, 4219.0, 4227.0, 4198.0, 4236.0, 4208.0, 4259.0, 4209.0, 4239.0, 4220.0, 4219.0, 4230.0, 4240.0, 4231.0, 4262.0, 4233.0, 4284.0, 4241.0, 4273.0, 4220.0, 4262.0, 4208.0, 4249.0, 4197.0, 4237.0, 4195.0, 4238.0, 4209.0, 4250.0, 4218.0, 4239.0, 4218.0, 4239.0, 4221.0, 4261.0, 4221.0, 4272.0, 4210.0, 4252.0, 4230.0, 4230.0, 4249.0, 4207.0, 4227.0, 4207.0, 4259.0, 4218.0, 4259.0, 4217.0, 4247.0, 4207.0, 4246.0, 4207.0, 4236.0, 4207.0, 4206.0, 4217.0, 4216.0, 4219.0, 4259.0, 4206.0, 4236.0, 4208.0, 4236.0, 4208.0, 4248.0, 4208.0, 4248.0, 4210.0, 4237.0, 4209.0, 4249.0, 4221.0, 4261.0, 4221.0, 4249.0, 4209.0, 4249.0, 4221.0, 4259.0, 4210.0, 4239.0, 4219.0, 4238.0, 4209.0, 4239.0, 4217.0, 4217.0, 4228.0, 4206.0, 4238.0, 4208.0, 4248.0, 4207.0, 4238.0, 4196.0, 4238.0, 4219.0, 4239.0, 4228.0, 4228.0, 4207.0, 4218.0, 4208.0, 4238.0, 4218.0, 4259.0, 4207.0, 4259.0, 4209.0, 4261.0, 4211.0, 4271.0, 4222.0, 4261.0, 4222.0, 4260.0, 4221.0, 4260.0, 4220.0, 4259.0, 4219.0, 4249.0, 4209.0, 4263.0, 4236.0, 4242.0, 4220.0, 4219.0, 4239.0, 4219.0, 4260.0, 4219.0, 4262.0, 4239.0, 4229.0, 4259.0, 4218.0, 4217.0, 4216.0, 4225.0, 4216.0, 4259.0, 4217.0, 4257.0, 4216.0, 4234.0, 4206.0, 4244.0, 4215.0, 4256.0, 4205.0, 4213.0, 4204.0, 4191.0, 4204.0, 4203.0, 4218.0, 4206.0, 4215.0, 4205.0, 4226.0, 4205.0, 4228.0, 4216.0, 4217.0, 4237.0, 4207.0, 4217.0, 4208.0, 4217.0, 4209.0, 4220.0, 4221.0, 4252.0, 4234.0, 4272.0, 4232.0, 4274.0, 4232.0, 4261.0, 4221.0, 4263.0, 4206.0, 4240.0, 4219.0, 4217.0, 4227.0, 4208.0, 4205.0, 4217.0, 4226.0, 4229.0, 4249.0, 4228.0, 4218.0, 4229.0, 4218.0, 4250.0, 4221.0, 4272.0, 4220.0, 4271.0, 4207.0, 4259.0, 4207.0, 4249.0, 4209.0, 4274.0, 4235.0, 4284.0, 4221.0, 4248.0, 4219.0, 4216.0, 4231.0, 4258.0, 4229.0, 4269.0, 4230.0, 4259.0, 4219.0, 4248.0, 4217.0, 4247.0, 4204.0, 4235.0, 4182.0, 4223.0, 4192.0, 4213.0, 4211.0, 4202.0, 4232.0, 4201.0, 4231.0, 4203.0, 4232.0, 4190.0, 4207.0, 4180.0, 4208.0, 4193.0, 4213.0, 4205.0, 4224.0, 4207.0, 4224.0, 4207.0, 4226.0, 4208.0, 4236.0, 4197.0, 4237.0, 4210.0, 4248.0, 4221.0, 4260.0, 4222.0, 4271.0, 4222.0, 4249.0, 4231.0, 4229.0, 4220.0, 4240.0, 4241.0, 4250.0, 4240.0, 4218.0, 4229.0, 4219.0, 4240.0, 4220.0, 4240.0, 4219.0, 4239.0, 4219.0, 4251.0, 4209.0, 4250.0, 4219.0, 4240.0, 4219.0, 4240.0, 4209.0, 4229.0, 4209.0, 4240.0, 4232.0, 4262.0, 4233.0, 4261.0, 4234.0, 4265.0, 4234.0], 'WindowWidth': [9527.0, 9439.0, 9492.0, 9398.0, 9444.0, 9372.0, 9401.0, 9367.0, 9402.0, 9353.0, 9421.0, 9337.0, 9403.0, 9332.0, 9375.0, 9387.0, 9350.0, 9416.0, 9348.0, 9391.0, 9338.0, 9395.0, 9371.0, 9399.0, 9369.0, 9374.0, 9372.0, 9367.0, 9445.0, 9381.0, 9431.0, 9378.0, 9420.0, 9363.0, 9420.0, 9363.0, 9410.0, 9448.0, 9408.0, 9447.0, 9386.0, 9441.0, 9377.0, 9441.0, 9389.0, 9424.0, 9373.0, 9425.0, 9375.0, 9441.0, 9371.0, 9439.0, 9337.0, 9422.0, 9336.0, 9405.0, 9387.0, 9371.0, 9367.0, 9342.0, 9413.0, 9347.0, 9417.0, 9342.0, 9378.0, 9350.0, 9371.0, 9355.0, 9398.0, 9361.0, 9411.0, 9362.0, 9425.0, 9360.0, 9433.0, 9374.0, 9415.0, 9424.0, 9366.0, 9422.0, 9353.0, 9418.0, 9366.0, 9417.0, 9348.0, 9385.0, 9336.0, 9388.0, 9341.0, 9398.0, 9353.0, 9393.0, 9340.0, 9384.0, 9408.0, 9372.0, 9456.0, 9393.0, 9418.0, 9364.0, 9403.0, 9348.0, 9409.0, 9343.0, 9358.0, 9327.0, 9348.0, 9397.0, 9352.0, 9433.0, 9365.0, 9402.0, 9340.0, 9390.0, 9353.0, 9406.0, 9337.0, 9394.0, 9350.0, 9380.0, 9418.0, 9376.0, 9458.0, 9378.0, 9401.0, 9350.0, 9385.0, 9336.0, 9403.0, 9347.0, 9404.0, 9336.0, 9391.0, 9334.0, 9391.0, 9388.0, 9360.0, 9388.0, 9348.0, 9433.0, 9363.0, 9424.0, 9359.0, 9397.0, 9328.0, 9383.0, 9312.0, 9385.0, 9314.0, 9367.0, 9322.0, 9342.0, 9376.0, 9327.0, 9408.0, 9343.0, 9379.0, 9345.0, 9380.0, 9346.0, 9407.0, 9333.0, 9399.0, 9328.0, 9382.0, 9327.0, 9371.0, 9356.0, 9359.0, 9435.0, 9354.0, 9392.0, 9326.0, 9366.0, 9331.0, 9387.0, 9332.0, 9383.0, 9316.0, 9383.0, 9330.0, 9388.0, 9330.0, 9390.0, 9369.0, 9357.0, 9341.0, 9346.0, 9396.0, 9347.0, 9437.0, 9361.0, 9398.0, 9344.0, 9398.0, 9331.0, 9392.0, 9351.0, 9387.0, 9331.0, 9376.0, 9346.0, 9368.0, 9391.0, 9348.0, 9386.0, 9351.0, 9417.0, 9372.0, 9444.0, 9387.0, 9420.0, 9379.0, 9397.0, 9332.0, 9400.0, 9350.0, 9402.0, 9346.0, 9391.0, 9348.0, 9393.0, 9354.0, 9381.0, 9405.0, 9364.0, 9404.0, 9348.0, 9440.0, 9366.0, 9415.0, 9361.0, 9385.0, 9351.0, 9388.0, 9372.0, 9424.0, 9354.0, 9423.0, 9348.0, 9390.0, 9353.0, 9391.0, 9371.0, 9374.0, 9343.0, 9348.0, 9370.0, 9348.0, 9419.0, 9363.0, 9400.0, 9350.0, 9416.0, 9352.0, 9417.0, 9362.0, 9399.0, 9332.0, 9388.0, 9330.0, 9390.0, 9356.0, 9358.0, 9396.0, 9331.0, 9411.0, 9344.0, 9419.0, 9351.0, 9401.0, 9331.0, 9383.0, 9325.0, 9369.0, 9333.0, 9373.0, 9355.0, 9359.0, 9357.0, 9362.0, 9415.0, 9361.0, 9430.0, 9362.0, 9398.0, 9349.0, 9397.0, 9348.0, 9405.0, 9334.0, 9400.0, 9346.0, 9385.0, 9348.0, 9409.0, 9357.0, 9417.0, 9350.0, 9402.0, 9335.0, 9404.0, 9354.0, 9424.0, 9377.0, 9376.0, 9345.0, 9357.0, 9357.0, 9375.0, 9391.0, 9375.0, 9373.0, 9376.0, 9386.0, 9366.0, 9424.0, 9362.0, 9420.0, 9367.0, 9436.0, 9368.0, 9424.0, 9361.0, 9399.0, 9348.0, 9387.0, 9353.0, 9407.0, 9361.0, 9420.0, 9356.0, 9393.0, 9359.0, 9398.0, 9402.0, 9460.0, 9389.0, 9436.0, 9384.0, 9421.0, 9351.0, 9405.0, 9348.0, 9403.0, 9345.0, 9389.0, 9350.0, 9407.0, 9348.0, 9403.0, 9332.0, 9384.0, 9324.0, 9384.0, 9349.0, 9421.0, 9352.0, 9419.0, 9350.0, 9415.0, 9344.0, 9416.0, 9345.0, 9401.0, 9341.0, 9395.0, 9327.0, 9382.0, 9331.0, 9383.0, 9322.0, 9366.0, 9324.0, 9341.0, 9342.0, 9360.0, 9345.0, 9362.0, 9362.0, 9368.0, 9391.0, 9371.0, 9457.0, 9396.0, 9419.0, 9378.0, 9399.0, 9347.0, 9405.0, 9337.0, 9403.0, 9333.0, 9384.0, 9328.0, 9385.0, 9330.0, 9400.0, 9347.0, 9415.0, 9336.0, 9402.0, 9336.0, 9401.0, 9331.0, 9415.0, 9350.0, 9402.0, 9333.0, 9408.0, 9331.0, 9371.0, 9329.0, 9374.0, 9354.0, 9407.0, 9350.0, 9417.0, 9346.0, 9416.0, 9333.0, 9418.0, 9335.0, 9418.0, 9348.0, 9418.0, 9348.0, 9422.0, 9335.0, 9400.0, 9348.0, 9400.0, 9334.0, 9401.0, 9350.0, 9402.0, 9366.0, 9419.0, 9369.0, 9417.0, 9353.0, 9418.0, 9350.0, 9422.0, 9334.0, 9402.0, 9330.0, 9384.0, 9344.0, 9400.0, 9350.0, 9396.0, 9345.0, 9386.0, 9356.0, 9390.0, 9359.0, 9424.0, 9356.0, 9422.0, 9371.0, 9426.0, 9370.0, 9412.0, 9365.0, 9381.0, 9377.0, 9355.0, 9420.0, 9357.0, 9437.0, 9368.0, 9402.0, 9353.0, 9388.0, 9354.0, 9407.0, 9357.0, 9421.0, 9374.0, 9420.0, 9356.0, 9423.0, 9354.0, 9407.0, 9352.0, 9406.0, 9350.0, 9411.0, 9379.0, 9376.0, 9386.0, 9348.0, 9414.0, 9348.0, 9418.0, 9364.0, 9417.0, 9368.0, 9401.0, 9348.0, 9401.0, 9356.0, 9424.0, 9352.0, 9416.0, 9349.0, 9402.0, 9348.0, 9419.0, 9349.0, 9418.0, 9348.0, 9416.0, 9349.0, 9400.0, 9349.0, 9419.0, 9352.0, 9408.0, 9348.0, 9400.0, 9347.0, 9405.0, 9349.0, 9422.0, 9350.0, 9390.0, 9346.0, 9391.0, 9393.0, 9390.0, 9403.0, 9344.0, 9382.0, 9344.0, 9434.0, 9350.0, 9399.0, 9350.0, 9385.0, 9352.0, 9422.0, 9370.0, 9417.0, 9367.0, 9417.0, 9354.0, 9401.0, 9369.0, 9404.0, 9365.0, 9361.0, 9368.0, 9377.0, 9373.0, 9459.0, 9371.0, 9424.0, 9352.0, 9393.0, 9347.0, 9394.0, 9380.0, 9377.0, 9373.0, 9363.0, 9402.0, 9331.0, 9418.0, 9348.0, 9399.0, 9354.0, 9376.0, 9371.0, 9409.0, 9374.0, 9427.0, 9371.0, 9421.0, 9353.0, 9395.0, 9368.0, 9386.0, 9443.0, 9379.0, 9402.0, 9349.0, 9402.0, 9354.0, 9408.0, 9352.0, 9389.0, 9360.0, 9389.0, 9349.0, 9393.0, 9364.0, 9391.0, 9362.0, 9379.0, 9361.0, 9367.0, 9394.0, 9368.0, 9403.0, 9355.0, 9390.0, 9358.0, 9456.0, 9388.0, 9441.0, 9385.0, 9425.0, 9353.0, 9424.0, 9348.0, 9409.0, 9406.0, 9362.0, 9370.0, 9333.0, 9381.0, 9348.0, 9420.0, 9351.0, 9389.0, 9368.0, 9364.0, 9380.0, 9394.0, 9386.0, 9428.0, 9391.0, 9460.0, 9396.0, 9444.0, 9369.0, 9428.0, 9349.0, 9403.0, 9331.0, 9384.0, 9326.0, 9387.0, 9350.0, 9406.0, 9360.0, 9390.0, 9361.0, 9390.0, 9369.0, 9424.0, 9371.0, 9439.0, 9353.0, 9412.0, 9379.0, 9377.0, 9403.0, 9343.0, 9371.0, 9344.0, 9419.0, 9361.0, 9421.0, 9357.0, 9400.0, 9343.0, 9394.0, 9346.0, 9382.0, 9345.0, 9341.0, 9358.0, 9356.0, 9365.0, 9419.0, 9342.0, 9381.0, 9345.0, 9381.0, 9347.0, 9401.0, 9349.0, 9400.0, 9354.0, 9385.0, 9350.0, 9404.0, 9372.0, 9422.0, 9369.0, 9402.0, 9351.0, 9403.0, 9370.0, 9418.0, 9355.0, 9388.0, 9365.0, 9389.0, 9350.0, 9390.0, 9359.0, 9359.0, 9372.0, 9342.0, 9387.0, 9349.0, 9401.0, 9343.0, 9387.0, 9329.0, 9387.0, 9364.0, 9390.0, 9374.0, 9372.0, 9342.0, 9361.0, 9348.0, 9388.0, 9360.0, 9417.0, 9347.0, 9418.0, 9351.0, 9424.0, 9356.0, 9437.0, 9372.0, 9424.0, 9373.0, 9421.0, 9373.0, 9424.0, 9368.0, 9418.0, 9365.0, 9404.0, 9351.0, 9433.0, 9401.0, 9403.0, 9369.0, 9366.0, 9392.0, 9366.0, 9420.0, 9364.0, 9427.0, 9391.0, 9376.0, 9418.0, 9361.0, 9357.0, 9357.0, 9367.0, 9355.0, 9422.0, 9358.0, 9413.0, 9354.0, 9377.0, 9340.0, 9392.0, 9355.0, 9413.0, 9338.0, 9344.0, 9337.0, 9315.0, 9335.0, 9334.0, 9358.0, 9341.0, 9353.0, 9337.0, 9368.0, 9340.0, 9373.0, 9354.0, 9360.0, 9385.0, 9345.0, 9359.0, 9349.0, 9358.0, 9351.0, 9368.0, 9372.0, 9413.0, 9393.0, 9441.0, 9388.0, 9446.0, 9389.0, 9426.0, 9371.0, 9428.0, 9343.0, 9394.0, 9365.0, 9358.0, 9372.0, 9346.0, 9341.0, 9358.0, 9370.0, 9380.0, 9405.0, 9376.0, 9362.0, 9378.0, 9362.0, 9406.0, 9372.0, 9439.0, 9367.0, 9439.0, 9346.0, 9418.0, 9348.0, 9403.0, 9350.0, 9450.0, 9400.0, 9464.0, 9374.0, 9404.0, 9365.0, 9356.0, 9384.0, 9416.0, 9381.0, 9435.0, 9382.0, 9418.0, 9367.0, 9404.0, 9360.0, 9401.0, 9337.0, 9381.0, 9303.0, 9360.0, 9315.0, 9347.0, 9340.0, 9329.0, 9371.0, 9327.0, 9369.0, 9332.0, 9372.0, 9308.0, 9329.0, 9298.0, 9332.0, 9320.0, 9347.0, 9341.0, 9364.0, 9347.0, 9364.0, 9346.0, 9368.0, 9349.0, 9383.0, 9335.0, 9385.0, 9357.0, 9401.0, 9372.0, 9420.0, 9374.0, 9441.0, 9373.0, 9404.0, 9383.0, 9377.0, 9369.0, 9393.0, 9396.0, 9409.0, 9396.0, 9363.0, 9377.0, 9363.0, 9393.0, 9367.0, 9392.0, 9364.0, 9390.0, 9366.0, 9409.0, 9352.0, 9407.0, 9366.0, 9395.0, 9366.0, 9392.0, 9349.0, 9378.0, 9352.0, 9394.0, 9386.0, 9427.0, 9388.0, 9427.0, 9393.0, 9436.0, 9392.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.0016840854326396497</td></tr>
<tr><td colspan=3>aqi</td><td>0.023856859364731652</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.28376693906793</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2935518249013147</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0174121885635972</td></tr>
<tr><td colspan=3>efc</td><td>0.4904</td></tr>
<tr><td colspan=3>fber</td><td>4964.7437</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0771170395188826</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8762322015334063</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4446160990744836</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.328024671768294</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.714438480737289</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2913851447178675</td></tr>
<tr><td colspan=3>gcor</td><td>0.0066859</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022612888365983963</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03269654139876366</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8533327950557763</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.0435</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.4127</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.3481</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295099.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>823.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.1606</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.306</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.9619</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3380.0856</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81445.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4464.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.7626</td></tr>
<tr><td colspan=3>tsnr</td><td>40.1268683380913</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>