ds005256-mriqc/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter aa0c2bdd2c [DATALAD RUNCMD] Compute MRIQC for sub-0133
=== 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-0133 --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-0133",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:14:58 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-02/func/sub-0133_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>757d792003f640b7fd057000c1eb9593</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>22:27:10.227500</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.999707, -0.00672364, -0.0232434, 0.00767736, 0.999122, 0.0411894]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104167</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7788, -7235, 173, -133, -94, -23, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.058</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5ca4d6a7-ea58-4e25-a7be-7199abf9fe68||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.6821413040161133, 0.02059779316186905, -0.061954233795404434, 114.10824584960938], [0.018039021641016006, 2.6805708408355713, 0.11166060715913773, -100.0685806274414], [-0.0623602494597435, -0.11050812900066376, 2.6969785690307617, -69.40123748779297], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 914]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['222710.227500', '222710.687500', '222711.147500', '222711.607500', '222712.067500', '222712.527500', '222712.987500', '222713.447500', '222713.907500', '222714.367500', '222714.827500', '222715.287500', '222715.747500', '222716.207500', '222716.667500', '222717.127500', '222717.587500', '222718.047500', '222718.507500', '222718.967500', '222719.427500', '222719.887500', '222720.347500', '222720.807500', '222721.267500', '222721.727500', '222722.187500', '222722.647500', '222723.107500', '222723.567500', '222724.027500', '222724.487500', '222724.947500', '222725.407500', '222725.867500', '222726.327500', '222726.787500', '222727.247500', '222727.707500', '222728.167500', '222728.627500', '222729.087500', '222729.547500', '222730.007500', '222730.467500', '222730.927500', '222731.387500', '222731.847500', '222732.307500', '222732.767500', '222733.227500', '222733.687500', '222734.147500', '222734.607500', '222735.067500', '222735.527500', '222735.987500', '222736.447500', '222736.907500', '222737.367500', '222737.827500', '222738.287500', '222738.747500', '222739.207500', '222739.667500', '222740.127500', '222740.587500', '222741.047500', '222741.507500', '222741.967500', '222742.427500', '222742.887500', '222743.347500', '222743.807500', '222744.267500', '222744.727500', '222745.187500', '222745.647500', '222746.107500', '222746.567500', '222747.027500', '222747.487500', '222747.947500', '222748.407500', '222748.867500', '222749.327500', '222749.787500', '222750.247500', '222750.707500', '222751.167500', '222751.627500', '222752.087500', '222752.547500', '222753.007500', '222753.467500', '222753.927500', '222754.387500', '222754.847500', '222755.307500', '222755.767500', '222756.227500', '222756.687500', '222757.147500', '222757.607500', '222758.067500', '222758.527500', '222758.987500', '222759.447500', '222759.907500', '222800.367500', '222800.827500', '222801.287500', '222801.747500', '222802.207500', '222802.667500', '222803.127500', '222803.587500', '222804.047500', '222804.507500', '222804.967500', '222805.427500', '222805.887500', '222806.347500', '222806.807500', '222807.267500', '222807.727500', '222808.187500', '222808.647500', '222809.107500', '222809.567500', '222810.027500', '222810.487500', '222810.947500', '222811.407500', '222811.867500', '222812.327500', '222812.787500', '222813.247500', '222813.707500', '222814.167500', '222814.627500', '222815.087500', '222815.547500', '222816.007500', '222816.467500', '222816.927500', '222817.387500', '222817.847500', '222818.307500', '222818.767500', '222819.227500', '222819.687500', '222820.147500', '222820.607500', '222821.067500', '222821.527500', '222821.987500', '222822.447500', '222822.907500', '222823.367500', '222823.827500', '222824.287500', '222824.747500', '222825.207500', '222825.667500', '222826.127500', '222826.587500', '222827.047500', '222827.507500', '222827.967500', '222828.427500', '222828.887500', '222829.347500', '222829.807500', '222830.267500', '222830.727500', '222831.187500', '222831.647500', '222832.107500', '222832.567500', '222833.027500', '222833.487500', '222833.947500', '222834.407500', '222834.867500', '222835.327500', '222835.787500', '222836.247500', '222836.707500', '222837.167500', '222837.627500', '222838.087500', '222838.547500', '222839.007500', '222839.467500', '222839.927500', '222840.387500', '222840.847500', '222841.307500', '222841.767500', '222842.227500', '222842.687500', '222843.147500', '222843.607500', '222844.067500', '222844.527500', '222844.987500', '222845.447500', '222845.907500', '222846.367500', '222846.827500', '222847.287500', '222847.747500', '222848.207500', '222848.667500', '222849.127500', '222849.587500', '222850.047500', '222850.507500', '222850.967500', '222851.427500', '222851.887500', '222852.347500', '222852.807500', '222853.267500', '222853.727500', '222854.187500', '222854.647500', '222855.107500', '222855.567500', '222856.027500', '222856.487500', '222856.947500', '222857.407500', '222857.867500', '222858.327500', '222858.787500', '222859.247500', '222859.707500', '222900.167500', '222900.627500', '222901.087500', '222901.547500', '222902.007500', '222902.467500', '222902.927500', '222903.387500', '222903.847500', '222904.307500', '222904.767500', '222905.227500', '222905.687500', '222906.147500', '222906.607500', '222907.067500', '222907.527500', '222907.987500', '222908.447500', '222908.907500', '222909.367500', '222909.827500', '222910.287500', '222910.747500', '222911.207500', '222911.667500', '222912.127500', '222912.587500', '222913.047500', '222913.507500', '222913.967500', '222914.427500', '222914.887500', '222915.347500', '222915.807500', '222916.267500', '222916.727500', '222917.187500', '222917.647500', '222918.107500', '222918.567500', '222919.027500', '222919.487500', '222919.947500', '222920.407500', '222920.867500', '222921.327500', '222921.787500', '222922.247500', '222922.707500', '222923.167500', '222923.627500', '222924.087500', '222924.547500', '222925.007500', '222925.467500', '222925.927500', '222926.387500', '222926.847500', '222927.307500', '222927.767500', '222928.227500', '222928.687500', '222929.147500', '222929.607500', '222930.067500', '222930.527500', '222930.987500', '222931.447500', '222931.907500', '222932.367500', '222932.827500', '222933.287500', '222933.747500', '222934.207500', '222934.667500', '222935.127500', '222935.587500', '222936.047500', '222936.507500', '222936.967500', '222937.427500', '222937.887500', '222938.347500', '222938.807500', '222939.267500', '222939.727500', '222940.187500', '222940.647500', '222941.107500', '222941.567500', '222942.027500', '222942.487500', '222942.947500', '222943.407500', '222943.867500', '222944.327500', '222944.787500', '222945.247500', '222945.707500', '222946.167500', '222946.627500', '222947.087500', '222947.547500', '222948.007500', '222948.467500', '222948.927500', '222949.387500', '222949.847500', '222950.307500', '222950.767500', '222951.227500', '222951.687500', '222952.147500', '222952.607500', '222953.067500', '222953.527500', '222953.987500', '222954.447500', '222954.907500', '222955.367500', '222955.827500', '222956.287500', '222956.747500', '222957.207500', '222957.667500', '222958.127500', '222958.587500', '222959.047500', '222959.507500', '222959.967500', '223000.427500', '223000.887500', '223001.347500', '223001.807500', '223002.267500', '223002.727500', '223003.187500', '223003.647500', '223004.107500', '223004.567500', '223005.027500', '223005.487500', '223005.947500', '223006.407500', '223006.867500', '223007.327500', '223007.787500', '223008.247500', '223008.707500', '223009.167500', '223009.627500', '223010.087500', '223010.547500', '223011.007500', '223011.467500', '223011.927500', '223012.387500', '223012.847500', '223013.307500', '223013.767500', '223014.227500', '223014.687500', '223015.147500', '223015.607500', '223016.067500', '223016.527500', '223016.987500', '223017.447500', '223017.907500', '223018.367500', '223018.827500', '223019.287500', '223019.747500', '223020.207500', '223020.667500', '223021.127500', '223021.587500', '223022.047500', '223022.507500', '223022.967500', '223023.427500', '223023.887500', '223024.347500', '223024.807500', '223025.267500', '223025.727500', '223026.187500', '223026.647500', '223027.107500', '223027.567500', '223028.027500', '223028.487500', '223028.947500', '223029.407500', '223029.867500', '223030.327500', '223030.787500', '223031.247500', '223031.707500', '223032.167500', '223032.627500', '223033.087500', '223033.547500', '223034.007500', '223034.467500', '223034.927500', '223035.387500', '223035.847500', '223036.307500', '223036.767500', '223037.227500', '223037.687500', '223038.147500', '223038.607500', '223039.067500', '223039.527500', '223039.987500', '223040.447500', '223040.907500', '223041.367500', '223041.827500', '223042.287500', '223042.747500', '223043.207500', '223043.667500', '223044.127500', '223044.587500', '223045.047500', '223045.507500', '223045.967500', '223046.427500', '223046.887500', '223047.347500', '223047.807500', '223048.267500', '223048.727500', '223049.187500', '223049.647500', '223050.107500', '223050.567500', '223051.027500', '223051.487500', '223051.947500', '223052.407500', '223052.867500', '223053.327500', '223053.787500', '223054.247500', '223054.707500', '223055.167500', '223055.627500', '223056.087500', '223056.547500', '223057.007500', '223057.467500', '223057.927500', '223058.387500', '223058.847500', '223059.307500', '223059.767500', '223100.227500', '223100.687500', '223101.147500', '223101.607500', '223102.067500', '223102.527500', '223102.987500', '223103.447500', '223103.907500', '223104.367500', '223104.827500', '223105.287500', '223105.747500', '223106.207500', '223106.667500', '223107.127500', '223107.587500', '223108.047500', '223108.507500', '223108.967500', '223109.427500', '223109.887500', '223110.347500', '223110.807500', '223111.267500', '223111.727500', '223112.187500', '223112.647500', '223113.107500', '223113.567500', '223114.027500', '223114.487500', '223114.947500', '223115.407500', '223115.867500', '223116.327500', '223116.787500', '223117.247500', '223117.707500', '223118.167500', '223118.627500', '223119.087500', '223119.547500', '223120.007500', '223120.467500', '223120.927500', '223121.387500', '223121.847500', '223122.307500', '223122.767500', '223123.227500', '223123.687500', '223124.147500', '223124.607500', '223125.067500', '223125.527500', '223125.987500', '223126.447500', '223126.907500', '223127.367500', '223127.827500', '223128.287500', '223128.747500', '223129.207500', '223129.667500', '223130.127500', '223130.587500', '223131.047500', '223131.507500', '223131.967500', '223132.427500', '223132.887500', '223133.347500', '223133.807500', '223134.267500', '223134.727500', '223135.187500', '223135.647500', '223136.107500', '223136.567500', '223137.027500', '223137.487500', '223137.947500', '223138.407500', '223138.867500', '223139.327500', '223139.787500', '223140.247500', '223140.707500', '223141.167500', '223141.627500', '223142.087500', '223142.547500', '223143.007500', '223143.467500', '223143.927500', '223144.387500', '223144.847500', '223145.307500', '223145.767500', '223146.227500', '223146.687500', '223147.147500', '223147.607500', '223148.067500', '223148.527500', '223148.987500', '223149.447500', '223149.907500', '223150.367500', '223150.827500', '223151.287500', '223151.747500', '223152.207500', '223152.667500', '223153.127500', '223153.587500', '223154.047500', '223154.507500', '223154.967500', '223155.427500', '223155.887500', '223156.347500', '223156.807500', '223157.267500', '223157.727500', '223158.187500', '223158.647500', '223159.107500', '223159.567500', '223200.027500', '223200.487500', '223200.947500', '223201.407500', '223201.867500', '223202.327500', '223202.787500', '223203.247500', '223203.707500', '223204.167500', '223204.627500', '223205.087500', '223205.547500', '223206.007500', '223206.467500', '223206.927500', '223207.387500', '223207.847500', '223208.307500', '223208.767500', '223209.227500', '223209.687500', '223210.147500', '223210.607500', '223211.067500', '223211.527500', '223211.987500', '223212.447500', '223212.907500', '223213.367500', '223213.827500', '223214.287500', '223214.747500', '223215.207500', '223215.667500', '223216.127500', '223216.587500', '223217.047500', '223217.507500', '223217.967500', '223218.427500', '223218.887500', '223219.347500', '223219.807500', '223220.267500', '223220.727500', '223221.187500', '223221.647500', '223222.107500', '223222.567500', '223223.027500', '223223.487500', '223223.947500', '223224.407500', '223224.867500', '223225.327500', '223225.787500', '223226.247500', '223226.707500', '223227.167500', '223227.627500', '223228.087500', '223228.547500', '223229.007500', '223229.467500', '223229.927500', '223230.387500', '223230.847500', '223231.307500', '223231.767500', '223232.227500', '223232.687500', '223233.147500', '223233.607500', '223234.067500', '223234.527500', '223234.987500', '223235.447500', '223235.907500', '223236.367500', '223236.827500', '223237.287500', '223237.747500', '223238.207500', '223238.667500', '223239.127500', '223239.587500', '223240.047500', '223240.507500', '223240.967500', '223241.427500', '223241.887500', '223242.347500', '223242.807500', '223243.267500', '223243.727500', '223244.187500', '223244.647500', '223245.107500', '223245.567500', '223246.027500', '223246.487500', '223246.947500', '223247.407500', '223247.867500', '223248.327500', '223248.787500', '223249.247500', '223249.707500', '223250.167500', '223250.627500', '223251.087500', '223251.547500', '223252.007500', '223252.467500', '223252.927500', '223253.387500', '223253.847500', '223254.307500', '223254.767500', '223255.227500', '223255.687500', '223256.147500', '223256.607500', '223257.067500', '223257.527500', '223257.987500', '223258.447500', '223258.907500', '223259.367500', '223259.827500', '223300.287500', '223300.747500', '223301.207500', '223301.667500', '223302.127500', '223302.587500', '223303.047500', '223303.507500', '223303.967500', '223304.427500', '223304.887500', '223305.347500', '223305.807500', '223306.267500', '223306.727500', '223307.187500', '223307.647500', '223308.107500', '223308.567500', '223309.027500', '223309.487500', '223309.947500', '223310.407500', '223310.867500', '223311.327500', '223311.787500', '223312.247500', '223312.707500', '223313.167500', '223313.627500', '223314.087500', '223314.547500', '223315.007500', '223315.467500', '223315.927500', '223316.387500', '223316.847500', '223317.307500', '223317.767500', '223318.227500', '223318.687500', '223319.147500', '223319.607500', '223320.067500', '223320.527500', '223320.987500', '223321.447500', '223321.907500', '223322.367500', '223322.827500', '223323.287500', '223323.747500', '223324.207500', '223324.667500', '223325.127500', '223325.587500', '223326.047500', '223326.507500', '223326.967500', '223327.427500', '223327.887500', '223328.347500', '223328.807500', '223329.267500', '223329.727500', '223330.187500', '223330.647500', '223331.107500', '223331.567500', '223332.027500', '223332.487500', '223332.947500', '223333.407500', '223333.867500', '223334.327500', '223334.787500', '223335.247500', '223335.707500', '223336.167500', '223336.627500', '223337.087500', '223337.547500', '223338.007500', '223338.467500', '223338.927500', '223339.387500', '223339.847500', '223340.307500', '223340.767500', '223341.227500', '223341.687500', '223342.147500', '223342.607500', '223343.067500', '223343.527500', '223343.987500', '223344.447500', '223344.907500', '223345.367500', '223345.827500', '223346.287500', '223346.747500', '223347.207500', '223347.667500', '223348.127500', '223348.587500', '223349.047500', '223349.507500', '223349.967500', '223350.427500', '223350.887500', '223351.347500', '223351.807500', '223352.267500', '223352.727500', '223353.187500', '223353.647500', '223354.107500', '223354.567500', '223355.027500', '223355.487500', '223355.947500', '223356.407500', '223356.867500', '223357.327500', '223357.787500', '223358.247500', '223358.707500', '223359.167500', '223359.627500', '223400.087500', '223400.547500', '223401.007500', '223401.467500', '223401.927500', '223402.387500', '223402.847500', '223403.307500', '223403.767500', '223404.227500', '223404.687500', '223405.147500', '223405.607500', '223406.067500', '223406.527500', '223406.987500', '223407.447500', '223407.907500', '223408.367500', '223408.827500', '223409.287500', '223409.747500', '223410.207500'], 'ContentTime': ['222734.966000', '222734.969000', '222734.972000', '222734.975000', '222734.978000', '222734.980000', '222734.983000', '222734.985000', '222734.988000', '222734.991000', '222734.993000', '222734.996000', '222735.000000', '222735.023000', '222735.026000', '222735.028000', '222735.031000', '222735.034000', '222735.036000', '222735.039000', '222735.042000', '222735.044000', '222735.047000', '222735.049000', '222735.052000', '222735.055000', '222735.063000', '222735.066000', '222735.069000', '222735.071000', '222735.074000', '222735.076000', '222735.079000', '222735.082000', '222735.084000', '222735.087000', '222735.089000', '222735.092000', '222735.095000', '222735.107000', '222735.110000', '222735.113000', '222735.115000', '222735.118000', '222735.121000', '222735.123000', '222735.126000', '222735.128000', '222735.131000', '222735.134000', '222735.136000', '222754.924000', '222754.927000', '222754.930000', '222754.933000', '222754.935000', '222754.938000', '222754.940000', '222754.943000', '222754.946000', '222754.948000', '222754.951000', '222754.953000', '222754.956000', '222754.958000', '222754.961000', '222754.963000', '222754.966000', '222754.977000', '222754.980000', '222754.982000', '222754.985000', '222754.987000', '222754.990000', '222754.992000', '222754.995000', '222754.997000', '222755.001000', '222755.004000', '222755.006000', '222755.009000', '222755.011000', '222755.014000', '222755.016000', '222755.019000', '222755.022000', '222755.024000', '222755.027000', '222755.029000', '222755.032000', '222755.034000', '222755.037000', '222755.039000', '222755.042000', '222814.925000', '222814.927000', '222814.930000', '222814.934000', '222814.936000', '222814.939000', '222814.941000', '222814.944000', '222814.947000', '222814.949000', '222814.952000', '222814.955000', '222814.957000', '222814.960000', '222814.962000', '222814.965000', '222814.968000', '222814.970000', '222814.973000', '222814.976000', '222814.978000', '222814.981000', '222814.984000', '222814.986000', '222814.989000', '222814.991000', '222814.994000', '222814.997000', '222815.000000', '222815.003000', '222815.006000', '222815.008000', '222815.011000', '222815.014000', '222815.016000', '222815.019000', '222815.021000', '222815.024000', '222815.027000', '222815.029000', '222815.032000', '222815.034000', '222815.037000', '222815.039000', '222834.924000', '222834.927000', '222834.930000', '222834.933000', '222834.935000', '222834.938000', '222834.941000', '222834.943000', '222834.946000', '222834.948000', '222834.959000', '222834.961000', '222834.964000', '222834.967000', '222834.969000', '222834.972000', '222834.974000', '222834.977000', '222834.980000', '222834.982000', '222834.985000', '222834.988000', '222834.990000', '222834.993000', '222834.995000', '222834.998000', '222835.001000', '222835.004000', '222835.007000', '222835.009000', '222835.012000', '222835.014000', '222835.017000', '222835.020000', '222835.022000', '222835.025000', '222835.027000', '222835.030000', '222835.032000', '222835.035000', '222835.038000', '222835.041000', '222835.044000', '222854.924000', '222854.927000', '222854.930000', '222854.932000', '222854.935000', '222854.938000', '222854.940000', '222854.943000', '222854.945000', '222854.948000', '222854.951000', '222854.953000', '222854.956000', '222854.959000', '222854.961000', '222854.964000', '222854.966000', '222854.969000', '222854.972000', '222854.974000', '222854.977000', '222854.980000', '222854.982000', '222854.985000', '222854.987000', '222854.990000', '222854.993000', '222854.995000', '222854.998000', '222855.001000', '222855.004000', '222855.007000', '222855.010000', '222855.012000', '222855.015000', '222855.018000', '222855.020000', '222855.023000', '222855.025000', '222855.028000', '222855.031000', '222855.033000', '222855.036000', '222855.038000', '222914.924000', '222914.934000', '222914.936000', '222914.939000', '222914.942000', '222914.944000', '222914.947000', '222914.949000', '222914.952000', '222914.955000', '222914.957000', '222914.960000', '222914.963000', '222914.965000', '222914.968000', '222914.970000', '222914.973000', '222914.976000', '222914.985000', '222914.988000', '222914.991000', '222914.993000', '222914.996000', '222915.000000', '222915.002000', '222915.005000', '222915.008000', '222915.010000', '222915.013000', '222915.015000', '222915.018000', '222915.021000', '222915.023000', '222915.026000', '222915.028000', '222915.031000', '222915.033000', '222915.036000', '222915.039000', '222915.042000', '222915.045000', '222915.048000', '222915.051000', '222934.925000', '222934.928000', '222934.931000', '222934.933000', '222934.936000', '222934.939000', '222934.941000', '222934.944000', '222934.947000', '222934.950000', '222934.952000', '222934.955000', '222934.957000', '222934.960000', '222934.963000', '222934.966000', '222934.968000', '222934.971000', '222934.974000', '222934.976000', '222934.979000', '222934.982000', '222934.984000', '222934.987000', '222934.989000', '222934.992000', '222934.994000', '222934.997000', '222935.000000', '222935.002000', '222935.005000', '222935.007000', '222935.010000', '222935.013000', '222935.015000', '222935.018000', '222935.020000', '222935.023000', '222935.026000', '222935.028000', '222935.031000', '222935.033000', '222935.036000', '222935.039000', '222954.925000', '222954.927000', '222954.930000', '222954.933000', '222954.936000', '222954.938000', '222954.941000', '222954.943000', '222954.946000', '222954.949000', '222954.951000', '222954.954000', '222954.956000', '222954.959000', '222954.961000', '222954.964000', '222954.967000', '222954.969000', '222954.972000', '222954.974000', '222954.977000', '222954.980000', '222954.982000', '222954.985000', '222954.988000', '222954.990000', '222954.993000', '222954.996000', '222954.998000', '222955.002000', '222955.004000', '222955.007000', '222955.010000', '222955.012000', '222955.015000', '222955.018000', '222955.020000', '222955.023000', '222955.025000', '222955.028000', '222955.031000', '222955.033000', '222955.036000', '223014.925000', '223014.927000', '223014.930000', '223014.933000', '223014.935000', '223014.938000', '223014.941000', '223014.943000', '223014.946000', '223014.949000', '223014.951000', '223014.954000', '223014.956000', '223014.959000', '223014.962000', '223014.964000', '223014.967000', '223014.970000', '223014.972000', '223014.975000', '223014.978000', '223014.980000', '223014.983000', '223014.986000', '223014.988000', '223014.991000', '223014.993000', '223014.996000', '223015.000000', '223015.002000', '223015.005000', '223015.008000', '223015.011000', '223015.013000', '223015.016000', '223015.018000', '223015.021000', '223015.024000', '223015.026000', '223015.029000', '223015.031000', '223015.034000', '223015.037000', '223015.039000', '223034.924000', '223034.927000', '223034.930000', '223034.933000', '223034.936000', '223034.938000', '223034.975000', '223034.977000', '223034.980000', '223034.982000', '223034.985000', '223034.988000', '223034.990000', '223034.993000', '223034.996000', '223034.998000', '223035.002000', '223035.005000', '223035.007000', '223035.010000', '223035.012000', '223035.015000', '223035.018000', '223035.020000', '223035.023000', '223035.025000', '223035.028000', '223035.031000', '223035.033000', '223035.036000', '223035.038000', '223035.041000', '223035.044000', '223035.046000', '223035.049000', '223035.051000', '223035.054000', '223035.056000', '223035.059000', '223035.061000', '223035.073000', '223035.076000', '223035.079000', '223054.924000', '223054.927000', '223054.931000', '223054.933000', '223054.936000', '223054.939000', '223054.941000', '223054.944000', '223054.947000', '223054.949000', '223054.952000', '223054.955000', '223054.957000', '223054.960000', '223054.963000', '223054.965000', '223054.968000', '223054.970000', '223054.973000', '223054.976000', '223054.978000', '223054.981000', '223054.984000', '223054.987000', '223054.990000', '223054.993000', '223054.995000', '223054.998000', '223055.002000', '223055.004000', '223055.007000', '223055.010000', '223055.012000', '223055.015000', '223055.018000', '223055.020000', '223055.023000', '223055.026000', '223055.028000', '223055.031000', '223055.033000', '223055.036000', '223055.039000', '223055.041000', '223114.925000', '223114.928000', '223114.930000', '223114.933000', '223114.935000', '223114.939000', '223114.941000', '223114.944000', '223114.947000', '223114.950000', '223114.952000', '223114.955000', '223114.958000', '223114.960000', '223114.963000', '223114.966000', '223114.968000', '223114.971000', '223114.974000', '223114.976000', '223114.979000', '223114.981000', '223114.984000', '223114.987000', '223114.990000', '223114.992000', '223114.995000', '223114.997000', '223115.001000', '223115.004000', '223115.007000', '223115.009000', '223115.012000', '223115.014000', '223115.017000', '223115.020000', '223115.022000', '223115.025000', '223115.028000', '223115.030000', '223115.033000', '223115.036000', '223115.038000', '223134.924000', '223134.927000', '223134.930000', '223134.933000', '223134.936000', '223134.938000', '223134.941000', '223134.943000', '223134.946000', '223134.949000', '223134.951000', '223134.954000', '223134.957000', '223134.959000', '223134.962000', '223134.965000', '223134.967000', '223134.970000', '223134.973000', '223134.975000', '223134.978000', '223134.980000', '223134.983000', '223134.986000', '223134.988000', '223134.991000', '223134.994000', '223134.996000', '223135.000000', '223135.003000', '223135.005000', '223135.008000', '223135.010000', '223135.013000', '223135.016000', '223135.018000', '223135.021000', '223135.023000', '223135.026000', '223135.029000', '223135.031000', '223135.034000', '223135.037000', '223135.039000', '223154.925000', '223154.928000', '223154.931000', '223154.934000', '223154.937000', '223154.939000', '223154.942000', '223154.944000', '223154.947000', '223154.950000', '223154.952000', '223154.955000', '223154.958000', '223154.960000', '223154.963000', '223154.965000', '223154.968000', '223154.971000', '223154.973000', '223154.976000', '223154.979000', '223154.981000', '223154.984000', '223154.987000', '223154.989000', '223154.992000', '223154.995000', '223154.997000', '223155.000000', '223155.003000', '223155.005000', '223155.008000', '223155.010000', '223155.013000', '223155.016000', '223155.018000', '223155.021000', '223155.024000', '223155.026000', '223155.029000', '223155.032000', '223155.034000', '223155.037000', '223214.924000', '223214.927000', '223214.930000', '223214.933000', '223214.936000', '223214.939000', '223214.942000', '223214.957000', '223214.960000', '223214.963000', '223214.965000', '223214.968000', '223214.970000', '223214.973000', '223214.976000', '223214.979000', '223214.982000', '223214.985000', '223214.987000', '223214.990000', '223214.993000', '223214.995000', '223214.998000', '223215.002000', '223215.004000', '223215.007000', '223215.010000', '223215.012000', '223215.015000', '223215.018000', '223215.020000', '223215.023000', '223215.025000', '223215.028000', '223215.031000', '223215.034000', '223215.036000', '223215.039000', '223215.042000', '223215.044000', '223215.047000', '223215.050000', '223215.052000', '223234.924000', '223234.927000', '223234.930000', '223234.933000', '223234.936000', '223234.938000', '223234.941000', '223234.944000', '223234.947000', '223234.949000', '223234.952000', '223234.954000', '223234.957000', '223234.960000', '223234.963000', '223234.965000', '223234.968000', '223234.971000', '223234.973000', '223234.976000', '223234.978000', '223234.981000', '223234.984000', '223234.986000', '223234.989000', '223234.992000', '223234.994000', '223234.997000', '223235.000000', '223235.003000', '223235.006000', '223235.008000', '223235.011000', '223235.014000', '223235.016000', '223235.019000', '223235.022000', '223235.024000', '223235.027000', '223235.029000', '223235.032000', '223235.035000', '223235.037000', '223235.040000', '223254.924000', '223254.927000', '223254.930000', '223254.933000', '223254.935000', '223254.938000', '223254.941000', '223254.943000', '223254.946000', '223254.948000', '223254.951000', '223254.954000', '223254.956000', '223254.959000', '223254.962000', '223254.964000', '223254.967000', '223254.970000', '223254.973000', '223254.975000', '223254.978000', '223254.981000', '223254.983000', '223254.986000', '223254.989000', '223254.991000', '223254.994000', '223254.996000', '223255.000000', '223255.003000', '223255.005000', '223255.008000', '223255.011000', '223255.013000', '223255.016000', '223255.019000', '223255.021000', '223255.024000', '223255.027000', '223255.029000', '223255.032000', '223255.034000', '223255.037000', '223314.924000', '223314.929000', '223314.932000', '223314.935000', '223314.937000', '223314.940000', '223314.942000', '223314.945000', '223314.948000', '223314.950000', '223314.953000', '223314.956000', '223314.958000', '223314.961000', '223314.964000', '223314.966000', '223314.969000', '223314.972000', '223314.974000', '223314.977000', '223314.980000', '223314.982000', '223314.985000', '223314.987000', '223314.990000', '223314.993000', '223314.995000', '223314.998000', '223315.002000', '223315.004000', '223315.007000', '223315.010000', '223315.012000', '223315.015000', '223315.018000', '223315.021000', '223315.023000', '223315.026000', '223315.028000', '223315.031000', '223315.034000', '223315.036000', '223315.039000', '223315.041000', '223334.924000', '223334.927000', '223334.930000', '223334.933000', '223334.935000', '223334.938000', '223334.941000', '223334.943000', '223334.946000', '223334.949000', '223334.952000', '223334.954000', '223334.957000', '223334.960000', '223334.962000', '223334.965000', '223334.968000', '223334.970000', '223334.998000', '223335.002000', '223335.006000', '223335.009000', '223335.012000', '223335.015000', '223335.018000', '223335.020000', '223335.023000', '223335.026000', '223335.028000', '223335.031000', '223335.034000', '223335.036000', '223335.039000', '223335.042000', '223335.044000', '223335.047000', '223335.050000', '223335.052000', '223335.055000', '223335.058000', '223335.060000', '223335.063000', '223335.066000', '223354.925000', '223354.927000', '223354.930000', '223354.933000', '223354.936000', '223354.938000', '223354.941000', '223354.943000', '223354.946000', '223354.949000', '223354.951000', '223354.954000', '223354.957000', '223354.959000', '223354.962000', '223354.965000', '223354.967000', '223354.970000', '223354.973000', '223354.975000', '223354.978000', '223354.980000', '223354.983000', '223354.986000', '223354.988000', '223354.991000', '223354.994000', '223354.996000', '223355.000000', '223355.003000', '223355.005000', '223355.008000', '223355.011000', '223355.013000', '223355.016000', '223355.019000', '223355.021000', '223355.024000', '223355.027000', '223355.029000', '223355.032000', '223355.034000', '223355.037000', '223355.040000', '223411.779000', '223411.782000', '223411.784000', '223411.787000', '223411.790000', '223411.792000', '223411.795000', '223411.798000', '223411.801000', '223411.803000', '223411.806000', '223411.808000', '223411.811000', '223411.813000', '223411.816000', '223411.819000', '223411.821000', '223411.824000', '223411.827000', '223411.829000', '223411.832000', '223411.834000', '223411.837000', '223411.840000', '223411.842000', '223411.845000', '223411.847000', '223411.850000', '223411.853000', '223411.855000', '223411.858000', '223411.861000', '223411.864000', '223411.866000', '223411.869000', '223411.871000', '223411.874000'], 'InstanceCreationTime': ['222734.966000', '222734.969000', '222734.972000', '222734.975000', '222734.978000', '222734.980000', '222734.983000', '222734.985000', '222734.988000', '222734.991000', '222734.993000', '222734.996000', '222735.000000', '222735.023000', '222735.026000', '222735.028000', '222735.031000', '222735.034000', '222735.036000', '222735.039000', '222735.042000', '222735.044000', '222735.047000', '222735.049000', '222735.052000', '222735.055000', '222735.063000', '222735.066000', '222735.069000', '222735.071000', '222735.074000', '222735.076000', '222735.079000', '222735.082000', '222735.084000', '222735.087000', '222735.089000', '222735.092000', '222735.095000', '222735.107000', '222735.110000', '222735.113000', '222735.115000', '222735.118000', '222735.121000', '222735.123000', '222735.126000', '222735.128000', '222735.131000', '222735.134000', '222735.136000', '222754.924000', '222754.927000', '222754.930000', '222754.933000', '222754.935000', '222754.938000', '222754.940000', '222754.943000', '222754.946000', '222754.948000', '222754.951000', '222754.953000', '222754.956000', '222754.958000', '222754.961000', '222754.963000', '222754.966000', '222754.977000', '222754.980000', '222754.982000', '222754.985000', '222754.987000', '222754.990000', '222754.992000', '222754.995000', '222754.997000', '222755.001000', '222755.004000', '222755.006000', '222755.009000', '222755.011000', '222755.014000', '222755.016000', '222755.019000', '222755.022000', '222755.024000', '222755.027000', '222755.029000', '222755.032000', '222755.034000', '222755.037000', '222755.039000', '222755.042000', '222814.925000', '222814.927000', '222814.930000', '222814.934000', '222814.936000', '222814.939000', '222814.941000', '222814.944000', '222814.947000', '222814.949000', '222814.952000', '222814.955000', '222814.957000', '222814.960000', '222814.962000', '222814.965000', '222814.968000', '222814.970000', '222814.973000', '222814.976000', '222814.978000', '222814.981000', '222814.984000', '222814.986000', '222814.989000', '222814.991000', '222814.994000', '222814.997000', '222815.000000', '222815.003000', '222815.006000', '222815.008000', '222815.011000', '222815.014000', '222815.016000', '222815.019000', '222815.021000', '222815.024000', '222815.027000', '222815.029000', '222815.032000', '222815.034000', '222815.037000', '222815.039000', '222834.924000', '222834.927000', '222834.930000', '222834.933000', '222834.935000', '222834.938000', '222834.941000', '222834.943000', '222834.946000', '222834.948000', '222834.959000', '222834.961000', '222834.964000', '222834.967000', '222834.969000', '222834.972000', '222834.974000', '222834.977000', '222834.980000', '222834.982000', '222834.985000', '222834.988000', '222834.990000', '222834.993000', '222834.995000', '222834.998000', '222835.001000', '222835.004000', '222835.007000', '222835.009000', '222835.012000', '222835.014000', '222835.017000', '222835.020000', '222835.022000', '222835.025000', '222835.027000', '222835.030000', '222835.032000', '222835.035000', '222835.038000', '222835.041000', '222835.044000', '222854.924000', '222854.927000', '222854.930000', '222854.932000', '222854.935000', '222854.938000', '222854.940000', '222854.943000', '222854.945000', '222854.948000', '222854.951000', '222854.953000', '222854.956000', '222854.959000', '222854.961000', '222854.964000', '222854.966000', '222854.969000', '222854.972000', '222854.974000', '222854.977000', '222854.980000', '222854.982000', '222854.985000', '222854.987000', '222854.990000', '222854.993000', '222854.995000', '222854.998000', '222855.001000', '222855.004000', '222855.007000', '222855.010000', '222855.012000', '222855.015000', '222855.018000', '222855.020000', '222855.023000', '222855.025000', '222855.028000', '222855.031000', '222855.033000', '222855.036000', '222855.038000', '222914.924000', '222914.934000', '222914.936000', '222914.939000', '222914.942000', '222914.944000', '222914.947000', '222914.949000', '222914.952000', '222914.955000', '222914.957000', '222914.960000', '222914.963000', '222914.965000', '222914.968000', '222914.970000', '222914.973000', '222914.976000', '222914.985000', '222914.988000', '222914.991000', '222914.993000', '222914.996000', '222915.000000', '222915.002000', '222915.005000', '222915.008000', '222915.010000', '222915.013000', '222915.015000', '222915.018000', '222915.021000', '222915.023000', '222915.026000', '222915.028000', '222915.031000', '222915.033000', '222915.036000', '222915.039000', '222915.042000', '222915.045000', '222915.048000', '222915.051000', '222934.925000', '222934.928000', '222934.931000', '222934.933000', '222934.936000', '222934.939000', '222934.941000', '222934.944000', '222934.947000', '222934.950000', '222934.952000', '222934.955000', '222934.957000', '222934.960000', '222934.963000', '222934.966000', '222934.968000', '222934.971000', '222934.974000', '222934.976000', '222934.979000', '222934.982000', '222934.984000', '222934.987000', '222934.989000', '222934.992000', '222934.994000', '222934.997000', '222935.000000', '222935.002000', '222935.005000', '222935.007000', '222935.010000', '222935.013000', '222935.015000', '222935.018000', '222935.020000', '222935.023000', '222935.026000', '222935.028000', '222935.031000', '222935.033000', '222935.036000', '222935.039000', '222954.925000', '222954.927000', '222954.930000', '222954.933000', '222954.936000', '222954.938000', '222954.941000', '222954.943000', '222954.946000', '222954.949000', '222954.951000', '222954.954000', '222954.956000', '222954.959000', '222954.961000', '222954.964000', '222954.967000', '222954.969000', '222954.972000', '222954.974000', '222954.977000', '222954.980000', '222954.982000', '222954.985000', '222954.988000', '222954.990000', '222954.993000', '222954.996000', '222954.998000', '222955.002000', '222955.004000', '222955.007000', '222955.010000', '222955.012000', '222955.015000', '222955.018000', '222955.020000', '222955.023000', '222955.025000', '222955.028000', '222955.031000', '222955.033000', '222955.036000', '223014.925000', '223014.927000', '223014.930000', '223014.933000', '223014.935000', '223014.938000', '223014.941000', '223014.943000', '223014.946000', '223014.949000', '223014.951000', '223014.954000', '223014.956000', '223014.959000', '223014.962000', '223014.964000', '223014.967000', '223014.970000', '223014.972000', '223014.975000', '223014.978000', '223014.980000', '223014.983000', '223014.986000', '223014.988000', '223014.991000', '223014.993000', '223014.996000', '223015.000000', '223015.002000', '223015.005000', '223015.008000', '223015.011000', '223015.013000', '223015.016000', '223015.018000', '223015.021000', '223015.024000', '223015.026000', '223015.029000', '223015.031000', '223015.034000', '223015.037000', '223015.039000', '223034.924000', '223034.927000', '223034.930000', '223034.933000', '223034.936000', '223034.938000', '223034.975000', '223034.977000', '223034.980000', '223034.982000', '223034.985000', '223034.988000', '223034.990000', '223034.993000', '223034.996000', '223034.998000', '223035.002000', '223035.005000', '223035.007000', '223035.010000', '223035.012000', '223035.015000', '223035.018000', '223035.020000', '223035.023000', '223035.025000', '223035.028000', '223035.031000', '223035.033000', '223035.036000', '223035.038000', '223035.041000', '223035.044000', '223035.046000', '223035.049000', '223035.051000', '223035.054000', '223035.056000', '223035.059000', '223035.061000', '223035.073000', '223035.076000', '223035.079000', '223054.924000', '223054.927000', '223054.931000', '223054.933000', '223054.936000', '223054.939000', '223054.941000', '223054.944000', '223054.947000', '223054.949000', '223054.952000', '223054.955000', '223054.957000', '223054.960000', '223054.963000', '223054.965000', '223054.968000', '223054.970000', '223054.973000', '223054.976000', '223054.978000', '223054.981000', '223054.984000', '223054.987000', '223054.990000', '223054.993000', '223054.995000', '223054.998000', '223055.002000', '223055.004000', '223055.007000', '223055.010000', '223055.012000', '223055.015000', '223055.018000', '223055.020000', '223055.023000', '223055.026000', '223055.028000', '223055.031000', '223055.033000', '223055.036000', '223055.039000', '223055.041000', '223114.925000', '223114.928000', '223114.930000', '223114.933000', '223114.935000', '223114.939000', '223114.941000', '223114.944000', '223114.947000', '223114.950000', '223114.952000', '223114.955000', '223114.958000', '223114.960000', '223114.963000', '223114.966000', '223114.968000', '223114.971000', '223114.974000', '223114.976000', '223114.979000', '223114.981000', '223114.984000', '223114.987000', '223114.990000', '223114.992000', '223114.995000', '223114.997000', '223115.001000', '223115.004000', '223115.007000', '223115.009000', '223115.012000', '223115.014000', '223115.017000', '223115.020000', '223115.022000', '223115.025000', '223115.028000', '223115.030000', '223115.033000', '223115.036000', '223115.038000', '223134.924000', '223134.927000', '223134.930000', '223134.933000', '223134.936000', '223134.938000', '223134.941000', '223134.943000', '223134.946000', '223134.949000', '223134.951000', '223134.954000', '223134.957000', '223134.959000', '223134.962000', '223134.965000', '223134.967000', '223134.970000', '223134.973000', '223134.975000', '223134.978000', '223134.980000', '223134.983000', '223134.986000', '223134.988000', '223134.991000', '223134.994000', '223134.996000', '223135.000000', '223135.003000', '223135.005000', '223135.008000', '223135.010000', '223135.013000', '223135.016000', '223135.018000', '223135.021000', '223135.023000', '223135.026000', '223135.029000', '223135.031000', '223135.034000', '223135.037000', '223135.039000', '223154.925000', '223154.928000', '223154.931000', '223154.934000', '223154.937000', '223154.939000', '223154.942000', '223154.944000', '223154.947000', '223154.950000', '223154.952000', '223154.955000', '223154.958000', '223154.960000', '223154.963000', '223154.965000', '223154.968000', '223154.971000', '223154.973000', '223154.976000', '223154.979000', '223154.981000', '223154.984000', '223154.987000', '223154.989000', '223154.992000', '223154.995000', '223154.997000', '223155.000000', '223155.003000', '223155.005000', '223155.008000', '223155.010000', '223155.013000', '223155.016000', '223155.018000', '223155.021000', '223155.024000', '223155.026000', '223155.029000', '223155.032000', '223155.034000', '223155.037000', '223214.924000', '223214.927000', '223214.930000', '223214.933000', '223214.936000', '223214.939000', '223214.942000', '223214.957000', '223214.960000', '223214.963000', '223214.965000', '223214.968000', '223214.970000', '223214.973000', '223214.976000', '223214.979000', '223214.982000', '223214.985000', '223214.987000', '223214.990000', '223214.993000', '223214.995000', '223214.998000', '223215.002000', '223215.004000', '223215.007000', '223215.010000', '223215.012000', '223215.015000', '223215.018000', '223215.020000', '223215.023000', '223215.025000', '223215.028000', '223215.031000', '223215.034000', '223215.036000', '223215.039000', '223215.042000', '223215.044000', '223215.047000', '223215.050000', '223215.052000', '223234.924000', '223234.927000', '223234.930000', '223234.933000', '223234.936000', '223234.938000', '223234.941000', '223234.944000', '223234.947000', '223234.949000', '223234.952000', '223234.954000', '223234.957000', '223234.960000', '223234.963000', '223234.965000', '223234.968000', '223234.971000', '223234.973000', '223234.976000', '223234.978000', '223234.981000', '223234.984000', '223234.986000', '223234.989000', '223234.992000', '223234.994000', '223234.997000', '223235.000000', '223235.003000', '223235.006000', '223235.008000', '223235.011000', '223235.014000', '223235.016000', '223235.019000', '223235.022000', '223235.024000', '223235.027000', '223235.029000', '223235.032000', '223235.035000', '223235.037000', '223235.040000', '223254.924000', '223254.927000', '223254.930000', '223254.933000', '223254.935000', '223254.938000', '223254.941000', '223254.943000', '223254.946000', '223254.948000', '223254.951000', '223254.954000', '223254.956000', '223254.959000', '223254.962000', '223254.964000', '223254.967000', '223254.970000', '223254.973000', '223254.975000', '223254.978000', '223254.981000', '223254.983000', '223254.986000', '223254.989000', '223254.991000', '223254.994000', '223254.996000', '223255.000000', '223255.003000', '223255.005000', '223255.008000', '223255.011000', '223255.013000', '223255.016000', '223255.019000', '223255.021000', '223255.024000', '223255.027000', '223255.029000', '223255.032000', '223255.034000', '223255.037000', '223314.924000', '223314.929000', '223314.932000', '223314.935000', '223314.937000', '223314.940000', '223314.942000', '223314.945000', '223314.948000', '223314.950000', '223314.953000', '223314.956000', '223314.958000', '223314.961000', '223314.964000', '223314.966000', '223314.969000', '223314.972000', '223314.974000', '223314.977000', '223314.980000', '223314.982000', '223314.985000', '223314.987000', '223314.990000', '223314.993000', '223314.995000', '223314.998000', '223315.002000', '223315.004000', '223315.007000', '223315.010000', '223315.012000', '223315.015000', '223315.018000', '223315.021000', '223315.023000', '223315.026000', '223315.028000', '223315.031000', '223315.034000', '223315.036000', '223315.039000', '223315.041000', '223334.924000', '223334.927000', '223334.930000', '223334.933000', '223334.935000', '223334.938000', '223334.941000', '223334.943000', '223334.946000', '223334.949000', '223334.952000', '223334.954000', '223334.957000', '223334.960000', '223334.962000', '223334.965000', '223334.968000', '223334.970000', '223334.998000', '223335.002000', '223335.006000', '223335.009000', '223335.012000', '223335.015000', '223335.018000', '223335.020000', '223335.023000', '223335.026000', '223335.028000', '223335.031000', '223335.034000', '223335.036000', '223335.039000', '223335.042000', '223335.044000', '223335.047000', '223335.050000', '223335.052000', '223335.055000', '223335.058000', '223335.060000', '223335.063000', '223335.066000', '223354.925000', '223354.927000', '223354.930000', '223354.933000', '223354.936000', '223354.938000', '223354.941000', '223354.943000', '223354.946000', '223354.949000', '223354.951000', '223354.954000', '223354.957000', '223354.959000', '223354.962000', '223354.965000', '223354.967000', '223354.970000', '223354.973000', '223354.975000', '223354.978000', '223354.980000', '223354.983000', '223354.986000', '223354.988000', '223354.991000', '223354.994000', '223354.996000', '223355.000000', '223355.003000', '223355.005000', '223355.008000', '223355.011000', '223355.013000', '223355.016000', '223355.019000', '223355.021000', '223355.024000', '223355.027000', '223355.029000', '223355.032000', '223355.034000', '223355.037000', '223355.040000', '223411.779000', '223411.782000', '223411.784000', '223411.787000', '223411.790000', '223411.792000', '223411.795000', '223411.798000', '223411.801000', '223411.803000', '223411.806000', '223411.808000', '223411.811000', '223411.813000', '223411.816000', '223411.819000', '223411.821000', '223411.824000', '223411.827000', '223411.829000', '223411.832000', '223411.834000', '223411.837000', '223411.840000', '223411.842000', '223411.845000', '223411.847000', '223411.850000', '223411.853000', '223411.855000', '223411.858000', '223411.861000', '223411.864000', '223411.866000', '223411.869000', '223411.871000', '223411.874000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [10911, 12600, 11261, 12847, 7907, 8913, 11690, 9076, 8529, 8930, 10362, 7759, 8501, 7392, 8925, 11621, 9484, 7728, 7937, 7814, 7748, 7305, 7923, 9074, 9342, 14097, 9914, 6814, 8311, 10907, 9169, 14127, 14512, 10015, 8387, 9807, 8280, 12961, 12254, 12182, 10143, 7192, 8247, 12603, 10365, 12289, 9636, 13129, 7810, 8484, 7531, 8283, 7190, 11102, 7223, 8784, 8232, 9375, 8670, 12864, 7811, 9910, 8139, 8164, 10907, 8995, 10662, 11508, 8379, 7706, 7721, 7840, 7777, 8882, 9032, 9305, 8107, 9372, 7829, 7576, 7919, 8512, 7693, 9659, 8954, 11639, 12857, 9756, 8308, 9402, 7981, 8420, 13489, 11982, 8503, 8029, 7935, 7791, 8564, 8383, 8420, 7642, 8201, 7199, 8472, 9120, 7707, 9475, 7403, 9246, 7439, 8183, 10961, 7829, 10837, 9707, 8998, 7431, 8206, 11464, 8891, 10310, 10072, 9661, 7181, 8210, 8301, 8282, 10176, 9786, 7585, 8157, 12450, 8181, 11205, 11089, 10460, 7487, 8468, 7843, 8301, 7964, 7602, 9150, 13350, 7152, 9426, 7724, 10283, 14992, 12715, 11982, 8671, 8013, 9816, 9720, 8687, 11080, 10695, 8617, 8021, 7484, 8573, 8446, 8311, 6959, 7797, 6841, 7741, 7991, 8714, 6986, 7494, 13334, 8208, 9611, 9095, 10642, 10743, 13901, 11264, 9557, 8476, 7698, 8434, 8757, 13660, 10213, 8485, 9169, 7424, 9051, 12135, 10112, 8716, 8082, 7143, 8426, 9430, 8471, 7261, 7718, 15031, 9305, 12760, 9211, 10839, 16450, 10476, 12369, 9138, 10543, 7566, 9285, 13279, 9740, 8760, 8103, 7441, 7541, 7936, 11963, 9714, 7219, 7862, 9469, 8364, 8740, 9163, 8350, 12399, 9111, 8353, 7594, 8243, 12184, 8929, 9774, 7698, 9537, 11217, 8981, 11620, 8887, 7968, 7326, 9605, 10884, 8747, 10871, 7617, 7994, 6886, 9002, 11421, 8486, 10095, 9199, 8252, 14091, 8430, 8753, 10675, 8993, 10992, 9666, 8909, 7509, 9118, 13402, 8532, 11965, 9174, 10717, 7548, 8711, 11472, 8387, 10628, 7531, 14932, 11419, 8932, 8026, 9602, 7729, 9558, 15066, 9500, 12422, 8696, 8734, 10262, 8554, 12302, 10252, 7955, 8022, 8467, 7233, 7840, 11868, 8395, 10685, 7753, 8002, 7435, 12690, 9835, 11973, 7167, 7898, 8193, 9827, 15776, 13314, 9358, 9003, 11544, 9360, 9798, 8862, 9135, 7114, 9612, 7796, 9632, 7488, 10839, 12534, 14775, 7396, 9518, 7286, 9422, 16099, 11854, 9532, 8293, 9777, 8406, 9603, 11602, 12609, 7636, 7863, 7469, 8720, 12006, 9957, 11347, 7560, 9022, 6958, 8602, 14418, 9742, 8481, 7792, 8888, 7549, 8455, 13206, 10113, 11016, 7824, 8320, 10443, 10209, 6949, 7950, 7011, 8655, 13910, 11286, 8791, 8048, 10144, 13189, 9227, 12154, 9469, 7994, 7801, 8438, 10632, 9738, 7801, 7337, 8095, 10942, 8340, 10323, 9812, 7930, 6874, 7672, 11022, 8859, 11245, 8917, 8161, 6907, 8710, 10390, 8494, 9802, 7849, 7517, 6955, 8223, 10987, 8556, 10013, 9579, 9663, 6763, 7933, 11384, 8524, 9469, 10531, 9706, 7032, 8727, 9774, 8081, 8416, 12795, 9085, 8792, 8104, 9060, 7038, 8024, 15332, 11049, 8364, 8141, 7764, 7608, 8615, 12294, 10315, 8046, 7229, 8854, 9902, 8761, 11560, 10743, 7710, 7767, 7457, 7114, 8303, 14505, 10758, 7970, 8064, 8356, 7257, 8503, 14796, 10732, 7928, 7904, 8346, 7273, 8540, 13605, 9730, 7958, 7776, 9112, 8206, 9152, 8758, 8722, 6845, 7582, 8311, 8106, 14270, 12086, 9552, 9256, 7857, 11102, 9039, 8762, 14809, 11534, 8918, 8089, 8614, 12248, 8936, 10781, 8583, 8426, 6827, 7711, 11507, 8451, 10301, 9122, 8358, 7036, 7961, 9459, 8167, 12028, 10801, 7984, 7212, 8451, 7768, 8585, 12503, 10627, 8197, 8019, 7566, 7225, 9112, 11501, 8939, 8702, 7756, 10553, 8525, 10120, 9686, 11148, 6960, 8067, 11151, 8854, 13368, 10949, 12408, 10866, 9913, 8451, 8693, 7826, 8167, 7509, 8592, 12221, 14048, 12393, 11304, 14163, 9275, 9684, 8633, 9140, 7312, 9051, 11460, 8979, 9322, 7842, 8372, 7000, 9192, 11116, 8976, 10307, 7668, 8075, 7069, 8728, 6888, 9422, 12427, 11471, 9136, 8708, 8634, 7807, 9169, 14413, 12902, 9836, 9291, 13961, 10488, 10440, 12251, 11704, 7982, 9170, 8027, 8731, 8554, 11210, 7112, 9013, 7547, 9616, 8391, 13905, 11463, 13324, 8052, 8567, 10902, 8421, 14570, 12581, 10045, 7305, 8657, 12204, 9156, 10415, 8106, 8378, 6838, 8957, 7723, 8930, 9875, 9276, 7324, 8176, 7598, 7523, 9034, 13842, 9867, 7656, 8155, 7647, 7838, 8470, 12097, 10017, 8163, 7092, 8468, 11939, 8898, 10849, 8470, 8927, 6560, 7866, 12673, 8601, 11444, 8867, 8661, 6712, 8537, 11603, 8826, 10670, 9370, 11186, 7395, 7754, 6732, 8707, 7519, 8794, 8028, 13059, 15935, 14350, 13441, 8549, 9170, 15459, 10425, 10453, 8512, 8859, 6915, 8588, 10933, 8681, 9427, 7362, 7465, 7645, 8627, 7387, 8207, 11053, 9373, 6985, 7975, 7934, 8555, 11060, 8774, 11404, 8417, 8021, 13935, 10209, 9652, 12249, 9044, 14028, 12310, 11199, 10198, 8359, 13141, 12208, 11136, 7155, 11303, 12497, 8271, 9032, 8154, 8045, 10815, 7854, 7527, 7999, 8094, 7431, 7993, 7069, 7306, 8289, 7480, 8091, 7655, 8174, 11396, 9844, 7913, 7268, 8053, 11680, 8658, 9561, 7576, 7320, 6950, 8564, 10417, 8346, 9449, 7108, 7824, 11194, 8653, 10863, 8265, 8232, 7412, 7012, 9859, 6985, 9125, 7294, 9312, 15481, 12756, 9158, 8158, 8666, 8244, 8240, 13535, 10489, 8738, 8215, 9151, 7375, 8967, 10088, 8051, 10883, 8672, 8154, 7512, 8366, 8801, 8195, 6773, 9876, 10248, 8975, 9336, 8736, 8691, 6997, 8816, 9974, 8590, 9149, 8503, 8213, 9908, 8812, 9402, 8407, 9448, 10689, 8605, 14405, 9072, 9004, 8164, 10537, 7107, 7540, 6869, 9566, 11024, 8737, 11777, 10614, 10286, 8098, 8045, 10528, 10282, 13963, 12212, 12676, 8495, 8703, 11048, 9893, 7972, 7899, 9693, 7724, 8705, 13002, 10396, 6944, 8688, 10002, 8777, 8234, 11454, 9351, 7066, 8883, 7511, 8714, 12696, 12165, 11173, 7730, 7986, 14608, 10091, 11586, 8851, 8337, 6901, 8192, 10363, 9553, 8646, 7666, 8388, 7784, 12408, 11806, 9812, 8391, 8186, 12042, 8417, 11545, 10312, 8349, 7270, 8349, 11046, 8712, 7779, 8191, 7350, 7730, 8693, 7270, 8365, 12185, 8988, 9306, 8157, 8605, 7143, 8308, 13378, 9902, 8907, 8481, 9256, 8278, 9486, 11387, 11008, 7311, 9078, 7393, 9217, 8121, 11685], 'WindowCenter': [4036.0, 4028.0, 4003.0, 4011.0, 3956.0, 3966.0, 3984.0, 3965.0, 3951.0, 3964.0, 3974.0, 3943.0, 3953.0, 3933.0, 3964.0, 3997.0, 3976.0, 3957.0, 3968.0, 3955.0, 3958.0, 3959.0, 3969.0, 3980.0, 3992.0, 4036.0, 4006.0, 3964.0, 3997.0, 4015.0, 3978.0, 4007.0, 4008.0, 3976.0, 3956.0, 3976.0, 3956.0, 3997.0, 3998.0, 3997.0, 3977.0, 3933.0, 3957.0, 3995.0, 3975.0, 3999.0, 3965.0, 3995.0, 3929.0, 3940.0, 3930.0, 3942.0, 3932.0, 3975.0, 3933.0, 3953.0, 3954.0, 3965.0, 3952.0, 3995.0, 3942.0, 3962.0, 3942.0, 3955.0, 3974.0, 3965.0, 3974.0, 3986.0, 3940.0, 3943.0, 3945.0, 3942.0, 3945.0, 3953.0, 3954.0, 3963.0, 3943.0, 3964.0, 3943.0, 3945.0, 3959.0, 3953.0, 3956.0, 3977.0, 3967.0, 3986.0, 3997.0, 3966.0, 3955.0, 3965.0, 3943.0, 3943.0, 3994.0, 3984.0, 3940.0, 3942.0, 3942.0, 3943.0, 3955.0, 3952.0, 3953.0, 3944.0, 3953.0, 3934.0, 3954.0, 3967.0, 3947.0, 3977.0, 3945.0, 3977.0, 3944.0, 3957.0, 3984.0, 3944.0, 3988.0, 3978.0, 3965.0, 3945.0, 3958.0, 3985.0, 3964.0, 3976.0, 3977.0, 3965.0, 3935.0, 3955.0, 3953.0, 3912.0, 3931.0, 3947.0, 3956.0, 3998.0, 4024.0, 3981.0, 4000.0, 3999.0, 3991.0, 3962.0, 3970.0, 3956.0, 3969.0, 3959.0, 3958.0, 3978.0, 4020.0, 3947.0, 3976.0, 3957.0, 3989.0, 4009.0, 3997.0, 3983.0, 3953.0, 3954.0, 3963.0, 3949.0, 3963.0, 3983.0, 3974.0, 3953.0, 3954.0, 3944.0, 3955.0, 3954.0, 3954.0, 3944.0, 3957.0, 3936.0, 3958.0, 3970.0, 3981.0, 3949.0, 3959.0, 4021.0, 3969.0, 3978.0, 3979.0, 3988.0, 3988.0, 4020.0, 3991.0, 3976.0, 3969.0, 3970.0, 3967.0, 3966.0, 4007.0, 3987.0, 3965.0, 3977.0, 3948.0, 3979.0, 3998.0, 3977.0, 3968.0, 3959.0, 3934.0, 3959.0, 3980.0, 3971.0, 3962.0, 3960.0, 4023.0, 3978.0, 4010.0, 3967.0, 3977.0, 4017.0, 3975.0, 3985.0, 3964.0, 3973.0, 3943.0, 3964.0, 3983.0, 3963.0, 3940.0, 3943.0, 3930.0, 3943.0, 3942.0, 3984.0, 3964.0, 3932.0, 3944.0, 3960.0, 3941.0, 3953.0, 3951.0, 3943.0, 3983.0, 3951.0, 3940.0, 3931.0, 3944.0, 3984.0, 3954.0, 3960.0, 3930.0, 3964.0, 3972.0, 3963.0, 3983.0, 3964.0, 3944.0, 3934.0, 3975.0, 3986.0, 3966.0, 3987.0, 3945.0, 3955.0, 3936.0, 3967.0, 3987.0, 3955.0, 3976.0, 3964.0, 3955.0, 4008.0, 3957.0, 3954.0, 3977.0, 3966.0, 3986.0, 3976.0, 3964.0, 3944.0, 3966.0, 4010.0, 3966.0, 4001.0, 3969.0, 3987.0, 3945.0, 3954.0, 3987.0, 3957.0, 3974.0, 3946.0, 4020.0, 4000.0, 3967.0, 3957.0, 3964.0, 3942.0, 3965.0, 4018.0, 3964.0, 3983.0, 3952.0, 3952.0, 3972.0, 3965.0, 3998.0, 3975.0, 3941.0, 3955.0, 3952.0, 3934.0, 3957.0, 3999.0, 3967.0, 3988.0, 3947.0, 3954.0, 3945.0, 4007.0, 3978.0, 3999.0, 3933.0, 3955.0, 3954.0, 3974.0, 4017.0, 3997.0, 3964.0, 3956.0, 3970.0, 3965.0, 3976.0, 3964.0, 3964.0, 3920.0, 3963.0, 3943.0, 3963.0, 3935.0, 3987.0, 3998.0, 4009.0, 3934.0, 3963.0, 3930.0, 3952.0, 4004.0, 3984.0, 3953.0, 3942.0, 3960.0, 3940.0, 3950.0, 3974.0, 3985.0, 3932.0, 3943.0, 3931.0, 3955.0, 3984.0, 3964.0, 3973.0, 3942.0, 3953.0, 3923.0, 3951.0, 4005.0, 3964.0, 3954.0, 3944.0, 3967.0, 3934.0, 3952.0, 3995.0, 3975.0, 3976.0, 3942.0, 3953.0, 3973.0, 3975.0, 3931.0, 3945.0, 3919.0, 3965.0, 4006.0, 3990.0, 3956.0, 3959.0, 3976.0, 3985.0, 3953.0, 3984.0, 3951.0, 3931.0, 3928.0, 3940.0, 3961.0, 3952.0, 3932.0, 3929.0, 3940.0, 3961.0, 3940.0, 3961.0, 3963.0, 3940.0, 3908.0, 3931.0, 3971.0, 3954.0, 3973.0, 3951.0, 3942.0, 3919.0, 3952.0, 3960.0, 3955.0, 3975.0, 3943.0, 3934.0, 3934.0, 3955.0, 3973.0, 3957.0, 3976.0, 3966.0, 3966.0, 3922.0, 3943.0, 3984.0, 3952.0, 3965.0, 3975.0, 3964.0, 3920.0, 3955.0, 3963.0, 3942.0, 3956.0, 3997.0, 3966.0, 3954.0, 3945.0, 3952.0, 3931.0, 3943.0, 4006.0, 3987.0, 3941.0, 3944.0, 3931.0, 3933.0, 3953.0, 3982.0, 3974.0, 3942.0, 3934.0, 3966.0, 3965.0, 3956.0, 3985.0, 3978.0, 3935.0, 3945.0, 3946.0, 3931.0, 3955.0, 4007.0, 3989.0, 3946.0, 3956.0, 3958.0, 3944.0, 3966.0, 4005.0, 3987.0, 3956.0, 3957.0, 3956.0, 3945.0, 3969.0, 4019.0, 3981.0, 3943.0, 3946.0, 3967.0, 3968.0, 3979.0, 3971.0, 3970.0, 3950.0, 3960.0, 3970.0, 3960.0, 4023.0, 4001.0, 3968.0, 3968.0, 3956.0, 3985.0, 3954.0, 3956.0, 4006.0, 3974.0, 3951.0, 3942.0, 3954.0, 3984.0, 3952.0, 3974.0, 3952.0, 3942.0, 3922.0, 3931.0, 3972.0, 3942.0, 3972.0, 3963.0, 3941.0, 3933.0, 3944.0, 3964.0, 3956.0, 3996.0, 3974.0, 3945.0, 3933.0, 3955.0, 3943.0, 3954.0, 3998.0, 3977.0, 3954.0, 3956.0, 3945.0, 3944.0, 3967.0, 3996.0, 3968.0, 3969.0, 3959.0, 3987.0, 3967.0, 3977.0, 3978.0, 3988.0, 3935.0, 3958.0, 3985.0, 3969.0, 4006.0, 3988.0, 3996.0, 3987.0, 3964.0, 3957.0, 3953.0, 3944.0, 3955.0, 3935.0, 3967.0, 3998.0, 4010.0, 3996.0, 3976.0, 3995.0, 3952.0, 3963.0, 3941.0, 3952.0, 3929.0, 3954.0, 3974.0, 3953.0, 3965.0, 3944.0, 3941.0, 3934.0, 3964.0, 3985.0, 3963.0, 3975.0, 3944.0, 3946.0, 3935.0, 3969.0, 3933.0, 3978.0, 3998.0, 3988.0, 3965.0, 3968.0, 3969.0, 3960.0, 3981.0, 4019.0, 3999.0, 3967.0, 3965.0, 3995.0, 3966.0, 3963.0, 3974.0, 3974.0, 3934.0, 3951.0, 3944.0, 3955.0, 3956.0, 3989.0, 3935.0, 3966.0, 3946.0, 3963.0, 3959.0, 4010.0, 3989.0, 4000.0, 3944.0, 3956.0, 3963.0, 3942.0, 3994.0, 3972.0, 3951.0, 3920.0, 3929.0, 3957.0, 3938.0, 3949.0, 3919.0, 3927.0, 3895.0, 3939.0, 3915.0, 3938.0, 3951.0, 3950.0, 3918.0, 3943.0, 3930.0, 3933.0, 3955.0, 3994.0, 3966.0, 3933.0, 3943.0, 3933.0, 3931.0, 3943.0, 3984.0, 3964.0, 3945.0, 3935.0, 3957.0, 3988.0, 3969.0, 3990.0, 3956.0, 3958.0, 3924.0, 3947.0, 3995.0, 3957.0, 3988.0, 3957.0, 3956.0, 3922.0, 3955.0, 3987.0, 3966.0, 3977.0, 3967.0, 3975.0, 3933.0, 3946.0, 3924.0, 3943.0, 3934.0, 3957.0, 3945.0, 4000.0, 4021.0, 4009.0, 3985.0, 3943.0, 3951.0, 3991.0, 3962.0, 3961.0, 3939.0, 3941.0, 3909.0, 3941.0, 3961.0, 3943.0, 3952.0, 3934.0, 3931.0, 3932.0, 3954.0, 3935.0, 3957.0, 3986.0, 3967.0, 3934.0, 3958.0, 3958.0, 3969.0, 3986.0, 3970.0, 4002.0, 3959.0, 3959.0, 4012.0, 3977.0, 3968.0, 3989.0, 3966.0, 3995.0, 3985.0, 3974.0, 3950.0, 3929.0, 3970.0, 3971.0, 3960.0, 3907.0, 3948.0, 3957.0, 3916.0, 3921.0, 3915.0, 3915.0, 3946.0, 3917.0, 3915.0, 3928.0, 3924.0, 3918.0, 3930.0, 3918.0, 3919.0, 3930.0, 3919.0, 3929.0, 3928.0, 3941.0, 3974.0, 3963.0, 3942.0, 3931.0, 3942.0, 3970.0, 3954.0, 3965.0, 3934.0, 3934.0, 3921.0, 3954.0, 3973.0, 3955.0, 3965.0, 3934.0, 3947.0, 3988.0, 3958.0, 3974.0, 3956.0, 3956.0, 3947.0, 3937.0, 3990.0, 3948.0, 3966.0, 3934.0, 3966.0, 4009.0, 3987.0, 3953.0, 3943.0, 3945.0, 3943.0, 3943.0, 3984.0, 3965.0, 3940.0, 3940.0, 3953.0, 3917.0, 3954.0, 3963.0, 3945.0, 3975.0, 3956.0, 3941.0, 3931.0, 3955.0, 3953.0, 3943.0, 3920.0, 3967.0, 3964.0, 3955.0, 3966.0, 3953.0, 3955.0, 3923.0, 3955.0, 3964.0, 3956.0, 3967.0, 3953.0, 3945.0, 3962.0, 3956.0, 3964.0, 3955.0, 3967.0, 3975.0, 3956.0, 4009.0, 3955.0, 3955.0, 3954.0, 3977.0, 3934.0, 3945.0, 3923.0, 3977.0, 3987.0, 3968.0, 3998.0, 3990.0, 3978.0, 3956.0, 3958.0, 3980.0, 3980.0, 4011.0, 3999.0, 3998.0, 3956.0, 3955.0, 3975.0, 3968.0, 3946.0, 3947.0, 3965.0, 3944.0, 3957.0, 3996.0, 3977.0, 3923.0, 3954.0, 3966.0, 3953.0, 3946.0, 3984.0, 3967.0, 3932.0, 3954.0, 3931.0, 3966.0, 3998.0, 3986.0, 3975.0, 3942.0, 3944.0, 3995.0, 3964.0, 3975.0, 3943.0, 3942.0, 3919.0, 3955.0, 3965.0, 3962.0, 3940.0, 3931.0, 3940.0, 3946.0, 3986.0, 3986.0, 3963.0, 3941.0, 3939.0, 3971.0, 3942.0, 3971.0, 3962.0, 3929.0, 3920.0, 3943.0, 3973.0, 3942.0, 3931.0, 3943.0, 3932.0, 3932.0, 3955.0, 3934.0, 3957.0, 3985.0, 3967.0, 3966.0, 3946.0, 3954.0, 3935.0, 3959.0, 3999.0, 3966.0, 3955.0, 3957.0, 3964.0, 3955.0, 3977.0, 3989.0, 3988.0, 3934.0, 3956.0, 3931.0, 3965.0, 3945.0, 3988.0], 'WindowWidth': [9009.0, 8983.0, 8940.0, 8945.0, 8865.0, 8876.0, 8897.0, 8873.0, 8849.0, 8870.0, 8883.0, 8839.0, 8855.0, 8828.0, 8871.0, 8917.0, 8888.0, 8865.0, 8885.0, 8862.0, 8869.0, 8873.0, 8888.0, 8902.0, 8921.0, 8985.0, 8949.0, 8894.0, 8938.0, 8954.0, 8894.0, 8928.0, 8931.0, 8885.0, 8861.0, 8889.0, 8860.0, 8914.0, 8920.0, 8919.0, 8891.0, 8830.0, 8863.0, 8910.0, 8884.0, 8923.0, 8870.0, 8908.0, 8816.0, 8830.0, 8819.0, 8836.0, 8823.0, 8883.0, 8826.0, 8852.0, 8854.0, 8868.0, 8849.0, 8908.0, 8836.0, 8863.0, 8838.0, 8855.0, 8879.0, 8875.0, 8883.0, 8899.0, 8833.0, 8839.0, 8843.0, 8837.0, 8844.0, 8850.0, 8855.0, 8866.0, 8841.0, 8866.0, 8842.0, 8848.0, 8870.0, 8854.0, 8864.0, 8893.0, 8879.0, 8902.0, 8919.0, 8875.0, 8858.0, 8869.0, 8836.0, 8837.0, 8907.0, 8893.0, 8830.0, 8834.0, 8836.0, 8839.0, 8857.0, 8850.0, 8853.0, 8842.0, 8855.0, 8829.0, 8859.0, 8876.0, 8851.0, 8890.0, 8847.0, 8891.0, 8846.0, 8865.0, 8898.0, 8846.0, 8905.0, 8893.0, 8874.0, 8848.0, 8867.0, 8901.0, 8872.0, 8888.0, 8889.0, 8873.0, 8834.0, 8860.0, 8855.0, 8777.0, 8799.0, 8832.0, 8867.0, 8945.0, 8970.0, 8908.0, 8929.0, 8925.0, 8919.0, 8884.0, 8890.0, 8866.0, 8885.0, 8868.0, 8871.0, 8894.0, 8954.0, 8851.0, 8891.0, 8868.0, 8911.0, 8933.0, 8917.0, 8892.0, 8853.0, 8857.0, 8865.0, 8841.0, 8866.0, 8893.0, 8883.0, 8854.0, 8856.0, 8841.0, 8857.0, 8853.0, 8857.0, 8844.0, 8866.0, 8835.0, 8870.0, 8890.0, 8906.0, 8859.0, 8872.0, 8956.0, 8884.0, 8895.0, 8898.0, 8908.0, 8909.0, 8953.0, 8914.0, 8889.0, 8888.0, 8889.0, 8882.0, 8876.0, 8928.0, 8904.0, 8875.0, 8891.0, 8853.0, 8897.0, 8920.0, 8890.0, 8881.0, 8870.0, 8830.0, 8868.0, 8901.0, 8888.0, 8877.0, 8875.0, 8958.0, 8894.0, 8937.0, 8876.0, 8888.0, 8942.0, 8883.0, 8896.0, 8869.0, 8879.0, 8839.0, 8865.0, 8888.0, 8863.0, 8830.0, 8838.0, 8820.0, 8839.0, 8835.0, 8892.0, 8867.0, 8822.0, 8840.0, 8857.0, 8833.0, 8851.0, 8846.0, 8836.0, 8888.0, 8847.0, 8829.0, 8818.0, 8840.0, 8891.0, 8851.0, 8856.0, 8818.0, 8867.0, 8876.0, 8866.0, 8893.0, 8869.0, 8841.0, 8828.0, 8884.0, 8900.0, 8875.0, 8904.0, 8847.0, 8859.0, 8834.0, 8877.0, 8902.0, 8860.0, 8888.0, 8870.0, 8858.0, 8929.0, 8861.0, 8857.0, 8889.0, 8875.0, 8901.0, 8888.0, 8868.0, 8844.0, 8876.0, 8938.0, 8878.0, 8927.0, 8882.0, 8902.0, 8844.0, 8852.0, 8901.0, 8863.0, 8883.0, 8849.0, 8949.0, 8924.0, 8876.0, 8863.0, 8870.0, 8838.0, 8871.0, 8946.0, 8868.0, 8892.0, 8850.0, 8849.0, 8877.0, 8871.0, 8918.0, 8886.0, 8836.0, 8859.0, 8849.0, 8828.0, 8864.0, 8925.0, 8881.0, 8905.0, 8849.0, 8856.0, 8846.0, 8929.0, 8892.0, 8920.0, 8827.0, 8858.0, 8856.0, 8882.0, 8942.0, 8917.0, 8867.0, 8859.0, 8872.0, 8871.0, 8887.0, 8871.0, 8869.0, 8803.0, 8863.0, 8840.0, 8867.0, 8830.0, 8901.0, 8918.0, 8933.0, 8828.0, 8865.0, 8819.0, 8849.0, 8921.0, 8893.0, 8849.0, 8836.0, 8857.0, 8830.0, 8842.0, 8878.0, 8895.0, 8821.0, 8837.0, 8820.0, 8856.0, 8892.0, 8869.0, 8878.0, 8837.0, 8851.0, 8810.0, 8847.0, 8922.0, 8868.0, 8852.0, 8843.0, 8872.0, 8827.0, 8850.0, 8910.0, 8883.0, 8882.0, 8836.0, 8851.0, 8879.0, 8884.0, 8820.0, 8841.0, 8803.0, 8871.0, 8927.0, 8909.0, 8858.0, 8866.0, 8885.0, 8894.0, 8848.0, 8891.0, 8842.0, 8815.0, 8811.0, 8827.0, 8858.0, 8848.0, 8818.0, 8814.0, 8829.0, 8856.0, 8829.0, 8860.0, 8862.0, 8829.0, 8786.0, 8818.0, 8869.0, 8850.0, 8877.0, 8846.0, 8833.0, 8801.0, 8848.0, 8856.0, 8855.0, 8883.0, 8840.0, 8826.0, 8827.0, 8857.0, 8878.0, 8862.0, 8886.0, 8871.0, 8872.0, 8808.0, 8839.0, 8892.0, 8850.0, 8869.0, 8881.0, 8867.0, 8805.0, 8855.0, 8863.0, 8837.0, 8860.0, 8912.0, 8872.0, 8853.0, 8843.0, 8849.0, 8821.0, 8839.0, 8925.0, 8898.0, 8833.0, 8839.0, 8820.0, 8822.0, 8851.0, 8888.0, 8881.0, 8837.0, 8828.0, 8874.0, 8870.0, 8857.0, 8894.0, 8887.0, 8828.0, 8846.0, 8846.0, 8820.0, 8859.0, 8929.0, 8905.0, 8844.0, 8858.0, 8863.0, 8845.0, 8873.0, 8924.0, 8901.0, 8863.0, 8864.0, 8863.0, 8845.0, 8881.0, 8949.0, 8900.0, 8841.0, 8846.0, 8875.0, 8880.0, 8894.0, 8890.0, 8886.0, 8859.0, 8873.0, 8885.0, 8872.0, 8959.0, 8927.0, 8878.0, 8876.0, 8860.0, 8897.0, 8853.0, 8858.0, 8926.0, 8880.0, 8845.0, 8834.0, 8850.0, 8891.0, 8849.0, 8879.0, 8849.0, 8835.0, 8807.0, 8819.0, 8874.0, 8836.0, 8876.0, 8865.0, 8834.0, 8826.0, 8840.0, 8866.0, 8859.0, 8913.0, 8883.0, 8843.0, 8826.0, 8857.0, 8839.0, 8854.0, 8916.0, 8889.0, 8854.0, 8861.0, 8846.0, 8845.0, 8878.0, 8914.0, 8879.0, 8880.0, 8868.0, 8903.0, 8877.0, 8890.0, 8891.0, 8906.0, 8832.0, 8865.0, 8899.0, 8878.0, 8927.0, 8905.0, 8914.0, 8904.0, 8867.0, 8862.0, 8849.0, 8841.0, 8858.0, 8831.0, 8875.0, 8919.0, 8934.0, 8912.0, 8885.0, 8906.0, 8848.0, 8862.0, 8830.0, 8845.0, 8813.0, 8850.0, 8876.0, 8849.0, 8867.0, 8838.0, 8833.0, 8825.0, 8866.0, 8895.0, 8865.0, 8883.0, 8843.0, 8846.0, 8833.0, 8879.0, 8828.0, 8893.0, 8918.0, 8904.0, 8871.0, 8882.0, 8881.0, 8871.0, 8901.0, 8949.0, 8919.0, 8874.0, 8869.0, 8909.0, 8867.0, 8862.0, 8876.0, 8878.0, 8822.0, 8845.0, 8839.0, 8855.0, 8857.0, 8905.0, 8833.0, 8874.0, 8847.0, 8866.0, 8868.0, 8936.0, 8906.0, 8920.0, 8839.0, 8855.0, 8861.0, 8835.0, 8906.0, 8871.0, 8839.0, 8796.0, 8807.0, 8843.0, 8819.0, 8834.0, 8794.0, 8802.0, 8758.0, 8819.0, 8785.0, 8820.0, 8840.0, 8839.0, 8794.0, 8833.0, 8814.0, 8820.0, 8852.0, 8904.0, 8869.0, 8820.0, 8836.0, 8820.0, 8818.0, 8835.0, 8891.0, 8864.0, 8839.0, 8828.0, 8859.0, 8900.0, 8877.0, 8907.0, 8858.0, 8861.0, 8813.0, 8845.0, 8907.0, 8860.0, 8901.0, 8857.0, 8856.0, 8808.0, 8855.0, 8897.0, 8871.0, 8888.0, 8872.0, 8881.0, 8823.0, 8846.0, 8812.0, 8835.0, 8828.0, 8859.0, 8844.0, 8919.0, 8951.0, 8931.0, 8892.0, 8832.0, 8842.0, 8898.0, 8857.0, 8853.0, 8825.0, 8826.0, 8782.0, 8827.0, 8853.0, 8835.0, 8847.0, 8825.0, 8818.0, 8820.0, 8853.0, 8831.0, 8863.0, 8897.0, 8875.0, 8829.0, 8864.0, 8867.0, 8882.0, 8902.0, 8882.0, 8927.0, 8869.0, 8869.0, 8940.0, 8891.0, 8878.0, 8904.0, 8873.0, 8909.0, 8895.0, 8876.0, 8839.0, 8809.0, 8865.0, 8869.0, 8849.0, 8775.0, 8832.0, 8841.0, 8784.0, 8788.0, 8784.0, 8784.0, 8826.0, 8788.0, 8785.0, 8807.0, 8799.0, 8796.0, 8813.0, 8796.0, 8800.0, 8813.0, 8799.0, 8813.0, 8811.0, 8832.0, 8876.0, 8862.0, 8832.0, 8818.0, 8834.0, 8869.0, 8852.0, 8867.0, 8825.0, 8828.0, 8806.0, 8852.0, 8876.0, 8856.0, 8869.0, 8827.0, 8846.0, 8903.0, 8862.0, 8875.0, 8858.0, 8860.0, 8853.0, 8838.0, 8912.0, 8852.0, 8872.0, 8828.0, 8870.0, 8932.0, 8899.0, 8849.0, 8836.0, 8837.0, 8833.0, 8834.0, 8889.0, 8863.0, 8824.0, 8827.0, 8845.0, 8795.0, 8851.0, 8861.0, 8840.0, 8881.0, 8854.0, 8831.0, 8820.0, 8855.0, 8848.0, 8834.0, 8803.0, 8869.0, 8865.0, 8854.0, 8870.0, 8851.0, 8855.0, 8810.0, 8855.0, 8864.0, 8858.0, 8874.0, 8851.0, 8842.0, 8860.0, 8855.0, 8865.0, 8857.0, 8876.0, 8881.0, 8858.0, 8930.0, 8856.0, 8853.0, 8854.0, 8885.0, 8827.0, 8844.0, 8814.0, 8889.0, 8902.0, 8880.0, 8918.0, 8908.0, 8890.0, 8861.0, 8864.0, 8895.0, 8895.0, 8934.0, 8920.0, 8917.0, 8860.0, 8855.0, 8883.0, 8876.0, 8843.0, 8848.0, 8869.0, 8843.0, 8860.0, 8910.0, 8887.0, 8810.0, 8853.0, 8868.0, 8851.0, 8842.0, 8893.0, 8872.0, 8822.0, 8853.0, 8821.0, 8873.0, 8917.0, 8900.0, 8881.0, 8836.0, 8838.0, 8905.0, 8865.0, 8879.0, 8834.0, 8831.0, 8799.0, 8858.0, 8867.0, 8860.0, 8829.0, 8820.0, 8832.0, 8846.0, 8897.0, 8897.0, 8860.0, 8830.0, 8827.0, 8868.0, 8832.0, 8869.0, 8859.0, 8812.0, 8800.0, 8833.0, 8875.0, 8834.0, 8817.0, 8836.0, 8819.0, 8821.0, 8852.0, 8826.0, 8861.0, 8897.0, 8874.0, 8871.0, 8845.0, 8854.0, 8831.0, 8866.0, 8919.0, 8871.0, 8855.0, 8860.0, 8866.0, 8856.0, 8887.0, 8903.0, 8903.0, 8826.0, 8856.0, 8820.0, 8869.0, 8841.0, 8904.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.002000043811610077</td></tr>
<tr><td colspan=3>aqi</td><td>0.032796254764512596</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.183030404693</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.202346840800439</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.022145767291668</td></tr>
<tr><td colspan=3>efc</td><td>0.5091</td></tr>
<tr><td colspan=3>fber</td><td>4418.0366</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12368300794833463</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>102</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.171960569550931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.404891396219586</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3067046722766023</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.664295481932791</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.243674034449365</td></tr>
<tr><td colspan=3>gcor</td><td>0.00970433</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02080637216567993</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04354852810502052</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9514063648047197</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.7629</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.263</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.4677</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293508.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>957.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.397</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5495</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.8104</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3140.8691</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4126.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>836.6591</td></tr>
<tr><td colspan=3>tsnr</td><td>33.0079213520512</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>