ds005256-mriqc/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_bold.html
Felix Hoffstaedter 39c8226e28 [DATALAD RUNCMD] Compute MRIQC for sub-0085
=== 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-0085 --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-0085",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 12:21:01 +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-0085_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-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_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-0085/figures/sub-0085_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085/ses-02/func/sub-0085_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>693ccd3f934798b58fc2c471a91a2a08</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>17:33:34.605000</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.999093, 0.0364467, 0.0219999, -0.0369843, 0.999014, 0.0245453]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.123526</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>[4155, -7778, -7191, 599, -49, -309, 153, 6]</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>261.073</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5b3aad44-3fa3-45ee-ac1a-7bab3b87906a||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.680494546890259, -0.09922616928815842, 0.05692581832408905, 114.55065155029297], [-0.09778381884098053, 2.6802825927734375, 0.06840918958187103, -87.7139663696289], [0.05902417004108429, -0.06585334986448288, 2.698532819747925, -55.12203598022461], [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': ['173334.605000', '173335.065000', '173335.525000', '173335.985000', '173336.445000', '173336.905000', '173337.365000', '173337.825000', '173338.285000', '173338.745000', '173339.205000', '173339.665000', '173340.125000', '173340.585000', '173341.045000', '173341.505000', '173341.965000', '173342.425000', '173342.885000', '173343.345000', '173343.805000', '173344.265000', '173344.725000', '173345.185000', '173345.645000', '173346.105000', '173346.565000', '173347.025000', '173347.485000', '173347.945000', '173348.405000', '173348.865000', '173349.325000', '173349.785000', '173350.245000', '173350.705000', '173351.165000', '173351.625000', '173352.085000', '173352.545000', '173353.005000', '173353.465000', '173353.925000', '173354.385000', '173354.845000', '173355.305000', '173355.765000', '173356.225000', '173356.685000', '173357.145000', '173357.605000', '173358.065000', '173358.525000', '173358.985000', '173359.445000', '173359.905000', '173400.365000', '173400.825000', '173401.285000', '173401.745000', '173402.205000', '173402.665000', '173403.125000', '173403.585000', '173404.045000', '173404.505000', '173404.965000', '173405.425000', '173405.885000', '173406.345000', '173406.805000', '173407.265000', '173407.725000', '173408.185000', '173408.645000', '173409.105000', '173409.565000', '173410.025000', '173410.485000', '173410.945000', '173411.405000', '173411.865000', '173412.325000', '173412.785000', '173413.245000', '173413.705000', '173414.165000', '173414.625000', '173415.085000', '173415.545000', '173416.005000', '173416.465000', '173416.925000', '173417.385000', '173417.845000', '173418.305000', '173418.765000', '173419.225000', '173419.685000', '173420.145000', '173420.605000', '173421.065000', '173421.525000', '173421.985000', '173422.445000', '173422.905000', '173423.365000', '173423.825000', '173424.285000', '173424.745000', '173425.205000', '173425.665000', '173426.125000', '173426.585000', '173427.045000', '173427.505000', '173427.965000', '173428.425000', '173428.885000', '173429.345000', '173429.805000', '173430.265000', '173430.725000', '173431.185000', '173431.645000', '173432.105000', '173432.565000', '173433.025000', '173433.485000', '173433.945000', '173434.405000', '173434.865000', '173435.325000', '173435.785000', '173436.245000', '173436.705000', '173437.165000', '173437.625000', '173438.085000', '173438.545000', '173439.005000', '173439.465000', '173439.925000', '173440.385000', '173440.845000', '173441.305000', '173441.765000', '173442.225000', '173442.685000', '173443.145000', '173443.605000', '173444.065000', '173444.525000', '173444.985000', '173445.445000', '173445.905000', '173446.365000', '173446.825000', '173447.285000', '173447.745000', '173448.205000', '173448.665000', '173449.125000', '173449.585000', '173450.045000', '173450.505000', '173450.965000', '173451.425000', '173451.885000', '173452.345000', '173452.805000', '173453.265000', '173453.725000', '173454.185000', '173454.645000', '173455.105000', '173455.565000', '173456.025000', '173456.485000', '173456.945000', '173457.405000', '173457.865000', '173458.325000', '173458.785000', '173459.245000', '173459.705000', '173500.165000', '173500.625000', '173501.085000', '173501.545000', '173502.005000', '173502.465000', '173502.925000', '173503.385000', '173503.845000', '173504.305000', '173504.765000', '173505.225000', '173505.685000', '173506.145000', '173506.605000', '173507.065000', '173507.525000', '173507.985000', '173508.445000', '173508.905000', '173509.365000', '173509.825000', '173510.285000', '173510.745000', '173511.205000', '173511.665000', '173512.125000', '173512.585000', '173513.045000', '173513.505000', '173513.965000', '173514.425000', '173514.885000', '173515.345000', '173515.805000', '173516.265000', '173516.725000', '173517.185000', '173517.645000', '173518.105000', '173518.565000', '173519.025000', '173519.485000', '173519.945000', '173520.405000', '173520.865000', '173521.325000', '173521.785000', '173522.245000', '173522.705000', '173523.165000', '173523.625000', '173524.085000', '173524.545000', '173525.005000', '173525.465000', '173525.925000', '173526.385000', '173526.845000', '173527.305000', '173527.765000', '173528.225000', '173528.685000', '173529.145000', '173529.605000', '173530.065000', '173530.525000', '173530.985000', '173531.445000', '173531.905000', '173532.365000', '173532.825000', '173533.285000', '173533.745000', '173534.205000', '173534.665000', '173535.125000', '173535.585000', '173536.045000', '173536.505000', '173536.965000', '173537.425000', '173537.885000', '173538.345000', '173538.805000', '173539.265000', '173539.725000', '173540.185000', '173540.645000', '173541.105000', '173541.565000', '173542.025000', '173542.485000', '173542.945000', '173543.405000', '173543.865000', '173544.325000', '173544.785000', '173545.245000', '173545.705000', '173546.165000', '173546.625000', '173547.085000', '173547.545000', '173548.005000', '173548.465000', '173548.925000', '173549.385000', '173549.845000', '173550.305000', '173550.765000', '173551.225000', '173551.685000', '173552.145000', '173552.605000', '173553.065000', '173553.525000', '173553.985000', '173554.445000', '173554.905000', '173555.365000', '173555.825000', '173556.285000', '173556.745000', '173557.205000', '173557.665000', '173558.125000', '173558.585000', '173559.045000', '173559.505000', '173559.965000', '173600.425000', '173600.885000', '173601.345000', '173601.805000', '173602.265000', '173602.725000', '173603.185000', '173603.645000', '173604.105000', '173604.565000', '173605.025000', '173605.485000', '173605.945000', '173606.405000', '173606.865000', '173607.325000', '173607.785000', '173608.245000', '173608.705000', '173609.165000', '173609.625000', '173610.085000', '173610.545000', '173611.005000', '173611.465000', '173611.925000', '173612.385000', '173612.845000', '173613.305000', '173613.765000', '173614.225000', '173614.685000', '173615.145000', '173615.605000', '173616.065000', '173616.525000', '173616.985000', '173617.445000', '173617.905000', '173618.365000', '173618.825000', '173619.285000', '173619.745000', '173620.205000', '173620.665000', '173621.125000', '173621.585000', '173622.045000', '173622.505000', '173622.965000', '173623.425000', '173623.885000', '173624.345000', '173624.805000', '173625.265000', '173625.725000', '173626.185000', '173626.645000', '173627.105000', '173627.565000', '173628.025000', '173628.485000', '173628.945000', '173629.405000', '173629.865000', '173630.325000', '173630.785000', '173631.245000', '173631.705000', '173632.165000', '173632.625000', '173633.085000', '173633.545000', '173634.005000', '173634.465000', '173634.925000', '173635.385000', '173635.845000', '173636.305000', '173636.765000', '173637.225000', '173637.685000', '173638.145000', '173638.605000', '173639.065000', '173639.525000', '173639.985000', '173640.445000', '173640.905000', '173641.365000', '173641.825000', '173642.285000', '173642.745000', '173643.205000', '173643.665000', '173644.125000', '173644.585000', '173645.045000', '173645.505000', '173645.965000', '173646.425000', '173646.885000', '173647.345000', '173647.805000', '173648.265000', '173648.725000', '173649.185000', '173649.645000', '173650.105000', '173650.565000', '173651.025000', '173651.485000', '173651.945000', '173652.405000', '173652.865000', '173653.325000', '173653.785000', '173654.245000', '173654.705000', '173655.165000', '173655.625000', '173656.085000', '173656.545000', '173657.005000', '173657.465000', '173657.925000', '173658.385000', '173658.845000', '173659.305000', '173659.765000', '173700.225000', '173700.685000', '173701.145000', '173701.605000', '173702.065000', '173702.525000', '173702.985000', '173703.445000', '173703.905000', '173704.365000', '173704.825000', '173705.285000', '173705.745000', '173706.205000', '173706.665000', '173707.125000', '173707.585000', '173708.045000', '173708.505000', '173708.965000', '173709.425000', '173709.885000', '173710.345000', '173710.805000', '173711.265000', '173711.725000', '173712.185000', '173712.645000', '173713.105000', '173713.565000', '173714.025000', '173714.485000', '173714.945000', '173715.405000', '173715.865000', '173716.325000', '173716.785000', '173717.245000', '173717.705000', '173718.165000', '173718.625000', '173719.085000', '173719.545000', '173720.005000', '173720.465000', '173720.925000', '173721.385000', '173721.845000', '173722.305000', '173722.765000', '173723.225000', '173723.685000', '173724.145000', '173724.605000', '173725.065000', '173725.525000', '173725.985000', '173726.445000', '173726.905000', '173727.365000', '173727.825000', '173728.285000', '173728.745000', '173729.205000', '173729.665000', '173730.125000', '173730.585000', '173731.045000', '173731.505000', '173731.965000', '173732.425000', '173732.885000', '173733.345000', '173733.805000', '173734.265000', '173734.725000', '173735.185000', '173735.645000', '173736.105000', '173736.565000', '173737.025000', '173737.485000', '173737.945000', '173738.405000', '173738.865000', '173739.325000', '173739.785000', '173740.245000', '173740.705000', '173741.165000', '173741.625000', '173742.085000', '173742.545000', '173743.005000', '173743.465000', '173743.925000', '173744.385000', '173744.845000', '173745.305000', '173745.765000', '173746.225000', '173746.685000', '173747.145000', '173747.605000', '173748.065000', '173748.525000', '173748.985000', '173749.445000', '173749.905000', '173750.365000', '173750.825000', '173751.285000', '173751.745000', '173752.205000', '173752.665000', '173753.125000', '173753.585000', '173754.045000', '173754.505000', '173754.965000', '173755.425000', '173755.885000', '173756.345000', '173756.805000', '173757.265000', '173757.725000', '173758.185000', '173758.645000', '173759.105000', '173759.565000', '173800.025000', '173800.485000', '173800.945000', '173801.405000', '173801.865000', '173802.325000', '173802.785000', '173803.245000', '173803.705000', '173804.165000', '173804.625000', '173805.085000', '173805.545000', '173806.005000', '173806.465000', '173806.925000', '173807.385000', '173807.845000', '173808.305000', '173808.765000', '173809.225000', '173809.685000', '173810.145000', '173810.605000', '173811.065000', '173811.525000', '173811.985000', '173812.445000', '173812.905000', '173813.365000', '173813.825000', '173814.285000', '173814.745000', '173815.205000', '173815.665000', '173816.125000', '173816.585000', '173817.045000', '173817.505000', '173817.965000', '173818.425000', '173818.885000', '173819.345000', '173819.805000', '173820.265000', '173820.725000', '173821.185000', '173821.645000', '173822.105000', '173822.565000', '173823.025000', '173823.485000', '173823.945000', '173824.405000', '173824.865000', '173825.325000', '173825.785000', '173826.245000', '173826.705000', '173827.165000', '173827.625000', '173828.085000', '173828.545000', '173829.005000', '173829.465000', '173829.925000', '173830.385000', '173830.845000', '173831.305000', '173831.765000', '173832.225000', '173832.685000', '173833.145000', '173833.605000', '173834.065000', '173834.525000', '173834.985000', '173835.445000', '173835.905000', '173836.365000', '173836.825000', '173837.285000', '173837.745000', '173838.205000', '173838.665000', '173839.125000', '173839.585000', '173840.045000', '173840.505000', '173840.965000', '173841.425000', '173841.885000', '173842.345000', '173842.805000', '173843.265000', '173843.725000', '173844.185000', '173844.645000', '173845.105000', '173845.565000', '173846.025000', '173846.485000', '173846.945000', '173847.405000', '173847.865000', '173848.325000', '173848.785000', '173849.245000', '173849.705000', '173850.165000', '173850.625000', '173851.085000', '173851.545000', '173852.005000', '173852.465000', '173852.925000', '173853.385000', '173853.845000', '173854.305000', '173854.765000', '173855.225000', '173855.685000', '173856.145000', '173856.605000', '173857.065000', '173857.525000', '173857.985000', '173858.445000', '173858.905000', '173859.365000', '173859.825000', '173900.285000', '173900.745000', '173901.205000', '173901.665000', '173902.125000', '173902.585000', '173903.045000', '173903.505000', '173903.965000', '173904.425000', '173904.885000', '173905.345000', '173905.805000', '173906.265000', '173906.725000', '173907.185000', '173907.645000', '173908.105000', '173908.565000', '173909.025000', '173909.485000', '173909.945000', '173910.405000', '173910.865000', '173911.325000', '173911.785000', '173912.245000', '173912.705000', '173913.165000', '173913.625000', '173914.085000', '173914.545000', '173915.005000', '173915.465000', '173915.925000', '173916.385000', '173916.845000', '173917.305000', '173917.765000', '173918.225000', '173918.685000', '173919.145000', '173919.605000', '173920.065000', '173920.525000', '173920.985000', '173921.445000', '173921.905000', '173922.365000', '173922.825000', '173923.285000', '173923.745000', '173924.205000', '173924.665000', '173925.125000', '173925.585000', '173926.045000', '173926.505000', '173926.965000', '173927.425000', '173927.885000', '173928.345000', '173928.805000', '173929.265000', '173929.725000', '173930.185000', '173930.645000', '173931.105000', '173931.565000', '173932.025000', '173932.485000', '173932.945000', '173933.405000', '173933.865000', '173934.325000', '173934.785000', '173935.245000', '173935.705000', '173936.165000', '173936.625000', '173937.085000', '173937.545000', '173938.005000', '173938.465000', '173938.925000', '173939.385000', '173939.845000', '173940.305000', '173940.765000', '173941.225000', '173941.685000', '173942.145000', '173942.605000', '173943.065000', '173943.525000', '173943.985000', '173944.445000', '173944.905000', '173945.365000', '173945.825000', '173946.285000', '173946.745000', '173947.205000', '173947.665000', '173948.125000', '173948.585000', '173949.045000', '173949.505000', '173949.965000', '173950.425000', '173950.885000', '173951.345000', '173951.805000', '173952.265000', '173952.725000', '173953.185000', '173953.645000', '173954.105000', '173954.565000', '173955.025000', '173955.485000', '173955.945000', '173956.405000', '173956.865000', '173957.325000', '173957.785000', '173958.245000', '173958.705000', '173959.165000', '173959.625000', '174000.085000', '174000.545000', '174001.005000', '174001.465000', '174001.925000', '174002.385000', '174002.845000', '174003.305000', '174003.765000', '174004.225000', '174004.685000', '174005.145000', '174005.605000', '174006.065000', '174006.525000', '174006.985000', '174007.445000', '174007.905000', '174008.365000', '174008.825000', '174009.285000', '174009.745000', '174010.205000', '174010.665000', '174011.125000', '174011.585000', '174012.045000', '174012.505000', '174012.965000', '174013.425000', '174013.885000', '174014.345000', '174014.805000', '174015.265000', '174015.725000', '174016.185000', '174016.645000', '174017.105000', '174017.565000', '174018.025000', '174018.485000', '174018.945000', '174019.405000', '174019.865000', '174020.325000', '174020.785000', '174021.245000', '174021.705000', '174022.165000', '174022.625000', '174023.085000', '174023.545000', '174024.005000', '174024.465000', '174024.925000', '174025.385000', '174025.845000', '174026.305000', '174026.765000', '174027.225000', '174027.685000', '174028.145000', '174028.605000', '174029.065000', '174029.525000', '174029.985000', '174030.445000', '174030.905000', '174031.365000', '174031.825000', '174032.285000', '174032.745000', '174033.205000', '174033.665000', '174034.125000', '174034.585000'], 'ContentTime': ['173347.592000', '173347.596000', '173347.599000', '173347.601000', '173347.604000', '173347.607000', '173347.610000', '173347.612000', '173347.615000', '173347.617000', '173347.620000', '173347.623000', '173347.626000', '173347.628000', '173347.631000', '173347.639000', '173347.649000', '173347.652000', '173347.655000', '173347.657000', '173347.660000', '173347.662000', '173347.665000', '173347.668000', '173347.670000', '173407.547000', '173407.550000', '173407.553000', '173407.556000', '173407.562000', '173407.565000', '173407.568000', '173407.570000', '173407.573000', '173407.575000', '173407.578000', '173407.581000', '173407.583000', '173407.586000', '173407.589000', '173407.591000', '173407.594000', '173407.596000', '173407.599000', '173407.601000', '173407.604000', '173407.606000', '173407.609000', '173407.612000', '173407.614000', '173407.617000', '173407.620000', '173407.622000', '173407.625000', '173407.627000', '173407.630000', '173407.632000', '173407.635000', '173407.638000', '173407.640000', '173407.643000', '173407.645000', '173407.659000', '173407.662000', '173407.664000', '173407.667000', '173407.670000', '173407.672000', '173427.547000', '173427.550000', '173427.553000', '173427.556000', '173427.559000', '173427.561000', '173427.564000', '173427.567000', '173427.569000', '173427.572000', '173427.574000', '173427.577000', '173427.580000', '173427.582000', '173427.585000', '173427.588000', '173427.590000', '173427.593000', '173427.595000', '173427.598000', '173427.601000', '173427.603000', '173427.606000', '173427.609000', '173427.615000', '173427.617000', '173427.620000', '173427.623000', '173427.625000', '173427.628000', '173427.631000', '173427.633000', '173427.636000', '173427.638000', '173427.641000', '173427.644000', '173427.646000', '173427.649000', '173427.651000', '173427.654000', '173427.657000', '173427.659000', '173427.662000', '173427.664000', '173447.547000', '173447.550000', '173447.553000', '173447.556000', '173447.558000', '173447.561000', '173447.564000', '173447.566000', '173447.569000', '173447.571000', '173447.574000', '173447.577000', '173447.579000', '173447.582000', '173447.585000', '173447.587000', '173447.590000', '173447.593000', '173447.595000', '173447.598000', '173447.601000', '173447.603000', '173447.606000', '173447.608000', '173447.611000', '173447.614000', '173447.616000', '173447.619000', '173447.621000', '173447.627000', '173447.630000', '173447.632000', '173447.635000', '173447.638000', '173447.640000', '173447.643000', '173447.645000', '173447.648000', '173447.651000', '173447.653000', '173447.656000', '173447.659000', '173447.661000', '173507.548000', '173507.550000', '173507.554000', '173507.556000', '173507.559000', '173507.561000', '173507.564000', '173507.567000', '173507.569000', '173507.572000', '173507.574000', '173507.577000', '173507.580000', '173507.582000', '173507.585000', '173507.587000', '173507.590000', '173507.593000', '173507.596000', '173507.598000', '173507.601000', '173507.603000', '173507.606000', '173507.609000', '173507.611000', '173507.614000', '173507.616000', '173507.619000', '173507.622000', '173507.624000', '173507.627000', '173507.630000', '173507.632000', '173507.635000', '173507.637000', '173507.640000', '173507.643000', '173507.645000', '173507.648000', '173507.651000', '173507.653000', '173507.656000', '173507.658000', '173507.661000', '173527.546000', '173527.549000', '173527.552000', '173527.554000', '173527.557000', '173527.560000', '173527.562000', '173527.565000', '173527.568000', '173527.570000', '173527.573000', '173527.575000', '173527.578000', '173527.581000', '173527.583000', '173527.586000', '173527.589000', '173527.592000', '173527.594000', '173527.597000', '173527.599000', '173527.602000', '173527.604000', '173527.607000', '173527.609000', '173527.612000', '173527.615000', '173527.617000', '173527.620000', '173527.622000', '173527.626000', '173527.629000', '173527.632000', '173527.634000', '173527.637000', '173527.640000', '173527.643000', '173527.645000', '173527.648000', '173527.650000', '173527.653000', '173527.656000', '173527.658000', '173547.547000', '173547.550000', '173547.553000', '173547.556000', '173547.558000', '173547.561000', '173547.564000', '173547.566000', '173547.569000', '173547.572000', '173547.574000', '173547.577000', '173547.579000', '173547.582000', '173547.585000', '173547.588000', '173547.590000', '173547.593000', '173547.596000', '173547.598000', '173547.601000', '173547.604000', '173547.606000', '173547.609000', '173547.611000', '173547.614000', '173547.617000', '173547.619000', '173547.622000', '173547.625000', '173547.627000', '173547.630000', '173547.632000', '173547.635000', '173547.638000', '173547.640000', '173547.643000', '173547.645000', '173547.648000', '173547.651000', '173547.653000', '173547.656000', '173547.658000', '173547.661000', '173607.548000', '173607.550000', '173607.553000', '173607.556000', '173607.559000', '173607.561000', '173607.564000', '173607.567000', '173607.569000', '173607.572000', '173607.574000', '173607.577000', '173607.580000', '173607.583000', '173607.585000', '173607.589000', '173607.591000', '173607.594000', '173607.596000', '173607.599000', '173607.602000', '173607.604000', '173607.607000', '173607.610000', '173607.612000', '173607.615000', '173607.618000', '173607.620000', '173607.623000', '173607.626000', '173607.628000', '173607.631000', '173607.634000', '173607.636000', '173607.639000', '173607.642000', '173607.644000', '173607.647000', '173607.649000', '173607.652000', '173607.655000', '173607.657000', '173607.660000', '173627.547000', '173627.550000', '173627.553000', '173627.555000', '173627.559000', '173627.561000', '173627.564000', '173627.567000', '173627.570000', '173627.572000', '173627.575000', '173627.578000', '173627.580000', '173627.583000', '173627.585000', '173627.588000', '173627.591000', '173627.593000', '173627.596000', '173627.598000', '173627.601000', '173627.604000', '173627.606000', '173627.609000', '173627.611000', '173627.614000', '173627.617000', '173627.619000', '173627.622000', '173627.625000', '173627.627000', '173627.630000', '173627.633000', '173627.635000', '173627.638000', '173627.640000', '173627.643000', '173627.646000', '173627.648000', '173627.651000', '173627.654000', '173627.656000', '173627.659000', '173627.661000', '173647.547000', '173647.550000', '173647.553000', '173647.556000', '173647.558000', '173647.561000', '173647.564000', '173647.566000', '173647.569000', '173647.572000', '173647.574000', '173647.577000', '173647.580000', '173647.582000', '173647.585000', '173647.588000', '173647.590000', '173647.593000', '173647.596000', '173647.598000', '173647.601000', '173647.604000', '173647.606000', '173647.609000', '173647.612000', '173647.614000', '173647.617000', '173647.619000', '173647.622000', '173647.625000', '173647.627000', '173647.630000', '173647.632000', '173647.635000', '173647.638000', '173647.640000', '173647.643000', '173647.673000', '173647.675000', '173647.678000', '173647.680000', '173647.683000', '173647.686000', '173707.548000', '173707.551000', '173707.553000', '173707.556000', '173707.559000', '173707.561000', '173707.564000', '173707.567000', '173707.569000', '173707.572000', '173707.575000', '173707.578000', '173707.580000', '173707.583000', '173707.585000', '173707.588000', '173707.591000', '173707.594000', '173707.596000', '173707.599000', '173707.602000', '173707.604000', '173707.607000', '173707.610000', '173707.612000', '173707.615000', '173707.617000', '173707.620000', '173707.623000', '173707.625000', '173707.628000', '173707.631000', '173707.633000', '173707.636000', '173707.638000', '173707.641000', '173707.644000', '173707.646000', '173707.649000', '173707.652000', '173707.654000', '173707.657000', '173707.660000', '173707.662000', '173727.547000', '173727.551000', '173727.553000', '173727.556000', '173727.559000', '173727.561000', '173727.564000', '173727.567000', '173727.569000', '173727.572000', '173727.574000', '173727.577000', '173727.580000', '173727.582000', '173727.585000', '173727.588000', '173727.590000', '173727.593000', '173727.596000', '173727.598000', '173727.601000', '173727.604000', '173727.606000', '173727.609000', '173727.612000', '173727.614000', '173727.617000', '173727.620000', '173727.622000', '173727.625000', '173727.628000', '173727.630000', '173727.633000', '173727.635000', '173727.638000', '173727.641000', '173727.643000', '173727.646000', '173727.649000', '173727.651000', '173727.654000', '173727.656000', '173727.659000', '173747.546000', '173747.549000', '173747.552000', '173747.555000', '173747.557000', '173747.560000', '173747.563000', '173747.565000', '173747.568000', '173747.571000', '173747.573000', '173747.576000', '173747.579000', '173747.581000', '173747.584000', '173747.587000', '173747.594000', '173747.596000', '173747.599000', '173747.602000', '173747.604000', '173747.607000', '173747.610000', '173747.612000', '173747.615000', '173747.618000', '173747.620000', '173747.623000', '173747.625000', '173747.628000', '173747.631000', '173747.634000', '173747.636000', '173747.639000', '173747.641000', '173747.644000', '173747.647000', '173747.649000', '173747.652000', '173747.655000', '173747.657000', '173747.660000', '173747.663000', '173747.665000', '173807.548000', '173807.550000', '173807.553000', '173807.556000', '173807.558000', '173807.561000', '173807.564000', '173807.566000', '173807.569000', '173807.572000', '173807.574000', '173807.577000', '173807.579000', '173807.582000', '173807.585000', '173807.587000', '173807.590000', '173807.593000', '173807.595000', '173807.598000', '173807.601000', '173807.604000', '173807.606000', '173807.609000', '173807.611000', '173807.614000', '173807.617000', '173807.619000', '173807.622000', '173807.624000', '173807.627000', '173807.630000', '173807.632000', '173807.635000', '173807.638000', '173807.640000', '173807.643000', '173807.646000', '173807.648000', '173807.651000', '173807.653000', '173807.656000', '173807.658000', '173827.548000', '173827.550000', '173827.553000', '173827.556000', '173827.559000', '173827.562000', '173827.565000', '173827.568000', '173827.570000', '173827.573000', '173827.576000', '173827.578000', '173827.581000', '173827.583000', '173827.586000', '173827.589000', '173827.591000', '173827.594000', '173827.596000', '173827.607000', '173827.609000', '173827.612000', '173827.615000', '173827.617000', '173827.620000', '173827.623000', '173827.625000', '173827.628000', '173827.630000', '173827.633000', '173827.636000', '173827.638000', '173827.641000', '173827.644000', '173827.646000', '173827.649000', '173827.652000', '173827.654000', '173827.657000', '173827.660000', '173827.662000', '173827.665000', '173827.668000', '173847.547000', '173847.550000', '173847.553000', '173847.555000', '173847.558000', '173847.561000', '173847.564000', '173847.566000', '173847.569000', '173847.571000', '173847.574000', '173847.577000', '173847.579000', '173847.582000', '173847.585000', '173847.587000', '173847.590000', '173847.593000', '173847.595000', '173847.598000', '173847.601000', '173847.603000', '173847.606000', '173847.609000', '173847.611000', '173847.614000', '173847.616000', '173847.619000', '173847.622000', '173847.624000', '173847.629000', '173847.632000', '173847.635000', '173847.637000', '173847.640000', '173847.642000', '173847.645000', '173847.648000', '173847.650000', '173847.653000', '173847.656000', '173847.658000', '173847.661000', '173847.663000', '173907.548000', '173907.550000', '173907.553000', '173907.556000', '173907.558000', '173907.561000', '173907.564000', '173907.566000', '173907.569000', '173907.572000', '173907.574000', '173907.577000', '173907.580000', '173907.582000', '173907.585000', '173907.588000', '173907.590000', '173907.593000', '173907.596000', '173907.598000', '173907.601000', '173907.604000', '173907.606000', '173907.609000', '173907.612000', '173907.614000', '173907.617000', '173907.619000', '173907.622000', '173907.625000', '173907.627000', '173907.630000', '173907.633000', '173907.635000', '173907.638000', '173907.640000', '173907.643000', '173907.646000', '173907.648000', '173907.651000', '173907.654000', '173907.656000', '173907.659000', '173907.661000', '173927.548000', '173927.550000', '173927.553000', '173927.556000', '173927.559000', '173927.561000', '173927.564000', '173927.566000', '173927.569000', '173927.572000', '173927.574000', '173927.577000', '173927.580000', '173927.583000', '173927.585000', '173927.588000', '173927.591000', '173927.593000', '173927.596000', '173927.598000', '173927.601000', '173927.603000', '173927.606000', '173927.609000', '173927.611000', '173927.614000', '173927.617000', '173927.619000', '173927.622000', '173927.624000', '173927.627000', '173927.630000', '173927.632000', '173927.635000', '173927.638000', '173927.640000', '173927.643000', '173927.645000', '173927.652000', '173927.654000', '173927.657000', '173927.659000', '173927.662000', '173947.547000', '173947.551000', '173947.554000', '173947.557000', '173947.559000', '173947.562000', '173947.565000', '173947.567000', '173947.570000', '173947.573000', '173947.575000', '173947.578000', '173947.580000', '173947.583000', '173947.586000', '173947.588000', '173947.591000', '173947.594000', '173947.596000', '173947.600000', '173947.602000', '173947.605000', '173947.608000', '173947.610000', '173947.613000', '173947.615000', '173947.618000', '173947.621000', '173947.623000', '173947.626000', '173947.639000', '173947.642000', '173947.644000', '173947.647000', '173947.649000', '173947.652000', '173947.654000', '173947.657000', '173947.660000', '173947.662000', '173947.665000', '173947.668000', '173947.670000', '174007.547000', '174007.549000', '174007.552000', '174007.555000', '174007.558000', '174007.560000', '174007.563000', '174007.566000', '174007.568000', '174007.571000', '174007.574000', '174007.576000', '174007.579000', '174007.581000', '174007.584000', '174007.587000', '174007.590000', '174007.592000', '174007.595000', '174007.597000', '174007.600000', '174007.603000', '174007.605000', '174007.608000', '174007.611000', '174007.613000', '174007.616000', '174007.618000', '174007.621000', '174007.624000', '174007.626000', '174007.629000', '174007.632000', '174007.634000', '174007.637000', '174007.640000', '174007.642000', '174007.645000', '174007.647000', '174007.650000', '174007.653000', '174007.655000', '174007.658000', '174007.661000', '174027.547000', '174027.550000', '174027.553000', '174027.556000', '174027.558000', '174027.561000', '174027.564000', '174027.566000', '174027.569000', '174027.572000', '174027.574000', '174027.577000', '174027.580000', '174027.582000', '174027.585000', '174027.588000', '174027.590000', '174027.593000', '174027.596000', '174027.598000', '174027.601000', '174027.604000', '174027.606000', '174027.609000', '174027.612000', '174027.614000', '174027.617000', '174027.619000', '174027.622000', '174027.624000', '174027.627000', '174027.630000', '174027.632000', '174027.635000', '174027.638000', '174027.640000', '174027.643000', '174027.645000', '174027.648000', '174027.651000', '174027.653000', '174027.656000', '174027.659000', '174036.292000', '174036.295000', '174036.297000', '174036.300000', '174036.302000', '174036.305000', '174036.308000', '174036.310000', '174036.313000', '174036.315000', '174036.318000', '174036.320000', '174036.323000', '174036.326000', '174036.328000', '174036.331000', '174036.334000', '174036.336000', '174036.339000', '174036.342000'], 'InstanceCreationTime': ['173347.592000', '173347.596000', '173347.599000', '173347.601000', '173347.604000', '173347.607000', '173347.610000', '173347.612000', '173347.615000', '173347.617000', '173347.620000', '173347.623000', '173347.626000', '173347.628000', '173347.631000', '173347.639000', '173347.649000', '173347.652000', '173347.655000', '173347.657000', '173347.660000', '173347.662000', '173347.665000', '173347.668000', '173347.670000', '173407.547000', '173407.550000', '173407.553000', '173407.556000', '173407.562000', '173407.565000', '173407.568000', '173407.570000', '173407.573000', '173407.575000', '173407.578000', '173407.581000', '173407.583000', '173407.586000', '173407.589000', '173407.591000', '173407.594000', '173407.596000', '173407.599000', '173407.601000', '173407.604000', '173407.606000', '173407.609000', '173407.612000', '173407.614000', '173407.617000', '173407.620000', '173407.622000', '173407.625000', '173407.627000', '173407.630000', '173407.632000', '173407.635000', '173407.638000', '173407.640000', '173407.643000', '173407.645000', '173407.659000', '173407.662000', '173407.664000', '173407.667000', '173407.670000', '173407.672000', '173427.547000', '173427.550000', '173427.553000', '173427.556000', '173427.559000', '173427.561000', '173427.564000', '173427.567000', '173427.569000', '173427.572000', '173427.574000', '173427.577000', '173427.580000', '173427.582000', '173427.585000', '173427.588000', '173427.590000', '173427.593000', '173427.595000', '173427.598000', '173427.601000', '173427.603000', '173427.606000', '173427.609000', '173427.615000', '173427.617000', '173427.620000', '173427.623000', '173427.625000', '173427.628000', '173427.631000', '173427.633000', '173427.636000', '173427.638000', '173427.641000', '173427.644000', '173427.646000', '173427.649000', '173427.651000', '173427.654000', '173427.657000', '173427.659000', '173427.662000', '173427.664000', '173447.547000', '173447.550000', '173447.553000', '173447.556000', '173447.558000', '173447.561000', '173447.564000', '173447.566000', '173447.569000', '173447.571000', '173447.574000', '173447.577000', '173447.579000', '173447.582000', '173447.585000', '173447.587000', '173447.590000', '173447.593000', '173447.595000', '173447.598000', '173447.601000', '173447.603000', '173447.606000', '173447.608000', '173447.611000', '173447.614000', '173447.616000', '173447.619000', '173447.621000', '173447.627000', '173447.630000', '173447.632000', '173447.635000', '173447.638000', '173447.640000', '173447.643000', '173447.645000', '173447.648000', '173447.651000', '173447.653000', '173447.656000', '173447.659000', '173447.661000', '173507.548000', '173507.550000', '173507.554000', '173507.556000', '173507.559000', '173507.561000', '173507.564000', '173507.567000', '173507.569000', '173507.572000', '173507.574000', '173507.577000', '173507.580000', '173507.582000', '173507.585000', '173507.587000', '173507.590000', '173507.593000', '173507.596000', '173507.598000', '173507.601000', '173507.603000', '173507.606000', '173507.609000', '173507.611000', '173507.614000', '173507.616000', '173507.619000', '173507.622000', '173507.624000', '173507.627000', '173507.630000', '173507.632000', '173507.635000', '173507.637000', '173507.640000', '173507.643000', '173507.645000', '173507.648000', '173507.651000', '173507.653000', '173507.656000', '173507.658000', '173507.661000', '173527.546000', '173527.549000', '173527.552000', '173527.554000', '173527.557000', '173527.560000', '173527.562000', '173527.565000', '173527.568000', '173527.570000', '173527.573000', '173527.575000', '173527.578000', '173527.581000', '173527.583000', '173527.586000', '173527.589000', '173527.592000', '173527.594000', '173527.597000', '173527.599000', '173527.602000', '173527.604000', '173527.607000', '173527.609000', '173527.612000', '173527.615000', '173527.617000', '173527.620000', '173527.622000', '173527.626000', '173527.629000', '173527.632000', '173527.634000', '173527.637000', '173527.640000', '173527.643000', '173527.645000', '173527.648000', '173527.650000', '173527.653000', '173527.656000', '173527.658000', '173547.547000', '173547.550000', '173547.553000', '173547.556000', '173547.558000', '173547.561000', '173547.564000', '173547.566000', '173547.569000', '173547.572000', '173547.574000', '173547.577000', '173547.579000', '173547.582000', '173547.585000', '173547.588000', '173547.590000', '173547.593000', '173547.596000', '173547.598000', '173547.601000', '173547.604000', '173547.606000', '173547.609000', '173547.611000', '173547.614000', '173547.617000', '173547.619000', '173547.622000', '173547.625000', '173547.627000', '173547.630000', '173547.632000', '173547.635000', '173547.638000', '173547.640000', '173547.643000', '173547.645000', '173547.648000', '173547.651000', '173547.653000', '173547.656000', '173547.658000', '173547.661000', '173607.548000', '173607.550000', '173607.553000', '173607.556000', '173607.559000', '173607.561000', '173607.564000', '173607.567000', '173607.569000', '173607.572000', '173607.574000', '173607.577000', '173607.580000', '173607.583000', '173607.585000', '173607.589000', '173607.591000', '173607.594000', '173607.596000', '173607.599000', '173607.602000', '173607.604000', '173607.607000', '173607.610000', '173607.612000', '173607.615000', '173607.618000', '173607.620000', '173607.623000', '173607.626000', '173607.628000', '173607.631000', '173607.634000', '173607.636000', '173607.639000', '173607.642000', '173607.644000', '173607.647000', '173607.649000', '173607.652000', '173607.655000', '173607.657000', '173607.660000', '173627.547000', '173627.550000', '173627.553000', '173627.555000', '173627.559000', '173627.561000', '173627.564000', '173627.567000', '173627.570000', '173627.572000', '173627.575000', '173627.578000', '173627.580000', '173627.583000', '173627.585000', '173627.588000', '173627.591000', '173627.593000', '173627.596000', '173627.598000', '173627.601000', '173627.604000', '173627.606000', '173627.609000', '173627.611000', '173627.614000', '173627.617000', '173627.619000', '173627.622000', '173627.625000', '173627.627000', '173627.630000', '173627.633000', '173627.635000', '173627.638000', '173627.640000', '173627.643000', '173627.646000', '173627.648000', '173627.651000', '173627.654000', '173627.656000', '173627.659000', '173627.661000', '173647.547000', '173647.550000', '173647.553000', '173647.556000', '173647.558000', '173647.561000', '173647.564000', '173647.566000', '173647.569000', '173647.572000', '173647.574000', '173647.577000', '173647.580000', '173647.582000', '173647.585000', '173647.588000', '173647.590000', '173647.593000', '173647.596000', '173647.598000', '173647.601000', '173647.604000', '173647.606000', '173647.609000', '173647.612000', '173647.614000', '173647.617000', '173647.619000', '173647.622000', '173647.625000', '173647.627000', '173647.630000', '173647.632000', '173647.635000', '173647.638000', '173647.640000', '173647.643000', '173647.673000', '173647.675000', '173647.678000', '173647.680000', '173647.683000', '173647.686000', '173707.548000', '173707.551000', '173707.553000', '173707.556000', '173707.559000', '173707.561000', '173707.564000', '173707.567000', '173707.569000', '173707.572000', '173707.575000', '173707.578000', '173707.580000', '173707.583000', '173707.585000', '173707.588000', '173707.591000', '173707.594000', '173707.596000', '173707.599000', '173707.602000', '173707.604000', '173707.607000', '173707.610000', '173707.612000', '173707.615000', '173707.617000', '173707.620000', '173707.623000', '173707.625000', '173707.628000', '173707.631000', '173707.633000', '173707.636000', '173707.638000', '173707.641000', '173707.644000', '173707.646000', '173707.649000', '173707.652000', '173707.654000', '173707.657000', '173707.660000', '173707.662000', '173727.547000', '173727.551000', '173727.553000', '173727.556000', '173727.559000', '173727.561000', '173727.564000', '173727.567000', '173727.569000', '173727.572000', '173727.574000', '173727.577000', '173727.580000', '173727.582000', '173727.585000', '173727.588000', '173727.590000', '173727.593000', '173727.596000', '173727.598000', '173727.601000', '173727.604000', '173727.606000', '173727.609000', '173727.612000', '173727.614000', '173727.617000', '173727.620000', '173727.622000', '173727.625000', '173727.628000', '173727.630000', '173727.633000', '173727.635000', '173727.638000', '173727.641000', '173727.643000', '173727.646000', '173727.649000', '173727.651000', '173727.654000', '173727.656000', '173727.659000', '173747.546000', '173747.549000', '173747.552000', '173747.555000', '173747.557000', '173747.560000', '173747.563000', '173747.565000', '173747.568000', '173747.571000', '173747.573000', '173747.576000', '173747.579000', '173747.581000', '173747.584000', '173747.587000', '173747.594000', '173747.596000', '173747.599000', '173747.602000', '173747.604000', '173747.607000', '173747.610000', '173747.612000', '173747.615000', '173747.618000', '173747.620000', '173747.623000', '173747.625000', '173747.628000', '173747.631000', '173747.634000', '173747.636000', '173747.639000', '173747.641000', '173747.644000', '173747.647000', '173747.649000', '173747.652000', '173747.655000', '173747.657000', '173747.660000', '173747.663000', '173747.665000', '173807.548000', '173807.550000', '173807.553000', '173807.556000', '173807.558000', '173807.561000', '173807.564000', '173807.566000', '173807.569000', '173807.572000', '173807.574000', '173807.577000', '173807.579000', '173807.582000', '173807.585000', '173807.587000', '173807.590000', '173807.593000', '173807.595000', '173807.598000', '173807.601000', '173807.604000', '173807.606000', '173807.609000', '173807.611000', '173807.614000', '173807.617000', '173807.619000', '173807.622000', '173807.624000', '173807.627000', '173807.630000', '173807.632000', '173807.635000', '173807.638000', '173807.640000', '173807.643000', '173807.646000', '173807.648000', '173807.651000', '173807.653000', '173807.656000', '173807.658000', '173827.548000', '173827.550000', '173827.553000', '173827.556000', '173827.559000', '173827.562000', '173827.565000', '173827.568000', '173827.570000', '173827.573000', '173827.576000', '173827.578000', '173827.581000', '173827.583000', '173827.586000', '173827.589000', '173827.591000', '173827.594000', '173827.596000', '173827.607000', '173827.609000', '173827.612000', '173827.615000', '173827.617000', '173827.620000', '173827.623000', '173827.625000', '173827.628000', '173827.630000', '173827.633000', '173827.636000', '173827.638000', '173827.641000', '173827.644000', '173827.646000', '173827.649000', '173827.652000', '173827.654000', '173827.657000', '173827.660000', '173827.662000', '173827.665000', '173827.668000', '173847.547000', '173847.550000', '173847.553000', '173847.555000', '173847.558000', '173847.561000', '173847.564000', '173847.566000', '173847.569000', '173847.571000', '173847.574000', '173847.577000', '173847.579000', '173847.582000', '173847.585000', '173847.587000', '173847.590000', '173847.593000', '173847.595000', '173847.598000', '173847.601000', '173847.603000', '173847.606000', '173847.609000', '173847.611000', '173847.614000', '173847.616000', '173847.619000', '173847.622000', '173847.624000', '173847.629000', '173847.632000', '173847.635000', '173847.637000', '173847.640000', '173847.642000', '173847.645000', '173847.648000', '173847.650000', '173847.653000', '173847.656000', '173847.658000', '173847.661000', '173847.663000', '173907.548000', '173907.550000', '173907.553000', '173907.556000', '173907.558000', '173907.561000', '173907.564000', '173907.566000', '173907.569000', '173907.572000', '173907.574000', '173907.577000', '173907.580000', '173907.582000', '173907.585000', '173907.588000', '173907.590000', '173907.593000', '173907.596000', '173907.598000', '173907.601000', '173907.604000', '173907.606000', '173907.609000', '173907.612000', '173907.614000', '173907.617000', '173907.619000', '173907.622000', '173907.625000', '173907.627000', '173907.630000', '173907.633000', '173907.635000', '173907.638000', '173907.640000', '173907.643000', '173907.646000', '173907.648000', '173907.651000', '173907.654000', '173907.656000', '173907.659000', '173907.661000', '173927.548000', '173927.550000', '173927.553000', '173927.556000', '173927.559000', '173927.561000', '173927.564000', '173927.566000', '173927.569000', '173927.572000', '173927.574000', '173927.577000', '173927.580000', '173927.583000', '173927.585000', '173927.588000', '173927.591000', '173927.593000', '173927.596000', '173927.598000', '173927.601000', '173927.603000', '173927.606000', '173927.609000', '173927.611000', '173927.614000', '173927.617000', '173927.619000', '173927.622000', '173927.624000', '173927.627000', '173927.630000', '173927.632000', '173927.635000', '173927.638000', '173927.640000', '173927.643000', '173927.645000', '173927.652000', '173927.654000', '173927.657000', '173927.659000', '173927.662000', '173947.547000', '173947.551000', '173947.554000', '173947.557000', '173947.559000', '173947.562000', '173947.565000', '173947.567000', '173947.570000', '173947.573000', '173947.575000', '173947.578000', '173947.580000', '173947.583000', '173947.586000', '173947.588000', '173947.591000', '173947.594000', '173947.596000', '173947.600000', '173947.602000', '173947.605000', '173947.608000', '173947.610000', '173947.613000', '173947.615000', '173947.618000', '173947.621000', '173947.623000', '173947.626000', '173947.639000', '173947.642000', '173947.644000', '173947.647000', '173947.649000', '173947.652000', '173947.654000', '173947.657000', '173947.660000', '173947.662000', '173947.665000', '173947.668000', '173947.670000', '174007.547000', '174007.549000', '174007.552000', '174007.555000', '174007.558000', '174007.560000', '174007.563000', '174007.566000', '174007.568000', '174007.571000', '174007.574000', '174007.576000', '174007.579000', '174007.581000', '174007.584000', '174007.587000', '174007.590000', '174007.592000', '174007.595000', '174007.597000', '174007.600000', '174007.603000', '174007.605000', '174007.608000', '174007.611000', '174007.613000', '174007.616000', '174007.618000', '174007.621000', '174007.624000', '174007.626000', '174007.629000', '174007.632000', '174007.634000', '174007.637000', '174007.640000', '174007.642000', '174007.645000', '174007.647000', '174007.650000', '174007.653000', '174007.655000', '174007.658000', '174007.661000', '174027.547000', '174027.550000', '174027.553000', '174027.556000', '174027.558000', '174027.561000', '174027.564000', '174027.566000', '174027.569000', '174027.572000', '174027.574000', '174027.577000', '174027.580000', '174027.582000', '174027.585000', '174027.588000', '174027.590000', '174027.593000', '174027.596000', '174027.598000', '174027.601000', '174027.604000', '174027.606000', '174027.609000', '174027.612000', '174027.614000', '174027.617000', '174027.619000', '174027.622000', '174027.624000', '174027.627000', '174027.630000', '174027.632000', '174027.635000', '174027.638000', '174027.640000', '174027.643000', '174027.645000', '174027.648000', '174027.651000', '174027.653000', '174027.656000', '174027.659000', '174036.292000', '174036.295000', '174036.297000', '174036.300000', '174036.302000', '174036.305000', '174036.308000', '174036.310000', '174036.313000', '174036.315000', '174036.318000', '174036.320000', '174036.323000', '174036.326000', '174036.328000', '174036.331000', '174036.334000', '174036.336000', '174036.339000', '174036.342000'], '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': [18480, 11146, 11135, 11197, 9915, 11022, 9906, 10854, 18004, 11009, 11700, 10833, 9612, 10612, 10041, 10666, 11610, 11023, 10776, 10519, 10826, 10200, 10581, 9913, 10873, 10000, 10682, 9836, 10735, 10468, 10767, 9837, 10967, 9478, 10564, 10229, 10025, 12280, 10805, 9909, 10921, 9807, 11024, 10445, 10563, 10293, 10597, 10487, 10631, 9442, 10405, 10633, 9840, 10555, 15965, 10762, 12244, 10766, 10175, 10741, 10828, 9742, 10978, 10070, 10372, 12740, 15017, 17112, 12112, 11544, 10672, 12790, 11311, 10433, 15070, 19063, 14329, 17728, 10075, 12110, 9984, 11710, 10518, 11649, 10813, 10779, 10825, 11290, 10215, 13693, 10082, 16180, 12383, 19983, 14786, 19224, 10442, 13586, 10481, 10425, 10072, 10811, 10405, 10933, 10522, 10972, 10282, 10491, 10325, 10799, 10253, 10886, 10257, 11238, 10702, 10599, 10701, 10747, 10714, 10419, 10920, 11215, 10884, 10632, 10335, 10573, 10828, 11123, 11251, 10867, 11585, 10575, 11735, 10660, 10742, 10908, 10857, 10829, 10470, 10609, 13214, 10803, 10963, 10760, 10675, 10525, 12152, 10650, 14961, 10804, 11009, 10613, 11404, 10439, 20011, 14442, 19062, 10548, 13382, 10668, 10754, 10470, 17905, 10166, 14130, 10612, 10148, 10522, 10001, 10372, 15469, 10734, 11276, 10573, 10771, 10590, 10685, 10357, 10231, 10387, 10479, 10604, 12173, 10431, 13364, 10401, 12712, 10442, 10327, 10481, 10524, 10570, 10913, 10427, 12510, 10875, 10400, 10748, 10427, 10748, 10800, 10512, 11142, 10470, 10097, 10847, 10426, 10935, 10438, 10525, 11924, 10614, 11414, 10718, 11490, 11045, 11267, 10623, 10189, 10643, 11970, 10760, 11093, 10627, 10690, 10519, 16774, 10484, 12146, 10448, 11855, 10715, 13778, 17658, 16518, 16294, 10524, 18130, 10612, 17444, 11646, 17589, 11784, 17225, 10394, 10486, 10332, 10462, 10331, 10633, 10125, 10328, 10106, 10417, 10298, 11416, 10339, 10390, 10579, 10604, 10405, 10463, 10231, 10604, 10262, 10770, 11652, 10530, 12787, 10432, 10987, 10786, 11053, 10395, 11227, 10360, 9991, 10489, 10944, 10751, 10561, 10361, 10318, 13131, 11978, 10645, 10642, 10509, 10690, 12532, 10339, 19874, 15695, 15859, 10414, 13148, 10541, 11786, 10064, 17952, 13488, 17403, 10020, 10442, 10272, 10477, 9941, 17275, 10198, 12216, 10070, 11189, 10188, 11938, 13448, 17250, 10077, 11128, 10389, 11589, 10298, 14862, 15004, 20936, 18645, 19204, 9553, 9426, 9911, 10036, 10124, 10368, 10320, 10476, 10498, 10302, 10078, 10459, 9960, 10043, 9923, 10892, 9915, 11783, 11677, 14461, 14669, 15229, 14382, 15245, 12105, 11376, 9914, 10012, 9334, 9732, 10300, 9779, 10068, 10224, 11876, 10614, 14461, 11245, 10448, 9864, 9417, 13020, 9102, 11632, 14725, 10970, 11637, 10954, 11730, 10999, 11509, 10914, 11533, 10651, 11280, 11431, 10725, 12666, 10182, 11989, 10479, 12947, 13034, 10994, 18836, 12762, 13289, 14358, 17684, 17989, 17249, 15001, 10809, 11867, 10951, 10942, 10799, 10553, 10882, 11913, 10721, 10415, 10678, 11027, 10548, 10476, 10570, 11400, 10679, 11243, 10587, 11161, 10856, 11319, 10761, 11062, 10858, 11217, 10761, 10899, 10832, 12130, 10527, 10498, 10698, 11381, 11073, 10646, 10993, 10040, 10911, 11006, 10541, 12338, 10755, 11070, 10882, 11061, 11039, 10994, 10788, 10847, 12795, 10712, 11992, 10702, 12288, 10521, 12922, 10675, 12198, 10632, 11016, 10478, 15028, 12848, 18473, 10634, 11193, 10965, 10674, 10880, 10720, 11844, 10693, 12759, 10562, 11659, 10896, 10697, 10347, 10999, 10701, 10712, 12406, 10509, 10820, 10951, 9763, 10694, 10569, 10930, 12572, 11049, 11915, 11257, 10593, 11063, 10534, 11049, 11725, 10707, 15350, 11584, 11188, 11227, 11244, 11335, 10745, 11639, 10795, 16302, 11133, 11356, 11109, 11459, 11015, 11332, 10623, 17146, 10902, 10883, 11237, 10832, 11313, 10543, 10868, 10616, 11081, 10608, 10929, 10872, 10632, 10896, 11011, 10954, 10920, 10357, 17316, 10701, 11247, 10713, 11028, 11051, 10694, 10842, 11468, 10828, 13323, 10972, 10989, 11225, 12333, 10752, 12009, 10862, 10905, 11499, 10997, 11259, 10359, 11315, 10554, 11450, 10721, 11927, 10893, 12455, 10499, 15573, 10647, 11721, 10613, 11899, 10593, 12444, 10756, 15073, 10895, 11686, 10709, 12278, 10750, 12038, 10870, 16197, 10712, 19636, 12638, 11362, 11342, 11061, 12619, 10764, 10997, 10735, 12696, 10759, 11261, 10697, 11037, 10508, 13889, 11019, 16298, 10920, 11794, 10834, 11880, 10409, 11650, 10736, 19232, 11265, 12845, 10704, 11301, 10532, 13656, 10622, 15910, 10791, 11444, 10664, 11317, 10442, 12170, 10729, 13751, 15494, 15343, 18210, 10445, 13791, 10345, 18605, 10550, 11000, 11518, 10888, 12457, 11056, 11629, 10885, 11402, 10525, 12351, 10920, 11077, 10438, 10992, 10557, 15324, 10451, 12440, 10789, 11685, 10495, 10973, 10266, 13058, 10645, 11584, 11996, 10710, 12427, 10721, 11765, 10377, 18048, 11157, 16129, 10516, 11059, 10511, 11188, 10143, 19323, 10196, 10983, 10527, 10819, 11675, 10834, 11864, 10339, 12183, 10686, 11360, 10599, 11264, 10691, 11122, 12397, 10663, 11627, 10761, 10972, 11085, 11621, 10741, 14455, 10682, 12069, 10664, 11073, 10895, 10986, 11410, 11410, 10933, 10765, 11087, 11847, 10894, 11144, 10745, 18866, 13175, 12896, 10342, 10839, 10397, 10972, 14737, 11373, 11866, 10728, 11783, 10673, 11055, 10528, 11902, 10643, 11807, 11058, 11753, 10805, 11275, 10449, 11208, 12550, 10980, 12861, 10803, 11975, 10742, 11467, 10585, 15841, 11084, 12124, 10798, 10884, 10848, 11599, 10488, 19037, 12842, 13013, 10535, 11157, 10389, 10773, 10386, 10999, 11041, 10939, 12407, 10664, 11379, 10775, 15312, 11011, 10786, 10925, 15703, 13142, 21013, 15814, 12744, 11413, 10316, 11745, 10374, 11769, 11401, 11402, 14699, 11181, 17058, 10815, 11845, 11040, 11441, 10948, 11384, 10850, 18557, 11210, 12054, 11755, 11345, 11616, 11346, 11329, 11424, 10956, 11489, 10872, 11957, 10677, 11350, 11000, 11469, 10987, 11636, 10660, 11655, 10600, 11400, 10392, 11266, 10280, 11255, 9885, 11535, 10652, 11507, 10146, 11462, 10110, 11291, 10628, 11498, 10789, 11308, 10848, 11630, 10664, 13783, 10784, 12800, 11117, 11058, 11089, 12475, 11153, 18343, 12917, 12570, 10858, 10533, 10955, 12451, 13016, 16481, 18464, 14459, 17079, 10710, 12229, 11055, 10493, 11802, 10518, 12770, 10154, 11411, 10479, 17441, 10356, 11033, 9981, 10922, 10229, 10931, 10439, 10748, 11172, 11054, 12564, 10763, 11923, 10641, 14257, 10563, 12223, 10373, 11987, 10514, 11215, 10758, 14242, 10528, 11893, 10576, 11945, 10646, 11237, 10551, 11123, 10680, 11760, 10479, 11447, 10421, 11383, 10564, 11048, 12387, 11173, 11633, 11250, 10872, 10849, 11772, 10878], 'WindowCenter': [4393.0, 4304.0, 4288.0, 4276.0, 4253.0, 4273.0, 4253.0, 4250.0, 4311.0, 4250.0, 4257.0, 4237.0, 4225.0, 4238.0, 4226.0, 4235.0, 4246.0, 4235.0, 4235.0, 4225.0, 4234.0, 4223.0, 4236.0, 4224.0, 4235.0, 4223.0, 4235.0, 4212.0, 4234.0, 4223.0, 4234.0, 4213.0, 4235.0, 4226.0, 4249.0, 4225.0, 4225.0, 4246.0, 4247.0, 4237.0, 4248.0, 4236.0, 4248.0, 4251.0, 4261.0, 4252.0, 4251.0, 4250.0, 4250.0, 4239.0, 4248.0, 4250.0, 4238.0, 4248.0, 4290.0, 4249.0, 4258.0, 4250.0, 4237.0, 4261.0, 4263.0, 4232.0, 4263.0, 4256.0, 4252.0, 4270.0, 4291.0, 4301.0, 4273.0, 4303.0, 4325.0, 4317.0, 4252.0, 4195.0, 4211.0, 4259.0, 4254.0, 4298.0, 4226.0, 4245.0, 4213.0, 4229.0, 4223.0, 4232.0, 4234.0, 4234.0, 4235.0, 4234.0, 4234.0, 4264.0, 4234.0, 4297.0, 4255.0, 4292.0, 4261.0, 4281.0, 4220.0, 4238.0, 4219.0, 4207.0, 4209.0, 4218.0, 4220.0, 4218.0, 4219.0, 4218.0, 4209.0, 4206.0, 4209.0, 4216.0, 4209.0, 4217.0, 4221.0, 4230.0, 4236.0, 4221.0, 4221.0, 4219.0, 4232.0, 4236.0, 4245.0, 4234.0, 4245.0, 4247.0, 4236.0, 4248.0, 4246.0, 4247.0, 4245.0, 4260.0, 4259.0, 4248.0, 4259.0, 4250.0, 4248.0, 4248.0, 4248.0, 4259.0, 4249.0, 4249.0, 4281.0, 4260.0, 4249.0, 4259.0, 4260.0, 4250.0, 4270.0, 4249.0, 4289.0, 4248.0, 4248.0, 4248.0, 4258.0, 4237.0, 4320.0, 4290.0, 4309.0, 4248.0, 4266.0, 4236.0, 4245.0, 4236.0, 4298.0, 4236.0, 4276.0, 4235.0, 4235.0, 4248.0, 4236.0, 4236.0, 4275.0, 4246.0, 4244.0, 4248.0, 4235.0, 4237.0, 4235.0, 4236.0, 4235.0, 4236.0, 4234.0, 4235.0, 4255.0, 4246.0, 4265.0, 4235.0, 4255.0, 4234.0, 4233.0, 4235.0, 4233.0, 4235.0, 4245.0, 4246.0, 4256.0, 4247.0, 4235.0, 4246.0, 4246.0, 4248.0, 4246.0, 4261.0, 4259.0, 4248.0, 4237.0, 4248.0, 4247.0, 4260.0, 4247.0, 4261.0, 4269.0, 4262.0, 4273.0, 4262.0, 4271.0, 4271.0, 4273.0, 4262.0, 4262.0, 4263.0, 4271.0, 4261.0, 4259.0, 4262.0, 4262.0, 4261.0, 4313.0, 4262.0, 4270.0, 4260.0, 4270.0, 4260.0, 4291.0, 4311.0, 4301.0, 4298.0, 4247.0, 4296.0, 4236.0, 4285.0, 4246.0, 4285.0, 4245.0, 4284.0, 4223.0, 4222.0, 4221.0, 4221.0, 4234.0, 4233.0, 4223.0, 4223.0, 4223.0, 4233.0, 4234.0, 4257.0, 4235.0, 4236.0, 4235.0, 4235.0, 4235.0, 4236.0, 4235.0, 4247.0, 4248.0, 4261.0, 4259.0, 4249.0, 4267.0, 4247.0, 4234.0, 4248.0, 4258.0, 4248.0, 4247.0, 4250.0, 4238.0, 4250.0, 4259.0, 4260.0, 4262.0, 4250.0, 4250.0, 4281.0, 4270.0, 4248.0, 4248.0, 4246.0, 4261.0, 4267.0, 4248.0, 4320.0, 4289.0, 4287.0, 4247.0, 4265.0, 4236.0, 4257.0, 4226.0, 4298.0, 4266.0, 4296.0, 4236.0, 4234.0, 4238.0, 4235.0, 4224.0, 4299.0, 4235.0, 4244.0, 4223.0, 4244.0, 4236.0, 4244.0, 4264.0, 4296.0, 4224.0, 4234.0, 4235.0, 4244.0, 4223.0, 4262.0, 4277.0, 4309.0, 4299.0, 4295.0, 4212.0, 4200.0, 4211.0, 4225.0, 4213.0, 4211.0, 4210.0, 4222.0, 4222.0, 4223.0, 4223.0, 4232.0, 4223.0, 4222.0, 4224.0, 4233.0, 4225.0, 4244.0, 4245.0, 4264.0, 4264.0, 4262.0, 4251.0, 4249.0, 4215.0, 4206.0, 4185.0, 4185.0, 4175.0, 4185.0, 4195.0, 4197.0, 4210.0, 4233.0, 4242.0, 4235.0, 4278.0, 4250.0, 4238.0, 4228.0, 4219.0, 4259.0, 4206.0, 4239.0, 4256.0, 4225.0, 4234.0, 4224.0, 4233.0, 4223.0, 4221.0, 4223.0, 4222.0, 4226.0, 4235.0, 4236.0, 4224.0, 4245.0, 4213.0, 4222.0, 4212.0, 4242.0, 4231.0, 4212.0, 4273.0, 4233.0, 4244.0, 4253.0, 4273.0, 4275.0, 4262.0, 4251.0, 4224.0, 4232.0, 4207.0, 4207.0, 4196.0, 4197.0, 4208.0, 4218.0, 4209.0, 4209.0, 4210.0, 4209.0, 4210.0, 4209.0, 4222.0, 4231.0, 4224.0, 4233.0, 4225.0, 4234.0, 4235.0, 4234.0, 4235.0, 4233.0, 4224.0, 4222.0, 4237.0, 4237.0, 4235.0, 4243.0, 4223.0, 4225.0, 4237.0, 4245.0, 4246.0, 4222.0, 4236.0, 4226.0, 4250.0, 4248.0, 4238.0, 4258.0, 4248.0, 4247.0, 4246.0, 4246.0, 4237.0, 4249.0, 4248.0, 4250.0, 4270.0, 4251.0, 4260.0, 4239.0, 4258.0, 4238.0, 4256.0, 4236.0, 4245.0, 4238.0, 4248.0, 4239.0, 4278.0, 4258.0, 4299.0, 4237.0, 4246.0, 4236.0, 4225.0, 4234.0, 4236.0, 4246.0, 4237.0, 4256.0, 4237.0, 4247.0, 4235.0, 4235.0, 4223.0, 4235.0, 4236.0, 4248.0, 4282.0, 4252.0, 4249.0, 4247.0, 4225.0, 4249.0, 4252.0, 4261.0, 4283.0, 4286.0, 4283.0, 4261.0, 4250.0, 4261.0, 4248.0, 4260.0, 4270.0, 4251.0, 4290.0, 4259.0, 4249.0, 4248.0, 4247.0, 4247.0, 4260.0, 4258.0, 4249.0, 4299.0, 4248.0, 4248.0, 4248.0, 4246.0, 4247.0, 4259.0, 4237.0, 4297.0, 4235.0, 4234.0, 4234.0, 4234.0, 4234.0, 4237.0, 4234.0, 4234.0, 4234.0, 4233.0, 4232.0, 4234.0, 4234.0, 4234.0, 4233.0, 4247.0, 4237.0, 4235.0, 4287.0, 4235.0, 4233.0, 4235.0, 4232.0, 4243.0, 4234.0, 4247.0, 4246.0, 4247.0, 4266.0, 4246.0, 4234.0, 4235.0, 4253.0, 4245.0, 4256.0, 4246.0, 4246.0, 4246.0, 4247.0, 4260.0, 4250.0, 4259.0, 4249.0, 4259.0, 4260.0, 4256.0, 4260.0, 4272.0, 4249.0, 4302.0, 4250.0, 4257.0, 4248.0, 4258.0, 4250.0, 4268.0, 4247.0, 4289.0, 4247.0, 4256.0, 4248.0, 4268.0, 4259.0, 4271.0, 4249.0, 4298.0, 4248.0, 4321.0, 4281.0, 4271.0, 4260.0, 4259.0, 4269.0, 4260.0, 4260.0, 4261.0, 4270.0, 4260.0, 4248.0, 4249.0, 4248.0, 4250.0, 4268.0, 4248.0, 4287.0, 4248.0, 4257.0, 4247.0, 4255.0, 4249.0, 4247.0, 4249.0, 4310.0, 4248.0, 4255.0, 4236.0, 4245.0, 4251.0, 4268.0, 4237.0, 4286.0, 4236.0, 4244.0, 4236.0, 4249.0, 4237.0, 4258.0, 4248.0, 4268.0, 4289.0, 4277.0, 4300.0, 4238.0, 4279.0, 4250.0, 4312.0, 4249.0, 4247.0, 4256.0, 4234.0, 4254.0, 4246.0, 4258.0, 4246.0, 4248.0, 4247.0, 4257.0, 4247.0, 4245.0, 4250.0, 4246.0, 4236.0, 4276.0, 4236.0, 4255.0, 4236.0, 4245.0, 4236.0, 4235.0, 4240.0, 4256.0, 4236.0, 4246.0, 4244.0, 4234.0, 4254.0, 4234.0, 4256.0, 4225.0, 4297.0, 4235.0, 4273.0, 4234.0, 4232.0, 4236.0, 4233.0, 4225.0, 4295.0, 4224.0, 4232.0, 4232.0, 4233.0, 4256.0, 4246.0, 4245.0, 4236.0, 4255.0, 4236.0, 4244.0, 4235.0, 4245.0, 4248.0, 4247.0, 4270.0, 4249.0, 4258.0, 4247.0, 4246.0, 4247.0, 4258.0, 4247.0, 4278.0, 4247.0, 4256.0, 4247.0, 4258.0, 4259.0, 4248.0, 4259.0, 4259.0, 4249.0, 4259.0, 4259.0, 4268.0, 4259.0, 4260.0, 4249.0, 4322.0, 4279.0, 4269.0, 4236.0, 4235.0, 4249.0, 4234.0, 4278.0, 4246.0, 4243.0, 4233.0, 4241.0, 4235.0, 4243.0, 4233.0, 4246.0, 4235.0, 4246.0, 4245.0, 4256.0, 4258.0, 4246.0, 4247.0, 4248.0, 4267.0, 4247.0, 4267.0, 4246.0, 4255.0, 4247.0, 4257.0, 4248.0, 4288.0, 4248.0, 4256.0, 4246.0, 4235.0, 4260.0, 4247.0, 4238.0, 4307.0, 4255.0, 4254.0, 4237.0, 4246.0, 4235.0, 4247.0, 4237.0, 4248.0, 4244.0, 4246.0, 4266.0, 4249.0, 4257.0, 4260.0, 4316.0, 4290.0, 4261.0, 4259.0, 4297.0, 4267.0, 4319.0, 4288.0, 4268.0, 4257.0, 4235.0, 4258.0, 4237.0, 4257.0, 4257.0, 4257.0, 4278.0, 4246.0, 4286.0, 4235.0, 4243.0, 4242.0, 4243.0, 4233.0, 4234.0, 4234.0, 4295.0, 4244.0, 4255.0, 4254.0, 4241.0, 4244.0, 4231.0, 4234.0, 4243.0, 4243.0, 4243.0, 4245.0, 4243.0, 4233.0, 4232.0, 4232.0, 4241.0, 4233.0, 4245.0, 4234.0, 4246.0, 4234.0, 4246.0, 4234.0, 4246.0, 4237.0, 4245.0, 4236.0, 4257.0, 4245.0, 4256.0, 4247.0, 4269.0, 4249.0, 4258.0, 4260.0, 4268.0, 4258.0, 4257.0, 4260.0, 4269.0, 4261.0, 4292.0, 4274.0, 4282.0, 4272.0, 4258.0, 4260.0, 4282.0, 4273.0, 4322.0, 4280.0, 4269.0, 4261.0, 4261.0, 4272.0, 4270.0, 4268.0, 4300.0, 4313.0, 4289.0, 4298.0, 4236.0, 4256.0, 4244.0, 4233.0, 4243.0, 4234.0, 4255.0, 4235.0, 4245.0, 4233.0, 4285.0, 4223.0, 4232.0, 4223.0, 4231.0, 4222.0, 4233.0, 4235.0, 4234.0, 4244.0, 4233.0, 4253.0, 4234.0, 4254.0, 4232.0, 4264.0, 4233.0, 4242.0, 4223.0, 4242.0, 4233.0, 4243.0, 4233.0, 4264.0, 4233.0, 4242.0, 4233.0, 4242.0, 4236.0, 4242.0, 4234.0, 4243.0, 4235.0, 4244.0, 4235.0, 4246.0, 4234.0, 4256.0, 4247.0, 4257.0, 4266.0, 4258.0, 4256.0, 4258.0, 4247.0, 4259.0, 4270.0, 4262.0], 'WindowWidth': [9663.0, 9520.0, 9485.0, 9463.0, 9426.0, 9454.0, 9422.0, 9413.0, 9500.0, 9411.0, 9418.0, 9390.0, 9371.0, 9392.0, 9372.0, 9382.0, 9399.0, 9381.0, 9381.0, 9366.0, 9379.0, 9362.0, 9387.0, 9368.0, 9382.0, 9364.0, 9380.0, 9347.0, 9378.0, 9361.0, 9379.0, 9348.0, 9382.0, 9373.0, 9406.0, 9367.0, 9369.0, 9398.0, 9402.0, 9387.0, 9407.0, 9386.0, 9407.0, 9414.0, 9428.0, 9415.0, 9416.0, 9411.0, 9412.0, 9394.0, 9403.0, 9414.0, 9394.0, 9406.0, 9464.0, 9407.0, 9416.0, 9408.0, 9387.0, 9428.0, 9433.0, 9388.0, 9435.0, 9431.0, 9420.0, 9440.0, 9467.0, 9481.0, 9447.0, 9507.0, 9557.0, 9530.0, 9413.0, 9303.0, 9314.0, 9400.0, 9402.0, 9470.0, 9371.0, 9393.0, 9344.0, 9361.0, 9359.0, 9372.0, 9379.0, 9379.0, 9383.0, 9382.0, 9382.0, 9424.0, 9383.0, 9472.0, 9409.0, 9460.0, 9413.0, 9440.0, 9354.0, 9377.0, 9353.0, 9334.0, 9339.0, 9349.0, 9354.0, 9349.0, 9353.0, 9348.0, 9338.0, 9330.0, 9338.0, 9343.0, 9338.0, 9346.0, 9360.0, 9368.0, 9387.0, 9358.0, 9356.0, 9348.0, 9376.0, 9384.0, 9398.0, 9378.0, 9395.0, 9404.0, 9387.0, 9407.0, 9400.0, 9402.0, 9396.0, 9426.0, 9424.0, 9405.0, 9422.0, 9411.0, 9405.0, 9408.0, 9406.0, 9425.0, 9409.0, 9411.0, 9458.0, 9424.0, 9409.0, 9423.0, 9427.0, 9413.0, 9439.0, 9411.0, 9463.0, 9406.0, 9405.0, 9406.0, 9422.0, 9390.0, 9512.0, 9467.0, 9491.0, 9406.0, 9428.0, 9386.0, 9399.0, 9388.0, 9474.0, 9388.0, 9439.0, 9384.0, 9384.0, 9408.0, 9389.0, 9386.0, 9438.0, 9399.0, 9395.0, 9407.0, 9383.0, 9389.0, 9385.0, 9385.0, 9384.0, 9387.0, 9381.0, 9384.0, 9409.0, 9400.0, 9424.0, 9383.0, 9409.0, 9381.0, 9378.0, 9381.0, 9378.0, 9385.0, 9399.0, 9400.0, 9415.0, 9402.0, 9382.0, 9399.0, 9401.0, 9405.0, 9399.0, 9430.0, 9422.0, 9406.0, 9391.0, 9408.0, 9403.0, 9425.0, 9407.0, 9432.0, 9438.0, 9433.0, 9449.0, 9434.0, 9443.0, 9445.0, 9450.0, 9436.0, 9432.0, 9436.0, 9444.0, 9431.0, 9424.0, 9436.0, 9435.0, 9430.0, 9507.0, 9433.0, 9441.0, 9426.0, 9440.0, 9430.0, 9472.0, 9499.0, 9484.0, 9474.0, 9403.0, 9468.0, 9386.0, 9453.0, 9400.0, 9454.0, 9396.0, 9446.0, 9363.0, 9359.0, 9359.0, 9358.0, 9382.0, 9377.0, 9364.0, 9364.0, 9365.0, 9377.0, 9379.0, 9415.0, 9386.0, 9385.0, 9384.0, 9385.0, 9383.0, 9387.0, 9383.0, 9404.0, 9409.0, 9431.0, 9425.0, 9409.0, 9431.0, 9402.0, 9382.0, 9407.0, 9421.0, 9407.0, 9404.0, 9414.0, 9394.0, 9413.0, 9423.0, 9427.0, 9435.0, 9415.0, 9413.0, 9456.0, 9440.0, 9407.0, 9408.0, 9401.0, 9429.0, 9431.0, 9406.0, 9511.0, 9464.0, 9458.0, 9404.0, 9426.0, 9387.0, 9420.0, 9374.0, 9477.0, 9430.0, 9469.0, 9388.0, 9383.0, 9391.0, 9384.0, 9367.0, 9478.0, 9384.0, 9394.0, 9364.0, 9395.0, 9388.0, 9395.0, 9422.0, 9468.0, 9366.0, 9380.0, 9385.0, 9394.0, 9364.0, 9418.0, 9444.0, 9494.0, 9478.0, 9466.0, 9346.0, 9328.0, 9343.0, 9368.0, 9347.0, 9343.0, 9340.0, 9361.0, 9361.0, 9365.0, 9364.0, 9374.0, 9365.0, 9361.0, 9368.0, 9378.0, 9368.0, 9393.0, 9396.0, 9420.0, 9420.0, 9411.0, 9396.0, 9388.0, 9338.0, 9324.0, 9297.0, 9296.0, 9282.0, 9297.0, 9311.0, 9315.0, 9340.0, 9381.0, 9391.0, 9387.0, 9449.0, 9411.0, 9388.0, 9372.0, 9364.0, 9414.0, 9337.0, 9384.0, 9399.0, 9362.0, 9371.0, 9360.0, 9369.0, 9356.0, 9348.0, 9353.0, 9353.0, 9366.0, 9378.0, 9381.0, 9362.0, 9390.0, 9344.0, 9352.0, 9342.0, 9383.0, 9367.0, 9342.0, 9426.0, 9371.0, 9388.0, 9401.0, 9427.0, 9436.0, 9409.0, 9394.0, 9363.0, 9371.0, 9329.0, 9325.0, 9311.0, 9313.0, 9328.0, 9343.0, 9333.0, 9333.0, 9336.0, 9334.0, 9339.0, 9334.0, 9356.0, 9367.0, 9363.0, 9372.0, 9367.0, 9375.0, 9381.0, 9376.0, 9379.0, 9374.0, 9364.0, 9357.0, 9385.0, 9387.0, 9380.0, 9388.0, 9363.0, 9367.0, 9386.0, 9393.0, 9398.0, 9361.0, 9384.0, 9371.0, 9410.0, 9403.0, 9389.0, 9419.0, 9405.0, 9402.0, 9399.0, 9399.0, 9387.0, 9407.0, 9405.0, 9411.0, 9436.0, 9413.0, 9423.0, 9394.0, 9416.0, 9390.0, 9411.0, 9384.0, 9395.0, 9388.0, 9405.0, 9395.0, 9446.0, 9416.0, 9477.0, 9388.0, 9399.0, 9381.0, 9368.0, 9376.0, 9384.0, 9399.0, 9389.0, 9413.0, 9387.0, 9400.0, 9383.0, 9382.0, 9362.0, 9383.0, 9384.0, 9404.0, 9459.0, 9418.0, 9409.0, 9402.0, 9369.0, 9409.0, 9417.0, 9427.0, 9462.0, 9474.0, 9461.0, 9428.0, 9412.0, 9429.0, 9407.0, 9425.0, 9439.0, 9414.0, 9466.0, 9424.0, 9409.0, 9406.0, 9405.0, 9403.0, 9426.0, 9421.0, 9408.0, 9477.0, 9408.0, 9406.0, 9406.0, 9402.0, 9404.0, 9424.0, 9387.0, 9473.0, 9382.0, 9380.0, 9378.0, 9380.0, 9381.0, 9391.0, 9382.0, 9382.0, 9379.0, 9378.0, 9375.0, 9379.0, 9380.0, 9380.0, 9378.0, 9405.0, 9390.0, 9383.0, 9457.0, 9383.0, 9377.0, 9381.0, 9374.0, 9392.0, 9380.0, 9404.0, 9400.0, 9402.0, 9427.0, 9400.0, 9380.0, 9384.0, 9405.0, 9399.0, 9412.0, 9400.0, 9400.0, 9400.0, 9405.0, 9428.0, 9412.0, 9424.0, 9412.0, 9423.0, 9425.0, 9415.0, 9427.0, 9444.0, 9410.0, 9486.0, 9414.0, 9419.0, 9408.0, 9419.0, 9414.0, 9432.0, 9404.0, 9465.0, 9403.0, 9414.0, 9404.0, 9433.0, 9426.0, 9444.0, 9410.0, 9475.0, 9407.0, 9514.0, 9457.0, 9445.0, 9428.0, 9422.0, 9436.0, 9426.0, 9425.0, 9428.0, 9440.0, 9426.0, 9405.0, 9408.0, 9407.0, 9412.0, 9433.0, 9406.0, 9457.0, 9404.0, 9414.0, 9402.0, 9410.0, 9411.0, 9404.0, 9407.0, 9493.0, 9404.0, 9411.0, 9385.0, 9396.0, 9416.0, 9431.0, 9389.0, 9454.0, 9384.0, 9392.0, 9386.0, 9409.0, 9389.0, 9420.0, 9405.0, 9433.0, 9462.0, 9442.0, 9479.0, 9390.0, 9449.0, 9411.0, 9501.0, 9411.0, 9405.0, 9414.0, 9382.0, 9405.0, 9398.0, 9420.0, 9400.0, 9405.0, 9403.0, 9416.0, 9404.0, 9396.0, 9412.0, 9400.0, 9386.0, 9440.0, 9385.0, 9407.0, 9386.0, 9395.0, 9384.0, 9386.0, 9397.0, 9411.0, 9385.0, 9397.0, 9393.0, 9379.0, 9404.0, 9378.0, 9413.0, 9369.0, 9471.0, 9383.0, 9432.0, 9378.0, 9374.0, 9386.0, 9376.0, 9368.0, 9467.0, 9365.0, 9373.0, 9373.0, 9376.0, 9414.0, 9401.0, 9397.0, 9387.0, 9410.0, 9388.0, 9394.0, 9385.0, 9398.0, 9406.0, 9402.0, 9440.0, 9410.0, 9420.0, 9404.0, 9399.0, 9403.0, 9418.0, 9402.0, 9447.0, 9404.0, 9414.0, 9404.0, 9421.0, 9423.0, 9405.0, 9426.0, 9422.0, 9408.0, 9424.0, 9424.0, 9435.0, 9424.0, 9428.0, 9411.0, 9518.0, 9452.0, 9434.0, 9387.0, 9383.0, 9408.0, 9380.0, 9447.0, 9401.0, 9391.0, 9376.0, 9385.0, 9385.0, 9392.0, 9379.0, 9398.0, 9385.0, 9398.0, 9398.0, 9411.0, 9422.0, 9401.0, 9403.0, 9405.0, 9430.0, 9405.0, 9429.0, 9403.0, 9410.0, 9403.0, 9419.0, 9405.0, 9461.0, 9405.0, 9413.0, 9400.0, 9382.0, 9429.0, 9403.0, 9391.0, 9488.0, 9413.0, 9408.0, 9390.0, 9398.0, 9383.0, 9401.0, 9392.0, 9405.0, 9396.0, 9400.0, 9429.0, 9410.0, 9417.0, 9427.0, 9517.0, 9487.0, 9432.0, 9424.0, 9471.0, 9430.0, 9510.0, 9460.0, 9432.0, 9417.0, 9384.0, 9418.0, 9388.0, 9417.0, 9417.0, 9419.0, 9446.0, 9403.0, 9456.0, 9384.0, 9392.0, 9389.0, 9389.0, 9376.0, 9378.0, 9379.0, 9466.0, 9395.0, 9410.0, 9408.0, 9386.0, 9394.0, 9372.0, 9379.0, 9391.0, 9393.0, 9393.0, 9396.0, 9391.0, 9377.0, 9374.0, 9373.0, 9384.0, 9377.0, 9396.0, 9378.0, 9397.0, 9379.0, 9397.0, 9380.0, 9399.0, 9388.0, 9396.0, 9386.0, 9416.0, 9399.0, 9414.0, 9404.0, 9437.0, 9409.0, 9422.0, 9427.0, 9435.0, 9424.0, 9421.0, 9429.0, 9440.0, 9429.0, 9475.0, 9452.0, 9459.0, 9445.0, 9422.0, 9427.0, 9461.0, 9449.0, 9518.0, 9455.0, 9440.0, 9428.0, 9429.0, 9450.0, 9440.0, 9435.0, 9478.0, 9507.0, 9464.0, 9476.0, 9387.0, 9414.0, 9394.0, 9377.0, 9391.0, 9379.0, 9411.0, 9384.0, 9398.0, 9378.0, 9451.0, 9366.0, 9376.0, 9364.0, 9372.0, 9361.0, 9377.0, 9385.0, 9382.0, 9393.0, 9378.0, 9404.0, 9381.0, 9407.0, 9374.0, 9420.0, 9377.0, 9389.0, 9363.0, 9387.0, 9377.0, 9392.0, 9379.0, 9420.0, 9377.0, 9389.0, 9379.0, 9388.0, 9387.0, 9389.0, 9383.0, 9392.0, 9383.0, 9394.0, 9385.0, 9399.0, 9383.0, 9414.0, 9404.0, 9418.0, 9428.0, 9419.0, 9415.0, 9422.0, 9406.0, 9423.0, 9439.0, 9432.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.006874939626783754</td></tr>
<tr><td colspan=3>aqi</td><td>0.06779043040614709</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.941454596065924</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1869676618021976</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0406940720109896</td></tr>
<tr><td colspan=3>efc</td><td>0.4768</td></tr>
<tr><td colspan=3>fber</td><td>5594.3242</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13754690488619994</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>124</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.611416026344676</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.560496786903584</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3775824887685615</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8396338413887623</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4642740305534283</td></tr>
<tr><td colspan=3>gcor</td><td>0.00881731</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01350244227796793</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029113490134477615</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8246415531263707</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>27.1139</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.491</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.7954</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302084.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.9583</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9458</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.3156</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3428.8461</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3604.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1195.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4574.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.3042</td></tr>
<tr><td colspan=3>tsnr</td><td>22.240321961580776</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>