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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0127_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0127_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0127_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-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0127/ses-02/func/sub-0127_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>90aadc423ff16e31c3ed7ade50fe8934</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>17:37:8.582500</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.99643, 0.0788355, -0.0301871, -0.0801709, 0.995722, -0.0459281]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0867055</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4202, -7760, -7235, 333, -198, 111, -16, 175]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.763</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>939b696f-f85b-4423-8cbd-ac6a666ec7c2||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.6733500957489014, -0.21509259939193726, -0.07138051092624664, 124.0252456665039], [-0.2115098536014557, 2.671450614929199, -0.1300976574420929, -91.5510025024414], [-0.08098983764648438, 0.12322180718183517, 2.6959190368652344, -80.79126739501953], [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': ['173708.582500', '173709.042500', '173709.502500', '173709.962500', '173710.422500', '173710.882500', '173711.342500', '173711.802500', '173712.262500', '173712.722500', '173713.182500', '173713.642500', '173714.102500', '173714.562500', '173715.022500', '173715.482500', '173715.942500', '173716.402500', '173716.862500', '173717.322500', '173717.782500', '173718.242500', '173718.702500', '173719.162500', '173719.622500', '173720.082500', '173720.542500', '173721.002500', '173721.462500', '173721.922500', '173722.382500', '173722.842500', '173723.302500', '173723.762500', '173724.222500', '173724.682500', '173725.142500', '173725.602500', '173726.062500', '173726.522500', '173726.982500', '173727.442500', '173727.902500', '173728.362500', '173728.822500', '173729.282500', '173729.742500', '173730.202500', '173730.662500', '173731.122500', '173731.582500', '173732.042500', '173732.502500', '173732.962500', '173733.422500', '173733.882500', '173734.342500', '173734.802500', '173735.262500', '173735.722500', '173736.182500', '173736.642500', '173737.102500', '173737.562500', '173738.022500', '173738.482500', '173738.942500', '173739.402500', '173739.862500', '173740.322500', '173740.782500', '173741.242500', '173741.702500', '173742.162500', '173742.622500', '173743.082500', '173743.542500', '173744.002500', '173744.462500', '173744.922500', '173745.382500', '173745.842500', '173746.302500', '173746.762500', '173747.222500', '173747.682500', '173748.142500', '173748.602500', '173749.062500', '173749.522500', '173749.982500', '173750.442500', '173750.902500', '173751.362500', '173751.822500', '173752.282500', '173752.742500', '173753.202500', '173753.662500', '173754.122500', '173754.582500', '173755.042500', '173755.502500', '173755.962500', '173756.422500', '173756.882500', '173757.342500', '173757.802500', '173758.262500', '173758.722500', '173759.182500', '173759.642500', '173800.102500', '173800.562500', '173801.022500', '173801.482500', '173801.942500', '173802.402500', '173802.862500', '173803.322500', '173803.782500', '173804.242500', '173804.702500', '173805.162500', '173805.622500', '173806.082500', '173806.542500', '173807.002500', '173807.462500', '173807.922500', '173808.382500', '173808.842500', '173809.302500', '173809.762500', '173810.222500', '173810.682500', '173811.142500', '173811.602500', '173812.062500', '173812.522500', '173812.982500', '173813.442500', '173813.902500', '173814.362500', '173814.822500', '173815.282500', '173815.742500', '173816.202500', '173816.662500', '173817.122500', '173817.582500', '173818.042500', '173818.502500', '173818.962500', '173819.422500', '173819.882500', '173820.342500', '173820.802500', '173821.262500', '173821.722500', '173822.182500', '173822.642500', '173823.102500', '173823.562500', '173824.022500', '173824.482500', '173824.942500', '173825.402500', '173825.862500', '173826.322500', '173826.782500', '173827.242500', '173827.702500', '173828.162500', '173828.622500', '173829.082500', '173829.542500', '173830.002500', '173830.462500', '173830.922500', '173831.382500', '173831.842500', '173832.302500', '173832.762500', '173833.222500', '173833.682500', '173834.142500', '173834.602500', '173835.062500', '173835.522500', '173835.982500', '173836.442500', '173836.902500', '173837.362500', '173837.822500', '173838.282500', '173838.742500', '173839.202500', '173839.662500', '173840.122500', '173840.582500', '173841.042500', '173841.502500', '173841.962500', '173842.422500', '173842.882500', '173843.342500', '173843.802500', '173844.262500', '173844.722500', '173845.182500', '173845.642500', '173846.102500', '173846.562500', '173847.022500', '173847.482500', '173847.942500', '173848.402500', '173848.862500', '173849.322500', '173849.782500', '173850.242500', '173850.702500', '173851.162500', '173851.622500', '173852.082500', '173852.542500', '173853.002500', '173853.462500', '173853.922500', '173854.382500', '173854.842500', '173855.302500', '173855.762500', '173856.222500', '173856.682500', '173857.142500', '173857.602500', '173858.062500', '173858.522500', '173858.982500', '173859.442500', '173859.902500', '173900.362500', '173900.822500', '173901.282500', '173901.742500', '173902.202500', '173902.662500', '173903.122500', '173903.582500', '173904.042500', '173904.502500', '173904.962500', '173905.422500', '173905.882500', '173906.342500', '173906.802500', '173907.262500', '173907.722500', '173908.182500', '173908.642500', '173909.102500', '173909.562500', '173910.022500', '173910.482500', '173910.942500', '173911.402500', '173911.862500', '173912.322500', '173912.782500', '173913.242500', '173913.702500', '173914.162500', '173914.622500', '173915.082500', '173915.542500', '173916.002500', '173916.462500', '173916.922500', '173917.382500', '173917.842500', '173918.302500', '173918.762500', '173919.222500', '173919.682500', '173920.142500', '173920.602500', '173921.062500', '173921.522500', '173921.982500', '173922.442500', '173922.902500', '173923.362500', '173923.822500', '173924.282500', '173924.742500', '173925.202500', '173925.662500', '173926.122500', '173926.582500', '173927.042500', '173927.502500', '173927.962500', '173928.422500', '173928.882500', '173929.342500', '173929.802500', '173930.262500', '173930.722500', '173931.182500', '173931.642500', '173932.102500', '173932.562500', '173933.022500', '173933.482500', '173933.942500', '173934.402500', '173934.862500', '173935.322500', '173935.782500', '173936.242500', '173936.702500', '173937.162500', '173937.622500', '173938.082500', '173938.542500', '173939.002500', '173939.462500', '173939.922500', '173940.382500', '173940.842500', '173941.302500', '173941.762500', '173942.222500', '173942.682500', '173943.142500', '173943.602500', '173944.062500', '173944.522500', '173944.982500', '173945.442500', '173945.902500', '173946.362500', '173946.822500', '173947.282500', '173947.742500', '173948.202500', '173948.662500', '173949.122500', '173949.582500', '173950.042500', '173950.502500', '173950.962500', '173951.422500', '173951.882500', '173952.342500', '173952.802500', '173953.262500', '173953.722500', '173954.182500', '173954.642500', '173955.102500', '173955.562500', '173956.022500', '173956.482500', '173956.942500', '173957.402500', '173957.862500', '173958.322500', '173958.782500', '173959.242500', '173959.702500', '174000.162500', '174000.622500', '174001.082500', '174001.542500', '174002.002500', '174002.462500', '174002.922500', '174003.382500', '174003.842500', '174004.302500', '174004.762500', '174005.222500', '174005.682500', '174006.142500', '174006.602500', '174007.062500', '174007.522500', '174007.982500', '174008.442500', '174008.902500', '174009.362500', '174009.822500', '174010.282500', '174010.742500', '174011.202500', '174011.662500', '174012.122500', '174012.582500', '174013.042500', '174013.502500', '174013.962500', '174014.422500', '174014.882500', '174015.342500', '174015.802500', '174016.262500', '174016.722500', '174017.182500', '174017.642500', '174018.102500', '174018.562500', '174019.022500', '174019.482500', '174019.942500', '174020.402500', '174020.862500', '174021.322500', '174021.782500', '174022.242500', '174022.702500', '174023.162500', '174023.622500', '174024.082500', '174024.542500', '174025.002500', '174025.462500', '174025.922500', '174026.382500', '174026.842500', '174027.302500', '174027.762500', '174028.222500', '174028.682500', '174029.142500', '174029.602500', '174030.062500', '174030.522500', '174030.982500', '174031.442500', '174031.902500', '174032.362500', '174032.822500', '174033.282500', '174033.742500', '174034.202500', '174034.662500', '174035.122500', '174035.582500', '174036.042500', '174036.502500', '174036.962500', '174037.422500', '174037.882500', '174038.342500', '174038.802500', '174039.262500', '174039.722500', '174040.182500', '174040.642500', '174041.102500', '174041.562500', '174042.022500', '174042.482500', '174042.942500', '174043.402500', '174043.862500', '174044.322500', '174044.782500', '174045.242500', '174045.702500', '174046.162500', '174046.622500', '174047.082500', '174047.542500', '174048.002500', '174048.462500', '174048.922500', '174049.382500', '174049.842500', '174050.302500', '174050.762500', '174051.222500', '174051.682500', '174052.142500', '174052.602500', '174053.062500', '174053.522500', '174053.982500', '174054.442500', '174054.902500', '174055.362500', '174055.822500', '174056.282500', '174056.742500', '174057.202500', '174057.662500', '174058.122500', '174058.582500', '174059.042500', '174059.502500', '174059.962500', '174100.422500', '174100.882500', '174101.342500', '174101.802500', '174102.262500', '174102.722500', '174103.182500', '174103.642500', '174104.102500', '174104.562500', '174105.022500', '174105.482500', '174105.942500', '174106.402500', '174106.862500', '174107.322500', '174107.782500', '174108.242500', '174108.702500', '174109.162500', '174109.622500', '174110.082500', '174110.542500', '174111.002500', '174111.462500', '174111.922500', '174112.382500', '174112.842500', '174113.302500', '174113.762500', '174114.222500', '174114.682500', '174115.142500', '174115.602500', '174116.062500', '174116.522500', '174116.982500', '174117.442500', '174117.902500', '174118.362500', '174118.822500', '174119.282500', '174119.742500', '174120.202500', '174120.662500', '174121.122500', '174121.582500', '174122.042500', '174122.502500', '174122.962500', '174123.422500', '174123.882500', '174124.342500', '174124.802500', '174125.262500', '174125.722500', '174126.182500', '174126.642500', '174127.102500', '174127.562500', '174128.022500', '174128.482500', '174128.942500', '174129.402500', '174129.862500', '174130.322500', '174130.782500', '174131.242500', '174131.702500', '174132.162500', '174132.622500', '174133.082500', '174133.542500', '174134.002500', '174134.462500', '174134.922500', '174135.382500', '174135.842500', '174136.302500', '174136.762500', '174137.222500', '174137.682500', '174138.142500', '174138.602500', '174139.062500', '174139.522500', '174139.982500', '174140.442500', '174140.902500', '174141.362500', '174141.822500', '174142.282500', '174142.742500', '174143.202500', '174143.662500', '174144.122500', '174144.582500', '174145.042500', '174145.502500', '174145.962500', '174146.422500', '174146.882500', '174147.342500', '174147.802500', '174148.262500', '174148.722500', '174149.182500', '174149.642500', '174150.102500', '174150.562500', '174151.022500', '174151.482500', '174151.942500', '174152.402500', '174152.862500', '174153.322500', '174153.782500', '174154.242500', '174154.702500', '174155.162500', '174155.622500', '174156.082500', '174156.542500', '174157.002500', '174157.462500', '174157.922500', '174158.382500', '174158.842500', '174159.302500', '174159.762500', '174200.222500', '174200.682500', '174201.142500', '174201.602500', '174202.062500', '174202.522500', '174202.982500', '174203.442500', '174203.902500', '174204.362500', '174204.822500', '174205.282500', '174205.742500', '174206.202500', '174206.662500', '174207.122500', '174207.582500', '174208.042500', '174208.502500', '174208.962500', '174209.422500', '174209.882500', '174210.342500', '174210.802500', '174211.262500', '174211.722500', '174212.182500', '174212.642500', '174213.102500', '174213.562500', '174214.022500', '174214.482500', '174214.942500', '174215.402500', '174215.862500', '174216.322500', '174216.782500', '174217.242500', '174217.702500', '174218.162500', '174218.622500', '174219.082500', '174219.542500', '174220.002500', '174220.462500', '174220.922500', '174221.382500', '174221.842500', '174222.302500', '174222.762500', '174223.222500', '174223.682500', '174224.142500', '174224.602500', '174225.062500', '174225.522500', '174225.982500', '174226.442500', '174226.902500', '174227.362500', '174227.822500', '174228.282500', '174228.742500', '174229.202500', '174229.662500', '174230.122500', '174230.582500', '174231.042500', '174231.502500', '174231.962500', '174232.422500', '174232.882500', '174233.342500', '174233.802500', '174234.262500', '174234.722500', '174235.182500', '174235.642500', '174236.102500', '174236.562500', '174237.022500', '174237.482500', '174237.942500', '174238.402500', '174238.862500', '174239.322500', '174239.782500', '174240.242500', '174240.702500', '174241.162500', '174241.622500', '174242.082500', '174242.542500', '174243.002500', '174243.462500', '174243.922500', '174244.382500', '174244.842500', '174245.302500', '174245.762500', '174246.222500', '174246.682500', '174247.142500', '174247.602500', '174248.062500', '174248.522500', '174248.982500', '174249.442500', '174249.902500', '174250.362500', '174250.822500', '174251.282500', '174251.742500', '174252.202500', '174252.662500', '174253.122500', '174253.582500', '174254.042500', '174254.502500', '174254.962500', '174255.422500', '174255.882500', '174256.342500', '174256.802500', '174257.262500', '174257.722500', '174258.182500', '174258.642500', '174259.102500', '174259.562500', '174300.022500', '174300.482500', '174300.942500', '174301.402500', '174301.862500', '174302.322500', '174302.782500', '174303.242500', '174303.702500', '174304.162500', '174304.622500', '174305.082500', '174305.542500', '174306.002500', '174306.462500', '174306.922500', '174307.382500', '174307.842500', '174308.302500', '174308.762500', '174309.222500', '174309.682500', '174310.142500', '174310.602500', '174311.062500', '174311.522500', '174311.982500', '174312.442500', '174312.902500', '174313.362500', '174313.822500', '174314.282500', '174314.742500', '174315.202500', '174315.662500', '174316.122500', '174316.582500', '174317.042500', '174317.502500', '174317.962500', '174318.422500', '174318.882500', '174319.342500', '174319.802500', '174320.262500', '174320.722500', '174321.182500', '174321.642500', '174322.102500', '174322.562500', '174323.022500', '174323.482500', '174323.942500', '174324.402500', '174324.862500', '174325.322500', '174325.782500', '174326.242500', '174326.702500', '174327.162500', '174327.622500', '174328.082500', '174328.542500', '174329.002500', '174329.462500', '174329.922500', '174330.382500', '174330.842500', '174331.302500', '174331.762500', '174332.222500', '174332.682500', '174333.142500', '174333.602500', '174334.062500', '174334.522500', '174334.982500', '174335.442500', '174335.902500', '174336.362500', '174336.822500', '174337.282500', '174337.742500', '174338.202500', '174338.662500', '174339.122500', '174339.582500', '174340.042500', '174340.502500', '174340.962500', '174341.422500', '174341.882500', '174342.342500', '174342.802500', '174343.262500', '174343.722500', '174344.182500', '174344.642500', '174345.102500', '174345.562500', '174346.022500', '174346.482500', '174346.942500', '174347.402500', '174347.862500', '174348.322500', '174348.782500', '174349.242500', '174349.702500', '174350.162500', '174350.622500', '174351.082500', '174351.542500', '174352.002500', '174352.462500', '174352.922500', '174353.382500', '174353.842500', '174354.302500', '174354.762500', '174355.222500', '174355.682500', '174356.142500', '174356.602500', '174357.062500', '174357.522500', '174357.982500', '174358.442500', '174358.902500', '174359.362500', '174359.822500', '174400.282500', '174400.742500', '174401.202500', '174401.662500', '174402.122500', '174402.582500', '174403.042500', '174403.502500', '174403.962500', '174404.422500', '174404.882500', '174405.342500', '174405.802500', '174406.262500', '174406.722500', '174407.182500', '174407.642500', '174408.102500', '174408.562500'], 'ContentTime': ['173730.092000', '173730.095000', '173730.098000', '173730.101000', '173730.104000', '173730.106000', '173730.109000', '173730.122000', '173730.125000', '173730.127000', '173730.130000', '173730.133000', '173730.135000', '173730.138000', '173730.140000', '173730.143000', '173730.146000', '173730.148000', '173730.151000', '173730.153000', '173730.156000', '173730.158000', '173730.161000', '173730.163000', '173730.166000', '173730.168000', '173730.171000', '173730.179000', '173730.182000', '173730.185000', '173730.187000', '173730.190000', '173730.192000', '173730.195000', '173730.197000', '173730.200000', '173730.203000', '173730.205000', '173730.208000', '173730.210000', '173730.213000', '173730.215000', '173730.218000', '173730.221000', '173750.044000', '173750.047000', '173750.050000', '173750.052000', '173750.055000', '173750.057000', '173750.060000', '173750.062000', '173750.065000', '173750.068000', '173750.070000', '173750.073000', '173750.075000', '173750.078000', '173750.081000', '173750.083000', '173750.086000', '173750.088000', '173750.091000', '173750.093000', '173750.099000', '173750.102000', '173750.104000', '173750.107000', '173750.109000', '173750.112000', '173750.114000', '173750.117000', '173750.119000', '173750.122000', '173750.125000', '173750.127000', '173750.130000', '173750.132000', '173750.135000', '173750.137000', '173750.140000', '173750.142000', '173750.145000', '173750.147000', '173750.150000', '173750.153000', '173750.155000', '173750.158000', '173810.044000', '173810.047000', '173810.050000', '173810.052000', '173810.055000', '173810.057000', '173810.060000', '173810.062000', '173810.065000', '173810.067000', '173810.070000', '173810.072000', '173810.075000', '173810.078000', '173810.081000', '173810.084000', '173810.087000', '173810.089000', '173810.092000', '173810.094000', '173810.097000', '173810.099000', '173810.102000', '173810.105000', '173810.108000', '173810.111000', '173810.120000', '173810.122000', '173810.125000', '173810.127000', '173810.130000', '173810.132000', '173810.135000', '173810.137000', '173810.140000', '173810.142000', '173810.145000', '173810.148000', '173810.150000', '173810.153000', '173810.155000', '173810.158000', '173810.161000', '173830.044000', '173830.047000', '173830.050000', '173830.052000', '173830.055000', '173830.057000', '173830.060000', '173830.062000', '173830.065000', '173830.068000', '173830.070000', '173830.073000', '173830.075000', '173830.078000', '173830.081000', '173830.083000', '173830.086000', '173830.088000', '173830.091000', '173830.093000', '173830.096000', '173830.098000', '173830.101000', '173830.104000', '173830.106000', '173830.109000', '173830.111000', '173830.114000', '173830.116000', '173830.119000', '173830.122000', '173830.124000', '173830.127000', '173830.129000', '173830.132000', '173830.134000', '173830.137000', '173830.139000', '173830.142000', '173830.145000', '173830.147000', '173830.150000', '173830.152000', '173830.155000', '173850.044000', '173850.046000', '173850.049000', '173850.052000', '173850.054000', '173850.057000', '173850.059000', '173850.062000', '173850.064000', '173850.067000', '173850.070000', '173850.072000', '173850.075000', '173850.077000', '173850.080000', '173850.082000', '173850.085000', '173850.087000', '173850.090000', '173850.092000', '173850.095000', '173850.097000', '173850.100000', '173850.103000', '173850.105000', '173850.108000', '173850.110000', '173850.113000', '173850.115000', '173850.118000', '173850.120000', '173850.123000', '173850.125000', '173850.128000', '173850.131000', '173850.141000', '173850.144000', '173850.147000', '173850.149000', '173850.152000', '173850.154000', '173850.157000', '173850.159000', '173910.043000', '173910.046000', '173910.049000', '173910.051000', '173910.054000', '173910.056000', '173910.086000', '173910.089000', '173910.092000', '173910.094000', '173910.097000', '173910.099000', '173910.102000', '173910.104000', '173910.107000', '173910.110000', '173910.112000', '173910.115000', '173910.117000', '173910.120000', '173910.122000', '173910.125000', '173910.136000', '173910.139000', '173910.141000', '173910.144000', '173910.146000', '173910.149000', '173910.151000', '173910.154000', '173910.157000', '173910.159000', '173910.162000', '173910.164000', '173910.167000', '173910.169000', '173910.172000', '173910.174000', '173910.177000', '173910.180000', '173910.182000', '173910.185000', '173910.187000', '173910.190000', '173930.045000', '173930.047000', '173930.050000', '173930.052000', '173930.055000', '173930.058000', '173930.060000', '173930.063000', '173930.065000', '173930.068000', '173930.071000', '173930.073000', '173930.076000', '173930.078000', '173930.081000', '173930.083000', '173930.086000', '173930.089000', '173930.091000', '173930.094000', '173930.097000', '173930.099000', '173930.102000', '173930.105000', '173930.107000', '173930.110000', '173930.112000', '173930.115000', '173930.118000', '173930.120000', '173930.123000', '173930.125000', '173930.128000', '173930.130000', '173930.133000', '173930.135000', '173930.138000', '173930.141000', '173930.143000', '173930.147000', '173930.150000', '173930.152000', '173930.155000', '173950.044000', '173950.047000', '173950.050000', '173950.052000', '173950.055000', '173950.058000', '173950.060000', '173950.063000', '173950.065000', '173950.068000', '173950.070000', '173950.073000', '173950.075000', '173950.078000', '173950.081000', '173950.083000', '173950.086000', '173950.088000', '173950.091000', '173950.093000', '173950.096000', '173950.099000', '173950.101000', '173950.104000', '173950.106000', '173950.109000', '173950.124000', '173950.127000', '173950.129000', '173950.132000', '173950.135000', '173950.137000', '173950.140000', '173950.142000', '173950.145000', '173950.147000', '173950.150000', '173950.153000', '173950.155000', '173950.158000', '173950.160000', '173950.163000', '173950.165000', '173950.168000', '174010.044000', '174010.047000', '174010.050000', '174010.052000', '174010.055000', '174010.058000', '174010.060000', '174010.063000', '174010.065000', '174010.068000', '174010.070000', '174010.073000', '174010.075000', '174010.078000', '174010.080000', '174010.083000', '174010.086000', '174010.088000', '174010.091000', '174010.093000', '174010.096000', '174010.098000', '174010.101000', '174010.103000', '174010.106000', '174010.109000', '174010.111000', '174010.114000', '174010.116000', '174010.119000', '174010.121000', '174010.124000', '174010.126000', '174010.129000', '174010.132000', '174010.134000', '174010.137000', '174010.139000', '174010.142000', '174010.144000', '174010.147000', '174010.150000', '174010.153000', '174030.045000', '174030.047000', '174030.050000', '174030.052000', '174030.055000', '174030.058000', '174030.060000', '174030.063000', '174030.065000', '174030.068000', '174030.070000', '174030.073000', '174030.075000', '174030.078000', '174030.080000', '174030.083000', '174030.086000', '174030.088000', '174030.091000', '174030.093000', '174030.096000', '174030.098000', '174030.101000', '174030.104000', '174030.106000', '174030.109000', '174030.111000', '174030.114000', '174030.116000', '174030.119000', '174030.121000', '174030.124000', '174030.126000', '174030.129000', '174030.132000', '174030.134000', '174030.137000', '174030.139000', '174030.142000', '174030.144000', '174030.147000', '174030.150000', '174030.152000', '174030.155000', '174050.044000', '174050.047000', '174050.050000', '174050.060000', '174050.063000', '174050.065000', '174050.068000', '174050.070000', '174050.073000', '174050.075000', '174050.078000', '174050.080000', '174050.083000', '174050.085000', '174050.088000', '174050.090000', '174050.093000', '174050.096000', '174050.098000', '174050.101000', '174050.103000', '174050.106000', '174050.109000', '174050.111000', '174050.114000', '174050.116000', '174050.119000', '174050.121000', '174050.124000', '174050.127000', '174050.129000', '174050.132000', '174050.134000', '174050.137000', '174050.139000', '174050.142000', '174050.144000', '174050.147000', '174050.150000', '174050.152000', '174050.155000', '174050.157000', '174050.160000', '174110.044000', '174110.046000', '174110.049000', '174110.052000', '174110.054000', '174110.057000', '174110.059000', '174110.062000', '174110.064000', '174110.067000', '174110.070000', '174110.072000', '174110.075000', '174110.077000', '174110.080000', '174110.082000', '174110.085000', '174110.088000', '174110.090000', '174110.093000', '174110.096000', '174110.098000', '174110.101000', '174110.103000', '174110.106000', '174110.108000', '174110.111000', '174110.114000', '174110.116000', '174110.119000', '174110.121000', '174110.124000', '174110.127000', '174110.129000', '174110.132000', '174110.134000', '174110.137000', '174110.139000', '174110.142000', '174110.144000', '174110.147000', '174110.150000', '174110.152000', '174110.164000', '174130.043000', '174130.046000', '174130.049000', '174130.051000', '174130.054000', '174130.057000', '174130.059000', '174130.062000', '174130.064000', '174130.067000', '174130.069000', '174130.072000', '174130.074000', '174130.077000', '174130.079000', '174130.082000', '174130.085000', '174130.087000', '174130.090000', '174130.092000', '174130.095000', '174130.097000', '174130.100000', '174130.103000', '174130.105000', '174130.108000', '174130.110000', '174130.113000', '174130.115000', '174130.118000', '174130.121000', '174130.123000', '174130.126000', '174130.128000', '174130.131000', '174130.133000', '174130.136000', '174130.139000', '174130.141000', '174130.144000', '174130.146000', '174130.149000', '174130.151000', '174150.045000', '174150.047000', '174150.050000', '174150.053000', '174150.055000', '174150.058000', '174150.060000', '174150.063000', '174150.066000', '174150.068000', '174150.071000', '174150.073000', '174150.076000', '174150.078000', '174150.081000', '174150.084000', '174150.086000', '174150.089000', '174150.091000', '174150.094000', '174150.096000', '174150.099000', '174150.102000', '174150.104000', '174150.107000', '174150.109000', '174150.112000', '174150.114000', '174150.117000', '174150.120000', '174150.122000', '174150.125000', '174150.127000', '174150.130000', '174150.133000', '174150.135000', '174150.138000', '174150.140000', '174150.143000', '174150.145000', '174150.148000', '174150.151000', '174150.153000', '174150.156000', '174210.044000', '174210.047000', '174210.050000', '174210.052000', '174210.055000', '174210.057000', '174210.060000', '174210.062000', '174210.065000', '174210.067000', '174210.070000', '174210.073000', '174210.075000', '174210.078000', '174210.080000', '174210.083000', '174210.085000', '174210.088000', '174210.090000', '174210.093000', '174210.096000', '174210.098000', '174210.101000', '174210.103000', '174210.106000', '174210.108000', '174210.111000', '174210.114000', '174210.116000', '174210.119000', '174210.121000', '174210.124000', '174210.127000', '174210.129000', '174210.132000', '174210.134000', '174210.137000', '174210.139000', '174210.142000', '174210.144000', '174210.147000', '174210.149000', '174210.161000', '174230.045000', '174230.047000', '174230.050000', '174230.053000', '174230.055000', '174230.058000', '174230.060000', '174230.063000', '174230.065000', '174230.068000', '174230.070000', '174230.073000', '174230.076000', '174230.078000', '174230.081000', '174230.084000', '174230.086000', '174230.089000', '174230.091000', '174230.094000', '174230.096000', '174230.099000', '174230.101000', '174230.104000', '174230.106000', '174230.109000', '174230.112000', '174230.114000', '174230.117000', '174230.120000', '174230.122000', '174230.125000', '174230.127000', '174230.130000', '174230.132000', '174230.135000', '174230.137000', '174230.140000', '174230.143000', '174230.145000', '174230.148000', '174230.150000', '174230.153000', '174230.155000', '174250.044000', '174250.047000', '174250.050000', '174250.052000', '174250.055000', '174250.058000', '174250.060000', '174250.063000', '174250.065000', '174250.068000', '174250.070000', '174250.073000', '174250.075000', '174250.078000', '174250.081000', '174250.083000', '174250.086000', '174250.088000', '174250.091000', '174250.093000', '174250.096000', '174250.098000', '174250.101000', '174250.104000', '174250.106000', '174250.109000', '174250.111000', '174250.114000', '174250.117000', '174250.119000', '174250.122000', '174250.124000', '174250.127000', '174250.129000', '174250.132000', '174250.135000', '174250.137000', '174250.140000', '174250.142000', '174250.145000', '174250.147000', '174250.150000', '174250.153000', '174310.044000', '174310.047000', '174310.050000', '174310.052000', '174310.055000', '174310.057000', '174310.060000', '174310.062000', '174310.065000', '174310.068000', '174310.070000', '174310.073000', '174310.075000', '174310.078000', '174310.081000', '174310.083000', '174310.086000', '174310.088000', '174310.091000', '174310.094000', '174310.096000', '174310.099000', '174310.101000', '174310.104000', '174310.106000', '174310.109000', '174310.112000', '174310.114000', '174310.117000', '174310.119000', '174310.122000', '174310.124000', '174310.127000', '174310.129000', '174310.132000', '174310.135000', '174310.137000', '174310.140000', '174310.142000', '174310.145000', '174310.147000', '174310.150000', '174310.153000', '174310.155000', '174330.043000', '174330.046000', '174330.049000', '174330.051000', '174330.054000', '174330.056000', '174330.059000', '174330.061000', '174330.064000', '174330.066000', '174330.069000', '174330.072000', '174330.074000', '174330.077000', '174330.079000', '174330.082000', '174330.117000', '174330.119000', '174330.122000', '174330.124000', '174330.127000', '174330.129000', '174330.132000', '174330.134000', '174330.137000', '174330.140000', '174330.142000', '174330.145000', '174330.147000', '174330.150000', '174330.153000', '174330.155000', '174330.158000', '174330.160000', '174330.163000', '174330.165000', '174330.168000', '174330.170000', '174330.173000', '174330.176000', '174330.178000', '174330.181000', '174330.183000', '174350.044000', '174350.047000', '174350.049000', '174350.052000', '174350.054000', '174350.057000', '174350.059000', '174350.062000', '174350.064000', '174350.067000', '174350.070000', '174350.072000', '174350.075000', '174350.077000', '174350.080000', '174350.082000', '174350.085000', '174350.088000', '174350.090000', '174350.093000', '174350.095000', '174350.098000', '174350.100000', '174350.103000', '174350.105000', '174350.108000', '174350.111000', '174350.113000', '174350.116000', '174350.119000', '174350.121000', '174350.124000', '174350.126000', '174350.129000', '174350.131000', '174350.134000', '174350.136000', '174350.139000', '174350.141000', '174350.144000', '174350.147000', '174350.149000', '174350.153000', '174350.155000', '174409.779000', '174409.782000', '174409.784000', '174409.787000', '174409.789000', '174409.792000', '174409.795000', '174409.797000', '174409.800000', '174409.803000', '174409.806000', '174409.809000', '174409.812000', '174409.815000', '174409.817000', '174409.820000', '174409.823000', '174409.825000', '174409.828000', '174409.831000', '174409.833000', '174409.836000', '174409.839000', '174409.842000', '174409.844000', '174409.847000', '174409.849000', '174409.852000', '174409.855000', '174409.857000', '174409.860000', '174409.863000', '174409.867000', '174409.872000', '174409.875000', '174409.877000', '174409.880000', '174409.883000', '174409.886000', '174409.889000', '174409.892000', '174409.895000', '174409.897000'], 'InstanceCreationTime': ['173730.092000', '173730.095000', '173730.098000', '173730.101000', '173730.104000', '173730.106000', '173730.109000', '173730.122000', '173730.125000', '173730.127000', '173730.130000', '173730.133000', '173730.135000', '173730.138000', '173730.140000', '173730.143000', '173730.146000', '173730.148000', '173730.151000', '173730.153000', '173730.156000', '173730.158000', '173730.161000', '173730.163000', '173730.166000', '173730.168000', '173730.171000', '173730.179000', '173730.182000', '173730.185000', '173730.187000', '173730.190000', '173730.192000', '173730.195000', '173730.197000', '173730.200000', '173730.203000', '173730.205000', '173730.208000', '173730.210000', '173730.213000', '173730.215000', '173730.218000', '173730.221000', '173750.044000', '173750.047000', '173750.050000', '173750.052000', '173750.055000', '173750.057000', '173750.060000', '173750.062000', '173750.065000', '173750.068000', '173750.070000', '173750.073000', '173750.075000', '173750.078000', '173750.081000', '173750.083000', '173750.086000', '173750.088000', '173750.091000', '173750.093000', '173750.099000', '173750.102000', '173750.104000', '173750.107000', '173750.109000', '173750.112000', '173750.114000', '173750.117000', '173750.119000', '173750.122000', '173750.125000', '173750.127000', '173750.130000', '173750.132000', '173750.135000', '173750.137000', '173750.140000', '173750.142000', '173750.145000', '173750.147000', '173750.150000', '173750.153000', '173750.155000', '173750.158000', '173810.044000', '173810.047000', '173810.050000', '173810.052000', '173810.055000', '173810.057000', '173810.060000', '173810.062000', '173810.065000', '173810.067000', '173810.070000', '173810.072000', '173810.075000', '173810.078000', '173810.081000', '173810.084000', '173810.087000', '173810.089000', '173810.092000', '173810.094000', '173810.097000', '173810.099000', '173810.102000', '173810.105000', '173810.108000', '173810.111000', '173810.120000', '173810.122000', '173810.125000', '173810.127000', '173810.130000', '173810.132000', '173810.135000', '173810.137000', '173810.140000', '173810.142000', '173810.145000', '173810.148000', '173810.150000', '173810.153000', '173810.155000', '173810.158000', '173810.161000', '173830.044000', '173830.047000', '173830.050000', '173830.052000', '173830.055000', '173830.057000', '173830.060000', '173830.062000', '173830.065000', '173830.068000', '173830.070000', '173830.073000', '173830.075000', '173830.078000', '173830.081000', '173830.083000', '173830.086000', '173830.088000', '173830.091000', '173830.093000', '173830.096000', '173830.098000', '173830.101000', '173830.104000', '173830.106000', '173830.109000', '173830.111000', '173830.114000', '173830.116000', '173830.119000', '173830.122000', '173830.124000', '173830.127000', '173830.129000', '173830.132000', '173830.134000', '173830.137000', '173830.139000', '173830.142000', '173830.145000', '173830.147000', '173830.150000', '173830.152000', '173830.155000', '173850.044000', '173850.046000', '173850.049000', '173850.052000', '173850.054000', '173850.057000', '173850.059000', '173850.062000', '173850.064000', '173850.067000', '173850.070000', '173850.072000', '173850.075000', '173850.077000', '173850.080000', '173850.082000', '173850.085000', '173850.087000', '173850.090000', '173850.092000', '173850.095000', '173850.097000', '173850.100000', '173850.103000', '173850.105000', '173850.108000', '173850.110000', '173850.113000', '173850.115000', '173850.118000', '173850.120000', '173850.123000', '173850.125000', '173850.128000', '173850.131000', '173850.141000', '173850.144000', '173850.147000', '173850.149000', '173850.152000', '173850.154000', '173850.157000', '173850.159000', '173910.043000', '173910.046000', '173910.049000', '173910.051000', '173910.054000', '173910.056000', '173910.086000', '173910.089000', '173910.092000', '173910.094000', '173910.097000', '173910.099000', '173910.102000', '173910.104000', '173910.107000', '173910.110000', '173910.112000', '173910.115000', '173910.117000', '173910.120000', '173910.122000', '173910.125000', '173910.136000', '173910.139000', '173910.141000', '173910.144000', '173910.146000', '173910.149000', '173910.151000', '173910.154000', '173910.157000', '173910.159000', '173910.162000', '173910.164000', '173910.167000', '173910.169000', '173910.172000', '173910.174000', '173910.177000', '173910.180000', '173910.182000', '173910.185000', '173910.187000', '173910.190000', '173930.045000', '173930.047000', '173930.050000', '173930.052000', '173930.055000', '173930.058000', '173930.060000', '173930.063000', '173930.065000', '173930.068000', '173930.071000', '173930.073000', '173930.076000', '173930.078000', '173930.081000', '173930.083000', '173930.086000', '173930.089000', '173930.091000', '173930.094000', '173930.097000', '173930.099000', '173930.102000', '173930.105000', '173930.107000', '173930.110000', '173930.112000', '173930.115000', '173930.118000', '173930.120000', '173930.123000', '173930.125000', '173930.128000', '173930.130000', '173930.133000', '173930.135000', '173930.138000', '173930.141000', '173930.143000', '173930.147000', '173930.150000', '173930.152000', '173930.155000', '173950.044000', '173950.047000', '173950.050000', '173950.052000', '173950.055000', '173950.058000', '173950.060000', '173950.063000', '173950.065000', '173950.068000', '173950.070000', '173950.073000', '173950.075000', '173950.078000', '173950.081000', '173950.083000', '173950.086000', '173950.088000', '173950.091000', '173950.093000', '173950.096000', '173950.099000', '173950.101000', '173950.104000', '173950.106000', '173950.109000', '173950.124000', '173950.127000', '173950.129000', '173950.132000', '173950.135000', '173950.137000', '173950.140000', '173950.142000', '173950.145000', '173950.147000', '173950.150000', '173950.153000', '173950.155000', '173950.158000', '173950.160000', '173950.163000', '173950.165000', '173950.168000', '174010.044000', '174010.047000', '174010.050000', '174010.052000', '174010.055000', '174010.058000', '174010.060000', '174010.063000', '174010.065000', '174010.068000', '174010.070000', '174010.073000', '174010.075000', '174010.078000', '174010.080000', '174010.083000', '174010.086000', '174010.088000', '174010.091000', '174010.093000', '174010.096000', '174010.098000', '174010.101000', '174010.103000', '174010.106000', '174010.109000', '174010.111000', '174010.114000', '174010.116000', '174010.119000', '174010.121000', '174010.124000', '174010.126000', '174010.129000', '174010.132000', '174010.134000', '174010.137000', '174010.139000', '174010.142000', '174010.144000', '174010.147000', '174010.150000', '174010.153000', '174030.045000', '174030.047000', '174030.050000', '174030.052000', '174030.055000', '174030.058000', '174030.060000', '174030.063000', '174030.065000', '174030.068000', '174030.070000', '174030.073000', '174030.075000', '174030.078000', '174030.080000', '174030.083000', '174030.086000', '174030.088000', '174030.091000', '174030.093000', '174030.096000', '174030.098000', '174030.101000', '174030.104000', '174030.106000', '174030.109000', '174030.111000', '174030.114000', '174030.116000', '174030.119000', '174030.121000', '174030.124000', '174030.126000', '174030.129000', '174030.132000', '174030.134000', '174030.137000', '174030.139000', '174030.142000', '174030.144000', '174030.147000', '174030.150000', '174030.152000', '174030.155000', '174050.044000', '174050.047000', '174050.050000', '174050.060000', '174050.063000', '174050.065000', '174050.068000', '174050.070000', '174050.073000', '174050.075000', '174050.078000', '174050.080000', '174050.083000', '174050.085000', '174050.088000', '174050.090000', '174050.093000', '174050.096000', '174050.098000', '174050.101000', '174050.103000', '174050.106000', '174050.109000', '174050.111000', '174050.114000', '174050.116000', '174050.119000', '174050.121000', '174050.124000', '174050.127000', '174050.129000', '174050.132000', '174050.134000', '174050.137000', '174050.139000', '174050.142000', '174050.144000', '174050.147000', '174050.150000', '174050.152000', '174050.155000', '174050.157000', '174050.160000', '174110.044000', '174110.046000', '174110.049000', '174110.052000', '174110.054000', '174110.057000', '174110.059000', '174110.062000', '174110.064000', '174110.067000', '174110.070000', '174110.072000', '174110.075000', '174110.077000', '174110.080000', '174110.082000', '174110.085000', '174110.088000', '174110.090000', '174110.093000', '174110.096000', '174110.098000', '174110.101000', '174110.103000', '174110.106000', '174110.108000', '174110.111000', '174110.114000', '174110.116000', '174110.119000', '174110.121000', '174110.124000', '174110.127000', '174110.129000', '174110.132000', '174110.134000', '174110.137000', '174110.139000', '174110.142000', '174110.144000', '174110.147000', '174110.150000', '174110.152000', '174110.164000', '174130.043000', '174130.046000', '174130.049000', '174130.051000', '174130.054000', '174130.057000', '174130.059000', '174130.062000', '174130.064000', '174130.067000', '174130.069000', '174130.072000', '174130.074000', '174130.077000', '174130.079000', '174130.082000', '174130.085000', '174130.087000', '174130.090000', '174130.092000', '174130.095000', '174130.097000', '174130.100000', '174130.103000', '174130.105000', '174130.108000', '174130.110000', '174130.113000', '174130.115000', '174130.118000', '174130.121000', '174130.123000', '174130.126000', '174130.128000', '174130.131000', '174130.133000', '174130.136000', '174130.139000', '174130.141000', '174130.144000', '174130.146000', '174130.149000', '174130.151000', '174150.045000', '174150.047000', '174150.050000', '174150.053000', '174150.055000', '174150.058000', '174150.060000', '174150.063000', '174150.066000', '174150.068000', '174150.071000', '174150.073000', '174150.076000', '174150.078000', '174150.081000', '174150.084000', '174150.086000', '174150.089000', '174150.091000', '174150.094000', '174150.096000', '174150.099000', '174150.102000', '174150.104000', '174150.107000', '174150.109000', '174150.112000', '174150.114000', '174150.117000', '174150.120000', '174150.122000', '174150.125000', '174150.127000', '174150.130000', '174150.133000', '174150.135000', '174150.138000', '174150.140000', '174150.143000', '174150.145000', '174150.148000', '174150.151000', '174150.153000', '174150.156000', '174210.044000', '174210.047000', '174210.050000', '174210.052000', '174210.055000', '174210.057000', '174210.060000', '174210.062000', '174210.065000', '174210.067000', '174210.070000', '174210.073000', '174210.075000', '174210.078000', '174210.080000', '174210.083000', '174210.085000', '174210.088000', '174210.090000', '174210.093000', '174210.096000', '174210.098000', '174210.101000', '174210.103000', '174210.106000', '174210.108000', '174210.111000', '174210.114000', '174210.116000', '174210.119000', '174210.121000', '174210.124000', '174210.127000', '174210.129000', '174210.132000', '174210.134000', '174210.137000', '174210.139000', '174210.142000', '174210.144000', '174210.147000', '174210.149000', '174210.161000', '174230.045000', '174230.047000', '174230.050000', '174230.053000', '174230.055000', '174230.058000', '174230.060000', '174230.063000', '174230.065000', '174230.068000', '174230.070000', '174230.073000', '174230.076000', '174230.078000', '174230.081000', '174230.084000', '174230.086000', '174230.089000', '174230.091000', '174230.094000', '174230.096000', '174230.099000', '174230.101000', '174230.104000', '174230.106000', '174230.109000', '174230.112000', '174230.114000', '174230.117000', '174230.120000', '174230.122000', '174230.125000', '174230.127000', '174230.130000', '174230.132000', '174230.135000', '174230.137000', '174230.140000', '174230.143000', '174230.145000', '174230.148000', '174230.150000', '174230.153000', '174230.155000', '174250.044000', '174250.047000', '174250.050000', '174250.052000', '174250.055000', '174250.058000', '174250.060000', '174250.063000', '174250.065000', '174250.068000', '174250.070000', '174250.073000', '174250.075000', '174250.078000', '174250.081000', '174250.083000', '174250.086000', '174250.088000', '174250.091000', '174250.093000', '174250.096000', '174250.098000', '174250.101000', '174250.104000', '174250.106000', '174250.109000', '174250.111000', '174250.114000', '174250.117000', '174250.119000', '174250.122000', '174250.124000', '174250.127000', '174250.129000', '174250.132000', '174250.135000', '174250.137000', '174250.140000', '174250.142000', '174250.145000', '174250.147000', '174250.150000', '174250.153000', '174310.044000', '174310.047000', '174310.050000', '174310.052000', '174310.055000', '174310.057000', '174310.060000', '174310.062000', '174310.065000', '174310.068000', '174310.070000', '174310.073000', '174310.075000', '174310.078000', '174310.081000', '174310.083000', '174310.086000', '174310.088000', '174310.091000', '174310.094000', '174310.096000', '174310.099000', '174310.101000', '174310.104000', '174310.106000', '174310.109000', '174310.112000', '174310.114000', '174310.117000', '174310.119000', '174310.122000', '174310.124000', '174310.127000', '174310.129000', '174310.132000', '174310.135000', '174310.137000', '174310.140000', '174310.142000', '174310.145000', '174310.147000', '174310.150000', '174310.153000', '174310.155000', '174330.043000', '174330.046000', '174330.049000', '174330.051000', '174330.054000', '174330.056000', '174330.059000', '174330.061000', '174330.064000', '174330.066000', '174330.069000', '174330.072000', '174330.074000', '174330.077000', '174330.079000', '174330.082000', '174330.117000', '174330.119000', '174330.122000', '174330.124000', '174330.127000', '174330.129000', '174330.132000', '174330.134000', '174330.137000', '174330.140000', '174330.142000', '174330.145000', '174330.147000', '174330.150000', '174330.153000', '174330.155000', '174330.158000', '174330.160000', '174330.163000', '174330.165000', '174330.168000', '174330.170000', '174330.173000', '174330.176000', '174330.178000', '174330.181000', '174330.183000', '174350.044000', '174350.047000', '174350.049000', '174350.052000', '174350.054000', '174350.057000', '174350.059000', '174350.062000', '174350.064000', '174350.067000', '174350.070000', '174350.072000', '174350.075000', '174350.077000', '174350.080000', '174350.082000', '174350.085000', '174350.088000', '174350.090000', '174350.093000', '174350.095000', '174350.098000', '174350.100000', '174350.103000', '174350.105000', '174350.108000', '174350.111000', '174350.113000', '174350.116000', '174350.119000', '174350.121000', '174350.124000', '174350.126000', '174350.129000', '174350.131000', '174350.134000', '174350.136000', '174350.139000', '174350.141000', '174350.144000', '174350.147000', '174350.149000', '174350.153000', '174350.155000', '174409.779000', '174409.782000', '174409.784000', '174409.787000', '174409.789000', '174409.792000', '174409.795000', '174409.797000', '174409.800000', '174409.803000', '174409.806000', '174409.809000', '174409.812000', '174409.815000', '174409.817000', '174409.820000', '174409.823000', '174409.825000', '174409.828000', '174409.831000', '174409.833000', '174409.836000', '174409.839000', '174409.842000', '174409.844000', '174409.847000', '174409.849000', '174409.852000', '174409.855000', '174409.857000', '174409.860000', '174409.863000', '174409.867000', '174409.872000', '174409.875000', '174409.877000', '174409.880000', '174409.883000', '174409.886000', '174409.889000', '174409.892000', '174409.895000', '174409.897000'], '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': [11543, 8419, 9809, 8095, 11951, 8374, 13912, 16178, 10395, 12128, 8014, 13223, 16397, 8600, 10770, 15156, 7806, 9541, 14525, 8503, 10844, 14765, 7785, 9628, 13245, 7633, 10880, 13787, 7624, 10550, 13848, 7696, 10554, 13659, 7622, 11413, 10214, 8015, 12946, 8081, 7927, 12165, 11671, 7752, 12833, 7774, 8612, 13046, 7768, 9716, 13834, 7509, 11673, 14270, 7739, 12444, 15098, 7750, 12293, 16033, 8322, 11732, 17204, 7696, 11339, 15380, 8263, 12009, 14792, 7918, 12796, 15549, 7640, 12248, 11788, 8191, 13431, 15900, 7876, 12447, 15561, 8560, 12145, 7890, 8126, 13307, 15230, 8232, 12908, 14526, 8219, 12789, 16863, 8096, 11820, 15872, 9299, 10966, 16504, 7773, 11497, 15906, 8030, 12383, 17218, 8989, 11984, 16941, 7725, 11529, 16148, 8913, 11643, 7926, 10824, 14705, 9348, 8767, 14197, 9161, 8501, 13447, 7624, 9479, 14433, 8445, 10317, 14633, 7729, 11709, 15758, 8335, 10903, 15194, 9155, 10306, 15509, 7750, 9519, 13881, 10435, 8423, 13796, 7678, 8966, 13620, 7870, 8123, 13473, 7719, 8519, 13451, 7577, 7837, 13297, 7532, 10293, 13654, 8088, 11396, 8545, 7856, 13571, 8039, 9021, 14344, 7673, 8882, 14460, 8506, 11255, 15275, 7824, 12437, 16711, 9062, 11563, 16188, 9435, 10828, 15370, 8164, 11903, 15290, 8153, 12612, 8437, 9254, 14253, 9164, 8421, 13896, 10487, 9373, 11638, 7898, 13533, 15429, 7859, 12457, 15815, 7913, 12226, 16154, 8021, 10882, 15111, 7833, 11066, 13947, 7780, 11978, 15796, 7719, 11590, 15239, 9217, 10500, 7726, 7699, 13472, 13967, 7608, 12743, 13213, 7972, 12489, 12832, 7829, 11847, 13880, 7726, 13634, 14823, 7902, 12815, 16240, 7811, 12590, 12928, 8362, 13428, 15404, 7581, 12820, 15414, 8235, 11420, 7819, 7899, 13370, 12203, 7828, 14077, 7867, 9344, 14589, 7501, 9903, 14354, 7746, 11644, 14961, 7581, 11532, 14945, 7487, 11745, 15565, 9379, 11453, 14706, 7826, 12626, 15997, 7716, 12594, 10881, 8185, 13940, 14311, 7854, 13287, 11334, 7950, 13329, 15872, 7672, 12172, 15220, 8137, 11786, 7861, 9258, 14691, 11221, 7648, 13838, 12168, 8017, 12815, 14343, 7674, 12626, 14753, 7900, 12562, 7661, 12517, 15437, 7888, 11198, 15065, 8140, 10834, 15146, 8079, 11715, 15947, 7813, 12397, 10517, 8810, 14982, 11402, 7677, 13893, 14579, 8292, 13920, 8071, 13040, 15695, 8597, 9562, 14523, 10753, 8078, 13342, 7673, 8102, 12994, 8109, 10914, 7826, 14773, 8217, 14848, 9346, 13474, 7586, 12286, 15851, 15611, 10881, 13332, 8445, 13912, 16280, 17244, 15745, 8363, 10042, 10276, 10546, 9181, 9602, 13326, 9752, 8244, 12748, 8121, 8765, 12997, 7868, 10630, 9872, 8557, 12805, 7994, 9197, 13437, 7687, 11103, 9617, 8074, 13212, 8238, 8605, 13200, 7876, 9514, 14490, 7911, 9816, 14820, 8707, 10226, 14141, 7541, 10758, 13105, 9670, 10731, 12361, 8281, 12667, 8275, 8750, 13116, 8755, 12731, 12444, 8218, 12617, 14072, 8157, 11563, 8545, 8533, 8576, 8702, 14388, 9699, 12038, 8729, 12703, 16660, 12630, 10739, 13208, 8176, 12463, 16862, 8120, 11430, 15355, 8542, 10610, 14684, 7896, 11279, 12964, 7828, 11611, 8392, 12584, 7459, 11231, 13083, 7624, 10285, 13693, 8185, 11517, 7921, 11392, 7919, 12411, 13909, 8486, 12565, 7952, 10941, 7898, 8927, 13666, 8232, 12177, 16068, 10391, 12613, 8020, 8568, 13110, 7782, 10470, 15120, 8360, 11147, 14394, 7971, 10995, 9427, 8722, 8922, 7894, 12360, 12816, 8115, 11011, 13753, 8067, 9754, 7571, 10012, 13457, 8497, 8334, 13033, 7923, 8430, 12682, 7859, 11016, 8716, 8420, 12519, 13908, 7862, 12472, 10741, 9060, 8115, 8748, 13135, 12856, 8060, 12885, 8112, 10683, 15666, 11002, 9273, 17135, 12587, 14196, 8527, 11651, 13773, 8044, 9385, 13592, 7802, 10548, 11774, 8957, 10323, 8971, 14037, 16288, 10809, 12688, 13881, 9952, 13653, 8172, 9054, 13612, 8450, 10778, 14645, 9629, 11215, 8322, 10242, 13619, 7901, 9069, 13057, 8016, 10104, 7731, 8580, 13451, 7944, 8118, 10946, 11092, 7993, 11532, 7808, 8514, 12170, 8045, 8154, 11667, 7938, 8927, 7719, 9170, 13122, 11189, 7737, 11819, 13415, 7794, 11123, 7958, 10625, 15156, 11060, 8060, 12543, 13612, 7751, 12969, 8669, 8910, 13270, 10773, 7861, 12488, 10320, 8963, 13076, 7670, 10349, 15081, 7767, 9543, 13980, 8409, 8650, 13285, 7632, 9279, 13357, 9222, 8512, 13197, 8068, 9330, 13250, 8134, 9383, 13023, 7751, 9854, 13532, 7709, 10108, 13571, 7963, 10600, 14682, 8106, 11436, 11952, 7890, 11442, 9587, 7728, 13070, 7491, 9719, 13529, 7931, 10832, 14204, 7833, 10534, 7608, 12452, 13874, 7873, 11836, 14415, 8754, 11621, 7872, 11186, 14024, 8916, 12066, 8402, 8872, 13493, 8449, 8954, 13450, 9302, 8736, 13505, 7529, 10637, 13360, 7818, 12374, 7618, 9176, 12540, 7731, 11430, 7562, 9776, 13687, 8626, 12106, 7693, 8165, 12900, 8229, 11793, 9944, 8499, 12698, 8537, 7771, 12600, 8559, 8927, 12737, 7569, 9281, 13113, 7475, 10025, 13323, 7907, 10216, 7858, 7721, 11477, 7704, 7814, 12930, 8333, 10414, 7981, 10133, 13607, 7560, 10166, 13630, 8237, 9877, 7839, 7925, 12769, 12539, 8006, 12487, 9597, 8105, 12463, 8452, 8609, 13239, 8536, 10064, 7684, 7934, 12355, 11529, 7867, 12838, 7884, 9506, 13149, 7925, 11303, 14369, 7784, 10986, 8342, 8225, 9203, 7790, 12276, 16493, 8081, 12400, 13863, 8798, 12794, 7988, 11690, 14735, 9140, 12296, 11203, 8618, 13211, 7654, 9927, 14848, 9153, 11421, 7657, 11047, 14169, 7932, 11699, 8628, 8316, 12764, 7670, 11083, 15501, 8879, 11572, 15353, 9570, 12326, 7838, 9806, 13903, 8839, 10349, 14364, 7702, 11609, 8751, 7467, 12144, 7840, 8914, 7885, 8216, 13737, 7825, 8751, 11881, 7539, 8024, 7614, 7785, 8370, 12000, 8930, 9862, 11249, 14769, 9802, 14445, 11716, 14295, 10572, 8966, 15500, 12798, 8804, 10822, 7429, 12909, 13696, 7498, 12492, 12533, 8221, 9409, 7551, 13578, 10095, 7584, 12572, 12731, 7599, 12492, 9406, 7977, 12777, 7739, 9322, 14221, 7972, 10876, 13118, 7567, 12570, 7746, 10226, 15248, 8794, 13201, 7873, 11375, 15428, 8074, 12087, 14874, 8691, 12765, 7797, 13848, 10381, 7732, 13785, 11319, 7945, 14413, 8445, 8558, 14046, 7984, 7675, 13055, 8294, 8350, 13820, 7666, 10017, 14085, 7941, 11192, 12894, 7986, 11469, 11923, 7863, 11264, 8801, 7716, 13281, 7948, 8156, 8259, 7996, 13216, 10180, 7686, 13348, 7843], 'WindowCenter': [4706.0, 4666.0, 4665.0, 4648.0, 4688.0, 4652.0, 4702.0, 4710.0, 4671.0, 4678.0, 4649.0, 4676.0, 4679.0, 4631.0, 4652.0, 4672.0, 4612.0, 4644.0, 4671.0, 4632.0, 4655.0, 4681.0, 4624.0, 4644.0, 4671.0, 4620.0, 4662.0, 4674.0, 4625.0, 4667.0, 4682.0, 4626.0, 4667.0, 4685.0, 4636.0, 4679.0, 4651.0, 4640.0, 4691.0, 4637.0, 4650.0, 4692.0, 4672.0, 4639.0, 4684.0, 4637.0, 4659.0, 4699.0, 4648.0, 4670.0, 4701.0, 4642.0, 4694.0, 4711.0, 4653.0, 4705.0, 4714.0, 4653.0, 4705.0, 4713.0, 4652.0, 4694.0, 4721.0, 4654.0, 4680.0, 4695.0, 4651.0, 4690.0, 4699.0, 4651.0, 4702.0, 4709.0, 4640.0, 4691.0, 4677.0, 4651.0, 4700.0, 4710.0, 4658.0, 4691.0, 4709.0, 4661.0, 4688.0, 4650.0, 4650.0, 4701.0, 4709.0, 4649.0, 4695.0, 4697.0, 4650.0, 4702.0, 4709.0, 4636.0, 4679.0, 4697.0, 4659.0, 4669.0, 4705.0, 4636.0, 4678.0, 4694.0, 4635.0, 4677.0, 4703.0, 4644.0, 4675.0, 4692.0, 4623.0, 4664.0, 4692.0, 4645.0, 4664.0, 4636.0, 4677.0, 4696.0, 4645.0, 4644.0, 4698.0, 4644.0, 4640.0, 4684.0, 4637.0, 4656.0, 4685.0, 4635.0, 4655.0, 4694.0, 4637.0, 4677.0, 4707.0, 4647.0, 4665.0, 4695.0, 4644.0, 4655.0, 4682.0, 4623.0, 4653.0, 4683.0, 4651.0, 4632.0, 4672.0, 4622.0, 4645.0, 4676.0, 4620.0, 4622.0, 4671.0, 4621.0, 4634.0, 4671.0, 4621.0, 4633.0, 4672.0, 4635.0, 4664.0, 4698.0, 4646.0, 4677.0, 4645.0, 4646.0, 4698.0, 4636.0, 4659.0, 4695.0, 4635.0, 4657.0, 4697.0, 4646.0, 4677.0, 4706.0, 4637.0, 4683.0, 4707.0, 4643.0, 4677.0, 4689.0, 4639.0, 4667.0, 4693.0, 4634.0, 4676.0, 4695.0, 4634.0, 4687.0, 4648.0, 4658.0, 4691.0, 4655.0, 4648.0, 4687.0, 4663.0, 4657.0, 4671.0, 4650.0, 4699.0, 4696.0, 4636.0, 4687.0, 4695.0, 4635.0, 4687.0, 4704.0, 4636.0, 4666.0, 4688.0, 4634.0, 4665.0, 4682.0, 4635.0, 4687.0, 4688.0, 4635.0, 4675.0, 4688.0, 4643.0, 4653.0, 4634.0, 4636.0, 4684.0, 4682.0, 4633.0, 4686.0, 4683.0, 4635.0, 4685.0, 4678.0, 4635.0, 4676.0, 4678.0, 4635.0, 4696.0, 4689.0, 4635.0, 4686.0, 4693.0, 4624.0, 4676.0, 4674.0, 4645.0, 4685.0, 4691.0, 4622.0, 4687.0, 4692.0, 4632.0, 4663.0, 4633.0, 4634.0, 4684.0, 4685.0, 4634.0, 4696.0, 4633.0, 4657.0, 4688.0, 4635.0, 4666.0, 4695.0, 4634.0, 4677.0, 4696.0, 4647.0, 4687.0, 4696.0, 4635.0, 4676.0, 4694.0, 4645.0, 4675.0, 4687.0, 4634.0, 4685.0, 4693.0, 4634.0, 4686.0, 4664.0, 4645.0, 4691.0, 4687.0, 4634.0, 4684.0, 4663.0, 4635.0, 4695.0, 4687.0, 4634.0, 4675.0, 4687.0, 4627.0, 4673.0, 4633.0, 4655.0, 4694.0, 4656.0, 4623.0, 4683.0, 4672.0, 4632.0, 4685.0, 4681.0, 4633.0, 4673.0, 4681.0, 4634.0, 4673.0, 4635.0, 4687.0, 4695.0, 4635.0, 4676.0, 4694.0, 4636.0, 4676.0, 4694.0, 4645.0, 4686.0, 4694.0, 4634.0, 4685.0, 4663.0, 4649.0, 4695.0, 4662.0, 4635.0, 4684.0, 4681.0, 4632.0, 4682.0, 4634.0, 4696.0, 4693.0, 4643.0, 4654.0, 4684.0, 4663.0, 4634.0, 4683.0, 4635.0, 4648.0, 4686.0, 4645.0, 4690.0, 4653.0, 4711.0, 4677.0, 4714.0, 4675.0, 4725.0, 4677.0, 4721.0, 4730.0, 4713.0, 4669.0, 4687.0, 4651.0, 4708.0, 4692.0, 4742.0, 4716.0, 4647.0, 4665.0, 4666.0, 4682.0, 4657.0, 4674.0, 4701.0, 4659.0, 4639.0, 4679.0, 4627.0, 4649.0, 4678.0, 4638.0, 4666.0, 4649.0, 4648.0, 4678.0, 4625.0, 4647.0, 4688.0, 4638.0, 4669.0, 4641.0, 4640.0, 4687.0, 4635.0, 4647.0, 4676.0, 4636.0, 4656.0, 4686.0, 4624.0, 4657.0, 4684.0, 4648.0, 4658.0, 4681.0, 4583.0, 4613.0, 4598.0, 4583.0, 4668.0, 4703.0, 4661.0, 4687.0, 4647.0, 4645.0, 4674.0, 4643.0, 4679.0, 4674.0, 4645.0, 4689.0, 4685.0, 4634.0, 4689.0, 4657.0, 4661.0, 4660.0, 4665.0, 4697.0, 4685.0, 4703.0, 4665.0, 4707.0, 4717.0, 4691.0, 4670.0, 4687.0, 4644.0, 4680.0, 4696.0, 4625.0, 4666.0, 4682.0, 4634.0, 4656.0, 4683.0, 4635.0, 4664.0, 4684.0, 4632.0, 4676.0, 4639.0, 4676.0, 4624.0, 4666.0, 4658.0, 4639.0, 4668.0, 4688.0, 4649.0, 4667.0, 4662.0, 4689.0, 4664.0, 4704.0, 4699.0, 4650.0, 4691.0, 4639.0, 4680.0, 4649.0, 4661.0, 4691.0, 4649.0, 4689.0, 4698.0, 4656.0, 4676.0, 4637.0, 4647.0, 4675.0, 4625.0, 4653.0, 4684.0, 4632.0, 4663.0, 4682.0, 4633.0, 4666.0, 4643.0, 4634.0, 4643.0, 4647.0, 4686.0, 4673.0, 4634.0, 4667.0, 4685.0, 4635.0, 4655.0, 4650.0, 4680.0, 4698.0, 4646.0, 4647.0, 4689.0, 4635.0, 4641.0, 4679.0, 4631.0, 4677.0, 4645.0, 4650.0, 4689.0, 4685.0, 4635.0, 4670.0, 4666.0, 4646.0, 4647.0, 4661.0, 4699.0, 4680.0, 4637.0, 4688.0, 4631.0, 4679.0, 4711.0, 4666.0, 4645.0, 4738.0, 4694.0, 4677.0, 4650.0, 4695.0, 4701.0, 4652.0, 4663.0, 4702.0, 4639.0, 4668.0, 4680.0, 4660.0, 4664.0, 4662.0, 4712.0, 4708.0, 4667.0, 4677.0, 4670.0, 4644.0, 4662.0, 4620.0, 4631.0, 4657.0, 4607.0, 4640.0, 4667.0, 4629.0, 4650.0, 4631.0, 4654.0, 4669.0, 4619.0, 4630.0, 4659.0, 4608.0, 4641.0, 4610.0, 4634.0, 4672.0, 4622.0, 4623.0, 4653.0, 4650.0, 4620.0, 4661.0, 4623.0, 4635.0, 4674.0, 4623.0, 4636.0, 4665.0, 4636.0, 4648.0, 4638.0, 4671.0, 4701.0, 4678.0, 4639.0, 4681.0, 4687.0, 4638.0, 4668.0, 4649.0, 4682.0, 4711.0, 4677.0, 4639.0, 4677.0, 4683.0, 4623.0, 4675.0, 4634.0, 4646.0, 4687.0, 4654.0, 4635.0, 4673.0, 4653.0, 4646.0, 4673.0, 4637.0, 4668.0, 4695.0, 4635.0, 4658.0, 4686.0, 4634.0, 4646.0, 4684.0, 4637.0, 4656.0, 4685.0, 4645.0, 4646.0, 4679.0, 4633.0, 4647.0, 4674.0, 4636.0, 4656.0, 4674.0, 4625.0, 4656.0, 4680.0, 4625.0, 4666.0, 4683.0, 4633.0, 4665.0, 4682.0, 4631.0, 4674.0, 4655.0, 4634.0, 4664.0, 4643.0, 4624.0, 4673.0, 4623.0, 4654.0, 4672.0, 4633.0, 4664.0, 4682.0, 4624.0, 4663.0, 4638.0, 4688.0, 4685.0, 4634.0, 4676.0, 4678.0, 4646.0, 4658.0, 4636.0, 4675.0, 4685.0, 4645.0, 4676.0, 4633.0, 4639.0, 4684.0, 4626.0, 4642.0, 4672.0, 4625.0, 4631.0, 4670.0, 4618.0, 4652.0, 4672.0, 4621.0, 4674.0, 4620.0, 4644.0, 4671.0, 4622.0, 4661.0, 4623.0, 4655.0, 4684.0, 4645.0, 4674.0, 4623.0, 4632.0, 4670.0, 4631.0, 4663.0, 4652.0, 4642.0, 4674.0, 4633.0, 4616.0, 4662.0, 4629.0, 4631.0, 4672.0, 4622.0, 4642.0, 4664.0, 4610.0, 4640.0, 4670.0, 4621.0, 4651.0, 4633.0, 4634.0, 4664.0, 4622.0, 4624.0, 4674.0, 4637.0, 4664.0, 4648.0, 4678.0, 4691.0, 4636.0, 4668.0, 4685.0, 4646.0, 4657.0, 4636.0, 4646.0, 4686.0, 4668.0, 4636.0, 4676.0, 4644.0, 4634.0, 4674.0, 4632.0, 4643.0, 4673.0, 4644.0, 4653.0, 4636.0, 4646.0, 4687.0, 4665.0, 4633.0, 4674.0, 4634.0, 4655.0, 4685.0, 4645.0, 4676.0, 4695.0, 4624.0, 4663.0, 4634.0, 4645.0, 4650.0, 4647.0, 4687.0, 4703.0, 4634.0, 4674.0, 4683.0, 4633.0, 4672.0, 4636.0, 4675.0, 4693.0, 4643.0, 4672.0, 4664.0, 4633.0, 4670.0, 4620.0, 4641.0, 4681.0, 4640.0, 4660.0, 4632.0, 4675.0, 4681.0, 4632.0, 4660.0, 4632.0, 4632.0, 4671.0, 4633.0, 4657.0, 4680.0, 4624.0, 4661.0, 4680.0, 4641.0, 4654.0, 4621.0, 4652.0, 4672.0, 4628.0, 4639.0, 4678.0, 4619.0, 4658.0, 4629.0, 4620.0, 4660.0, 4619.0, 4641.0, 4633.0, 4645.0, 4695.0, 4634.0, 4648.0, 4660.0, 4637.0, 4647.0, 4650.0, 4662.0, 4670.0, 4700.0, 4660.0, 4683.0, 4687.0, 4702.0, 4690.0, 4702.0, 4694.0, 4716.0, 4684.0, 4662.0, 4713.0, 4690.0, 4649.0, 4668.0, 4641.0, 4684.0, 4685.0, 4628.0, 4678.0, 4679.0, 4638.0, 4658.0, 4653.0, 4701.0, 4662.0, 4639.0, 4689.0, 4677.0, 4637.0, 4679.0, 4648.0, 4639.0, 4678.0, 4640.0, 4658.0, 4680.0, 4638.0, 4668.0, 4688.0, 4638.0, 4688.0, 4639.0, 4670.0, 4696.0, 4649.0, 4688.0, 4649.0, 4679.0, 4691.0, 4639.0, 4679.0, 4685.0, 4635.0, 4677.0, 4638.0, 4689.0, 4656.0, 4627.0, 4686.0, 4653.0, 4622.0, 4674.0, 4622.0, 4634.0, 4670.0, 4623.0, 4622.0, 4671.0, 4620.0, 4632.0, 4673.0, 4624.0, 4655.0, 4682.0, 4633.0, 4666.0, 4673.0, 4624.0, 4665.0, 4664.0, 4635.0, 4664.0, 4644.0, 4626.0, 4686.0, 4624.0, 4637.0, 4642.0, 4647.0, 4697.0, 4665.0, 4639.0, 4687.0, 4636.0], 'WindowWidth': [10292.0, 10234.0, 10223.0, 10199.0, 10253.0, 10207.0, 10272.0, 10284.0, 10231.0, 10235.0, 10197.0, 10230.0, 10226.0, 10159.0, 10190.0, 10215.0, 10134.0, 10180.0, 10214.0, 10163.0, 10198.0, 10228.0, 10154.0, 10184.0, 10213.0, 10146.0, 10207.0, 10223.0, 10158.0, 10218.0, 10233.0, 10162.0, 10217.0, 10239.0, 10177.0, 10237.0, 10193.0, 10184.0, 10257.0, 10180.0, 10203.0, 10264.0, 10225.0, 10185.0, 10244.0, 10182.0, 10216.0, 10270.0, 10198.0, 10230.0, 10274.0, 10193.0, 10266.0, 10285.0, 10210.0, 10284.0, 10295.0, 10211.0, 10283.0, 10293.0, 10206.0, 10267.0, 10298.0, 10213.0, 10245.0, 10261.0, 10201.0, 10256.0, 10268.0, 10207.0, 10277.0, 10280.0, 10188.0, 10258.0, 10235.0, 10205.0, 10271.0, 10282.0, 10218.0, 10260.0, 10280.0, 10219.0, 10252.0, 10202.0, 10204.0, 10274.0, 10282.0, 10200.0, 10262.0, 10263.0, 10201.0, 10275.0, 10279.0, 10179.0, 10240.0, 10262.0, 10211.0, 10224.0, 10272.0, 10178.0, 10236.0, 10255.0, 10173.0, 10233.0, 10264.0, 10184.0, 10229.0, 10248.0, 10156.0, 10213.0, 10247.0, 10184.0, 10208.0, 10179.0, 10237.0, 10260.0, 10187.0, 10187.0, 10267.0, 10184.0, 10178.0, 10238.0, 10180.0, 10206.0, 10243.0, 10174.0, 10202.0, 10255.0, 10181.0, 10235.0, 10280.0, 10194.0, 10216.0, 10257.0, 10185.0, 10201.0, 10236.0, 10157.0, 10197.0, 10238.0, 10188.0, 10165.0, 10220.0, 10154.0, 10188.0, 10224.0, 10148.0, 10153.0, 10220.0, 10151.0, 10171.0, 10219.0, 10151.0, 10171.0, 10221.0, 10174.0, 10215.0, 10265.0, 10192.0, 10237.0, 10189.0, 10195.0, 10265.0, 10179.0, 10213.0, 10261.0, 10177.0, 10209.0, 10264.0, 10192.0, 10236.0, 10275.0, 10182.0, 10245.0, 10278.0, 10184.0, 10236.0, 10246.0, 10177.0, 10219.0, 10251.0, 10174.0, 10233.0, 10258.0, 10175.0, 10249.0, 10198.0, 10212.0, 10253.0, 10202.0, 10201.0, 10250.0, 10211.0, 10207.0, 10225.0, 10204.0, 10272.0, 10262.0, 10179.0, 10248.0, 10258.0, 10177.0, 10250.0, 10271.0, 10181.0, 10219.0, 10243.0, 10171.0, 10216.0, 10238.0, 10178.0, 10250.0, 10245.0, 10177.0, 10231.0, 10242.0, 10184.0, 10197.0, 10172.0, 10179.0, 10245.0, 10236.0, 10172.0, 10246.0, 10237.0, 10175.0, 10244.0, 10228.0, 10177.0, 10234.0, 10229.0, 10177.0, 10262.0, 10246.0, 10177.0, 10246.0, 10253.0, 10159.0, 10231.0, 10226.0, 10189.0, 10244.0, 10245.0, 10154.0, 10252.0, 10248.0, 10168.0, 10211.0, 10171.0, 10174.0, 10242.0, 10246.0, 10175.0, 10259.0, 10171.0, 10207.0, 10245.0, 10178.0, 10219.0, 10259.0, 10177.0, 10237.0, 10261.0, 10197.0, 10251.0, 10261.0, 10177.0, 10234.0, 10256.0, 10188.0, 10231.0, 10242.0, 10175.0, 10245.0, 10253.0, 10174.0, 10247.0, 10214.0, 10190.0, 10252.0, 10241.0, 10173.0, 10243.0, 10212.0, 10176.0, 10260.0, 10241.0, 10174.0, 10231.0, 10242.0, 10160.0, 10225.0, 10170.0, 10205.0, 10258.0, 10196.0, 10157.0, 10240.0, 10220.0, 10168.0, 10244.0, 10232.0, 10172.0, 10227.0, 10234.0, 10171.0, 10226.0, 10179.0, 10253.0, 10258.0, 10178.0, 10234.0, 10255.0, 10179.0, 10233.0, 10256.0, 10192.0, 10249.0, 10257.0, 10174.0, 10245.0, 10211.0, 10193.0, 10259.0, 10208.0, 10178.0, 10242.0, 10233.0, 10167.0, 10237.0, 10175.0, 10262.0, 10256.0, 10184.0, 10200.0, 10241.0, 10209.0, 10175.0, 10240.0, 10177.0, 10204.0, 10250.0, 10192.0, 10262.0, 10208.0, 10287.0, 10250.0, 10292.0, 10245.0, 10315.0, 10254.0, 10314.0, 10330.0, 10292.0, 10223.0, 10244.0, 10203.0, 10286.0, 10254.0, 10355.0, 10299.0, 10192.0, 10219.0, 10216.0, 10243.0, 10208.0, 10236.0, 10270.0, 10208.0, 10181.0, 10233.0, 10159.0, 10193.0, 10232.0, 10178.0, 10215.0, 10186.0, 10190.0, 10231.0, 10156.0, 10189.0, 10243.0, 10179.0, 10223.0, 10177.0, 10182.0, 10245.0, 10171.0, 10189.0, 10229.0, 10174.0, 10202.0, 10242.0, 10156.0, 10204.0, 10239.0, 10191.0, 10206.0, 10235.0, 10075.0, 10112.0, 10072.0, 10065.0, 10226.0, 10282.0, 10223.0, 10251.0, 10192.0, 10189.0, 10222.0, 10184.0, 10232.0, 10225.0, 10189.0, 10252.0, 10243.0, 10175.0, 10259.0, 10211.0, 10222.0, 10215.0, 10229.0, 10256.0, 10258.0, 10280.0, 10229.0, 10292.0, 10297.0, 10255.0, 10227.0, 10247.0, 10189.0, 10241.0, 10254.0, 10156.0, 10214.0, 10233.0, 10166.0, 10202.0, 10235.0, 10174.0, 10213.0, 10242.0, 10171.0, 10237.0, 10180.0, 10231.0, 10156.0, 10214.0, 10190.0, 10184.0, 10223.0, 10251.0, 10198.0, 10217.0, 10223.0, 10258.0, 10230.0, 10286.0, 10269.0, 10201.0, 10260.0, 10186.0, 10243.0, 10201.0, 10219.0, 10254.0, 10200.0, 10254.0, 10263.0, 10203.0, 10230.0, 10177.0, 10193.0, 10227.0, 10160.0, 10197.0, 10238.0, 10165.0, 10208.0, 10233.0, 10168.0, 10218.0, 10183.0, 10170.0, 10183.0, 10193.0, 10248.0, 10226.0, 10174.0, 10221.0, 10243.0, 10175.0, 10204.0, 10206.0, 10248.0, 10268.0, 10192.0, 10196.0, 10256.0, 10174.0, 10184.0, 10232.0, 10169.0, 10234.0, 10190.0, 10203.0, 10259.0, 10242.0, 10176.0, 10222.0, 10217.0, 10190.0, 10196.0, 10219.0, 10271.0, 10234.0, 10179.0, 10252.0, 10171.0, 10242.0, 10292.0, 10219.0, 10188.0, 10341.0, 10267.0, 10228.0, 10199.0, 10270.0, 10272.0, 10205.0, 10220.0, 10273.0, 10183.0, 10219.0, 10240.0, 10219.0, 10219.0, 10219.0, 10292.0, 10278.0, 10215.0, 10230.0, 10212.0, 10180.0, 10202.0, 10143.0, 10156.0, 10189.0, 10122.0, 10167.0, 10204.0, 10153.0, 10185.0, 10164.0, 10197.0, 10211.0, 10140.0, 10157.0, 10192.0, 10125.0, 10172.0, 10130.0, 10168.0, 10219.0, 10150.0, 10152.0, 10194.0, 10184.0, 10144.0, 10203.0, 10150.0, 10172.0, 10224.0, 10154.0, 10175.0, 10213.0, 10175.0, 10194.0, 10183.0, 10235.0, 10275.0, 10236.0, 10186.0, 10244.0, 10247.0, 10181.0, 10222.0, 10197.0, 10247.0, 10289.0, 10232.0, 10184.0, 10237.0, 10235.0, 10156.0, 10229.0, 10169.0, 10190.0, 10248.0, 10195.0, 10171.0, 10223.0, 10193.0, 10189.0, 10224.0, 10179.0, 10222.0, 10258.0, 10174.0, 10209.0, 10247.0, 10172.0, 10191.0, 10243.0, 10181.0, 10206.0, 10245.0, 10184.0, 10188.0, 10232.0, 10169.0, 10191.0, 10227.0, 10178.0, 10204.0, 10226.0, 10160.0, 10203.0, 10232.0, 10161.0, 10218.0, 10238.0, 10169.0, 10216.0, 10234.0, 10165.0, 10227.0, 10192.0, 10169.0, 10213.0, 10179.0, 10157.0, 10224.0, 10155.0, 10198.0, 10223.0, 10171.0, 10214.0, 10236.0, 10157.0, 10212.0, 10185.0, 10254.0, 10245.0, 10174.0, 10232.0, 10228.0, 10190.0, 10202.0, 10178.0, 10231.0, 10244.0, 10186.0, 10231.0, 10169.0, 10179.0, 10242.0, 10154.0, 10179.0, 10222.0, 10151.0, 10163.0, 10217.0, 10146.0, 10195.0, 10220.0, 10151.0, 10229.0, 10148.0, 10183.0, 10218.0, 10154.0, 10206.0, 10153.0, 10199.0, 10239.0, 10188.0, 10227.0, 10157.0, 10169.0, 10219.0, 10164.0, 10211.0, 10194.0, 10182.0, 10227.0, 10167.0, 10141.0, 10206.0, 10158.0, 10162.0, 10219.0, 10154.0, 10180.0, 10204.0, 10133.0, 10175.0, 10216.0, 10149.0, 10193.0, 10169.0, 10173.0, 10213.0, 10152.0, 10158.0, 10225.0, 10179.0, 10215.0, 10201.0, 10242.0, 10253.0, 10181.0, 10223.0, 10245.0, 10192.0, 10207.0, 10181.0, 10196.0, 10250.0, 10216.0, 10175.0, 10234.0, 10183.0, 10173.0, 10227.0, 10167.0, 10185.0, 10226.0, 10185.0, 10197.0, 10179.0, 10195.0, 10253.0, 10213.0, 10171.0, 10227.0, 10173.0, 10203.0, 10246.0, 10191.0, 10235.0, 10258.0, 10157.0, 10211.0, 10172.0, 10189.0, 10196.0, 10199.0, 10253.0, 10267.0, 10171.0, 10229.0, 10236.0, 10169.0, 10224.0, 10179.0, 10231.0, 10253.0, 10184.0, 10222.0, 10211.0, 10167.0, 10215.0, 10148.0, 10179.0, 10232.0, 10174.0, 10202.0, 10168.0, 10232.0, 10235.0, 10166.0, 10203.0, 10165.0, 10167.0, 10222.0, 10171.0, 10201.0, 10232.0, 10152.0, 10204.0, 10229.0, 10174.0, 10190.0, 10152.0, 10195.0, 10220.0, 10155.0, 10172.0, 10223.0, 10144.0, 10198.0, 10157.0, 10147.0, 10203.0, 10144.0, 10176.0, 10171.0, 10192.0, 10260.0, 10172.0, 10196.0, 10198.0, 10181.0, 10196.0, 10203.0, 10226.0, 10238.0, 10275.0, 10216.0, 10252.0, 10257.0, 10274.0, 10269.0, 10273.0, 10267.0, 10299.0, 10248.0, 10218.0, 10291.0, 10255.0, 10195.0, 10221.0, 10190.0, 10242.0, 10240.0, 10166.0, 10234.0, 10234.0, 10178.0, 10207.0, 10207.0, 10271.0, 10209.0, 10183.0, 10251.0, 10232.0, 10178.0, 10237.0, 10191.0, 10179.0, 10232.0, 10185.0, 10210.0, 10234.0, 10179.0, 10221.0, 10247.0, 10179.0, 10248.0, 10184.0, 10224.0, 10258.0, 10195.0, 10247.0, 10197.0, 10238.0, 10250.0, 10183.0, 10235.0, 10241.0, 10171.0, 10229.0, 10180.0, 10253.0, 10201.0, 10163.0, 10241.0, 10191.0, 10149.0, 10223.0, 10148.0, 10168.0, 10215.0, 10151.0, 10152.0, 10216.0, 10144.0, 10164.0, 10219.0, 10155.0, 10200.0, 10231.0, 10168.0, 10215.0, 10221.0, 10156.0, 10213.0, 10211.0, 10173.0, 10212.0, 10182.0, 10161.0, 10241.0, 10155.0, 10176.0, 10184.0, 10197.0, 10264.0, 10215.0, 10183.0, 10249.0, 10176.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.0063018599562363236</td></tr>
<tr><td colspan=3>aqi</td><td>0.03909136192560175</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.442182940000016</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3146213161993432</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0676480944359261</td></tr>
<tr><td colspan=3>efc</td><td>0.5044</td></tr>
<tr><td colspan=3>fber</td><td>6215.8818</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17275164569307846</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.035010940919037</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4318140838553615</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2959887634411804</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.616660937613942</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.382792550510962</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105063</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014911472797393799</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.053415488451719284</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.735615343933546</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>22.7055</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8861</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.7785</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292543.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1080.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>437.9773</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7456</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.6741</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3890.2559</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.6266</td></tr>
<tr><td colspan=3>tsnr</td><td>34.50745758682024</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>