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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0109_ses-02_task-faces_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0109_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0109_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-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-02/func/sub-0109_ses-02_task-faces_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>229ac8d8308e63be3c4f17b906c79f48</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>11:44:33.195000</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.999732, 0.0223292, -0.00614155, -0.0214651, 0.992996, 0.116183]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0819631</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7777, -7214, 354, -155, 45, 91, 82]</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>228.14</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fb5293c3-9f18-46cb-9dd2-d893cac0130a||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.6822073459625244, -0.05758918821811676, -0.02347058802843094, 116.10602569580078], [-0.05990773066878319, 2.664135217666626, 0.313254177570343, -110.92465209960938], [-0.016477322205901146, -0.3117106556892395, 2.681663751602173, -49.07248306274414], [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': ['114433.195000', '114433.655000', '114434.115000', '114434.575000', '114435.035000', '114435.495000', '114435.955000', '114436.415000', '114436.875000', '114437.335000', '114437.795000', '114438.255000', '114438.715000', '114439.175000', '114439.635000', '114440.095000', '114440.555000', '114441.015000', '114441.475000', '114441.935000', '114442.395000', '114442.855000', '114443.315000', '114443.775000', '114444.235000', '114444.695000', '114445.155000', '114445.615000', '114446.075000', '114446.535000', '114446.995000', '114447.455000', '114447.915000', '114448.375000', '114448.835000', '114449.295000', '114449.755000', '114450.215000', '114450.675000', '114451.135000', '114451.595000', '114452.055000', '114452.515000', '114452.975000', '114453.435000', '114453.895000', '114454.355000', '114454.815000', '114455.275000', '114455.735000', '114456.195000', '114456.655000', '114457.115000', '114457.575000', '114458.035000', '114458.495000', '114458.955000', '114459.415000', '114459.875000', '114500.335000', '114500.795000', '114501.255000', '114501.715000', '114502.175000', '114502.635000', '114503.095000', '114503.555000', '114504.015000', '114504.475000', '114504.935000', '114505.395000', '114505.855000', '114506.315000', '114506.775000', '114507.235000', '114507.695000', '114508.155000', '114508.615000', '114509.075000', '114509.535000', '114509.995000', '114510.455000', '114510.915000', '114511.375000', '114511.835000', '114512.295000', '114512.755000', '114513.215000', '114513.675000', '114514.135000', '114514.595000', '114515.055000', '114515.515000', '114515.975000', '114516.435000', '114516.895000', '114517.355000', '114517.815000', '114518.275000', '114518.735000', '114519.195000', '114519.655000', '114520.115000', '114520.575000', '114521.035000', '114521.495000', '114521.955000', '114522.415000', '114522.875000', '114523.335000', '114523.795000', '114524.255000', '114524.715000', '114525.175000', '114525.635000', '114526.095000', '114526.555000', '114527.015000', '114527.475000', '114527.935000', '114528.395000', '114528.855000', '114529.315000', '114529.775000', '114530.235000', '114530.695000', '114531.155000', '114531.615000', '114532.075000', '114532.535000', '114532.995000', '114533.455000', '114533.915000', '114534.375000', '114534.835000', '114535.295000', '114535.755000', '114536.215000', '114536.675000', '114537.135000', '114537.595000', '114538.055000', '114538.515000', '114538.975000', '114539.435000', '114539.895000', '114540.355000', '114540.815000', '114541.275000', '114541.735000', '114542.195000', '114542.655000', '114543.115000', '114543.575000', '114544.035000', '114544.495000', '114544.955000', '114545.415000', '114545.875000', '114546.335000', '114546.795000', '114547.255000', '114547.715000', '114548.175000', '114548.635000', '114549.095000', '114549.555000', '114550.015000', '114550.475000', '114550.935000', '114551.395000', '114551.855000', '114552.315000', '114552.775000', '114553.235000', '114553.695000', '114554.155000', '114554.615000', '114555.075000', '114555.535000', '114555.995000', '114556.455000', '114556.915000', '114557.375000', '114557.835000', '114558.295000', '114558.755000', '114559.215000', '114559.675000', '114600.135000', '114600.595000', '114601.055000', '114601.515000', '114601.975000', '114602.435000', '114602.895000', '114603.355000', '114603.815000', '114604.275000', '114604.735000', '114605.195000', '114605.655000', '114606.115000', '114606.575000', '114607.035000', '114607.495000', '114607.955000', '114608.415000', '114608.875000', '114609.335000', '114609.795000', '114610.255000', '114610.715000', '114611.175000', '114611.635000', '114612.095000', '114612.555000', '114613.015000', '114613.475000', '114613.935000', '114614.395000', '114614.855000', '114615.315000', '114615.775000', '114616.235000', '114616.695000', '114617.155000', '114617.615000', '114618.075000', '114618.535000', '114618.995000', '114619.455000', '114619.915000', '114620.375000', '114620.835000', '114621.295000', '114621.755000', '114622.215000', '114622.675000', '114623.135000', '114623.595000', '114624.055000', '114624.515000', '114624.975000', '114625.435000', '114625.895000', '114626.355000', '114626.815000', '114627.275000', '114627.735000', '114628.195000', '114628.655000', '114629.115000', '114629.575000', '114630.035000', '114630.495000', '114630.955000', '114631.415000', '114631.875000', '114632.335000', '114632.795000', '114633.255000', '114633.715000', '114634.175000', '114634.635000', '114635.095000', '114635.555000', '114636.015000', '114636.475000', '114636.935000', '114637.395000', '114637.855000', '114638.315000', '114638.775000', '114639.235000', '114639.695000', '114640.155000', '114640.615000', '114641.075000', '114641.535000', '114641.995000', '114642.455000', '114642.915000', '114643.375000', '114643.835000', '114644.295000', '114644.755000', '114645.215000', '114645.675000', '114646.135000', '114646.595000', '114647.055000', '114647.515000', '114647.975000', '114648.435000', '114648.895000', '114649.355000', '114649.815000', '114650.275000', '114650.735000', '114651.195000', '114651.655000', '114652.115000', '114652.575000', '114653.035000', '114653.495000', '114653.955000', '114654.415000', '114654.875000', '114655.335000', '114655.795000', '114656.255000', '114656.715000', '114657.175000', '114657.635000', '114658.095000', '114658.555000', '114659.015000', '114659.475000', '114659.935000', '114700.395000', '114700.855000', '114701.315000', '114701.775000', '114702.235000', '114702.695000', '114703.155000', '114703.615000', '114704.075000', '114704.535000', '114704.995000', '114705.455000', '114705.915000', '114706.375000', '114706.835000', '114707.295000', '114707.755000', '114708.215000', '114708.675000', '114709.135000', '114709.595000', '114710.055000', '114710.515000', '114710.975000', '114711.435000', '114711.895000', '114712.355000', '114712.815000', '114713.275000', '114713.735000', '114714.195000', '114714.655000', '114715.115000', '114715.575000', '114716.035000', '114716.495000', '114716.955000', '114717.415000', '114717.875000', '114718.335000', '114718.795000', '114719.255000', '114719.715000', '114720.175000', '114720.635000', '114721.095000', '114721.555000', '114722.015000', '114722.475000', '114722.935000', '114723.395000', '114723.855000', '114724.315000', '114724.775000', '114725.235000', '114725.695000', '114726.155000', '114726.615000', '114727.075000', '114727.535000', '114727.995000', '114728.455000', '114728.915000', '114729.375000', '114729.835000', '114730.295000', '114730.755000', '114731.215000', '114731.675000', '114732.135000', '114732.595000', '114733.055000', '114733.515000', '114733.975000', '114734.435000', '114734.895000', '114735.355000', '114735.815000', '114736.275000', '114736.735000', '114737.195000', '114737.655000', '114738.115000', '114738.575000', '114739.035000', '114739.495000', '114739.955000', '114740.415000', '114740.875000', '114741.335000', '114741.795000', '114742.255000', '114742.715000', '114743.175000', '114743.635000', '114744.095000', '114744.555000', '114745.015000', '114745.475000', '114745.935000', '114746.395000', '114746.855000', '114747.315000', '114747.775000', '114748.235000', '114748.695000', '114749.155000', '114749.615000', '114750.075000', '114750.535000', '114750.995000', '114751.455000', '114751.915000', '114752.375000', '114752.835000', '114753.295000', '114753.755000', '114754.215000', '114754.675000', '114755.135000', '114755.595000', '114756.055000', '114756.515000', '114756.975000', '114757.435000', '114757.895000', '114758.355000', '114758.815000', '114759.275000', '114759.735000', '114800.195000', '114800.655000', '114801.115000', '114801.575000', '114802.035000', '114802.495000', '114802.955000', '114803.415000', '114803.875000', '114804.335000', '114804.795000', '114805.255000', '114805.715000', '114806.175000', '114806.635000', '114807.095000', '114807.555000', '114808.015000', '114808.475000', '114808.935000', '114809.395000', '114809.855000', '114810.315000', '114810.775000', '114811.235000', '114811.695000', '114812.155000', '114812.615000', '114813.075000', '114813.535000', '114813.995000', '114814.455000', '114814.915000', '114815.375000', '114815.835000', '114816.295000', '114816.755000', '114817.215000', '114817.675000', '114818.135000', '114818.595000', '114819.055000', '114819.515000', '114819.975000', '114820.435000', '114820.895000', '114821.355000', '114821.815000', '114822.275000', '114822.735000', '114823.195000', '114823.655000', '114824.115000', '114824.575000', '114825.035000', '114825.495000', '114825.955000', '114826.415000', '114826.875000', '114827.335000', '114827.795000', '114828.255000', '114828.715000', '114829.175000', '114829.635000', '114830.095000', '114830.555000', '114831.015000', '114831.475000', '114831.935000', '114832.395000', '114832.855000', '114833.315000', '114833.775000', '114834.235000', '114834.695000', '114835.155000', '114835.615000', '114836.075000', '114836.535000', '114836.995000', '114837.455000', '114837.915000', '114838.375000', '114838.835000', '114839.295000', '114839.755000', '114840.215000', '114840.675000', '114841.135000', '114841.595000', '114842.055000', '114842.515000', '114842.975000', '114843.435000', '114843.895000', '114844.355000', '114844.815000', '114845.275000', '114845.735000', '114846.195000', '114846.655000', '114847.115000', '114847.575000', '114848.035000', '114848.495000', '114848.955000', '114849.415000', '114849.875000', '114850.335000', '114850.795000', '114851.255000', '114851.715000', '114852.175000', '114852.635000', '114853.095000', '114853.555000', '114854.015000', '114854.475000', '114854.935000', '114855.395000', '114855.855000', '114856.315000', '114856.775000', '114857.235000', '114857.695000', '114858.155000', '114858.615000', '114859.075000', '114859.535000', '114859.995000', '114900.455000', '114900.915000', '114901.375000', '114901.835000', '114902.295000', '114902.755000', '114903.215000', '114903.675000', '114904.135000', '114904.595000', '114905.055000', '114905.515000', '114905.975000', '114906.435000', '114906.895000', '114907.355000', '114907.815000', '114908.275000', '114908.735000', '114909.195000', '114909.655000', '114910.115000', '114910.575000', '114911.035000', '114911.495000', '114911.955000', '114912.415000', '114912.875000', '114913.335000', '114913.795000', '114914.255000', '114914.715000', '114915.175000', '114915.635000', '114916.095000', '114916.555000', '114917.015000', '114917.475000', '114917.935000', '114918.395000', '114918.855000', '114919.315000', '114919.775000', '114920.235000', '114920.695000', '114921.155000', '114921.615000', '114922.075000', '114922.535000', '114922.995000', '114923.455000', '114923.915000', '114924.375000', '114924.835000', '114925.295000', '114925.755000', '114926.215000', '114926.675000', '114927.135000', '114927.595000', '114928.055000', '114928.515000', '114928.975000', '114929.435000', '114929.895000', '114930.355000', '114930.815000', '114931.275000', '114931.735000', '114932.195000', '114932.655000', '114933.115000', '114933.575000', '114934.035000', '114934.495000', '114934.955000', '114935.415000', '114935.875000', '114936.335000', '114936.795000', '114937.255000', '114937.715000', '114938.175000', '114938.635000', '114939.095000', '114939.555000', '114940.015000', '114940.475000', '114940.935000', '114941.395000', '114941.855000', '114942.315000', '114942.775000', '114943.235000', '114943.695000', '114944.155000', '114944.615000', '114945.075000', '114945.535000', '114945.995000', '114946.455000', '114946.915000', '114947.375000', '114947.835000', '114948.295000', '114948.755000', '114949.215000', '114949.675000', '114950.135000', '114950.595000', '114951.055000', '114951.515000', '114951.975000', '114952.435000', '114952.895000', '114953.355000', '114953.815000', '114954.275000', '114954.735000', '114955.195000', '114955.655000', '114956.115000', '114956.575000', '114957.035000', '114957.495000', '114957.955000', '114958.415000', '114958.875000', '114959.335000', '114959.795000', '115000.255000', '115000.715000', '115001.175000', '115001.635000', '115002.095000', '115002.555000', '115003.015000', '115003.475000', '115003.935000', '115004.395000', '115004.855000', '115005.315000', '115005.775000', '115006.235000', '115006.695000', '115007.155000', '115007.615000', '115008.075000', '115008.535000', '115008.995000', '115009.455000', '115009.915000', '115010.375000', '115010.835000', '115011.295000', '115011.755000', '115012.215000', '115012.675000', '115013.135000', '115013.595000', '115014.055000', '115014.515000', '115014.975000', '115015.435000', '115015.895000', '115016.355000', '115016.815000', '115017.275000', '115017.735000', '115018.195000', '115018.655000', '115019.115000', '115019.575000', '115020.035000', '115020.495000', '115020.955000', '115021.415000', '115021.875000', '115022.335000', '115022.795000', '115023.255000', '115023.715000', '115024.175000', '115024.635000', '115025.095000', '115025.555000', '115026.015000', '115026.475000', '115026.935000', '115027.395000', '115027.855000', '115028.315000', '115028.775000', '115029.235000', '115029.695000', '115030.155000', '115030.615000', '115031.075000', '115031.535000', '115031.995000', '115032.455000', '115032.915000', '115033.375000', '115033.835000', '115034.295000', '115034.755000', '115035.215000', '115035.675000', '115036.135000', '115036.595000', '115037.055000', '115037.515000', '115037.975000', '115038.435000', '115038.895000', '115039.355000', '115039.815000', '115040.275000', '115040.735000', '115041.195000', '115041.655000', '115042.115000', '115042.575000', '115043.035000', '115043.495000', '115043.955000', '115044.415000', '115044.875000', '115045.335000', '115045.795000', '115046.255000', '115046.715000', '115047.175000', '115047.635000', '115048.095000', '115048.555000', '115049.015000', '115049.475000', '115049.935000', '115050.395000', '115050.855000', '115051.315000', '115051.775000', '115052.235000', '115052.695000', '115053.155000', '115053.615000', '115054.075000', '115054.535000', '115054.995000', '115055.455000', '115055.915000', '115056.375000', '115056.835000', '115057.295000', '115057.755000', '115058.215000', '115058.675000', '115059.135000', '115059.595000', '115100.055000', '115100.515000', '115100.975000', '115101.435000', '115101.895000', '115102.355000', '115102.815000', '115103.275000', '115103.735000', '115104.195000', '115104.655000', '115105.115000', '115105.575000', '115106.035000', '115106.495000', '115106.955000', '115107.415000', '115107.875000', '115108.335000', '115108.795000', '115109.255000', '115109.715000', '115110.175000', '115110.635000', '115111.095000', '115111.555000', '115112.015000', '115112.475000', '115112.935000', '115113.395000', '115113.855000', '115114.315000', '115114.775000', '115115.235000', '115115.695000', '115116.155000', '115116.615000', '115117.075000', '115117.535000', '115117.995000', '115118.455000', '115118.915000', '115119.375000', '115119.835000', '115120.295000', '115120.755000', '115121.215000', '115121.675000', '115122.135000', '115122.595000', '115123.055000', '115123.515000', '115123.975000', '115124.435000', '115124.895000', '115125.355000', '115125.815000', '115126.275000', '115126.735000', '115127.195000', '115127.655000', '115128.115000', '115128.575000', '115129.035000', '115129.495000', '115129.955000', '115130.415000', '115130.875000', '115131.335000', '115131.795000', '115132.255000', '115132.715000', '115133.175000'], 'ContentTime': ['114454.848000', '114454.851000', '114454.860000', '114454.863000', '114454.865000', '114454.868000', '114454.870000', '114454.873000', '114454.875000', '114454.878000', '114454.880000', '114454.883000', '114454.885000', '114454.888000', '114454.891000', '114454.893000', '114454.896000', '114454.898000', '114454.901000', '114454.903000', '114454.906000', '114454.908000', '114454.911000', '114454.913000', '114454.916000', '114454.919000', '114454.921000', '114454.924000', '114454.926000', '114454.929000', '114454.931000', '114454.934000', '114454.936000', '114454.939000', '114454.942000', '114454.944000', '114454.947000', '114454.949000', '114454.952000', '114454.954000', '114454.957000', '114454.959000', '114454.962000', '114454.965000', '114454.967000', '114514.822000', '114514.825000', '114514.828000', '114514.830000', '114514.833000', '114514.835000', '114514.838000', '114514.840000', '114514.843000', '114514.845000', '114514.848000', '114514.851000', '114514.853000', '114514.856000', '114514.858000', '114514.861000', '114514.863000', '114514.866000', '114514.868000', '114514.871000', '114514.874000', '114514.876000', '114514.879000', '114514.881000', '114514.884000', '114514.886000', '114514.889000', '114514.891000', '114514.894000', '114514.896000', '114514.909000', '114514.912000', '114514.914000', '114514.917000', '114514.919000', '114514.922000', '114514.924000', '114514.927000', '114514.929000', '114514.932000', '114514.934000', '114514.937000', '114514.940000', '114534.822000', '114534.826000', '114534.828000', '114534.831000', '114534.834000', '114534.836000', '114534.839000', '114534.841000', '114534.844000', '114534.846000', '114534.859000', '114534.862000', '114534.865000', '114534.867000', '114534.870000', '114534.872000', '114534.875000', '114534.878000', '114534.881000', '114534.884000', '114534.886000', '114534.889000', '114534.891000', '114534.894000', '114534.897000', '114534.899000', '114534.902000', '114534.904000', '114534.907000', '114534.909000', '114534.912000', '114534.914000', '114534.917000', '114534.920000', '114534.922000', '114534.934000', '114534.937000', '114534.939000', '114534.942000', '114534.944000', '114534.947000', '114534.949000', '114534.952000', '114554.822000', '114554.825000', '114554.828000', '114554.830000', '114554.833000', '114554.836000', '114554.838000', '114554.841000', '114554.843000', '114554.846000', '114554.848000', '114554.851000', '114554.854000', '114554.856000', '114554.859000', '114554.861000', '114554.864000', '114554.866000', '114554.869000', '114554.871000', '114554.874000', '114554.876000', '114554.879000', '114554.881000', '114554.884000', '114554.887000', '114554.889000', '114554.892000', '114554.894000', '114554.897000', '114554.899000', '114554.902000', '114554.904000', '114554.907000', '114554.909000', '114554.912000', '114554.915000', '114554.917000', '114554.920000', '114554.922000', '114554.925000', '114554.927000', '114554.930000', '114554.932000', '114614.822000', '114614.825000', '114614.828000', '114614.830000', '114614.833000', '114614.835000', '114614.838000', '114614.841000', '114614.843000', '114614.846000', '114614.848000', '114614.851000', '114614.853000', '114614.856000', '114614.858000', '114614.861000', '114614.864000', '114614.866000', '114614.869000', '114614.871000', '114614.874000', '114614.876000', '114614.879000', '114614.881000', '114614.884000', '114614.886000', '114614.889000', '114614.892000', '114614.900000', '114614.903000', '114614.906000', '114614.908000', '114614.911000', '114614.913000', '114614.916000', '114614.918000', '114614.921000', '114614.924000', '114614.926000', '114614.929000', '114614.931000', '114614.934000', '114614.936000', '114634.822000', '114634.825000', '114634.828000', '114634.830000', '114634.833000', '114634.835000', '114634.838000', '114634.840000', '114634.843000', '114634.846000', '114634.848000', '114634.851000', '114634.853000', '114634.856000', '114634.858000', '114634.861000', '114634.863000', '114634.866000', '114634.868000', '114634.871000', '114634.873000', '114634.876000', '114634.879000', '114634.881000', '114634.884000', '114634.886000', '114634.889000', '114634.891000', '114634.894000', '114634.897000', '114634.899000', '114634.902000', '114634.904000', '114634.907000', '114634.909000', '114634.912000', '114634.914000', '114634.921000', '114634.923000', '114634.926000', '114634.929000', '114634.931000', '114634.934000', '114634.936000', '114654.823000', '114654.825000', '114654.828000', '114654.830000', '114654.833000', '114654.835000', '114654.838000', '114654.841000', '114654.843000', '114654.846000', '114654.848000', '114654.851000', '114654.853000', '114654.856000', '114654.859000', '114654.861000', '114654.864000', '114654.866000', '114654.869000', '114654.871000', '114654.874000', '114654.876000', '114654.879000', '114654.882000', '114654.884000', '114654.887000', '114654.889000', '114654.892000', '114654.894000', '114654.897000', '114654.899000', '114654.902000', '114654.905000', '114654.907000', '114654.910000', '114654.912000', '114654.915000', '114654.917000', '114654.921000', '114654.924000', '114654.926000', '114654.929000', '114654.931000', '114714.822000', '114714.825000', '114714.828000', '114714.830000', '114714.833000', '114714.835000', '114714.846000', '114714.848000', '114714.851000', '114714.854000', '114714.856000', '114714.859000', '114714.861000', '114714.864000', '114714.866000', '114714.869000', '114714.871000', '114714.874000', '114714.877000', '114714.879000', '114714.882000', '114714.884000', '114714.887000', '114714.890000', '114714.892000', '114714.895000', '114714.897000', '114714.900000', '114714.902000', '114714.905000', '114714.908000', '114714.910000', '114714.913000', '114714.915000', '114714.918000', '114714.920000', '114714.923000', '114714.926000', '114714.928000', '114714.931000', '114714.933000', '114714.936000', '114714.938000', '114714.941000', '114734.823000', '114734.825000', '114734.828000', '114734.831000', '114734.833000', '114734.836000', '114734.838000', '114734.841000', '114734.843000', '114734.846000', '114734.849000', '114734.851000', '114734.854000', '114734.856000', '114734.859000', '114734.861000', '114734.864000', '114734.867000', '114734.870000', '114734.873000', '114734.876000', '114734.879000', '114734.881000', '114734.884000', '114734.886000', '114734.889000', '114734.891000', '114734.894000', '114734.896000', '114734.899000', '114734.902000', '114734.904000', '114734.907000', '114734.909000', '114734.912000', '114734.914000', '114734.917000', '114734.920000', '114734.922000', '114734.925000', '114734.927000', '114734.930000', '114734.932000', '114754.822000', '114754.825000', '114754.828000', '114754.830000', '114754.833000', '114754.836000', '114754.838000', '114754.841000', '114754.843000', '114754.846000', '114754.848000', '114754.851000', '114754.854000', '114754.856000', '114754.859000', '114754.861000', '114754.864000', '114754.866000', '114754.869000', '114754.872000', '114754.874000', '114754.877000', '114754.879000', '114754.882000', '114754.884000', '114754.887000', '114754.889000', '114754.892000', '114754.895000', '114754.897000', '114754.900000', '114754.902000', '114754.905000', '114754.907000', '114754.910000', '114754.912000', '114754.915000', '114754.918000', '114754.920000', '114754.923000', '114754.925000', '114754.928000', '114754.930000', '114754.933000', '114814.822000', '114814.825000', '114814.828000', '114814.830000', '114814.833000', '114814.836000', '114814.838000', '114814.841000', '114814.843000', '114814.846000', '114814.848000', '114814.851000', '114814.853000', '114814.856000', '114814.859000', '114814.861000', '114814.864000', '114814.866000', '114814.869000', '114814.871000', '114814.874000', '114814.876000', '114814.879000', '114814.882000', '114814.884000', '114814.887000', '114814.889000', '114814.892000', '114814.894000', '114814.897000', '114814.899000', '114814.902000', '114814.905000', '114814.907000', '114814.910000', '114814.913000', '114814.915000', '114814.918000', '114814.920000', '114814.923000', '114814.925000', '114814.928000', '114814.931000', '114834.822000', '114834.825000', '114834.828000', '114834.831000', '114834.833000', '114834.836000', '114834.839000', '114834.842000', '114834.845000', '114834.848000', '114834.850000', '114834.853000', '114834.855000', '114834.858000', '114834.860000', '114834.863000', '114834.866000', '114834.868000', '114834.871000', '114834.873000', '114834.876000', '114834.879000', '114834.881000', '114834.884000', '114834.886000', '114834.889000', '114834.891000', '114834.894000', '114834.896000', '114834.899000', '114834.902000', '114834.913000', '114834.916000', '114834.918000', '114834.921000', '114834.924000', '114834.926000', '114834.929000', '114834.931000', '114834.934000', '114834.936000', '114834.939000', '114834.942000', '114854.823000', '114854.825000', '114854.828000', '114854.831000', '114854.833000', '114854.836000', '114854.838000', '114854.841000', '114854.843000', '114854.846000', '114854.848000', '114854.851000', '114854.854000', '114854.856000', '114854.859000', '114854.861000', '114854.864000', '114854.866000', '114854.869000', '114854.872000', '114854.874000', '114854.877000', '114854.879000', '114854.882000', '114854.884000', '114854.887000', '114854.890000', '114854.892000', '114854.895000', '114854.897000', '114854.900000', '114854.903000', '114854.905000', '114854.908000', '114854.910000', '114854.913000', '114854.915000', '114854.918000', '114854.921000', '114854.923000', '114854.926000', '114854.928000', '114854.931000', '114854.934000', '114914.823000', '114914.825000', '114914.828000', '114914.831000', '114914.833000', '114914.836000', '114914.838000', '114914.841000', '114914.844000', '114914.846000', '114914.849000', '114914.851000', '114914.854000', '114914.856000', '114914.859000', '114914.862000', '114914.864000', '114914.867000', '114914.869000', '114914.872000', '114914.874000', '114914.877000', '114914.879000', '114914.882000', '114914.885000', '114914.887000', '114914.890000', '114914.892000', '114914.895000', '114914.897000', '114914.900000', '114914.903000', '114914.905000', '114914.908000', '114914.910000', '114914.913000', '114914.916000', '114914.918000', '114914.921000', '114914.923000', '114914.926000', '114914.928000', '114914.931000', '114914.934000', '114934.822000', '114934.825000', '114934.828000', '114934.830000', '114934.833000', '114934.835000', '114934.838000', '114934.841000', '114934.843000', '114934.846000', '114934.848000', '114934.851000', '114934.853000', '114934.856000', '114934.859000', '114934.861000', '114934.864000', '114934.866000', '114934.869000', '114934.871000', '114934.874000', '114934.876000', '114934.879000', '114934.882000', '114934.884000', '114934.887000', '114934.889000', '114934.892000', '114934.894000', '114934.897000', '114934.900000', '114934.902000', '114934.905000', '114934.907000', '114934.910000', '114934.912000', '114934.915000', '114934.917000', '114934.920000', '114934.923000', '114934.925000', '114934.928000', '114934.930000', '114954.823000', '114954.825000', '114954.828000', '114954.830000', '114954.833000', '114954.836000', '114954.838000', '114954.841000', '114954.844000', '114954.846000', '114954.849000', '114954.851000', '114954.854000', '114954.856000', '114954.859000', '114954.862000', '114954.864000', '114954.867000', '114954.869000', '114954.872000', '114954.874000', '114954.877000', '114954.880000', '114954.882000', '114954.885000', '114954.887000', '114954.890000', '114954.893000', '114954.895000', '114954.898000', '114954.900000', '114954.903000', '114954.905000', '114954.908000', '114954.911000', '114954.913000', '114954.916000', '114954.918000', '114954.921000', '114954.923000', '114954.926000', '114954.928000', '114954.931000', '114954.934000', '115014.822000', '115014.825000', '115014.828000', '115014.830000', '115014.833000', '115014.836000', '115014.838000', '115014.841000', '115014.843000', '115014.846000', '115014.848000', '115014.851000', '115014.854000', '115014.856000', '115014.859000', '115014.861000', '115014.864000', '115014.867000', '115014.869000', '115014.872000', '115014.874000', '115014.877000', '115014.879000', '115014.882000', '115014.886000', '115014.889000', '115014.892000', '115014.894000', '115014.897000', '115014.899000', '115014.902000', '115014.905000', '115014.907000', '115014.910000', '115014.912000', '115014.915000', '115014.917000', '115014.920000', '115014.923000', '115014.925000', '115014.928000', '115014.931000', '115014.933000', '115034.823000', '115034.825000', '115034.828000', '115034.831000', '115034.833000', '115034.836000', '115034.838000', '115034.841000', '115034.843000', '115034.846000', '115034.849000', '115034.851000', '115034.854000', '115034.857000', '115034.859000', '115034.862000', '115034.864000', '115034.867000', '115034.869000', '115034.872000', '115034.875000', '115034.877000', '115034.880000', '115034.882000', '115034.885000', '115034.887000', '115034.890000', '115034.893000', '115034.895000', '115034.898000', '115034.900000', '115034.903000', '115034.905000', '115034.908000', '115034.911000', '115034.913000', '115034.916000', '115034.918000', '115034.921000', '115034.923000', '115034.926000', '115034.929000', '115034.931000', '115034.934000', '115054.823000', '115054.825000', '115054.828000', '115054.830000', '115054.833000', '115054.836000', '115054.838000', '115054.841000', '115054.843000', '115054.846000', '115054.848000', '115054.851000', '115054.854000', '115054.856000', '115054.859000', '115054.861000', '115054.864000', '115054.866000', '115054.869000', '115054.872000', '115054.874000', '115054.877000', '115054.879000', '115054.882000', '115054.884000', '115054.887000', '115054.889000', '115054.892000', '115054.895000', '115054.897000', '115054.900000', '115054.902000', '115054.905000', '115054.907000', '115054.910000', '115054.912000', '115054.915000', '115054.918000', '115054.920000', '115054.923000', '115054.925000', '115054.928000', '115054.931000', '115114.823000', '115114.825000', '115114.828000', '115114.831000', '115114.833000', '115114.836000', '115114.838000', '115114.841000', '115114.843000', '115114.846000', '115114.849000', '115114.851000', '115114.854000', '115114.856000', '115114.859000', '115114.861000', '115114.864000', '115114.866000', '115114.869000', '115114.872000', '115114.874000', '115114.877000', '115114.879000', '115114.882000', '115114.884000', '115114.887000', '115114.890000', '115114.892000', '115114.895000', '115114.897000', '115114.900000', '115114.902000', '115114.905000', '115114.907000', '115114.910000', '115114.913000', '115114.915000', '115114.918000', '115114.920000', '115114.923000', '115114.925000', '115114.928000', '115114.931000', '115114.933000', '115134.563000', '115134.565000', '115134.568000', '115134.571000', '115134.573000', '115134.576000', '115134.578000', '115134.581000', '115134.600000', '115134.602000', '115134.605000', '115134.608000', '115134.610000', '115134.613000', '115134.615000', '115134.618000', '115134.621000', '115134.623000', '115134.626000', '115134.628000', '115134.631000', '115134.634000', '115134.636000', '115134.639000', '115134.642000', '115134.644000', '115134.647000', '115134.649000', '115134.652000', '115134.655000', '115134.657000', '115134.660000', '115134.662000', '115134.665000', '115134.667000', '115134.670000', '115134.672000', '115134.675000', '115134.678000', '115134.680000', '115134.683000', '115134.685000', '115134.688000'], 'InstanceCreationTime': ['114454.848000', '114454.851000', '114454.860000', '114454.863000', '114454.865000', '114454.868000', '114454.870000', '114454.873000', '114454.875000', '114454.878000', '114454.880000', '114454.883000', '114454.885000', '114454.888000', '114454.891000', '114454.893000', '114454.896000', '114454.898000', '114454.901000', '114454.903000', '114454.906000', '114454.908000', '114454.911000', '114454.913000', '114454.916000', '114454.919000', '114454.921000', '114454.924000', '114454.926000', '114454.929000', '114454.931000', '114454.934000', '114454.936000', '114454.939000', '114454.942000', '114454.944000', '114454.947000', '114454.949000', '114454.952000', '114454.954000', '114454.957000', '114454.959000', '114454.962000', '114454.965000', '114454.967000', '114514.822000', '114514.825000', '114514.828000', '114514.830000', '114514.833000', '114514.835000', '114514.838000', '114514.840000', '114514.843000', '114514.845000', '114514.848000', '114514.851000', '114514.853000', '114514.856000', '114514.858000', '114514.861000', '114514.863000', '114514.866000', '114514.868000', '114514.871000', '114514.874000', '114514.876000', '114514.879000', '114514.881000', '114514.884000', '114514.886000', '114514.889000', '114514.891000', '114514.894000', '114514.896000', '114514.909000', '114514.912000', '114514.914000', '114514.917000', '114514.919000', '114514.922000', '114514.924000', '114514.927000', '114514.929000', '114514.932000', '114514.934000', '114514.937000', '114514.940000', '114534.822000', '114534.826000', '114534.828000', '114534.831000', '114534.834000', '114534.836000', '114534.839000', '114534.841000', '114534.844000', '114534.846000', '114534.859000', '114534.862000', '114534.865000', '114534.867000', '114534.870000', '114534.872000', '114534.875000', '114534.878000', '114534.881000', '114534.884000', '114534.886000', '114534.889000', '114534.891000', '114534.894000', '114534.897000', '114534.899000', '114534.902000', '114534.904000', '114534.907000', '114534.909000', '114534.912000', '114534.914000', '114534.917000', '114534.920000', '114534.922000', '114534.934000', '114534.937000', '114534.939000', '114534.942000', '114534.944000', '114534.947000', '114534.949000', '114534.952000', '114554.822000', '114554.825000', '114554.828000', '114554.830000', '114554.833000', '114554.836000', '114554.838000', '114554.841000', '114554.843000', '114554.846000', '114554.848000', '114554.851000', '114554.854000', '114554.856000', '114554.859000', '114554.861000', '114554.864000', '114554.866000', '114554.869000', '114554.871000', '114554.874000', '114554.876000', '114554.879000', '114554.881000', '114554.884000', '114554.887000', '114554.889000', '114554.892000', '114554.894000', '114554.897000', '114554.899000', '114554.902000', '114554.904000', '114554.907000', '114554.909000', '114554.912000', '114554.915000', '114554.917000', '114554.920000', '114554.922000', '114554.925000', '114554.927000', '114554.930000', '114554.932000', '114614.822000', '114614.825000', '114614.828000', '114614.830000', '114614.833000', '114614.835000', '114614.838000', '114614.841000', '114614.843000', '114614.846000', '114614.848000', '114614.851000', '114614.853000', '114614.856000', '114614.858000', '114614.861000', '114614.864000', '114614.866000', '114614.869000', '114614.871000', '114614.874000', '114614.876000', '114614.879000', '114614.881000', '114614.884000', '114614.886000', '114614.889000', '114614.892000', '114614.900000', '114614.903000', '114614.906000', '114614.908000', '114614.911000', '114614.913000', '114614.916000', '114614.918000', '114614.921000', '114614.924000', '114614.926000', '114614.929000', '114614.931000', '114614.934000', '114614.936000', '114634.822000', '114634.825000', '114634.828000', '114634.830000', '114634.833000', '114634.835000', '114634.838000', '114634.840000', '114634.843000', '114634.846000', '114634.848000', '114634.851000', '114634.853000', '114634.856000', '114634.858000', '114634.861000', '114634.863000', '114634.866000', '114634.868000', '114634.871000', '114634.873000', '114634.876000', '114634.879000', '114634.881000', '114634.884000', '114634.886000', '114634.889000', '114634.891000', '114634.894000', '114634.897000', '114634.899000', '114634.902000', '114634.904000', '114634.907000', '114634.909000', '114634.912000', '114634.914000', '114634.921000', '114634.923000', '114634.926000', '114634.929000', '114634.931000', '114634.934000', '114634.936000', '114654.823000', '114654.825000', '114654.828000', '114654.830000', '114654.833000', '114654.835000', '114654.838000', '114654.841000', '114654.843000', '114654.846000', '114654.848000', '114654.851000', '114654.853000', '114654.856000', '114654.859000', '114654.861000', '114654.864000', '114654.866000', '114654.869000', '114654.871000', '114654.874000', '114654.876000', '114654.879000', '114654.882000', '114654.884000', '114654.887000', '114654.889000', '114654.892000', '114654.894000', '114654.897000', '114654.899000', '114654.902000', '114654.905000', '114654.907000', '114654.910000', '114654.912000', '114654.915000', '114654.917000', '114654.921000', '114654.924000', '114654.926000', '114654.929000', '114654.931000', '114714.822000', '114714.825000', '114714.828000', '114714.830000', '114714.833000', '114714.835000', '114714.846000', '114714.848000', '114714.851000', '114714.854000', '114714.856000', '114714.859000', '114714.861000', '114714.864000', '114714.866000', '114714.869000', '114714.871000', '114714.874000', '114714.877000', '114714.879000', '114714.882000', '114714.884000', '114714.887000', '114714.890000', '114714.892000', '114714.895000', '114714.897000', '114714.900000', '114714.902000', '114714.905000', '114714.908000', '114714.910000', '114714.913000', '114714.915000', '114714.918000', '114714.920000', '114714.923000', '114714.926000', '114714.928000', '114714.931000', '114714.933000', '114714.936000', '114714.938000', '114714.941000', '114734.823000', '114734.825000', '114734.828000', '114734.831000', '114734.833000', '114734.836000', '114734.838000', '114734.841000', '114734.843000', '114734.846000', '114734.849000', '114734.851000', '114734.854000', '114734.856000', '114734.859000', '114734.861000', '114734.864000', '114734.867000', '114734.870000', '114734.873000', '114734.876000', '114734.879000', '114734.881000', '114734.884000', '114734.886000', '114734.889000', '114734.891000', '114734.894000', '114734.896000', '114734.899000', '114734.902000', '114734.904000', '114734.907000', '114734.909000', '114734.912000', '114734.914000', '114734.917000', '114734.920000', '114734.922000', '114734.925000', '114734.927000', '114734.930000', '114734.932000', '114754.822000', '114754.825000', '114754.828000', '114754.830000', '114754.833000', '114754.836000', '114754.838000', '114754.841000', '114754.843000', '114754.846000', '114754.848000', '114754.851000', '114754.854000', '114754.856000', '114754.859000', '114754.861000', '114754.864000', '114754.866000', '114754.869000', '114754.872000', '114754.874000', '114754.877000', '114754.879000', '114754.882000', '114754.884000', '114754.887000', '114754.889000', '114754.892000', '114754.895000', '114754.897000', '114754.900000', '114754.902000', '114754.905000', '114754.907000', '114754.910000', '114754.912000', '114754.915000', '114754.918000', '114754.920000', '114754.923000', '114754.925000', '114754.928000', '114754.930000', '114754.933000', '114814.822000', '114814.825000', '114814.828000', '114814.830000', '114814.833000', '114814.836000', '114814.838000', '114814.841000', '114814.843000', '114814.846000', '114814.848000', '114814.851000', '114814.853000', '114814.856000', '114814.859000', '114814.861000', '114814.864000', '114814.866000', '114814.869000', '114814.871000', '114814.874000', '114814.876000', '114814.879000', '114814.882000', '114814.884000', '114814.887000', '114814.889000', '114814.892000', '114814.894000', '114814.897000', '114814.899000', '114814.902000', '114814.905000', '114814.907000', '114814.910000', '114814.913000', '114814.915000', '114814.918000', '114814.920000', '114814.923000', '114814.925000', '114814.928000', '114814.931000', '114834.822000', '114834.825000', '114834.828000', '114834.831000', '114834.833000', '114834.836000', '114834.839000', '114834.842000', '114834.845000', '114834.848000', '114834.850000', '114834.853000', '114834.855000', '114834.858000', '114834.860000', '114834.863000', '114834.866000', '114834.868000', '114834.871000', '114834.873000', '114834.876000', '114834.879000', '114834.881000', '114834.884000', '114834.886000', '114834.889000', '114834.891000', '114834.894000', '114834.896000', '114834.899000', '114834.902000', '114834.913000', '114834.916000', '114834.918000', '114834.921000', '114834.924000', '114834.926000', '114834.929000', '114834.931000', '114834.934000', '114834.936000', '114834.939000', '114834.942000', '114854.823000', '114854.825000', '114854.828000', '114854.831000', '114854.833000', '114854.836000', '114854.838000', '114854.841000', '114854.843000', '114854.846000', '114854.848000', '114854.851000', '114854.854000', '114854.856000', '114854.859000', '114854.861000', '114854.864000', '114854.866000', '114854.869000', '114854.872000', '114854.874000', '114854.877000', '114854.879000', '114854.882000', '114854.884000', '114854.887000', '114854.890000', '114854.892000', '114854.895000', '114854.897000', '114854.900000', '114854.903000', '114854.905000', '114854.908000', '114854.910000', '114854.913000', '114854.915000', '114854.918000', '114854.921000', '114854.923000', '114854.926000', '114854.928000', '114854.931000', '114854.934000', '114914.823000', '114914.825000', '114914.828000', '114914.831000', '114914.833000', '114914.836000', '114914.838000', '114914.841000', '114914.844000', '114914.846000', '114914.849000', '114914.851000', '114914.854000', '114914.856000', '114914.859000', '114914.862000', '114914.864000', '114914.867000', '114914.869000', '114914.872000', '114914.874000', '114914.877000', '114914.879000', '114914.882000', '114914.885000', '114914.887000', '114914.890000', '114914.892000', '114914.895000', '114914.897000', '114914.900000', '114914.903000', '114914.905000', '114914.908000', '114914.910000', '114914.913000', '114914.916000', '114914.918000', '114914.921000', '114914.923000', '114914.926000', '114914.928000', '114914.931000', '114914.934000', '114934.822000', '114934.825000', '114934.828000', '114934.830000', '114934.833000', '114934.835000', '114934.838000', '114934.841000', '114934.843000', '114934.846000', '114934.848000', '114934.851000', '114934.853000', '114934.856000', '114934.859000', '114934.861000', '114934.864000', '114934.866000', '114934.869000', '114934.871000', '114934.874000', '114934.876000', '114934.879000', '114934.882000', '114934.884000', '114934.887000', '114934.889000', '114934.892000', '114934.894000', '114934.897000', '114934.900000', '114934.902000', '114934.905000', '114934.907000', '114934.910000', '114934.912000', '114934.915000', '114934.917000', '114934.920000', '114934.923000', '114934.925000', '114934.928000', '114934.930000', '114954.823000', '114954.825000', '114954.828000', '114954.830000', '114954.833000', '114954.836000', '114954.838000', '114954.841000', '114954.844000', '114954.846000', '114954.849000', '114954.851000', '114954.854000', '114954.856000', '114954.859000', '114954.862000', '114954.864000', '114954.867000', '114954.869000', '114954.872000', '114954.874000', '114954.877000', '114954.880000', '114954.882000', '114954.885000', '114954.887000', '114954.890000', '114954.893000', '114954.895000', '114954.898000', '114954.900000', '114954.903000', '114954.905000', '114954.908000', '114954.911000', '114954.913000', '114954.916000', '114954.918000', '114954.921000', '114954.923000', '114954.926000', '114954.928000', '114954.931000', '114954.934000', '115014.822000', '115014.825000', '115014.828000', '115014.830000', '115014.833000', '115014.836000', '115014.838000', '115014.841000', '115014.843000', '115014.846000', '115014.848000', '115014.851000', '115014.854000', '115014.856000', '115014.859000', '115014.861000', '115014.864000', '115014.867000', '115014.869000', '115014.872000', '115014.874000', '115014.877000', '115014.879000', '115014.882000', '115014.886000', '115014.889000', '115014.892000', '115014.894000', '115014.897000', '115014.899000', '115014.902000', '115014.905000', '115014.907000', '115014.910000', '115014.912000', '115014.915000', '115014.917000', '115014.920000', '115014.923000', '115014.925000', '115014.928000', '115014.931000', '115014.933000', '115034.823000', '115034.825000', '115034.828000', '115034.831000', '115034.833000', '115034.836000', '115034.838000', '115034.841000', '115034.843000', '115034.846000', '115034.849000', '115034.851000', '115034.854000', '115034.857000', '115034.859000', '115034.862000', '115034.864000', '115034.867000', '115034.869000', '115034.872000', '115034.875000', '115034.877000', '115034.880000', '115034.882000', '115034.885000', '115034.887000', '115034.890000', '115034.893000', '115034.895000', '115034.898000', '115034.900000', '115034.903000', '115034.905000', '115034.908000', '115034.911000', '115034.913000', '115034.916000', '115034.918000', '115034.921000', '115034.923000', '115034.926000', '115034.929000', '115034.931000', '115034.934000', '115054.823000', '115054.825000', '115054.828000', '115054.830000', '115054.833000', '115054.836000', '115054.838000', '115054.841000', '115054.843000', '115054.846000', '115054.848000', '115054.851000', '115054.854000', '115054.856000', '115054.859000', '115054.861000', '115054.864000', '115054.866000', '115054.869000', '115054.872000', '115054.874000', '115054.877000', '115054.879000', '115054.882000', '115054.884000', '115054.887000', '115054.889000', '115054.892000', '115054.895000', '115054.897000', '115054.900000', '115054.902000', '115054.905000', '115054.907000', '115054.910000', '115054.912000', '115054.915000', '115054.918000', '115054.920000', '115054.923000', '115054.925000', '115054.928000', '115054.931000', '115114.823000', '115114.825000', '115114.828000', '115114.831000', '115114.833000', '115114.836000', '115114.838000', '115114.841000', '115114.843000', '115114.846000', '115114.849000', '115114.851000', '115114.854000', '115114.856000', '115114.859000', '115114.861000', '115114.864000', '115114.866000', '115114.869000', '115114.872000', '115114.874000', '115114.877000', '115114.879000', '115114.882000', '115114.884000', '115114.887000', '115114.890000', '115114.892000', '115114.895000', '115114.897000', '115114.900000', '115114.902000', '115114.905000', '115114.907000', '115114.910000', '115114.913000', '115114.915000', '115114.918000', '115114.920000', '115114.923000', '115114.925000', '115114.928000', '115114.931000', '115114.933000', '115134.563000', '115134.565000', '115134.568000', '115134.571000', '115134.573000', '115134.576000', '115134.578000', '115134.581000', '115134.600000', '115134.602000', '115134.605000', '115134.608000', '115134.610000', '115134.613000', '115134.615000', '115134.618000', '115134.621000', '115134.623000', '115134.626000', '115134.628000', '115134.631000', '115134.634000', '115134.636000', '115134.639000', '115134.642000', '115134.644000', '115134.647000', '115134.649000', '115134.652000', '115134.655000', '115134.657000', '115134.660000', '115134.662000', '115134.665000', '115134.667000', '115134.670000', '115134.672000', '115134.675000', '115134.678000', '115134.680000', '115134.683000', '115134.685000', '115134.688000'], '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': [14029, 14230, 17863, 14265, 19986, 12652, 22169, 15395, 15038, 15320, 13323, 18182, 11649, 22830, 13362, 14100, 13305, 11099, 12395, 9948, 15090, 12485, 11478, 10205, 10472, 11364, 10010, 16138, 11412, 11562, 10157, 10460, 10013, 9663, 12449, 9902, 14170, 11515, 12134, 11329, 11784, 11012, 11378, 11615, 11177, 12174, 11329, 10377, 10272, 19004, 11035, 15478, 11418, 11890, 11465, 11236, 9180, 10689, 11173, 11463, 10394, 10404, 13895, 9847, 14892, 10992, 12587, 11400, 11582, 11383, 10836, 10848, 10899, 10819, 10170, 14824, 9947, 12194, 11983, 11419, 11504, 10731, 8775, 10308, 10212, 10793, 11437, 10259, 9751, 10385, 8910, 10454, 11381, 9827, 17838, 11033, 11910, 11859, 11548, 11010, 11488, 9592, 10661, 9696, 11143, 12015, 11079, 16120, 13589, 12241, 11983, 11125, 11989, 11001, 14737, 10023, 13118, 10080, 12650, 11059, 12048, 9788, 10958, 11585, 11388, 9999, 10335, 17422, 10435, 14422, 11161, 11995, 10944, 11126, 10572, 11436, 11087, 10077, 13663, 10323, 11868, 12055, 11212, 10315, 10775, 11715, 10403, 13390, 9437, 12621, 9842, 12289, 10612, 11656, 11343, 10782, 8682, 11096, 10675, 10807, 16170, 9780, 13404, 11644, 11583, 11409, 11016, 11114, 10023, 12787, 9584, 12431, 10905, 11552, 10370, 10788, 9623, 9915, 12708, 10106, 12337, 11284, 11952, 10993, 11869, 9225, 10677, 10882, 10715, 18587, 9958, 12880, 12357, 11578, 8841, 11187, 10870, 10195, 14699, 10668, 11570, 11498, 11511, 11061, 11167, 11261, 11234, 14430, 9859, 13470, 11350, 11800, 10226, 11125, 11927, 10714, 13904, 9824, 12876, 11628, 12105, 10659, 11077, 11699, 10892, 13360, 9480, 15907, 10856, 11723, 10176, 10801, 10836, 10679, 10709, 9408, 12581, 10512, 11035, 10831, 11297, 9337, 10952, 10671, 10480, 12453, 9422, 12688, 10952, 11620, 9618, 11153, 12068, 10435, 12841, 9487, 12053, 11177, 11574, 10831, 10903, 11874, 10622, 11202, 10221, 17490, 10675, 12057, 11191, 11001, 8619, 11102, 10871, 10349, 12735, 9625, 12999, 10259, 12253, 11140, 11559, 9090, 10518, 12011, 10521, 13065, 9850, 12871, 11598, 11453, 11468, 11105, 9153, 10597, 10695, 10507, 10752, 9635, 15107, 10902, 12046, 12147, 11746, 12597, 11833, 12298, 11541, 21738, 12825, 13478, 12768, 12148, 10191, 12917, 10130, 10904, 10667, 11037, 9665, 11351, 10116, 10767, 19233, 10052, 14424, 11789, 13126, 9797, 12136, 15627, 11089, 15195, 13406, 13456, 9268, 10985, 10599, 10005, 14470, 9087, 12164, 10524, 11144, 8675, 10416, 10039, 10283, 10013, 9159, 13335, 10344, 11139, 10795, 11425, 10194, 10921, 9150, 10334, 11398, 10669, 9997, 10385, 13003, 9645, 13188, 9724, 12846, 11804, 13482, 14107, 12520, 12559, 11218, 11823, 11219, 12377, 11975, 11601, 11049, 11863, 11055, 14732, 11740, 21353, 12044, 13183, 13422, 11084, 11962, 10678, 12198, 10374, 13003, 9750, 13910, 10256, 12084, 11251, 10802, 9284, 10519, 11632, 10331, 13899, 9873, 12031, 12132, 11133, 10028, 10175, 10420, 10163, 13193, 10485, 11811, 11671, 10854, 11498, 9881, 11561, 10852, 11242, 10750, 11143, 9992, 19788, 10972, 17440, 12220, 11891, 10601, 11936, 17549, 11326, 21959, 12687, 12361, 11618, 11051, 16336, 10109, 19642, 12136, 11522, 9684, 10191, 10283, 9982, 12827, 10272, 12218, 11533, 10874, 10360, 10520, 11958, 10206, 12585, 10067, 16004, 10319, 12156, 11799, 11323, 10315, 10628, 10993, 10911, 21317, 11644, 12334, 10019, 10920, 11159, 10475, 16584, 10722, 11294, 11699, 9779, 8668, 10065, 11341, 9733, 12393, 9541, 12066, 11401, 11798, 10603, 10743, 10861, 10266, 15404, 9949, 13204, 12430, 11528, 11936, 11090, 17405, 10817, 11910, 12079, 10764, 11680, 10246, 11504, 9923, 14785, 10639, 11009, 11481, 11059, 9550, 10369, 10561, 9872, 17331, 10534, 11952, 11571, 11050, 10615, 10437, 10829, 10436, 13162, 11875, 11267, 9129, 10786, 11192, 10652, 13014, 9962, 13209, 10881, 12303, 11603, 11071, 11909, 10041, 11970, 10288, 16368, 11550, 11676, 9227, 10037, 11943, 10463, 12841, 10090, 11998, 11813, 10974, 10912, 10903, 12000, 10282, 13249, 10063, 20542, 11566, 12290, 12699, 10835, 9656, 10736, 11600, 10404, 10774, 10702, 12917, 10073, 13224, 9880, 14347, 11553, 12104, 12039, 11403, 12280, 10570, 12534, 10361, 17769, 11022, 11387, 11635, 10780, 11905, 10261, 11772, 9845, 12898, 10402, 12076, 11036, 10580, 8601, 10791, 11061, 10023, 12732, 10456, 11868, 11604, 10465, 9857, 10467, 11657, 10035, 11914, 9901, 11139, 11057, 12190, 11422, 11610, 11773, 10699, 9498, 11152, 12556, 11466, 20454, 11890, 18104, 13982, 12582, 12848, 11401, 12955, 11611, 14563, 10985, 16740, 12121, 11667, 12504, 10764, 10239, 10684, 11583, 10527, 13665, 9947, 14344, 10829, 12233, 11655, 11316, 9159, 12068, 12613, 11122, 14747, 10145, 13636, 11844, 11951, 10356, 10883, 11699, 10687, 11047, 9825, 11157, 10621, 11670, 11670, 11479, 10871, 10153, 10385, 9290, 10684, 11251, 10162, 11353, 11128, 12052, 12069, 12143, 13322, 11050, 21064, 11962, 21651, 12711, 12290, 12307, 11336, 11259, 10569, 10957, 10375, 13189, 10484, 11848, 11332, 12961, 11488, 11695, 11030, 11251, 9795, 10322, 10707, 10128, 17621, 10867, 12091, 11771, 11409, 12780, 10798, 21192, 11956, 12016, 9621, 10843, 12676, 10135, 13257, 10289, 11711, 11567, 11510, 10890, 10641, 11030, 10361, 14466, 9745, 12351, 11574, 11214, 9816, 10286, 10588, 10278, 15283, 10404, 12016, 11052, 10333, 11516, 9802, 9273, 9704, 12056, 11592, 11189, 9582, 11155, 12918, 10756, 16128, 13322, 12502, 13088, 11259, 12709, 10641, 21287, 11762, 11622, 10617, 10479, 11352, 10067, 13271, 9692, 13852, 11224, 11788, 11298, 10948, 8724, 10199, 11908, 10421, 13154, 9645, 13183, 12350, 12085, 11724, 11250, 12047, 10751, 11607, 10344, 15823, 10169, 12773, 12022, 11519, 9302, 10779, 12086, 10625, 13015, 9878, 14295, 11508, 10968, 11220, 10501, 11842, 10349, 14512, 9616, 17436, 11063, 11463, 11025, 10646, 10426, 10795, 10545, 10557, 14241, 10038, 11836, 12269, 11342, 9799, 10934, 10452, 10265, 17893, 11036, 11232, 11646, 10760, 11536, 10445, 17097, 9926, 13991, 12308, 11568, 12023, 10415, 11354, 10134, 13257, 10296, 11971, 10948, 10216, 11324, 10438, 13859, 9272, 11977, 10564, 10679, 10488, 9714, 17982, 11090, 11275, 11245, 9945, 11536, 9751, 9605, 10419, 12301, 11119, 11343, 10229, 10409, 13620, 10203, 14794, 13156, 12595, 11208, 11415, 12977, 11330, 20646, 11457, 12916, 14488, 11740, 11643, 10858, 21227, 11506, 12245, 10102, 10912, 11162, 10174, 12339, 12276, 11207, 10452, 10819, 12515, 9586, 11876, 11580, 10908, 9105, 10545, 11552], 'WindowCenter': [4861.0, 4837.0, 4828.0, 4792.0, 4806.0, 4769.0, 4781.0, 4748.0, 4747.0, 4746.0, 4727.0, 4743.0, 4705.0, 4754.0, 4710.0, 4722.0, 4711.0, 4691.0, 4689.0, 4671.0, 4719.0, 4703.0, 4693.0, 4682.0, 4680.0, 4690.0, 4681.0, 4717.0, 4691.0, 4691.0, 4683.0, 4682.0, 4670.0, 4683.0, 4698.0, 4683.0, 4724.0, 4703.0, 4704.0, 4702.0, 4704.0, 4692.0, 4702.0, 4693.0, 4692.0, 4700.0, 4693.0, 4682.0, 4682.0, 4742.0, 4693.0, 4720.0, 4702.0, 4702.0, 4703.0, 4693.0, 4674.0, 4693.0, 4692.0, 4691.0, 4683.0, 4682.0, 4712.0, 4686.0, 4720.0, 4693.0, 4702.0, 4702.0, 4704.0, 4705.0, 4692.0, 4693.0, 4692.0, 4693.0, 4683.0, 4720.0, 4683.0, 4703.0, 4701.0, 4691.0, 4703.0, 4694.0, 4673.0, 4692.0, 4694.0, 4694.0, 4703.0, 4696.0, 4685.0, 4696.0, 4676.0, 4696.0, 4705.0, 4696.0, 4744.0, 4695.0, 4703.0, 4704.0, 4701.0, 4696.0, 4706.0, 4686.0, 4692.0, 4686.0, 4704.0, 4702.0, 4702.0, 4732.0, 4712.0, 4698.0, 4701.0, 4689.0, 4700.0, 4693.0, 4721.0, 4683.0, 4712.0, 4684.0, 4701.0, 4694.0, 4704.0, 4681.0, 4690.0, 4692.0, 4693.0, 4671.0, 4683.0, 4733.0, 4681.0, 4710.0, 4690.0, 4692.0, 4692.0, 4693.0, 4683.0, 4692.0, 4690.0, 4669.0, 4711.0, 4684.0, 4692.0, 4700.0, 4691.0, 4681.0, 4682.0, 4692.0, 4693.0, 4712.0, 4671.0, 4701.0, 4684.0, 4702.0, 4693.0, 4701.0, 4694.0, 4691.0, 4664.0, 4693.0, 4693.0, 4693.0, 4730.0, 4681.0, 4700.0, 4692.0, 4689.0, 4702.0, 4693.0, 4692.0, 4682.0, 4700.0, 4672.0, 4702.0, 4692.0, 4694.0, 4683.0, 4691.0, 4671.0, 4683.0, 4711.0, 4694.0, 4702.0, 4706.0, 4701.0, 4694.0, 4705.0, 4686.0, 4695.0, 4695.0, 4692.0, 4739.0, 4685.0, 4711.0, 4712.0, 4691.0, 4661.0, 4690.0, 4691.0, 4683.0, 4722.0, 4692.0, 4691.0, 4703.0, 4692.0, 4692.0, 4694.0, 4692.0, 4690.0, 4707.0, 4672.0, 4709.0, 4692.0, 4693.0, 4680.0, 4691.0, 4690.0, 4681.0, 4709.0, 4682.0, 4697.0, 4692.0, 4691.0, 4682.0, 4681.0, 4688.0, 4690.0, 4699.0, 4672.0, 4719.0, 4689.0, 4689.0, 4681.0, 4682.0, 4679.0, 4683.0, 4679.0, 4672.0, 4700.0, 4683.0, 4681.0, 4692.0, 4691.0, 4661.0, 4692.0, 4681.0, 4691.0, 4700.0, 4674.0, 4702.0, 4692.0, 4692.0, 4672.0, 4689.0, 4699.0, 4680.0, 4700.0, 4674.0, 4701.0, 4693.0, 4692.0, 4692.0, 4689.0, 4702.0, 4692.0, 4690.0, 4683.0, 4731.0, 4684.0, 4702.0, 4694.0, 4690.0, 4663.0, 4693.0, 4679.0, 4683.0, 4711.0, 4685.0, 4713.0, 4684.0, 4704.0, 4704.0, 4704.0, 4675.0, 4694.0, 4704.0, 4693.0, 4713.0, 4695.0, 4713.0, 4704.0, 4693.0, 4693.0, 4691.0, 4674.0, 4695.0, 4694.0, 4696.0, 4705.0, 4686.0, 4734.0, 4706.0, 4717.0, 4716.0, 4705.0, 4703.0, 4704.0, 4702.0, 4703.0, 4752.0, 4704.0, 4700.0, 4713.0, 4702.0, 4684.0, 4701.0, 4682.0, 4681.0, 4692.0, 4693.0, 4671.0, 4691.0, 4682.0, 4691.0, 4741.0, 4684.0, 4723.0, 4700.0, 4711.0, 4672.0, 4690.0, 4706.0, 4680.0, 4705.0, 4695.0, 4685.0, 4646.0, 4668.0, 4666.0, 4671.0, 4705.0, 4659.0, 4675.0, 4667.0, 4676.0, 4661.0, 4679.0, 4667.0, 4680.0, 4669.0, 4672.0, 4722.0, 4683.0, 4690.0, 4692.0, 4701.0, 4692.0, 4704.0, 4685.0, 4696.0, 4704.0, 4697.0, 4696.0, 4708.0, 4724.0, 4687.0, 4724.0, 4687.0, 4714.0, 4742.0, 4782.0, 4766.0, 4718.0, 4715.0, 4694.0, 4716.0, 4704.0, 4715.0, 4702.0, 4693.0, 4692.0, 4704.0, 4705.0, 4724.0, 4703.0, 4742.0, 4692.0, 4712.0, 4702.0, 4680.0, 4689.0, 4678.0, 4687.0, 4682.0, 4701.0, 4673.0, 4698.0, 4683.0, 4690.0, 4693.0, 4694.0, 4662.0, 4681.0, 4691.0, 4681.0, 4711.0, 4683.0, 4688.0, 4701.0, 4690.0, 4670.0, 4671.0, 4683.0, 4683.0, 4701.0, 4681.0, 4692.0, 4691.0, 4704.0, 4716.0, 4686.0, 4718.0, 4706.0, 4718.0, 4709.0, 4717.0, 4699.0, 4754.0, 4693.0, 4744.0, 4716.0, 4706.0, 4699.0, 4708.0, 4735.0, 4696.0, 4751.0, 4713.0, 4703.0, 4695.0, 4692.0, 4721.0, 4682.0, 4738.0, 4701.0, 4692.0, 4673.0, 4684.0, 4682.0, 4683.0, 4701.0, 4681.0, 4702.0, 4707.0, 4693.0, 4682.0, 4682.0, 4692.0, 4684.0, 4713.0, 4682.0, 4720.0, 4683.0, 4690.0, 4692.0, 4692.0, 4684.0, 4683.0, 4683.0, 4681.0, 4739.0, 4691.0, 4702.0, 4671.0, 4683.0, 4678.0, 4681.0, 4720.0, 4680.0, 4692.0, 4693.0, 4671.0, 4662.0, 4672.0, 4690.0, 4687.0, 4713.0, 4684.0, 4704.0, 4705.0, 4703.0, 4697.0, 4694.0, 4695.0, 4684.0, 4721.0, 4685.0, 4702.0, 4704.0, 4695.0, 4690.0, 4692.0, 4719.0, 4679.0, 4705.0, 4702.0, 4690.0, 4690.0, 4679.0, 4689.0, 4685.0, 4722.0, 4683.0, 4692.0, 4704.0, 4694.0, 4687.0, 4697.0, 4696.0, 4686.0, 4728.0, 4695.0, 4702.0, 4704.0, 4694.0, 4680.0, 4681.0, 4682.0, 4683.0, 4713.0, 4705.0, 4695.0, 4674.0, 4692.0, 4690.0, 4682.0, 4712.0, 4685.0, 4712.0, 4692.0, 4701.0, 4693.0, 4695.0, 4705.0, 4682.0, 4694.0, 4684.0, 4723.0, 4693.0, 4705.0, 4676.0, 4673.0, 4691.0, 4684.0, 4703.0, 4696.0, 4703.0, 4706.0, 4696.0, 4697.0, 4695.0, 4717.0, 4695.0, 4714.0, 4686.0, 4742.0, 4692.0, 4704.0, 4715.0, 4692.0, 4685.0, 4694.0, 4692.0, 4683.0, 4705.0, 4695.0, 4714.0, 4687.0, 4713.0, 4685.0, 4724.0, 4705.0, 4704.0, 4705.0, 4692.0, 4702.0, 4684.0, 4704.0, 4683.0, 4732.0, 4694.0, 4693.0, 4692.0, 4691.0, 4704.0, 4695.0, 4702.0, 4684.0, 4714.0, 4696.0, 4702.0, 4704.0, 4694.0, 4664.0, 4695.0, 4693.0, 4685.0, 4702.0, 4695.0, 4704.0, 4693.0, 4683.0, 4685.0, 4681.0, 4702.0, 4698.0, 4714.0, 4697.0, 4707.0, 4718.0, 4718.0, 4718.0, 4729.0, 4730.0, 4707.0, 4696.0, 4708.0, 4716.0, 4707.0, 4756.0, 4706.0, 4743.0, 4723.0, 4702.0, 4713.0, 4704.0, 4713.0, 4694.0, 4722.0, 4693.0, 4721.0, 4704.0, 4691.0, 4703.0, 4690.0, 4684.0, 4682.0, 4694.0, 4694.0, 4712.0, 4683.0, 4721.0, 4692.0, 4700.0, 4704.0, 4693.0, 4672.0, 4703.0, 4702.0, 4692.0, 4723.0, 4681.0, 4712.0, 4693.0, 4690.0, 4670.0, 4694.0, 4716.0, 4694.0, 4691.0, 4683.0, 4692.0, 4692.0, 4690.0, 4706.0, 4715.0, 4706.0, 4697.0, 4707.0, 4699.0, 4712.0, 4720.0, 4709.0, 4720.0, 4722.0, 4729.0, 4730.0, 4716.0, 4715.0, 4708.0, 4757.0, 4704.0, 4751.0, 4702.0, 4700.0, 4701.0, 4705.0, 4693.0, 4682.0, 4682.0, 4682.0, 4701.0, 4682.0, 4703.0, 4694.0, 4711.0, 4704.0, 4703.0, 4694.0, 4705.0, 4697.0, 4696.0, 4693.0, 4696.0, 4742.0, 4708.0, 4704.0, 4703.0, 4692.0, 4702.0, 4684.0, 4742.0, 4704.0, 4702.0, 4672.0, 4682.0, 4701.0, 4683.0, 4712.0, 4686.0, 4692.0, 4695.0, 4694.0, 4693.0, 4680.0, 4695.0, 4686.0, 4711.0, 4676.0, 4702.0, 4692.0, 4691.0, 4684.0, 4684.0, 4683.0, 4685.0, 4723.0, 4682.0, 4703.0, 4707.0, 4697.0, 4705.0, 4686.0, 4677.0, 4687.0, 4728.0, 4720.0, 4707.0, 4687.0, 4707.0, 4713.0, 4695.0, 4736.0, 4714.0, 4703.0, 4713.0, 4693.0, 4703.0, 4681.0, 4753.0, 4702.0, 4691.0, 4681.0, 4683.0, 4691.0, 4685.0, 4714.0, 4674.0, 4711.0, 4701.0, 4703.0, 4703.0, 4695.0, 4663.0, 4685.0, 4702.0, 4693.0, 4711.0, 4687.0, 4714.0, 4703.0, 4701.0, 4694.0, 4693.0, 4704.0, 4694.0, 4690.0, 4683.0, 4720.0, 4681.0, 4702.0, 4705.0, 4704.0, 4674.0, 4692.0, 4689.0, 4682.0, 4700.0, 4686.0, 4720.0, 4691.0, 4682.0, 4694.0, 4683.0, 4704.0, 4696.0, 4724.0, 4672.0, 4740.0, 4694.0, 4691.0, 4697.0, 4695.0, 4683.0, 4693.0, 4682.0, 4694.0, 4721.0, 4687.0, 4703.0, 4704.0, 4693.0, 4684.0, 4692.0, 4695.0, 4694.0, 4729.0, 4695.0, 4692.0, 4704.0, 4695.0, 4704.0, 4696.0, 4733.0, 4684.0, 4713.0, 4690.0, 4694.0, 4703.0, 4680.0, 4690.0, 4682.0, 4700.0, 4680.0, 4705.0, 4695.0, 4683.0, 4694.0, 4694.0, 4713.0, 4672.0, 4691.0, 4684.0, 4696.0, 4684.0, 4674.0, 4732.0, 4691.0, 4692.0, 4706.0, 4687.0, 4706.0, 4687.0, 4698.0, 4710.0, 4716.0, 4718.0, 4721.0, 4711.0, 4709.0, 4727.0, 4700.0, 4737.0, 4725.0, 4718.0, 4705.0, 4705.0, 4713.0, 4705.0, 4751.0, 4707.0, 4714.0, 4721.0, 4704.0, 4692.0, 4693.0, 4741.0, 4695.0, 4689.0, 4672.0, 4680.0, 4679.0, 4683.0, 4699.0, 4701.0, 4680.0, 4682.0, 4680.0, 4691.0, 4660.0, 4689.0, 4692.0, 4681.0, 4661.0, 4683.0, 4691.0], 'WindowWidth': [10593.0, 10544.0, 10514.0, 10450.0, 10459.0, 10408.0, 10411.0, 10358.0, 10357.0, 10351.0, 10325.0, 10341.0, 10290.0, 10357.0, 10292.0, 10310.0, 10291.0, 10265.0, 10258.0, 10237.0, 10300.0, 10284.0, 10269.0, 10254.0, 10250.0, 10262.0, 10252.0, 10297.0, 10265.0, 10266.0, 10257.0, 10253.0, 10236.0, 10256.0, 10272.0, 10259.0, 10316.0, 10286.0, 10285.0, 10283.0, 10285.0, 10267.0, 10282.0, 10270.0, 10266.0, 10275.0, 10269.0, 10254.0, 10256.0, 10338.0, 10270.0, 10302.0, 10282.0, 10280.0, 10284.0, 10272.0, 10249.0, 10270.0, 10267.0, 10266.0, 10254.0, 10253.0, 10296.0, 10264.0, 10302.0, 10269.0, 10281.0, 10282.0, 10288.0, 10290.0, 10268.0, 10272.0, 10269.0, 10269.0, 10256.0, 10305.0, 10256.0, 10283.0, 10278.0, 10264.0, 10283.0, 10273.0, 10247.0, 10268.0, 10272.0, 10274.0, 10284.0, 10281.0, 10265.0, 10279.0, 10252.0, 10279.0, 10289.0, 10281.0, 10345.0, 10277.0, 10284.0, 10288.0, 10279.0, 10279.0, 10294.0, 10267.0, 10268.0, 10265.0, 10288.0, 10282.0, 10284.0, 10327.0, 10294.0, 10272.0, 10279.0, 10260.0, 10274.0, 10271.0, 10305.0, 10255.0, 10292.0, 10258.0, 10280.0, 10272.0, 10287.0, 10254.0, 10263.0, 10265.0, 10270.0, 10237.0, 10257.0, 10325.0, 10253.0, 10290.0, 10262.0, 10266.0, 10269.0, 10272.0, 10256.0, 10267.0, 10260.0, 10232.0, 10290.0, 10259.0, 10267.0, 10275.0, 10262.0, 10251.0, 10253.0, 10264.0, 10271.0, 10293.0, 10239.0, 10277.0, 10258.0, 10280.0, 10271.0, 10280.0, 10273.0, 10266.0, 10231.0, 10270.0, 10270.0, 10273.0, 10317.0, 10252.0, 10276.0, 10265.0, 10260.0, 10280.0, 10271.0, 10265.0, 10254.0, 10274.0, 10240.0, 10279.0, 10268.0, 10270.0, 10255.0, 10265.0, 10237.0, 10255.0, 10292.0, 10274.0, 10283.0, 10291.0, 10280.0, 10275.0, 10289.0, 10269.0, 10277.0, 10276.0, 10270.0, 10329.0, 10260.0, 10294.0, 10297.0, 10264.0, 10226.0, 10262.0, 10265.0, 10255.0, 10310.0, 10267.0, 10265.0, 10282.0, 10267.0, 10268.0, 10273.0, 10267.0, 10261.0, 10281.0, 10238.0, 10287.0, 10268.0, 10268.0, 10248.0, 10262.0, 10259.0, 10249.0, 10285.0, 10253.0, 10269.0, 10264.0, 10260.0, 10250.0, 10248.0, 10256.0, 10263.0, 10271.0, 10239.0, 10300.0, 10260.0, 10258.0, 10254.0, 10253.0, 10245.0, 10255.0, 10243.0, 10239.0, 10277.0, 10256.0, 10249.0, 10266.0, 10263.0, 10223.0, 10268.0, 10251.0, 10266.0, 10275.0, 10243.0, 10279.0, 10269.0, 10267.0, 10239.0, 10260.0, 10271.0, 10250.0, 10276.0, 10245.0, 10277.0, 10269.0, 10267.0, 10266.0, 10260.0, 10282.0, 10268.0, 10262.0, 10257.0, 10319.0, 10256.0, 10282.0, 10273.0, 10262.0, 10228.0, 10269.0, 10245.0, 10257.0, 10294.0, 10262.0, 10296.0, 10259.0, 10284.0, 10286.0, 10287.0, 10248.0, 10272.0, 10284.0, 10270.0, 10295.0, 10277.0, 10300.0, 10285.0, 10269.0, 10271.0, 10265.0, 10247.0, 10278.0, 10276.0, 10280.0, 10291.0, 10268.0, 10330.0, 10295.0, 10310.0, 10307.0, 10289.0, 10284.0, 10285.0, 10281.0, 10284.0, 10350.0, 10284.0, 10274.0, 10298.0, 10283.0, 10259.0, 10278.0, 10252.0, 10249.0, 10271.0, 10269.0, 10239.0, 10266.0, 10253.0, 10267.0, 10333.0, 10257.0, 10310.0, 10275.0, 10291.0, 10237.0, 10259.0, 10277.0, 10244.0, 10273.0, 10259.0, 10246.0, 10193.0, 10224.0, 10220.0, 10236.0, 10273.0, 10216.0, 10232.0, 10225.0, 10237.0, 10224.0, 10244.0, 10226.0, 10247.0, 10230.0, 10241.0, 10311.0, 10256.0, 10262.0, 10270.0, 10279.0, 10269.0, 10289.0, 10267.0, 10280.0, 10287.0, 10280.0, 10281.0, 10302.0, 10317.0, 10270.0, 10315.0, 10266.0, 10303.0, 10357.0, 10431.0, 10397.0, 10311.0, 10304.0, 10272.0, 10308.0, 10286.0, 10304.0, 10281.0, 10269.0, 10266.0, 10287.0, 10288.0, 10309.0, 10282.0, 10333.0, 10264.0, 10296.0, 10278.0, 10245.0, 10256.0, 10241.0, 10253.0, 10254.0, 10275.0, 10241.0, 10270.0, 10253.0, 10258.0, 10270.0, 10270.0, 10226.0, 10250.0, 10260.0, 10249.0, 10288.0, 10257.0, 10256.0, 10276.0, 10259.0, 10232.0, 10235.0, 10254.0, 10254.0, 10275.0, 10250.0, 10263.0, 10266.0, 10288.0, 10309.0, 10265.0, 10313.0, 10294.0, 10314.0, 10301.0, 10314.0, 10290.0, 10358.0, 10273.0, 10343.0, 10304.0, 10291.0, 10285.0, 10297.0, 10327.0, 10277.0, 10347.0, 10294.0, 10281.0, 10273.0, 10268.0, 10303.0, 10253.0, 10326.0, 10276.0, 10263.0, 10245.0, 10259.0, 10252.0, 10258.0, 10277.0, 10251.0, 10280.0, 10294.0, 10268.0, 10254.0, 10252.0, 10265.0, 10257.0, 10297.0, 10253.0, 10302.0, 10254.0, 10260.0, 10266.0, 10268.0, 10258.0, 10253.0, 10252.0, 10250.0, 10327.0, 10264.0, 10279.0, 10235.0, 10252.0, 10240.0, 10248.0, 10298.0, 10247.0, 10268.0, 10267.0, 10235.0, 10226.0, 10240.0, 10261.0, 10267.0, 10298.0, 10259.0, 10285.0, 10288.0, 10283.0, 10280.0, 10275.0, 10273.0, 10258.0, 10304.0, 10258.0, 10281.0, 10285.0, 10274.0, 10260.0, 10265.0, 10297.0, 10246.0, 10288.0, 10282.0, 10262.0, 10261.0, 10246.0, 10260.0, 10260.0, 10307.0, 10255.0, 10266.0, 10284.0, 10271.0, 10267.0, 10280.0, 10275.0, 10264.0, 10313.0, 10273.0, 10280.0, 10288.0, 10273.0, 10248.0, 10251.0, 10252.0, 10256.0, 10299.0, 10290.0, 10273.0, 10244.0, 10266.0, 10260.0, 10253.0, 10293.0, 10260.0, 10291.0, 10267.0, 10278.0, 10269.0, 10273.0, 10287.0, 10252.0, 10270.0, 10257.0, 10309.0, 10267.0, 10289.0, 10251.0, 10241.0, 10264.0, 10258.0, 10281.0, 10279.0, 10287.0, 10292.0, 10275.0, 10279.0, 10275.0, 10309.0, 10277.0, 10297.0, 10263.0, 10336.0, 10266.0, 10285.0, 10303.0, 10267.0, 10261.0, 10272.0, 10268.0, 10257.0, 10289.0, 10278.0, 10299.0, 10267.0, 10298.0, 10262.0, 10314.0, 10290.0, 10284.0, 10287.0, 10267.0, 10278.0, 10257.0, 10284.0, 10258.0, 10322.0, 10272.0, 10269.0, 10267.0, 10264.0, 10288.0, 10277.0, 10280.0, 10259.0, 10297.0, 10276.0, 10282.0, 10289.0, 10271.0, 10233.0, 10274.0, 10267.0, 10261.0, 10279.0, 10276.0, 10287.0, 10270.0, 10254.0, 10260.0, 10254.0, 10283.0, 10286.0, 10302.0, 10284.0, 10297.0, 10313.0, 10314.0, 10314.0, 10333.0, 10333.0, 10296.0, 10283.0, 10300.0, 10306.0, 10296.0, 10363.0, 10291.0, 10340.0, 10312.0, 10281.0, 10297.0, 10289.0, 10296.0, 10270.0, 10307.0, 10269.0, 10303.0, 10288.0, 10268.0, 10284.0, 10262.0, 10258.0, 10254.0, 10271.0, 10273.0, 10293.0, 10256.0, 10305.0, 10266.0, 10276.0, 10288.0, 10271.0, 10240.0, 10283.0, 10276.0, 10264.0, 10310.0, 10251.0, 10292.0, 10268.0, 10260.0, 10233.0, 10273.0, 10309.0, 10273.0, 10265.0, 10255.0, 10264.0, 10268.0, 10264.0, 10292.0, 10305.0, 10293.0, 10281.0, 10298.0, 10292.0, 10311.0, 10320.0, 10302.0, 10321.0, 10326.0, 10332.0, 10332.0, 10306.0, 10300.0, 10295.0, 10362.0, 10285.0, 10347.0, 10279.0, 10276.0, 10278.0, 10289.0, 10270.0, 10252.0, 10250.0, 10254.0, 10275.0, 10253.0, 10284.0, 10271.0, 10292.0, 10286.0, 10282.0, 10273.0, 10291.0, 10282.0, 10278.0, 10271.0, 10279.0, 10337.0, 10297.0, 10289.0, 10283.0, 10267.0, 10277.0, 10257.0, 10334.0, 10286.0, 10280.0, 10239.0, 10252.0, 10274.0, 10254.0, 10292.0, 10263.0, 10267.0, 10275.0, 10270.0, 10267.0, 10250.0, 10274.0, 10264.0, 10290.0, 10248.0, 10279.0, 10265.0, 10265.0, 10261.0, 10258.0, 10255.0, 10260.0, 10308.0, 10254.0, 10283.0, 10296.0, 10281.0, 10287.0, 10266.0, 10252.0, 10270.0, 10328.0, 10317.0, 10295.0, 10269.0, 10295.0, 10296.0, 10274.0, 10334.0, 10299.0, 10282.0, 10296.0, 10268.0, 10278.0, 10251.0, 10353.0, 10280.0, 10262.0, 10251.0, 10253.0, 10263.0, 10262.0, 10298.0, 10244.0, 10291.0, 10281.0, 10282.0, 10286.0, 10277.0, 10231.0, 10261.0, 10281.0, 10271.0, 10292.0, 10267.0, 10302.0, 10284.0, 10279.0, 10270.0, 10267.0, 10287.0, 10274.0, 10260.0, 10256.0, 10303.0, 10251.0, 10281.0, 10288.0, 10286.0, 10243.0, 10266.0, 10259.0, 10253.0, 10276.0, 10263.0, 10305.0, 10263.0, 10252.0, 10270.0, 10254.0, 10285.0, 10279.0, 10314.0, 10241.0, 10332.0, 10273.0, 10265.0, 10280.0, 10275.0, 10256.0, 10270.0, 10253.0, 10271.0, 10307.0, 10267.0, 10284.0, 10286.0, 10271.0, 10259.0, 10267.0, 10275.0, 10275.0, 10316.0, 10274.0, 10266.0, 10284.0, 10272.0, 10286.0, 10278.0, 10322.0, 10257.0, 10294.0, 10261.0, 10270.0, 10284.0, 10248.0, 10262.0, 10253.0, 10274.0, 10250.0, 10289.0, 10277.0, 10256.0, 10272.0, 10272.0, 10295.0, 10241.0, 10264.0, 10258.0, 10278.0, 10255.0, 10244.0, 10321.0, 10265.0, 10267.0, 10293.0, 10269.0, 10294.0, 10269.0, 10287.0, 10304.0, 10309.0, 10314.0, 10322.0, 10309.0, 10302.0, 10323.0, 10289.0, 10335.0, 10318.0, 10311.0, 10290.0, 10289.0, 10296.0, 10287.0, 10348.0, 10294.0, 10300.0, 10305.0, 10284.0, 10265.0, 10268.0, 10334.0, 10274.0, 10260.0, 10238.0, 10246.0, 10243.0, 10252.0, 10272.0, 10278.0, 10246.0, 10250.0, 10246.0, 10258.0, 10220.0, 10258.0, 10267.0, 10250.0, 10223.0, 10253.0, 10262.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.0002456858407079646</td></tr>
<tr><td colspan=3>aqi</td><td>0.01540502610619469</td></tr>
<tr><td colspan=3>dummy_trs</td><td>10</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.744465448804014</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2004453497120693</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9843603157696558</td></tr>
<tr><td colspan=3>efc</td><td>0.4705</td></tr>
<tr><td colspan=3>fber</td><td>6661.3384</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07024315863816898</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6637168141592921</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.439853869242227</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4675029411701455</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4962364859396295</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3558221806169053</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115957</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016495289281010628</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028147254139184952</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>904</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.067487426252845</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>39.9268</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4469</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.0067</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300608.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>844.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.9826</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0254</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.037</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3924.8204</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.1827</td></tr>
<tr><td colspan=3>tsnr</td><td>49.22713728994131</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>