ds005256-mriqc/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter ed77a02d27 [DATALAD RUNCMD] Compute MRIQC for sub-0029
=== 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-0029 --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-0029",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:13:12 +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-0029_ses-04_task-alignvideo_acq-mb8_run-02_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-0029_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_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-02_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_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-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_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-0029/ses-04/func/sub-0029_ses-04_task-alignvideo_acq-mb8_run-02_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>c0b90d7ea57322615f638dcec03325fa</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:30:30.570000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997829, -0.0631503, 0.0186838, 0.0619039, 0.996211, 0.0610913]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.110662</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7762, -7242, 675, -31, -158, 45, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.446</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>23b60515-ff44-47a4-ad1f-c0d6366671ab||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677102565765381, 0.16608376801013947, 0.060671404004096985, 107.90248107910156], [0.1694275587797165, 2.672760486602783, 0.161465585231781, -106.22737884521484], [0.05012715607881546, -0.16390345990657806, 2.6944847106933594, -49.56479263305664], [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, 926]</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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['123030.570000', '123031.030000', '123031.490000', '123031.950000', '123032.410000', '123032.870000', '123033.330000', '123033.790000', '123034.250000', '123034.710000', '123035.170000', '123035.630000', '123036.090000', '123036.550000', '123037.010000', '123037.470000', '123037.930000', '123038.390000', '123038.850000', '123039.310000', '123039.770000', '123040.230000', '123040.690000', '123041.150000', '123041.610000', '123042.070000', '123042.530000', '123042.990000', '123043.450000', '123043.910000', '123044.370000', '123044.830000', '123045.290000', '123045.750000', '123046.210000', '123046.670000', '123047.130000', '123047.590000', '123048.050000', '123048.510000', '123048.970000', '123049.430000', '123049.890000', '123050.350000', '123050.810000', '123051.270000', '123051.730000', '123052.190000', '123052.650000', '123053.110000', '123053.570000', '123054.030000', '123054.490000', '123054.950000', '123055.410000', '123055.870000', '123056.330000', '123056.790000', '123057.250000', '123057.710000', '123058.170000', '123058.630000', '123059.090000', '123059.550000', '123100.010000', '123100.470000', '123100.930000', '123101.390000', '123101.850000', '123102.310000', '123102.770000', '123103.230000', '123103.690000', '123104.150000', '123104.610000', '123105.070000', '123105.530000', '123105.990000', '123106.450000', '123106.910000', '123107.370000', '123107.830000', '123108.290000', '123108.750000', '123109.210000', '123109.670000', '123110.130000', '123110.590000', '123111.050000', '123111.510000', '123111.970000', '123112.430000', '123112.890000', '123113.350000', '123113.810000', '123114.270000', '123114.730000', '123115.190000', '123115.650000', '123116.110000', '123116.570000', '123117.030000', '123117.490000', '123117.950000', '123118.410000', '123118.870000', '123119.330000', '123119.790000', '123120.250000', '123120.710000', '123121.170000', '123121.630000', '123122.090000', '123122.550000', '123123.010000', '123123.470000', '123123.930000', '123124.390000', '123124.850000', '123125.310000', '123125.770000', '123126.230000', '123126.690000', '123127.150000', '123127.610000', '123128.070000', '123128.530000', '123128.990000', '123129.450000', '123129.910000', '123130.370000', '123130.830000', '123131.290000', '123131.750000', '123132.210000', '123132.670000', '123133.130000', '123133.590000', '123134.050000', '123134.510000', '123134.970000', '123135.430000', '123135.890000', '123136.350000', '123136.810000', '123137.270000', '123137.730000', '123138.190000', '123138.650000', '123139.110000', '123139.570000', '123140.030000', '123140.490000', '123140.950000', '123141.410000', '123141.870000', '123142.330000', '123142.790000', '123143.250000', '123143.710000', '123144.170000', '123144.630000', '123145.090000', '123145.550000', '123146.010000', '123146.470000', '123146.930000', '123147.390000', '123147.850000', '123148.310000', '123148.770000', '123149.230000', '123149.690000', '123150.150000', '123150.610000', '123151.070000', '123151.530000', '123151.990000', '123152.450000', '123152.910000', '123153.370000', '123153.830000', '123154.290000', '123154.750000', '123155.210000', '123155.670000', '123156.130000', '123156.590000', '123157.050000', '123157.510000', '123157.970000', '123158.430000', '123158.890000', '123159.350000', '123159.810000', '123200.270000', '123200.730000', '123201.190000', '123201.650000', '123202.110000', '123202.570000', '123203.030000', '123203.490000', '123203.950000', '123204.410000', '123204.870000', '123205.330000', '123205.790000', '123206.250000', '123206.710000', '123207.170000', '123207.630000', '123208.090000', '123208.550000', '123209.010000', '123209.470000', '123209.930000', '123210.390000', '123210.850000', '123211.310000', '123211.770000', '123212.230000', '123212.690000', '123213.150000', '123213.610000', '123214.070000', '123214.530000', '123214.990000', '123215.450000', '123215.910000', '123216.370000', '123216.830000', '123217.290000', '123217.750000', '123218.210000', '123218.670000', '123219.130000', '123219.590000', '123220.050000', '123220.510000', '123220.970000', '123221.430000', '123221.890000', '123222.350000', '123222.810000', '123223.270000', '123223.730000', '123224.190000', '123224.650000', '123225.110000', '123225.570000', '123226.030000', '123226.490000', '123226.950000', '123227.410000', '123227.870000', '123228.330000', '123228.790000', '123229.250000', '123229.710000', '123230.170000', '123230.630000', '123231.090000', '123231.550000', '123232.010000', '123232.470000', '123232.930000', '123233.390000', '123233.850000', '123234.310000', '123234.770000', '123235.230000', '123235.690000', '123236.150000', '123236.610000', '123237.070000', '123237.530000', '123237.990000', '123238.450000', '123238.910000', '123239.370000', '123239.830000', '123240.290000', '123240.750000', '123241.210000', '123241.670000', '123242.130000', '123242.590000', '123243.050000', '123243.510000', '123243.970000', '123244.430000', '123244.890000', '123245.350000', '123245.810000', '123246.270000', '123246.730000', '123247.190000', '123247.650000', '123248.110000', '123248.570000', '123249.030000', '123249.490000', '123249.950000', '123250.410000', '123250.870000', '123251.330000', '123251.790000', '123252.250000', '123252.710000', '123253.170000', '123253.630000', '123254.090000', '123254.550000', '123255.010000', '123255.470000', '123255.930000', '123256.390000', '123256.850000', '123257.310000', '123257.770000', '123258.230000', '123258.690000', '123259.150000', '123259.610000', '123300.070000', '123300.530000', '123300.990000', '123301.450000', '123301.910000', '123302.370000', '123302.830000', '123303.290000', '123303.750000', '123304.210000', '123304.670000', '123305.130000', '123305.590000', '123306.050000', '123306.510000', '123306.970000', '123307.430000', '123307.890000', '123308.350000', '123308.810000', '123309.270000', '123309.730000', '123310.190000', '123310.650000', '123311.110000', '123311.570000', '123312.030000', '123312.490000', '123312.950000', '123313.410000', '123313.870000', '123314.330000', '123314.790000', '123315.250000', '123315.710000', '123316.170000', '123316.630000', '123317.090000', '123317.550000', '123318.010000', '123318.470000', '123318.930000', '123319.390000', '123319.850000', '123320.310000', '123320.770000', '123321.230000', '123321.690000', '123322.150000', '123322.610000', '123323.070000', '123323.530000', '123323.990000', '123324.450000', '123324.910000', '123325.370000', '123325.830000', '123326.290000', '123326.750000', '123327.210000', '123327.670000', '123328.130000', '123328.590000', '123329.050000', '123329.510000', '123329.970000', '123330.430000', '123330.890000', '123331.350000', '123331.810000', '123332.270000', '123332.730000', '123333.190000', '123333.650000', '123334.110000', '123334.570000', '123335.030000', '123335.490000', '123335.950000', '123336.410000', '123336.870000', '123337.330000', '123337.790000', '123338.250000', '123338.710000', '123339.170000', '123339.630000', '123340.090000', '123340.550000', '123341.010000', '123341.470000', '123341.930000', '123342.390000', '123342.850000', '123343.310000', '123343.770000', '123344.230000', '123344.690000', '123345.150000', '123345.610000', '123346.070000', '123346.530000', '123346.990000', '123347.450000', '123347.910000', '123348.370000', '123348.830000', '123349.290000', '123349.750000', '123350.210000', '123350.670000', '123351.130000', '123351.590000', '123352.050000', '123352.510000', '123352.970000', '123353.430000', '123353.890000', '123354.350000', '123354.810000', '123355.270000', '123355.730000', '123356.190000', '123356.650000', '123357.110000', '123357.570000', '123358.030000', '123358.490000', '123358.950000', '123359.410000', '123359.870000', '123400.330000', '123400.790000', '123401.250000', '123401.710000', '123402.170000', '123402.630000', '123403.090000', '123403.550000', '123404.010000', '123404.470000', '123404.930000', '123405.390000', '123405.850000', '123406.310000', '123406.770000', '123407.230000', '123407.690000', '123408.150000', '123408.610000', '123409.070000', '123409.530000', '123409.990000', '123410.450000', '123410.910000', '123411.370000', '123411.830000', '123412.290000', '123412.750000', '123413.210000', '123413.670000', '123414.130000', '123414.590000', '123415.050000', '123415.510000', '123415.970000', '123416.430000', '123416.890000', '123417.350000', '123417.810000', '123418.270000', '123418.730000', '123419.190000', '123419.650000', '123420.110000', '123420.570000', '123421.030000', '123421.490000', '123421.950000', '123422.410000', '123422.870000', '123423.330000', '123423.790000', '123424.250000', '123424.710000', '123425.170000', '123425.630000', '123426.090000', '123426.550000', '123427.010000', '123427.470000', '123427.930000', '123428.390000', '123428.850000', '123429.310000', '123429.770000', '123430.230000', '123430.690000', '123431.150000', '123431.610000', '123432.070000', '123432.530000', '123432.990000', '123433.450000', '123433.910000', '123434.370000', '123434.830000', '123435.290000', '123435.750000', '123436.210000', '123436.670000', '123437.130000', '123437.590000', '123438.050000', '123438.510000', '123438.970000', '123439.430000', '123439.890000', '123440.350000', '123440.810000', '123441.270000', '123441.730000', '123442.190000', '123442.650000', '123443.110000', '123443.570000', '123444.030000', '123444.490000', '123444.950000', '123445.410000', '123445.870000', '123446.330000', '123446.790000', '123447.250000', '123447.710000', '123448.170000', '123448.630000', '123449.090000', '123449.550000', '123450.010000', '123450.470000', '123450.930000', '123451.390000', '123451.850000', '123452.310000', '123452.770000', '123453.230000', '123453.690000', '123454.150000', '123454.610000', '123455.070000', '123455.530000', '123455.990000', '123456.450000', '123456.910000', '123457.370000', '123457.830000', '123458.290000', '123458.750000', '123459.210000', '123459.670000', '123500.130000', '123500.590000', '123501.050000', '123501.510000', '123501.970000', '123502.430000', '123502.890000', '123503.350000', '123503.810000', '123504.270000', '123504.730000', '123505.190000', '123505.650000', '123506.110000', '123506.570000', '123507.030000', '123507.490000', '123507.950000', '123508.410000', '123508.870000', '123509.330000', '123509.790000', '123510.250000', '123510.710000', '123511.170000', '123511.630000', '123512.090000', '123512.550000', '123513.010000', '123513.470000', '123513.930000', '123514.390000', '123514.850000', '123515.310000', '123515.770000', '123516.230000', '123516.690000', '123517.150000', '123517.610000', '123518.070000', '123518.530000', '123518.990000', '123519.450000', '123519.910000', '123520.370000', '123520.830000', '123521.290000', '123521.750000', '123522.210000', '123522.670000', '123523.130000', '123523.590000', '123524.050000', '123524.510000', '123524.970000', '123525.430000', '123525.890000', '123526.350000', '123526.810000', '123527.270000', '123527.730000', '123528.190000', '123528.650000', '123529.110000', '123529.570000', '123530.030000', '123530.490000', '123530.950000', '123531.410000', '123531.870000', '123532.330000', '123532.790000', '123533.250000', '123533.710000', '123534.170000', '123534.630000', '123535.090000', '123535.550000', '123536.010000', '123536.470000', '123536.930000', '123537.390000', '123537.850000', '123538.310000', '123538.770000', '123539.230000', '123539.690000', '123540.150000', '123540.610000', '123541.070000', '123541.530000', '123541.990000', '123542.450000', '123542.910000', '123543.370000', '123543.830000', '123544.290000', '123544.750000', '123545.210000', '123545.670000', '123546.130000', '123546.590000', '123547.050000', '123547.510000', '123547.970000', '123548.430000', '123548.890000', '123549.350000', '123549.810000', '123550.270000', '123550.730000', '123551.190000', '123551.650000', '123552.110000', '123552.570000', '123553.030000', '123553.490000', '123553.950000', '123554.410000', '123554.870000', '123555.330000', '123555.790000', '123556.250000', '123556.710000', '123557.170000', '123557.630000', '123558.090000', '123558.550000', '123559.010000', '123559.470000', '123559.930000', '123600.390000', '123600.850000', '123601.310000', '123601.770000', '123602.230000', '123602.690000', '123603.150000', '123603.610000', '123604.070000', '123604.530000', '123604.990000', '123605.450000', '123605.910000', '123606.370000', '123606.830000', '123607.290000', '123607.750000', '123608.210000', '123608.670000', '123609.130000', '123609.590000', '123610.050000', '123610.510000', '123610.970000', '123611.430000', '123611.890000', '123612.350000', '123612.810000', '123613.270000', '123613.730000', '123614.190000', '123614.650000', '123615.110000', '123615.570000', '123616.030000', '123616.490000', '123616.950000', '123617.410000', '123617.870000', '123618.330000', '123618.790000', '123619.250000', '123619.710000', '123620.170000', '123620.630000', '123621.090000', '123621.550000', '123622.010000', '123622.470000', '123622.930000', '123623.390000', '123623.850000', '123624.310000', '123624.770000', '123625.230000', '123625.690000', '123626.150000', '123626.610000', '123627.070000', '123627.530000', '123627.990000', '123628.450000', '123628.910000', '123629.370000', '123629.830000', '123630.290000', '123630.750000', '123631.210000', '123631.670000', '123632.130000', '123632.590000', '123633.050000', '123633.510000', '123633.970000', '123634.430000', '123634.890000', '123635.350000', '123635.810000', '123636.270000', '123636.730000', '123637.190000', '123637.650000', '123638.110000', '123638.570000', '123639.030000', '123639.490000', '123639.950000', '123640.410000', '123640.870000', '123641.330000', '123641.790000', '123642.250000', '123642.710000', '123643.170000', '123643.630000', '123644.090000', '123644.550000', '123645.010000', '123645.470000', '123645.930000', '123646.390000', '123646.850000', '123647.310000', '123647.770000', '123648.230000', '123648.690000', '123649.150000', '123649.610000', '123650.070000', '123650.530000', '123650.990000', '123651.450000', '123651.910000', '123652.370000', '123652.830000', '123653.290000', '123653.750000', '123654.210000', '123654.670000', '123655.130000', '123655.590000', '123656.050000', '123656.510000', '123656.970000', '123657.430000', '123657.890000', '123658.350000', '123658.810000', '123659.270000', '123659.730000', '123700.190000', '123700.650000', '123701.110000', '123701.570000', '123702.030000', '123702.490000', '123702.950000', '123703.410000', '123703.870000', '123704.330000', '123704.790000', '123705.250000', '123705.710000', '123706.170000', '123706.630000', '123707.090000', '123707.550000', '123708.010000', '123708.470000', '123708.930000', '123709.390000', '123709.850000', '123710.310000', '123710.770000', '123711.230000', '123711.690000', '123712.150000', '123712.610000', '123713.070000', '123713.530000', '123713.990000', '123714.450000', '123714.910000', '123715.370000', '123715.830000', '123716.290000', '123716.750000', '123717.210000', '123717.670000', '123718.130000', '123718.590000', '123719.050000', '123719.510000', '123719.970000', '123720.430000', '123720.890000', '123721.350000', '123721.810000', '123722.270000', '123722.730000', '123723.190000', '123723.650000', '123724.110000', '123724.570000', '123725.030000', '123725.490000', '123725.950000', '123726.410000', '123726.870000', '123727.330000', '123727.790000', '123728.250000', '123728.710000', '123729.170000', '123729.630000', '123730.090000', '123730.550000', '123731.010000', '123731.470000', '123731.930000', '123732.390000', '123732.850000', '123733.310000', '123733.770000', '123734.230000', '123734.690000', '123735.150000', '123735.610000', '123736.070000'], 'ContentTime': ['123049.940000', '123049.944000', '123049.947000', '123049.950000', '123049.953000', '123049.957000', '123049.960000', '123049.963000', '123049.965000', '123049.969000', '123049.972000', '123049.975000', '123049.978000', '123049.981000', '123049.984000', '123049.993000', '123049.996000', '123050.000000', '123050.003000', '123050.006000', '123050.009000', '123050.013000', '123050.016000', '123050.019000', '123050.022000', '123050.045000', '123050.048000', '123050.052000', '123050.055000', '123050.058000', '123050.061000', '123050.064000', '123050.067000', '123050.070000', '123050.073000', '123050.084000', '123050.088000', '123050.091000', '123050.094000', '123050.097000', '123109.904000', '123109.907000', '123109.910000', '123109.913000', '123109.916000', '123109.919000', '123109.922000', '123109.925000', '123109.931000', '123109.934000', '123109.937000', '123109.940000', '123109.943000', '123109.946000', '123109.949000', '123109.952000', '123109.955000', '123109.957000', '123109.960000', '123109.963000', '123109.966000', '123109.969000', '123109.972000', '123109.975000', '123109.978000', '123109.980000', '123109.983000', '123109.986000', '123109.989000', '123109.992000', '123109.995000', '123109.998000', '123110.002000', '123110.005000', '123110.008000', '123110.011000', '123110.014000', '123110.017000', '123110.020000', '123110.022000', '123110.025000', '123110.028000', '123110.031000', '123129.904000', '123129.907000', '123129.910000', '123129.913000', '123129.916000', '123129.918000', '123129.921000', '123129.924000', '123129.927000', '123129.930000', '123129.933000', '123129.936000', '123129.939000', '123129.942000', '123129.945000', '123129.948000', '123129.950000', '123129.953000', '123129.956000', '123129.959000', '123129.962000', '123129.965000', '123129.968000', '123129.971000', '123129.977000', '123129.980000', '123129.983000', '123129.986000', '123129.989000', '123130.009000', '123130.012000', '123130.023000', '123130.026000', '123130.029000', '123130.031000', '123130.034000', '123130.037000', '123130.040000', '123130.043000', '123130.046000', '123130.049000', '123130.052000', '123130.055000', '123130.058000', '123149.904000', '123149.907000', '123149.910000', '123149.913000', '123149.916000', '123149.919000', '123149.922000', '123149.924000', '123149.927000', '123149.930000', '123149.933000', '123149.936000', '123149.939000', '123149.942000', '123149.945000', '123149.947000', '123149.950000', '123149.953000', '123149.956000', '123149.959000', '123149.962000', '123149.965000', '123149.968000', '123149.971000', '123149.973000', '123149.976000', '123149.979000', '123149.982000', '123149.985000', '123149.988000', '123149.991000', '123149.994000', '123149.997000', '123150.002000', '123150.005000', '123150.008000', '123150.011000', '123150.014000', '123150.017000', '123150.019000', '123150.022000', '123150.032000', '123150.035000', '123209.904000', '123209.907000', '123209.910000', '123209.913000', '123209.916000', '123209.919000', '123209.922000', '123209.924000', '123209.927000', '123209.930000', '123209.933000', '123209.936000', '123209.939000', '123209.942000', '123209.945000', '123209.948000', '123209.950000', '123209.953000', '123209.956000', '123209.959000', '123209.962000', '123209.965000', '123209.968000', '123209.971000', '123209.974000', '123209.977000', '123209.987000', '123209.990000', '123209.993000', '123209.996000', '123210.000000', '123210.003000', '123210.006000', '123210.009000', '123210.012000', '123210.015000', '123210.017000', '123210.020000', '123210.023000', '123210.026000', '123210.029000', '123210.032000', '123210.035000', '123210.038000', '123229.904000', '123229.907000', '123229.910000', '123229.913000', '123229.916000', '123229.919000', '123229.922000', '123229.925000', '123229.928000', '123229.931000', '123229.933000', '123229.936000', '123229.939000', '123229.942000', '123229.945000', '123229.948000', '123229.951000', '123229.962000', '123229.965000', '123229.968000', '123229.971000', '123229.973000', '123229.976000', '123229.979000', '123229.982000', '123229.985000', '123229.988000', '123229.991000', '123229.994000', '123229.997000', '123230.001000', '123230.004000', '123230.007000', '123230.009000', '123230.012000', '123230.015000', '123230.018000', '123230.021000', '123230.024000', '123230.027000', '123230.030000', '123230.033000', '123230.036000', '123249.904000', '123249.907000', '123249.911000', '123249.914000', '123249.917000', '123249.920000', '123249.923000', '123249.925000', '123249.928000', '123249.931000', '123249.934000', '123249.937000', '123249.940000', '123249.947000', '123249.950000', '123249.953000', '123249.956000', '123249.959000', '123249.962000', '123249.965000', '123249.968000', '123249.971000', '123249.974000', '123249.976000', '123249.979000', '123249.982000', '123249.985000', '123249.988000', '123249.991000', '123249.994000', '123249.997000', '123250.001000', '123250.004000', '123250.007000', '123250.010000', '123250.013000', '123250.015000', '123250.018000', '123250.021000', '123250.024000', '123250.027000', '123250.030000', '123250.033000', '123309.905000', '123309.908000', '123309.911000', '123309.914000', '123309.917000', '123309.920000', '123309.922000', '123309.925000', '123309.928000', '123309.931000', '123309.934000', '123309.937000', '123309.940000', '123309.943000', '123309.946000', '123309.949000', '123309.952000', '123309.955000', '123309.957000', '123309.960000', '123309.963000', '123309.966000', '123309.969000', '123309.972000', '123309.975000', '123309.988000', '123309.991000', '123309.993000', '123309.996000', '123310.000000', '123310.003000', '123310.006000', '123310.009000', '123310.012000', '123310.015000', '123310.018000', '123310.021000', '123310.024000', '123310.026000', '123310.029000', '123310.032000', '123310.035000', '123310.040000', '123310.043000', '123329.904000', '123329.907000', '123329.910000', '123329.913000', '123329.916000', '123329.919000', '123329.922000', '123329.924000', '123329.927000', '123329.930000', '123329.933000', '123329.936000', '123329.939000', '123329.942000', '123329.949000', '123329.952000', '123329.955000', '123329.958000', '123329.961000', '123329.964000', '123329.967000', '123329.970000', '123329.973000', '123329.976000', '123329.979000', '123329.981000', '123329.984000', '123329.987000', '123329.990000', '123329.993000', '123329.996000', '123330.000000', '123330.004000', '123330.007000', '123330.010000', '123330.013000', '123330.016000', '123330.019000', '123330.022000', '123330.024000', '123330.027000', '123330.030000', '123330.033000', '123349.904000', '123349.907000', '123349.910000', '123349.913000', '123349.916000', '123349.919000', '123349.922000', '123349.925000', '123349.927000', '123349.930000', '123349.933000', '123349.936000', '123349.939000', '123349.942000', '123349.945000', '123349.948000', '123349.951000', '123349.954000', '123349.956000', '123349.959000', '123349.966000', '123349.969000', '123349.972000', '123349.975000', '123349.978000', '123349.981000', '123349.984000', '123349.987000', '123349.989000', '123349.992000', '123349.995000', '123349.998000', '123350.002000', '123350.005000', '123350.008000', '123350.011000', '123350.014000', '123350.017000', '123350.020000', '123350.023000', '123350.026000', '123350.028000', '123350.031000', '123350.034000', '123409.904000', '123409.907000', '123409.910000', '123409.913000', '123409.917000', '123409.920000', '123409.923000', '123409.926000', '123409.929000', '123409.932000', '123409.934000', '123409.937000', '123409.940000', '123409.943000', '123409.946000', '123409.949000', '123409.952000', '123409.955000', '123409.963000', '123409.966000', '123409.969000', '123409.971000', '123409.974000', '123409.978000', '123409.980000', '123409.983000', '123409.986000', '123409.989000', '123409.992000', '123409.995000', '123409.998000', '123410.002000', '123410.005000', '123410.008000', '123410.011000', '123410.014000', '123410.016000', '123410.019000', '123410.022000', '123410.025000', '123410.028000', '123410.031000', '123410.034000', '123429.904000', '123429.907000', '123429.910000', '123429.913000', '123429.916000', '123429.919000', '123429.922000', '123429.925000', '123429.928000', '123429.930000', '123429.933000', '123429.936000', '123429.939000', '123429.942000', '123429.945000', '123429.948000', '123429.951000', '123429.954000', '123429.957000', '123429.960000', '123429.962000', '123429.965000', '123429.968000', '123429.980000', '123429.983000', '123429.986000', '123429.989000', '123429.991000', '123429.994000', '123429.997000', '123430.001000', '123430.004000', '123430.007000', '123430.010000', '123430.013000', '123430.016000', '123430.019000', '123430.022000', '123430.025000', '123430.027000', '123430.030000', '123430.033000', '123430.036000', '123430.039000', '123449.904000', '123449.907000', '123449.910000', '123449.913000', '123449.916000', '123449.919000', '123449.937000', '123449.940000', '123449.943000', '123449.946000', '123449.949000', '123449.952000', '123449.955000', '123449.958000', '123449.961000', '123449.964000', '123449.967000', '123449.970000', '123449.973000', '123449.976000', '123449.979000', '123449.981000', '123449.991000', '123449.993000', '123449.996000', '123450.000000', '123450.003000', '123450.006000', '123450.009000', '123450.012000', '123450.015000', '123450.018000', '123450.021000', '123450.024000', '123450.027000', '123450.030000', '123450.032000', '123450.035000', '123450.038000', '123450.041000', '123450.044000', '123450.047000', '123450.050000', '123509.904000', '123509.907000', '123509.910000', '123509.913000', '123509.916000', '123509.919000', '123509.922000', '123509.925000', '123509.928000', '123509.931000', '123509.933000', '123509.936000', '123509.939000', '123509.942000', '123509.945000', '123509.948000', '123509.951000', '123509.954000', '123509.957000', '123509.960000', '123509.963000', '123509.966000', '123509.969000', '123509.971000', '123509.974000', '123509.977000', '123509.980000', '123509.983000', '123509.986000', '123509.989000', '123509.992000', '123509.995000', '123509.998000', '123510.002000', '123510.005000', '123510.008000', '123510.011000', '123510.014000', '123510.017000', '123510.019000', '123510.022000', '123510.025000', '123510.028000', '123510.031000', '123529.905000', '123529.908000', '123529.911000', '123529.914000', '123529.917000', '123529.920000', '123529.923000', '123529.926000', '123529.929000', '123529.932000', '123529.935000', '123529.945000', '123529.948000', '123529.951000', '123529.954000', '123529.957000', '123529.960000', '123529.963000', '123529.966000', '123529.969000', '123529.971000', '123529.975000', '123529.977000', '123529.980000', '123529.983000', '123529.986000', '123529.989000', '123529.992000', '123529.995000', '123529.998000', '123530.002000', '123530.005000', '123530.008000', '123530.011000', '123530.014000', '123530.017000', '123530.020000', '123530.023000', '123530.026000', '123530.029000', '123530.032000', '123530.035000', '123530.037000', '123549.904000', '123549.907000', '123549.910000', '123549.913000', '123549.916000', '123549.919000', '123549.922000', '123549.925000', '123549.928000', '123549.930000', '123549.933000', '123549.936000', '123549.939000', '123549.942000', '123549.945000', '123549.948000', '123549.951000', '123549.954000', '123549.957000', '123549.959000', '123549.962000', '123549.965000', '123549.968000', '123549.971000', '123549.974000', '123549.977000', '123549.980000', '123549.983000', '123549.986000', '123549.989000', '123549.992000', '123549.995000', '123549.998000', '123550.002000', '123550.005000', '123550.008000', '123550.011000', '123550.014000', '123550.016000', '123550.019000', '123550.024000', '123550.027000', '123550.030000', '123550.033000', '123609.904000', '123609.907000', '123609.910000', '123609.913000', '123609.916000', '123609.919000', '123609.922000', '123609.925000', '123609.928000', '123609.930000', '123609.934000', '123609.936000', '123609.946000', '123609.949000', '123609.952000', '123609.955000', '123609.958000', '123609.972000', '123609.975000', '123609.978000', '123609.981000', '123609.984000', '123609.987000', '123609.989000', '123609.992000', '123609.995000', '123609.998000', '123610.002000', '123610.005000', '123610.008000', '123610.011000', '123610.014000', '123610.017000', '123610.020000', '123610.023000', '123610.026000', '123610.029000', '123610.031000', '123610.034000', '123610.037000', '123610.040000', '123610.043000', '123610.046000', '123629.904000', '123629.907000', '123629.910000', '123629.913000', '123629.916000', '123629.919000', '123629.922000', '123629.925000', '123629.927000', '123629.930000', '123629.933000', '123629.945000', '123629.948000', '123629.951000', '123629.954000', '123629.957000', '123629.960000', '123629.962000', '123629.965000', '123629.968000', '123629.971000', '123629.974000', '123629.977000', '123629.980000', '123629.983000', '123629.986000', '123629.989000', '123629.992000', '123629.994000', '123629.997000', '123630.001000', '123630.004000', '123630.007000', '123630.010000', '123630.013000', '123630.016000', '123630.019000', '123630.022000', '123630.025000', '123630.028000', '123630.031000', '123630.034000', '123630.036000', '123630.039000', '123649.904000', '123649.907000', '123649.911000', '123649.914000', '123649.917000', '123649.920000', '123649.923000', '123649.926000', '123649.929000', '123649.932000', '123649.935000', '123649.938000', '123649.940000', '123649.943000', '123649.946000', '123649.949000', '123649.952000', '123649.955000', '123649.958000', '123649.961000', '123649.964000', '123649.967000', '123649.970000', '123649.973000', '123649.976000', '123649.979000', '123649.982000', '123649.985000', '123649.987000', '123649.991000', '123649.994000', '123649.997000', '123650.001000', '123650.004000', '123650.007000', '123650.010000', '123650.013000', '123650.015000', '123650.018000', '123650.021000', '123650.024000', '123650.027000', '123650.036000', '123709.904000', '123709.907000', '123709.910000', '123709.913000', '123709.916000', '123709.919000', '123709.922000', '123709.925000', '123709.928000', '123709.931000', '123709.934000', '123709.937000', '123709.939000', '123709.942000', '123709.945000', '123709.948000', '123709.951000', '123709.954000', '123709.957000', '123709.960000', '123709.963000', '123709.966000', '123709.969000', '123709.972000', '123709.975000', '123709.977000', '123709.981000', '123709.983000', '123709.986000', '123709.989000', '123709.992000', '123709.995000', '123709.998000', '123710.002000', '123710.005000', '123710.008000', '123710.011000', '123710.014000', '123710.017000', '123710.020000', '123710.022000', '123710.025000', '123710.037000', '123710.040000', '123729.904000', '123729.907000', '123729.910000', '123729.913000', '123729.916000', '123729.919000', '123729.922000', '123729.925000', '123729.928000', '123729.930000', '123729.933000', '123729.936000', '123729.939000', '123729.942000', '123729.945000', '123729.948000', '123729.951000', '123729.954000', '123729.957000', '123729.960000', '123729.963000', '123729.965000', '123729.968000', '123729.971000', '123729.974000', '123729.977000', '123729.980000', '123729.994000', '123729.997000', '123730.000000', '123730.003000', '123730.006000', '123730.019000', '123730.022000', '123730.025000', '123730.028000', '123730.031000', '123730.034000', '123730.037000', '123730.040000', '123730.043000', '123730.046000', '123730.049000', '123737.420000', '123737.424000', '123737.427000', '123737.430000', '123737.433000', '123737.435000', '123737.438000', '123737.441000', '123737.444000', '123737.447000', '123737.450000', '123737.453000', '123737.456000', '123737.459000', '123737.462000', '123737.465000', '123737.468000'], 'InstanceCreationTime': ['123049.940000', '123049.944000', '123049.947000', '123049.950000', '123049.953000', '123049.957000', '123049.960000', '123049.963000', '123049.965000', '123049.969000', '123049.972000', '123049.975000', '123049.978000', '123049.981000', '123049.984000', '123049.993000', '123049.996000', '123050.000000', '123050.003000', '123050.006000', '123050.009000', '123050.013000', '123050.016000', '123050.019000', '123050.022000', '123050.045000', '123050.048000', '123050.052000', '123050.055000', '123050.058000', '123050.061000', '123050.064000', '123050.067000', '123050.070000', '123050.073000', '123050.084000', '123050.088000', '123050.091000', '123050.094000', '123050.097000', '123109.904000', '123109.907000', '123109.910000', '123109.913000', '123109.916000', '123109.919000', '123109.922000', '123109.925000', '123109.931000', '123109.934000', '123109.937000', '123109.940000', '123109.943000', '123109.946000', '123109.949000', '123109.952000', '123109.955000', '123109.957000', '123109.960000', '123109.963000', '123109.966000', '123109.969000', '123109.972000', '123109.975000', '123109.978000', '123109.980000', '123109.983000', '123109.986000', '123109.989000', '123109.992000', '123109.995000', '123109.998000', '123110.002000', '123110.005000', '123110.008000', '123110.011000', '123110.014000', '123110.017000', '123110.020000', '123110.022000', '123110.025000', '123110.028000', '123110.031000', '123129.904000', '123129.907000', '123129.910000', '123129.913000', '123129.916000', '123129.918000', '123129.921000', '123129.924000', '123129.927000', '123129.930000', '123129.933000', '123129.936000', '123129.939000', '123129.942000', '123129.945000', '123129.948000', '123129.950000', '123129.953000', '123129.956000', '123129.959000', '123129.962000', '123129.965000', '123129.968000', '123129.971000', '123129.977000', '123129.980000', '123129.983000', '123129.986000', '123129.989000', '123130.009000', '123130.012000', '123130.023000', '123130.026000', '123130.029000', '123130.031000', '123130.034000', '123130.037000', '123130.040000', '123130.043000', '123130.046000', '123130.049000', '123130.052000', '123130.055000', '123130.058000', '123149.904000', '123149.907000', '123149.910000', '123149.913000', '123149.916000', '123149.919000', '123149.922000', '123149.924000', '123149.927000', '123149.930000', '123149.933000', '123149.936000', '123149.939000', '123149.942000', '123149.945000', '123149.947000', '123149.950000', '123149.953000', '123149.956000', '123149.959000', '123149.962000', '123149.965000', '123149.968000', '123149.971000', '123149.973000', '123149.976000', '123149.979000', '123149.982000', '123149.985000', '123149.988000', '123149.991000', '123149.994000', '123149.997000', '123150.002000', '123150.005000', '123150.008000', '123150.011000', '123150.014000', '123150.017000', '123150.019000', '123150.022000', '123150.032000', '123150.035000', '123209.904000', '123209.907000', '123209.910000', '123209.913000', '123209.916000', '123209.919000', '123209.922000', '123209.924000', '123209.927000', '123209.930000', '123209.933000', '123209.936000', '123209.939000', '123209.942000', '123209.945000', '123209.948000', '123209.950000', '123209.953000', '123209.956000', '123209.959000', '123209.962000', '123209.965000', '123209.968000', '123209.971000', '123209.974000', '123209.977000', '123209.987000', '123209.990000', '123209.993000', '123209.996000', '123210.000000', '123210.003000', '123210.006000', '123210.009000', '123210.012000', '123210.015000', '123210.017000', '123210.020000', '123210.023000', '123210.026000', '123210.029000', '123210.032000', '123210.035000', '123210.038000', '123229.904000', '123229.907000', '123229.910000', '123229.913000', '123229.916000', '123229.919000', '123229.922000', '123229.925000', '123229.928000', '123229.931000', '123229.933000', '123229.936000', '123229.939000', '123229.942000', '123229.945000', '123229.948000', '123229.951000', '123229.962000', '123229.965000', '123229.968000', '123229.971000', '123229.973000', '123229.976000', '123229.979000', '123229.982000', '123229.985000', '123229.988000', '123229.991000', '123229.994000', '123229.997000', '123230.001000', '123230.004000', '123230.007000', '123230.009000', '123230.012000', '123230.015000', '123230.018000', '123230.021000', '123230.024000', '123230.027000', '123230.030000', '123230.033000', '123230.036000', '123249.904000', '123249.907000', '123249.911000', '123249.914000', '123249.917000', '123249.920000', '123249.923000', '123249.925000', '123249.928000', '123249.931000', '123249.934000', '123249.937000', '123249.940000', '123249.947000', '123249.950000', '123249.953000', '123249.956000', '123249.959000', '123249.962000', '123249.965000', '123249.968000', '123249.971000', '123249.974000', '123249.976000', '123249.979000', '123249.982000', '123249.985000', '123249.988000', '123249.991000', '123249.994000', '123249.997000', '123250.001000', '123250.004000', '123250.007000', '123250.010000', '123250.013000', '123250.015000', '123250.018000', '123250.021000', '123250.024000', '123250.027000', '123250.030000', '123250.033000', '123309.905000', '123309.908000', '123309.911000', '123309.914000', '123309.917000', '123309.920000', '123309.922000', '123309.925000', '123309.928000', '123309.931000', '123309.934000', '123309.937000', '123309.940000', '123309.943000', '123309.946000', '123309.949000', '123309.952000', '123309.955000', '123309.957000', '123309.960000', '123309.963000', '123309.966000', '123309.969000', '123309.972000', '123309.975000', '123309.988000', '123309.991000', '123309.993000', '123309.996000', '123310.000000', '123310.003000', '123310.006000', '123310.009000', '123310.012000', '123310.015000', '123310.018000', '123310.021000', '123310.024000', '123310.026000', '123310.029000', '123310.032000', '123310.035000', '123310.040000', '123310.043000', '123329.904000', '123329.907000', '123329.910000', '123329.913000', '123329.916000', '123329.919000', '123329.922000', '123329.924000', '123329.927000', '123329.930000', '123329.933000', '123329.936000', '123329.939000', '123329.942000', '123329.949000', '123329.952000', '123329.955000', '123329.958000', '123329.961000', '123329.964000', '123329.967000', '123329.970000', '123329.973000', '123329.976000', '123329.979000', '123329.981000', '123329.984000', '123329.987000', '123329.990000', '123329.993000', '123329.996000', '123330.000000', '123330.004000', '123330.007000', '123330.010000', '123330.013000', '123330.016000', '123330.019000', '123330.022000', '123330.024000', '123330.027000', '123330.030000', '123330.033000', '123349.904000', '123349.907000', '123349.910000', '123349.913000', '123349.916000', '123349.919000', '123349.922000', '123349.925000', '123349.927000', '123349.930000', '123349.933000', '123349.936000', '123349.939000', '123349.942000', '123349.945000', '123349.948000', '123349.951000', '123349.954000', '123349.956000', '123349.959000', '123349.966000', '123349.969000', '123349.972000', '123349.975000', '123349.978000', '123349.981000', '123349.984000', '123349.987000', '123349.989000', '123349.992000', '123349.995000', '123349.998000', '123350.002000', '123350.005000', '123350.008000', '123350.011000', '123350.014000', '123350.017000', '123350.020000', '123350.023000', '123350.026000', '123350.028000', '123350.031000', '123350.034000', '123409.904000', '123409.907000', '123409.910000', '123409.913000', '123409.917000', '123409.920000', '123409.923000', '123409.926000', '123409.929000', '123409.932000', '123409.934000', '123409.937000', '123409.940000', '123409.943000', '123409.946000', '123409.949000', '123409.952000', '123409.955000', '123409.963000', '123409.966000', '123409.969000', '123409.971000', '123409.974000', '123409.978000', '123409.980000', '123409.983000', '123409.986000', '123409.989000', '123409.992000', '123409.995000', '123409.998000', '123410.002000', '123410.005000', '123410.008000', '123410.011000', '123410.014000', '123410.016000', '123410.019000', '123410.022000', '123410.025000', '123410.028000', '123410.031000', '123410.034000', '123429.904000', '123429.907000', '123429.910000', '123429.913000', '123429.916000', '123429.919000', '123429.922000', '123429.925000', '123429.928000', '123429.930000', '123429.933000', '123429.936000', '123429.939000', '123429.942000', '123429.945000', '123429.948000', '123429.951000', '123429.954000', '123429.957000', '123429.960000', '123429.962000', '123429.965000', '123429.968000', '123429.980000', '123429.983000', '123429.986000', '123429.989000', '123429.991000', '123429.994000', '123429.997000', '123430.001000', '123430.004000', '123430.007000', '123430.010000', '123430.013000', '123430.016000', '123430.019000', '123430.022000', '123430.025000', '123430.027000', '123430.030000', '123430.033000', '123430.036000', '123430.039000', '123449.904000', '123449.907000', '123449.910000', '123449.913000', '123449.916000', '123449.919000', '123449.937000', '123449.940000', '123449.943000', '123449.946000', '123449.949000', '123449.952000', '123449.955000', '123449.958000', '123449.961000', '123449.964000', '123449.967000', '123449.970000', '123449.973000', '123449.976000', '123449.979000', '123449.981000', '123449.991000', '123449.993000', '123449.996000', '123450.000000', '123450.003000', '123450.006000', '123450.009000', '123450.012000', '123450.015000', '123450.018000', '123450.021000', '123450.024000', '123450.027000', '123450.030000', '123450.032000', '123450.035000', '123450.038000', '123450.041000', '123450.044000', '123450.047000', '123450.050000', '123509.904000', '123509.907000', '123509.910000', '123509.913000', '123509.916000', '123509.919000', '123509.922000', '123509.925000', '123509.928000', '123509.931000', '123509.933000', '123509.936000', '123509.939000', '123509.942000', '123509.945000', '123509.948000', '123509.951000', '123509.954000', '123509.957000', '123509.960000', '123509.963000', '123509.966000', '123509.969000', '123509.971000', '123509.974000', '123509.977000', '123509.980000', '123509.983000', '123509.986000', '123509.989000', '123509.992000', '123509.995000', '123509.998000', '123510.002000', '123510.005000', '123510.008000', '123510.011000', '123510.014000', '123510.017000', '123510.019000', '123510.022000', '123510.025000', '123510.028000', '123510.031000', '123529.905000', '123529.908000', '123529.911000', '123529.914000', '123529.917000', '123529.920000', '123529.923000', '123529.926000', '123529.929000', '123529.932000', '123529.935000', '123529.945000', '123529.948000', '123529.951000', '123529.954000', '123529.957000', '123529.960000', '123529.963000', '123529.966000', '123529.969000', '123529.971000', '123529.975000', '123529.977000', '123529.980000', '123529.983000', '123529.986000', '123529.989000', '123529.992000', '123529.995000', '123529.998000', '123530.002000', '123530.005000', '123530.008000', '123530.011000', '123530.014000', '123530.017000', '123530.020000', '123530.023000', '123530.026000', '123530.029000', '123530.032000', '123530.035000', '123530.037000', '123549.904000', '123549.907000', '123549.910000', '123549.913000', '123549.916000', '123549.919000', '123549.922000', '123549.925000', '123549.928000', '123549.930000', '123549.933000', '123549.936000', '123549.939000', '123549.942000', '123549.945000', '123549.948000', '123549.951000', '123549.954000', '123549.957000', '123549.959000', '123549.962000', '123549.965000', '123549.968000', '123549.971000', '123549.974000', '123549.977000', '123549.980000', '123549.983000', '123549.986000', '123549.989000', '123549.992000', '123549.995000', '123549.998000', '123550.002000', '123550.005000', '123550.008000', '123550.011000', '123550.014000', '123550.016000', '123550.019000', '123550.024000', '123550.027000', '123550.030000', '123550.033000', '123609.904000', '123609.907000', '123609.910000', '123609.913000', '123609.916000', '123609.919000', '123609.922000', '123609.925000', '123609.928000', '123609.930000', '123609.934000', '123609.936000', '123609.946000', '123609.949000', '123609.952000', '123609.955000', '123609.958000', '123609.972000', '123609.975000', '123609.978000', '123609.981000', '123609.984000', '123609.987000', '123609.989000', '123609.992000', '123609.995000', '123609.998000', '123610.002000', '123610.005000', '123610.008000', '123610.011000', '123610.014000', '123610.017000', '123610.020000', '123610.023000', '123610.026000', '123610.029000', '123610.031000', '123610.034000', '123610.037000', '123610.040000', '123610.043000', '123610.046000', '123629.904000', '123629.907000', '123629.910000', '123629.913000', '123629.916000', '123629.919000', '123629.922000', '123629.925000', '123629.927000', '123629.930000', '123629.933000', '123629.945000', '123629.948000', '123629.951000', '123629.954000', '123629.957000', '123629.960000', '123629.962000', '123629.965000', '123629.968000', '123629.971000', '123629.974000', '123629.977000', '123629.980000', '123629.983000', '123629.986000', '123629.989000', '123629.992000', '123629.994000', '123629.997000', '123630.001000', '123630.004000', '123630.007000', '123630.010000', '123630.013000', '123630.016000', '123630.019000', '123630.022000', '123630.025000', '123630.028000', '123630.031000', '123630.034000', '123630.036000', '123630.039000', '123649.904000', '123649.907000', '123649.911000', '123649.914000', '123649.917000', '123649.920000', '123649.923000', '123649.926000', '123649.929000', '123649.932000', '123649.935000', '123649.938000', '123649.940000', '123649.943000', '123649.946000', '123649.949000', '123649.952000', '123649.955000', '123649.958000', '123649.961000', '123649.964000', '123649.967000', '123649.970000', '123649.973000', '123649.976000', '123649.979000', '123649.982000', '123649.985000', '123649.987000', '123649.991000', '123649.994000', '123649.997000', '123650.001000', '123650.004000', '123650.007000', '123650.010000', '123650.013000', '123650.015000', '123650.018000', '123650.021000', '123650.024000', '123650.027000', '123650.036000', '123709.904000', '123709.907000', '123709.910000', '123709.913000', '123709.916000', '123709.919000', '123709.922000', '123709.925000', '123709.928000', '123709.931000', '123709.934000', '123709.937000', '123709.939000', '123709.942000', '123709.945000', '123709.948000', '123709.951000', '123709.954000', '123709.957000', '123709.960000', '123709.963000', '123709.966000', '123709.969000', '123709.972000', '123709.975000', '123709.977000', '123709.981000', '123709.983000', '123709.986000', '123709.989000', '123709.992000', '123709.995000', '123709.998000', '123710.002000', '123710.005000', '123710.008000', '123710.011000', '123710.014000', '123710.017000', '123710.020000', '123710.022000', '123710.025000', '123710.037000', '123710.040000', '123729.904000', '123729.907000', '123729.910000', '123729.913000', '123729.916000', '123729.919000', '123729.922000', '123729.925000', '123729.928000', '123729.930000', '123729.933000', '123729.936000', '123729.939000', '123729.942000', '123729.945000', '123729.948000', '123729.951000', '123729.954000', '123729.957000', '123729.960000', '123729.963000', '123729.965000', '123729.968000', '123729.971000', '123729.974000', '123729.977000', '123729.980000', '123729.994000', '123729.997000', '123730.000000', '123730.003000', '123730.006000', '123730.019000', '123730.022000', '123730.025000', '123730.028000', '123730.031000', '123730.034000', '123730.037000', '123730.040000', '123730.043000', '123730.046000', '123730.049000', '123737.420000', '123737.424000', '123737.427000', '123737.430000', '123737.433000', '123737.435000', '123737.438000', '123737.441000', '123737.444000', '123737.447000', '123737.450000', '123737.453000', '123737.456000', '123737.459000', '123737.462000', '123737.465000', '123737.468000'], '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, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [12073, 13414, 8813, 12491, 7832, 10429, 12679, 8385, 11067, 12395, 8400, 11007, 7291, 9145, 12324, 7025, 10261, 12236, 7639, 11469, 10151, 8690, 12340, 9381, 8826, 12526, 7895, 10624, 12705, 7839, 10822, 12250, 8363, 11344, 7526, 9732, 12404, 7729, 11056, 12163, 8423, 11637, 8455, 9416, 12277, 8465, 10119, 12329, 8389, 11015, 10726, 8562, 12339, 8095, 10703, 13149, 8809, 11385, 12975, 8627, 11901, 7176, 10291, 11273, 8285, 11879, 7086, 10581, 12349, 8307, 10022, 12462, 8101, 11343, 8639, 8032, 12249, 7921, 11077, 13249, 8288, 11348, 12783, 8505, 11031, 12633, 8424, 11527, 10750, 8293, 12299, 8100, 9736, 12554, 7857, 11273, 12504, 7561, 11582, 7089, 10184, 12370, 7581, 11679, 8756, 9218, 12181, 7935, 11844, 12001, 8742, 12120, 8272, 11553, 13510, 9045, 11919, 10206, 9163, 12290, 7743, 11182, 14108, 9286, 11135, 7773, 9322, 12400, 8091, 10356, 12410, 8658, 10909, 11122, 8194, 12253, 8746, 9368, 12519, 7908, 10684, 12635, 8696, 11100, 12504, 8898, 11271, 7024, 10722, 12714, 8719, 10897, 12541, 8863, 10950, 10648, 8451, 12023, 7656, 10173, 12252, 8468, 11545, 7468, 9616, 12147, 8523, 10853, 11919, 8290, 12004, 7791, 10020, 12361, 8745, 11015, 8097, 8390, 12298, 8110, 10983, 7995, 8714, 7774, 10668, 6946, 11280, 8197, 10992, 14077, 9519, 12121, 8688, 11138, 8091, 10548, 9450, 8851, 12473, 8673, 11513, 7990, 10456, 7081, 10148, 10641, 8836, 11961, 8390, 11333, 7019, 10851, 12662, 8850, 11730, 8151, 10267, 11457, 8498, 11749, 7721, 9984, 12300, 8245, 9608, 12748, 8355, 11129, 12569, 7936, 11656, 8294, 8097, 12164, 6865, 10813, 12717, 8154, 11304, 12837, 8634, 11464, 10690, 8583, 12492, 7584, 10531, 12201, 7825, 10461, 12416, 7843, 11362, 12568, 8271, 12117, 9831, 8872, 12512, 7128, 10980, 12670, 8080, 11009, 12403, 8293, 11464, 10793, 7981, 12217, 9685, 8404, 12524, 7516, 9969, 12750, 7055, 11093, 12653, 7575, 11315, 7663, 9043, 12902, 8072, 10263, 12639, 7557, 11349, 12624, 8363, 11661, 13173, 8176, 12041, 7962, 9411, 12877, 8146, 10970, 13157, 8065, 12186, 9214, 9197, 12329, 7781, 10733, 12837, 8005, 11798, 13148, 8795, 11934, 7812, 10302, 12514, 7306, 10926, 12687, 7954, 11018, 12470, 7626, 11491, 7776, 9030, 12492, 11599, 8489, 12547, 7164, 10444, 10424, 8276, 12323, 6742, 10892, 12839, 7747, 10751, 12775, 7834, 11936, 7103, 10874, 12692, 8574, 11372, 7439, 11607, 13696, 8980, 10589, 14239, 8765, 11509, 15829, 8112, 12307, 12155, 8281, 12489, 7806, 11502, 13241, 8043, 11858, 8918, 8874, 12349, 7493, 11046, 12878, 8605, 10999, 13494, 8704, 11903, 12683, 8383, 12334, 8050, 9871, 12547, 7908, 11590, 13111, 8741, 11735, 7774, 9545, 12486, 8020, 11206, 13049, 8655, 11601, 8056, 8929, 11993, 8225, 11755, 7079, 10791, 9224, 8573, 12198, 13571, 8642, 11872, 11265, 8426, 12149, 8018, 10838, 8906, 8478, 12412, 9738, 8554, 12197, 7704, 11231, 6878, 10764, 12541, 8451, 11553, 7698, 11509, 13529, 8480, 10469, 12415, 8781, 11128, 12964, 8244, 11498, 12230, 8114, 11909, 7428, 9554, 12605, 7922, 11191, 12802, 8246, 11441, 8229, 9021, 12300, 7674, 11312, 13004, 8873, 11267, 7708, 9462, 12148, 8112, 11466, 8532, 9023, 12299, 8943, 11300, 8256, 9213, 12257, 8193, 10561, 12294, 8164, 11669, 6681, 10735, 12707, 8530, 11458, 6931, 10720, 13171, 8321, 11488, 7978, 9456, 12125, 7688, 11311, 9522, 8810, 12248, 7954, 10321, 12084, 8306, 11678, 8089, 9747, 12404, 8256, 10812, 8245, 8708, 12576, 7361, 11331, 12839, 8467, 11727, 7089, 10791, 12590, 8603, 11924, 11442, 8705, 12407, 8130, 11223, 13166, 8502, 12080, 7796, 10201, 12232, 8093, 11678, 12133, 8863, 11696, 7929, 9509, 12378, 7798, 11533, 13345, 8887, 11533, 7708, 9889, 12259, 7908, 11328, 10956, 8342, 12319, 7898, 11339, 8445, 8949, 12474, 7908, 10986, 12728, 8641, 11568, 12673, 8916, 12413, 10138, 9065, 12417, 8019, 10845, 12983, 8444, 11874, 8550, 9318, 12182, 8480, 11264, 7915, 9568, 12493, 8301, 10651, 10757, 8393, 12170, 7532, 10958, 12875, 8977, 11061, 7170, 10496, 12549, 8308, 11471, 7128, 11005, 6680, 10895, 13186, 8951, 9817, 12309, 7942, 10460, 8928, 8324, 12681, 7826, 11219, 13417, 9268, 10483, 7515, 9220, 12619, 8112, 11615, 7201, 10429, 11295, 8517, 12045, 7797, 10940, 13158, 8838, 9835, 12246, 7634, 10845, 12894, 8590, 11125, 11792, 7967, 11769, 6588, 10399, 12484, 8047, 10976, 11701, 8063, 11802, 7412, 10539, 12702, 7610, 10948, 12661, 8653, 11376, 10590, 8268, 12552, 7686, 9913, 12719, 8104, 10912, 8481, 8697, 12626, 8485, 11892, 14029, 9560, 11386, 8950, 9139, 12852, 7980, 10404, 12660, 8683, 10791, 7241, 9025, 12588, 7600, 10733, 12322, 8397, 11060, 6600, 10746, 12781, 8159, 11151, 6857, 10630, 8240, 9671, 13180, 13256, 9142, 12287, 9902, 9098, 12362, 7766, 10553, 12579, 7442, 10559, 12611, 8654, 11127, 7116, 9405, 12465, 7961, 11634, 7070, 10132, 9671, 8367, 12328, 7796, 11664, 8742, 9773, 12975, 8639, 11846, 8381, 10835, 13139, 9504, 11151, 7571, 10985, 13512, 8904, 12080, 7911, 10360, 12501, 8499, 11930, 7760, 10891, 12605, 8714, 11977, 7642, 11374, 11426, 8582, 12194, 8032, 11004, 10052, 8905, 12485, 8634, 11081, 9854, 9083, 12772, 8384, 11101, 13501, 9241, 11066, 12096, 8518, 11882, 6694, 10418, 12480, 7770, 11519, 7839, 11378, 7621, 10920, 8054, 12074, 8458, 12288, 8582, 11095, 13382, 9668, 10761, 14184, 8919, 11434, 14992, 9373, 11382, 15177, 9300, 11205, 10941, 8234, 12428, 7487, 10065, 12525, 8610, 10633, 13096, 8446, 11285, 12143, 8326, 11827, 7057, 9645, 12452, 8013, 10839, 13089, 8771, 10893, 8978, 8301, 12542, 7491, 10408, 12416, 8386, 10470, 10424, 7850, 11974, 7696, 9756, 12444, 8099, 10686, 10024, 7958, 12324, 7733, 9688, 12646, 8025, 10880, 11618, 7693, 12045, 8819, 8880, 12489, 7462, 9940, 12594, 7084, 10475, 12824, 7689, 10946, 10266, 8027, 12371, 7713, 10297, 12981, 8130, 10302, 12649, 7681, 11739, 6888, 10585, 13030, 8918, 11411, 7545, 11326, 9659, 8931, 12569, 8895, 11403, 7522, 10485, 13147, 8771, 11324, 15327, 9689, 11608, 15001, 8650, 11843, 9799, 8580, 12350, 7451, 11325, 6462, 10635, 11212, 8548, 12077, 8168, 11736, 14259, 10163, 11122, 14598, 9628, 10787, 13025, 8294, 11919, 10698, 8759, 12406, 6865, 10214, 12813, 8121, 10698, 9283, 7880, 11785, 7755, 11349, 10285, 8314, 12062], 'WindowCenter': [4212.0, 4195.0, 4150.0, 4170.0, 4125.0, 4156.0, 4154.0, 4123.0, 4154.0, 4151.0, 4123.0, 4144.0, 4100.0, 4134.0, 4154.0, 4113.0, 4145.0, 4153.0, 4124.0, 4157.0, 4146.0, 4136.0, 4168.0, 4133.0, 4134.0, 4154.0, 4112.0, 4144.0, 4155.0, 4113.0, 4143.0, 4152.0, 4123.0, 4143.0, 4110.0, 4132.0, 4153.0, 4113.0, 4154.0, 4153.0, 4124.0, 4155.0, 4121.0, 4135.0, 4156.0, 4122.0, 4143.0, 4151.0, 4121.0, 4144.0, 4142.0, 4124.0, 4152.0, 4112.0, 4145.0, 4153.0, 4122.0, 4143.0, 4152.0, 4122.0, 4142.0, 4101.0, 4144.0, 4141.0, 4124.0, 4153.0, 4103.0, 4146.0, 4156.0, 4112.0, 4134.0, 4151.0, 4110.0, 4143.0, 4122.0, 4124.0, 4154.0, 4125.0, 4157.0, 4165.0, 4123.0, 4155.0, 4154.0, 4136.0, 4157.0, 4153.0, 4122.0, 4156.0, 4143.0, 4124.0, 4157.0, 4113.0, 4134.0, 4153.0, 4113.0, 4157.0, 4167.0, 4127.0, 4156.0, 4114.0, 4148.0, 4168.0, 4126.0, 4168.0, 4136.0, 4148.0, 4169.0, 4138.0, 4170.0, 4169.0, 4138.0, 4157.0, 4126.0, 4158.0, 4167.0, 4137.0, 4158.0, 4145.0, 4135.0, 4157.0, 4112.0, 4155.0, 4165.0, 4134.0, 4143.0, 4111.0, 4133.0, 4152.0, 4112.0, 4144.0, 4153.0, 4122.0, 4143.0, 4141.0, 4122.0, 4155.0, 4121.0, 4122.0, 4141.0, 4111.0, 4142.0, 4140.0, 4121.0, 4144.0, 4141.0, 4120.0, 4140.0, 4089.0, 4142.0, 4151.0, 4121.0, 4143.0, 4142.0, 4123.0, 4142.0, 4131.0, 4111.0, 4152.0, 4110.0, 4133.0, 4140.0, 4111.0, 4152.0, 4112.0, 4132.0, 4153.0, 4122.0, 4143.0, 4141.0, 4112.0, 4155.0, 4112.0, 4134.0, 4154.0, 4122.0, 4144.0, 4111.0, 4123.0, 4152.0, 4111.0, 4144.0, 4110.0, 4125.0, 4115.0, 4157.0, 4114.0, 4157.0, 4127.0, 4158.0, 4167.0, 4135.0, 4154.0, 4122.0, 4145.0, 4111.0, 4134.0, 4120.0, 4123.0, 4143.0, 4124.0, 4144.0, 4113.0, 4132.0, 4090.0, 4132.0, 4132.0, 4124.0, 4153.0, 4123.0, 4144.0, 4101.0, 4145.0, 4156.0, 4124.0, 4157.0, 4114.0, 4135.0, 4144.0, 4125.0, 4154.0, 4101.0, 4134.0, 4155.0, 4112.0, 4132.0, 4142.0, 4112.0, 4143.0, 4142.0, 4111.0, 4156.0, 4112.0, 4115.0, 4155.0, 4104.0, 4156.0, 4155.0, 4126.0, 4159.0, 4156.0, 4126.0, 4156.0, 4133.0, 4125.0, 4154.0, 4114.0, 4146.0, 4157.0, 4114.0, 4146.0, 4155.0, 4114.0, 4156.0, 4154.0, 4125.0, 4157.0, 4133.0, 4126.0, 4153.0, 4103.0, 4145.0, 4155.0, 4124.0, 4144.0, 4154.0, 4123.0, 4155.0, 4143.0, 4115.0, 4155.0, 4135.0, 4126.0, 4156.0, 4102.0, 4145.0, 4156.0, 4101.0, 4156.0, 4165.0, 4115.0, 4156.0, 4113.0, 4136.0, 4168.0, 4125.0, 4147.0, 4167.0, 4125.0, 4157.0, 4155.0, 4126.0, 4157.0, 4168.0, 4126.0, 4156.0, 4124.0, 4136.0, 4166.0, 4123.0, 4156.0, 4165.0, 4127.0, 4167.0, 4134.0, 4136.0, 4157.0, 4114.0, 4147.0, 4155.0, 4124.0, 4156.0, 4167.0, 4136.0, 4155.0, 4114.0, 4146.0, 4155.0, 4102.0, 4146.0, 4154.0, 4114.0, 4156.0, 4153.0, 4114.0, 4155.0, 4113.0, 4137.0, 4168.0, 4155.0, 4135.0, 4156.0, 4103.0, 4146.0, 4143.0, 4136.0, 4168.0, 4106.0, 4170.0, 4169.0, 4126.0, 4158.0, 4167.0, 4127.0, 4169.0, 4117.0, 4170.0, 4168.0, 4138.0, 4159.0, 4116.0, 4171.0, 4180.0, 4138.0, 4147.0, 4165.0, 4125.0, 4156.0, 4164.0, 4114.0, 4158.0, 4154.0, 4125.0, 4154.0, 4115.0, 4157.0, 4166.0, 4127.0, 4169.0, 4135.0, 4138.0, 4170.0, 4114.0, 4157.0, 4167.0, 4126.0, 4146.0, 4166.0, 4125.0, 4156.0, 4154.0, 4124.0, 4157.0, 4112.0, 4135.0, 4153.0, 4126.0, 4157.0, 4155.0, 4124.0, 4155.0, 4113.0, 4134.0, 4154.0, 4113.0, 4146.0, 4154.0, 4125.0, 4155.0, 4111.0, 4123.0, 4143.0, 4125.0, 4155.0, 4115.0, 4157.0, 4135.0, 4135.0, 4168.0, 4165.0, 4125.0, 4157.0, 4144.0, 4114.0, 4142.0, 4114.0, 4145.0, 4121.0, 4122.0, 4155.0, 4122.0, 4123.0, 4141.0, 4112.0, 4144.0, 4102.0, 4157.0, 4155.0, 4126.0, 4154.0, 4114.0, 4157.0, 4168.0, 4125.0, 4144.0, 4142.0, 4122.0, 4144.0, 4152.0, 4112.0, 4142.0, 4141.0, 4112.0, 4142.0, 4100.0, 4133.0, 4154.0, 4113.0, 4142.0, 4154.0, 4124.0, 4155.0, 4112.0, 4124.0, 4153.0, 4111.0, 4143.0, 4153.0, 4123.0, 4143.0, 4101.0, 4134.0, 4142.0, 4111.0, 4144.0, 4122.0, 4124.0, 4153.0, 4123.0, 4143.0, 4112.0, 4133.0, 4154.0, 4111.0, 4142.0, 4143.0, 4112.0, 4142.0, 4092.0, 4144.0, 4153.0, 4123.0, 4143.0, 4103.0, 4156.0, 4163.0, 4125.0, 4156.0, 4112.0, 4135.0, 4154.0, 4114.0, 4156.0, 4133.0, 4134.0, 4155.0, 4113.0, 4145.0, 4154.0, 4122.0, 4156.0, 4112.0, 4134.0, 4154.0, 4123.0, 4145.0, 4112.0, 4124.0, 4154.0, 4102.0, 4156.0, 4154.0, 4126.0, 4156.0, 4103.0, 4144.0, 4154.0, 4125.0, 4155.0, 4144.0, 4125.0, 4154.0, 4113.0, 4156.0, 4154.0, 4124.0, 4155.0, 4112.0, 4146.0, 4154.0, 4124.0, 4156.0, 4155.0, 4135.0, 4155.0, 4113.0, 4134.0, 4153.0, 4114.0, 4155.0, 4154.0, 4123.0, 4155.0, 4113.0, 4135.0, 4152.0, 4112.0, 4156.0, 4143.0, 4126.0, 4154.0, 4115.0, 4157.0, 4125.0, 4136.0, 4167.0, 4125.0, 4159.0, 4165.0, 4127.0, 4155.0, 4154.0, 4134.0, 4156.0, 4133.0, 4123.0, 4154.0, 4112.0, 4144.0, 4153.0, 4123.0, 4154.0, 4122.0, 4134.0, 4152.0, 4124.0, 4156.0, 4112.0, 4135.0, 4154.0, 4123.0, 4145.0, 4143.0, 4123.0, 4154.0, 4113.0, 4145.0, 4153.0, 4123.0, 4143.0, 4102.0, 4144.0, 4153.0, 4123.0, 4153.0, 4102.0, 4144.0, 4103.0, 4159.0, 4168.0, 4123.0, 4135.0, 4143.0, 4111.0, 4142.0, 4121.0, 4123.0, 4153.0, 4113.0, 4156.0, 4165.0, 4122.0, 4144.0, 4101.0, 4135.0, 4154.0, 4114.0, 4154.0, 4114.0, 4157.0, 4156.0, 4137.0, 4169.0, 4115.0, 4156.0, 4167.0, 4122.0, 4134.0, 4142.0, 4102.0, 4143.0, 4152.0, 4121.0, 4143.0, 4141.0, 4112.0, 4142.0, 4090.0, 4144.0, 4153.0, 4124.0, 4145.0, 4153.0, 4124.0, 4155.0, 4104.0, 4145.0, 4157.0, 4115.0, 4156.0, 4154.0, 4125.0, 4156.0, 4143.0, 4124.0, 4154.0, 4112.0, 4146.0, 4156.0, 4125.0, 4145.0, 4124.0, 4136.0, 4165.0, 4137.0, 4170.0, 4178.0, 4136.0, 4158.0, 4123.0, 4135.0, 4154.0, 4113.0, 4145.0, 4155.0, 4123.0, 4143.0, 4101.0, 4134.0, 4155.0, 4113.0, 4156.0, 4155.0, 4125.0, 4156.0, 4104.0, 4157.0, 4167.0, 4128.0, 4157.0, 4105.0, 4158.0, 4126.0, 4148.0, 4181.0, 4168.0, 4139.0, 4157.0, 4133.0, 4123.0, 4154.0, 4101.0, 4143.0, 4152.0, 4101.0, 4143.0, 4152.0, 4111.0, 4142.0, 4100.0, 4132.0, 4153.0, 4124.0, 4156.0, 4114.0, 4147.0, 4135.0, 4137.0, 4167.0, 4127.0, 4169.0, 4136.0, 4148.0, 4168.0, 4137.0, 4169.0, 4124.0, 4157.0, 4167.0, 4135.0, 4145.0, 4114.0, 4156.0, 4166.0, 4135.0, 4155.0, 4114.0, 4144.0, 4153.0, 4125.0, 4154.0, 4114.0, 4146.0, 4153.0, 4123.0, 4153.0, 4111.0, 4144.0, 4142.0, 4125.0, 4155.0, 4112.0, 4143.0, 4131.0, 4122.0, 4153.0, 4122.0, 4143.0, 4131.0, 4122.0, 4152.0, 4111.0, 4143.0, 4153.0, 4122.0, 4142.0, 4141.0, 4110.0, 4141.0, 4089.0, 4144.0, 4153.0, 4114.0, 4154.0, 4126.0, 4156.0, 4127.0, 4158.0, 4139.0, 4168.0, 4138.0, 4170.0, 4137.0, 4172.0, 4181.0, 4136.0, 4146.0, 4165.0, 4123.0, 4143.0, 4162.0, 4120.0, 4142.0, 4161.0, 4120.0, 4142.0, 4130.0, 4110.0, 4150.0, 4099.0, 4132.0, 4141.0, 4110.0, 4131.0, 4139.0, 4109.0, 4141.0, 4142.0, 4112.0, 4141.0, 4089.0, 4131.0, 4151.0, 4111.0, 4144.0, 4153.0, 4122.0, 4143.0, 4120.0, 4122.0, 4154.0, 4099.0, 4142.0, 4154.0, 4123.0, 4144.0, 4142.0, 4113.0, 4154.0, 4112.0, 4146.0, 4155.0, 4113.0, 4145.0, 4144.0, 4124.0, 4165.0, 4115.0, 4146.0, 4165.0, 4114.0, 4154.0, 4152.0, 4124.0, 4166.0, 4134.0, 4136.0, 4166.0, 4112.0, 4146.0, 4165.0, 4104.0, 4156.0, 4168.0, 4126.0, 4158.0, 4145.0, 4126.0, 4168.0, 4124.0, 4158.0, 4168.0, 4125.0, 4146.0, 4166.0, 4115.0, 4156.0, 4114.0, 4158.0, 4168.0, 4137.0, 4157.0, 4125.0, 4157.0, 4146.0, 4148.0, 4167.0, 4135.0, 4157.0, 4114.0, 4157.0, 4166.0, 4137.0, 4159.0, 4175.0, 4133.0, 4154.0, 4163.0, 4122.0, 4154.0, 4130.0, 4122.0, 4152.0, 4113.0, 4155.0, 4105.0, 4158.0, 4156.0, 4138.0, 4168.0, 4136.0, 4170.0, 4179.0, 4148.0, 4156.0, 4166.0, 4132.0, 4144.0, 4151.0, 4121.0, 4155.0, 4142.0, 4122.0, 4152.0, 4090.0, 4143.0, 4152.0, 4123.0, 4145.0, 4133.0, 4124.0, 4154.0, 4113.0, 4155.0, 4144.0, 4136.0, 4166.0], 'WindowWidth': [9334.0, 9294.0, 9225.0, 9249.0, 9179.0, 9221.0, 9216.0, 9173.0, 9214.0, 9208.0, 9171.0, 9199.0, 9135.0, 9186.0, 9216.0, 9159.0, 9203.0, 9213.0, 9176.0, 9224.0, 9205.0, 9194.0, 9241.0, 9186.0, 9187.0, 9216.0, 9154.0, 9200.0, 9217.0, 9158.0, 9198.0, 9210.0, 9169.0, 9196.0, 9150.0, 9183.0, 9214.0, 9158.0, 9214.0, 9212.0, 9173.0, 9218.0, 9167.0, 9191.0, 9221.0, 9168.0, 9197.0, 9208.0, 9164.0, 9199.0, 9194.0, 9173.0, 9210.0, 9155.0, 9203.0, 9214.0, 9166.0, 9197.0, 9210.0, 9169.0, 9193.0, 9138.0, 9199.0, 9193.0, 9172.0, 9213.0, 9144.0, 9208.0, 9220.0, 9152.0, 9185.0, 9206.0, 9149.0, 9196.0, 9167.0, 9174.0, 9213.0, 9177.0, 9224.0, 9233.0, 9170.0, 9217.0, 9217.0, 9193.0, 9221.0, 9213.0, 9169.0, 9220.0, 9197.0, 9173.0, 9221.0, 9157.0, 9187.0, 9213.0, 9157.0, 9221.0, 9238.0, 9183.0, 9221.0, 9160.0, 9211.0, 9237.0, 9181.0, 9240.0, 9194.0, 9214.0, 9242.0, 9199.0, 9246.0, 9243.0, 9199.0, 9224.0, 9180.0, 9227.0, 9240.0, 9196.0, 9227.0, 9201.0, 9188.0, 9220.0, 9154.0, 9216.0, 9233.0, 9185.0, 9196.0, 9150.0, 9182.0, 9209.0, 9154.0, 9199.0, 9210.0, 9165.0, 9196.0, 9191.0, 9166.0, 9215.0, 9163.0, 9167.0, 9192.0, 9149.0, 9194.0, 9191.0, 9165.0, 9198.0, 9192.0, 9161.0, 9186.0, 9117.0, 9193.0, 9205.0, 9165.0, 9196.0, 9193.0, 9166.0, 9193.0, 9175.0, 9149.0, 9207.0, 9146.0, 9181.0, 9189.0, 9150.0, 9208.0, 9154.0, 9182.0, 9211.0, 9165.0, 9196.0, 9192.0, 9153.0, 9214.0, 9153.0, 9187.0, 9213.0, 9166.0, 9200.0, 9151.0, 9171.0, 9206.0, 9151.0, 9197.0, 9149.0, 9175.0, 9161.0, 9222.0, 9163.0, 9224.0, 9182.0, 9225.0, 9239.0, 9188.0, 9214.0, 9167.0, 9199.0, 9149.0, 9182.0, 9158.0, 9167.0, 9195.0, 9169.0, 9198.0, 9152.0, 9177.0, 9118.0, 9180.0, 9178.0, 9171.0, 9211.0, 9168.0, 9197.0, 9139.0, 9202.0, 9218.0, 9171.0, 9220.0, 9157.0, 9187.0, 9196.0, 9172.0, 9211.0, 9135.0, 9183.0, 9218.0, 9152.0, 9178.0, 9190.0, 9149.0, 9194.0, 9192.0, 9151.0, 9217.0, 9152.0, 9160.0, 9214.0, 9144.0, 9219.0, 9217.0, 9178.0, 9227.0, 9219.0, 9176.0, 9217.0, 9183.0, 9174.0, 9213.0, 9157.0, 9206.0, 9221.0, 9159.0, 9202.0, 9216.0, 9157.0, 9218.0, 9212.0, 9175.0, 9220.0, 9181.0, 9175.0, 9211.0, 9142.0, 9201.0, 9217.0, 9173.0, 9201.0, 9212.0, 9170.0, 9215.0, 9195.0, 9160.0, 9215.0, 9186.0, 9177.0, 9219.0, 9140.0, 9200.0, 9217.0, 9138.0, 9219.0, 9231.0, 9163.0, 9218.0, 9158.0, 9193.0, 9239.0, 9175.0, 9208.0, 9237.0, 9177.0, 9221.0, 9218.0, 9177.0, 9222.0, 9237.0, 9177.0, 9218.0, 9173.0, 9193.0, 9233.0, 9170.0, 9219.0, 9231.0, 9179.0, 9235.0, 9187.0, 9194.0, 9223.0, 9159.0, 9207.0, 9217.0, 9172.0, 9219.0, 9236.0, 9192.0, 9218.0, 9157.0, 9204.0, 9217.0, 9139.0, 9203.0, 9213.0, 9160.0, 9218.0, 9213.0, 9160.0, 9216.0, 9158.0, 9195.0, 9240.0, 9218.0, 9190.0, 9219.0, 9144.0, 9205.0, 9199.0, 9193.0, 9239.0, 9153.0, 9245.0, 9244.0, 9181.0, 9225.0, 9237.0, 9182.0, 9239.0, 9170.0, 9245.0, 9242.0, 9198.0, 9228.0, 9168.0, 9246.0, 9262.0, 9197.0, 9209.0, 9232.0, 9175.0, 9217.0, 9229.0, 9158.0, 9222.0, 9213.0, 9176.0, 9213.0, 9163.0, 9223.0, 9235.0, 9185.0, 9241.0, 9190.0, 9197.0, 9243.0, 9161.0, 9221.0, 9237.0, 9178.0, 9207.0, 9234.0, 9175.0, 9219.0, 9212.0, 9172.0, 9221.0, 9155.0, 9187.0, 9209.0, 9176.0, 9220.0, 9215.0, 9172.0, 9214.0, 9155.0, 9186.0, 9212.0, 9155.0, 9203.0, 9215.0, 9174.0, 9214.0, 9151.0, 9170.0, 9196.0, 9175.0, 9216.0, 9165.0, 9222.0, 9190.0, 9191.0, 9241.0, 9233.0, 9173.0, 9220.0, 9198.0, 9156.0, 9192.0, 9158.0, 9200.0, 9163.0, 9166.0, 9215.0, 9165.0, 9168.0, 9190.0, 9151.0, 9199.0, 9142.0, 9221.0, 9218.0, 9178.0, 9214.0, 9161.0, 9222.0, 9239.0, 9175.0, 9199.0, 9195.0, 9166.0, 9196.0, 9207.0, 9151.0, 9193.0, 9193.0, 9155.0, 9194.0, 9132.0, 9182.0, 9211.0, 9153.0, 9195.0, 9213.0, 9174.0, 9216.0, 9152.0, 9171.0, 9210.0, 9151.0, 9197.0, 9213.0, 9170.0, 9197.0, 9136.0, 9183.0, 9193.0, 9151.0, 9198.0, 9168.0, 9171.0, 9209.0, 9167.0, 9196.0, 9151.0, 9182.0, 9214.0, 9151.0, 9195.0, 9196.0, 9152.0, 9194.0, 9126.0, 9200.0, 9211.0, 9170.0, 9197.0, 9142.0, 9218.0, 9226.0, 9176.0, 9218.0, 9154.0, 9188.0, 9212.0, 9158.0, 9219.0, 9182.0, 9186.0, 9218.0, 9156.0, 9202.0, 9213.0, 9168.0, 9218.0, 9154.0, 9187.0, 9215.0, 9169.0, 9200.0, 9152.0, 9172.0, 9214.0, 9141.0, 9219.0, 9215.0, 9177.0, 9217.0, 9142.0, 9201.0, 9215.0, 9174.0, 9219.0, 9201.0, 9175.0, 9211.0, 9156.0, 9218.0, 9214.0, 9172.0, 9216.0, 9154.0, 9203.0, 9214.0, 9174.0, 9220.0, 9217.0, 9190.0, 9217.0, 9153.0, 9185.0, 9209.0, 9158.0, 9217.0, 9216.0, 9170.0, 9215.0, 9154.0, 9187.0, 9208.0, 9154.0, 9216.0, 9196.0, 9179.0, 9213.0, 9162.0, 9221.0, 9174.0, 9192.0, 9236.0, 9175.0, 9226.0, 9231.0, 9178.0, 9218.0, 9215.0, 9186.0, 9218.0, 9182.0, 9171.0, 9213.0, 9153.0, 9199.0, 9212.0, 9169.0, 9213.0, 9168.0, 9187.0, 9209.0, 9173.0, 9217.0, 9153.0, 9190.0, 9215.0, 9170.0, 9202.0, 9196.0, 9171.0, 9213.0, 9156.0, 9203.0, 9211.0, 9169.0, 9196.0, 9139.0, 9198.0, 9211.0, 9171.0, 9210.0, 9142.0, 9200.0, 9144.0, 9226.0, 9242.0, 9169.0, 9188.0, 9197.0, 9150.0, 9193.0, 9162.0, 9168.0, 9210.0, 9156.0, 9219.0, 9230.0, 9168.0, 9197.0, 9136.0, 9187.0, 9212.0, 9159.0, 9215.0, 9161.0, 9221.0, 9220.0, 9195.0, 9240.0, 9162.0, 9218.0, 9239.0, 9166.0, 9184.0, 9195.0, 9137.0, 9194.0, 9207.0, 9164.0, 9197.0, 9191.0, 9152.0, 9193.0, 9122.0, 9198.0, 9210.0, 9172.0, 9204.0, 9211.0, 9173.0, 9215.0, 9144.0, 9203.0, 9221.0, 9163.0, 9218.0, 9213.0, 9173.0, 9217.0, 9195.0, 9171.0, 9214.0, 9154.0, 9205.0, 9220.0, 9175.0, 9204.0, 9173.0, 9191.0, 9229.0, 9197.0, 9247.0, 9254.0, 9190.0, 9223.0, 9170.0, 9187.0, 9214.0, 9155.0, 9203.0, 9215.0, 9169.0, 9195.0, 9138.0, 9186.0, 9216.0, 9155.0, 9219.0, 9218.0, 9176.0, 9218.0, 9146.0, 9223.0, 9237.0, 9186.0, 9221.0, 9152.0, 9224.0, 9181.0, 9214.0, 9263.0, 9241.0, 9198.0, 9222.0, 9181.0, 9170.0, 9213.0, 9136.0, 9194.0, 9208.0, 9138.0, 9197.0, 9207.0, 9150.0, 9193.0, 9133.0, 9181.0, 9209.0, 9173.0, 9218.0, 9161.0, 9208.0, 9190.0, 9196.0, 9236.0, 9185.0, 9241.0, 9193.0, 9211.0, 9239.0, 9196.0, 9241.0, 9176.0, 9223.0, 9238.0, 9189.0, 9203.0, 9160.0, 9217.0, 9233.0, 9188.0, 9217.0, 9157.0, 9200.0, 9210.0, 9173.0, 9213.0, 9158.0, 9203.0, 9211.0, 9169.0, 9210.0, 9150.0, 9199.0, 9195.0, 9176.0, 9215.0, 9153.0, 9196.0, 9176.0, 9166.0, 9211.0, 9167.0, 9196.0, 9175.0, 9166.0, 9205.0, 9149.0, 9196.0, 9210.0, 9165.0, 9192.0, 9189.0, 9145.0, 9188.0, 9116.0, 9197.0, 9209.0, 9161.0, 9214.0, 9180.0, 9221.0, 9184.0, 9224.0, 9201.0, 9240.0, 9201.0, 9246.0, 9197.0, 9253.0, 9266.0, 9192.0, 9205.0, 9232.0, 9168.0, 9197.0, 9224.0, 9160.0, 9192.0, 9220.0, 9161.0, 9191.0, 9173.0, 9147.0, 9201.0, 9132.0, 9182.0, 9191.0, 9146.0, 9176.0, 9188.0, 9144.0, 9191.0, 9194.0, 9154.0, 9190.0, 9116.0, 9176.0, 9204.0, 9149.0, 9198.0, 9213.0, 9168.0, 9196.0, 9161.0, 9167.0, 9212.0, 9133.0, 9194.0, 9214.0, 9171.0, 9200.0, 9195.0, 9157.0, 9214.0, 9154.0, 9207.0, 9217.0, 9157.0, 9203.0, 9199.0, 9175.0, 9231.0, 9163.0, 9207.0, 9232.0, 9160.0, 9215.0, 9211.0, 9176.0, 9236.0, 9188.0, 9194.0, 9235.0, 9156.0, 9206.0, 9233.0, 9147.0, 9220.0, 9239.0, 9181.0, 9227.0, 9205.0, 9183.0, 9240.0, 9175.0, 9227.0, 9241.0, 9176.0, 9207.0, 9233.0, 9163.0, 9218.0, 9161.0, 9227.0, 9240.0, 9195.0, 9222.0, 9177.0, 9223.0, 9209.0, 9214.0, 9239.0, 9192.0, 9223.0, 9161.0, 9222.0, 9236.0, 9196.0, 9228.0, 9248.0, 9184.0, 9213.0, 9226.0, 9166.0, 9214.0, 9174.0, 9166.0, 9207.0, 9158.0, 9216.0, 9151.0, 9227.0, 9222.0, 9200.0, 9240.0, 9196.0, 9247.0, 9261.0, 9211.0, 9221.0, 9233.0, 9179.0, 9197.0, 9206.0, 9163.0, 9216.0, 9192.0, 9168.0, 9208.0, 9122.0, 9196.0, 9208.0, 9172.0, 9205.0, 9182.0, 9172.0, 9212.0, 9159.0, 9217.0, 9200.0, 9194.0, 9234.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.0005286565547128928</td></tr>
<tr><td colspan=3>aqi</td><td>0.019630863163596968</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.363887923340556</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3020726716594357</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9973181878199562</td></tr>
<tr><td colspan=3>efc</td><td>0.4605</td></tr>
<tr><td colspan=3>fber</td><td>6550.0815</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06382813303903616</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4828082812298753</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.401306579112026</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6948479357498183</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3522703288277818</td></tr>
<tr><td colspan=3>gcor</td><td>0.00810082</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011474836617708206</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024542711675167084</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9958659207689324</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>21.8837</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0113</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.3138</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304456.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>754.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.5178</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6247</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.7298</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3372.7081</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1206.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4379.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.17</td></tr>
<tr><td colspan=3>tsnr</td><td>43.92397418618202</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>