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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0099_ses-02_task-faces_acq-mb8_run-03_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-0099_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0099_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_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-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-02_task-faces_acq-mb8_run-03_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-0099/ses-02/func/sub-0099_ses-02_task-faces_acq-mb8_run-03_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>05ef99c475a2fee8e91059cc44328ac2</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>09:32:46.002500</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.999764, -0.0128636, 0.0174977, 0.0125641, 0.999775, 0.0171185]</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-03_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.0808233</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7772, -7255, 232, -150, -238, -193, 91]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.725</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>30961203-865a-4363-83c4-0a7aad00c684||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.6822941303253174, 0.033708520233631134, 0.047827817499637604, 110.62142944335938], [0.034511979669332504, 2.6823220252990723, 0.04561544209718704, -100.71012878417969], [0.046945177018642426, -0.04592765122652054, 2.699191093444824, -91.06159210205078], [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': ['093246.002500', '093246.462500', '093246.922500', '093247.382500', '093247.842500', '093248.302500', '093248.762500', '093249.222500', '093249.682500', '093250.142500', '093250.602500', '093251.062500', '093251.522500', '093251.982500', '093252.442500', '093252.902500', '093253.362500', '093253.822500', '093254.282500', '093254.742500', '093255.202500', '093255.662500', '093256.122500', '093256.582500', '093257.042500', '093257.502500', '093257.962500', '093258.422500', '093258.882500', '093259.342500', '093259.802500', '093300.262500', '093300.722500', '093301.182500', '093301.642500', '093302.102500', '093302.562500', '093303.022500', '093303.482500', '093303.942500', '093304.402500', '093304.862500', '093305.322500', '093305.782500', '093306.242500', '093306.702500', '093307.162500', '093307.622500', '093308.082500', '093308.542500', '093309.002500', '093309.462500', '093309.922500', '093310.382500', '093310.842500', '093311.302500', '093311.762500', '093312.222500', '093312.682500', '093313.142500', '093313.602500', '093314.062500', '093314.522500', '093314.982500', '093315.442500', '093315.902500', '093316.362500', '093316.822500', '093317.282500', '093317.742500', '093318.202500', '093318.662500', '093319.122500', '093319.582500', '093320.042500', '093320.502500', '093320.962500', '093321.422500', '093321.882500', '093322.342500', '093322.802500', '093323.262500', '093323.722500', '093324.182500', '093324.642500', '093325.102500', '093325.562500', '093326.022500', '093326.482500', '093326.942500', '093327.402500', '093327.862500', '093328.322500', '093328.782500', '093329.242500', '093329.702500', '093330.162500', '093330.622500', '093331.082500', '093331.542500', '093332.002500', '093332.462500', '093332.922500', '093333.382500', '093333.842500', '093334.302500', '093334.762500', '093335.222500', '093335.682500', '093336.142500', '093336.602500', '093337.062500', '093337.522500', '093337.982500', '093338.442500', '093338.902500', '093339.362500', '093339.822500', '093340.282500', '093340.742500', '093341.202500', '093341.662500', '093342.122500', '093342.582500', '093343.042500', '093343.502500', '093343.962500', '093344.422500', '093344.882500', '093345.342500', '093345.802500', '093346.262500', '093346.722500', '093347.182500', '093347.642500', '093348.102500', '093348.562500', '093349.022500', '093349.482500', '093349.942500', '093350.402500', '093350.862500', '093351.322500', '093351.782500', '093352.242500', '093352.702500', '093353.162500', '093353.622500', '093354.082500', '093354.542500', '093355.002500', '093355.462500', '093355.922500', '093356.382500', '093356.842500', '093357.302500', '093357.762500', '093358.222500', '093358.682500', '093359.142500', '093359.602500', '093400.062500', '093400.522500', '093400.982500', '093401.442500', '093401.902500', '093402.362500', '093402.822500', '093403.282500', '093403.742500', '093404.202500', '093404.662500', '093405.122500', '093405.582500', '093406.042500', '093406.502500', '093406.962500', '093407.422500', '093407.882500', '093408.342500', '093408.802500', '093409.262500', '093409.722500', '093410.182500', '093410.642500', '093411.102500', '093411.562500', '093412.022500', '093412.482500', '093412.942500', '093413.402500', '093413.862500', '093414.322500', '093414.782500', '093415.242500', '093415.702500', '093416.162500', '093416.622500', '093417.082500', '093417.542500', '093418.002500', '093418.462500', '093418.922500', '093419.382500', '093419.842500', '093420.302500', '093420.762500', '093421.222500', '093421.682500', '093422.142500', '093422.602500', '093423.062500', '093423.522500', '093423.982500', '093424.442500', '093424.902500', '093425.362500', '093425.822500', '093426.282500', '093426.742500', '093427.202500', '093427.662500', '093428.122500', '093428.582500', '093429.042500', '093429.502500', '093429.962500', '093430.422500', '093430.882500', '093431.342500', '093431.802500', '093432.262500', '093432.722500', '093433.182500', '093433.642500', '093434.102500', '093434.562500', '093435.022500', '093435.482500', '093435.942500', '093436.402500', '093436.862500', '093437.322500', '093437.782500', '093438.242500', '093438.702500', '093439.162500', '093439.622500', '093440.082500', '093440.542500', '093441.002500', '093441.462500', '093441.922500', '093442.382500', '093442.842500', '093443.302500', '093443.762500', '093444.222500', '093444.682500', '093445.142500', '093445.602500', '093446.062500', '093446.522500', '093446.982500', '093447.442500', '093447.902500', '093448.362500', '093448.822500', '093449.282500', '093449.742500', '093450.202500', '093450.662500', '093451.122500', '093451.582500', '093452.042500', '093452.502500', '093452.962500', '093453.422500', '093453.882500', '093454.342500', '093454.802500', '093455.262500', '093455.722500', '093456.182500', '093456.642500', '093457.102500', '093457.562500', '093458.022500', '093458.482500', '093458.942500', '093459.402500', '093459.862500', '093500.322500', '093500.782500', '093501.242500', '093501.702500', '093502.162500', '093502.622500', '093503.082500', '093503.542500', '093504.002500', '093504.462500', '093504.922500', '093505.382500', '093505.842500', '093506.302500', '093506.762500', '093507.222500', '093507.682500', '093508.142500', '093508.602500', '093509.062500', '093509.522500', '093509.982500', '093510.442500', '093510.902500', '093511.362500', '093511.822500', '093512.282500', '093512.742500', '093513.202500', '093513.662500', '093514.122500', '093514.582500', '093515.042500', '093515.502500', '093515.962500', '093516.422500', '093516.882500', '093517.342500', '093517.802500', '093518.262500', '093518.722500', '093519.182500', '093519.642500', '093520.102500', '093520.562500', '093521.022500', '093521.482500', '093521.942500', '093522.402500', '093522.862500', '093523.322500', '093523.782500', '093524.242500', '093524.702500', '093525.162500', '093525.622500', '093526.082500', '093526.542500', '093527.002500', '093527.462500', '093527.922500', '093528.382500', '093528.842500', '093529.302500', '093529.762500', '093530.222500', '093530.682500', '093531.142500', '093531.602500', '093532.062500', '093532.522500', '093532.982500', '093533.442500', '093533.902500', '093534.362500', '093534.822500', '093535.282500', '093535.742500', '093536.202500', '093536.662500', '093537.122500', '093537.582500', '093538.042500', '093538.502500', '093538.962500', '093539.422500', '093539.882500', '093540.342500', '093540.802500', '093541.262500', '093541.722500', '093542.182500', '093542.642500', '093543.102500', '093543.562500', '093544.022500', '093544.482500', '093544.942500', '093545.402500', '093545.862500', '093546.322500', '093546.782500', '093547.242500', '093547.702500', '093548.162500', '093548.622500', '093549.082500', '093549.542500', '093550.002500', '093550.462500', '093550.922500', '093551.382500', '093551.842500', '093552.302500', '093552.762500', '093553.222500', '093553.682500', '093554.142500', '093554.602500', '093555.062500', '093555.522500', '093555.982500', '093556.442500', '093556.902500', '093557.362500', '093557.822500', '093558.282500', '093558.742500', '093559.202500', '093559.662500', '093600.122500', '093600.582500', '093601.042500', '093601.502500', '093601.962500', '093602.422500', '093602.882500', '093603.342500', '093603.802500', '093604.262500', '093604.722500', '093605.182500', '093605.642500', '093606.102500', '093606.562500', '093607.022500', '093607.482500', '093607.942500', '093608.402500', '093608.862500', '093609.322500', '093609.782500', '093610.242500', '093610.702500', '093611.162500', '093611.622500', '093612.082500', '093612.542500', '093613.002500', '093613.462500', '093613.922500', '093614.382500', '093614.842500', '093615.302500', '093615.762500', '093616.222500', '093616.682500', '093617.142500', '093617.602500', '093618.062500', '093618.522500', '093618.982500', '093619.442500', '093619.902500', '093620.362500', '093620.822500', '093621.282500', '093621.742500', '093622.202500', '093622.662500', '093623.122500', '093623.582500', '093624.042500', '093624.502500', '093624.962500', '093625.422500', '093625.882500', '093626.342500', '093626.802500', '093627.262500', '093627.722500', '093628.182500', '093628.642500', '093629.102500', '093629.562500', '093630.022500', '093630.482500', '093630.942500', '093631.402500', '093631.862500', '093632.322500', '093632.782500', '093633.242500', '093633.702500', '093634.162500', '093634.622500', '093635.082500', '093635.542500', '093636.002500', '093636.462500', '093636.922500', '093637.382500', '093637.842500', '093638.302500', '093638.762500', '093639.222500', '093639.682500', '093640.142500', '093640.602500', '093641.062500', '093641.522500', '093641.982500', '093642.442500', '093642.902500', '093643.362500', '093643.822500', '093644.282500', '093644.742500', '093645.202500', '093645.662500', '093646.122500', '093646.582500', '093647.042500', '093647.502500', '093647.962500', '093648.422500', '093648.882500', '093649.342500', '093649.802500', '093650.262500', '093650.722500', '093651.182500', '093651.642500', '093652.102500', '093652.562500', '093653.022500', '093653.482500', '093653.942500', '093654.402500', '093654.862500', '093655.322500', '093655.782500', '093656.242500', '093656.702500', '093657.162500', '093657.622500', '093658.082500', '093658.542500', '093659.002500', '093659.462500', '093659.922500', '093700.382500', '093700.842500', '093701.302500', '093701.762500', '093702.222500', '093702.682500', '093703.142500', '093703.602500', '093704.062500', '093704.522500', '093704.982500', '093705.442500', '093705.902500', '093706.362500', '093706.822500', '093707.282500', '093707.742500', '093708.202500', '093708.662500', '093709.122500', '093709.582500', '093710.042500', '093710.502500', '093710.962500', '093711.422500', '093711.882500', '093712.342500', '093712.802500', '093713.262500', '093713.722500', '093714.182500', '093714.642500', '093715.102500', '093715.562500', '093716.022500', '093716.482500', '093716.942500', '093717.402500', '093717.862500', '093718.322500', '093718.782500', '093719.242500', '093719.702500', '093720.162500', '093720.622500', '093721.082500', '093721.542500', '093722.002500', '093722.462500', '093722.922500', '093723.382500', '093723.842500', '093724.302500', '093724.762500', '093725.222500', '093725.682500', '093726.142500', '093726.602500', '093727.062500', '093727.522500', '093727.982500', '093728.442500', '093728.902500', '093729.362500', '093729.822500', '093730.282500', '093730.742500', '093731.202500', '093731.662500', '093732.122500', '093732.582500', '093733.042500', '093733.502500', '093733.962500', '093734.422500', '093734.882500', '093735.342500', '093735.802500', '093736.262500', '093736.722500', '093737.182500', '093737.642500', '093738.102500', '093738.562500', '093739.022500', '093739.482500', '093739.942500', '093740.402500', '093740.862500', '093741.322500', '093741.782500', '093742.242500', '093742.702500', '093743.162500', '093743.622500', '093744.082500', '093744.542500', '093745.002500', '093745.462500', '093745.922500', '093746.382500', '093746.842500', '093747.302500', '093747.762500', '093748.222500', '093748.682500', '093749.142500', '093749.602500', '093750.062500', '093750.522500', '093750.982500', '093751.442500', '093751.902500', '093752.362500', '093752.822500', '093753.282500', '093753.742500', '093754.202500', '093754.662500', '093755.122500', '093755.582500', '093756.042500', '093756.502500', '093756.962500', '093757.422500', '093757.882500', '093758.342500', '093758.802500', '093759.262500', '093759.722500', '093800.182500', '093800.642500', '093801.102500', '093801.562500', '093802.022500', '093802.482500', '093802.942500', '093803.402500', '093803.862500', '093804.322500', '093804.782500', '093805.242500', '093805.702500', '093806.162500', '093806.622500', '093807.082500', '093807.542500', '093808.002500', '093808.462500', '093808.922500', '093809.382500', '093809.842500', '093810.302500', '093810.762500', '093811.222500', '093811.682500', '093812.142500', '093812.602500', '093813.062500', '093813.522500', '093813.982500', '093814.442500', '093814.902500', '093815.362500', '093815.822500', '093816.282500', '093816.742500', '093817.202500', '093817.662500', '093818.122500', '093818.582500', '093819.042500', '093819.502500', '093819.962500', '093820.422500', '093820.882500', '093821.342500', '093821.802500', '093822.262500', '093822.722500', '093823.182500', '093823.642500', '093824.102500', '093824.562500', '093825.022500', '093825.482500', '093825.942500', '093826.402500', '093826.862500', '093827.322500', '093827.782500', '093828.242500', '093828.702500', '093829.162500', '093829.622500', '093830.082500', '093830.542500', '093831.002500', '093831.462500', '093831.922500', '093832.382500', '093832.842500', '093833.302500', '093833.762500', '093834.222500', '093834.682500', '093835.142500', '093835.602500', '093836.062500', '093836.522500', '093836.982500', '093837.442500', '093837.902500', '093838.362500', '093838.822500', '093839.282500', '093839.742500', '093840.202500', '093840.662500', '093841.122500', '093841.582500', '093842.042500', '093842.502500', '093842.962500', '093843.422500', '093843.882500', '093844.342500', '093844.802500', '093845.262500', '093845.722500', '093846.182500', '093846.642500', '093847.102500', '093847.562500', '093848.022500', '093848.482500', '093848.942500', '093849.402500', '093849.862500', '093850.322500', '093850.782500', '093851.242500', '093851.702500', '093852.162500', '093852.622500', '093853.082500', '093853.542500', '093854.002500', '093854.462500', '093854.922500', '093855.382500', '093855.842500', '093856.302500', '093856.762500', '093857.222500', '093857.682500', '093858.142500', '093858.602500', '093859.062500', '093859.522500', '093859.982500', '093900.442500', '093900.902500', '093901.362500', '093901.822500', '093902.282500', '093902.742500', '093903.202500', '093903.662500', '093904.122500', '093904.582500', '093905.042500', '093905.502500', '093905.962500', '093906.422500', '093906.882500', '093907.342500', '093907.802500', '093908.262500', '093908.722500', '093909.182500', '093909.642500', '093910.102500', '093910.562500', '093911.022500', '093911.482500', '093911.942500', '093912.402500', '093912.862500', '093913.322500', '093913.782500', '093914.242500', '093914.702500', '093915.162500', '093915.622500', '093916.082500', '093916.542500', '093917.002500', '093917.462500', '093917.922500', '093918.382500', '093918.842500', '093919.302500', '093919.762500', '093920.222500', '093920.682500', '093921.142500', '093921.602500', '093922.062500', '093922.522500', '093922.982500', '093923.442500', '093923.902500', '093924.362500', '093924.822500', '093925.282500', '093925.742500', '093926.202500', '093926.662500', '093927.122500', '093927.582500', '093928.042500', '093928.502500', '093928.962500', '093929.422500', '093929.882500', '093930.342500', '093930.802500', '093931.262500', '093931.722500', '093932.182500', '093932.642500', '093933.102500', '093933.562500', '093934.022500', '093934.482500', '093934.942500', '093935.402500', '093935.862500', '093936.322500', '093936.782500', '093937.242500', '093937.702500', '093938.162500', '093938.622500', '093939.082500', '093939.542500', '093940.002500', '093940.462500', '093940.922500', '093941.382500', '093941.842500', '093942.302500', '093942.762500', '093943.222500', '093943.682500', '093944.142500', '093944.602500', '093945.062500', '093945.522500', '093945.982500'], 'ContentTime': ['093258.327000', '093258.330000', '093258.333000', '093258.335000', '093258.338000', '093258.341000', '093258.343000', '093258.346000', '093258.348000', '093258.351000', '093258.354000', '093258.365000', '093258.367000', '093258.370000', '093258.373000', '093258.375000', '093258.383000', '093258.386000', '093258.389000', '093258.391000', '093258.394000', '093258.396000', '093258.399000', '093258.402000', '093258.404000', '093318.294000', '093318.298000', '093318.300000', '093318.303000', '093318.306000', '093318.308000', '093318.311000', '093318.313000', '093318.316000', '093318.318000', '093318.321000', '093318.323000', '093318.326000', '093318.329000', '093318.331000', '093318.334000', '093318.336000', '093318.339000', '093318.341000', '093318.344000', '093318.346000', '093318.349000', '093318.351000', '093318.354000', '093318.356000', '093318.359000', '093318.362000', '093318.364000', '093318.367000', '093318.369000', '093318.372000', '093318.375000', '093318.377000', '093318.386000', '093318.389000', '093318.392000', '093318.395000', '093318.399000', '093318.401000', '093318.404000', '093318.406000', '093318.409000', '093318.412000', '093338.294000', '093338.297000', '093338.300000', '093338.302000', '093338.305000', '093338.308000', '093338.310000', '093338.313000', '093338.315000', '093338.318000', '093338.321000', '093338.323000', '093338.326000', '093338.328000', '093338.331000', '093338.344000', '093338.346000', '093338.349000', '093338.351000', '093338.354000', '093338.356000', '093338.359000', '093338.361000', '093338.368000', '093338.370000', '093338.373000', '093338.376000', '093338.378000', '093338.381000', '093338.384000', '093338.386000', '093338.389000', '093338.392000', '093338.394000', '093338.397000', '093338.399000', '093338.402000', '093338.404000', '093338.407000', '093338.409000', '093338.412000', '093338.415000', '093338.417000', '093338.420000', '093358.295000', '093358.297000', '093358.300000', '093358.303000', '093358.305000', '093358.308000', '093358.310000', '093358.313000', '093358.316000', '093358.318000', '093358.321000', '093358.323000', '093358.326000', '093358.328000', '093358.331000', '093358.334000', '093358.336000', '093358.339000', '093358.341000', '093358.344000', '093358.347000', '093358.349000', '093358.352000', '093358.355000', '093358.357000', '093358.360000', '093358.363000', '093358.365000', '093358.368000', '093358.371000', '093358.373000', '093358.376000', '093358.378000', '093358.381000', '093358.384000', '093358.386000', '093358.389000', '093358.391000', '093358.394000', '093358.397000', '093358.399000', '093358.402000', '093358.404000', '093418.294000', '093418.297000', '093418.300000', '093418.303000', '093418.305000', '093418.308000', '093418.311000', '093418.313000', '093418.316000', '093418.319000', '093418.321000', '093418.324000', '093418.326000', '093418.329000', '093418.332000', '093418.334000', '093418.337000', '093418.339000', '093418.342000', '093418.345000', '093418.347000', '093418.350000', '093418.353000', '093418.355000', '093418.358000', '093418.361000', '093418.363000', '093418.366000', '093418.368000', '093418.371000', '093418.374000', '093418.376000', '093418.379000', '093418.381000', '093418.384000', '093418.386000', '093418.389000', '093418.392000', '093418.394000', '093418.397000', '093418.399000', '093418.402000', '093418.405000', '093418.407000', '093438.294000', '093438.297000', '093438.300000', '093438.302000', '093438.305000', '093438.308000', '093438.310000', '093438.313000', '093438.316000', '093438.318000', '093438.321000', '093438.323000', '093438.326000', '093438.329000', '093438.331000', '093438.334000', '093438.336000', '093438.339000', '093438.342000', '093438.344000', '093438.347000', '093438.349000', '093438.352000', '093438.354000', '093438.357000', '093438.360000', '093438.362000', '093438.365000', '093438.368000', '093438.370000', '093438.373000', '093438.375000', '093438.378000', '093438.381000', '093438.383000', '093438.386000', '093438.389000', '093438.391000', '093438.394000', '093438.396000', '093438.399000', '093438.402000', '093438.404000', '093458.293000', '093458.296000', '093458.299000', '093458.302000', '093458.304000', '093458.307000', '093458.310000', '093458.312000', '093458.315000', '093458.318000', '093458.320000', '093458.323000', '093458.326000', '093458.328000', '093458.331000', '093458.334000', '093458.336000', '093458.339000', '093458.341000', '093458.344000', '093458.346000', '093458.349000', '093458.351000', '093458.354000', '093458.357000', '093458.359000', '093458.362000', '093458.364000', '093458.367000', '093458.370000', '093458.372000', '093458.375000', '093458.377000', '093458.380000', '093458.382000', '093458.385000', '093458.388000', '093458.390000', '093458.393000', '093458.395000', '093458.398000', '093458.401000', '093458.404000', '093458.406000', '093518.294000', '093518.297000', '093518.300000', '093518.303000', '093518.305000', '093518.308000', '093518.310000', '093518.313000', '093518.316000', '093518.318000', '093518.321000', '093518.323000', '093518.326000', '093518.329000', '093518.331000', '093518.334000', '093518.337000', '093518.339000', '093518.342000', '093518.344000', '093518.347000', '093518.349000', '093518.352000', '093518.355000', '093518.357000', '093518.360000', '093518.363000', '093518.365000', '093518.368000', '093518.371000', '093518.373000', '093518.376000', '093518.378000', '093518.381000', '093518.383000', '093518.386000', '093518.389000', '093518.392000', '093518.394000', '093518.397000', '093518.400000', '093518.402000', '093518.405000', '093538.294000', '093538.297000', '093538.300000', '093538.302000', '093538.305000', '093538.308000', '093538.310000', '093538.313000', '093538.315000', '093538.318000', '093538.321000', '093538.323000', '093538.326000', '093538.328000', '093538.331000', '093538.333000', '093538.336000', '093538.339000', '093538.341000', '093538.344000', '093538.346000', '093538.349000', '093538.352000', '093538.354000', '093538.357000', '093538.359000', '093538.362000', '093538.364000', '093538.367000', '093538.370000', '093538.372000', '093538.375000', '093538.377000', '093538.380000', '093538.382000', '093538.385000', '093538.388000', '093538.390000', '093538.393000', '093538.430000', '093538.432000', '093538.435000', '093538.437000', '093538.440000', '093558.294000', '093558.297000', '093558.300000', '093558.303000', '093558.305000', '093558.308000', '093558.310000', '093558.313000', '093558.315000', '093558.318000', '093558.321000', '093558.323000', '093558.326000', '093558.329000', '093558.331000', '093558.334000', '093558.336000', '093558.339000', '093558.341000', '093558.344000', '093558.346000', '093558.349000', '093558.352000', '093558.354000', '093558.357000', '093558.359000', '093558.362000', '093558.365000', '093558.367000', '093558.370000', '093558.372000', '093558.375000', '093558.377000', '093558.380000', '093558.383000', '093558.385000', '093558.388000', '093558.391000', '093558.393000', '093558.396000', '093558.399000', '093558.401000', '093558.404000', '093618.295000', '093618.298000', '093618.301000', '093618.304000', '093618.306000', '093618.309000', '093618.311000', '093618.314000', '093618.317000', '093618.319000', '093618.322000', '093618.325000', '093618.327000', '093618.330000', '093618.332000', '093618.335000', '093618.338000', '093618.340000', '093618.343000', '093618.345000', '093618.348000', '093618.351000', '093618.353000', '093618.356000', '093618.359000', '093618.361000', '093618.364000', '093618.367000', '093618.369000', '093618.372000', '093618.375000', '093618.377000', '093618.380000', '093618.383000', '093618.385000', '093618.388000', '093618.390000', '093618.393000', '093618.396000', '093618.398000', '093618.401000', '093618.403000', '093618.406000', '093618.408000', '093638.294000', '093638.297000', '093638.300000', '093638.302000', '093638.305000', '093638.308000', '093638.310000', '093638.313000', '093638.315000', '093638.318000', '093638.321000', '093638.324000', '093638.326000', '093638.329000', '093638.331000', '093638.334000', '093638.337000', '093638.339000', '093638.342000', '093638.344000', '093638.347000', '093638.350000', '093638.352000', '093638.355000', '093638.357000', '093638.360000', '093638.362000', '093638.365000', '093638.368000', '093638.370000', '093638.373000', '093638.375000', '093638.378000', '093638.380000', '093638.383000', '093638.385000', '093638.388000', '093638.391000', '093638.393000', '093638.396000', '093638.398000', '093638.401000', '093638.403000', '093658.295000', '093658.297000', '093658.300000', '093658.303000', '093658.305000', '093658.308000', '093658.310000', '093658.313000', '093658.315000', '093658.318000', '093658.321000', '093658.323000', '093658.326000', '093658.328000', '093658.331000', '093658.334000', '093658.336000', '093658.339000', '093658.342000', '093658.344000', '093658.347000', '093658.349000', '093658.352000', '093658.355000', '093658.357000', '093658.360000', '093658.362000', '093658.365000', '093658.368000', '093658.370000', '093658.373000', '093658.375000', '093658.378000', '093658.381000', '093658.383000', '093658.386000', '093658.388000', '093658.391000', '093658.394000', '093658.396000', '093658.399000', '093658.401000', '093658.404000', '093658.406000', '093718.294000', '093718.296000', '093718.299000', '093718.302000', '093718.304000', '093718.307000', '093718.310000', '093718.312000', '093718.315000', '093718.317000', '093718.320000', '093718.323000', '093718.325000', '093718.328000', '093718.331000', '093718.333000', '093718.336000', '093718.339000', '093718.341000', '093718.344000', '093718.353000', '093718.355000', '093718.358000', '093718.360000', '093718.363000', '093718.366000', '093718.368000', '093718.371000', '093718.374000', '093718.376000', '093718.379000', '093718.381000', '093718.384000', '093718.387000', '093718.389000', '093718.392000', '093718.395000', '093718.397000', '093718.400000', '093718.402000', '093718.405000', '093718.407000', '093718.410000', '093738.295000', '093738.297000', '093738.300000', '093738.303000', '093738.305000', '093738.308000', '093738.311000', '093738.313000', '093738.316000', '093738.318000', '093738.321000', '093738.324000', '093738.326000', '093738.329000', '093738.331000', '093738.334000', '093738.338000', '093738.341000', '093738.343000', '093738.346000', '093738.348000', '093738.351000', '093738.354000', '093738.356000', '093738.359000', '093738.362000', '093738.364000', '093738.367000', '093738.370000', '093738.372000', '093738.375000', '093738.378000', '093738.380000', '093738.383000', '093738.386000', '093738.388000', '093738.391000', '093738.394000', '093738.397000', '093738.399000', '093738.402000', '093738.404000', '093738.407000', '093738.410000', '093758.294000', '093758.297000', '093758.300000', '093758.303000', '093758.306000', '093758.308000', '093758.311000', '093758.313000', '093758.316000', '093758.319000', '093758.321000', '093758.324000', '093758.326000', '093758.329000', '093758.332000', '093758.334000', '093758.337000', '093758.339000', '093758.342000', '093758.345000', '093758.347000', '093758.350000', '093758.352000', '093758.355000', '093758.358000', '093758.360000', '093758.363000', '093758.365000', '093758.368000', '093758.371000', '093758.373000', '093758.376000', '093758.378000', '093758.381000', '093758.384000', '093758.386000', '093758.389000', '093758.392000', '093758.394000', '093758.397000', '093758.400000', '093758.402000', '093758.405000', '093818.295000', '093818.298000', '093818.300000', '093818.303000', '093818.306000', '093818.308000', '093818.311000', '093818.314000', '093818.328000', '093818.331000', '093818.334000', '093818.336000', '093818.339000', '093818.342000', '093818.344000', '093818.347000', '093818.350000', '093818.352000', '093818.355000', '093818.357000', '093818.360000', '093818.363000', '093818.365000', '093818.368000', '093818.371000', '093818.373000', '093818.376000', '093818.379000', '093818.382000', '093818.384000', '093818.387000', '093818.389000', '093818.392000', '093818.395000', '093818.397000', '093818.400000', '093818.403000', '093818.405000', '093818.408000', '093818.411000', '093818.413000', '093818.416000', '093818.419000', '093838.294000', '093838.297000', '093838.300000', '093838.303000', '093838.305000', '093838.308000', '093838.311000', '093838.313000', '093838.316000', '093838.318000', '093838.321000', '093838.324000', '093838.326000', '093838.329000', '093838.332000', '093838.334000', '093838.337000', '093838.340000', '093838.342000', '093838.345000', '093838.347000', '093838.350000', '093838.352000', '093838.355000', '093838.358000', '093838.360000', '093838.363000', '093838.365000', '093838.368000', '093838.370000', '093838.373000', '093838.384000', '093838.386000', '093838.389000', '093838.392000', '093838.394000', '093838.397000', '093838.400000', '093838.402000', '093838.405000', '093838.407000', '093838.410000', '093838.413000', '093838.415000', '093858.295000', '093858.298000', '093858.300000', '093858.303000', '093858.305000', '093858.308000', '093858.311000', '093858.314000', '093858.316000', '093858.319000', '093858.322000', '093858.325000', '093858.327000', '093858.330000', '093858.332000', '093858.335000', '093858.338000', '093858.340000', '093858.343000', '093858.346000', '093858.348000', '093858.351000', '093858.354000', '093858.356000', '093858.359000', '093858.361000', '093858.364000', '093858.367000', '093858.369000', '093858.372000', '093858.376000', '093858.379000', '093858.382000', '093858.385000', '093858.387000', '093858.390000', '093858.392000', '093858.395000', '093858.398000', '093858.400000', '093858.403000', '093858.405000', '093858.408000', '093918.295000', '093918.298000', '093918.301000', '093918.303000', '093918.306000', '093918.309000', '093918.311000', '093918.314000', '093918.317000', '093918.319000', '093918.322000', '093918.324000', '093918.327000', '093918.330000', '093918.332000', '093918.335000', '093918.338000', '093918.340000', '093918.343000', '093918.346000', '093918.348000', '093918.351000', '093918.353000', '093918.356000', '093918.359000', '093918.361000', '093918.364000', '093918.367000', '093918.369000', '093918.372000', '093918.375000', '093918.377000', '093918.380000', '093918.382000', '093918.385000', '093918.388000', '093918.390000', '093918.393000', '093918.396000', '093918.399000', '093918.401000', '093918.404000', '093918.407000', '093918.409000', '093938.294000', '093938.297000', '093938.299000', '093938.302000', '093938.304000', '093938.307000', '093938.310000', '093938.312000', '093938.315000', '093938.317000', '093938.320000', '093938.323000', '093938.325000', '093938.328000', '093938.331000', '093938.334000', '093938.337000', '093938.340000', '093938.342000', '093938.345000', '093938.348000', '093938.350000', '093938.353000', '093938.356000', '093938.358000', '093938.361000', '093938.368000', '093938.370000', '093938.373000', '093938.376000', '093938.379000', '093938.381000', '093938.384000', '093938.387000', '093938.389000', '093938.392000', '093938.395000', '093938.397000', '093938.400000', '093938.403000', '093938.405000', '093938.408000', '093938.410000', '093947.078000', '093947.081000', '093947.083000', '093947.086000', '093947.089000', '093947.091000', '093947.094000', '093947.096000', '093947.099000', '093947.102000', '093947.104000', '093947.107000', '093947.109000', '093947.112000', '093947.114000', '093947.117000', '093947.120000', '093947.122000', '093947.125000', '093947.127000'], 'InstanceCreationTime': ['093258.327000', '093258.330000', '093258.333000', '093258.335000', '093258.338000', '093258.341000', '093258.343000', '093258.346000', '093258.348000', '093258.351000', '093258.354000', '093258.365000', '093258.367000', '093258.370000', '093258.373000', '093258.375000', '093258.383000', '093258.386000', '093258.389000', '093258.391000', '093258.394000', '093258.396000', '093258.399000', '093258.402000', '093258.404000', '093318.294000', '093318.298000', '093318.300000', '093318.303000', '093318.306000', '093318.308000', '093318.311000', '093318.313000', '093318.316000', '093318.318000', '093318.321000', '093318.323000', '093318.326000', '093318.329000', '093318.331000', '093318.334000', '093318.336000', '093318.339000', '093318.341000', '093318.344000', '093318.346000', '093318.349000', '093318.351000', '093318.354000', '093318.356000', '093318.359000', '093318.362000', '093318.364000', '093318.367000', '093318.369000', '093318.372000', '093318.375000', '093318.377000', '093318.386000', '093318.389000', '093318.392000', '093318.395000', '093318.399000', '093318.401000', '093318.404000', '093318.406000', '093318.409000', '093318.412000', '093338.294000', '093338.297000', '093338.300000', '093338.302000', '093338.305000', '093338.308000', '093338.310000', '093338.313000', '093338.315000', '093338.318000', '093338.321000', '093338.323000', '093338.326000', '093338.328000', '093338.331000', '093338.344000', '093338.346000', '093338.349000', '093338.351000', '093338.354000', '093338.356000', '093338.359000', '093338.361000', '093338.368000', '093338.370000', '093338.373000', '093338.376000', '093338.378000', '093338.381000', '093338.384000', '093338.386000', '093338.389000', '093338.392000', '093338.394000', '093338.397000', '093338.399000', '093338.402000', '093338.404000', '093338.407000', '093338.409000', '093338.412000', '093338.415000', '093338.417000', '093338.420000', '093358.295000', '093358.297000', '093358.300000', '093358.303000', '093358.305000', '093358.308000', '093358.310000', '093358.313000', '093358.316000', '093358.318000', '093358.321000', '093358.323000', '093358.326000', '093358.328000', '093358.331000', '093358.334000', '093358.336000', '093358.339000', '093358.341000', '093358.344000', '093358.347000', '093358.349000', '093358.352000', '093358.355000', '093358.357000', '093358.360000', '093358.363000', '093358.365000', '093358.368000', '093358.371000', '093358.373000', '093358.376000', '093358.378000', '093358.381000', '093358.384000', '093358.386000', '093358.389000', '093358.391000', '093358.394000', '093358.397000', '093358.399000', '093358.402000', '093358.404000', '093418.294000', '093418.297000', '093418.300000', '093418.303000', '093418.305000', '093418.308000', '093418.311000', '093418.313000', '093418.316000', '093418.319000', '093418.321000', '093418.324000', '093418.326000', '093418.329000', '093418.332000', '093418.334000', '093418.337000', '093418.339000', '093418.342000', '093418.345000', '093418.347000', '093418.350000', '093418.353000', '093418.355000', '093418.358000', '093418.361000', '093418.363000', '093418.366000', '093418.368000', '093418.371000', '093418.374000', '093418.376000', '093418.379000', '093418.381000', '093418.384000', '093418.386000', '093418.389000', '093418.392000', '093418.394000', '093418.397000', '093418.399000', '093418.402000', '093418.405000', '093418.407000', '093438.294000', '093438.297000', '093438.300000', '093438.302000', '093438.305000', '093438.308000', '093438.310000', '093438.313000', '093438.316000', '093438.318000', '093438.321000', '093438.323000', '093438.326000', '093438.329000', '093438.331000', '093438.334000', '093438.336000', '093438.339000', '093438.342000', '093438.344000', '093438.347000', '093438.349000', '093438.352000', '093438.354000', '093438.357000', '093438.360000', '093438.362000', '093438.365000', '093438.368000', '093438.370000', '093438.373000', '093438.375000', '093438.378000', '093438.381000', '093438.383000', '093438.386000', '093438.389000', '093438.391000', '093438.394000', '093438.396000', '093438.399000', '093438.402000', '093438.404000', '093458.293000', '093458.296000', '093458.299000', '093458.302000', '093458.304000', '093458.307000', '093458.310000', '093458.312000', '093458.315000', '093458.318000', '093458.320000', '093458.323000', '093458.326000', '093458.328000', '093458.331000', '093458.334000', '093458.336000', '093458.339000', '093458.341000', '093458.344000', '093458.346000', '093458.349000', '093458.351000', '093458.354000', '093458.357000', '093458.359000', '093458.362000', '093458.364000', '093458.367000', '093458.370000', '093458.372000', '093458.375000', '093458.377000', '093458.380000', '093458.382000', '093458.385000', '093458.388000', '093458.390000', '093458.393000', '093458.395000', '093458.398000', '093458.401000', '093458.404000', '093458.406000', '093518.294000', '093518.297000', '093518.300000', '093518.303000', '093518.305000', '093518.308000', '093518.310000', '093518.313000', '093518.316000', '093518.318000', '093518.321000', '093518.323000', '093518.326000', '093518.329000', '093518.331000', '093518.334000', '093518.337000', '093518.339000', '093518.342000', '093518.344000', '093518.347000', '093518.349000', '093518.352000', '093518.355000', '093518.357000', '093518.360000', '093518.363000', '093518.365000', '093518.368000', '093518.371000', '093518.373000', '093518.376000', '093518.378000', '093518.381000', '093518.383000', '093518.386000', '093518.389000', '093518.392000', '093518.394000', '093518.397000', '093518.400000', '093518.402000', '093518.405000', '093538.294000', '093538.297000', '093538.300000', '093538.302000', '093538.305000', '093538.308000', '093538.310000', '093538.313000', '093538.315000', '093538.318000', '093538.321000', '093538.323000', '093538.326000', '093538.328000', '093538.331000', '093538.333000', '093538.336000', '093538.339000', '093538.341000', '093538.344000', '093538.346000', '093538.349000', '093538.352000', '093538.354000', '093538.357000', '093538.359000', '093538.362000', '093538.364000', '093538.367000', '093538.370000', '093538.372000', '093538.375000', '093538.377000', '093538.380000', '093538.382000', '093538.385000', '093538.388000', '093538.390000', '093538.393000', '093538.430000', '093538.432000', '093538.435000', '093538.437000', '093538.440000', '093558.294000', '093558.297000', '093558.300000', '093558.303000', '093558.305000', '093558.308000', '093558.310000', '093558.313000', '093558.315000', '093558.318000', '093558.321000', '093558.323000', '093558.326000', '093558.329000', '093558.331000', '093558.334000', '093558.336000', '093558.339000', '093558.341000', '093558.344000', '093558.346000', '093558.349000', '093558.352000', '093558.354000', '093558.357000', '093558.359000', '093558.362000', '093558.365000', '093558.367000', '093558.370000', '093558.372000', '093558.375000', '093558.377000', '093558.380000', '093558.383000', '093558.385000', '093558.388000', '093558.391000', '093558.393000', '093558.396000', '093558.399000', '093558.401000', '093558.404000', '093618.295000', '093618.298000', '093618.301000', '093618.304000', '093618.306000', '093618.309000', '093618.311000', '093618.314000', '093618.317000', '093618.319000', '093618.322000', '093618.325000', '093618.327000', '093618.330000', '093618.332000', '093618.335000', '093618.338000', '093618.340000', '093618.343000', '093618.345000', '093618.348000', '093618.351000', '093618.353000', '093618.356000', '093618.359000', '093618.361000', '093618.364000', '093618.367000', '093618.369000', '093618.372000', '093618.375000', '093618.377000', '093618.380000', '093618.383000', '093618.385000', '093618.388000', '093618.390000', '093618.393000', '093618.396000', '093618.398000', '093618.401000', '093618.403000', '093618.406000', '093618.408000', '093638.294000', '093638.297000', '093638.300000', '093638.302000', '093638.305000', '093638.308000', '093638.310000', '093638.313000', '093638.315000', '093638.318000', '093638.321000', '093638.324000', '093638.326000', '093638.329000', '093638.331000', '093638.334000', '093638.337000', '093638.339000', '093638.342000', '093638.344000', '093638.347000', '093638.350000', '093638.352000', '093638.355000', '093638.357000', '093638.360000', '093638.362000', '093638.365000', '093638.368000', '093638.370000', '093638.373000', '093638.375000', '093638.378000', '093638.380000', '093638.383000', '093638.385000', '093638.388000', '093638.391000', '093638.393000', '093638.396000', '093638.398000', '093638.401000', '093638.403000', '093658.295000', '093658.297000', '093658.300000', '093658.303000', '093658.305000', '093658.308000', '093658.310000', '093658.313000', '093658.315000', '093658.318000', '093658.321000', '093658.323000', '093658.326000', '093658.328000', '093658.331000', '093658.334000', '093658.336000', '093658.339000', '093658.342000', '093658.344000', '093658.347000', '093658.349000', '093658.352000', '093658.355000', '093658.357000', '093658.360000', '093658.362000', '093658.365000', '093658.368000', '093658.370000', '093658.373000', '093658.375000', '093658.378000', '093658.381000', '093658.383000', '093658.386000', '093658.388000', '093658.391000', '093658.394000', '093658.396000', '093658.399000', '093658.401000', '093658.404000', '093658.406000', '093718.294000', '093718.296000', '093718.299000', '093718.302000', '093718.304000', '093718.307000', '093718.310000', '093718.312000', '093718.315000', '093718.317000', '093718.320000', '093718.323000', '093718.325000', '093718.328000', '093718.331000', '093718.333000', '093718.336000', '093718.339000', '093718.341000', '093718.344000', '093718.353000', '093718.355000', '093718.358000', '093718.360000', '093718.363000', '093718.366000', '093718.368000', '093718.371000', '093718.374000', '093718.376000', '093718.379000', '093718.381000', '093718.384000', '093718.387000', '093718.389000', '093718.392000', '093718.395000', '093718.397000', '093718.400000', '093718.402000', '093718.405000', '093718.407000', '093718.410000', '093738.295000', '093738.297000', '093738.300000', '093738.303000', '093738.305000', '093738.308000', '093738.311000', '093738.313000', '093738.316000', '093738.318000', '093738.321000', '093738.324000', '093738.326000', '093738.329000', '093738.331000', '093738.334000', '093738.338000', '093738.341000', '093738.343000', '093738.346000', '093738.348000', '093738.351000', '093738.354000', '093738.356000', '093738.359000', '093738.362000', '093738.364000', '093738.367000', '093738.370000', '093738.372000', '093738.375000', '093738.378000', '093738.380000', '093738.383000', '093738.386000', '093738.388000', '093738.391000', '093738.394000', '093738.397000', '093738.399000', '093738.402000', '093738.404000', '093738.407000', '093738.410000', '093758.294000', '093758.297000', '093758.300000', '093758.303000', '093758.306000', '093758.308000', '093758.311000', '093758.313000', '093758.316000', '093758.319000', '093758.321000', '093758.324000', '093758.326000', '093758.329000', '093758.332000', '093758.334000', '093758.337000', '093758.339000', '093758.342000', '093758.345000', '093758.347000', '093758.350000', '093758.352000', '093758.355000', '093758.358000', '093758.360000', '093758.363000', '093758.365000', '093758.368000', '093758.371000', '093758.373000', '093758.376000', '093758.378000', '093758.381000', '093758.384000', '093758.386000', '093758.389000', '093758.392000', '093758.394000', '093758.397000', '093758.400000', '093758.402000', '093758.405000', '093818.295000', '093818.298000', '093818.300000', '093818.303000', '093818.306000', '093818.308000', '093818.311000', '093818.314000', '093818.328000', '093818.331000', '093818.334000', '093818.336000', '093818.339000', '093818.342000', '093818.344000', '093818.347000', '093818.350000', '093818.352000', '093818.355000', '093818.357000', '093818.360000', '093818.363000', '093818.365000', '093818.368000', '093818.371000', '093818.373000', '093818.376000', '093818.379000', '093818.382000', '093818.384000', '093818.387000', '093818.389000', '093818.392000', '093818.395000', '093818.397000', '093818.400000', '093818.403000', '093818.405000', '093818.408000', '093818.411000', '093818.413000', '093818.416000', '093818.419000', '093838.294000', '093838.297000', '093838.300000', '093838.303000', '093838.305000', '093838.308000', '093838.311000', '093838.313000', '093838.316000', '093838.318000', '093838.321000', '093838.324000', '093838.326000', '093838.329000', '093838.332000', '093838.334000', '093838.337000', '093838.340000', '093838.342000', '093838.345000', '093838.347000', '093838.350000', '093838.352000', '093838.355000', '093838.358000', '093838.360000', '093838.363000', '093838.365000', '093838.368000', '093838.370000', '093838.373000', '093838.384000', '093838.386000', '093838.389000', '093838.392000', '093838.394000', '093838.397000', '093838.400000', '093838.402000', '093838.405000', '093838.407000', '093838.410000', '093838.413000', '093838.415000', '093858.295000', '093858.298000', '093858.300000', '093858.303000', '093858.305000', '093858.308000', '093858.311000', '093858.314000', '093858.316000', '093858.319000', '093858.322000', '093858.325000', '093858.327000', '093858.330000', '093858.332000', '093858.335000', '093858.338000', '093858.340000', '093858.343000', '093858.346000', '093858.348000', '093858.351000', '093858.354000', '093858.356000', '093858.359000', '093858.361000', '093858.364000', '093858.367000', '093858.369000', '093858.372000', '093858.376000', '093858.379000', '093858.382000', '093858.385000', '093858.387000', '093858.390000', '093858.392000', '093858.395000', '093858.398000', '093858.400000', '093858.403000', '093858.405000', '093858.408000', '093918.295000', '093918.298000', '093918.301000', '093918.303000', '093918.306000', '093918.309000', '093918.311000', '093918.314000', '093918.317000', '093918.319000', '093918.322000', '093918.324000', '093918.327000', '093918.330000', '093918.332000', '093918.335000', '093918.338000', '093918.340000', '093918.343000', '093918.346000', '093918.348000', '093918.351000', '093918.353000', '093918.356000', '093918.359000', '093918.361000', '093918.364000', '093918.367000', '093918.369000', '093918.372000', '093918.375000', '093918.377000', '093918.380000', '093918.382000', '093918.385000', '093918.388000', '093918.390000', '093918.393000', '093918.396000', '093918.399000', '093918.401000', '093918.404000', '093918.407000', '093918.409000', '093938.294000', '093938.297000', '093938.299000', '093938.302000', '093938.304000', '093938.307000', '093938.310000', '093938.312000', '093938.315000', '093938.317000', '093938.320000', '093938.323000', '093938.325000', '093938.328000', '093938.331000', '093938.334000', '093938.337000', '093938.340000', '093938.342000', '093938.345000', '093938.348000', '093938.350000', '093938.353000', '093938.356000', '093938.358000', '093938.361000', '093938.368000', '093938.370000', '093938.373000', '093938.376000', '093938.379000', '093938.381000', '093938.384000', '093938.387000', '093938.389000', '093938.392000', '093938.395000', '093938.397000', '093938.400000', '093938.403000', '093938.405000', '093938.408000', '093938.410000', '093947.078000', '093947.081000', '093947.083000', '093947.086000', '093947.089000', '093947.091000', '093947.094000', '093947.096000', '093947.099000', '093947.102000', '093947.104000', '093947.107000', '093947.109000', '093947.112000', '093947.114000', '093947.117000', '093947.120000', '093947.122000', '093947.125000', '093947.127000'], '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': [8097, 7073, 8871, 5752, 9830, 6184, 11258, 7252, 11281, 8278, 10103, 7407, 5552, 7720, 5889, 8458, 6094, 8860, 7108, 6877, 6202, 5604, 6398, 6409, 6208, 7579, 5944, 6670, 6779, 5646, 6921, 5744, 7303, 5580, 7429, 5466, 8600, 5735, 7969, 5824, 8678, 6257, 8934, 7344, 8415, 6579, 6918, 6355, 6852, 6359, 6349, 8871, 5645, 8656, 5941, 9539, 6017, 7734, 6769, 5812, 8808, 5907, 7662, 6565, 5616, 10612, 7241, 7729, 6576, 6149, 7043, 5841, 8938, 5787, 9451, 6054, 8452, 6010, 8103, 6344, 7530, 7095, 5777, 7234, 5731, 8064, 5962, 8872, 7194, 7938, 6702, 6100, 6675, 5775, 6941, 5765, 9822, 5703, 8276, 5747, 8814, 6428, 10363, 7551, 8714, 6709, 5390, 7678, 5762, 8811, 6668, 11258, 7325, 6870, 6689, 6038, 7518, 6337, 10448, 6415, 8844, 6106, 9185, 6410, 9138, 7093, 9425, 6262, 7016, 6042, 7011, 6318, 7381, 7446, 5551, 6992, 5775, 7886, 6154, 9863, 7369, 6300, 6839, 5767, 7237, 5825, 8536, 5864, 9217, 5799, 8031, 6282, 8366, 6889, 7817, 7448, 5895, 7720, 5820, 8542, 6826, 9583, 7796, 5797, 7152, 5962, 8103, 5774, 10136, 7693, 7428, 6656, 5846, 7601, 5733, 9435, 6331, 10466, 6093, 8968, 6255, 8403, 7031, 7771, 7969, 5743, 7503, 5748, 8491, 6321, 9278, 7563, 8126, 6805, 5856, 7355, 5618, 7565, 6006, 10157, 6665, 8411, 6367, 8986, 6556, 9945, 7694, 8848, 6811, 6197, 6935, 5581, 7638, 6044, 10067, 5712, 8025, 5945, 8781, 6725, 9898, 7802, 6102, 6832, 5689, 8391, 6225, 9848, 7719, 7618, 6666, 5957, 7978, 5864, 8970, 6388, 10777, 6575, 7106, 6775, 5834, 8548, 5968, 10550, 7350, 7058, 6819, 5842, 7527, 5850, 10338, 7699, 7391, 6410, 5888, 7820, 5763, 11032, 7869, 8177, 6520, 5992, 7749, 5880, 10093, 7381, 10745, 6528, 7131, 6971, 6003, 9028, 5967, 10096, 6267, 8303, 6404, 6440, 8353, 6271, 11081, 7035, 5922, 7901, 5836, 9376, 7128, 11398, 7454, 6565, 7462, 5823, 8620, 5716, 11415, 7619, 8832, 6133, 6404, 6687, 5736, 9219, 6486, 8301, 5895, 6671, 6710, 5861, 8397, 5495, 10618, 6581, 7884, 6969, 6552, 7902, 6063, 11424, 6400, 9039, 6684, 9319, 7135, 9003, 8351, 5940, 7387, 5740, 8871, 6482, 10535, 8228, 7514, 6682, 5725, 7953, 5393, 10399, 8123, 7287, 6678, 5815, 8579, 5830, 9741, 7286, 11157, 6992, 6280, 7419, 5492, 8176, 5675, 10519, 7512, 7047, 6505, 5593, 7608, 5849, 10190, 7596, 8203, 6500, 5962, 7926, 5872, 9678, 6808, 11141, 7124, 7842, 6655, 5728, 8658, 6063, 10963, 7187, 7527, 6765, 6692, 7664, 5742, 11203, 6981, 7397, 6427, 5822, 9903, 6766, 6290, 7866, 6335, 9637, 8344, 5773, 8831, 6388, 9474, 7662, 8227, 8008, 5724, 8437, 6097, 8821, 7040, 7819, 8330, 5848, 7630, 5820, 8622, 7004, 7629, 8635, 6123, 8411, 6221, 7508, 7354, 6182, 10408, 7508, 8802, 6733, 6577, 7660, 5759, 10313, 7449, 11489, 7338, 5797, 8847, 6271, 9476, 7445, 7686, 8776, 5769, 8474, 6550, 8510, 7560, 6732, 11223, 6833, 9378, 6682, 7915, 7174, 7824, 9417, 6110, 8658, 6323, 9316, 6511, 8583, 7521, 6158, 8313, 5875, 8689, 6480, 9065, 7087, 9841, 7717, 5891, 7310, 5692, 8603, 6510, 9435, 7504, 7055, 7903, 6056, 8332, 6245, 8763, 6903, 10367, 7965, 7160, 6593, 6860, 6873, 6829, 8508, 5904, 10123, 6252, 9382, 6424, 8475, 6861, 7811, 8599, 5976, 8223, 6143, 8603, 6711, 8714, 7357, 9125, 8143, 5735, 7663, 5774, 8153, 6181, 9754, 8140, 7585, 6409, 6160, 6687, 8355, 7652, 8702, 8737, 5697, 7230, 5581, 8370, 5710, 9605, 6135, 11710, 5636, 9343, 5560, 9560, 6148, 10308, 8190, 9734, 6514, 9721, 6223, 8155, 7091, 6909, 10851, 6545, 9575, 6215, 9972, 6929, 9701, 7657, 11111, 8001, 6616, 6377, 6294, 7544, 5915, 9650, 5969, 10509, 5623, 9567, 6160, 9906, 7189, 11101, 8140, 6376, 6667, 5538, 7813, 5467, 9871, 6067, 11295, 6093, 9656, 5960, 9621, 7209, 11193, 8592, 6283, 7048, 5327, 8799, 5299, 10257, 7861, 10059, 7490, 5547, 8815, 5375, 10210, 6890, 12190, 8580, 9056, 6837, 6939, 8457, 5497, 11696, 8226, 10351, 6503, 8113, 7238, 6812, 9126, 6277, 12361, 7799, 9561, 6340, 7111, 7941, 6294, 10787, 6766, 9156, 5675, 9393, 6340, 10268, 7765, 9447, 7499, 5584, 7567, 5286, 9399, 5719, 11776, 8363, 9257, 5983, 8920, 6373, 8140, 8186, 6064, 9201, 5269, 9217, 5759, 9980, 6955, 9127, 8172, 5588, 8042, 5364, 10005, 6619, 10544, 8112, 8351, 8949, 5451, 9913, 6158, 10317, 8074, 11756, 8289, 6163, 8188, 5292, 9706, 5598, 11868, 8872, 8397, 6564, 5747, 8121, 5504, 10552, 7065, 11181, 6904, 8397, 6939, 8903, 7981, 8489, 10849, 6000, 9897, 6215, 10508, 7005, 11337, 8302, 7327, 7943, 5315, 10015, 6330, 10323, 7524, 12222, 8660, 6006, 7637, 5225, 10197, 6236, 11103, 8295, 6887, 7566, 5167, 9563, 6062, 10147, 7769, 11515, 8424, 8201, 6686, 7563, 6781, 8981, 10343, 7025, 9106, 5399, 9202, 5565, 10356, 7308, 11266, 8757, 6299, 7045, 5169, 9637, 5504, 10145, 6912, 11471, 8086, 9971, 6585, 9457, 7178, 9775, 8490, 7534, 7330, 5566, 8465, 5433, 10258, 6391, 12647, 7189, 10171, 6000, 10165, 6596, 10920, 7867, 8936, 7228, 5392, 7582, 5272, 9607, 5311, 11276, 8409, 10174, 6594, 8051, 6955, 6564, 8825, 6942, 11194, 6558, 9460, 5786, 10069, 6727, 10447, 7738, 10217, 8092, 5621, 7663, 5340, 9749, 5386, 11339, 8134, 10514, 6759, 8880, 6690, 9512, 6646, 8928, 8862, 5735, 8712, 5429, 10265, 6369, 10789, 7691, 9215, 7589, 5779, 7564, 6370, 7653, 8104, 10286, 6398, 8611, 5073, 9634, 5227, 10997, 6899, 12235, 7157, 9919, 6004, 10330, 6774, 10688, 7697, 8692, 7752, 5383, 7757, 5262, 10215, 6132, 10993, 8550, 9157, 7166, 5354, 8993, 5325, 10988, 7786, 12191, 8462, 9122, 6645, 8234, 7724, 9748, 9856, 6094, 9682, 5779, 10459, 6551, 10669, 7470, 8047, 8710, 5374, 9327, 5513, 10155, 6828, 11141, 8523, 9053, 6873, 5343, 8001, 5300, 10067, 6134, 11598, 8198, 9317, 6052, 8431, 6619, 9102, 8522, 5706, 8688, 5164, 9859, 5812, 10755, 7881, 11344, 7244, 9667, 6451, 9497, 7184, 8976, 9158, 5664, 9602], 'WindowCenter': [3385.0, 3346.0, 3354.0, 3307.0, 3349.0, 3304.0, 3346.0, 3323.0, 3345.0, 3334.0, 3344.0, 3322.0, 3290.0, 3322.0, 3302.0, 3334.0, 3303.0, 3346.0, 3327.0, 3326.0, 3316.0, 3305.0, 3326.0, 3315.0, 3315.0, 3335.0, 3315.0, 3326.0, 3326.0, 3304.0, 3326.0, 3305.0, 3336.0, 3303.0, 3337.0, 3305.0, 3348.0, 3316.0, 3336.0, 3316.0, 3347.0, 3327.0, 3348.0, 3338.0, 3348.0, 3327.0, 3326.0, 3326.0, 3326.0, 3315.0, 3327.0, 3359.0, 3317.0, 3348.0, 3327.0, 3360.0, 3328.0, 3349.0, 3338.0, 3316.0, 3348.0, 3316.0, 3337.0, 3327.0, 3316.0, 3370.0, 3351.0, 3338.0, 3327.0, 3315.0, 3325.0, 3303.0, 3348.0, 3304.0, 3359.0, 3315.0, 3347.0, 3315.0, 3336.0, 3327.0, 3337.0, 3338.0, 3316.0, 3338.0, 3318.0, 3348.0, 3327.0, 3359.0, 3340.0, 3350.0, 3328.0, 3317.0, 3339.0, 3316.0, 3338.0, 3317.0, 3360.0, 3316.0, 3348.0, 3316.0, 3346.0, 3326.0, 3357.0, 3348.0, 3347.0, 3327.0, 3305.0, 3336.0, 3315.0, 3346.0, 3326.0, 3370.0, 3338.0, 3325.0, 3326.0, 3315.0, 3336.0, 3314.0, 3359.0, 3314.0, 3346.0, 3314.0, 3345.0, 3313.0, 3345.0, 3324.0, 3346.0, 3314.0, 3325.0, 3314.0, 3324.0, 3325.0, 3335.0, 3336.0, 3303.0, 3325.0, 3315.0, 3335.0, 3314.0, 3357.0, 3337.0, 3314.0, 3325.0, 3302.0, 3324.0, 3303.0, 3347.0, 3303.0, 3346.0, 3303.0, 3335.0, 3314.0, 3335.0, 3325.0, 3336.0, 3337.0, 3304.0, 3335.0, 3315.0, 3346.0, 3326.0, 3357.0, 3337.0, 3314.0, 3326.0, 3315.0, 3335.0, 3316.0, 3359.0, 3337.0, 3335.0, 3325.0, 3303.0, 3335.0, 3302.0, 3346.0, 3313.0, 3357.0, 3314.0, 3346.0, 3326.0, 3334.0, 3337.0, 3336.0, 3346.0, 3314.0, 3334.0, 3314.0, 3345.0, 3314.0, 3346.0, 3336.0, 3347.0, 3325.0, 3303.0, 3334.0, 3302.0, 3335.0, 3314.0, 3358.0, 3325.0, 3334.0, 3325.0, 3344.0, 3315.0, 3357.0, 3335.0, 3346.0, 3323.0, 3312.0, 3323.0, 3290.0, 3335.0, 3313.0, 3357.0, 3302.0, 3335.0, 3313.0, 3334.0, 3325.0, 3345.0, 3335.0, 3312.0, 3323.0, 3302.0, 3334.0, 3313.0, 3357.0, 3335.0, 3336.0, 3324.0, 3313.0, 3334.0, 3302.0, 3344.0, 3313.0, 3356.0, 3324.0, 3323.0, 3323.0, 3301.0, 3345.0, 3313.0, 3357.0, 3335.0, 3324.0, 3325.0, 3302.0, 3334.0, 3313.0, 3357.0, 3348.0, 3335.0, 3325.0, 3314.0, 3336.0, 3314.0, 3357.0, 3347.0, 3335.0, 3314.0, 3313.0, 3334.0, 3303.0, 3356.0, 3335.0, 3357.0, 3314.0, 3324.0, 3323.0, 3312.0, 3346.0, 3313.0, 3357.0, 3313.0, 3345.0, 3313.0, 3314.0, 3345.0, 3325.0, 3368.0, 3324.0, 3314.0, 3336.0, 3302.0, 3347.0, 3325.0, 3367.0, 3325.0, 3324.0, 3324.0, 3301.0, 3334.0, 3301.0, 3356.0, 3333.0, 3332.0, 3301.0, 3312.0, 3311.0, 3302.0, 3345.0, 3325.0, 3335.0, 3314.0, 3324.0, 3325.0, 3303.0, 3346.0, 3303.0, 3358.0, 3326.0, 3336.0, 3325.0, 3314.0, 3335.0, 3314.0, 3369.0, 3314.0, 3345.0, 3325.0, 3345.0, 3325.0, 3345.0, 3347.0, 3302.0, 3324.0, 3301.0, 3332.0, 3312.0, 3344.0, 3336.0, 3324.0, 3313.0, 3301.0, 3333.0, 3302.0, 3355.0, 3336.0, 3323.0, 3324.0, 3302.0, 3344.0, 3302.0, 3344.0, 3323.0, 3356.0, 3324.0, 3313.0, 3335.0, 3303.0, 3334.0, 3302.0, 3356.0, 3337.0, 3324.0, 3313.0, 3303.0, 3334.0, 3314.0, 3356.0, 3336.0, 3335.0, 3314.0, 3314.0, 3334.0, 3302.0, 3356.0, 3324.0, 3357.0, 3325.0, 3334.0, 3324.0, 3302.0, 3345.0, 3314.0, 3357.0, 3337.0, 3334.0, 3325.0, 3324.0, 3336.0, 3302.0, 3357.0, 3324.0, 3324.0, 3314.0, 3303.0, 3346.0, 3324.0, 3314.0, 3335.0, 3314.0, 3358.0, 3349.0, 3314.0, 3346.0, 3314.0, 3346.0, 3336.0, 3335.0, 3335.0, 3302.0, 3334.0, 3313.0, 3333.0, 3324.0, 3335.0, 3346.0, 3303.0, 3335.0, 3304.0, 3345.0, 3336.0, 3335.0, 3349.0, 3316.0, 3346.0, 3317.0, 3336.0, 3338.0, 3316.0, 3359.0, 3338.0, 3347.0, 3325.0, 3324.0, 3335.0, 3303.0, 3356.0, 3325.0, 3357.0, 3324.0, 3303.0, 3344.0, 3312.0, 3346.0, 3325.0, 3335.0, 3348.0, 3303.0, 3335.0, 3313.0, 3334.0, 3335.0, 3325.0, 3358.0, 3324.0, 3344.0, 3323.0, 3333.0, 3324.0, 3324.0, 3345.0, 3314.0, 3333.0, 3314.0, 3345.0, 3313.0, 3334.0, 3334.0, 3314.0, 3334.0, 3303.0, 3333.0, 3313.0, 3334.0, 3324.0, 3345.0, 3334.0, 3301.0, 3323.0, 3302.0, 3333.0, 3312.0, 3344.0, 3325.0, 3325.0, 3337.0, 3314.0, 3335.0, 3314.0, 3345.0, 3325.0, 3357.0, 3337.0, 3324.0, 3323.0, 3313.0, 3312.0, 3313.0, 3335.0, 3301.0, 3356.0, 3312.0, 3345.0, 3313.0, 3334.0, 3323.0, 3333.0, 3346.0, 3313.0, 3335.0, 3314.0, 3334.0, 3323.0, 3334.0, 3324.0, 3346.0, 3336.0, 3314.0, 3347.0, 3316.0, 3347.0, 3326.0, 3357.0, 3350.0, 3347.0, 3327.0, 3326.0, 3339.0, 3347.0, 3335.0, 3346.0, 3345.0, 3302.0, 3334.0, 3301.0, 3333.0, 3300.0, 3344.0, 3300.0, 3356.0, 3300.0, 3343.0, 3290.0, 3342.0, 3300.0, 3342.0, 3334.0, 3343.0, 3311.0, 3343.0, 3311.0, 3333.0, 3322.0, 3322.0, 3356.0, 3312.0, 3344.0, 3313.0, 3343.0, 3323.0, 3343.0, 3333.0, 3354.0, 3334.0, 3310.0, 3311.0, 3309.0, 3321.0, 3300.0, 3343.0, 3312.0, 3355.0, 3301.0, 3343.0, 3312.0, 3342.0, 3323.0, 3355.0, 3335.0, 3310.0, 3323.0, 3290.0, 3333.0, 3289.0, 3355.0, 3312.0, 3357.0, 3312.0, 3344.0, 3312.0, 3342.0, 3334.0, 3355.0, 3346.0, 3312.0, 3323.0, 3301.0, 3344.0, 3301.0, 3356.0, 3346.0, 3357.0, 3335.0, 3303.0, 3346.0, 3302.0, 3356.0, 3324.0, 3368.0, 3346.0, 3344.0, 3323.0, 3322.0, 3333.0, 3290.0, 3366.0, 3345.0, 3355.0, 3312.0, 3332.0, 3322.0, 3310.0, 3343.0, 3311.0, 3366.0, 3333.0, 3343.0, 3311.0, 3321.0, 3332.0, 3310.0, 3354.0, 3322.0, 3343.0, 3300.0, 3342.0, 3311.0, 3354.0, 3333.0, 3343.0, 3322.0, 3289.0, 3321.0, 3289.0, 3344.0, 3301.0, 3355.0, 3345.0, 3343.0, 3311.0, 3343.0, 3312.0, 3332.0, 3334.0, 3313.0, 3345.0, 3291.0, 3343.0, 3302.0, 3344.0, 3324.0, 3345.0, 3346.0, 3303.0, 3346.0, 3303.0, 3356.0, 3324.0, 3356.0, 3346.0, 3346.0, 3346.0, 3302.0, 3355.0, 3312.0, 3354.0, 3334.0, 3366.0, 3334.0, 3300.0, 3333.0, 3289.0, 3343.0, 3290.0, 3354.0, 3345.0, 3332.0, 3322.0, 3300.0, 3332.0, 3301.0, 3355.0, 3323.0, 3366.0, 3323.0, 3344.0, 3323.0, 3344.0, 3334.0, 3344.0, 3356.0, 3311.0, 3343.0, 3311.0, 3353.0, 3322.0, 3354.0, 3333.0, 3322.0, 3332.0, 3289.0, 3342.0, 3311.0, 3342.0, 3333.0, 3354.0, 3333.0, 3299.0, 3321.0, 3289.0, 3342.0, 3300.0, 3354.0, 3344.0, 3323.0, 3333.0, 3291.0, 3344.0, 3312.0, 3355.0, 3335.0, 3366.0, 3346.0, 3333.0, 3323.0, 3333.0, 3324.0, 3356.0, 3358.0, 3335.0, 3344.0, 3301.0, 3343.0, 3301.0, 3342.0, 3322.0, 3354.0, 3346.0, 3312.0, 3323.0, 3291.0, 3355.0, 3301.0, 3355.0, 3324.0, 3367.0, 3335.0, 3355.0, 3324.0, 3344.0, 3324.0, 3355.0, 3345.0, 3333.0, 3322.0, 3289.0, 3332.0, 3288.0, 3343.0, 3310.0, 3365.0, 3321.0, 3341.0, 3299.0, 3341.0, 3310.0, 3353.0, 3332.0, 3342.0, 3321.0, 3288.0, 3332.0, 3289.0, 3344.0, 3290.0, 3355.0, 3345.0, 3355.0, 3323.0, 3332.0, 3322.0, 3311.0, 3344.0, 3323.0, 3356.0, 3312.0, 3344.0, 3301.0, 3343.0, 3322.0, 3354.0, 3333.0, 3354.0, 3333.0, 3300.0, 3332.0, 3289.0, 3343.0, 3290.0, 3355.0, 3333.0, 3354.0, 3312.0, 3343.0, 3322.0, 3342.0, 3310.0, 3332.0, 3344.0, 3301.0, 3343.0, 3302.0, 3354.0, 3312.0, 3355.0, 3335.0, 3345.0, 3335.0, 3302.0, 3334.0, 3311.0, 3334.0, 3333.0, 3356.0, 3312.0, 3333.0, 3289.0, 3343.0, 3278.0, 3354.0, 3322.0, 3354.0, 3322.0, 3342.0, 3300.0, 3342.0, 3311.0, 3354.0, 3333.0, 3344.0, 3334.0, 3290.0, 3333.0, 3290.0, 3354.0, 3312.0, 3354.0, 3345.0, 3345.0, 3323.0, 3301.0, 3344.0, 3302.0, 3355.0, 3334.0, 3367.0, 3345.0, 3344.0, 3323.0, 3332.0, 3333.0, 3343.0, 3355.0, 3301.0, 3343.0, 3300.0, 3342.0, 3310.0, 3353.0, 3322.0, 3333.0, 3345.0, 3301.0, 3344.0, 3301.0, 3354.0, 3323.0, 3355.0, 3345.0, 3359.0, 3326.0, 3301.0, 3333.0, 3289.0, 3344.0, 3312.0, 3367.0, 3346.0, 3356.0, 3314.0, 3344.0, 3324.0, 3345.0, 3346.0, 3313.0, 3345.0, 3292.0, 3355.0, 3301.0, 3356.0, 3334.0, 3356.0, 3323.0, 3343.0, 3312.0, 3343.0, 3323.0, 3343.0, 3345.0, 3301.0, 3344.0], 'WindowWidth': [7735.0, 7665.0, 7666.0, 7593.0, 7649.0, 7582.0, 7640.0, 7604.0, 7636.0, 7617.0, 7630.0, 7599.0, 7556.0, 7600.0, 7577.0, 7619.0, 7577.0, 7637.0, 7615.0, 7612.0, 7600.0, 7584.0, 7614.0, 7596.0, 7597.0, 7623.0, 7597.0, 7613.0, 7615.0, 7581.0, 7614.0, 7584.0, 7627.0, 7580.0, 7628.0, 7585.0, 7647.0, 7600.0, 7628.0, 7603.0, 7643.0, 7618.0, 7647.0, 7635.0, 7648.0, 7616.0, 7614.0, 7615.0, 7614.0, 7598.0, 7617.0, 7664.0, 7603.0, 7648.0, 7620.0, 7666.0, 7623.0, 7652.0, 7635.0, 7602.0, 7646.0, 7602.0, 7630.0, 7617.0, 7603.0, 7681.0, 7655.0, 7633.0, 7616.0, 7600.0, 7613.0, 7581.0, 7646.0, 7585.0, 7662.0, 7599.0, 7643.0, 7600.0, 7626.0, 7616.0, 7631.0, 7635.0, 7603.0, 7634.0, 7609.0, 7647.0, 7619.0, 7663.0, 7639.0, 7653.0, 7621.0, 7604.0, 7635.0, 7604.0, 7635.0, 7605.0, 7667.0, 7601.0, 7646.0, 7603.0, 7642.0, 7614.0, 7658.0, 7647.0, 7645.0, 7617.0, 7586.0, 7628.0, 7598.0, 7640.0, 7616.0, 7680.0, 7632.0, 7613.0, 7613.0, 7598.0, 7627.0, 7597.0, 7663.0, 7597.0, 7640.0, 7596.0, 7637.0, 7592.0, 7636.0, 7610.0, 7640.0, 7597.0, 7611.0, 7597.0, 7608.0, 7612.0, 7625.0, 7629.0, 7580.0, 7611.0, 7597.0, 7623.0, 7597.0, 7656.0, 7632.0, 7597.0, 7611.0, 7578.0, 7608.0, 7580.0, 7643.0, 7581.0, 7639.0, 7579.0, 7622.0, 7595.0, 7625.0, 7612.0, 7626.0, 7630.0, 7581.0, 7624.0, 7598.0, 7640.0, 7616.0, 7657.0, 7632.0, 7597.0, 7615.0, 7599.0, 7623.0, 7600.0, 7661.0, 7631.0, 7626.0, 7611.0, 7579.0, 7623.0, 7578.0, 7641.0, 7594.0, 7656.0, 7597.0, 7639.0, 7615.0, 7623.0, 7631.0, 7629.0, 7642.0, 7596.0, 7623.0, 7597.0, 7636.0, 7595.0, 7640.0, 7628.0, 7643.0, 7610.0, 7579.0, 7622.0, 7577.0, 7625.0, 7596.0, 7659.0, 7612.0, 7623.0, 7612.0, 7635.0, 7597.0, 7655.0, 7625.0, 7642.0, 7605.0, 7590.0, 7603.0, 7557.0, 7623.0, 7593.0, 7656.0, 7576.0, 7623.0, 7594.0, 7621.0, 7610.0, 7637.0, 7626.0, 7591.0, 7605.0, 7577.0, 7620.0, 7592.0, 7657.0, 7626.0, 7627.0, 7608.0, 7591.0, 7622.0, 7577.0, 7635.0, 7591.0, 7654.0, 7607.0, 7605.0, 7604.0, 7574.0, 7638.0, 7594.0, 7657.0, 7625.0, 7609.0, 7610.0, 7578.0, 7623.0, 7595.0, 7656.0, 7645.0, 7624.0, 7612.0, 7596.0, 7627.0, 7596.0, 7658.0, 7645.0, 7625.0, 7596.0, 7593.0, 7622.0, 7579.0, 7654.0, 7626.0, 7658.0, 7597.0, 7607.0, 7606.0, 7590.0, 7639.0, 7593.0, 7656.0, 7594.0, 7639.0, 7593.0, 7595.0, 7639.0, 7611.0, 7675.0, 7610.0, 7596.0, 7625.0, 7578.0, 7643.0, 7611.0, 7672.0, 7610.0, 7608.0, 7608.0, 7574.0, 7620.0, 7573.0, 7653.0, 7618.0, 7614.0, 7574.0, 7588.0, 7587.0, 7576.0, 7638.0, 7612.0, 7624.0, 7596.0, 7608.0, 7611.0, 7580.0, 7643.0, 7583.0, 7661.0, 7616.0, 7628.0, 7612.0, 7596.0, 7624.0, 7595.0, 7676.0, 7595.0, 7638.0, 7610.0, 7638.0, 7612.0, 7637.0, 7644.0, 7576.0, 7606.0, 7573.0, 7615.0, 7589.0, 7634.0, 7626.0, 7607.0, 7591.0, 7574.0, 7618.0, 7577.0, 7652.0, 7626.0, 7605.0, 7608.0, 7576.0, 7633.0, 7576.0, 7636.0, 7606.0, 7655.0, 7608.0, 7593.0, 7623.0, 7578.0, 7622.0, 7576.0, 7653.0, 7630.0, 7607.0, 7591.0, 7579.0, 7621.0, 7597.0, 7655.0, 7628.0, 7625.0, 7594.0, 7596.0, 7622.0, 7577.0, 7653.0, 7607.0, 7658.0, 7610.0, 7620.0, 7608.0, 7577.0, 7638.0, 7595.0, 7658.0, 7630.0, 7621.0, 7611.0, 7609.0, 7626.0, 7578.0, 7657.0, 7610.0, 7608.0, 7595.0, 7579.0, 7638.0, 7608.0, 7594.0, 7624.0, 7597.0, 7660.0, 7649.0, 7595.0, 7638.0, 7594.0, 7640.0, 7625.0, 7624.0, 7623.0, 7575.0, 7619.0, 7590.0, 7616.0, 7608.0, 7622.0, 7639.0, 7578.0, 7623.0, 7582.0, 7636.0, 7627.0, 7626.0, 7649.0, 7602.0, 7641.0, 7603.0, 7628.0, 7632.0, 7601.0, 7661.0, 7634.0, 7642.0, 7612.0, 7608.0, 7622.0, 7578.0, 7654.0, 7610.0, 7659.0, 7606.0, 7578.0, 7633.0, 7590.0, 7638.0, 7610.0, 7623.0, 7645.0, 7580.0, 7621.0, 7592.0, 7619.0, 7623.0, 7610.0, 7661.0, 7609.0, 7634.0, 7606.0, 7617.0, 7608.0, 7606.0, 7637.0, 7596.0, 7617.0, 7593.0, 7634.0, 7591.0, 7621.0, 7619.0, 7593.0, 7620.0, 7578.0, 7616.0, 7592.0, 7618.0, 7607.0, 7637.0, 7620.0, 7574.0, 7603.0, 7576.0, 7617.0, 7590.0, 7636.0, 7610.0, 7612.0, 7628.0, 7595.0, 7622.0, 7596.0, 7637.0, 7612.0, 7656.0, 7630.0, 7607.0, 7606.0, 7590.0, 7589.0, 7591.0, 7622.0, 7574.0, 7653.0, 7588.0, 7634.0, 7592.0, 7620.0, 7606.0, 7619.0, 7641.0, 7592.0, 7621.0, 7594.0, 7620.0, 7604.0, 7619.0, 7607.0, 7639.0, 7627.0, 7596.0, 7646.0, 7606.0, 7645.0, 7618.0, 7657.0, 7654.0, 7644.0, 7619.0, 7615.0, 7638.0, 7644.0, 7626.0, 7640.0, 7636.0, 7576.0, 7622.0, 7574.0, 7618.0, 7570.0, 7633.0, 7572.0, 7653.0, 7571.0, 7630.0, 7557.0, 7628.0, 7572.0, 7630.0, 7621.0, 7631.0, 7586.0, 7630.0, 7587.0, 7616.0, 7603.0, 7602.0, 7654.0, 7591.0, 7634.0, 7591.0, 7631.0, 7604.0, 7631.0, 7618.0, 7647.0, 7619.0, 7584.0, 7586.0, 7580.0, 7599.0, 7570.0, 7633.0, 7590.0, 7650.0, 7574.0, 7632.0, 7589.0, 7629.0, 7606.0, 7650.0, 7624.0, 7585.0, 7604.0, 7558.0, 7618.0, 7556.0, 7650.0, 7590.0, 7656.0, 7589.0, 7633.0, 7591.0, 7630.0, 7621.0, 7651.0, 7640.0, 7591.0, 7606.0, 7576.0, 7635.0, 7574.0, 7654.0, 7640.0, 7658.0, 7625.0, 7580.0, 7640.0, 7578.0, 7655.0, 7609.0, 7672.0, 7640.0, 7634.0, 7605.0, 7602.0, 7617.0, 7560.0, 7667.0, 7636.0, 7650.0, 7590.0, 7615.0, 7601.0, 7583.0, 7632.0, 7585.0, 7666.0, 7618.0, 7630.0, 7586.0, 7598.0, 7615.0, 7585.0, 7647.0, 7603.0, 7629.0, 7572.0, 7627.0, 7585.0, 7647.0, 7618.0, 7632.0, 7603.0, 7553.0, 7600.0, 7554.0, 7632.0, 7573.0, 7649.0, 7637.0, 7630.0, 7588.0, 7630.0, 7590.0, 7618.0, 7621.0, 7593.0, 7638.0, 7563.0, 7633.0, 7577.0, 7634.0, 7608.0, 7637.0, 7643.0, 7581.0, 7641.0, 7583.0, 7653.0, 7609.0, 7653.0, 7641.0, 7642.0, 7641.0, 7579.0, 7651.0, 7591.0, 7649.0, 7622.0, 7669.0, 7622.0, 7572.0, 7618.0, 7555.0, 7631.0, 7559.0, 7649.0, 7638.0, 7617.0, 7603.0, 7571.0, 7616.0, 7574.0, 7651.0, 7606.0, 7668.0, 7607.0, 7634.0, 7606.0, 7633.0, 7622.0, 7633.0, 7655.0, 7588.0, 7631.0, 7588.0, 7644.0, 7601.0, 7647.0, 7618.0, 7604.0, 7616.0, 7556.0, 7628.0, 7586.0, 7629.0, 7618.0, 7647.0, 7618.0, 7568.0, 7598.0, 7554.0, 7628.0, 7571.0, 7647.0, 7635.0, 7606.0, 7619.0, 7562.0, 7633.0, 7592.0, 7651.0, 7624.0, 7668.0, 7639.0, 7617.0, 7606.0, 7618.0, 7612.0, 7656.0, 7661.0, 7627.0, 7636.0, 7573.0, 7632.0, 7574.0, 7628.0, 7603.0, 7648.0, 7641.0, 7591.0, 7606.0, 7564.0, 7650.0, 7576.0, 7651.0, 7609.0, 7671.0, 7625.0, 7652.0, 7608.0, 7635.0, 7609.0, 7651.0, 7637.0, 7620.0, 7603.0, 7555.0, 7614.0, 7551.0, 7630.0, 7583.0, 7666.0, 7598.0, 7625.0, 7567.0, 7623.0, 7582.0, 7643.0, 7615.0, 7628.0, 7599.0, 7553.0, 7614.0, 7555.0, 7634.0, 7558.0, 7649.0, 7637.0, 7649.0, 7606.0, 7617.0, 7603.0, 7586.0, 7635.0, 7605.0, 7655.0, 7591.0, 7633.0, 7574.0, 7630.0, 7603.0, 7647.0, 7620.0, 7648.0, 7618.0, 7570.0, 7616.0, 7555.0, 7630.0, 7558.0, 7650.0, 7619.0, 7648.0, 7589.0, 7631.0, 7602.0, 7627.0, 7584.0, 7614.0, 7635.0, 7574.0, 7632.0, 7577.0, 7648.0, 7591.0, 7651.0, 7624.0, 7640.0, 7625.0, 7576.0, 7621.0, 7588.0, 7620.0, 7620.0, 7653.0, 7589.0, 7618.0, 7557.0, 7629.0, 7538.0, 7646.0, 7600.0, 7650.0, 7600.0, 7629.0, 7572.0, 7627.0, 7585.0, 7646.0, 7620.0, 7633.0, 7622.0, 7557.0, 7619.0, 7559.0, 7645.0, 7590.0, 7649.0, 7638.0, 7636.0, 7605.0, 7576.0, 7635.0, 7577.0, 7652.0, 7622.0, 7669.0, 7637.0, 7634.0, 7605.0, 7616.0, 7619.0, 7631.0, 7651.0, 7572.0, 7630.0, 7572.0, 7628.0, 7585.0, 7645.0, 7604.0, 7618.0, 7637.0, 7575.0, 7633.0, 7575.0, 7645.0, 7606.0, 7649.0, 7638.0, 7663.0, 7616.0, 7574.0, 7617.0, 7556.0, 7633.0, 7591.0, 7669.0, 7641.0, 7653.0, 7597.0, 7636.0, 7610.0, 7637.0, 7640.0, 7594.0, 7638.0, 7564.0, 7649.0, 7575.0, 7652.0, 7620.0, 7652.0, 7605.0, 7632.0, 7590.0, 7630.0, 7605.0, 7632.0, 7638.0, 7574.0, 7634.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.0007080351262349067</td></tr>
<tr><td colspan=3>aqi</td><td>0.06212665806805708</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.82915234409888</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0540493475714297</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9092136499010983</td></tr>
<tr><td colspan=3>efc</td><td>0.4369</td></tr>
<tr><td colspan=3>fber</td><td>6480.0742</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10528416794802604</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.268935236004391</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4693950942730574</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.291504854457176</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6900360267736345</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.426644401588362</td></tr>
<tr><td colspan=3>gcor</td><td>0.00231498</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010972208343446255</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02685192972421646</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0034436736003105</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>23.4457</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>25.5786</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>114.7156</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312701.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>505.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>229.8844</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4216</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>377.5413</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2640.1274</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2794.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63843.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>697.8937</td></tr>
<tr><td colspan=3>tsnr</td><td>29.821457193000242</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>