ds005256-mriqc/sub-0132_ses-02_task-faces_acq-mb8_run-02_bold.html
Felix Hoffstaedter 37d14238cf [DATALAD RUNCMD] Compute MRIQC for sub-0132
=== 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-0132 --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-0132",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:14:38 +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-0132_ses-02_task-faces_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0132_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0132_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-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-02/func/sub-0132_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a1b09ead7909d76c058847279090b57f</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>19:45:16.982500</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.999858, 0.0110846, -0.0126984, -0.0101218, 0.997242, 0.0735244]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0747887</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4215, -7779, -7216, 223, -78, -51, -82, 144]</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>227.506</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eaf092a1-2a4f-4dc6-a742-141b9cd366c9||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.6825456619262695, -0.027156023308634758, -0.03639146313071251, 115.0146713256836], [-0.02973906882107258, 2.675527572631836, 0.19814063608646393, -93.51024627685547], [-0.0340687595307827, -0.19726057350635529, 2.692473888397217, -61.141666412353516], [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': ['194516.982500', '194517.442500', '194517.902500', '194518.362500', '194518.822500', '194519.282500', '194519.742500', '194520.202500', '194520.662500', '194521.122500', '194521.582500', '194522.042500', '194522.502500', '194522.962500', '194523.422500', '194523.882500', '194524.342500', '194524.802500', '194525.262500', '194525.722500', '194526.182500', '194526.642500', '194527.102500', '194527.562500', '194528.022500', '194528.482500', '194528.942500', '194529.402500', '194529.862500', '194530.322500', '194530.782500', '194531.242500', '194531.702500', '194532.162500', '194532.622500', '194533.082500', '194533.542500', '194534.002500', '194534.462500', '194534.922500', '194535.382500', '194535.842500', '194536.302500', '194536.762500', '194537.222500', '194537.682500', '194538.142500', '194538.602500', '194539.062500', '194539.522500', '194539.982500', '194540.442500', '194540.902500', '194541.362500', '194541.822500', '194542.282500', '194542.742500', '194543.202500', '194543.662500', '194544.122500', '194544.582500', '194545.042500', '194545.502500', '194545.962500', '194546.422500', '194546.882500', '194547.342500', '194547.802500', '194548.262500', '194548.722500', '194549.182500', '194549.642500', '194550.102500', '194550.562500', '194551.022500', '194551.482500', '194551.942500', '194552.402500', '194552.862500', '194553.322500', '194553.782500', '194554.242500', '194554.702500', '194555.162500', '194555.622500', '194556.082500', '194556.542500', '194557.002500', '194557.462500', '194557.922500', '194558.382500', '194558.842500', '194559.302500', '194559.762500', '194600.222500', '194600.682500', '194601.142500', '194601.602500', '194602.062500', '194602.522500', '194602.982500', '194603.442500', '194603.902500', '194604.362500', '194604.822500', '194605.282500', '194605.742500', '194606.202500', '194606.662500', '194607.122500', '194607.582500', '194608.042500', '194608.502500', '194608.962500', '194609.422500', '194609.882500', '194610.342500', '194610.802500', '194611.262500', '194611.722500', '194612.182500', '194612.642500', '194613.102500', '194613.562500', '194614.022500', '194614.482500', '194614.942500', '194615.402500', '194615.862500', '194616.322500', '194616.782500', '194617.242500', '194617.702500', '194618.162500', '194618.622500', '194619.082500', '194619.542500', '194620.002500', '194620.462500', '194620.922500', '194621.382500', '194621.842500', '194622.302500', '194622.762500', '194623.222500', '194623.682500', '194624.142500', '194624.602500', '194625.062500', '194625.522500', '194625.982500', '194626.442500', '194626.902500', '194627.362500', '194627.822500', '194628.282500', '194628.742500', '194629.202500', '194629.662500', '194630.122500', '194630.582500', '194631.042500', '194631.502500', '194631.962500', '194632.422500', '194632.882500', '194633.342500', '194633.802500', '194634.262500', '194634.722500', '194635.182500', '194635.642500', '194636.102500', '194636.562500', '194637.022500', '194637.482500', '194637.942500', '194638.402500', '194638.862500', '194639.322500', '194639.782500', '194640.242500', '194640.702500', '194641.162500', '194641.622500', '194642.082500', '194642.542500', '194643.002500', '194643.462500', '194643.922500', '194644.382500', '194644.842500', '194645.302500', '194645.762500', '194646.222500', '194646.682500', '194647.142500', '194647.602500', '194648.062500', '194648.522500', '194648.982500', '194649.442500', '194649.902500', '194650.362500', '194650.822500', '194651.282500', '194651.742500', '194652.202500', '194652.662500', '194653.122500', '194653.582500', '194654.042500', '194654.502500', '194654.962500', '194655.422500', '194655.882500', '194656.342500', '194656.802500', '194657.262500', '194657.722500', '194658.182500', '194658.642500', '194659.102500', '194659.562500', '194700.022500', '194700.482500', '194700.942500', '194701.402500', '194701.862500', '194702.322500', '194702.782500', '194703.242500', '194703.702500', '194704.162500', '194704.622500', '194705.082500', '194705.542500', '194706.002500', '194706.462500', '194706.922500', '194707.382500', '194707.842500', '194708.302500', '194708.762500', '194709.222500', '194709.682500', '194710.142500', '194710.602500', '194711.062500', '194711.522500', '194711.982500', '194712.442500', '194712.902500', '194713.362500', '194713.822500', '194714.282500', '194714.742500', '194715.202500', '194715.662500', '194716.122500', '194716.582500', '194717.042500', '194717.502500', '194717.962500', '194718.422500', '194718.882500', '194719.342500', '194719.802500', '194720.262500', '194720.722500', '194721.182500', '194721.642500', '194722.102500', '194722.562500', '194723.022500', '194723.482500', '194723.942500', '194724.402500', '194724.862500', '194725.322500', '194725.782500', '194726.242500', '194726.702500', '194727.162500', '194727.622500', '194728.082500', '194728.542500', '194729.002500', '194729.462500', '194729.922500', '194730.382500', '194730.842500', '194731.302500', '194731.762500', '194732.222500', '194732.682500', '194733.142500', '194733.602500', '194734.062500', '194734.522500', '194734.982500', '194735.442500', '194735.902500', '194736.362500', '194736.822500', '194737.282500', '194737.742500', '194738.202500', '194738.662500', '194739.122500', '194739.582500', '194740.042500', '194740.502500', '194740.962500', '194741.422500', '194741.882500', '194742.342500', '194742.802500', '194743.262500', '194743.722500', '194744.182500', '194744.642500', '194745.102500', '194745.562500', '194746.022500', '194746.482500', '194746.942500', '194747.402500', '194747.862500', '194748.322500', '194748.782500', '194749.242500', '194749.702500', '194750.162500', '194750.622500', '194751.082500', '194751.542500', '194752.002500', '194752.462500', '194752.922500', '194753.382500', '194753.842500', '194754.302500', '194754.762500', '194755.222500', '194755.682500', '194756.142500', '194756.602500', '194757.062500', '194757.522500', '194757.982500', '194758.442500', '194758.902500', '194759.362500', '194759.822500', '194800.282500', '194800.742500', '194801.202500', '194801.662500', '194802.122500', '194802.582500', '194803.042500', '194803.502500', '194803.962500', '194804.422500', '194804.882500', '194805.342500', '194805.802500', '194806.262500', '194806.722500', '194807.182500', '194807.642500', '194808.102500', '194808.562500', '194809.022500', '194809.482500', '194809.942500', '194810.402500', '194810.862500', '194811.322500', '194811.782500', '194812.242500', '194812.702500', '194813.162500', '194813.622500', '194814.082500', '194814.542500', '194815.002500', '194815.462500', '194815.922500', '194816.382500', '194816.842500', '194817.302500', '194817.762500', '194818.222500', '194818.682500', '194819.142500', '194819.602500', '194820.062500', '194820.522500', '194820.982500', '194821.442500', '194821.902500', '194822.362500', '194822.822500', '194823.282500', '194823.742500', '194824.202500', '194824.662500', '194825.122500', '194825.582500', '194826.042500', '194826.502500', '194826.962500', '194827.422500', '194827.882500', '194828.342500', '194828.802500', '194829.262500', '194829.722500', '194830.182500', '194830.642500', '194831.102500', '194831.562500', '194832.022500', '194832.482500', '194832.942500', '194833.402500', '194833.862500', '194834.322500', '194834.782500', '194835.242500', '194835.702500', '194836.162500', '194836.622500', '194837.082500', '194837.542500', '194838.002500', '194838.462500', '194838.922500', '194839.382500', '194839.842500', '194840.302500', '194840.762500', '194841.222500', '194841.682500', '194842.142500', '194842.602500', '194843.062500', '194843.522500', '194843.982500', '194844.442500', '194844.902500', '194845.362500', '194845.822500', '194846.282500', '194846.742500', '194847.202500', '194847.662500', '194848.122500', '194848.582500', '194849.042500', '194849.502500', '194849.962500', '194850.422500', '194850.882500', '194851.342500', '194851.802500', '194852.262500', '194852.722500', '194853.182500', '194853.642500', '194854.102500', '194854.562500', '194855.022500', '194855.482500', '194855.942500', '194856.402500', '194856.862500', '194857.322500', '194857.782500', '194858.242500', '194858.702500', '194859.162500', '194859.622500', '194900.082500', '194900.542500', '194901.002500', '194901.462500', '194901.922500', '194902.382500', '194902.842500', '194903.302500', '194903.762500', '194904.222500', '194904.682500', '194905.142500', '194905.602500', '194906.062500', '194906.522500', '194906.982500', '194907.442500', '194907.902500', '194908.362500', '194908.822500', '194909.282500', '194909.742500', '194910.202500', '194910.662500', '194911.122500', '194911.582500', '194912.042500', '194912.502500', '194912.962500', '194913.422500', '194913.882500', '194914.342500', '194914.802500', '194915.262500', '194915.722500', '194916.182500', '194916.642500', '194917.102500', '194917.562500', '194918.022500', '194918.482500', '194918.942500', '194919.402500', '194919.862500', '194920.322500', '194920.782500', '194921.242500', '194921.702500', '194922.162500', '194922.622500', '194923.082500', '194923.542500', '194924.002500', '194924.462500', '194924.922500', '194925.382500', '194925.842500', '194926.302500', '194926.762500', '194927.222500', '194927.682500', '194928.142500', '194928.602500', '194929.062500', '194929.522500', '194929.982500', '194930.442500', '194930.902500', '194931.362500', '194931.822500', '194932.282500', '194932.742500', '194933.202500', '194933.662500', '194934.122500', '194934.582500', '194935.042500', '194935.502500', '194935.962500', '194936.422500', '194936.882500', '194937.342500', '194937.802500', '194938.262500', '194938.722500', '194939.182500', '194939.642500', '194940.102500', '194940.562500', '194941.022500', '194941.482500', '194941.942500', '194942.402500', '194942.862500', '194943.322500', '194943.782500', '194944.242500', '194944.702500', '194945.162500', '194945.622500', '194946.082500', '194946.542500', '194947.002500', '194947.462500', '194947.922500', '194948.382500', '194948.842500', '194949.302500', '194949.762500', '194950.222500', '194950.682500', '194951.142500', '194951.602500', '194952.062500', '194952.522500', '194952.982500', '194953.442500', '194953.902500', '194954.362500', '194954.822500', '194955.282500', '194955.742500', '194956.202500', '194956.662500', '194957.122500', '194957.582500', '194958.042500', '194958.502500', '194958.962500', '194959.422500', '194959.882500', '195000.342500', '195000.802500', '195001.262500', '195001.722500', '195002.182500', '195002.642500', '195003.102500', '195003.562500', '195004.022500', '195004.482500', '195004.942500', '195005.402500', '195005.862500', '195006.322500', '195006.782500', '195007.242500', '195007.702500', '195008.162500', '195008.622500', '195009.082500', '195009.542500', '195010.002500', '195010.462500', '195010.922500', '195011.382500', '195011.842500', '195012.302500', '195012.762500', '195013.222500', '195013.682500', '195014.142500', '195014.602500', '195015.062500', '195015.522500', '195015.982500', '195016.442500', '195016.902500', '195017.362500', '195017.822500', '195018.282500', '195018.742500', '195019.202500', '195019.662500', '195020.122500', '195020.582500', '195021.042500', '195021.502500', '195021.962500', '195022.422500', '195022.882500', '195023.342500', '195023.802500', '195024.262500', '195024.722500', '195025.182500', '195025.642500', '195026.102500', '195026.562500', '195027.022500', '195027.482500', '195027.942500', '195028.402500', '195028.862500', '195029.322500', '195029.782500', '195030.242500', '195030.702500', '195031.162500', '195031.622500', '195032.082500', '195032.542500', '195033.002500', '195033.462500', '195033.922500', '195034.382500', '195034.842500', '195035.302500', '195035.762500', '195036.222500', '195036.682500', '195037.142500', '195037.602500', '195038.062500', '195038.522500', '195038.982500', '195039.442500', '195039.902500', '195040.362500', '195040.822500', '195041.282500', '195041.742500', '195042.202500', '195042.662500', '195043.122500', '195043.582500', '195044.042500', '195044.502500', '195044.962500', '195045.422500', '195045.882500', '195046.342500', '195046.802500', '195047.262500', '195047.722500', '195048.182500', '195048.642500', '195049.102500', '195049.562500', '195050.022500', '195050.482500', '195050.942500', '195051.402500', '195051.862500', '195052.322500', '195052.782500', '195053.242500', '195053.702500', '195054.162500', '195054.622500', '195055.082500', '195055.542500', '195056.002500', '195056.462500', '195056.922500', '195057.382500', '195057.842500', '195058.302500', '195058.762500', '195059.222500', '195059.682500', '195100.142500', '195100.602500', '195101.062500', '195101.522500', '195101.982500', '195102.442500', '195102.902500', '195103.362500', '195103.822500', '195104.282500', '195104.742500', '195105.202500', '195105.662500', '195106.122500', '195106.582500', '195107.042500', '195107.502500', '195107.962500', '195108.422500', '195108.882500', '195109.342500', '195109.802500', '195110.262500', '195110.722500', '195111.182500', '195111.642500', '195112.102500', '195112.562500', '195113.022500', '195113.482500', '195113.942500', '195114.402500', '195114.862500', '195115.322500', '195115.782500', '195116.242500', '195116.702500', '195117.162500', '195117.622500', '195118.082500', '195118.542500', '195119.002500', '195119.462500', '195119.922500', '195120.382500', '195120.842500', '195121.302500', '195121.762500', '195122.222500', '195122.682500', '195123.142500', '195123.602500', '195124.062500', '195124.522500', '195124.982500', '195125.442500', '195125.902500', '195126.362500', '195126.822500', '195127.282500', '195127.742500', '195128.202500', '195128.662500', '195129.122500', '195129.582500', '195130.042500', '195130.502500', '195130.962500', '195131.422500', '195131.882500', '195132.342500', '195132.802500', '195133.262500', '195133.722500', '195134.182500', '195134.642500', '195135.102500', '195135.562500', '195136.022500', '195136.482500', '195136.942500', '195137.402500', '195137.862500', '195138.322500', '195138.782500', '195139.242500', '195139.702500', '195140.162500', '195140.622500', '195141.082500', '195141.542500', '195142.002500', '195142.462500', '195142.922500', '195143.382500', '195143.842500', '195144.302500', '195144.762500', '195145.222500', '195145.682500', '195146.142500', '195146.602500', '195147.062500', '195147.522500', '195147.982500', '195148.442500', '195148.902500', '195149.362500', '195149.822500', '195150.282500', '195150.742500', '195151.202500', '195151.662500', '195152.122500', '195152.582500', '195153.042500', '195153.502500', '195153.962500', '195154.422500', '195154.882500', '195155.342500', '195155.802500', '195156.262500', '195156.722500', '195157.182500', '195157.642500', '195158.102500', '195158.562500', '195159.022500', '195159.482500', '195159.942500', '195200.402500', '195200.862500', '195201.322500', '195201.782500', '195202.242500', '195202.702500', '195203.162500', '195203.622500', '195204.082500', '195204.542500', '195205.002500', '195205.462500', '195205.922500', '195206.382500', '195206.842500', '195207.302500', '195207.762500', '195208.222500', '195208.682500', '195209.142500', '195209.602500', '195210.062500', '195210.522500', '195210.982500', '195211.442500', '195211.902500', '195212.362500', '195212.822500', '195213.282500', '195213.742500', '195214.202500', '195214.662500', '195215.122500', '195215.582500', '195216.042500', '195216.502500', '195216.962500'], 'ContentTime': ['194534.767000', '194534.770000', '194534.774000', '194534.777000', '194534.780000', '194534.782000', '194534.785000', '194534.788000', '194534.790000', '194534.793000', '194534.795000', '194534.798000', '194534.801000', '194534.803000', '194534.806000', '194534.808000', '194534.811000', '194534.816000', '194534.819000', '194534.822000', '194534.824000', '194534.827000', '194534.829000', '194534.832000', '194534.835000', '194534.849000', '194534.851000', '194534.854000', '194534.857000', '194534.859000', '194534.862000', '194534.864000', '194534.867000', '194534.869000', '194534.872000', '194554.737000', '194554.740000', '194554.743000', '194554.745000', '194554.748000', '194554.750000', '194554.753000', '194554.756000', '194554.758000', '194554.761000', '194554.763000', '194554.766000', '194554.768000', '194554.771000', '194554.774000', '194554.776000', '194554.779000', '194554.781000', '194554.784000', '194554.787000', '194554.789000', '194554.792000', '194554.794000', '194554.797000', '194554.800000', '194554.808000', '194554.810000', '194554.813000', '194554.815000', '194554.818000', '194554.820000', '194554.823000', '194554.825000', '194554.828000', '194554.831000', '194554.833000', '194554.836000', '194554.838000', '194554.841000', '194554.843000', '194554.846000', '194554.848000', '194554.851000', '194554.853000', '194614.737000', '194614.740000', '194614.743000', '194614.746000', '194614.748000', '194614.751000', '194614.753000', '194614.756000', '194614.759000', '194614.761000', '194614.764000', '194614.766000', '194614.769000', '194614.772000', '194614.774000', '194614.777000', '194614.787000', '194614.790000', '194614.793000', '194614.795000', '194614.798000', '194614.801000', '194614.803000', '194614.806000', '194614.808000', '194614.811000', '194614.814000', '194614.816000', '194614.819000', '194614.822000', '194614.824000', '194614.827000', '194614.829000', '194614.832000', '194614.835000', '194614.837000', '194614.840000', '194614.842000', '194614.845000', '194614.847000', '194614.850000', '194614.853000', '194614.855000', '194634.737000', '194634.740000', '194634.743000', '194634.745000', '194634.748000', '194634.751000', '194634.753000', '194634.756000', '194634.758000', '194634.761000', '194634.763000', '194634.766000', '194634.768000', '194634.771000', '194634.774000', '194634.776000', '194634.779000', '194634.781000', '194634.784000', '194634.787000', '194634.789000', '194634.792000', '194634.794000', '194634.797000', '194634.799000', '194634.802000', '194634.805000', '194634.807000', '194634.810000', '194634.812000', '194634.815000', '194634.817000', '194634.820000', '194634.823000', '194634.825000', '194634.828000', '194634.831000', '194634.833000', '194634.836000', '194634.838000', '194634.841000', '194634.844000', '194634.857000', '194634.860000', '194654.737000', '194654.740000', '194654.743000', '194654.745000', '194654.748000', '194654.750000', '194654.753000', '194654.756000', '194654.758000', '194654.761000', '194654.764000', '194654.770000', '194654.773000', '194654.775000', '194654.778000', '194654.781000', '194654.783000', '194654.793000', '194654.795000', '194654.798000', '194654.801000', '194654.804000', '194654.806000', '194654.809000', '194654.812000', '194654.815000', '194654.817000', '194654.820000', '194654.823000', '194654.825000', '194654.828000', '194654.838000', '194654.840000', '194654.843000', '194654.846000', '194654.848000', '194654.851000', '194654.853000', '194654.856000', '194654.858000', '194654.861000', '194654.863000', '194654.866000', '194714.737000', '194714.740000', '194714.743000', '194714.746000', '194714.748000', '194714.751000', '194714.754000', '194714.757000', '194714.759000', '194714.762000', '194714.764000', '194714.767000', '194714.769000', '194714.772000', '194714.774000', '194714.777000', '194714.780000', '194714.782000', '194714.785000', '194714.787000', '194714.790000', '194714.792000', '194714.795000', '194714.798000', '194714.800000', '194714.803000', '194714.805000', '194714.814000', '194714.817000', '194714.819000', '194714.822000', '194714.825000', '194714.827000', '194714.830000', '194714.832000', '194714.835000', '194714.838000', '194714.841000', '194714.843000', '194714.846000', '194714.848000', '194714.851000', '194714.854000', '194714.856000', '194734.738000', '194734.741000', '194734.744000', '194734.746000', '194734.749000', '194734.751000', '194734.754000', '194734.757000', '194734.759000', '194734.762000', '194734.764000', '194734.767000', '194734.769000', '194734.772000', '194734.774000', '194734.777000', '194734.780000', '194734.782000', '194734.785000', '194734.788000', '194734.790000', '194734.793000', '194734.795000', '194734.798000', '194734.800000', '194734.803000', '194734.806000', '194734.808000', '194734.811000', '194734.813000', '194734.816000', '194734.819000', '194734.822000', '194734.824000', '194734.827000', '194734.829000', '194734.832000', '194734.835000', '194734.837000', '194734.840000', '194734.842000', '194734.845000', '194734.847000', '194754.738000', '194754.741000', '194754.744000', '194754.747000', '194754.749000', '194754.752000', '194754.755000', '194754.757000', '194754.760000', '194754.762000', '194754.765000', '194754.767000', '194754.770000', '194754.773000', '194754.775000', '194754.778000', '194754.780000', '194754.783000', '194754.786000', '194754.788000', '194754.795000', '194754.798000', '194754.800000', '194754.803000', '194754.806000', '194754.808000', '194754.811000', '194754.814000', '194754.816000', '194754.819000', '194754.822000', '194754.824000', '194754.827000', '194754.829000', '194754.832000', '194754.834000', '194754.837000', '194754.840000', '194754.842000', '194754.845000', '194754.848000', '194754.850000', '194754.853000', '194754.856000', '194814.737000', '194814.740000', '194814.743000', '194814.745000', '194814.748000', '194814.751000', '194814.754000', '194814.756000', '194814.759000', '194814.762000', '194814.764000', '194814.767000', '194814.770000', '194814.772000', '194814.775000', '194814.777000', '194814.780000', '194814.783000', '194814.785000', '194814.788000', '194814.791000', '194814.794000', '194814.796000', '194814.799000', '194814.802000', '194814.805000', '194814.808000', '194814.810000', '194814.813000', '194814.816000', '194814.818000', '194814.821000', '194814.824000', '194814.826000', '194814.829000', '194814.832000', '194814.834000', '194814.837000', '194814.839000', '194814.842000', '194814.844000', '194814.847000', '194814.850000', '194834.737000', '194834.740000', '194834.743000', '194834.746000', '194834.748000', '194834.751000', '194834.753000', '194834.756000', '194834.759000', '194834.761000', '194834.764000', '194834.767000', '194834.769000', '194834.798000', '194834.801000', '194834.804000', '194834.806000', '194834.809000', '194834.811000', '194834.814000', '194834.817000', '194834.819000', '194834.822000', '194834.824000', '194834.827000', '194834.830000', '194834.832000', '194834.835000', '194834.837000', '194834.840000', '194834.843000', '194834.845000', '194834.848000', '194834.850000', '194834.853000', '194834.856000', '194834.858000', '194834.861000', '194834.863000', '194834.866000', '194834.868000', '194834.871000', '194834.874000', '194834.876000', '194854.738000', '194854.741000', '194854.743000', '194854.746000', '194854.748000', '194854.751000', '194854.754000', '194854.756000', '194854.759000', '194854.761000', '194854.764000', '194854.766000', '194854.769000', '194854.772000', '194854.774000', '194854.777000', '194854.779000', '194854.782000', '194854.784000', '194854.787000', '194854.790000', '194854.792000', '194854.795000', '194854.797000', '194854.800000', '194854.804000', '194854.806000', '194854.809000', '194854.812000', '194854.815000', '194854.818000', '194854.820000', '194854.823000', '194854.826000', '194854.828000', '194854.831000', '194854.833000', '194854.836000', '194854.839000', '194854.841000', '194854.844000', '194854.847000', '194854.849000', '194914.738000', '194914.740000', '194914.743000', '194914.746000', '194914.748000', '194914.751000', '194914.754000', '194914.756000', '194914.759000', '194914.762000', '194914.764000', '194914.767000', '194914.770000', '194914.772000', '194914.775000', '194914.777000', '194914.780000', '194914.783000', '194914.785000', '194914.788000', '194914.790000', '194914.793000', '194914.796000', '194914.798000', '194914.801000', '194914.804000', '194914.806000', '194914.809000', '194914.812000', '194914.814000', '194914.817000', '194914.820000', '194914.822000', '194914.825000', '194914.828000', '194914.830000', '194914.833000', '194914.835000', '194914.838000', '194914.841000', '194914.843000', '194914.846000', '194914.849000', '194914.851000', '194934.737000', '194934.740000', '194934.743000', '194934.745000', '194934.748000', '194934.751000', '194934.753000', '194934.756000', '194934.758000', '194934.761000', '194934.764000', '194934.766000', '194934.769000', '194934.771000', '194934.774000', '194934.777000', '194934.779000', '194934.782000', '194934.784000', '194934.787000', '194934.790000', '194934.792000', '194934.795000', '194934.797000', '194934.800000', '194934.803000', '194934.805000', '194934.808000', '194934.810000', '194934.814000', '194934.817000', '194934.820000', '194934.823000', '194934.826000', '194934.828000', '194934.831000', '194934.834000', '194934.836000', '194934.839000', '194934.842000', '194934.845000', '194934.848000', '194934.850000', '194954.739000', '194954.741000', '194954.744000', '194954.747000', '194954.749000', '194954.752000', '194954.754000', '194954.757000', '194954.759000', '194954.762000', '194954.765000', '194954.767000', '194954.770000', '194954.772000', '194954.775000', '194954.778000', '194954.780000', '194954.783000', '194954.785000', '194954.788000', '194954.790000', '194954.793000', '194954.796000', '194954.798000', '194954.801000', '194954.804000', '194954.806000', '194954.809000', '194954.811000', '194954.814000', '194954.817000', '194954.819000', '194954.822000', '194954.824000', '194954.827000', '194954.829000', '194954.832000', '194954.835000', '194954.846000', '194954.849000', '194954.851000', '194954.854000', '194954.856000', '194954.859000', '195014.738000', '195014.741000', '195014.743000', '195014.746000', '195014.749000', '195014.751000', '195014.754000', '195014.756000', '195014.759000', '195014.762000', '195014.765000', '195014.767000', '195014.770000', '195014.773000', '195014.775000', '195014.778000', '195014.780000', '195014.783000', '195014.786000', '195014.788000', '195014.791000', '195014.793000', '195014.796000', '195014.798000', '195014.801000', '195014.804000', '195014.806000', '195014.809000', '195014.811000', '195014.814000', '195014.817000', '195014.819000', '195014.822000', '195014.824000', '195014.827000', '195014.829000', '195014.832000', '195014.835000', '195014.837000', '195014.840000', '195014.843000', '195014.845000', '195014.848000', '195034.737000', '195034.740000', '195034.743000', '195034.746000', '195034.748000', '195034.751000', '195034.753000', '195034.756000', '195034.759000', '195034.761000', '195034.764000', '195034.766000', '195034.769000', '195034.771000', '195034.774000', '195034.777000', '195034.779000', '195034.782000', '195034.785000', '195034.787000', '195034.790000', '195034.792000', '195034.795000', '195034.798000', '195034.801000', '195034.803000', '195034.806000', '195034.809000', '195034.811000', '195034.814000', '195034.816000', '195034.819000', '195034.822000', '195034.824000', '195034.827000', '195034.829000', '195034.832000', '195034.835000', '195034.837000', '195034.840000', '195034.842000', '195034.845000', '195034.847000', '195034.850000', '195054.738000', '195054.741000', '195054.743000', '195054.746000', '195054.748000', '195054.751000', '195054.754000', '195054.756000', '195054.759000', '195054.761000', '195054.764000', '195054.766000', '195054.769000', '195054.771000', '195054.774000', '195054.777000', '195054.779000', '195054.782000', '195054.784000', '195054.787000', '195054.789000', '195054.792000', '195054.795000', '195054.797000', '195054.800000', '195054.803000', '195054.805000', '195054.808000', '195054.810000', '195054.813000', '195054.815000', '195054.818000', '195054.821000', '195054.823000', '195054.826000', '195054.828000', '195054.831000', '195054.834000', '195054.836000', '195054.839000', '195054.842000', '195054.844000', '195054.847000', '195114.737000', '195114.740000', '195114.743000', '195114.745000', '195114.748000', '195114.751000', '195114.753000', '195114.756000', '195114.758000', '195114.761000', '195114.763000', '195114.766000', '195114.769000', '195114.771000', '195114.774000', '195114.776000', '195114.779000', '195114.781000', '195114.784000', '195114.787000', '195114.789000', '195114.792000', '195114.794000', '195114.797000', '195114.800000', '195114.803000', '195114.805000', '195114.808000', '195114.810000', '195114.813000', '195114.815000', '195114.818000', '195114.821000', '195114.823000', '195114.826000', '195114.828000', '195114.831000', '195114.834000', '195114.836000', '195114.839000', '195114.841000', '195114.844000', '195114.846000', '195114.849000', '195134.738000', '195134.740000', '195134.743000', '195134.746000', '195134.748000', '195134.762000', '195134.765000', '195134.767000', '195134.770000', '195134.773000', '195134.775000', '195134.778000', '195134.780000', '195134.783000', '195134.786000', '195134.788000', '195134.791000', '195134.793000', '195134.796000', '195134.799000', '195134.801000', '195134.804000', '195134.806000', '195134.809000', '195134.812000', '195134.814000', '195134.817000', '195134.819000', '195134.822000', '195134.825000', '195134.827000', '195134.830000', '195134.833000', '195134.835000', '195134.838000', '195134.840000', '195134.843000', '195134.846000', '195134.848000', '195134.851000', '195134.854000', '195134.856000', '195134.859000', '195154.738000', '195154.741000', '195154.743000', '195154.746000', '195154.748000', '195154.751000', '195154.753000', '195154.756000', '195154.759000', '195154.761000', '195154.764000', '195154.766000', '195154.769000', '195154.771000', '195154.774000', '195154.777000', '195154.779000', '195154.782000', '195154.784000', '195154.787000', '195154.789000', '195154.792000', '195154.795000', '195154.797000', '195154.800000', '195154.802000', '195154.805000', '195154.808000', '195154.810000', '195154.813000', '195154.815000', '195154.818000', '195154.821000', '195154.823000', '195154.826000', '195154.828000', '195154.831000', '195154.833000', '195154.836000', '195154.839000', '195154.841000', '195154.844000', '195154.846000', '195154.849000', '195214.738000', '195214.741000', '195214.744000', '195214.746000', '195214.749000', '195214.752000', '195214.754000', '195214.757000', '195214.759000', '195214.772000', '195214.774000', '195214.777000', '195214.779000', '195214.782000', '195214.785000', '195214.787000', '195214.790000', '195214.793000', '195214.795000', '195214.798000', '195214.800000', '195214.803000', '195214.806000', '195214.808000', '195214.811000', '195214.813000', '195214.816000', '195214.819000', '195214.821000', '195214.824000', '195214.827000', '195214.829000', '195214.832000', '195214.834000', '195214.837000', '195214.840000', '195214.842000', '195214.845000', '195214.847000', '195214.850000', '195214.853000', '195214.855000', '195214.858000', '195218.554000', '195218.557000', '195218.559000', '195218.562000', '195218.565000', '195218.567000', '195218.570000', '195218.573000', '195218.575000'], 'InstanceCreationTime': ['194534.767000', '194534.770000', '194534.774000', '194534.777000', '194534.780000', '194534.782000', '194534.785000', '194534.788000', '194534.790000', '194534.793000', '194534.795000', '194534.798000', '194534.801000', '194534.803000', '194534.806000', '194534.808000', '194534.811000', '194534.816000', '194534.819000', '194534.822000', '194534.824000', '194534.827000', '194534.829000', '194534.832000', '194534.835000', '194534.849000', '194534.851000', '194534.854000', '194534.857000', '194534.859000', '194534.862000', '194534.864000', '194534.867000', '194534.869000', '194534.872000', '194554.737000', '194554.740000', '194554.743000', '194554.745000', '194554.748000', '194554.750000', '194554.753000', '194554.756000', '194554.758000', '194554.761000', '194554.763000', '194554.766000', '194554.768000', '194554.771000', '194554.774000', '194554.776000', '194554.779000', '194554.781000', '194554.784000', '194554.787000', '194554.789000', '194554.792000', '194554.794000', '194554.797000', '194554.800000', '194554.808000', '194554.810000', '194554.813000', '194554.815000', '194554.818000', '194554.820000', '194554.823000', '194554.825000', '194554.828000', '194554.831000', '194554.833000', '194554.836000', '194554.838000', '194554.841000', '194554.843000', '194554.846000', '194554.848000', '194554.851000', '194554.853000', '194614.737000', '194614.740000', '194614.743000', '194614.746000', '194614.748000', '194614.751000', '194614.753000', '194614.756000', '194614.759000', '194614.761000', '194614.764000', '194614.766000', '194614.769000', '194614.772000', '194614.774000', '194614.777000', '194614.787000', '194614.790000', '194614.793000', '194614.795000', '194614.798000', '194614.801000', '194614.803000', '194614.806000', '194614.808000', '194614.811000', '194614.814000', '194614.816000', '194614.819000', '194614.822000', '194614.824000', '194614.827000', '194614.829000', '194614.832000', '194614.835000', '194614.837000', '194614.840000', '194614.842000', '194614.845000', '194614.847000', '194614.850000', '194614.853000', '194614.855000', '194634.737000', '194634.740000', '194634.743000', '194634.745000', '194634.748000', '194634.751000', '194634.753000', '194634.756000', '194634.758000', '194634.761000', '194634.763000', '194634.766000', '194634.768000', '194634.771000', '194634.774000', '194634.776000', '194634.779000', '194634.781000', '194634.784000', '194634.787000', '194634.789000', '194634.792000', '194634.794000', '194634.797000', '194634.799000', '194634.802000', '194634.805000', '194634.807000', '194634.810000', '194634.812000', '194634.815000', '194634.817000', '194634.820000', '194634.823000', '194634.825000', '194634.828000', '194634.831000', '194634.833000', '194634.836000', '194634.838000', '194634.841000', '194634.844000', '194634.857000', '194634.860000', '194654.737000', '194654.740000', '194654.743000', '194654.745000', '194654.748000', '194654.750000', '194654.753000', '194654.756000', '194654.758000', '194654.761000', '194654.764000', '194654.770000', '194654.773000', '194654.775000', '194654.778000', '194654.781000', '194654.783000', '194654.793000', '194654.795000', '194654.798000', '194654.801000', '194654.804000', '194654.806000', '194654.809000', '194654.812000', '194654.815000', '194654.817000', '194654.820000', '194654.823000', '194654.825000', '194654.828000', '194654.838000', '194654.840000', '194654.843000', '194654.846000', '194654.848000', '194654.851000', '194654.853000', '194654.856000', '194654.858000', '194654.861000', '194654.863000', '194654.866000', '194714.737000', '194714.740000', '194714.743000', '194714.746000', '194714.748000', '194714.751000', '194714.754000', '194714.757000', '194714.759000', '194714.762000', '194714.764000', '194714.767000', '194714.769000', '194714.772000', '194714.774000', '194714.777000', '194714.780000', '194714.782000', '194714.785000', '194714.787000', '194714.790000', '194714.792000', '194714.795000', '194714.798000', '194714.800000', '194714.803000', '194714.805000', '194714.814000', '194714.817000', '194714.819000', '194714.822000', '194714.825000', '194714.827000', '194714.830000', '194714.832000', '194714.835000', '194714.838000', '194714.841000', '194714.843000', '194714.846000', '194714.848000', '194714.851000', '194714.854000', '194714.856000', '194734.738000', '194734.741000', '194734.744000', '194734.746000', '194734.749000', '194734.751000', '194734.754000', '194734.757000', '194734.759000', '194734.762000', '194734.764000', '194734.767000', '194734.769000', '194734.772000', '194734.774000', '194734.777000', '194734.780000', '194734.782000', '194734.785000', '194734.788000', '194734.790000', '194734.793000', '194734.795000', '194734.798000', '194734.800000', '194734.803000', '194734.806000', '194734.808000', '194734.811000', '194734.813000', '194734.816000', '194734.819000', '194734.822000', '194734.824000', '194734.827000', '194734.829000', '194734.832000', '194734.835000', '194734.837000', '194734.840000', '194734.842000', '194734.845000', '194734.847000', '194754.738000', '194754.741000', '194754.744000', '194754.747000', '194754.749000', '194754.752000', '194754.755000', '194754.757000', '194754.760000', '194754.762000', '194754.765000', '194754.767000', '194754.770000', '194754.773000', '194754.775000', '194754.778000', '194754.780000', '194754.783000', '194754.786000', '194754.788000', '194754.795000', '194754.798000', '194754.800000', '194754.803000', '194754.806000', '194754.808000', '194754.811000', '194754.814000', '194754.816000', '194754.819000', '194754.822000', '194754.824000', '194754.827000', '194754.829000', '194754.832000', '194754.834000', '194754.837000', '194754.840000', '194754.842000', '194754.845000', '194754.848000', '194754.850000', '194754.853000', '194754.856000', '194814.737000', '194814.740000', '194814.743000', '194814.745000', '194814.748000', '194814.751000', '194814.754000', '194814.756000', '194814.759000', '194814.762000', '194814.764000', '194814.767000', '194814.770000', '194814.772000', '194814.775000', '194814.777000', '194814.780000', '194814.783000', '194814.785000', '194814.788000', '194814.791000', '194814.794000', '194814.796000', '194814.799000', '194814.802000', '194814.805000', '194814.808000', '194814.810000', '194814.813000', '194814.816000', '194814.818000', '194814.821000', '194814.824000', '194814.826000', '194814.829000', '194814.832000', '194814.834000', '194814.837000', '194814.839000', '194814.842000', '194814.844000', '194814.847000', '194814.850000', '194834.737000', '194834.740000', '194834.743000', '194834.746000', '194834.748000', '194834.751000', '194834.753000', '194834.756000', '194834.759000', '194834.761000', '194834.764000', '194834.767000', '194834.769000', '194834.798000', '194834.801000', '194834.804000', '194834.806000', '194834.809000', '194834.811000', '194834.814000', '194834.817000', '194834.819000', '194834.822000', '194834.824000', '194834.827000', '194834.830000', '194834.832000', '194834.835000', '194834.837000', '194834.840000', '194834.843000', '194834.845000', '194834.848000', '194834.850000', '194834.853000', '194834.856000', '194834.858000', '194834.861000', '194834.863000', '194834.866000', '194834.868000', '194834.871000', '194834.874000', '194834.876000', '194854.738000', '194854.741000', '194854.743000', '194854.746000', '194854.748000', '194854.751000', '194854.754000', '194854.756000', '194854.759000', '194854.761000', '194854.764000', '194854.766000', '194854.769000', '194854.772000', '194854.774000', '194854.777000', '194854.779000', '194854.782000', '194854.784000', '194854.787000', '194854.790000', '194854.792000', '194854.795000', '194854.797000', '194854.800000', '194854.804000', '194854.806000', '194854.809000', '194854.812000', '194854.815000', '194854.818000', '194854.820000', '194854.823000', '194854.826000', '194854.828000', '194854.831000', '194854.833000', '194854.836000', '194854.839000', '194854.841000', '194854.844000', '194854.847000', '194854.849000', '194914.738000', '194914.740000', '194914.743000', '194914.746000', '194914.748000', '194914.751000', '194914.754000', '194914.756000', '194914.759000', '194914.762000', '194914.764000', '194914.767000', '194914.770000', '194914.772000', '194914.775000', '194914.777000', '194914.780000', '194914.783000', '194914.785000', '194914.788000', '194914.790000', '194914.793000', '194914.796000', '194914.798000', '194914.801000', '194914.804000', '194914.806000', '194914.809000', '194914.812000', '194914.814000', '194914.817000', '194914.820000', '194914.822000', '194914.825000', '194914.828000', '194914.830000', '194914.833000', '194914.835000', '194914.838000', '194914.841000', '194914.843000', '194914.846000', '194914.849000', '194914.851000', '194934.737000', '194934.740000', '194934.743000', '194934.745000', '194934.748000', '194934.751000', '194934.753000', '194934.756000', '194934.758000', '194934.761000', '194934.764000', '194934.766000', '194934.769000', '194934.771000', '194934.774000', '194934.777000', '194934.779000', '194934.782000', '194934.784000', '194934.787000', '194934.790000', '194934.792000', '194934.795000', '194934.797000', '194934.800000', '194934.803000', '194934.805000', '194934.808000', '194934.810000', '194934.814000', '194934.817000', '194934.820000', '194934.823000', '194934.826000', '194934.828000', '194934.831000', '194934.834000', '194934.836000', '194934.839000', '194934.842000', '194934.845000', '194934.848000', '194934.850000', '194954.739000', '194954.741000', '194954.744000', '194954.747000', '194954.749000', '194954.752000', '194954.754000', '194954.757000', '194954.759000', '194954.762000', '194954.765000', '194954.767000', '194954.770000', '194954.772000', '194954.775000', '194954.778000', '194954.780000', '194954.783000', '194954.785000', '194954.788000', '194954.790000', '194954.793000', '194954.796000', '194954.798000', '194954.801000', '194954.804000', '194954.806000', '194954.809000', '194954.811000', '194954.814000', '194954.817000', '194954.819000', '194954.822000', '194954.824000', '194954.827000', '194954.829000', '194954.832000', '194954.835000', '194954.846000', '194954.849000', '194954.851000', '194954.854000', '194954.856000', '194954.859000', '195014.738000', '195014.741000', '195014.743000', '195014.746000', '195014.749000', '195014.751000', '195014.754000', '195014.756000', '195014.759000', '195014.762000', '195014.765000', '195014.767000', '195014.770000', '195014.773000', '195014.775000', '195014.778000', '195014.780000', '195014.783000', '195014.786000', '195014.788000', '195014.791000', '195014.793000', '195014.796000', '195014.798000', '195014.801000', '195014.804000', '195014.806000', '195014.809000', '195014.811000', '195014.814000', '195014.817000', '195014.819000', '195014.822000', '195014.824000', '195014.827000', '195014.829000', '195014.832000', '195014.835000', '195014.837000', '195014.840000', '195014.843000', '195014.845000', '195014.848000', '195034.737000', '195034.740000', '195034.743000', '195034.746000', '195034.748000', '195034.751000', '195034.753000', '195034.756000', '195034.759000', '195034.761000', '195034.764000', '195034.766000', '195034.769000', '195034.771000', '195034.774000', '195034.777000', '195034.779000', '195034.782000', '195034.785000', '195034.787000', '195034.790000', '195034.792000', '195034.795000', '195034.798000', '195034.801000', '195034.803000', '195034.806000', '195034.809000', '195034.811000', '195034.814000', '195034.816000', '195034.819000', '195034.822000', '195034.824000', '195034.827000', '195034.829000', '195034.832000', '195034.835000', '195034.837000', '195034.840000', '195034.842000', '195034.845000', '195034.847000', '195034.850000', '195054.738000', '195054.741000', '195054.743000', '195054.746000', '195054.748000', '195054.751000', '195054.754000', '195054.756000', '195054.759000', '195054.761000', '195054.764000', '195054.766000', '195054.769000', '195054.771000', '195054.774000', '195054.777000', '195054.779000', '195054.782000', '195054.784000', '195054.787000', '195054.789000', '195054.792000', '195054.795000', '195054.797000', '195054.800000', '195054.803000', '195054.805000', '195054.808000', '195054.810000', '195054.813000', '195054.815000', '195054.818000', '195054.821000', '195054.823000', '195054.826000', '195054.828000', '195054.831000', '195054.834000', '195054.836000', '195054.839000', '195054.842000', '195054.844000', '195054.847000', '195114.737000', '195114.740000', '195114.743000', '195114.745000', '195114.748000', '195114.751000', '195114.753000', '195114.756000', '195114.758000', '195114.761000', '195114.763000', '195114.766000', '195114.769000', '195114.771000', '195114.774000', '195114.776000', '195114.779000', '195114.781000', '195114.784000', '195114.787000', '195114.789000', '195114.792000', '195114.794000', '195114.797000', '195114.800000', '195114.803000', '195114.805000', '195114.808000', '195114.810000', '195114.813000', '195114.815000', '195114.818000', '195114.821000', '195114.823000', '195114.826000', '195114.828000', '195114.831000', '195114.834000', '195114.836000', '195114.839000', '195114.841000', '195114.844000', '195114.846000', '195114.849000', '195134.738000', '195134.740000', '195134.743000', '195134.746000', '195134.748000', '195134.762000', '195134.765000', '195134.767000', '195134.770000', '195134.773000', '195134.775000', '195134.778000', '195134.780000', '195134.783000', '195134.786000', '195134.788000', '195134.791000', '195134.793000', '195134.796000', '195134.799000', '195134.801000', '195134.804000', '195134.806000', '195134.809000', '195134.812000', '195134.814000', '195134.817000', '195134.819000', '195134.822000', '195134.825000', '195134.827000', '195134.830000', '195134.833000', '195134.835000', '195134.838000', '195134.840000', '195134.843000', '195134.846000', '195134.848000', '195134.851000', '195134.854000', '195134.856000', '195134.859000', '195154.738000', '195154.741000', '195154.743000', '195154.746000', '195154.748000', '195154.751000', '195154.753000', '195154.756000', '195154.759000', '195154.761000', '195154.764000', '195154.766000', '195154.769000', '195154.771000', '195154.774000', '195154.777000', '195154.779000', '195154.782000', '195154.784000', '195154.787000', '195154.789000', '195154.792000', '195154.795000', '195154.797000', '195154.800000', '195154.802000', '195154.805000', '195154.808000', '195154.810000', '195154.813000', '195154.815000', '195154.818000', '195154.821000', '195154.823000', '195154.826000', '195154.828000', '195154.831000', '195154.833000', '195154.836000', '195154.839000', '195154.841000', '195154.844000', '195154.846000', '195154.849000', '195214.738000', '195214.741000', '195214.744000', '195214.746000', '195214.749000', '195214.752000', '195214.754000', '195214.757000', '195214.759000', '195214.772000', '195214.774000', '195214.777000', '195214.779000', '195214.782000', '195214.785000', '195214.787000', '195214.790000', '195214.793000', '195214.795000', '195214.798000', '195214.800000', '195214.803000', '195214.806000', '195214.808000', '195214.811000', '195214.813000', '195214.816000', '195214.819000', '195214.821000', '195214.824000', '195214.827000', '195214.829000', '195214.832000', '195214.834000', '195214.837000', '195214.840000', '195214.842000', '195214.845000', '195214.847000', '195214.850000', '195214.853000', '195214.855000', '195214.858000', '195218.554000', '195218.557000', '195218.559000', '195218.562000', '195218.565000', '195218.567000', '195218.570000', '195218.573000', '195218.575000'], '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': [8506, 9030, 9203, 7466, 9398, 7436, 9360, 14625, 11374, 14125, 7916, 10074, 7049, 8528, 15080, 7814, 11130, 7868, 7787, 10808, 7486, 9761, 7255, 8462, 6899, 7523, 8974, 6944, 8647, 7635, 8478, 7660, 8207, 7282, 7535, 9552, 7371, 10289, 8789, 11090, 7264, 8137, 13467, 8822, 13088, 7568, 11230, 7467, 9017, 16179, 11976, 13988, 7813, 9616, 7724, 8425, 7102, 8215, 9735, 7677, 10225, 8258, 10236, 8593, 8664, 8300, 7740, 11683, 8278, 9490, 8046, 9228, 7750, 8316, 11941, 8038, 9884, 7606, 9536, 8363, 7864, 8988, 7597, 9365, 7042, 8415, 7374, 8000, 8680, 7434, 11988, 7621, 8898, 7538, 8190, 13927, 8098, 8948, 7578, 8105, 7459, 7522, 8397, 7494, 11269, 7868, 10435, 7792, 7459, 10420, 6998, 9893, 7715, 7318, 10554, 7220, 8703, 7003, 7972, 9212, 7089, 8083, 7926, 7771, 7358, 6956, 7960, 8113, 6927, 7616, 9229, 7404, 10836, 7726, 12511, 7566, 8181, 11110, 8030, 15049, 7169, 10934, 8104, 10250, 7354, 7655, 16072, 7721, 8638, 7273, 8052, 7108, 6938, 8592, 6631, 7974, 7359, 8342, 7218, 7193, 9425, 7211, 9365, 8123, 7974, 7005, 7407, 10548, 7339, 9318, 7045, 8260, 8081, 7841, 7411, 7538, 8142, 7018, 13162, 8626, 12194, 8551, 7468, 8709, 7277, 12173, 7499, 8003, 7853, 7640, 7329, 7028, 9261, 7044, 8123, 7885, 7877, 7351, 6726, 9942, 7066, 9018, 6762, 7980, 7061, 8285, 7708, 9019, 7394, 9208, 7384, 9974, 8430, 12565, 7414, 9501, 14378, 11152, 14863, 7488, 10121, 7279, 8038, 13051, 7162, 10821, 6770, 8203, 6956, 8354, 7350, 7929, 7585, 7801, 7781, 8577, 10201, 12011, 8040, 7412, 7523, 7316, 10102, 7597, 12137, 8957, 12363, 7648, 8283, 15702, 8495, 15167, 10803, 14990, 8274, 8685, 16115, 8705, 13921, 8015, 8519, 7694, 7986, 7328, 7373, 8166, 6933, 8821, 7480, 8553, 7011, 8310, 7415, 8106, 7954, 7907, 7886, 7460, 7334, 8366, 7754, 7588, 7531, 7507, 8547, 6887, 9711, 7310, 8923, 7378, 9080, 7932, 9286, 7412, 8174, 7803, 7838, 7673, 7168, 8765, 6802, 10443, 7198, 9121, 7005, 8152, 8083, 8354, 7846, 7274, 7277, 7286, 7901, 7257, 7444, 7724, 8930, 7573, 7227, 6831, 7150, 7072, 12592, 7354, 10775, 7018, 9038, 8172, 8360, 7567, 7673, 7982, 7182, 8013, 7237, 8326, 7326, 11408, 6931, 10129, 8225, 9169, 7474, 11552, 6993, 11638, 8486, 9810, 7798, 10372, 7800, 9343, 7555, 9527, 8418, 9497, 8238, 7131, 8316, 8508, 8429, 8211, 8162, 12481, 7214, 11986, 8887, 11640, 8465, 9281, 7270, 8904, 7343, 8321, 7489, 7145, 10973, 7148, 9777, 7245, 9144, 6975, 10771, 7256, 10081, 7215, 10164, 7746, 10810, 9000, 11277, 7568, 9252, 7123, 9167, 12226, 8012, 12546, 7296, 11951, 7877, 12008, 7923, 11317, 7509, 11107, 9539, 11160, 7404, 9729, 8294, 9930, 9081, 8165, 11893, 7496, 11491, 7985, 10807, 7592, 10552, 7897, 9659, 6953, 8439, 7655, 7379, 8355, 7432, 9000, 7345, 12928, 7720, 11994, 9132, 11780, 7184, 8364, 9806, 7254, 13528, 7482, 10360, 7817, 9306, 7704, 8538, 7266, 7281, 12617, 7799, 11145, 7244, 10093, 7296, 9409, 7549, 8405, 11515, 7459, 11881, 8740, 11040, 8196, 8827, 8043, 7478, 9903, 7504, 10376, 8393, 9317, 7278, 7441, 12586, 6795, 9301, 7570, 9022, 7265, 8048, 7275, 7346, 7468, 7123, 10884, 6973, 10602, 8669, 10895, 7344, 9600, 7497, 10223, 7457, 8144, 8875, 8630, 15293, 11478, 13602, 7869, 12102, 8746, 10807, 7547, 9695, 7295, 7976, 13467, 7831, 11971, 6999, 9612, 8844, 10021, 7639, 9585, 8264, 9715, 8217, 11945, 7286, 9451, 8088, 10312, 7356, 11103, 7264, 8001, 7240, 8910, 7951, 9456, 7907, 7165, 12454, 7120, 12470, 7307, 11196, 7526, 10233, 7949, 10574, 8363, 8242, 7337, 7853, 7014, 6862, 10077, 7007, 9582, 7231, 9041, 7660, 8330, 7298, 7873, 7192, 7278, 8589, 6944, 12088, 7041, 10919, 6905, 9606, 7765, 10288, 7102, 8807, 7415, 9634, 7564, 10252, 7448, 7680, 7317, 7722, 7238, 7681, 10552, 7534, 12527, 7420, 11729, 7054, 11172, 7677, 11911, 8624, 10785, 7341, 10113, 7912, 7975, 8901, 7206, 8513, 8420, 10807, 11623, 9239, 12411, 7098, 12664, 7864, 12112, 7807, 10713, 7298, 8632, 7304, 8173, 7846, 8212, 7290, 8188, 7453, 7981, 7491, 7884, 7667, 7094, 7748, 6945, 10229, 6937, 11029, 7099, 11558, 8087, 11124, 7722, 9694, 7395, 7943, 7532, 7697, 7325, 8899, 7089, 8174, 7684, 10888, 7298, 10289, 7309, 10518, 11721, 9758, 15045, 6824, 12891, 7864, 12112, 7387, 8298, 7283, 7107, 13307, 7030, 10547, 6927, 9955, 7553, 11294, 7385, 10972, 7199, 10372, 8211, 10822, 7160, 10744, 7385, 10940, 8386, 12032, 7473, 9719, 7447, 11121, 8049, 9600, 8139, 11243, 7782, 14980, 7627, 11913, 7324, 11026, 8652, 11074, 7851, 10246, 8405, 8558, 7558, 9186, 7377, 7363, 7173, 7327, 7390, 7999, 7362, 7368, 7306, 7714, 7262, 8800, 7586, 7332, 8258, 8048, 7451, 8507, 7783, 7428, 12127, 9471, 11635, 10267, 7370, 12911, 7377, 8296, 7292, 9796, 7886, 9507, 7757, 10185, 11229, 10942, 9615, 9751, 8263, 12713, 8373, 16258, 11651, 15584, 10586, 9407, 10317, 8366, 15682, 8040, 12209, 7897, 9265, 8048, 8770, 7736, 7582, 7258, 7093, 7585, 7415, 7677, 8151, 7625, 8055, 7503, 8560, 7530, 8952, 8821, 8406, 9338, 7375, 7668, 8111, 8043, 7418, 7773, 7574, 9516, 7367, 11836, 7899, 11077, 7427, 9775, 7854, 8387, 7684, 7665, 8057, 8462, 7537, 7306, 7343, 8602, 7711, 7098, 7422, 8143, 7457, 7743, 10010, 7530, 12676, 8050, 11921, 7446, 10662, 8124, 7722, 7326, 8027, 7244, 7254, 7659, 7381, 7681, 7092, 7443, 7127, 7452, 6945, 7587, 8057, 8798, 7738, 7437, 7034, 7271, 7156, 13000, 7431, 11197, 7346, 9360, 7378, 9420, 7773, 8487, 7710, 6998, 7319, 7617, 7117, 7252, 9706, 7221, 8729, 8077, 8934, 7868, 7542, 8412, 9487, 7943, 8182, 7482, 8690, 8681, 8194, 8411, 12293, 11242, 15841, 9302, 13794, 8231, 9723, 8185, 9967, 7425, 7579, 7183, 7742, 7702, 7456, 8272, 7152, 8592, 7612, 7143, 7463, 7171, 7306, 7402, 7469, 8784, 7517, 11522, 7654, 10292, 8683, 10316, 7686, 8401, 8582, 7511, 7625, 8550, 8019, 7289, 7755, 7132, 7466, 7666, 7214, 7271, 10917, 7299, 9899], 'WindowCenter': [4216.0, 4199.0, 4186.0, 4152.0, 4170.0, 4137.0, 4168.0, 4207.0, 4187.0, 4195.0, 4131.0, 4151.0, 4107.0, 4128.0, 4168.0, 4118.0, 4147.0, 4115.0, 4117.0, 4134.0, 4106.0, 4135.0, 4108.0, 4127.0, 4107.0, 4119.0, 4125.0, 4108.0, 4140.0, 4129.0, 4141.0, 4119.0, 4130.0, 4118.0, 4131.0, 4150.0, 4122.0, 4162.0, 4142.0, 4173.0, 4121.0, 4131.0, 4169.0, 4130.0, 4158.0, 4108.0, 4147.0, 4097.0, 4128.0, 4178.0, 4145.0, 4155.0, 4104.0, 4125.0, 4092.0, 4114.0, 4081.0, 4116.0, 4122.0, 4105.0, 4123.0, 4114.0, 4133.0, 4114.0, 4114.0, 4103.0, 4118.0, 4144.0, 4114.0, 4124.0, 4105.0, 4125.0, 4103.0, 4116.0, 4145.0, 4116.0, 4124.0, 4104.0, 4122.0, 4102.0, 4115.0, 4114.0, 4104.0, 4124.0, 4106.0, 4118.0, 4107.0, 4129.0, 4128.0, 4107.0, 4147.0, 4107.0, 4129.0, 4118.0, 4128.0, 4166.0, 4115.0, 4124.0, 4103.0, 4105.0, 4105.0, 4117.0, 4116.0, 4105.0, 4146.0, 4116.0, 4148.0, 4105.0, 4105.0, 4135.0, 4107.0, 4137.0, 4103.0, 4105.0, 4134.0, 4093.0, 4116.0, 4093.0, 4118.0, 4126.0, 4095.0, 4104.0, 4117.0, 4128.0, 4116.0, 4108.0, 4116.0, 4117.0, 4106.0, 4119.0, 4138.0, 4110.0, 4150.0, 4119.0, 4159.0, 4106.0, 4129.0, 4148.0, 4116.0, 4165.0, 4094.0, 4135.0, 4104.0, 4136.0, 4094.0, 4104.0, 4163.0, 4103.0, 4112.0, 4092.0, 4104.0, 4081.0, 4092.0, 4113.0, 4095.0, 4115.0, 4106.0, 4117.0, 4104.0, 4107.0, 4126.0, 4107.0, 4125.0, 4116.0, 4116.0, 4096.0, 4108.0, 4148.0, 4107.0, 4125.0, 4107.0, 4117.0, 4118.0, 4117.0, 4107.0, 4119.0, 4116.0, 4109.0, 4169.0, 4127.0, 4156.0, 4127.0, 4118.0, 4125.0, 4105.0, 4154.0, 4104.0, 4114.0, 4115.0, 4117.0, 4105.0, 4106.0, 4137.0, 4107.0, 4116.0, 4118.0, 4117.0, 4107.0, 4109.0, 4138.0, 4110.0, 4129.0, 4098.0, 4118.0, 4109.0, 4130.0, 4132.0, 4141.0, 4133.0, 4150.0, 4133.0, 4150.0, 4132.0, 4170.0, 4121.0, 4151.0, 4180.0, 4159.0, 4179.0, 4105.0, 4136.0, 4093.0, 4105.0, 4154.0, 4094.0, 4134.0, 4096.0, 4115.0, 4107.0, 4116.0, 4108.0, 4117.0, 4119.0, 4120.0, 4118.0, 4141.0, 4138.0, 4160.0, 4130.0, 4118.0, 4120.0, 4119.0, 4147.0, 4132.0, 4170.0, 4141.0, 4169.0, 4107.0, 4118.0, 4165.0, 4114.0, 4154.0, 4122.0, 4152.0, 4088.0, 4099.0, 4151.0, 4088.0, 4138.0, 4077.0, 4086.0, 4076.0, 4088.0, 4065.0, 4078.0, 4100.0, 4092.0, 4108.0, 4090.0, 4097.0, 4080.0, 4099.0, 4092.0, 4104.0, 4103.0, 4101.0, 4102.0, 4092.0, 4105.0, 4127.0, 4105.0, 4116.0, 4106.0, 4107.0, 4126.0, 4110.0, 4137.0, 4107.0, 4127.0, 4109.0, 4127.0, 4118.0, 4127.0, 4109.0, 4118.0, 4117.0, 4118.0, 4107.0, 4110.0, 4129.0, 4110.0, 4148.0, 4109.0, 4138.0, 4110.0, 4119.0, 4129.0, 4129.0, 4119.0, 4121.0, 4118.0, 4120.0, 4130.0, 4121.0, 4133.0, 4145.0, 4151.0, 4131.0, 4131.0, 4111.0, 4109.0, 4109.0, 4169.0, 4119.0, 4149.0, 4110.0, 4137.0, 4129.0, 4129.0, 4117.0, 4119.0, 4117.0, 4109.0, 4117.0, 4119.0, 4129.0, 4120.0, 4159.0, 4121.0, 4149.0, 4130.0, 4151.0, 4120.0, 4170.0, 4122.0, 4159.0, 4139.0, 4139.0, 4119.0, 4160.0, 4132.0, 4140.0, 4130.0, 4137.0, 4131.0, 4138.0, 4129.0, 4108.0, 4130.0, 4128.0, 4131.0, 4129.0, 4130.0, 4171.0, 4119.0, 4158.0, 4128.0, 4145.0, 4115.0, 4125.0, 4105.0, 4127.0, 4105.0, 4117.0, 4105.0, 4097.0, 4146.0, 4108.0, 4138.0, 4118.0, 4136.0, 4109.0, 4172.0, 4133.0, 4150.0, 4122.0, 4161.0, 4132.0, 4160.0, 4140.0, 4160.0, 4118.0, 4139.0, 4108.0, 4138.0, 4159.0, 4119.0, 4158.0, 4108.0, 4157.0, 4129.0, 4157.0, 4129.0, 4159.0, 4119.0, 4158.0, 4140.0, 4158.0, 4108.0, 4138.0, 4129.0, 4148.0, 4127.0, 4129.0, 4168.0, 4130.0, 4170.0, 4141.0, 4158.0, 4117.0, 4146.0, 4117.0, 4138.0, 4106.0, 4127.0, 4115.0, 4119.0, 4128.0, 4119.0, 4138.0, 4120.0, 4168.0, 4118.0, 4156.0, 4128.0, 4158.0, 4095.0, 4116.0, 4135.0, 4106.0, 4165.0, 4106.0, 4135.0, 4105.0, 4126.0, 4105.0, 4126.0, 4104.0, 4106.0, 4155.0, 4117.0, 4145.0, 4106.0, 4136.0, 4106.0, 4126.0, 4104.0, 4115.0, 4144.0, 4106.0, 4145.0, 4115.0, 4144.0, 4114.0, 4125.0, 4103.0, 4105.0, 4135.0, 4105.0, 4133.0, 4115.0, 4126.0, 4094.0, 4104.0, 4153.0, 4094.0, 4124.0, 4105.0, 4126.0, 4104.0, 4128.0, 4107.0, 4119.0, 4119.0, 4121.0, 4159.0, 4121.0, 4160.0, 4141.0, 4171.0, 4132.0, 4162.0, 4120.0, 4161.0, 4105.0, 4116.0, 4126.0, 4128.0, 4178.0, 4158.0, 4166.0, 4104.0, 4145.0, 4115.0, 4145.0, 4105.0, 4136.0, 4094.0, 4116.0, 4155.0, 4105.0, 4155.0, 4095.0, 4124.0, 4126.0, 4136.0, 4114.0, 4135.0, 4128.0, 4147.0, 4129.0, 4157.0, 4106.0, 4137.0, 4117.0, 4147.0, 4108.0, 4172.0, 4118.0, 4116.0, 4106.0, 4127.0, 4116.0, 4138.0, 4105.0, 4106.0, 4168.0, 4109.0, 4166.0, 4107.0, 4156.0, 4118.0, 4146.0, 4116.0, 4146.0, 4116.0, 4116.0, 4094.0, 4115.0, 4093.0, 4096.0, 4134.0, 4105.0, 4136.0, 4107.0, 4137.0, 4117.0, 4127.0, 4119.0, 4129.0, 4107.0, 4120.0, 4128.0, 4109.0, 4168.0, 4110.0, 4159.0, 4108.0, 4148.0, 4142.0, 4160.0, 4120.0, 4138.0, 4118.0, 4149.0, 4118.0, 4147.0, 4106.0, 4119.0, 4119.0, 4118.0, 4107.0, 4118.0, 4160.0, 4142.0, 4180.0, 4120.0, 4156.0, 4106.0, 4157.0, 4118.0, 4168.0, 4139.0, 4147.0, 4118.0, 4147.0, 4129.0, 4129.0, 4140.0, 4118.0, 4139.0, 4129.0, 4160.0, 4157.0, 4138.0, 4155.0, 4096.0, 4154.0, 4117.0, 4156.0, 4118.0, 4146.0, 4106.0, 4127.0, 4103.0, 4112.0, 4102.0, 4114.0, 4105.0, 4125.0, 4117.0, 4127.0, 4118.0, 4129.0, 4117.0, 4108.0, 4116.0, 4107.0, 4148.0, 4109.0, 4158.0, 4120.0, 4169.0, 4130.0, 4160.0, 4119.0, 4139.0, 4121.0, 4141.0, 4118.0, 4118.0, 4108.0, 4139.0, 4109.0, 4154.0, 4142.0, 4161.0, 4120.0, 4150.0, 4109.0, 4160.0, 4159.0, 4139.0, 4167.0, 4086.0, 4156.0, 4117.0, 4157.0, 4095.0, 4115.0, 4093.0, 4108.0, 4156.0, 4096.0, 4134.0, 4105.0, 4146.0, 4118.0, 4158.0, 4119.0, 4158.0, 4109.0, 4148.0, 4141.0, 4160.0, 4121.0, 4159.0, 4120.0, 4159.0, 4128.0, 4157.0, 4118.0, 4150.0, 4119.0, 4157.0, 4129.0, 4137.0, 4129.0, 4157.0, 4118.0, 4178.0, 4106.0, 4145.0, 4106.0, 4145.0, 4127.0, 4146.0, 4116.0, 4135.0, 4114.0, 4115.0, 4104.0, 4138.0, 4119.0, 4119.0, 4107.0, 4119.0, 4120.0, 4131.0, 4120.0, 4132.0, 4132.0, 4146.0, 4133.0, 4152.0, 4144.0, 4122.0, 4131.0, 4120.0, 4108.0, 4141.0, 4118.0, 4110.0, 4171.0, 4140.0, 4135.0, 4124.0, 4096.0, 4158.0, 4108.0, 4115.0, 4108.0, 4138.0, 4120.0, 4140.0, 4106.0, 4138.0, 4135.0, 4137.0, 4115.0, 4114.0, 4103.0, 4145.0, 4092.0, 4155.0, 4121.0, 4144.0, 4099.0, 4089.0, 4096.0, 4077.0, 4126.0, 4065.0, 4103.0, 4064.0, 4075.0, 4063.0, 4073.0, 4053.0, 4066.0, 4065.0, 4067.0, 4090.0, 4081.0, 4090.0, 4103.0, 4092.0, 4106.0, 4095.0, 4116.0, 4106.0, 4129.0, 4117.0, 4118.0, 4127.0, 4097.0, 4095.0, 4118.0, 4107.0, 4109.0, 4108.0, 4121.0, 4138.0, 4110.0, 4157.0, 4119.0, 4148.0, 4109.0, 4138.0, 4119.0, 4118.0, 4109.0, 4108.0, 4118.0, 4118.0, 4119.0, 4111.0, 4110.0, 4131.0, 4119.0, 4112.0, 4121.0, 4133.0, 4123.0, 4134.0, 4153.0, 4135.0, 4172.0, 4133.0, 4161.0, 4111.0, 4151.0, 4121.0, 4108.0, 4109.0, 4131.0, 4109.0, 4110.0, 4119.0, 4109.0, 4107.0, 4111.0, 4109.0, 4110.0, 4110.0, 4122.0, 4133.0, 4132.0, 4131.0, 4122.0, 4133.0, 4112.0, 4108.0, 4110.0, 4170.0, 4109.0, 4148.0, 4108.0, 4129.0, 4110.0, 4141.0, 4120.0, 4118.0, 4108.0, 4099.0, 4106.0, 4120.0, 4098.0, 4111.0, 4137.0, 4111.0, 4131.0, 4131.0, 4130.0, 4120.0, 4122.0, 4144.0, 4152.0, 4133.0, 4133.0, 4124.0, 4144.0, 4144.0, 4132.0, 4145.0, 4163.0, 4163.0, 4182.0, 4129.0, 4157.0, 4118.0, 4139.0, 4118.0, 4127.0, 4097.0, 4107.0, 4096.0, 4108.0, 4107.0, 4109.0, 4119.0, 4100.0, 4131.0, 4120.0, 4097.0, 4109.0, 4098.0, 4109.0, 4109.0, 4111.0, 4129.0, 4110.0, 4159.0, 4120.0, 4162.0, 4129.0, 4138.0, 4108.0, 4116.0, 4127.0, 4107.0, 4107.0, 4128.0, 4118.0, 4109.0, 4118.0, 4110.0, 4109.0, 4121.0, 4109.0, 4121.0, 4161.0, 4122.0, 4150.0], 'WindowWidth': [9368.0, 9325.0, 9299.0, 9245.0, 9261.0, 9211.0, 9255.0, 9306.0, 9277.0, 9286.0, 9190.0, 9215.0, 9152.0, 9180.0, 9233.0, 9167.0, 9203.0, 9156.0, 9164.0, 9179.0, 9145.0, 9181.0, 9152.0, 9178.0, 9153.0, 9170.0, 9172.0, 9154.0, 9200.0, 9186.0, 9204.0, 9170.0, 9187.0, 9168.0, 9190.0, 9213.0, 9181.0, 9232.0, 9207.0, 9252.0, 9175.0, 9189.0, 9235.0, 9185.0, 9220.0, 9152.0, 9205.0, 9134.0, 9179.0, 9244.0, 9198.0, 9209.0, 9139.0, 9169.0, 9121.0, 9153.0, 9106.0, 9160.0, 9163.0, 9142.0, 9164.0, 9155.0, 9176.0, 9152.0, 9155.0, 9135.0, 9166.0, 9192.0, 9152.0, 9165.0, 9143.0, 9169.0, 9138.0, 9159.0, 9194.0, 9159.0, 9164.0, 9139.0, 9160.0, 9134.0, 9156.0, 9152.0, 9143.0, 9166.0, 9148.0, 9165.0, 9151.0, 9184.0, 9180.0, 9151.0, 9201.0, 9148.0, 9182.0, 9169.0, 9179.0, 9225.0, 9157.0, 9168.0, 9140.0, 9143.0, 9145.0, 9162.0, 9160.0, 9145.0, 9201.0, 9161.0, 9206.0, 9144.0, 9146.0, 9182.0, 9150.0, 9192.0, 9139.0, 9145.0, 9180.0, 9126.0, 9160.0, 9124.0, 9167.0, 9174.0, 9132.0, 9142.0, 9165.0, 9185.0, 9165.0, 9155.0, 9161.0, 9165.0, 9148.0, 9169.0, 9193.0, 9157.0, 9210.0, 9170.0, 9222.0, 9148.0, 9182.0, 9205.0, 9160.0, 9223.0, 9128.0, 9183.0, 9142.0, 9186.0, 9126.0, 9141.0, 9218.0, 9138.0, 9149.0, 9121.0, 9138.0, 9104.0, 9123.0, 9151.0, 9131.0, 9156.0, 9147.0, 9163.0, 9141.0, 9152.0, 9172.0, 9150.0, 9170.0, 9161.0, 9162.0, 9135.0, 9155.0, 9205.0, 9151.0, 9171.0, 9151.0, 9164.0, 9167.0, 9165.0, 9151.0, 9169.0, 9165.0, 9158.0, 9235.0, 9177.0, 9215.0, 9179.0, 9168.0, 9172.0, 9147.0, 9209.0, 9143.0, 9154.0, 9160.0, 9165.0, 9146.0, 9150.0, 9192.0, 9153.0, 9161.0, 9167.0, 9165.0, 9152.0, 9159.0, 9195.0, 9158.0, 9182.0, 9141.0, 9166.0, 9158.0, 9186.0, 9194.0, 9205.0, 9197.0, 9214.0, 9198.0, 9216.0, 9195.0, 9241.0, 9179.0, 9217.0, 9254.0, 9224.0, 9250.0, 9147.0, 9189.0, 9126.0, 9145.0, 9206.0, 9127.0, 9178.0, 9134.0, 9159.0, 9151.0, 9162.0, 9154.0, 9165.0, 9171.0, 9175.0, 9168.0, 9204.0, 9191.0, 9224.0, 9188.0, 9170.0, 9173.0, 9173.0, 9205.0, 9196.0, 9246.0, 9205.0, 9236.0, 9150.0, 9166.0, 9224.0, 9154.0, 9207.0, 9160.0, 9200.0, 9107.0, 9124.0, 9195.0, 9107.0, 9172.0, 9090.0, 9101.0, 9090.0, 9105.0, 9073.0, 9095.0, 9130.0, 9123.0, 9138.0, 9116.0, 9121.0, 9102.0, 9125.0, 9121.0, 9141.0, 9139.0, 9133.0, 9136.0, 9125.0, 9144.0, 9179.0, 9147.0, 9162.0, 9149.0, 9153.0, 9176.0, 9159.0, 9190.0, 9152.0, 9177.0, 9156.0, 9178.0, 9169.0, 9177.0, 9155.0, 9167.0, 9164.0, 9168.0, 9151.0, 9159.0, 9183.0, 9161.0, 9207.0, 9157.0, 9192.0, 9159.0, 9171.0, 9185.0, 9182.0, 9171.0, 9177.0, 9170.0, 9174.0, 9189.0, 9179.0, 9199.0, 9219.0, 9219.0, 9192.0, 9197.0, 9167.0, 9157.0, 9159.0, 9237.0, 9170.0, 9209.0, 9161.0, 9193.0, 9183.0, 9182.0, 9163.0, 9169.0, 9163.0, 9155.0, 9165.0, 9171.0, 9184.0, 9176.0, 9224.0, 9176.0, 9209.0, 9190.0, 9219.0, 9177.0, 9243.0, 9184.0, 9224.0, 9201.0, 9196.0, 9169.0, 9230.0, 9197.0, 9201.0, 9187.0, 9191.0, 9190.0, 9193.0, 9183.0, 9156.0, 9185.0, 9179.0, 9190.0, 9181.0, 9185.0, 9242.0, 9171.0, 9217.0, 9179.0, 9194.0, 9156.0, 9167.0, 9143.0, 9174.0, 9143.0, 9163.0, 9142.0, 9134.0, 9201.0, 9154.0, 9191.0, 9168.0, 9189.0, 9159.0, 9249.0, 9197.0, 9214.0, 9180.0, 9228.0, 9193.0, 9227.0, 9201.0, 9224.0, 9168.0, 9195.0, 9155.0, 9195.0, 9223.0, 9169.0, 9220.0, 9154.0, 9217.0, 9185.0, 9219.0, 9184.0, 9222.0, 9172.0, 9220.0, 9198.0, 9220.0, 9154.0, 9194.0, 9184.0, 9207.0, 9178.0, 9185.0, 9237.0, 9190.0, 9245.0, 9207.0, 9221.0, 9167.0, 9200.0, 9165.0, 9195.0, 9149.0, 9178.0, 9159.0, 9170.0, 9180.0, 9171.0, 9195.0, 9173.0, 9234.0, 9169.0, 9216.0, 9179.0, 9218.0, 9130.0, 9161.0, 9184.0, 9146.0, 9223.0, 9147.0, 9183.0, 9145.0, 9173.0, 9143.0, 9175.0, 9143.0, 9149.0, 9212.0, 9164.0, 9199.0, 9149.0, 9186.0, 9148.0, 9174.0, 9144.0, 9160.0, 9195.0, 9146.0, 9195.0, 9157.0, 9194.0, 9154.0, 9171.0, 9139.0, 9144.0, 9183.0, 9145.0, 9178.0, 9157.0, 9173.0, 9127.0, 9143.0, 9204.0, 9129.0, 9168.0, 9147.0, 9175.0, 9146.0, 9182.0, 9152.0, 9174.0, 9172.0, 9179.0, 9226.0, 9179.0, 9228.0, 9206.0, 9245.0, 9198.0, 9236.0, 9177.0, 9230.0, 9147.0, 9163.0, 9175.0, 9181.0, 9250.0, 9220.0, 9227.0, 9142.0, 9196.0, 9159.0, 9196.0, 9145.0, 9185.0, 9128.0, 9159.0, 9210.0, 9144.0, 9210.0, 9132.0, 9167.0, 9177.0, 9186.0, 9159.0, 9185.0, 9182.0, 9208.0, 9187.0, 9218.0, 9150.0, 9190.0, 9166.0, 9207.0, 9155.0, 9249.0, 9171.0, 9165.0, 9150.0, 9179.0, 9163.0, 9194.0, 9145.0, 9149.0, 9235.0, 9160.0, 9230.0, 9153.0, 9216.0, 9171.0, 9202.0, 9163.0, 9200.0, 9163.0, 9161.0, 9129.0, 9160.0, 9127.0, 9135.0, 9183.0, 9148.0, 9189.0, 9154.0, 9193.0, 9168.0, 9183.0, 9172.0, 9188.0, 9156.0, 9175.0, 9182.0, 9161.0, 9236.0, 9162.0, 9224.0, 9158.0, 9209.0, 9213.0, 9233.0, 9178.0, 9196.0, 9172.0, 9211.0, 9172.0, 9206.0, 9150.0, 9171.0, 9173.0, 9169.0, 9154.0, 9171.0, 9231.0, 9214.0, 9259.0, 9177.0, 9216.0, 9152.0, 9218.0, 9171.0, 9238.0, 9200.0, 9205.0, 9170.0, 9206.0, 9188.0, 9187.0, 9202.0, 9170.0, 9200.0, 9185.0, 9229.0, 9219.0, 9192.0, 9210.0, 9134.0, 9209.0, 9164.0, 9216.0, 9171.0, 9204.0, 9152.0, 9179.0, 9141.0, 9151.0, 9136.0, 9156.0, 9147.0, 9174.0, 9167.0, 9180.0, 9170.0, 9186.0, 9167.0, 9159.0, 9164.0, 9153.0, 9209.0, 9161.0, 9225.0, 9178.0, 9240.0, 9192.0, 9228.0, 9172.0, 9198.0, 9180.0, 9208.0, 9169.0, 9171.0, 9155.0, 9198.0, 9159.0, 9231.0, 9212.0, 9232.0, 9176.0, 9212.0, 9159.0, 9227.0, 9221.0, 9195.0, 9229.0, 9119.0, 9213.0, 9164.0, 9215.0, 9130.0, 9157.0, 9125.0, 9153.0, 9213.0, 9135.0, 9179.0, 9146.0, 9204.0, 9170.0, 9219.0, 9170.0, 9220.0, 9158.0, 9208.0, 9209.0, 9228.0, 9182.0, 9227.0, 9178.0, 9223.0, 9183.0, 9218.0, 9170.0, 9214.0, 9173.0, 9219.0, 9185.0, 9192.0, 9184.0, 9217.0, 9167.0, 9246.0, 9148.0, 9196.0, 9147.0, 9198.0, 9177.0, 9201.0, 9161.0, 9183.0, 9154.0, 9157.0, 9142.0, 9197.0, 9175.0, 9174.0, 9153.0, 9172.0, 9179.0, 9192.0, 9174.0, 9199.0, 9200.0, 9225.0, 9199.0, 9221.0, 9218.0, 9180.0, 9188.0, 9170.0, 9151.0, 9206.0, 9167.0, 9158.0, 9241.0, 9196.0, 9181.0, 9163.0, 9129.0, 9216.0, 9151.0, 9155.0, 9151.0, 9191.0, 9171.0, 9195.0, 9145.0, 9191.0, 9181.0, 9184.0, 9152.0, 9150.0, 9132.0, 9191.0, 9116.0, 9211.0, 9153.0, 9191.0, 9118.0, 9105.0, 9110.0, 9086.0, 9148.0, 9065.0, 9113.0, 9063.0, 9077.0, 9060.0, 9076.0, 9046.0, 9069.0, 9067.0, 9077.0, 9111.0, 9103.0, 9115.0, 9138.0, 9120.0, 9145.0, 9128.0, 9159.0, 9144.0, 9179.0, 9159.0, 9165.0, 9174.0, 9134.0, 9128.0, 9164.0, 9146.0, 9155.0, 9153.0, 9176.0, 9191.0, 9159.0, 9217.0, 9169.0, 9203.0, 9153.0, 9190.0, 9167.0, 9165.0, 9153.0, 9150.0, 9164.0, 9165.0, 9170.0, 9161.0, 9158.0, 9187.0, 9170.0, 9165.0, 9176.0, 9195.0, 9182.0, 9200.0, 9220.0, 9198.0, 9247.0, 9193.0, 9226.0, 9160.0, 9214.0, 9174.0, 9152.0, 9156.0, 9189.0, 9154.0, 9160.0, 9168.0, 9156.0, 9148.0, 9160.0, 9155.0, 9159.0, 9156.0, 9180.0, 9199.0, 9194.0, 9188.0, 9179.0, 9197.0, 9165.0, 9150.0, 9157.0, 9235.0, 9153.0, 9202.0, 9151.0, 9179.0, 9157.0, 9200.0, 9170.0, 9163.0, 9148.0, 9139.0, 9146.0, 9171.0, 9139.0, 9160.0, 9189.0, 9160.0, 9184.0, 9189.0, 9183.0, 9173.0, 9176.0, 9211.0, 9216.0, 9195.0, 9195.0, 9187.0, 9209.0, 9211.0, 9190.0, 9213.0, 9234.0, 9233.0, 9258.0, 9180.0, 9214.0, 9164.0, 9193.0, 9164.0, 9172.0, 9132.0, 9144.0, 9129.0, 9150.0, 9149.0, 9155.0, 9167.0, 9144.0, 9188.0, 9173.0, 9135.0, 9155.0, 9138.0, 9154.0, 9154.0, 9161.0, 9184.0, 9160.0, 9221.0, 9171.0, 9233.0, 9184.0, 9189.0, 9151.0, 9157.0, 9175.0, 9151.0, 9150.0, 9179.0, 9165.0, 9155.0, 9168.0, 9162.0, 9157.0, 9175.0, 9156.0, 9177.0, 9228.0, 9179.0, 9212.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.0015954395604395604</td></tr>
<tr><td colspan=3>aqi</td><td>0.035808237362637364</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.061891062717244</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1905023358305833</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0112942076787688</td></tr>
<tr><td colspan=3>efc</td><td>0.4426</td></tr>
<tr><td colspan=3>fber</td><td>7869.5903</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12961757372497346</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.747252747252746</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.335394019519382</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.285414490966018</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.540400939432122</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1803666281600065</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121654</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016186730936169624</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025708956643939018</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.041962044510845</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.3642</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.208</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.9868</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309035.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>670.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>297.4087</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4462</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.2657</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3418.3718</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1294.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.2071</td></tr>
<tr><td colspan=3>tsnr</td><td>33.262361518573016</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>