ds005256-mriqc/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter d59ba1a90e [DATALAD RUNCMD] Compute MRIQC for sub-0034
=== 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-0034 --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-0034",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:09:55 +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-0034_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-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_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-0034/figures/sub-0034_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_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-0034/ses-04/func/sub-0034_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>2771abe6f6a61119d48aaa223004c2c5</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:57:19.252500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999519, 0.0255256, 0.0175984, -0.0275699, 0.991407, 0.127874]</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.0885268</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7852, -7353, 449, 93, -296, -162, 59]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>60ec0ecc-9c12-4b6f-82df-499006a9bbf0||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816370487213135, -0.07396794855594635, 0.03829430416226387, 116.13695526123047], [-0.06848327070474625, 2.6598727703094482, 0.34640413522720337, -92.91918182373047], [0.04721510782837868, -0.3430769145488739, 2.677412509918213, -60.36576461791992], [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': ['095719.252500', '095719.712500', '095720.172500', '095720.632500', '095721.092500', '095721.552500', '095722.012500', '095722.472500', '095722.932500', '095723.392500', '095723.852500', '095724.312500', '095724.772500', '095725.232500', '095725.692500', '095726.152500', '095726.612500', '095727.072500', '095727.532500', '095727.992500', '095728.452500', '095728.912500', '095729.372500', '095729.832500', '095730.292500', '095730.752500', '095731.212500', '095731.672500', '095732.132500', '095732.592500', '095733.052500', '095733.512500', '095733.972500', '095734.432500', '095734.892500', '095735.352500', '095735.812500', '095736.272500', '095736.732500', '095737.192500', '095737.652500', '095738.112500', '095738.572500', '095739.032500', '095739.492500', '095739.952500', '095740.412500', '095740.872500', '095741.332500', '095741.792500', '095742.252500', '095742.712500', '095743.172500', '095743.632500', '095744.092500', '095744.552500', '095745.012500', '095745.472500', '095745.932500', '095746.392500', '095746.852500', '095747.312500', '095747.772500', '095748.232500', '095748.692500', '095749.152500', '095749.612500', '095750.072500', '095750.532500', '095750.992500', '095751.452500', '095751.912500', '095752.372500', '095752.832500', '095753.292500', '095753.752500', '095754.212500', '095754.672500', '095755.132500', '095755.592500', '095756.052500', '095756.512500', '095756.972500', '095757.432500', '095757.892500', '095758.352500', '095758.812500', '095759.272500', '095759.732500', '095800.192500', '095800.652500', '095801.112500', '095801.572500', '095802.032500', '095802.492500', '095802.952500', '095803.412500', '095803.872500', '095804.332500', '095804.792500', '095805.252500', '095805.712500', '095806.172500', '095806.632500', '095807.092500', '095807.552500', '095808.012500', '095808.472500', '095808.932500', '095809.392500', '095809.852500', '095810.312500', '095810.772500', '095811.232500', '095811.692500', '095812.152500', '095812.612500', '095813.072500', '095813.532500', '095813.992500', '095814.452500', '095814.912500', '095815.372500', '095815.832500', '095816.292500', '095816.752500', '095817.212500', '095817.672500', '095818.132500', '095818.592500', '095819.052500', '095819.512500', '095819.972500', '095820.432500', '095820.892500', '095821.352500', '095821.812500', '095822.272500', '095822.732500', '095823.192500', '095823.652500', '095824.112500', '095824.572500', '095825.032500', '095825.492500', '095825.952500', '095826.412500', '095826.872500', '095827.332500', '095827.792500', '095828.252500', '095828.712500', '095829.172500', '095829.632500', '095830.092500', '095830.552500', '095831.012500', '095831.472500', '095831.932500', '095832.392500', '095832.852500', '095833.312500', '095833.772500', '095834.232500', '095834.692500', '095835.152500', '095835.612500', '095836.072500', '095836.532500', '095836.992500', '095837.452500', '095837.912500', '095838.372500', '095838.832500', '095839.292500', '095839.752500', '095840.212500', '095840.672500', '095841.132500', '095841.592500', '095842.052500', '095842.512500', '095842.972500', '095843.432500', '095843.892500', '095844.352500', '095844.812500', '095845.272500', '095845.732500', '095846.192500', '095846.652500', '095847.112500', '095847.572500', '095848.032500', '095848.492500', '095848.952500', '095849.412500', '095849.872500', '095850.332500', '095850.792500', '095851.252500', '095851.712500', '095852.172500', '095852.632500', '095853.092500', '095853.552500', '095854.012500', '095854.472500', '095854.932500', '095855.392500', '095855.852500', '095856.312500', '095856.772500', '095857.232500', '095857.692500', '095858.152500', '095858.612500', '095859.072500', '095859.532500', '095859.992500', '095900.452500', '095900.912500', '095901.372500', '095901.832500', '095902.292500', '095902.752500', '095903.212500', '095903.672500', '095904.132500', '095904.592500', '095905.052500', '095905.512500', '095905.972500', '095906.432500', '095906.892500', '095907.352500', '095907.812500', '095908.272500', '095908.732500', '095909.192500', '095909.652500', '095910.112500', '095910.572500', '095911.032500', '095911.492500', '095911.952500', '095912.412500', '095912.872500', '095913.332500', '095913.792500', '095914.252500', '095914.712500', '095915.172500', '095915.632500', '095916.092500', '095916.552500', '095917.012500', '095917.472500', '095917.932500', '095918.392500', '095918.852500', '095919.312500', '095919.772500', '095920.232500', '095920.692500', '095921.152500', '095921.612500', '095922.072500', '095922.532500', '095922.992500', '095923.452500', '095923.912500', '095924.372500', '095924.832500', '095925.292500', '095925.752500', '095926.212500', '095926.672500', '095927.132500', '095927.592500', '095928.052500', '095928.512500', '095928.972500', '095929.432500', '095929.892500', '095930.352500', '095930.812500', '095931.272500', '095931.732500', '095932.192500', '095932.652500', '095933.112500', '095933.572500', '095934.032500', '095934.492500', '095934.952500', '095935.412500', '095935.872500', '095936.332500', '095936.792500', '095937.252500', '095937.712500', '095938.172500', '095938.632500', '095939.092500', '095939.552500', '095940.012500', '095940.472500', '095940.932500', '095941.392500', '095941.852500', '095942.312500', '095942.772500', '095943.232500', '095943.692500', '095944.152500', '095944.612500', '095945.072500', '095945.532500', '095945.992500', '095946.452500', '095946.912500', '095947.372500', '095947.832500', '095948.292500', '095948.752500', '095949.212500', '095949.672500', '095950.132500', '095950.592500', '095951.052500', '095951.512500', '095951.972500', '095952.432500', '095952.892500', '095953.352500', '095953.812500', '095954.272500', '095954.732500', '095955.192500', '095955.652500', '095956.112500', '095956.572500', '095957.032500', '095957.492500', '095957.952500', '095958.412500', '095958.872500', '095959.332500', '095959.792500', '100000.252500', '100000.712500', '100001.172500', '100001.632500', '100002.092500', '100002.552500', '100003.012500', '100003.472500', '100003.932500', '100004.392500', '100004.852500', '100005.312500', '100005.772500', '100006.232500', '100006.692500', '100007.152500', '100007.612500', '100008.072500', '100008.532500', '100008.992500', '100009.452500', '100009.912500', '100010.372500', '100010.832500', '100011.292500', '100011.752500', '100012.212500', '100012.672500', '100013.132500', '100013.592500', '100014.052500', '100014.512500', '100014.972500', '100015.432500', '100015.892500', '100016.352500', '100016.812500', '100017.272500', '100017.732500', '100018.192500', '100018.652500', '100019.112500', '100019.572500', '100020.032500', '100020.492500', '100020.952500', '100021.412500', '100021.872500', '100022.332500', '100022.792500', '100023.252500', '100023.712500', '100024.172500', '100024.632500', '100025.092500', '100025.552500', '100026.012500', '100026.472500', '100026.932500', '100027.392500', '100027.852500', '100028.312500', '100028.772500', '100029.232500', '100029.692500', '100030.152500', '100030.612500', '100031.072500', '100031.532500', '100031.992500', '100032.452500', '100032.912500', '100033.372500', '100033.832500', '100034.292500', '100034.752500', '100035.212500', '100035.672500', '100036.132500', '100036.592500', '100037.052500', '100037.512500', '100037.972500', '100038.432500', '100038.892500', '100039.352500', '100039.812500', '100040.272500', '100040.732500', '100041.192500', '100041.652500', '100042.112500', '100042.572500', '100043.032500', '100043.492500', '100043.952500', '100044.412500', '100044.872500', '100045.332500', '100045.792500', '100046.252500', '100046.712500', '100047.172500', '100047.632500', '100048.092500', '100048.552500', '100049.012500', '100049.472500', '100049.932500', '100050.392500', '100050.852500', '100051.312500', '100051.772500', '100052.232500', '100052.692500', '100053.152500', '100053.612500', '100054.072500', '100054.532500', '100054.992500', '100055.452500', '100055.912500', '100056.372500', '100056.832500', '100057.292500', '100057.752500', '100058.212500', '100058.672500', '100059.132500', '100059.592500', '100100.052500', '100100.512500', '100100.972500', '100101.432500', '100101.892500', '100102.352500', '100102.812500', '100103.272500', '100103.732500', '100104.192500', '100104.652500', '100105.112500', '100105.572500', '100106.032500', '100106.492500', '100106.952500', '100107.412500', '100107.872500', '100108.332500', '100108.792500', '100109.252500', '100109.712500', '100110.172500', '100110.632500', '100111.092500', '100111.552500', '100112.012500', '100112.472500', '100112.932500', '100113.392500', '100113.852500', '100114.312500', '100114.772500', '100115.232500', '100115.692500', '100116.152500', '100116.612500', '100117.072500', '100117.532500', '100117.992500', '100118.452500', '100118.912500', '100119.372500', '100119.832500', '100120.292500', '100120.752500', '100121.212500', '100121.672500', '100122.132500', '100122.592500', '100123.052500', '100123.512500', '100123.972500', '100124.432500', '100124.892500', '100125.352500', '100125.812500', '100126.272500', '100126.732500', '100127.192500', '100127.652500', '100128.112500', '100128.572500', '100129.032500', '100129.492500', '100129.952500', '100130.412500', '100130.872500', '100131.332500', '100131.792500', '100132.252500', '100132.712500', '100133.172500', '100133.632500', '100134.092500', '100134.552500', '100135.012500', '100135.472500', '100135.932500', '100136.392500', '100136.852500', '100137.312500', '100137.772500', '100138.232500', '100138.692500', '100139.152500', '100139.612500', '100140.072500', '100140.532500', '100140.992500', '100141.452500', '100141.912500', '100142.372500', '100142.832500', '100143.292500', '100143.752500', '100144.212500', '100144.672500', '100145.132500', '100145.592500', '100146.052500', '100146.512500', '100146.972500', '100147.432500', '100147.892500', '100148.352500', '100148.812500', '100149.272500', '100149.732500', '100150.192500', '100150.652500', '100151.112500', '100151.572500', '100152.032500', '100152.492500', '100152.952500', '100153.412500', '100153.872500', '100154.332500', '100154.792500', '100155.252500', '100155.712500', '100156.172500', '100156.632500', '100157.092500', '100157.552500', '100158.012500', '100158.472500', '100158.932500', '100159.392500', '100159.852500', '100200.312500', '100200.772500', '100201.232500', '100201.692500', '100202.152500', '100202.612500', '100203.072500', '100203.532500', '100203.992500', '100204.452500', '100204.912500', '100205.372500', '100205.832500', '100206.292500', '100206.752500', '100207.212500', '100207.672500', '100208.132500', '100208.592500', '100209.052500', '100209.512500', '100209.972500', '100210.432500', '100210.892500', '100211.352500', '100211.812500', '100212.272500', '100212.732500', '100213.192500', '100213.652500', '100214.112500', '100214.572500', '100215.032500', '100215.492500', '100215.952500', '100216.412500', '100216.872500', '100217.332500', '100217.792500', '100218.252500', '100218.712500', '100219.172500', '100219.632500', '100220.092500', '100220.552500', '100221.012500', '100221.472500', '100221.932500', '100222.392500', '100222.852500', '100223.312500', '100223.772500', '100224.232500', '100224.692500', '100225.152500', '100225.612500', '100226.072500', '100226.532500', '100226.992500', '100227.452500', '100227.912500', '100228.372500', '100228.832500', '100229.292500', '100229.752500', '100230.212500', '100230.672500', '100231.132500', '100231.592500', '100232.052500', '100232.512500', '100232.972500', '100233.432500', '100233.892500', '100234.352500', '100234.812500', '100235.272500', '100235.732500', '100236.192500', '100236.652500', '100237.112500', '100237.572500', '100238.032500', '100238.492500', '100238.952500', '100239.412500', '100239.872500', '100240.332500', '100240.792500', '100241.252500', '100241.712500', '100242.172500', '100242.632500', '100243.092500', '100243.552500', '100244.012500', '100244.472500', '100244.932500', '100245.392500', '100245.852500', '100246.312500', '100246.772500', '100247.232500', '100247.692500', '100248.152500', '100248.612500', '100249.072500', '100249.532500', '100249.992500', '100250.452500', '100250.912500', '100251.372500', '100251.832500', '100252.292500', '100252.752500', '100253.212500', '100253.672500', '100254.132500', '100254.592500', '100255.052500', '100255.512500', '100255.972500', '100256.432500', '100256.892500', '100257.352500', '100257.812500', '100258.272500', '100258.732500', '100259.192500', '100259.652500', '100300.112500', '100300.572500', '100301.032500', '100301.492500', '100301.952500', '100302.412500', '100302.872500', '100303.332500', '100303.792500', '100304.252500', '100304.712500', '100305.172500', '100305.632500', '100306.092500', '100306.552500', '100307.012500', '100307.472500', '100307.932500', '100308.392500', '100308.852500', '100309.312500', '100309.772500', '100310.232500', '100310.692500', '100311.152500', '100311.612500', '100312.072500', '100312.532500', '100312.992500', '100313.452500', '100313.912500', '100314.372500', '100314.832500', '100315.292500', '100315.752500', '100316.212500', '100316.672500', '100317.132500', '100317.592500', '100318.052500', '100318.512500', '100318.972500', '100319.432500', '100319.892500', '100320.352500', '100320.812500', '100321.272500', '100321.732500', '100322.192500', '100322.652500', '100323.112500', '100323.572500', '100324.032500', '100324.492500', '100324.952500', '100325.412500', '100325.872500', '100326.332500', '100326.792500', '100327.252500', '100327.712500', '100328.172500', '100328.632500', '100329.092500', '100329.552500', '100330.012500', '100330.472500', '100330.932500', '100331.392500', '100331.852500', '100332.312500', '100332.772500', '100333.232500', '100333.692500', '100334.152500', '100334.612500', '100335.072500', '100335.532500', '100335.992500', '100336.452500', '100336.912500', '100337.372500', '100337.832500', '100338.292500', '100338.752500', '100339.212500', '100339.672500', '100340.132500', '100340.592500', '100341.052500', '100341.512500', '100341.972500', '100342.432500', '100342.892500', '100343.352500', '100343.812500', '100344.272500', '100344.732500', '100345.192500', '100345.652500', '100346.112500', '100346.572500', '100347.032500', '100347.492500', '100347.952500', '100348.412500', '100348.872500', '100349.332500', '100349.792500', '100350.252500', '100350.712500', '100351.172500', '100351.632500', '100352.092500', '100352.552500', '100353.012500', '100353.472500', '100353.932500', '100354.392500', '100354.852500', '100355.312500', '100355.772500', '100356.232500', '100356.692500', '100357.152500', '100357.612500', '100358.072500', '100358.532500', '100358.992500', '100359.452500', '100359.912500', '100400.372500', '100400.832500', '100401.292500', '100401.752500', '100402.212500', '100402.672500', '100403.132500', '100403.592500', '100404.052500', '100404.512500', '100404.972500', '100405.432500', '100405.892500', '100406.352500', '100406.812500', '100407.272500', '100407.732500', '100408.192500', '100408.652500', '100409.112500', '100409.572500', '100410.032500', '100410.492500', '100410.952500', '100411.412500', '100411.872500', '100412.332500', '100412.792500', '100413.252500', '100413.712500', '100414.172500', '100414.632500', '100415.092500', '100415.552500', '100416.012500', '100416.472500', '100416.932500', '100417.392500', '100417.852500', '100418.312500', '100418.772500', '100419.232500', '100419.692500', '100420.152500', '100420.612500', '100421.072500', '100421.532500', '100421.992500', '100422.452500', '100422.912500', '100423.372500', '100423.832500', '100424.292500', '100424.752500'], 'ContentTime': ['095735.177000', '095735.180000', '095735.183000', '095735.185000', '095735.188000', '095735.190000', '095735.193000', '095735.195000', '095735.198000', '095735.201000', '095735.203000', '095735.206000', '095735.208000', '095735.211000', '095735.214000', '095735.216000', '095735.219000', '095735.221000', '095735.224000', '095735.226000', '095735.229000', '095735.231000', '095735.234000', '095735.237000', '095735.239000', '095735.242000', '095735.244000', '095735.247000', '095735.250000', '095735.252000', '095735.255000', '095735.264000', '095755.146000', '095755.148000', '095755.151000', '095755.154000', '095755.156000', '095755.159000', '095755.161000', '095755.164000', '095755.166000', '095755.169000', '095755.172000', '095755.174000', '095755.177000', '095755.180000', '095755.182000', '095755.185000', '095755.188000', '095755.190000', '095755.193000', '095755.195000', '095755.198000', '095755.200000', '095755.203000', '095755.206000', '095755.212000', '095755.215000', '095755.218000', '095755.220000', '095755.223000', '095755.225000', '095755.228000', '095755.231000', '095755.233000', '095755.236000', '095755.238000', '095755.241000', '095755.244000', '095755.257000', '095755.260000', '095755.262000', '095755.265000', '095755.267000', '095755.270000', '095815.146000', '095815.148000', '095815.151000', '095815.154000', '095815.156000', '095815.159000', '095815.161000', '095815.164000', '095815.167000', '095815.169000', '095815.172000', '095815.174000', '095815.177000', '095815.179000', '095815.182000', '095815.185000', '095815.187000', '095815.214000', '095815.217000', '095815.219000', '095815.222000', '095815.225000', '095815.227000', '095815.230000', '095815.233000', '095815.235000', '095815.238000', '095815.240000', '095815.243000', '095815.245000', '095815.248000', '095815.257000', '095815.260000', '095815.262000', '095815.265000', '095815.268000', '095815.270000', '095815.273000', '095815.275000', '095815.278000', '095815.280000', '095815.283000', '095815.286000', '095815.288000', '095835.146000', '095835.148000', '095835.151000', '095835.153000', '095835.156000', '095835.159000', '095835.161000', '095835.164000', '095835.166000', '095835.169000', '095835.172000', '095835.174000', '095835.177000', '095835.180000', '095835.182000', '095835.185000', '095835.187000', '095835.190000', '095835.192000', '095835.195000', '095835.198000', '095835.200000', '095835.203000', '095835.206000', '095835.208000', '095835.211000', '095835.213000', '095835.216000', '095835.218000', '095835.221000', '095835.224000', '095835.226000', '095835.229000', '095835.231000', '095835.234000', '095835.237000', '095835.239000', '095835.242000', '095835.245000', '095835.247000', '095835.250000', '095835.252000', '095835.255000', '095855.146000', '095855.148000', '095855.151000', '095855.154000', '095855.156000', '095855.159000', '095855.161000', '095855.164000', '095855.166000', '095855.169000', '095855.172000', '095855.174000', '095855.177000', '095855.179000', '095855.182000', '095855.185000', '095855.187000', '095855.225000', '095855.228000', '095855.231000', '095855.233000', '095855.236000', '095855.239000', '095855.241000', '095855.244000', '095855.246000', '095855.249000', '095855.252000', '095855.254000', '095855.257000', '095855.259000', '095855.262000', '095855.264000', '095855.267000', '095855.270000', '095855.272000', '095855.275000', '095855.277000', '095855.280000', '095855.282000', '095855.285000', '095855.288000', '095855.290000', '095855.293000', '095915.146000', '095915.149000', '095915.151000', '095915.154000', '095915.156000', '095915.159000', '095915.162000', '095915.164000', '095915.167000', '095915.170000', '095915.173000', '095915.175000', '095915.178000', '095915.180000', '095915.183000', '095915.186000', '095915.188000', '095915.272000', '095915.275000', '095915.277000', '095915.280000', '095915.283000', '095915.285000', '095915.288000', '095915.290000', '095915.293000', '095915.296000', '095915.298000', '095915.301000', '095915.303000', '095915.306000', '095915.309000', '095915.311000', '095915.314000', '095915.316000', '095915.319000', '095915.322000', '095915.324000', '095915.327000', '095915.329000', '095915.332000', '095915.335000', '095915.337000', '095935.146000', '095935.148000', '095935.151000', '095935.154000', '095935.156000', '095935.159000', '095935.162000', '095935.164000', '095935.167000', '095935.169000', '095935.172000', '095935.175000', '095935.177000', '095935.180000', '095935.182000', '095935.185000', '095935.188000', '095935.240000', '095935.243000', '095935.245000', '095935.248000', '095935.251000', '095935.253000', '095935.256000', '095935.258000', '095935.261000', '095935.264000', '095935.266000', '095935.269000', '095935.271000', '095935.274000', '095935.277000', '095935.279000', '095935.294000', '095935.296000', '095935.299000', '095935.301000', '095935.304000', '095935.307000', '095935.309000', '095935.312000', '095935.315000', '095935.317000', '095935.320000', '095955.146000', '095955.149000', '095955.152000', '095955.154000', '095955.157000', '095955.160000', '095955.162000', '095955.165000', '095955.168000', '095955.170000', '095955.173000', '095955.175000', '095955.178000', '095955.181000', '095955.183000', '095955.186000', '095955.188000', '095955.191000', '095955.194000', '095955.196000', '095955.199000', '095955.202000', '095955.204000', '095955.207000', '095955.209000', '095955.212000', '095955.215000', '095955.217000', '095955.220000', '095955.223000', '095955.225000', '095955.228000', '095955.230000', '095955.233000', '095955.236000', '095955.239000', '095955.242000', '095955.245000', '095955.248000', '095955.250000', '095955.253000', '095955.256000', '095955.258000', '100015.145000', '100015.148000', '100015.151000', '100015.154000', '100015.156000', '100015.159000', '100015.161000', '100015.164000', '100015.167000', '100015.169000', '100015.172000', '100015.174000', '100015.177000', '100015.180000', '100015.182000', '100015.185000', '100015.188000', '100015.190000', '100015.193000', '100015.195000', '100015.198000', '100015.201000', '100015.203000', '100015.206000', '100015.209000', '100015.211000', '100015.214000', '100015.216000', '100015.219000', '100015.221000', '100015.224000', '100015.227000', '100015.230000', '100015.232000', '100015.235000', '100015.237000', '100015.240000', '100015.243000', '100015.245000', '100015.248000', '100015.250000', '100015.253000', '100015.255000', '100015.258000', '100035.146000', '100035.148000', '100035.151000', '100035.154000', '100035.156000', '100035.159000', '100035.161000', '100035.164000', '100035.166000', '100035.169000', '100035.172000', '100035.174000', '100035.177000', '100035.179000', '100035.182000', '100035.185000', '100035.187000', '100035.190000', '100035.192000', '100035.195000', '100035.198000', '100035.200000', '100035.203000', '100035.205000', '100035.208000', '100035.210000', '100035.213000', '100035.215000', '100035.218000', '100035.221000', '100035.223000', '100035.226000', '100035.229000', '100035.231000', '100035.234000', '100035.237000', '100035.239000', '100035.242000', '100035.245000', '100035.247000', '100035.250000', '100035.253000', '100035.255000', '100055.146000', '100055.148000', '100055.151000', '100055.154000', '100055.156000', '100055.159000', '100055.161000', '100055.164000', '100055.167000', '100055.169000', '100055.172000', '100055.174000', '100055.177000', '100055.180000', '100055.182000', '100055.185000', '100055.187000', '100055.190000', '100055.193000', '100055.195000', '100055.198000', '100055.201000', '100055.203000', '100055.206000', '100055.208000', '100055.211000', '100055.213000', '100055.216000', '100055.219000', '100055.221000', '100055.224000', '100055.227000', '100055.229000', '100055.232000', '100055.234000', '100055.237000', '100055.239000', '100055.242000', '100055.245000', '100055.247000', '100055.250000', '100055.252000', '100055.255000', '100055.258000', '100115.146000', '100115.148000', '100115.151000', '100115.154000', '100115.156000', '100115.159000', '100115.161000', '100115.164000', '100115.167000', '100115.169000', '100115.172000', '100115.174000', '100115.177000', '100115.179000', '100115.194000', '100115.197000', '100115.199000', '100115.202000', '100115.205000', '100115.207000', '100115.210000', '100115.212000', '100115.215000', '100115.217000', '100115.220000', '100115.223000', '100115.225000', '100115.228000', '100115.231000', '100115.233000', '100115.236000', '100115.239000', '100115.241000', '100115.244000', '100115.246000', '100115.249000', '100115.252000', '100115.254000', '100115.257000', '100115.259000', '100115.262000', '100115.265000', '100115.267000', '100135.146000', '100135.148000', '100135.151000', '100135.154000', '100135.156000', '100135.159000', '100135.161000', '100135.164000', '100135.167000', '100135.169000', '100135.172000', '100135.174000', '100135.177000', '100135.179000', '100135.182000', '100135.185000', '100135.187000', '100135.190000', '100135.192000', '100135.195000', '100135.198000', '100135.200000', '100135.203000', '100135.205000', '100135.208000', '100135.211000', '100135.213000', '100135.216000', '100135.218000', '100135.221000', '100135.224000', '100135.226000', '100135.229000', '100135.231000', '100135.234000', '100135.236000', '100135.239000', '100135.241000', '100135.244000', '100135.247000', '100135.249000', '100135.252000', '100135.255000', '100155.146000', '100155.148000', '100155.151000', '100155.154000', '100155.156000', '100155.159000', '100155.161000', '100155.164000', '100155.166000', '100155.169000', '100155.172000', '100155.174000', '100155.177000', '100155.179000', '100155.182000', '100155.185000', '100155.187000', '100155.190000', '100155.192000', '100155.195000', '100155.198000', '100155.200000', '100155.203000', '100155.205000', '100155.208000', '100155.211000', '100155.213000', '100155.216000', '100155.218000', '100155.221000', '100155.224000', '100155.226000', '100155.229000', '100155.231000', '100155.234000', '100155.237000', '100155.239000', '100155.242000', '100155.245000', '100155.247000', '100155.250000', '100155.252000', '100155.255000', '100155.258000', '100215.147000', '100215.149000', '100215.152000', '100215.154000', '100215.157000', '100215.160000', '100215.162000', '100215.165000', '100215.167000', '100215.170000', '100215.173000', '100215.175000', '100215.178000', '100215.180000', '100215.183000', '100215.186000', '100215.188000', '100215.191000', '100215.194000', '100215.196000', '100215.199000', '100215.201000', '100215.204000', '100215.206000', '100215.209000', '100215.212000', '100215.214000', '100215.217000', '100215.220000', '100215.222000', '100215.225000', '100215.227000', '100215.230000', '100215.232000', '100215.235000', '100215.238000', '100215.240000', '100215.243000', '100215.245000', '100215.248000', '100215.251000', '100215.253000', '100215.256000', '100215.258000', '100235.146000', '100235.149000', '100235.151000', '100235.154000', '100235.156000', '100235.159000', '100235.162000', '100235.164000', '100235.167000', '100235.169000', '100235.172000', '100235.175000', '100235.177000', '100235.180000', '100235.182000', '100235.185000', '100235.188000', '100235.191000', '100235.193000', '100235.196000', '100235.198000', '100235.201000', '100235.203000', '100235.206000', '100235.209000', '100235.211000', '100235.214000', '100235.216000', '100235.219000', '100235.222000', '100235.226000', '100235.229000', '100235.232000', '100235.235000', '100235.246000', '100235.248000', '100235.251000', '100235.254000', '100235.256000', '100235.273000', '100235.276000', '100235.278000', '100235.281000', '100255.146000', '100255.148000', '100255.151000', '100255.154000', '100255.156000', '100255.159000', '100255.161000', '100255.164000', '100255.166000', '100255.169000', '100255.172000', '100255.174000', '100255.177000', '100255.179000', '100255.182000', '100255.185000', '100255.187000', '100255.190000', '100255.192000', '100255.195000', '100255.198000', '100255.200000', '100255.203000', '100255.205000', '100255.208000', '100255.211000', '100255.213000', '100255.216000', '100255.218000', '100255.221000', '100255.224000', '100255.226000', '100255.229000', '100255.231000', '100255.234000', '100255.236000', '100255.239000', '100255.242000', '100255.244000', '100255.247000', '100255.249000', '100255.252000', '100255.255000', '100255.257000', '100315.146000', '100315.148000', '100315.151000', '100315.154000', '100315.156000', '100315.159000', '100315.161000', '100315.164000', '100315.166000', '100315.169000', '100315.172000', '100315.174000', '100315.177000', '100315.179000', '100315.182000', '100315.185000', '100315.187000', '100315.190000', '100315.193000', '100315.195000', '100315.198000', '100315.200000', '100315.203000', '100315.206000', '100315.208000', '100315.211000', '100315.213000', '100315.216000', '100315.218000', '100315.221000', '100315.224000', '100315.226000', '100315.229000', '100315.231000', '100315.234000', '100315.236000', '100315.239000', '100315.242000', '100315.244000', '100315.247000', '100315.250000', '100315.252000', '100315.255000', '100335.146000', '100335.148000', '100335.151000', '100335.154000', '100335.156000', '100335.159000', '100335.161000', '100335.164000', '100335.167000', '100335.169000', '100335.172000', '100335.174000', '100335.177000', '100335.180000', '100335.182000', '100335.185000', '100335.187000', '100335.190000', '100335.193000', '100335.195000', '100335.198000', '100335.201000', '100335.203000', '100335.206000', '100335.209000', '100335.211000', '100335.214000', '100335.216000', '100335.219000', '100335.222000', '100335.224000', '100335.227000', '100335.229000', '100335.232000', '100335.234000', '100335.237000', '100335.240000', '100335.242000', '100335.245000', '100335.247000', '100335.250000', '100335.253000', '100335.255000', '100335.258000', '100355.146000', '100355.149000', '100355.151000', '100355.154000', '100355.156000', '100355.159000', '100355.162000', '100355.164000', '100355.167000', '100355.170000', '100355.172000', '100355.175000', '100355.177000', '100355.180000', '100355.183000', '100355.185000', '100355.188000', '100355.190000', '100355.193000', '100355.196000', '100355.198000', '100355.201000', '100355.204000', '100355.206000', '100355.209000', '100355.211000', '100355.214000', '100355.216000', '100355.219000', '100355.222000', '100355.224000', '100355.227000', '100355.229000', '100355.232000', '100355.235000', '100355.237000', '100355.240000', '100355.243000', '100355.245000', '100355.248000', '100355.250000', '100355.253000', '100355.255000', '100415.146000', '100415.148000', '100415.151000', '100415.154000', '100415.156000', '100415.159000', '100415.161000', '100415.164000', '100415.167000', '100415.169000', '100415.172000', '100415.175000', '100415.177000', '100415.180000', '100415.182000', '100415.185000', '100415.187000', '100415.190000', '100415.193000', '100415.195000', '100415.198000', '100415.201000', '100415.204000', '100415.206000', '100415.209000', '100415.212000', '100415.214000', '100415.217000', '100415.219000', '100415.222000', '100415.225000', '100415.227000', '100415.230000', '100415.232000', '100415.235000', '100415.238000', '100415.240000', '100415.243000', '100415.245000', '100415.248000', '100415.250000', '100415.253000', '100415.256000', '100426.101000', '100426.104000', '100426.106000', '100426.109000', '100426.111000', '100426.114000', '100426.117000', '100426.119000', '100426.122000', '100426.124000', '100426.127000', '100426.130000', '100426.132000', '100426.135000', '100426.138000', '100426.140000', '100426.143000', '100426.145000', '100426.148000', '100426.151000', '100426.153000', '100426.156000', '100426.159000', '100426.161000', '100426.166000'], 'InstanceCreationTime': ['095735.177000', '095735.180000', '095735.183000', '095735.185000', '095735.188000', '095735.190000', '095735.193000', '095735.195000', '095735.198000', '095735.201000', '095735.203000', '095735.206000', '095735.208000', '095735.211000', '095735.214000', '095735.216000', '095735.219000', '095735.221000', '095735.224000', '095735.226000', '095735.229000', '095735.231000', '095735.234000', '095735.237000', '095735.239000', '095735.242000', '095735.244000', '095735.247000', '095735.250000', '095735.252000', '095735.255000', '095735.264000', '095755.146000', '095755.148000', '095755.151000', '095755.154000', '095755.156000', '095755.159000', '095755.161000', '095755.164000', '095755.166000', '095755.169000', '095755.172000', '095755.174000', '095755.177000', '095755.180000', '095755.182000', '095755.185000', '095755.188000', '095755.190000', '095755.193000', '095755.195000', '095755.198000', '095755.200000', '095755.203000', '095755.206000', '095755.212000', '095755.215000', '095755.218000', '095755.220000', '095755.223000', '095755.225000', '095755.228000', '095755.231000', '095755.233000', '095755.236000', '095755.238000', '095755.241000', '095755.244000', '095755.257000', '095755.260000', '095755.262000', '095755.265000', '095755.267000', '095755.270000', '095815.146000', '095815.148000', '095815.151000', '095815.154000', '095815.156000', '095815.159000', '095815.161000', '095815.164000', '095815.167000', '095815.169000', '095815.172000', '095815.174000', '095815.177000', '095815.179000', '095815.182000', '095815.185000', '095815.187000', '095815.214000', '095815.217000', '095815.219000', '095815.222000', '095815.225000', '095815.227000', '095815.230000', '095815.233000', '095815.235000', '095815.238000', '095815.240000', '095815.243000', '095815.245000', '095815.248000', '095815.257000', '095815.260000', '095815.262000', '095815.265000', '095815.268000', '095815.270000', '095815.273000', '095815.275000', '095815.278000', '095815.280000', '095815.283000', '095815.286000', '095815.288000', '095835.146000', '095835.148000', '095835.151000', '095835.153000', '095835.156000', '095835.159000', '095835.161000', '095835.164000', '095835.166000', '095835.169000', '095835.172000', '095835.174000', '095835.177000', '095835.180000', '095835.182000', '095835.185000', '095835.187000', '095835.190000', '095835.192000', '095835.195000', '095835.198000', '095835.200000', '095835.203000', '095835.206000', '095835.208000', '095835.211000', '095835.213000', '095835.216000', '095835.218000', '095835.221000', '095835.224000', '095835.226000', '095835.229000', '095835.231000', '095835.234000', '095835.237000', '095835.239000', '095835.242000', '095835.245000', '095835.247000', '095835.250000', '095835.252000', '095835.255000', '095855.146000', '095855.148000', '095855.151000', '095855.154000', '095855.156000', '095855.159000', '095855.161000', '095855.164000', '095855.166000', '095855.169000', '095855.172000', '095855.174000', '095855.177000', '095855.179000', '095855.182000', '095855.185000', '095855.187000', '095855.225000', '095855.228000', '095855.231000', '095855.233000', '095855.236000', '095855.239000', '095855.241000', '095855.244000', '095855.246000', '095855.249000', '095855.252000', '095855.254000', '095855.257000', '095855.259000', '095855.262000', '095855.264000', '095855.267000', '095855.270000', '095855.272000', '095855.275000', '095855.277000', '095855.280000', '095855.282000', '095855.285000', '095855.288000', '095855.290000', '095855.293000', '095915.146000', '095915.149000', '095915.151000', '095915.154000', '095915.156000', '095915.159000', '095915.162000', '095915.164000', '095915.167000', '095915.170000', '095915.173000', '095915.175000', '095915.178000', '095915.180000', '095915.183000', '095915.186000', '095915.188000', '095915.272000', '095915.275000', '095915.277000', '095915.280000', '095915.283000', '095915.285000', '095915.288000', '095915.290000', '095915.293000', '095915.296000', '095915.298000', '095915.301000', '095915.303000', '095915.306000', '095915.309000', '095915.311000', '095915.314000', '095915.316000', '095915.319000', '095915.322000', '095915.324000', '095915.327000', '095915.329000', '095915.332000', '095915.335000', '095915.337000', '095935.146000', '095935.148000', '095935.151000', '095935.154000', '095935.156000', '095935.159000', '095935.162000', '095935.164000', '095935.167000', '095935.169000', '095935.172000', '095935.175000', '095935.177000', '095935.180000', '095935.182000', '095935.185000', '095935.188000', '095935.240000', '095935.243000', '095935.245000', '095935.248000', '095935.251000', '095935.253000', '095935.256000', '095935.258000', '095935.261000', '095935.264000', '095935.266000', '095935.269000', '095935.271000', '095935.274000', '095935.277000', '095935.279000', '095935.294000', '095935.296000', '095935.299000', '095935.301000', '095935.304000', '095935.307000', '095935.309000', '095935.312000', '095935.315000', '095935.317000', '095935.320000', '095955.146000', '095955.149000', '095955.152000', '095955.154000', '095955.157000', '095955.160000', '095955.162000', '095955.165000', '095955.168000', '095955.170000', '095955.173000', '095955.175000', '095955.178000', '095955.181000', '095955.183000', '095955.186000', '095955.188000', '095955.191000', '095955.194000', '095955.196000', '095955.199000', '095955.202000', '095955.204000', '095955.207000', '095955.209000', '095955.212000', '095955.215000', '095955.217000', '095955.220000', '095955.223000', '095955.225000', '095955.228000', '095955.230000', '095955.233000', '095955.236000', '095955.239000', '095955.242000', '095955.245000', '095955.248000', '095955.250000', '095955.253000', '095955.256000', '095955.258000', '100015.145000', '100015.148000', '100015.151000', '100015.154000', '100015.156000', '100015.159000', '100015.161000', '100015.164000', '100015.167000', '100015.169000', '100015.172000', '100015.174000', '100015.177000', '100015.180000', '100015.182000', '100015.185000', '100015.188000', '100015.190000', '100015.193000', '100015.195000', '100015.198000', '100015.201000', '100015.203000', '100015.206000', '100015.209000', '100015.211000', '100015.214000', '100015.216000', '100015.219000', '100015.221000', '100015.224000', '100015.227000', '100015.230000', '100015.232000', '100015.235000', '100015.237000', '100015.240000', '100015.243000', '100015.245000', '100015.248000', '100015.250000', '100015.253000', '100015.255000', '100015.258000', '100035.146000', '100035.148000', '100035.151000', '100035.154000', '100035.156000', '100035.159000', '100035.161000', '100035.164000', '100035.166000', '100035.169000', '100035.172000', '100035.174000', '100035.177000', '100035.179000', '100035.182000', '100035.185000', '100035.187000', '100035.190000', '100035.192000', '100035.195000', '100035.198000', '100035.200000', '100035.203000', '100035.205000', '100035.208000', '100035.210000', '100035.213000', '100035.215000', '100035.218000', '100035.221000', '100035.223000', '100035.226000', '100035.229000', '100035.231000', '100035.234000', '100035.237000', '100035.239000', '100035.242000', '100035.245000', '100035.247000', '100035.250000', '100035.253000', '100035.255000', '100055.146000', '100055.148000', '100055.151000', '100055.154000', '100055.156000', '100055.159000', '100055.161000', '100055.164000', '100055.167000', '100055.169000', '100055.172000', '100055.174000', '100055.177000', '100055.180000', '100055.182000', '100055.185000', '100055.187000', '100055.190000', '100055.193000', '100055.195000', '100055.198000', '100055.201000', '100055.203000', '100055.206000', '100055.208000', '100055.211000', '100055.213000', '100055.216000', '100055.219000', '100055.221000', '100055.224000', '100055.227000', '100055.229000', '100055.232000', '100055.234000', '100055.237000', '100055.239000', '100055.242000', '100055.245000', '100055.247000', '100055.250000', '100055.252000', '100055.255000', '100055.258000', '100115.146000', '100115.148000', '100115.151000', '100115.154000', '100115.156000', '100115.159000', '100115.161000', '100115.164000', '100115.167000', '100115.169000', '100115.172000', '100115.174000', '100115.177000', '100115.179000', '100115.194000', '100115.197000', '100115.199000', '100115.202000', '100115.205000', '100115.207000', '100115.210000', '100115.212000', '100115.215000', '100115.217000', '100115.220000', '100115.223000', '100115.225000', '100115.228000', '100115.231000', '100115.233000', '100115.236000', '100115.239000', '100115.241000', '100115.244000', '100115.246000', '100115.249000', '100115.252000', '100115.254000', '100115.257000', '100115.259000', '100115.262000', '100115.265000', '100115.267000', '100135.146000', '100135.148000', '100135.151000', '100135.154000', '100135.156000', '100135.159000', '100135.161000', '100135.164000', '100135.167000', '100135.169000', '100135.172000', '100135.174000', '100135.177000', '100135.179000', '100135.182000', '100135.185000', '100135.187000', '100135.190000', '100135.192000', '100135.195000', '100135.198000', '100135.200000', '100135.203000', '100135.205000', '100135.208000', '100135.211000', '100135.213000', '100135.216000', '100135.218000', '100135.221000', '100135.224000', '100135.226000', '100135.229000', '100135.231000', '100135.234000', '100135.236000', '100135.239000', '100135.241000', '100135.244000', '100135.247000', '100135.249000', '100135.252000', '100135.255000', '100155.146000', '100155.148000', '100155.151000', '100155.154000', '100155.156000', '100155.159000', '100155.161000', '100155.164000', '100155.166000', '100155.169000', '100155.172000', '100155.174000', '100155.177000', '100155.179000', '100155.182000', '100155.185000', '100155.187000', '100155.190000', '100155.192000', '100155.195000', '100155.198000', '100155.200000', '100155.203000', '100155.205000', '100155.208000', '100155.211000', '100155.213000', '100155.216000', '100155.218000', '100155.221000', '100155.224000', '100155.226000', '100155.229000', '100155.231000', '100155.234000', '100155.237000', '100155.239000', '100155.242000', '100155.245000', '100155.247000', '100155.250000', '100155.252000', '100155.255000', '100155.258000', '100215.147000', '100215.149000', '100215.152000', '100215.154000', '100215.157000', '100215.160000', '100215.162000', '100215.165000', '100215.167000', '100215.170000', '100215.173000', '100215.175000', '100215.178000', '100215.180000', '100215.183000', '100215.186000', '100215.188000', '100215.191000', '100215.194000', '100215.196000', '100215.199000', '100215.201000', '100215.204000', '100215.206000', '100215.209000', '100215.212000', '100215.214000', '100215.217000', '100215.220000', '100215.222000', '100215.225000', '100215.227000', '100215.230000', '100215.232000', '100215.235000', '100215.238000', '100215.240000', '100215.243000', '100215.245000', '100215.248000', '100215.251000', '100215.253000', '100215.256000', '100215.258000', '100235.146000', '100235.149000', '100235.151000', '100235.154000', '100235.156000', '100235.159000', '100235.162000', '100235.164000', '100235.167000', '100235.169000', '100235.172000', '100235.175000', '100235.177000', '100235.180000', '100235.182000', '100235.185000', '100235.188000', '100235.191000', '100235.193000', '100235.196000', '100235.198000', '100235.201000', '100235.203000', '100235.206000', '100235.209000', '100235.211000', '100235.214000', '100235.216000', '100235.219000', '100235.222000', '100235.226000', '100235.229000', '100235.232000', '100235.235000', '100235.246000', '100235.248000', '100235.251000', '100235.254000', '100235.256000', '100235.273000', '100235.276000', '100235.278000', '100235.281000', '100255.146000', '100255.148000', '100255.151000', '100255.154000', '100255.156000', '100255.159000', '100255.161000', '100255.164000', '100255.166000', '100255.169000', '100255.172000', '100255.174000', '100255.177000', '100255.179000', '100255.182000', '100255.185000', '100255.187000', '100255.190000', '100255.192000', '100255.195000', '100255.198000', '100255.200000', '100255.203000', '100255.205000', '100255.208000', '100255.211000', '100255.213000', '100255.216000', '100255.218000', '100255.221000', '100255.224000', '100255.226000', '100255.229000', '100255.231000', '100255.234000', '100255.236000', '100255.239000', '100255.242000', '100255.244000', '100255.247000', '100255.249000', '100255.252000', '100255.255000', '100255.257000', '100315.146000', '100315.148000', '100315.151000', '100315.154000', '100315.156000', '100315.159000', '100315.161000', '100315.164000', '100315.166000', '100315.169000', '100315.172000', '100315.174000', '100315.177000', '100315.179000', '100315.182000', '100315.185000', '100315.187000', '100315.190000', '100315.193000', '100315.195000', '100315.198000', '100315.200000', '100315.203000', '100315.206000', '100315.208000', '100315.211000', '100315.213000', '100315.216000', '100315.218000', '100315.221000', '100315.224000', '100315.226000', '100315.229000', '100315.231000', '100315.234000', '100315.236000', '100315.239000', '100315.242000', '100315.244000', '100315.247000', '100315.250000', '100315.252000', '100315.255000', '100335.146000', '100335.148000', '100335.151000', '100335.154000', '100335.156000', '100335.159000', '100335.161000', '100335.164000', '100335.167000', '100335.169000', '100335.172000', '100335.174000', '100335.177000', '100335.180000', '100335.182000', '100335.185000', '100335.187000', '100335.190000', '100335.193000', '100335.195000', '100335.198000', '100335.201000', '100335.203000', '100335.206000', '100335.209000', '100335.211000', '100335.214000', '100335.216000', '100335.219000', '100335.222000', '100335.224000', '100335.227000', '100335.229000', '100335.232000', '100335.234000', '100335.237000', '100335.240000', '100335.242000', '100335.245000', '100335.247000', '100335.250000', '100335.253000', '100335.255000', '100335.258000', '100355.146000', '100355.149000', '100355.151000', '100355.154000', '100355.156000', '100355.159000', '100355.162000', '100355.164000', '100355.167000', '100355.170000', '100355.172000', '100355.175000', '100355.177000', '100355.180000', '100355.183000', '100355.185000', '100355.188000', '100355.190000', '100355.193000', '100355.196000', '100355.198000', '100355.201000', '100355.204000', '100355.206000', '100355.209000', '100355.211000', '100355.214000', '100355.216000', '100355.219000', '100355.222000', '100355.224000', '100355.227000', '100355.229000', '100355.232000', '100355.235000', '100355.237000', '100355.240000', '100355.243000', '100355.245000', '100355.248000', '100355.250000', '100355.253000', '100355.255000', '100415.146000', '100415.148000', '100415.151000', '100415.154000', '100415.156000', '100415.159000', '100415.161000', '100415.164000', '100415.167000', '100415.169000', '100415.172000', '100415.175000', '100415.177000', '100415.180000', '100415.182000', '100415.185000', '100415.187000', '100415.190000', '100415.193000', '100415.195000', '100415.198000', '100415.201000', '100415.204000', '100415.206000', '100415.209000', '100415.212000', '100415.214000', '100415.217000', '100415.219000', '100415.222000', '100415.225000', '100415.227000', '100415.230000', '100415.232000', '100415.235000', '100415.238000', '100415.240000', '100415.243000', '100415.245000', '100415.248000', '100415.250000', '100415.253000', '100415.256000', '100426.101000', '100426.104000', '100426.106000', '100426.109000', '100426.111000', '100426.114000', '100426.117000', '100426.119000', '100426.122000', '100426.124000', '100426.127000', '100426.130000', '100426.132000', '100426.135000', '100426.138000', '100426.140000', '100426.143000', '100426.145000', '100426.148000', '100426.151000', '100426.153000', '100426.156000', '100426.159000', '100426.161000', '100426.166000'], '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': [12340, 7652, 6839, 7810, 11571, 6726, 11828, 6392, 11606, 10137, 9080, 6628, 8810, 12917, 8767, 12126, 11325, 8343, 13712, 6294, 11942, 12183, 8338, 14307, 6633, 8261, 8148, 7108, 9597, 6837, 9318, 6384, 7907, 8450, 6567, 9917, 7082, 8393, 14451, 6924, 12855, 6657, 7667, 10801, 6304, 10453, 8138, 8000, 14557, 6219, 9646, 7122, 8418, 13176, 6584, 10714, 7202, 7068, 10947, 6113, 9934, 8084, 7301, 11295, 6201, 7982, 9818, 7134, 12210, 6673, 8161, 6539, 6467, 9789, 6406, 10055, 6181, 8017, 7046, 7609, 11995, 6097, 9317, 13756, 7177, 11054, 6256, 8017, 11536, 6412, 10592, 8531, 7696, 10715, 6035, 8689, 11794, 6234, 9438, 6316, 9019, 8219, 6913, 7949, 6660, 9490, 6682, 9729, 14390, 6795, 12740, 6159, 7807, 12912, 6530, 11804, 10058, 8150, 11348, 6711, 7824, 11870, 6409, 10250, 5998, 9197, 6092, 7947, 12333, 7453, 13787, 9471, 8768, 9616, 6802, 10550, 9120, 8723, 12780, 6406, 8759, 12000, 7007, 10798, 6500, 6625, 10332, 6077, 9689, 7578, 7010, 10050, 6460, 7362, 7331, 6910, 11803, 6298, 8290, 7761, 7235, 10183, 6124, 9349, 8898, 7422, 8627, 6369, 10075, 7021, 8342, 13299, 7786, 11583, 7513, 7691, 11249, 6102, 9471, 14796, 7634, 12212, 6970, 7802, 11158, 6362, 9814, 12314, 7550, 11620, 6346, 7966, 11432, 6335, 10662, 8185, 8038, 13019, 6315, 8553, 8728, 6453, 10511, 9195, 9402, 11415, 6468, 10196, 7298, 7983, 12254, 7369, 8537, 9014, 6487, 9552, 8549, 8412, 15573, 7957, 9662, 6784, 7382, 10392, 7372, 9872, 6465, 6606, 10037, 6208, 8721, 6225, 7835, 13811, 6562, 12772, 13085, 8462, 13131, 6325, 8707, 13437, 6456, 8961, 12320, 6736, 12006, 9289, 7367, 11945, 6502, 8301, 12011, 6418, 9072, 11716, 6943, 11998, 6490, 7695, 10491, 6486, 8173, 12233, 6773, 11465, 6210, 7774, 10801, 6547, 9052, 10370, 6894, 11488, 6252, 7758, 10948, 6503, 9988, 11872, 6758, 11437, 6197, 7775, 11945, 6487, 10459, 10230, 6916, 10896, 6982, 6839, 10340, 7483, 9312, 13110, 6485, 11119, 6191, 7952, 11140, 6542, 9955, 12159, 6884, 12452, 6254, 7776, 11580, 6480, 9919, 10398, 7144, 11642, 6122, 8024, 12456, 6563, 10839, 7195, 7027, 10753, 6158, 7894, 11638, 6765, 10892, 7415, 6933, 10697, 6294, 8571, 13019, 6514, 10913, 12000, 6887, 11096, 6439, 7346, 11638, 9624, 14309, 6391, 8463, 6806, 10010, 7283, 7506, 7620, 7484, 8510, 9261, 12209, 10308, 11298, 8033, 13904, 10732, 10058, 14506, 6734, 11175, 7810, 9978, 14685, 7782, 13757, 9562, 7314, 11218, 6402, 11769, 9015, 9729, 13077, 6806, 10712, 6815, 8392, 13500, 6700, 11588, 6522, 7558, 6991, 6162, 9547, 6675, 7042, 10778, 6521, 12272, 8223, 8027, 6779, 6790, 11094, 6101, 8816, 10806, 6404, 10917, 7585, 7902, 6393, 6191, 9824, 6491, 8928, 6423, 8535, 12619, 7738, 12585, 9332, 8093, 11546, 6125, 8208, 8806, 6430, 11336, 7533, 7958, 10477, 6035, 7955, 6683, 7328, 10572, 6470, 7498, 8775, 6139, 8375, 6638, 6989, 9590, 6697, 7564, 9658, 6164, 8254, 10166, 6939, 9877, 8137, 7187, 9866, 6253, 7651, 13699, 6451, 8290, 13530, 6304, 8671, 7396, 8212, 11411, 6764, 7456, 10156, 6290, 8836, 15219, 6145, 8252, 6526, 7054, 10627, 7411, 8117, 10137, 6214, 7331, 12009, 6564, 10445, 6952, 6984, 9920, 7197, 8006, 12345, 6437, 7899, 13675, 6462, 8084, 13717, 6642, 10727, 8034, 7707, 9562, 8598, 7599, 11249, 6946, 8304, 13434, 6266, 8086, 13392, 7561, 11245, 6112, 7158, 10659, 6206, 9679, 12448, 7870, 10572, 6278, 7843, 10163, 6360, 9175, 12909, 7521, 10518, 6162, 8042, 9671, 6354, 9001, 6317, 8449, 14151, 11302, 14919, 8621, 8393, 12770, 7029, 10758, 8396, 8626, 14240, 6489, 8065, 7977, 6562, 9251, 7287, 8323, 10129, 6333, 7583, 6981, 7116, 9566, 7556, 7902, 9630, 6383, 7663, 8760, 7076, 10775, 6486, 7886, 8928, 6315, 8341, 6737, 8118, 13065, 6472, 7867, 11465, 6282, 9616, 7763, 8638, 13648, 6348, 8188, 10922, 7181, 11996, 10568, 8798, 11741, 6563, 7768, 12692, 6709, 10080, 8664, 8423, 10768, 6339, 7864, 11349, 7373, 12487, 7666, 8294, 10715, 6386, 8261, 13973, 7001, 11708, 6378, 7700, 10463, 6558, 8739, 11911, 7907, 10558, 6562, 8000, 11029, 6768, 11266, 8100, 8567, 11027, 6599, 8230, 11259, 7542, 10143, 6415, 8090, 9431, 6465, 8474, 7145, 8477, 11756, 6303, 8305, 6697, 7472, 11328, 6714, 10448, 6688, 8113, 6406, 8322, 12857, 7923, 11173, 8178, 7582, 9261, 6313, 8798, 10979, 7785, 10378, 6321, 8336, 10055, 7428, 11368, 7426, 9040, 9387, 6690, 9228, 6579, 9015, 13896, 9053, 12957, 6162, 7217, 6389, 7821, 5974, 8087, 6473, 7886, 7088, 10039, 14438, 8491, 12843, 8765, 7511, 9420, 7369, 8990, 14853, 8148, 13423, 6797, 7903, 11843, 6538, 8159, 11300, 8151, 10971, 6468, 7852, 8154, 6485, 9217, 7589, 8245, 10782, 6279, 7621, 6559, 7009, 8402, 6390, 10073, 6830, 12917, 9244, 11405, 9343, 7562, 10276, 7738, 8267, 11236, 6219, 9889, 9281, 14184, 10173, 8118, 6456, 7657, 8073, 6111, 9998, 6540, 11748, 10066, 9130, 14898, 6732, 10696, 10253, 7247, 10233, 8342, 8999, 13843, 7654, 13131, 8383, 7634, 9807, 6250, 9517, 13281, 10469, 12190, 6309, 7613, 7071, 7305, 9263, 6443, 8192, 12024, 8125, 12039, 6337, 7898, 6570, 7604, 10074, 6364, 8387, 14356, 7197, 13099, 6387, 7946, 11569, 6269, 8575, 12671, 8357, 10955, 6328, 8430, 8373, 7746, 11927, 6439, 8070, 10256, 6743, 8694, 12243, 6476, 9608, 6724, 6485, 9392, 7661, 8879, 11939, 6442, 7916, 10140, 6468, 8802, 11608, 7896, 10989, 9004, 7507, 9788, 7535, 7836, 10079, 7293, 8922, 10827, 6623, 8287, 10893, 6407, 9617, 13316, 7289, 10666, 7222, 6843, 9494, 6575, 7638, 9219, 7170, 8881, 10624, 6583, 8185, 10560, 6562, 8901, 11298, 9424, 13468, 6929, 8413, 6426, 7569, 9828, 8201, 7814, 10791, 7852, 9392, 13527, 6721, 9284, 8849, 7540, 9127, 7070, 8320, 11674, 7692, 9659, 13742, 6632, 9370, 9897, 7064, 9602, 7460, 9133, 12797, 6458, 9603, 12284, 10533, 13308, 6837, 9009, 6350, 7614, 11881, 6378, 8211, 6332, 7714, 6432, 7544, 9131, 6961, 11659, 10320, 8845, 12643, 7271, 9962, 14107, 7831, 13347, 6632, 7928, 6317, 8512, 14198, 9145, 12103, 7275, 7970, 10814, 6574, 8320, 13817, 7020, 11780, 6410, 6900, 8189], 'WindowCenter': [4060.0, 4005.0, 3981.0, 3991.0, 4031.0, 3967.0, 4015.0, 3941.0, 4003.0, 3991.0, 3995.0, 3939.0, 3980.0, 4000.0, 3970.0, 3991.0, 3978.0, 3957.0, 3998.0, 3914.0, 3991.0, 3987.0, 3957.0, 4014.0, 3924.0, 3956.0, 3946.0, 3934.0, 3964.0, 3924.0, 3966.0, 3914.0, 3946.0, 3944.0, 3924.0, 3965.0, 3923.0, 3945.0, 3985.0, 3923.0, 3985.0, 3922.0, 3944.0, 3963.0, 3912.0, 3975.0, 3943.0, 3944.0, 3996.0, 3913.0, 3965.0, 3923.0, 3944.0, 3986.0, 3923.0, 3976.0, 3934.0, 3934.0, 3975.0, 3912.0, 3966.0, 3944.0, 3935.0, 3975.0, 3914.0, 3946.0, 3964.0, 3935.0, 3987.0, 3925.0, 3957.0, 3925.0, 3937.0, 3966.0, 3925.0, 3978.0, 3927.0, 3958.0, 3948.0, 3959.0, 3999.0, 3915.0, 3968.0, 3997.0, 3936.0, 3988.0, 3925.0, 3957.0, 3986.0, 3925.0, 3978.0, 3956.0, 3946.0, 3977.0, 3929.0, 3969.0, 3988.0, 3927.0, 3967.0, 3938.0, 3983.0, 3971.0, 3950.0, 3960.0, 3950.0, 3993.0, 3939.0, 3980.0, 4011.0, 3939.0, 4012.0, 3928.0, 3960.0, 3999.0, 3926.0, 4001.0, 3978.0, 3960.0, 3989.0, 3937.0, 3959.0, 4013.0, 3940.0, 3991.0, 3929.0, 3979.0, 3928.0, 3958.0, 3987.0, 3935.0, 3999.0, 3966.0, 3957.0, 3966.0, 3924.0, 3975.0, 3953.0, 3953.0, 3985.0, 3911.0, 3943.0, 3973.0, 3922.0, 3974.0, 3911.0, 3922.0, 3962.0, 3911.0, 3965.0, 3944.0, 3936.0, 3976.0, 3925.0, 3946.0, 3934.0, 3936.0, 3987.0, 3926.0, 3958.0, 3947.0, 3948.0, 3978.0, 3915.0, 3979.0, 3968.0, 3959.0, 3969.0, 3939.0, 3979.0, 3936.0, 3958.0, 3999.0, 3947.0, 3989.0, 3947.0, 3958.0, 3988.0, 3915.0, 3978.0, 3997.0, 3945.0, 3987.0, 3934.0, 3945.0, 3985.0, 3923.0, 3975.0, 3984.0, 3944.0, 3986.0, 3923.0, 3944.0, 3985.0, 3912.0, 3976.0, 3943.0, 3944.0, 3996.0, 3923.0, 3955.0, 3955.0, 3925.0, 3948.0, 3923.0, 3950.0, 3957.0, 3895.0, 3946.0, 3915.0, 3925.0, 3955.0, 3932.0, 3975.0, 3963.0, 3908.0, 3945.0, 3897.0, 3938.0, 4018.0, 3955.0, 3963.0, 3910.0, 3934.0, 3978.0, 3961.0, 3992.0, 3937.0, 3949.0, 3975.0, 3911.0, 3941.0, 3899.0, 3943.0, 3995.0, 3924.0, 4000.0, 3998.0, 3956.0, 3996.0, 3910.0, 3940.0, 3971.0, 3898.0, 3951.0, 3970.0, 3921.0, 3985.0, 3953.0, 3933.0, 3973.0, 3909.0, 3940.0, 3970.0, 3898.0, 3952.0, 3972.0, 3921.0, 3984.0, 3922.0, 3944.0, 3974.0, 3910.0, 3953.0, 3972.0, 3923.0, 3985.0, 3912.0, 3945.0, 3975.0, 3924.0, 3967.0, 3976.0, 3935.0, 3987.0, 3924.0, 3945.0, 3975.0, 3924.0, 3977.0, 3986.0, 3934.0, 3987.0, 3914.0, 3956.0, 3986.0, 3925.0, 3988.0, 3976.0, 3946.0, 3988.0, 3934.0, 3935.0, 3976.0, 3933.0, 3977.0, 3997.0, 3925.0, 3988.0, 3925.0, 3956.0, 3986.0, 3924.0, 3977.0, 3987.0, 3935.0, 3998.0, 3925.0, 3957.0, 3986.0, 3924.0, 3977.0, 3976.0, 3936.0, 3986.0, 3925.0, 3957.0, 3997.0, 3935.0, 3988.0, 3935.0, 3936.0, 3988.0, 3924.0, 3957.0, 3999.0, 3937.0, 3989.0, 3947.0, 3948.0, 3989.0, 3937.0, 3969.0, 3998.0, 3925.0, 4002.0, 4000.0, 3947.0, 3999.0, 3938.0, 3959.0, 3999.0, 3995.0, 4025.0, 3941.0, 3973.0, 3941.0, 3992.0, 3962.0, 3950.0, 3960.0, 3952.0, 3973.0, 3983.0, 4002.0, 4005.0, 4004.0, 3974.0, 4017.0, 3992.0, 3980.0, 3999.0, 3926.0, 3978.0, 3934.0, 3966.0, 3987.0, 3947.0, 3986.0, 3954.0, 3922.0, 3962.0, 3900.0, 3973.0, 3941.0, 3953.0, 3971.0, 3911.0, 3963.0, 3925.0, 3943.0, 3972.0, 3910.0, 3973.0, 3910.0, 3932.0, 3920.0, 3900.0, 3954.0, 3910.0, 3923.0, 3965.0, 3912.0, 3988.0, 3958.0, 3958.0, 3936.0, 3935.0, 3975.0, 3901.0, 3966.0, 3974.0, 3913.0, 3975.0, 3933.0, 3946.0, 3924.0, 3914.0, 3963.0, 3911.0, 3953.0, 3912.0, 3956.0, 3985.0, 3934.0, 3987.0, 3955.0, 3945.0, 3975.0, 3901.0, 3942.0, 3940.0, 3910.0, 3974.0, 3932.0, 3943.0, 3974.0, 3915.0, 3944.0, 3908.0, 3920.0, 3963.0, 3911.0, 3934.0, 3953.0, 3913.0, 3956.0, 3923.0, 3935.0, 3966.0, 3924.0, 3946.0, 3966.0, 3914.0, 3957.0, 3965.0, 3935.0, 3967.0, 3945.0, 3937.0, 3978.0, 3926.0, 3947.0, 3998.0, 3924.0, 3956.0, 3986.0, 3925.0, 3957.0, 3947.0, 3957.0, 3989.0, 3936.0, 3947.0, 3977.0, 3924.0, 3967.0, 4008.0, 3926.0, 3957.0, 3923.0, 3935.0, 3978.0, 3935.0, 3956.0, 3977.0, 3926.0, 3947.0, 3987.0, 3936.0, 3988.0, 3935.0, 3947.0, 3978.0, 3935.0, 3958.0, 3999.0, 3927.0, 3958.0, 3998.0, 3925.0, 3957.0, 3996.0, 3935.0, 3989.0, 3945.0, 3946.0, 3966.0, 3954.0, 3945.0, 3986.0, 3934.0, 3956.0, 3986.0, 3913.0, 3945.0, 3996.0, 3945.0, 3976.0, 3914.0, 3935.0, 3975.0, 3913.0, 3967.0, 3986.0, 3945.0, 3976.0, 3924.0, 3945.0, 3965.0, 3913.0, 3967.0, 3986.0, 3945.0, 3977.0, 3914.0, 3945.0, 3964.0, 3924.0, 3966.0, 3925.0, 3958.0, 3997.0, 3988.0, 4009.0, 3956.0, 3956.0, 3985.0, 3923.0, 3975.0, 3943.0, 3955.0, 3996.0, 3913.0, 3945.0, 3943.0, 3923.0, 3965.0, 3932.0, 3954.0, 3964.0, 3923.0, 3944.0, 3920.0, 3934.0, 3966.0, 3945.0, 3956.0, 3966.0, 3924.0, 3945.0, 3954.0, 3935.0, 3977.0, 3925.0, 3957.0, 3966.0, 3926.0, 3957.0, 3924.0, 3957.0, 3999.0, 3926.0, 3958.0, 3987.0, 3925.0, 3978.0, 3946.0, 3967.0, 3998.0, 3926.0, 3958.0, 3976.0, 3935.0, 3989.0, 3977.0, 3967.0, 3988.0, 3936.0, 3947.0, 3997.0, 3925.0, 3978.0, 3956.0, 3957.0, 3987.0, 3925.0, 3957.0, 3986.0, 3946.0, 3998.0, 3945.0, 3956.0, 3976.0, 3924.0, 3956.0, 3996.0, 3934.0, 3987.0, 3924.0, 3946.0, 3976.0, 3924.0, 3956.0, 3986.0, 3945.0, 3976.0, 3924.0, 3956.0, 3975.0, 3924.0, 3988.0, 3945.0, 3956.0, 3976.0, 3924.0, 3955.0, 3974.0, 3944.0, 3976.0, 3923.0, 3956.0, 3966.0, 3924.0, 3956.0, 3934.0, 3956.0, 3987.0, 3925.0, 3957.0, 3936.0, 3946.0, 3988.0, 3936.0, 3977.0, 3936.0, 3957.0, 3926.0, 3969.0, 3999.0, 3957.0, 3988.0, 3956.0, 3946.0, 3966.0, 3924.0, 3967.0, 3976.0, 3946.0, 3977.0, 3925.0, 3956.0, 3965.0, 3945.0, 3988.0, 3946.0, 3967.0, 3967.0, 3935.0, 3966.0, 3924.0, 3968.0, 3999.0, 3979.0, 4000.0, 3928.0, 3948.0, 3940.0, 3958.0, 3927.0, 3959.0, 3939.0, 3960.0, 3949.0, 3992.0, 4011.0, 3969.0, 4000.0, 3955.0, 3946.0, 3967.0, 3935.0, 3968.0, 3999.0, 3956.0, 3999.0, 3937.0, 3958.0, 3987.0, 3924.0, 3946.0, 3975.0, 3946.0, 3977.0, 3926.0, 3958.0, 3956.0, 3925.0, 3968.0, 3946.0, 3958.0, 3978.0, 3927.0, 3963.0, 3928.0, 3950.0, 3969.0, 3942.0, 3991.0, 3940.0, 4016.0, 3983.0, 4003.0, 3982.0, 3961.0, 3981.0, 3947.0, 3959.0, 3989.0, 3916.0, 3981.0, 3969.0, 4011.0, 3992.0, 3972.0, 3940.0, 3961.0, 3960.0, 3929.0, 3980.0, 3928.0, 4002.0, 3981.0, 3982.0, 4012.0, 3939.0, 3980.0, 3966.0, 3935.0, 3966.0, 3944.0, 3956.0, 3998.0, 3946.0, 3999.0, 3945.0, 3945.0, 3977.0, 3924.0, 3966.0, 3986.0, 3976.0, 3986.0, 3925.0, 3946.0, 3934.0, 3934.0, 3954.0, 3924.0, 3957.0, 3986.0, 3946.0, 3987.0, 3926.0, 3947.0, 3924.0, 3945.0, 3966.0, 3913.0, 3957.0, 3999.0, 3935.0, 3998.0, 3925.0, 3946.0, 3975.0, 3911.0, 3967.0, 4011.0, 3968.0, 3976.0, 3924.0, 3956.0, 3944.0, 3945.0, 3987.0, 3926.0, 3958.0, 3990.0, 3938.0, 3968.0, 3987.0, 3924.0, 3966.0, 3923.0, 3913.0, 3968.0, 3945.0, 3968.0, 3988.0, 3926.0, 3958.0, 3977.0, 3925.0, 3967.0, 3976.0, 3946.0, 3977.0, 3966.0, 3946.0, 3967.0, 3944.0, 3945.0, 3965.0, 3933.0, 3955.0, 3975.0, 3924.0, 3956.0, 3975.0, 3924.0, 3966.0, 3986.0, 3935.0, 3987.0, 3943.0, 3935.0, 3976.0, 3922.0, 3944.0, 3966.0, 3934.0, 3966.0, 3976.0, 3934.0, 3954.0, 3975.0, 3924.0, 3967.0, 3988.0, 3978.0, 4009.0, 3948.0, 3969.0, 3937.0, 3958.0, 3979.0, 3956.0, 3960.0, 3990.0, 3956.0, 3968.0, 3998.0, 3933.0, 3967.0, 3965.0, 3944.0, 3965.0, 3919.0, 3955.0, 3988.0, 3943.0, 3965.0, 3995.0, 3922.0, 3964.0, 3962.0, 3921.0, 3963.0, 3930.0, 3953.0, 3985.0, 3923.0, 3978.0, 3986.0, 3985.0, 3998.0, 3936.0, 3978.0, 3936.0, 3957.0, 3987.0, 3924.0, 3957.0, 3925.0, 3947.0, 3926.0, 3958.0, 3978.0, 3947.0, 3989.0, 3965.0, 3968.0, 3986.0, 3930.0, 3964.0, 3985.0, 3946.0, 3998.0, 3923.0, 3944.0, 3911.0, 3955.0, 3998.0, 3965.0, 3986.0, 3933.0, 3943.0, 3973.0, 3921.0, 3943.0, 3983.0, 3922.0, 3975.0, 3912.0, 3930.0, 3942.0], 'WindowWidth': [9040.0, 8958.0, 8917.0, 8927.0, 8980.0, 8888.0, 8947.0, 8844.0, 8928.0, 8907.0, 8922.0, 8835.0, 8892.0, 8916.0, 8876.0, 8908.0, 8884.0, 8853.0, 8909.0, 8794.0, 8907.0, 8891.0, 8854.0, 8945.0, 8805.0, 8850.0, 8836.0, 8820.0, 8856.0, 8807.0, 8865.0, 8795.0, 8838.0, 8832.0, 8806.0, 8860.0, 8801.0, 8833.0, 8889.0, 8802.0, 8887.0, 8800.0, 8830.0, 8855.0, 8786.0, 8874.0, 8829.0, 8833.0, 8903.0, 8790.0, 8861.0, 8801.0, 8833.0, 8891.0, 8804.0, 8876.0, 8818.0, 8819.0, 8873.0, 8788.0, 8865.0, 8831.0, 8821.0, 8876.0, 8793.0, 8837.0, 8858.0, 8822.0, 8894.0, 8809.0, 8855.0, 8812.0, 8830.0, 8864.0, 8810.0, 8884.0, 8817.0, 8859.0, 8845.0, 8861.0, 8915.0, 8798.0, 8871.0, 8908.0, 8826.0, 8898.0, 8812.0, 8853.0, 8891.0, 8808.0, 8885.0, 8850.0, 8840.0, 8880.0, 8824.0, 8877.0, 8898.0, 8817.0, 8869.0, 8833.0, 8900.0, 8880.0, 8853.0, 8865.0, 8852.0, 8912.0, 8834.0, 8891.0, 8935.0, 8837.0, 8936.0, 8822.0, 8864.0, 8915.0, 8815.0, 8922.0, 8883.0, 8866.0, 8902.0, 8827.0, 8861.0, 8942.0, 8841.0, 8907.0, 8824.0, 8887.0, 8823.0, 8858.0, 8893.0, 8823.0, 8916.0, 8866.0, 8855.0, 8864.0, 8807.0, 8876.0, 8841.0, 8842.0, 8886.0, 8783.0, 8828.0, 8868.0, 8799.0, 8873.0, 8783.0, 8803.0, 8852.0, 8786.0, 8864.0, 8832.0, 8829.0, 8881.0, 8811.0, 8840.0, 8819.0, 8825.0, 8896.0, 8814.0, 8858.0, 8842.0, 8846.0, 8883.0, 8799.0, 8887.0, 8872.0, 8863.0, 8878.0, 8837.0, 8889.0, 8827.0, 8858.0, 8915.0, 8842.0, 8902.0, 8842.0, 8858.0, 8898.0, 8797.0, 8884.0, 8909.0, 8837.0, 8897.0, 8822.0, 8837.0, 8890.0, 8805.0, 8876.0, 8885.0, 8833.0, 8893.0, 8806.0, 8835.0, 8889.0, 8790.0, 8878.0, 8829.0, 8834.0, 8907.0, 8806.0, 8851.0, 8851.0, 8812.0, 8824.0, 8783.0, 8833.0, 8837.0, 8752.0, 8819.0, 8776.0, 8791.0, 8831.0, 8818.0, 8887.0, 8863.0, 8782.0, 8825.0, 8735.0, 8814.0, 8941.0, 8849.0, 8856.0, 8779.0, 8820.0, 8886.0, 8871.0, 8910.0, 8834.0, 8849.0, 8876.0, 8784.0, 8823.0, 8766.0, 8830.0, 8904.0, 8808.0, 8917.0, 8911.0, 8852.0, 8906.0, 8782.0, 8821.0, 8860.0, 8760.0, 8836.0, 8861.0, 8798.0, 8890.0, 8840.0, 8816.0, 8869.0, 8780.0, 8819.0, 8859.0, 8762.0, 8838.0, 8865.0, 8798.0, 8885.0, 8803.0, 8833.0, 8872.0, 8784.0, 8843.0, 8866.0, 8803.0, 8888.0, 8790.0, 8837.0, 8877.0, 8808.0, 8868.0, 8877.0, 8823.0, 8894.0, 8809.0, 8836.0, 8875.0, 8807.0, 8882.0, 8891.0, 8823.0, 8896.0, 8797.0, 8855.0, 8895.0, 8811.0, 8899.0, 8881.0, 8839.0, 8898.0, 8822.0, 8823.0, 8878.0, 8819.0, 8881.0, 8910.0, 8813.0, 8898.0, 8811.0, 8854.0, 8891.0, 8808.0, 8883.0, 8894.0, 8826.0, 8911.0, 8812.0, 8855.0, 8893.0, 8808.0, 8882.0, 8878.0, 8826.0, 8894.0, 8813.0, 8856.0, 8908.0, 8824.0, 8898.0, 8823.0, 8827.0, 8897.0, 8812.0, 8858.0, 8914.0, 8830.0, 8904.0, 8843.0, 8848.0, 8902.0, 8832.0, 8876.0, 8911.0, 8812.0, 8924.0, 8919.0, 8845.0, 8915.0, 8836.0, 8863.0, 8916.0, 8921.0, 8959.0, 8843.0, 8884.0, 8839.0, 8909.0, 8871.0, 8851.0, 8862.0, 8855.0, 8884.0, 8900.0, 8921.0, 8934.0, 8928.0, 8888.0, 8957.0, 8910.0, 8889.0, 8912.0, 8811.0, 8882.0, 8816.0, 8863.0, 8896.0, 8840.0, 8891.0, 8842.0, 8798.0, 8852.0, 8766.0, 8868.0, 8821.0, 8840.0, 8862.0, 8783.0, 8852.0, 8809.0, 8827.0, 8863.0, 8779.0, 8866.0, 8781.0, 8812.0, 8794.0, 8766.0, 8843.0, 8778.0, 8800.0, 8857.0, 8786.0, 8899.0, 8858.0, 8861.0, 8830.0, 8825.0, 8874.0, 8773.0, 8866.0, 8870.0, 8789.0, 8873.0, 8816.0, 8838.0, 8809.0, 8796.0, 8854.0, 8784.0, 8840.0, 8786.0, 8851.0, 8887.0, 8820.0, 8895.0, 8846.0, 8834.0, 8874.0, 8771.0, 8825.0, 8818.0, 8780.0, 8870.0, 8812.0, 8829.0, 8872.0, 8800.0, 8833.0, 8774.0, 8794.0, 8853.0, 8784.0, 8817.0, 8842.0, 8789.0, 8851.0, 8802.0, 8821.0, 8866.0, 8808.0, 8839.0, 8864.0, 8793.0, 8853.0, 8861.0, 8822.0, 8866.0, 8833.0, 8828.0, 8884.0, 8812.0, 8840.0, 8910.0, 8807.0, 8852.0, 8890.0, 8809.0, 8855.0, 8841.0, 8856.0, 8902.0, 8827.0, 8841.0, 8883.0, 8808.0, 8869.0, 8925.0, 8813.0, 8855.0, 8806.0, 8823.0, 8885.0, 8823.0, 8853.0, 8883.0, 8814.0, 8843.0, 8895.0, 8826.0, 8899.0, 8825.0, 8844.0, 8884.0, 8825.0, 8859.0, 8915.0, 8816.0, 8860.0, 8912.0, 8812.0, 8854.0, 8906.0, 8825.0, 8900.0, 8835.0, 8837.0, 8866.0, 8847.0, 8836.0, 8892.0, 8819.0, 8851.0, 8890.0, 8791.0, 8837.0, 8903.0, 8834.0, 8878.0, 8795.0, 8824.0, 8874.0, 8791.0, 8868.0, 8890.0, 8836.0, 8879.0, 8806.0, 8836.0, 8861.0, 8790.0, 8867.0, 8891.0, 8837.0, 8881.0, 8792.0, 8836.0, 8858.0, 8808.0, 8865.0, 8810.0, 8857.0, 8909.0, 8896.0, 8928.0, 8851.0, 8852.0, 8888.0, 8802.0, 8877.0, 8829.0, 8848.0, 8904.0, 8791.0, 8835.0, 8830.0, 8802.0, 8861.0, 8813.0, 8845.0, 8860.0, 8805.0, 8833.0, 8797.0, 8821.0, 8867.0, 8836.0, 8852.0, 8865.0, 8808.0, 8837.0, 8846.0, 8823.0, 8882.0, 8811.0, 8857.0, 8868.0, 8813.0, 8856.0, 8808.0, 8856.0, 8913.0, 8813.0, 8857.0, 8896.0, 8812.0, 8886.0, 8838.0, 8869.0, 8912.0, 8813.0, 8857.0, 8879.0, 8825.0, 8903.0, 8881.0, 8869.0, 8898.0, 8825.0, 8842.0, 8906.0, 8809.0, 8886.0, 8851.0, 8855.0, 8895.0, 8811.0, 8857.0, 8892.0, 8838.0, 8912.0, 8838.0, 8852.0, 8880.0, 8807.0, 8851.0, 8905.0, 8821.0, 8895.0, 8809.0, 8838.0, 8879.0, 8806.0, 8853.0, 8889.0, 8837.0, 8879.0, 8807.0, 8851.0, 8874.0, 8806.0, 8897.0, 8835.0, 8851.0, 8879.0, 8808.0, 8850.0, 8873.0, 8833.0, 8877.0, 8806.0, 8850.0, 8867.0, 8808.0, 8853.0, 8822.0, 8853.0, 8895.0, 8813.0, 8855.0, 8827.0, 8842.0, 8898.0, 8827.0, 8881.0, 8829.0, 8856.0, 8814.0, 8873.0, 8916.0, 8854.0, 8898.0, 8851.0, 8839.0, 8863.0, 8808.0, 8869.0, 8878.0, 8839.0, 8881.0, 8810.0, 8853.0, 8861.0, 8836.0, 8897.0, 8838.0, 8869.0, 8867.0, 8825.0, 8865.0, 8806.0, 8871.0, 8915.0, 8889.0, 8919.0, 8819.0, 8848.0, 8839.0, 8860.0, 8817.0, 8862.0, 8835.0, 8867.0, 8850.0, 8909.0, 8938.0, 8873.0, 8918.0, 8850.0, 8839.0, 8866.0, 8822.0, 8870.0, 8914.0, 8852.0, 8916.0, 8829.0, 8857.0, 8895.0, 8807.0, 8837.0, 8875.0, 8839.0, 8880.0, 8812.0, 8857.0, 8852.0, 8811.0, 8872.0, 8837.0, 8856.0, 8882.0, 8814.0, 8874.0, 8817.0, 8849.0, 8875.0, 8844.0, 8908.0, 8839.0, 8949.0, 8900.0, 8927.0, 8894.0, 8868.0, 8890.0, 8840.0, 8856.0, 8898.0, 8801.0, 8892.0, 8874.0, 8935.0, 8909.0, 8885.0, 8839.0, 8867.0, 8865.0, 8821.0, 8889.0, 8817.0, 8923.0, 8892.0, 8897.0, 8938.0, 8834.0, 8889.0, 8863.0, 8821.0, 8863.0, 8831.0, 8851.0, 8913.0, 8837.0, 8911.0, 8833.0, 8835.0, 8881.0, 8807.0, 8863.0, 8889.0, 8875.0, 8891.0, 8809.0, 8837.0, 8819.0, 8819.0, 8846.0, 8808.0, 8852.0, 8889.0, 8836.0, 8895.0, 8812.0, 8841.0, 8808.0, 8836.0, 8862.0, 8790.0, 8855.0, 8913.0, 8823.0, 8910.0, 8808.0, 8837.0, 8875.0, 8786.0, 8870.0, 8936.0, 8873.0, 8878.0, 8807.0, 8851.0, 8830.0, 8834.0, 8892.0, 8811.0, 8858.0, 8905.0, 8833.0, 8871.0, 8893.0, 8806.0, 8863.0, 8803.0, 8791.0, 8869.0, 8835.0, 8871.0, 8899.0, 8815.0, 8860.0, 8882.0, 8810.0, 8868.0, 8878.0, 8837.0, 8880.0, 8863.0, 8838.0, 8867.0, 8833.0, 8834.0, 8861.0, 8817.0, 8848.0, 8876.0, 8805.0, 8850.0, 8874.0, 8807.0, 8867.0, 8893.0, 8821.0, 8897.0, 8833.0, 8825.0, 8880.0, 8803.0, 8834.0, 8866.0, 8822.0, 8868.0, 8879.0, 8821.0, 8848.0, 8876.0, 8808.0, 8869.0, 8899.0, 8886.0, 8932.0, 8848.0, 8878.0, 8832.0, 8860.0, 8889.0, 8852.0, 8865.0, 8904.0, 8853.0, 8871.0, 8914.0, 8823.0, 8870.0, 8862.0, 8834.0, 8863.0, 8795.0, 8849.0, 8899.0, 8831.0, 8863.0, 8904.0, 8803.0, 8859.0, 8853.0, 8797.0, 8857.0, 8809.0, 8843.0, 8889.0, 8805.0, 8886.0, 8894.0, 8892.0, 8915.0, 8829.0, 8888.0, 8830.0, 8858.0, 8897.0, 8809.0, 8857.0, 8809.0, 8842.0, 8815.0, 8860.0, 8886.0, 8844.0, 8901.0, 8860.0, 8871.0, 8892.0, 8809.0, 8859.0, 8888.0, 8840.0, 8912.0, 8806.0, 8832.0, 8784.0, 8849.0, 8912.0, 8862.0, 8896.0, 8819.0, 8831.0, 8869.0, 8798.0, 8830.0, 8884.0, 8800.0, 8873.0, 8787.0, 8811.0, 8826.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.003528317046688382</td></tr>
<tr><td colspan=3>aqi</td><td>0.04466695863192183</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.43543653909782</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1951998345760861</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0398525244347827</td></tr>
<tr><td colspan=3>efc</td><td>0.4684</td></tr>
<tr><td colspan=3>fber</td><td>5816.165</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12286525274664535</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>121</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.137893593919653</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.270415320936254</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1670922210597676</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4637980321675683</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.180355709581425</td></tr>
<tr><td colspan=3>gcor</td><td>0.00709102</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016512451693415642</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02901052124798298</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>921</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.376078359311372</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.6499</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7212</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.596</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>301580.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>604.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>265.8981</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3879</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>451.0725</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3221.1962</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>767.3486</td></tr>
<tr><td colspan=3>tsnr</td><td>31.888491240271833</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>