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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-02/func/sub-0059_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>1a555d0ebc42aa3ddc8c7adf9c75ca84</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:21:48.182500</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.999151, 0.0192973, 0.0364089, -0.0261638, 0.979703, 0.198739]</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.111977</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, -7777, -7234, 470, -78, -118, 10, 7]</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>260.6</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>65c688b2-e77f-4788-a3ca-a246e419619e||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.6806480884552, -0.07019545137882233, 0.08595392853021622, 115.9299545288086], [-0.05177333950996399, 2.628471851348877, 0.5387118458747864, -93.10877227783203], [0.09768244624137878, -0.5332025289535522, 2.644314765930176, -27.362815856933594], [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': ['172148.182500', '172148.642500', '172149.102500', '172149.562500', '172150.022500', '172150.482500', '172150.942500', '172151.402500', '172151.862500', '172152.322500', '172152.782500', '172153.242500', '172153.702500', '172154.162500', '172154.622500', '172155.082500', '172155.542500', '172156.002500', '172156.462500', '172156.922500', '172157.382500', '172157.842500', '172158.302500', '172158.762500', '172159.222500', '172159.682500', '172200.142500', '172200.602500', '172201.062500', '172201.522500', '172201.982500', '172202.442500', '172202.902500', '172203.362500', '172203.822500', '172204.282500', '172204.742500', '172205.202500', '172205.662500', '172206.122500', '172206.582500', '172207.042500', '172207.502500', '172207.962500', '172208.422500', '172208.882500', '172209.342500', '172209.802500', '172210.262500', '172210.722500', '172211.182500', '172211.642500', '172212.102500', '172212.562500', '172213.022500', '172213.482500', '172213.942500', '172214.402500', '172214.862500', '172215.322500', '172215.782500', '172216.242500', '172216.702500', '172217.162500', '172217.622500', '172218.082500', '172218.542500', '172219.002500', '172219.462500', '172219.922500', '172220.382500', '172220.842500', '172221.302500', '172221.762500', '172222.222500', '172222.682500', '172223.142500', '172223.602500', '172224.062500', '172224.522500', '172224.982500', '172225.442500', '172225.902500', '172226.362500', '172226.822500', '172227.282500', '172227.742500', '172228.202500', '172228.662500', '172229.122500', '172229.582500', '172230.042500', '172230.502500', '172230.962500', '172231.422500', '172231.882500', '172232.342500', '172232.802500', '172233.262500', '172233.722500', '172234.182500', '172234.642500', '172235.102500', '172235.562500', '172236.022500', '172236.482500', '172236.942500', '172237.402500', '172237.862500', '172238.322500', '172238.782500', '172239.242500', '172239.702500', '172240.162500', '172240.622500', '172241.082500', '172241.542500', '172242.002500', '172242.462500', '172242.922500', '172243.382500', '172243.842500', '172244.302500', '172244.762500', '172245.222500', '172245.682500', '172246.142500', '172246.602500', '172247.062500', '172247.522500', '172247.982500', '172248.442500', '172248.902500', '172249.362500', '172249.822500', '172250.282500', '172250.742500', '172251.202500', '172251.662500', '172252.122500', '172252.582500', '172253.042500', '172253.502500', '172253.962500', '172254.422500', '172254.882500', '172255.342500', '172255.802500', '172256.262500', '172256.722500', '172257.182500', '172257.642500', '172258.102500', '172258.562500', '172259.022500', '172259.482500', '172259.942500', '172300.402500', '172300.862500', '172301.322500', '172301.782500', '172302.242500', '172302.702500', '172303.162500', '172303.622500', '172304.082500', '172304.542500', '172305.002500', '172305.462500', '172305.922500', '172306.382500', '172306.842500', '172307.302500', '172307.762500', '172308.222500', '172308.682500', '172309.142500', '172309.602500', '172310.062500', '172310.522500', '172310.982500', '172311.442500', '172311.902500', '172312.362500', '172312.822500', '172313.282500', '172313.742500', '172314.202500', '172314.662500', '172315.122500', '172315.582500', '172316.042500', '172316.502500', '172316.962500', '172317.422500', '172317.882500', '172318.342500', '172318.802500', '172319.262500', '172319.722500', '172320.182500', '172320.642500', '172321.102500', '172321.562500', '172322.022500', '172322.482500', '172322.942500', '172323.402500', '172323.862500', '172324.322500', '172324.782500', '172325.242500', '172325.702500', '172326.162500', '172326.622500', '172327.082500', '172327.542500', '172328.002500', '172328.462500', '172328.922500', '172329.382500', '172329.842500', '172330.302500', '172330.762500', '172331.222500', '172331.682500', '172332.142500', '172332.602500', '172333.062500', '172333.522500', '172333.982500', '172334.442500', '172334.902500', '172335.362500', '172335.822500', '172336.282500', '172336.742500', '172337.202500', '172337.662500', '172338.122500', '172338.582500', '172339.042500', '172339.502500', '172339.962500', '172340.422500', '172340.882500', '172341.342500', '172341.802500', '172342.262500', '172342.722500', '172343.182500', '172343.642500', '172344.102500', '172344.562500', '172345.022500', '172345.482500', '172345.942500', '172346.402500', '172346.862500', '172347.322500', '172347.782500', '172348.242500', '172348.702500', '172349.162500', '172349.622500', '172350.082500', '172350.542500', '172351.002500', '172351.462500', '172351.922500', '172352.382500', '172352.842500', '172353.302500', '172353.762500', '172354.222500', '172354.682500', '172355.142500', '172355.602500', '172356.062500', '172356.522500', '172356.982500', '172357.442500', '172357.902500', '172358.362500', '172358.822500', '172359.282500', '172359.742500', '172400.202500', '172400.662500', '172401.122500', '172401.582500', '172402.042500', '172402.502500', '172402.962500', '172403.422500', '172403.882500', '172404.342500', '172404.802500', '172405.262500', '172405.722500', '172406.182500', '172406.642500', '172407.102500', '172407.562500', '172408.022500', '172408.482500', '172408.942500', '172409.402500', '172409.862500', '172410.322500', '172410.782500', '172411.242500', '172411.702500', '172412.162500', '172412.622500', '172413.082500', '172413.542500', '172414.002500', '172414.462500', '172414.922500', '172415.382500', '172415.842500', '172416.302500', '172416.762500', '172417.222500', '172417.682500', '172418.142500', '172418.602500', '172419.062500', '172419.522500', '172419.982500', '172420.442500', '172420.902500', '172421.362500', '172421.822500', '172422.282500', '172422.742500', '172423.202500', '172423.662500', '172424.122500', '172424.582500', '172425.042500', '172425.502500', '172425.962500', '172426.422500', '172426.882500', '172427.342500', '172427.802500', '172428.262500', '172428.722500', '172429.182500', '172429.642500', '172430.102500', '172430.562500', '172431.022500', '172431.482500', '172431.942500', '172432.402500', '172432.862500', '172433.322500', '172433.782500', '172434.242500', '172434.702500', '172435.162500', '172435.622500', '172436.082500', '172436.542500', '172437.002500', '172437.462500', '172437.922500', '172438.382500', '172438.842500', '172439.302500', '172439.762500', '172440.222500', '172440.682500', '172441.142500', '172441.602500', '172442.062500', '172442.522500', '172442.982500', '172443.442500', '172443.902500', '172444.362500', '172444.822500', '172445.282500', '172445.742500', '172446.202500', '172446.662500', '172447.122500', '172447.582500', '172448.042500', '172448.502500', '172448.962500', '172449.422500', '172449.882500', '172450.342500', '172450.802500', '172451.262500', '172451.722500', '172452.182500', '172452.642500', '172453.102500', '172453.562500', '172454.022500', '172454.482500', '172454.942500', '172455.402500', '172455.862500', '172456.322500', '172456.782500', '172457.242500', '172457.702500', '172458.162500', '172458.622500', '172459.082500', '172459.542500', '172500.002500', '172500.462500', '172500.922500', '172501.382500', '172501.842500', '172502.302500', '172502.762500', '172503.222500', '172503.682500', '172504.142500', '172504.602500', '172505.062500', '172505.522500', '172505.982500', '172506.442500', '172506.902500', '172507.362500', '172507.822500', '172508.282500', '172508.742500', '172509.202500', '172509.662500', '172510.122500', '172510.582500', '172511.042500', '172511.502500', '172511.962500', '172512.422500', '172512.882500', '172513.342500', '172513.802500', '172514.262500', '172514.722500', '172515.182500', '172515.642500', '172516.102500', '172516.562500', '172517.022500', '172517.482500', '172517.942500', '172518.402500', '172518.862500', '172519.322500', '172519.782500', '172520.242500', '172520.702500', '172521.162500', '172521.622500', '172522.082500', '172522.542500', '172523.002500', '172523.462500', '172523.922500', '172524.382500', '172524.842500', '172525.302500', '172525.762500', '172526.222500', '172526.682500', '172527.142500', '172527.602500', '172528.062500', '172528.522500', '172528.982500', '172529.442500', '172529.902500', '172530.362500', '172530.822500', '172531.282500', '172531.742500', '172532.202500', '172532.662500', '172533.122500', '172533.582500', '172534.042500', '172534.502500', '172534.962500', '172535.422500', '172535.882500', '172536.342500', '172536.802500', '172537.262500', '172537.722500', '172538.182500', '172538.642500', '172539.102500', '172539.562500', '172540.022500', '172540.482500', '172540.942500', '172541.402500', '172541.862500', '172542.322500', '172542.782500', '172543.242500', '172543.702500', '172544.162500', '172544.622500', '172545.082500', '172545.542500', '172546.002500', '172546.462500', '172546.922500', '172547.382500', '172547.842500', '172548.302500', '172548.762500', '172549.222500', '172549.682500', '172550.142500', '172550.602500', '172551.062500', '172551.522500', '172551.982500', '172552.442500', '172552.902500', '172553.362500', '172553.822500', '172554.282500', '172554.742500', '172555.202500', '172555.662500', '172556.122500', '172556.582500', '172557.042500', '172557.502500', '172557.962500', '172558.422500', '172558.882500', '172559.342500', '172559.802500', '172600.262500', '172600.722500', '172601.182500', '172601.642500', '172602.102500', '172602.562500', '172603.022500', '172603.482500', '172603.942500', '172604.402500', '172604.862500', '172605.322500', '172605.782500', '172606.242500', '172606.702500', '172607.162500', '172607.622500', '172608.082500', '172608.542500', '172609.002500', '172609.462500', '172609.922500', '172610.382500', '172610.842500', '172611.302500', '172611.762500', '172612.222500', '172612.682500', '172613.142500', '172613.602500', '172614.062500', '172614.522500', '172614.982500', '172615.442500', '172615.902500', '172616.362500', '172616.822500', '172617.282500', '172617.742500', '172618.202500', '172618.662500', '172619.122500', '172619.582500', '172620.042500', '172620.502500', '172620.962500', '172621.422500', '172621.882500', '172622.342500', '172622.802500', '172623.262500', '172623.722500', '172624.182500', '172624.642500', '172625.102500', '172625.562500', '172626.022500', '172626.482500', '172626.942500', '172627.402500', '172627.862500', '172628.322500', '172628.782500', '172629.242500', '172629.702500', '172630.162500', '172630.622500', '172631.082500', '172631.542500', '172632.002500', '172632.462500', '172632.922500', '172633.382500', '172633.842500', '172634.302500', '172634.762500', '172635.222500', '172635.682500', '172636.142500', '172636.602500', '172637.062500', '172637.522500', '172637.982500', '172638.442500', '172638.902500', '172639.362500', '172639.822500', '172640.282500', '172640.742500', '172641.202500', '172641.662500', '172642.122500', '172642.582500', '172643.042500', '172643.502500', '172643.962500', '172644.422500', '172644.882500', '172645.342500', '172645.802500', '172646.262500', '172646.722500', '172647.182500', '172647.642500', '172648.102500', '172648.562500', '172649.022500', '172649.482500', '172649.942500', '172650.402500', '172650.862500', '172651.322500', '172651.782500', '172652.242500', '172652.702500', '172653.162500', '172653.622500', '172654.082500', '172654.542500', '172655.002500', '172655.462500', '172655.922500', '172656.382500', '172656.842500', '172657.302500', '172657.762500', '172658.222500', '172658.682500', '172659.142500', '172659.602500', '172700.062500', '172700.522500', '172700.982500', '172701.442500', '172701.902500', '172702.362500', '172702.822500', '172703.282500', '172703.742500', '172704.202500', '172704.662500', '172705.122500', '172705.582500', '172706.042500', '172706.502500', '172706.962500', '172707.422500', '172707.882500', '172708.342500', '172708.802500', '172709.262500', '172709.722500', '172710.182500', '172710.642500', '172711.102500', '172711.562500', '172712.022500', '172712.482500', '172712.942500', '172713.402500', '172713.862500', '172714.322500', '172714.782500', '172715.242500', '172715.702500', '172716.162500', '172716.622500', '172717.082500', '172717.542500', '172718.002500', '172718.462500', '172718.922500', '172719.382500', '172719.842500', '172720.302500', '172720.762500', '172721.222500', '172721.682500', '172722.142500', '172722.602500', '172723.062500', '172723.522500', '172723.982500', '172724.442500', '172724.902500', '172725.362500', '172725.822500', '172726.282500', '172726.742500', '172727.202500', '172727.662500', '172728.122500', '172728.582500', '172729.042500', '172729.502500', '172729.962500', '172730.422500', '172730.882500', '172731.342500', '172731.802500', '172732.262500', '172732.722500', '172733.182500', '172733.642500', '172734.102500', '172734.562500', '172735.022500', '172735.482500', '172735.942500', '172736.402500', '172736.862500', '172737.322500', '172737.782500', '172738.242500', '172738.702500', '172739.162500', '172739.622500', '172740.082500', '172740.542500', '172741.002500', '172741.462500', '172741.922500', '172742.382500', '172742.842500', '172743.302500', '172743.762500', '172744.222500', '172744.682500', '172745.142500', '172745.602500', '172746.062500', '172746.522500', '172746.982500', '172747.442500', '172747.902500', '172748.362500', '172748.822500', '172749.282500', '172749.742500', '172750.202500', '172750.662500', '172751.122500', '172751.582500', '172752.042500', '172752.502500', '172752.962500', '172753.422500', '172753.882500', '172754.342500', '172754.802500', '172755.262500', '172755.722500', '172756.182500', '172756.642500', '172757.102500', '172757.562500', '172758.022500', '172758.482500', '172758.942500', '172759.402500', '172759.862500', '172800.322500', '172800.782500', '172801.242500', '172801.702500', '172802.162500', '172802.622500', '172803.082500', '172803.542500', '172804.002500', '172804.462500', '172804.922500', '172805.382500', '172805.842500', '172806.302500', '172806.762500', '172807.222500', '172807.682500', '172808.142500', '172808.602500', '172809.062500', '172809.522500', '172809.982500', '172810.442500', '172810.902500', '172811.362500', '172811.822500', '172812.282500', '172812.742500', '172813.202500', '172813.662500', '172814.122500', '172814.582500', '172815.042500', '172815.502500', '172815.962500', '172816.422500', '172816.882500', '172817.342500', '172817.802500', '172818.262500', '172818.722500', '172819.182500', '172819.642500', '172820.102500', '172820.562500', '172821.022500', '172821.482500', '172821.942500', '172822.402500', '172822.862500', '172823.322500', '172823.782500', '172824.242500', '172824.702500', '172825.162500', '172825.622500', '172826.082500', '172826.542500', '172827.002500', '172827.462500', '172827.922500', '172828.382500', '172828.842500', '172829.302500', '172829.762500', '172830.222500', '172830.682500', '172831.142500', '172831.602500', '172832.062500', '172832.522500', '172832.982500', '172833.442500', '172833.902500', '172834.362500', '172834.822500', '172835.282500', '172835.742500', '172836.202500', '172836.662500', '172837.122500', '172837.582500', '172838.042500', '172838.502500', '172838.962500', '172839.422500', '172839.882500', '172840.342500', '172840.802500', '172841.262500', '172841.722500', '172842.182500', '172842.642500', '172843.102500', '172843.562500', '172844.022500', '172844.482500', '172844.942500', '172845.402500', '172845.862500', '172846.322500', '172846.782500', '172847.242500', '172847.702500', '172848.162500'], 'ContentTime': ['172158.658000', '172158.661000', '172158.664000', '172158.667000', '172158.670000', '172158.672000', '172158.675000', '172158.678000', '172158.680000', '172158.683000', '172158.685000', '172158.688000', '172158.699000', '172158.705000', '172158.707000', '172158.710000', '172158.716000', '172158.719000', '172158.721000', '172158.724000', '172158.727000', '172218.614000', '172218.617000', '172218.619000', '172218.622000', '172218.625000', '172218.627000', '172218.630000', '172218.632000', '172218.635000', '172218.638000', '172218.640000', '172218.643000', '172218.645000', '172218.648000', '172218.650000', '172218.653000', '172218.656000', '172218.658000', '172218.661000', '172218.663000', '172218.666000', '172218.669000', '172218.671000', '172218.674000', '172218.677000', '172218.679000', '172218.690000', '172218.693000', '172218.696000', '172218.698000', '172218.701000', '172218.703000', '172218.706000', '172218.709000', '172218.711000', '172218.714000', '172218.716000', '172218.719000', '172218.722000', '172218.724000', '172218.727000', '172218.730000', '172218.732000', '172238.614000', '172238.617000', '172238.619000', '172238.622000', '172238.624000', '172238.627000', '172238.630000', '172238.632000', '172238.635000', '172238.638000', '172238.640000', '172238.643000', '172238.646000', '172238.648000', '172238.651000', '172238.653000', '172238.656000', '172238.659000', '172238.661000', '172238.664000', '172238.668000', '172238.671000', '172238.673000', '172238.676000', '172238.678000', '172238.681000', '172238.683000', '172238.686000', '172238.689000', '172238.691000', '172238.694000', '172238.696000', '172238.699000', '172238.701000', '172238.704000', '172238.707000', '172238.709000', '172238.712000', '172238.714000', '172238.717000', '172238.720000', '172238.722000', '172238.725000', '172258.615000', '172258.617000', '172258.620000', '172258.623000', '172258.625000', '172258.628000', '172258.631000', '172258.634000', '172258.636000', '172258.639000', '172258.641000', '172258.644000', '172258.647000', '172258.649000', '172258.652000', '172258.654000', '172258.657000', '172258.660000', '172258.662000', '172258.665000', '172258.668000', '172258.670000', '172258.673000', '172258.676000', '172258.678000', '172258.681000', '172258.684000', '172258.686000', '172258.689000', '172258.692000', '172258.694000', '172258.697000', '172258.700000', '172258.729000', '172258.732000', '172258.735000', '172258.737000', '172258.740000', '172258.743000', '172258.745000', '172258.748000', '172258.751000', '172258.753000', '172258.756000', '172318.615000', '172318.618000', '172318.620000', '172318.623000', '172318.626000', '172318.629000', '172318.631000', '172318.634000', '172318.637000', '172318.640000', '172318.642000', '172318.645000', '172318.648000', '172318.650000', '172318.653000', '172318.656000', '172318.658000', '172318.661000', '172318.663000', '172318.666000', '172318.669000', '172318.671000', '172318.674000', '172318.677000', '172318.679000', '172318.682000', '172318.685000', '172318.688000', '172318.690000', '172318.693000', '172318.695000', '172318.698000', '172318.701000', '172318.704000', '172318.707000', '172318.710000', '172318.713000', '172318.715000', '172318.718000', '172318.721000', '172318.723000', '172318.726000', '172318.729000', '172338.615000', '172338.617000', '172338.621000', '172338.623000', '172338.626000', '172338.628000', '172338.631000', '172338.634000', '172338.637000', '172338.639000', '172338.642000', '172338.644000', '172338.647000', '172338.650000', '172338.652000', '172338.655000', '172338.658000', '172338.660000', '172338.663000', '172338.666000', '172338.668000', '172338.671000', '172338.674000', '172338.676000', '172338.679000', '172338.681000', '172338.684000', '172338.687000', '172338.689000', '172338.692000', '172338.695000', '172338.697000', '172338.700000', '172338.703000', '172338.705000', '172338.708000', '172338.710000', '172338.713000', '172338.716000', '172338.718000', '172338.721000', '172338.723000', '172338.726000', '172338.729000', '172358.613000', '172358.616000', '172358.619000', '172358.622000', '172358.625000', '172358.627000', '172358.630000', '172358.633000', '172358.635000', '172358.638000', '172358.640000', '172358.643000', '172358.646000', '172358.649000', '172358.652000', '172358.656000', '172358.658000', '172358.661000', '172358.664000', '172358.666000', '172358.669000', '172358.671000', '172358.674000', '172358.677000', '172358.679000', '172358.682000', '172358.685000', '172358.687000', '172358.690000', '172358.692000', '172358.695000', '172358.698000', '172358.700000', '172358.703000', '172358.706000', '172358.709000', '172358.712000', '172358.714000', '172358.717000', '172358.720000', '172358.723000', '172358.725000', '172358.728000', '172418.613000', '172418.617000', '172418.619000', '172418.622000', '172418.625000', '172418.627000', '172418.630000', '172418.633000', '172418.635000', '172418.638000', '172418.640000', '172418.643000', '172418.646000', '172418.648000', '172418.651000', '172418.654000', '172418.656000', '172418.659000', '172418.662000', '172418.664000', '172418.667000', '172418.669000', '172418.672000', '172418.675000', '172418.677000', '172418.680000', '172418.682000', '172418.685000', '172418.688000', '172418.690000', '172418.693000', '172418.696000', '172418.698000', '172418.701000', '172418.704000', '172418.706000', '172418.709000', '172418.714000', '172418.717000', '172418.719000', '172418.722000', '172418.725000', '172418.728000', '172418.730000', '172438.614000', '172438.617000', '172438.619000', '172438.622000', '172438.624000', '172438.627000', '172438.630000', '172438.632000', '172438.635000', '172438.638000', '172438.640000', '172438.643000', '172438.645000', '172438.648000', '172438.651000', '172438.653000', '172438.656000', '172438.659000', '172438.661000', '172438.664000', '172438.667000', '172438.669000', '172438.672000', '172438.675000', '172438.678000', '172438.681000', '172438.683000', '172438.686000', '172438.706000', '172438.709000', '172438.711000', '172438.714000', '172438.717000', '172438.719000', '172438.722000', '172438.725000', '172438.727000', '172438.730000', '172438.732000', '172438.735000', '172438.738000', '172438.740000', '172438.743000', '172458.614000', '172458.617000', '172458.619000', '172458.622000', '172458.625000', '172458.627000', '172458.630000', '172458.633000', '172458.636000', '172458.638000', '172458.641000', '172458.644000', '172458.646000', '172458.649000', '172458.651000', '172458.654000', '172458.657000', '172458.659000', '172458.662000', '172458.665000', '172458.667000', '172458.670000', '172458.672000', '172458.675000', '172458.678000', '172458.680000', '172458.683000', '172458.686000', '172458.688000', '172458.691000', '172458.694000', '172458.696000', '172458.699000', '172458.702000', '172458.704000', '172458.707000', '172458.709000', '172458.718000', '172458.720000', '172458.723000', '172458.725000', '172458.728000', '172458.731000', '172458.733000', '172518.615000', '172518.618000', '172518.621000', '172518.623000', '172518.626000', '172518.628000', '172518.631000', '172518.634000', '172518.636000', '172518.639000', '172518.642000', '172518.644000', '172518.647000', '172518.649000', '172518.652000', '172518.655000', '172518.657000', '172518.660000', '172518.663000', '172518.665000', '172518.668000', '172518.670000', '172518.673000', '172518.676000', '172518.678000', '172518.681000', '172518.684000', '172518.686000', '172518.689000', '172518.692000', '172518.694000', '172518.697000', '172518.700000', '172518.702000', '172518.705000', '172518.708000', '172518.710000', '172518.713000', '172518.716000', '172518.718000', '172518.721000', '172518.724000', '172518.726000', '172538.615000', '172538.617000', '172538.620000', '172538.623000', '172538.625000', '172538.628000', '172538.630000', '172538.633000', '172538.636000', '172538.638000', '172538.641000', '172538.643000', '172538.646000', '172538.648000', '172538.651000', '172538.654000', '172538.656000', '172538.659000', '172538.662000', '172538.665000', '172538.667000', '172538.670000', '172538.673000', '172538.675000', '172538.678000', '172538.680000', '172538.683000', '172538.686000', '172538.688000', '172538.691000', '172538.694000', '172538.696000', '172538.699000', '172538.701000', '172538.704000', '172538.707000', '172538.709000', '172538.712000', '172538.715000', '172538.717000', '172538.720000', '172538.723000', '172538.726000', '172538.728000', '172558.614000', '172558.617000', '172558.620000', '172558.623000', '172558.625000', '172558.628000', '172558.630000', '172558.633000', '172558.636000', '172558.638000', '172558.641000', '172558.644000', '172558.646000', '172558.649000', '172558.652000', '172558.654000', '172558.657000', '172558.660000', '172558.662000', '172558.665000', '172558.667000', '172558.670000', '172558.673000', '172558.675000', '172558.678000', '172558.681000', '172558.683000', '172558.686000', '172558.689000', '172558.692000', '172558.694000', '172558.697000', '172558.699000', '172558.702000', '172558.705000', '172558.707000', '172558.710000', '172558.712000', '172558.715000', '172558.718000', '172558.720000', '172558.723000', '172558.725000', '172618.614000', '172618.617000', '172618.619000', '172618.622000', '172618.625000', '172618.627000', '172618.630000', '172618.633000', '172618.635000', '172618.638000', '172618.660000', '172618.663000', '172618.665000', '172618.668000', '172618.671000', '172618.673000', '172618.676000', '172618.678000', '172618.681000', '172618.684000', '172618.686000', '172618.689000', '172618.692000', '172618.694000', '172618.697000', '172618.700000', '172618.702000', '172618.705000', '172618.707000', '172618.710000', '172618.713000', '172618.715000', '172618.718000', '172618.721000', '172618.723000', '172618.726000', '172618.728000', '172618.731000', '172618.734000', '172618.736000', '172618.739000', '172618.742000', '172618.744000', '172618.747000', '172638.614000', '172638.616000', '172638.619000', '172638.622000', '172638.624000', '172638.627000', '172638.630000', '172638.632000', '172638.635000', '172638.638000', '172638.640000', '172638.643000', '172638.646000', '172638.648000', '172638.651000', '172638.654000', '172638.656000', '172638.659000', '172638.661000', '172638.664000', '172638.667000', '172638.669000', '172638.672000', '172638.675000', '172638.677000', '172638.680000', '172638.683000', '172638.685000', '172638.688000', '172638.690000', '172638.693000', '172638.696000', '172638.699000', '172638.701000', '172638.704000', '172638.707000', '172638.709000', '172638.712000', '172638.714000', '172638.717000', '172638.720000', '172638.723000', '172638.725000', '172658.613000', '172658.616000', '172658.619000', '172658.622000', '172658.624000', '172658.627000', '172658.630000', '172658.632000', '172658.635000', '172658.638000', '172658.640000', '172658.643000', '172658.645000', '172658.648000', '172658.651000', '172658.653000', '172658.656000', '172658.659000', '172658.661000', '172658.664000', '172658.666000', '172658.669000', '172658.672000', '172658.674000', '172658.677000', '172658.680000', '172658.682000', '172658.685000', '172658.688000', '172658.690000', '172658.693000', '172658.695000', '172658.698000', '172658.701000', '172658.705000', '172658.708000', '172658.710000', '172658.713000', '172658.716000', '172658.718000', '172658.721000', '172658.724000', '172658.726000', '172658.729000', '172718.614000', '172718.625000', '172718.628000', '172718.631000', '172718.634000', '172718.636000', '172718.639000', '172718.641000', '172718.644000', '172718.647000', '172718.649000', '172718.652000', '172718.655000', '172718.657000', '172718.660000', '172718.662000', '172718.665000', '172718.668000', '172718.670000', '172718.673000', '172718.675000', '172718.678000', '172718.681000', '172718.683000', '172718.686000', '172718.689000', '172718.691000', '172718.694000', '172718.697000', '172718.699000', '172718.702000', '172718.704000', '172718.707000', '172718.710000', '172718.712000', '172718.715000', '172718.718000', '172718.722000', '172718.725000', '172718.727000', '172718.730000', '172718.733000', '172718.735000', '172738.615000', '172738.617000', '172738.620000', '172738.623000', '172738.625000', '172738.628000', '172738.631000', '172738.634000', '172738.636000', '172738.639000', '172738.641000', '172738.644000', '172738.647000', '172738.649000', '172738.652000', '172738.655000', '172738.657000', '172738.660000', '172738.662000', '172738.665000', '172738.668000', '172738.678000', '172738.681000', '172738.683000', '172738.686000', '172738.689000', '172738.691000', '172738.694000', '172738.697000', '172738.699000', '172738.702000', '172738.704000', '172738.707000', '172738.710000', '172738.712000', '172738.715000', '172738.718000', '172738.720000', '172738.723000', '172738.726000', '172738.728000', '172738.731000', '172738.733000', '172738.736000', '172758.615000', '172758.618000', '172758.620000', '172758.623000', '172758.626000', '172758.628000', '172758.631000', '172758.634000', '172758.636000', '172758.639000', '172758.642000', '172758.644000', '172758.647000', '172758.649000', '172758.652000', '172758.654000', '172758.657000', '172758.660000', '172758.662000', '172758.665000', '172758.668000', '172758.670000', '172758.673000', '172758.676000', '172758.678000', '172758.681000', '172758.684000', '172758.686000', '172758.689000', '172758.691000', '172758.694000', '172758.697000', '172758.699000', '172758.702000', '172758.705000', '172758.707000', '172758.710000', '172758.713000', '172758.715000', '172758.718000', '172758.720000', '172758.723000', '172758.726000', '172818.615000', '172818.618000', '172818.620000', '172818.623000', '172818.626000', '172818.628000', '172818.631000', '172818.634000', '172818.636000', '172818.639000', '172818.642000', '172818.644000', '172818.647000', '172818.650000', '172818.652000', '172818.655000', '172818.657000', '172818.660000', '172818.663000', '172818.665000', '172818.668000', '172818.671000', '172818.673000', '172818.676000', '172818.678000', '172818.681000', '172818.684000', '172818.686000', '172818.689000', '172818.692000', '172818.694000', '172818.697000', '172818.699000', '172818.702000', '172818.705000', '172818.708000', '172818.710000', '172818.713000', '172818.715000', '172818.718000', '172818.720000', '172818.723000', '172818.726000', '172818.728000', '172838.614000', '172838.617000', '172838.619000', '172838.622000', '172838.625000', '172838.627000', '172838.630000', '172838.632000', '172838.635000', '172838.638000', '172838.640000', '172838.643000', '172838.646000', '172838.648000', '172838.651000', '172838.653000', '172838.656000', '172838.659000', '172838.662000', '172838.664000', '172838.667000', '172838.669000', '172838.672000', '172838.675000', '172838.677000', '172838.680000', '172838.683000', '172838.685000', '172838.688000', '172838.690000', '172838.693000', '172838.696000', '172838.698000', '172838.701000', '172838.704000', '172838.706000', '172838.709000', '172838.711000', '172838.714000', '172838.717000', '172838.719000', '172838.722000', '172838.724000', '172849.365000', '172849.368000', '172849.370000', '172849.373000', '172849.376000', '172849.379000', '172849.381000', '172849.384000', '172849.386000', '172849.389000', '172849.392000', '172849.394000', '172849.397000', '172849.400000', '172849.402000', '172849.405000', '172849.408000', '172849.410000', '172849.413000', '172849.416000', '172849.418000', '172849.428000', '172849.430000', '172849.433000'], 'InstanceCreationTime': ['172158.658000', '172158.661000', '172158.664000', '172158.667000', '172158.670000', '172158.672000', '172158.675000', '172158.678000', '172158.680000', '172158.683000', '172158.685000', '172158.688000', '172158.699000', '172158.705000', '172158.707000', '172158.710000', '172158.716000', '172158.719000', '172158.721000', '172158.724000', '172158.727000', '172218.614000', '172218.617000', '172218.619000', '172218.622000', '172218.625000', '172218.627000', '172218.630000', '172218.632000', '172218.635000', '172218.638000', '172218.640000', '172218.643000', '172218.645000', '172218.648000', '172218.650000', '172218.653000', '172218.656000', '172218.658000', '172218.661000', '172218.663000', '172218.666000', '172218.669000', '172218.671000', '172218.674000', '172218.677000', '172218.679000', '172218.690000', '172218.693000', '172218.696000', '172218.698000', '172218.701000', '172218.703000', '172218.706000', '172218.709000', '172218.711000', '172218.714000', '172218.716000', '172218.719000', '172218.722000', '172218.724000', '172218.727000', '172218.730000', '172218.732000', '172238.614000', '172238.617000', '172238.619000', '172238.622000', '172238.624000', '172238.627000', '172238.630000', '172238.632000', '172238.635000', '172238.638000', '172238.640000', '172238.643000', '172238.646000', '172238.648000', '172238.651000', '172238.653000', '172238.656000', '172238.659000', '172238.661000', '172238.664000', '172238.668000', '172238.671000', '172238.673000', '172238.676000', '172238.678000', '172238.681000', '172238.683000', '172238.686000', '172238.689000', '172238.691000', '172238.694000', '172238.696000', '172238.699000', '172238.701000', '172238.704000', '172238.707000', '172238.709000', '172238.712000', '172238.714000', '172238.717000', '172238.720000', '172238.722000', '172238.725000', '172258.615000', '172258.617000', '172258.620000', '172258.623000', '172258.625000', '172258.628000', '172258.631000', '172258.634000', '172258.636000', '172258.639000', '172258.641000', '172258.644000', '172258.647000', '172258.649000', '172258.652000', '172258.654000', '172258.657000', '172258.660000', '172258.662000', '172258.665000', '172258.668000', '172258.670000', '172258.673000', '172258.676000', '172258.678000', '172258.681000', '172258.684000', '172258.686000', '172258.689000', '172258.692000', '172258.694000', '172258.697000', '172258.700000', '172258.729000', '172258.732000', '172258.735000', '172258.737000', '172258.740000', '172258.743000', '172258.745000', '172258.748000', '172258.751000', '172258.753000', '172258.756000', '172318.615000', '172318.618000', '172318.620000', '172318.623000', '172318.626000', '172318.629000', '172318.631000', '172318.634000', '172318.637000', '172318.640000', '172318.642000', '172318.645000', '172318.648000', '172318.650000', '172318.653000', '172318.656000', '172318.658000', '172318.661000', '172318.663000', '172318.666000', '172318.669000', '172318.671000', '172318.674000', '172318.677000', '172318.679000', '172318.682000', '172318.685000', '172318.688000', '172318.690000', '172318.693000', '172318.695000', '172318.698000', '172318.701000', '172318.704000', '172318.707000', '172318.710000', '172318.713000', '172318.715000', '172318.718000', '172318.721000', '172318.723000', '172318.726000', '172318.729000', '172338.615000', '172338.617000', '172338.621000', '172338.623000', '172338.626000', '172338.628000', '172338.631000', '172338.634000', '172338.637000', '172338.639000', '172338.642000', '172338.644000', '172338.647000', '172338.650000', '172338.652000', '172338.655000', '172338.658000', '172338.660000', '172338.663000', '172338.666000', '172338.668000', '172338.671000', '172338.674000', '172338.676000', '172338.679000', '172338.681000', '172338.684000', '172338.687000', '172338.689000', '172338.692000', '172338.695000', '172338.697000', '172338.700000', '172338.703000', '172338.705000', '172338.708000', '172338.710000', '172338.713000', '172338.716000', '172338.718000', '172338.721000', '172338.723000', '172338.726000', '172338.729000', '172358.613000', '172358.616000', '172358.619000', '172358.622000', '172358.625000', '172358.627000', '172358.630000', '172358.633000', '172358.635000', '172358.638000', '172358.640000', '172358.643000', '172358.646000', '172358.649000', '172358.652000', '172358.656000', '172358.658000', '172358.661000', '172358.664000', '172358.666000', '172358.669000', '172358.671000', '172358.674000', '172358.677000', '172358.679000', '172358.682000', '172358.685000', '172358.687000', '172358.690000', '172358.692000', '172358.695000', '172358.698000', '172358.700000', '172358.703000', '172358.706000', '172358.709000', '172358.712000', '172358.714000', '172358.717000', '172358.720000', '172358.723000', '172358.725000', '172358.728000', '172418.613000', '172418.617000', '172418.619000', '172418.622000', '172418.625000', '172418.627000', '172418.630000', '172418.633000', '172418.635000', '172418.638000', '172418.640000', '172418.643000', '172418.646000', '172418.648000', '172418.651000', '172418.654000', '172418.656000', '172418.659000', '172418.662000', '172418.664000', '172418.667000', '172418.669000', '172418.672000', '172418.675000', '172418.677000', '172418.680000', '172418.682000', '172418.685000', '172418.688000', '172418.690000', '172418.693000', '172418.696000', '172418.698000', '172418.701000', '172418.704000', '172418.706000', '172418.709000', '172418.714000', '172418.717000', '172418.719000', '172418.722000', '172418.725000', '172418.728000', '172418.730000', '172438.614000', '172438.617000', '172438.619000', '172438.622000', '172438.624000', '172438.627000', '172438.630000', '172438.632000', '172438.635000', '172438.638000', '172438.640000', '172438.643000', '172438.645000', '172438.648000', '172438.651000', '172438.653000', '172438.656000', '172438.659000', '172438.661000', '172438.664000', '172438.667000', '172438.669000', '172438.672000', '172438.675000', '172438.678000', '172438.681000', '172438.683000', '172438.686000', '172438.706000', '172438.709000', '172438.711000', '172438.714000', '172438.717000', '172438.719000', '172438.722000', '172438.725000', '172438.727000', '172438.730000', '172438.732000', '172438.735000', '172438.738000', '172438.740000', '172438.743000', '172458.614000', '172458.617000', '172458.619000', '172458.622000', '172458.625000', '172458.627000', '172458.630000', '172458.633000', '172458.636000', '172458.638000', '172458.641000', '172458.644000', '172458.646000', '172458.649000', '172458.651000', '172458.654000', '172458.657000', '172458.659000', '172458.662000', '172458.665000', '172458.667000', '172458.670000', '172458.672000', '172458.675000', '172458.678000', '172458.680000', '172458.683000', '172458.686000', '172458.688000', '172458.691000', '172458.694000', '172458.696000', '172458.699000', '172458.702000', '172458.704000', '172458.707000', '172458.709000', '172458.718000', '172458.720000', '172458.723000', '172458.725000', '172458.728000', '172458.731000', '172458.733000', '172518.615000', '172518.618000', '172518.621000', '172518.623000', '172518.626000', '172518.628000', '172518.631000', '172518.634000', '172518.636000', '172518.639000', '172518.642000', '172518.644000', '172518.647000', '172518.649000', '172518.652000', '172518.655000', '172518.657000', '172518.660000', '172518.663000', '172518.665000', '172518.668000', '172518.670000', '172518.673000', '172518.676000', '172518.678000', '172518.681000', '172518.684000', '172518.686000', '172518.689000', '172518.692000', '172518.694000', '172518.697000', '172518.700000', '172518.702000', '172518.705000', '172518.708000', '172518.710000', '172518.713000', '172518.716000', '172518.718000', '172518.721000', '172518.724000', '172518.726000', '172538.615000', '172538.617000', '172538.620000', '172538.623000', '172538.625000', '172538.628000', '172538.630000', '172538.633000', '172538.636000', '172538.638000', '172538.641000', '172538.643000', '172538.646000', '172538.648000', '172538.651000', '172538.654000', '172538.656000', '172538.659000', '172538.662000', '172538.665000', '172538.667000', '172538.670000', '172538.673000', '172538.675000', '172538.678000', '172538.680000', '172538.683000', '172538.686000', '172538.688000', '172538.691000', '172538.694000', '172538.696000', '172538.699000', '172538.701000', '172538.704000', '172538.707000', '172538.709000', '172538.712000', '172538.715000', '172538.717000', '172538.720000', '172538.723000', '172538.726000', '172538.728000', '172558.614000', '172558.617000', '172558.620000', '172558.623000', '172558.625000', '172558.628000', '172558.630000', '172558.633000', '172558.636000', '172558.638000', '172558.641000', '172558.644000', '172558.646000', '172558.649000', '172558.652000', '172558.654000', '172558.657000', '172558.660000', '172558.662000', '172558.665000', '172558.667000', '172558.670000', '172558.673000', '172558.675000', '172558.678000', '172558.681000', '172558.683000', '172558.686000', '172558.689000', '172558.692000', '172558.694000', '172558.697000', '172558.699000', '172558.702000', '172558.705000', '172558.707000', '172558.710000', '172558.712000', '172558.715000', '172558.718000', '172558.720000', '172558.723000', '172558.725000', '172618.614000', '172618.617000', '172618.619000', '172618.622000', '172618.625000', '172618.627000', '172618.630000', '172618.633000', '172618.635000', '172618.638000', '172618.660000', '172618.663000', '172618.665000', '172618.668000', '172618.671000', '172618.673000', '172618.676000', '172618.678000', '172618.681000', '172618.684000', '172618.686000', '172618.689000', '172618.692000', '172618.694000', '172618.697000', '172618.700000', '172618.702000', '172618.705000', '172618.707000', '172618.710000', '172618.713000', '172618.715000', '172618.718000', '172618.721000', '172618.723000', '172618.726000', '172618.728000', '172618.731000', '172618.734000', '172618.736000', '172618.739000', '172618.742000', '172618.744000', '172618.747000', '172638.614000', '172638.616000', '172638.619000', '172638.622000', '172638.624000', '172638.627000', '172638.630000', '172638.632000', '172638.635000', '172638.638000', '172638.640000', '172638.643000', '172638.646000', '172638.648000', '172638.651000', '172638.654000', '172638.656000', '172638.659000', '172638.661000', '172638.664000', '172638.667000', '172638.669000', '172638.672000', '172638.675000', '172638.677000', '172638.680000', '172638.683000', '172638.685000', '172638.688000', '172638.690000', '172638.693000', '172638.696000', '172638.699000', '172638.701000', '172638.704000', '172638.707000', '172638.709000', '172638.712000', '172638.714000', '172638.717000', '172638.720000', '172638.723000', '172638.725000', '172658.613000', '172658.616000', '172658.619000', '172658.622000', '172658.624000', '172658.627000', '172658.630000', '172658.632000', '172658.635000', '172658.638000', '172658.640000', '172658.643000', '172658.645000', '172658.648000', '172658.651000', '172658.653000', '172658.656000', '172658.659000', '172658.661000', '172658.664000', '172658.666000', '172658.669000', '172658.672000', '172658.674000', '172658.677000', '172658.680000', '172658.682000', '172658.685000', '172658.688000', '172658.690000', '172658.693000', '172658.695000', '172658.698000', '172658.701000', '172658.705000', '172658.708000', '172658.710000', '172658.713000', '172658.716000', '172658.718000', '172658.721000', '172658.724000', '172658.726000', '172658.729000', '172718.614000', '172718.625000', '172718.628000', '172718.631000', '172718.634000', '172718.636000', '172718.639000', '172718.641000', '172718.644000', '172718.647000', '172718.649000', '172718.652000', '172718.655000', '172718.657000', '172718.660000', '172718.662000', '172718.665000', '172718.668000', '172718.670000', '172718.673000', '172718.675000', '172718.678000', '172718.681000', '172718.683000', '172718.686000', '172718.689000', '172718.691000', '172718.694000', '172718.697000', '172718.699000', '172718.702000', '172718.704000', '172718.707000', '172718.710000', '172718.712000', '172718.715000', '172718.718000', '172718.722000', '172718.725000', '172718.727000', '172718.730000', '172718.733000', '172718.735000', '172738.615000', '172738.617000', '172738.620000', '172738.623000', '172738.625000', '172738.628000', '172738.631000', '172738.634000', '172738.636000', '172738.639000', '172738.641000', '172738.644000', '172738.647000', '172738.649000', '172738.652000', '172738.655000', '172738.657000', '172738.660000', '172738.662000', '172738.665000', '172738.668000', '172738.678000', '172738.681000', '172738.683000', '172738.686000', '172738.689000', '172738.691000', '172738.694000', '172738.697000', '172738.699000', '172738.702000', '172738.704000', '172738.707000', '172738.710000', '172738.712000', '172738.715000', '172738.718000', '172738.720000', '172738.723000', '172738.726000', '172738.728000', '172738.731000', '172738.733000', '172738.736000', '172758.615000', '172758.618000', '172758.620000', '172758.623000', '172758.626000', '172758.628000', '172758.631000', '172758.634000', '172758.636000', '172758.639000', '172758.642000', '172758.644000', '172758.647000', '172758.649000', '172758.652000', '172758.654000', '172758.657000', '172758.660000', '172758.662000', '172758.665000', '172758.668000', '172758.670000', '172758.673000', '172758.676000', '172758.678000', '172758.681000', '172758.684000', '172758.686000', '172758.689000', '172758.691000', '172758.694000', '172758.697000', '172758.699000', '172758.702000', '172758.705000', '172758.707000', '172758.710000', '172758.713000', '172758.715000', '172758.718000', '172758.720000', '172758.723000', '172758.726000', '172818.615000', '172818.618000', '172818.620000', '172818.623000', '172818.626000', '172818.628000', '172818.631000', '172818.634000', '172818.636000', '172818.639000', '172818.642000', '172818.644000', '172818.647000', '172818.650000', '172818.652000', '172818.655000', '172818.657000', '172818.660000', '172818.663000', '172818.665000', '172818.668000', '172818.671000', '172818.673000', '172818.676000', '172818.678000', '172818.681000', '172818.684000', '172818.686000', '172818.689000', '172818.692000', '172818.694000', '172818.697000', '172818.699000', '172818.702000', '172818.705000', '172818.708000', '172818.710000', '172818.713000', '172818.715000', '172818.718000', '172818.720000', '172818.723000', '172818.726000', '172818.728000', '172838.614000', '172838.617000', '172838.619000', '172838.622000', '172838.625000', '172838.627000', '172838.630000', '172838.632000', '172838.635000', '172838.638000', '172838.640000', '172838.643000', '172838.646000', '172838.648000', '172838.651000', '172838.653000', '172838.656000', '172838.659000', '172838.662000', '172838.664000', '172838.667000', '172838.669000', '172838.672000', '172838.675000', '172838.677000', '172838.680000', '172838.683000', '172838.685000', '172838.688000', '172838.690000', '172838.693000', '172838.696000', '172838.698000', '172838.701000', '172838.704000', '172838.706000', '172838.709000', '172838.711000', '172838.714000', '172838.717000', '172838.719000', '172838.722000', '172838.724000', '172849.365000', '172849.368000', '172849.370000', '172849.373000', '172849.376000', '172849.379000', '172849.381000', '172849.384000', '172849.386000', '172849.389000', '172849.392000', '172849.394000', '172849.397000', '172849.400000', '172849.402000', '172849.405000', '172849.408000', '172849.410000', '172849.413000', '172849.416000', '172849.418000', '172849.428000', '172849.430000', '172849.433000'], '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': [14270, 9021, 11544, 9320, 8164, 11640, 8324, 14069, 8340, 12231, 9287, 7784, 10448, 7842, 13263, 8309, 14714, 8785, 14070, 7873, 12853, 8324, 9924, 10163, 8144, 13782, 8198, 11086, 9355, 8769, 13121, 8392, 15162, 8308, 14623, 9040, 12710, 10263, 9869, 10857, 9298, 11198, 8548, 12279, 8172, 13740, 8376, 14112, 8633, 14681, 8796, 12933, 8689, 9360, 9270, 7596, 13136, 8232, 15214, 8225, 13373, 8577, 11633, 10390, 8884, 12911, 8648, 15068, 8859, 14225, 9907, 8184, 10413, 7855, 14320, 8584, 14917, 10186, 8947, 11487, 8137, 15137, 9123, 16447, 9276, 12538, 9089, 9700, 11318, 7822, 13294, 7956, 14154, 8176, 14768, 9463, 11486, 9604, 7829, 14858, 8226, 10643, 10418, 8552, 12274, 9310, 10019, 11825, 10014, 15526, 9995, 16619, 8472, 12870, 8749, 10710, 9665, 8299, 11568, 8514, 10545, 8571, 8156, 12397, 8644, 12501, 9173, 10188, 10028, 9567, 13978, 9103, 9773, 8651, 8828, 13524, 9279, 14131, 9671, 14200, 10465, 9479, 10719, 9412, 14729, 9774, 16834, 11971, 17249, 12782, 11489, 8725, 8722, 11950, 9308, 14480, 9376, 14339, 9391, 9581, 8420, 8567, 11553, 9032, 14246, 9007, 13104, 9424, 10820, 8580, 9410, 12415, 8804, 13664, 9330, 13801, 9453, 11268, 10726, 8729, 12468, 8795, 13013, 9066, 9757, 10977, 8727, 13529, 9045, 13993, 9738, 8590, 9700, 8275, 13017, 8575, 14855, 8969, 11853, 9250, 10017, 9516, 10026, 11538, 8397, 12048, 8787, 13202, 8887, 14026, 8306, 12933, 8720, 13027, 8516, 13239, 8935, 12642, 8823, 12971, 8881, 13459, 9721, 10187, 9520, 8358, 12867, 8737, 15559, 9220, 14743, 9268, 14448, 9606, 15145, 11294, 14421, 9507, 14719, 9423, 15448, 9714, 13537, 9479, 12795, 9660, 11993, 9536, 9490, 9460, 8759, 12281, 9440, 13535, 9232, 13617, 8699, 13506, 10435, 12812, 10833, 10260, 15228, 9700, 15565, 9754, 13681, 9499, 10721, 9589, 8693, 11662, 8898, 13747, 9521, 13983, 10120, 16969, 10996, 15373, 9889, 14421, 9850, 14836, 10891, 16258, 10669, 13647, 10062, 13103, 10023, 12681, 9875, 9390, 9148, 8385, 12343, 9207, 15079, 10025, 12962, 9898, 11341, 11537, 9910, 15656, 9351, 10074, 9475, 9642, 14460, 9818, 17173, 9657, 11682, 10846, 9751, 14726, 9705, 17881, 13421, 9832, 12080, 9875, 17355, 10856, 14187, 10104, 10105, 11254, 10106, 13761, 9791, 12379, 9675, 9774, 11750, 10349, 14524, 9916, 11454, 9996, 10126, 13036, 9856, 10596, 10533, 9832, 13482, 9902, 10847, 9953, 9907, 14281, 9726, 13873, 9969, 11793, 11428, 9996, 13015, 10021, 14050, 9900, 12882, 9774, 9349, 10421, 10324, 13770, 9786, 15186, 9691, 9471, 9488, 9991, 13220, 9890, 14554, 9794, 9442, 9748, 10203, 13616, 9718, 15106, 9672, 11624, 9825, 11068, 10602, 9804, 12176, 10057, 13299, 10205, 14226, 10094, 14688, 9691, 10842, 9894, 10071, 11170, 9939, 14092, 9759, 13876, 9871, 15082, 10296, 12054, 9597, 10457, 10894, 10270, 12384, 10004, 13425, 9806, 13601, 9651, 12852, 9899, 9807, 12816, 9382, 14996, 9722, 15462, 10195, 12176, 9459, 11684, 10283, 17047, 10528, 15590, 9495, 13520, 9570, 14284, 9606, 13568, 9781, 11447, 9761, 8810, 9203, 9090, 12348, 9859, 14379, 10014, 13809, 10177, 13778, 9736, 13331, 9781, 12311, 9677, 12988, 9689, 14384, 9660, 13450, 9714, 12359, 9827, 10932, 9934, 9452, 12654, 9423, 15127, 10255, 10935, 11616, 9896, 14885, 9870, 16028, 10868, 14604, 9964, 9190, 11239, 9553, 13264, 9736, 14022, 9771, 13355, 9953, 14848, 9824, 14342, 9777, 10144, 9543, 9225, 12821, 9733, 15024, 9622, 13610, 9484, 13869, 9555, 14165, 9039, 8859, 10537, 9446, 13850, 9787, 11943, 10417, 9214, 14233, 9622, 14130, 9880, 13317, 10957, 10397, 15724, 9975, 15835, 9743, 16121, 11114, 14943, 10850, 9517, 10280, 9851, 12714, 9674, 14128, 9725, 14083, 9435, 13976, 9750, 13556, 9862, 14143, 9902, 10770, 9638, 11310, 10701, 11337, 11612, 9041, 11839, 9272, 12863, 9599, 14744, 9459, 14111, 9884, 10511, 9631, 10407, 12469, 9329, 14082, 8947, 14620, 9574, 14052, 10148, 8644, 12785, 9743, 16032, 10318, 15901, 11810, 8600, 11741, 9438, 15648, 10432, 15194, 9374, 9952, 9599, 8602, 12175, 8606, 13682, 8917, 13461, 8979, 13751, 9268, 13608, 11976, 9247, 13451, 9197, 14542, 9611, 15567, 9787, 15510, 9176, 12425, 8996, 13671, 9048, 12763, 9067, 7746, 10138, 8334, 13893, 8462, 15172, 9282, 7766, 11059, 8700, 13422, 8749, 8395, 11594, 8099, 15025, 9089, 13675, 9174, 13634, 9044, 14367, 9238, 13557, 8803, 12053, 9216, 10648, 9726, 7657, 11856, 8709, 14015, 8251, 15273, 10859, 10449, 10423, 8104, 13231, 8392, 15079, 9549, 16074, 12698, 13414, 9536, 10222, 10014, 10029, 11933, 8802, 14438, 9331, 13572, 9085, 14000, 9005, 14385, 9654, 12977, 9716, 7883, 9987, 8198, 12397, 8405, 14564, 9224, 12537, 8930, 12664, 9018, 13306, 9580, 10395, 8551, 8993, 11798, 9422, 10072, 10924, 8636, 14839, 9519, 15272, 9643, 12777, 9263, 13488, 10109, 14337, 9866, 9860, 9229, 8264, 11989, 9402, 13453, 9260, 13139, 9002, 12206, 8488, 7647, 9046, 8202, 12953, 8538, 13595, 7961, 14013, 9203, 10298, 8166, 7843, 12420, 8326, 14426, 9810, 14021, 10453, 8231, 11679, 8549, 14562, 8970, 14927, 10195, 13226, 9257, 8754, 11782, 8945, 13800, 8872, 14950, 9399, 10864, 8556, 8071, 11556, 8923, 14074, 8731, 15666, 10685, 10086, 9037, 8644, 12832, 8935, 15137, 9225, 14786, 9298, 12743, 9208, 11890, 9425, 12217, 10197, 8350, 10002, 8613, 12821, 8944, 14231, 8919, 13898, 9029, 10447, 8979, 8561, 12119, 8771, 14372, 9186, 14077, 9173, 12334, 9467, 12682, 11847, 8854, 12501, 9262, 13902, 9470, 14312, 9171, 14639, 9173, 13059, 8767, 13105, 9156, 12228, 9294, 8540, 11431, 9231, 14421, 9299, 15570, 9690, 10953, 9304, 9316, 11219, 8855, 14840, 9371, 14810, 9115, 10896, 9290, 8105, 13549, 9418, 14907, 9313, 10627, 9480, 10054, 11474, 9274, 14503, 9152, 13360, 9376, 11905, 9754, 11324, 11803, 9589, 13457, 9292, 14850, 9655, 13288, 9993, 8917, 12809, 9260, 14931, 10561, 12069, 10828, 9453, 13795, 9446, 14842, 9945, 16175, 9888, 8801, 9223, 9015, 13511, 9191, 14547, 9094, 9044, 11296, 9447, 14311, 10309, 10681, 12902, 9407, 14979, 9519, 13301, 10499, 9119, 10780, 9471, 13218, 9367, 14571, 9229, 12480, 9934, 8918, 10824, 9446, 13533, 9437, 12500, 9495, 9337, 11525, 9580, 13886, 9180], 'WindowCenter': [4301.0, 4247.0, 4252.0, 4230.0, 4218.0, 4248.0, 4208.0, 4268.0, 4219.0, 4248.0, 4228.0, 4196.0, 4238.0, 4206.0, 4259.0, 4221.0, 4297.0, 4233.0, 4269.0, 4220.0, 4272.0, 4233.0, 4253.0, 4251.0, 4209.0, 4270.0, 4220.0, 4248.0, 4230.0, 4220.0, 4271.0, 4220.0, 4282.0, 4220.0, 4269.0, 4230.0, 4259.0, 4239.0, 4228.0, 4238.0, 4217.0, 4238.0, 4217.0, 4247.0, 4207.0, 4258.0, 4207.0, 4257.0, 4217.0, 4266.0, 4218.0, 4257.0, 4218.0, 4227.0, 4229.0, 4208.0, 4260.0, 4219.0, 4279.0, 4219.0, 4269.0, 4220.0, 4249.0, 4240.0, 4219.0, 4271.0, 4230.0, 4269.0, 4230.0, 4270.0, 4240.0, 4219.0, 4239.0, 4209.0, 4270.0, 4220.0, 4281.0, 4240.0, 4229.0, 4249.0, 4209.0, 4270.0, 4228.0, 4281.0, 4240.0, 4261.0, 4230.0, 4227.0, 4238.0, 4197.0, 4258.0, 4207.0, 4268.0, 4219.0, 4268.0, 4242.0, 4262.0, 4241.0, 4210.0, 4281.0, 4234.0, 4253.0, 4254.0, 4232.0, 4264.0, 4233.0, 4241.0, 4264.0, 4242.0, 4284.0, 4231.0, 4282.0, 4221.0, 4274.0, 4220.0, 4228.0, 4228.0, 4207.0, 4247.0, 4219.0, 4239.0, 4220.0, 4220.0, 4262.0, 4233.0, 4272.0, 4231.0, 4241.0, 4242.0, 4243.0, 4283.0, 4244.0, 4242.0, 4221.0, 4220.0, 4261.0, 4230.0, 4270.0, 4231.0, 4271.0, 4240.0, 4229.0, 4239.0, 4217.0, 4258.0, 4215.0, 4266.0, 4236.0, 4266.0, 4235.0, 4223.0, 4192.0, 4192.0, 4222.0, 4202.0, 4243.0, 4203.0, 4243.0, 4203.0, 4212.0, 4192.0, 4202.0, 4234.0, 4204.0, 4255.0, 4216.0, 4246.0, 4215.0, 4235.0, 4205.0, 4214.0, 4247.0, 4217.0, 4257.0, 4217.0, 4256.0, 4217.0, 4237.0, 4237.0, 4217.0, 4246.0, 4217.0, 4257.0, 4218.0, 4228.0, 4239.0, 4220.0, 4260.0, 4231.0, 4270.0, 4229.0, 4218.0, 4228.0, 4208.0, 4259.0, 4219.0, 4269.0, 4219.0, 4249.0, 4229.0, 4228.0, 4228.0, 4229.0, 4272.0, 4232.0, 4271.0, 4228.0, 4269.0, 4230.0, 4269.0, 4219.0, 4258.0, 4219.0, 4259.0, 4230.0, 4271.0, 4232.0, 4272.0, 4232.0, 4271.0, 4233.0, 4272.0, 4243.0, 4253.0, 4243.0, 4222.0, 4274.0, 4235.0, 4284.0, 4233.0, 4284.0, 4232.0, 4270.0, 4230.0, 4270.0, 4240.0, 4258.0, 4230.0, 4258.0, 4218.0, 4268.0, 4227.0, 4256.0, 4228.0, 4247.0, 4228.0, 4247.0, 4229.0, 4228.0, 4230.0, 4219.0, 4261.0, 4231.0, 4260.0, 4229.0, 4260.0, 4218.0, 4259.0, 4239.0, 4260.0, 4237.0, 4227.0, 4268.0, 4227.0, 4269.0, 4228.0, 4257.0, 4229.0, 4248.0, 4229.0, 4230.0, 4261.0, 4231.0, 4283.0, 4243.0, 4271.0, 4242.0, 4282.0, 4252.0, 4270.0, 4229.0, 4258.0, 4228.0, 4259.0, 4228.0, 4267.0, 4225.0, 4244.0, 4215.0, 4244.0, 4215.0, 4246.0, 4227.0, 4215.0, 4216.0, 4206.0, 4247.0, 4228.0, 4269.0, 4241.0, 4261.0, 4242.0, 4264.0, 4250.0, 4228.0, 4270.0, 4228.0, 4227.0, 4216.0, 4216.0, 4257.0, 4227.0, 4278.0, 4218.0, 4236.0, 4225.0, 4215.0, 4255.0, 4214.0, 4265.0, 4245.0, 4213.0, 4232.0, 4211.0, 4253.0, 4212.0, 4231.0, 4200.0, 4199.0, 4210.0, 4210.0, 4230.0, 4211.0, 4232.0, 4202.0, 4212.0, 4232.0, 4212.0, 4243.0, 4213.0, 4234.0, 4213.0, 4214.0, 4243.0, 4215.0, 4224.0, 4227.0, 4226.0, 4256.0, 4227.0, 4226.0, 4226.0, 4227.0, 4258.0, 4226.0, 4247.0, 4215.0, 4235.0, 4235.0, 4215.0, 4244.0, 4215.0, 4244.0, 4215.0, 4245.0, 4215.0, 4214.0, 4225.0, 4225.0, 4255.0, 4215.0, 4255.0, 4215.0, 4216.0, 4216.0, 4228.0, 4257.0, 4227.0, 4257.0, 4226.0, 4215.0, 4215.0, 4226.0, 4257.0, 4217.0, 4267.0, 4228.0, 4236.0, 4226.0, 4236.0, 4226.0, 4215.0, 4246.0, 4226.0, 4245.0, 4226.0, 4257.0, 4228.0, 4258.0, 4228.0, 4236.0, 4227.0, 4227.0, 4248.0, 4228.0, 4270.0, 4228.0, 4258.0, 4230.0, 4268.0, 4240.0, 4248.0, 4228.0, 4226.0, 4237.0, 4226.0, 4246.0, 4227.0, 4258.0, 4228.0, 4270.0, 4229.0, 4257.0, 4228.0, 4228.0, 4259.0, 4229.0, 4268.0, 4229.0, 4269.0, 4239.0, 4248.0, 4229.0, 4247.0, 4228.0, 4269.0, 4226.0, 4256.0, 4215.0, 4244.0, 4215.0, 4254.0, 4215.0, 4244.0, 4226.0, 4236.0, 4228.0, 4216.0, 4218.0, 4219.0, 4248.0, 4229.0, 4269.0, 4228.0, 4258.0, 4227.0, 4247.0, 4217.0, 4247.0, 4215.0, 4236.0, 4215.0, 4245.0, 4215.0, 4256.0, 4216.0, 4257.0, 4227.0, 4259.0, 4240.0, 4239.0, 4241.0, 4243.0, 4286.0, 4245.0, 4283.0, 4255.0, 4252.0, 4264.0, 4242.0, 4283.0, 4241.0, 4282.0, 4252.0, 4270.0, 4240.0, 4218.0, 4238.0, 4229.0, 4260.0, 4216.0, 4258.0, 4226.0, 4256.0, 4228.0, 4268.0, 4230.0, 4258.0, 4228.0, 4228.0, 4228.0, 4218.0, 4258.0, 4229.0, 4269.0, 4228.0, 4258.0, 4228.0, 4270.0, 4243.0, 4283.0, 4231.0, 4230.0, 4239.0, 4242.0, 4269.0, 4242.0, 4260.0, 4251.0, 4232.0, 4272.0, 4242.0, 4271.0, 4241.0, 4273.0, 4241.0, 4228.0, 4271.0, 4228.0, 4257.0, 4217.0, 4257.0, 4226.0, 4256.0, 4226.0, 4203.0, 4214.0, 4213.0, 4234.0, 4215.0, 4245.0, 4215.0, 4245.0, 4216.0, 4256.0, 4217.0, 4246.0, 4228.0, 4257.0, 4228.0, 4226.0, 4216.0, 4226.0, 4226.0, 4226.0, 4237.0, 4205.0, 4237.0, 4215.0, 4247.0, 4229.0, 4257.0, 4218.0, 4259.0, 4228.0, 4238.0, 4230.0, 4240.0, 4261.0, 4231.0, 4270.0, 4232.0, 4283.0, 4243.0, 4272.0, 4242.0, 4219.0, 4262.0, 4232.0, 4282.0, 4242.0, 4281.0, 4250.0, 4219.0, 4249.0, 4230.0, 4270.0, 4240.0, 4269.0, 4218.0, 4227.0, 4218.0, 4207.0, 4248.0, 4220.0, 4259.0, 4218.0, 4258.0, 4220.0, 4259.0, 4230.0, 4260.0, 4251.0, 4219.0, 4260.0, 4218.0, 4258.0, 4218.0, 4259.0, 4216.0, 4257.0, 4216.0, 4234.0, 4205.0, 4246.0, 4218.0, 4245.0, 4217.0, 4196.0, 4227.0, 4208.0, 4258.0, 4207.0, 4283.0, 4230.0, 4209.0, 4239.0, 4219.0, 4270.0, 4222.0, 4209.0, 4249.0, 4209.0, 4272.0, 4219.0, 4260.0, 4217.0, 4259.0, 4219.0, 4258.0, 4218.0, 4258.0, 4218.0, 4246.0, 4218.0, 4238.0, 4228.0, 4196.0, 4249.0, 4219.0, 4270.0, 4221.0, 4281.0, 4241.0, 4240.0, 4240.0, 4197.0, 4259.0, 4209.0, 4272.0, 4229.0, 4269.0, 4249.0, 4258.0, 4217.0, 4226.0, 4217.0, 4216.0, 4236.0, 4207.0, 4258.0, 4216.0, 4246.0, 4206.0, 4255.0, 4206.0, 4257.0, 4217.0, 4246.0, 4217.0, 4195.0, 4216.0, 4195.0, 4247.0, 4207.0, 4258.0, 4216.0, 4236.0, 4206.0, 4246.0, 4219.0, 4273.0, 4230.0, 4239.0, 4229.0, 4229.0, 4248.0, 4229.0, 4228.0, 4238.0, 4219.0, 4271.0, 4230.0, 4271.0, 4230.0, 4248.0, 4217.0, 4246.0, 4216.0, 4244.0, 4202.0, 4202.0, 4202.0, 4192.0, 4223.0, 4203.0, 4244.0, 4203.0, 4234.0, 4205.0, 4234.0, 4195.0, 4184.0, 4205.0, 4206.0, 4246.0, 4206.0, 4247.0, 4199.0, 4257.0, 4219.0, 4228.0, 4208.0, 4208.0, 4260.0, 4221.0, 4271.0, 4231.0, 4261.0, 4228.0, 4208.0, 4237.0, 4207.0, 4259.0, 4206.0, 4257.0, 4228.0, 4248.0, 4217.0, 4205.0, 4236.0, 4206.0, 4247.0, 4206.0, 4247.0, 4206.0, 4226.0, 4205.0, 4196.0, 4235.0, 4206.0, 4257.0, 4207.0, 4258.0, 4228.0, 4216.0, 4206.0, 4206.0, 4247.0, 4205.0, 4257.0, 4217.0, 4256.0, 4218.0, 4246.0, 4216.0, 4236.0, 4217.0, 4236.0, 4226.0, 4195.0, 4214.0, 4205.0, 4245.0, 4205.0, 4245.0, 4218.0, 4258.0, 4217.0, 4237.0, 4217.0, 4208.0, 4249.0, 4207.0, 4259.0, 4218.0, 4258.0, 4220.0, 4248.0, 4230.0, 4249.0, 4250.0, 4206.0, 4247.0, 4206.0, 4247.0, 4216.0, 4247.0, 4204.0, 4246.0, 4204.0, 4245.0, 4206.0, 4247.0, 4216.0, 4236.0, 4217.0, 4207.0, 4237.0, 4218.0, 4269.0, 4220.0, 4269.0, 4229.0, 4238.0, 4218.0, 4218.0, 4237.0, 4218.0, 4269.0, 4220.0, 4270.0, 4218.0, 4238.0, 4219.0, 4198.0, 4257.0, 4218.0, 4269.0, 4218.0, 4227.0, 4228.0, 4228.0, 4237.0, 4218.0, 4259.0, 4217.0, 4247.0, 4218.0, 4238.0, 4217.0, 4225.0, 4236.0, 4215.0, 4246.0, 4217.0, 4258.0, 4217.0, 4248.0, 4217.0, 4206.0, 4247.0, 4218.0, 4257.0, 4227.0, 4236.0, 4226.0, 4216.0, 4246.0, 4215.0, 4246.0, 4216.0, 4257.0, 4215.0, 4204.0, 4203.0, 4204.0, 4245.0, 4205.0, 4256.0, 4205.0, 4205.0, 4226.0, 4216.0, 4256.0, 4226.0, 4226.0, 4246.0, 4205.0, 4244.0, 4203.0, 4233.0, 4215.0, 4192.0, 4223.0, 4203.0, 4234.0, 4204.0, 4254.0, 4202.0, 4231.0, 4202.0, 4190.0, 4211.0, 4202.0, 4243.0, 4203.0, 4233.0, 4213.0, 4214.0, 4235.0, 4214.0, 4244.0, 4205.0], 'WindowWidth': [9510.0, 9425.0, 9423.0, 9389.0, 9370.0, 9407.0, 9354.0, 9433.0, 9372.0, 9406.0, 9381.0, 9335.0, 9393.0, 9350.0, 9422.0, 9378.0, 9489.0, 9396.0, 9439.0, 9374.0, 9447.0, 9399.0, 9425.0, 9417.0, 9357.0, 9439.0, 9375.0, 9409.0, 9387.0, 9373.0, 9442.0, 9373.0, 9460.0, 9374.0, 9439.0, 9387.0, 9423.0, 9397.0, 9382.0, 9394.0, 9364.0, 9392.0, 9363.0, 9405.0, 9350.0, 9419.0, 9350.0, 9416.0, 9364.0, 9429.0, 9368.0, 9417.0, 9366.0, 9378.0, 9382.0, 9355.0, 9425.0, 9369.0, 9452.0, 9372.0, 9437.0, 9373.0, 9411.0, 9400.0, 9370.0, 9445.0, 9387.0, 9438.0, 9388.0, 9441.0, 9401.0, 9370.0, 9397.0, 9357.0, 9440.0, 9376.0, 9459.0, 9402.0, 9385.0, 9411.0, 9356.0, 9441.0, 9384.0, 9460.0, 9403.0, 9431.0, 9385.0, 9379.0, 9393.0, 9337.0, 9421.0, 9353.0, 9435.0, 9369.0, 9435.0, 9410.0, 9434.0, 9402.0, 9361.0, 9456.0, 9401.0, 9424.0, 9428.0, 9394.0, 9438.0, 9395.0, 9401.0, 9438.0, 9405.0, 9470.0, 9387.0, 9463.0, 9375.0, 9455.0, 9374.0, 9379.0, 9381.0, 9350.0, 9404.0, 9370.0, 9396.0, 9373.0, 9374.0, 9433.0, 9398.0, 9446.0, 9391.0, 9401.0, 9405.0, 9410.0, 9465.0, 9412.0, 9407.0, 9377.0, 9372.0, 9428.0, 9386.0, 9441.0, 9391.0, 9444.0, 9402.0, 9383.0, 9395.0, 9364.0, 9423.0, 9358.0, 9432.0, 9385.0, 9432.0, 9383.0, 9365.0, 9322.0, 9321.0, 9361.0, 9334.0, 9391.0, 9337.0, 9393.0, 9336.0, 9349.0, 9322.0, 9335.0, 9379.0, 9341.0, 9411.0, 9361.0, 9399.0, 9358.0, 9384.0, 9344.0, 9356.0, 9403.0, 9364.0, 9418.0, 9365.0, 9414.0, 9362.0, 9389.0, 9388.0, 9363.0, 9401.0, 9364.0, 9416.0, 9367.0, 9378.0, 9396.0, 9373.0, 9426.0, 9388.0, 9440.0, 9384.0, 9366.0, 9380.0, 9351.0, 9421.0, 9368.0, 9437.0, 9370.0, 9410.0, 9382.0, 9379.0, 9381.0, 9382.0, 9451.0, 9398.0, 9446.0, 9385.0, 9438.0, 9386.0, 9438.0, 9369.0, 9421.0, 9372.0, 9424.0, 9387.0, 9441.0, 9394.0, 9445.0, 9394.0, 9443.0, 9395.0, 9445.0, 9410.0, 9422.0, 9410.0, 9379.0, 9452.0, 9402.0, 9467.0, 9396.0, 9468.0, 9393.0, 9442.0, 9387.0, 9442.0, 9399.0, 9422.0, 9384.0, 9420.0, 9366.0, 9436.0, 9378.0, 9416.0, 9379.0, 9403.0, 9379.0, 9404.0, 9382.0, 9382.0, 9385.0, 9369.0, 9427.0, 9386.0, 9427.0, 9383.0, 9425.0, 9366.0, 9423.0, 9394.0, 9426.0, 9391.0, 9378.0, 9435.0, 9375.0, 9438.0, 9380.0, 9416.0, 9384.0, 9408.0, 9383.0, 9388.0, 9430.0, 9390.0, 9463.0, 9409.0, 9443.0, 9406.0, 9461.0, 9418.0, 9444.0, 9383.0, 9422.0, 9381.0, 9424.0, 9378.0, 9433.0, 9371.0, 9395.0, 9355.0, 9393.0, 9358.0, 9398.0, 9375.0, 9355.0, 9359.0, 9348.0, 9403.0, 9379.0, 9436.0, 9400.0, 9428.0, 9407.0, 9440.0, 9413.0, 9380.0, 9441.0, 9381.0, 9377.0, 9359.0, 9359.0, 9416.0, 9375.0, 9451.0, 9364.0, 9385.0, 9370.0, 9355.0, 9413.0, 9356.0, 9429.0, 9398.0, 9351.0, 9376.0, 9344.0, 9407.0, 9348.0, 9370.0, 9327.0, 9324.0, 9340.0, 9341.0, 9367.0, 9346.0, 9374.0, 9334.0, 9347.0, 9374.0, 9347.0, 9390.0, 9352.0, 9380.0, 9351.0, 9352.0, 9389.0, 9356.0, 9367.0, 9374.0, 9373.0, 9413.0, 9376.0, 9373.0, 9373.0, 9375.0, 9421.0, 9374.0, 9403.0, 9359.0, 9383.0, 9384.0, 9355.0, 9397.0, 9354.0, 9394.0, 9357.0, 9395.0, 9356.0, 9352.0, 9368.0, 9368.0, 9409.0, 9357.0, 9413.0, 9357.0, 9357.0, 9358.0, 9376.0, 9417.0, 9377.0, 9416.0, 9374.0, 9357.0, 9358.0, 9373.0, 9416.0, 9362.0, 9432.0, 9379.0, 9386.0, 9374.0, 9385.0, 9372.0, 9357.0, 9400.0, 9373.0, 9398.0, 9373.0, 9414.0, 9379.0, 9418.0, 9380.0, 9387.0, 9376.0, 9375.0, 9407.0, 9378.0, 9439.0, 9380.0, 9421.0, 9384.0, 9434.0, 9398.0, 9406.0, 9378.0, 9373.0, 9390.0, 9374.0, 9400.0, 9373.0, 9417.0, 9377.0, 9439.0, 9382.0, 9418.0, 9380.0, 9379.0, 9422.0, 9381.0, 9433.0, 9383.0, 9437.0, 9396.0, 9406.0, 9381.0, 9403.0, 9379.0, 9437.0, 9373.0, 9414.0, 9355.0, 9395.0, 9355.0, 9408.0, 9356.0, 9395.0, 9372.0, 9385.0, 9377.0, 9359.0, 9365.0, 9367.0, 9407.0, 9382.0, 9438.0, 9377.0, 9419.0, 9374.0, 9402.0, 9359.0, 9403.0, 9354.0, 9384.0, 9356.0, 9397.0, 9356.0, 9413.0, 9360.0, 9415.0, 9377.0, 9421.0, 9398.0, 9398.0, 9403.0, 9408.0, 9474.0, 9414.0, 9461.0, 9427.0, 9419.0, 9437.0, 9405.0, 9460.0, 9402.0, 9462.0, 9419.0, 9441.0, 9398.0, 9366.0, 9393.0, 9379.0, 9424.0, 9360.0, 9420.0, 9374.0, 9414.0, 9378.0, 9432.0, 9384.0, 9420.0, 9381.0, 9379.0, 9378.0, 9365.0, 9419.0, 9380.0, 9436.0, 9380.0, 9418.0, 9381.0, 9441.0, 9410.0, 9463.0, 9390.0, 9385.0, 9397.0, 9404.0, 9438.0, 9405.0, 9427.0, 9415.0, 9389.0, 9446.0, 9406.0, 9445.0, 9404.0, 9450.0, 9402.0, 9380.0, 9447.0, 9378.0, 9420.0, 9362.0, 9420.0, 9373.0, 9414.0, 9372.0, 9336.0, 9351.0, 9347.0, 9378.0, 9356.0, 9395.0, 9353.0, 9395.0, 9358.0, 9411.0, 9362.0, 9400.0, 9377.0, 9415.0, 9379.0, 9372.0, 9359.0, 9369.0, 9371.0, 9372.0, 9389.0, 9341.0, 9388.0, 9356.0, 9401.0, 9380.0, 9415.0, 9365.0, 9421.0, 9380.0, 9393.0, 9385.0, 9397.0, 9428.0, 9386.0, 9439.0, 9390.0, 9459.0, 9407.0, 9444.0, 9405.0, 9370.0, 9429.0, 9389.0, 9461.0, 9405.0, 9461.0, 9413.0, 9366.0, 9407.0, 9383.0, 9442.0, 9397.0, 9437.0, 9363.0, 9374.0, 9364.0, 9348.0, 9406.0, 9371.0, 9421.0, 9366.0, 9420.0, 9370.0, 9422.0, 9385.0, 9423.0, 9414.0, 9367.0, 9424.0, 9365.0, 9420.0, 9363.0, 9428.0, 9360.0, 9420.0, 9357.0, 9380.0, 9343.0, 9398.0, 9365.0, 9398.0, 9360.0, 9331.0, 9377.0, 9352.0, 9419.0, 9349.0, 9464.0, 9389.0, 9355.0, 9396.0, 9369.0, 9440.0, 9378.0, 9356.0, 9409.0, 9355.0, 9446.0, 9368.0, 9424.0, 9363.0, 9421.0, 9366.0, 9420.0, 9364.0, 9420.0, 9365.0, 9399.0, 9365.0, 9392.0, 9379.0, 9334.0, 9407.0, 9369.0, 9436.0, 9376.0, 9454.0, 9401.0, 9396.0, 9397.0, 9336.0, 9420.0, 9355.0, 9444.0, 9380.0, 9444.0, 9410.0, 9419.0, 9362.0, 9370.0, 9360.0, 9356.0, 9386.0, 9347.0, 9420.0, 9359.0, 9398.0, 9347.0, 9410.0, 9346.0, 9417.0, 9363.0, 9399.0, 9360.0, 9328.0, 9358.0, 9328.0, 9401.0, 9350.0, 9418.0, 9359.0, 9386.0, 9345.0, 9397.0, 9367.0, 9449.0, 9388.0, 9394.0, 9386.0, 9382.0, 9406.0, 9382.0, 9379.0, 9394.0, 9368.0, 9442.0, 9386.0, 9446.0, 9384.0, 9407.0, 9362.0, 9398.0, 9356.0, 9392.0, 9332.0, 9331.0, 9330.0, 9319.0, 9363.0, 9334.0, 9393.0, 9336.0, 9379.0, 9341.0, 9379.0, 9327.0, 9311.0, 9340.0, 9343.0, 9396.0, 9345.0, 9399.0, 9338.0, 9413.0, 9368.0, 9377.0, 9352.0, 9351.0, 9424.0, 9375.0, 9440.0, 9388.0, 9426.0, 9379.0, 9349.0, 9387.0, 9346.0, 9419.0, 9345.0, 9417.0, 9380.0, 9403.0, 9359.0, 9341.0, 9382.0, 9341.0, 9398.0, 9341.0, 9400.0, 9345.0, 9370.0, 9342.0, 9330.0, 9382.0, 9344.0, 9413.0, 9349.0, 9417.0, 9377.0, 9357.0, 9345.0, 9343.0, 9399.0, 9343.0, 9413.0, 9360.0, 9415.0, 9362.0, 9398.0, 9358.0, 9385.0, 9360.0, 9383.0, 9371.0, 9326.0, 9353.0, 9340.0, 9395.0, 9342.0, 9396.0, 9364.0, 9419.0, 9364.0, 9390.0, 9363.0, 9349.0, 9407.0, 9349.0, 9420.0, 9364.0, 9418.0, 9370.0, 9404.0, 9383.0, 9407.0, 9411.0, 9346.0, 9400.0, 9343.0, 9400.0, 9357.0, 9401.0, 9339.0, 9401.0, 9340.0, 9396.0, 9345.0, 9400.0, 9357.0, 9384.0, 9360.0, 9347.0, 9388.0, 9364.0, 9435.0, 9369.0, 9434.0, 9381.0, 9392.0, 9365.0, 9363.0, 9390.0, 9364.0, 9436.0, 9369.0, 9439.0, 9365.0, 9390.0, 9367.0, 9338.0, 9415.0, 9365.0, 9436.0, 9364.0, 9374.0, 9378.0, 9377.0, 9388.0, 9362.0, 9421.0, 9362.0, 9401.0, 9362.0, 9389.0, 9361.0, 9369.0, 9384.0, 9355.0, 9398.0, 9359.0, 9417.0, 9363.0, 9404.0, 9360.0, 9344.0, 9399.0, 9364.0, 9417.0, 9376.0, 9385.0, 9372.0, 9357.0, 9398.0, 9355.0, 9402.0, 9358.0, 9417.0, 9356.0, 9338.0, 9335.0, 9340.0, 9394.0, 9343.0, 9412.0, 9341.0, 9341.0, 9370.0, 9358.0, 9411.0, 9373.0, 9371.0, 9402.0, 9341.0, 9397.0, 9338.0, 9378.0, 9354.0, 9319.0, 9363.0, 9334.0, 9376.0, 9338.0, 9408.0, 9334.0, 9372.0, 9332.0, 9312.0, 9342.0, 9332.0, 9391.0, 9337.0, 9376.0, 9351.0, 9352.0, 9381.0, 9353.0, 9393.0, 9344.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.0013577327491785325</td></tr>
<tr><td colspan=3>aqi</td><td>0.029463263964950713</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.0416497221271</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2818110665131583</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9889536044078938</td></tr>
<tr><td colspan=3>efc</td><td>0.4888</td></tr>
<tr><td colspan=3>fber</td><td>5434.3564</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08236193145653553</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.176341730558598</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.479843934130612</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3653756708777767</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7582041160574713</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.315952015456589</td></tr>
<tr><td colspan=3>gcor</td><td>0.00852441</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020258652046322823</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03510945662856102</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8101823448989</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.756</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0191</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.3359</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295147.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>828.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>328.7843</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2871</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.9624</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3379.3055</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81397.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4477.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.0569</td></tr>
<tr><td colspan=3>tsnr</td><td>35.923111291602254</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>