ds005256-mriqc/sub-0075_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter 0320c7e61e [DATALAD RUNCMD] Compute MRIQC for sub-0075
=== 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-0075 --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-0075",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:30:51 +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-0075_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-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_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-0075/figures/sub-0075_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075/ses-02/func/sub-0075_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>a5903c498e15128baa7bb93072d48f40</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>12:51:48.222500</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.995831, 0.0432005, 0.0803443, -0.0391263, 0.9979, -0.0516112]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0867093</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>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7688, -7246, 454, -50, -3, 51, 29]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>12e6e79e-8286-4505-bb58-a730a0a3a5e9||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.6717405319213867, -0.1049729511141777, 0.22249412536621094, 110.5919418334961], [-0.1159038171172142, 2.6772940158843994, -0.13028167188167572, -75.78494262695312], [0.21555784344673157, 0.1384691596031189, 2.6876611709594727, -81.62056732177734], [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': ['125148.222500', '125148.682500', '125149.142500', '125149.602500', '125150.062500', '125150.522500', '125150.982500', '125151.442500', '125151.902500', '125152.362500', '125152.822500', '125153.282500', '125153.742500', '125154.202500', '125154.662500', '125155.122500', '125155.582500', '125156.042500', '125156.502500', '125156.962500', '125157.422500', '125157.882500', '125158.342500', '125158.802500', '125159.262500', '125159.722500', '125200.182500', '125200.642500', '125201.102500', '125201.562500', '125202.022500', '125202.482500', '125202.942500', '125203.402500', '125203.862500', '125204.322500', '125204.782500', '125205.242500', '125205.702500', '125206.162500', '125206.622500', '125207.082500', '125207.542500', '125208.002500', '125208.462500', '125208.922500', '125209.382500', '125209.842500', '125210.302500', '125210.762500', '125211.222500', '125211.682500', '125212.142500', '125212.602500', '125213.062500', '125213.522500', '125213.982500', '125214.442500', '125214.902500', '125215.362500', '125215.822500', '125216.282500', '125216.742500', '125217.202500', '125217.662500', '125218.122500', '125218.582500', '125219.042500', '125219.502500', '125219.962500', '125220.422500', '125220.882500', '125221.342500', '125221.802500', '125222.262500', '125222.722500', '125223.182500', '125223.642500', '125224.102500', '125224.562500', '125225.022500', '125225.482500', '125225.942500', '125226.402500', '125226.862500', '125227.322500', '125227.782500', '125228.242500', '125228.702500', '125229.162500', '125229.622500', '125230.082500', '125230.542500', '125231.002500', '125231.462500', '125231.922500', '125232.382500', '125232.842500', '125233.302500', '125233.762500', '125234.222500', '125234.682500', '125235.142500', '125235.602500', '125236.062500', '125236.522500', '125236.982500', '125237.442500', '125237.902500', '125238.362500', '125238.822500', '125239.282500', '125239.742500', '125240.202500', '125240.662500', '125241.122500', '125241.582500', '125242.042500', '125242.502500', '125242.962500', '125243.422500', '125243.882500', '125244.342500', '125244.802500', '125245.262500', '125245.722500', '125246.182500', '125246.642500', '125247.102500', '125247.562500', '125248.022500', '125248.482500', '125248.942500', '125249.402500', '125249.862500', '125250.322500', '125250.782500', '125251.242500', '125251.702500', '125252.162500', '125252.622500', '125253.082500', '125253.542500', '125254.002500', '125254.462500', '125254.922500', '125255.382500', '125255.842500', '125256.302500', '125256.762500', '125257.222500', '125257.682500', '125258.142500', '125258.602500', '125259.062500', '125259.522500', '125259.982500', '125300.442500', '125300.902500', '125301.362500', '125301.822500', '125302.282500', '125302.742500', '125303.202500', '125303.662500', '125304.122500', '125304.582500', '125305.042500', '125305.502500', '125305.962500', '125306.422500', '125306.882500', '125307.342500', '125307.802500', '125308.262500', '125308.722500', '125309.182500', '125309.642500', '125310.102500', '125310.562500', '125311.022500', '125311.482500', '125311.942500', '125312.402500', '125312.862500', '125313.322500', '125313.782500', '125314.242500', '125314.702500', '125315.162500', '125315.622500', '125316.082500', '125316.542500', '125317.002500', '125317.462500', '125317.922500', '125318.382500', '125318.842500', '125319.302500', '125319.762500', '125320.222500', '125320.682500', '125321.142500', '125321.602500', '125322.062500', '125322.522500', '125322.982500', '125323.442500', '125323.902500', '125324.362500', '125324.822500', '125325.282500', '125325.742500', '125326.202500', '125326.662500', '125327.122500', '125327.582500', '125328.042500', '125328.502500', '125328.962500', '125329.422500', '125329.882500', '125330.342500', '125330.802500', '125331.262500', '125331.722500', '125332.182500', '125332.642500', '125333.102500', '125333.562500', '125334.022500', '125334.482500', '125334.942500', '125335.402500', '125335.862500', '125336.322500', '125336.782500', '125337.242500', '125337.702500', '125338.162500', '125338.622500', '125339.082500', '125339.542500', '125340.002500', '125340.462500', '125340.922500', '125341.382500', '125341.842500', '125342.302500', '125342.762500', '125343.222500', '125343.682500', '125344.142500', '125344.602500', '125345.062500', '125345.522500', '125345.982500', '125346.442500', '125346.902500', '125347.362500', '125347.822500', '125348.282500', '125348.742500', '125349.202500', '125349.662500', '125350.122500', '125350.582500', '125351.042500', '125351.502500', '125351.962500', '125352.422500', '125352.882500', '125353.342500', '125353.802500', '125354.262500', '125354.722500', '125355.182500', '125355.642500', '125356.102500', '125356.562500', '125357.022500', '125357.482500', '125357.942500', '125358.402500', '125358.862500', '125359.322500', '125359.782500', '125400.242500', '125400.702500', '125401.162500', '125401.622500', '125402.082500', '125402.542500', '125403.002500', '125403.462500', '125403.922500', '125404.382500', '125404.842500', '125405.302500', '125405.762500', '125406.222500', '125406.682500', '125407.142500', '125407.602500', '125408.062500', '125408.522500', '125408.982500', '125409.442500', '125409.902500', '125410.362500', '125410.822500', '125411.282500', '125411.742500', '125412.202500', '125412.662500', '125413.122500', '125413.582500', '125414.042500', '125414.502500', '125414.962500', '125415.422500', '125415.882500', '125416.342500', '125416.802500', '125417.262500', '125417.722500', '125418.182500', '125418.642500', '125419.102500', '125419.562500', '125420.022500', '125420.482500', '125420.942500', '125421.402500', '125421.862500', '125422.322500', '125422.782500', '125423.242500', '125423.702500', '125424.162500', '125424.622500', '125425.082500', '125425.542500', '125426.002500', '125426.462500', '125426.922500', '125427.382500', '125427.842500', '125428.302500', '125428.762500', '125429.222500', '125429.682500', '125430.142500', '125430.602500', '125431.062500', '125431.522500', '125431.982500', '125432.442500', '125432.902500', '125433.362500', '125433.822500', '125434.282500', '125434.742500', '125435.202500', '125435.662500', '125436.122500', '125436.582500', '125437.042500', '125437.502500', '125437.962500', '125438.422500', '125438.882500', '125439.342500', '125439.802500', '125440.262500', '125440.722500', '125441.182500', '125441.642500', '125442.102500', '125442.562500', '125443.022500', '125443.482500', '125443.942500', '125444.402500', '125444.862500', '125445.322500', '125445.782500', '125446.242500', '125446.702500', '125447.162500', '125447.622500', '125448.082500', '125448.542500', '125449.002500', '125449.462500', '125449.922500', '125450.382500', '125450.842500', '125451.302500', '125451.762500', '125452.222500', '125452.682500', '125453.142500', '125453.602500', '125454.062500', '125454.522500', '125454.982500', '125455.442500', '125455.902500', '125456.362500', '125456.822500', '125457.282500', '125457.742500', '125458.202500', '125458.662500', '125459.122500', '125459.582500', '125500.042500', '125500.502500', '125500.962500', '125501.422500', '125501.882500', '125502.342500', '125502.802500', '125503.262500', '125503.722500', '125504.182500', '125504.642500', '125505.102500', '125505.562500', '125506.022500', '125506.482500', '125506.942500', '125507.402500', '125507.862500', '125508.322500', '125508.782500', '125509.242500', '125509.702500', '125510.162500', '125510.622500', '125511.082500', '125511.542500', '125512.002500', '125512.462500', '125512.922500', '125513.382500', '125513.842500', '125514.302500', '125514.762500', '125515.222500', '125515.682500', '125516.142500', '125516.602500', '125517.062500', '125517.522500', '125517.982500', '125518.442500', '125518.902500', '125519.362500', '125519.822500', '125520.282500', '125520.742500', '125521.202500', '125521.662500', '125522.122500', '125522.582500', '125523.042500', '125523.502500', '125523.962500', '125524.422500', '125524.882500', '125525.342500', '125525.802500', '125526.262500', '125526.722500', '125527.182500', '125527.642500', '125528.102500', '125528.562500', '125529.022500', '125529.482500', '125529.942500', '125530.402500', '125530.862500', '125531.322500', '125531.782500', '125532.242500', '125532.702500', '125533.162500', '125533.622500', '125534.082500', '125534.542500', '125535.002500', '125535.462500', '125535.922500', '125536.382500', '125536.842500', '125537.302500', '125537.762500', '125538.222500', '125538.682500', '125539.142500', '125539.602500', '125540.062500', '125540.522500', '125540.982500', '125541.442500', '125541.902500', '125542.362500', '125542.822500', '125543.282500', '125543.742500', '125544.202500', '125544.662500', '125545.122500', '125545.582500', '125546.042500', '125546.502500', '125546.962500', '125547.422500', '125547.882500', '125548.342500', '125548.802500', '125549.262500', '125549.722500', '125550.182500', '125550.642500', '125551.102500', '125551.562500', '125552.022500', '125552.482500', '125552.942500', '125553.402500', '125553.862500', '125554.322500', '125554.782500', '125555.242500', '125555.702500', '125556.162500', '125556.622500', '125557.082500', '125557.542500', '125558.002500', '125558.462500', '125558.922500', '125559.382500', '125559.842500', '125600.302500', '125600.762500', '125601.222500', '125601.682500', '125602.142500', '125602.602500', '125603.062500', '125603.522500', '125603.982500', '125604.442500', '125604.902500', '125605.362500', '125605.822500', '125606.282500', '125606.742500', '125607.202500', '125607.662500', '125608.122500', '125608.582500', '125609.042500', '125609.502500', '125609.962500', '125610.422500', '125610.882500', '125611.342500', '125611.802500', '125612.262500', '125612.722500', '125613.182500', '125613.642500', '125614.102500', '125614.562500', '125615.022500', '125615.482500', '125615.942500', '125616.402500', '125616.862500', '125617.322500', '125617.782500', '125618.242500', '125618.702500', '125619.162500', '125619.622500', '125620.082500', '125620.542500', '125621.002500', '125621.462500', '125621.922500', '125622.382500', '125622.842500', '125623.302500', '125623.762500', '125624.222500', '125624.682500', '125625.142500', '125625.602500', '125626.062500', '125626.522500', '125626.982500', '125627.442500', '125627.902500', '125628.362500', '125628.822500', '125629.282500', '125629.742500', '125630.202500', '125630.662500', '125631.122500', '125631.582500', '125632.042500', '125632.502500', '125632.962500', '125633.422500', '125633.882500', '125634.342500', '125634.802500', '125635.262500', '125635.722500', '125636.182500', '125636.642500', '125637.102500', '125637.562500', '125638.022500', '125638.482500', '125638.942500', '125639.402500', '125639.862500', '125640.322500', '125640.782500', '125641.242500', '125641.702500', '125642.162500', '125642.622500', '125643.082500', '125643.542500', '125644.002500', '125644.462500', '125644.922500', '125645.382500', '125645.842500', '125646.302500', '125646.762500', '125647.222500', '125647.682500', '125648.142500', '125648.602500', '125649.062500', '125649.522500', '125649.982500', '125650.442500', '125650.902500', '125651.362500', '125651.822500', '125652.282500', '125652.742500', '125653.202500', '125653.662500', '125654.122500', '125654.582500', '125655.042500', '125655.502500', '125655.962500', '125656.422500', '125656.882500', '125657.342500', '125657.802500', '125658.262500', '125658.722500', '125659.182500', '125659.642500', '125700.102500', '125700.562500', '125701.022500', '125701.482500', '125701.942500', '125702.402500', '125702.862500', '125703.322500', '125703.782500', '125704.242500', '125704.702500', '125705.162500', '125705.622500', '125706.082500', '125706.542500', '125707.002500', '125707.462500', '125707.922500', '125708.382500', '125708.842500', '125709.302500', '125709.762500', '125710.222500', '125710.682500', '125711.142500', '125711.602500', '125712.062500', '125712.522500', '125712.982500', '125713.442500', '125713.902500', '125714.362500', '125714.822500', '125715.282500', '125715.742500', '125716.202500', '125716.662500', '125717.122500', '125717.582500', '125718.042500', '125718.502500', '125718.962500', '125719.422500', '125719.882500', '125720.342500', '125720.802500', '125721.262500', '125721.722500', '125722.182500', '125722.642500', '125723.102500', '125723.562500', '125724.022500', '125724.482500', '125724.942500', '125725.402500', '125725.862500', '125726.322500', '125726.782500', '125727.242500', '125727.702500', '125728.162500', '125728.622500', '125729.082500', '125729.542500', '125730.002500', '125730.462500', '125730.922500', '125731.382500', '125731.842500', '125732.302500', '125732.762500', '125733.222500', '125733.682500', '125734.142500', '125734.602500', '125735.062500', '125735.522500', '125735.982500', '125736.442500', '125736.902500', '125737.362500', '125737.822500', '125738.282500', '125738.742500', '125739.202500', '125739.662500', '125740.122500', '125740.582500', '125741.042500', '125741.502500', '125741.962500', '125742.422500', '125742.882500', '125743.342500', '125743.802500', '125744.262500', '125744.722500', '125745.182500', '125745.642500', '125746.102500', '125746.562500', '125747.022500', '125747.482500', '125747.942500', '125748.402500', '125748.862500', '125749.322500', '125749.782500', '125750.242500', '125750.702500', '125751.162500', '125751.622500', '125752.082500', '125752.542500', '125753.002500', '125753.462500', '125753.922500', '125754.382500', '125754.842500', '125755.302500', '125755.762500', '125756.222500', '125756.682500', '125757.142500', '125757.602500', '125758.062500', '125758.522500', '125758.982500', '125759.442500', '125759.902500', '125800.362500', '125800.822500', '125801.282500', '125801.742500', '125802.202500', '125802.662500', '125803.122500', '125803.582500', '125804.042500', '125804.502500', '125804.962500', '125805.422500', '125805.882500', '125806.342500', '125806.802500', '125807.262500', '125807.722500', '125808.182500', '125808.642500', '125809.102500', '125809.562500', '125810.022500', '125810.482500', '125810.942500', '125811.402500', '125811.862500', '125812.322500', '125812.782500', '125813.242500', '125813.702500', '125814.162500', '125814.622500', '125815.082500', '125815.542500', '125816.002500', '125816.462500', '125816.922500', '125817.382500', '125817.842500', '125818.302500', '125818.762500', '125819.222500', '125819.682500', '125820.142500', '125820.602500', '125821.062500', '125821.522500', '125821.982500', '125822.442500', '125822.902500', '125823.362500', '125823.822500', '125824.282500', '125824.742500', '125825.202500', '125825.662500', '125826.122500', '125826.582500', '125827.042500', '125827.502500', '125827.962500', '125828.422500', '125828.882500', '125829.342500', '125829.802500', '125830.262500', '125830.722500', '125831.182500', '125831.642500', '125832.102500', '125832.562500', '125833.022500', '125833.482500', '125833.942500', '125834.402500', '125834.862500', '125835.322500', '125835.782500', '125836.242500', '125836.702500', '125837.162500', '125837.622500', '125838.082500', '125838.542500', '125839.002500', '125839.462500', '125839.922500', '125840.382500', '125840.842500', '125841.302500', '125841.762500', '125842.222500', '125842.682500', '125843.142500', '125843.602500', '125844.062500', '125844.522500', '125844.982500', '125845.442500', '125845.902500', '125846.362500', '125846.822500', '125847.282500', '125847.742500', '125848.202500'], 'ContentTime': ['125212.531000', '125212.534000', '125212.537000', '125212.539000', '125212.542000', '125212.545000', '125212.547000', '125212.550000', '125212.552000', '125212.555000', '125212.557000', '125212.560000', '125212.563000', '125212.565000', '125212.568000', '125212.571000', '125212.573000', '125212.576000', '125212.579000', '125212.582000', '125212.584000', '125212.587000', '125212.590000', '125212.592000', '125212.595000', '125212.597000', '125212.600000', '125212.602000', '125212.605000', '125212.608000', '125212.610000', '125212.613000', '125212.615000', '125212.618000', '125212.620000', '125212.623000', '125212.626000', '125212.628000', '125212.631000', '125212.633000', '125212.636000', '125212.639000', '125212.641000', '125212.650000', '125212.653000', '125212.655000', '125212.658000', '125212.660000', '125212.663000', '125212.665000', '125232.507000', '125232.510000', '125232.512000', '125232.515000', '125232.517000', '125232.520000', '125232.523000', '125232.525000', '125232.528000', '125232.530000', '125232.533000', '125232.536000', '125232.538000', '125232.541000', '125232.543000', '125232.546000', '125232.549000', '125232.551000', '125232.554000', '125232.557000', '125232.560000', '125232.563000', '125232.565000', '125232.568000', '125232.570000', '125232.573000', '125232.590000', '125232.592000', '125232.595000', '125232.598000', '125232.600000', '125232.603000', '125232.605000', '125232.608000', '125232.610000', '125232.613000', '125232.616000', '125232.618000', '125232.621000', '125232.623000', '125232.626000', '125232.629000', '125232.631000', '125252.507000', '125252.509000', '125252.512000', '125252.515000', '125252.518000', '125252.520000', '125252.523000', '125252.525000', '125252.528000', '125252.531000', '125252.533000', '125252.536000', '125252.538000', '125252.541000', '125252.543000', '125252.546000', '125252.549000', '125252.555000', '125252.558000', '125252.561000', '125252.563000', '125252.566000', '125252.568000', '125252.571000', '125252.574000', '125252.576000', '125252.579000', '125252.581000', '125252.584000', '125252.586000', '125252.589000', '125252.592000', '125252.594000', '125252.597000', '125252.600000', '125252.602000', '125252.605000', '125252.607000', '125252.610000', '125252.613000', '125252.615000', '125252.618000', '125252.620000', '125252.623000', '125312.506000', '125312.510000', '125312.512000', '125312.515000', '125312.517000', '125312.520000', '125312.522000', '125312.525000', '125312.528000', '125312.530000', '125312.533000', '125312.535000', '125312.538000', '125312.541000', '125312.543000', '125312.546000', '125312.549000', '125312.551000', '125312.567000', '125312.569000', '125312.572000', '125312.574000', '125312.577000', '125312.586000', '125312.588000', '125312.591000', '125312.594000', '125312.596000', '125312.599000', '125312.601000', '125312.604000', '125312.607000', '125312.609000', '125312.612000', '125312.614000', '125312.617000', '125312.619000', '125312.622000', '125312.624000', '125312.627000', '125312.630000', '125312.632000', '125312.635000', '125332.506000', '125332.509000', '125332.512000', '125332.515000', '125332.517000', '125332.520000', '125332.522000', '125332.525000', '125332.527000', '125332.530000', '125332.533000', '125332.535000', '125332.538000', '125332.540000', '125332.543000', '125332.546000', '125332.548000', '125332.551000', '125332.553000', '125332.556000', '125332.558000', '125332.561000', '125332.564000', '125332.566000', '125332.569000', '125332.571000', '125332.574000', '125332.577000', '125332.579000', '125332.582000', '125332.592000', '125332.595000', '125332.597000', '125332.600000', '125332.603000', '125332.605000', '125332.608000', '125332.610000', '125332.613000', '125332.615000', '125332.618000', '125332.621000', '125332.623000', '125332.626000', '125352.506000', '125352.509000', '125352.511000', '125352.514000', '125352.517000', '125352.519000', '125352.522000', '125352.524000', '125352.527000', '125352.529000', '125352.532000', '125352.535000', '125352.537000', '125352.540000', '125352.542000', '125352.545000', '125352.548000', '125352.550000', '125352.553000', '125352.555000', '125352.558000', '125352.561000', '125352.563000', '125352.566000', '125352.568000', '125352.571000', '125352.573000', '125352.576000', '125352.585000', '125352.587000', '125352.590000', '125352.593000', '125352.596000', '125352.598000', '125352.601000', '125352.603000', '125352.606000', '125352.609000', '125352.611000', '125352.614000', '125352.616000', '125352.619000', '125352.622000', '125412.505000', '125412.509000', '125412.512000', '125412.514000', '125412.517000', '125412.520000', '125412.522000', '125412.525000', '125412.527000', '125412.530000', '125412.532000', '125412.535000', '125412.538000', '125412.540000', '125412.543000', '125412.545000', '125412.548000', '125412.551000', '125412.553000', '125412.556000', '125412.558000', '125412.561000', '125412.564000', '125412.566000', '125412.569000', '125412.571000', '125412.574000', '125412.576000', '125412.579000', '125412.582000', '125412.584000', '125412.587000', '125412.589000', '125412.592000', '125412.595000', '125412.597000', '125412.600000', '125412.603000', '125412.605000', '125412.608000', '125412.610000', '125412.613000', '125412.615000', '125412.618000', '125432.506000', '125432.509000', '125432.512000', '125432.515000', '125432.517000', '125432.520000', '125432.522000', '125432.525000', '125432.540000', '125432.542000', '125432.545000', '125432.548000', '125432.550000', '125432.553000', '125432.555000', '125432.558000', '125432.561000', '125432.563000', '125432.566000', '125432.568000', '125432.571000', '125432.573000', '125432.576000', '125432.579000', '125432.581000', '125432.584000', '125432.586000', '125432.589000', '125432.592000', '125432.594000', '125432.597000', '125432.599000', '125432.602000', '125432.605000', '125432.607000', '125432.610000', '125432.612000', '125432.615000', '125432.617000', '125432.620000', '125432.623000', '125432.625000', '125432.628000', '125452.506000', '125452.509000', '125452.512000', '125452.514000', '125452.518000', '125452.520000', '125452.523000', '125452.526000', '125452.528000', '125452.531000', '125452.534000', '125452.536000', '125452.539000', '125452.541000', '125452.553000', '125452.556000', '125452.558000', '125452.561000', '125452.563000', '125452.566000', '125452.569000', '125452.571000', '125452.574000', '125452.576000', '125452.579000', '125452.582000', '125452.584000', '125452.587000', '125452.590000', '125452.592000', '125452.595000', '125452.597000', '125452.600000', '125452.602000', '125452.605000', '125452.608000', '125452.610000', '125452.613000', '125452.615000', '125452.618000', '125452.621000', '125452.623000', '125452.626000', '125452.628000', '125512.506000', '125512.509000', '125512.512000', '125512.515000', '125512.517000', '125512.520000', '125512.523000', '125512.525000', '125512.528000', '125512.531000', '125512.533000', '125512.536000', '125512.538000', '125512.541000', '125512.544000', '125512.546000', '125512.549000', '125512.551000', '125512.554000', '125512.556000', '125512.559000', '125512.561000', '125512.564000', '125512.567000', '125512.569000', '125512.572000', '125512.574000', '125512.577000', '125512.580000', '125512.582000', '125512.585000', '125512.587000', '125512.590000', '125512.593000', '125512.595000', '125512.598000', '125512.600000', '125512.603000', '125512.606000', '125512.608000', '125512.611000', '125512.614000', '125512.616000', '125532.507000', '125532.509000', '125532.512000', '125532.515000', '125532.518000', '125532.520000', '125532.523000', '125532.526000', '125532.528000', '125532.531000', '125532.533000', '125532.536000', '125532.539000', '125532.541000', '125532.544000', '125532.546000', '125532.549000', '125532.552000', '125532.554000', '125532.557000', '125532.559000', '125532.562000', '125532.564000', '125532.567000', '125532.570000', '125532.572000', '125532.575000', '125532.577000', '125532.580000', '125532.583000', '125532.585000', '125532.588000', '125532.591000', '125532.593000', '125532.596000', '125532.598000', '125532.601000', '125532.603000', '125532.606000', '125532.609000', '125532.611000', '125532.614000', '125532.617000', '125532.619000', '125552.507000', '125552.510000', '125552.512000', '125552.515000', '125552.517000', '125552.520000', '125552.523000', '125552.525000', '125552.528000', '125552.530000', '125552.533000', '125552.535000', '125552.538000', '125552.541000', '125552.543000', '125552.546000', '125552.548000', '125552.551000', '125552.553000', '125552.556000', '125552.558000', '125552.561000', '125552.564000', '125552.566000', '125552.569000', '125552.571000', '125552.574000', '125552.577000', '125552.579000', '125552.582000', '125552.584000', '125552.587000', '125552.590000', '125552.592000', '125552.595000', '125552.597000', '125552.600000', '125552.603000', '125552.605000', '125552.608000', '125552.610000', '125552.613000', '125552.616000', '125612.506000', '125612.508000', '125612.511000', '125612.514000', '125612.516000', '125612.519000', '125612.522000', '125612.524000', '125612.527000', '125612.529000', '125612.532000', '125612.535000', '125612.537000', '125612.540000', '125612.543000', '125612.545000', '125612.548000', '125612.550000', '125612.553000', '125612.556000', '125612.558000', '125612.561000', '125612.563000', '125612.566000', '125612.569000', '125612.571000', '125612.574000', '125612.576000', '125612.579000', '125612.582000', '125612.584000', '125612.587000', '125612.589000', '125612.592000', '125612.595000', '125612.597000', '125612.600000', '125612.602000', '125612.605000', '125612.618000', '125612.621000', '125612.624000', '125612.626000', '125612.629000', '125632.506000', '125632.508000', '125632.511000', '125632.514000', '125632.516000', '125632.519000', '125632.521000', '125632.524000', '125632.527000', '125632.529000', '125632.532000', '125632.534000', '125632.537000', '125632.540000', '125632.542000', '125632.545000', '125632.548000', '125632.550000', '125632.553000', '125632.555000', '125632.558000', '125632.560000', '125632.563000', '125632.566000', '125632.568000', '125632.571000', '125632.573000', '125632.576000', '125632.579000', '125632.581000', '125632.584000', '125632.586000', '125632.589000', '125632.592000', '125632.594000', '125632.597000', '125632.599000', '125632.602000', '125632.604000', '125632.607000', '125632.610000', '125632.612000', '125632.615000', '125652.507000', '125652.509000', '125652.512000', '125652.515000', '125652.517000', '125652.520000', '125652.522000', '125652.525000', '125652.528000', '125652.530000', '125652.533000', '125652.536000', '125652.538000', '125652.541000', '125652.543000', '125652.546000', '125652.549000', '125652.551000', '125652.554000', '125652.557000', '125652.559000', '125652.562000', '125652.564000', '125652.567000', '125652.570000', '125652.572000', '125652.575000', '125652.577000', '125652.580000', '125652.583000', '125652.585000', '125652.588000', '125652.591000', '125652.594000', '125652.596000', '125652.599000', '125652.602000', '125652.604000', '125652.607000', '125652.609000', '125652.612000', '125652.615000', '125652.617000', '125712.507000', '125712.509000', '125712.512000', '125712.515000', '125712.517000', '125712.520000', '125712.522000', '125712.525000', '125712.528000', '125712.530000', '125712.533000', '125712.535000', '125712.538000', '125712.541000', '125712.543000', '125712.546000', '125712.549000', '125712.551000', '125712.554000', '125712.556000', '125712.559000', '125712.562000', '125712.564000', '125712.567000', '125712.570000', '125712.572000', '125712.575000', '125712.577000', '125712.580000', '125712.583000', '125712.585000', '125712.588000', '125712.590000', '125712.593000', '125712.596000', '125712.598000', '125712.601000', '125712.604000', '125712.606000', '125712.609000', '125712.611000', '125712.614000', '125712.616000', '125712.619000', '125732.506000', '125732.509000', '125732.512000', '125732.515000', '125732.517000', '125732.520000', '125732.523000', '125732.525000', '125732.528000', '125732.531000', '125732.533000', '125732.536000', '125732.539000', '125732.541000', '125732.544000', '125732.546000', '125732.549000', '125732.552000', '125732.554000', '125732.557000', '125732.560000', '125732.562000', '125732.565000', '125732.567000', '125732.570000', '125732.573000', '125732.575000', '125732.578000', '125732.580000', '125732.583000', '125732.586000', '125732.588000', '125732.591000', '125732.594000', '125732.596000', '125732.600000', '125732.603000', '125732.606000', '125732.608000', '125732.611000', '125732.613000', '125732.616000', '125732.618000', '125752.507000', '125752.509000', '125752.512000', '125752.515000', '125752.517000', '125752.520000', '125752.522000', '125752.525000', '125752.528000', '125752.530000', '125752.533000', '125752.535000', '125752.538000', '125752.540000', '125752.543000', '125752.546000', '125752.548000', '125752.551000', '125752.553000', '125752.556000', '125752.558000', '125752.561000', '125752.564000', '125752.566000', '125752.569000', '125752.571000', '125752.574000', '125752.576000', '125752.579000', '125752.582000', '125752.584000', '125752.587000', '125752.589000', '125752.592000', '125752.595000', '125752.597000', '125752.600000', '125752.603000', '125752.605000', '125752.608000', '125752.610000', '125752.613000', '125752.615000', '125752.618000', '125812.506000', '125812.509000', '125812.512000', '125812.515000', '125812.517000', '125812.520000', '125812.522000', '125812.525000', '125812.528000', '125812.530000', '125812.533000', '125812.536000', '125812.538000', '125812.541000', '125812.543000', '125812.546000', '125812.549000', '125812.551000', '125812.554000', '125812.556000', '125812.559000', '125812.562000', '125812.564000', '125812.567000', '125812.569000', '125812.572000', '125812.575000', '125812.577000', '125812.580000', '125812.582000', '125812.585000', '125812.588000', '125812.590000', '125812.593000', '125812.596000', '125812.598000', '125812.601000', '125812.603000', '125812.606000', '125812.609000', '125812.611000', '125812.614000', '125812.616000', '125812.619000', '125832.505000', '125832.509000', '125832.511000', '125832.514000', '125832.516000', '125832.519000', '125832.522000', '125832.524000', '125832.527000', '125832.530000', '125832.532000', '125832.535000', '125832.537000', '125832.540000', '125832.543000', '125832.545000', '125832.548000', '125832.550000', '125832.553000', '125832.556000', '125832.558000', '125832.561000', '125832.563000', '125832.566000', '125832.569000', '125832.571000', '125832.574000', '125832.576000', '125832.579000', '125832.582000', '125832.584000', '125832.587000', '125832.589000', '125832.601000', '125832.603000', '125832.606000', '125832.609000', '125832.611000', '125832.614000', '125832.616000', '125832.619000', '125832.622000', '125832.624000', '125849.738000', '125849.741000', '125849.744000', '125849.747000', '125849.749000', '125849.752000', '125849.755000', '125849.757000', '125849.760000', '125849.763000', '125849.765000', '125849.769000', '125849.772000', '125849.775000', '125849.778000', '125849.781000', '125849.784000', '125849.786000', '125849.789000', '125849.792000', '125849.794000', '125849.797000', '125849.800000', '125849.802000', '125849.805000', '125849.807000', '125849.810000', '125849.813000', '125849.815000', '125849.818000', '125849.821000', '125849.823000', '125849.826000', '125849.829000', '125849.839000', '125849.841000', '125849.844000', '125849.847000'], 'InstanceCreationTime': ['125212.531000', '125212.534000', '125212.537000', '125212.539000', '125212.542000', '125212.545000', '125212.547000', '125212.550000', '125212.552000', '125212.555000', '125212.557000', '125212.560000', '125212.563000', '125212.565000', '125212.568000', '125212.571000', '125212.573000', '125212.576000', '125212.579000', '125212.582000', '125212.584000', '125212.587000', '125212.590000', '125212.592000', '125212.595000', '125212.597000', '125212.600000', '125212.602000', '125212.605000', '125212.608000', '125212.610000', '125212.613000', '125212.615000', '125212.618000', '125212.620000', '125212.623000', '125212.626000', '125212.628000', '125212.631000', '125212.633000', '125212.636000', '125212.639000', '125212.641000', '125212.650000', '125212.653000', '125212.655000', '125212.658000', '125212.660000', '125212.663000', '125212.665000', '125232.507000', '125232.510000', '125232.512000', '125232.515000', '125232.517000', '125232.520000', '125232.523000', '125232.525000', '125232.528000', '125232.530000', '125232.533000', '125232.536000', '125232.538000', '125232.541000', '125232.543000', '125232.546000', '125232.549000', '125232.551000', '125232.554000', '125232.557000', '125232.560000', '125232.563000', '125232.565000', '125232.568000', '125232.570000', '125232.573000', '125232.590000', '125232.592000', '125232.595000', '125232.598000', '125232.600000', '125232.603000', '125232.605000', '125232.608000', '125232.610000', '125232.613000', '125232.616000', '125232.618000', '125232.621000', '125232.623000', '125232.626000', '125232.629000', '125232.631000', '125252.507000', '125252.509000', '125252.512000', '125252.515000', '125252.518000', '125252.520000', '125252.523000', '125252.525000', '125252.528000', '125252.531000', '125252.533000', '125252.536000', '125252.538000', '125252.541000', '125252.543000', '125252.546000', '125252.549000', '125252.555000', '125252.558000', '125252.561000', '125252.563000', '125252.566000', '125252.568000', '125252.571000', '125252.574000', '125252.576000', '125252.579000', '125252.581000', '125252.584000', '125252.586000', '125252.589000', '125252.592000', '125252.594000', '125252.597000', '125252.600000', '125252.602000', '125252.605000', '125252.607000', '125252.610000', '125252.613000', '125252.615000', '125252.618000', '125252.620000', '125252.623000', '125312.506000', '125312.510000', '125312.512000', '125312.515000', '125312.517000', '125312.520000', '125312.522000', '125312.525000', '125312.528000', '125312.530000', '125312.533000', '125312.535000', '125312.538000', '125312.541000', '125312.543000', '125312.546000', '125312.549000', '125312.551000', '125312.567000', '125312.569000', '125312.572000', '125312.574000', '125312.577000', '125312.586000', '125312.588000', '125312.591000', '125312.594000', '125312.596000', '125312.599000', '125312.601000', '125312.604000', '125312.607000', '125312.609000', '125312.612000', '125312.614000', '125312.617000', '125312.619000', '125312.622000', '125312.624000', '125312.627000', '125312.630000', '125312.632000', '125312.635000', '125332.506000', '125332.509000', '125332.512000', '125332.515000', '125332.517000', '125332.520000', '125332.522000', '125332.525000', '125332.527000', '125332.530000', '125332.533000', '125332.535000', '125332.538000', '125332.540000', '125332.543000', '125332.546000', '125332.548000', '125332.551000', '125332.553000', '125332.556000', '125332.558000', '125332.561000', '125332.564000', '125332.566000', '125332.569000', '125332.571000', '125332.574000', '125332.577000', '125332.579000', '125332.582000', '125332.592000', '125332.595000', '125332.597000', '125332.600000', '125332.603000', '125332.605000', '125332.608000', '125332.610000', '125332.613000', '125332.615000', '125332.618000', '125332.621000', '125332.623000', '125332.626000', '125352.506000', '125352.509000', '125352.511000', '125352.514000', '125352.517000', '125352.519000', '125352.522000', '125352.524000', '125352.527000', '125352.529000', '125352.532000', '125352.535000', '125352.537000', '125352.540000', '125352.542000', '125352.545000', '125352.548000', '125352.550000', '125352.553000', '125352.555000', '125352.558000', '125352.561000', '125352.563000', '125352.566000', '125352.568000', '125352.571000', '125352.573000', '125352.576000', '125352.585000', '125352.587000', '125352.590000', '125352.593000', '125352.596000', '125352.598000', '125352.601000', '125352.603000', '125352.606000', '125352.609000', '125352.611000', '125352.614000', '125352.616000', '125352.619000', '125352.622000', '125412.505000', '125412.509000', '125412.512000', '125412.514000', '125412.517000', '125412.520000', '125412.522000', '125412.525000', '125412.527000', '125412.530000', '125412.532000', '125412.535000', '125412.538000', '125412.540000', '125412.543000', '125412.545000', '125412.548000', '125412.551000', '125412.553000', '125412.556000', '125412.558000', '125412.561000', '125412.564000', '125412.566000', '125412.569000', '125412.571000', '125412.574000', '125412.576000', '125412.579000', '125412.582000', '125412.584000', '125412.587000', '125412.589000', '125412.592000', '125412.595000', '125412.597000', '125412.600000', '125412.603000', '125412.605000', '125412.608000', '125412.610000', '125412.613000', '125412.615000', '125412.618000', '125432.506000', '125432.509000', '125432.512000', '125432.515000', '125432.517000', '125432.520000', '125432.522000', '125432.525000', '125432.540000', '125432.542000', '125432.545000', '125432.548000', '125432.550000', '125432.553000', '125432.555000', '125432.558000', '125432.561000', '125432.563000', '125432.566000', '125432.568000', '125432.571000', '125432.573000', '125432.576000', '125432.579000', '125432.581000', '125432.584000', '125432.586000', '125432.589000', '125432.592000', '125432.594000', '125432.597000', '125432.599000', '125432.602000', '125432.605000', '125432.607000', '125432.610000', '125432.612000', '125432.615000', '125432.617000', '125432.620000', '125432.623000', '125432.625000', '125432.628000', '125452.506000', '125452.509000', '125452.512000', '125452.514000', '125452.518000', '125452.520000', '125452.523000', '125452.526000', '125452.528000', '125452.531000', '125452.534000', '125452.536000', '125452.539000', '125452.541000', '125452.553000', '125452.556000', '125452.558000', '125452.561000', '125452.563000', '125452.566000', '125452.569000', '125452.571000', '125452.574000', '125452.576000', '125452.579000', '125452.582000', '125452.584000', '125452.587000', '125452.590000', '125452.592000', '125452.595000', '125452.597000', '125452.600000', '125452.602000', '125452.605000', '125452.608000', '125452.610000', '125452.613000', '125452.615000', '125452.618000', '125452.621000', '125452.623000', '125452.626000', '125452.628000', '125512.506000', '125512.509000', '125512.512000', '125512.515000', '125512.517000', '125512.520000', '125512.523000', '125512.525000', '125512.528000', '125512.531000', '125512.533000', '125512.536000', '125512.538000', '125512.541000', '125512.544000', '125512.546000', '125512.549000', '125512.551000', '125512.554000', '125512.556000', '125512.559000', '125512.561000', '125512.564000', '125512.567000', '125512.569000', '125512.572000', '125512.574000', '125512.577000', '125512.580000', '125512.582000', '125512.585000', '125512.587000', '125512.590000', '125512.593000', '125512.595000', '125512.598000', '125512.600000', '125512.603000', '125512.606000', '125512.608000', '125512.611000', '125512.614000', '125512.616000', '125532.507000', '125532.509000', '125532.512000', '125532.515000', '125532.518000', '125532.520000', '125532.523000', '125532.526000', '125532.528000', '125532.531000', '125532.533000', '125532.536000', '125532.539000', '125532.541000', '125532.544000', '125532.546000', '125532.549000', '125532.552000', '125532.554000', '125532.557000', '125532.559000', '125532.562000', '125532.564000', '125532.567000', '125532.570000', '125532.572000', '125532.575000', '125532.577000', '125532.580000', '125532.583000', '125532.585000', '125532.588000', '125532.591000', '125532.593000', '125532.596000', '125532.598000', '125532.601000', '125532.603000', '125532.606000', '125532.609000', '125532.611000', '125532.614000', '125532.617000', '125532.619000', '125552.507000', '125552.510000', '125552.512000', '125552.515000', '125552.517000', '125552.520000', '125552.523000', '125552.525000', '125552.528000', '125552.530000', '125552.533000', '125552.535000', '125552.538000', '125552.541000', '125552.543000', '125552.546000', '125552.548000', '125552.551000', '125552.553000', '125552.556000', '125552.558000', '125552.561000', '125552.564000', '125552.566000', '125552.569000', '125552.571000', '125552.574000', '125552.577000', '125552.579000', '125552.582000', '125552.584000', '125552.587000', '125552.590000', '125552.592000', '125552.595000', '125552.597000', '125552.600000', '125552.603000', '125552.605000', '125552.608000', '125552.610000', '125552.613000', '125552.616000', '125612.506000', '125612.508000', '125612.511000', '125612.514000', '125612.516000', '125612.519000', '125612.522000', '125612.524000', '125612.527000', '125612.529000', '125612.532000', '125612.535000', '125612.537000', '125612.540000', '125612.543000', '125612.545000', '125612.548000', '125612.550000', '125612.553000', '125612.556000', '125612.558000', '125612.561000', '125612.563000', '125612.566000', '125612.569000', '125612.571000', '125612.574000', '125612.576000', '125612.579000', '125612.582000', '125612.584000', '125612.587000', '125612.589000', '125612.592000', '125612.595000', '125612.597000', '125612.600000', '125612.602000', '125612.605000', '125612.618000', '125612.621000', '125612.624000', '125612.626000', '125612.629000', '125632.506000', '125632.508000', '125632.511000', '125632.514000', '125632.516000', '125632.519000', '125632.521000', '125632.524000', '125632.527000', '125632.529000', '125632.532000', '125632.534000', '125632.537000', '125632.540000', '125632.542000', '125632.545000', '125632.548000', '125632.550000', '125632.553000', '125632.555000', '125632.558000', '125632.560000', '125632.563000', '125632.566000', '125632.568000', '125632.571000', '125632.573000', '125632.576000', '125632.579000', '125632.581000', '125632.584000', '125632.586000', '125632.589000', '125632.592000', '125632.594000', '125632.597000', '125632.599000', '125632.602000', '125632.604000', '125632.607000', '125632.610000', '125632.612000', '125632.615000', '125652.507000', '125652.509000', '125652.512000', '125652.515000', '125652.517000', '125652.520000', '125652.522000', '125652.525000', '125652.528000', '125652.530000', '125652.533000', '125652.536000', '125652.538000', '125652.541000', '125652.543000', '125652.546000', '125652.549000', '125652.551000', '125652.554000', '125652.557000', '125652.559000', '125652.562000', '125652.564000', '125652.567000', '125652.570000', '125652.572000', '125652.575000', '125652.577000', '125652.580000', '125652.583000', '125652.585000', '125652.588000', '125652.591000', '125652.594000', '125652.596000', '125652.599000', '125652.602000', '125652.604000', '125652.607000', '125652.609000', '125652.612000', '125652.615000', '125652.617000', '125712.507000', '125712.509000', '125712.512000', '125712.515000', '125712.517000', '125712.520000', '125712.522000', '125712.525000', '125712.528000', '125712.530000', '125712.533000', '125712.535000', '125712.538000', '125712.541000', '125712.543000', '125712.546000', '125712.549000', '125712.551000', '125712.554000', '125712.556000', '125712.559000', '125712.562000', '125712.564000', '125712.567000', '125712.570000', '125712.572000', '125712.575000', '125712.577000', '125712.580000', '125712.583000', '125712.585000', '125712.588000', '125712.590000', '125712.593000', '125712.596000', '125712.598000', '125712.601000', '125712.604000', '125712.606000', '125712.609000', '125712.611000', '125712.614000', '125712.616000', '125712.619000', '125732.506000', '125732.509000', '125732.512000', '125732.515000', '125732.517000', '125732.520000', '125732.523000', '125732.525000', '125732.528000', '125732.531000', '125732.533000', '125732.536000', '125732.539000', '125732.541000', '125732.544000', '125732.546000', '125732.549000', '125732.552000', '125732.554000', '125732.557000', '125732.560000', '125732.562000', '125732.565000', '125732.567000', '125732.570000', '125732.573000', '125732.575000', '125732.578000', '125732.580000', '125732.583000', '125732.586000', '125732.588000', '125732.591000', '125732.594000', '125732.596000', '125732.600000', '125732.603000', '125732.606000', '125732.608000', '125732.611000', '125732.613000', '125732.616000', '125732.618000', '125752.507000', '125752.509000', '125752.512000', '125752.515000', '125752.517000', '125752.520000', '125752.522000', '125752.525000', '125752.528000', '125752.530000', '125752.533000', '125752.535000', '125752.538000', '125752.540000', '125752.543000', '125752.546000', '125752.548000', '125752.551000', '125752.553000', '125752.556000', '125752.558000', '125752.561000', '125752.564000', '125752.566000', '125752.569000', '125752.571000', '125752.574000', '125752.576000', '125752.579000', '125752.582000', '125752.584000', '125752.587000', '125752.589000', '125752.592000', '125752.595000', '125752.597000', '125752.600000', '125752.603000', '125752.605000', '125752.608000', '125752.610000', '125752.613000', '125752.615000', '125752.618000', '125812.506000', '125812.509000', '125812.512000', '125812.515000', '125812.517000', '125812.520000', '125812.522000', '125812.525000', '125812.528000', '125812.530000', '125812.533000', '125812.536000', '125812.538000', '125812.541000', '125812.543000', '125812.546000', '125812.549000', '125812.551000', '125812.554000', '125812.556000', '125812.559000', '125812.562000', '125812.564000', '125812.567000', '125812.569000', '125812.572000', '125812.575000', '125812.577000', '125812.580000', '125812.582000', '125812.585000', '125812.588000', '125812.590000', '125812.593000', '125812.596000', '125812.598000', '125812.601000', '125812.603000', '125812.606000', '125812.609000', '125812.611000', '125812.614000', '125812.616000', '125812.619000', '125832.505000', '125832.509000', '125832.511000', '125832.514000', '125832.516000', '125832.519000', '125832.522000', '125832.524000', '125832.527000', '125832.530000', '125832.532000', '125832.535000', '125832.537000', '125832.540000', '125832.543000', '125832.545000', '125832.548000', '125832.550000', '125832.553000', '125832.556000', '125832.558000', '125832.561000', '125832.563000', '125832.566000', '125832.569000', '125832.571000', '125832.574000', '125832.576000', '125832.579000', '125832.582000', '125832.584000', '125832.587000', '125832.589000', '125832.601000', '125832.603000', '125832.606000', '125832.609000', '125832.611000', '125832.614000', '125832.616000', '125832.619000', '125832.622000', '125832.624000', '125849.738000', '125849.741000', '125849.744000', '125849.747000', '125849.749000', '125849.752000', '125849.755000', '125849.757000', '125849.760000', '125849.763000', '125849.765000', '125849.769000', '125849.772000', '125849.775000', '125849.778000', '125849.781000', '125849.784000', '125849.786000', '125849.789000', '125849.792000', '125849.794000', '125849.797000', '125849.800000', '125849.802000', '125849.805000', '125849.807000', '125849.810000', '125849.813000', '125849.815000', '125849.818000', '125849.821000', '125849.823000', '125849.826000', '125849.829000', '125849.839000', '125849.841000', '125849.844000', '125849.847000'], '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': [10087, 11385, 9352, 9916, 9108, 8015, 9514, 10378, 9144, 10604, 8593, 10561, 8895, 10411, 8906, 10546, 9109, 10457, 8961, 10761, 8573, 10649, 8962, 11093, 9045, 10782, 8804, 10880, 8884, 10549, 9406, 10019, 9461, 9362, 8936, 9214, 8877, 10106, 9165, 10079, 8815, 9876, 9155, 10202, 9023, 9929, 8802, 9739, 9068, 10073, 9022, 9830, 8872, 9558, 9105, 9932, 8852, 10151, 8811, 9938, 8767, 9749, 9117, 9912, 9009, 9821, 8864, 9674, 9186, 8988, 9468, 8055, 9176, 8018, 9477, 8509, 9774, 10872, 9343, 10157, 9330, 9203, 9703, 8976, 10498, 9125, 10150, 9510, 10345, 9258, 10389, 9239, 10550, 9124, 10635, 9204, 9492, 9141, 9858, 8685, 10619, 8409, 10273, 9328, 9510, 10525, 8961, 9313, 9259, 9747, 9781, 9247, 9375, 8938, 9392, 9799, 9770, 9270, 9369, 8045, 9439, 7140, 9751, 7725, 9592, 9428, 9335, 9639, 9412, 9860, 9387, 9721, 8763, 8569, 8526, 10333, 9098, 10706, 10459, 10398, 10004, 10285, 8848, 9445, 9284, 8917, 9354, 9287, 8934, 8942, 9457, 9061, 9841, 9286, 9716, 9271, 9806, 9095, 9729, 9273, 10201, 9374, 9618, 8875, 9397, 8921, 9047, 9184, 10388, 9111, 10376, 8782, 10620, 9087, 10767, 9816, 10328, 9304, 10409, 8720, 10733, 9451, 9952, 9108, 10123, 9128, 10229, 9265, 10291, 9474, 9866, 9564, 9928, 9317, 10184, 9000, 9517, 9243, 10012, 9117, 10301, 8662, 9004, 10089, 9344, 10300, 9631, 10088, 9338, 10231, 8847, 9927, 8939, 10860, 9392, 11170, 8686, 10581, 8789, 10776, 9330, 10560, 8582, 9411, 8710, 9558, 9070, 8878, 8883, 8252, 8864, 7957, 8603, 8194, 8735, 8750, 8647, 8829, 8442, 9027, 8699, 9148, 8764, 9419, 8258, 9529, 8569, 9826, 8526, 9441, 8256, 9529, 8530, 9824, 8820, 8923, 8109, 8391, 8124, 8441, 8246, 9069, 9753, 10128, 9105, 9009, 8461, 9704, 9348, 10430, 10124, 10448, 8787, 10359, 9121, 9938, 9655, 9678, 9829, 9482, 11240, 8996, 9069, 9251, 9105, 9100, 8789, 9320, 9015, 8938, 9758, 8572, 9464, 8794, 9890, 8680, 9123, 8484, 9010, 8647, 9684, 8869, 10469, 9838, 10421, 8872, 10530, 8900, 9554, 10838, 9252, 9535, 9554, 9075, 9369, 9385, 9326, 9922, 9155, 9954, 8613, 8240, 7780, 8275, 7315, 9489, 11115, 8240, 7844, 8072, 9092, 7832, 8433, 7723, 7909, 7787, 9264, 9274, 8452, 9508, 8141, 8992, 7890, 7529, 8258, 8617, 7819, 8654, 7843, 9021, 8665, 9188, 9259, 8656, 8752, 9034, 8938, 7772, 11075, 7763, 10676, 8010, 8597, 7698, 8299, 7780, 8854, 7628, 8802, 7916, 9172, 8404, 8559, 8147, 8602, 9250, 7947, 9366, 7402, 9293, 7366, 9061, 8917, 8195, 7514, 7207, 7411, 8184, 7921, 8898, 7677, 7884, 8228, 7769, 7972, 9055, 10179, 7759, 9449, 7858, 9077, 7836, 10306, 8115, 8765, 6949, 8226, 7294, 8463, 7963, 7736, 7373, 7711, 7618, 8075, 7900, 7704, 9392, 8526, 10332, 8071, 7501, 8213, 9634, 8012, 8667, 8646, 8806, 8764, 8992, 10499, 8364, 10112, 7981, 8487, 8198, 9048, 7935, 9320, 8078, 8248, 8072, 9997, 8385, 8705, 9088, 7840, 8543, 8063, 8244, 8421, 9283, 8185, 9241, 8115, 8920, 7874, 10051, 8301, 9476, 8913, 9271, 9948, 9102, 10033, 8544, 8848, 8527, 8667, 8887, 8484, 8676, 9578, 8128, 8300, 8015, 10154, 8410, 9879, 11257, 8281, 8421, 8944, 9104, 9246, 9640, 8348, 10173, 8535, 9100, 9710, 8296, 8963, 8465, 9711, 8765, 9862, 8627, 10115, 8328, 9829, 8725, 10258, 10206, 8654, 8144, 9163, 7891, 9284, 9630, 8748, 9362, 8753, 9216, 8543, 10677, 8903, 9172, 8303, 9141, 7320, 9255, 9742, 8817, 9324, 8677, 9506, 9377, 9579, 10853, 9303, 10240, 9281, 8362, 9710, 8281, 9209, 8232, 8195, 7867, 10041, 8141, 10164, 7916, 8800, 9747, 8621, 7971, 8981, 7876, 8569, 9539, 8172, 9281, 8140, 9368, 9358, 9488, 9286, 10003, 8766, 9626, 10201, 8226, 8057, 8488, 9586, 9237, 9994, 10116, 8443, 9963, 8906, 9712, 10497, 8522, 8201, 9039, 10076, 9724, 10025, 9593, 8836, 9923, 8690, 8254, 8610, 9306, 8439, 9469, 8464, 9917, 11272, 8065, 8199, 8657, 9244, 8777, 8765, 8534, 9499, 8571, 8692, 8717, 8323, 8930, 8082, 8874, 8258, 8651, 11513, 9282, 10019, 8321, 11093, 8644, 9046, 8362, 8897, 8238, 8985, 8408, 9215, 8146, 8170, 7819, 9152, 8607, 9859, 11048, 8642, 10495, 8383, 10795, 8121, 9417, 8638, 7802, 8335, 8808, 8200, 9395, 8254, 8722, 8758, 9720, 8782, 9037, 9978, 8534, 9461, 8176, 8773, 8281, 8771, 8464, 9019, 8085, 9229, 7828, 8933, 8047, 9150, 8468, 9765, 7733, 8937, 9640, 8538, 7425, 8233, 8969, 8056, 8777, 8240, 8957, 8671, 8092, 8130, 8773, 9127, 9407, 9672, 10100, 7944, 10405, 8508, 10653, 8147, 9980, 9467, 9418, 8128, 9329, 8667, 8725, 9251, 8111, 8734, 8252, 10065, 10318, 9187, 7726, 9435, 11360, 8081, 8200, 8252, 9119, 10327, 9189, 9800, 8744, 9747, 8549, 10557, 7959, 8224, 8308, 8935, 8582, 9821, 8545, 9055, 7884, 9798, 8531, 9287, 8801, 8898, 9363, 8517, 8959, 8232, 8546, 8895, 9181, 10432, 8339, 10729, 8598, 11159, 8395, 7861, 8419, 8247, 8588, 8552, 9592, 9317, 9573, 8611, 10059, 8593, 8480, 8237, 8676, 7643, 9346, 8204, 8137, 9501, 9154, 9707, 10539, 7998, 8350, 8237, 8937, 9408, 9440, 9552, 8807, 10510, 8072, 8559, 7548, 8091, 7646, 8744, 8617, 8066, 8390, 7894, 8532, 7582, 8886, 7993, 8356, 9643, 8828, 8258, 8860, 9354, 7644, 7216, 7624, 8205, 7779, 8654, 8514, 8344, 8850, 7924, 8050, 8247, 8662, 8159, 9030, 8126, 10385, 10387, 8951, 9904, 8611, 10329, 8156, 9124, 8953, 8826, 9136, 10229, 8974, 10046, 8596, 9147, 8512, 9319, 9064, 9975, 8158, 9545, 8348, 9007, 8679, 10858, 8832, 9177, 9872, 8839, 8257, 9498, 8149, 8870, 9474, 8410, 9359, 8296, 9490, 8728, 10355, 10433, 9539, 9968, 8766, 8535, 8861, 9547, 8354, 8435, 8433, 10378, 10053, 8667, 10470, 8246, 9321, 8597, 9659, 8739, 7930, 8022, 8562, 7999, 9118, 8326, 9847, 9489, 8263, 8191, 8107, 7729, 8381, 9303, 7847, 8632, 8070, 8122, 8168, 9533, 10794, 8050, 9942, 7892, 9286, 8770, 9825, 8052, 8711, 8076, 9780, 9866, 7976, 8355, 7812, 8031, 7375, 8380, 10139, 8259, 7915, 7632, 8890], 'WindowCenter': [3706.0, 3701.0, 3678.0, 3675.0, 3665.0, 3653.0, 3663.0, 3673.0, 3662.0, 3673.0, 3651.0, 3673.0, 3651.0, 3672.0, 3650.0, 3672.0, 3650.0, 3671.0, 3650.0, 3672.0, 3650.0, 3673.0, 3662.0, 3683.0, 3662.0, 3684.0, 3662.0, 3685.0, 3663.0, 3685.0, 3664.0, 3673.0, 3663.0, 3664.0, 3663.0, 3664.0, 3664.0, 3675.0, 3664.0, 3674.0, 3663.0, 3674.0, 3663.0, 3674.0, 3663.0, 3663.0, 3661.0, 3662.0, 3663.0, 3662.0, 3652.0, 3661.0, 3651.0, 3661.0, 3662.0, 3662.0, 3651.0, 3660.0, 3651.0, 3661.0, 3651.0, 3661.0, 3652.0, 3662.0, 3651.0, 3661.0, 3650.0, 3661.0, 3662.0, 3651.0, 3662.0, 3641.0, 3662.0, 3640.0, 3663.0, 3650.0, 3673.0, 3672.0, 3662.0, 3662.0, 3662.0, 3662.0, 3663.0, 3662.0, 3675.0, 3663.0, 3675.0, 3662.0, 3674.0, 3663.0, 3674.0, 3663.0, 3674.0, 3663.0, 3674.0, 3662.0, 3663.0, 3650.0, 3662.0, 3652.0, 3673.0, 3652.0, 3674.0, 3663.0, 3664.0, 3673.0, 3663.0, 3661.0, 3663.0, 3662.0, 3674.0, 3662.0, 3663.0, 3651.0, 3662.0, 3662.0, 3663.0, 3651.0, 3662.0, 3640.0, 3663.0, 3630.0, 3664.0, 3642.0, 3675.0, 3663.0, 3664.0, 3674.0, 3665.0, 3675.0, 3665.0, 3664.0, 3653.0, 3664.0, 3654.0, 3676.0, 3665.0, 3675.0, 3674.0, 3663.0, 3662.0, 3673.0, 3663.0, 3664.0, 3663.0, 3663.0, 3664.0, 3664.0, 3652.0, 3651.0, 3650.0, 3650.0, 3661.0, 3662.0, 3662.0, 3662.0, 3661.0, 3652.0, 3661.0, 3662.0, 3662.0, 3662.0, 3662.0, 3652.0, 3663.0, 3663.0, 3665.0, 3665.0, 3676.0, 3665.0, 3676.0, 3654.0, 3676.0, 3665.0, 3675.0, 3664.0, 3663.0, 3652.0, 3673.0, 3652.0, 3673.0, 3662.0, 3663.0, 3651.0, 3662.0, 3650.0, 3673.0, 3651.0, 3662.0, 3661.0, 3662.0, 3650.0, 3662.0, 3651.0, 3662.0, 3650.0, 3662.0, 3650.0, 3661.0, 3650.0, 3663.0, 3651.0, 3651.0, 3661.0, 3662.0, 3661.0, 3663.0, 3673.0, 3663.0, 3662.0, 3652.0, 3662.0, 3652.0, 3673.0, 3663.0, 3672.0, 3652.0, 3661.0, 3651.0, 3672.0, 3662.0, 3660.0, 3651.0, 3649.0, 3651.0, 3649.0, 3651.0, 3650.0, 3651.0, 3639.0, 3651.0, 3640.0, 3651.0, 3651.0, 3652.0, 3652.0, 3652.0, 3650.0, 3651.0, 3650.0, 3651.0, 3651.0, 3651.0, 3649.0, 3640.0, 3661.0, 3651.0, 3661.0, 3651.0, 3661.0, 3651.0, 3661.0, 3651.0, 3661.0, 3651.0, 3650.0, 3639.0, 3650.0, 3639.0, 3651.0, 3651.0, 3652.0, 3663.0, 3662.0, 3651.0, 3651.0, 3651.0, 3663.0, 3651.0, 3662.0, 3661.0, 3661.0, 3649.0, 3672.0, 3651.0, 3663.0, 3664.0, 3663.0, 3662.0, 3662.0, 3672.0, 3663.0, 3651.0, 3662.0, 3651.0, 3652.0, 3651.0, 3663.0, 3652.0, 3652.0, 3661.0, 3651.0, 3661.0, 3650.0, 3661.0, 3650.0, 3651.0, 3650.0, 3650.0, 3650.0, 3662.0, 3651.0, 3661.0, 3661.0, 3661.0, 3651.0, 3672.0, 3650.0, 3662.0, 3672.0, 3662.0, 3662.0, 3664.0, 3663.0, 3664.0, 3663.0, 3664.0, 3674.0, 3664.0, 3676.0, 3668.0, 3655.0, 3642.0, 3652.0, 3630.0, 3663.0, 3673.0, 3653.0, 3642.0, 3653.0, 3652.0, 3642.0, 3641.0, 3630.0, 3641.0, 3641.0, 3652.0, 3651.0, 3652.0, 3651.0, 3642.0, 3652.0, 3643.0, 3642.0, 3653.0, 3652.0, 3642.0, 3653.0, 3653.0, 3664.0, 3654.0, 3664.0, 3653.0, 3653.0, 3652.0, 3653.0, 3652.0, 3642.0, 3661.0, 3641.0, 3661.0, 3641.0, 3641.0, 3642.0, 3640.0, 3641.0, 3652.0, 3641.0, 3653.0, 3642.0, 3653.0, 3641.0, 3653.0, 3643.0, 3653.0, 3664.0, 3644.0, 3651.0, 3643.0, 3651.0, 3642.0, 3651.0, 3652.0, 3641.0, 3630.0, 3630.0, 3631.0, 3640.0, 3641.0, 3652.0, 3642.0, 3641.0, 3641.0, 3642.0, 3642.0, 3653.0, 3663.0, 3642.0, 3651.0, 3641.0, 3650.0, 3641.0, 3661.0, 3641.0, 3639.0, 3619.0, 3639.0, 3630.0, 3639.0, 3639.0, 3628.0, 3629.0, 3629.0, 3629.0, 3640.0, 3641.0, 3642.0, 3650.0, 3651.0, 3661.0, 3640.0, 3629.0, 3651.0, 3650.0, 3640.0, 3639.0, 3639.0, 3651.0, 3639.0, 3651.0, 3660.0, 3640.0, 3648.0, 3628.0, 3638.0, 3638.0, 3638.0, 3628.0, 3638.0, 3626.0, 3627.0, 3627.0, 3649.0, 3638.0, 3639.0, 3638.0, 3628.0, 3637.0, 3638.0, 3637.0, 3638.0, 3638.0, 3638.0, 3648.0, 3638.0, 3650.0, 3639.0, 3660.0, 3640.0, 3651.0, 3650.0, 3651.0, 3662.0, 3663.0, 3663.0, 3653.0, 3651.0, 3652.0, 3651.0, 3652.0, 3652.0, 3652.0, 3662.0, 3641.0, 3652.0, 3641.0, 3674.0, 3653.0, 3673.0, 3673.0, 3654.0, 3653.0, 3664.0, 3653.0, 3663.0, 3663.0, 3653.0, 3673.0, 3653.0, 3664.0, 3662.0, 3652.0, 3651.0, 3641.0, 3661.0, 3651.0, 3662.0, 3651.0, 3661.0, 3640.0, 3662.0, 3652.0, 3673.0, 3662.0, 3652.0, 3640.0, 3663.0, 3642.0, 3664.0, 3663.0, 3652.0, 3663.0, 3652.0, 3663.0, 3653.0, 3674.0, 3653.0, 3664.0, 3653.0, 3665.0, 3642.0, 3665.0, 3675.0, 3665.0, 3664.0, 3654.0, 3663.0, 3664.0, 3663.0, 3673.0, 3652.0, 3661.0, 3650.0, 3639.0, 3649.0, 3638.0, 3649.0, 3638.0, 3638.0, 3638.0, 3661.0, 3640.0, 3662.0, 3640.0, 3651.0, 3650.0, 3651.0, 3640.0, 3652.0, 3640.0, 3651.0, 3651.0, 3640.0, 3651.0, 3640.0, 3651.0, 3651.0, 3650.0, 3650.0, 3661.0, 3639.0, 3662.0, 3661.0, 3641.0, 3639.0, 3650.0, 3661.0, 3650.0, 3664.0, 3674.0, 3653.0, 3674.0, 3652.0, 3663.0, 3662.0, 3652.0, 3641.0, 3651.0, 3662.0, 3651.0, 3661.0, 3650.0, 3650.0, 3661.0, 3651.0, 3640.0, 3651.0, 3650.0, 3640.0, 3662.0, 3652.0, 3663.0, 3672.0, 3641.0, 3641.0, 3651.0, 3663.0, 3653.0, 3652.0, 3652.0, 3663.0, 3652.0, 3664.0, 3653.0, 3653.0, 3652.0, 3642.0, 3653.0, 3652.0, 3652.0, 3673.0, 3651.0, 3662.0, 3641.0, 3672.0, 3652.0, 3651.0, 3641.0, 3650.0, 3640.0, 3650.0, 3651.0, 3651.0, 3641.0, 3651.0, 3640.0, 3661.0, 3651.0, 3663.0, 3672.0, 3652.0, 3660.0, 3651.0, 3661.0, 3641.0, 3651.0, 3652.0, 3640.0, 3651.0, 3651.0, 3652.0, 3662.0, 3652.0, 3652.0, 3651.0, 3661.0, 3651.0, 3652.0, 3662.0, 3652.0, 3650.0, 3641.0, 3638.0, 3640.0, 3650.0, 3641.0, 3651.0, 3640.0, 3649.0, 3629.0, 3648.0, 3639.0, 3650.0, 3639.0, 3660.0, 3628.0, 3650.0, 3650.0, 3651.0, 3630.0, 3652.0, 3651.0, 3641.0, 3652.0, 3652.0, 3652.0, 3652.0, 3641.0, 3640.0, 3650.0, 3651.0, 3651.0, 3650.0, 3661.0, 3639.0, 3660.0, 3639.0, 3660.0, 3639.0, 3661.0, 3650.0, 3662.0, 3640.0, 3663.0, 3652.0, 3653.0, 3663.0, 3641.0, 3652.0, 3652.0, 3663.0, 3662.0, 3663.0, 3630.0, 3651.0, 3672.0, 3641.0, 3641.0, 3641.0, 3651.0, 3661.0, 3650.0, 3649.0, 3639.0, 3649.0, 3640.0, 3649.0, 3629.0, 3638.0, 3638.0, 3649.0, 3650.0, 3661.0, 3650.0, 3650.0, 3639.0, 3662.0, 3652.0, 3664.0, 3653.0, 3664.0, 3663.0, 3653.0, 3664.0, 3654.0, 3653.0, 3653.0, 3663.0, 3674.0, 3653.0, 3674.0, 3654.0, 3673.0, 3641.0, 3639.0, 3640.0, 3639.0, 3640.0, 3651.0, 3651.0, 3651.0, 3650.0, 3652.0, 3662.0, 3652.0, 3651.0, 3641.0, 3651.0, 3640.0, 3652.0, 3640.0, 3641.0, 3651.0, 3651.0, 3650.0, 3661.0, 3640.0, 3640.0, 3640.0, 3650.0, 3650.0, 3650.0, 3649.0, 3639.0, 3659.0, 3629.0, 3638.0, 3628.0, 3637.0, 3627.0, 3639.0, 3638.0, 3639.0, 3638.0, 3639.0, 3637.0, 3629.0, 3650.0, 3637.0, 3639.0, 3648.0, 3650.0, 3639.0, 3650.0, 3649.0, 3640.0, 3629.0, 3629.0, 3640.0, 3641.0, 3652.0, 3652.0, 3652.0, 3652.0, 3653.0, 3642.0, 3653.0, 3653.0, 3653.0, 3665.0, 3641.0, 3662.0, 3660.0, 3652.0, 3663.0, 3663.0, 3676.0, 3654.0, 3665.0, 3664.0, 3663.0, 3664.0, 3663.0, 3653.0, 3662.0, 3651.0, 3649.0, 3639.0, 3649.0, 3648.0, 3649.0, 3638.0, 3648.0, 3637.0, 3648.0, 3649.0, 3660.0, 3649.0, 3651.0, 3660.0, 3651.0, 3651.0, 3663.0, 3641.0, 3662.0, 3662.0, 3652.0, 3663.0, 3653.0, 3664.0, 3652.0, 3661.0, 3662.0, 3662.0, 3662.0, 3652.0, 3652.0, 3662.0, 3663.0, 3652.0, 3652.0, 3652.0, 3674.0, 3662.0, 3653.0, 3661.0, 3641.0, 3650.0, 3651.0, 3650.0, 3640.0, 3638.0, 3639.0, 3638.0, 3638.0, 3650.0, 3639.0, 3661.0, 3650.0, 3640.0, 3639.0, 3641.0, 3641.0, 3652.0, 3651.0, 3641.0, 3651.0, 3640.0, 3641.0, 3651.0, 3661.0, 3660.0, 3639.0, 3649.0, 3639.0, 3662.0, 3651.0, 3661.0, 3640.0, 3651.0, 3640.0, 3674.0, 3662.0, 3653.0, 3653.0, 3642.0, 3642.0, 3631.0, 3653.0, 3674.0, 3654.0, 3642.0, 3642.0, 3652.0], 'WindowWidth': [8349.0, 8330.0, 8293.0, 8283.0, 8267.0, 8249.0, 8263.0, 8275.0, 8259.0, 8275.0, 8244.0, 8274.0, 8241.0, 8270.0, 8240.0, 8270.0, 8240.0, 8268.0, 8239.0, 8270.0, 8240.0, 8273.0, 8258.0, 8289.0, 8259.0, 8290.0, 8260.0, 8292.0, 8262.0, 8295.0, 8264.0, 8275.0, 8261.0, 8264.0, 8263.0, 8265.0, 8266.0, 8280.0, 8265.0, 8278.0, 8262.0, 8278.0, 8263.0, 8277.0, 8263.0, 8260.0, 8258.0, 8259.0, 8262.0, 8258.0, 8245.0, 8256.0, 8242.0, 8256.0, 8258.0, 8257.0, 8242.0, 8253.0, 8241.0, 8256.0, 8241.0, 8255.0, 8244.0, 8257.0, 8242.0, 8254.0, 8239.0, 8252.0, 8257.0, 8242.0, 8257.0, 8228.0, 8257.0, 8227.0, 8259.0, 8239.0, 8275.0, 8272.0, 8259.0, 8256.0, 8259.0, 8256.0, 8261.0, 8259.0, 8279.0, 8261.0, 8279.0, 8259.0, 8277.0, 8260.0, 8277.0, 8262.0, 8278.0, 8259.0, 8275.0, 8259.0, 8258.0, 8238.0, 8257.0, 8244.0, 8275.0, 8244.0, 8277.0, 8262.0, 8263.0, 8272.0, 8260.0, 8256.0, 8261.0, 8258.0, 8276.0, 8257.0, 8259.0, 8239.0, 8258.0, 8256.0, 8260.0, 8240.0, 8258.0, 8226.0, 8259.0, 8215.0, 8264.0, 8234.0, 8279.0, 8262.0, 8264.0, 8276.0, 8268.0, 8281.0, 8267.0, 8265.0, 8249.0, 8263.0, 8250.0, 8282.0, 8267.0, 8280.0, 8277.0, 8258.0, 8255.0, 8274.0, 8260.0, 8262.0, 8261.0, 8261.0, 8262.0, 8262.0, 8243.0, 8241.0, 8237.0, 8237.0, 8253.0, 8258.0, 8256.0, 8258.0, 8253.0, 8243.0, 8255.0, 8258.0, 8257.0, 8258.0, 8258.0, 8244.0, 8262.0, 8262.0, 8267.0, 8267.0, 8283.0, 8268.0, 8282.0, 8249.0, 8282.0, 8267.0, 8280.0, 8262.0, 8261.0, 8243.0, 8272.0, 8243.0, 8273.0, 8256.0, 8258.0, 8239.0, 8256.0, 8239.0, 8273.0, 8242.0, 8257.0, 8254.0, 8257.0, 8239.0, 8258.0, 8242.0, 8257.0, 8239.0, 8256.0, 8237.0, 8256.0, 8241.0, 8259.0, 8242.0, 8242.0, 8254.0, 8258.0, 8255.0, 8262.0, 8273.0, 8262.0, 8257.0, 8245.0, 8256.0, 8245.0, 8273.0, 8261.0, 8270.0, 8245.0, 8254.0, 8241.0, 8268.0, 8257.0, 8252.0, 8240.0, 8235.0, 8239.0, 8236.0, 8241.0, 8238.0, 8242.0, 8223.0, 8241.0, 8225.0, 8243.0, 8240.0, 8244.0, 8244.0, 8245.0, 8238.0, 8241.0, 8239.0, 8242.0, 8240.0, 8241.0, 8236.0, 8225.0, 8252.0, 8242.0, 8255.0, 8241.0, 8254.0, 8240.0, 8254.0, 8242.0, 8254.0, 8241.0, 8239.0, 8223.0, 8239.0, 8224.0, 8241.0, 8243.0, 8244.0, 8260.0, 8256.0, 8242.0, 8242.0, 8242.0, 8259.0, 8242.0, 8256.0, 8252.0, 8254.0, 8236.0, 8271.0, 8241.0, 8260.0, 8264.0, 8261.0, 8258.0, 8259.0, 8271.0, 8262.0, 8241.0, 8257.0, 8242.0, 8244.0, 8242.0, 8261.0, 8244.0, 8244.0, 8254.0, 8241.0, 8254.0, 8240.0, 8255.0, 8240.0, 8240.0, 8238.0, 8239.0, 8238.0, 8257.0, 8240.0, 8255.0, 8252.0, 8253.0, 8240.0, 8271.0, 8240.0, 8258.0, 8269.0, 8258.0, 8258.0, 8264.0, 8261.0, 8264.0, 8261.0, 8262.0, 8276.0, 8263.0, 8282.0, 8278.0, 8255.0, 8230.0, 8242.0, 8210.0, 8256.0, 8274.0, 8247.0, 8231.0, 8247.0, 8243.0, 8229.0, 8226.0, 8210.0, 8226.0, 8227.0, 8243.0, 8240.0, 8243.0, 8240.0, 8229.0, 8241.0, 8233.0, 8231.0, 8245.0, 8243.0, 8229.0, 8245.0, 8248.0, 8263.0, 8248.0, 8262.0, 8244.0, 8246.0, 8243.0, 8247.0, 8241.0, 8231.0, 8253.0, 8226.0, 8253.0, 8227.0, 8225.0, 8229.0, 8223.0, 8227.0, 8242.0, 8229.0, 8246.0, 8230.0, 8245.0, 8227.0, 8246.0, 8233.0, 8249.0, 8262.0, 8236.0, 8241.0, 8232.0, 8240.0, 8231.0, 8239.0, 8245.0, 8226.0, 8211.0, 8209.0, 8213.0, 8225.0, 8228.0, 8243.0, 8230.0, 8227.0, 8227.0, 8231.0, 8230.0, 8247.0, 8257.0, 8229.0, 8239.0, 8227.0, 8237.0, 8227.0, 8251.0, 8226.0, 8218.0, 8193.0, 8218.0, 8209.0, 8221.0, 8220.0, 8204.0, 8206.0, 8207.0, 8206.0, 8222.0, 8225.0, 8232.0, 8238.0, 8241.0, 8253.0, 8225.0, 8208.0, 8240.0, 8237.0, 8223.0, 8222.0, 8222.0, 8239.0, 8222.0, 8241.0, 8251.0, 8224.0, 8230.0, 8204.0, 8216.0, 8217.0, 8218.0, 8204.0, 8216.0, 8199.0, 8200.0, 8199.0, 8232.0, 8216.0, 8221.0, 8216.0, 8204.0, 8215.0, 8218.0, 8214.0, 8218.0, 8216.0, 8218.0, 8231.0, 8219.0, 8236.0, 8220.0, 8253.0, 8224.0, 8239.0, 8239.0, 8241.0, 8256.0, 8260.0, 8260.0, 8248.0, 8241.0, 8245.0, 8241.0, 8245.0, 8243.0, 8245.0, 8257.0, 8229.0, 8244.0, 8229.0, 8277.0, 8247.0, 8275.0, 8274.0, 8249.0, 8247.0, 8262.0, 8245.0, 8260.0, 8260.0, 8248.0, 8273.0, 8246.0, 8263.0, 8256.0, 8244.0, 8241.0, 8227.0, 8253.0, 8241.0, 8255.0, 8242.0, 8253.0, 8224.0, 8255.0, 8243.0, 8274.0, 8256.0, 8245.0, 8224.0, 8258.0, 8230.0, 8263.0, 8260.0, 8247.0, 8261.0, 8245.0, 8261.0, 8248.0, 8277.0, 8247.0, 8264.0, 8248.0, 8265.0, 8235.0, 8268.0, 8281.0, 8267.0, 8264.0, 8250.0, 8260.0, 8263.0, 8259.0, 8275.0, 8243.0, 8254.0, 8236.0, 8221.0, 8233.0, 8219.0, 8232.0, 8217.0, 8220.0, 8219.0, 8252.0, 8224.0, 8256.0, 8225.0, 8241.0, 8239.0, 8242.0, 8225.0, 8243.0, 8225.0, 8242.0, 8239.0, 8225.0, 8240.0, 8226.0, 8240.0, 8240.0, 8236.0, 8238.0, 8252.0, 8222.0, 8255.0, 8252.0, 8226.0, 8222.0, 8237.0, 8251.0, 8237.0, 8263.0, 8276.0, 8247.0, 8276.0, 8244.0, 8259.0, 8257.0, 8244.0, 8228.0, 8242.0, 8255.0, 8240.0, 8254.0, 8238.0, 8237.0, 8251.0, 8241.0, 8223.0, 8239.0, 8236.0, 8223.0, 8257.0, 8243.0, 8260.0, 8271.0, 8229.0, 8227.0, 8242.0, 8258.0, 8246.0, 8245.0, 8244.0, 8259.0, 8246.0, 8264.0, 8246.0, 8248.0, 8245.0, 8232.0, 8246.0, 8245.0, 8243.0, 8272.0, 8240.0, 8256.0, 8228.0, 8270.0, 8244.0, 8240.0, 8227.0, 8237.0, 8224.0, 8238.0, 8241.0, 8241.0, 8226.0, 8241.0, 8224.0, 8254.0, 8242.0, 8259.0, 8270.0, 8243.0, 8252.0, 8242.0, 8253.0, 8229.0, 8240.0, 8244.0, 8225.0, 8242.0, 8240.0, 8243.0, 8257.0, 8245.0, 8243.0, 8242.0, 8255.0, 8240.0, 8244.0, 8256.0, 8244.0, 8236.0, 8226.0, 8220.0, 8226.0, 8239.0, 8227.0, 8239.0, 8224.0, 8234.0, 8207.0, 8231.0, 8222.0, 8235.0, 8221.0, 8250.0, 8205.0, 8238.0, 8238.0, 8242.0, 8211.0, 8243.0, 8242.0, 8229.0, 8243.0, 8245.0, 8244.0, 8244.0, 8227.0, 8224.0, 8238.0, 8241.0, 8240.0, 8238.0, 8252.0, 8220.0, 8249.0, 8219.0, 8251.0, 8221.0, 8252.0, 8238.0, 8256.0, 8226.0, 8261.0, 8245.0, 8247.0, 8257.0, 8229.0, 8245.0, 8244.0, 8259.0, 8257.0, 8258.0, 8211.0, 8239.0, 8268.0, 8228.0, 8227.0, 8227.0, 8239.0, 8252.0, 8236.0, 8234.0, 8221.0, 8234.0, 8222.0, 8231.0, 8206.0, 8216.0, 8218.0, 8232.0, 8238.0, 8251.0, 8236.0, 8237.0, 8222.0, 8257.0, 8242.0, 8263.0, 8246.0, 8263.0, 8260.0, 8248.0, 8261.0, 8249.0, 8247.0, 8246.0, 8259.0, 8274.0, 8248.0, 8274.0, 8249.0, 8271.0, 8229.0, 8220.0, 8222.0, 8219.0, 8223.0, 8239.0, 8239.0, 8239.0, 8239.0, 8243.0, 8257.0, 8246.0, 8241.0, 8228.0, 8240.0, 8224.0, 8242.0, 8225.0, 8229.0, 8240.0, 8241.0, 8237.0, 8253.0, 8224.0, 8224.0, 8225.0, 8236.0, 8238.0, 8234.0, 8231.0, 8219.0, 8246.0, 8206.0, 8216.0, 8203.0, 8215.0, 8202.0, 8220.0, 8217.0, 8221.0, 8217.0, 8218.0, 8215.0, 8206.0, 8237.0, 8217.0, 8220.0, 8232.0, 8235.0, 8220.0, 8238.0, 8235.0, 8226.0, 8207.0, 8209.0, 8225.0, 8227.0, 8243.0, 8242.0, 8245.0, 8243.0, 8246.0, 8231.0, 8246.0, 8246.0, 8249.0, 8266.0, 8228.0, 8255.0, 8252.0, 8244.0, 8259.0, 8263.0, 8283.0, 8251.0, 8267.0, 8264.0, 8261.0, 8264.0, 8260.0, 8246.0, 8256.0, 8242.0, 8234.0, 8221.0, 8235.0, 8233.0, 8233.0, 8220.0, 8229.0, 8216.0, 8232.0, 8235.0, 8251.0, 8235.0, 8240.0, 8252.0, 8242.0, 8242.0, 8260.0, 8230.0, 8260.0, 8258.0, 8245.0, 8260.0, 8247.0, 8262.0, 8246.0, 8257.0, 8257.0, 8258.0, 8257.0, 8246.0, 8246.0, 8259.0, 8258.0, 8244.0, 8244.0, 8246.0, 8276.0, 8258.0, 8246.0, 8254.0, 8228.0, 8238.0, 8242.0, 8236.0, 8224.0, 8219.0, 8221.0, 8218.0, 8220.0, 8238.0, 8222.0, 8253.0, 8237.0, 8225.0, 8223.0, 8228.0, 8229.0, 8244.0, 8241.0, 8227.0, 8239.0, 8224.0, 8228.0, 8241.0, 8255.0, 8252.0, 8222.0, 8235.0, 8223.0, 8256.0, 8240.0, 8253.0, 8225.0, 8239.0, 8224.0, 8277.0, 8257.0, 8247.0, 8247.0, 8230.0, 8229.0, 8214.0, 8248.0, 8276.0, 8251.0, 8231.0, 8231.0, 8241.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.0010633150384193194</td></tr>
<tr><td colspan=3>aqi</td><td>0.026852511525795826</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.71516707698903</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1989557046703303</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0153060645714278</td></tr>
<tr><td colspan=3>efc</td><td>0.4475</td></tr>
<tr><td colspan=3>fber</td><td>5394.7798</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07557140152206529</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2074643249176729</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.505344631175762</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.428545487553509</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.749836388984246</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3376520169895323</td></tr>
<tr><td colspan=3>gcor</td><td>0.00587666</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01630485989153385</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03140813857316971</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7939409900888</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>34.0294</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3425</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.4799</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310372.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>617.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>264.8839</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3149</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>418.954</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2917.0866</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>856.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3795.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>826.3113</td></tr>
<tr><td colspan=3>tsnr</td><td>38.54198006982915</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>