ds005256-mriqc/sub-0116_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter 25db8bca58 [DATALAD RUNCMD] Compute MRIQC for sub-0116
=== 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-0116 --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-0116",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:15:19 +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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-02/func/sub-0116_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>c1b8df22f4058dadc2fc8e2c9379c4db</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:20:4.852500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999527, -0.0237818, -0.0195236, 0.0266973, 0.98576, 0.166027]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0976415</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7901, -7246, 455, -99, -405, 249, 172]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 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>246.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7bdfdb9d-28af-4c13-a878-62319cb00773||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816565990448, 0.07162676751613617, -0.04130241647362709, 109.97234344482422], [0.06380488723516464, 2.644721508026123, 0.44946756958961487, -109.01071166992188], [-0.052380479872226715, -0.4454379081726074, 2.6620054244995117, -47.80448532104492], [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': ['092004.852500', '092005.312500', '092005.772500', '092006.232500', '092006.692500', '092007.152500', '092007.612500', '092008.072500', '092008.532500', '092008.992500', '092009.452500', '092009.912500', '092010.372500', '092010.832500', '092011.292500', '092011.752500', '092012.212500', '092012.672500', '092013.132500', '092013.592500', '092014.052500', '092014.512500', '092014.972500', '092015.432500', '092015.892500', '092016.352500', '092016.812500', '092017.272500', '092017.732500', '092018.192500', '092018.652500', '092019.112500', '092019.572500', '092020.032500', '092020.492500', '092020.952500', '092021.412500', '092021.872500', '092022.332500', '092022.792500', '092023.252500', '092023.712500', '092024.172500', '092024.632500', '092025.092500', '092025.552500', '092026.012500', '092026.472500', '092026.932500', '092027.392500', '092027.852500', '092028.312500', '092028.772500', '092029.232500', '092029.692500', '092030.152500', '092030.612500', '092031.072500', '092031.532500', '092031.992500', '092032.452500', '092032.912500', '092033.372500', '092033.832500', '092034.292500', '092034.752500', '092035.212500', '092035.672500', '092036.132500', '092036.592500', '092037.052500', '092037.512500', '092037.972500', '092038.432500', '092038.892500', '092039.352500', '092039.812500', '092040.272500', '092040.732500', '092041.192500', '092041.652500', '092042.112500', '092042.572500', '092043.032500', '092043.492500', '092043.952500', '092044.412500', '092044.872500', '092045.332500', '092045.792500', '092046.252500', '092046.712500', '092047.172500', '092047.632500', '092048.092500', '092048.552500', '092049.012500', '092049.472500', '092049.932500', '092050.392500', '092050.852500', '092051.312500', '092051.772500', '092052.232500', '092052.692500', '092053.152500', '092053.612500', '092054.072500', '092054.532500', '092054.992500', '092055.452500', '092055.912500', '092056.372500', '092056.832500', '092057.292500', '092057.752500', '092058.212500', '092058.672500', '092059.132500', '092059.592500', '092100.052500', '092100.512500', '092100.972500', '092101.432500', '092101.892500', '092102.352500', '092102.812500', '092103.272500', '092103.732500', '092104.192500', '092104.652500', '092105.112500', '092105.572500', '092106.032500', '092106.492500', '092106.952500', '092107.412500', '092107.872500', '092108.332500', '092108.792500', '092109.252500', '092109.712500', '092110.172500', '092110.632500', '092111.092500', '092111.552500', '092112.012500', '092112.472500', '092112.932500', '092113.392500', '092113.852500', '092114.312500', '092114.772500', '092115.232500', '092115.692500', '092116.152500', '092116.612500', '092117.072500', '092117.532500', '092117.992500', '092118.452500', '092118.912500', '092119.372500', '092119.832500', '092120.292500', '092120.752500', '092121.212500', '092121.672500', '092122.132500', '092122.592500', '092123.052500', '092123.512500', '092123.972500', '092124.432500', '092124.892500', '092125.352500', '092125.812500', '092126.272500', '092126.732500', '092127.192500', '092127.652500', '092128.112500', '092128.572500', '092129.032500', '092129.492500', '092129.952500', '092130.412500', '092130.872500', '092131.332500', '092131.792500', '092132.252500', '092132.712500', '092133.172500', '092133.632500', '092134.092500', '092134.552500', '092135.012500', '092135.472500', '092135.932500', '092136.392500', '092136.852500', '092137.312500', '092137.772500', '092138.232500', '092138.692500', '092139.152500', '092139.612500', '092140.072500', '092140.532500', '092140.992500', '092141.452500', '092141.912500', '092142.372500', '092142.832500', '092143.292500', '092143.752500', '092144.212500', '092144.672500', '092145.132500', '092145.592500', '092146.052500', '092146.512500', '092146.972500', '092147.432500', '092147.892500', '092148.352500', '092148.812500', '092149.272500', '092149.732500', '092150.192500', '092150.652500', '092151.112500', '092151.572500', '092152.032500', '092152.492500', '092152.952500', '092153.412500', '092153.872500', '092154.332500', '092154.792500', '092155.252500', '092155.712500', '092156.172500', '092156.632500', '092157.092500', '092157.552500', '092158.012500', '092158.472500', '092158.932500', '092159.392500', '092159.852500', '092200.312500', '092200.772500', '092201.232500', '092201.692500', '092202.152500', '092202.612500', '092203.072500', '092203.532500', '092203.992500', '092204.452500', '092204.912500', '092205.372500', '092205.832500', '092206.292500', '092206.752500', '092207.212500', '092207.672500', '092208.132500', '092208.592500', '092209.052500', '092209.512500', '092209.972500', '092210.432500', '092210.892500', '092211.352500', '092211.812500', '092212.272500', '092212.732500', '092213.192500', '092213.652500', '092214.112500', '092214.572500', '092215.032500', '092215.492500', '092215.952500', '092216.412500', '092216.872500', '092217.332500', '092217.792500', '092218.252500', '092218.712500', '092219.172500', '092219.632500', '092220.092500', '092220.552500', '092221.012500', '092221.472500', '092221.932500', '092222.392500', '092222.852500', '092223.312500', '092223.772500', '092224.232500', '092224.692500', '092225.152500', '092225.612500', '092226.072500', '092226.532500', '092226.992500', '092227.452500', '092227.912500', '092228.372500', '092228.832500', '092229.292500', '092229.752500', '092230.212500', '092230.672500', '092231.132500', '092231.592500', '092232.052500', '092232.512500', '092232.972500', '092233.432500', '092233.892500', '092234.352500', '092234.812500', '092235.272500', '092235.732500', '092236.192500', '092236.652500', '092237.112500', '092237.572500', '092238.032500', '092238.492500', '092238.952500', '092239.412500', '092239.872500', '092240.332500', '092240.792500', '092241.252500', '092241.712500', '092242.172500', '092242.632500', '092243.092500', '092243.552500', '092244.012500', '092244.472500', '092244.932500', '092245.392500', '092245.852500', '092246.312500', '092246.772500', '092247.232500', '092247.692500', '092248.152500', '092248.612500', '092249.072500', '092249.532500', '092249.992500', '092250.452500', '092250.912500', '092251.372500', '092251.832500', '092252.292500', '092252.752500', '092253.212500', '092253.672500', '092254.132500', '092254.592500', '092255.052500', '092255.512500', '092255.972500', '092256.432500', '092256.892500', '092257.352500', '092257.812500', '092258.272500', '092258.732500', '092259.192500', '092259.652500', '092300.112500', '092300.572500', '092301.032500', '092301.492500', '092301.952500', '092302.412500', '092302.872500', '092303.332500', '092303.792500', '092304.252500', '092304.712500', '092305.172500', '092305.632500', '092306.092500', '092306.552500', '092307.012500', '092307.472500', '092307.932500', '092308.392500', '092308.852500', '092309.312500', '092309.772500', '092310.232500', '092310.692500', '092311.152500', '092311.612500', '092312.072500', '092312.532500', '092312.992500', '092313.452500', '092313.912500', '092314.372500', '092314.832500', '092315.292500', '092315.752500', '092316.212500', '092316.672500', '092317.132500', '092317.592500', '092318.052500', '092318.512500', '092318.972500', '092319.432500', '092319.892500', '092320.352500', '092320.812500', '092321.272500', '092321.732500', '092322.192500', '092322.652500', '092323.112500', '092323.572500', '092324.032500', '092324.492500', '092324.952500', '092325.412500', '092325.872500', '092326.332500', '092326.792500', '092327.252500', '092327.712500', '092328.172500', '092328.632500', '092329.092500', '092329.552500', '092330.012500', '092330.472500', '092330.932500', '092331.392500', '092331.852500', '092332.312500', '092332.772500', '092333.232500', '092333.692500', '092334.152500', '092334.612500', '092335.072500', '092335.532500', '092335.992500', '092336.452500', '092336.912500', '092337.372500', '092337.832500', '092338.292500', '092338.752500', '092339.212500', '092339.672500', '092340.132500', '092340.592500', '092341.052500', '092341.512500', '092341.972500', '092342.432500', '092342.892500', '092343.352500', '092343.812500', '092344.272500', '092344.732500', '092345.192500', '092345.652500', '092346.112500', '092346.572500', '092347.032500', '092347.492500', '092347.952500', '092348.412500', '092348.872500', '092349.332500', '092349.792500', '092350.252500', '092350.712500', '092351.172500', '092351.632500', '092352.092500', '092352.552500', '092353.012500', '092353.472500', '092353.932500', '092354.392500', '092354.852500', '092355.312500', '092355.772500', '092356.232500', '092356.692500', '092357.152500', '092357.612500', '092358.072500', '092358.532500', '092358.992500', '092359.452500', '092359.912500', '092400.372500', '092400.832500', '092401.292500', '092401.752500', '092402.212500', '092402.672500', '092403.132500', '092403.592500', '092404.052500', '092404.512500', '092404.972500', '092405.432500', '092405.892500', '092406.352500', '092406.812500', '092407.272500', '092407.732500', '092408.192500', '092408.652500', '092409.112500', '092409.572500', '092410.032500', '092410.492500', '092410.952500', '092411.412500', '092411.872500', '092412.332500', '092412.792500', '092413.252500', '092413.712500', '092414.172500', '092414.632500', '092415.092500', '092415.552500', '092416.012500', '092416.472500', '092416.932500', '092417.392500', '092417.852500', '092418.312500', '092418.772500', '092419.232500', '092419.692500', '092420.152500', '092420.612500', '092421.072500', '092421.532500', '092421.992500', '092422.452500', '092422.912500', '092423.372500', '092423.832500', '092424.292500', '092424.752500', '092425.212500', '092425.672500', '092426.132500', '092426.592500', '092427.052500', '092427.512500', '092427.972500', '092428.432500', '092428.892500', '092429.352500', '092429.812500', '092430.272500', '092430.732500', '092431.192500', '092431.652500', '092432.112500', '092432.572500', '092433.032500', '092433.492500', '092433.952500', '092434.412500', '092434.872500', '092435.332500', '092435.792500', '092436.252500', '092436.712500', '092437.172500', '092437.632500', '092438.092500', '092438.552500', '092439.012500', '092439.472500', '092439.932500', '092440.392500', '092440.852500', '092441.312500', '092441.772500', '092442.232500', '092442.692500', '092443.152500', '092443.612500', '092444.072500', '092444.532500', '092444.992500', '092445.452500', '092445.912500', '092446.372500', '092446.832500', '092447.292500', '092447.752500', '092448.212500', '092448.672500', '092449.132500', '092449.592500', '092450.052500', '092450.512500', '092450.972500', '092451.432500', '092451.892500', '092452.352500', '092452.812500', '092453.272500', '092453.732500', '092454.192500', '092454.652500', '092455.112500', '092455.572500', '092456.032500', '092456.492500', '092456.952500', '092457.412500', '092457.872500', '092458.332500', '092458.792500', '092459.252500', '092459.712500', '092500.172500', '092500.632500', '092501.092500', '092501.552500', '092502.012500', '092502.472500', '092502.932500', '092503.392500', '092503.852500', '092504.312500', '092504.772500', '092505.232500', '092505.692500', '092506.152500', '092506.612500', '092507.072500', '092507.532500', '092507.992500', '092508.452500', '092508.912500', '092509.372500', '092509.832500', '092510.292500', '092510.752500', '092511.212500', '092511.672500', '092512.132500', '092512.592500', '092513.052500', '092513.512500', '092513.972500', '092514.432500', '092514.892500', '092515.352500', '092515.812500', '092516.272500', '092516.732500', '092517.192500', '092517.652500', '092518.112500', '092518.572500', '092519.032500', '092519.492500', '092519.952500', '092520.412500', '092520.872500', '092521.332500', '092521.792500', '092522.252500', '092522.712500', '092523.172500', '092523.632500', '092524.092500', '092524.552500', '092525.012500', '092525.472500', '092525.932500', '092526.392500', '092526.852500', '092527.312500', '092527.772500', '092528.232500', '092528.692500', '092529.152500', '092529.612500', '092530.072500', '092530.532500', '092530.992500', '092531.452500', '092531.912500', '092532.372500', '092532.832500', '092533.292500', '092533.752500', '092534.212500', '092534.672500', '092535.132500', '092535.592500', '092536.052500', '092536.512500', '092536.972500', '092537.432500', '092537.892500', '092538.352500', '092538.812500', '092539.272500', '092539.732500', '092540.192500', '092540.652500', '092541.112500', '092541.572500', '092542.032500', '092542.492500', '092542.952500', '092543.412500', '092543.872500', '092544.332500', '092544.792500', '092545.252500', '092545.712500', '092546.172500', '092546.632500', '092547.092500', '092547.552500', '092548.012500', '092548.472500', '092548.932500', '092549.392500', '092549.852500', '092550.312500', '092550.772500', '092551.232500', '092551.692500', '092552.152500', '092552.612500', '092553.072500', '092553.532500', '092553.992500', '092554.452500', '092554.912500', '092555.372500', '092555.832500', '092556.292500', '092556.752500', '092557.212500', '092557.672500', '092558.132500', '092558.592500', '092559.052500', '092559.512500', '092559.972500', '092600.432500', '092600.892500', '092601.352500', '092601.812500', '092602.272500', '092602.732500', '092603.192500', '092603.652500', '092604.112500', '092604.572500', '092605.032500', '092605.492500', '092605.952500', '092606.412500', '092606.872500', '092607.332500', '092607.792500', '092608.252500', '092608.712500', '092609.172500', '092609.632500', '092610.092500', '092610.552500', '092611.012500', '092611.472500', '092611.932500', '092612.392500', '092612.852500', '092613.312500', '092613.772500', '092614.232500', '092614.692500', '092615.152500', '092615.612500', '092616.072500', '092616.532500', '092616.992500', '092617.452500', '092617.912500', '092618.372500', '092618.832500', '092619.292500', '092619.752500', '092620.212500', '092620.672500', '092621.132500', '092621.592500', '092622.052500', '092622.512500', '092622.972500', '092623.432500', '092623.892500', '092624.352500', '092624.812500', '092625.272500', '092625.732500', '092626.192500', '092626.652500', '092627.112500', '092627.572500', '092628.032500', '092628.492500', '092628.952500', '092629.412500', '092629.872500', '092630.332500', '092630.792500', '092631.252500', '092631.712500', '092632.172500', '092632.632500', '092633.092500', '092633.552500', '092634.012500', '092634.472500', '092634.932500', '092635.392500', '092635.852500', '092636.312500', '092636.772500', '092637.232500', '092637.692500', '092638.152500', '092638.612500', '092639.072500', '092639.532500', '092639.992500', '092640.452500', '092640.912500', '092641.372500', '092641.832500', '092642.292500', '092642.752500', '092643.212500', '092643.672500', '092644.132500', '092644.592500', '092645.052500', '092645.512500', '092645.972500', '092646.432500', '092646.892500', '092647.352500', '092647.812500', '092648.272500', '092648.732500', '092649.192500', '092649.652500', '092650.112500', '092650.572500', '092651.032500', '092651.492500', '092651.952500', '092652.412500', '092652.872500', '092653.332500', '092653.792500', '092654.252500', '092654.712500', '092655.172500', '092655.632500', '092656.092500', '092656.552500', '092657.012500', '092657.472500', '092657.932500', '092658.392500', '092658.852500', '092659.312500', '092659.772500', '092700.232500', '092700.692500', '092701.152500', '092701.612500', '092702.072500', '092702.532500', '092702.992500', '092703.452500', '092703.912500', '092704.372500', '092704.832500'], 'ContentTime': ['092026.465000', '092026.467000', '092026.470000', '092026.473000', '092026.476000', '092026.478000', '092026.481000', '092026.483000', '092026.486000', '092026.488000', '092026.491000', '092026.493000', '092026.496000', '092026.506000', '092026.509000', '092026.511000', '092026.514000', '092026.516000', '092026.519000', '092026.521000', '092026.524000', '092026.526000', '092026.529000', '092026.532000', '092026.534000', '092026.537000', '092026.539000', '092026.542000', '092026.545000', '092026.547000', '092026.550000', '092026.552000', '092026.555000', '092026.557000', '092026.560000', '092026.562000', '092026.565000', '092026.568000', '092026.570000', '092026.573000', '092026.575000', '092026.591000', '092026.593000', '092026.596000', '092046.429000', '092046.432000', '092046.435000', '092046.437000', '092046.440000', '092046.442000', '092046.445000', '092046.448000', '092046.450000', '092046.453000', '092046.455000', '092046.458000', '092046.460000', '092046.463000', '092046.465000', '092046.468000', '092046.470000', '092046.473000', '092046.476000', '092046.478000', '092046.481000', '092046.483000', '092046.486000', '092046.488000', '092046.491000', '092046.493000', '092046.496000', '092046.499000', '092046.501000', '092046.504000', '092046.506000', '092046.509000', '092046.511000', '092046.514000', '092046.516000', '092046.519000', '092046.521000', '092046.524000', '092046.526000', '092046.529000', '092046.532000', '092046.534000', '092046.537000', '092106.430000', '092106.433000', '092106.435000', '092106.438000', '092106.440000', '092106.443000', '092106.446000', '092106.448000', '092106.451000', '092106.453000', '092106.456000', '092106.458000', '092106.461000', '092106.464000', '092106.466000', '092106.469000', '092106.471000', '092106.474000', '092106.476000', '092106.479000', '092106.481000', '092106.484000', '092106.486000', '092106.489000', '092106.492000', '092106.494000', '092106.497000', '092106.499000', '092106.502000', '092106.504000', '092106.507000', '092106.509000', '092106.512000', '092106.515000', '092106.517000', '092106.520000', '092106.522000', '092106.525000', '092106.527000', '092106.530000', '092106.533000', '092106.535000', '092106.538000', '092126.429000', '092126.432000', '092126.435000', '092126.437000', '092126.440000', '092126.442000', '092126.445000', '092126.447000', '092126.450000', '092126.452000', '092126.455000', '092126.458000', '092126.461000', '092126.463000', '092126.466000', '092126.468000', '092126.471000', '092126.473000', '092126.476000', '092126.478000', '092126.481000', '092126.484000', '092126.486000', '092126.489000', '092126.491000', '092126.494000', '092126.496000', '092126.499000', '092126.502000', '092126.504000', '092126.507000', '092126.509000', '092126.512000', '092126.514000', '092126.527000', '092126.529000', '092126.532000', '092126.535000', '092126.537000', '092126.540000', '092126.542000', '092126.545000', '092126.548000', '092126.550000', '092146.428000', '092146.431000', '092146.434000', '092146.437000', '092146.439000', '092146.442000', '092146.445000', '092146.447000', '092146.450000', '092146.452000', '092146.455000', '092146.458000', '092146.460000', '092146.463000', '092146.465000', '092146.468000', '092146.470000', '092146.473000', '092146.475000', '092146.478000', '092146.481000', '092146.483000', '092146.487000', '092146.489000', '092146.492000', '092146.495000', '092146.497000', '092146.500000', '092146.502000', '092146.505000', '092146.507000', '092146.510000', '092146.519000', '092146.522000', '092146.524000', '092146.527000', '092146.529000', '092146.532000', '092146.535000', '092146.537000', '092146.540000', '092146.543000', '092146.545000', '092206.430000', '092206.432000', '092206.435000', '092206.438000', '092206.440000', '092206.443000', '092206.445000', '092206.448000', '092206.450000', '092206.453000', '092206.456000', '092206.458000', '092206.461000', '092206.464000', '092206.466000', '092206.469000', '092206.471000', '092206.474000', '092206.476000', '092206.483000', '092206.485000', '092206.488000', '092206.490000', '092206.493000', '092206.496000', '092206.498000', '092206.501000', '092206.503000', '092206.506000', '092206.508000', '092206.511000', '092206.514000', '092206.516000', '092206.519000', '092206.521000', '092206.524000', '092206.526000', '092206.543000', '092206.545000', '092206.548000', '092206.550000', '092206.553000', '092206.556000', '092206.558000', '092226.429000', '092226.432000', '092226.435000', '092226.438000', '092226.440000', '092226.443000', '092226.445000', '092226.454000', '092226.456000', '092226.459000', '092226.461000', '092226.464000', '092226.466000', '092226.469000', '092226.472000', '092226.474000', '092226.477000', '092226.479000', '092226.482000', '092226.485000', '092226.487000', '092226.490000', '092226.493000', '092226.496000', '092226.499000', '092226.502000', '092226.504000', '092226.507000', '092226.510000', '092226.512000', '092226.515000', '092226.518000', '092226.520000', '092226.523000', '092226.525000', '092226.528000', '092226.531000', '092226.533000', '092226.536000', '092226.538000', '092226.541000', '092226.544000', '092226.546000', '092246.429000', '092246.432000', '092246.435000', '092246.437000', '092246.440000', '092246.443000', '092246.445000', '092246.448000', '092246.450000', '092246.453000', '092246.456000', '092246.458000', '092246.461000', '092246.463000', '092246.466000', '092246.468000', '092246.471000', '092246.474000', '092246.476000', '092246.479000', '092246.481000', '092246.484000', '092246.486000', '092246.489000', '092246.492000', '092246.494000', '092246.497000', '092246.499000', '092246.502000', '092246.504000', '092246.507000', '092246.510000', '092246.512000', '092246.515000', '092246.517000', '092246.520000', '092246.522000', '092246.525000', '092246.528000', '092246.530000', '092246.533000', '092246.535000', '092246.538000', '092246.540000', '092306.429000', '092306.432000', '092306.435000', '092306.437000', '092306.440000', '092306.443000', '092306.445000', '092306.448000', '092306.450000', '092306.453000', '092306.455000', '092306.458000', '092306.461000', '092306.463000', '092306.466000', '092306.468000', '092306.471000', '092306.473000', '092306.476000', '092306.479000', '092306.481000', '092306.484000', '092306.486000', '092306.489000', '092306.492000', '092306.494000', '092306.497000', '092306.499000', '092306.502000', '092306.504000', '092306.507000', '092306.510000', '092306.512000', '092306.515000', '092306.517000', '092306.520000', '092306.523000', '092306.525000', '092306.530000', '092306.533000', '092306.535000', '092306.538000', '092306.540000', '092326.429000', '092326.432000', '092326.435000', '092326.437000', '092326.440000', '092326.442000', '092326.445000', '092326.448000', '092326.450000', '092326.453000', '092326.455000', '092326.458000', '092326.460000', '092326.463000', '092326.466000', '092326.468000', '092326.471000', '092326.473000', '092326.476000', '092326.478000', '092326.481000', '092326.484000', '092326.486000', '092326.489000', '092326.491000', '092326.494000', '092326.497000', '092326.499000', '092326.502000', '092326.505000', '092326.507000', '092326.510000', '092326.512000', '092326.515000', '092326.517000', '092326.520000', '092326.523000', '092326.525000', '092326.528000', '092326.530000', '092326.533000', '092326.536000', '092326.538000', '092326.541000', '092346.429000', '092346.432000', '092346.435000', '092346.437000', '092346.440000', '092346.443000', '092346.445000', '092346.448000', '092346.450000', '092346.453000', '092346.456000', '092346.458000', '092346.461000', '092346.463000', '092346.466000', '092346.469000', '092346.471000', '092346.474000', '092346.488000', '092346.491000', '092346.494000', '092346.496000', '092346.499000', '092346.501000', '092346.504000', '092346.506000', '092346.509000', '092346.512000', '092346.514000', '092346.517000', '092346.519000', '092346.522000', '092346.525000', '092346.527000', '092346.530000', '092346.532000', '092346.535000', '092346.538000', '092346.540000', '092346.543000', '092346.545000', '092346.548000', '092346.550000', '092406.428000', '092406.431000', '092406.434000', '092406.436000', '092406.439000', '092406.442000', '092406.444000', '092406.447000', '092406.449000', '092406.452000', '092406.455000', '092406.457000', '092406.460000', '092406.462000', '092406.465000', '092406.467000', '092406.470000', '092406.473000', '092406.475000', '092406.478000', '092406.480000', '092406.483000', '092406.486000', '092406.488000', '092406.491000', '092406.493000', '092406.496000', '092406.498000', '092406.501000', '092406.504000', '092406.506000', '092406.509000', '092406.512000', '092406.514000', '092406.517000', '092406.519000', '092406.522000', '092406.524000', '092406.527000', '092406.530000', '092406.532000', '092406.535000', '092406.537000', '092406.540000', '092426.429000', '092426.432000', '092426.435000', '092426.437000', '092426.440000', '092426.443000', '092426.445000', '092426.448000', '092426.450000', '092426.453000', '092426.456000', '092426.458000', '092426.461000', '092426.463000', '092426.466000', '092426.468000', '092426.471000', '092426.474000', '092426.476000', '092426.479000', '092426.482000', '092426.484000', '092426.487000', '092426.489000', '092426.492000', '092426.494000', '092426.497000', '092426.500000', '092426.502000', '092426.505000', '092426.508000', '092426.510000', '092426.513000', '092426.516000', '092426.519000', '092426.521000', '092426.524000', '092426.526000', '092426.529000', '092426.532000', '092426.534000', '092426.537000', '092426.539000', '092446.429000', '092446.432000', '092446.435000', '092446.437000', '092446.440000', '092446.443000', '092446.445000', '092446.448000', '092446.450000', '092446.453000', '092446.455000', '092446.458000', '092446.461000', '092446.463000', '092446.466000', '092446.468000', '092446.471000', '092446.474000', '092446.476000', '092446.479000', '092446.481000', '092446.484000', '092446.487000', '092446.489000', '092446.492000', '092446.494000', '092446.497000', '092446.500000', '092446.502000', '092446.505000', '092446.507000', '092446.510000', '092446.513000', '092446.515000', '092446.518000', '092446.520000', '092446.523000', '092446.525000', '092446.528000', '092446.531000', '092446.533000', '092446.536000', '092446.538000', '092446.541000', '092506.430000', '092506.432000', '092506.435000', '092506.438000', '092506.440000', '092506.443000', '092506.445000', '092506.448000', '092506.451000', '092506.453000', '092506.456000', '092506.458000', '092506.461000', '092506.463000', '092506.466000', '092506.469000', '092506.471000', '092506.474000', '092506.477000', '092506.479000', '092506.482000', '092506.484000', '092506.487000', '092506.490000', '092506.492000', '092506.495000', '092506.497000', '092506.500000', '092506.502000', '092506.505000', '092506.508000', '092506.510000', '092506.513000', '092506.515000', '092506.518000', '092506.521000', '092506.523000', '092506.526000', '092506.528000', '092506.531000', '092506.533000', '092506.536000', '092506.538000', '092526.471000', '092526.474000', '092526.477000', '092526.479000', '092526.482000', '092526.485000', '092526.487000', '092526.490000', '092526.492000', '092526.495000', '092526.497000', '092526.500000', '092526.503000', '092526.505000', '092526.508000', '092526.510000', '092526.513000', '092526.516000', '092526.518000', '092526.521000', '092526.523000', '092526.526000', '092526.529000', '092526.531000', '092526.534000', '092526.536000', '092526.539000', '092526.541000', '092526.544000', '092526.547000', '092526.549000', '092526.552000', '092526.555000', '092526.557000', '092526.560000', '092526.562000', '092526.565000', '092526.567000', '092526.570000', '092526.573000', '092526.575000', '092526.578000', '092526.580000', '092526.583000', '092546.430000', '092546.432000', '092546.435000', '092546.438000', '092546.440000', '092546.443000', '092546.445000', '092546.448000', '092546.451000', '092546.453000', '092546.456000', '092546.458000', '092546.461000', '092546.463000', '092546.466000', '092546.469000', '092546.471000', '092546.474000', '092546.476000', '092546.479000', '092546.482000', '092546.484000', '092546.487000', '092546.489000', '092546.492000', '092546.494000', '092546.497000', '092546.500000', '092546.502000', '092546.505000', '092546.508000', '092546.510000', '092546.513000', '092546.515000', '092546.518000', '092546.521000', '092546.523000', '092546.526000', '092546.528000', '092546.531000', '092546.533000', '092546.536000', '092546.539000', '092606.429000', '092606.432000', '092606.435000', '092606.437000', '092606.440000', '092606.443000', '092606.445000', '092606.448000', '092606.450000', '092606.453000', '092606.456000', '092606.458000', '092606.461000', '092606.464000', '092606.472000', '092606.475000', '092606.477000', '092606.480000', '092606.482000', '092606.485000', '092606.487000', '092606.490000', '092606.492000', '092606.495000', '092606.498000', '092606.500000', '092606.503000', '092606.506000', '092606.508000', '092606.511000', '092606.513000', '092606.516000', '092606.518000', '092606.521000', '092606.524000', '092606.526000', '092606.529000', '092606.531000', '092606.534000', '092606.536000', '092606.539000', '092606.542000', '092606.544000', '092606.547000', '092626.429000', '092626.432000', '092626.434000', '092626.437000', '092626.439000', '092626.442000', '092626.444000', '092626.447000', '092626.450000', '092626.452000', '092626.455000', '092626.457000', '092626.460000', '092626.463000', '092626.465000', '092626.468000', '092626.470000', '092626.473000', '092626.476000', '092626.478000', '092626.481000', '092626.483000', '092626.486000', '092626.489000', '092626.491000', '092626.494000', '092626.496000', '092626.499000', '092626.502000', '092626.504000', '092626.507000', '092626.509000', '092626.512000', '092626.515000', '092626.517000', '092626.520000', '092626.522000', '092626.525000', '092626.527000', '092626.530000', '092626.533000', '092626.535000', '092626.538000', '092646.430000', '092646.432000', '092646.435000', '092646.438000', '092646.440000', '092646.443000', '092646.445000', '092646.448000', '092646.450000', '092646.453000', '092646.456000', '092646.469000', '092646.472000', '092646.474000', '092646.477000', '092646.480000', '092646.482000', '092646.485000', '092646.487000', '092646.490000', '092646.492000', '092646.495000', '092646.498000', '092646.500000', '092646.503000', '092646.506000', '092646.508000', '092646.511000', '092646.513000', '092646.516000', '092646.519000', '092646.521000', '092646.524000', '092646.526000', '092646.529000', '092646.532000', '092646.534000', '092646.537000', '092646.539000', '092646.542000', '092646.545000', '092646.547000', '092646.550000', '092646.552000', '092706.430000', '092706.432000', '092706.435000', '092706.438000', '092706.440000', '092706.443000', '092706.446000', '092706.448000', '092706.451000', '092706.454000', '092706.456000', '092706.459000', '092706.461000', '092706.464000', '092706.467000', '092706.470000', '092706.472000', '092706.475000', '092706.477000', '092706.480000', '092706.483000', '092706.486000', '092706.488000', '092706.491000', '092706.493000', '092706.496000', '092706.499000', '092706.502000', '092706.505000', '092706.508000', '092706.511000', '092706.513000', '092706.516000', '092706.519000', '092706.522000', '092706.525000', '092706.528000', '092706.531000', '092706.534000', '092706.537000', '092706.540000', '092706.542000', '092706.545000', '092706.599000'], 'InstanceCreationTime': ['092026.465000', '092026.467000', '092026.470000', '092026.473000', '092026.476000', '092026.478000', '092026.481000', '092026.483000', '092026.486000', '092026.488000', '092026.491000', '092026.493000', '092026.496000', '092026.506000', '092026.509000', '092026.511000', '092026.514000', '092026.516000', '092026.519000', '092026.521000', '092026.524000', '092026.526000', '092026.529000', '092026.532000', '092026.534000', '092026.537000', '092026.539000', '092026.542000', '092026.545000', '092026.547000', '092026.550000', '092026.552000', '092026.555000', '092026.557000', '092026.560000', '092026.562000', '092026.565000', '092026.568000', '092026.570000', '092026.573000', '092026.575000', '092026.591000', '092026.593000', '092026.596000', '092046.429000', '092046.432000', '092046.435000', '092046.437000', '092046.440000', '092046.442000', '092046.445000', '092046.448000', '092046.450000', '092046.453000', '092046.455000', '092046.458000', '092046.460000', '092046.463000', '092046.465000', '092046.468000', '092046.470000', '092046.473000', '092046.476000', '092046.478000', '092046.481000', '092046.483000', '092046.486000', '092046.488000', '092046.491000', '092046.493000', '092046.496000', '092046.499000', '092046.501000', '092046.504000', '092046.506000', '092046.509000', '092046.511000', '092046.514000', '092046.516000', '092046.519000', '092046.521000', '092046.524000', '092046.526000', '092046.529000', '092046.532000', '092046.534000', '092046.537000', '092106.430000', '092106.433000', '092106.435000', '092106.438000', '092106.440000', '092106.443000', '092106.446000', '092106.448000', '092106.451000', '092106.453000', '092106.456000', '092106.458000', '092106.461000', '092106.464000', '092106.466000', '092106.469000', '092106.471000', '092106.474000', '092106.476000', '092106.479000', '092106.481000', '092106.484000', '092106.486000', '092106.489000', '092106.492000', '092106.494000', '092106.497000', '092106.499000', '092106.502000', '092106.504000', '092106.507000', '092106.509000', '092106.512000', '092106.515000', '092106.517000', '092106.520000', '092106.522000', '092106.525000', '092106.527000', '092106.530000', '092106.533000', '092106.535000', '092106.538000', '092126.429000', '092126.432000', '092126.435000', '092126.437000', '092126.440000', '092126.442000', '092126.445000', '092126.447000', '092126.450000', '092126.452000', '092126.455000', '092126.458000', '092126.461000', '092126.463000', '092126.466000', '092126.468000', '092126.471000', '092126.473000', '092126.476000', '092126.478000', '092126.481000', '092126.484000', '092126.486000', '092126.489000', '092126.491000', '092126.494000', '092126.496000', '092126.499000', '092126.502000', '092126.504000', '092126.507000', '092126.509000', '092126.512000', '092126.514000', '092126.527000', '092126.529000', '092126.532000', '092126.535000', '092126.537000', '092126.540000', '092126.542000', '092126.545000', '092126.548000', '092126.550000', '092146.428000', '092146.431000', '092146.434000', '092146.437000', '092146.439000', '092146.442000', '092146.445000', '092146.447000', '092146.450000', '092146.452000', '092146.455000', '092146.458000', '092146.460000', '092146.463000', '092146.465000', '092146.468000', '092146.470000', '092146.473000', '092146.475000', '092146.478000', '092146.481000', '092146.483000', '092146.487000', '092146.489000', '092146.492000', '092146.495000', '092146.497000', '092146.500000', '092146.502000', '092146.505000', '092146.507000', '092146.510000', '092146.519000', '092146.522000', '092146.524000', '092146.527000', '092146.529000', '092146.532000', '092146.535000', '092146.537000', '092146.540000', '092146.543000', '092146.545000', '092206.430000', '092206.432000', '092206.435000', '092206.438000', '092206.440000', '092206.443000', '092206.445000', '092206.448000', '092206.450000', '092206.453000', '092206.456000', '092206.458000', '092206.461000', '092206.464000', '092206.466000', '092206.469000', '092206.471000', '092206.474000', '092206.476000', '092206.483000', '092206.485000', '092206.488000', '092206.490000', '092206.493000', '092206.496000', '092206.498000', '092206.501000', '092206.503000', '092206.506000', '092206.508000', '092206.511000', '092206.514000', '092206.516000', '092206.519000', '092206.521000', '092206.524000', '092206.526000', '092206.543000', '092206.545000', '092206.548000', '092206.550000', '092206.553000', '092206.556000', '092206.558000', '092226.429000', '092226.432000', '092226.435000', '092226.438000', '092226.440000', '092226.443000', '092226.445000', '092226.454000', '092226.456000', '092226.459000', '092226.461000', '092226.464000', '092226.466000', '092226.469000', '092226.472000', '092226.474000', '092226.477000', '092226.479000', '092226.482000', '092226.485000', '092226.487000', '092226.490000', '092226.493000', '092226.496000', '092226.499000', '092226.502000', '092226.504000', '092226.507000', '092226.510000', '092226.512000', '092226.515000', '092226.518000', '092226.520000', '092226.523000', '092226.525000', '092226.528000', '092226.531000', '092226.533000', '092226.536000', '092226.538000', '092226.541000', '092226.544000', '092226.546000', '092246.429000', '092246.432000', '092246.435000', '092246.437000', '092246.440000', '092246.443000', '092246.445000', '092246.448000', '092246.450000', '092246.453000', '092246.456000', '092246.458000', '092246.461000', '092246.463000', '092246.466000', '092246.468000', '092246.471000', '092246.474000', '092246.476000', '092246.479000', '092246.481000', '092246.484000', '092246.486000', '092246.489000', '092246.492000', '092246.494000', '092246.497000', '092246.499000', '092246.502000', '092246.504000', '092246.507000', '092246.510000', '092246.512000', '092246.515000', '092246.517000', '092246.520000', '092246.522000', '092246.525000', '092246.528000', '092246.530000', '092246.533000', '092246.535000', '092246.538000', '092246.540000', '092306.429000', '092306.432000', '092306.435000', '092306.437000', '092306.440000', '092306.443000', '092306.445000', '092306.448000', '092306.450000', '092306.453000', '092306.455000', '092306.458000', '092306.461000', '092306.463000', '092306.466000', '092306.468000', '092306.471000', '092306.473000', '092306.476000', '092306.479000', '092306.481000', '092306.484000', '092306.486000', '092306.489000', '092306.492000', '092306.494000', '092306.497000', '092306.499000', '092306.502000', '092306.504000', '092306.507000', '092306.510000', '092306.512000', '092306.515000', '092306.517000', '092306.520000', '092306.523000', '092306.525000', '092306.530000', '092306.533000', '092306.535000', '092306.538000', '092306.540000', '092326.429000', '092326.432000', '092326.435000', '092326.437000', '092326.440000', '092326.442000', '092326.445000', '092326.448000', '092326.450000', '092326.453000', '092326.455000', '092326.458000', '092326.460000', '092326.463000', '092326.466000', '092326.468000', '092326.471000', '092326.473000', '092326.476000', '092326.478000', '092326.481000', '092326.484000', '092326.486000', '092326.489000', '092326.491000', '092326.494000', '092326.497000', '092326.499000', '092326.502000', '092326.505000', '092326.507000', '092326.510000', '092326.512000', '092326.515000', '092326.517000', '092326.520000', '092326.523000', '092326.525000', '092326.528000', '092326.530000', '092326.533000', '092326.536000', '092326.538000', '092326.541000', '092346.429000', '092346.432000', '092346.435000', '092346.437000', '092346.440000', '092346.443000', '092346.445000', '092346.448000', '092346.450000', '092346.453000', '092346.456000', '092346.458000', '092346.461000', '092346.463000', '092346.466000', '092346.469000', '092346.471000', '092346.474000', '092346.488000', '092346.491000', '092346.494000', '092346.496000', '092346.499000', '092346.501000', '092346.504000', '092346.506000', '092346.509000', '092346.512000', '092346.514000', '092346.517000', '092346.519000', '092346.522000', '092346.525000', '092346.527000', '092346.530000', '092346.532000', '092346.535000', '092346.538000', '092346.540000', '092346.543000', '092346.545000', '092346.548000', '092346.550000', '092406.428000', '092406.431000', '092406.434000', '092406.436000', '092406.439000', '092406.442000', '092406.444000', '092406.447000', '092406.449000', '092406.452000', '092406.455000', '092406.457000', '092406.460000', '092406.462000', '092406.465000', '092406.467000', '092406.470000', '092406.473000', '092406.475000', '092406.478000', '092406.480000', '092406.483000', '092406.486000', '092406.488000', '092406.491000', '092406.493000', '092406.496000', '092406.498000', '092406.501000', '092406.504000', '092406.506000', '092406.509000', '092406.512000', '092406.514000', '092406.517000', '092406.519000', '092406.522000', '092406.524000', '092406.527000', '092406.530000', '092406.532000', '092406.535000', '092406.537000', '092406.540000', '092426.429000', '092426.432000', '092426.435000', '092426.437000', '092426.440000', '092426.443000', '092426.445000', '092426.448000', '092426.450000', '092426.453000', '092426.456000', '092426.458000', '092426.461000', '092426.463000', '092426.466000', '092426.468000', '092426.471000', '092426.474000', '092426.476000', '092426.479000', '092426.482000', '092426.484000', '092426.487000', '092426.489000', '092426.492000', '092426.494000', '092426.497000', '092426.500000', '092426.502000', '092426.505000', '092426.508000', '092426.510000', '092426.513000', '092426.516000', '092426.519000', '092426.521000', '092426.524000', '092426.526000', '092426.529000', '092426.532000', '092426.534000', '092426.537000', '092426.539000', '092446.429000', '092446.432000', '092446.435000', '092446.437000', '092446.440000', '092446.443000', '092446.445000', '092446.448000', '092446.450000', '092446.453000', '092446.455000', '092446.458000', '092446.461000', '092446.463000', '092446.466000', '092446.468000', '092446.471000', '092446.474000', '092446.476000', '092446.479000', '092446.481000', '092446.484000', '092446.487000', '092446.489000', '092446.492000', '092446.494000', '092446.497000', '092446.500000', '092446.502000', '092446.505000', '092446.507000', '092446.510000', '092446.513000', '092446.515000', '092446.518000', '092446.520000', '092446.523000', '092446.525000', '092446.528000', '092446.531000', '092446.533000', '092446.536000', '092446.538000', '092446.541000', '092506.430000', '092506.432000', '092506.435000', '092506.438000', '092506.440000', '092506.443000', '092506.445000', '092506.448000', '092506.451000', '092506.453000', '092506.456000', '092506.458000', '092506.461000', '092506.463000', '092506.466000', '092506.469000', '092506.471000', '092506.474000', '092506.477000', '092506.479000', '092506.482000', '092506.484000', '092506.487000', '092506.490000', '092506.492000', '092506.495000', '092506.497000', '092506.500000', '092506.502000', '092506.505000', '092506.508000', '092506.510000', '092506.513000', '092506.515000', '092506.518000', '092506.521000', '092506.523000', '092506.526000', '092506.528000', '092506.531000', '092506.533000', '092506.536000', '092506.538000', '092526.471000', '092526.474000', '092526.477000', '092526.479000', '092526.482000', '092526.485000', '092526.487000', '092526.490000', '092526.492000', '092526.495000', '092526.497000', '092526.500000', '092526.503000', '092526.505000', '092526.508000', '092526.510000', '092526.513000', '092526.516000', '092526.518000', '092526.521000', '092526.523000', '092526.526000', '092526.529000', '092526.531000', '092526.534000', '092526.536000', '092526.539000', '092526.541000', '092526.544000', '092526.547000', '092526.549000', '092526.552000', '092526.555000', '092526.557000', '092526.560000', '092526.562000', '092526.565000', '092526.567000', '092526.570000', '092526.573000', '092526.575000', '092526.578000', '092526.580000', '092526.583000', '092546.430000', '092546.432000', '092546.435000', '092546.438000', '092546.440000', '092546.443000', '092546.445000', '092546.448000', '092546.451000', '092546.453000', '092546.456000', '092546.458000', '092546.461000', '092546.463000', '092546.466000', '092546.469000', '092546.471000', '092546.474000', '092546.476000', '092546.479000', '092546.482000', '092546.484000', '092546.487000', '092546.489000', '092546.492000', '092546.494000', '092546.497000', '092546.500000', '092546.502000', '092546.505000', '092546.508000', '092546.510000', '092546.513000', '092546.515000', '092546.518000', '092546.521000', '092546.523000', '092546.526000', '092546.528000', '092546.531000', '092546.533000', '092546.536000', '092546.539000', '092606.429000', '092606.432000', '092606.435000', '092606.437000', '092606.440000', '092606.443000', '092606.445000', '092606.448000', '092606.450000', '092606.453000', '092606.456000', '092606.458000', '092606.461000', '092606.464000', '092606.472000', '092606.475000', '092606.477000', '092606.480000', '092606.482000', '092606.485000', '092606.487000', '092606.490000', '092606.492000', '092606.495000', '092606.498000', '092606.500000', '092606.503000', '092606.506000', '092606.508000', '092606.511000', '092606.513000', '092606.516000', '092606.518000', '092606.521000', '092606.524000', '092606.526000', '092606.529000', '092606.531000', '092606.534000', '092606.536000', '092606.539000', '092606.542000', '092606.544000', '092606.547000', '092626.429000', '092626.432000', '092626.434000', '092626.437000', '092626.439000', '092626.442000', '092626.444000', '092626.447000', '092626.450000', '092626.452000', '092626.455000', '092626.457000', '092626.460000', '092626.463000', '092626.465000', '092626.468000', '092626.470000', '092626.473000', '092626.476000', '092626.478000', '092626.481000', '092626.483000', '092626.486000', '092626.489000', '092626.491000', '092626.494000', '092626.496000', '092626.499000', '092626.502000', '092626.504000', '092626.507000', '092626.509000', '092626.512000', '092626.515000', '092626.517000', '092626.520000', '092626.522000', '092626.525000', '092626.527000', '092626.530000', '092626.533000', '092626.535000', '092626.538000', '092646.430000', '092646.432000', '092646.435000', '092646.438000', '092646.440000', '092646.443000', '092646.445000', '092646.448000', '092646.450000', '092646.453000', '092646.456000', '092646.469000', '092646.472000', '092646.474000', '092646.477000', '092646.480000', '092646.482000', '092646.485000', '092646.487000', '092646.490000', '092646.492000', '092646.495000', '092646.498000', '092646.500000', '092646.503000', '092646.506000', '092646.508000', '092646.511000', '092646.513000', '092646.516000', '092646.519000', '092646.521000', '092646.524000', '092646.526000', '092646.529000', '092646.532000', '092646.534000', '092646.537000', '092646.539000', '092646.542000', '092646.545000', '092646.547000', '092646.550000', '092646.552000', '092706.430000', '092706.432000', '092706.435000', '092706.438000', '092706.440000', '092706.443000', '092706.446000', '092706.448000', '092706.451000', '092706.454000', '092706.456000', '092706.459000', '092706.461000', '092706.464000', '092706.467000', '092706.470000', '092706.472000', '092706.475000', '092706.477000', '092706.480000', '092706.483000', '092706.486000', '092706.488000', '092706.491000', '092706.493000', '092706.496000', '092706.499000', '092706.502000', '092706.505000', '092706.508000', '092706.511000', '092706.513000', '092706.516000', '092706.519000', '092706.522000', '092706.525000', '092706.528000', '092706.531000', '092706.534000', '092706.537000', '092706.540000', '092706.542000', '092706.545000', '092706.599000'], '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': [17750, 11050, 11883, 11038, 14627, 10756, 16592, 11220, 10699, 11121, 11854, 10758, 14518, 11458, 12812, 11486, 11170, 12199, 10695, 12097, 10521, 11575, 10444, 11330, 10598, 11518, 10344, 10767, 10716, 11909, 10824, 11776, 10608, 11741, 10713, 11126, 11001, 11279, 10270, 11856, 10305, 11272, 10211, 12075, 10427, 11296, 10538, 11902, 10490, 16377, 10779, 12484, 10802, 16391, 11120, 12284, 11062, 13965, 11280, 15369, 11069, 11837, 11530, 10724, 11927, 10053, 11146, 10701, 11453, 10378, 11127, 10581, 12897, 10654, 16313, 11016, 13991, 11094, 12534, 11424, 11993, 10984, 10795, 11450, 10479, 12038, 10487, 12607, 10733, 10896, 10842, 15512, 10911, 12340, 10927, 11079, 11770, 10631, 15213, 11133, 12441, 11562, 11088, 11433, 10437, 10801, 10835, 15053, 11277, 13432, 11578, 11128, 11806, 10889, 11345, 10573, 11998, 10995, 11817, 10819, 14352, 11395, 14036, 11613, 13104, 11739, 11700, 11367, 10956, 10982, 10698, 11515, 10607, 16299, 11257, 13553, 11634, 11126, 11877, 10395, 11997, 11174, 12122, 10768, 11638, 10561, 16401, 11206, 13116, 11439, 11252, 10884, 10647, 11824, 10635, 10802, 10742, 16492, 11313, 12731, 11534, 10400, 11871, 10691, 12452, 10469, 10603, 10503, 11059, 10587, 11151, 11222, 10923, 10832, 12394, 10877, 12697, 10295, 16178, 11336, 14852, 11420, 13194, 11253, 12201, 11751, 10750, 11242, 11060, 12022, 11440, 11002, 11576, 11353, 15060, 11335, 14330, 10832, 15434, 10936, 10737, 10784, 15012, 11426, 13314, 10374, 10351, 11970, 10095, 11663, 11546, 11050, 11120, 11300, 12766, 11010, 11685, 11219, 12508, 11233, 12109, 11475, 11938, 10449, 10710, 11252, 10038, 10628, 10400, 11010, 10025, 12228, 10232, 11401, 10525, 11066, 10602, 11764, 10589, 10564, 11286, 11740, 11273, 12420, 11501, 12379, 11370, 11535, 11811, 11358, 10458, 13536, 10512, 11257, 10394, 11817, 10913, 12955, 11336, 12082, 12996, 11331, 11994, 11387, 11895, 10891, 11327, 10915, 11773, 11043, 11591, 14427, 11460, 15182, 11341, 11831, 10424, 12155, 10297, 11741, 11773, 11551, 11944, 11812, 15500, 11687, 11318, 10642, 12174, 10303, 11989, 12760, 11957, 13289, 11905, 15095, 11764, 11470, 10617, 11736, 10552, 12236, 11601, 11210, 11337, 12073, 11693, 12242, 12153, 11913, 14377, 11943, 13382, 11487, 13634, 11093, 11262, 10449, 11699, 11550, 11305, 15330, 11700, 11072, 10731, 9682, 11736, 12681, 12521, 12046, 12381, 11449, 12465, 11218, 10164, 12395, 10398, 12191, 11196, 9995, 9517, 10278, 10613, 10328, 11026, 12916, 11805, 14261, 10281, 13335, 9810, 11592, 9162, 9817, 9804, 9819, 10610, 11254, 10890, 10402, 10610, 9235, 10144, 11273, 10059, 12836, 10437, 16039, 10845, 13249, 10414, 10352, 9966, 12248, 12974, 10637, 10104, 12773, 11182, 10969, 9996, 11542, 9624, 10332, 9801, 11256, 9971, 9518, 15669, 10875, 14495, 13119, 10715, 15118, 9717, 11632, 11252, 10337, 12359, 10902, 9940, 11519, 9787, 10182, 11436, 9629, 10726, 10433, 10101, 10813, 13885, 10768, 11028, 10234, 11152, 11558, 10940, 10731, 11380, 11186, 12383, 12017, 12198, 11399, 11408, 11146, 11330, 14027, 12057, 11802, 10856, 10908, 12106, 11668, 11781, 11148, 11339, 13320, 12020, 11987, 11124, 11444, 12497, 11647, 14352, 11950, 12458, 11082, 11489, 10757, 11745, 12608, 12178, 11358, 11167, 14905, 11897, 12924, 11480, 12333, 11993, 11727, 11294, 11805, 11267, 11519, 10482, 11324, 11002, 13932, 11570, 11909, 11104, 12319, 10656, 12433, 10894, 12184, 10605, 11331, 10616, 11856, 11084, 11818, 10607, 11325, 10722, 12594, 10897, 12687, 11306, 12538, 11144, 12163, 10844, 12079, 10618, 11029, 10952, 12284, 10650, 11987, 12815, 12286, 11999, 11827, 11223, 11868, 10673, 11952, 10583, 11699, 11095, 11716, 11209, 12118, 10568, 12762, 10623, 11786, 10933, 11685, 11330, 12616, 10621, 11903, 10853, 12370, 11267, 12308, 10821, 14865, 11439, 10477, 11544, 9981, 11966, 10748, 12005, 11820, 12387, 11322, 11642, 13624, 11728, 11252, 11367, 12714, 11513, 14711, 12054, 11934, 11734, 11464, 11722, 11786, 12055, 12599, 11715, 11558, 11055, 12052, 10435, 11099, 11192, 11554, 11966, 11902, 11974, 11272, 11692, 11642, 11502, 11086, 14037, 10005, 11371, 9528, 11153, 11624, 11306, 12099, 10825, 11440, 10272, 11421, 10911, 10587, 10562, 12934, 11581, 12643, 10622, 11680, 10817, 11208, 13918, 11137, 10840, 10409, 11756, 9788, 10783, 13022, 11125, 11397, 10167, 11719, 9909, 11966, 9941, 11625, 10723, 11654, 11361, 11663, 13172, 11462, 11883, 10049, 11909, 9709, 12569, 10548, 11115, 10280, 11595, 11124, 12137, 12126, 11392, 11737, 11347, 10382, 11946, 10032, 11618, 10505, 11077, 10860, 11728, 10572, 11953, 10501, 11829, 10488, 11616, 9892, 11782, 12374, 11215, 10785, 10635, 11715, 9699, 13631, 11856, 11015, 10904, 11853, 9912, 11124, 12223, 11088, 11470, 8703, 10189, 10767, 10219, 13297, 10305, 13437, 10125, 10691, 9575, 10166, 14095, 10867, 14800, 10310, 10993, 9487, 10151, 12997, 10410, 11289, 9919, 11248, 10123, 10587, 12753, 10787, 12520, 10631, 10976, 10052, 11623, 9745, 11019, 10560, 11297, 10777, 11376, 11403, 11150, 10293, 11642, 10946, 11266, 11651, 10764, 11520, 10520, 11482, 10026, 13460, 11208, 12008, 11836, 9973, 11628, 9617, 11413, 9747, 11394, 10106, 11601, 11281, 11860, 11426, 11897, 10948, 11083, 9970, 12409, 9683, 11370, 9839, 12324, 10446, 14540, 11983, 12131, 11406, 10182, 12023, 9327, 11605, 10123, 11505, 11181, 12381, 11307, 11378, 11383, 11998, 10562, 12635, 9632, 14570, 11800, 13138, 11776, 9451, 11586, 11401, 11669, 11884, 10939, 12151, 9961, 12118, 10065, 11947, 10552, 10687, 10600, 11634, 11351, 11974, 11607, 10048, 8854, 12869, 11182, 9654, 9271, 10574, 11762, 9587, 11151, 13344, 10587, 12130, 10957, 10153, 16026, 10961, 10881, 13512, 10219, 13826, 11553, 9041, 15664, 10048, 11013, 9523, 9232, 12998, 9928, 10642, 9632, 10897, 9750, 10152, 10966, 10375, 11011, 10333, 11307, 9609, 10950, 9596, 11706, 9614, 11179, 10521, 10984, 10938, 9932, 11178, 10576, 9601, 10846, 8907, 10728, 9434, 11603, 11843, 11245, 12581, 10644, 10838, 9759, 11248, 12317, 10656, 14251, 10783, 12840, 10352, 11457, 10343, 14533, 10545, 12421, 10611, 10150, 9858, 11561, 9310, 10750, 9933, 11201, 10798, 10128, 9466, 10029, 9931, 11240, 10343, 10610, 10088, 8678, 8885, 9423, 9587, 11007, 10637, 11720, 10639, 12951, 10673, 8789, 9171, 11702, 9747, 10654, 9779, 11291, 11617, 11601, 12014, 11579, 11109, 10219, 11565, 9786, 11578, 11646, 10970, 12664, 11340, 11492, 11122, 11395, 9832, 11139, 9694, 11524, 12295, 11099, 13114], 'WindowCenter': [4572.0, 4524.0, 4508.0, 4498.0, 4513.0, 4484.0, 4512.0, 4483.0, 4472.0, 4483.0, 4480.0, 4482.0, 4491.0, 4480.0, 4478.0, 4481.0, 4469.0, 4490.0, 4470.0, 4481.0, 4467.0, 4480.0, 4470.0, 4480.0, 4471.0, 4480.0, 4469.0, 4482.0, 4471.0, 4480.0, 4481.0, 4492.0, 4481.0, 4493.0, 4481.0, 4482.0, 4484.0, 4481.0, 4472.0, 4480.0, 4470.0, 4469.0, 4470.0, 4481.0, 4472.0, 4479.0, 4482.0, 4479.0, 4472.0, 4499.0, 4471.0, 4478.0, 4470.0, 4498.0, 4480.0, 4478.0, 4480.0, 4488.0, 4480.0, 4498.0, 4480.0, 4480.0, 4479.0, 4469.0, 4479.0, 4458.0, 4467.0, 4471.0, 4478.0, 4470.0, 4468.0, 4470.0, 4487.0, 4469.0, 4499.0, 4480.0, 4489.0, 4480.0, 4479.0, 4481.0, 4480.0, 4470.0, 4470.0, 4479.0, 4471.0, 4479.0, 4472.0, 4489.0, 4481.0, 4481.0, 4483.0, 4510.0, 4482.0, 4492.0, 4482.0, 4482.0, 4480.0, 4482.0, 4499.0, 4481.0, 4491.0, 4481.0, 4482.0, 4481.0, 4483.0, 4480.0, 4482.0, 4501.0, 4480.0, 4490.0, 4492.0, 4481.0, 4492.0, 4482.0, 4480.0, 4472.0, 4481.0, 4482.0, 4480.0, 4482.0, 4501.0, 4482.0, 4490.0, 4492.0, 4489.0, 4492.0, 4483.0, 4479.0, 4470.0, 4480.0, 4472.0, 4479.0, 4473.0, 4500.0, 4470.0, 4488.0, 4480.0, 4468.0, 4481.0, 4470.0, 4481.0, 4481.0, 4492.0, 4481.0, 4493.0, 4484.0, 4511.0, 4482.0, 4488.0, 4481.0, 4481.0, 4471.0, 4472.0, 4478.0, 4470.0, 4468.0, 4470.0, 4498.0, 4468.0, 4478.0, 4479.0, 4467.0, 4479.0, 4467.0, 4489.0, 4471.0, 4469.0, 4471.0, 4480.0, 4469.0, 4480.0, 4482.0, 4480.0, 4482.0, 4491.0, 4481.0, 4489.0, 4470.0, 4499.0, 4469.0, 4487.0, 4467.0, 4476.0, 4466.0, 4466.0, 4467.0, 4455.0, 4467.0, 4455.0, 4467.0, 4466.0, 4456.0, 4464.0, 4468.0, 4486.0, 4467.0, 4486.0, 4469.0, 4498.0, 4470.0, 4468.0, 4471.0, 4488.0, 4469.0, 4479.0, 4456.0, 4456.0, 4464.0, 4454.0, 4466.0, 4466.0, 4468.0, 4466.0, 4468.0, 4476.0, 4468.0, 4466.0, 4468.0, 4476.0, 4468.0, 4466.0, 4468.0, 4467.0, 4456.0, 4457.0, 4466.0, 4445.0, 4454.0, 4455.0, 4455.0, 4457.0, 4476.0, 4458.0, 4467.0, 4470.0, 4467.0, 4470.0, 4478.0, 4470.0, 4467.0, 4480.0, 4491.0, 4481.0, 4491.0, 4480.0, 4491.0, 4480.0, 4481.0, 4481.0, 4469.0, 4471.0, 4488.0, 4472.0, 4480.0, 4470.0, 4479.0, 4469.0, 4491.0, 4493.0, 4494.0, 4501.0, 4492.0, 4491.0, 4493.0, 4493.0, 4483.0, 4492.0, 4497.0, 4494.0, 4481.0, 4492.0, 4501.0, 4493.0, 4502.0, 4481.0, 4479.0, 4470.0, 4477.0, 4458.0, 4467.0, 4469.0, 4466.0, 4468.0, 4478.0, 4487.0, 4479.0, 4468.0, 4458.0, 4477.0, 4459.0, 4479.0, 4480.0, 4481.0, 4489.0, 4481.0, 4488.0, 4481.0, 4479.0, 4471.0, 4481.0, 4471.0, 4478.0, 4478.0, 4470.0, 4469.0, 4482.0, 4479.0, 4481.0, 4479.0, 4481.0, 4489.0, 4481.0, 4488.0, 4480.0, 4489.0, 4481.0, 4479.0, 4471.0, 4480.0, 4481.0, 4482.0, 4511.0, 4493.0, 4480.0, 4470.0, 4459.0, 4482.0, 4492.0, 4490.0, 4490.0, 4481.0, 4468.0, 4478.0, 4467.0, 4457.0, 4480.0, 4486.0, 4510.0, 4468.0, 4457.0, 4458.0, 4460.0, 4468.0, 4460.0, 4469.0, 4480.0, 4480.0, 4489.0, 4471.0, 4481.0, 4448.0, 4456.0, 4436.0, 4445.0, 4445.0, 4445.0, 4455.0, 4454.0, 4467.0, 4468.0, 4469.0, 4459.0, 4472.0, 4471.0, 4460.0, 4478.0, 4473.0, 4504.0, 4461.0, 4467.0, 4458.0, 4456.0, 4446.0, 4478.0, 4475.0, 4460.0, 4459.0, 4479.0, 4470.0, 4469.0, 4460.0, 4479.0, 4448.0, 4445.0, 4437.0, 4456.0, 4447.0, 4447.0, 4479.0, 4460.0, 4477.0, 4455.0, 4431.0, 4449.0, 4407.0, 4427.0, 4417.0, 4407.0, 4424.0, 4414.0, 4416.0, 4425.0, 4403.0, 4415.0, 4424.0, 4404.0, 4423.0, 4416.0, 4427.0, 4441.0, 4460.0, 4452.0, 4453.0, 4454.0, 4466.0, 4464.0, 4468.0, 4458.0, 4467.0, 4467.0, 4480.0, 4481.0, 4479.0, 4471.0, 4468.0, 4482.0, 4480.0, 4501.0, 4492.0, 4492.0, 4483.0, 4486.0, 4494.0, 4495.0, 4494.0, 4497.0, 4495.0, 4505.0, 4506.0, 4495.0, 4497.0, 4495.0, 4495.0, 4494.0, 4503.0, 4495.0, 4493.0, 4485.0, 4483.0, 4483.0, 4493.0, 4491.0, 4494.0, 4482.0, 4483.0, 4491.0, 4479.0, 4479.0, 4468.0, 4477.0, 4469.0, 4467.0, 4480.0, 4480.0, 4482.0, 4481.0, 4472.0, 4483.0, 4485.0, 4493.0, 4480.0, 4467.0, 4470.0, 4478.0, 4470.0, 4491.0, 4470.0, 4492.0, 4473.0, 4480.0, 4471.0, 4479.0, 4470.0, 4481.0, 4469.0, 4467.0, 4471.0, 4480.0, 4469.0, 4476.0, 4468.0, 4478.0, 4470.0, 4478.0, 4470.0, 4479.0, 4469.0, 4469.0, 4470.0, 4481.0, 4469.0, 4482.0, 4489.0, 4481.0, 4481.0, 4480.0, 4468.0, 4478.0, 4459.0, 4467.0, 4459.0, 4479.0, 4470.0, 4479.0, 4470.0, 4480.0, 4472.0, 4490.0, 4470.0, 4479.0, 4469.0, 4480.0, 4479.0, 4491.0, 4472.0, 4493.0, 4482.0, 4494.0, 4485.0, 4480.0, 4471.0, 4490.0, 4468.0, 4458.0, 4467.0, 4446.0, 4467.0, 4457.0, 4478.0, 4480.0, 4490.0, 4469.0, 4483.0, 4490.0, 4483.0, 4480.0, 4483.0, 4491.0, 4482.0, 4501.0, 4481.0, 4469.0, 4468.0, 4466.0, 4467.0, 4466.0, 4469.0, 4477.0, 4482.0, 4466.0, 4469.0, 4479.0, 4469.0, 4469.0, 4469.0, 4480.0, 4480.0, 4478.0, 4469.0, 4469.0, 4467.0, 4469.0, 4467.0, 4469.0, 4490.0, 4460.0, 4466.0, 4447.0, 4467.0, 4465.0, 4468.0, 4475.0, 4468.0, 4468.0, 4459.0, 4480.0, 4469.0, 4472.0, 4460.0, 4479.0, 4480.0, 4480.0, 4470.0, 4479.0, 4458.0, 4468.0, 4479.0, 4459.0, 4455.0, 4458.0, 4466.0, 4459.0, 4457.0, 4476.0, 4468.0, 4467.0, 4456.0, 4467.0, 4459.0, 4468.0, 4448.0, 4468.0, 4457.0, 4468.0, 4469.0, 4480.0, 4491.0, 4481.0, 4479.0, 4462.0, 4480.0, 4462.0, 4478.0, 4461.0, 4467.0, 4460.0, 4468.0, 4469.0, 4481.0, 4479.0, 4478.0, 4482.0, 4481.0, 4473.0, 4491.0, 4473.0, 4481.0, 4486.0, 4481.0, 4471.0, 4480.0, 4472.0, 4480.0, 4472.0, 4482.0, 4472.0, 4471.0, 4472.0, 4493.0, 4478.0, 4469.0, 4467.0, 4469.0, 4479.0, 4463.0, 4491.0, 4471.0, 4457.0, 4472.0, 4479.0, 4473.0, 4480.0, 4480.0, 4482.0, 4481.0, 4449.0, 4471.0, 4469.0, 4472.0, 4489.0, 4461.0, 4479.0, 4448.0, 4457.0, 4449.0, 4459.0, 4476.0, 4458.0, 4465.0, 4434.0, 4442.0, 4432.0, 4444.0, 4463.0, 4444.0, 4453.0, 4432.0, 4441.0, 4430.0, 4430.0, 4451.0, 4442.0, 4451.0, 4443.0, 4440.0, 4443.0, 4454.0, 4433.0, 4454.0, 4442.0, 4456.0, 4455.0, 4467.0, 4467.0, 4469.0, 4458.0, 4469.0, 4467.0, 4481.0, 4492.0, 4483.0, 4495.0, 4484.0, 4494.0, 4488.0, 4493.0, 4482.0, 4482.0, 4483.0, 4462.0, 4483.0, 4462.0, 4482.0, 4463.0, 4492.0, 4473.0, 4483.0, 4482.0, 4494.0, 4484.0, 4494.0, 4485.0, 4484.0, 4473.0, 4482.0, 4463.0, 4482.0, 4473.0, 4493.0, 4485.0, 4503.0, 4480.0, 4482.0, 4483.0, 4461.0, 4479.0, 4462.0, 4469.0, 4460.0, 4468.0, 4470.0, 4478.0, 4471.0, 4480.0, 4483.0, 4481.0, 4484.0, 4503.0, 4475.0, 4504.0, 4481.0, 4480.0, 4480.0, 4449.0, 4481.0, 4469.0, 4481.0, 4481.0, 4483.0, 4491.0, 4475.0, 4492.0, 4487.0, 4483.0, 4473.0, 4471.0, 4459.0, 4468.0, 4470.0, 4482.0, 4469.0, 4460.0, 4449.0, 4478.0, 4459.0, 4450.0, 4437.0, 4456.0, 4453.0, 4435.0, 4456.0, 4465.0, 4447.0, 4465.0, 4457.0, 4447.0, 4488.0, 4457.0, 4442.0, 4463.0, 4431.0, 4450.0, 4429.0, 4408.0, 4447.0, 4418.0, 4415.0, 4406.0, 4407.0, 4436.0, 4416.0, 4416.0, 4417.0, 4425.0, 4417.0, 4429.0, 4440.0, 4443.0, 4442.0, 4443.0, 4452.0, 4445.0, 4467.0, 4448.0, 4477.0, 4445.0, 4469.0, 4469.0, 4496.0, 4484.0, 4472.0, 4483.0, 4482.0, 4473.0, 4481.0, 4463.0, 4482.0, 4476.0, 4495.0, 4483.0, 4483.0, 4493.0, 4485.0, 4483.0, 4473.0, 4484.0, 4494.0, 4485.0, 4503.0, 4470.0, 4479.0, 4460.0, 4469.0, 4472.0, 4491.0, 4471.0, 4477.0, 4457.0, 4457.0, 4459.0, 4469.0, 4450.0, 4470.0, 4459.0, 4479.0, 4472.0, 4459.0, 4462.0, 4463.0, 4477.0, 4484.0, 4458.0, 4470.0, 4470.0, 4438.0, 4447.0, 4461.0, 4462.0, 4470.0, 4482.0, 4491.0, 4483.0, 4492.0, 4514.0, 4479.0, 4461.0, 4481.0, 4461.0, 4470.0, 4459.0, 4481.0, 4479.0, 4481.0, 4479.0, 4482.0, 4470.0, 4470.0, 4478.0, 4459.0, 4480.0, 4480.0, 4471.0, 4478.0, 4480.0, 4481.0, 4480.0, 4468.0, 4460.0, 4466.0, 4460.0, 4483.0, 4503.0, 4493.0, 4502.0], 'WindowWidth': [10027.0, 9941.0, 9905.0, 9888.0, 9902.0, 9863.0, 9904.0, 9860.0, 9842.0, 9859.0, 9850.0, 9857.0, 9872.0, 9852.0, 9845.0, 9851.0, 9833.0, 9865.0, 9837.0, 9852.0, 9830.0, 9852.0, 9837.0, 9851.0, 9840.0, 9850.0, 9836.0, 9855.0, 9840.0, 9852.0, 9854.0, 9870.0, 9856.0, 9875.0, 9857.0, 9857.0, 9863.0, 9853.0, 9841.0, 9849.0, 9838.0, 9834.0, 9839.0, 9851.0, 9841.0, 9849.0, 9856.0, 9847.0, 9844.0, 9877.0, 9839.0, 9844.0, 9838.0, 9875.0, 9850.0, 9848.0, 9851.0, 9859.0, 9852.0, 9874.0, 9850.0, 9850.0, 9847.0, 9831.0, 9846.0, 9818.0, 9830.0, 9839.0, 9846.0, 9836.0, 9831.0, 9837.0, 9856.0, 9837.0, 9879.0, 9852.0, 9861.0, 9851.0, 9851.0, 9854.0, 9853.0, 9837.0, 9836.0, 9849.0, 9838.0, 9847.0, 9841.0, 9861.0, 9852.0, 9852.0, 9859.0, 9892.0, 9859.0, 9872.0, 9855.0, 9855.0, 9850.0, 9856.0, 9875.0, 9854.0, 9867.0, 9855.0, 9855.0, 9853.0, 9858.0, 9850.0, 9857.0, 9884.0, 9852.0, 9866.0, 9871.0, 9854.0, 9871.0, 9856.0, 9852.0, 9843.0, 9854.0, 9857.0, 9851.0, 9857.0, 9884.0, 9856.0, 9865.0, 9870.0, 9864.0, 9872.0, 9860.0, 9849.0, 9838.0, 9850.0, 9841.0, 9848.0, 9845.0, 9882.0, 9836.0, 9860.0, 9850.0, 9833.0, 9853.0, 9838.0, 9853.0, 9854.0, 9872.0, 9856.0, 9874.0, 9865.0, 9899.0, 9857.0, 9860.0, 9854.0, 9853.0, 9839.0, 9840.0, 9845.0, 9836.0, 9828.0, 9836.0, 9875.0, 9833.0, 9845.0, 9846.0, 9828.0, 9849.0, 9830.0, 9862.0, 9840.0, 9833.0, 9838.0, 9850.0, 9835.0, 9852.0, 9855.0, 9853.0, 9857.0, 9869.0, 9855.0, 9860.0, 9836.0, 9876.0, 9833.0, 9855.0, 9827.0, 9839.0, 9825.0, 9824.0, 9827.0, 9806.0, 9825.0, 9807.0, 9825.0, 9823.0, 9811.0, 9819.0, 9830.0, 9852.0, 9830.0, 9852.0, 9835.0, 9872.0, 9836.0, 9830.0, 9839.0, 9861.0, 9833.0, 9846.0, 9811.0, 9808.0, 9820.0, 9805.0, 9825.0, 9824.0, 9830.0, 9824.0, 9832.0, 9839.0, 9831.0, 9825.0, 9830.0, 9838.0, 9830.0, 9824.0, 9830.0, 9827.0, 9811.0, 9811.0, 9823.0, 9795.0, 9806.0, 9808.0, 9807.0, 9814.0, 9839.0, 9816.0, 9826.0, 9836.0, 9828.0, 9834.0, 9844.0, 9836.0, 9829.0, 9850.0, 9867.0, 9854.0, 9867.0, 9850.0, 9868.0, 9850.0, 9854.0, 9853.0, 9832.0, 9837.0, 9858.0, 9839.0, 9849.0, 9835.0, 9847.0, 9835.0, 9868.0, 9875.0, 9877.0, 9882.0, 9872.0, 9869.0, 9876.0, 9874.0, 9861.0, 9872.0, 9886.0, 9875.0, 9853.0, 9873.0, 9882.0, 9874.0, 9886.0, 9854.0, 9846.0, 9834.0, 9839.0, 9816.0, 9828.0, 9831.0, 9825.0, 9829.0, 9844.0, 9855.0, 9847.0, 9829.0, 9816.0, 9842.0, 9820.0, 9849.0, 9848.0, 9852.0, 9861.0, 9853.0, 9859.0, 9853.0, 9848.0, 9839.0, 9852.0, 9838.0, 9846.0, 9846.0, 9836.0, 9834.0, 9853.0, 9846.0, 9852.0, 9849.0, 9853.0, 9861.0, 9852.0, 9856.0, 9850.0, 9862.0, 9852.0, 9848.0, 9839.0, 9850.0, 9853.0, 9858.0, 9896.0, 9873.0, 9849.0, 9835.0, 9820.0, 9855.0, 9869.0, 9865.0, 9864.0, 9853.0, 9831.0, 9843.0, 9827.0, 9811.0, 9847.0, 9868.0, 9909.0, 9829.0, 9813.0, 9816.0, 9820.0, 9830.0, 9820.0, 9834.0, 9851.0, 9850.0, 9861.0, 9837.0, 9852.0, 9801.0, 9809.0, 9779.0, 9791.0, 9791.0, 9792.0, 9806.0, 9805.0, 9826.0, 9827.0, 9833.0, 9820.0, 9841.0, 9836.0, 9823.0, 9841.0, 9842.0, 9891.0, 9821.0, 9821.0, 9811.0, 9806.0, 9792.0, 9840.0, 9832.0, 9820.0, 9817.0, 9844.0, 9835.0, 9833.0, 9823.0, 9846.0, 9799.0, 9790.0, 9780.0, 9806.0, 9799.0, 9797.0, 9848.0, 9819.0, 9843.0, 9806.0, 9763.0, 9787.0, 9725.0, 9752.0, 9739.0, 9721.0, 9742.0, 9729.0, 9736.0, 9747.0, 9716.0, 9734.0, 9743.0, 9717.0, 9744.0, 9736.0, 9753.0, 9781.0, 9806.0, 9799.0, 9802.0, 9805.0, 9826.0, 9820.0, 9828.0, 9815.0, 9825.0, 9828.0, 9846.0, 9852.0, 9844.0, 9836.0, 9832.0, 9853.0, 9853.0, 9880.0, 9870.0, 9870.0, 9860.0, 9867.0, 9877.0, 9879.0, 9876.0, 9885.0, 9880.0, 9894.0, 9895.0, 9879.0, 9885.0, 9879.0, 9880.0, 9876.0, 9890.0, 9878.0, 9872.0, 9863.0, 9858.0, 9859.0, 9872.0, 9869.0, 9874.0, 9855.0, 9858.0, 9868.0, 9847.0, 9848.0, 9831.0, 9840.0, 9832.0, 9826.0, 9850.0, 9850.0, 9854.0, 9855.0, 9844.0, 9860.0, 9867.0, 9873.0, 9849.0, 9827.0, 9833.0, 9843.0, 9836.0, 9867.0, 9837.0, 9868.0, 9845.0, 9851.0, 9837.0, 9848.0, 9836.0, 9851.0, 9833.0, 9829.0, 9838.0, 9847.0, 9831.0, 9837.0, 9829.0, 9842.0, 9836.0, 9844.0, 9834.0, 9846.0, 9833.0, 9833.0, 9835.0, 9852.0, 9833.0, 9854.0, 9861.0, 9853.0, 9854.0, 9849.0, 9831.0, 9844.0, 9817.0, 9828.0, 9818.0, 9847.0, 9835.0, 9848.0, 9836.0, 9850.0, 9841.0, 9864.0, 9835.0, 9845.0, 9833.0, 9852.0, 9849.0, 9869.0, 9843.0, 9874.0, 9856.0, 9877.0, 9867.0, 9850.0, 9839.0, 9864.0, 9829.0, 9812.0, 9825.0, 9794.0, 9826.0, 9812.0, 9843.0, 9848.0, 9864.0, 9833.0, 9857.0, 9866.0, 9857.0, 9851.0, 9857.0, 9867.0, 9856.0, 9883.0, 9852.0, 9831.0, 9829.0, 9823.0, 9828.0, 9824.0, 9832.0, 9841.0, 9854.0, 9826.0, 9833.0, 9846.0, 9833.0, 9832.0, 9834.0, 9849.0, 9850.0, 9847.0, 9833.0, 9833.0, 9828.0, 9833.0, 9825.0, 9832.0, 9860.0, 9821.0, 9824.0, 9800.0, 9826.0, 9822.0, 9830.0, 9839.0, 9830.0, 9831.0, 9818.0, 9850.0, 9833.0, 9841.0, 9820.0, 9846.0, 9849.0, 9850.0, 9835.0, 9846.0, 9816.0, 9831.0, 9846.0, 9816.0, 9806.0, 9812.0, 9822.0, 9817.0, 9812.0, 9838.0, 9827.0, 9825.0, 9810.0, 9824.0, 9818.0, 9829.0, 9802.0, 9830.0, 9814.0, 9831.0, 9832.0, 9851.0, 9865.0, 9850.0, 9845.0, 9828.0, 9849.0, 9830.0, 9846.0, 9822.0, 9826.0, 9821.0, 9828.0, 9832.0, 9850.0, 9847.0, 9844.0, 9854.0, 9852.0, 9844.0, 9867.0, 9847.0, 9855.0, 9865.0, 9853.0, 9838.0, 9848.0, 9840.0, 9849.0, 9842.0, 9854.0, 9841.0, 9836.0, 9844.0, 9872.0, 9845.0, 9833.0, 9828.0, 9833.0, 9846.0, 9831.0, 9868.0, 9835.0, 9813.0, 9841.0, 9846.0, 9845.0, 9851.0, 9849.0, 9857.0, 9852.0, 9807.0, 9837.0, 9831.0, 9842.0, 9861.0, 9821.0, 9842.0, 9801.0, 9811.0, 9804.0, 9818.0, 9837.0, 9812.0, 9816.0, 9771.0, 9780.0, 9768.0, 9789.0, 9813.0, 9789.0, 9800.0, 9769.0, 9779.0, 9762.0, 9764.0, 9792.0, 9783.0, 9789.0, 9782.0, 9777.0, 9786.0, 9803.0, 9773.0, 9802.0, 9785.0, 9809.0, 9806.0, 9829.0, 9829.0, 9831.0, 9814.0, 9832.0, 9828.0, 9851.0, 9871.0, 9860.0, 9879.0, 9863.0, 9879.0, 9875.0, 9873.0, 9856.0, 9856.0, 9858.0, 9826.0, 9857.0, 9828.0, 9857.0, 9831.0, 9870.0, 9844.0, 9858.0, 9856.0, 9877.0, 9860.0, 9875.0, 9865.0, 9860.0, 9843.0, 9854.0, 9831.0, 9856.0, 9846.0, 9871.0, 9863.0, 9886.0, 9849.0, 9852.0, 9857.0, 9823.0, 9844.0, 9825.0, 9832.0, 9821.0, 9828.0, 9835.0, 9843.0, 9837.0, 9850.0, 9857.0, 9854.0, 9862.0, 9888.0, 9852.0, 9890.0, 9853.0, 9848.0, 9848.0, 9805.0, 9850.0, 9833.0, 9852.0, 9853.0, 9858.0, 9869.0, 9852.0, 9870.0, 9871.0, 9857.0, 9840.0, 9835.0, 9816.0, 9828.0, 9834.0, 9851.0, 9831.0, 9818.0, 9805.0, 9840.0, 9816.0, 9807.0, 9783.0, 9807.0, 9796.0, 9775.0, 9807.0, 9818.0, 9796.0, 9819.0, 9812.0, 9797.0, 9853.0, 9809.0, 9782.0, 9813.0, 9767.0, 9788.0, 9758.0, 9727.0, 9780.0, 9741.0, 9733.0, 9722.0, 9725.0, 9763.0, 9737.0, 9736.0, 9738.0, 9748.0, 9741.0, 9761.0, 9777.0, 9785.0, 9783.0, 9787.0, 9799.0, 9795.0, 9827.0, 9803.0, 9842.0, 9796.0, 9834.0, 9833.0, 9882.0, 9860.0, 9843.0, 9859.0, 9855.0, 9844.0, 9851.0, 9828.0, 9855.0, 9855.0, 9879.0, 9859.0, 9860.0, 9871.0, 9863.0, 9859.0, 9844.0, 9860.0, 9874.0, 9862.0, 9883.0, 9835.0, 9847.0, 9823.0, 9833.0, 9842.0, 9865.0, 9839.0, 9840.0, 9812.0, 9811.0, 9818.0, 9830.0, 9808.0, 9835.0, 9820.0, 9849.0, 9839.0, 9818.0, 9825.0, 9830.0, 9857.0, 9860.0, 9815.0, 9834.0, 9832.0, 9788.0, 9800.0, 9824.0, 9829.0, 9837.0, 9857.0, 9867.0, 9859.0, 9872.0, 9922.0, 9865.0, 9827.0, 9852.0, 9824.0, 9835.0, 9821.0, 9854.0, 9847.0, 9851.0, 9846.0, 9853.0, 9835.0, 9836.0, 9845.0, 9821.0, 9850.0, 9851.0, 9837.0, 9845.0, 9851.0, 9855.0, 9849.0, 9830.0, 9821.0, 9827.0, 9821.0, 9858.0, 9890.0, 9875.0, 9888.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.0025465934065934067</td></tr>
<tr><td colspan=3>aqi</td><td>0.03936035868131869</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.18623099006599</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2175214364576457</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9844398835093496</td></tr>
<tr><td colspan=3>efc</td><td>0.4709</td></tr>
<tr><td colspan=3>fber</td><td>6901.2979</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12329230741093883</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>125</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.736263736263735</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5552130966523396</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4887073952100462</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.781346751869344</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.395585142877629</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123697</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008390837348997593</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01802283711731434</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8935005174736066</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>41.1197</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8816</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.0378</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296947.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>691.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.0241</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.412</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.4605</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3623.8751</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3823.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79597.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4747.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>981.8866</td></tr>
<tr><td colspan=3>tsnr</td><td>33.3098832948599</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>