ds005256-mriqc/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter 73782ef499 [DATALAD RUNCMD] Compute MRIQC for sub-0109
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0109 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0109",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:18:08 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0109_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-02/func/sub-0109_ses-02_task-alignvideo_acq-mb8_run-04_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>e35bd54ce6c500b9694b79510ca3c10f</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>12:24:49.607500</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.999558, 0.0255434, 0.0152292, -0.0265234, 0.997328, 0.0680661]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0819631</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7775, -7210, 367, -154, 57, 87, 83]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.14</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>45492b55-aff2-499d-97d5-15030b154442||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.6817402839660645, -0.07116043567657471, 0.036314740777015686, 115.18209075927734], [-0.06853095442056656, 2.6757586002349854, 0.18478775024414062, -108.25395965576172], [0.040858909487724304, -0.18261632323265076, 2.6934244632720947, -54.96819305419922], [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': ['122449.607500', '122450.067500', '122450.527500', '122450.987500', '122451.447500', '122451.907500', '122452.367500', '122452.827500', '122453.287500', '122453.747500', '122454.207500', '122454.667500', '122455.127500', '122455.587500', '122456.047500', '122456.507500', '122456.967500', '122457.427500', '122457.887500', '122458.347500', '122458.807500', '122459.267500', '122459.727500', '122500.187500', '122500.647500', '122501.107500', '122501.567500', '122502.027500', '122502.487500', '122502.947500', '122503.407500', '122503.867500', '122504.327500', '122504.787500', '122505.247500', '122505.707500', '122506.167500', '122506.627500', '122507.087500', '122507.547500', '122508.007500', '122508.467500', '122508.927500', '122509.387500', '122509.847500', '122510.307500', '122510.767500', '122511.227500', '122511.687500', '122512.147500', '122512.607500', '122513.067500', '122513.527500', '122513.987500', '122514.447500', '122514.907500', '122515.367500', '122515.827500', '122516.287500', '122516.747500', '122517.207500', '122517.667500', '122518.127500', '122518.587500', '122519.047500', '122519.507500', '122519.967500', '122520.427500', '122520.887500', '122521.347500', '122521.807500', '122522.267500', '122522.727500', '122523.187500', '122523.647500', '122524.107500', '122524.567500', '122525.027500', '122525.487500', '122525.947500', '122526.407500', '122526.867500', '122527.327500', '122527.787500', '122528.247500', '122528.707500', '122529.167500', '122529.627500', '122530.087500', '122530.547500', '122531.007500', '122531.467500', '122531.927500', '122532.387500', '122532.847500', '122533.307500', '122533.767500', '122534.227500', '122534.687500', '122535.147500', '122535.607500', '122536.067500', '122536.527500', '122536.987500', '122537.447500', '122537.907500', '122538.367500', '122538.827500', '122539.287500', '122539.747500', '122540.207500', '122540.667500', '122541.127500', '122541.587500', '122542.047500', '122542.507500', '122542.967500', '122543.427500', '122543.887500', '122544.347500', '122544.807500', '122545.267500', '122545.727500', '122546.187500', '122546.647500', '122547.107500', '122547.567500', '122548.027500', '122548.487500', '122548.947500', '122549.407500', '122549.867500', '122550.327500', '122550.787500', '122551.247500', '122551.707500', '122552.167500', '122552.627500', '122553.087500', '122553.547500', '122554.007500', '122554.467500', '122554.927500', '122555.387500', '122555.847500', '122556.307500', '122556.767500', '122557.227500', '122557.687500', '122558.147500', '122558.607500', '122559.067500', '122559.527500', '122559.987500', '122600.447500', '122600.907500', '122601.367500', '122601.827500', '122602.287500', '122602.747500', '122603.207500', '122603.667500', '122604.127500', '122604.587500', '122605.047500', '122605.507500', '122605.967500', '122606.427500', '122606.887500', '122607.347500', '122607.807500', '122608.267500', '122608.727500', '122609.187500', '122609.647500', '122610.107500', '122610.567500', '122611.027500', '122611.487500', '122611.947500', '122612.407500', '122612.867500', '122613.327500', '122613.787500', '122614.247500', '122614.707500', '122615.167500', '122615.627500', '122616.087500', '122616.547500', '122617.007500', '122617.467500', '122617.927500', '122618.387500', '122618.847500', '122619.307500', '122619.767500', '122620.227500', '122620.687500', '122621.147500', '122621.607500', '122622.067500', '122622.527500', '122622.987500', '122623.447500', '122623.907500', '122624.367500', '122624.827500', '122625.287500', '122625.747500', '122626.207500', '122626.667500', '122627.127500', '122627.587500', '122628.047500', '122628.507500', '122628.967500', '122629.427500', '122629.887500', '122630.347500', '122630.807500', '122631.267500', '122631.727500', '122632.187500', '122632.647500', '122633.107500', '122633.567500', '122634.027500', '122634.487500', '122634.947500', '122635.407500', '122635.867500', '122636.327500', '122636.787500', '122637.247500', '122637.707500', '122638.167500', '122638.627500', '122639.087500', '122639.547500', '122640.007500', '122640.467500', '122640.927500', '122641.387500', '122641.847500', '122642.307500', '122642.767500', '122643.227500', '122643.687500', '122644.147500', '122644.607500', '122645.067500', '122645.527500', '122645.987500', '122646.447500', '122646.907500', '122647.367500', '122647.827500', '122648.287500', '122648.747500', '122649.207500', '122649.667500', '122650.127500', '122650.587500', '122651.047500', '122651.507500', '122651.967500', '122652.427500', '122652.887500', '122653.347500', '122653.807500', '122654.267500', '122654.727500', '122655.187500', '122655.647500', '122656.107500', '122656.567500', '122657.027500', '122657.487500', '122657.947500', '122658.407500', '122658.867500', '122659.327500', '122659.787500', '122700.247500', '122700.707500', '122701.167500', '122701.627500', '122702.087500', '122702.547500', '122703.007500', '122703.467500', '122703.927500', '122704.387500', '122704.847500', '122705.307500', '122705.767500', '122706.227500', '122706.687500', '122707.147500', '122707.607500', '122708.067500', '122708.527500', '122708.987500', '122709.447500', '122709.907500', '122710.367500', '122710.827500', '122711.287500', '122711.747500', '122712.207500', '122712.667500', '122713.127500', '122713.587500', '122714.047500', '122714.507500', '122714.967500', '122715.427500', '122715.887500', '122716.347500', '122716.807500', '122717.267500', '122717.727500', '122718.187500', '122718.647500', '122719.107500', '122719.567500', '122720.027500', '122720.487500', '122720.947500', '122721.407500', '122721.867500', '122722.327500', '122722.787500', '122723.247500', '122723.707500', '122724.167500', '122724.627500', '122725.087500', '122725.547500', '122726.007500', '122726.467500', '122726.927500', '122727.387500', '122727.847500', '122728.307500', '122728.767500', '122729.227500', '122729.687500', '122730.147500', '122730.607500', '122731.067500', '122731.527500', '122731.987500', '122732.447500', '122732.907500', '122733.367500', '122733.827500', '122734.287500', '122734.747500', '122735.207500', '122735.667500', '122736.127500', '122736.587500', '122737.047500', '122737.507500', '122737.967500', '122738.427500', '122738.887500', '122739.347500', '122739.807500', '122740.267500', '122740.727500', '122741.187500', '122741.647500', '122742.107500', '122742.567500', '122743.027500', '122743.487500', '122743.947500', '122744.407500', '122744.867500', '122745.327500', '122745.787500', '122746.247500', '122746.707500', '122747.167500', '122747.627500', '122748.087500', '122748.547500', '122749.007500', '122749.467500', '122749.927500', '122750.387500', '122750.847500', '122751.307500', '122751.767500', '122752.227500', '122752.687500', '122753.147500', '122753.607500', '122754.067500', '122754.527500', '122754.987500', '122755.447500', '122755.907500', '122756.367500', '122756.827500', '122757.287500', '122757.747500', '122758.207500', '122758.667500', '122759.127500', '122759.587500', '122800.047500', '122800.507500', '122800.967500', '122801.427500', '122801.887500', '122802.347500', '122802.807500', '122803.267500', '122803.727500', '122804.187500', '122804.647500', '122805.107500', '122805.567500', '122806.027500', '122806.487500', '122806.947500', '122807.407500', '122807.867500', '122808.327500', '122808.787500', '122809.247500', '122809.707500', '122810.167500', '122810.627500', '122811.087500', '122811.547500', '122812.007500', '122812.467500', '122812.927500', '122813.387500', '122813.847500', '122814.307500', '122814.767500', '122815.227500', '122815.687500', '122816.147500', '122816.607500', '122817.067500', '122817.527500', '122817.987500', '122818.447500', '122818.907500', '122819.367500', '122819.827500', '122820.287500', '122820.747500', '122821.207500', '122821.667500', '122822.127500', '122822.587500', '122823.047500', '122823.507500', '122823.967500', '122824.427500', '122824.887500', '122825.347500', '122825.807500', '122826.267500', '122826.727500', '122827.187500', '122827.647500', '122828.107500', '122828.567500', '122829.027500', '122829.487500', '122829.947500', '122830.407500', '122830.867500', '122831.327500', '122831.787500', '122832.247500', '122832.707500', '122833.167500', '122833.627500', '122834.087500', '122834.547500', '122835.007500', '122835.467500', '122835.927500', '122836.387500', '122836.847500', '122837.307500', '122837.767500', '122838.227500', '122838.687500', '122839.147500', '122839.607500', '122840.067500', '122840.527500', '122840.987500', '122841.447500', '122841.907500', '122842.367500', '122842.827500', '122843.287500', '122843.747500', '122844.207500', '122844.667500', '122845.127500', '122845.587500', '122846.047500', '122846.507500', '122846.967500', '122847.427500', '122847.887500', '122848.347500', '122848.807500', '122849.267500', '122849.727500', '122850.187500', '122850.647500', '122851.107500', '122851.567500', '122852.027500', '122852.487500', '122852.947500', '122853.407500', '122853.867500', '122854.327500', '122854.787500', '122855.247500', '122855.707500', '122856.167500', '122856.627500', '122857.087500', '122857.547500', '122858.007500', '122858.467500', '122858.927500', '122859.387500', '122859.847500', '122900.307500', '122900.767500', '122901.227500', '122901.687500', '122902.147500', '122902.607500', '122903.067500', '122903.527500', '122903.987500', '122904.447500', '122904.907500', '122905.367500', '122905.827500', '122906.287500', '122906.747500', '122907.207500', '122907.667500', '122908.127500', '122908.587500', '122909.047500', '122909.507500', '122909.967500', '122910.427500', '122910.887500', '122911.347500', '122911.807500', '122912.267500', '122912.727500', '122913.187500', '122913.647500', '122914.107500', '122914.567500', '122915.027500', '122915.487500', '122915.947500', '122916.407500', '122916.867500', '122917.327500', '122917.787500', '122918.247500', '122918.707500', '122919.167500', '122919.627500', '122920.087500', '122920.547500', '122921.007500', '122921.467500', '122921.927500', '122922.387500', '122922.847500', '122923.307500', '122923.767500', '122924.227500', '122924.687500', '122925.147500', '122925.607500', '122926.067500', '122926.527500', '122926.987500', '122927.447500', '122927.907500', '122928.367500', '122928.827500', '122929.287500', '122929.747500', '122930.207500', '122930.667500', '122931.127500', '122931.587500', '122932.047500', '122932.507500', '122932.967500', '122933.427500', '122933.887500', '122934.347500', '122934.807500', '122935.267500', '122935.727500', '122936.187500', '122936.647500', '122937.107500', '122937.567500', '122938.027500', '122938.487500', '122938.947500', '122939.407500', '122939.867500', '122940.327500', '122940.787500', '122941.247500', '122941.707500', '122942.167500', '122942.627500', '122943.087500', '122943.547500', '122944.007500', '122944.467500', '122944.927500', '122945.387500', '122945.847500', '122946.307500', '122946.767500', '122947.227500', '122947.687500', '122948.147500', '122948.607500', '122949.067500', '122949.527500', '122949.987500', '122950.447500', '122950.907500', '122951.367500', '122951.827500', '122952.287500', '122952.747500', '122953.207500', '122953.667500', '122954.127500', '122954.587500', '122955.047500', '122955.507500', '122955.967500', '122956.427500', '122956.887500', '122957.347500', '122957.807500', '122958.267500', '122958.727500', '122959.187500', '122959.647500', '123000.107500', '123000.567500', '123001.027500', '123001.487500', '123001.947500', '123002.407500', '123002.867500', '123003.327500', '123003.787500', '123004.247500', '123004.707500', '123005.167500', '123005.627500', '123006.087500', '123006.547500', '123007.007500', '123007.467500', '123007.927500', '123008.387500', '123008.847500', '123009.307500', '123009.767500', '123010.227500', '123010.687500', '123011.147500', '123011.607500', '123012.067500', '123012.527500', '123012.987500', '123013.447500', '123013.907500', '123014.367500', '123014.827500', '123015.287500', '123015.747500', '123016.207500', '123016.667500', '123017.127500', '123017.587500', '123018.047500', '123018.507500', '123018.967500', '123019.427500', '123019.887500', '123020.347500', '123020.807500', '123021.267500', '123021.727500', '123022.187500', '123022.647500', '123023.107500', '123023.567500', '123024.027500', '123024.487500', '123024.947500', '123025.407500', '123025.867500', '123026.327500', '123026.787500', '123027.247500', '123027.707500', '123028.167500', '123028.627500', '123029.087500', '123029.547500', '123030.007500', '123030.467500', '123030.927500', '123031.387500', '123031.847500', '123032.307500', '123032.767500', '123033.227500', '123033.687500', '123034.147500', '123034.607500', '123035.067500', '123035.527500', '123035.987500', '123036.447500', '123036.907500', '123037.367500', '123037.827500', '123038.287500', '123038.747500', '123039.207500', '123039.667500', '123040.127500', '123040.587500', '123041.047500', '123041.507500', '123041.967500', '123042.427500', '123042.887500', '123043.347500', '123043.807500', '123044.267500', '123044.727500', '123045.187500', '123045.647500', '123046.107500', '123046.567500', '123047.027500', '123047.487500', '123047.947500', '123048.407500', '123048.867500', '123049.327500', '123049.787500', '123050.247500', '123050.707500', '123051.167500', '123051.627500', '123052.087500', '123052.547500', '123053.007500', '123053.467500', '123053.927500', '123054.387500', '123054.847500', '123055.307500', '123055.767500', '123056.227500', '123056.687500', '123057.147500', '123057.607500', '123058.067500', '123058.527500', '123058.987500', '123059.447500', '123059.907500', '123100.367500', '123100.827500', '123101.287500', '123101.747500', '123102.207500', '123102.667500', '123103.127500', '123103.587500', '123104.047500', '123104.507500', '123104.967500', '123105.427500', '123105.887500', '123106.347500', '123106.807500', '123107.267500', '123107.727500', '123108.187500', '123108.647500', '123109.107500', '123109.567500', '123110.027500', '123110.487500', '123110.947500', '123111.407500', '123111.867500', '123112.327500', '123112.787500', '123113.247500', '123113.707500', '123114.167500', '123114.627500', '123115.087500', '123115.547500', '123116.007500', '123116.467500', '123116.927500', '123117.387500', '123117.847500', '123118.307500', '123118.767500', '123119.227500', '123119.687500', '123120.147500', '123120.607500', '123121.067500', '123121.527500', '123121.987500', '123122.447500', '123122.907500', '123123.367500', '123123.827500', '123124.287500', '123124.747500', '123125.207500', '123125.667500', '123126.127500', '123126.587500', '123127.047500', '123127.507500', '123127.967500', '123128.427500', '123128.887500', '123129.347500', '123129.807500', '123130.267500', '123130.727500', '123131.187500', '123131.647500', '123132.107500', '123132.567500', '123133.027500', '123133.487500', '123133.947500', '123134.407500', '123134.867500', '123135.327500', '123135.787500', '123136.247500', '123136.707500', '123137.167500', '123137.627500', '123138.087500', '123138.547500', '123139.007500', '123139.467500', '123139.927500', '123140.387500', '123140.847500', '123141.307500', '123141.767500', '123142.227500', '123142.687500', '123143.147500', '123143.607500', '123144.067500', '123144.527500', '123144.987500', '123145.447500', '123145.907500', '123146.367500', '123146.827500', '123147.287500', '123147.747500', '123148.207500', '123148.667500', '123149.127500', '123149.587500'], 'ContentTime': ['122514.942000', '122514.949000', '122514.952000', '122514.954000', '122514.957000', '122514.959000', '122514.962000', '122514.965000', '122514.967000', '122514.970000', '122514.972000', '122514.975000', '122514.977000', '122514.980000', '122514.983000', '122514.985000', '122514.988000', '122514.995000', '122514.998000', '122515.001000', '122515.004000', '122515.014000', '122515.017000', '122515.019000', '122515.022000', '122515.024000', '122515.027000', '122515.029000', '122515.032000', '122515.035000', '122515.037000', '122515.040000', '122515.042000', '122515.045000', '122515.047000', '122515.050000', '122515.052000', '122515.055000', '122515.058000', '122515.060000', '122515.063000', '122515.065000', '122515.068000', '122515.070000', '122515.073000', '122515.075000', '122515.078000', '122515.081000', '122515.083000', '122515.086000', '122515.088000', '122515.091000', '122515.093000', '122534.908000', '122534.910000', '122534.913000', '122534.916000', '122534.925000', '122534.928000', '122534.930000', '122534.933000', '122534.935000', '122534.938000', '122534.941000', '122534.943000', '122534.946000', '122534.948000', '122534.951000', '122534.953000', '122534.956000', '122534.959000', '122534.961000', '122534.964000', '122534.966000', '122534.969000', '122534.971000', '122534.974000', '122534.977000', '122534.979000', '122534.982000', '122534.984000', '122534.987000', '122534.989000', '122534.992000', '122534.995000', '122534.997000', '122535.001000', '122535.003000', '122535.006000', '122535.008000', '122535.011000', '122535.014000', '122535.016000', '122535.019000', '122535.021000', '122535.024000', '122554.907000', '122554.910000', '122554.913000', '122554.916000', '122554.918000', '122554.932000', '122554.934000', '122554.937000', '122554.940000', '122554.942000', '122554.945000', '122554.948000', '122554.950000', '122554.953000', '122554.955000', '122554.958000', '122554.970000', '122554.973000', '122554.975000', '122554.978000', '122554.981000', '122554.983000', '122554.986000', '122554.989000', '122554.991000', '122554.994000', '122554.996000', '122555.000000', '122555.003000', '122555.005000', '122555.008000', '122555.011000', '122555.013000', '122555.016000', '122555.018000', '122555.021000', '122555.024000', '122555.026000', '122555.029000', '122555.032000', '122555.034000', '122555.037000', '122555.039000', '122614.907000', '122614.910000', '122614.913000', '122614.916000', '122614.918000', '122614.921000', '122614.923000', '122614.926000', '122614.928000', '122614.931000', '122614.933000', '122614.936000', '122614.939000', '122614.941000', '122614.944000', '122614.946000', '122614.949000', '122614.951000', '122614.954000', '122614.957000', '122614.959000', '122614.962000', '122614.964000', '122614.967000', '122614.969000', '122614.972000', '122614.975000', '122614.977000', '122614.980000', '122614.982000', '122614.985000', '122614.988000', '122614.990000', '122614.993000', '122614.996000', '122614.998000', '122615.002000', '122615.004000', '122615.007000', '122615.009000', '122615.012000', '122615.014000', '122615.017000', '122615.020000', '122634.907000', '122634.910000', '122634.913000', '122634.915000', '122634.918000', '122634.921000', '122634.923000', '122634.926000', '122634.928000', '122634.931000', '122634.934000', '122634.936000', '122634.939000', '122634.941000', '122634.944000', '122634.947000', '122634.949000', '122634.952000', '122634.955000', '122634.957000', '122634.960000', '122634.962000', '122634.965000', '122634.967000', '122634.970000', '122634.972000', '122634.975000', '122634.978000', '122634.980000', '122634.983000', '122634.985000', '122634.988000', '122634.990000', '122634.993000', '122634.996000', '122634.998000', '122635.008000', '122635.011000', '122635.014000', '122635.016000', '122635.019000', '122635.021000', '122635.024000', '122654.907000', '122654.910000', '122654.940000', '122654.943000', '122654.945000', '122654.948000', '122654.950000', '122654.953000', '122654.955000', '122654.958000', '122654.960000', '122654.963000', '122654.966000', '122654.968000', '122654.971000', '122654.973000', '122654.976000', '122654.979000', '122654.990000', '122654.993000', '122654.995000', '122654.998000', '122655.002000', '122655.004000', '122655.007000', '122655.009000', '122655.012000', '122655.014000', '122655.017000', '122655.020000', '122655.022000', '122655.025000', '122655.027000', '122655.030000', '122655.033000', '122655.035000', '122655.038000', '122655.040000', '122655.043000', '122655.045000', '122655.048000', '122655.050000', '122655.062000', '122655.065000', '122714.907000', '122714.910000', '122714.913000', '122714.916000', '122714.918000', '122714.921000', '122714.923000', '122714.926000', '122714.930000', '122714.933000', '122714.935000', '122714.938000', '122714.941000', '122714.943000', '122714.946000', '122714.948000', '122714.951000', '122714.953000', '122714.956000', '122714.959000', '122714.962000', '122714.965000', '122714.967000', '122714.970000', '122714.972000', '122714.975000', '122714.977000', '122714.980000', '122714.993000', '122714.995000', '122714.998000', '122715.001000', '122715.003000', '122715.006000', '122715.008000', '122715.011000', '122715.013000', '122715.016000', '122715.019000', '122715.021000', '122715.024000', '122715.026000', '122715.029000', '122734.907000', '122734.910000', '122734.913000', '122734.922000', '122734.925000', '122734.927000', '122734.930000', '122734.933000', '122734.935000', '122734.938000', '122734.940000', '122734.943000', '122734.963000', '122734.965000', '122734.968000', '122734.971000', '122734.973000', '122734.976000', '122734.978000', '122734.981000', '122734.983000', '122734.986000', '122734.988000', '122734.991000', '122734.994000', '122734.996000', '122735.000000', '122735.002000', '122735.005000', '122735.008000', '122735.010000', '122735.013000', '122735.015000', '122735.018000', '122735.020000', '122735.023000', '122735.026000', '122735.028000', '122735.031000', '122735.033000', '122735.036000', '122735.039000', '122735.041000', '122735.044000', '122754.908000', '122754.910000', '122754.913000', '122754.916000', '122754.918000', '122754.921000', '122754.923000', '122754.926000', '122754.929000', '122754.931000', '122754.934000', '122754.936000', '122754.939000', '122754.942000', '122754.944000', '122754.947000', '122754.949000', '122754.952000', '122754.955000', '122754.957000', '122754.960000', '122754.963000', '122754.965000', '122754.968000', '122754.970000', '122754.973000', '122754.975000', '122754.978000', '122754.981000', '122754.983000', '122754.986000', '122754.988000', '122754.991000', '122754.994000', '122754.996000', '122755.000000', '122755.002000', '122755.005000', '122755.008000', '122755.010000', '122755.013000', '122755.015000', '122755.018000', '122814.907000', '122814.910000', '122814.913000', '122814.915000', '122814.918000', '122814.921000', '122814.923000', '122814.926000', '122814.928000', '122814.931000', '122814.934000', '122814.936000', '122814.939000', '122814.941000', '122814.944000', '122814.946000', '122814.949000', '122814.952000', '122814.954000', '122814.957000', '122814.966000', '122814.968000', '122814.971000', '122814.973000', '122814.976000', '122814.978000', '122814.981000', '122814.984000', '122814.986000', '122814.989000', '122814.991000', '122814.994000', '122814.996000', '122815.000000', '122815.003000', '122815.005000', '122815.008000', '122815.010000', '122815.013000', '122815.016000', '122815.018000', '122815.021000', '122815.023000', '122815.026000', '122834.925000', '122834.928000', '122834.930000', '122834.933000', '122834.936000', '122834.938000', '122834.941000', '122834.943000', '122834.946000', '122834.949000', '122834.951000', '122834.954000', '122834.956000', '122834.959000', '122834.961000', '122834.964000', '122834.967000', '122834.969000', '122834.972000', '122834.975000', '122834.978000', '122834.980000', '122834.983000', '122834.986000', '122834.988000', '122834.991000', '122834.994000', '122834.996000', '122835.001000', '122835.003000', '122835.006000', '122835.008000', '122835.011000', '122835.014000', '122835.016000', '122835.019000', '122835.021000', '122835.024000', '122835.027000', '122835.029000', '122835.032000', '122835.034000', '122835.037000', '122854.907000', '122854.910000', '122854.913000', '122854.915000', '122854.918000', '122854.921000', '122854.923000', '122854.926000', '122854.928000', '122854.931000', '122854.934000', '122854.936000', '122854.939000', '122854.941000', '122854.944000', '122854.946000', '122854.949000', '122854.952000', '122854.954000', '122854.957000', '122854.959000', '122854.962000', '122854.965000', '122854.967000', '122854.970000', '122854.973000', '122854.975000', '122854.978000', '122854.981000', '122854.989000', '122855.001000', '122855.004000', '122855.007000', '122855.009000', '122855.012000', '122855.014000', '122855.017000', '122855.031000', '122855.034000', '122855.036000', '122855.039000', '122855.041000', '122855.044000', '122855.047000', '122914.907000', '122914.910000', '122914.913000', '122914.916000', '122914.918000', '122914.921000', '122914.923000', '122914.926000', '122914.929000', '122914.931000', '122914.934000', '122914.937000', '122914.939000', '122914.942000', '122914.945000', '122914.947000', '122914.950000', '122914.953000', '122914.955000', '122914.958000', '122914.960000', '122914.963000', '122914.966000', '122914.968000', '122914.971000', '122914.973000', '122914.976000', '122914.978000', '122914.981000', '122914.984000', '122914.986000', '122914.989000', '122914.992000', '122914.995000', '122914.998000', '122915.002000', '122915.005000', '122915.007000', '122915.010000', '122915.013000', '122915.015000', '122915.018000', '122915.020000', '122934.908000', '122934.911000', '122934.913000', '122934.916000', '122934.918000', '122934.921000', '122934.924000', '122934.926000', '122934.929000', '122934.931000', '122934.934000', '122934.937000', '122934.939000', '122934.942000', '122934.968000', '122934.971000', '122934.974000', '122934.976000', '122934.979000', '122934.982000', '122934.984000', '122934.987000', '122934.990000', '122934.992000', '122934.995000', '122934.998000', '122935.001000', '122935.004000', '122935.006000', '122935.009000', '122935.012000', '122935.014000', '122935.017000', '122935.019000', '122935.022000', '122935.025000', '122935.027000', '122935.030000', '122935.032000', '122935.035000', '122935.037000', '122935.040000', '122935.043000', '122935.045000', '122954.908000', '122954.911000', '122954.913000', '122954.916000', '122954.918000', '122954.921000', '122954.924000', '122954.926000', '122954.929000', '122954.932000', '122954.942000', '122954.945000', '122954.947000', '122954.950000', '122954.952000', '122954.955000', '122954.958000', '122954.960000', '122954.963000', '122954.965000', '122954.968000', '122954.971000', '122954.973000', '122954.976000', '122954.978000', '122954.981000', '122954.984000', '122954.986000', '122954.989000', '122954.991000', '122954.994000', '122954.996000', '122955.000000', '122955.003000', '122955.005000', '122955.008000', '122955.010000', '122955.013000', '122955.016000', '122955.018000', '122955.021000', '122955.023000', '122955.026000', '123014.908000', '123014.910000', '123014.913000', '123014.916000', '123014.918000', '123014.921000', '123014.923000', '123014.926000', '123014.929000', '123014.931000', '123014.934000', '123014.936000', '123014.939000', '123014.941000', '123014.944000', '123014.947000', '123014.949000', '123014.952000', '123014.954000', '123014.957000', '123014.960000', '123014.962000', '123014.965000', '123014.967000', '123014.970000', '123014.973000', '123014.975000', '123014.978000', '123014.980000', '123014.983000', '123014.985000', '123014.988000', '123014.990000', '123014.993000', '123014.996000', '123014.998000', '123015.002000', '123015.005000', '123015.007000', '123015.010000', '123015.012000', '123015.015000', '123015.017000', '123015.020000', '123034.907000', '123034.910000', '123034.913000', '123034.916000', '123034.926000', '123034.929000', '123034.932000', '123034.934000', '123034.937000', '123034.939000', '123034.942000', '123034.944000', '123034.947000', '123034.949000', '123034.952000', '123034.955000', '123034.957000', '123034.960000', '123034.962000', '123034.965000', '123034.968000', '123034.970000', '123034.973000', '123034.975000', '123034.978000', '123034.981000', '123034.983000', '123034.986000', '123034.989000', '123034.991000', '123034.994000', '123034.997000', '123035.000000', '123035.003000', '123035.006000', '123035.008000', '123035.011000', '123035.013000', '123035.016000', '123035.018000', '123035.021000', '123035.024000', '123035.026000', '123054.908000', '123054.910000', '123054.913000', '123054.916000', '123054.918000', '123054.921000', '123054.924000', '123054.926000', '123054.929000', '123054.931000', '123054.934000', '123054.936000', '123054.939000', '123054.941000', '123054.944000', '123054.947000', '123054.949000', '123054.952000', '123054.955000', '123054.957000', '123054.960000', '123054.962000', '123054.965000', '123054.968000', '123054.970000', '123054.973000', '123054.975000', '123054.978000', '123054.980000', '123054.983000', '123054.985000', '123054.988000', '123054.991000', '123054.993000', '123055.008000', '123055.011000', '123055.014000', '123055.016000', '123055.019000', '123055.021000', '123055.024000', '123055.026000', '123055.029000', '123055.032000', '123114.908000', '123114.910000', '123114.913000', '123114.916000', '123114.918000', '123114.921000', '123114.924000', '123114.926000', '123114.929000', '123114.931000', '123114.934000', '123114.936000', '123114.939000', '123114.942000', '123114.944000', '123114.947000', '123114.949000', '123114.952000', '123114.955000', '123114.957000', '123114.960000', '123114.963000', '123114.965000', '123114.968000', '123114.970000', '123114.973000', '123114.976000', '123114.978000', '123114.981000', '123114.984000', '123114.986000', '123114.989000', '123114.992000', '123114.994000', '123114.997000', '123115.001000', '123115.003000', '123115.006000', '123115.008000', '123115.011000', '123115.013000', '123115.016000', '123115.019000', '123134.908000', '123134.910000', '123134.913000', '123134.916000', '123134.918000', '123134.921000', '123134.923000', '123134.926000', '123134.929000', '123134.931000', '123134.934000', '123134.936000', '123134.939000', '123134.941000', '123134.944000', '123134.947000', '123134.949000', '123134.952000', '123134.954000', '123134.957000', '123134.959000', '123134.962000', '123134.965000', '123134.967000', '123134.970000', '123134.972000', '123134.975000', '123134.978000', '123134.980000', '123134.983000', '123134.986000', '123134.988000', '123134.991000', '123134.993000', '123135.016000', '123135.019000', '123135.021000', '123135.024000', '123135.026000', '123135.029000', '123135.031000', '123135.034000', '123135.037000', '123150.943000', '123150.946000', '123150.949000', '123150.951000', '123150.954000', '123150.956000', '123150.959000', '123150.962000', '123150.964000', '123150.967000', '123150.969000', '123150.985000', '123150.987000', '123150.990000', '123150.993000', '123151.012000', '123151.015000', '123151.017000', '123151.020000', '123151.023000', '123151.025000', '123151.028000', '123151.031000', '123151.033000', '123151.036000', '123151.038000', '123151.041000', '123151.044000', '123151.046000', '123151.049000', '123151.051000', '123151.054000', '123151.056000', '123151.059000', '123151.062000', '123151.064000'], 'InstanceCreationTime': ['122514.942000', '122514.949000', '122514.952000', '122514.954000', '122514.957000', '122514.959000', '122514.962000', '122514.965000', '122514.967000', '122514.970000', '122514.972000', '122514.975000', '122514.977000', '122514.980000', '122514.983000', '122514.985000', '122514.988000', '122514.995000', '122514.998000', '122515.001000', '122515.004000', '122515.014000', '122515.017000', '122515.019000', '122515.022000', '122515.024000', '122515.027000', '122515.029000', '122515.032000', '122515.035000', '122515.037000', '122515.040000', '122515.042000', '122515.045000', '122515.047000', '122515.050000', '122515.052000', '122515.055000', '122515.058000', '122515.060000', '122515.063000', '122515.065000', '122515.068000', '122515.070000', '122515.073000', '122515.075000', '122515.078000', '122515.081000', '122515.083000', '122515.086000', '122515.088000', '122515.091000', '122515.093000', '122534.908000', '122534.910000', '122534.913000', '122534.916000', '122534.925000', '122534.928000', '122534.930000', '122534.933000', '122534.935000', '122534.938000', '122534.941000', '122534.943000', '122534.946000', '122534.948000', '122534.951000', '122534.953000', '122534.956000', '122534.959000', '122534.961000', '122534.964000', '122534.966000', '122534.969000', '122534.971000', '122534.974000', '122534.977000', '122534.979000', '122534.982000', '122534.984000', '122534.987000', '122534.989000', '122534.992000', '122534.995000', '122534.997000', '122535.001000', '122535.003000', '122535.006000', '122535.008000', '122535.011000', '122535.014000', '122535.016000', '122535.019000', '122535.021000', '122535.024000', '122554.907000', '122554.910000', '122554.913000', '122554.916000', '122554.918000', '122554.932000', '122554.934000', '122554.937000', '122554.940000', '122554.942000', '122554.945000', '122554.948000', '122554.950000', '122554.953000', '122554.955000', '122554.958000', '122554.970000', '122554.973000', '122554.975000', '122554.978000', '122554.981000', '122554.983000', '122554.986000', '122554.989000', '122554.991000', '122554.994000', '122554.996000', '122555.000000', '122555.003000', '122555.005000', '122555.008000', '122555.011000', '122555.013000', '122555.016000', '122555.018000', '122555.021000', '122555.024000', '122555.026000', '122555.029000', '122555.032000', '122555.034000', '122555.037000', '122555.039000', '122614.907000', '122614.910000', '122614.913000', '122614.916000', '122614.918000', '122614.921000', '122614.923000', '122614.926000', '122614.928000', '122614.931000', '122614.933000', '122614.936000', '122614.939000', '122614.941000', '122614.944000', '122614.946000', '122614.949000', '122614.951000', '122614.954000', '122614.957000', '122614.959000', '122614.962000', '122614.964000', '122614.967000', '122614.969000', '122614.972000', '122614.975000', '122614.977000', '122614.980000', '122614.982000', '122614.985000', '122614.988000', '122614.990000', '122614.993000', '122614.996000', '122614.998000', '122615.002000', '122615.004000', '122615.007000', '122615.009000', '122615.012000', '122615.014000', '122615.017000', '122615.020000', '122634.907000', '122634.910000', '122634.913000', '122634.915000', '122634.918000', '122634.921000', '122634.923000', '122634.926000', '122634.928000', '122634.931000', '122634.934000', '122634.936000', '122634.939000', '122634.941000', '122634.944000', '122634.947000', '122634.949000', '122634.952000', '122634.955000', '122634.957000', '122634.960000', '122634.962000', '122634.965000', '122634.967000', '122634.970000', '122634.972000', '122634.975000', '122634.978000', '122634.980000', '122634.983000', '122634.985000', '122634.988000', '122634.990000', '122634.993000', '122634.996000', '122634.998000', '122635.008000', '122635.011000', '122635.014000', '122635.016000', '122635.019000', '122635.021000', '122635.024000', '122654.907000', '122654.910000', '122654.940000', '122654.943000', '122654.945000', '122654.948000', '122654.950000', '122654.953000', '122654.955000', '122654.958000', '122654.960000', '122654.963000', '122654.966000', '122654.968000', '122654.971000', '122654.973000', '122654.976000', '122654.979000', '122654.990000', '122654.993000', '122654.995000', '122654.998000', '122655.002000', '122655.004000', '122655.007000', '122655.009000', '122655.012000', '122655.014000', '122655.017000', '122655.020000', '122655.022000', '122655.025000', '122655.027000', '122655.030000', '122655.033000', '122655.035000', '122655.038000', '122655.040000', '122655.043000', '122655.045000', '122655.048000', '122655.050000', '122655.062000', '122655.065000', '122714.907000', '122714.910000', '122714.913000', '122714.916000', '122714.918000', '122714.921000', '122714.923000', '122714.926000', '122714.930000', '122714.933000', '122714.935000', '122714.938000', '122714.941000', '122714.943000', '122714.946000', '122714.948000', '122714.951000', '122714.953000', '122714.956000', '122714.959000', '122714.962000', '122714.965000', '122714.967000', '122714.970000', '122714.972000', '122714.975000', '122714.977000', '122714.980000', '122714.993000', '122714.995000', '122714.998000', '122715.001000', '122715.003000', '122715.006000', '122715.008000', '122715.011000', '122715.013000', '122715.016000', '122715.019000', '122715.021000', '122715.024000', '122715.026000', '122715.029000', '122734.907000', '122734.910000', '122734.913000', '122734.922000', '122734.925000', '122734.927000', '122734.930000', '122734.933000', '122734.935000', '122734.938000', '122734.940000', '122734.943000', '122734.963000', '122734.965000', '122734.968000', '122734.971000', '122734.973000', '122734.976000', '122734.978000', '122734.981000', '122734.983000', '122734.986000', '122734.988000', '122734.991000', '122734.994000', '122734.996000', '122735.000000', '122735.002000', '122735.005000', '122735.008000', '122735.010000', '122735.013000', '122735.015000', '122735.018000', '122735.020000', '122735.023000', '122735.026000', '122735.028000', '122735.031000', '122735.033000', '122735.036000', '122735.039000', '122735.041000', '122735.044000', '122754.908000', '122754.910000', '122754.913000', '122754.916000', '122754.918000', '122754.921000', '122754.923000', '122754.926000', '122754.929000', '122754.931000', '122754.934000', '122754.936000', '122754.939000', '122754.942000', '122754.944000', '122754.947000', '122754.949000', '122754.952000', '122754.955000', '122754.957000', '122754.960000', '122754.963000', '122754.965000', '122754.968000', '122754.970000', '122754.973000', '122754.975000', '122754.978000', '122754.981000', '122754.983000', '122754.986000', '122754.988000', '122754.991000', '122754.994000', '122754.996000', '122755.000000', '122755.002000', '122755.005000', '122755.008000', '122755.010000', '122755.013000', '122755.015000', '122755.018000', '122814.907000', '122814.910000', '122814.913000', '122814.915000', '122814.918000', '122814.921000', '122814.923000', '122814.926000', '122814.928000', '122814.931000', '122814.934000', '122814.936000', '122814.939000', '122814.941000', '122814.944000', '122814.946000', '122814.949000', '122814.952000', '122814.954000', '122814.957000', '122814.966000', '122814.968000', '122814.971000', '122814.973000', '122814.976000', '122814.978000', '122814.981000', '122814.984000', '122814.986000', '122814.989000', '122814.991000', '122814.994000', '122814.996000', '122815.000000', '122815.003000', '122815.005000', '122815.008000', '122815.010000', '122815.013000', '122815.016000', '122815.018000', '122815.021000', '122815.023000', '122815.026000', '122834.925000', '122834.928000', '122834.930000', '122834.933000', '122834.936000', '122834.938000', '122834.941000', '122834.943000', '122834.946000', '122834.949000', '122834.951000', '122834.954000', '122834.956000', '122834.959000', '122834.961000', '122834.964000', '122834.967000', '122834.969000', '122834.972000', '122834.975000', '122834.978000', '122834.980000', '122834.983000', '122834.986000', '122834.988000', '122834.991000', '122834.994000', '122834.996000', '122835.001000', '122835.003000', '122835.006000', '122835.008000', '122835.011000', '122835.014000', '122835.016000', '122835.019000', '122835.021000', '122835.024000', '122835.027000', '122835.029000', '122835.032000', '122835.034000', '122835.037000', '122854.907000', '122854.910000', '122854.913000', '122854.915000', '122854.918000', '122854.921000', '122854.923000', '122854.926000', '122854.928000', '122854.931000', '122854.934000', '122854.936000', '122854.939000', '122854.941000', '122854.944000', '122854.946000', '122854.949000', '122854.952000', '122854.954000', '122854.957000', '122854.959000', '122854.962000', '122854.965000', '122854.967000', '122854.970000', '122854.973000', '122854.975000', '122854.978000', '122854.981000', '122854.989000', '122855.001000', '122855.004000', '122855.007000', '122855.009000', '122855.012000', '122855.014000', '122855.017000', '122855.031000', '122855.034000', '122855.036000', '122855.039000', '122855.041000', '122855.044000', '122855.047000', '122914.907000', '122914.910000', '122914.913000', '122914.916000', '122914.918000', '122914.921000', '122914.923000', '122914.926000', '122914.929000', '122914.931000', '122914.934000', '122914.937000', '122914.939000', '122914.942000', '122914.945000', '122914.947000', '122914.950000', '122914.953000', '122914.955000', '122914.958000', '122914.960000', '122914.963000', '122914.966000', '122914.968000', '122914.971000', '122914.973000', '122914.976000', '122914.978000', '122914.981000', '122914.984000', '122914.986000', '122914.989000', '122914.992000', '122914.995000', '122914.998000', '122915.002000', '122915.005000', '122915.007000', '122915.010000', '122915.013000', '122915.015000', '122915.018000', '122915.020000', '122934.908000', '122934.911000', '122934.913000', '122934.916000', '122934.918000', '122934.921000', '122934.924000', '122934.926000', '122934.929000', '122934.931000', '122934.934000', '122934.937000', '122934.939000', '122934.942000', '122934.968000', '122934.971000', '122934.974000', '122934.976000', '122934.979000', '122934.982000', '122934.984000', '122934.987000', '122934.990000', '122934.992000', '122934.995000', '122934.998000', '122935.001000', '122935.004000', '122935.006000', '122935.009000', '122935.012000', '122935.014000', '122935.017000', '122935.019000', '122935.022000', '122935.025000', '122935.027000', '122935.030000', '122935.032000', '122935.035000', '122935.037000', '122935.040000', '122935.043000', '122935.045000', '122954.908000', '122954.911000', '122954.913000', '122954.916000', '122954.918000', '122954.921000', '122954.924000', '122954.926000', '122954.929000', '122954.932000', '122954.942000', '122954.945000', '122954.947000', '122954.950000', '122954.952000', '122954.955000', '122954.958000', '122954.960000', '122954.963000', '122954.965000', '122954.968000', '122954.971000', '122954.973000', '122954.976000', '122954.978000', '122954.981000', '122954.984000', '122954.986000', '122954.989000', '122954.991000', '122954.994000', '122954.996000', '122955.000000', '122955.003000', '122955.005000', '122955.008000', '122955.010000', '122955.013000', '122955.016000', '122955.018000', '122955.021000', '122955.023000', '122955.026000', '123014.908000', '123014.910000', '123014.913000', '123014.916000', '123014.918000', '123014.921000', '123014.923000', '123014.926000', '123014.929000', '123014.931000', '123014.934000', '123014.936000', '123014.939000', '123014.941000', '123014.944000', '123014.947000', '123014.949000', '123014.952000', '123014.954000', '123014.957000', '123014.960000', '123014.962000', '123014.965000', '123014.967000', '123014.970000', '123014.973000', '123014.975000', '123014.978000', '123014.980000', '123014.983000', '123014.985000', '123014.988000', '123014.990000', '123014.993000', '123014.996000', '123014.998000', '123015.002000', '123015.005000', '123015.007000', '123015.010000', '123015.012000', '123015.015000', '123015.017000', '123015.020000', '123034.907000', '123034.910000', '123034.913000', '123034.916000', '123034.926000', '123034.929000', '123034.932000', '123034.934000', '123034.937000', '123034.939000', '123034.942000', '123034.944000', '123034.947000', '123034.949000', '123034.952000', '123034.955000', '123034.957000', '123034.960000', '123034.962000', '123034.965000', '123034.968000', '123034.970000', '123034.973000', '123034.975000', '123034.978000', '123034.981000', '123034.983000', '123034.986000', '123034.989000', '123034.991000', '123034.994000', '123034.997000', '123035.000000', '123035.003000', '123035.006000', '123035.008000', '123035.011000', '123035.013000', '123035.016000', '123035.018000', '123035.021000', '123035.024000', '123035.026000', '123054.908000', '123054.910000', '123054.913000', '123054.916000', '123054.918000', '123054.921000', '123054.924000', '123054.926000', '123054.929000', '123054.931000', '123054.934000', '123054.936000', '123054.939000', '123054.941000', '123054.944000', '123054.947000', '123054.949000', '123054.952000', '123054.955000', '123054.957000', '123054.960000', '123054.962000', '123054.965000', '123054.968000', '123054.970000', '123054.973000', '123054.975000', '123054.978000', '123054.980000', '123054.983000', '123054.985000', '123054.988000', '123054.991000', '123054.993000', '123055.008000', '123055.011000', '123055.014000', '123055.016000', '123055.019000', '123055.021000', '123055.024000', '123055.026000', '123055.029000', '123055.032000', '123114.908000', '123114.910000', '123114.913000', '123114.916000', '123114.918000', '123114.921000', '123114.924000', '123114.926000', '123114.929000', '123114.931000', '123114.934000', '123114.936000', '123114.939000', '123114.942000', '123114.944000', '123114.947000', '123114.949000', '123114.952000', '123114.955000', '123114.957000', '123114.960000', '123114.963000', '123114.965000', '123114.968000', '123114.970000', '123114.973000', '123114.976000', '123114.978000', '123114.981000', '123114.984000', '123114.986000', '123114.989000', '123114.992000', '123114.994000', '123114.997000', '123115.001000', '123115.003000', '123115.006000', '123115.008000', '123115.011000', '123115.013000', '123115.016000', '123115.019000', '123134.908000', '123134.910000', '123134.913000', '123134.916000', '123134.918000', '123134.921000', '123134.923000', '123134.926000', '123134.929000', '123134.931000', '123134.934000', '123134.936000', '123134.939000', '123134.941000', '123134.944000', '123134.947000', '123134.949000', '123134.952000', '123134.954000', '123134.957000', '123134.959000', '123134.962000', '123134.965000', '123134.967000', '123134.970000', '123134.972000', '123134.975000', '123134.978000', '123134.980000', '123134.983000', '123134.986000', '123134.988000', '123134.991000', '123134.993000', '123135.016000', '123135.019000', '123135.021000', '123135.024000', '123135.026000', '123135.029000', '123135.031000', '123135.034000', '123135.037000', '123150.943000', '123150.946000', '123150.949000', '123150.951000', '123150.954000', '123150.956000', '123150.959000', '123150.962000', '123150.964000', '123150.967000', '123150.969000', '123150.985000', '123150.987000', '123150.990000', '123150.993000', '123151.012000', '123151.015000', '123151.017000', '123151.020000', '123151.023000', '123151.025000', '123151.028000', '123151.031000', '123151.033000', '123151.036000', '123151.038000', '123151.041000', '123151.044000', '123151.046000', '123151.049000', '123151.051000', '123151.054000', '123151.056000', '123151.059000', '123151.062000', '123151.064000'], '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': [10898, 11393, 10224, 11701, 13164, 11592, 13274, 10154, 15383, 10343, 14081, 10717, 13078, 11033, 11793, 9970, 11585, 9754, 11795, 9657, 10117, 8416, 9806, 13629, 10070, 12981, 10479, 10827, 9162, 10355, 9398, 10008, 12853, 10146, 12507, 9401, 11868, 9098, 11703, 9824, 10602, 12160, 9911, 13984, 11306, 12803, 10040, 12121, 10410, 10247, 15009, 11066, 12783, 10661, 11949, 9969, 10888, 10510, 10421, 11555, 10185, 13599, 9973, 13427, 10974, 12151, 10539, 12338, 10241, 10792, 13813, 10182, 14279, 13301, 13177, 10094, 11933, 11315, 10750, 14365, 12499, 12248, 9583, 11812, 10697, 9888, 13981, 11111, 11896, 8869, 10491, 11020, 9833, 13775, 11110, 12273, 8876, 10751, 10923, 9783, 14088, 11369, 12596, 8970, 10817, 9601, 10505, 13407, 10925, 13033, 10683, 11977, 9146, 12524, 9884, 10859, 9548, 9974, 10152, 9932, 11374, 9903, 14819, 10668, 13115, 10874, 12183, 11324, 10551, 18469, 12386, 13593, 12159, 12929, 11749, 11985, 17964, 11395, 13906, 10424, 12118, 10609, 11563, 13475, 10412, 13068, 10279, 12580, 10351, 10891, 10502, 9514, 13905, 10695, 12211, 10657, 10628, 13805, 9601, 13190, 10606, 11765, 10167, 10155, 13229, 9413, 13178, 10209, 12136, 9784, 9850, 12499, 9182, 12554, 10171, 12301, 9741, 11452, 9618, 10382, 13286, 9814, 11908, 10922, 12898, 10458, 10698, 9361, 12271, 10016, 12227, 13318, 11030, 14430, 10410, 11842, 10547, 10555, 14129, 9449, 12310, 9401, 11185, 10245, 10191, 13200, 9439, 11847, 9530, 9964, 8854, 9491, 12561, 9665, 11220, 9893, 10052, 13445, 9423, 12356, 9190, 11369, 11116, 10143, 14242, 9932, 12192, 10187, 11179, 12495, 10573, 13967, 10393, 12451, 10297, 10711, 14032, 10265, 13039, 9660, 11648, 10639, 10356, 13675, 10196, 12755, 9423, 10864, 11235, 9956, 13643, 10319, 12217, 9908, 10995, 11789, 10117, 13722, 10381, 12568, 10325, 10826, 13256, 10307, 13424, 10148, 12053, 10393, 10852, 11115, 10730, 14236, 9657, 12603, 9152, 11491, 9277, 10881, 14011, 9798, 13366, 10304, 11373, 9608, 10592, 14307, 10693, 13429, 10510, 11508, 10499, 11326, 14970, 10755, 13969, 11758, 11887, 9318, 11823, 9825, 12521, 10364, 11854, 9266, 11220, 14810, 10538, 14956, 13767, 13607, 11134, 13183, 10502, 12474, 11407, 13269, 13390, 12300, 16841, 9979, 14368, 12398, 12238, 10867, 12439, 10674, 11925, 18319, 11622, 13874, 10285, 12163, 9554, 11414, 10039, 10390, 11632, 9118, 13419, 10619, 12817, 10259, 11184, 9043, 11432, 9536, 11301, 16216, 10687, 16298, 10340, 12338, 10364, 12119, 10418, 11227, 9355, 10528, 12414, 9597, 14859, 11211, 11646, 10086, 11537, 9487, 11814, 9517, 11297, 9657, 10158, 11132, 9708, 14534, 10951, 12056, 10107, 12113, 9505, 11263, 11298, 10056, 14359, 10976, 12157, 11027, 11831, 9927, 11097, 12556, 9671, 13250, 11456, 11244, 9186, 10659, 10770, 9677, 13898, 11400, 11743, 9289, 10783, 10830, 9963, 13398, 10933, 12172, 9230, 10396, 11391, 9816, 13010, 10709, 12063, 9240, 10545, 10971, 9844, 13163, 10310, 12301, 9456, 10914, 11164, 10223, 13721, 10103, 12911, 9427, 12021, 10440, 10398, 14795, 9786, 13083, 10223, 12180, 10028, 10349, 15059, 9983, 13085, 10435, 12586, 10346, 10853, 11526, 9897, 14128, 10564, 13177, 10822, 11580, 10215, 10274, 13582, 10279, 13390, 11461, 11662, 10426, 11030, 12812, 10115, 13854, 12131, 12137, 9182, 11205, 9056, 10801, 13342, 10958, 12787, 10112, 11971, 9226, 11667, 10642, 10347, 10711, 9968, 14285, 10469, 13054, 11362, 11324, 8879, 11535, 9695, 10952, 15951, 11582, 15675, 10355, 12693, 10422, 11972, 10721, 11357, 9078, 10637, 13115, 10557, 14758, 12624, 12473, 10217, 12188, 9935, 11812, 16663, 11426, 13411, 10790, 12499, 9708, 12169, 11179, 11231, 12714, 9797, 13496, 10698, 12307, 10208, 11053, 9488, 9965, 14334, 10392, 12273, 10771, 11644, 9579, 10398, 14439, 10697, 12024, 10230, 11587, 9638, 10403, 14344, 10792, 12491, 9505, 11320, 11580, 10286, 13792, 12446, 12493, 9969, 11519, 12328, 10013, 13989, 11934, 11715, 9944, 10793, 10965, 10193, 14116, 11850, 11901, 9759, 11046, 9452, 10583, 13139, 10162, 12721, 10016, 11780, 9387, 11510, 10098, 10482, 13101, 9776, 13227, 10746, 12554, 10785, 11081, 10937, 9825, 14700, 10816, 12835, 11279, 10950, 9661, 10902, 12159, 9971, 14024, 11953, 12398, 10492, 11281, 12558, 10334, 13881, 11907, 12098, 10260, 11587, 9619, 10768, 14465, 11169, 12162, 10336, 11416, 9844, 11255, 13589, 10451, 14068, 9734, 11705, 9865, 11503, 10186, 10693, 8801, 10418, 13312, 10486, 13039, 11397, 11106, 9363, 11804, 11584, 10611, 14166, 12259, 12777, 9959, 12455, 10559, 10966, 14334, 11755, 12582, 10168, 11928, 10013, 11393, 12546, 10495, 14228, 9825, 12263, 10435, 12004, 10513, 11122, 14526, 10114, 13469, 11694, 12598, 10496, 11702, 9929, 10959, 13255, 10455, 13857, 12088, 11386, 10264, 11322, 12095, 10467, 14183, 12025, 11768, 9852, 11556, 10374, 11386, 11086, 10467, 13974, 9567, 12465, 10258, 11548, 9686, 11638, 10647, 12100, 10979, 13787, 12540, 12257, 16581, 11062, 17117, 10223, 12872, 11667, 11521, 9597, 11312, 9452, 10338, 12706, 9626, 13759, 9983, 12217, 10242, 12472, 9977, 10857, 10128, 10028, 12182, 10240, 18301, 11991, 13296, 12506, 15175, 10221, 14357, 10185, 13227, 11886, 13259, 9498, 11520, 9183, 10889, 14365, 10428, 13406, 9287, 12444, 9902, 12589, 11109, 10375, 9546, 11184, 9270, 11375, 9901, 10849, 9696, 10771, 9192, 10194, 11445, 10463, 9234, 12308, 9466, 13520, 10904, 11595, 14771, 10934, 14083, 11866, 13323, 9864, 11705, 9493, 10591, 13458, 9863, 12366, 10009, 10937, 9781, 10318, 11163, 9484, 12588, 10147, 11705, 9349, 10317, 9094, 10175, 13018, 10043, 12636, 10875, 10811, 8795, 10944, 8970, 10353, 13036, 10158, 12408, 10379, 12053, 9835, 12006, 10393, 10389, 8936, 10180, 10939, 9920, 14224, 11308, 11933, 10217, 11366, 9743, 11097, 16313, 10888, 13010, 10831, 12539, 9915, 11845, 10191, 11171, 9484, 10694, 14240, 10293, 13628, 12202, 11970, 9890, 11864, 10214, 11568, 10351, 10586, 9199, 10184, 14117, 10148, 13700, 11734, 11469, 9964, 11660, 12239, 10133, 13716, 12086, 12680, 9483, 11782, 11665, 10288, 14350, 10823, 12166, 10083, 11721, 10052, 10717, 12012, 10151, 14271, 9435, 12075, 10208, 11205, 9188, 11276, 9252, 9775, 13994, 10308, 13025, 10098, 11745, 10119, 11604, 10483, 11826, 9294, 12749, 10390, 10626, 16542, 10557, 13061, 11806, 12763, 10920, 11722, 10487, 11610, 10431, 11323, 8944, 11533, 10639, 12283, 10001, 14174, 9785, 13110, 9961], 'WindowCenter': [4776.0, 4760.0, 4724.0, 4731.0, 4738.0, 4716.0, 4723.0, 4692.0, 4719.0, 4679.0, 4721.0, 4691.0, 4708.0, 4689.0, 4689.0, 4679.0, 4688.0, 4670.0, 4702.0, 4679.0, 4691.0, 4659.0, 4679.0, 4717.0, 4691.0, 4711.0, 4690.0, 4691.0, 4671.0, 4689.0, 4681.0, 4693.0, 4720.0, 4694.0, 4711.0, 4683.0, 4711.0, 4684.0, 4714.0, 4693.0, 4705.0, 4711.0, 4694.0, 4721.0, 4703.0, 4713.0, 4681.0, 4708.0, 4681.0, 4689.0, 4731.0, 4703.0, 4710.0, 4692.0, 4699.0, 4681.0, 4702.0, 4691.0, 4702.0, 4702.0, 4693.0, 4719.0, 4692.0, 4720.0, 4703.0, 4714.0, 4702.0, 4709.0, 4691.0, 4702.0, 4719.0, 4692.0, 4722.0, 4720.0, 4710.0, 4680.0, 4698.0, 4688.0, 4690.0, 4718.0, 4701.0, 4698.0, 4667.0, 4697.0, 4678.0, 4677.0, 4719.0, 4699.0, 4697.0, 4660.0, 4690.0, 4688.0, 4680.0, 4719.0, 4702.0, 4698.0, 4668.0, 4689.0, 4689.0, 4691.0, 4718.0, 4701.0, 4709.0, 4669.0, 4688.0, 4679.0, 4693.0, 4709.0, 4688.0, 4710.0, 4692.0, 4722.0, 4685.0, 4711.0, 4680.0, 4701.0, 4682.0, 4693.0, 4702.0, 4706.0, 4714.0, 4704.0, 4743.0, 4714.0, 4724.0, 4702.0, 4714.0, 4703.0, 4703.0, 4750.0, 4713.0, 4710.0, 4699.0, 4708.0, 4700.0, 4701.0, 4729.0, 4689.0, 4706.0, 4677.0, 4697.0, 4689.0, 4699.0, 4707.0, 4679.0, 4695.0, 4665.0, 4697.0, 4677.0, 4687.0, 4676.0, 4666.0, 4704.0, 4678.0, 4697.0, 4676.0, 4678.0, 4694.0, 4667.0, 4695.0, 4676.0, 4687.0, 4664.0, 4676.0, 4694.0, 4665.0, 4696.0, 4675.0, 4697.0, 4666.0, 4667.0, 4694.0, 4667.0, 4694.0, 4688.0, 4696.0, 4668.0, 4689.0, 4667.0, 4679.0, 4707.0, 4681.0, 4697.0, 4692.0, 4720.0, 4692.0, 4689.0, 4681.0, 4711.0, 4694.0, 4710.0, 4709.0, 4686.0, 4707.0, 4677.0, 4696.0, 4677.0, 4688.0, 4707.0, 4666.0, 4696.0, 4670.0, 4688.0, 4676.0, 4676.0, 4697.0, 4669.0, 4697.0, 4679.0, 4688.0, 4669.0, 4680.0, 4708.0, 4693.0, 4712.0, 4693.0, 4693.0, 4719.0, 4681.0, 4712.0, 4682.0, 4711.0, 4701.0, 4693.0, 4720.0, 4679.0, 4711.0, 4692.0, 4702.0, 4710.0, 4692.0, 4719.0, 4677.0, 4710.0, 4688.0, 4690.0, 4718.0, 4692.0, 4708.0, 4679.0, 4700.0, 4689.0, 4693.0, 4720.0, 4692.0, 4711.0, 4681.0, 4702.0, 4701.0, 4692.0, 4719.0, 4694.0, 4713.0, 4693.0, 4704.0, 4713.0, 4704.0, 4721.0, 4693.0, 4713.0, 4693.0, 4703.0, 4722.0, 4691.0, 4722.0, 4693.0, 4712.0, 4707.0, 4713.0, 4704.0, 4704.0, 4723.0, 4692.0, 4713.0, 4696.0, 4714.0, 4686.0, 4704.0, 4732.0, 4695.0, 4735.0, 4706.0, 4715.0, 4693.0, 4704.0, 4733.0, 4705.0, 4723.0, 4704.0, 4703.0, 4692.0, 4705.0, 4731.0, 4704.0, 4734.0, 4714.0, 4712.0, 4683.0, 4712.0, 4695.0, 4725.0, 4705.0, 4714.0, 4686.0, 4714.0, 4731.0, 4703.0, 4732.0, 4722.0, 4722.0, 4700.0, 4711.0, 4693.0, 4708.0, 4714.0, 4722.0, 4712.0, 4699.0, 4728.0, 4681.0, 4718.0, 4710.0, 4697.0, 4690.0, 4698.0, 4678.0, 4701.0, 4729.0, 4689.0, 4694.0, 4677.0, 4684.0, 4667.0, 4690.0, 4679.0, 4679.0, 4685.0, 4670.0, 4706.0, 4689.0, 4707.0, 4679.0, 4688.0, 4671.0, 4699.0, 4669.0, 4701.0, 4729.0, 4690.0, 4717.0, 4679.0, 4696.0, 4677.0, 4698.0, 4690.0, 4688.0, 4667.0, 4677.0, 4697.0, 4669.0, 4718.0, 4687.0, 4688.0, 4675.0, 4687.0, 4678.0, 4699.0, 4667.0, 4689.0, 4669.0, 4679.0, 4688.0, 4680.0, 4719.0, 4691.0, 4699.0, 4691.0, 4697.0, 4679.0, 4688.0, 4687.0, 4680.0, 4718.0, 4690.0, 4699.0, 4689.0, 4698.0, 4665.0, 4686.0, 4696.0, 4678.0, 4711.0, 4700.0, 4701.0, 4679.0, 4690.0, 4688.0, 4680.0, 4709.0, 4698.0, 4699.0, 4669.0, 4689.0, 4690.0, 4693.0, 4718.0, 4690.0, 4699.0, 4670.0, 4689.0, 4700.0, 4692.0, 4710.0, 4691.0, 4711.0, 4680.0, 4690.0, 4701.0, 4693.0, 4719.0, 4693.0, 4711.0, 4680.0, 4705.0, 4701.0, 4693.0, 4720.0, 4692.0, 4712.0, 4684.0, 4712.0, 4692.0, 4691.0, 4721.0, 4680.0, 4710.0, 4692.0, 4711.0, 4682.0, 4693.0, 4731.0, 4683.0, 4709.0, 4691.0, 4709.0, 4679.0, 4691.0, 4700.0, 4680.0, 4721.0, 4702.0, 4720.0, 4691.0, 4702.0, 4689.0, 4692.0, 4710.0, 4693.0, 4721.0, 4702.0, 4700.0, 4688.0, 4703.0, 4710.0, 4694.0, 4721.0, 4713.0, 4699.0, 4672.0, 4702.0, 4673.0, 4715.0, 4722.0, 4704.0, 4720.0, 4695.0, 4713.0, 4684.0, 4714.0, 4704.0, 4694.0, 4694.0, 4692.0, 4732.0, 4705.0, 4723.0, 4714.0, 4703.0, 4685.0, 4712.0, 4693.0, 4714.0, 4744.0, 4715.0, 4732.0, 4694.0, 4722.0, 4703.0, 4714.0, 4702.0, 4700.0, 4673.0, 4702.0, 4722.0, 4704.0, 4733.0, 4714.0, 4712.0, 4691.0, 4712.0, 4682.0, 4712.0, 4740.0, 4703.0, 4710.0, 4703.0, 4709.0, 4682.0, 4710.0, 4690.0, 4699.0, 4697.0, 4678.0, 4708.0, 4691.0, 4709.0, 4690.0, 4690.0, 4680.0, 4681.0, 4720.0, 4693.0, 4711.0, 4689.0, 4699.0, 4680.0, 4691.0, 4720.0, 4690.0, 4698.0, 4681.0, 4701.0, 4679.0, 4690.0, 4720.0, 4692.0, 4709.0, 4670.0, 4689.0, 4690.0, 4690.0, 4709.0, 4710.0, 4697.0, 4667.0, 4687.0, 4698.0, 4682.0, 4718.0, 4698.0, 4700.0, 4679.0, 4689.0, 4688.0, 4692.0, 4719.0, 4701.0, 4697.0, 4669.0, 4688.0, 4679.0, 4703.0, 4710.0, 4692.0, 4708.0, 4691.0, 4701.0, 4683.0, 4713.0, 4692.0, 4691.0, 4711.0, 4682.0, 4711.0, 4705.0, 4713.0, 4690.0, 4691.0, 4690.0, 4680.0, 4720.0, 4702.0, 4712.0, 4701.0, 4700.0, 4682.0, 4700.0, 4710.0, 4693.0, 4720.0, 4712.0, 4712.0, 4689.0, 4702.0, 4710.0, 4689.0, 4720.0, 4701.0, 4701.0, 4681.0, 4698.0, 4681.0, 4702.0, 4720.0, 4700.0, 4701.0, 4690.0, 4701.0, 4681.0, 4702.0, 4720.0, 4690.0, 4720.0, 4681.0, 4698.0, 4691.0, 4714.0, 4693.0, 4702.0, 4671.0, 4703.0, 4721.0, 4703.0, 4723.0, 4713.0, 4703.0, 4682.0, 4713.0, 4700.0, 4702.0, 4733.0, 4714.0, 4711.0, 4693.0, 4713.0, 4689.0, 4704.0, 4729.0, 4702.0, 4708.0, 4692.0, 4700.0, 4693.0, 4713.0, 4712.0, 4702.0, 4720.0, 4683.0, 4711.0, 4702.0, 4712.0, 4689.0, 4701.0, 4718.0, 4692.0, 4709.0, 4703.0, 4711.0, 4690.0, 4699.0, 4691.0, 4700.0, 4708.0, 4691.0, 4734.0, 4711.0, 4700.0, 4681.0, 4701.0, 4700.0, 4692.0, 4718.0, 4711.0, 4700.0, 4682.0, 4698.0, 4693.0, 4712.0, 4702.0, 4702.0, 4720.0, 4692.0, 4711.0, 4693.0, 4713.0, 4692.0, 4714.0, 4714.0, 4714.0, 4704.0, 4723.0, 4712.0, 4712.0, 4729.0, 4688.0, 4725.0, 4679.0, 4710.0, 4702.0, 4700.0, 4680.0, 4699.0, 4679.0, 4691.0, 4709.0, 4680.0, 4720.0, 4693.0, 4710.0, 4692.0, 4712.0, 4681.0, 4692.0, 4680.0, 4681.0, 4698.0, 4679.0, 4739.0, 4701.0, 4707.0, 4723.0, 4718.0, 4680.0, 4719.0, 4680.0, 4710.0, 4699.0, 4697.0, 4668.0, 4686.0, 4656.0, 4685.0, 4718.0, 4676.0, 4694.0, 4667.0, 4694.0, 4678.0, 4709.0, 4687.0, 4677.0, 4669.0, 4687.0, 4670.0, 4698.0, 4680.0, 4690.0, 4678.0, 4690.0, 4669.0, 4679.0, 4698.0, 4690.0, 4679.0, 4712.0, 4681.0, 4720.0, 4689.0, 4700.0, 4717.0, 4689.0, 4705.0, 4697.0, 4695.0, 4664.0, 4684.0, 4666.0, 4676.0, 4694.0, 4668.0, 4686.0, 4664.0, 4677.0, 4667.0, 4679.0, 4687.0, 4668.0, 4696.0, 4676.0, 4696.0, 4670.0, 4676.0, 4659.0, 4680.0, 4709.0, 4680.0, 4707.0, 4700.0, 4689.0, 4660.0, 4688.0, 4669.0, 4689.0, 4710.0, 4690.0, 4709.0, 4689.0, 4708.0, 4681.0, 4710.0, 4690.0, 4690.0, 4670.0, 4688.0, 4687.0, 4680.0, 4719.0, 4700.0, 4707.0, 4692.0, 4701.0, 4680.0, 4701.0, 4742.0, 4692.0, 4709.0, 4690.0, 4709.0, 4680.0, 4712.0, 4692.0, 4701.0, 4678.0, 4692.0, 4717.0, 4691.0, 4721.0, 4707.0, 4699.0, 4679.0, 4699.0, 4690.0, 4700.0, 4690.0, 4692.0, 4680.0, 4689.0, 4715.0, 4692.0, 4720.0, 4698.0, 4698.0, 4678.0, 4699.0, 4695.0, 4690.0, 4720.0, 4709.0, 4705.0, 4668.0, 4698.0, 4686.0, 4679.0, 4706.0, 4688.0, 4698.0, 4677.0, 4697.0, 4678.0, 4687.0, 4697.0, 4679.0, 4715.0, 4668.0, 4698.0, 4688.0, 4688.0, 4670.0, 4688.0, 4668.0, 4677.0, 4719.0, 4680.0, 4707.0, 4679.0, 4699.0, 4679.0, 4696.0, 4690.0, 4699.0, 4670.0, 4698.0, 4678.0, 4677.0, 4727.0, 4690.0, 4695.0, 4696.0, 4696.0, 4677.0, 4685.0, 4675.0, 4687.0, 4674.0, 4687.0, 4666.0, 4698.0, 4689.0, 4696.0, 4679.0, 4706.0, 4690.0, 4719.0, 4690.0], 'WindowWidth': [10453.0, 10410.0, 10347.0, 10349.0, 10354.0, 10315.0, 10318.0, 10274.0, 10306.0, 10252.0, 10310.0, 10271.0, 10288.0, 10266.0, 10261.0, 10250.0, 10259.0, 10240.0, 10286.0, 10252.0, 10269.0, 10225.0, 10252.0, 10301.0, 10271.0, 10297.0, 10269.0, 10269.0, 10243.0, 10267.0, 10258.0, 10278.0, 10310.0, 10278.0, 10299.0, 10264.0, 10298.0, 10267.0, 10308.0, 10277.0, 10296.0, 10298.0, 10277.0, 10313.0, 10291.0, 10301.0, 10257.0, 10291.0, 10253.0, 10264.0, 10324.0, 10289.0, 10294.0, 10272.0, 10279.0, 10256.0, 10286.0, 10273.0, 10287.0, 10285.0, 10277.0, 10308.0, 10273.0, 10312.0, 10292.0, 10305.0, 10287.0, 10295.0, 10271.0, 10285.0, 10304.0, 10273.0, 10314.0, 10308.0, 10293.0, 10252.0, 10274.0, 10259.0, 10266.0, 10305.0, 10282.0, 10274.0, 10232.0, 10272.0, 10246.0, 10246.0, 10305.0, 10279.0, 10273.0, 10226.0, 10267.0, 10260.0, 10255.0, 10306.0, 10284.0, 10276.0, 10236.0, 10264.0, 10265.0, 10274.0, 10302.0, 10283.0, 10290.0, 10238.0, 10262.0, 10253.0, 10277.0, 10292.0, 10265.0, 10293.0, 10275.0, 10319.0, 10270.0, 10299.0, 10255.0, 10285.0, 10261.0, 10278.0, 10290.0, 10300.0, 10309.0, 10296.0, 10347.0, 10310.0, 10320.0, 10289.0, 10307.0, 10290.0, 10290.0, 10352.0, 10301.0, 10294.0, 10279.0, 10289.0, 10279.0, 10283.0, 10317.0, 10262.0, 10283.0, 10244.0, 10271.0, 10264.0, 10277.0, 10285.0, 10247.0, 10265.0, 10226.0, 10271.0, 10245.0, 10259.0, 10240.0, 10229.0, 10277.0, 10245.0, 10271.0, 10244.0, 10245.0, 10262.0, 10230.0, 10263.0, 10239.0, 10257.0, 10223.0, 10241.0, 10263.0, 10227.0, 10266.0, 10240.0, 10271.0, 10228.0, 10230.0, 10263.0, 10230.0, 10264.0, 10263.0, 10271.0, 10235.0, 10263.0, 10232.0, 10251.0, 10287.0, 10258.0, 10272.0, 10273.0, 10311.0, 10275.0, 10268.0, 10260.0, 10297.0, 10279.0, 10295.0, 10290.0, 10257.0, 10284.0, 10244.0, 10271.0, 10245.0, 10262.0, 10285.0, 10230.0, 10269.0, 10238.0, 10262.0, 10243.0, 10244.0, 10271.0, 10235.0, 10274.0, 10251.0, 10265.0, 10239.0, 10257.0, 10292.0, 10277.0, 10303.0, 10277.0, 10278.0, 10306.0, 10259.0, 10300.0, 10261.0, 10301.0, 10284.0, 10276.0, 10308.0, 10254.0, 10298.0, 10276.0, 10289.0, 10295.0, 10271.0, 10304.0, 10247.0, 10295.0, 10264.0, 10268.0, 10303.0, 10272.0, 10290.0, 10253.0, 10283.0, 10268.0, 10275.0, 10308.0, 10273.0, 10297.0, 10256.0, 10288.0, 10286.0, 10274.0, 10307.0, 10279.0, 10302.0, 10275.0, 10294.0, 10304.0, 10293.0, 10312.0, 10277.0, 10303.0, 10276.0, 10291.0, 10314.0, 10272.0, 10314.0, 10277.0, 10302.0, 10302.0, 10307.0, 10292.0, 10293.0, 10316.0, 10274.0, 10303.0, 10286.0, 10308.0, 10270.0, 10293.0, 10330.0, 10284.0, 10337.0, 10300.0, 10311.0, 10277.0, 10295.0, 10331.0, 10296.0, 10320.0, 10292.0, 10291.0, 10274.0, 10293.0, 10327.0, 10292.0, 10333.0, 10306.0, 10300.0, 10264.0, 10300.0, 10282.0, 10324.0, 10298.0, 10307.0, 10270.0, 10308.0, 10326.0, 10290.0, 10330.0, 10315.0, 10313.0, 10282.0, 10297.0, 10275.0, 10291.0, 10306.0, 10314.0, 10297.0, 10279.0, 10316.0, 10254.0, 10304.0, 10293.0, 10273.0, 10266.0, 10274.0, 10245.0, 10281.0, 10319.0, 10261.0, 10263.0, 10243.0, 10250.0, 10232.0, 10266.0, 10248.0, 10248.0, 10253.0, 10237.0, 10281.0, 10263.0, 10287.0, 10250.0, 10260.0, 10240.0, 10276.0, 10236.0, 10282.0, 10319.0, 10266.0, 10297.0, 10249.0, 10267.0, 10244.0, 10275.0, 10267.0, 10260.0, 10230.0, 10244.0, 10270.0, 10235.0, 10301.0, 10257.0, 10259.0, 10240.0, 10256.0, 10250.0, 10279.0, 10232.0, 10263.0, 10236.0, 10250.0, 10262.0, 10255.0, 10307.0, 10268.0, 10276.0, 10268.0, 10274.0, 10251.0, 10262.0, 10259.0, 10253.0, 10305.0, 10268.0, 10275.0, 10264.0, 10273.0, 10226.0, 10256.0, 10267.0, 10251.0, 10298.0, 10283.0, 10283.0, 10252.0, 10268.0, 10261.0, 10255.0, 10291.0, 10277.0, 10278.0, 10236.0, 10265.0, 10267.0, 10277.0, 10304.0, 10269.0, 10278.0, 10240.0, 10266.0, 10282.0, 10273.0, 10293.0, 10271.0, 10296.0, 10255.0, 10271.0, 10286.0, 10276.0, 10308.0, 10275.0, 10297.0, 10257.0, 10296.0, 10286.0, 10278.0, 10311.0, 10274.0, 10299.0, 10266.0, 10303.0, 10273.0, 10272.0, 10309.0, 10255.0, 10294.0, 10274.0, 10299.0, 10258.0, 10276.0, 10326.0, 10259.0, 10291.0, 10269.0, 10293.0, 10252.0, 10270.0, 10279.0, 10255.0, 10309.0, 10288.0, 10311.0, 10271.0, 10286.0, 10266.0, 10271.0, 10294.0, 10276.0, 10310.0, 10287.0, 10282.0, 10263.0, 10287.0, 10294.0, 10279.0, 10311.0, 10302.0, 10278.0, 10245.0, 10285.0, 10249.0, 10309.0, 10316.0, 10293.0, 10311.0, 10280.0, 10302.0, 10266.0, 10309.0, 10292.0, 10280.0, 10276.0, 10276.0, 10329.0, 10297.0, 10319.0, 10307.0, 10290.0, 10268.0, 10303.0, 10280.0, 10310.0, 10348.0, 10308.0, 10330.0, 10279.0, 10315.0, 10290.0, 10306.0, 10287.0, 10285.0, 10249.0, 10287.0, 10314.0, 10295.0, 10333.0, 10305.0, 10300.0, 10270.0, 10299.0, 10258.0, 10301.0, 10339.0, 10287.0, 10296.0, 10288.0, 10295.0, 10260.0, 10297.0, 10266.0, 10279.0, 10271.0, 10249.0, 10290.0, 10272.0, 10294.0, 10268.0, 10268.0, 10252.0, 10257.0, 10311.0, 10277.0, 10296.0, 10267.0, 10278.0, 10253.0, 10271.0, 10311.0, 10268.0, 10277.0, 10255.0, 10283.0, 10251.0, 10270.0, 10308.0, 10271.0, 10292.0, 10240.0, 10264.0, 10266.0, 10268.0, 10291.0, 10293.0, 10272.0, 10231.0, 10258.0, 10273.0, 10257.0, 10302.0, 10277.0, 10278.0, 10250.0, 10264.0, 10262.0, 10272.0, 10306.0, 10282.0, 10272.0, 10237.0, 10263.0, 10251.0, 10290.0, 10296.0, 10273.0, 10290.0, 10271.0, 10283.0, 10264.0, 10305.0, 10272.0, 10272.0, 10298.0, 10259.0, 10296.0, 10296.0, 10302.0, 10269.0, 10269.0, 10264.0, 10253.0, 10307.0, 10286.0, 10299.0, 10285.0, 10281.0, 10260.0, 10282.0, 10294.0, 10276.0, 10310.0, 10301.0, 10299.0, 10266.0, 10285.0, 10294.0, 10266.0, 10310.0, 10284.0, 10283.0, 10256.0, 10277.0, 10255.0, 10286.0, 10310.0, 10282.0, 10281.0, 10269.0, 10284.0, 10256.0, 10288.0, 10308.0, 10267.0, 10308.0, 10257.0, 10277.0, 10273.0, 10306.0, 10277.0, 10288.0, 10246.0, 10291.0, 10314.0, 10293.0, 10317.0, 10303.0, 10290.0, 10262.0, 10304.0, 10284.0, 10290.0, 10332.0, 10305.0, 10299.0, 10277.0, 10302.0, 10267.0, 10292.0, 10322.0, 10286.0, 10291.0, 10272.0, 10282.0, 10275.0, 10304.0, 10299.0, 10287.0, 10310.0, 10261.0, 10297.0, 10289.0, 10302.0, 10267.0, 10285.0, 10304.0, 10272.0, 10291.0, 10288.0, 10298.0, 10268.0, 10280.0, 10273.0, 10283.0, 10290.0, 10271.0, 10337.0, 10298.0, 10280.0, 10254.0, 10282.0, 10280.0, 10272.0, 10306.0, 10297.0, 10280.0, 10258.0, 10277.0, 10275.0, 10302.0, 10287.0, 10288.0, 10309.0, 10273.0, 10297.0, 10277.0, 10306.0, 10276.0, 10310.0, 10312.0, 10308.0, 10295.0, 10318.0, 10300.0, 10298.0, 10317.0, 10262.0, 10310.0, 10249.0, 10292.0, 10288.0, 10279.0, 10254.0, 10278.0, 10250.0, 10270.0, 10293.0, 10255.0, 10309.0, 10275.0, 10294.0, 10274.0, 10301.0, 10258.0, 10272.0, 10252.0, 10253.0, 10273.0, 10250.0, 10334.0, 10282.0, 10284.0, 10318.0, 10302.0, 10253.0, 10303.0, 10253.0, 10295.0, 10277.0, 10269.0, 10232.0, 10254.0, 10213.0, 10253.0, 10301.0, 10242.0, 10264.0, 10232.0, 10262.0, 10248.0, 10289.0, 10259.0, 10244.0, 10236.0, 10256.0, 10238.0, 10278.0, 10254.0, 10268.0, 10250.0, 10267.0, 10237.0, 10249.0, 10277.0, 10268.0, 10253.0, 10301.0, 10256.0, 10310.0, 10265.0, 10278.0, 10299.0, 10264.0, 10281.0, 10270.0, 10265.0, 10223.0, 10251.0, 10229.0, 10243.0, 10264.0, 10231.0, 10253.0, 10224.0, 10243.0, 10233.0, 10248.0, 10257.0, 10233.0, 10268.0, 10243.0, 10271.0, 10240.0, 10244.0, 10223.0, 10253.0, 10292.0, 10255.0, 10289.0, 10284.0, 10264.0, 10228.0, 10264.0, 10237.0, 10266.0, 10296.0, 10269.0, 10291.0, 10265.0, 10290.0, 10256.0, 10294.0, 10270.0, 10267.0, 10241.0, 10264.0, 10262.0, 10254.0, 10306.0, 10284.0, 10289.0, 10273.0, 10285.0, 10254.0, 10285.0, 10343.0, 10273.0, 10291.0, 10267.0, 10293.0, 10254.0, 10301.0, 10277.0, 10284.0, 10250.0, 10272.0, 10302.0, 10271.0, 10312.0, 10290.0, 10278.0, 10254.0, 10279.0, 10267.0, 10283.0, 10267.0, 10272.0, 10253.0, 10266.0, 10297.0, 10273.0, 10309.0, 10278.0, 10276.0, 10249.0, 10278.0, 10270.0, 10268.0, 10309.0, 10294.0, 10283.0, 10234.0, 10274.0, 10257.0, 10250.0, 10284.0, 10261.0, 10274.0, 10246.0, 10272.0, 10248.0, 10259.0, 10272.0, 10249.0, 10296.0, 10235.0, 10274.0, 10263.0, 10262.0, 10239.0, 10262.0, 10234.0, 10247.0, 10306.0, 10254.0, 10285.0, 10251.0, 10276.0, 10251.0, 10272.0, 10271.0, 10277.0, 10239.0, 10274.0, 10247.0, 10246.0, 10316.0, 10267.0, 10266.0, 10269.0, 10268.0, 10243.0, 10251.0, 10239.0, 10258.0, 10239.0, 10259.0, 10231.0, 10275.0, 10268.0, 10269.0, 10250.0, 10284.0, 10272.0, 10311.0, 10270.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.0003068536853685369</td></tr>
<tr><td colspan=3>aqi</td><td>0.014887889548954897</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.47536260139866</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2161492146035233</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9960301276982381</td></tr>
<tr><td colspan=3>efc</td><td>0.468</td></tr>
<tr><td colspan=3>fber</td><td>6883.2339</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07190086049827202</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.77007700770077</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.436344331673088</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4807608499449616</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.498953667693029</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.329318477381274</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107718</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014498275704681873</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026105349883437157</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</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.018498206835134</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>36.7874</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8974</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.5312</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300634.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>816.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.9883</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.98</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.0994</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3924.6854</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75910.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1023.7588</td></tr>
<tr><td colspan=3>tsnr</td><td>50.52745684515685</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>