ds005256-mriqc/sub-0036_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter 879116e880 [DATALAD RUNCMD] Compute MRIQC for sub-0036
=== 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-0036 --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-0036",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 19:18:00 +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-0036_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0036_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0036_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-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-02/func/sub-0036_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0b2e284f7f7b17eb5ad7df84bb2b5e71</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:37:13.822500</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_VE11C_LATEST_20160120</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.998988, -0.0274021, 0.0356674, 0.0280787, 0.999433, -0.0186091]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10386</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7708, -7284, 598, -39, -85, 71, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>284.406</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>10bfa0d5-46d8-4559-96b5-9326b38986b3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802117824554443, 0.07533321529626846, 0.09487057477235794, 105.37657928466797], [0.07351792603731155, 2.6814043521881104, -0.052897870540618896, -90.77581024169922], [0.09569308906793594, 0.049926962703466415, 2.6978142261505127, -75.6954345703125], [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': ['093713.822500', '093714.282500', '093714.742500', '093715.202500', '093715.662500', '093716.122500', '093716.582500', '093717.042500', '093717.502500', '093717.962500', '093718.422500', '093718.882500', '093719.342500', '093719.802500', '093720.262500', '093720.722500', '093721.182500', '093721.642500', '093722.102500', '093722.562500', '093723.022500', '093723.482500', '093723.942500', '093724.402500', '093724.862500', '093725.322500', '093725.782500', '093726.242500', '093726.702500', '093727.162500', '093727.622500', '093728.082500', '093728.542500', '093729.002500', '093729.462500', '093729.922500', '093730.382500', '093730.842500', '093731.302500', '093731.762500', '093732.222500', '093732.682500', '093733.142500', '093733.602500', '093734.062500', '093734.522500', '093734.982500', '093735.442500', '093735.902500', '093736.362500', '093736.822500', '093737.282500', '093737.742500', '093738.202500', '093738.662500', '093739.122500', '093739.582500', '093740.042500', '093740.502500', '093740.962500', '093741.422500', '093741.882500', '093742.342500', '093742.802500', '093743.262500', '093743.722500', '093744.182500', '093744.642500', '093745.102500', '093745.562500', '093746.022500', '093746.482500', '093746.942500', '093747.402500', '093747.862500', '093748.322500', '093748.782500', '093749.242500', '093749.702500', '093750.162500', '093750.622500', '093751.082500', '093751.542500', '093752.002500', '093752.462500', '093752.922500', '093753.382500', '093753.842500', '093754.302500', '093754.762500', '093755.222500', '093755.682500', '093756.142500', '093756.602500', '093757.062500', '093757.522500', '093757.982500', '093758.442500', '093758.902500', '093759.362500', '093759.822500', '093800.282500', '093800.742500', '093801.202500', '093801.662500', '093802.122500', '093802.582500', '093803.042500', '093803.502500', '093803.962500', '093804.422500', '093804.882500', '093805.342500', '093805.802500', '093806.262500', '093806.722500', '093807.182500', '093807.642500', '093808.102500', '093808.562500', '093809.022500', '093809.482500', '093809.942500', '093810.402500', '093810.862500', '093811.322500', '093811.782500', '093812.242500', '093812.702500', '093813.162500', '093813.622500', '093814.082500', '093814.542500', '093815.002500', '093815.462500', '093815.922500', '093816.382500', '093816.842500', '093817.302500', '093817.762500', '093818.222500', '093818.682500', '093819.142500', '093819.602500', '093820.062500', '093820.522500', '093820.982500', '093821.442500', '093821.902500', '093822.362500', '093822.822500', '093823.282500', '093823.742500', '093824.202500', '093824.662500', '093825.122500', '093825.582500', '093826.042500', '093826.502500', '093826.962500', '093827.422500', '093827.882500', '093828.342500', '093828.802500', '093829.262500', '093829.722500', '093830.182500', '093830.642500', '093831.102500', '093831.562500', '093832.022500', '093832.482500', '093832.942500', '093833.402500', '093833.862500', '093834.322500', '093834.782500', '093835.242500', '093835.702500', '093836.162500', '093836.622500', '093837.082500', '093837.542500', '093838.002500', '093838.462500', '093838.922500', '093839.382500', '093839.842500', '093840.302500', '093840.762500', '093841.222500', '093841.682500', '093842.142500', '093842.602500', '093843.062500', '093843.522500', '093843.982500', '093844.442500', '093844.902500', '093845.362500', '093845.822500', '093846.282500', '093846.742500', '093847.202500', '093847.662500', '093848.122500', '093848.582500', '093849.042500', '093849.502500', '093849.962500', '093850.422500', '093850.882500', '093851.342500', '093851.802500', '093852.262500', '093852.722500', '093853.182500', '093853.642500', '093854.102500', '093854.562500', '093855.022500', '093855.482500', '093855.942500', '093856.402500', '093856.862500', '093857.322500', '093857.782500', '093858.242500', '093858.702500', '093859.162500', '093859.622500', '093900.082500', '093900.542500', '093901.002500', '093901.462500', '093901.922500', '093902.382500', '093902.842500', '093903.302500', '093903.762500', '093904.222500', '093904.682500', '093905.142500', '093905.602500', '093906.062500', '093906.522500', '093906.982500', '093907.442500', '093907.902500', '093908.362500', '093908.822500', '093909.282500', '093909.742500', '093910.202500', '093910.662500', '093911.122500', '093911.582500', '093912.042500', '093912.502500', '093912.962500', '093913.422500', '093913.882500', '093914.342500', '093914.802500', '093915.262500', '093915.722500', '093916.182500', '093916.642500', '093917.102500', '093917.562500', '093918.022500', '093918.482500', '093918.942500', '093919.402500', '093919.862500', '093920.322500', '093920.782500', '093921.242500', '093921.702500', '093922.162500', '093922.622500', '093923.082500', '093923.542500', '093924.002500', '093924.462500', '093924.922500', '093925.382500', '093925.842500', '093926.302500', '093926.762500', '093927.222500', '093927.682500', '093928.142500', '093928.602500', '093929.062500', '093929.522500', '093929.982500', '093930.442500', '093930.902500', '093931.362500', '093931.822500', '093932.282500', '093932.742500', '093933.202500', '093933.662500', '093934.122500', '093934.582500', '093935.042500', '093935.502500', '093935.962500', '093936.422500', '093936.882500', '093937.342500', '093937.802500', '093938.262500', '093938.722500', '093939.182500', '093939.642500', '093940.102500', '093940.562500', '093941.022500', '093941.482500', '093941.942500', '093942.402500', '093942.862500', '093943.322500', '093943.782500', '093944.242500', '093944.702500', '093945.162500', '093945.622500', '093946.082500', '093946.542500', '093947.002500', '093947.462500', '093947.922500', '093948.382500', '093948.842500', '093949.302500', '093949.762500', '093950.222500', '093950.682500', '093951.142500', '093951.602500', '093952.062500', '093952.522500', '093952.982500', '093953.442500', '093953.902500', '093954.362500', '093954.822500', '093955.282500', '093955.742500', '093956.202500', '093956.662500', '093957.122500', '093957.582500', '093958.042500', '093958.502500', '093958.962500', '093959.422500', '093959.882500', '094000.342500', '094000.802500', '094001.262500', '094001.722500', '094002.182500', '094002.642500', '094003.102500', '094003.562500', '094004.022500', '094004.482500', '094004.942500', '094005.402500', '094005.862500', '094006.322500', '094006.782500', '094007.242500', '094007.702500', '094008.162500', '094008.622500', '094009.082500', '094009.542500', '094010.002500', '094010.462500', '094010.922500', '094011.382500', '094011.842500', '094012.302500', '094012.762500', '094013.222500', '094013.682500', '094014.142500', '094014.602500', '094015.062500', '094015.522500', '094015.982500', '094016.442500', '094016.902500', '094017.362500', '094017.822500', '094018.282500', '094018.742500', '094019.202500', '094019.662500', '094020.122500', '094020.582500', '094021.042500', '094021.502500', '094021.962500', '094022.422500', '094022.882500', '094023.342500', '094023.802500', '094024.262500', '094024.722500', '094025.182500', '094025.642500', '094026.102500', '094026.562500', '094027.022500', '094027.482500', '094027.942500', '094028.402500', '094028.862500', '094029.322500', '094029.782500', '094030.242500', '094030.702500', '094031.162500', '094031.622500', '094032.082500', '094032.542500', '094033.002500', '094033.462500', '094033.922500', '094034.382500', '094034.842500', '094035.302500', '094035.762500', '094036.222500', '094036.682500', '094037.142500', '094037.602500', '094038.062500', '094038.522500', '094038.982500', '094039.442500', '094039.902500', '094040.362500', '094040.822500', '094041.282500', '094041.742500', '094042.202500', '094042.662500', '094043.122500', '094043.582500', '094044.042500', '094044.502500', '094044.962500', '094045.422500', '094045.882500', '094046.342500', '094046.802500', '094047.262500', '094047.722500', '094048.182500', '094048.642500', '094049.102500', '094049.562500', '094050.022500', '094050.482500', '094050.942500', '094051.402500', '094051.862500', '094052.322500', '094052.782500', '094053.242500', '094053.702500', '094054.162500', '094054.622500', '094055.082500', '094055.542500', '094056.002500', '094056.462500', '094056.922500', '094057.382500', '094057.842500', '094058.302500', '094058.762500', '094059.222500', '094059.682500', '094100.142500', '094100.602500', '094101.062500', '094101.522500', '094101.982500', '094102.442500', '094102.902500', '094103.362500', '094103.822500', '094104.282500', '094104.742500', '094105.202500', '094105.662500', '094106.122500', '094106.582500', '094107.042500', '094107.502500', '094107.962500', '094108.422500', '094108.882500', '094109.342500', '094109.802500', '094110.262500', '094110.722500', '094111.182500', '094111.642500', '094112.102500', '094112.562500', '094113.022500', '094113.482500', '094113.942500', '094114.402500', '094114.862500', '094115.322500', '094115.782500', '094116.242500', '094116.702500', '094117.162500', '094117.622500', '094118.082500', '094118.542500', '094119.002500', '094119.462500', '094119.922500', '094120.382500', '094120.842500', '094121.302500', '094121.762500', '094122.222500', '094122.682500', '094123.142500', '094123.602500', '094124.062500', '094124.522500', '094124.982500', '094125.442500', '094125.902500', '094126.362500', '094126.822500', '094127.282500', '094127.742500', '094128.202500', '094128.662500', '094129.122500', '094129.582500', '094130.042500', '094130.502500', '094130.962500', '094131.422500', '094131.882500', '094132.342500', '094132.802500', '094133.262500', '094133.722500', '094134.182500', '094134.642500', '094135.102500', '094135.562500', '094136.022500', '094136.482500', '094136.942500', '094137.402500', '094137.862500', '094138.322500', '094138.782500', '094139.242500', '094139.702500', '094140.162500', '094140.622500', '094141.082500', '094141.542500', '094142.002500', '094142.462500', '094142.922500', '094143.382500', '094143.842500', '094144.302500', '094144.762500', '094145.222500', '094145.682500', '094146.142500', '094146.602500', '094147.062500', '094147.522500', '094147.982500', '094148.442500', '094148.902500', '094149.362500', '094149.822500', '094150.282500', '094150.742500', '094151.202500', '094151.662500', '094152.122500', '094152.582500', '094153.042500', '094153.502500', '094153.962500', '094154.422500', '094154.882500', '094155.342500', '094155.802500', '094156.262500', '094156.722500', '094157.182500', '094157.642500', '094158.102500', '094158.562500', '094159.022500', '094159.482500', '094159.942500', '094200.402500', '094200.862500', '094201.322500', '094201.782500', '094202.242500', '094202.702500', '094203.162500', '094203.622500', '094204.082500', '094204.542500', '094205.002500', '094205.462500', '094205.922500', '094206.382500', '094206.842500', '094207.302500', '094207.762500', '094208.222500', '094208.682500', '094209.142500', '094209.602500', '094210.062500', '094210.522500', '094210.982500', '094211.442500', '094211.902500', '094212.362500', '094212.822500', '094213.282500', '094213.742500', '094214.202500', '094214.662500', '094215.122500', '094215.582500', '094216.042500', '094216.502500', '094216.962500', '094217.422500', '094217.882500', '094218.342500', '094218.802500', '094219.262500', '094219.722500', '094220.182500', '094220.642500', '094221.102500', '094221.562500', '094222.022500', '094222.482500', '094222.942500', '094223.402500', '094223.862500', '094224.322500', '094224.782500', '094225.242500', '094225.702500', '094226.162500', '094226.622500', '094227.082500', '094227.542500', '094228.002500', '094228.462500', '094228.922500', '094229.382500', '094229.842500', '094230.302500', '094230.762500', '094231.222500', '094231.682500', '094232.142500', '094232.602500', '094233.062500', '094233.522500', '094233.982500', '094234.442500', '094234.902500', '094235.362500', '094235.822500', '094236.282500', '094236.742500', '094237.202500', '094237.662500', '094238.122500', '094238.582500', '094239.042500', '094239.502500', '094239.962500', '094240.422500', '094240.882500', '094241.342500', '094241.802500', '094242.262500', '094242.722500', '094243.182500', '094243.642500', '094244.102500', '094244.562500', '094245.022500', '094245.482500', '094245.942500', '094246.402500', '094246.862500', '094247.322500', '094247.782500', '094248.242500', '094248.702500', '094249.162500', '094249.622500', '094250.082500', '094250.542500', '094251.002500', '094251.462500', '094251.922500', '094252.382500', '094252.842500', '094253.302500', '094253.762500', '094254.222500', '094254.682500', '094255.142500', '094255.602500', '094256.062500', '094256.522500', '094256.982500', '094257.442500', '094257.902500', '094258.362500', '094258.822500', '094259.282500', '094259.742500', '094300.202500', '094300.662500', '094301.122500', '094301.582500', '094302.042500', '094302.502500', '094302.962500', '094303.422500', '094303.882500', '094304.342500', '094304.802500', '094305.262500', '094305.722500', '094306.182500', '094306.642500', '094307.102500', '094307.562500', '094308.022500', '094308.482500', '094308.942500', '094309.402500', '094309.862500', '094310.322500', '094310.782500', '094311.242500', '094311.702500', '094312.162500', '094312.622500', '094313.082500', '094313.542500', '094314.002500', '094314.462500', '094314.922500', '094315.382500', '094315.842500', '094316.302500', '094316.762500', '094317.222500', '094317.682500', '094318.142500', '094318.602500', '094319.062500', '094319.522500', '094319.982500', '094320.442500', '094320.902500', '094321.362500', '094321.822500', '094322.282500', '094322.742500', '094323.202500', '094323.662500', '094324.122500', '094324.582500', '094325.042500', '094325.502500', '094325.962500', '094326.422500', '094326.882500', '094327.342500', '094327.802500', '094328.262500', '094328.722500', '094329.182500', '094329.642500', '094330.102500', '094330.562500', '094331.022500', '094331.482500', '094331.942500', '094332.402500', '094332.862500', '094333.322500', '094333.782500', '094334.242500', '094334.702500', '094335.162500', '094335.622500', '094336.082500', '094336.542500', '094337.002500', '094337.462500', '094337.922500', '094338.382500', '094338.842500', '094339.302500', '094339.762500', '094340.222500', '094340.682500', '094341.142500', '094341.602500', '094342.062500', '094342.522500', '094342.982500', '094343.442500', '094343.902500', '094344.362500', '094344.822500', '094345.282500', '094345.742500', '094346.202500', '094346.662500', '094347.122500', '094347.582500', '094348.042500', '094348.502500', '094348.962500', '094349.422500', '094349.882500', '094350.342500', '094350.802500', '094351.262500', '094351.722500', '094352.182500', '094352.642500', '094353.102500', '094353.562500', '094354.022500', '094354.482500', '094354.942500', '094355.402500', '094355.862500', '094356.322500', '094356.782500', '094357.242500', '094357.702500', '094358.162500', '094358.622500', '094359.082500', '094359.542500', '094400.002500', '094400.462500', '094400.922500', '094401.382500', '094401.842500', '094402.302500', '094402.762500', '094403.222500', '094403.682500', '094404.142500', '094404.602500', '094405.062500', '094405.522500', '094405.982500', '094406.442500', '094406.902500', '094407.362500', '094407.822500', '094408.282500', '094408.742500', '094409.202500', '094409.662500', '094410.122500', '094410.582500', '094411.042500', '094411.502500', '094411.962500', '094412.422500', '094412.882500', '094413.342500', '094413.802500'], 'ContentTime': ['093727.432000', '093727.435000', '093727.438000', '093727.441000', '093727.444000', '093727.447000', '093727.450000', '093727.453000', '093727.458000', '093727.461000', '093727.464000', '093727.467000', '093727.470000', '093727.473000', '093727.476000', '093727.479000', '093727.482000', '093727.491000', '093727.494000', '093727.497000', '093727.499000', '093727.502000', '093727.505000', '093727.508000', '093727.511000', '093727.514000', '093727.517000', '093727.520000', '093727.523000', '093747.386000', '093747.389000', '093747.392000', '093747.395000', '093747.398000', '093747.401000', '093747.404000', '093747.407000', '093747.410000', '093747.413000', '093747.416000', '093747.419000', '093747.428000', '093747.431000', '093747.434000', '093747.437000', '093747.440000', '093747.443000', '093747.446000', '093747.449000', '093747.452000', '093747.455000', '093747.458000', '093747.460000', '093747.463000', '093747.466000', '093747.469000', '093747.472000', '093747.475000', '093747.478000', '093747.481000', '093747.484000', '093747.487000', '093747.490000', '093747.493000', '093747.496000', '093747.499000', '093747.502000', '093747.505000', '093747.508000', '093747.511000', '093747.515000', '093747.518000', '093807.386000', '093807.389000', '093807.392000', '093807.395000', '093807.398000', '093807.401000', '093807.404000', '093807.407000', '093807.410000', '093807.413000', '093807.416000', '093807.419000', '093807.422000', '093807.425000', '093807.428000', '093807.431000', '093807.434000', '093807.437000', '093807.439000', '093807.442000', '093807.445000', '093807.448000', '093807.451000', '093807.454000', '093807.457000', '093807.460000', '093807.463000', '093807.466000', '093807.469000', '093807.472000', '093807.475000', '093807.478000', '093807.481000', '093807.484000', '093807.487000', '093807.490000', '093807.493000', '093807.496000', '093807.499000', '093807.503000', '093807.506000', '093807.509000', '093807.512000', '093807.515000', '093827.386000', '093827.389000', '093827.392000', '093827.395000', '093827.398000', '093827.401000', '093827.404000', '093827.407000', '093827.410000', '093827.413000', '093827.416000', '093827.419000', '093827.422000', '093827.425000', '093827.428000', '093827.431000', '093827.434000', '093827.437000', '093827.440000', '093827.443000', '093827.446000', '093827.449000', '093827.452000', '093827.455000', '093827.458000', '093827.461000', '093827.464000', '093827.467000', '093827.470000', '093827.473000', '093827.476000', '093827.478000', '093827.481000', '093827.484000', '093827.487000', '093827.490000', '093827.493000', '093827.496000', '093827.499000', '093827.502000', '093827.505000', '093827.508000', '093827.511000', '093847.389000', '093847.393000', '093847.396000', '093847.399000', '093847.402000', '093847.405000', '093847.408000', '093847.411000', '093847.414000', '093847.417000', '093847.420000', '093847.423000', '093847.426000', '093847.429000', '093847.432000', '093847.435000', '093847.438000', '093847.441000', '093847.444000', '093847.447000', '093847.450000', '093847.453000', '093847.456000', '093847.459000', '093847.462000', '093847.465000', '093847.468000', '093847.471000', '093847.474000', '093847.477000', '093847.480000', '093847.483000', '093847.486000', '093847.489000', '093847.492000', '093847.495000', '093847.498000', '093847.501000', '093847.504000', '093847.507000', '093847.510000', '093847.513000', '093847.516000', '093907.387000', '093907.390000', '093907.393000', '093907.396000', '093907.399000', '093907.402000', '093907.405000', '093907.408000', '093907.411000', '093907.425000', '093907.428000', '093907.431000', '093907.434000', '093907.437000', '093907.440000', '093907.443000', '093907.446000', '093907.449000', '093907.452000', '093907.455000', '093907.458000', '093907.461000', '093907.464000', '093907.467000', '093907.470000', '093907.473000', '093907.476000', '093907.479000', '093907.482000', '093907.485000', '093907.488000', '093907.491000', '093907.494000', '093907.497000', '093907.500000', '093907.503000', '093907.506000', '093907.509000', '093907.512000', '093907.515000', '093907.518000', '093907.521000', '093907.524000', '093907.527000', '093927.386000', '093927.389000', '093927.392000', '093927.397000', '093927.402000', '093927.411000', '093927.414000', '093927.417000', '093927.420000', '093927.423000', '093927.426000', '093927.429000', '093927.432000', '093927.435000', '093927.438000', '093927.441000', '093927.444000', '093927.447000', '093927.450000', '093927.453000', '093927.456000', '093927.459000', '093927.462000', '093927.465000', '093927.468000', '093927.471000', '093927.474000', '093927.477000', '093927.480000', '093927.483000', '093927.486000', '093927.489000', '093927.492000', '093927.495000', '093927.498000', '093927.501000', '093927.504000', '093927.507000', '093927.510000', '093927.513000', '093927.516000', '093927.519000', '093927.522000', '093947.386000', '093947.389000', '093947.392000', '093947.395000', '093947.398000', '093947.401000', '093947.404000', '093947.407000', '093947.410000', '093947.413000', '093947.416000', '093947.419000', '093947.422000', '093947.425000', '093947.428000', '093947.431000', '093947.434000', '093947.437000', '093947.440000', '093947.443000', '093947.446000', '093947.449000', '093947.452000', '093947.456000', '093947.459000', '093947.461000', '093947.464000', '093947.467000', '093947.470000', '093947.473000', '093947.476000', '093947.479000', '093947.482000', '093947.485000', '093947.488000', '093947.491000', '093947.494000', '093947.497000', '093947.500000', '093947.503000', '093947.506000', '093947.509000', '093947.512000', '093947.515000', '094007.386000', '094007.389000', '094007.392000', '094007.395000', '094007.398000', '094007.401000', '094007.406000', '094007.411000', '094007.414000', '094007.417000', '094007.420000', '094007.423000', '094007.426000', '094007.429000', '094007.432000', '094007.435000', '094007.438000', '094007.441000', '094007.444000', '094007.447000', '094007.450000', '094007.453000', '094007.456000', '094007.459000', '094007.462000', '094007.465000', '094007.468000', '094007.471000', '094007.474000', '094007.477000', '094007.480000', '094007.483000', '094007.486000', '094007.489000', '094007.492000', '094007.495000', '094007.498000', '094007.501000', '094007.504000', '094007.507000', '094007.510000', '094007.513000', '094007.516000', '094027.386000', '094027.389000', '094027.392000', '094027.395000', '094027.398000', '094027.401000', '094027.404000', '094027.407000', '094027.410000', '094027.413000', '094027.416000', '094027.419000', '094027.422000', '094027.425000', '094027.428000', '094027.431000', '094027.434000', '094027.437000', '094027.440000', '094027.443000', '094027.446000', '094027.449000', '094027.452000', '094027.455000', '094027.458000', '094027.461000', '094027.464000', '094027.467000', '094027.470000', '094027.473000', '094027.476000', '094027.479000', '094027.482000', '094027.485000', '094027.488000', '094027.491000', '094027.494000', '094027.497000', '094027.500000', '094027.503000', '094027.506000', '094027.509000', '094027.512000', '094027.515000', '094047.386000', '094047.389000', '094047.392000', '094047.395000', '094047.420000', '094047.423000', '094047.426000', '094047.429000', '094047.432000', '094047.435000', '094047.438000', '094047.441000', '094047.446000', '094047.451000', '094047.454000', '094047.457000', '094047.460000', '094047.463000', '094047.466000', '094047.469000', '094047.472000', '094047.475000', '094047.478000', '094047.481000', '094047.484000', '094047.487000', '094047.490000', '094047.493000', '094047.496000', '094047.499000', '094047.502000', '094047.505000', '094047.508000', '094047.511000', '094047.514000', '094047.517000', '094047.520000', '094047.523000', '094047.526000', '094047.529000', '094047.532000', '094047.535000', '094047.538000', '094107.387000', '094107.390000', '094107.393000', '094107.396000', '094107.399000', '094107.402000', '094107.405000', '094107.408000', '094107.411000', '094107.414000', '094107.417000', '094107.420000', '094107.423000', '094107.426000', '094107.429000', '094107.432000', '094107.435000', '094107.438000', '094107.441000', '094107.444000', '094107.447000', '094107.450000', '094107.453000', '094107.456000', '094107.459000', '094107.462000', '094107.465000', '094107.468000', '094107.471000', '094107.474000', '094107.477000', '094107.480000', '094107.483000', '094107.486000', '094107.489000', '094107.492000', '094107.495000', '094107.498000', '094107.501000', '094107.504000', '094107.507000', '094107.510000', '094107.513000', '094107.516000', '094127.388000', '094127.392000', '094127.395000', '094127.398000', '094127.401000', '094127.404000', '094127.407000', '094127.410000', '094127.413000', '094127.416000', '094127.419000', '094127.422000', '094127.425000', '094127.428000', '094127.431000', '094127.434000', '094127.437000', '094127.440000', '094127.443000', '094127.446000', '094127.449000', '094127.452000', '094127.455000', '094127.458000', '094127.461000', '094127.464000', '094127.467000', '094127.470000', '094127.473000', '094127.476000', '094127.479000', '094127.482000', '094127.487000', '094127.492000', '094127.495000', '094127.498000', '094127.501000', '094127.504000', '094127.507000', '094127.510000', '094127.513000', '094127.515000', '094127.518000', '094147.386000', '094147.389000', '094147.392000', '094147.395000', '094147.398000', '094147.401000', '094147.404000', '094147.407000', '094147.410000', '094147.413000', '094147.416000', '094147.419000', '094147.422000', '094147.425000', '094147.428000', '094147.431000', '094147.434000', '094147.437000', '094147.440000', '094147.444000', '094147.447000', '094147.450000', '094147.453000', '094147.456000', '094147.459000', '094147.461000', '094147.464000', '094147.468000', '094147.471000', '094147.474000', '094147.477000', '094147.480000', '094147.483000', '094147.486000', '094147.489000', '094147.492000', '094147.495000', '094147.498000', '094147.500000', '094147.503000', '094147.506000', '094147.509000', '094147.512000', '094147.515000', '094207.386000', '094207.389000', '094207.392000', '094207.395000', '094207.398000', '094207.401000', '094207.404000', '094207.407000', '094207.410000', '094207.413000', '094207.416000', '094207.419000', '094207.422000', '094207.425000', '094207.428000', '094207.431000', '094207.434000', '094207.437000', '094207.441000', '094207.444000', '094207.447000', '094207.450000', '094207.453000', '094207.456000', '094207.459000', '094207.462000', '094207.465000', '094207.468000', '094207.471000', '094207.481000', '094207.484000', '094207.487000', '094207.490000', '094207.493000', '094207.496000', '094207.499000', '094207.502000', '094207.505000', '094207.508000', '094207.511000', '094207.514000', '094207.517000', '094207.520000', '094227.386000', '094227.389000', '094227.392000', '094227.395000', '094227.398000', '094227.401000', '094227.404000', '094227.407000', '094227.410000', '094227.413000', '094227.416000', '094227.419000', '094227.422000', '094227.425000', '094227.428000', '094227.431000', '094227.434000', '094227.437000', '094227.440000', '094227.443000', '094227.446000', '094227.449000', '094227.452000', '094227.455000', '094227.458000', '094227.461000', '094227.464000', '094227.467000', '094227.470000', '094227.473000', '094227.476000', '094227.479000', '094227.482000', '094227.485000', '094227.488000', '094227.491000', '094227.494000', '094227.497000', '094227.500000', '094227.503000', '094227.506000', '094227.509000', '094227.512000', '094227.515000', '094247.386000', '094247.389000', '094247.392000', '094247.395000', '094247.398000', '094247.401000', '094247.404000', '094247.407000', '094247.410000', '094247.413000', '094247.416000', '094247.419000', '094247.422000', '094247.426000', '094247.429000', '094247.432000', '094247.435000', '094247.438000', '094247.441000', '094247.444000', '094247.447000', '094247.450000', '094247.453000', '094247.456000', '094247.459000', '094247.462000', '094247.465000', '094247.468000', '094247.471000', '094247.474000', '094247.477000', '094247.481000', '094247.483000', '094247.486000', '094247.489000', '094247.494000', '094247.498000', '094247.501000', '094247.504000', '094247.507000', '094247.510000', '094247.513000', '094247.516000', '094307.386000', '094307.389000', '094307.392000', '094307.395000', '094307.398000', '094307.401000', '094307.404000', '094307.407000', '094307.410000', '094307.413000', '094307.416000', '094307.419000', '094307.422000', '094307.425000', '094307.430000', '094307.433000', '094307.436000', '094307.439000', '094307.442000', '094307.445000', '094307.448000', '094307.451000', '094307.454000', '094307.457000', '094307.461000', '094307.463000', '094307.466000', '094307.470000', '094307.473000', '094307.476000', '094307.479000', '094307.482000', '094307.485000', '094307.488000', '094307.491000', '094307.494000', '094307.497000', '094307.500000', '094307.503000', '094307.506000', '094307.509000', '094307.512000', '094307.515000', '094307.518000', '094327.387000', '094327.390000', '094327.393000', '094327.396000', '094327.399000', '094327.402000', '094327.405000', '094327.408000', '094327.411000', '094327.415000', '094327.418000', '094327.421000', '094327.424000', '094327.427000', '094327.430000', '094327.433000', '094327.436000', '094327.439000', '094327.442000', '094327.445000', '094327.448000', '094327.451000', '094327.454000', '094327.457000', '094327.460000', '094327.463000', '094327.466000', '094327.469000', '094327.472000', '094327.481000', '094327.484000', '094327.487000', '094327.490000', '094327.493000', '094327.496000', '094327.499000', '094327.502000', '094327.505000', '094327.508000', '094327.511000', '094327.524000', '094327.528000', '094327.531000', '094347.386000', '094347.389000', '094347.392000', '094347.395000', '094347.398000', '094347.401000', '094347.404000', '094347.407000', '094347.410000', '094347.413000', '094347.416000', '094347.419000', '094347.422000', '094347.425000', '094347.428000', '094347.431000', '094347.434000', '094347.437000', '094347.440000', '094347.443000', '094347.446000', '094347.449000', '094347.452000', '094347.455000', '094347.458000', '094347.461000', '094347.464000', '094347.467000', '094347.470000', '094347.473000', '094347.476000', '094347.479000', '094347.482000', '094347.485000', '094347.488000', '094347.491000', '094347.494000', '094347.497000', '094347.500000', '094347.503000', '094347.506000', '094347.509000', '094347.512000', '094347.515000', '094407.386000', '094407.389000', '094407.392000', '094407.395000', '094407.398000', '094407.401000', '094407.404000', '094407.407000', '094407.410000', '094407.413000', '094407.416000', '094407.419000', '094407.422000', '094407.425000', '094407.428000', '094407.431000', '094407.434000', '094407.437000', '094407.440000', '094407.443000', '094407.446000', '094407.449000', '094407.452000', '094407.455000', '094407.458000', '094407.461000', '094407.465000', '094407.468000', '094407.471000', '094407.474000', '094407.477000', '094407.480000', '094407.483000', '094407.486000', '094407.489000', '094407.492000', '094407.495000', '094407.498000', '094407.501000', '094407.504000', '094407.507000', '094407.510000', '094407.513000', '094414.500000', '094414.504000', '094414.508000', '094414.511000', '094414.514000', '094414.518000', '094414.521000', '094414.524000', '094414.528000', '094414.531000', '094414.534000', '094414.537000', '094414.540000', '094414.543000', '094414.547000', '094414.550000'], 'InstanceCreationTime': ['093727.432000', '093727.435000', '093727.438000', '093727.441000', '093727.444000', '093727.447000', '093727.450000', '093727.453000', '093727.458000', '093727.461000', '093727.464000', '093727.467000', '093727.470000', '093727.473000', '093727.476000', '093727.479000', '093727.482000', '093727.491000', '093727.494000', '093727.497000', '093727.499000', '093727.502000', '093727.505000', '093727.508000', '093727.511000', '093727.514000', '093727.517000', '093727.520000', '093727.523000', '093747.386000', '093747.389000', '093747.392000', '093747.395000', '093747.398000', '093747.401000', '093747.404000', '093747.407000', '093747.410000', '093747.413000', '093747.416000', '093747.419000', '093747.428000', '093747.431000', '093747.434000', '093747.437000', '093747.440000', '093747.443000', '093747.446000', '093747.449000', '093747.452000', '093747.455000', '093747.458000', '093747.460000', '093747.463000', '093747.466000', '093747.469000', '093747.472000', '093747.475000', '093747.478000', '093747.481000', '093747.484000', '093747.487000', '093747.490000', '093747.493000', '093747.496000', '093747.499000', '093747.502000', '093747.505000', '093747.508000', '093747.511000', '093747.515000', '093747.518000', '093807.386000', '093807.389000', '093807.392000', '093807.395000', '093807.398000', '093807.401000', '093807.404000', '093807.407000', '093807.410000', '093807.413000', '093807.416000', '093807.419000', '093807.422000', '093807.425000', '093807.428000', '093807.431000', '093807.434000', '093807.437000', '093807.439000', '093807.442000', '093807.445000', '093807.448000', '093807.451000', '093807.454000', '093807.457000', '093807.460000', '093807.463000', '093807.466000', '093807.469000', '093807.472000', '093807.475000', '093807.478000', '093807.481000', '093807.484000', '093807.487000', '093807.490000', '093807.493000', '093807.496000', '093807.499000', '093807.503000', '093807.506000', '093807.509000', '093807.512000', '093807.515000', '093827.386000', '093827.389000', '093827.392000', '093827.395000', '093827.398000', '093827.401000', '093827.404000', '093827.407000', '093827.410000', '093827.413000', '093827.416000', '093827.419000', '093827.422000', '093827.425000', '093827.428000', '093827.431000', '093827.434000', '093827.437000', '093827.440000', '093827.443000', '093827.446000', '093827.449000', '093827.452000', '093827.455000', '093827.458000', '093827.461000', '093827.464000', '093827.467000', '093827.470000', '093827.473000', '093827.476000', '093827.478000', '093827.481000', '093827.484000', '093827.487000', '093827.490000', '093827.493000', '093827.496000', '093827.499000', '093827.502000', '093827.505000', '093827.508000', '093827.511000', '093847.389000', '093847.393000', '093847.396000', '093847.399000', '093847.402000', '093847.405000', '093847.408000', '093847.411000', '093847.414000', '093847.417000', '093847.420000', '093847.423000', '093847.426000', '093847.429000', '093847.432000', '093847.435000', '093847.438000', '093847.441000', '093847.444000', '093847.447000', '093847.450000', '093847.453000', '093847.456000', '093847.459000', '093847.462000', '093847.465000', '093847.468000', '093847.471000', '093847.474000', '093847.477000', '093847.480000', '093847.483000', '093847.486000', '093847.489000', '093847.492000', '093847.495000', '093847.498000', '093847.501000', '093847.504000', '093847.507000', '093847.510000', '093847.513000', '093847.516000', '093907.387000', '093907.390000', '093907.393000', '093907.396000', '093907.399000', '093907.402000', '093907.405000', '093907.408000', '093907.411000', '093907.425000', '093907.428000', '093907.431000', '093907.434000', '093907.437000', '093907.440000', '093907.443000', '093907.446000', '093907.449000', '093907.452000', '093907.455000', '093907.458000', '093907.461000', '093907.464000', '093907.467000', '093907.470000', '093907.473000', '093907.476000', '093907.479000', '093907.482000', '093907.485000', '093907.488000', '093907.491000', '093907.494000', '093907.497000', '093907.500000', '093907.503000', '093907.506000', '093907.509000', '093907.512000', '093907.515000', '093907.518000', '093907.521000', '093907.524000', '093907.527000', '093927.386000', '093927.389000', '093927.392000', '093927.397000', '093927.402000', '093927.411000', '093927.414000', '093927.417000', '093927.420000', '093927.423000', '093927.426000', '093927.429000', '093927.432000', '093927.435000', '093927.438000', '093927.441000', '093927.444000', '093927.447000', '093927.450000', '093927.453000', '093927.456000', '093927.459000', '093927.462000', '093927.465000', '093927.468000', '093927.471000', '093927.474000', '093927.477000', '093927.480000', '093927.483000', '093927.486000', '093927.489000', '093927.492000', '093927.495000', '093927.498000', '093927.501000', '093927.504000', '093927.507000', '093927.510000', '093927.513000', '093927.516000', '093927.519000', '093927.522000', '093947.386000', '093947.389000', '093947.392000', '093947.395000', '093947.398000', '093947.401000', '093947.404000', '093947.407000', '093947.410000', '093947.413000', '093947.416000', '093947.419000', '093947.422000', '093947.425000', '093947.428000', '093947.431000', '093947.434000', '093947.437000', '093947.440000', '093947.443000', '093947.446000', '093947.449000', '093947.452000', '093947.456000', '093947.459000', '093947.461000', '093947.464000', '093947.467000', '093947.470000', '093947.473000', '093947.476000', '093947.479000', '093947.482000', '093947.485000', '093947.488000', '093947.491000', '093947.494000', '093947.497000', '093947.500000', '093947.503000', '093947.506000', '093947.509000', '093947.512000', '093947.515000', '094007.386000', '094007.389000', '094007.392000', '094007.395000', '094007.398000', '094007.401000', '094007.406000', '094007.411000', '094007.414000', '094007.417000', '094007.420000', '094007.423000', '094007.426000', '094007.429000', '094007.432000', '094007.435000', '094007.438000', '094007.441000', '094007.444000', '094007.447000', '094007.450000', '094007.453000', '094007.456000', '094007.459000', '094007.462000', '094007.465000', '094007.468000', '094007.471000', '094007.474000', '094007.477000', '094007.480000', '094007.483000', '094007.486000', '094007.489000', '094007.492000', '094007.495000', '094007.498000', '094007.501000', '094007.504000', '094007.507000', '094007.510000', '094007.513000', '094007.516000', '094027.386000', '094027.389000', '094027.392000', '094027.395000', '094027.398000', '094027.401000', '094027.404000', '094027.407000', '094027.410000', '094027.413000', '094027.416000', '094027.419000', '094027.422000', '094027.425000', '094027.428000', '094027.431000', '094027.434000', '094027.437000', '094027.440000', '094027.443000', '094027.446000', '094027.449000', '094027.452000', '094027.455000', '094027.458000', '094027.461000', '094027.464000', '094027.467000', '094027.470000', '094027.473000', '094027.476000', '094027.479000', '094027.482000', '094027.485000', '094027.488000', '094027.491000', '094027.494000', '094027.497000', '094027.500000', '094027.503000', '094027.506000', '094027.509000', '094027.512000', '094027.515000', '094047.386000', '094047.389000', '094047.392000', '094047.395000', '094047.420000', '094047.423000', '094047.426000', '094047.429000', '094047.432000', '094047.435000', '094047.438000', '094047.441000', '094047.446000', '094047.451000', '094047.454000', '094047.457000', '094047.460000', '094047.463000', '094047.466000', '094047.469000', '094047.472000', '094047.475000', '094047.478000', '094047.481000', '094047.484000', '094047.487000', '094047.490000', '094047.493000', '094047.496000', '094047.499000', '094047.502000', '094047.505000', '094047.508000', '094047.511000', '094047.514000', '094047.517000', '094047.520000', '094047.523000', '094047.526000', '094047.529000', '094047.532000', '094047.535000', '094047.538000', '094107.387000', '094107.390000', '094107.393000', '094107.396000', '094107.399000', '094107.402000', '094107.405000', '094107.408000', '094107.411000', '094107.414000', '094107.417000', '094107.420000', '094107.423000', '094107.426000', '094107.429000', '094107.432000', '094107.435000', '094107.438000', '094107.441000', '094107.444000', '094107.447000', '094107.450000', '094107.453000', '094107.456000', '094107.459000', '094107.462000', '094107.465000', '094107.468000', '094107.471000', '094107.474000', '094107.477000', '094107.480000', '094107.483000', '094107.486000', '094107.489000', '094107.492000', '094107.495000', '094107.498000', '094107.501000', '094107.504000', '094107.507000', '094107.510000', '094107.513000', '094107.516000', '094127.388000', '094127.392000', '094127.395000', '094127.398000', '094127.401000', '094127.404000', '094127.407000', '094127.410000', '094127.413000', '094127.416000', '094127.419000', '094127.422000', '094127.425000', '094127.428000', '094127.431000', '094127.434000', '094127.437000', '094127.440000', '094127.443000', '094127.446000', '094127.449000', '094127.452000', '094127.455000', '094127.458000', '094127.461000', '094127.464000', '094127.467000', '094127.470000', '094127.473000', '094127.476000', '094127.479000', '094127.482000', '094127.487000', '094127.492000', '094127.495000', '094127.498000', '094127.501000', '094127.504000', '094127.507000', '094127.510000', '094127.513000', '094127.515000', '094127.518000', '094147.386000', '094147.389000', '094147.392000', '094147.395000', '094147.398000', '094147.401000', '094147.404000', '094147.407000', '094147.410000', '094147.413000', '094147.416000', '094147.419000', '094147.422000', '094147.425000', '094147.428000', '094147.431000', '094147.434000', '094147.437000', '094147.440000', '094147.444000', '094147.447000', '094147.450000', '094147.453000', '094147.456000', '094147.459000', '094147.461000', '094147.464000', '094147.468000', '094147.471000', '094147.474000', '094147.477000', '094147.480000', '094147.483000', '094147.486000', '094147.489000', '094147.492000', '094147.495000', '094147.498000', '094147.500000', '094147.503000', '094147.506000', '094147.509000', '094147.512000', '094147.515000', '094207.386000', '094207.389000', '094207.392000', '094207.395000', '094207.398000', '094207.401000', '094207.404000', '094207.407000', '094207.410000', '094207.413000', '094207.416000', '094207.419000', '094207.422000', '094207.425000', '094207.428000', '094207.431000', '094207.434000', '094207.437000', '094207.441000', '094207.444000', '094207.447000', '094207.450000', '094207.453000', '094207.456000', '094207.459000', '094207.462000', '094207.465000', '094207.468000', '094207.471000', '094207.481000', '094207.484000', '094207.487000', '094207.490000', '094207.493000', '094207.496000', '094207.499000', '094207.502000', '094207.505000', '094207.508000', '094207.511000', '094207.514000', '094207.517000', '094207.520000', '094227.386000', '094227.389000', '094227.392000', '094227.395000', '094227.398000', '094227.401000', '094227.404000', '094227.407000', '094227.410000', '094227.413000', '094227.416000', '094227.419000', '094227.422000', '094227.425000', '094227.428000', '094227.431000', '094227.434000', '094227.437000', '094227.440000', '094227.443000', '094227.446000', '094227.449000', '094227.452000', '094227.455000', '094227.458000', '094227.461000', '094227.464000', '094227.467000', '094227.470000', '094227.473000', '094227.476000', '094227.479000', '094227.482000', '094227.485000', '094227.488000', '094227.491000', '094227.494000', '094227.497000', '094227.500000', '094227.503000', '094227.506000', '094227.509000', '094227.512000', '094227.515000', '094247.386000', '094247.389000', '094247.392000', '094247.395000', '094247.398000', '094247.401000', '094247.404000', '094247.407000', '094247.410000', '094247.413000', '094247.416000', '094247.419000', '094247.422000', '094247.426000', '094247.429000', '094247.432000', '094247.435000', '094247.438000', '094247.441000', '094247.444000', '094247.447000', '094247.450000', '094247.453000', '094247.456000', '094247.459000', '094247.462000', '094247.465000', '094247.468000', '094247.471000', '094247.474000', '094247.477000', '094247.481000', '094247.483000', '094247.486000', '094247.489000', '094247.494000', '094247.498000', '094247.501000', '094247.504000', '094247.507000', '094247.510000', '094247.513000', '094247.516000', '094307.386000', '094307.389000', '094307.392000', '094307.395000', '094307.398000', '094307.401000', '094307.404000', '094307.407000', '094307.410000', '094307.413000', '094307.416000', '094307.419000', '094307.422000', '094307.425000', '094307.430000', '094307.433000', '094307.436000', '094307.439000', '094307.442000', '094307.445000', '094307.448000', '094307.451000', '094307.454000', '094307.457000', '094307.461000', '094307.463000', '094307.466000', '094307.470000', '094307.473000', '094307.476000', '094307.479000', '094307.482000', '094307.485000', '094307.488000', '094307.491000', '094307.494000', '094307.497000', '094307.500000', '094307.503000', '094307.506000', '094307.509000', '094307.512000', '094307.515000', '094307.518000', '094327.387000', '094327.390000', '094327.393000', '094327.396000', '094327.399000', '094327.402000', '094327.405000', '094327.408000', '094327.411000', '094327.415000', '094327.418000', '094327.421000', '094327.424000', '094327.427000', '094327.430000', '094327.433000', '094327.436000', '094327.439000', '094327.442000', '094327.445000', '094327.448000', '094327.451000', '094327.454000', '094327.457000', '094327.460000', '094327.463000', '094327.466000', '094327.469000', '094327.472000', '094327.481000', '094327.484000', '094327.487000', '094327.490000', '094327.493000', '094327.496000', '094327.499000', '094327.502000', '094327.505000', '094327.508000', '094327.511000', '094327.524000', '094327.528000', '094327.531000', '094347.386000', '094347.389000', '094347.392000', '094347.395000', '094347.398000', '094347.401000', '094347.404000', '094347.407000', '094347.410000', '094347.413000', '094347.416000', '094347.419000', '094347.422000', '094347.425000', '094347.428000', '094347.431000', '094347.434000', '094347.437000', '094347.440000', '094347.443000', '094347.446000', '094347.449000', '094347.452000', '094347.455000', '094347.458000', '094347.461000', '094347.464000', '094347.467000', '094347.470000', '094347.473000', '094347.476000', '094347.479000', '094347.482000', '094347.485000', '094347.488000', '094347.491000', '094347.494000', '094347.497000', '094347.500000', '094347.503000', '094347.506000', '094347.509000', '094347.512000', '094347.515000', '094407.386000', '094407.389000', '094407.392000', '094407.395000', '094407.398000', '094407.401000', '094407.404000', '094407.407000', '094407.410000', '094407.413000', '094407.416000', '094407.419000', '094407.422000', '094407.425000', '094407.428000', '094407.431000', '094407.434000', '094407.437000', '094407.440000', '094407.443000', '094407.446000', '094407.449000', '094407.452000', '094407.455000', '094407.458000', '094407.461000', '094407.465000', '094407.468000', '094407.471000', '094407.474000', '094407.477000', '094407.480000', '094407.483000', '094407.486000', '094407.489000', '094407.492000', '094407.495000', '094407.498000', '094407.501000', '094407.504000', '094407.507000', '094407.510000', '094407.513000', '094414.500000', '094414.504000', '094414.508000', '094414.511000', '094414.514000', '094414.518000', '094414.521000', '094414.524000', '094414.528000', '094414.531000', '094414.534000', '094414.537000', '094414.540000', '094414.543000', '094414.547000', '094414.550000'], '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': [7350, 9166, 14343, 9091, 10825, 12541, 7833, 12447, 8704, 7887, 13245, 6884, 9743, 13334, 7737, 9397, 13601, 7583, 11300, 10971, 8247, 12848, 7558, 8550, 13176, 7751, 9670, 13333, 7504, 11086, 12786, 8449, 12738, 7315, 8695, 13470, 7813, 10065, 13375, 7944, 11727, 9432, 8365, 13704, 7165, 10938, 13469, 8988, 10763, 10918, 7746, 13346, 8564, 9301, 13690, 7864, 11671, 14111, 8988, 12357, 7776, 8224, 13647, 8397, 8755, 14023, 7672, 11498, 13439, 8779, 12751, 7910, 8535, 13794, 7246, 10400, 13877, 8258, 11098, 13486, 8313, 12412, 10415, 8187, 13385, 7780, 8673, 13854, 8004, 10187, 13769, 7708, 11921, 12485, 8277, 12892, 8130, 8754, 13622, 8577, 11549, 13750, 8165, 12297, 8547, 8332, 13600, 8352, 8485, 13070, 8426, 11902, 6969, 10412, 8453, 8801, 13879, 9660, 8518, 13493, 8437, 8433, 13765, 6968, 8767, 13758, 7985, 8825, 13450, 7346, 8458, 13707, 8144, 8771, 13891, 7338, 9756, 14144, 7877, 9662, 13517, 7613, 10596, 13557, 8304, 11139, 13563, 8116, 10695, 13739, 8408, 11931, 12390, 8509, 12863, 14176, 8203, 10674, 13489, 8500, 11701, 11013, 8513, 13225, 13508, 8849, 11783, 12364, 8654, 12628, 10872, 8710, 12972, 9795, 8764, 13384, 9500, 8509, 13843, 9105, 8349, 13629, 14087, 8358, 11615, 14165, 7640, 10710, 13490, 8532, 7850, 13653, 7013, 8637, 14049, 8307, 8107, 13886, 6841, 8925, 14290, 8190, 9672, 14288, 7873, 8263, 14271, 7339, 9128, 14335, 7594, 9084, 14235, 7977, 8718, 14296, 8023, 8583, 14407, 8033, 10601, 13948, 8596, 9211, 14175, 7916, 10453, 14227, 9191, 10043, 14005, 7382, 11238, 14048, 8273, 8685, 13928, 7283, 10638, 14017, 8400, 9766, 14248, 7162, 10473, 13687, 8573, 12539, 12775, 7668, 12633, 14028, 8749, 11869, 9638, 8152, 13418, 11639, 8416, 12527, 9264, 8223, 13760, 8844, 8738, 13874, 11481, 8445, 12563, 7759, 8569, 14200, 8906, 8646, 13483, 10133, 8360, 12617, 14496, 8585, 11316, 13251, 8196, 12610, 14388, 8340, 10042, 13836, 7767, 10976, 13859, 8082, 11237, 14018, 7623, 9358, 13979, 7173, 9247, 13914, 8092, 8091, 13740, 7290, 8350, 13985, 8425, 8250, 14146, 8291, 8416, 14060, 8060, 9014, 14011, 7554, 8874, 14128, 8475, 9281, 14468, 8092, 10649, 14331, 8125, 10891, 14499, 8342, 11169, 13101, 9049, 13117, 14655, 8580, 10338, 10521, 8666, 13666, 14259, 8362, 11881, 12919, 8007, 12338, 14127, 8118, 10162, 13952, 7338, 10173, 14296, 7900, 10563, 13919, 7668, 8850, 14153, 7226, 10942, 14222, 8696, 11173, 14169, 7911, 12625, 14060, 8087, 12556, 11694, 8273, 13620, 8818, 8868, 14124, 8377, 8736, 14284, 7711, 10281, 14447, 9405, 11961, 9791, 9207, 13927, 8583, 8865, 13460, 7784, 8252, 13859, 7972, 11169, 10465, 7919, 13152, 8037, 12802, 8873, 12850, 7461, 12254, 14221, 9361, 8677, 13985, 7538, 8588, 14096, 7843, 10563, 13570, 8009, 11916, 12100, 7914, 12273, 7785, 8064, 13753, 8327, 8708, 13732, 7452, 9667, 13481, 8504, 9635, 11609, 8193, 12456, 9678, 8309, 13706, 7614, 9643, 13811, 9748, 8988, 14312, 8031, 11873, 13185, 8497, 13398, 8183, 8511, 13946, 9260, 8430, 14433, 7577, 9715, 14299, 8270, 11689, 14208, 8058, 12292, 14099, 7560, 10595, 14105, 7684, 10294, 13906, 8212, 9843, 13841, 7721, 11504, 13837, 8174, 10111, 10580, 8048, 13137, 8448, 8297, 13387, 7090, 8851, 14002, 8619, 10895, 13348, 8471, 12948, 14272, 9306, 11571, 8647, 8388, 13560, 8938, 8289, 13186, 7429, 8125, 13658, 8359, 8991, 13925, 7377, 9730, 13979, 8557, 10108, 13931, 7654, 11045, 12440, 8266, 13360, 9247, 8597, 13498, 8344, 8279, 13855, 8151, 8517, 14312, 7951, 9290, 13939, 7773, 10670, 14136, 8439, 11256, 14034, 8021, 11481, 13690, 8331, 12453, 9116, 8729, 13007, 9765, 8899, 12414, 8033, 8657, 13999, 8454, 8755, 13907, 8260, 8762, 14121, 8271, 9911, 13930, 7616, 9134, 14418, 8060, 8618, 13900, 7653, 8516, 14323, 7267, 9482, 14371, 9015, 10343, 11152, 8141, 9150, 8234, 11284, 7540, 8962, 13502, 9139, 7996, 13184, 11438, 8376, 12872, 14197, 8537, 10223, 13902, 7982, 11898, 14002, 9216, 11950, 14325, 9689, 11387, 12589, 8314, 12086, 11851, 8571, 12240, 11403, 8475, 12492, 8197, 8864, 13333, 7734, 9000, 13669, 7748, 9879, 13507, 7891, 11818, 9985, 8492, 13189, 8302, 8890, 13093, 7595, 10354, 9209, 8730, 12081, 8232, 11805, 8699, 12905, 8579, 12336, 13750, 7989, 10102, 13628, 7890, 12003, 13037, 7587, 12248, 8029, 7988, 13655, 6866, 10151, 13811, 8684, 9864, 10835, 7381, 12838, 9475, 8273, 13123, 7713, 7904, 13745, 8879, 8440, 13420, 6948, 10030, 14051, 9425, 12027, 8144, 8268, 13613, 9179, 8819, 13573, 7232, 9244, 13912, 8581, 9638, 14034, 7953, 9832, 13634, 8529, 12276, 12624, 7988, 12604, 13508, 8522, 12249, 11109, 8240, 12956, 8636, 8894, 13612, 9240, 8019, 12769, 6779, 8713, 13722, 7402, 9153, 13835, 7487, 9630, 13506, 8719, 10979, 13258, 7871, 12513, 12688, 8273, 12022, 9252, 8226, 13374, 8606, 8738, 13762, 7352, 9210, 13706, 8508, 9124, 13560, 7290, 8820, 13675, 7589, 9105, 13932, 7926, 9395, 12741, 8317, 12523, 9323, 8574, 13159, 8217, 7690, 13470, 8396, 8135, 13307, 7100, 9017, 13621, 8016, 9256, 13560, 8222, 9903, 13562, 8300, 11842, 11337, 7878, 13186, 8148, 7976, 13400, 8135, 8902, 14106, 7401, 10692, 13699, 8901, 11308, 13933, 7914, 11592, 10935, 8109, 13277, 7856, 8272, 14119, 8848, 8715, 12786, 7690, 12177, 8047, 12365, 9042, 12574, 14294, 8539, 11107, 12448, 7807, 12039, 6769, 8529, 13603, 8839, 8994, 13661, 7574, 10354, 13609, 8118, 11477, 12400, 7976, 11868, 7073, 8132, 13438, 7782, 9386, 13421, 7180, 10914, 13624, 8307, 11704, 7292, 8033, 13353, 8374, 8743, 13091, 7033, 9083, 13830, 8856, 10550, 14244, 7544, 11829, 14196, 8679, 9763, 9470, 8019, 12933, 9640, 8005, 13132, 8328, 8109, 13244, 8245, 7946, 13355, 8955, 8189, 13243, 6690, 8533, 13588, 7943, 9158, 13708, 7217, 10817, 13354, 8122, 12044, 10613, 7927, 12933, 8961, 8081, 13454, 7699, 8696, 14045, 8003, 9811, 13788, 7315, 9776, 13951, 8936, 11974, 8154, 8613, 13810, 8340, 8907, 13531, 7350, 10255, 13725, 8860, 11583, 11813, 8368, 12821, 11430, 8160, 12285, 8390, 8080, 13492, 8193, 8499, 13546, 7167, 8724, 13742, 8221, 9667, 13600, 7782, 11666, 13754, 8175], 'WindowCenter': [4343.0, 4358.0, 4373.0, 4329.0, 4338.0, 4344.0, 4304.0, 4345.0, 4313.0, 4303.0, 4342.0, 4290.0, 4324.0, 4354.0, 4304.0, 4325.0, 4352.0, 4303.0, 4347.0, 4333.0, 4315.0, 4353.0, 4302.0, 4326.0, 4353.0, 4303.0, 4324.0, 4355.0, 4305.0, 4343.0, 4355.0, 4315.0, 4345.0, 4301.0, 4326.0, 4355.0, 4302.0, 4325.0, 4355.0, 4302.0, 4343.0, 4322.0, 4314.0, 4355.0, 4292.0, 4346.0, 4356.0, 4325.0, 4334.0, 4332.0, 4302.0, 4352.0, 4311.0, 4321.0, 4351.0, 4300.0, 4332.0, 4352.0, 4310.0, 4342.0, 4288.0, 4300.0, 4354.0, 4299.0, 4302.0, 4349.0, 4300.0, 4343.0, 4355.0, 4312.0, 4353.0, 4299.0, 4312.0, 4352.0, 4303.0, 4333.0, 4353.0, 4301.0, 4332.0, 4340.0, 4301.0, 4342.0, 4320.0, 4300.0, 4351.0, 4301.0, 4312.0, 4352.0, 4300.0, 4321.0, 4338.0, 4302.0, 4345.0, 4354.0, 4331.0, 4354.0, 4302.0, 4313.0, 4353.0, 4311.0, 4345.0, 4353.0, 4313.0, 4355.0, 4313.0, 4315.0, 4355.0, 4313.0, 4326.0, 4366.0, 4326.0, 4356.0, 4306.0, 4336.0, 4327.0, 4339.0, 4369.0, 4325.0, 4314.0, 4354.0, 4301.0, 4301.0, 4343.0, 4278.0, 4300.0, 4339.0, 4300.0, 4312.0, 4339.0, 4289.0, 4301.0, 4339.0, 4287.0, 4300.0, 4340.0, 4289.0, 4323.0, 4352.0, 4301.0, 4322.0, 4351.0, 4302.0, 4347.0, 4355.0, 4314.0, 4347.0, 4357.0, 4314.0, 4335.0, 4365.0, 4315.0, 4356.0, 4353.0, 4327.0, 4357.0, 4365.0, 4313.0, 4335.0, 4354.0, 4313.0, 4345.0, 4333.0, 4313.0, 4354.0, 4354.0, 4325.0, 4344.0, 4342.0, 4312.0, 4344.0, 4333.0, 4324.0, 4354.0, 4335.0, 4313.0, 4354.0, 4322.0, 4325.0, 4379.0, 4324.0, 4313.0, 4354.0, 4353.0, 4301.0, 4334.0, 4351.0, 4302.0, 4347.0, 4365.0, 4311.0, 4300.0, 4339.0, 4277.0, 4311.0, 4353.0, 4301.0, 4300.0, 4350.0, 4278.0, 4311.0, 4362.0, 4299.0, 4321.0, 4351.0, 4298.0, 4298.0, 4350.0, 4288.0, 4310.0, 4348.0, 4301.0, 4312.0, 4354.0, 4298.0, 4309.0, 4350.0, 4299.0, 4311.0, 4350.0, 4299.0, 4330.0, 4350.0, 4311.0, 4310.0, 4350.0, 4300.0, 4320.0, 4350.0, 4310.0, 4320.0, 4349.0, 4289.0, 4343.0, 4349.0, 4298.0, 4298.0, 4338.0, 4288.0, 4332.0, 4350.0, 4300.0, 4321.0, 4353.0, 4290.0, 4331.0, 4352.0, 4313.0, 4353.0, 4342.0, 4313.0, 4356.0, 4353.0, 4314.0, 4344.0, 4319.0, 4313.0, 4366.0, 4343.0, 4311.0, 4342.0, 4311.0, 4311.0, 4353.0, 4311.0, 4324.0, 4352.0, 4330.0, 4300.0, 4343.0, 4300.0, 4311.0, 4352.0, 4322.0, 4311.0, 4353.0, 4320.0, 4311.0, 4343.0, 4351.0, 4312.0, 4332.0, 4341.0, 4313.0, 4367.0, 4363.0, 4312.0, 4322.0, 4351.0, 4299.0, 4333.0, 4353.0, 4312.0, 4343.0, 4366.0, 4315.0, 4324.0, 4361.0, 4292.0, 4335.0, 4366.0, 4313.0, 4314.0, 4351.0, 4300.0, 4324.0, 4362.0, 4313.0, 4326.0, 4366.0, 4310.0, 4312.0, 4363.0, 4312.0, 4323.0, 4363.0, 4304.0, 4326.0, 4364.0, 4311.0, 4324.0, 4363.0, 4314.0, 4346.0, 4364.0, 4315.0, 4346.0, 4362.0, 4313.0, 4345.0, 4353.0, 4324.0, 4381.0, 4366.0, 4325.0, 4336.0, 4331.0, 4323.0, 4367.0, 4365.0, 4313.0, 4344.0, 4353.0, 4317.0, 4381.0, 4365.0, 4314.0, 4334.0, 4351.0, 4301.0, 4333.0, 4362.0, 4312.0, 4346.0, 4366.0, 4301.0, 4324.0, 4363.0, 4302.0, 4333.0, 4362.0, 4310.0, 4344.0, 4351.0, 4301.0, 4342.0, 4352.0, 4315.0, 4352.0, 4343.0, 4300.0, 4351.0, 4308.0, 4312.0, 4350.0, 4299.0, 4311.0, 4352.0, 4314.0, 4333.0, 4362.0, 4322.0, 4341.0, 4320.0, 4321.0, 4363.0, 4309.0, 4336.0, 4366.0, 4301.0, 4311.0, 4353.0, 4313.0, 4347.0, 4335.0, 4328.0, 4367.0, 4326.0, 4356.0, 4325.0, 4357.0, 4306.0, 4357.0, 4354.0, 4312.0, 4312.0, 4355.0, 4302.0, 4311.0, 4350.0, 4300.0, 4332.0, 4340.0, 4300.0, 4332.0, 4341.0, 4301.0, 4345.0, 4302.0, 4314.0, 4365.0, 4315.0, 4315.0, 4355.0, 4304.0, 4339.0, 4367.0, 4315.0, 4327.0, 4343.0, 4315.0, 4357.0, 4324.0, 4316.0, 4367.0, 4304.0, 4339.0, 4367.0, 4324.0, 4325.0, 4365.0, 4315.0, 4347.0, 4365.0, 4326.0, 4368.0, 4315.0, 4327.0, 4369.0, 4324.0, 4315.0, 4366.0, 4303.0, 4324.0, 4354.0, 4314.0, 4344.0, 4352.0, 4300.0, 4344.0, 4365.0, 4314.0, 4334.0, 4352.0, 4300.0, 4321.0, 4351.0, 4298.0, 4320.0, 4350.0, 4304.0, 4342.0, 4339.0, 4299.0, 4324.0, 4329.0, 4300.0, 4354.0, 4310.0, 4314.0, 4353.0, 4290.0, 4314.0, 4351.0, 4313.0, 4334.0, 4353.0, 4312.0, 4354.0, 4352.0, 4323.0, 4332.0, 4309.0, 4311.0, 4352.0, 4309.0, 4298.0, 4341.0, 4288.0, 4299.0, 4350.0, 4299.0, 4312.0, 4351.0, 4288.0, 4321.0, 4350.0, 4311.0, 4323.0, 4350.0, 4301.0, 4331.0, 4341.0, 4302.0, 4352.0, 4322.0, 4312.0, 4351.0, 4300.0, 4311.0, 4352.0, 4302.0, 4314.0, 4353.0, 4302.0, 4322.0, 4351.0, 4300.0, 4332.0, 4353.0, 4300.0, 4331.0, 4340.0, 4301.0, 4331.0, 4351.0, 4299.0, 4341.0, 4312.0, 4325.0, 4354.0, 4320.0, 4312.0, 4342.0, 4302.0, 4324.0, 4378.0, 4327.0, 4327.0, 4364.0, 4314.0, 4315.0, 4366.0, 4315.0, 4326.0, 4355.0, 4302.0, 4325.0, 4365.0, 4299.0, 4312.0, 4351.0, 4302.0, 4311.0, 4363.0, 4289.0, 4320.0, 4351.0, 4323.0, 4319.0, 4330.0, 4299.0, 4319.0, 4327.0, 4359.0, 4315.0, 4336.0, 4367.0, 4323.0, 4314.0, 4356.0, 4346.0, 4314.0, 4368.0, 4351.0, 4299.0, 4320.0, 4339.0, 4288.0, 4329.0, 4338.0, 4309.0, 4329.0, 4339.0, 4295.0, 4316.0, 4314.0, 4282.0, 4313.0, 4301.0, 4282.0, 4313.0, 4314.0, 4271.0, 4312.0, 4281.0, 4282.0, 4321.0, 4270.0, 4293.0, 4325.0, 4273.0, 4304.0, 4323.0, 4284.0, 4315.0, 4303.0, 4297.0, 4338.0, 4286.0, 4322.0, 4353.0, 4300.0, 4337.0, 4324.0, 4315.0, 4354.0, 4326.0, 4355.0, 4326.0, 4355.0, 4326.0, 4359.0, 4357.0, 4314.0, 4337.0, 4354.0, 4314.0, 4355.0, 4354.0, 4301.0, 4342.0, 4301.0, 4302.0, 4356.0, 4293.0, 4334.0, 4355.0, 4328.0, 4338.0, 4345.0, 4317.0, 4370.0, 4337.0, 4329.0, 4368.0, 4303.0, 4329.0, 4369.0, 4329.0, 4328.0, 4357.0, 4295.0, 4338.0, 4369.0, 4325.0, 4347.0, 4315.0, 4330.0, 4369.0, 4337.0, 4327.0, 4355.0, 4303.0, 4325.0, 4354.0, 4312.0, 4325.0, 4356.0, 4302.0, 4323.0, 4351.0, 4311.0, 4343.0, 4342.0, 4302.0, 4344.0, 4341.0, 4312.0, 4332.0, 4319.0, 4300.0, 4340.0, 4298.0, 4310.0, 4354.0, 4310.0, 4299.0, 4329.0, 4276.0, 4300.0, 4340.0, 4289.0, 4310.0, 4341.0, 4289.0, 4311.0, 4340.0, 4299.0, 4321.0, 4340.0, 4301.0, 4343.0, 4341.0, 4312.0, 4343.0, 4311.0, 4300.0, 4340.0, 4299.0, 4301.0, 4340.0, 4289.0, 4323.0, 4367.0, 4313.0, 4312.0, 4339.0, 4290.0, 4323.0, 4354.0, 4304.0, 4340.0, 4439.0, 4344.0, 4339.0, 4355.0, 4314.0, 4355.0, 4323.0, 4324.0, 4366.0, 4342.0, 4283.0, 4324.0, 4285.0, 4297.0, 4351.0, 4291.0, 4324.0, 4368.0, 4313.0, 4326.0, 4357.0, 4315.0, 4334.0, 4354.0, 4315.0, 4346.0, 4334.0, 4302.0, 4353.0, 4313.0, 4301.0, 4353.0, 4302.0, 4325.0, 4353.0, 4303.0, 4346.0, 4353.0, 4325.0, 4343.0, 4354.0, 4303.0, 4334.0, 4333.0, 4303.0, 4352.0, 4303.0, 4315.0, 4365.0, 4326.0, 4329.0, 4356.0, 4314.0, 4344.0, 4312.0, 4354.0, 4329.0, 4371.0, 4366.0, 4315.0, 4334.0, 4342.0, 4289.0, 4330.0, 4281.0, 4312.0, 4342.0, 4298.0, 4308.0, 4340.0, 4290.0, 4318.0, 4351.0, 4301.0, 4330.0, 4330.0, 4287.0, 4330.0, 4277.0, 4299.0, 4341.0, 4288.0, 4312.0, 4354.0, 4293.0, 4335.0, 4352.0, 4312.0, 4344.0, 4302.0, 4312.0, 4354.0, 4313.0, 4325.0, 4355.0, 4292.0, 4324.0, 4354.0, 4314.0, 4333.0, 4354.0, 4304.0, 4344.0, 4342.0, 4300.0, 4312.0, 4309.0, 4300.0, 4343.0, 4310.0, 4301.0, 4340.0, 4300.0, 4300.0, 4339.0, 4297.0, 4303.0, 4342.0, 4308.0, 4300.0, 4340.0, 4277.0, 4309.0, 4341.0, 4298.0, 4310.0, 4351.0, 4291.0, 4333.0, 4353.0, 4302.0, 4344.0, 4334.0, 4314.0, 4356.0, 4338.0, 4317.0, 4355.0, 4301.0, 4313.0, 4354.0, 4302.0, 4325.0, 4354.0, 4293.0, 4324.0, 4353.0, 4311.0, 4342.0, 4300.0, 4313.0, 4354.0, 4302.0, 4314.0, 4355.0, 4302.0, 4333.0, 4352.0, 4312.0, 4343.0, 4341.0, 4313.0, 4356.0, 4333.0, 4313.0, 4343.0, 4299.0, 4301.0, 4352.0, 4300.0, 4310.0, 4343.0, 4302.0, 4312.0, 4352.0, 4301.0, 4323.0, 4353.0, 4303.0, 4332.0, 4352.0, 4302.0], 'WindowWidth': [9618.0, 9626.0, 9639.0, 9568.0, 9577.0, 9581.0, 9525.0, 9583.0, 9534.0, 9520.0, 9574.0, 9501.0, 9550.0, 9594.0, 9526.0, 9555.0, 9587.0, 9523.0, 9587.0, 9564.0, 9543.0, 9591.0, 9520.0, 9559.0, 9594.0, 9522.0, 9554.0, 9599.0, 9531.0, 9579.0, 9594.0, 9540.0, 9581.0, 9519.0, 9558.0, 9596.0, 9521.0, 9555.0, 9595.0, 9521.0, 9577.0, 9548.0, 9539.0, 9594.0, 9508.0, 9587.0, 9601.0, 9556.0, 9566.0, 9559.0, 9520.0, 9589.0, 9530.0, 9547.0, 9589.0, 9516.0, 9561.0, 9588.0, 9527.0, 9572.0, 9496.0, 9516.0, 9592.0, 9511.0, 9519.0, 9581.0, 9516.0, 9577.0, 9599.0, 9535.0, 9591.0, 9513.0, 9534.0, 9588.0, 9524.0, 9565.0, 9592.0, 9516.0, 9560.0, 9570.0, 9517.0, 9573.0, 9542.0, 9514.0, 9586.0, 9519.0, 9532.0, 9589.0, 9515.0, 9543.0, 9566.0, 9521.0, 9581.0, 9596.0, 9574.0, 9594.0, 9521.0, 9539.0, 9591.0, 9532.0, 9581.0, 9593.0, 9542.0, 9598.0, 9539.0, 9546.0, 9597.0, 9535.0, 9557.0, 9615.0, 9560.0, 9602.0, 9533.0, 9573.0, 9563.0, 9583.0, 9626.0, 9555.0, 9537.0, 9595.0, 9518.0, 9516.0, 9574.0, 9481.0, 9514.0, 9567.0, 9514.0, 9534.0, 9568.0, 9495.0, 9516.0, 9566.0, 9494.0, 9514.0, 9567.0, 9498.0, 9552.0, 9589.0, 9518.0, 9548.0, 9586.0, 9523.0, 9589.0, 9597.0, 9541.0, 9589.0, 9601.0, 9540.0, 9571.0, 9613.0, 9543.0, 9600.0, 9594.0, 9562.0, 9602.0, 9611.0, 9538.0, 9568.0, 9596.0, 9538.0, 9582.0, 9566.0, 9536.0, 9595.0, 9595.0, 9556.0, 9582.0, 9576.0, 9534.0, 9580.0, 9567.0, 9554.0, 9598.0, 9569.0, 9539.0, 9595.0, 9547.0, 9558.0, 9637.0, 9554.0, 9538.0, 9594.0, 9594.0, 9518.0, 9565.0, 9588.0, 9520.0, 9590.0, 9615.0, 9533.0, 9516.0, 9565.0, 9480.0, 9534.0, 9592.0, 9516.0, 9517.0, 9582.0, 9485.0, 9532.0, 9603.0, 9514.0, 9545.0, 9588.0, 9511.0, 9509.0, 9584.0, 9498.0, 9529.0, 9580.0, 9519.0, 9535.0, 9595.0, 9511.0, 9526.0, 9583.0, 9513.0, 9530.0, 9582.0, 9513.0, 9556.0, 9587.0, 9531.0, 9530.0, 9583.0, 9514.0, 9543.0, 9584.0, 9527.0, 9541.0, 9579.0, 9499.0, 9580.0, 9583.0, 9509.0, 9511.0, 9564.0, 9496.0, 9561.0, 9586.0, 9516.0, 9547.0, 9591.0, 9503.0, 9560.0, 9589.0, 9536.0, 9592.0, 9576.0, 9540.0, 9599.0, 9592.0, 9540.0, 9579.0, 9541.0, 9539.0, 9615.0, 9578.0, 9532.0, 9575.0, 9531.0, 9531.0, 9593.0, 9532.0, 9556.0, 9590.0, 9556.0, 9515.0, 9577.0, 9516.0, 9533.0, 9590.0, 9549.0, 9533.0, 9590.0, 9545.0, 9537.0, 9578.0, 9587.0, 9535.0, 9562.0, 9573.0, 9538.0, 9619.0, 9609.0, 9537.0, 9550.0, 9586.0, 9516.0, 9566.0, 9593.0, 9536.0, 9582.0, 9617.0, 9549.0, 9557.0, 9603.0, 9508.0, 9573.0, 9618.0, 9542.0, 9542.0, 9589.0, 9518.0, 9557.0, 9606.0, 9538.0, 9562.0, 9617.0, 9531.0, 9535.0, 9607.0, 9535.0, 9553.0, 9607.0, 9529.0, 9562.0, 9610.0, 9535.0, 9553.0, 9606.0, 9542.0, 9588.0, 9612.0, 9548.0, 9589.0, 9604.0, 9538.0, 9583.0, 9593.0, 9558.0, 9645.0, 9615.0, 9557.0, 9574.0, 9563.0, 9553.0, 9616.0, 9616.0, 9539.0, 9584.0, 9595.0, 9550.0, 9646.0, 9617.0, 9541.0, 9566.0, 9589.0, 9519.0, 9565.0, 9607.0, 9538.0, 9589.0, 9619.0, 9521.0, 9555.0, 9607.0, 9523.0, 9565.0, 9606.0, 9534.0, 9581.0, 9591.0, 9520.0, 9577.0, 9593.0, 9542.0, 9592.0, 9577.0, 9517.0, 9585.0, 9525.0, 9536.0, 9585.0, 9512.0, 9532.0, 9587.0, 9542.0, 9563.0, 9604.0, 9548.0, 9572.0, 9543.0, 9547.0, 9609.0, 9527.0, 9576.0, 9615.0, 9519.0, 9532.0, 9593.0, 9537.0, 9586.0, 9570.0, 9566.0, 9619.0, 9562.0, 9599.0, 9558.0, 9602.0, 9531.0, 9601.0, 9598.0, 9534.0, 9535.0, 9597.0, 9520.0, 9531.0, 9583.0, 9514.0, 9560.0, 9570.0, 9517.0, 9560.0, 9571.0, 9517.0, 9580.0, 9519.0, 9539.0, 9613.0, 9545.0, 9542.0, 9596.0, 9529.0, 9582.0, 9616.0, 9540.0, 9560.0, 9577.0, 9540.0, 9601.0, 9555.0, 9546.0, 9616.0, 9527.0, 9581.0, 9616.0, 9553.0, 9558.0, 9610.0, 9541.0, 9587.0, 9613.0, 9560.0, 9618.0, 9541.0, 9562.0, 9625.0, 9554.0, 9541.0, 9614.0, 9523.0, 9552.0, 9595.0, 9539.0, 9580.0, 9591.0, 9516.0, 9580.0, 9614.0, 9542.0, 9567.0, 9590.0, 9514.0, 9543.0, 9586.0, 9511.0, 9541.0, 9582.0, 9527.0, 9575.0, 9568.0, 9513.0, 9550.0, 9554.0, 9515.0, 9594.0, 9531.0, 9540.0, 9591.0, 9504.0, 9538.0, 9586.0, 9536.0, 9568.0, 9591.0, 9538.0, 9595.0, 9591.0, 9549.0, 9561.0, 9525.0, 9530.0, 9587.0, 9526.0, 9509.0, 9571.0, 9495.0, 9511.0, 9581.0, 9511.0, 9532.0, 9583.0, 9497.0, 9545.0, 9582.0, 9533.0, 9548.0, 9583.0, 9517.0, 9558.0, 9572.0, 9519.0, 9588.0, 9550.0, 9535.0, 9586.0, 9515.0, 9532.0, 9588.0, 9521.0, 9539.0, 9591.0, 9519.0, 9547.0, 9586.0, 9516.0, 9561.0, 9590.0, 9516.0, 9557.0, 9570.0, 9518.0, 9558.0, 9585.0, 9513.0, 9571.0, 9534.0, 9559.0, 9597.0, 9544.0, 9534.0, 9575.0, 9520.0, 9555.0, 9634.0, 9562.0, 9562.0, 9609.0, 9541.0, 9544.0, 9613.0, 9541.0, 9558.0, 9596.0, 9523.0, 9557.0, 9611.0, 9514.0, 9532.0, 9587.0, 9521.0, 9531.0, 9606.0, 9501.0, 9540.0, 9585.0, 9551.0, 9539.0, 9556.0, 9513.0, 9540.0, 9566.0, 9610.0, 9546.0, 9576.0, 9617.0, 9552.0, 9540.0, 9602.0, 9586.0, 9542.0, 9622.0, 9591.0, 9512.0, 9541.0, 9566.0, 9494.0, 9551.0, 9564.0, 9525.0, 9553.0, 9565.0, 9500.0, 9527.0, 9522.0, 9475.0, 9519.0, 9503.0, 9475.0, 9520.0, 9521.0, 9460.0, 9518.0, 9473.0, 9477.0, 9530.0, 9459.0, 9493.0, 9540.0, 9467.0, 9510.0, 9535.0, 9483.0, 9528.0, 9510.0, 9504.0, 9565.0, 9489.0, 9549.0, 9590.0, 9517.0, 9571.0, 9554.0, 9541.0, 9596.0, 9562.0, 9598.0, 9560.0, 9598.0, 9559.0, 9605.0, 9602.0, 9543.0, 9573.0, 9594.0, 9537.0, 9597.0, 9592.0, 9515.0, 9572.0, 9516.0, 9521.0, 9598.0, 9512.0, 9568.0, 9596.0, 9562.0, 9577.0, 9583.0, 9549.0, 9625.0, 9574.0, 9566.0, 9618.0, 9526.0, 9567.0, 9624.0, 9567.0, 9565.0, 9602.0, 9515.0, 9578.0, 9619.0, 9557.0, 9589.0, 9544.0, 9570.0, 9623.0, 9576.0, 9561.0, 9597.0, 9524.0, 9554.0, 9597.0, 9534.0, 9556.0, 9598.0, 9520.0, 9547.0, 9587.0, 9530.0, 9576.0, 9573.0, 9519.0, 9579.0, 9571.0, 9532.0, 9558.0, 9538.0, 9510.0, 9565.0, 9508.0, 9525.0, 9590.0, 9526.0, 9511.0, 9551.0, 9477.0, 9512.0, 9568.0, 9500.0, 9528.0, 9571.0, 9497.0, 9529.0, 9567.0, 9510.0, 9542.0, 9567.0, 9514.0, 9576.0, 9572.0, 9534.0, 9575.0, 9529.0, 9512.0, 9570.0, 9510.0, 9516.0, 9568.0, 9497.0, 9550.0, 9618.0, 9537.0, 9532.0, 9565.0, 9502.0, 9551.0, 9595.0, 9526.0, 9589.0, 9757.0, 9602.0, 9583.0, 9597.0, 9541.0, 9596.0, 9552.0, 9553.0, 9616.0, 9591.0, 9482.0, 9537.0, 9486.0, 9507.0, 9586.0, 9504.0, 9552.0, 9619.0, 9541.0, 9557.0, 9601.0, 9542.0, 9567.0, 9595.0, 9541.0, 9584.0, 9566.0, 9521.0, 9591.0, 9538.0, 9521.0, 9592.0, 9520.0, 9553.0, 9592.0, 9523.0, 9586.0, 9592.0, 9557.0, 9579.0, 9592.0, 9521.0, 9564.0, 9562.0, 9522.0, 9588.0, 9522.0, 9544.0, 9611.0, 9557.0, 9564.0, 9598.0, 9542.0, 9580.0, 9536.0, 9595.0, 9566.0, 9626.0, 9620.0, 9541.0, 9566.0, 9575.0, 9498.0, 9556.0, 9488.0, 9532.0, 9574.0, 9507.0, 9523.0, 9568.0, 9497.0, 9536.0, 9585.0, 9517.0, 9555.0, 9553.0, 9493.0, 9553.0, 9479.0, 9513.0, 9570.0, 9497.0, 9532.0, 9593.0, 9510.0, 9567.0, 9586.0, 9534.0, 9578.0, 9519.0, 9536.0, 9595.0, 9537.0, 9558.0, 9597.0, 9508.0, 9552.0, 9595.0, 9538.0, 9563.0, 9594.0, 9525.0, 9581.0, 9575.0, 9512.0, 9531.0, 9524.0, 9513.0, 9574.0, 9525.0, 9515.0, 9568.0, 9512.0, 9512.0, 9566.0, 9505.0, 9523.0, 9572.0, 9523.0, 9512.0, 9566.0, 9480.0, 9526.0, 9569.0, 9510.0, 9528.0, 9585.0, 9504.0, 9561.0, 9588.0, 9519.0, 9577.0, 9565.0, 9539.0, 9599.0, 9579.0, 9545.0, 9593.0, 9518.0, 9536.0, 9592.0, 9519.0, 9553.0, 9596.0, 9509.0, 9550.0, 9588.0, 9532.0, 9574.0, 9514.0, 9537.0, 9593.0, 9518.0, 9538.0, 9595.0, 9521.0, 9563.0, 9588.0, 9535.0, 9578.0, 9573.0, 9537.0, 9597.0, 9563.0, 9537.0, 9577.0, 9513.0, 9517.0, 9586.0, 9514.0, 9529.0, 9574.0, 9524.0, 9534.0, 9588.0, 9517.0, 9549.0, 9592.0, 9525.0, 9559.0, 9587.0, 9517.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.000577431394072448</td></tr>
<tr><td colspan=3>aqi</td><td>0.016853471130625686</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.887280034593424</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2114204971978006</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0043634752857142</td></tr>
<tr><td colspan=3>efc</td><td>0.5259</td></tr>
<tr><td colspan=3>fber</td><td>3726.9839</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09974057025522987</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.939626783754116</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.610311716601414</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.51135803103365</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.827121387141628</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.492455731628964</td></tr>
<tr><td colspan=3>gcor</td><td>0.0137186</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0018259333446621895</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03466615453362465</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.833528844249155</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>11.8075</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.3423</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.7721</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287015.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1185.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>428.7211</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2662</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.4734</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3409.2939</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3622.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89529.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1120.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.8161</td></tr>
<tr><td colspan=3>tsnr</td><td>41.42482456937432</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>