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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-02/func/sub-0106_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>67892b6a64d72d59ccd2e44669932d37</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:35:37.735000</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.995658, 0.0787379, 0.0496476, -0.085358, 0.985059, 0.149572]</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.102879</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>[4241, -7792, -7202, 325, -87, 35, -57, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.033</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5ee708c5-4494-406b-9e56-7bfcef5b6b5e||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.671278476715088, -0.22900934517383575, 0.10024775564670563, 119.79945373535156], [-0.21124808490276337, 2.6428425312042236, 0.41353335976600647, -86.91341400146484], [0.1332007497549057, -0.40129098296165466, 2.666259527206421, -36.018310546875], [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': ['223537.735000', '223538.195000', '223538.655000', '223539.115000', '223539.575000', '223540.035000', '223540.495000', '223540.955000', '223541.415000', '223541.875000', '223542.335000', '223542.795000', '223543.255000', '223543.715000', '223544.175000', '223544.635000', '223545.095000', '223545.555000', '223546.015000', '223546.475000', '223546.935000', '223547.395000', '223547.855000', '223548.315000', '223548.775000', '223549.235000', '223549.695000', '223550.155000', '223550.615000', '223551.075000', '223551.535000', '223551.995000', '223552.455000', '223552.915000', '223553.375000', '223553.835000', '223554.295000', '223554.755000', '223555.215000', '223555.675000', '223556.135000', '223556.595000', '223557.055000', '223557.515000', '223557.975000', '223558.435000', '223558.895000', '223559.355000', '223559.815000', '223600.275000', '223600.735000', '223601.195000', '223601.655000', '223602.115000', '223602.575000', '223603.035000', '223603.495000', '223603.955000', '223604.415000', '223604.875000', '223605.335000', '223605.795000', '223606.255000', '223606.715000', '223607.175000', '223607.635000', '223608.095000', '223608.555000', '223609.015000', '223609.475000', '223609.935000', '223610.395000', '223610.855000', '223611.315000', '223611.775000', '223612.235000', '223612.695000', '223613.155000', '223613.615000', '223614.075000', '223614.535000', '223614.995000', '223615.455000', '223615.915000', '223616.375000', '223616.835000', '223617.295000', '223617.755000', '223618.215000', '223618.675000', '223619.135000', '223619.595000', '223620.055000', '223620.515000', '223620.975000', '223621.435000', '223621.895000', '223622.355000', '223622.815000', '223623.275000', '223623.735000', '223624.195000', '223624.655000', '223625.115000', '223625.575000', '223626.035000', '223626.495000', '223626.955000', '223627.415000', '223627.875000', '223628.335000', '223628.795000', '223629.255000', '223629.715000', '223630.175000', '223630.635000', '223631.095000', '223631.555000', '223632.015000', '223632.475000', '223632.935000', '223633.395000', '223633.855000', '223634.315000', '223634.775000', '223635.235000', '223635.695000', '223636.155000', '223636.615000', '223637.075000', '223637.535000', '223637.995000', '223638.455000', '223638.915000', '223639.375000', '223639.835000', '223640.295000', '223640.755000', '223641.215000', '223641.675000', '223642.135000', '223642.595000', '223643.055000', '223643.515000', '223643.975000', '223644.435000', '223644.895000', '223645.355000', '223645.815000', '223646.275000', '223646.735000', '223647.195000', '223647.655000', '223648.115000', '223648.575000', '223649.035000', '223649.495000', '223649.955000', '223650.415000', '223650.875000', '223651.335000', '223651.795000', '223652.255000', '223652.715000', '223653.175000', '223653.635000', '223654.095000', '223654.555000', '223655.015000', '223655.475000', '223655.935000', '223656.395000', '223656.855000', '223657.315000', '223657.775000', '223658.235000', '223658.695000', '223659.155000', '223659.615000', '223700.075000', '223700.535000', '223700.995000', '223701.455000', '223701.915000', '223702.375000', '223702.835000', '223703.295000', '223703.755000', '223704.215000', '223704.675000', '223705.135000', '223705.595000', '223706.055000', '223706.515000', '223706.975000', '223707.435000', '223707.895000', '223708.355000', '223708.815000', '223709.275000', '223709.735000', '223710.195000', '223710.655000', '223711.115000', '223711.575000', '223712.035000', '223712.495000', '223712.955000', '223713.415000', '223713.875000', '223714.335000', '223714.795000', '223715.255000', '223715.715000', '223716.175000', '223716.635000', '223717.095000', '223717.555000', '223718.015000', '223718.475000', '223718.935000', '223719.395000', '223719.855000', '223720.315000', '223720.775000', '223721.235000', '223721.695000', '223722.155000', '223722.615000', '223723.075000', '223723.535000', '223723.995000', '223724.455000', '223724.915000', '223725.375000', '223725.835000', '223726.295000', '223726.755000', '223727.215000', '223727.675000', '223728.135000', '223728.595000', '223729.055000', '223729.515000', '223729.975000', '223730.435000', '223730.895000', '223731.355000', '223731.815000', '223732.275000', '223732.735000', '223733.195000', '223733.655000', '223734.115000', '223734.575000', '223735.035000', '223735.495000', '223735.955000', '223736.415000', '223736.875000', '223737.335000', '223737.795000', '223738.255000', '223738.715000', '223739.175000', '223739.635000', '223740.095000', '223740.555000', '223741.015000', '223741.475000', '223741.935000', '223742.395000', '223742.855000', '223743.315000', '223743.775000', '223744.235000', '223744.695000', '223745.155000', '223745.615000', '223746.075000', '223746.535000', '223746.995000', '223747.455000', '223747.915000', '223748.375000', '223748.835000', '223749.295000', '223749.755000', '223750.215000', '223750.675000', '223751.135000', '223751.595000', '223752.055000', '223752.515000', '223752.975000', '223753.435000', '223753.895000', '223754.355000', '223754.815000', '223755.275000', '223755.735000', '223756.195000', '223756.655000', '223757.115000', '223757.575000', '223758.035000', '223758.495000', '223758.955000', '223759.415000', '223759.875000', '223800.335000', '223800.795000', '223801.255000', '223801.715000', '223802.175000', '223802.635000', '223803.095000', '223803.555000', '223804.015000', '223804.475000', '223804.935000', '223805.395000', '223805.855000', '223806.315000', '223806.775000', '223807.235000', '223807.695000', '223808.155000', '223808.615000', '223809.075000', '223809.535000', '223809.995000', '223810.455000', '223810.915000', '223811.375000', '223811.835000', '223812.295000', '223812.755000', '223813.215000', '223813.675000', '223814.135000', '223814.595000', '223815.055000', '223815.515000', '223815.975000', '223816.435000', '223816.895000', '223817.355000', '223817.815000', '223818.275000', '223818.735000', '223819.195000', '223819.655000', '223820.115000', '223820.575000', '223821.035000', '223821.495000', '223821.955000', '223822.415000', '223822.875000', '223823.335000', '223823.795000', '223824.255000', '223824.715000', '223825.175000', '223825.635000', '223826.095000', '223826.555000', '223827.015000', '223827.475000', '223827.935000', '223828.395000', '223828.855000', '223829.315000', '223829.775000', '223830.235000', '223830.695000', '223831.155000', '223831.615000', '223832.075000', '223832.535000', '223832.995000', '223833.455000', '223833.915000', '223834.375000', '223834.835000', '223835.295000', '223835.755000', '223836.215000', '223836.675000', '223837.135000', '223837.595000', '223838.055000', '223838.515000', '223838.975000', '223839.435000', '223839.895000', '223840.355000', '223840.815000', '223841.275000', '223841.735000', '223842.195000', '223842.655000', '223843.115000', '223843.575000', '223844.035000', '223844.495000', '223844.955000', '223845.415000', '223845.875000', '223846.335000', '223846.795000', '223847.255000', '223847.715000', '223848.175000', '223848.635000', '223849.095000', '223849.555000', '223850.015000', '223850.475000', '223850.935000', '223851.395000', '223851.855000', '223852.315000', '223852.775000', '223853.235000', '223853.695000', '223854.155000', '223854.615000', '223855.075000', '223855.535000', '223855.995000', '223856.455000', '223856.915000', '223857.375000', '223857.835000', '223858.295000', '223858.755000', '223859.215000', '223859.675000', '223900.135000', '223900.595000', '223901.055000', '223901.515000', '223901.975000', '223902.435000', '223902.895000', '223903.355000', '223903.815000', '223904.275000', '223904.735000', '223905.195000', '223905.655000', '223906.115000', '223906.575000', '223907.035000', '223907.495000', '223907.955000', '223908.415000', '223908.875000', '223909.335000', '223909.795000', '223910.255000', '223910.715000', '223911.175000', '223911.635000', '223912.095000', '223912.555000', '223913.015000', '223913.475000', '223913.935000', '223914.395000', '223914.855000', '223915.315000', '223915.775000', '223916.235000', '223916.695000', '223917.155000', '223917.615000', '223918.075000', '223918.535000', '223918.995000', '223919.455000', '223919.915000', '223920.375000', '223920.835000', '223921.295000', '223921.755000', '223922.215000', '223922.675000', '223923.135000', '223923.595000', '223924.055000', '223924.515000', '223924.975000', '223925.435000', '223925.895000', '223926.355000', '223926.815000', '223927.275000', '223927.735000', '223928.195000', '223928.655000', '223929.115000', '223929.575000', '223930.035000', '223930.495000', '223930.955000', '223931.415000', '223931.875000', '223932.335000', '223932.795000', '223933.255000', '223933.715000', '223934.175000', '223934.635000', '223935.095000', '223935.555000', '223936.015000', '223936.475000', '223936.935000', '223937.395000', '223937.855000', '223938.315000', '223938.775000', '223939.235000', '223939.695000', '223940.155000', '223940.615000', '223941.075000', '223941.535000', '223941.995000', '223942.455000', '223942.915000', '223943.375000', '223943.835000', '223944.295000', '223944.755000', '223945.215000', '223945.675000', '223946.135000', '223946.595000', '223947.055000', '223947.515000', '223947.975000', '223948.435000', '223948.895000', '223949.355000', '223949.815000', '223950.275000', '223950.735000', '223951.195000', '223951.655000', '223952.115000', '223952.575000', '223953.035000', '223953.495000', '223953.955000', '223954.415000', '223954.875000', '223955.335000', '223955.795000', '223956.255000', '223956.715000', '223957.175000', '223957.635000', '223958.095000', '223958.555000', '223959.015000', '223959.475000', '223959.935000', '224000.395000', '224000.855000', '224001.315000', '224001.775000', '224002.235000', '224002.695000', '224003.155000', '224003.615000', '224004.075000', '224004.535000', '224004.995000', '224005.455000', '224005.915000', '224006.375000', '224006.835000', '224007.295000', '224007.755000', '224008.215000', '224008.675000', '224009.135000', '224009.595000', '224010.055000', '224010.515000', '224010.975000', '224011.435000', '224011.895000', '224012.355000', '224012.815000', '224013.275000', '224013.735000', '224014.195000', '224014.655000', '224015.115000', '224015.575000', '224016.035000', '224016.495000', '224016.955000', '224017.415000', '224017.875000', '224018.335000', '224018.795000', '224019.255000', '224019.715000', '224020.175000', '224020.635000', '224021.095000', '224021.555000', '224022.015000', '224022.475000', '224022.935000', '224023.395000', '224023.855000', '224024.315000', '224024.775000', '224025.235000', '224025.695000', '224026.155000', '224026.615000', '224027.075000', '224027.535000', '224027.995000', '224028.455000', '224028.915000', '224029.375000', '224029.835000', '224030.295000', '224030.755000', '224031.215000', '224031.675000', '224032.135000', '224032.595000', '224033.055000', '224033.515000', '224033.975000', '224034.435000', '224034.895000', '224035.355000', '224035.815000', '224036.275000', '224036.735000', '224037.195000', '224037.655000', '224038.115000', '224038.575000', '224039.035000', '224039.495000', '224039.955000', '224040.415000', '224040.875000', '224041.335000', '224041.795000', '224042.255000', '224042.715000', '224043.175000', '224043.635000', '224044.095000', '224044.555000', '224045.015000', '224045.475000', '224045.935000', '224046.395000', '224046.855000', '224047.315000', '224047.775000', '224048.235000', '224048.695000', '224049.155000', '224049.615000', '224050.075000', '224050.535000', '224050.995000', '224051.455000', '224051.915000', '224052.375000', '224052.835000', '224053.295000', '224053.755000', '224054.215000', '224054.675000', '224055.135000', '224055.595000', '224056.055000', '224056.515000', '224056.975000', '224057.435000', '224057.895000', '224058.355000', '224058.815000', '224059.275000', '224059.735000', '224100.195000', '224100.655000', '224101.115000', '224101.575000', '224102.035000', '224102.495000', '224102.955000', '224103.415000', '224103.875000', '224104.335000', '224104.795000', '224105.255000', '224105.715000', '224106.175000', '224106.635000', '224107.095000', '224107.555000', '224108.015000', '224108.475000', '224108.935000', '224109.395000', '224109.855000', '224110.315000', '224110.775000', '224111.235000', '224111.695000', '224112.155000', '224112.615000', '224113.075000', '224113.535000', '224113.995000', '224114.455000', '224114.915000', '224115.375000', '224115.835000', '224116.295000', '224116.755000', '224117.215000', '224117.675000', '224118.135000', '224118.595000', '224119.055000', '224119.515000', '224119.975000', '224120.435000', '224120.895000', '224121.355000', '224121.815000', '224122.275000', '224122.735000', '224123.195000', '224123.655000', '224124.115000', '224124.575000', '224125.035000', '224125.495000', '224125.955000', '224126.415000', '224126.875000', '224127.335000', '224127.795000', '224128.255000', '224128.715000', '224129.175000', '224129.635000', '224130.095000', '224130.555000', '224131.015000', '224131.475000', '224131.935000', '224132.395000', '224132.855000', '224133.315000', '224133.775000', '224134.235000', '224134.695000', '224135.155000', '224135.615000', '224136.075000', '224136.535000', '224136.995000', '224137.455000', '224137.915000', '224138.375000', '224138.835000', '224139.295000', '224139.755000', '224140.215000', '224140.675000', '224141.135000', '224141.595000', '224142.055000', '224142.515000', '224142.975000', '224143.435000', '224143.895000', '224144.355000', '224144.815000', '224145.275000', '224145.735000', '224146.195000', '224146.655000', '224147.115000', '224147.575000', '224148.035000', '224148.495000', '224148.955000', '224149.415000', '224149.875000', '224150.335000', '224150.795000', '224151.255000', '224151.715000', '224152.175000', '224152.635000', '224153.095000', '224153.555000', '224154.015000', '224154.475000', '224154.935000', '224155.395000', '224155.855000', '224156.315000', '224156.775000', '224157.235000', '224157.695000', '224158.155000', '224158.615000', '224159.075000', '224159.535000', '224159.995000', '224200.455000', '224200.915000', '224201.375000', '224201.835000', '224202.295000', '224202.755000', '224203.215000', '224203.675000', '224204.135000', '224204.595000', '224205.055000', '224205.515000', '224205.975000', '224206.435000', '224206.895000', '224207.355000', '224207.815000', '224208.275000', '224208.735000', '224209.195000', '224209.655000', '224210.115000', '224210.575000', '224211.035000', '224211.495000', '224211.955000', '224212.415000', '224212.875000', '224213.335000', '224213.795000', '224214.255000', '224214.715000', '224215.175000', '224215.635000', '224216.095000', '224216.555000', '224217.015000', '224217.475000', '224217.935000', '224218.395000', '224218.855000', '224219.315000', '224219.775000', '224220.235000', '224220.695000', '224221.155000', '224221.615000', '224222.075000', '224222.535000', '224222.995000', '224223.455000', '224223.915000', '224224.375000', '224224.835000', '224225.295000', '224225.755000', '224226.215000', '224226.675000', '224227.135000', '224227.595000', '224228.055000', '224228.515000', '224228.975000', '224229.435000', '224229.895000', '224230.355000', '224230.815000', '224231.275000', '224231.735000', '224232.195000', '224232.655000', '224233.115000', '224233.575000', '224234.035000', '224234.495000', '224234.955000', '224235.415000', '224235.875000', '224236.335000', '224236.795000', '224237.255000', '224237.715000'], 'ContentTime': ['223553.852000', '223553.856000', '223553.858000', '223553.861000', '223553.864000', '223553.866000', '223553.869000', '223553.871000', '223553.884000', '223553.887000', '223553.890000', '223553.892000', '223553.895000', '223553.897000', '223553.900000', '223553.902000', '223553.905000', '223553.907000', '223553.910000', '223553.912000', '223553.915000', '223553.920000', '223553.923000', '223553.925000', '223553.928000', '223553.930000', '223553.933000', '223553.936000', '223553.938000', '223553.941000', '223553.943000', '223553.950000', '223553.953000', '223613.794000', '223613.796000', '223613.799000', '223613.802000', '223613.804000', '223613.807000', '223613.809000', '223613.812000', '223613.814000', '223613.817000', '223613.820000', '223613.822000', '223613.825000', '223613.827000', '223613.830000', '223613.832000', '223613.835000', '223613.837000', '223613.840000', '223613.842000', '223613.845000', '223613.847000', '223613.850000', '223613.853000', '223613.855000', '223613.858000', '223613.860000', '223613.863000', '223613.865000', '223613.868000', '223613.870000', '223613.873000', '223613.875000', '223613.878000', '223613.881000', '223613.883000', '223613.892000', '223613.895000', '223613.897000', '223613.900000', '223613.902000', '223613.905000', '223613.907000', '223613.910000', '223633.793000', '223633.796000', '223633.799000', '223633.829000', '223633.832000', '223633.834000', '223633.837000', '223633.840000', '223633.842000', '223633.845000', '223633.847000', '223633.850000', '223633.852000', '223633.855000', '223633.858000', '223633.860000', '223633.863000', '223633.865000', '223633.868000', '223633.870000', '223633.873000', '223633.875000', '223633.878000', '223633.881000', '223633.890000', '223633.893000', '223633.895000', '223633.898000', '223633.901000', '223633.903000', '223633.906000', '223633.908000', '223633.911000', '223633.913000', '223633.916000', '223633.919000', '223633.921000', '223633.924000', '223633.926000', '223633.929000', '223633.931000', '223633.934000', '223633.936000', '223653.793000', '223653.796000', '223653.799000', '223653.802000', '223653.804000', '223653.807000', '223653.809000', '223653.812000', '223653.814000', '223653.817000', '223653.820000', '223653.822000', '223653.825000', '223653.827000', '223653.830000', '223653.833000', '223653.835000', '223653.838000', '223653.841000', '223653.844000', '223653.847000', '223653.859000', '223653.862000', '223653.864000', '223653.867000', '223653.870000', '223653.872000', '223653.875000', '223653.877000', '223653.880000', '223653.882000', '223653.885000', '223653.887000', '223653.890000', '223653.893000', '223653.895000', '223653.898000', '223653.900000', '223653.903000', '223653.906000', '223653.908000', '223653.911000', '223653.914000', '223713.793000', '223713.796000', '223713.799000', '223713.802000', '223713.804000', '223713.807000', '223713.810000', '223713.812000', '223713.815000', '223713.818000', '223713.820000', '223713.823000', '223713.825000', '223713.828000', '223713.831000', '223713.833000', '223713.836000', '223713.838000', '223713.841000', '223713.844000', '223713.846000', '223713.849000', '223713.851000', '223713.854000', '223713.857000', '223713.859000', '223713.862000', '223713.864000', '223713.867000', '223713.869000', '223713.872000', '223713.875000', '223713.877000', '223713.880000', '223713.882000', '223713.885000', '223713.888000', '223713.890000', '223713.893000', '223713.895000', '223713.898000', '223713.901000', '223713.903000', '223713.906000', '223733.793000', '223733.796000', '223733.799000', '223733.863000', '223733.865000', '223733.868000', '223733.870000', '223733.873000', '223733.876000', '223733.878000', '223733.881000', '223733.883000', '223733.886000', '223733.888000', '223733.891000', '223733.893000', '223733.896000', '223733.899000', '223733.901000', '223733.904000', '223733.906000', '223733.909000', '223733.911000', '223733.914000', '223733.917000', '223733.919000', '223733.922000', '223733.924000', '223733.927000', '223733.929000', '223733.932000', '223733.934000', '223733.937000', '223733.940000', '223733.942000', '223733.945000', '223733.947000', '223733.950000', '223733.952000', '223733.955000', '223733.958000', '223733.960000', '223733.963000', '223753.794000', '223753.796000', '223753.799000', '223753.829000', '223753.832000', '223753.835000', '223753.837000', '223753.840000', '223753.842000', '223753.845000', '223753.847000', '223753.850000', '223753.853000', '223753.855000', '223753.858000', '223753.860000', '223753.863000', '223753.866000', '223753.868000', '223753.871000', '223753.874000', '223753.876000', '223753.879000', '223753.881000', '223753.884000', '223753.886000', '223753.889000', '223753.891000', '223753.894000', '223753.897000', '223753.899000', '223753.902000', '223753.917000', '223753.920000', '223753.923000', '223753.925000', '223753.928000', '223753.930000', '223753.933000', '223753.935000', '223753.938000', '223753.941000', '223753.943000', '223753.946000', '223813.794000', '223813.797000', '223813.800000', '223813.803000', '223813.806000', '223813.808000', '223813.811000', '223813.813000', '223813.816000', '223813.818000', '223813.821000', '223813.824000', '223813.826000', '223813.829000', '223813.831000', '223813.834000', '223813.837000', '223813.839000', '223813.842000', '223813.844000', '223813.847000', '223813.850000', '223813.852000', '223813.855000', '223813.858000', '223813.860000', '223813.863000', '223813.882000', '223813.885000', '223813.888000', '223813.890000', '223813.893000', '223813.896000', '223813.899000', '223813.902000', '223813.904000', '223813.907000', '223813.910000', '223813.912000', '223813.915000', '223813.918000', '223813.920000', '223813.923000', '223833.794000', '223833.797000', '223833.800000', '223833.813000', '223833.816000', '223833.818000', '223833.821000', '223833.824000', '223833.826000', '223833.829000', '223833.832000', '223833.835000', '223833.837000', '223833.840000', '223833.843000', '223833.845000', '223833.848000', '223833.851000', '223833.853000', '223833.856000', '223833.858000', '223833.861000', '223833.864000', '223833.866000', '223833.869000', '223833.872000', '223833.875000', '223833.877000', '223833.880000', '223833.883000', '223833.885000', '223833.888000', '223833.891000', '223833.894000', '223833.896000', '223833.899000', '223833.902000', '223833.904000', '223833.907000', '223833.909000', '223833.912000', '223833.914000', '223833.917000', '223833.920000', '223853.793000', '223853.796000', '223853.799000', '223853.822000', '223853.825000', '223853.827000', '223853.830000', '223853.832000', '223853.835000', '223853.838000', '223853.840000', '223853.843000', '223853.845000', '223853.848000', '223853.851000', '223853.853000', '223853.856000', '223853.859000', '223853.861000', '223853.864000', '223853.866000', '223853.869000', '223853.872000', '223853.874000', '223853.877000', '223853.879000', '223853.882000', '223853.885000', '223853.887000', '223853.890000', '223853.893000', '223853.895000', '223853.898000', '223853.901000', '223853.903000', '223853.906000', '223853.909000', '223853.911000', '223853.914000', '223853.929000', '223853.932000', '223853.934000', '223853.937000', '223913.794000', '223913.796000', '223913.799000', '223913.861000', '223913.864000', '223913.866000', '223913.869000', '223913.872000', '223913.874000', '223913.877000', '223913.879000', '223913.882000', '223913.884000', '223913.887000', '223913.890000', '223913.892000', '223913.895000', '223913.897000', '223913.900000', '223913.902000', '223913.905000', '223913.908000', '223913.910000', '223913.913000', '223913.915000', '223913.918000', '223913.920000', '223913.923000', '223913.925000', '223913.928000', '223913.931000', '223913.933000', '223913.936000', '223913.939000', '223913.941000', '223913.944000', '223913.946000', '223913.949000', '223913.951000', '223913.954000', '223913.957000', '223913.959000', '223913.962000', '223913.964000', '223933.793000', '223933.796000', '223933.799000', '223933.900000', '223933.903000', '223933.905000', '223933.908000', '223933.910000', '223933.913000', '223933.915000', '223933.918000', '223933.921000', '223933.923000', '223933.933000', '223933.936000', '223933.938000', '223933.941000', '223933.943000', '223933.946000', '223933.949000', '223933.951000', '223933.954000', '223933.956000', '223933.959000', '223933.962000', '223933.964000', '223933.967000', '223933.969000', '223933.972000', '223933.975000', '223933.977000', '223933.980000', '223933.982000', '223933.985000', '223933.987000', '223933.990000', '223933.993000', '223933.995000', '223933.998000', '223934.002000', '223934.004000', '223934.007000', '223934.009000', '223953.794000', '223953.796000', '223953.799000', '223953.802000', '223953.804000', '223953.807000', '223953.810000', '223953.813000', '223953.816000', '223953.819000', '223953.821000', '223953.824000', '223953.827000', '223953.829000', '223953.832000', '223953.835000', '223953.837000', '223953.840000', '223953.842000', '223953.845000', '223953.847000', '223953.850000', '223953.852000', '223953.855000', '223953.858000', '223953.860000', '223953.863000', '223953.865000', '223953.868000', '223953.871000', '223953.873000', '223953.876000', '223953.878000', '223953.881000', '223953.883000', '223953.886000', '223953.889000', '223953.891000', '223953.894000', '223953.896000', '223953.899000', '223953.901000', '223953.904000', '224013.794000', '224013.796000', '224013.799000', '224013.890000', '224013.893000', '224013.895000', '224013.898000', '224013.900000', '224013.903000', '224013.905000', '224013.908000', '224013.910000', '224013.913000', '224013.916000', '224013.918000', '224013.921000', '224013.923000', '224013.926000', '224013.929000', '224013.932000', '224013.934000', '224013.937000', '224013.939000', '224013.942000', '224013.945000', '224013.947000', '224013.950000', '224013.953000', '224013.955000', '224013.958000', '224013.960000', '224013.963000', '224013.966000', '224013.968000', '224013.971000', '224013.973000', '224013.976000', '224013.978000', '224013.981000', '224013.984000', '224013.986000', '224013.989000', '224013.991000', '224013.994000', '224033.795000', '224033.798000', '224033.800000', '224033.803000', '224033.806000', '224033.808000', '224033.811000', '224033.813000', '224033.816000', '224033.818000', '224033.821000', '224033.824000', '224033.826000', '224033.829000', '224033.831000', '224033.834000', '224033.837000', '224033.839000', '224033.842000', '224033.844000', '224033.847000', '224033.850000', '224033.852000', '224033.855000', '224033.857000', '224033.860000', '224033.863000', '224033.865000', '224033.868000', '224033.870000', '224033.873000', '224033.875000', '224033.878000', '224033.881000', '224033.883000', '224033.886000', '224033.888000', '224033.891000', '224033.893000', '224033.896000', '224033.899000', '224033.901000', '224033.904000', '224033.906000', '224053.793000', '224053.796000', '224053.799000', '224053.845000', '224053.847000', '224053.850000', '224053.852000', '224053.855000', '224053.858000', '224053.860000', '224053.863000', '224053.865000', '224053.868000', '224053.871000', '224053.873000', '224053.876000', '224053.878000', '224053.881000', '224053.884000', '224053.888000', '224053.891000', '224053.893000', '224053.896000', '224053.898000', '224053.901000', '224053.904000', '224053.906000', '224053.909000', '224053.912000', '224053.914000', '224053.917000', '224053.919000', '224053.922000', '224053.924000', '224053.927000', '224053.929000', '224053.932000', '224053.935000', '224053.975000', '224053.978000', '224053.980000', '224053.983000', '224053.986000', '224113.794000', '224113.796000', '224113.799000', '224113.873000', '224113.876000', '224113.878000', '224113.881000', '224113.884000', '224113.886000', '224113.889000', '224113.891000', '224113.894000', '224113.897000', '224113.899000', '224113.902000', '224113.904000', '224113.907000', '224113.910000', '224113.912000', '224113.915000', '224113.917000', '224113.920000', '224113.922000', '224113.925000', '224113.927000', '224113.930000', '224113.933000', '224113.935000', '224113.938000', '224113.940000', '224113.944000', '224113.946000', '224113.949000', '224113.952000', '224113.954000', '224113.957000', '224113.959000', '224113.962000', '224113.964000', '224113.967000', '224113.970000', '224113.972000', '224113.975000', '224113.977000', '224133.793000', '224133.796000', '224133.799000', '224133.870000', '224133.872000', '224133.875000', '224133.877000', '224133.880000', '224133.882000', '224133.885000', '224133.888000', '224133.890000', '224133.893000', '224133.895000', '224133.898000', '224133.900000', '224133.903000', '224133.906000', '224133.908000', '224133.911000', '224133.913000', '224133.916000', '224133.919000', '224133.921000', '224133.924000', '224133.926000', '224133.929000', '224133.931000', '224133.934000', '224133.937000', '224133.939000', '224133.942000', '224133.944000', '224133.947000', '224133.950000', '224133.952000', '224133.955000', '224133.957000', '224133.960000', '224133.963000', '224133.965000', '224133.968000', '224133.970000', '224153.793000', '224153.796000', '224153.799000', '224153.870000', '224153.873000', '224153.876000', '224153.878000', '224153.881000', '224153.883000', '224153.886000', '224153.889000', '224153.891000', '224153.894000', '224153.896000', '224153.899000', '224153.901000', '224153.904000', '224153.906000', '224153.909000', '224153.912000', '224153.914000', '224153.917000', '224153.919000', '224153.922000', '224153.925000', '224153.927000', '224153.930000', '224153.932000', '224153.935000', '224153.938000', '224153.941000', '224153.943000', '224153.946000', '224153.949000', '224153.951000', '224153.954000', '224153.957000', '224153.959000', '224153.962000', '224153.964000', '224153.967000', '224153.969000', '224153.972000', '224153.975000', '224213.794000', '224213.797000', '224213.799000', '224213.852000', '224213.855000', '224213.857000', '224213.860000', '224213.863000', '224213.865000', '224213.868000', '224213.871000', '224213.874000', '224213.876000', '224213.879000', '224213.882000', '224213.886000', '224213.889000', '224213.891000', '224213.894000', '224213.897000', '224213.900000', '224213.903000', '224213.906000', '224213.909000', '224213.912000', '224213.914000', '224213.917000', '224213.920000', '224213.923000', '224213.925000', '224213.928000', '224213.931000', '224213.934000', '224213.937000', '224213.939000', '224213.942000', '224213.945000', '224213.948000', '224213.951000', '224213.953000', '224213.956000', '224213.959000', '224213.962000', '224233.794000', '224233.796000', '224233.799000', '224233.802000', '224233.804000', '224233.807000', '224233.810000', '224233.812000', '224233.815000', '224233.818000', '224233.820000', '224233.823000', '224233.825000', '224233.828000', '224233.831000', '224233.834000', '224233.836000', '224233.839000', '224233.842000', '224233.844000', '224233.847000', '224233.849000', '224233.852000', '224233.855000', '224233.857000', '224233.860000', '224233.862000', '224233.865000', '224233.867000', '224233.875000', '224233.878000', '224233.881000', '224233.883000', '224233.886000', '224233.889000', '224233.891000', '224233.894000', '224233.897000', '224233.900000', '224233.902000', '224233.905000', '224233.908000', '224233.910000', '224238.788000', '224238.791000', '224238.794000', '224238.796000', '224238.799000', '224238.802000', '224238.804000', '224238.807000', '224238.810000', '224238.812000', '224238.815000', '224238.817000'], 'InstanceCreationTime': ['223553.852000', '223553.856000', '223553.858000', '223553.861000', '223553.864000', '223553.866000', '223553.869000', '223553.871000', '223553.884000', '223553.887000', '223553.890000', '223553.892000', '223553.895000', '223553.897000', '223553.900000', '223553.902000', '223553.905000', '223553.907000', '223553.910000', '223553.912000', '223553.915000', '223553.920000', '223553.923000', '223553.925000', '223553.928000', '223553.930000', '223553.933000', '223553.936000', '223553.938000', '223553.941000', '223553.943000', '223553.950000', '223553.953000', '223613.794000', '223613.796000', '223613.799000', '223613.802000', '223613.804000', '223613.807000', '223613.809000', '223613.812000', '223613.814000', '223613.817000', '223613.820000', '223613.822000', '223613.825000', '223613.827000', '223613.830000', '223613.832000', '223613.835000', '223613.837000', '223613.840000', '223613.842000', '223613.845000', '223613.847000', '223613.850000', '223613.853000', '223613.855000', '223613.858000', '223613.860000', '223613.863000', '223613.865000', '223613.868000', '223613.870000', '223613.873000', '223613.875000', '223613.878000', '223613.881000', '223613.883000', '223613.892000', '223613.895000', '223613.897000', '223613.900000', '223613.902000', '223613.905000', '223613.907000', '223613.910000', '223633.793000', '223633.796000', '223633.799000', '223633.829000', '223633.832000', '223633.834000', '223633.837000', '223633.840000', '223633.842000', '223633.845000', '223633.847000', '223633.850000', '223633.852000', '223633.855000', '223633.858000', '223633.860000', '223633.863000', '223633.865000', '223633.868000', '223633.870000', '223633.873000', '223633.875000', '223633.878000', '223633.881000', '223633.890000', '223633.893000', '223633.895000', '223633.898000', '223633.901000', '223633.903000', '223633.906000', '223633.908000', '223633.911000', '223633.913000', '223633.916000', '223633.919000', '223633.921000', '223633.924000', '223633.926000', '223633.929000', '223633.931000', '223633.934000', '223633.936000', '223653.793000', '223653.796000', '223653.799000', '223653.802000', '223653.804000', '223653.807000', '223653.809000', '223653.812000', '223653.814000', '223653.817000', '223653.820000', '223653.822000', '223653.825000', '223653.827000', '223653.830000', '223653.833000', '223653.835000', '223653.838000', '223653.841000', '223653.844000', '223653.847000', '223653.859000', '223653.862000', '223653.864000', '223653.867000', '223653.870000', '223653.872000', '223653.875000', '223653.877000', '223653.880000', '223653.882000', '223653.885000', '223653.887000', '223653.890000', '223653.893000', '223653.895000', '223653.898000', '223653.900000', '223653.903000', '223653.906000', '223653.908000', '223653.911000', '223653.914000', '223713.793000', '223713.796000', '223713.799000', '223713.802000', '223713.804000', '223713.807000', '223713.810000', '223713.812000', '223713.815000', '223713.818000', '223713.820000', '223713.823000', '223713.825000', '223713.828000', '223713.831000', '223713.833000', '223713.836000', '223713.838000', '223713.841000', '223713.844000', '223713.846000', '223713.849000', '223713.851000', '223713.854000', '223713.857000', '223713.859000', '223713.862000', '223713.864000', '223713.867000', '223713.869000', '223713.872000', '223713.875000', '223713.877000', '223713.880000', '223713.882000', '223713.885000', '223713.888000', '223713.890000', '223713.893000', '223713.895000', '223713.898000', '223713.901000', '223713.903000', '223713.906000', '223733.793000', '223733.796000', '223733.799000', '223733.863000', '223733.865000', '223733.868000', '223733.870000', '223733.873000', '223733.876000', '223733.878000', '223733.881000', '223733.883000', '223733.886000', '223733.888000', '223733.891000', '223733.893000', '223733.896000', '223733.899000', '223733.901000', '223733.904000', '223733.906000', '223733.909000', '223733.911000', '223733.914000', '223733.917000', '223733.919000', '223733.922000', '223733.924000', '223733.927000', '223733.929000', '223733.932000', '223733.934000', '223733.937000', '223733.940000', '223733.942000', '223733.945000', '223733.947000', '223733.950000', '223733.952000', '223733.955000', '223733.958000', '223733.960000', '223733.963000', '223753.794000', '223753.796000', '223753.799000', '223753.829000', '223753.832000', '223753.835000', '223753.837000', '223753.840000', '223753.842000', '223753.845000', '223753.847000', '223753.850000', '223753.853000', '223753.855000', '223753.858000', '223753.860000', '223753.863000', '223753.866000', '223753.868000', '223753.871000', '223753.874000', '223753.876000', '223753.879000', '223753.881000', '223753.884000', '223753.886000', '223753.889000', '223753.891000', '223753.894000', '223753.897000', '223753.899000', '223753.902000', '223753.917000', '223753.920000', '223753.923000', '223753.925000', '223753.928000', '223753.930000', '223753.933000', '223753.935000', '223753.938000', '223753.941000', '223753.943000', '223753.946000', '223813.794000', '223813.797000', '223813.800000', '223813.803000', '223813.806000', '223813.808000', '223813.811000', '223813.813000', '223813.816000', '223813.818000', '223813.821000', '223813.824000', '223813.826000', '223813.829000', '223813.831000', '223813.834000', '223813.837000', '223813.839000', '223813.842000', '223813.844000', '223813.847000', '223813.850000', '223813.852000', '223813.855000', '223813.858000', '223813.860000', '223813.863000', '223813.882000', '223813.885000', '223813.888000', '223813.890000', '223813.893000', '223813.896000', '223813.899000', '223813.902000', '223813.904000', '223813.907000', '223813.910000', '223813.912000', '223813.915000', '223813.918000', '223813.920000', '223813.923000', '223833.794000', '223833.797000', '223833.800000', '223833.813000', '223833.816000', '223833.818000', '223833.821000', '223833.824000', '223833.826000', '223833.829000', '223833.832000', '223833.835000', '223833.837000', '223833.840000', '223833.843000', '223833.845000', '223833.848000', '223833.851000', '223833.853000', '223833.856000', '223833.858000', '223833.861000', '223833.864000', '223833.866000', '223833.869000', '223833.872000', '223833.875000', '223833.877000', '223833.880000', '223833.883000', '223833.885000', '223833.888000', '223833.891000', '223833.894000', '223833.896000', '223833.899000', '223833.902000', '223833.904000', '223833.907000', '223833.909000', '223833.912000', '223833.914000', '223833.917000', '223833.920000', '223853.793000', '223853.796000', '223853.799000', '223853.822000', '223853.825000', '223853.827000', '223853.830000', '223853.832000', '223853.835000', '223853.838000', '223853.840000', '223853.843000', '223853.845000', '223853.848000', '223853.851000', '223853.853000', '223853.856000', '223853.859000', '223853.861000', '223853.864000', '223853.866000', '223853.869000', '223853.872000', '223853.874000', '223853.877000', '223853.879000', '223853.882000', '223853.885000', '223853.887000', '223853.890000', '223853.893000', '223853.895000', '223853.898000', '223853.901000', '223853.903000', '223853.906000', '223853.909000', '223853.911000', '223853.914000', '223853.929000', '223853.932000', '223853.934000', '223853.937000', '223913.794000', '223913.796000', '223913.799000', '223913.861000', '223913.864000', '223913.866000', '223913.869000', '223913.872000', '223913.874000', '223913.877000', '223913.879000', '223913.882000', '223913.884000', '223913.887000', '223913.890000', '223913.892000', '223913.895000', '223913.897000', '223913.900000', '223913.902000', '223913.905000', '223913.908000', '223913.910000', '223913.913000', '223913.915000', '223913.918000', '223913.920000', '223913.923000', '223913.925000', '223913.928000', '223913.931000', '223913.933000', '223913.936000', '223913.939000', '223913.941000', '223913.944000', '223913.946000', '223913.949000', '223913.951000', '223913.954000', '223913.957000', '223913.959000', '223913.962000', '223913.964000', '223933.793000', '223933.796000', '223933.799000', '223933.900000', '223933.903000', '223933.905000', '223933.908000', '223933.910000', '223933.913000', '223933.915000', '223933.918000', '223933.921000', '223933.923000', '223933.933000', '223933.936000', '223933.938000', '223933.941000', '223933.943000', '223933.946000', '223933.949000', '223933.951000', '223933.954000', '223933.956000', '223933.959000', '223933.962000', '223933.964000', '223933.967000', '223933.969000', '223933.972000', '223933.975000', '223933.977000', '223933.980000', '223933.982000', '223933.985000', '223933.987000', '223933.990000', '223933.993000', '223933.995000', '223933.998000', '223934.002000', '223934.004000', '223934.007000', '223934.009000', '223953.794000', '223953.796000', '223953.799000', '223953.802000', '223953.804000', '223953.807000', '223953.810000', '223953.813000', '223953.816000', '223953.819000', '223953.821000', '223953.824000', '223953.827000', '223953.829000', '223953.832000', '223953.835000', '223953.837000', '223953.840000', '223953.842000', '223953.845000', '223953.847000', '223953.850000', '223953.852000', '223953.855000', '223953.858000', '223953.860000', '223953.863000', '223953.865000', '223953.868000', '223953.871000', '223953.873000', '223953.876000', '223953.878000', '223953.881000', '223953.883000', '223953.886000', '223953.889000', '223953.891000', '223953.894000', '223953.896000', '223953.899000', '223953.901000', '223953.904000', '224013.794000', '224013.796000', '224013.799000', '224013.890000', '224013.893000', '224013.895000', '224013.898000', '224013.900000', '224013.903000', '224013.905000', '224013.908000', '224013.910000', '224013.913000', '224013.916000', '224013.918000', '224013.921000', '224013.923000', '224013.926000', '224013.929000', '224013.932000', '224013.934000', '224013.937000', '224013.939000', '224013.942000', '224013.945000', '224013.947000', '224013.950000', '224013.953000', '224013.955000', '224013.958000', '224013.960000', '224013.963000', '224013.966000', '224013.968000', '224013.971000', '224013.973000', '224013.976000', '224013.978000', '224013.981000', '224013.984000', '224013.986000', '224013.989000', '224013.991000', '224013.994000', '224033.795000', '224033.798000', '224033.800000', '224033.803000', '224033.806000', '224033.808000', '224033.811000', '224033.813000', '224033.816000', '224033.818000', '224033.821000', '224033.824000', '224033.826000', '224033.829000', '224033.831000', '224033.834000', '224033.837000', '224033.839000', '224033.842000', '224033.844000', '224033.847000', '224033.850000', '224033.852000', '224033.855000', '224033.857000', '224033.860000', '224033.863000', '224033.865000', '224033.868000', '224033.870000', '224033.873000', '224033.875000', '224033.878000', '224033.881000', '224033.883000', '224033.886000', '224033.888000', '224033.891000', '224033.893000', '224033.896000', '224033.899000', '224033.901000', '224033.904000', '224033.906000', '224053.793000', '224053.796000', '224053.799000', '224053.845000', '224053.847000', '224053.850000', '224053.852000', '224053.855000', '224053.858000', '224053.860000', '224053.863000', '224053.865000', '224053.868000', '224053.871000', '224053.873000', '224053.876000', '224053.878000', '224053.881000', '224053.884000', '224053.888000', '224053.891000', '224053.893000', '224053.896000', '224053.898000', '224053.901000', '224053.904000', '224053.906000', '224053.909000', '224053.912000', '224053.914000', '224053.917000', '224053.919000', '224053.922000', '224053.924000', '224053.927000', '224053.929000', '224053.932000', '224053.935000', '224053.975000', '224053.978000', '224053.980000', '224053.983000', '224053.986000', '224113.794000', '224113.796000', '224113.799000', '224113.873000', '224113.876000', '224113.878000', '224113.881000', '224113.884000', '224113.886000', '224113.889000', '224113.891000', '224113.894000', '224113.897000', '224113.899000', '224113.902000', '224113.904000', '224113.907000', '224113.910000', '224113.912000', '224113.915000', '224113.917000', '224113.920000', '224113.922000', '224113.925000', '224113.927000', '224113.930000', '224113.933000', '224113.935000', '224113.938000', '224113.940000', '224113.944000', '224113.946000', '224113.949000', '224113.952000', '224113.954000', '224113.957000', '224113.959000', '224113.962000', '224113.964000', '224113.967000', '224113.970000', '224113.972000', '224113.975000', '224113.977000', '224133.793000', '224133.796000', '224133.799000', '224133.870000', '224133.872000', '224133.875000', '224133.877000', '224133.880000', '224133.882000', '224133.885000', '224133.888000', '224133.890000', '224133.893000', '224133.895000', '224133.898000', '224133.900000', '224133.903000', '224133.906000', '224133.908000', '224133.911000', '224133.913000', '224133.916000', '224133.919000', '224133.921000', '224133.924000', '224133.926000', '224133.929000', '224133.931000', '224133.934000', '224133.937000', '224133.939000', '224133.942000', '224133.944000', '224133.947000', '224133.950000', '224133.952000', '224133.955000', '224133.957000', '224133.960000', '224133.963000', '224133.965000', '224133.968000', '224133.970000', '224153.793000', '224153.796000', '224153.799000', '224153.870000', '224153.873000', '224153.876000', '224153.878000', '224153.881000', '224153.883000', '224153.886000', '224153.889000', '224153.891000', '224153.894000', '224153.896000', '224153.899000', '224153.901000', '224153.904000', '224153.906000', '224153.909000', '224153.912000', '224153.914000', '224153.917000', '224153.919000', '224153.922000', '224153.925000', '224153.927000', '224153.930000', '224153.932000', '224153.935000', '224153.938000', '224153.941000', '224153.943000', '224153.946000', '224153.949000', '224153.951000', '224153.954000', '224153.957000', '224153.959000', '224153.962000', '224153.964000', '224153.967000', '224153.969000', '224153.972000', '224153.975000', '224213.794000', '224213.797000', '224213.799000', '224213.852000', '224213.855000', '224213.857000', '224213.860000', '224213.863000', '224213.865000', '224213.868000', '224213.871000', '224213.874000', '224213.876000', '224213.879000', '224213.882000', '224213.886000', '224213.889000', '224213.891000', '224213.894000', '224213.897000', '224213.900000', '224213.903000', '224213.906000', '224213.909000', '224213.912000', '224213.914000', '224213.917000', '224213.920000', '224213.923000', '224213.925000', '224213.928000', '224213.931000', '224213.934000', '224213.937000', '224213.939000', '224213.942000', '224213.945000', '224213.948000', '224213.951000', '224213.953000', '224213.956000', '224213.959000', '224213.962000', '224233.794000', '224233.796000', '224233.799000', '224233.802000', '224233.804000', '224233.807000', '224233.810000', '224233.812000', '224233.815000', '224233.818000', '224233.820000', '224233.823000', '224233.825000', '224233.828000', '224233.831000', '224233.834000', '224233.836000', '224233.839000', '224233.842000', '224233.844000', '224233.847000', '224233.849000', '224233.852000', '224233.855000', '224233.857000', '224233.860000', '224233.862000', '224233.865000', '224233.867000', '224233.875000', '224233.878000', '224233.881000', '224233.883000', '224233.886000', '224233.889000', '224233.891000', '224233.894000', '224233.897000', '224233.900000', '224233.902000', '224233.905000', '224233.908000', '224233.910000', '224238.788000', '224238.791000', '224238.794000', '224238.796000', '224238.799000', '224238.802000', '224238.804000', '224238.807000', '224238.810000', '224238.812000', '224238.815000', '224238.817000'], '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': [9113, 12478, 10487, 10598, 11503, 10831, 10485, 11049, 9084, 12172, 10905, 10253, 11166, 10797, 12406, 10571, 9171, 11354, 9357, 11853, 10120, 11036, 11081, 10473, 12346, 10724, 8780, 10974, 10681, 9832, 10715, 8878, 11756, 11384, 12641, 10981, 11293, 11783, 10996, 10275, 10880, 9284, 12040, 10403, 11026, 11576, 11454, 11360, 11037, 8948, 12023, 11084, 12336, 11281, 11893, 11918, 11447, 12635, 10900, 11262, 11352, 9722, 12286, 10935, 8972, 11874, 10052, 9754, 11036, 11096, 11690, 11630, 12188, 11785, 10108, 11276, 9167, 12162, 10651, 12597, 11166, 10130, 11794, 11206, 10606, 10654, 8925, 11598, 9901, 9144, 10935, 9589, 12129, 11286, 12774, 10384, 11591, 11376, 9546, 12453, 11782, 12875, 10534, 12324, 11047, 12084, 12106, 11571, 10711, 11095, 9834, 11932, 10256, 12434, 10554, 11043, 11151, 9361, 12102, 10371, 10880, 10959, 10032, 11679, 10075, 9908, 10618, 8923, 11540, 9914, 11960, 10233, 9448, 11068, 9183, 11669, 10101, 9599, 10656, 9278, 12044, 10214, 9650, 10571, 9216, 11769, 10289, 10902, 10820, 10741, 9987, 10539, 10234, 11478, 9789, 12155, 10402, 10018, 11436, 10968, 12413, 10869, 10161, 11344, 10332, 10923, 11138, 9466, 11658, 9856, 12416, 11503, 10417, 11467, 9689, 12587, 10361, 10206, 11520, 9661, 12578, 10671, 10488, 11938, 11807, 10382, 11125, 10411, 12172, 11072, 10844, 11596, 9860, 12489, 10531, 9954, 11450, 10018, 12652, 10558, 9149, 11317, 8959, 12003, 11181, 10100, 10986, 9505, 11741, 11020, 12531, 10454, 10002, 10970, 10169, 12268, 10112, 10660, 10870, 10509, 11871, 10667, 10807, 11010, 9306, 11860, 11232, 10468, 11207, 9531, 12068, 10473, 9910, 10971, 10582, 11628, 11080, 13006, 10753, 10036, 10897, 10744, 11765, 10980, 12880, 10658, 8977, 11485, 10041, 12338, 10311, 11061, 11468, 10204, 12364, 11132, 12575, 10367, 10857, 10353, 9452, 11285, 9248, 11121, 9708, 11678, 10433, 10045, 10586, 9372, 11220, 9717, 12020, 10411, 8862, 11052, 9375, 11875, 10860, 12374, 10371, 11473, 10735, 9117, 12038, 10005, 12378, 11233, 10487, 11005, 9628, 11880, 11185, 13116, 10531, 12615, 10713, 9630, 11412, 10279, 10158, 10249, 10504, 8926, 11483, 10298, 9962, 11143, 12532, 12610, 10672, 11206, 12036, 11144, 10645, 11492, 11752, 12385, 11606, 11382, 11537, 9547, 12453, 10870, 9682, 11056, 10167, 12472, 10814, 9190, 11686, 10888, 10257, 10804, 9827, 11845, 10430, 9566, 9555, 10453, 10195, 9554, 11249, 11962, 11066, 11153, 11930, 11371, 10685, 12749, 12705, 12114, 10799, 14131, 12387, 12844, 14185, 14761, 12399, 13465, 11919, 13804, 11936, 11845, 10278, 12718, 12329, 10513, 12561, 12610, 10439, 12162, 11811, 9960, 11792, 10997, 9429, 11212, 10201, 8624, 11094, 10508, 9537, 10544, 9065, 11731, 10234, 8750, 11158, 10269, 8528, 11508, 10167, 10132, 10575, 10903, 11880, 9982, 10014, 10632, 9103, 11727, 9925, 10378, 10629, 9352, 11477, 9643, 9662, 11251, 10476, 12326, 10439, 11200, 11515, 10864, 10573, 10258, 9178, 11564, 10030, 11141, 11561, 9834, 10093, 11594, 10218, 9361, 11858, 10418, 12517, 11098, 10151, 12029, 11303, 10545, 11602, 9819, 11582, 11068, 11688, 10802, 9668, 11094, 9988, 9645, 10097, 9679, 11220, 9861, 9885, 10447, 9390, 11196, 10742, 9222, 11474, 10175, 9909, 11154, 9945, 12350, 10738, 9487, 11388, 9783, 9996, 10173, 11213, 10663, 9612, 11487, 10771, 10633, 10445, 10057, 11134, 10153, 11991, 10348, 10725, 10837, 10616, 10097, 10094, 10197, 10925, 9404, 10628, 10237, 9592, 11276, 9843, 10231, 9878, 10446, 10493, 11752, 11458, 11231, 12043, 9996, 9977, 10733, 9468, 11900, 10310, 10146, 10926, 10982, 12129, 10238, 10774, 11108, 10931, 10346, 10468, 9151, 11660, 10051, 11225, 10965, 9667, 11716, 9994, 10786, 10959, 10218, 10479, 10285, 9652, 11468, 11334, 12243, 11009, 11065, 11581, 10136, 10097, 11361, 10832, 12509, 10922, 11063, 11675, 10153, 9945, 10990, 9520, 11834, 11632, 10452, 11268, 10515, 11919, 10115, 9736, 11137, 10513, 12344, 10813, 11064, 11820, 10112, 9997, 11185, 10270, 12312, 10818, 10376, 11646, 10051, 9875, 11355, 10133, 9750, 11519, 10298, 11356, 11974, 10850, 11790, 11624, 10461, 9632, 11766, 10662, 11943, 11727, 10496, 10518, 10716, 9680, 11309, 10707, 9624, 11716, 11227, 11073, 11092, 10948, 10069, 11037, 11255, 9660, 11607, 10593, 9956, 11763, 11408, 10849, 10447, 11963, 11009, 9795, 10516, 11470, 10509, 10355, 11004, 10516, 12142, 10372, 9551, 11355, 9945, 9420, 11641, 10091, 9315, 9507, 11890, 10514, 11158, 10265, 10736, 9295, 12107, 11426, 11991, 11531, 10578, 10884, 10588, 9477, 11832, 9879, 10283, 11571, 10053, 9164, 11681, 10427, 9384, 10052, 11087, 11295, 11692, 11573, 11213, 13365, 12456, 11671, 11662, 12676, 12134, 10692, 9824, 9795, 10931, 10649, 10481, 9867, 10516, 9706, 10016, 8493, 9962, 10564, 9265, 8838, 9217, 9321, 8670, 9410, 10343, 9415, 9789, 11978, 9820, 8574, 9581, 9929, 10600, 10703, 12677, 11705, 13492, 12308, 10274, 12189, 12211, 10478, 13768, 12112, 10971, 13369, 12243, 12650, 12869, 11263, 10740, 12703, 11363, 10765, 9466, 11881, 11694, 9707, 12004, 10294, 12785, 11170, 10790, 12559, 11156, 9546, 12516, 11709, 12425, 12669, 12008, 10697, 13009, 10935, 11566, 12815, 12518, 12325, 12837, 12492, 11422, 12403, 12569, 10783, 12453, 10751, 12785, 12232, 10963, 10554, 11943, 10142, 13165, 12113, 10912, 11669, 11932, 10886, 13179, 11941, 10779, 10017, 11693, 10678, 12760, 11460, 10399, 12219, 10409, 11316, 11681, 10050, 12668, 11475, 11324, 12174, 12296, 9309, 12012, 10326, 12932, 11515, 11297, 12561, 12367, 9339, 12087, 10454, 13101, 11339, 11537, 12843, 11442, 10997, 12587, 12569, 10696, 12248, 12369, 12695, 12486, 11454, 12202, 12019, 10874, 11678, 10255, 12673, 11481, 10087, 11831, 9691, 12692, 10825, 13132, 11880, 11392, 12344, 9864, 12814, 11843, 13158, 11595, 12468, 12126, 11689, 10814, 11296, 9802, 12068, 11773, 10448, 11424, 9487, 12395, 11956, 10624, 11616, 11262, 12585, 10647, 9380, 12267, 9716, 12743, 12669, 10626, 11980, 10311, 12126, 11773, 10474, 12457, 12306, 12486, 11975, 12725, 12712, 11880, 10913, 11699, 10189, 12602, 10827, 12981, 11528, 12458, 11964, 10451, 12988, 11007, 10169, 12174, 12312, 9515, 11636, 11946, 10716, 11376, 10322, 12451, 12179, 11212, 11765, 9792, 12863, 12190, 12555, 11855, 13625, 12438, 11599, 10645, 11355, 9805, 12101, 11129, 12926, 11125, 9850, 11966, 11762, 12046, 11595, 10841, 12266, 10805, 9362, 11940, 10366, 12798, 11412, 11498], 'WindowCenter': [4630.0, 4648.0, 4620.0, 4630.0, 4616.0, 4603.0, 4591.0, 4599.0, 4569.0, 4596.0, 4588.0, 4590.0, 4597.0, 4588.0, 4598.0, 4589.0, 4568.0, 4587.0, 4578.0, 4610.0, 4589.0, 4588.0, 4589.0, 4588.0, 4606.0, 4588.0, 4572.0, 4600.0, 4590.0, 4577.0, 4589.0, 4566.0, 4599.0, 4598.0, 4621.0, 4603.0, 4601.0, 4601.0, 4589.0, 4579.0, 4589.0, 4566.0, 4600.0, 4604.0, 4599.0, 4600.0, 4599.0, 4599.0, 4589.0, 4570.0, 4600.0, 4612.0, 4611.0, 4589.0, 4597.0, 4598.0, 4598.0, 4598.0, 4589.0, 4597.0, 4587.0, 4601.0, 4600.0, 4587.0, 4570.0, 4599.0, 4589.0, 4580.0, 4591.0, 4590.0, 4599.0, 4600.0, 4600.0, 4589.0, 4579.0, 4587.0, 4568.0, 4592.0, 4589.0, 4607.0, 4588.0, 4578.0, 4597.0, 4587.0, 4577.0, 4589.0, 4583.0, 4597.0, 4591.0, 4580.0, 4600.0, 4582.0, 4611.0, 4603.0, 4622.0, 4590.0, 4600.0, 4599.0, 4580.0, 4600.0, 4598.0, 4598.0, 4577.0, 4613.0, 4601.0, 4606.0, 4597.0, 4596.0, 4577.0, 4585.0, 4588.0, 4587.0, 4578.0, 4595.0, 4577.0, 4586.0, 4586.0, 4567.0, 4597.0, 4587.0, 4600.0, 4601.0, 4579.0, 4611.0, 4578.0, 4579.0, 4589.0, 4568.0, 4600.0, 4589.0, 4600.0, 4591.0, 4579.0, 4599.0, 4580.0, 4598.0, 4592.0, 4582.0, 4592.0, 4579.0, 4621.0, 4593.0, 4591.0, 4602.0, 4582.0, 4623.0, 4604.0, 4602.0, 4603.0, 4613.0, 4591.0, 4603.0, 4591.0, 4602.0, 4594.0, 4611.0, 4591.0, 4580.0, 4599.0, 4600.0, 4610.0, 4600.0, 4604.0, 4600.0, 4591.0, 4592.0, 4601.0, 4580.0, 4589.0, 4578.0, 4596.0, 4600.0, 4589.0, 4589.0, 4568.0, 4597.0, 4579.0, 4578.0, 4588.0, 4577.0, 4599.0, 4580.0, 4579.0, 4606.0, 4597.0, 4575.0, 4589.0, 4602.0, 4599.0, 4599.0, 4587.0, 4586.0, 4578.0, 4598.0, 4586.0, 4590.0, 4599.0, 4579.0, 4599.0, 4587.0, 4568.0, 4587.0, 4569.0, 4600.0, 4599.0, 4591.0, 4588.0, 4578.0, 4598.0, 4588.0, 4607.0, 4602.0, 4589.0, 4600.0, 4591.0, 4618.0, 4591.0, 4601.0, 4603.0, 4603.0, 4601.0, 4591.0, 4589.0, 4587.0, 4580.0, 4600.0, 4601.0, 4589.0, 4590.0, 4580.0, 4599.0, 4578.0, 4579.0, 4589.0, 4589.0, 4599.0, 4586.0, 4608.0, 4590.0, 4579.0, 4599.0, 4588.0, 4600.0, 4588.0, 4607.0, 4586.0, 4579.0, 4597.0, 4580.0, 4609.0, 4591.0, 4599.0, 4597.0, 4589.0, 4596.0, 4588.0, 4599.0, 4579.0, 4589.0, 4586.0, 4579.0, 4600.0, 4589.0, 4600.0, 4581.0, 4600.0, 4586.0, 4577.0, 4602.0, 4580.0, 4599.0, 4582.0, 4613.0, 4590.0, 4580.0, 4601.0, 4582.0, 4600.0, 4598.0, 4611.0, 4590.0, 4600.0, 4590.0, 4568.0, 4595.0, 4590.0, 4610.0, 4600.0, 4589.0, 4599.0, 4570.0, 4609.0, 4585.0, 4608.0, 4576.0, 4595.0, 4590.0, 4592.0, 4611.0, 4587.0, 4589.0, 4589.0, 4591.0, 4581.0, 4612.0, 4591.0, 4602.0, 4602.0, 4613.0, 4609.0, 4590.0, 4591.0, 4599.0, 4588.0, 4578.0, 4588.0, 4598.0, 4599.0, 4587.0, 4585.0, 4588.0, 4567.0, 4597.0, 4577.0, 4579.0, 4590.0, 4579.0, 4598.0, 4589.0, 4568.0, 4598.0, 4588.0, 4579.0, 4599.0, 4601.0, 4638.0, 4618.0, 4605.0, 4596.0, 4600.0, 4602.0, 4592.0, 4627.0, 4623.0, 4612.0, 4601.0, 4633.0, 4635.0, 4635.0, 4635.0, 4624.0, 4619.0, 4613.0, 4612.0, 4609.0, 4585.0, 4587.0, 4583.0, 4562.0, 4581.0, 4549.0, 4558.0, 4559.0, 4558.0, 4534.0, 4554.0, 4557.0, 4537.0, 4554.0, 4556.0, 4538.0, 4558.0, 4557.0, 4564.0, 4584.0, 4559.0, 4540.0, 4561.0, 4564.0, 4545.0, 4575.0, 4573.0, 4563.0, 4577.0, 4582.0, 4601.0, 4590.0, 4559.0, 4597.0, 4592.0, 4572.0, 4600.0, 4590.0, 4592.0, 4613.0, 4593.0, 4611.0, 4587.0, 4579.0, 4590.0, 4568.0, 4599.0, 4579.0, 4601.0, 4613.0, 4579.0, 4598.0, 4592.0, 4590.0, 4599.0, 4590.0, 4623.0, 4615.0, 4601.0, 4599.0, 4601.0, 4589.0, 4590.0, 4580.0, 4612.0, 4612.0, 4601.0, 4599.0, 4594.0, 4602.0, 4609.0, 4591.0, 4590.0, 4621.0, 4600.0, 4610.0, 4589.0, 4579.0, 4608.0, 4613.0, 4591.0, 4587.0, 4576.0, 4586.0, 4587.0, 4585.0, 4586.0, 4591.0, 4596.0, 4577.0, 4579.0, 4586.0, 4574.0, 4596.0, 4579.0, 4597.0, 4600.0, 4595.0, 4610.0, 4604.0, 4592.0, 4621.0, 4603.0, 4591.0, 4600.0, 4617.0, 4622.0, 4599.0, 4587.0, 4611.0, 4590.0, 4590.0, 4590.0, 4601.0, 4590.0, 4592.0, 4600.0, 4599.0, 4601.0, 4609.0, 4591.0, 4599.0, 4588.0, 4612.0, 4593.0, 4600.0, 4601.0, 4591.0, 4591.0, 4601.0, 4610.0, 4599.0, 4594.0, 4615.0, 4604.0, 4591.0, 4611.0, 4588.0, 4602.0, 4604.0, 4612.0, 4602.0, 4610.0, 4609.0, 4602.0, 4605.0, 4590.0, 4589.0, 4599.0, 4588.0, 4610.0, 4591.0, 4587.0, 4601.0, 4601.0, 4621.0, 4601.0, 4598.0, 4609.0, 4600.0, 4591.0, 4598.0, 4582.0, 4619.0, 4591.0, 4599.0, 4600.0, 4575.0, 4608.0, 4589.0, 4602.0, 4602.0, 4591.0, 4600.0, 4590.0, 4590.0, 4610.0, 4599.0, 4606.0, 4602.0, 4598.0, 4599.0, 4590.0, 4590.0, 4595.0, 4596.0, 4618.0, 4598.0, 4600.0, 4597.0, 4587.0, 4590.0, 4599.0, 4580.0, 4609.0, 4599.0, 4590.0, 4600.0, 4587.0, 4607.0, 4586.0, 4589.0, 4598.0, 4597.0, 4610.0, 4601.0, 4600.0, 4610.0, 4588.0, 4591.0, 4599.0, 4590.0, 4621.0, 4612.0, 4591.0, 4621.0, 4591.0, 4591.0, 4611.0, 4601.0, 4592.0, 4612.0, 4600.0, 4615.0, 4624.0, 4602.0, 4607.0, 4611.0, 4598.0, 4578.0, 4608.0, 4588.0, 4623.0, 4621.0, 4601.0, 4589.0, 4585.0, 4579.0, 4596.0, 4589.0, 4580.0, 4609.0, 4597.0, 4597.0, 4610.0, 4600.0, 4590.0, 4598.0, 4600.0, 4580.0, 4599.0, 4590.0, 4615.0, 4612.0, 4611.0, 4600.0, 4611.0, 4610.0, 4610.0, 4590.0, 4598.0, 4608.0, 4602.0, 4599.0, 4600.0, 4600.0, 4624.0, 4603.0, 4592.0, 4612.0, 4606.0, 4594.0, 4616.0, 4599.0, 4619.0, 4608.0, 4635.0, 4603.0, 4600.0, 4593.0, 4601.0, 4583.0, 4627.0, 4617.0, 4622.0, 4602.0, 4588.0, 4615.0, 4613.0, 4591.0, 4610.0, 4605.0, 4629.0, 4621.0, 4593.0, 4580.0, 4612.0, 4601.0, 4593.0, 4594.0, 4601.0, 4604.0, 4624.0, 4629.0, 4616.0, 4635.0, 4608.0, 4598.0, 4611.0, 4619.0, 4598.0, 4580.0, 4590.0, 4591.0, 4587.0, 4587.0, 4588.0, 4565.0, 4615.0, 4594.0, 4593.0, 4570.0, 4604.0, 4605.0, 4581.0, 4598.0, 4608.0, 4620.0, 4596.0, 4590.0, 4603.0, 4609.0, 4609.0, 4639.0, 4607.0, 4587.0, 4607.0, 4608.0, 4629.0, 4616.0, 4628.0, 4617.0, 4616.0, 4613.0, 4594.0, 4603.0, 4600.0, 4580.0, 4620.0, 4602.0, 4581.0, 4597.0, 4589.0, 4598.0, 4598.0, 4566.0, 4565.0, 4623.0, 4599.0, 4578.0, 4555.0, 4589.0, 4587.0, 4579.0, 4611.0, 4604.0, 4602.0, 4581.0, 4577.0, 4599.0, 4587.0, 4579.0, 4610.0, 4613.0, 4611.0, 4602.0, 4589.0, 4582.0, 4602.0, 4589.0, 4591.0, 4600.0, 4600.0, 4591.0, 4590.0, 4586.0, 4579.0, 4587.0, 4586.0, 4578.0, 4590.0, 4590.0, 4600.0, 4590.0, 4576.0, 4578.0, 4586.0, 4568.0, 4608.0, 4601.0, 4579.0, 4589.0, 4613.0, 4606.0, 4612.0, 4602.0, 4589.0, 4570.0, 4591.0, 4576.0, 4596.0, 4613.0, 4581.0, 4600.0, 4590.0, 4585.0, 4587.0, 4567.0, 4600.0, 4611.0, 4587.0, 4598.0, 4598.0, 4569.0, 4598.0, 4577.0, 4598.0, 4600.0, 4589.0, 4590.0, 4588.0, 4556.0, 4597.0, 4576.0, 4596.0, 4586.0, 4588.0, 4609.0, 4589.0, 4577.0, 4599.0, 4588.0, 4565.0, 4585.0, 4599.0, 4599.0, 4588.0, 4574.0, 4584.0, 4585.0, 4578.0, 4599.0, 4589.0, 4607.0, 4588.0, 4589.0, 4599.0, 4567.0, 4618.0, 4586.0, 4597.0, 4599.0, 4587.0, 4585.0, 4564.0, 4598.0, 4585.0, 4609.0, 4585.0, 4595.0, 4597.0, 4584.0, 4577.0, 4597.0, 4589.0, 4594.0, 4596.0, 4580.0, 4587.0, 4567.0, 4599.0, 4586.0, 4591.0, 4598.0, 4591.0, 4610.0, 4587.0, 4567.0, 4599.0, 4590.0, 4619.0, 4621.0, 4590.0, 4589.0, 4576.0, 4597.0, 4586.0, 4577.0, 4599.0, 4596.0, 4609.0, 4599.0, 4596.0, 4609.0, 4582.0, 4575.0, 4584.0, 4572.0, 4607.0, 4598.0, 4595.0, 4596.0, 4585.0, 4582.0, 4573.0, 4593.0, 4587.0, 4576.0, 4594.0, 4596.0, 4579.0, 4588.0, 4598.0, 4575.0, 4600.0, 4578.0, 4598.0, 4596.0, 4588.0, 4587.0, 4567.0, 4597.0, 4585.0, 4599.0, 4595.0, 4604.0, 4586.0, 4575.0, 4565.0, 4574.0, 4564.0, 4608.0, 4586.0, 4597.0, 4573.0, 4564.0, 4584.0, 4582.0, 4595.0, 4588.0, 4577.0, 4596.0, 4586.0, 4565.0, 4599.0, 4574.0, 4605.0, 4611.0, 4611.0], 'WindowWidth': [10169.0, 10172.0, 10128.0, 10144.0, 10115.0, 10090.0, 10072.0, 10078.0, 10035.0, 10068.0, 10058.0, 10067.0, 10073.0, 10060.0, 10074.0, 10060.0, 10032.0, 10056.0, 10047.0, 10095.0, 10064.0, 10060.0, 10061.0, 10058.0, 10088.0, 10058.0, 10045.0, 10080.0, 10063.0, 10044.0, 10060.0, 10028.0, 10076.0, 10072.0, 10110.0, 10091.0, 10080.0, 10081.0, 10060.0, 10048.0, 10061.0, 10029.0, 10078.0, 10093.0, 10081.0, 10079.0, 10076.0, 10075.0, 10062.0, 10035.0, 10076.0, 10101.0, 10096.0, 10062.0, 10070.0, 10072.0, 10078.0, 10071.0, 10060.0, 10077.0, 10057.0, 10091.0, 10078.0, 10056.0, 10035.0, 10075.0, 10064.0, 10052.0, 10067.0, 10064.0, 10076.0, 10078.0, 10077.0, 10059.0, 10046.0, 10056.0, 10029.0, 10058.0, 10063.0, 10090.0, 10060.0, 10045.0, 10067.0, 10054.0, 10042.0, 10063.0, 10063.0, 10074.0, 10067.0, 10052.0, 10080.0, 10056.0, 10097.0, 10087.0, 10113.0, 10066.0, 10080.0, 10076.0, 10050.0, 10076.0, 10070.0, 10071.0, 10042.0, 10101.0, 10082.0, 10088.0, 10071.0, 10073.0, 10040.0, 10050.0, 10063.0, 10053.0, 10046.0, 10066.0, 10041.0, 10052.0, 10051.0, 10029.0, 10069.0, 10057.0, 10081.0, 10081.0, 10048.0, 10099.0, 10047.0, 10047.0, 10063.0, 10033.0, 10078.0, 10065.0, 10080.0, 10066.0, 10049.0, 10075.0, 10052.0, 10075.0, 10070.0, 10058.0, 10071.0, 10050.0, 10115.0, 10072.0, 10070.0, 10084.0, 10057.0, 10123.0, 10089.0, 10085.0, 10088.0, 10105.0, 10070.0, 10087.0, 10069.0, 10083.0, 10077.0, 10097.0, 10067.0, 10052.0, 10076.0, 10077.0, 10092.0, 10079.0, 10093.0, 10082.0, 10066.0, 10070.0, 10080.0, 10050.0, 10060.0, 10044.0, 10068.0, 10076.0, 10068.0, 10061.0, 10030.0, 10069.0, 10046.0, 10043.0, 10059.0, 10045.0, 10074.0, 10048.0, 10048.0, 10086.0, 10069.0, 10039.0, 10060.0, 10084.0, 10077.0, 10075.0, 10058.0, 10054.0, 10043.0, 10071.0, 10053.0, 10067.0, 10074.0, 10047.0, 10073.0, 10056.0, 10031.0, 10056.0, 10034.0, 10079.0, 10075.0, 10067.0, 10059.0, 10045.0, 10072.0, 10060.0, 10085.0, 10084.0, 10064.0, 10079.0, 10066.0, 10108.0, 10068.0, 10088.0, 10086.0, 10086.0, 10084.0, 10066.0, 10063.0, 10057.0, 10051.0, 10079.0, 10083.0, 10063.0, 10064.0, 10048.0, 10074.0, 10045.0, 10048.0, 10063.0, 10061.0, 10077.0, 10054.0, 10087.0, 10063.0, 10048.0, 10082.0, 10059.0, 10078.0, 10057.0, 10083.0, 10053.0, 10055.0, 10076.0, 10051.0, 10089.0, 10067.0, 10076.0, 10070.0, 10061.0, 10069.0, 10059.0, 10076.0, 10047.0, 10065.0, 10056.0, 10050.0, 10078.0, 10071.0, 10078.0, 10052.0, 10081.0, 10056.0, 10046.0, 10089.0, 10052.0, 10078.0, 10056.0, 10100.0, 10066.0, 10053.0, 10081.0, 10056.0, 10080.0, 10076.0, 10096.0, 10066.0, 10079.0, 10064.0, 10034.0, 10068.0, 10071.0, 10092.0, 10080.0, 10062.0, 10080.0, 10035.0, 10095.0, 10052.0, 10094.0, 10038.0, 10065.0, 10065.0, 10074.0, 10097.0, 10059.0, 10061.0, 10062.0, 10068.0, 10056.0, 10105.0, 10069.0, 10091.0, 10084.0, 10103.0, 10090.0, 10065.0, 10066.0, 10074.0, 10058.0, 10045.0, 10057.0, 10075.0, 10075.0, 10055.0, 10051.0, 10056.0, 10027.0, 10068.0, 10040.0, 10049.0, 10064.0, 10046.0, 10069.0, 10059.0, 10030.0, 10070.0, 10059.0, 10047.0, 10077.0, 10086.0, 10147.0, 10120.0, 10098.0, 10080.0, 10085.0, 10088.0, 10074.0, 10131.0, 10122.0, 10104.0, 10084.0, 10136.0, 10146.0, 10146.0, 10137.0, 10122.0, 10113.0, 10107.0, 10097.0, 10093.0, 10048.0, 10050.0, 10040.0, 10006.0, 10039.0, 9982.0, 9991.0, 9997.0, 10000.0, 9958.0, 9986.0, 9991.0, 9966.0, 9987.0, 9990.0, 9967.0, 9996.0, 9994.0, 10017.0, 10044.0, 10004.0, 9979.0, 10008.0, 10015.0, 9992.0, 10033.0, 10031.0, 10018.0, 10040.0, 10057.0, 10080.0, 10069.0, 10020.0, 10070.0, 10069.0, 10041.0, 10078.0, 10064.0, 10070.0, 10109.0, 10071.0, 10099.0, 10065.0, 10049.0, 10064.0, 10034.0, 10077.0, 10049.0, 10088.0, 10111.0, 10050.0, 10075.0, 10073.0, 10066.0, 10077.0, 10064.0, 10116.0, 10110.0, 10083.0, 10078.0, 10088.0, 10063.0, 10064.0, 10050.0, 10101.0, 10111.0, 10083.0, 10079.0, 10078.0, 10086.0, 10092.0, 10069.0, 10075.0, 10117.0, 10086.0, 10091.0, 10062.0, 10047.0, 10094.0, 10102.0, 10070.0, 10057.0, 10040.0, 10052.0, 10053.0, 10050.0, 10052.0, 10070.0, 10070.0, 10043.0, 10049.0, 10055.0, 10039.0, 10069.0, 10049.0, 10079.0, 10084.0, 10085.0, 10097.0, 10092.0, 10072.0, 10117.0, 10088.0, 10070.0, 10082.0, 10119.0, 10115.0, 10079.0, 10061.0, 10096.0, 10067.0, 10068.0, 10068.0, 10081.0, 10067.0, 10072.0, 10082.0, 10078.0, 10082.0, 10099.0, 10069.0, 10079.0, 10062.0, 10100.0, 10073.0, 10081.0, 10082.0, 10068.0, 10069.0, 10083.0, 10101.0, 10080.0, 10082.0, 10111.0, 10094.0, 10073.0, 10101.0, 10066.0, 10089.0, 10097.0, 10108.0, 10086.0, 10095.0, 10092.0, 10085.0, 10085.0, 10068.0, 10067.0, 10081.0, 10064.0, 10096.0, 10070.0, 10062.0, 10083.0, 10082.0, 10114.0, 10088.0, 10079.0, 10094.0, 10082.0, 10069.0, 10078.0, 10060.0, 10114.0, 10071.0, 10079.0, 10079.0, 10044.0, 10089.0, 10068.0, 10087.0, 10088.0, 10070.0, 10081.0, 10069.0, 10069.0, 10094.0, 10077.0, 10087.0, 10085.0, 10078.0, 10079.0, 10067.0, 10068.0, 10070.0, 10072.0, 10104.0, 10078.0, 10082.0, 10076.0, 10059.0, 10067.0, 10078.0, 10053.0, 10091.0, 10075.0, 10067.0, 10081.0, 10061.0, 10088.0, 10059.0, 10065.0, 10076.0, 10073.0, 10093.0, 10083.0, 10083.0, 10096.0, 10063.0, 10069.0, 10079.0, 10068.0, 10112.0, 10101.0, 10071.0, 10118.0, 10069.0, 10072.0, 10097.0, 10084.0, 10073.0, 10101.0, 10083.0, 10111.0, 10122.0, 10088.0, 10092.0, 10098.0, 10078.0, 10049.0, 10089.0, 10062.0, 10122.0, 10114.0, 10083.0, 10063.0, 10055.0, 10050.0, 10072.0, 10065.0, 10053.0, 10098.0, 10071.0, 10072.0, 10099.0, 10079.0, 10068.0, 10076.0, 10081.0, 10054.0, 10078.0, 10065.0, 10117.0, 10100.0, 10103.0, 10079.0, 10105.0, 10095.0, 10101.0, 10068.0, 10077.0, 10092.0, 10088.0, 10081.0, 10083.0, 10082.0, 10124.0, 10089.0, 10073.0, 10102.0, 10095.0, 10080.0, 10109.0, 10080.0, 10130.0, 10106.0, 10143.0, 10088.0, 10083.0, 10074.0, 10085.0, 10062.0, 10127.0, 10114.0, 10122.0, 10085.0, 10064.0, 10108.0, 10106.0, 10072.0, 10095.0, 10095.0, 10142.0, 10120.0, 10074.0, 10055.0, 10099.0, 10083.0, 10082.0, 10077.0, 10086.0, 10089.0, 10124.0, 10135.0, 10110.0, 10136.0, 10090.0, 10072.0, 10101.0, 10111.0, 10069.0, 10048.0, 10069.0, 10073.0, 10053.0, 10060.0, 10062.0, 10023.0, 10111.0, 10076.0, 10076.0, 10042.0, 10099.0, 10092.0, 10055.0, 10091.0, 10104.0, 10129.0, 10089.0, 10074.0, 10092.0, 10108.0, 10103.0, 10152.0, 10103.0, 10071.0, 10105.0, 10100.0, 10138.0, 10117.0, 10131.0, 10113.0, 10107.0, 10105.0, 10076.0, 10080.0, 10075.0, 10047.0, 10108.0, 10084.0, 10046.0, 10067.0, 10054.0, 10071.0, 10071.0, 10019.0, 10019.0, 10116.0, 10078.0, 10039.0, 10004.0, 10056.0, 10052.0, 10051.0, 10095.0, 10093.0, 10077.0, 10048.0, 10039.0, 10070.0, 10054.0, 10051.0, 10096.0, 10106.0, 10092.0, 10079.0, 10059.0, 10051.0, 10077.0, 10064.0, 10060.0, 10073.0, 10074.0, 10062.0, 10059.0, 10049.0, 10043.0, 10051.0, 10047.0, 10039.0, 10057.0, 10063.0, 10074.0, 10058.0, 10035.0, 10047.0, 10052.0, 10028.0, 10086.0, 10079.0, 10043.0, 10056.0, 10104.0, 10096.0, 10095.0, 10084.0, 10057.0, 10034.0, 10063.0, 10037.0, 10065.0, 10104.0, 10049.0, 10078.0, 10064.0, 10050.0, 10052.0, 10027.0, 10074.0, 10098.0, 10057.0, 10072.0, 10070.0, 10032.0, 10069.0, 10041.0, 10070.0, 10076.0, 10062.0, 10060.0, 10055.0, 10011.0, 10067.0, 10037.0, 10065.0, 10055.0, 10059.0, 10093.0, 10057.0, 10040.0, 10069.0, 10053.0, 10021.0, 10049.0, 10078.0, 10072.0, 10055.0, 10033.0, 10044.0, 10047.0, 10041.0, 10080.0, 10064.0, 10083.0, 10059.0, 10068.0, 10073.0, 10028.0, 10107.0, 10056.0, 10071.0, 10077.0, 10060.0, 10048.0, 10019.0, 10067.0, 10048.0, 10093.0, 10050.0, 10063.0, 10072.0, 10047.0, 10039.0, 10075.0, 10068.0, 10066.0, 10068.0, 10051.0, 10055.0, 10029.0, 10072.0, 10053.0, 10066.0, 10073.0, 10064.0, 10098.0, 10058.0, 10030.0, 10075.0, 10070.0, 10109.0, 10113.0, 10063.0, 10060.0, 10038.0, 10074.0, 10052.0, 10040.0, 10071.0, 10066.0, 10092.0, 10075.0, 10067.0, 10093.0, 10043.0, 10035.0, 10047.0, 10030.0, 10087.0, 10077.0, 10064.0, 10070.0, 10049.0, 10042.0, 10029.0, 10057.0, 10059.0, 10040.0, 10063.0, 10065.0, 10053.0, 10056.0, 10070.0, 10038.0, 10081.0, 10047.0, 10071.0, 10065.0, 10058.0, 10055.0, 10026.0, 10067.0, 10049.0, 10073.0, 10070.0, 10080.0, 10049.0, 10032.0, 10021.0, 10034.0, 10020.0, 10091.0, 10054.0, 10065.0, 10030.0, 10018.0, 10045.0, 10042.0, 10063.0, 10059.0, 10042.0, 10065.0, 10052.0, 10025.0, 10073.0, 10036.0, 10080.0, 10101.0, 10102.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.0010366996699669967</td></tr>
<tr><td colspan=3>aqi</td><td>0.02618408569856986</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.5854081244273</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1397016148017616</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9701574723348019</td></tr>
<tr><td colspan=3>efc</td><td>0.4652</td></tr>
<tr><td colspan=3>fber</td><td>6465.6899</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0713381836424614</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.9702970297029703</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3871962349184437</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.290271127213863</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.679510208842771</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1918073686986963</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127123</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017288589850068092</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026698650792241096</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>909</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0852164544658764</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>38.7339</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.7883</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.2312</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>302398.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>831.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.7993</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5003</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>613.7329</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3837.9992</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4023.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1497.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.7637</td></tr>
<tr><td colspan=3>tsnr</td><td>37.74807671364397</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>