ds005256-mriqc/sub-0025_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter 3be8ee40fe [DATALAD RUNCMD] Compute MRIQC for sub-0025
=== 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-0025 --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-0025",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:07:59 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-02/func/sub-0025_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>f92fa95951c0f131095dea7c5f33a445</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>20:52:51.015000</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.999796, 0.0162727, -0.011966, -0.017277, 0.995858, -0.0892672]</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.259</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.0980151</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7760, -7253, 117, -143, -142, -138, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>294.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0a5ce234-735e-45b4-a550-33e51f6db99d||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.6823794841766357, -0.04635284096002579, -0.028252320364117622, 112.27888488769531], [-0.04365839809179306, 2.671813726425171, -0.24153044819831848, -85.49154663085938], [-0.03210391104221344, 0.2394973635673523, 2.6890265941619873, -108.26502990722656], [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': ['205251.015000', '205251.475000', '205251.935000', '205252.395000', '205252.855000', '205253.315000', '205253.775000', '205254.235000', '205254.695000', '205255.155000', '205255.615000', '205256.075000', '205256.535000', '205256.995000', '205257.455000', '205257.915000', '205258.375000', '205258.835000', '205259.295000', '205259.755000', '205300.215000', '205300.675000', '205301.135000', '205301.595000', '205302.055000', '205302.515000', '205302.975000', '205303.435000', '205303.895000', '205304.355000', '205304.815000', '205305.275000', '205305.735000', '205306.195000', '205306.655000', '205307.115000', '205307.575000', '205308.035000', '205308.495000', '205308.955000', '205309.415000', '205309.875000', '205310.335000', '205310.795000', '205311.255000', '205311.715000', '205312.175000', '205312.635000', '205313.095000', '205313.555000', '205314.015000', '205314.475000', '205314.935000', '205315.395000', '205315.855000', '205316.315000', '205316.775000', '205317.235000', '205317.695000', '205318.155000', '205318.615000', '205319.075000', '205319.535000', '205319.995000', '205320.455000', '205320.915000', '205321.375000', '205321.835000', '205322.295000', '205322.755000', '205323.215000', '205323.675000', '205324.135000', '205324.595000', '205325.055000', '205325.515000', '205325.975000', '205326.435000', '205326.895000', '205327.355000', '205327.815000', '205328.275000', '205328.735000', '205329.195000', '205329.655000', '205330.115000', '205330.575000', '205331.035000', '205331.495000', '205331.955000', '205332.415000', '205332.875000', '205333.335000', '205333.795000', '205334.255000', '205334.715000', '205335.175000', '205335.635000', '205336.095000', '205336.555000', '205337.015000', '205337.475000', '205337.935000', '205338.395000', '205338.855000', '205339.315000', '205339.775000', '205340.235000', '205340.695000', '205341.155000', '205341.615000', '205342.075000', '205342.535000', '205342.995000', '205343.455000', '205343.915000', '205344.375000', '205344.835000', '205345.295000', '205345.755000', '205346.215000', '205346.675000', '205347.135000', '205347.595000', '205348.055000', '205348.515000', '205348.975000', '205349.435000', '205349.895000', '205350.355000', '205350.815000', '205351.275000', '205351.735000', '205352.195000', '205352.655000', '205353.115000', '205353.575000', '205354.035000', '205354.495000', '205354.955000', '205355.415000', '205355.875000', '205356.335000', '205356.795000', '205357.255000', '205357.715000', '205358.175000', '205358.635000', '205359.095000', '205359.555000', '205400.015000', '205400.475000', '205400.935000', '205401.395000', '205401.855000', '205402.315000', '205402.775000', '205403.235000', '205403.695000', '205404.155000', '205404.615000', '205405.075000', '205405.535000', '205405.995000', '205406.455000', '205406.915000', '205407.375000', '205407.835000', '205408.295000', '205408.755000', '205409.215000', '205409.675000', '205410.135000', '205410.595000', '205411.055000', '205411.515000', '205411.975000', '205412.435000', '205412.895000', '205413.355000', '205413.815000', '205414.275000', '205414.735000', '205415.195000', '205415.655000', '205416.115000', '205416.575000', '205417.035000', '205417.495000', '205417.955000', '205418.415000', '205418.875000', '205419.335000', '205419.795000', '205420.255000', '205420.715000', '205421.175000', '205421.635000', '205422.095000', '205422.555000', '205423.015000', '205423.475000', '205423.935000', '205424.395000', '205424.855000', '205425.315000', '205425.775000', '205426.235000', '205426.695000', '205427.155000', '205427.615000', '205428.075000', '205428.535000', '205428.995000', '205429.455000', '205429.915000', '205430.375000', '205430.835000', '205431.295000', '205431.755000', '205432.215000', '205432.675000', '205433.135000', '205433.595000', '205434.055000', '205434.515000', '205434.975000', '205435.435000', '205435.895000', '205436.355000', '205436.815000', '205437.275000', '205437.735000', '205438.195000', '205438.655000', '205439.115000', '205439.575000', '205440.035000', '205440.495000', '205440.955000', '205441.415000', '205441.875000', '205442.335000', '205442.795000', '205443.255000', '205443.715000', '205444.175000', '205444.635000', '205445.095000', '205445.555000', '205446.015000', '205446.475000', '205446.935000', '205447.395000', '205447.855000', '205448.315000', '205448.775000', '205449.235000', '205449.695000', '205450.155000', '205450.615000', '205451.075000', '205451.535000', '205451.995000', '205452.455000', '205452.915000', '205453.375000', '205453.835000', '205454.295000', '205454.755000', '205455.215000', '205455.675000', '205456.135000', '205456.595000', '205457.055000', '205457.515000', '205457.975000', '205458.435000', '205458.895000', '205459.355000', '205459.815000', '205500.275000', '205500.735000', '205501.195000', '205501.655000', '205502.115000', '205502.575000', '205503.035000', '205503.495000', '205503.955000', '205504.415000', '205504.875000', '205505.335000', '205505.795000', '205506.255000', '205506.715000', '205507.175000', '205507.635000', '205508.095000', '205508.555000', '205509.015000', '205509.475000', '205509.935000', '205510.395000', '205510.855000', '205511.315000', '205511.775000', '205512.235000', '205512.695000', '205513.155000', '205513.615000', '205514.075000', '205514.535000', '205514.995000', '205515.455000', '205515.915000', '205516.375000', '205516.835000', '205517.295000', '205517.755000', '205518.215000', '205518.675000', '205519.135000', '205519.595000', '205520.055000', '205520.515000', '205520.975000', '205521.435000', '205521.895000', '205522.355000', '205522.815000', '205523.275000', '205523.735000', '205524.195000', '205524.655000', '205525.115000', '205525.575000', '205526.035000', '205526.495000', '205526.955000', '205527.415000', '205527.875000', '205528.335000', '205528.795000', '205529.255000', '205529.715000', '205530.175000', '205530.635000', '205531.095000', '205531.555000', '205532.015000', '205532.475000', '205532.935000', '205533.395000', '205533.855000', '205534.315000', '205534.775000', '205535.235000', '205535.695000', '205536.155000', '205536.615000', '205537.075000', '205537.535000', '205537.995000', '205538.455000', '205538.915000', '205539.375000', '205539.835000', '205540.295000', '205540.755000', '205541.215000', '205541.675000', '205542.135000', '205542.595000', '205543.055000', '205543.515000', '205543.975000', '205544.435000', '205544.895000', '205545.355000', '205545.815000', '205546.275000', '205546.735000', '205547.195000', '205547.655000', '205548.115000', '205548.575000', '205549.035000', '205549.495000', '205549.955000', '205550.415000', '205550.875000', '205551.335000', '205551.795000', '205552.255000', '205552.715000', '205553.175000', '205553.635000', '205554.095000', '205554.555000', '205555.015000', '205555.475000', '205555.935000', '205556.395000', '205556.855000', '205557.315000', '205557.775000', '205558.235000', '205558.695000', '205559.155000', '205559.615000', '205600.075000', '205600.535000', '205600.995000', '205601.455000', '205601.915000', '205602.375000', '205602.835000', '205603.295000', '205603.755000', '205604.215000', '205604.675000', '205605.135000', '205605.595000', '205606.055000', '205606.515000', '205606.975000', '205607.435000', '205607.895000', '205608.355000', '205608.815000', '205609.275000', '205609.735000', '205610.195000', '205610.655000', '205611.115000', '205611.575000', '205612.035000', '205612.495000', '205612.955000', '205613.415000', '205613.875000', '205614.335000', '205614.795000', '205615.255000', '205615.715000', '205616.175000', '205616.635000', '205617.095000', '205617.555000', '205618.015000', '205618.475000', '205618.935000', '205619.395000', '205619.855000', '205620.315000', '205620.775000', '205621.235000', '205621.695000', '205622.155000', '205622.615000', '205623.075000', '205623.535000', '205623.995000', '205624.455000', '205624.915000', '205625.375000', '205625.835000', '205626.295000', '205626.755000', '205627.215000', '205627.675000', '205628.135000', '205628.595000', '205629.055000', '205629.515000', '205629.975000', '205630.435000', '205630.895000', '205631.355000', '205631.815000', '205632.275000', '205632.735000', '205633.195000', '205633.655000', '205634.115000', '205634.575000', '205635.035000', '205635.495000', '205635.955000', '205636.415000', '205636.875000', '205637.335000', '205637.795000', '205638.255000', '205638.715000', '205639.175000', '205639.635000', '205640.095000', '205640.555000', '205641.015000', '205641.475000', '205641.935000', '205642.395000', '205642.855000', '205643.315000', '205643.775000', '205644.235000', '205644.695000', '205645.155000', '205645.615000', '205646.075000', '205646.535000', '205646.995000', '205647.455000', '205647.915000', '205648.375000', '205648.835000', '205649.295000', '205649.755000', '205650.215000', '205650.675000', '205651.135000', '205651.595000', '205652.055000', '205652.515000', '205652.975000', '205653.435000', '205653.895000', '205654.355000', '205654.815000', '205655.275000', '205655.735000', '205656.195000', '205656.655000', '205657.115000', '205657.575000', '205658.035000', '205658.495000', '205658.955000', '205659.415000', '205659.875000', '205700.335000', '205700.795000', '205701.255000', '205701.715000', '205702.175000', '205702.635000', '205703.095000', '205703.555000', '205704.015000', '205704.475000', '205704.935000', '205705.395000', '205705.855000', '205706.315000', '205706.775000', '205707.235000', '205707.695000', '205708.155000', '205708.615000', '205709.075000', '205709.535000', '205709.995000', '205710.455000', '205710.915000', '205711.375000', '205711.835000', '205712.295000', '205712.755000', '205713.215000', '205713.675000', '205714.135000', '205714.595000', '205715.055000', '205715.515000', '205715.975000', '205716.435000', '205716.895000', '205717.355000', '205717.815000', '205718.275000', '205718.735000', '205719.195000', '205719.655000', '205720.115000', '205720.575000', '205721.035000', '205721.495000', '205721.955000', '205722.415000', '205722.875000', '205723.335000', '205723.795000', '205724.255000', '205724.715000', '205725.175000', '205725.635000', '205726.095000', '205726.555000', '205727.015000', '205727.475000', '205727.935000', '205728.395000', '205728.855000', '205729.315000', '205729.775000', '205730.235000', '205730.695000', '205731.155000', '205731.615000', '205732.075000', '205732.535000', '205732.995000', '205733.455000', '205733.915000', '205734.375000', '205734.835000', '205735.295000', '205735.755000', '205736.215000', '205736.675000', '205737.135000', '205737.595000', '205738.055000', '205738.515000', '205738.975000', '205739.435000', '205739.895000', '205740.355000', '205740.815000', '205741.275000', '205741.735000', '205742.195000', '205742.655000', '205743.115000', '205743.575000', '205744.035000', '205744.495000', '205744.955000', '205745.415000', '205745.875000', '205746.335000', '205746.795000', '205747.255000', '205747.715000', '205748.175000', '205748.635000', '205749.095000', '205749.555000', '205750.015000', '205750.475000', '205750.935000', '205751.395000', '205751.855000', '205752.315000', '205752.775000', '205753.235000', '205753.695000', '205754.155000', '205754.615000', '205755.075000', '205755.535000', '205755.995000', '205756.455000', '205756.915000', '205757.375000', '205757.835000', '205758.295000', '205758.755000', '205759.215000', '205759.675000', '205800.135000', '205800.595000', '205801.055000', '205801.515000', '205801.975000', '205802.435000', '205802.895000', '205803.355000', '205803.815000', '205804.275000', '205804.735000', '205805.195000', '205805.655000', '205806.115000', '205806.575000', '205807.035000', '205807.495000', '205807.955000', '205808.415000', '205808.875000', '205809.335000', '205809.795000', '205810.255000', '205810.715000', '205811.175000', '205811.635000', '205812.095000', '205812.555000', '205813.015000', '205813.475000', '205813.935000', '205814.395000', '205814.855000', '205815.315000', '205815.775000', '205816.235000', '205816.695000', '205817.155000', '205817.615000', '205818.075000', '205818.535000', '205818.995000', '205819.455000', '205819.915000', '205820.375000', '205820.835000', '205821.295000', '205821.755000', '205822.215000', '205822.675000', '205823.135000', '205823.595000', '205824.055000', '205824.515000', '205824.975000', '205825.435000', '205825.895000', '205826.355000', '205826.815000', '205827.275000', '205827.735000', '205828.195000', '205828.655000', '205829.115000', '205829.575000', '205830.035000', '205830.495000', '205830.955000', '205831.415000', '205831.875000', '205832.335000', '205832.795000', '205833.255000', '205833.715000', '205834.175000', '205834.635000', '205835.095000', '205835.555000', '205836.015000', '205836.475000', '205836.935000', '205837.395000', '205837.855000', '205838.315000', '205838.775000', '205839.235000', '205839.695000', '205840.155000', '205840.615000', '205841.075000', '205841.535000', '205841.995000', '205842.455000', '205842.915000', '205843.375000', '205843.835000', '205844.295000', '205844.755000', '205845.215000', '205845.675000', '205846.135000', '205846.595000', '205847.055000', '205847.515000', '205847.975000', '205848.435000', '205848.895000', '205849.355000', '205849.815000', '205850.275000', '205850.735000', '205851.195000', '205851.655000', '205852.115000', '205852.575000', '205853.035000', '205853.495000', '205853.955000', '205854.415000', '205854.875000', '205855.335000', '205855.795000', '205856.255000', '205856.715000', '205857.175000', '205857.635000', '205858.095000', '205858.555000', '205859.015000', '205859.475000', '205859.935000', '205900.395000', '205900.855000', '205901.315000', '205901.775000', '205902.235000', '205902.695000', '205903.155000', '205903.615000', '205904.075000', '205904.535000', '205904.995000', '205905.455000', '205905.915000', '205906.375000', '205906.835000', '205907.295000', '205907.755000', '205908.215000', '205908.675000', '205909.135000', '205909.595000', '205910.055000', '205910.515000', '205910.975000', '205911.435000', '205911.895000', '205912.355000', '205912.815000', '205913.275000', '205913.735000', '205914.195000', '205914.655000', '205915.115000', '205915.575000', '205916.035000', '205916.495000', '205916.955000', '205917.415000', '205917.875000', '205918.335000', '205918.795000', '205919.255000', '205919.715000', '205920.175000', '205920.635000', '205921.095000', '205921.555000', '205922.015000', '205922.475000', '205922.935000', '205923.395000', '205923.855000', '205924.315000', '205924.775000', '205925.235000', '205925.695000', '205926.155000', '205926.615000', '205927.075000', '205927.535000', '205927.995000', '205928.455000', '205928.915000', '205929.375000', '205929.835000', '205930.295000', '205930.755000', '205931.215000', '205931.675000', '205932.135000', '205932.595000', '205933.055000', '205933.515000', '205933.975000', '205934.435000', '205934.895000', '205935.355000', '205935.815000', '205936.275000', '205936.735000', '205937.195000', '205937.655000', '205938.115000', '205938.575000', '205939.035000', '205939.495000', '205939.955000', '205940.415000', '205940.875000', '205941.335000', '205941.795000', '205942.255000', '205942.715000', '205943.175000', '205943.635000', '205944.095000', '205944.555000', '205945.015000', '205945.475000', '205945.935000', '205946.395000', '205946.855000', '205947.315000', '205947.775000', '205948.235000', '205948.695000', '205949.155000', '205949.615000', '205950.075000', '205950.535000', '205950.995000'], 'ContentTime': ['205314.452000', '205314.455000', '205314.458000', '205314.461000', '205314.463000', '205314.466000', '205314.468000', '205314.471000', '205314.473000', '205314.476000', '205314.478000', '205314.481000', '205314.483000', '205314.486000', '205314.489000', '205314.491000', '205314.494000', '205314.496000', '205314.499000', '205314.501000', '205314.504000', '205314.506000', '205314.509000', '205314.511000', '205314.514000', '205314.517000', '205314.519000', '205314.522000', '205314.524000', '205314.527000', '205314.529000', '205314.532000', '205314.535000', '205314.537000', '205314.545000', '205314.548000', '205314.550000', '205314.553000', '205314.555000', '205314.558000', '205314.561000', '205314.564000', '205314.566000', '205314.569000', '205314.571000', '205314.574000', '205314.576000', '205314.579000', '205334.402000', '205334.405000', '205334.408000', '205334.410000', '205334.413000', '205334.415000', '205334.418000', '205334.421000', '205334.423000', '205334.426000', '205334.428000', '205334.431000', '205334.433000', '205334.436000', '205334.439000', '205334.441000', '205334.444000', '205334.446000', '205334.449000', '205334.451000', '205334.454000', '205334.457000', '205334.459000', '205334.462000', '205334.464000', '205334.467000', '205334.470000', '205334.472000', '205334.475000', '205334.495000', '205334.497000', '205334.500000', '205334.503000', '205334.505000', '205334.508000', '205334.510000', '205334.513000', '205334.516000', '205334.518000', '205334.521000', '205334.523000', '205334.526000', '205334.528000', '205354.402000', '205354.405000', '205354.408000', '205354.410000', '205354.413000', '205354.415000', '205354.418000', '205354.421000', '205354.423000', '205354.426000', '205354.428000', '205354.431000', '205354.433000', '205354.436000', '205354.438000', '205354.441000', '205354.443000', '205354.446000', '205354.449000', '205354.451000', '205354.454000', '205354.456000', '205354.459000', '205354.461000', '205354.464000', '205354.466000', '205354.469000', '205354.472000', '205354.474000', '205354.477000', '205354.479000', '205354.482000', '205354.484000', '205354.487000', '205354.489000', '205354.492000', '205354.494000', '205354.497000', '205354.499000', '205354.502000', '205354.514000', '205354.516000', '205354.519000', '205354.521000', '205414.402000', '205414.405000', '205414.408000', '205414.410000', '205414.413000', '205414.416000', '205414.418000', '205414.421000', '205414.423000', '205414.426000', '205414.428000', '205414.431000', '205414.434000', '205414.436000', '205414.439000', '205414.441000', '205414.444000', '205414.446000', '205414.462000', '205414.465000', '205414.467000', '205414.470000', '205414.473000', '205414.475000', '205414.478000', '205414.480000', '205414.483000', '205414.486000', '205414.489000', '205414.491000', '205414.494000', '205414.496000', '205414.499000', '205414.502000', '205414.504000', '205414.507000', '205414.509000', '205414.512000', '205414.514000', '205414.517000', '205414.519000', '205414.522000', '205414.525000', '205434.402000', '205434.405000', '205434.408000', '205434.410000', '205434.413000', '205434.427000', '205434.430000', '205434.432000', '205434.435000', '205434.438000', '205434.440000', '205434.443000', '205434.445000', '205434.448000', '205434.450000', '205434.453000', '205434.455000', '205434.458000', '205434.460000', '205434.463000', '205434.466000', '205434.468000', '205434.471000', '205434.473000', '205434.476000', '205434.478000', '205434.481000', '205434.483000', '205434.486000', '205434.489000', '205434.491000', '205434.494000', '205434.496000', '205434.499000', '205434.502000', '205434.504000', '205434.507000', '205434.509000', '205434.512000', '205434.514000', '205434.517000', '205434.520000', '205434.522000', '205434.525000', '205454.402000', '205454.405000', '205454.408000', '205454.410000', '205454.413000', '205454.416000', '205454.418000', '205454.421000', '205454.423000', '205454.426000', '205454.429000', '205454.431000', '205454.437000', '205454.439000', '205454.442000', '205454.445000', '205454.447000', '205454.450000', '205454.453000', '205454.455000', '205454.458000', '205454.460000', '205454.463000', '205454.466000', '205454.468000', '205454.471000', '205454.473000', '205454.476000', '205454.478000', '205454.481000', '205454.484000', '205454.486000', '205454.489000', '205454.492000', '205454.494000', '205454.497000', '205454.500000', '205454.503000', '205454.506000', '205454.508000', '205454.511000', '205454.513000', '205454.516000', '205514.402000', '205514.405000', '205514.408000', '205514.410000', '205514.413000', '205514.415000', '205514.418000', '205514.421000', '205514.423000', '205514.426000', '205514.428000', '205514.431000', '205514.433000', '205514.436000', '205514.439000', '205514.441000', '205514.444000', '205514.447000', '205514.449000', '205514.452000', '205514.454000', '205514.457000', '205514.459000', '205514.462000', '205514.465000', '205514.467000', '205514.470000', '205514.472000', '205514.475000', '205514.478000', '205514.480000', '205514.483000', '205514.485000', '205514.488000', '205514.490000', '205514.494000', '205514.497000', '205514.499000', '205514.502000', '205514.504000', '205514.507000', '205514.510000', '205514.512000', '205514.515000', '205534.402000', '205534.405000', '205534.408000', '205534.411000', '205534.413000', '205534.416000', '205534.418000', '205534.421000', '205534.423000', '205534.426000', '205534.429000', '205534.431000', '205534.434000', '205534.436000', '205534.439000', '205534.441000', '205534.444000', '205534.447000', '205534.449000', '205534.452000', '205534.454000', '205534.457000', '205534.460000', '205534.463000', '205534.465000', '205534.468000', '205534.470000', '205534.473000', '205534.475000', '205534.486000', '205534.489000', '205534.491000', '205534.494000', '205534.497000', '205534.499000', '205534.502000', '205534.504000', '205534.507000', '205534.511000', '205534.513000', '205534.516000', '205534.519000', '205534.522000', '205554.402000', '205554.405000', '205554.408000', '205554.410000', '205554.413000', '205554.416000', '205554.418000', '205554.421000', '205554.423000', '205554.426000', '205554.428000', '205554.431000', '205554.433000', '205554.436000', '205554.439000', '205554.441000', '205554.444000', '205554.447000', '205554.449000', '205554.452000', '205554.454000', '205554.457000', '205554.459000', '205554.462000', '205554.465000', '205554.467000', '205554.470000', '205554.472000', '205554.475000', '205554.477000', '205554.480000', '205554.483000', '205554.485000', '205554.488000', '205554.490000', '205554.493000', '205554.496000', '205554.498000', '205554.501000', '205554.503000', '205554.506000', '205554.509000', '205554.511000', '205554.514000', '205614.402000', '205614.405000', '205614.408000', '205614.410000', '205614.413000', '205614.416000', '205614.418000', '205614.421000', '205614.423000', '205614.426000', '205614.428000', '205614.431000', '205614.433000', '205614.436000', '205614.439000', '205614.441000', '205614.444000', '205614.447000', '205614.449000', '205614.452000', '205614.454000', '205614.457000', '205614.460000', '205614.462000', '205614.465000', '205614.467000', '205614.470000', '205614.472000', '205614.475000', '205614.478000', '205614.480000', '205614.483000', '205614.485000', '205614.488000', '205614.490000', '205614.493000', '205614.496000', '205614.498000', '205614.501000', '205614.503000', '205614.506000', '205614.508000', '205614.511000', '205634.402000', '205634.405000', '205634.408000', '205634.410000', '205634.413000', '205634.416000', '205634.418000', '205634.421000', '205634.423000', '205634.426000', '205634.428000', '205634.431000', '205634.434000', '205634.436000', '205634.439000', '205634.441000', '205634.444000', '205634.447000', '205634.449000', '205634.452000', '205634.454000', '205634.457000', '205634.459000', '205634.462000', '205634.465000', '205634.467000', '205634.470000', '205634.484000', '205634.486000', '205634.489000', '205634.492000', '205634.494000', '205634.497000', '205634.499000', '205634.502000', '205634.504000', '205634.507000', '205634.510000', '205634.512000', '205634.515000', '205634.517000', '205634.520000', '205634.523000', '205634.525000', '205654.402000', '205654.405000', '205654.408000', '205654.410000', '205654.413000', '205654.416000', '205654.418000', '205654.421000', '205654.423000', '205654.426000', '205654.428000', '205654.431000', '205654.434000', '205654.436000', '205654.439000', '205654.442000', '205654.444000', '205654.447000', '205654.449000', '205654.452000', '205654.455000', '205654.457000', '205654.460000', '205654.462000', '205654.465000', '205654.468000', '205654.470000', '205654.473000', '205654.476000', '205654.483000', '205654.486000', '205654.488000', '205654.491000', '205654.494000', '205654.496000', '205654.499000', '205654.501000', '205654.504000', '205654.507000', '205654.509000', '205654.512000', '205654.514000', '205654.517000', '205714.403000', '205714.405000', '205714.408000', '205714.411000', '205714.413000', '205714.416000', '205714.419000', '205714.421000', '205714.424000', '205714.426000', '205714.429000', '205714.431000', '205714.434000', '205714.437000', '205714.439000', '205714.442000', '205714.444000', '205714.447000', '205714.450000', '205714.452000', '205714.455000', '205714.457000', '205714.460000', '205714.463000', '205714.465000', '205714.468000', '205714.470000', '205714.473000', '205714.475000', '205714.478000', '205714.481000', '205714.483000', '205714.486000', '205714.488000', '205714.491000', '205714.494000', '205714.496000', '205714.499000', '205714.501000', '205714.504000', '205714.506000', '205714.509000', '205714.512000', '205734.402000', '205734.405000', '205734.408000', '205734.410000', '205734.413000', '205734.416000', '205734.418000', '205734.421000', '205734.423000', '205734.426000', '205734.428000', '205734.431000', '205734.442000', '205734.445000', '205734.447000', '205734.450000', '205734.452000', '205734.455000', '205734.458000', '205734.460000', '205734.463000', '205734.465000', '205734.468000', '205734.471000', '205734.473000', '205734.476000', '205734.478000', '205734.481000', '205734.484000', '205734.486000', '205734.489000', '205734.491000', '205734.494000', '205734.497000', '205734.499000', '205734.502000', '205734.504000', '205734.507000', '205734.509000', '205734.512000', '205734.515000', '205734.517000', '205734.520000', '205734.522000', '205754.402000', '205754.405000', '205754.408000', '205754.410000', '205754.413000', '205754.416000', '205754.418000', '205754.421000', '205754.423000', '205754.426000', '205754.429000', '205754.431000', '205754.434000', '205754.437000', '205754.439000', '205754.442000', '205754.444000', '205754.447000', '205754.450000', '205754.452000', '205754.455000', '205754.457000', '205754.460000', '205754.463000', '205754.465000', '205754.468000', '205754.471000', '205754.473000', '205754.476000', '205754.478000', '205754.481000', '205754.483000', '205754.486000', '205754.488000', '205754.491000', '205754.494000', '205754.496000', '205754.499000', '205754.501000', '205754.504000', '205754.507000', '205754.509000', '205754.512000', '205754.514000', '205814.403000', '205814.405000', '205814.408000', '205814.411000', '205814.413000', '205814.416000', '205814.418000', '205814.421000', '205814.423000', '205814.426000', '205814.429000', '205814.431000', '205814.434000', '205814.436000', '205814.439000', '205814.441000', '205814.444000', '205814.446000', '205814.449000', '205814.452000', '205814.454000', '205814.457000', '205814.459000', '205814.462000', '205814.465000', '205814.467000', '205814.470000', '205814.476000', '205814.479000', '205814.481000', '205814.484000', '205814.486000', '205814.489000', '205814.492000', '205814.494000', '205814.497000', '205814.499000', '205814.502000', '205814.505000', '205814.507000', '205814.510000', '205814.512000', '205814.515000', '205834.403000', '205834.406000', '205834.409000', '205834.412000', '205834.414000', '205834.417000', '205834.419000', '205834.422000', '205834.424000', '205834.427000', '205834.430000', '205834.432000', '205834.435000', '205834.437000', '205834.440000', '205834.442000', '205834.445000', '205834.448000', '205834.450000', '205834.453000', '205834.455000', '205834.458000', '205834.460000', '205834.463000', '205834.466000', '205834.468000', '205834.471000', '205834.473000', '205834.476000', '205834.479000', '205834.481000', '205834.484000', '205834.486000', '205834.489000', '205834.491000', '205834.494000', '205834.497000', '205834.499000', '205834.502000', '205834.506000', '205834.509000', '205834.511000', '205834.514000', '205834.516000', '205854.402000', '205854.405000', '205854.408000', '205854.410000', '205854.413000', '205854.416000', '205854.418000', '205854.421000', '205854.423000', '205854.426000', '205854.428000', '205854.431000', '205854.434000', '205854.436000', '205854.439000', '205854.441000', '205854.444000', '205854.446000', '205854.449000', '205854.452000', '205854.454000', '205854.457000', '205854.459000', '205854.462000', '205854.464000', '205854.467000', '205854.470000', '205854.472000', '205854.475000', '205854.477000', '205854.480000', '205854.482000', '205854.485000', '205854.488000', '205854.490000', '205854.493000', '205854.517000', '205854.519000', '205854.522000', '205854.524000', '205854.527000', '205854.530000', '205854.532000', '205914.402000', '205914.405000', '205914.408000', '205914.410000', '205914.413000', '205914.415000', '205914.418000', '205914.421000', '205914.423000', '205914.426000', '205914.428000', '205914.431000', '205914.434000', '205914.436000', '205914.439000', '205914.441000', '205914.444000', '205914.446000', '205914.449000', '205914.452000', '205914.454000', '205914.457000', '205914.459000', '205914.462000', '205914.464000', '205914.467000', '205914.469000', '205914.472000', '205914.474000', '205914.477000', '205914.480000', '205914.482000', '205914.485000', '205914.487000', '205914.490000', '205914.492000', '205914.495000', '205914.497000', '205914.500000', '205914.503000', '205914.505000', '205914.508000', '205914.510000', '205914.513000', '205934.403000', '205934.405000', '205934.408000', '205934.411000', '205934.413000', '205934.416000', '205934.418000', '205934.421000', '205934.423000', '205934.426000', '205934.428000', '205934.431000', '205934.434000', '205934.436000', '205934.439000', '205934.441000', '205934.444000', '205934.447000', '205934.449000', '205934.452000', '205934.454000', '205934.457000', '205934.460000', '205934.462000', '205934.465000', '205934.467000', '205934.470000', '205934.472000', '205934.475000', '205934.478000', '205934.480000', '205934.483000', '205934.485000', '205934.488000', '205934.491000', '205934.493000', '205934.496000', '205934.498000', '205934.501000', '205934.504000', '205934.506000', '205934.509000', '205934.511000', '205952.548000', '205952.551000', '205952.553000', '205952.556000', '205952.559000', '205952.562000', '205952.565000', '205952.568000', '205952.570000', '205952.573000', '205952.576000', '205952.578000', '205952.582000', '205952.585000', '205952.588000', '205952.590000', '205952.593000', '205952.596000', '205952.599000', '205952.602000', '205952.604000', '205952.607000', '205952.610000', '205952.612000', '205952.615000', '205952.618000', '205952.620000', '205952.623000', '205952.626000', '205952.629000', '205952.631000', '205952.655000', '205952.658000', '205952.661000', '205952.668000', '205952.671000', '205952.674000', '205952.677000', '205952.680000', '205952.682000'], 'InstanceCreationTime': ['205314.452000', '205314.455000', '205314.458000', '205314.461000', '205314.463000', '205314.466000', '205314.468000', '205314.471000', '205314.473000', '205314.476000', '205314.478000', '205314.481000', '205314.483000', '205314.486000', '205314.489000', '205314.491000', '205314.494000', '205314.496000', '205314.499000', '205314.501000', '205314.504000', '205314.506000', '205314.509000', '205314.511000', '205314.514000', '205314.517000', '205314.519000', '205314.522000', '205314.524000', '205314.527000', '205314.529000', '205314.532000', '205314.535000', '205314.537000', '205314.545000', '205314.548000', '205314.550000', '205314.553000', '205314.555000', '205314.558000', '205314.561000', '205314.564000', '205314.566000', '205314.569000', '205314.571000', '205314.574000', '205314.576000', '205314.579000', '205334.402000', '205334.405000', '205334.408000', '205334.410000', '205334.413000', '205334.415000', '205334.418000', '205334.421000', '205334.423000', '205334.426000', '205334.428000', '205334.431000', '205334.433000', '205334.436000', '205334.439000', '205334.441000', '205334.444000', '205334.446000', '205334.449000', '205334.451000', '205334.454000', '205334.457000', '205334.459000', '205334.462000', '205334.464000', '205334.467000', '205334.470000', '205334.472000', '205334.475000', '205334.495000', '205334.497000', '205334.500000', '205334.503000', '205334.505000', '205334.508000', '205334.510000', '205334.513000', '205334.516000', '205334.518000', '205334.521000', '205334.523000', '205334.526000', '205334.528000', '205354.402000', '205354.405000', '205354.408000', '205354.410000', '205354.413000', '205354.415000', '205354.418000', '205354.421000', '205354.423000', '205354.426000', '205354.428000', '205354.431000', '205354.433000', '205354.436000', '205354.438000', '205354.441000', '205354.443000', '205354.446000', '205354.449000', '205354.451000', '205354.454000', '205354.456000', '205354.459000', '205354.461000', '205354.464000', '205354.466000', '205354.469000', '205354.472000', '205354.474000', '205354.477000', '205354.479000', '205354.482000', '205354.484000', '205354.487000', '205354.489000', '205354.492000', '205354.494000', '205354.497000', '205354.499000', '205354.502000', '205354.514000', '205354.516000', '205354.519000', '205354.521000', '205414.402000', '205414.405000', '205414.408000', '205414.410000', '205414.413000', '205414.416000', '205414.418000', '205414.421000', '205414.423000', '205414.426000', '205414.428000', '205414.431000', '205414.434000', '205414.436000', '205414.439000', '205414.441000', '205414.444000', '205414.446000', '205414.462000', '205414.465000', '205414.467000', '205414.470000', '205414.473000', '205414.475000', '205414.478000', '205414.480000', '205414.483000', '205414.486000', '205414.489000', '205414.491000', '205414.494000', '205414.496000', '205414.499000', '205414.502000', '205414.504000', '205414.507000', '205414.509000', '205414.512000', '205414.514000', '205414.517000', '205414.519000', '205414.522000', '205414.525000', '205434.402000', '205434.405000', '205434.408000', '205434.410000', '205434.413000', '205434.427000', '205434.430000', '205434.432000', '205434.435000', '205434.438000', '205434.440000', '205434.443000', '205434.445000', '205434.448000', '205434.450000', '205434.453000', '205434.455000', '205434.458000', '205434.460000', '205434.463000', '205434.466000', '205434.468000', '205434.471000', '205434.473000', '205434.476000', '205434.478000', '205434.481000', '205434.483000', '205434.486000', '205434.489000', '205434.491000', '205434.494000', '205434.496000', '205434.499000', '205434.502000', '205434.504000', '205434.507000', '205434.509000', '205434.512000', '205434.514000', '205434.517000', '205434.520000', '205434.522000', '205434.525000', '205454.402000', '205454.405000', '205454.408000', '205454.410000', '205454.413000', '205454.416000', '205454.418000', '205454.421000', '205454.423000', '205454.426000', '205454.429000', '205454.431000', '205454.437000', '205454.439000', '205454.442000', '205454.445000', '205454.447000', '205454.450000', '205454.453000', '205454.455000', '205454.458000', '205454.460000', '205454.463000', '205454.466000', '205454.468000', '205454.471000', '205454.473000', '205454.476000', '205454.478000', '205454.481000', '205454.484000', '205454.486000', '205454.489000', '205454.492000', '205454.494000', '205454.497000', '205454.500000', '205454.503000', '205454.506000', '205454.508000', '205454.511000', '205454.513000', '205454.516000', '205514.402000', '205514.405000', '205514.408000', '205514.410000', '205514.413000', '205514.415000', '205514.418000', '205514.421000', '205514.423000', '205514.426000', '205514.428000', '205514.431000', '205514.433000', '205514.436000', '205514.439000', '205514.441000', '205514.444000', '205514.447000', '205514.449000', '205514.452000', '205514.454000', '205514.457000', '205514.459000', '205514.462000', '205514.465000', '205514.467000', '205514.470000', '205514.472000', '205514.475000', '205514.478000', '205514.480000', '205514.483000', '205514.485000', '205514.488000', '205514.490000', '205514.494000', '205514.497000', '205514.499000', '205514.502000', '205514.504000', '205514.507000', '205514.510000', '205514.512000', '205514.515000', '205534.402000', '205534.405000', '205534.408000', '205534.411000', '205534.413000', '205534.416000', '205534.418000', '205534.421000', '205534.423000', '205534.426000', '205534.429000', '205534.431000', '205534.434000', '205534.436000', '205534.439000', '205534.441000', '205534.444000', '205534.447000', '205534.449000', '205534.452000', '205534.454000', '205534.457000', '205534.460000', '205534.463000', '205534.465000', '205534.468000', '205534.470000', '205534.473000', '205534.475000', '205534.486000', '205534.489000', '205534.491000', '205534.494000', '205534.497000', '205534.499000', '205534.502000', '205534.504000', '205534.507000', '205534.511000', '205534.513000', '205534.516000', '205534.519000', '205534.522000', '205554.402000', '205554.405000', '205554.408000', '205554.410000', '205554.413000', '205554.416000', '205554.418000', '205554.421000', '205554.423000', '205554.426000', '205554.428000', '205554.431000', '205554.433000', '205554.436000', '205554.439000', '205554.441000', '205554.444000', '205554.447000', '205554.449000', '205554.452000', '205554.454000', '205554.457000', '205554.459000', '205554.462000', '205554.465000', '205554.467000', '205554.470000', '205554.472000', '205554.475000', '205554.477000', '205554.480000', '205554.483000', '205554.485000', '205554.488000', '205554.490000', '205554.493000', '205554.496000', '205554.498000', '205554.501000', '205554.503000', '205554.506000', '205554.509000', '205554.511000', '205554.514000', '205614.402000', '205614.405000', '205614.408000', '205614.410000', '205614.413000', '205614.416000', '205614.418000', '205614.421000', '205614.423000', '205614.426000', '205614.428000', '205614.431000', '205614.433000', '205614.436000', '205614.439000', '205614.441000', '205614.444000', '205614.447000', '205614.449000', '205614.452000', '205614.454000', '205614.457000', '205614.460000', '205614.462000', '205614.465000', '205614.467000', '205614.470000', '205614.472000', '205614.475000', '205614.478000', '205614.480000', '205614.483000', '205614.485000', '205614.488000', '205614.490000', '205614.493000', '205614.496000', '205614.498000', '205614.501000', '205614.503000', '205614.506000', '205614.508000', '205614.511000', '205634.402000', '205634.405000', '205634.408000', '205634.410000', '205634.413000', '205634.416000', '205634.418000', '205634.421000', '205634.423000', '205634.426000', '205634.428000', '205634.431000', '205634.434000', '205634.436000', '205634.439000', '205634.441000', '205634.444000', '205634.447000', '205634.449000', '205634.452000', '205634.454000', '205634.457000', '205634.459000', '205634.462000', '205634.465000', '205634.467000', '205634.470000', '205634.484000', '205634.486000', '205634.489000', '205634.492000', '205634.494000', '205634.497000', '205634.499000', '205634.502000', '205634.504000', '205634.507000', '205634.510000', '205634.512000', '205634.515000', '205634.517000', '205634.520000', '205634.523000', '205634.525000', '205654.402000', '205654.405000', '205654.408000', '205654.410000', '205654.413000', '205654.416000', '205654.418000', '205654.421000', '205654.423000', '205654.426000', '205654.428000', '205654.431000', '205654.434000', '205654.436000', '205654.439000', '205654.442000', '205654.444000', '205654.447000', '205654.449000', '205654.452000', '205654.455000', '205654.457000', '205654.460000', '205654.462000', '205654.465000', '205654.468000', '205654.470000', '205654.473000', '205654.476000', '205654.483000', '205654.486000', '205654.488000', '205654.491000', '205654.494000', '205654.496000', '205654.499000', '205654.501000', '205654.504000', '205654.507000', '205654.509000', '205654.512000', '205654.514000', '205654.517000', '205714.403000', '205714.405000', '205714.408000', '205714.411000', '205714.413000', '205714.416000', '205714.419000', '205714.421000', '205714.424000', '205714.426000', '205714.429000', '205714.431000', '205714.434000', '205714.437000', '205714.439000', '205714.442000', '205714.444000', '205714.447000', '205714.450000', '205714.452000', '205714.455000', '205714.457000', '205714.460000', '205714.463000', '205714.465000', '205714.468000', '205714.470000', '205714.473000', '205714.475000', '205714.478000', '205714.481000', '205714.483000', '205714.486000', '205714.488000', '205714.491000', '205714.494000', '205714.496000', '205714.499000', '205714.501000', '205714.504000', '205714.506000', '205714.509000', '205714.512000', '205734.402000', '205734.405000', '205734.408000', '205734.410000', '205734.413000', '205734.416000', '205734.418000', '205734.421000', '205734.423000', '205734.426000', '205734.428000', '205734.431000', '205734.442000', '205734.445000', '205734.447000', '205734.450000', '205734.452000', '205734.455000', '205734.458000', '205734.460000', '205734.463000', '205734.465000', '205734.468000', '205734.471000', '205734.473000', '205734.476000', '205734.478000', '205734.481000', '205734.484000', '205734.486000', '205734.489000', '205734.491000', '205734.494000', '205734.497000', '205734.499000', '205734.502000', '205734.504000', '205734.507000', '205734.509000', '205734.512000', '205734.515000', '205734.517000', '205734.520000', '205734.522000', '205754.402000', '205754.405000', '205754.408000', '205754.410000', '205754.413000', '205754.416000', '205754.418000', '205754.421000', '205754.423000', '205754.426000', '205754.429000', '205754.431000', '205754.434000', '205754.437000', '205754.439000', '205754.442000', '205754.444000', '205754.447000', '205754.450000', '205754.452000', '205754.455000', '205754.457000', '205754.460000', '205754.463000', '205754.465000', '205754.468000', '205754.471000', '205754.473000', '205754.476000', '205754.478000', '205754.481000', '205754.483000', '205754.486000', '205754.488000', '205754.491000', '205754.494000', '205754.496000', '205754.499000', '205754.501000', '205754.504000', '205754.507000', '205754.509000', '205754.512000', '205754.514000', '205814.403000', '205814.405000', '205814.408000', '205814.411000', '205814.413000', '205814.416000', '205814.418000', '205814.421000', '205814.423000', '205814.426000', '205814.429000', '205814.431000', '205814.434000', '205814.436000', '205814.439000', '205814.441000', '205814.444000', '205814.446000', '205814.449000', '205814.452000', '205814.454000', '205814.457000', '205814.459000', '205814.462000', '205814.465000', '205814.467000', '205814.470000', '205814.476000', '205814.479000', '205814.481000', '205814.484000', '205814.486000', '205814.489000', '205814.492000', '205814.494000', '205814.497000', '205814.499000', '205814.502000', '205814.505000', '205814.507000', '205814.510000', '205814.512000', '205814.515000', '205834.403000', '205834.406000', '205834.409000', '205834.412000', '205834.414000', '205834.417000', '205834.419000', '205834.422000', '205834.424000', '205834.427000', '205834.430000', '205834.432000', '205834.435000', '205834.437000', '205834.440000', '205834.442000', '205834.445000', '205834.448000', '205834.450000', '205834.453000', '205834.455000', '205834.458000', '205834.460000', '205834.463000', '205834.466000', '205834.468000', '205834.471000', '205834.473000', '205834.476000', '205834.479000', '205834.481000', '205834.484000', '205834.486000', '205834.489000', '205834.491000', '205834.494000', '205834.497000', '205834.499000', '205834.502000', '205834.506000', '205834.509000', '205834.511000', '205834.514000', '205834.516000', '205854.402000', '205854.405000', '205854.408000', '205854.410000', '205854.413000', '205854.416000', '205854.418000', '205854.421000', '205854.423000', '205854.426000', '205854.428000', '205854.431000', '205854.434000', '205854.436000', '205854.439000', '205854.441000', '205854.444000', '205854.446000', '205854.449000', '205854.452000', '205854.454000', '205854.457000', '205854.459000', '205854.462000', '205854.464000', '205854.467000', '205854.470000', '205854.472000', '205854.475000', '205854.477000', '205854.480000', '205854.482000', '205854.485000', '205854.488000', '205854.490000', '205854.493000', '205854.517000', '205854.519000', '205854.522000', '205854.524000', '205854.527000', '205854.530000', '205854.532000', '205914.402000', '205914.405000', '205914.408000', '205914.410000', '205914.413000', '205914.415000', '205914.418000', '205914.421000', '205914.423000', '205914.426000', '205914.428000', '205914.431000', '205914.434000', '205914.436000', '205914.439000', '205914.441000', '205914.444000', '205914.446000', '205914.449000', '205914.452000', '205914.454000', '205914.457000', '205914.459000', '205914.462000', '205914.464000', '205914.467000', '205914.469000', '205914.472000', '205914.474000', '205914.477000', '205914.480000', '205914.482000', '205914.485000', '205914.487000', '205914.490000', '205914.492000', '205914.495000', '205914.497000', '205914.500000', '205914.503000', '205914.505000', '205914.508000', '205914.510000', '205914.513000', '205934.403000', '205934.405000', '205934.408000', '205934.411000', '205934.413000', '205934.416000', '205934.418000', '205934.421000', '205934.423000', '205934.426000', '205934.428000', '205934.431000', '205934.434000', '205934.436000', '205934.439000', '205934.441000', '205934.444000', '205934.447000', '205934.449000', '205934.452000', '205934.454000', '205934.457000', '205934.460000', '205934.462000', '205934.465000', '205934.467000', '205934.470000', '205934.472000', '205934.475000', '205934.478000', '205934.480000', '205934.483000', '205934.485000', '205934.488000', '205934.491000', '205934.493000', '205934.496000', '205934.498000', '205934.501000', '205934.504000', '205934.506000', '205934.509000', '205934.511000', '205952.548000', '205952.551000', '205952.553000', '205952.556000', '205952.559000', '205952.562000', '205952.565000', '205952.568000', '205952.570000', '205952.573000', '205952.576000', '205952.578000', '205952.582000', '205952.585000', '205952.588000', '205952.590000', '205952.593000', '205952.596000', '205952.599000', '205952.602000', '205952.604000', '205952.607000', '205952.610000', '205952.612000', '205952.615000', '205952.618000', '205952.620000', '205952.623000', '205952.626000', '205952.629000', '205952.631000', '205952.655000', '205952.658000', '205952.661000', '205952.668000', '205952.671000', '205952.674000', '205952.677000', '205952.680000', '205952.682000'], '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': [9461, 7809, 10758, 7275, 10430, 7196, 8950, 12964, 12776, 13821, 14118, 16529, 10524, 8852, 8002, 7248, 7747, 9527, 7497, 7283, 8388, 7449, 9787, 6793, 6195, 6324, 7648, 10822, 9882, 10938, 10282, 8972, 11245, 8879, 11594, 9273, 11067, 9211, 10790, 8588, 10139, 7571, 8204, 10031, 8929, 9040, 8787, 10727, 8216, 10908, 7285, 7225, 6778, 11308, 8185, 10871, 9092, 9955, 6613, 6449, 6410, 5973, 6783, 6762, 6769, 11023, 7124, 9080, 6477, 7880, 7081, 6725, 11327, 6566, 9410, 6204, 8198, 7109, 7198, 8551, 6182, 11222, 10411, 6458, 10710, 7074, 7371, 9836, 6935, 8579, 6386, 10840, 6956, 9240, 12623, 7072, 7625, 6920, 8965, 12528, 8122, 9192, 7126, 12059, 7215, 11240, 13615, 10589, 11812, 7057, 7901, 9357, 6468, 10292, 13387, 6901, 10127, 12147, 8624, 10339, 6776, 6288, 6321, 6398, 11520, 8629, 9181, 7701, 9053, 7249, 10686, 12250, 8548, 10674, 7903, 7753, 10615, 6562, 11550, 13048, 8924, 10847, 9095, 7744, 8097, 6749, 10099, 13151, 7654, 8240, 11593, 7521, 11498, 7354, 9261, 6425, 8665, 12429, 6940, 7732, 12239, 8568, 11260, 6894, 8867, 6645, 8726, 12741, 8157, 7636, 12423, 9214, 9872, 7176, 7690, 6489, 7363, 12055, 9945, 7851, 12907, 7566, 9042, 6025, 7132, 6014, 7325, 11461, 9873, 7639, 12573, 7819, 8104, 5904, 7174, 10009, 6674, 8837, 6796, 8177, 12132, 8085, 9183, 6637, 10787, 7343, 11551, 12072, 12462, 11475, 14177, 14306, 12346, 8676, 7800, 8659, 7933, 8061, 7955, 8224, 7852, 9272, 7812, 8238, 8355, 7275, 7540, 8318, 11357, 11026, 9228, 10406, 9170, 10966, 9521, 11176, 9809, 10598, 8696, 8662, 11498, 8488, 10523, 8475, 10065, 7276, 7949, 8298, 7205, 10037, 6909, 7595, 6471, 6475, 6601, 9518, 7446, 7574, 7648, 11368, 6857, 10462, 12123, 10915, 13670, 13936, 13080, 13428, 9037, 7726, 8506, 6429, 6060, 7058, 10174, 8231, 7608, 7478, 6515, 7634, 6270, 11487, 9860, 8663, 9834, 8019, 11061, 8953, 11749, 13021, 9951, 10083, 8937, 7044, 10079, 6065, 6863, 6819, 9736, 12022, 11203, 10713, 8372, 7109, 7218, 10547, 7248, 9015, 7533, 11833, 13513, 12418, 8653, 10339, 7857, 7494, 7189, 11014, 8699, 9494, 8030, 6635, 7826, 6884, 8283, 7033, 7300, 6093, 7219, 7141, 10883, 10606, 10114, 7623, 10326, 6926, 11301, 13133, 10936, 11587, 7883, 10176, 7205, 7504, 9905, 6446, 7079, 5983, 12328, 9437, 9624, 9791, 11456, 7958, 8131, 6734, 7111, 10867, 10219, 6156, 7435, 7236, 6599, 6763, 10184, 10638, 8403, 7915, 7608, 12374, 13308, 10733, 12157, 6860, 8445, 7421, 8110, 11587, 7244, 8108, 11533, 7092, 10432, 7417, 13099, 12554, 13255, 9888, 9322, 6605, 6220, 7016, 7366, 7013, 7094, 7089, 7288, 7312, 6267, 6686, 6283, 12375, 8755, 11927, 8929, 11699, 9640, 11772, 10465, 12651, 12239, 13031, 13525, 11616, 10509, 6715, 9322, 11967, 6254, 11008, 15213, 12539, 11656, 10791, 9024, 9290, 7045, 7392, 8663, 9338, 7915, 6929, 10223, 7609, 7169, 7962, 6870, 6952, 10932, 9459, 10001, 8257, 10664, 9016, 8685, 11245, 9823, 12173, 12123, 10876, 10761, 13354, 11982, 13792, 10861, 10574, 7243, 6900, 8364, 8369, 7889, 10048, 7447, 6292, 7848, 6248, 6718, 8749, 6166, 11636, 9783, 9528, 10116, 8728, 10611, 8919, 10813, 9339, 11600, 8088, 10983, 8387, 7383, 7442, 7142, 8940, 7188, 6808, 6956, 6249, 8791, 12865, 9386, 9309, 7961, 10640, 7163, 10501, 8634, 7993, 10722, 7168, 8173, 6677, 9495, 11594, 6864, 10652, 6875, 9003, 6252, 6960, 6896, 6680, 6960, 6295, 6825, 7653, 13707, 9108, 10307, 8242, 12609, 10550, 11045, 12522, 10340, 11354, 7167, 10120, 12137, 7228, 7444, 6638, 7611, 9305, 8855, 9940, 8027, 7680, 7045, 12118, 12044, 9605, 11762, 10880, 12143, 11631, 11963, 14244, 14304, 10674, 9681, 8804, 6499, 7389, 7297, 6633, 8613, 6499, 7819, 6611, 6114, 8167, 7970, 11688, 8427, 8397, 11218, 9126, 10977, 8856, 12552, 10218, 11047, 10422, 11372, 8239, 8226, 7052, 6800, 6166, 8257, 10198, 8246, 8715, 7728, 12405, 11255, 11245, 9669, 7830, 7066, 6569, 9321, 6700, 6960, 10748, 6900, 8462, 6782, 7105, 6208, 6754, 7597, 11754, 8849, 9904, 7385, 9777, 11011, 7863, 8758, 8199, 7531, 10979, 6688, 8121, 10937, 7487, 10431, 6786, 7450, 10230, 7101, 10429, 7202, 8743, 6331, 6629, 12222, 10575, 11475, 8147, 7455, 6457, 7245, 7092, 7611, 8848, 6715, 10394, 6300, 8689, 7142, 7242, 6743, 6504, 7208, 9184, 9821, 7173, 8405, 9218, 9275, 7386, 11912, 8381, 10843, 7532, 7608, 11825, 10635, 11402, 8231, 8557, 6018, 7275, 11103, 6842, 9547, 6491, 9121, 6326, 6377, 6670, 6423, 6619, 6442, 8169, 7902, 10793, 8602, 10993, 7706, 11408, 13591, 11856, 13010, 8133, 8782, 6785, 8734, 7514, 10594, 9724, 7151, 11522, 7898, 9704, 6510, 6946, 5967, 6997, 6821, 6565, 8289, 10235, 10874, 9161, 10418, 7841, 11264, 8874, 10613, 8719, 7603, 11947, 9989, 11527, 8692, 9564, 6212, 7766, 5968, 7077, 11212, 7503, 11595, 8684, 10538, 6385, 8114, 6729, 6835, 10783, 6317, 10339, 6824, 8168, 6661, 6397, 6330, 7105, 8670, 10538, 8257, 10648, 9494, 10680, 11652, 8490, 10687, 6827, 10824, 11454, 8085, 10561, 8794, 7914, 11772, 6700, 7176, 6493, 7027, 6264, 10562, 12114, 6468, 6241, 7686, 10823, 9788, 8707, 8307, 10637, 7491, 10792, 8966, 7487, 10914, 6373, 6686, 6246, 10072, 9503, 9988, 10063, 9537, 11922, 10663, 11722, 7399, 8529, 6157, 6563, 10673, 5997, 7142, 8568, 6660, 7616, 6086, 7790, 7220, 6173, 7100, 6497, 7072, 6304, 6676, 6086, 12177, 8198, 11134, 10052, 9354, 6150, 6535, 6402, 12173, 10303, 10747, 8781, 10620, 8409, 12693, 11711, 11486, 10737, 7158, 6991, 6727, 6293, 6922, 6294, 6744, 8492, 10589, 8401, 10234, 8181, 10829, 9169, 10889, 7365, 10121, 12322, 10318, 13518, 12057, 13280, 14522, 9896, 7935, 6660, 6293, 9392, 7395, 8980, 7777, 6502, 7819, 6382, 7870, 6773, 10298, 6706, 9943, 6883, 10164, 6972, 10164, 7783, 10421, 8190, 10477, 10191, 10804, 8818, 8101, 6457, 6766, 8968, 7216, 10197, 6371, 7839, 6512, 7943, 6771, 10642, 10415, 9996, 9461, 9063, 8963, 11180, 8944, 7895, 6361, 7032, 7691, 6283, 10296, 7279, 7042, 12165, 6670, 9646, 6020, 7711, 10869, 6443], 'WindowCenter': [4043.0, 4009.0, 4036.0, 3992.0, 4021.0, 3992.0, 4011.0, 4028.0, 4003.0, 3992.0, 3975.0, 4016.0, 3970.0, 3900.0, 3872.0, 3859.0, 3884.0, 3918.0, 3914.0, 3941.0, 3965.0, 3955.0, 3975.0, 3933.0, 3920.0, 3919.0, 3953.0, 3986.0, 3976.0, 3976.0, 3965.0, 3955.0, 3965.0, 3953.0, 3972.0, 3939.0, 3945.0, 3922.0, 3931.0, 3910.0, 3933.0, 3901.0, 3909.0, 3930.0, 3920.0, 3920.0, 3921.0, 3941.0, 3911.0, 3943.0, 3913.0, 3901.0, 3904.0, 3967.0, 3950.0, 3985.0, 3965.0, 3987.0, 3945.0, 3946.0, 3948.0, 3949.0, 3960.0, 3960.0, 3970.0, 4014.0, 3959.0, 3991.0, 3961.0, 3982.0, 3971.0, 3961.0, 4011.0, 3960.0, 3991.0, 3950.0, 3992.0, 3972.0, 3975.0, 3993.0, 3965.0, 4027.0, 4015.0, 3962.0, 4014.0, 3970.0, 3971.0, 4004.0, 3974.0, 3995.0, 3964.0, 4014.0, 3972.0, 3992.0, 4014.0, 3959.0, 3973.0, 3958.0, 3993.0, 4039.0, 3997.0, 4017.0, 3987.0, 4040.0, 3999.0, 4030.0, 4035.0, 4016.0, 4025.0, 3972.0, 3984.0, 4003.0, 3962.0, 4015.0, 4034.0, 3972.0, 4002.0, 4011.0, 3980.0, 3990.0, 3947.0, 3947.0, 3946.0, 3947.0, 4010.0, 3993.0, 4003.0, 3995.0, 4005.0, 3999.0, 4033.0, 4027.0, 3991.0, 4015.0, 3983.0, 3983.0, 4013.0, 3972.0, 4027.0, 4024.0, 3990.0, 4000.0, 3978.0, 3969.0, 3978.0, 3959.0, 4003.0, 4021.0, 3966.0, 3976.0, 3996.0, 3954.0, 3998.0, 3968.0, 3988.0, 3959.0, 3991.0, 4010.0, 3956.0, 3965.0, 3996.0, 3976.0, 3998.0, 3958.0, 3989.0, 3958.0, 3990.0, 4020.0, 3965.0, 3953.0, 3994.0, 3973.0, 3974.0, 3954.0, 3964.0, 3945.0, 3967.0, 4010.0, 3984.0, 3952.0, 3992.0, 3940.0, 3960.0, 3919.0, 3941.0, 3932.0, 3953.0, 3995.0, 3971.0, 3950.0, 3992.0, 3938.0, 3949.0, 3919.0, 3942.0, 3982.0, 3942.0, 3972.0, 3930.0, 3961.0, 3993.0, 3951.0, 3961.0, 3944.0, 3997.0, 3953.0, 3996.0, 3981.0, 3983.0, 3941.0, 4005.0, 3995.0, 3956.0, 3895.0, 3866.0, 3876.0, 3887.0, 3902.0, 3917.0, 3943.0, 3945.0, 3953.0, 3949.0, 3961.0, 3962.0, 3940.0, 3939.0, 3950.0, 3985.0, 3985.0, 3964.0, 3973.0, 3963.0, 3972.0, 3960.0, 3957.0, 3944.0, 3943.0, 3919.0, 3933.0, 3965.0, 3935.0, 3955.0, 3935.0, 3956.0, 3924.0, 3924.0, 3933.0, 3925.0, 3958.0, 3924.0, 3937.0, 3917.0, 3913.0, 3927.0, 3970.0, 3941.0, 3952.0, 3954.0, 3996.0, 3958.0, 4000.0, 3996.0, 3984.0, 4005.0, 4024.0, 4029.0, 3959.0, 3937.0, 3898.0, 3907.0, 3874.0, 3873.0, 3909.0, 3965.0, 3960.0, 3963.0, 3954.0, 3946.0, 3979.0, 3945.0, 4008.0, 4010.0, 3992.0, 4001.0, 3994.0, 4014.0, 3994.0, 4016.0, 4010.0, 3975.0, 3975.0, 3962.0, 3932.0, 3963.0, 3921.0, 3931.0, 3932.0, 3972.0, 4008.0, 4010.0, 4010.0, 3980.0, 3971.0, 3984.0, 4014.0, 3970.0, 3991.0, 3981.0, 4014.0, 4055.0, 3952.0, 3979.0, 3960.0, 3921.0, 3909.0, 3909.0, 3965.0, 3961.0, 3985.0, 3977.0, 3957.0, 3979.0, 3967.0, 3979.0, 3971.0, 3967.0, 3948.0, 3972.0, 3972.0, 4014.0, 4012.0, 4029.0, 4007.0, 4016.0, 3971.0, 4028.0, 4035.0, 4014.0, 4013.0, 3982.0, 4003.0, 3970.0, 3960.0, 3991.0, 3949.0, 3957.0, 3931.0, 4009.0, 3989.0, 4001.0, 4001.0, 4013.0, 3981.0, 3980.0, 3959.0, 3970.0, 4002.0, 4000.0, 3937.0, 3956.0, 3958.0, 3960.0, 3946.0, 4001.0, 4014.0, 3992.0, 3980.0, 3982.0, 4037.0, 4022.0, 4000.0, 4008.0, 3958.0, 3979.0, 3982.0, 3994.0, 4011.0, 3968.0, 3979.0, 4007.0, 3955.0, 3986.0, 3957.0, 4039.0, 4046.0, 4017.0, 3977.0, 3936.0, 3898.0, 3889.0, 3910.0, 3936.0, 3927.0, 3940.0, 3941.0, 3953.0, 3952.0, 3944.0, 3943.0, 3959.0, 4022.0, 3991.0, 4012.0, 3992.0, 4012.0, 3990.0, 4011.0, 3987.0, 3997.0, 3982.0, 3981.0, 3979.0, 3969.0, 3969.0, 3930.0, 3960.0, 3978.0, 3914.0, 3980.0, 3994.0, 3949.0, 3793.0, 3912.0, 3965.0, 3920.0, 3882.0, 3891.0, 3926.0, 3939.0, 3943.0, 3948.0, 3979.0, 3961.0, 3952.0, 3964.0, 3956.0, 3953.0, 3998.0, 4002.0, 4000.0, 3980.0, 3998.0, 3989.0, 3989.0, 4009.0, 3986.0, 4007.0, 3997.0, 3997.0, 3996.0, 4042.0, 3931.0, 3937.0, 3974.0, 3948.0, 3909.0, 3895.0, 3917.0, 3929.0, 3933.0, 3954.0, 3934.0, 3926.0, 3960.0, 3944.0, 3957.0, 3989.0, 3959.0, 4022.0, 4014.0, 4002.0, 4014.0, 3994.0, 4012.0, 3993.0, 4014.0, 4004.0, 4024.0, 3993.0, 4011.0, 3976.0, 3968.0, 3967.0, 3955.0, 3977.0, 3957.0, 3957.0, 3958.0, 3945.0, 3989.0, 4034.0, 4005.0, 4016.0, 3996.0, 4015.0, 3985.0, 4016.0, 3979.0, 3968.0, 4012.0, 3972.0, 3992.0, 3973.0, 4016.0, 4024.0, 3971.0, 3999.0, 3946.0, 3988.0, 3960.0, 3957.0, 3969.0, 3960.0, 3959.0, 3962.0, 3958.0, 3966.0, 4047.0, 4005.0, 4013.0, 4006.0, 4038.0, 4012.0, 4011.0, 4009.0, 3989.0, 4000.0, 3971.0, 4001.0, 3999.0, 3942.0, 3942.0, 3931.0, 3951.0, 3973.0, 3988.0, 3999.0, 3980.0, 3968.0, 3982.0, 4025.0, 4007.0, 3974.0, 3996.0, 3984.0, 3983.0, 3985.0, 3951.0, 4088.0, 3988.0, 3976.0, 3923.0, 3905.0, 3857.0, 3879.0, 3906.0, 3910.0, 3945.0, 3915.0, 3935.0, 3928.0, 3932.0, 3963.0, 3977.0, 4020.0, 3989.0, 3993.0, 4028.0, 4007.0, 4013.0, 3993.0, 4009.0, 3988.0, 3987.0, 3972.0, 3972.0, 3949.0, 3936.0, 3926.0, 3916.0, 3903.0, 3937.0, 3969.0, 3950.0, 3961.0, 3953.0, 4009.0, 3983.0, 3981.0, 3971.0, 3951.0, 3942.0, 3944.0, 3974.0, 3955.0, 3956.0, 3983.0, 3953.0, 3962.0, 3930.0, 3942.0, 3935.0, 3942.0, 3966.0, 4009.0, 3989.0, 3989.0, 3959.0, 3991.0, 3988.0, 3955.0, 3966.0, 3964.0, 3955.0, 3986.0, 3944.0, 3956.0, 3985.0, 3944.0, 3986.0, 3933.0, 3944.0, 3974.0, 3942.0, 3974.0, 3943.0, 3964.0, 3933.0, 3958.0, 4009.0, 3987.0, 3996.0, 3967.0, 3966.0, 3959.0, 3969.0, 3982.0, 3980.0, 3987.0, 3946.0, 3997.0, 3958.0, 3990.0, 3971.0, 3969.0, 3959.0, 3949.0, 3964.0, 4002.0, 4011.0, 3971.0, 3992.0, 4003.0, 4003.0, 3982.0, 4024.0, 3991.0, 4014.0, 3981.0, 3983.0, 4013.0, 4000.0, 4012.0, 3980.0, 3991.0, 3949.0, 3971.0, 4011.0, 3959.0, 3988.0, 3945.0, 3987.0, 3947.0, 3947.0, 3945.0, 3947.0, 3957.0, 3949.0, 3977.0, 3979.0, 4010.0, 3990.0, 4010.0, 3982.0, 4025.0, 4023.0, 3998.0, 4006.0, 3965.0, 3977.0, 3959.0, 3978.0, 3968.0, 4000.0, 3987.0, 3970.0, 3997.0, 3952.0, 3973.0, 3933.0, 3942.0, 3922.0, 3944.0, 3944.0, 3946.0, 3962.0, 3998.0, 4009.0, 3989.0, 3999.0, 3979.0, 3999.0, 3989.0, 4000.0, 3977.0, 3969.0, 3997.0, 3974.0, 3984.0, 3964.0, 3974.0, 3946.0, 3966.0, 3947.0, 3968.0, 3997.0, 3954.0, 3996.0, 3974.0, 3984.0, 3946.0, 3966.0, 3957.0, 3971.0, 3997.0, 3945.0, 3986.0, 3943.0, 3965.0, 3945.0, 3946.0, 3946.0, 3945.0, 3978.0, 4002.0, 3980.0, 4013.0, 3990.0, 4001.0, 4013.0, 3993.0, 4013.0, 3960.0, 4015.0, 4011.0, 3966.0, 3985.0, 3962.0, 3952.0, 3995.0, 3943.0, 3953.0, 3946.0, 3955.0, 3946.0, 4000.0, 4008.0, 3934.0, 3931.0, 3954.0, 3998.0, 3988.0, 3977.0, 3981.0, 4000.0, 3968.0, 4001.0, 3977.0, 3944.0, 3986.0, 3932.0, 3930.0, 3917.0, 3972.0, 3974.0, 3985.0, 3987.0, 3987.0, 3997.0, 3984.0, 3984.0, 3940.0, 3961.0, 3920.0, 3942.0, 3972.0, 3919.0, 3941.0, 3963.0, 3943.0, 3951.0, 3919.0, 3953.0, 3956.0, 3935.0, 3956.0, 3947.0, 3945.0, 3947.0, 3947.0, 3936.0, 4022.0, 3979.0, 3999.0, 3943.0, 4004.0, 3951.0, 3949.0, 3947.0, 4022.0, 4028.0, 4039.0, 4009.0, 4027.0, 3995.0, 4037.0, 4012.0, 3999.0, 3998.0, 3957.0, 3945.0, 3944.0, 3936.0, 3945.0, 3936.0, 3944.0, 3966.0, 3988.0, 3979.0, 4000.0, 3979.0, 4001.0, 3989.0, 3999.0, 3968.0, 3998.0, 4008.0, 3987.0, 4009.0, 3987.0, 4016.0, 4013.0, 3962.0, 3916.0, 3890.0, 3887.0, 3929.0, 3923.0, 3944.0, 3924.0, 3915.0, 3937.0, 3930.0, 3952.0, 3945.0, 3999.0, 3958.0, 3988.0, 3973.0, 4002.0, 3959.0, 3988.0, 3958.0, 3988.0, 3967.0, 3989.0, 3974.0, 3985.0, 3963.0, 3954.0, 3933.0, 3946.0, 3976.0, 3956.0, 3987.0, 3935.0, 3956.0, 3934.0, 3954.0, 3931.0, 3986.0, 3988.0, 3988.0, 3990.0, 3978.0, 3990.0, 3998.0, 3978.0, 3969.0, 3949.0, 3972.0, 3982.0, 3963.0, 4003.0, 3957.0, 3945.0, 4009.0, 3947.0, 3990.0, 3951.0, 3982.0, 4010.0, 3947.0], 'WindowWidth': [9021.0, 8964.0, 8993.0, 8927.0, 8964.0, 8931.0, 8953.0, 8968.0, 8925.0, 8921.0, 8910.0, 8967.0, 8872.0, 8739.0, 8687.0, 8667.0, 8712.0, 8765.0, 8774.0, 8824.0, 8867.0, 8850.0, 8875.0, 8812.0, 8791.0, 8788.0, 8843.0, 8893.0, 8876.0, 8874.0, 8857.0, 8841.0, 8856.0, 8837.0, 8865.0, 8810.0, 8815.0, 8776.0, 8788.0, 8755.0, 8793.0, 8745.0, 8753.0, 8784.0, 8771.0, 8772.0, 8774.0, 8802.0, 8761.0, 8806.0, 8767.0, 8749.0, 8757.0, 8850.0, 8834.0, 8891.0, 8861.0, 8894.0, 8838.0, 8840.0, 8847.0, 8852.0, 8867.0, 8867.0, 8883.0, 8945.0, 8866.0, 8908.0, 8870.0, 8900.0, 8886.0, 8872.0, 8938.0, 8868.0, 8912.0, 8855.0, 8914.0, 8889.0, 8896.0, 8920.0, 8883.0, 8969.0, 8949.0, 8878.0, 8947.0, 8883.0, 8886.0, 8934.0, 8893.0, 8922.0, 8879.0, 8946.0, 8885.0, 8912.0, 8945.0, 8864.0, 8886.0, 8862.0, 8917.0, 8991.0, 8930.0, 8958.0, 8920.0, 8997.0, 8939.0, 8980.0, 8982.0, 8951.0, 8964.0, 8888.0, 8906.0, 8929.0, 8875.0, 8950.0, 8978.0, 8889.0, 8929.0, 8938.0, 8892.0, 8907.0, 8842.0, 8842.0, 8841.0, 8846.0, 8935.0, 8920.0, 8934.0, 8924.0, 8940.0, 8937.0, 8990.0, 8975.0, 8915.0, 8950.0, 8904.0, 8906.0, 8947.0, 8891.0, 8972.0, 8968.0, 8907.0, 8923.0, 8889.0, 8878.0, 8891.0, 8867.0, 8932.0, 8955.0, 8870.0, 8885.0, 8910.0, 8852.0, 8915.0, 8875.0, 8903.0, 8868.0, 8913.0, 8940.0, 8858.0, 8868.0, 8912.0, 8883.0, 8916.0, 8863.0, 8906.0, 8866.0, 8912.0, 8955.0, 8868.0, 8850.0, 8904.0, 8874.0, 8876.0, 8851.0, 8866.0, 8842.0, 8875.0, 8938.0, 8891.0, 8846.0, 8901.0, 8824.0, 8852.0, 8798.0, 8832.0, 8820.0, 8851.0, 8910.0, 8869.0, 8839.0, 8899.0, 8819.0, 8835.0, 8797.0, 8831.0, 8887.0, 8836.0, 8872.0, 8812.0, 8857.0, 8901.0, 8840.0, 8853.0, 8836.0, 8916.0, 8851.0, 8913.0, 8887.0, 8889.0, 8814.0, 8957.0, 8922.0, 8834.0, 8733.0, 8676.0, 8690.0, 8712.0, 8742.0, 8774.0, 8819.0, 8827.0, 8831.0, 8839.0, 8857.0, 8857.0, 8821.0, 8818.0, 8833.0, 8893.0, 8894.0, 8862.0, 8874.0, 8858.0, 8867.0, 8846.0, 8839.0, 8814.0, 8812.0, 8773.0, 8798.0, 8848.0, 8804.0, 8833.0, 8807.0, 8835.0, 8790.0, 8790.0, 8799.0, 8793.0, 8843.0, 8791.0, 8813.0, 8786.0, 8775.0, 8803.0, 8862.0, 8826.0, 8844.0, 8847.0, 8908.0, 8863.0, 8923.0, 8911.0, 8889.0, 8917.0, 8967.0, 8993.0, 8854.0, 8818.0, 8744.0, 8750.0, 8701.0, 8702.0, 8763.0, 8851.0, 8852.0, 8862.0, 8852.0, 8843.0, 8891.0, 8840.0, 8931.0, 8938.0, 8915.0, 8923.0, 8918.0, 8947.0, 8917.0, 8953.0, 8932.0, 8874.0, 8875.0, 8853.0, 8810.0, 8853.0, 8795.0, 8809.0, 8810.0, 8868.0, 8929.0, 8935.0, 8936.0, 8896.0, 8886.0, 8910.0, 8951.0, 8886.0, 8911.0, 8896.0, 8952.0, 9037.0, 8834.0, 8895.0, 8845.0, 8778.0, 8758.0, 8766.0, 8853.0, 8856.0, 8897.0, 8890.0, 8861.0, 8896.0, 8877.0, 8892.0, 8885.0, 8874.0, 8847.0, 8884.0, 8885.0, 8945.0, 8943.0, 8976.0, 8947.0, 8954.0, 8886.0, 8976.0, 8982.0, 8945.0, 8944.0, 8899.0, 8928.0, 8880.0, 8865.0, 8908.0, 8846.0, 8856.0, 8816.0, 8936.0, 8905.0, 8927.0, 8925.0, 8947.0, 8897.0, 8894.0, 8866.0, 8881.0, 8928.0, 8921.0, 8830.0, 8855.0, 8860.0, 8864.0, 8842.0, 8927.0, 8949.0, 8913.0, 8896.0, 8902.0, 8989.0, 8958.0, 8921.0, 8929.0, 8864.0, 8893.0, 8904.0, 8920.0, 8941.0, 8878.0, 8893.0, 8928.0, 8853.0, 8896.0, 8858.0, 8997.0, 9023.0, 8964.0, 8881.0, 8804.0, 8743.0, 8734.0, 8765.0, 8814.0, 8802.0, 8826.0, 8831.0, 8849.0, 8845.0, 8837.0, 8834.0, 8867.0, 8955.0, 8911.0, 8940.0, 8916.0, 8939.0, 8908.0, 8939.0, 8899.0, 8913.0, 8883.0, 8880.0, 8876.0, 8860.0, 8859.0, 8810.0, 8850.0, 8870.0, 8781.0, 8882.0, 8920.0, 8830.0, 8533.0, 8763.0, 8865.0, 8777.0, 8714.0, 8727.0, 8787.0, 8812.0, 8823.0, 8840.0, 8881.0, 8860.0, 8848.0, 8862.0, 8858.0, 8848.0, 8917.0, 8931.0, 8923.0, 8895.0, 8918.0, 8907.0, 8908.0, 8936.0, 8899.0, 8928.0, 8911.0, 8912.0, 8911.0, 9020.0, 8802.0, 8804.0, 8879.0, 8823.0, 8759.0, 8735.0, 8773.0, 8796.0, 8805.0, 8834.0, 8810.0, 8804.0, 8853.0, 8839.0, 8859.0, 8908.0, 8867.0, 8959.0, 8951.0, 8931.0, 8949.0, 8921.0, 8942.0, 8917.0, 8949.0, 8936.0, 8965.0, 8921.0, 8945.0, 8885.0, 8878.0, 8875.0, 8855.0, 8885.0, 8859.0, 8857.0, 8860.0, 8836.0, 8909.0, 8978.0, 8938.0, 8954.0, 8928.0, 8952.0, 8912.0, 8955.0, 8891.0, 8876.0, 8940.0, 8888.0, 8917.0, 8894.0, 8954.0, 8963.0, 8885.0, 8921.0, 8843.0, 8903.0, 8872.0, 8861.0, 8878.0, 8866.0, 8863.0, 8871.0, 8861.0, 8875.0, 8999.0, 8938.0, 8948.0, 8944.0, 8990.0, 8943.0, 8936.0, 8936.0, 8904.0, 8923.0, 8884.0, 8925.0, 8917.0, 8828.0, 8825.0, 8811.0, 8837.0, 8875.0, 8904.0, 8920.0, 8896.0, 8878.0, 8904.0, 8968.0, 8930.0, 8878.0, 8911.0, 8890.0, 8886.0, 8891.0, 8825.0, 9112.0, 8922.0, 8887.0, 8784.0, 8746.0, 8670.0, 8704.0, 8756.0, 8771.0, 8828.0, 8786.0, 8811.0, 8806.0, 8820.0, 8861.0, 8890.0, 8954.0, 8910.0, 8920.0, 8975.0, 8943.0, 8944.0, 8915.0, 8933.0, 8899.0, 8899.0, 8869.0, 8869.0, 8832.0, 8811.0, 8794.0, 8783.0, 8763.0, 8816.0, 8861.0, 8837.0, 8851.0, 8849.0, 8936.0, 8886.0, 8881.0, 8865.0, 8842.0, 8833.0, 8839.0, 8879.0, 8854.0, 8858.0, 8889.0, 8847.0, 8857.0, 8810.0, 8829.0, 8825.0, 8830.0, 8870.0, 8931.0, 8904.0, 8903.0, 8863.0, 8910.0, 8901.0, 8850.0, 8864.0, 8858.0, 8848.0, 8891.0, 8833.0, 8852.0, 8890.0, 8833.0, 8893.0, 8816.0, 8834.0, 8873.0, 8828.0, 8873.0, 8829.0, 8859.0, 8820.0, 8864.0, 8935.0, 8897.0, 8909.0, 8872.0, 8871.0, 8867.0, 8883.0, 8904.0, 8899.0, 8901.0, 8843.0, 8914.0, 8864.0, 8909.0, 8886.0, 8880.0, 8866.0, 8851.0, 8868.0, 8930.0, 8945.0, 8890.0, 8917.0, 8934.0, 8933.0, 8904.0, 8963.0, 8913.0, 8947.0, 8903.0, 8907.0, 8948.0, 8920.0, 8943.0, 8896.0, 8911.0, 8853.0, 8886.0, 8942.0, 8868.0, 8904.0, 8842.0, 8901.0, 8849.0, 8847.0, 8841.0, 8845.0, 8858.0, 8853.0, 8886.0, 8892.0, 8938.0, 8908.0, 8936.0, 8906.0, 8971.0, 8964.0, 8917.0, 8923.0, 8865.0, 8886.0, 8865.0, 8890.0, 8876.0, 8923.0, 8901.0, 8883.0, 8915.0, 8842.0, 8874.0, 8822.0, 8831.0, 8802.0, 8833.0, 8834.0, 8840.0, 8858.0, 8917.0, 8937.0, 8907.0, 8920.0, 8892.0, 8920.0, 8903.0, 8923.0, 8884.0, 8881.0, 8916.0, 8875.0, 8891.0, 8862.0, 8877.0, 8844.0, 8872.0, 8849.0, 8879.0, 8914.0, 8853.0, 8911.0, 8877.0, 8893.0, 8843.0, 8872.0, 8863.0, 8889.0, 8917.0, 8842.0, 8898.0, 8835.0, 8863.0, 8838.0, 8841.0, 8842.0, 8839.0, 8888.0, 8929.0, 8896.0, 8946.0, 8909.0, 8925.0, 8944.0, 8916.0, 8943.0, 8871.0, 8951.0, 8941.0, 8871.0, 8895.0, 8858.0, 8845.0, 8905.0, 8836.0, 8849.0, 8844.0, 8856.0, 8847.0, 8924.0, 8927.0, 8822.0, 8813.0, 8848.0, 8916.0, 8904.0, 8887.0, 8897.0, 8923.0, 8876.0, 8926.0, 8882.0, 8836.0, 8890.0, 8814.0, 8808.0, 8787.0, 8873.0, 8876.0, 8893.0, 8900.0, 8900.0, 8917.0, 8890.0, 8890.0, 8824.0, 8853.0, 8798.0, 8830.0, 8868.0, 8795.0, 8827.0, 8862.0, 8835.0, 8842.0, 8795.0, 8846.0, 8855.0, 8829.0, 8856.0, 8846.0, 8840.0, 8843.0, 8843.0, 8829.0, 8957.0, 8895.0, 8919.0, 8814.0, 8934.0, 8856.0, 8849.0, 8846.0, 8960.0, 8975.0, 8994.0, 8951.0, 8973.0, 8926.0, 8987.0, 8944.0, 8917.0, 8915.0, 8856.0, 8838.0, 8833.0, 8825.0, 8835.0, 8825.0, 8833.0, 8867.0, 8901.0, 8890.0, 8922.0, 8892.0, 8923.0, 8903.0, 8917.0, 8877.0, 8917.0, 8925.0, 8894.0, 8931.0, 8905.0, 8971.0, 8955.0, 8854.0, 8776.0, 8730.0, 8724.0, 8790.0, 8790.0, 8817.0, 8793.0, 8782.0, 8817.0, 8811.0, 8843.0, 8841.0, 8918.0, 8862.0, 8901.0, 8890.0, 8926.0, 8864.0, 8899.0, 8857.0, 8897.0, 8868.0, 8903.0, 8875.0, 8889.0, 8855.0, 8846.0, 8819.0, 8839.0, 8881.0, 8854.0, 8897.0, 8822.0, 8850.0, 8819.0, 8843.0, 8809.0, 8896.0, 8900.0, 8902.0, 8908.0, 8891.0, 8908.0, 8917.0, 8887.0, 8877.0, 8852.0, 8888.0, 8901.0, 8881.0, 8933.0, 8857.0, 8839.0, 8929.0, 8846.0, 8907.0, 8860.0, 8906.0, 8937.0, 8847.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.009805765864332603</td></tr>
<tr><td colspan=3>aqi</td><td>0.07861310809628008</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>50.489948882683585</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.227376890142386</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.041433355640746</td></tr>
<tr><td colspan=3>efc</td><td>0.5175</td></tr>
<tr><td colspan=3>fber</td><td>3467.0203</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2778721692366274</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>317</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.68271334792122</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4153459213886497</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2788209456686745</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6430761188023366</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3241406996949387</td></tr>
<tr><td colspan=3>gcor</td><td>0.0286364</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0011369670974090695</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03681100904941559</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.609927530606409</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>14.7703</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.0347</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.1784</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293062.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1030.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.5839</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5633</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>429.0966</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3186.2174</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1500.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>719.7467</td></tr>
<tr><td colspan=3>tsnr</td><td>22.925352614955045</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>