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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0076_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0076_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0076_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-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0076/ses-02/func/sub-0076_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>68f563b1bbe6d8ec6f68a5c1965a8d55</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>13:09:45.365000</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.998504, 0.0225909, -0.0497952, -0.0203926, 0.998814, 0.0442201]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0967797</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7706, -7266, 718, 16, 19, -66, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.411</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b1d9f72-16ab-49e8-b9cc-96d4c540019a||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.678913116455078, -0.05471191555261612, -0.1369846612215042, 120.99730682373047], [-0.06060962378978729, 2.679744005203247, 0.11647383868694305, -98.05760192871094], [-0.13359679281711578, -0.11863921582698822, 2.6940062046051025, -53.651371002197266], [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': ['130945.365000', '130945.825000', '130946.285000', '130946.745000', '130947.205000', '130947.665000', '130948.125000', '130948.585000', '130949.045000', '130949.505000', '130949.965000', '130950.425000', '130950.885000', '130951.345000', '130951.805000', '130952.265000', '130952.725000', '130953.185000', '130953.645000', '130954.105000', '130954.565000', '130955.025000', '130955.485000', '130955.945000', '130956.405000', '130956.865000', '130957.325000', '130957.785000', '130958.245000', '130958.705000', '130959.165000', '130959.625000', '131000.085000', '131000.545000', '131001.005000', '131001.465000', '131001.925000', '131002.385000', '131002.845000', '131003.305000', '131003.765000', '131004.225000', '131004.685000', '131005.145000', '131005.605000', '131006.065000', '131006.525000', '131006.985000', '131007.445000', '131007.905000', '131008.365000', '131008.825000', '131009.285000', '131009.745000', '131010.205000', '131010.665000', '131011.125000', '131011.585000', '131012.045000', '131012.505000', '131012.965000', '131013.425000', '131013.885000', '131014.345000', '131014.805000', '131015.265000', '131015.725000', '131016.185000', '131016.645000', '131017.105000', '131017.565000', '131018.025000', '131018.485000', '131018.945000', '131019.405000', '131019.865000', '131020.325000', '131020.785000', '131021.245000', '131021.705000', '131022.165000', '131022.625000', '131023.085000', '131023.545000', '131024.005000', '131024.465000', '131024.925000', '131025.385000', '131025.845000', '131026.305000', '131026.765000', '131027.225000', '131027.685000', '131028.145000', '131028.605000', '131029.065000', '131029.525000', '131029.985000', '131030.445000', '131030.905000', '131031.365000', '131031.825000', '131032.285000', '131032.745000', '131033.205000', '131033.665000', '131034.125000', '131034.585000', '131035.045000', '131035.505000', '131035.965000', '131036.425000', '131036.885000', '131037.345000', '131037.805000', '131038.265000', '131038.725000', '131039.185000', '131039.645000', '131040.105000', '131040.565000', '131041.025000', '131041.485000', '131041.945000', '131042.405000', '131042.865000', '131043.325000', '131043.785000', '131044.245000', '131044.705000', '131045.165000', '131045.625000', '131046.085000', '131046.545000', '131047.005000', '131047.465000', '131047.925000', '131048.385000', '131048.845000', '131049.305000', '131049.765000', '131050.225000', '131050.685000', '131051.145000', '131051.605000', '131052.065000', '131052.525000', '131052.985000', '131053.445000', '131053.905000', '131054.365000', '131054.825000', '131055.285000', '131055.745000', '131056.205000', '131056.665000', '131057.125000', '131057.585000', '131058.045000', '131058.505000', '131058.965000', '131059.425000', '131059.885000', '131100.345000', '131100.805000', '131101.265000', '131101.725000', '131102.185000', '131102.645000', '131103.105000', '131103.565000', '131104.025000', '131104.485000', '131104.945000', '131105.405000', '131105.865000', '131106.325000', '131106.785000', '131107.245000', '131107.705000', '131108.165000', '131108.625000', '131109.085000', '131109.545000', '131110.005000', '131110.465000', '131110.925000', '131111.385000', '131111.845000', '131112.305000', '131112.765000', '131113.225000', '131113.685000', '131114.145000', '131114.605000', '131115.065000', '131115.525000', '131115.985000', '131116.445000', '131116.905000', '131117.365000', '131117.825000', '131118.285000', '131118.745000', '131119.205000', '131119.665000', '131120.125000', '131120.585000', '131121.045000', '131121.505000', '131121.965000', '131122.425000', '131122.885000', '131123.345000', '131123.805000', '131124.265000', '131124.725000', '131125.185000', '131125.645000', '131126.105000', '131126.565000', '131127.025000', '131127.485000', '131127.945000', '131128.405000', '131128.865000', '131129.325000', '131129.785000', '131130.245000', '131130.705000', '131131.165000', '131131.625000', '131132.085000', '131132.545000', '131133.005000', '131133.465000', '131133.925000', '131134.385000', '131134.845000', '131135.305000', '131135.765000', '131136.225000', '131136.685000', '131137.145000', '131137.605000', '131138.065000', '131138.525000', '131138.985000', '131139.445000', '131139.905000', '131140.365000', '131140.825000', '131141.285000', '131141.745000', '131142.205000', '131142.665000', '131143.125000', '131143.585000', '131144.045000', '131144.505000', '131144.965000', '131145.425000', '131145.885000', '131146.345000', '131146.805000', '131147.265000', '131147.725000', '131148.185000', '131148.645000', '131149.105000', '131149.565000', '131150.025000', '131150.485000', '131150.945000', '131151.405000', '131151.865000', '131152.325000', '131152.785000', '131153.245000', '131153.705000', '131154.165000', '131154.625000', '131155.085000', '131155.545000', '131156.005000', '131156.465000', '131156.925000', '131157.385000', '131157.845000', '131158.305000', '131158.765000', '131159.225000', '131159.685000', '131200.145000', '131200.605000', '131201.065000', '131201.525000', '131201.985000', '131202.445000', '131202.905000', '131203.365000', '131203.825000', '131204.285000', '131204.745000', '131205.205000', '131205.665000', '131206.125000', '131206.585000', '131207.045000', '131207.505000', '131207.965000', '131208.425000', '131208.885000', '131209.345000', '131209.805000', '131210.265000', '131210.725000', '131211.185000', '131211.645000', '131212.105000', '131212.565000', '131213.025000', '131213.485000', '131213.945000', '131214.405000', '131214.865000', '131215.325000', '131215.785000', '131216.245000', '131216.705000', '131217.165000', '131217.625000', '131218.085000', '131218.545000', '131219.005000', '131219.465000', '131219.925000', '131220.385000', '131220.845000', '131221.305000', '131221.765000', '131222.225000', '131222.685000', '131223.145000', '131223.605000', '131224.065000', '131224.525000', '131224.985000', '131225.445000', '131225.905000', '131226.365000', '131226.825000', '131227.285000', '131227.745000', '131228.205000', '131228.665000', '131229.125000', '131229.585000', '131230.045000', '131230.505000', '131230.965000', '131231.425000', '131231.885000', '131232.345000', '131232.805000', '131233.265000', '131233.725000', '131234.185000', '131234.645000', '131235.105000', '131235.565000', '131236.025000', '131236.485000', '131236.945000', '131237.405000', '131237.865000', '131238.325000', '131238.785000', '131239.245000', '131239.705000', '131240.165000', '131240.625000', '131241.085000', '131241.545000', '131242.005000', '131242.465000', '131242.925000', '131243.385000', '131243.845000', '131244.305000', '131244.765000', '131245.225000', '131245.685000', '131246.145000', '131246.605000', '131247.065000', '131247.525000', '131247.985000', '131248.445000', '131248.905000', '131249.365000', '131249.825000', '131250.285000', '131250.745000', '131251.205000', '131251.665000', '131252.125000', '131252.585000', '131253.045000', '131253.505000', '131253.965000', '131254.425000', '131254.885000', '131255.345000', '131255.805000', '131256.265000', '131256.725000', '131257.185000', '131257.645000', '131258.105000', '131258.565000', '131259.025000', '131259.485000', '131259.945000', '131300.405000', '131300.865000', '131301.325000', '131301.785000', '131302.245000', '131302.705000', '131303.165000', '131303.625000', '131304.085000', '131304.545000', '131305.005000', '131305.465000', '131305.925000', '131306.385000', '131306.845000', '131307.305000', '131307.765000', '131308.225000', '131308.685000', '131309.145000', '131309.605000', '131310.065000', '131310.525000', '131310.985000', '131311.445000', '131311.905000', '131312.365000', '131312.825000', '131313.285000', '131313.745000', '131314.205000', '131314.665000', '131315.125000', '131315.585000', '131316.045000', '131316.505000', '131316.965000', '131317.425000', '131317.885000', '131318.345000', '131318.805000', '131319.265000', '131319.725000', '131320.185000', '131320.645000', '131321.105000', '131321.565000', '131322.025000', '131322.485000', '131322.945000', '131323.405000', '131323.865000', '131324.325000', '131324.785000', '131325.245000', '131325.705000', '131326.165000', '131326.625000', '131327.085000', '131327.545000', '131328.005000', '131328.465000', '131328.925000', '131329.385000', '131329.845000', '131330.305000', '131330.765000', '131331.225000', '131331.685000', '131332.145000', '131332.605000', '131333.065000', '131333.525000', '131333.985000', '131334.445000', '131334.905000', '131335.365000', '131335.825000', '131336.285000', '131336.745000', '131337.205000', '131337.665000', '131338.125000', '131338.585000', '131339.045000', '131339.505000', '131339.965000', '131340.425000', '131340.885000', '131341.345000', '131341.805000', '131342.265000', '131342.725000', '131343.185000', '131343.645000', '131344.105000', '131344.565000', '131345.025000', '131345.485000', '131345.945000', '131346.405000', '131346.865000', '131347.325000', '131347.785000', '131348.245000', '131348.705000', '131349.165000', '131349.625000', '131350.085000', '131350.545000', '131351.005000', '131351.465000', '131351.925000', '131352.385000', '131352.845000', '131353.305000', '131353.765000', '131354.225000', '131354.685000', '131355.145000', '131355.605000', '131356.065000', '131356.525000', '131356.985000', '131357.445000', '131357.905000', '131358.365000', '131358.825000', '131359.285000', '131359.745000', '131400.205000', '131400.665000', '131401.125000', '131401.585000', '131402.045000', '131402.505000', '131402.965000', '131403.425000', '131403.885000', '131404.345000', '131404.805000', '131405.265000', '131405.725000', '131406.185000', '131406.645000', '131407.105000', '131407.565000', '131408.025000', '131408.485000', '131408.945000', '131409.405000', '131409.865000', '131410.325000', '131410.785000', '131411.245000', '131411.705000', '131412.165000', '131412.625000', '131413.085000', '131413.545000', '131414.005000', '131414.465000', '131414.925000', '131415.385000', '131415.845000', '131416.305000', '131416.765000', '131417.225000', '131417.685000', '131418.145000', '131418.605000', '131419.065000', '131419.525000', '131419.985000', '131420.445000', '131420.905000', '131421.365000', '131421.825000', '131422.285000', '131422.745000', '131423.205000', '131423.665000', '131424.125000', '131424.585000', '131425.045000', '131425.505000', '131425.965000', '131426.425000', '131426.885000', '131427.345000', '131427.805000', '131428.265000', '131428.725000', '131429.185000', '131429.645000', '131430.105000', '131430.565000', '131431.025000', '131431.485000', '131431.945000', '131432.405000', '131432.865000', '131433.325000', '131433.785000', '131434.245000', '131434.705000', '131435.165000', '131435.625000', '131436.085000', '131436.545000', '131437.005000', '131437.465000', '131437.925000', '131438.385000', '131438.845000', '131439.305000', '131439.765000', '131440.225000', '131440.685000', '131441.145000', '131441.605000', '131442.065000', '131442.525000', '131442.985000', '131443.445000', '131443.905000', '131444.365000', '131444.825000', '131445.285000', '131445.745000', '131446.205000', '131446.665000', '131447.125000', '131447.585000', '131448.045000', '131448.505000', '131448.965000', '131449.425000', '131449.885000', '131450.345000', '131450.805000', '131451.265000', '131451.725000', '131452.185000', '131452.645000', '131453.105000', '131453.565000', '131454.025000', '131454.485000', '131454.945000', '131455.405000', '131455.865000', '131456.325000', '131456.785000', '131457.245000', '131457.705000', '131458.165000', '131458.625000', '131459.085000', '131459.545000', '131500.005000', '131500.465000', '131500.925000', '131501.385000', '131501.845000', '131502.305000', '131502.765000', '131503.225000', '131503.685000', '131504.145000', '131504.605000', '131505.065000', '131505.525000', '131505.985000', '131506.445000', '131506.905000', '131507.365000', '131507.825000', '131508.285000', '131508.745000', '131509.205000', '131509.665000', '131510.125000', '131510.585000', '131511.045000', '131511.505000', '131511.965000', '131512.425000', '131512.885000', '131513.345000', '131513.805000', '131514.265000', '131514.725000', '131515.185000', '131515.645000', '131516.105000', '131516.565000', '131517.025000', '131517.485000', '131517.945000', '131518.405000', '131518.865000', '131519.325000', '131519.785000', '131520.245000', '131520.705000', '131521.165000', '131521.625000', '131522.085000', '131522.545000', '131523.005000', '131523.465000', '131523.925000', '131524.385000', '131524.845000', '131525.305000', '131525.765000', '131526.225000', '131526.685000', '131527.145000', '131527.605000', '131528.065000', '131528.525000', '131528.985000', '131529.445000', '131529.905000', '131530.365000', '131530.825000', '131531.285000', '131531.745000', '131532.205000', '131532.665000', '131533.125000', '131533.585000', '131534.045000', '131534.505000', '131534.965000', '131535.425000', '131535.885000', '131536.345000', '131536.805000', '131537.265000', '131537.725000', '131538.185000', '131538.645000', '131539.105000', '131539.565000', '131540.025000', '131540.485000', '131540.945000', '131541.405000', '131541.865000', '131542.325000', '131542.785000', '131543.245000', '131543.705000', '131544.165000', '131544.625000', '131545.085000', '131545.545000', '131546.005000', '131546.465000', '131546.925000', '131547.385000', '131547.845000', '131548.305000', '131548.765000', '131549.225000', '131549.685000', '131550.145000', '131550.605000', '131551.065000', '131551.525000', '131551.985000', '131552.445000', '131552.905000', '131553.365000', '131553.825000', '131554.285000', '131554.745000', '131555.205000', '131555.665000', '131556.125000', '131556.585000', '131557.045000', '131557.505000', '131557.965000', '131558.425000', '131558.885000', '131559.345000', '131559.805000', '131600.265000', '131600.725000', '131601.185000', '131601.645000', '131602.105000', '131602.565000', '131603.025000', '131603.485000', '131603.945000', '131604.405000', '131604.865000', '131605.325000', '131605.785000', '131606.245000', '131606.705000', '131607.165000', '131607.625000', '131608.085000', '131608.545000', '131609.005000', '131609.465000', '131609.925000', '131610.385000', '131610.845000', '131611.305000', '131611.765000', '131612.225000', '131612.685000', '131613.145000', '131613.605000', '131614.065000', '131614.525000', '131614.985000', '131615.445000', '131615.905000', '131616.365000', '131616.825000', '131617.285000', '131617.745000', '131618.205000', '131618.665000', '131619.125000', '131619.585000', '131620.045000', '131620.505000', '131620.965000', '131621.425000', '131621.885000', '131622.345000', '131622.805000', '131623.265000', '131623.725000', '131624.185000', '131624.645000', '131625.105000', '131625.565000', '131626.025000', '131626.485000', '131626.945000', '131627.405000', '131627.865000', '131628.325000', '131628.785000', '131629.245000', '131629.705000', '131630.165000', '131630.625000', '131631.085000', '131631.545000', '131632.005000', '131632.465000', '131632.925000', '131633.385000', '131633.845000', '131634.305000', '131634.765000', '131635.225000', '131635.685000', '131636.145000', '131636.605000', '131637.065000', '131637.525000', '131637.985000', '131638.445000', '131638.905000', '131639.365000', '131639.825000', '131640.285000', '131640.745000', '131641.205000', '131641.665000', '131642.125000', '131642.585000', '131643.045000', '131643.505000', '131643.965000', '131644.425000', '131644.885000', '131645.345000'], 'ContentTime': ['130957.854000', '130957.857000', '130957.860000', '130957.863000', '130957.865000', '130957.868000', '130957.871000', '130957.874000', '130957.876000', '130957.884000', '130957.886000', '130957.889000', '130957.892000', '130957.913000', '130957.915000', '130957.918000', '130957.920000', '130957.923000', '130957.926000', '130957.928000', '130957.931000', '130957.933000', '130957.936000', '130957.939000', '130957.941000', '131017.815000', '131017.818000', '131017.821000', '131017.824000', '131017.827000', '131017.829000', '131017.832000', '131017.834000', '131017.837000', '131017.840000', '131017.842000', '131017.845000', '131017.848000', '131017.850000', '131017.856000', '131017.859000', '131017.862000', '131017.864000', '131017.867000', '131017.870000', '131017.872000', '131017.875000', '131017.877000', '131017.880000', '131017.882000', '131017.885000', '131017.888000', '131017.890000', '131017.893000', '131017.896000', '131017.898000', '131017.901000', '131017.903000', '131017.906000', '131017.909000', '131017.911000', '131017.914000', '131017.923000', '131017.926000', '131017.928000', '131017.931000', '131017.933000', '131017.936000', '131017.939000', '131037.815000', '131037.818000', '131037.821000', '131037.824000', '131037.826000', '131037.829000', '131037.831000', '131037.834000', '131037.837000', '131037.840000', '131037.842000', '131037.845000', '131037.847000', '131037.850000', '131037.853000', '131037.855000', '131037.858000', '131037.861000', '131037.863000', '131037.866000', '131037.868000', '131037.871000', '131037.874000', '131037.876000', '131037.879000', '131037.882000', '131037.884000', '131037.887000', '131037.889000', '131037.892000', '131037.895000', '131037.897000', '131037.900000', '131037.903000', '131037.905000', '131037.908000', '131037.910000', '131037.913000', '131037.916000', '131037.918000', '131037.921000', '131037.924000', '131037.926000', '131057.816000', '131057.819000', '131057.821000', '131057.824000', '131057.827000', '131057.829000', '131057.832000', '131057.834000', '131057.837000', '131057.840000', '131057.842000', '131057.845000', '131057.847000', '131057.850000', '131057.853000', '131057.856000', '131057.858000', '131057.861000', '131057.864000', '131057.866000', '131057.869000', '131057.871000', '131057.874000', '131057.877000', '131057.879000', '131057.882000', '131057.884000', '131057.887000', '131057.889000', '131057.892000', '131057.895000', '131057.897000', '131057.900000', '131057.903000', '131057.905000', '131057.908000', '131057.911000', '131057.913000', '131057.916000', '131057.919000', '131057.921000', '131057.924000', '131057.926000', '131057.929000', '131117.816000', '131117.819000', '131117.822000', '131117.824000', '131117.827000', '131117.830000', '131117.832000', '131117.835000', '131117.838000', '131117.840000', '131117.843000', '131117.845000', '131117.848000', '131117.851000', '131117.853000', '131117.856000', '131117.859000', '131117.861000', '131117.864000', '131117.867000', '131117.869000', '131117.872000', '131117.875000', '131117.877000', '131117.880000', '131117.882000', '131117.885000', '131117.888000', '131117.891000', '131117.893000', '131117.896000', '131117.898000', '131117.901000', '131117.904000', '131117.906000', '131117.909000', '131117.911000', '131117.914000', '131117.917000', '131117.919000', '131117.922000', '131117.925000', '131117.927000', '131137.816000', '131137.819000', '131137.821000', '131137.824000', '131137.826000', '131137.829000', '131137.837000', '131137.839000', '131137.842000', '131137.844000', '131137.847000', '131137.850000', '131137.852000', '131137.855000', '131137.858000', '131137.860000', '131137.863000', '131137.866000', '131137.868000', '131137.871000', '131137.873000', '131137.876000', '131137.879000', '131137.881000', '131137.884000', '131137.887000', '131137.889000', '131137.907000', '131137.910000', '131137.913000', '131137.915000', '131137.918000', '131137.920000', '131137.923000', '131137.925000', '131137.928000', '131137.931000', '131137.933000', '131137.936000', '131137.938000', '131137.941000', '131137.944000', '131137.946000', '131137.949000', '131157.816000', '131157.818000', '131157.821000', '131157.824000', '131157.826000', '131157.829000', '131157.832000', '131157.835000', '131157.837000', '131157.840000', '131157.842000', '131157.845000', '131157.848000', '131157.850000', '131157.853000', '131157.856000', '131157.858000', '131157.861000', '131157.864000', '131157.866000', '131157.869000', '131157.872000', '131157.874000', '131157.877000', '131157.879000', '131157.882000', '131157.885000', '131157.887000', '131157.890000', '131157.893000', '131157.895000', '131157.898000', '131157.900000', '131157.903000', '131157.906000', '131157.908000', '131157.911000', '131157.913000', '131157.916000', '131157.919000', '131157.921000', '131157.924000', '131157.926000', '131217.815000', '131217.818000', '131217.821000', '131217.823000', '131217.826000', '131217.829000', '131217.831000', '131217.834000', '131217.837000', '131217.839000', '131217.842000', '131217.845000', '131217.848000', '131217.850000', '131217.853000', '131217.855000', '131217.858000', '131217.860000', '131217.863000', '131217.866000', '131217.868000', '131217.871000', '131217.874000', '131217.876000', '131217.879000', '131217.882000', '131217.884000', '131217.887000', '131217.889000', '131217.892000', '131217.895000', '131217.897000', '131217.900000', '131217.903000', '131217.905000', '131217.908000', '131217.910000', '131217.913000', '131217.916000', '131217.918000', '131217.921000', '131217.924000', '131217.926000', '131217.929000', '131237.815000', '131237.818000', '131237.821000', '131237.824000', '131237.826000', '131237.829000', '131237.832000', '131237.834000', '131237.837000', '131237.839000', '131237.842000', '131237.845000', '131237.847000', '131237.850000', '131237.853000', '131237.855000', '131237.858000', '131237.860000', '131237.863000', '131237.866000', '131237.868000', '131237.871000', '131237.874000', '131237.876000', '131237.879000', '131237.882000', '131237.884000', '131237.887000', '131237.890000', '131237.892000', '131237.895000', '131237.898000', '131237.900000', '131237.903000', '131237.905000', '131237.908000', '131237.911000', '131237.913000', '131237.916000', '131237.919000', '131237.921000', '131237.924000', '131237.926000', '131257.815000', '131257.818000', '131257.821000', '131257.824000', '131257.826000', '131257.829000', '131257.832000', '131257.834000', '131257.837000', '131257.840000', '131257.842000', '131257.845000', '131257.848000', '131257.850000', '131257.853000', '131257.856000', '131257.858000', '131257.861000', '131257.864000', '131257.866000', '131257.869000', '131257.872000', '131257.874000', '131257.877000', '131257.880000', '131257.882000', '131257.885000', '131257.888000', '131257.890000', '131257.893000', '131257.896000', '131257.898000', '131257.901000', '131257.903000', '131257.906000', '131257.909000', '131257.911000', '131257.914000', '131257.917000', '131257.919000', '131257.922000', '131257.924000', '131257.927000', '131257.930000', '131317.815000', '131317.819000', '131317.821000', '131317.824000', '131317.826000', '131317.829000', '131317.832000', '131317.845000', '131317.848000', '131317.851000', '131317.853000', '131317.856000', '131317.859000', '131317.861000', '131317.864000', '131317.867000', '131317.869000', '131317.872000', '131317.875000', '131317.877000', '131317.880000', '131317.882000', '131317.885000', '131317.888000', '131317.891000', '131317.893000', '131317.896000', '131317.899000', '131317.901000', '131317.904000', '131317.906000', '131317.909000', '131317.912000', '131317.915000', '131317.917000', '131317.920000', '131317.922000', '131317.925000', '131317.928000', '131317.930000', '131317.933000', '131317.936000', '131317.938000', '131337.816000', '131337.819000', '131337.822000', '131337.825000', '131337.828000', '131337.831000', '131337.834000', '131337.836000', '131337.839000', '131337.842000', '131337.844000', '131337.847000', '131337.850000', '131337.852000', '131337.855000', '131337.857000', '131337.860000', '131337.863000', '131337.872000', '131337.875000', '131337.878000', '131337.880000', '131337.883000', '131337.886000', '131337.889000', '131337.891000', '131337.894000', '131337.896000', '131337.899000', '131337.902000', '131337.905000', '131337.907000', '131337.910000', '131337.912000', '131337.915000', '131337.918000', '131337.921000', '131337.923000', '131337.926000', '131337.929000', '131337.931000', '131337.934000', '131337.936000', '131337.939000', '131357.815000', '131357.818000', '131357.821000', '131357.823000', '131357.826000', '131357.829000', '131357.832000', '131357.834000', '131357.837000', '131357.840000', '131357.842000', '131357.845000', '131357.847000', '131357.859000', '131357.862000', '131357.864000', '131357.867000', '131357.870000', '131357.872000', '131357.875000', '131357.877000', '131357.880000', '131357.883000', '131357.885000', '131357.888000', '131357.890000', '131357.893000', '131357.895000', '131357.898000', '131357.901000', '131357.904000', '131357.906000', '131357.909000', '131357.912000', '131357.914000', '131357.917000', '131357.920000', '131357.922000', '131357.925000', '131357.927000', '131357.930000', '131357.933000', '131357.935000', '131417.815000', '131417.818000', '131417.821000', '131417.824000', '131417.826000', '131417.829000', '131417.832000', '131417.834000', '131417.837000', '131417.840000', '131417.842000', '131417.845000', '131417.848000', '131417.850000', '131417.853000', '131417.856000', '131417.858000', '131417.861000', '131417.864000', '131417.866000', '131417.869000', '131417.872000', '131417.874000', '131417.877000', '131417.880000', '131417.882000', '131417.885000', '131417.888000', '131417.890000', '131417.893000', '131417.896000', '131417.898000', '131417.901000', '131417.904000', '131417.906000', '131417.909000', '131417.911000', '131417.914000', '131417.917000', '131417.919000', '131417.922000', '131417.925000', '131417.927000', '131437.815000', '131437.818000', '131437.821000', '131437.824000', '131437.826000', '131437.829000', '131437.832000', '131437.834000', '131437.837000', '131437.840000', '131437.842000', '131437.845000', '131437.848000', '131437.850000', '131437.853000', '131437.856000', '131437.859000', '131437.861000', '131437.864000', '131437.867000', '131437.869000', '131437.872000', '131437.874000', '131437.877000', '131437.880000', '131437.882000', '131437.885000', '131437.888000', '131437.890000', '131437.893000', '131437.896000', '131437.898000', '131437.901000', '131437.918000', '131437.920000', '131437.923000', '131437.926000', '131437.928000', '131437.931000', '131437.934000', '131437.936000', '131437.939000', '131437.942000', '131437.944000', '131457.816000', '131457.818000', '131457.821000', '131457.824000', '131457.827000', '131457.829000', '131457.832000', '131457.835000', '131457.838000', '131457.840000', '131457.843000', '131457.845000', '131457.848000', '131457.851000', '131457.853000', '131457.856000', '131457.859000', '131457.862000', '131457.865000', '131457.868000', '131457.871000', '131457.874000', '131457.876000', '131457.879000', '131457.882000', '131457.884000', '131457.887000', '131457.890000', '131457.892000', '131457.895000', '131457.898000', '131457.900000', '131457.903000', '131457.906000', '131457.908000', '131457.911000', '131457.914000', '131457.917000', '131457.919000', '131457.922000', '131457.925000', '131457.927000', '131457.930000', '131517.815000', '131517.818000', '131517.821000', '131517.824000', '131517.827000', '131517.829000', '131517.832000', '131517.845000', '131517.848000', '131517.850000', '131517.853000', '131517.856000', '131517.858000', '131517.861000', '131517.863000', '131517.866000', '131517.869000', '131517.872000', '131517.874000', '131517.877000', '131517.880000', '131517.882000', '131517.885000', '131517.888000', '131517.890000', '131517.893000', '131517.895000', '131517.898000', '131517.901000', '131517.904000', '131517.906000', '131517.909000', '131517.912000', '131517.914000', '131517.917000', '131517.919000', '131517.922000', '131517.925000', '131517.927000', '131517.930000', '131517.933000', '131517.939000', '131517.942000', '131517.944000', '131537.816000', '131537.819000', '131537.822000', '131537.825000', '131537.827000', '131537.830000', '131537.833000', '131537.835000', '131537.838000', '131537.841000', '131537.843000', '131537.846000', '131537.849000', '131537.851000', '131537.854000', '131537.857000', '131537.859000', '131537.862000', '131537.865000', '131537.867000', '131537.872000', '131537.874000', '131537.877000', '131537.880000', '131537.882000', '131537.885000', '131537.887000', '131537.890000', '131537.893000', '131537.895000', '131537.898000', '131537.901000', '131537.904000', '131537.906000', '131537.909000', '131537.911000', '131537.914000', '131537.917000', '131537.919000', '131537.922000', '131537.925000', '131537.927000', '131537.930000', '131557.817000', '131557.820000', '131557.823000', '131557.825000', '131557.828000', '131557.830000', '131557.833000', '131557.836000', '131557.838000', '131557.841000', '131557.844000', '131557.846000', '131557.849000', '131557.852000', '131557.854000', '131557.857000', '131557.859000', '131557.862000', '131557.865000', '131557.867000', '131557.870000', '131557.873000', '131557.875000', '131557.878000', '131557.881000', '131557.883000', '131557.886000', '131557.889000', '131557.891000', '131557.894000', '131557.897000', '131557.899000', '131557.902000', '131557.904000', '131557.907000', '131557.910000', '131557.912000', '131557.915000', '131557.917000', '131557.920000', '131557.922000', '131557.925000', '131557.928000', '131557.931000', '131617.835000', '131617.838000', '131617.841000', '131617.843000', '131617.846000', '131617.849000', '131617.852000', '131617.855000', '131617.858000', '131617.861000', '131617.863000', '131617.866000', '131617.869000', '131617.871000', '131617.897000', '131617.900000', '131617.902000', '131617.906000', '131617.909000', '131617.912000', '131617.914000', '131617.917000', '131617.919000', '131617.922000', '131617.925000', '131617.928000', '131617.930000', '131617.933000', '131617.935000', '131617.938000', '131617.941000', '131617.943000', '131617.946000', '131617.948000', '131617.951000', '131617.954000', '131617.956000', '131617.959000', '131617.961000', '131617.964000', '131617.967000', '131617.969000', '131617.972000', '131637.816000', '131637.819000', '131637.821000', '131637.824000', '131637.827000', '131637.829000', '131637.832000', '131637.834000', '131637.837000', '131637.840000', '131637.842000', '131637.845000', '131637.848000', '131637.850000', '131637.853000', '131637.856000', '131637.858000', '131637.861000', '131637.864000', '131637.866000', '131637.869000', '131637.871000', '131637.874000', '131637.877000', '131637.879000', '131637.882000', '131637.885000', '131637.887000', '131637.890000', '131637.893000', '131637.895000', '131637.898000', '131637.900000', '131637.903000', '131637.906000', '131637.908000', '131637.911000', '131637.914000', '131637.916000', '131637.919000', '131637.921000', '131637.924000', '131637.927000', '131637.930000', '131646.363000', '131646.366000', '131646.369000', '131646.372000', '131646.375000', '131646.377000', '131646.380000', '131646.383000', '131646.386000', '131646.388000', '131646.392000', '131646.395000', '131646.398000', '131646.401000', '131646.404000', '131646.407000', '131646.410000', '131646.413000', '131646.415000'], 'InstanceCreationTime': ['130957.854000', '130957.857000', '130957.860000', '130957.863000', '130957.865000', '130957.868000', '130957.871000', '130957.874000', '130957.876000', '130957.884000', '130957.886000', '130957.889000', '130957.892000', '130957.913000', '130957.915000', '130957.918000', '130957.920000', '130957.923000', '130957.926000', '130957.928000', '130957.931000', '130957.933000', '130957.936000', '130957.939000', '130957.941000', '131017.815000', '131017.818000', '131017.821000', '131017.824000', '131017.827000', '131017.829000', '131017.832000', '131017.834000', '131017.837000', '131017.840000', '131017.842000', '131017.845000', '131017.848000', '131017.850000', '131017.856000', '131017.859000', '131017.862000', '131017.864000', '131017.867000', '131017.870000', '131017.872000', '131017.875000', '131017.877000', '131017.880000', '131017.882000', '131017.885000', '131017.888000', '131017.890000', '131017.893000', '131017.896000', '131017.898000', '131017.901000', '131017.903000', '131017.906000', '131017.909000', '131017.911000', '131017.914000', '131017.923000', '131017.926000', '131017.928000', '131017.931000', '131017.933000', '131017.936000', '131017.939000', '131037.815000', '131037.818000', '131037.821000', '131037.824000', '131037.826000', '131037.829000', '131037.831000', '131037.834000', '131037.837000', '131037.840000', '131037.842000', '131037.845000', '131037.847000', '131037.850000', '131037.853000', '131037.855000', '131037.858000', '131037.861000', '131037.863000', '131037.866000', '131037.868000', '131037.871000', '131037.874000', '131037.876000', '131037.879000', '131037.882000', '131037.884000', '131037.887000', '131037.889000', '131037.892000', '131037.895000', '131037.897000', '131037.900000', '131037.903000', '131037.905000', '131037.908000', '131037.910000', '131037.913000', '131037.916000', '131037.918000', '131037.921000', '131037.924000', '131037.926000', '131057.816000', '131057.819000', '131057.821000', '131057.824000', '131057.827000', '131057.829000', '131057.832000', '131057.834000', '131057.837000', '131057.840000', '131057.842000', '131057.845000', '131057.847000', '131057.850000', '131057.853000', '131057.856000', '131057.858000', '131057.861000', '131057.864000', '131057.866000', '131057.869000', '131057.871000', '131057.874000', '131057.877000', '131057.879000', '131057.882000', '131057.884000', '131057.887000', '131057.889000', '131057.892000', '131057.895000', '131057.897000', '131057.900000', '131057.903000', '131057.905000', '131057.908000', '131057.911000', '131057.913000', '131057.916000', '131057.919000', '131057.921000', '131057.924000', '131057.926000', '131057.929000', '131117.816000', '131117.819000', '131117.822000', '131117.824000', '131117.827000', '131117.830000', '131117.832000', '131117.835000', '131117.838000', '131117.840000', '131117.843000', '131117.845000', '131117.848000', '131117.851000', '131117.853000', '131117.856000', '131117.859000', '131117.861000', '131117.864000', '131117.867000', '131117.869000', '131117.872000', '131117.875000', '131117.877000', '131117.880000', '131117.882000', '131117.885000', '131117.888000', '131117.891000', '131117.893000', '131117.896000', '131117.898000', '131117.901000', '131117.904000', '131117.906000', '131117.909000', '131117.911000', '131117.914000', '131117.917000', '131117.919000', '131117.922000', '131117.925000', '131117.927000', '131137.816000', '131137.819000', '131137.821000', '131137.824000', '131137.826000', '131137.829000', '131137.837000', '131137.839000', '131137.842000', '131137.844000', '131137.847000', '131137.850000', '131137.852000', '131137.855000', '131137.858000', '131137.860000', '131137.863000', '131137.866000', '131137.868000', '131137.871000', '131137.873000', '131137.876000', '131137.879000', '131137.881000', '131137.884000', '131137.887000', '131137.889000', '131137.907000', '131137.910000', '131137.913000', '131137.915000', '131137.918000', '131137.920000', '131137.923000', '131137.925000', '131137.928000', '131137.931000', '131137.933000', '131137.936000', '131137.938000', '131137.941000', '131137.944000', '131137.946000', '131137.949000', '131157.816000', '131157.818000', '131157.821000', '131157.824000', '131157.826000', '131157.829000', '131157.832000', '131157.835000', '131157.837000', '131157.840000', '131157.842000', '131157.845000', '131157.848000', '131157.850000', '131157.853000', '131157.856000', '131157.858000', '131157.861000', '131157.864000', '131157.866000', '131157.869000', '131157.872000', '131157.874000', '131157.877000', '131157.879000', '131157.882000', '131157.885000', '131157.887000', '131157.890000', '131157.893000', '131157.895000', '131157.898000', '131157.900000', '131157.903000', '131157.906000', '131157.908000', '131157.911000', '131157.913000', '131157.916000', '131157.919000', '131157.921000', '131157.924000', '131157.926000', '131217.815000', '131217.818000', '131217.821000', '131217.823000', '131217.826000', '131217.829000', '131217.831000', '131217.834000', '131217.837000', '131217.839000', '131217.842000', '131217.845000', '131217.848000', '131217.850000', '131217.853000', '131217.855000', '131217.858000', '131217.860000', '131217.863000', '131217.866000', '131217.868000', '131217.871000', '131217.874000', '131217.876000', '131217.879000', '131217.882000', '131217.884000', '131217.887000', '131217.889000', '131217.892000', '131217.895000', '131217.897000', '131217.900000', '131217.903000', '131217.905000', '131217.908000', '131217.910000', '131217.913000', '131217.916000', '131217.918000', '131217.921000', '131217.924000', '131217.926000', '131217.929000', '131237.815000', '131237.818000', '131237.821000', '131237.824000', '131237.826000', '131237.829000', '131237.832000', '131237.834000', '131237.837000', '131237.839000', '131237.842000', '131237.845000', '131237.847000', '131237.850000', '131237.853000', '131237.855000', '131237.858000', '131237.860000', '131237.863000', '131237.866000', '131237.868000', '131237.871000', '131237.874000', '131237.876000', '131237.879000', '131237.882000', '131237.884000', '131237.887000', '131237.890000', '131237.892000', '131237.895000', '131237.898000', '131237.900000', '131237.903000', '131237.905000', '131237.908000', '131237.911000', '131237.913000', '131237.916000', '131237.919000', '131237.921000', '131237.924000', '131237.926000', '131257.815000', '131257.818000', '131257.821000', '131257.824000', '131257.826000', '131257.829000', '131257.832000', '131257.834000', '131257.837000', '131257.840000', '131257.842000', '131257.845000', '131257.848000', '131257.850000', '131257.853000', '131257.856000', '131257.858000', '131257.861000', '131257.864000', '131257.866000', '131257.869000', '131257.872000', '131257.874000', '131257.877000', '131257.880000', '131257.882000', '131257.885000', '131257.888000', '131257.890000', '131257.893000', '131257.896000', '131257.898000', '131257.901000', '131257.903000', '131257.906000', '131257.909000', '131257.911000', '131257.914000', '131257.917000', '131257.919000', '131257.922000', '131257.924000', '131257.927000', '131257.930000', '131317.815000', '131317.819000', '131317.821000', '131317.824000', '131317.826000', '131317.829000', '131317.832000', '131317.845000', '131317.848000', '131317.851000', '131317.853000', '131317.856000', '131317.859000', '131317.861000', '131317.864000', '131317.867000', '131317.869000', '131317.872000', '131317.875000', '131317.877000', '131317.880000', '131317.882000', '131317.885000', '131317.888000', '131317.891000', '131317.893000', '131317.896000', '131317.899000', '131317.901000', '131317.904000', '131317.906000', '131317.909000', '131317.912000', '131317.915000', '131317.917000', '131317.920000', '131317.922000', '131317.925000', '131317.928000', '131317.930000', '131317.933000', '131317.936000', '131317.938000', '131337.816000', '131337.819000', '131337.822000', '131337.825000', '131337.828000', '131337.831000', '131337.834000', '131337.836000', '131337.839000', '131337.842000', '131337.844000', '131337.847000', '131337.850000', '131337.852000', '131337.855000', '131337.857000', '131337.860000', '131337.863000', '131337.872000', '131337.875000', '131337.878000', '131337.880000', '131337.883000', '131337.886000', '131337.889000', '131337.891000', '131337.894000', '131337.896000', '131337.899000', '131337.902000', '131337.905000', '131337.907000', '131337.910000', '131337.912000', '131337.915000', '131337.918000', '131337.921000', '131337.923000', '131337.926000', '131337.929000', '131337.931000', '131337.934000', '131337.936000', '131337.939000', '131357.815000', '131357.818000', '131357.821000', '131357.823000', '131357.826000', '131357.829000', '131357.832000', '131357.834000', '131357.837000', '131357.840000', '131357.842000', '131357.845000', '131357.847000', '131357.859000', '131357.862000', '131357.864000', '131357.867000', '131357.870000', '131357.872000', '131357.875000', '131357.877000', '131357.880000', '131357.883000', '131357.885000', '131357.888000', '131357.890000', '131357.893000', '131357.895000', '131357.898000', '131357.901000', '131357.904000', '131357.906000', '131357.909000', '131357.912000', '131357.914000', '131357.917000', '131357.920000', '131357.922000', '131357.925000', '131357.927000', '131357.930000', '131357.933000', '131357.935000', '131417.815000', '131417.818000', '131417.821000', '131417.824000', '131417.826000', '131417.829000', '131417.832000', '131417.834000', '131417.837000', '131417.840000', '131417.842000', '131417.845000', '131417.848000', '131417.850000', '131417.853000', '131417.856000', '131417.858000', '131417.861000', '131417.864000', '131417.866000', '131417.869000', '131417.872000', '131417.874000', '131417.877000', '131417.880000', '131417.882000', '131417.885000', '131417.888000', '131417.890000', '131417.893000', '131417.896000', '131417.898000', '131417.901000', '131417.904000', '131417.906000', '131417.909000', '131417.911000', '131417.914000', '131417.917000', '131417.919000', '131417.922000', '131417.925000', '131417.927000', '131437.815000', '131437.818000', '131437.821000', '131437.824000', '131437.826000', '131437.829000', '131437.832000', '131437.834000', '131437.837000', '131437.840000', '131437.842000', '131437.845000', '131437.848000', '131437.850000', '131437.853000', '131437.856000', '131437.859000', '131437.861000', '131437.864000', '131437.867000', '131437.869000', '131437.872000', '131437.874000', '131437.877000', '131437.880000', '131437.882000', '131437.885000', '131437.888000', '131437.890000', '131437.893000', '131437.896000', '131437.898000', '131437.901000', '131437.918000', '131437.920000', '131437.923000', '131437.926000', '131437.928000', '131437.931000', '131437.934000', '131437.936000', '131437.939000', '131437.942000', '131437.944000', '131457.816000', '131457.818000', '131457.821000', '131457.824000', '131457.827000', '131457.829000', '131457.832000', '131457.835000', '131457.838000', '131457.840000', '131457.843000', '131457.845000', '131457.848000', '131457.851000', '131457.853000', '131457.856000', '131457.859000', '131457.862000', '131457.865000', '131457.868000', '131457.871000', '131457.874000', '131457.876000', '131457.879000', '131457.882000', '131457.884000', '131457.887000', '131457.890000', '131457.892000', '131457.895000', '131457.898000', '131457.900000', '131457.903000', '131457.906000', '131457.908000', '131457.911000', '131457.914000', '131457.917000', '131457.919000', '131457.922000', '131457.925000', '131457.927000', '131457.930000', '131517.815000', '131517.818000', '131517.821000', '131517.824000', '131517.827000', '131517.829000', '131517.832000', '131517.845000', '131517.848000', '131517.850000', '131517.853000', '131517.856000', '131517.858000', '131517.861000', '131517.863000', '131517.866000', '131517.869000', '131517.872000', '131517.874000', '131517.877000', '131517.880000', '131517.882000', '131517.885000', '131517.888000', '131517.890000', '131517.893000', '131517.895000', '131517.898000', '131517.901000', '131517.904000', '131517.906000', '131517.909000', '131517.912000', '131517.914000', '131517.917000', '131517.919000', '131517.922000', '131517.925000', '131517.927000', '131517.930000', '131517.933000', '131517.939000', '131517.942000', '131517.944000', '131537.816000', '131537.819000', '131537.822000', '131537.825000', '131537.827000', '131537.830000', '131537.833000', '131537.835000', '131537.838000', '131537.841000', '131537.843000', '131537.846000', '131537.849000', '131537.851000', '131537.854000', '131537.857000', '131537.859000', '131537.862000', '131537.865000', '131537.867000', '131537.872000', '131537.874000', '131537.877000', '131537.880000', '131537.882000', '131537.885000', '131537.887000', '131537.890000', '131537.893000', '131537.895000', '131537.898000', '131537.901000', '131537.904000', '131537.906000', '131537.909000', '131537.911000', '131537.914000', '131537.917000', '131537.919000', '131537.922000', '131537.925000', '131537.927000', '131537.930000', '131557.817000', '131557.820000', '131557.823000', '131557.825000', '131557.828000', '131557.830000', '131557.833000', '131557.836000', '131557.838000', '131557.841000', '131557.844000', '131557.846000', '131557.849000', '131557.852000', '131557.854000', '131557.857000', '131557.859000', '131557.862000', '131557.865000', '131557.867000', '131557.870000', '131557.873000', '131557.875000', '131557.878000', '131557.881000', '131557.883000', '131557.886000', '131557.889000', '131557.891000', '131557.894000', '131557.897000', '131557.899000', '131557.902000', '131557.904000', '131557.907000', '131557.910000', '131557.912000', '131557.915000', '131557.917000', '131557.920000', '131557.922000', '131557.925000', '131557.928000', '131557.931000', '131617.835000', '131617.838000', '131617.841000', '131617.843000', '131617.846000', '131617.849000', '131617.852000', '131617.855000', '131617.858000', '131617.861000', '131617.863000', '131617.866000', '131617.869000', '131617.871000', '131617.897000', '131617.900000', '131617.902000', '131617.906000', '131617.909000', '131617.912000', '131617.914000', '131617.917000', '131617.919000', '131617.922000', '131617.925000', '131617.928000', '131617.930000', '131617.933000', '131617.935000', '131617.938000', '131617.941000', '131617.943000', '131617.946000', '131617.948000', '131617.951000', '131617.954000', '131617.956000', '131617.959000', '131617.961000', '131617.964000', '131617.967000', '131617.969000', '131617.972000', '131637.816000', '131637.819000', '131637.821000', '131637.824000', '131637.827000', '131637.829000', '131637.832000', '131637.834000', '131637.837000', '131637.840000', '131637.842000', '131637.845000', '131637.848000', '131637.850000', '131637.853000', '131637.856000', '131637.858000', '131637.861000', '131637.864000', '131637.866000', '131637.869000', '131637.871000', '131637.874000', '131637.877000', '131637.879000', '131637.882000', '131637.885000', '131637.887000', '131637.890000', '131637.893000', '131637.895000', '131637.898000', '131637.900000', '131637.903000', '131637.906000', '131637.908000', '131637.911000', '131637.914000', '131637.916000', '131637.919000', '131637.921000', '131637.924000', '131637.927000', '131637.930000', '131646.363000', '131646.366000', '131646.369000', '131646.372000', '131646.375000', '131646.377000', '131646.380000', '131646.383000', '131646.386000', '131646.388000', '131646.392000', '131646.395000', '131646.398000', '131646.401000', '131646.404000', '131646.407000', '131646.410000', '131646.413000', '131646.415000'], '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': [14109, 12595, 11575, 13428, 12775, 11420, 14042, 12470, 11567, 13116, 12258, 10840, 14124, 12590, 11294, 13517, 12480, 10909, 12766, 12373, 10844, 12630, 12219, 11088, 11462, 12312, 10626, 12202, 12466, 10859, 10914, 12073, 10669, 13893, 12028, 10809, 12901, 12215, 11242, 12347, 11946, 10670, 12595, 12224, 11432, 11430, 12949, 11755, 11411, 12269, 11679, 11259, 12669, 12122, 11169, 12111, 11613, 10998, 15873, 12529, 10639, 13367, 12239, 10583, 12294, 12060, 10962, 10533, 11837, 11497, 10875, 11894, 11274, 11028, 13039, 11237, 10348, 13039, 11191, 10494, 12226, 11572, 10685, 11744, 11794, 11382, 10752, 12196, 10964, 11215, 13309, 11687, 10310, 13284, 11968, 10692, 12096, 11866, 10365, 11804, 11256, 10920, 11298, 11432, 11349, 12251, 11796, 11047, 11720, 12640, 11352, 10440, 12254, 11056, 11040, 14677, 10949, 10611, 13876, 12018, 10486, 12631, 11315, 10784, 11954, 11776, 11015, 10918, 12267, 11562, 11084, 12897, 11065, 10618, 12063, 11675, 10206, 12013, 11412, 10759, 13344, 11716, 10435, 13029, 11498, 10716, 12930, 12320, 10525, 12174, 11554, 10870, 10918, 12019, 10802, 11012, 12125, 10532, 10229, 12476, 10907, 10401, 9551, 10981, 11014, 14133, 11385, 10239, 13517, 11031, 10406, 11589, 11268, 10291, 12167, 12960, 10479, 10482, 11695, 11104, 10349, 14501, 11173, 10594, 13884, 11411, 10303, 13326, 11211, 10469, 11884, 12765, 10560, 11294, 12395, 11169, 10833, 12156, 10837, 10995, 10374, 10351, 10871, 11525, 10845, 10654, 15336, 10320, 10881, 14054, 11529, 10242, 12560, 11280, 10560, 12178, 11906, 10163, 10710, 11568, 10691, 11118, 11644, 10656, 11013, 11828, 10720, 10721, 10797, 11146, 10997, 13990, 10715, 10928, 13947, 11679, 10359, 11650, 11480, 10712, 12951, 11444, 10521, 12305, 11497, 10426, 12865, 11507, 10627, 12934, 12610, 11112, 11031, 11915, 10893, 10871, 11741, 10720, 11042, 10597, 11356, 10690, 10038, 11162, 10911, 14736, 11656, 10810, 13268, 11678, 10410, 13073, 10961, 10345, 13458, 11070, 10580, 11357, 11402, 10232, 12432, 12350, 10005, 12688, 12031, 10818, 11639, 9725, 10336, 10926, 10328, 10272, 10622, 12505, 10721, 12407, 10287, 10536, 11462, 12327, 10707, 11285, 12157, 10364, 11567, 12171, 10616, 10571, 12207, 11117, 12002, 11996, 10556, 12817, 11776, 10705, 10896, 11792, 10585, 11783, 15620, 10383, 10615, 13601, 10866, 10260, 13544, 10745, 10446, 13215, 11203, 10004, 11730, 10689, 10293, 13532, 10587, 10372, 13513, 10779, 10461, 13282, 11107, 10504, 13863, 11349, 10343, 13282, 11508, 10507, 13849, 11067, 10684, 14065, 11339, 10507, 13010, 11157, 10530, 13760, 11815, 10687, 12552, 10919, 10655, 14153, 10965, 11096, 13942, 11465, 10510, 13409, 10674, 10766, 13338, 10785, 10933, 11045, 10424, 10902, 14194, 10414, 11021, 10100, 10739, 11369, 13299, 10379, 11213, 12666, 10717, 10885, 10276, 10558, 10877, 14859, 11616, 10916, 12862, 11053, 10381, 13053, 11552, 10759, 13170, 12186, 10273, 11734, 11443, 10340, 12530, 11389, 10427, 11200, 11290, 10908, 12355, 11838, 10783, 12954, 12830, 10778, 11064, 11772, 10733, 11927, 16098, 10826, 10566, 13994, 11105, 10242, 12501, 10621, 10732, 14014, 11431, 10468, 13017, 11313, 10210, 12593, 11418, 10135, 11584, 12257, 10699, 11073, 11429, 10810, 10779, 14978, 10796, 10882, 14061, 11338, 10952, 13326, 10863, 10876, 13683, 11118, 10989, 13291, 11654, 10896, 13448, 12051, 10700, 13871, 11834, 10144, 10945, 12340, 10312, 11943, 12716, 10319, 11540, 12711, 11082, 10833, 12661, 10558, 11798, 10770, 10792, 11011, 14293, 10838, 10789, 14057, 11159, 10748, 13340, 11448, 10508, 12293, 11064, 10391, 12268, 11434, 10170, 11185, 10869, 10376, 12094, 11741, 10399, 13358, 11901, 10357, 11644, 11187, 10414, 13410, 12468, 10131, 12064, 12620, 10119, 12869, 11496, 10136, 11218, 10778, 10941, 10885, 12225, 10545, 11424, 13393, 10691, 11497, 10445, 11271, 10864, 12547, 10821, 11079, 14112, 11731, 10683, 12189, 11828, 10460, 13122, 12764, 10381, 12829, 10719, 11100, 11391, 14181, 11216, 10971, 13353, 11164, 11172, 11933, 11541, 10909, 11078, 11647, 10616, 10968, 12489, 10882, 10874, 12647, 11521, 11046, 13695, 11007, 11073, 13784, 12061, 10694, 11838, 11707, 10801, 13364, 11594, 10785, 13421, 11588, 11513, 12044, 11640, 10727, 13084, 12615, 11217, 11321, 12942, 10933, 12304, 11476, 10897, 11452, 12865, 11590, 12038, 11668, 10880, 12800, 16288, 11515, 10758, 13865, 11960, 10527, 12777, 11417, 10573, 11945, 12030, 10528, 12646, 11576, 10478, 13573, 12345, 10553, 11890, 12007, 10161, 12924, 13249, 9844, 11001, 11942, 10678, 11769, 11310, 10329, 11388, 12470, 11132, 10866, 11018, 10403, 11454, 13067, 10842, 10861, 13213, 10574, 11099, 15256, 10832, 11452, 12191, 10428, 10925, 15187, 10601, 11355, 14073, 11741, 10692, 12563, 11095, 11054, 13386, 11320, 11098, 9735, 10327, 11197, 12027, 10712, 11136, 11849, 10497, 13692, 11730, 10985, 14436, 11752, 10212, 13618, 10889, 11156, 13938, 11167, 10883, 13628, 10913, 10776, 14406, 10241, 11539, 10166, 10261, 11505, 15122, 10047, 12026, 12297, 10501, 10871, 11202, 10187, 11115, 12526, 10039, 11042, 11919, 10234, 12047, 11499, 10676, 13013, 11173, 10529, 14244, 11181, 10837, 13897, 11740, 10185, 11866, 11194, 10513, 13304, 11004, 10741, 12772, 11979, 10156, 11774, 12005, 10784, 12867, 11904, 10593, 12579, 10922, 10905, 13769, 11862, 10764, 12125, 10718, 10842, 13285, 10717, 10901, 14526, 10923, 10682, 12756, 10244, 11346, 10046, 10291, 11019, 12502, 10799, 11103, 15913, 10805, 11389, 13173, 10817, 10916, 12155, 10120, 11438, 12275, 10282, 12247, 13901, 10636, 11689, 10788, 10614, 11387, 10923, 10642, 11449, 15335, 10598, 11543, 13319, 11118, 11202, 13833, 11648, 11246, 13724, 11876, 10663, 11186, 11021, 10845, 11967, 15463, 10535, 11507, 13314, 10286, 10960, 13180, 10015, 11011, 14326, 10347, 11507, 13226, 10557, 11140, 13921, 10593, 10921, 12527, 10626, 10728, 12524, 10930, 11136, 12901, 10889, 10804, 13838, 10320, 11513, 13886, 11053, 11089, 12899, 11043, 11440, 14862, 10487, 11623, 11587, 10941, 11270, 16064, 10628, 11786, 14529, 10310, 10890, 13389, 11350, 10934, 12327, 11084, 10611, 11749, 10813, 11606, 13359, 10392, 10790, 13283, 10428, 11419, 14045, 10804, 11437, 13327, 10345, 11338, 13733, 11482, 10797, 12585, 10347, 11453, 13784, 11190, 11123, 12118, 10536, 11125, 13843, 11009, 11643, 14045, 10460, 11275, 14891, 11079, 11046, 11288, 11464, 10586, 12126, 11301, 10868, 13012, 10865, 10808, 13765, 10821, 11397, 13476, 10834, 11098, 13548, 10267, 11394, 13859, 10636, 10852, 12793, 10736, 11306, 13640, 10762], 'WindowCenter': [4482.0, 4455.0, 4442.0, 4439.0, 4423.0, 4426.0, 4430.0, 4423.0, 4414.0, 4419.0, 4408.0, 4413.0, 4419.0, 4409.0, 4412.0, 4419.0, 4409.0, 4409.0, 4408.0, 4409.0, 4410.0, 4408.0, 4408.0, 4411.0, 4409.0, 4420.0, 4411.0, 4410.0, 4421.0, 4415.0, 4408.0, 4422.0, 4413.0, 4424.0, 4421.0, 4412.0, 4421.0, 4421.0, 4423.0, 4424.0, 4410.0, 4400.0, 4410.0, 4411.0, 4411.0, 4410.0, 4421.0, 4422.0, 4413.0, 4409.0, 4411.0, 4410.0, 4419.0, 4421.0, 4413.0, 4410.0, 4410.0, 4413.0, 4430.0, 4409.0, 4401.0, 4418.0, 4409.0, 4404.0, 4409.0, 4409.0, 4409.0, 4399.0, 4410.0, 4415.0, 4411.0, 4411.0, 4411.0, 4416.0, 4423.0, 4412.0, 4417.0, 4418.0, 4412.0, 4414.0, 4422.0, 4412.0, 4413.0, 4411.0, 4413.0, 4422.0, 4414.0, 4420.0, 4413.0, 4424.0, 4424.0, 4421.0, 4413.0, 4422.0, 4425.0, 4415.0, 4421.0, 4424.0, 4413.0, 4411.0, 4412.0, 4414.0, 4411.0, 4411.0, 4425.0, 4425.0, 4422.0, 4413.0, 4423.0, 4421.0, 4413.0, 4414.0, 4423.0, 4424.0, 4425.0, 4433.0, 4412.0, 4414.0, 4422.0, 4422.0, 4413.0, 4420.0, 4412.0, 4413.0, 4413.0, 4410.0, 4412.0, 4414.0, 4421.0, 4423.0, 4426.0, 4421.0, 4412.0, 4415.0, 4410.0, 4412.0, 4414.0, 4423.0, 4425.0, 4416.0, 4423.0, 4423.0, 4414.0, 4421.0, 4411.0, 4414.0, 4422.0, 4422.0, 4412.0, 4425.0, 4408.0, 4410.0, 4403.0, 4409.0, 4410.0, 4416.0, 4411.0, 4401.0, 4402.0, 4420.0, 4412.0, 4413.0, 4402.0, 4412.0, 4416.0, 4435.0, 4412.0, 4403.0, 4420.0, 4412.0, 4413.0, 4412.0, 4410.0, 4403.0, 4424.0, 4421.0, 4401.0, 4402.0, 4410.0, 4412.0, 4414.0, 4432.0, 4411.0, 4403.0, 4421.0, 4410.0, 4401.0, 4421.0, 4398.0, 4400.0, 4410.0, 4409.0, 4401.0, 4399.0, 4409.0, 4411.0, 4411.0, 4409.0, 4412.0, 4413.0, 4401.0, 4402.0, 4416.0, 4409.0, 4412.0, 4403.0, 4432.0, 4401.0, 4401.0, 4419.0, 4410.0, 4404.0, 4413.0, 4399.0, 4400.0, 4411.0, 4411.0, 4399.0, 4400.0, 4408.0, 4412.0, 4414.0, 4409.0, 4400.0, 4411.0, 4409.0, 4401.0, 4412.0, 4399.0, 4410.0, 4413.0, 4421.0, 4401.0, 4412.0, 4420.0, 4410.0, 4401.0, 4409.0, 4410.0, 4401.0, 4420.0, 4409.0, 4402.0, 4410.0, 4410.0, 4412.0, 4421.0, 4409.0, 4401.0, 4424.0, 4409.0, 4411.0, 4409.0, 4411.0, 4411.0, 4413.0, 4410.0, 4411.0, 4410.0, 4401.0, 4412.0, 4414.0, 4401.0, 4412.0, 4413.0, 4432.0, 4412.0, 4411.0, 4420.0, 4413.0, 4414.0, 4422.0, 4411.0, 4403.0, 4421.0, 4410.0, 4402.0, 4411.0, 4408.0, 4403.0, 4423.0, 4418.0, 4402.0, 4421.0, 4410.0, 4412.0, 4413.0, 4390.0, 4400.0, 4412.0, 4399.0, 4401.0, 4411.0, 4421.0, 4411.0, 4426.0, 4399.0, 4401.0, 4412.0, 4420.0, 4412.0, 4413.0, 4420.0, 4401.0, 4413.0, 4421.0, 4416.0, 4413.0, 4422.0, 4424.0, 4427.0, 4410.0, 4412.0, 4422.0, 4410.0, 4413.0, 4413.0, 4410.0, 4413.0, 4424.0, 4431.0, 4400.0, 4402.0, 4419.0, 4413.0, 4403.0, 4421.0, 4401.0, 4402.0, 4421.0, 4411.0, 4403.0, 4410.0, 4413.0, 4415.0, 4434.0, 4415.0, 4414.0, 4423.0, 4413.0, 4413.0, 4420.0, 4411.0, 4413.0, 4420.0, 4410.0, 4402.0, 4419.0, 4411.0, 4413.0, 4422.0, 4410.0, 4401.0, 4419.0, 4413.0, 4402.0, 4421.0, 4400.0, 4402.0, 4422.0, 4409.0, 4402.0, 4407.0, 4401.0, 4405.0, 4421.0, 4401.0, 4412.0, 4417.0, 4410.0, 4404.0, 4420.0, 4399.0, 4401.0, 4420.0, 4400.0, 4412.0, 4397.0, 4400.0, 4412.0, 4419.0, 4400.0, 4401.0, 4389.0, 4401.0, 4412.0, 4417.0, 4400.0, 4401.0, 4411.0, 4400.0, 4401.0, 4388.0, 4400.0, 4401.0, 4431.0, 4408.0, 4400.0, 4410.0, 4410.0, 4402.0, 4420.0, 4410.0, 4402.0, 4418.0, 4410.0, 4401.0, 4410.0, 4408.0, 4401.0, 4422.0, 4411.0, 4412.0, 4408.0, 4411.0, 4414.0, 4423.0, 4411.0, 4412.0, 4426.0, 4420.0, 4413.0, 4412.0, 4408.0, 4411.0, 4424.0, 4434.0, 4401.0, 4401.0, 4420.0, 4412.0, 4402.0, 4420.0, 4400.0, 4412.0, 4420.0, 4410.0, 4412.0, 4419.0, 4410.0, 4402.0, 4410.0, 4409.0, 4400.0, 4413.0, 4409.0, 4401.0, 4412.0, 4409.0, 4411.0, 4412.0, 4430.0, 4399.0, 4400.0, 4419.0, 4409.0, 4402.0, 4421.0, 4398.0, 4400.0, 4419.0, 4398.0, 4399.0, 4417.0, 4409.0, 4410.0, 4419.0, 4409.0, 4399.0, 4422.0, 4396.0, 4401.0, 4400.0, 4405.0, 4399.0, 4413.0, 4407.0, 4399.0, 4408.0, 4409.0, 4411.0, 4402.0, 4419.0, 4400.0, 4413.0, 4400.0, 4411.0, 4412.0, 4418.0, 4399.0, 4402.0, 4419.0, 4398.0, 4402.0, 4406.0, 4397.0, 4402.0, 4409.0, 4399.0, 4399.0, 4410.0, 4408.0, 4398.0, 4396.0, 4398.0, 4401.0, 4410.0, 4408.0, 4400.0, 4422.0, 4406.0, 4399.0, 4409.0, 4398.0, 4401.0, 4421.0, 4409.0, 4399.0, 4410.0, 4408.0, 4400.0, 4421.0, 4397.0, 4398.0, 4399.0, 4397.0, 4397.0, 4399.0, 4406.0, 4399.0, 4410.0, 4418.0, 4397.0, 4408.0, 4397.0, 4411.0, 4411.0, 4408.0, 4410.0, 4409.0, 4420.0, 4409.0, 4400.0, 4408.0, 4409.0, 4412.0, 4423.0, 4408.0, 4398.0, 4419.0, 4399.0, 4398.0, 4409.0, 4417.0, 4396.0, 4399.0, 4408.0, 4397.0, 4399.0, 4396.0, 4394.0, 4399.0, 4398.0, 4407.0, 4399.0, 4398.0, 4407.0, 4409.0, 4409.0, 4419.0, 4413.0, 4414.0, 4417.0, 4409.0, 4411.0, 4420.0, 4409.0, 4400.0, 4408.0, 4409.0, 4411.0, 4422.0, 4408.0, 4410.0, 4419.0, 4409.0, 4412.0, 4410.0, 4408.0, 4411.0, 4421.0, 4410.0, 4410.0, 4410.0, 4407.0, 4410.0, 4423.0, 4408.0, 4400.0, 4411.0, 4417.0, 4411.0, 4411.0, 4409.0, 4400.0, 4423.0, 4429.0, 4398.0, 4411.0, 4417.0, 4406.0, 4399.0, 4408.0, 4396.0, 4400.0, 4406.0, 4408.0, 4412.0, 4420.0, 4410.0, 4399.0, 4419.0, 4408.0, 4398.0, 4408.0, 4407.0, 4403.0, 4420.0, 4407.0, 4387.0, 4397.0, 4395.0, 4398.0, 4409.0, 4395.0, 4387.0, 4397.0, 4406.0, 4397.0, 4399.0, 4397.0, 4398.0, 4409.0, 4417.0, 4397.0, 4410.0, 4418.0, 4397.0, 4402.0, 4429.0, 4398.0, 4408.0, 4405.0, 4398.0, 4399.0, 4417.0, 4397.0, 4398.0, 4417.0, 4406.0, 4400.0, 4406.0, 4396.0, 4397.0, 4418.0, 4409.0, 4411.0, 4388.0, 4399.0, 4411.0, 4409.0, 4400.0, 4412.0, 4408.0, 4410.0, 4432.0, 4408.0, 4410.0, 4429.0, 4406.0, 4398.0, 4416.0, 4397.0, 4408.0, 4418.0, 4397.0, 4399.0, 4417.0, 4397.0, 4411.0, 4418.0, 4398.0, 4409.0, 4386.0, 4399.0, 4411.0, 4419.0, 4387.0, 4409.0, 4406.0, 4400.0, 4397.0, 4396.0, 4397.0, 4398.0, 4407.0, 4387.0, 4398.0, 4407.0, 4399.0, 4410.0, 4408.0, 4410.0, 4419.0, 4410.0, 4412.0, 4432.0, 4399.0, 4400.0, 4424.0, 4396.0, 4388.0, 4409.0, 4395.0, 4397.0, 4416.0, 4398.0, 4397.0, 4407.0, 4395.0, 4398.0, 4408.0, 4406.0, 4398.0, 4407.0, 4407.0, 4398.0, 4407.0, 4396.0, 4399.0, 4421.0, 4406.0, 4400.0, 4406.0, 4397.0, 4400.0, 4417.0, 4399.0, 4399.0, 4417.0, 4399.0, 4399.0, 4409.0, 4398.0, 4409.0, 4398.0, 4401.0, 4412.0, 4408.0, 4399.0, 4410.0, 4428.0, 4397.0, 4410.0, 4407.0, 4397.0, 4411.0, 4407.0, 4397.0, 4412.0, 4409.0, 4399.0, 4421.0, 4419.0, 4397.0, 4409.0, 4398.0, 4400.0, 4409.0, 4397.0, 4397.0, 4410.0, 4432.0, 4399.0, 4410.0, 4417.0, 4409.0, 4410.0, 4420.0, 4397.0, 4400.0, 4418.0, 4398.0, 4386.0, 4396.0, 4394.0, 4397.0, 4412.0, 4416.0, 4385.0, 4396.0, 4404.0, 4385.0, 4396.0, 4407.0, 4386.0, 4397.0, 4417.0, 4386.0, 4396.0, 4407.0, 4384.0, 4397.0, 4417.0, 4383.0, 4397.0, 4404.0, 4385.0, 4398.0, 4407.0, 4396.0, 4396.0, 4404.0, 4396.0, 4411.0, 4417.0, 4387.0, 4407.0, 4417.0, 4397.0, 4407.0, 4405.0, 4407.0, 4409.0, 4417.0, 4397.0, 4409.0, 4396.0, 4397.0, 4409.0, 4427.0, 4386.0, 4407.0, 4416.0, 4384.0, 4397.0, 4406.0, 4383.0, 4394.0, 4407.0, 4394.0, 4395.0, 4393.0, 4395.0, 4407.0, 4415.0, 4387.0, 4396.0, 4415.0, 4386.0, 4397.0, 4416.0, 4395.0, 4409.0, 4416.0, 4385.0, 4397.0, 4417.0, 4396.0, 4399.0, 4405.0, 4385.0, 4408.0, 4419.0, 4395.0, 4398.0, 4405.0, 4397.0, 4412.0, 4420.0, 4398.0, 4410.0, 4419.0, 4399.0, 4409.0, 4431.0, 4398.0, 4400.0, 4396.0, 4395.0, 4397.0, 4407.0, 4396.0, 4398.0, 4417.0, 4397.0, 4409.0, 4418.0, 4398.0, 4409.0, 4416.0, 4397.0, 4409.0, 4419.0, 4386.0, 4409.0, 4417.0, 4399.0, 4398.0, 4407.0, 4396.0, 4398.0, 4416.0, 4397.0], 'WindowWidth': [9863.0, 9807.0, 9782.0, 9774.0, 9741.0, 9745.0, 9749.0, 9735.0, 9725.0, 9728.0, 9710.0, 9722.0, 9731.0, 9712.0, 9723.0, 9728.0, 9712.0, 9715.0, 9711.0, 9713.0, 9719.0, 9712.0, 9710.0, 9720.0, 9715.0, 9731.0, 9721.0, 9717.0, 9731.0, 9729.0, 9713.0, 9733.0, 9726.0, 9740.0, 9733.0, 9724.0, 9733.0, 9732.0, 9740.0, 9740.0, 9716.0, 9704.0, 9718.0, 9716.0, 9720.0, 9718.0, 9730.0, 9735.0, 9725.0, 9714.0, 9719.0, 9718.0, 9726.0, 9731.0, 9726.0, 9715.0, 9717.0, 9725.0, 9748.0, 9712.0, 9705.0, 9726.0, 9711.0, 9711.0, 9715.0, 9710.0, 9714.0, 9700.0, 9714.0, 9727.0, 9722.0, 9716.0, 9719.0, 9731.0, 9738.0, 9722.0, 9734.0, 9730.0, 9720.0, 9727.0, 9736.0, 9719.0, 9725.0, 9720.0, 9721.0, 9736.0, 9727.0, 9729.0, 9723.0, 9742.0, 9739.0, 9733.0, 9724.0, 9735.0, 9740.0, 9732.0, 9736.0, 9737.0, 9724.0, 9722.0, 9721.0, 9727.0, 9720.0, 9721.0, 9745.0, 9745.0, 9736.0, 9726.0, 9739.0, 9731.0, 9725.0, 9729.0, 9736.0, 9740.0, 9747.0, 9754.0, 9721.0, 9730.0, 9737.0, 9733.0, 9724.0, 9733.0, 9719.0, 9724.0, 9727.0, 9717.0, 9722.0, 9727.0, 9731.0, 9738.0, 9747.0, 9733.0, 9720.0, 9727.0, 9716.0, 9722.0, 9728.0, 9738.0, 9740.0, 9732.0, 9739.0, 9736.0, 9728.0, 9733.0, 9719.0, 9726.0, 9738.0, 9732.0, 9721.0, 9742.0, 9710.0, 9716.0, 9708.0, 9712.0, 9716.0, 9732.0, 9717.0, 9705.0, 9709.0, 9730.0, 9719.0, 9725.0, 9706.0, 9722.0, 9734.0, 9756.0, 9718.0, 9709.0, 9730.0, 9719.0, 9722.0, 9723.0, 9715.0, 9710.0, 9742.0, 9731.0, 9704.0, 9708.0, 9715.0, 9719.0, 9727.0, 9749.0, 9717.0, 9710.0, 9732.0, 9714.0, 9705.0, 9731.0, 9695.0, 9702.0, 9719.0, 9710.0, 9702.0, 9701.0, 9710.0, 9717.0, 9718.0, 9714.0, 9721.0, 9725.0, 9703.0, 9707.0, 9729.0, 9712.0, 9719.0, 9711.0, 9749.0, 9702.0, 9705.0, 9727.0, 9713.0, 9709.0, 9722.0, 9696.0, 9702.0, 9718.0, 9714.0, 9700.0, 9701.0, 9710.0, 9720.0, 9725.0, 9711.0, 9703.0, 9719.0, 9713.0, 9703.0, 9719.0, 9698.0, 9716.0, 9725.0, 9734.0, 9703.0, 9721.0, 9730.0, 9712.0, 9705.0, 9713.0, 9714.0, 9705.0, 9732.0, 9713.0, 9707.0, 9715.0, 9716.0, 9722.0, 9734.0, 9712.0, 9704.0, 9738.0, 9711.0, 9716.0, 9714.0, 9713.0, 9717.0, 9724.0, 9715.0, 9718.0, 9717.0, 9704.0, 9722.0, 9727.0, 9705.0, 9722.0, 9727.0, 9752.0, 9721.0, 9720.0, 9731.0, 9723.0, 9727.0, 9734.0, 9717.0, 9711.0, 9733.0, 9716.0, 9708.0, 9719.0, 9712.0, 9709.0, 9739.0, 9725.0, 9708.0, 9733.0, 9715.0, 9721.0, 9724.0, 9688.0, 9701.0, 9721.0, 9699.0, 9704.0, 9720.0, 9729.0, 9719.0, 9745.0, 9699.0, 9703.0, 9720.0, 9727.0, 9721.0, 9722.0, 9728.0, 9706.0, 9724.0, 9731.0, 9728.0, 9725.0, 9734.0, 9740.0, 9747.0, 9716.0, 9721.0, 9736.0, 9716.0, 9722.0, 9724.0, 9714.0, 9722.0, 9741.0, 9749.0, 9701.0, 9708.0, 9727.0, 9723.0, 9710.0, 9733.0, 9704.0, 9709.0, 9733.0, 9718.0, 9709.0, 9716.0, 9722.0, 9729.0, 9753.0, 9727.0, 9728.0, 9737.0, 9723.0, 9726.0, 9733.0, 9717.0, 9723.0, 9731.0, 9714.0, 9707.0, 9727.0, 9717.0, 9725.0, 9735.0, 9714.0, 9707.0, 9727.0, 9719.0, 9706.0, 9729.0, 9701.0, 9707.0, 9733.0, 9712.0, 9708.0, 9710.0, 9703.0, 9715.0, 9733.0, 9702.0, 9719.0, 9722.0, 9713.0, 9710.0, 9728.0, 9699.0, 9706.0, 9728.0, 9701.0, 9720.0, 9694.0, 9701.0, 9722.0, 9729.0, 9700.0, 9703.0, 9684.0, 9704.0, 9722.0, 9723.0, 9699.0, 9703.0, 9716.0, 9699.0, 9704.0, 9682.0, 9701.0, 9705.0, 9745.0, 9710.0, 9701.0, 9713.0, 9714.0, 9708.0, 9729.0, 9714.0, 9705.0, 9723.0, 9714.0, 9704.0, 9714.0, 9710.0, 9705.0, 9735.0, 9716.0, 9720.0, 9711.0, 9717.0, 9726.0, 9739.0, 9717.0, 9721.0, 9743.0, 9730.0, 9722.0, 9723.0, 9711.0, 9719.0, 9740.0, 9754.0, 9703.0, 9704.0, 9728.0, 9719.0, 9708.0, 9728.0, 9703.0, 9721.0, 9732.0, 9715.0, 9722.0, 9726.0, 9713.0, 9707.0, 9718.0, 9711.0, 9702.0, 9720.0, 9713.0, 9703.0, 9721.0, 9712.0, 9717.0, 9721.0, 9743.0, 9698.0, 9704.0, 9726.0, 9711.0, 9706.0, 9731.0, 9696.0, 9702.0, 9727.0, 9693.0, 9699.0, 9720.0, 9710.0, 9717.0, 9727.0, 9712.0, 9699.0, 9734.0, 9690.0, 9699.0, 9699.0, 9702.0, 9698.0, 9721.0, 9705.0, 9699.0, 9711.0, 9711.0, 9717.0, 9707.0, 9725.0, 9702.0, 9724.0, 9702.0, 9717.0, 9721.0, 9726.0, 9698.0, 9706.0, 9729.0, 9694.0, 9703.0, 9705.0, 9693.0, 9703.0, 9713.0, 9695.0, 9699.0, 9715.0, 9708.0, 9698.0, 9693.0, 9696.0, 9704.0, 9718.0, 9708.0, 9702.0, 9733.0, 9707.0, 9699.0, 9713.0, 9696.0, 9704.0, 9734.0, 9712.0, 9700.0, 9716.0, 9709.0, 9703.0, 9734.0, 9695.0, 9695.0, 9699.0, 9693.0, 9694.0, 9699.0, 9704.0, 9699.0, 9717.0, 9724.0, 9694.0, 9711.0, 9694.0, 9717.0, 9719.0, 9710.0, 9715.0, 9714.0, 9729.0, 9712.0, 9702.0, 9710.0, 9712.0, 9722.0, 9739.0, 9708.0, 9698.0, 9726.0, 9696.0, 9696.0, 9714.0, 9721.0, 9691.0, 9700.0, 9712.0, 9692.0, 9697.0, 9691.0, 9687.0, 9699.0, 9698.0, 9706.0, 9701.0, 9700.0, 9709.0, 9713.0, 9714.0, 9723.0, 9722.0, 9727.0, 9725.0, 9713.0, 9718.0, 9729.0, 9711.0, 9703.0, 9712.0, 9714.0, 9721.0, 9736.0, 9710.0, 9716.0, 9726.0, 9712.0, 9721.0, 9716.0, 9711.0, 9719.0, 9735.0, 9714.0, 9714.0, 9716.0, 9706.0, 9715.0, 9737.0, 9709.0, 9700.0, 9717.0, 9721.0, 9717.0, 9720.0, 9711.0, 9702.0, 9735.0, 9744.0, 9695.0, 9718.0, 9721.0, 9703.0, 9699.0, 9709.0, 9691.0, 9701.0, 9706.0, 9709.0, 9720.0, 9731.0, 9713.0, 9700.0, 9728.0, 9710.0, 9697.0, 9712.0, 9705.0, 9706.0, 9731.0, 9707.0, 9678.0, 9693.0, 9686.0, 9696.0, 9713.0, 9689.0, 9679.0, 9695.0, 9703.0, 9692.0, 9698.0, 9692.0, 9695.0, 9713.0, 9721.0, 9693.0, 9716.0, 9722.0, 9693.0, 9706.0, 9741.0, 9695.0, 9712.0, 9702.0, 9695.0, 9700.0, 9722.0, 9692.0, 9697.0, 9720.0, 9704.0, 9699.0, 9704.0, 9690.0, 9695.0, 9725.0, 9711.0, 9718.0, 9684.0, 9701.0, 9720.0, 9713.0, 9703.0, 9720.0, 9708.0, 9716.0, 9749.0, 9710.0, 9715.0, 9741.0, 9706.0, 9697.0, 9720.0, 9692.0, 9710.0, 9724.0, 9695.0, 9699.0, 9722.0, 9694.0, 9717.0, 9725.0, 9697.0, 9713.0, 9678.0, 9698.0, 9719.0, 9727.0, 9680.0, 9713.0, 9706.0, 9699.0, 9694.0, 9691.0, 9694.0, 9697.0, 9707.0, 9681.0, 9697.0, 9706.0, 9700.0, 9717.0, 9709.0, 9717.0, 9727.0, 9716.0, 9723.0, 9750.0, 9698.0, 9701.0, 9739.0, 9691.0, 9682.0, 9713.0, 9687.0, 9693.0, 9721.0, 9691.0, 9692.0, 9706.0, 9688.0, 9696.0, 9710.0, 9703.0, 9696.0, 9710.0, 9707.0, 9697.0, 9708.0, 9691.0, 9699.0, 9733.0, 9705.0, 9699.0, 9702.0, 9693.0, 9701.0, 9720.0, 9697.0, 9700.0, 9722.0, 9698.0, 9701.0, 9712.0, 9697.0, 9714.0, 9697.0, 9705.0, 9720.0, 9711.0, 9699.0, 9716.0, 9741.0, 9693.0, 9717.0, 9708.0, 9693.0, 9717.0, 9708.0, 9696.0, 9719.0, 9710.0, 9702.0, 9734.0, 9727.0, 9695.0, 9712.0, 9697.0, 9700.0, 9715.0, 9695.0, 9696.0, 9716.0, 9749.0, 9698.0, 9715.0, 9722.0, 9711.0, 9717.0, 9732.0, 9691.0, 9699.0, 9724.0, 9692.0, 9676.0, 9691.0, 9684.0, 9692.0, 9719.0, 9722.0, 9674.0, 9690.0, 9701.0, 9674.0, 9692.0, 9705.0, 9677.0, 9696.0, 9721.0, 9676.0, 9691.0, 9706.0, 9671.0, 9695.0, 9721.0, 9670.0, 9693.0, 9700.0, 9675.0, 9695.0, 9709.0, 9689.0, 9693.0, 9701.0, 9691.0, 9717.0, 9723.0, 9679.0, 9708.0, 9720.0, 9693.0, 9707.0, 9703.0, 9707.0, 9713.0, 9721.0, 9692.0, 9712.0, 9691.0, 9691.0, 9713.0, 9739.0, 9675.0, 9707.0, 9717.0, 9670.0, 9692.0, 9706.0, 9669.0, 9684.0, 9705.0, 9683.0, 9688.0, 9684.0, 9686.0, 9707.0, 9716.0, 9678.0, 9691.0, 9717.0, 9675.0, 9692.0, 9719.0, 9687.0, 9709.0, 9718.0, 9673.0, 9693.0, 9722.0, 9689.0, 9695.0, 9700.0, 9675.0, 9711.0, 9725.0, 9687.0, 9695.0, 9702.0, 9694.0, 9720.0, 9731.0, 9697.0, 9714.0, 9723.0, 9696.0, 9713.0, 9748.0, 9694.0, 9698.0, 9691.0, 9685.0, 9692.0, 9706.0, 9688.0, 9695.0, 9719.0, 9692.0, 9713.0, 9727.0, 9696.0, 9712.0, 9717.0, 9692.0, 9713.0, 9726.0, 9678.0, 9712.0, 9721.0, 9696.0, 9695.0, 9708.0, 9690.0, 9695.0, 9719.0, 9693.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.0006232857142857143</td></tr>
<tr><td colspan=3>aqi</td><td>0.016370998131868132</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.1579899846205</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2421630977447737</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0090025538833889</td></tr>
<tr><td colspan=3>efc</td><td>0.5185</td></tr>
<tr><td colspan=3>fber</td><td>3746.9539</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08375358228202692</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.21978021978021978</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.518423850443137</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.553405393667526</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.690121754044317</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.311744403617569</td></tr>
<tr><td colspan=3>gcor</td><td>0.00507031</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0057100155390799046</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034965649247169495</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.09278642495953</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>24.2047</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.1177</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.9848</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288823.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1145.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.4705</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7492</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.6909</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3539.976</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3712.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87721.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.9564</td></tr>
<tr><td colspan=3>tsnr</td><td>46.94970919378102</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>