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

616 lines
No EOL
111 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-0044_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0044/ses-04/func/sub-0044_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c2fb831ef63d788b8ab58a835af978c0</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:54:20.902500</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.999391, -0.0345157, 0.005199, 0.0343756, 0.999097, 0.0249753]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0996839</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7672, -7281, 457, 13, -41, 44, 81]</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>232.246</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fbed06a8-ed09-4b83-9519-022ff58e106d||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.6812920570373535, 0.09222716838121414, 0.01635211706161499, 108.96455383300781], [0.09260296821594238, 2.6805038452148438, 0.0669097825884819, -101.23081970214844], [0.013948523439466953, -0.06700700521469116, 2.6991214752197266, -69.88153839111328], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 926]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['175420.902500', '175421.362500', '175421.822500', '175422.282500', '175422.742500', '175423.202500', '175423.662500', '175424.122500', '175424.582500', '175425.042500', '175425.502500', '175425.962500', '175426.422500', '175426.882500', '175427.342500', '175427.802500', '175428.262500', '175428.722500', '175429.182500', '175429.642500', '175430.102500', '175430.562500', '175431.022500', '175431.482500', '175431.942500', '175432.402500', '175432.862500', '175433.322500', '175433.782500', '175434.242500', '175434.702500', '175435.162500', '175435.622500', '175436.082500', '175436.542500', '175437.002500', '175437.462500', '175437.922500', '175438.382500', '175438.842500', '175439.302500', '175439.762500', '175440.222500', '175440.682500', '175441.142500', '175441.602500', '175442.062500', '175442.522500', '175442.982500', '175443.442500', '175443.902500', '175444.362500', '175444.822500', '175445.282500', '175445.742500', '175446.202500', '175446.662500', '175447.122500', '175447.582500', '175448.042500', '175448.502500', '175448.962500', '175449.422500', '175449.882500', '175450.342500', '175450.802500', '175451.262500', '175451.722500', '175452.182500', '175452.642500', '175453.102500', '175453.562500', '175454.022500', '175454.482500', '175454.942500', '175455.402500', '175455.862500', '175456.322500', '175456.782500', '175457.242500', '175457.702500', '175458.162500', '175458.622500', '175459.082500', '175459.542500', '175500.002500', '175500.462500', '175500.922500', '175501.382500', '175501.842500', '175502.302500', '175502.762500', '175503.222500', '175503.682500', '175504.142500', '175504.602500', '175505.062500', '175505.522500', '175505.982500', '175506.442500', '175506.902500', '175507.362500', '175507.822500', '175508.282500', '175508.742500', '175509.202500', '175509.662500', '175510.122500', '175510.582500', '175511.042500', '175511.502500', '175511.962500', '175512.422500', '175512.882500', '175513.342500', '175513.802500', '175514.262500', '175514.722500', '175515.182500', '175515.642500', '175516.102500', '175516.562500', '175517.022500', '175517.482500', '175517.942500', '175518.402500', '175518.862500', '175519.322500', '175519.782500', '175520.242500', '175520.702500', '175521.162500', '175521.622500', '175522.082500', '175522.542500', '175523.002500', '175523.462500', '175523.922500', '175524.382500', '175524.842500', '175525.302500', '175525.762500', '175526.222500', '175526.682500', '175527.142500', '175527.602500', '175528.062500', '175528.522500', '175528.982500', '175529.442500', '175529.902500', '175530.362500', '175530.822500', '175531.282500', '175531.742500', '175532.202500', '175532.662500', '175533.122500', '175533.582500', '175534.042500', '175534.502500', '175534.962500', '175535.422500', '175535.882500', '175536.342500', '175536.802500', '175537.262500', '175537.722500', '175538.182500', '175538.642500', '175539.102500', '175539.562500', '175540.022500', '175540.482500', '175540.942500', '175541.402500', '175541.862500', '175542.322500', '175542.782500', '175543.242500', '175543.702500', '175544.162500', '175544.622500', '175545.082500', '175545.542500', '175546.002500', '175546.462500', '175546.922500', '175547.382500', '175547.842500', '175548.302500', '175548.762500', '175549.222500', '175549.682500', '175550.142500', '175550.602500', '175551.062500', '175551.522500', '175551.982500', '175552.442500', '175552.902500', '175553.362500', '175553.822500', '175554.282500', '175554.742500', '175555.202500', '175555.662500', '175556.122500', '175556.582500', '175557.042500', '175557.502500', '175557.962500', '175558.422500', '175558.882500', '175559.342500', '175559.802500', '175600.262500', '175600.722500', '175601.182500', '175601.642500', '175602.102500', '175602.562500', '175603.022500', '175603.482500', '175603.942500', '175604.402500', '175604.862500', '175605.322500', '175605.782500', '175606.242500', '175606.702500', '175607.162500', '175607.622500', '175608.082500', '175608.542500', '175609.002500', '175609.462500', '175609.922500', '175610.382500', '175610.842500', '175611.302500', '175611.762500', '175612.222500', '175612.682500', '175613.142500', '175613.602500', '175614.062500', '175614.522500', '175614.982500', '175615.442500', '175615.902500', '175616.362500', '175616.822500', '175617.282500', '175617.742500', '175618.202500', '175618.662500', '175619.122500', '175619.582500', '175620.042500', '175620.502500', '175620.962500', '175621.422500', '175621.882500', '175622.342500', '175622.802500', '175623.262500', '175623.722500', '175624.182500', '175624.642500', '175625.102500', '175625.562500', '175626.022500', '175626.482500', '175626.942500', '175627.402500', '175627.862500', '175628.322500', '175628.782500', '175629.242500', '175629.702500', '175630.162500', '175630.622500', '175631.082500', '175631.542500', '175632.002500', '175632.462500', '175632.922500', '175633.382500', '175633.842500', '175634.302500', '175634.762500', '175635.222500', '175635.682500', '175636.142500', '175636.602500', '175637.062500', '175637.522500', '175637.982500', '175638.442500', '175638.902500', '175639.362500', '175639.822500', '175640.282500', '175640.742500', '175641.202500', '175641.662500', '175642.122500', '175642.582500', '175643.042500', '175643.502500', '175643.962500', '175644.422500', '175644.882500', '175645.342500', '175645.802500', '175646.262500', '175646.722500', '175647.182500', '175647.642500', '175648.102500', '175648.562500', '175649.022500', '175649.482500', '175649.942500', '175650.402500', '175650.862500', '175651.322500', '175651.782500', '175652.242500', '175652.702500', '175653.162500', '175653.622500', '175654.082500', '175654.542500', '175655.002500', '175655.462500', '175655.922500', '175656.382500', '175656.842500', '175657.302500', '175657.762500', '175658.222500', '175658.682500', '175659.142500', '175659.602500', '175700.062500', '175700.522500', '175700.982500', '175701.442500', '175701.902500', '175702.362500', '175702.822500', '175703.282500', '175703.742500', '175704.202500', '175704.662500', '175705.122500', '175705.582500', '175706.042500', '175706.502500', '175706.962500', '175707.422500', '175707.882500', '175708.342500', '175708.802500', '175709.262500', '175709.722500', '175710.182500', '175710.642500', '175711.102500', '175711.562500', '175712.022500', '175712.482500', '175712.942500', '175713.402500', '175713.862500', '175714.322500', '175714.782500', '175715.242500', '175715.702500', '175716.162500', '175716.622500', '175717.082500', '175717.542500', '175718.002500', '175718.462500', '175718.922500', '175719.382500', '175719.842500', '175720.302500', '175720.762500', '175721.222500', '175721.682500', '175722.142500', '175722.602500', '175723.062500', '175723.522500', '175723.982500', '175724.442500', '175724.902500', '175725.362500', '175725.822500', '175726.282500', '175726.742500', '175727.202500', '175727.662500', '175728.122500', '175728.582500', '175729.042500', '175729.502500', '175729.962500', '175730.422500', '175730.882500', '175731.342500', '175731.802500', '175732.262500', '175732.722500', '175733.182500', '175733.642500', '175734.102500', '175734.562500', '175735.022500', '175735.482500', '175735.942500', '175736.402500', '175736.862500', '175737.322500', '175737.782500', '175738.242500', '175738.702500', '175739.162500', '175739.622500', '175740.082500', '175740.542500', '175741.002500', '175741.462500', '175741.922500', '175742.382500', '175742.842500', '175743.302500', '175743.762500', '175744.222500', '175744.682500', '175745.142500', '175745.602500', '175746.062500', '175746.522500', '175746.982500', '175747.442500', '175747.902500', '175748.362500', '175748.822500', '175749.282500', '175749.742500', '175750.202500', '175750.662500', '175751.122500', '175751.582500', '175752.042500', '175752.502500', '175752.962500', '175753.422500', '175753.882500', '175754.342500', '175754.802500', '175755.262500', '175755.722500', '175756.182500', '175756.642500', '175757.102500', '175757.562500', '175758.022500', '175758.482500', '175758.942500', '175759.402500', '175759.862500', '175800.322500', '175800.782500', '175801.242500', '175801.702500', '175802.162500', '175802.622500', '175803.082500', '175803.542500', '175804.002500', '175804.462500', '175804.922500', '175805.382500', '175805.842500', '175806.302500', '175806.762500', '175807.222500', '175807.682500', '175808.142500', '175808.602500', '175809.062500', '175809.522500', '175809.982500', '175810.442500', '175810.902500', '175811.362500', '175811.822500', '175812.282500', '175812.742500', '175813.202500', '175813.662500', '175814.122500', '175814.582500', '175815.042500', '175815.502500', '175815.962500', '175816.422500', '175816.882500', '175817.342500', '175817.802500', '175818.262500', '175818.722500', '175819.182500', '175819.642500', '175820.102500', '175820.562500', '175821.022500', '175821.482500', '175821.942500', '175822.402500', '175822.862500', '175823.322500', '175823.782500', '175824.242500', '175824.702500', '175825.162500', '175825.622500', '175826.082500', '175826.542500', '175827.002500', '175827.462500', '175827.922500', '175828.382500', '175828.842500', '175829.302500', '175829.762500', '175830.222500', '175830.682500', '175831.142500', '175831.602500', '175832.062500', '175832.522500', '175832.982500', '175833.442500', '175833.902500', '175834.362500', '175834.822500', '175835.282500', '175835.742500', '175836.202500', '175836.662500', '175837.122500', '175837.582500', '175838.042500', '175838.502500', '175838.962500', '175839.422500', '175839.882500', '175840.342500', '175840.802500', '175841.262500', '175841.722500', '175842.182500', '175842.642500', '175843.102500', '175843.562500', '175844.022500', '175844.482500', '175844.942500', '175845.402500', '175845.862500', '175846.322500', '175846.782500', '175847.242500', '175847.702500', '175848.162500', '175848.622500', '175849.082500', '175849.542500', '175850.002500', '175850.462500', '175850.922500', '175851.382500', '175851.842500', '175852.302500', '175852.762500', '175853.222500', '175853.682500', '175854.142500', '175854.602500', '175855.062500', '175855.522500', '175855.982500', '175856.442500', '175856.902500', '175857.362500', '175857.822500', '175858.282500', '175858.742500', '175859.202500', '175859.662500', '175900.122500', '175900.582500', '175901.042500', '175901.502500', '175901.962500', '175902.422500', '175902.882500', '175903.342500', '175903.802500', '175904.262500', '175904.722500', '175905.182500', '175905.642500', '175906.102500', '175906.562500', '175907.022500', '175907.482500', '175907.942500', '175908.402500', '175908.862500', '175909.322500', '175909.782500', '175910.242500', '175910.702500', '175911.162500', '175911.622500', '175912.082500', '175912.542500', '175913.002500', '175913.462500', '175913.922500', '175914.382500', '175914.842500', '175915.302500', '175915.762500', '175916.222500', '175916.682500', '175917.142500', '175917.602500', '175918.062500', '175918.522500', '175918.982500', '175919.442500', '175919.902500', '175920.362500', '175920.822500', '175921.282500', '175921.742500', '175922.202500', '175922.662500', '175923.122500', '175923.582500', '175924.042500', '175924.502500', '175924.962500', '175925.422500', '175925.882500', '175926.342500', '175926.802500', '175927.262500', '175927.722500', '175928.182500', '175928.642500', '175929.102500', '175929.562500', '175930.022500', '175930.482500', '175930.942500', '175931.402500', '175931.862500', '175932.322500', '175932.782500', '175933.242500', '175933.702500', '175934.162500', '175934.622500', '175935.082500', '175935.542500', '175936.002500', '175936.462500', '175936.922500', '175937.382500', '175937.842500', '175938.302500', '175938.762500', '175939.222500', '175939.682500', '175940.142500', '175940.602500', '175941.062500', '175941.522500', '175941.982500', '175942.442500', '175942.902500', '175943.362500', '175943.822500', '175944.282500', '175944.742500', '175945.202500', '175945.662500', '175946.122500', '175946.582500', '175947.042500', '175947.502500', '175947.962500', '175948.422500', '175948.882500', '175949.342500', '175949.802500', '175950.262500', '175950.722500', '175951.182500', '175951.642500', '175952.102500', '175952.562500', '175953.022500', '175953.482500', '175953.942500', '175954.402500', '175954.862500', '175955.322500', '175955.782500', '175956.242500', '175956.702500', '175957.162500', '175957.622500', '175958.082500', '175958.542500', '175959.002500', '175959.462500', '175959.922500', '180000.382500', '180000.842500', '180001.302500', '180001.762500', '180002.222500', '180002.682500', '180003.142500', '180003.602500', '180004.062500', '180004.522500', '180004.982500', '180005.442500', '180005.902500', '180006.362500', '180006.822500', '180007.282500', '180007.742500', '180008.202500', '180008.662500', '180009.122500', '180009.582500', '180010.042500', '180010.502500', '180010.962500', '180011.422500', '180011.882500', '180012.342500', '180012.802500', '180013.262500', '180013.722500', '180014.182500', '180014.642500', '180015.102500', '180015.562500', '180016.022500', '180016.482500', '180016.942500', '180017.402500', '180017.862500', '180018.322500', '180018.782500', '180019.242500', '180019.702500', '180020.162500', '180020.622500', '180021.082500', '180021.542500', '180022.002500', '180022.462500', '180022.922500', '180023.382500', '180023.842500', '180024.302500', '180024.762500', '180025.222500', '180025.682500', '180026.142500', '180026.602500', '180027.062500', '180027.522500', '180027.982500', '180028.442500', '180028.902500', '180029.362500', '180029.822500', '180030.282500', '180030.742500', '180031.202500', '180031.662500', '180032.122500', '180032.582500', '180033.042500', '180033.502500', '180033.962500', '180034.422500', '180034.882500', '180035.342500', '180035.802500', '180036.262500', '180036.722500', '180037.182500', '180037.642500', '180038.102500', '180038.562500', '180039.022500', '180039.482500', '180039.942500', '180040.402500', '180040.862500', '180041.322500', '180041.782500', '180042.242500', '180042.702500', '180043.162500', '180043.622500', '180044.082500', '180044.542500', '180045.002500', '180045.462500', '180045.922500', '180046.382500', '180046.842500', '180047.302500', '180047.762500', '180048.222500', '180048.682500', '180049.142500', '180049.602500', '180050.062500', '180050.522500', '180050.982500', '180051.442500', '180051.902500', '180052.362500', '180052.822500', '180053.282500', '180053.742500', '180054.202500', '180054.662500', '180055.122500', '180055.582500', '180056.042500', '180056.502500', '180056.962500', '180057.422500', '180057.882500', '180058.342500', '180058.802500', '180059.262500', '180059.722500', '180100.182500', '180100.642500', '180101.102500', '180101.562500', '180102.022500', '180102.482500', '180102.942500', '180103.402500', '180103.862500', '180104.322500', '180104.782500', '180105.242500', '180105.702500', '180106.162500', '180106.622500', '180107.082500', '180107.542500', '180108.002500', '180108.462500', '180108.922500', '180109.382500', '180109.842500', '180110.302500', '180110.762500', '180111.222500', '180111.682500', '180112.142500', '180112.602500', '180113.062500', '180113.522500', '180113.982500', '180114.442500', '180114.902500', '180115.362500', '180115.822500', '180116.282500', '180116.742500', '180117.202500', '180117.662500', '180118.122500', '180118.582500', '180119.042500', '180119.502500', '180119.962500', '180120.422500', '180120.882500', '180121.342500', '180121.802500', '180122.262500', '180122.722500', '180123.182500', '180123.642500', '180124.102500', '180124.562500', '180125.022500', '180125.482500', '180125.942500', '180126.402500'], 'ContentTime': ['175441.731000', '175441.734000', '175441.737000', '175441.740000', '175441.742000', '175441.745000', '175441.747000', '175441.750000', '175441.753000', '175441.756000', '175441.758000', '175441.761000', '175441.764000', '175441.767000', '175441.769000', '175441.772000', '175441.775000', '175441.778000', '175441.781000', '175441.783000', '175441.786000', '175441.808000', '175441.811000', '175441.814000', '175441.817000', '175441.819000', '175441.822000', '175441.825000', '175441.827000', '175441.830000', '175441.832000', '175441.835000', '175441.837000', '175441.840000', '175441.843000', '175441.845000', '175441.848000', '175441.851000', '175441.854000', '175441.856000', '175441.859000', '175441.862000', '175441.865000', '175501.695000', '175501.698000', '175501.701000', '175501.703000', '175501.706000', '175501.709000', '175501.711000', '175501.714000', '175501.716000', '175501.719000', '175501.721000', '175501.724000', '175501.727000', '175501.729000', '175501.732000', '175501.735000', '175501.737000', '175501.740000', '175501.742000', '175501.745000', '175501.747000', '175501.750000', '175501.752000', '175501.755000', '175501.757000', '175501.760000', '175501.763000', '175501.765000', '175501.768000', '175501.770000', '175501.773000', '175501.776000', '175501.778000', '175501.781000', '175501.783000', '175501.786000', '175501.788000', '175501.791000', '175501.793000', '175501.796000', '175501.799000', '175501.801000', '175501.804000', '175521.696000', '175521.699000', '175521.702000', '175521.704000', '175521.707000', '175521.709000', '175521.712000', '175521.715000', '175521.717000', '175521.720000', '175521.722000', '175521.725000', '175521.728000', '175521.730000', '175521.733000', '175521.735000', '175521.738000', '175521.740000', '175521.743000', '175521.746000', '175521.748000', '175521.751000', '175521.753000', '175521.756000', '175521.758000', '175521.761000', '175521.777000', '175521.780000', '175521.783000', '175521.785000', '175521.788000', '175521.790000', '175521.793000', '175521.795000', '175521.798000', '175521.801000', '175521.803000', '175521.806000', '175521.808000', '175521.811000', '175521.813000', '175521.816000', '175521.823000', '175521.826000', '175541.697000', '175541.700000', '175541.702000', '175541.705000', '175541.708000', '175541.711000', '175541.713000', '175541.716000', '175541.718000', '175541.724000', '175541.727000', '175541.730000', '175541.732000', '175541.735000', '175541.737000', '175541.740000', '175541.743000', '175541.745000', '175541.748000', '175541.750000', '175541.753000', '175541.755000', '175541.758000', '175541.761000', '175541.763000', '175541.766000', '175541.768000', '175541.771000', '175541.774000', '175541.776000', '175541.779000', '175541.782000', '175541.784000', '175541.787000', '175541.789000', '175541.792000', '175541.795000', '175541.797000', '175541.800000', '175541.803000', '175541.805000', '175541.808000', '175541.811000', '175541.813000', '175601.697000', '175601.699000', '175601.702000', '175601.705000', '175601.707000', '175601.710000', '175601.712000', '175601.715000', '175601.717000', '175601.720000', '175601.723000', '175601.725000', '175601.728000', '175601.730000', '175601.733000', '175601.736000', '175601.738000', '175601.741000', '175601.743000', '175601.746000', '175601.748000', '175601.751000', '175601.754000', '175601.756000', '175601.759000', '175601.762000', '175601.764000', '175601.767000', '175601.769000', '175601.772000', '175601.774000', '175601.777000', '175601.779000', '175601.782000', '175601.785000', '175601.787000', '175601.790000', '175601.793000', '175601.795000', '175601.798000', '175601.804000', '175601.806000', '175601.809000', '175621.697000', '175621.699000', '175621.702000', '175621.705000', '175621.707000', '175621.710000', '175621.712000', '175621.715000', '175621.717000', '175621.720000', '175621.723000', '175621.725000', '175621.728000', '175621.731000', '175621.733000', '175621.736000', '175621.739000', '175621.742000', '175621.745000', '175621.748000', '175621.750000', '175621.753000', '175621.756000', '175621.758000', '175621.761000', '175621.763000', '175621.766000', '175621.769000', '175621.771000', '175621.774000', '175621.776000', '175621.779000', '175621.782000', '175621.784000', '175621.787000', '175621.789000', '175621.792000', '175621.794000', '175621.797000', '175621.824000', '175621.826000', '175621.829000', '175621.831000', '175641.697000', '175641.699000', '175641.702000', '175641.705000', '175641.707000', '175641.710000', '175641.712000', '175641.715000', '175641.718000', '175641.720000', '175641.723000', '175641.726000', '175641.728000', '175641.731000', '175641.733000', '175641.736000', '175641.739000', '175641.741000', '175641.744000', '175641.746000', '175641.749000', '175641.751000', '175641.754000', '175641.757000', '175641.759000', '175641.762000', '175641.765000', '175641.767000', '175641.770000', '175641.772000', '175641.775000', '175641.778000', '175641.780000', '175641.783000', '175641.786000', '175641.788000', '175641.791000', '175641.793000', '175641.796000', '175641.799000', '175641.801000', '175641.804000', '175641.806000', '175641.809000', '175701.697000', '175701.699000', '175701.702000', '175701.705000', '175701.707000', '175701.710000', '175701.712000', '175701.715000', '175701.718000', '175701.720000', '175701.723000', '175701.725000', '175701.728000', '175701.730000', '175701.733000', '175701.735000', '175701.738000', '175701.741000', '175701.743000', '175701.746000', '175701.748000', '175701.764000', '175701.767000', '175701.769000', '175701.772000', '175701.774000', '175701.777000', '175701.780000', '175701.782000', '175701.785000', '175701.787000', '175701.790000', '175701.793000', '175701.796000', '175701.798000', '175701.801000', '175701.804000', '175701.806000', '175701.809000', '175701.812000', '175701.814000', '175701.817000', '175701.819000', '175721.695000', '175721.698000', '175721.701000', '175721.704000', '175721.706000', '175721.709000', '175721.711000', '175721.714000', '175721.717000', '175721.719000', '175721.722000', '175721.724000', '175721.727000', '175721.730000', '175721.732000', '175721.735000', '175721.737000', '175721.740000', '175721.743000', '175721.745000', '175721.748000', '175721.750000', '175721.753000', '175721.756000', '175721.758000', '175721.761000', '175721.763000', '175721.766000', '175721.769000', '175721.771000', '175721.774000', '175721.777000', '175721.779000', '175721.782000', '175721.784000', '175721.787000', '175721.790000', '175721.792000', '175721.795000', '175721.797000', '175721.800000', '175721.803000', '175721.805000', '175721.808000', '175741.697000', '175741.699000', '175741.702000', '175741.705000', '175741.707000', '175741.710000', '175741.712000', '175741.715000', '175741.718000', '175741.720000', '175741.723000', '175741.726000', '175741.728000', '175741.731000', '175741.733000', '175741.736000', '175741.739000', '175741.741000', '175741.744000', '175741.747000', '175741.749000', '175741.752000', '175741.755000', '175741.757000', '175741.760000', '175741.762000', '175741.765000', '175741.767000', '175741.770000', '175741.773000', '175741.776000', '175741.779000', '175741.782000', '175741.785000', '175741.787000', '175741.790000', '175741.793000', '175741.795000', '175741.798000', '175741.801000', '175741.803000', '175741.806000', '175741.808000', '175801.697000', '175801.699000', '175801.702000', '175801.705000', '175801.707000', '175801.710000', '175801.712000', '175801.715000', '175801.718000', '175801.720000', '175801.723000', '175801.725000', '175801.728000', '175801.731000', '175801.733000', '175801.736000', '175801.738000', '175801.741000', '175801.744000', '175801.746000', '175801.749000', '175801.751000', '175801.754000', '175801.757000', '175801.759000', '175801.762000', '175801.764000', '175801.767000', '175801.770000', '175801.772000', '175801.775000', '175801.777000', '175801.780000', '175801.783000', '175801.785000', '175801.788000', '175801.790000', '175801.793000', '175801.796000', '175801.798000', '175801.801000', '175801.804000', '175801.806000', '175801.809000', '175821.696000', '175821.699000', '175821.702000', '175821.705000', '175821.707000', '175821.710000', '175821.712000', '175821.715000', '175821.717000', '175821.720000', '175821.723000', '175821.725000', '175821.728000', '175821.730000', '175821.733000', '175821.735000', '175821.738000', '175821.741000', '175821.743000', '175821.746000', '175821.748000', '175821.751000', '175821.754000', '175821.756000', '175821.759000', '175821.762000', '175821.765000', '175821.768000', '175821.771000', '175821.774000', '175821.776000', '175821.779000', '175821.781000', '175821.785000', '175821.787000', '175821.790000', '175821.793000', '175821.795000', '175821.798000', '175821.800000', '175821.803000', '175821.806000', '175821.808000', '175841.697000', '175841.699000', '175841.702000', '175841.705000', '175841.707000', '175841.710000', '175841.713000', '175841.715000', '175841.718000', '175841.720000', '175841.723000', '175841.726000', '175841.728000', '175841.731000', '175841.733000', '175841.736000', '175841.739000', '175841.741000', '175841.744000', '175841.747000', '175841.749000', '175841.752000', '175841.754000', '175841.757000', '175841.760000', '175841.762000', '175841.765000', '175841.767000', '175841.770000', '175841.773000', '175841.775000', '175841.778000', '175841.781000', '175841.783000', '175841.786000', '175841.789000', '175841.791000', '175841.794000', '175841.796000', '175841.799000', '175841.802000', '175841.804000', '175841.807000', '175841.809000', '175901.697000', '175901.699000', '175901.702000', '175901.705000', '175901.707000', '175901.710000', '175901.712000', '175901.715000', '175901.718000', '175901.720000', '175901.723000', '175901.725000', '175901.728000', '175901.730000', '175901.733000', '175901.736000', '175901.739000', '175901.741000', '175901.744000', '175901.746000', '175901.749000', '175901.752000', '175901.754000', '175901.757000', '175901.759000', '175901.762000', '175901.765000', '175901.767000', '175901.770000', '175901.772000', '175901.775000', '175901.778000', '175901.781000', '175901.783000', '175901.786000', '175901.789000', '175901.792000', '175901.794000', '175901.797000', '175901.799000', '175901.802000', '175901.805000', '175901.807000', '175921.697000', '175921.700000', '175921.702000', '175921.705000', '175921.707000', '175921.710000', '175921.712000', '175921.715000', '175921.718000', '175921.720000', '175921.723000', '175921.725000', '175921.728000', '175921.731000', '175921.733000', '175921.736000', '175921.739000', '175921.741000', '175921.744000', '175921.747000', '175921.749000', '175921.752000', '175921.754000', '175921.757000', '175921.759000', '175921.762000', '175921.765000', '175921.767000', '175921.770000', '175921.772000', '175921.775000', '175921.778000', '175921.780000', '175921.783000', '175921.786000', '175921.788000', '175921.791000', '175921.793000', '175921.796000', '175921.799000', '175921.801000', '175921.804000', '175921.806000', '175921.809000', '175941.696000', '175941.699000', '175941.701000', '175941.704000', '175941.706000', '175941.709000', '175941.712000', '175941.714000', '175941.717000', '175941.719000', '175941.722000', '175941.724000', '175941.727000', '175941.730000', '175941.732000', '175941.735000', '175941.738000', '175941.740000', '175941.743000', '175941.745000', '175941.748000', '175941.750000', '175941.753000', '175941.756000', '175941.758000', '175941.761000', '175941.763000', '175941.766000', '175941.769000', '175941.771000', '175941.774000', '175941.777000', '175941.779000', '175941.782000', '175941.786000', '175941.789000', '175941.792000', '175941.795000', '175941.797000', '175941.800000', '175941.803000', '175941.805000', '175941.809000', '180001.697000', '180001.699000', '180001.702000', '180001.705000', '180001.707000', '180001.710000', '180001.712000', '180001.715000', '180001.718000', '180001.720000', '180001.723000', '180001.726000', '180001.728000', '180001.731000', '180001.761000', '180001.764000', '180001.766000', '180001.769000', '180001.772000', '180001.774000', '180001.777000', '180001.779000', '180001.782000', '180001.784000', '180001.787000', '180001.790000', '180001.792000', '180001.795000', '180001.798000', '180001.800000', '180001.803000', '180001.805000', '180001.808000', '180001.810000', '180001.813000', '180001.816000', '180001.818000', '180001.821000', '180001.823000', '180001.826000', '180001.828000', '180001.831000', '180001.834000', '180001.836000', '180021.697000', '180021.699000', '180021.702000', '180021.705000', '180021.707000', '180021.710000', '180021.712000', '180021.715000', '180021.717000', '180021.720000', '180021.723000', '180021.725000', '180021.728000', '180021.730000', '180021.733000', '180021.736000', '180021.738000', '180021.741000', '180021.743000', '180021.746000', '180021.749000', '180021.751000', '180021.754000', '180021.756000', '180021.759000', '180021.761000', '180021.764000', '180021.767000', '180021.769000', '180021.772000', '180021.774000', '180021.777000', '180021.780000', '180021.782000', '180021.785000', '180021.787000', '180021.790000', '180021.792000', '180021.795000', '180021.798000', '180021.800000', '180021.803000', '180021.806000', '180041.697000', '180041.699000', '180041.702000', '180041.705000', '180041.707000', '180041.710000', '180041.712000', '180041.715000', '180041.718000', '180041.720000', '180041.723000', '180041.725000', '180041.728000', '180041.731000', '180041.733000', '180041.736000', '180041.739000', '180041.741000', '180041.744000', '180041.746000', '180041.749000', '180041.751000', '180041.754000', '180041.757000', '180041.759000', '180041.762000', '180041.764000', '180041.767000', '180041.770000', '180041.772000', '180041.775000', '180041.777000', '180041.780000', '180041.783000', '180041.785000', '180041.788000', '180041.790000', '180041.793000', '180041.795000', '180041.798000', '180041.801000', '180041.803000', '180041.806000', '180041.809000', '180101.697000', '180101.699000', '180101.702000', '180101.705000', '180101.707000', '180101.710000', '180101.712000', '180101.715000', '180101.717000', '180101.720000', '180101.723000', '180101.725000', '180101.728000', '180101.731000', '180101.733000', '180101.736000', '180101.738000', '180101.741000', '180101.743000', '180101.746000', '180101.749000', '180101.751000', '180101.754000', '180101.756000', '180101.759000', '180101.762000', '180101.764000', '180101.767000', '180101.770000', '180101.772000', '180101.775000', '180101.777000', '180101.780000', '180101.782000', '180101.785000', '180101.788000', '180101.790000', '180101.793000', '180101.795000', '180101.798000', '180101.801000', '180101.803000', '180101.806000', '180121.697000', '180121.700000', '180121.702000', '180121.705000', '180121.707000', '180121.710000', '180121.713000', '180121.715000', '180121.718000', '180121.720000', '180121.723000', '180121.726000', '180121.728000', '180121.731000', '180121.733000', '180121.736000', '180121.738000', '180121.741000', '180121.744000', '180121.746000', '180121.749000', '180121.751000', '180121.754000', '180121.757000', '180121.773000', '180121.776000', '180121.778000', '180121.781000', '180121.783000', '180121.786000', '180121.789000', '180121.791000', '180121.794000', '180121.796000', '180121.799000', '180121.802000', '180121.804000', '180121.807000', '180121.809000', '180121.812000', '180121.815000', '180121.817000', '180121.820000', '180121.822000', '180127.570000', '180127.573000', '180127.575000', '180127.578000', '180127.580000', '180127.583000', '180127.586000', '180127.588000', '180127.591000', '180127.593000', '180127.596000', '180127.599000', '180127.601000'], 'InstanceCreationTime': ['175441.731000', '175441.734000', '175441.737000', '175441.740000', '175441.742000', '175441.745000', '175441.747000', '175441.750000', '175441.753000', '175441.756000', '175441.758000', '175441.761000', '175441.764000', '175441.767000', '175441.769000', '175441.772000', '175441.775000', '175441.778000', '175441.781000', '175441.783000', '175441.786000', '175441.808000', '175441.811000', '175441.814000', '175441.817000', '175441.819000', '175441.822000', '175441.825000', '175441.827000', '175441.830000', '175441.832000', '175441.835000', '175441.837000', '175441.840000', '175441.843000', '175441.845000', '175441.848000', '175441.851000', '175441.854000', '175441.856000', '175441.859000', '175441.862000', '175441.865000', '175501.695000', '175501.698000', '175501.701000', '175501.703000', '175501.706000', '175501.709000', '175501.711000', '175501.714000', '175501.716000', '175501.719000', '175501.721000', '175501.724000', '175501.727000', '175501.729000', '175501.732000', '175501.735000', '175501.737000', '175501.740000', '175501.742000', '175501.745000', '175501.747000', '175501.750000', '175501.752000', '175501.755000', '175501.757000', '175501.760000', '175501.763000', '175501.765000', '175501.768000', '175501.770000', '175501.773000', '175501.776000', '175501.778000', '175501.781000', '175501.783000', '175501.786000', '175501.788000', '175501.791000', '175501.793000', '175501.796000', '175501.799000', '175501.801000', '175501.804000', '175521.696000', '175521.699000', '175521.702000', '175521.704000', '175521.707000', '175521.709000', '175521.712000', '175521.715000', '175521.717000', '175521.720000', '175521.722000', '175521.725000', '175521.728000', '175521.730000', '175521.733000', '175521.735000', '175521.738000', '175521.740000', '175521.743000', '175521.746000', '175521.748000', '175521.751000', '175521.753000', '175521.756000', '175521.758000', '175521.761000', '175521.777000', '175521.780000', '175521.783000', '175521.785000', '175521.788000', '175521.790000', '175521.793000', '175521.795000', '175521.798000', '175521.801000', '175521.803000', '175521.806000', '175521.808000', '175521.811000', '175521.813000', '175521.816000', '175521.823000', '175521.826000', '175541.697000', '175541.700000', '175541.702000', '175541.705000', '175541.708000', '175541.711000', '175541.713000', '175541.716000', '175541.718000', '175541.724000', '175541.727000', '175541.730000', '175541.732000', '175541.735000', '175541.737000', '175541.740000', '175541.743000', '175541.745000', '175541.748000', '175541.750000', '175541.753000', '175541.755000', '175541.758000', '175541.761000', '175541.763000', '175541.766000', '175541.768000', '175541.771000', '175541.774000', '175541.776000', '175541.779000', '175541.782000', '175541.784000', '175541.787000', '175541.789000', '175541.792000', '175541.795000', '175541.797000', '175541.800000', '175541.803000', '175541.805000', '175541.808000', '175541.811000', '175541.813000', '175601.697000', '175601.699000', '175601.702000', '175601.705000', '175601.707000', '175601.710000', '175601.712000', '175601.715000', '175601.717000', '175601.720000', '175601.723000', '175601.725000', '175601.728000', '175601.730000', '175601.733000', '175601.736000', '175601.738000', '175601.741000', '175601.743000', '175601.746000', '175601.748000', '175601.751000', '175601.754000', '175601.756000', '175601.759000', '175601.762000', '175601.764000', '175601.767000', '175601.769000', '175601.772000', '175601.774000', '175601.777000', '175601.779000', '175601.782000', '175601.785000', '175601.787000', '175601.790000', '175601.793000', '175601.795000', '175601.798000', '175601.804000', '175601.806000', '175601.809000', '175621.697000', '175621.699000', '175621.702000', '175621.705000', '175621.707000', '175621.710000', '175621.712000', '175621.715000', '175621.717000', '175621.720000', '175621.723000', '175621.725000', '175621.728000', '175621.731000', '175621.733000', '175621.736000', '175621.739000', '175621.742000', '175621.745000', '175621.748000', '175621.750000', '175621.753000', '175621.756000', '175621.758000', '175621.761000', '175621.763000', '175621.766000', '175621.769000', '175621.771000', '175621.774000', '175621.776000', '175621.779000', '175621.782000', '175621.784000', '175621.787000', '175621.789000', '175621.792000', '175621.794000', '175621.797000', '175621.824000', '175621.826000', '175621.829000', '175621.831000', '175641.697000', '175641.699000', '175641.702000', '175641.705000', '175641.707000', '175641.710000', '175641.712000', '175641.715000', '175641.718000', '175641.720000', '175641.723000', '175641.726000', '175641.728000', '175641.731000', '175641.733000', '175641.736000', '175641.739000', '175641.741000', '175641.744000', '175641.746000', '175641.749000', '175641.751000', '175641.754000', '175641.757000', '175641.759000', '175641.762000', '175641.765000', '175641.767000', '175641.770000', '175641.772000', '175641.775000', '175641.778000', '175641.780000', '175641.783000', '175641.786000', '175641.788000', '175641.791000', '175641.793000', '175641.796000', '175641.799000', '175641.801000', '175641.804000', '175641.806000', '175641.809000', '175701.697000', '175701.699000', '175701.702000', '175701.705000', '175701.707000', '175701.710000', '175701.712000', '175701.715000', '175701.718000', '175701.720000', '175701.723000', '175701.725000', '175701.728000', '175701.730000', '175701.733000', '175701.735000', '175701.738000', '175701.741000', '175701.743000', '175701.746000', '175701.748000', '175701.764000', '175701.767000', '175701.769000', '175701.772000', '175701.774000', '175701.777000', '175701.780000', '175701.782000', '175701.785000', '175701.787000', '175701.790000', '175701.793000', '175701.796000', '175701.798000', '175701.801000', '175701.804000', '175701.806000', '175701.809000', '175701.812000', '175701.814000', '175701.817000', '175701.819000', '175721.695000', '175721.698000', '175721.701000', '175721.704000', '175721.706000', '175721.709000', '175721.711000', '175721.714000', '175721.717000', '175721.719000', '175721.722000', '175721.724000', '175721.727000', '175721.730000', '175721.732000', '175721.735000', '175721.737000', '175721.740000', '175721.743000', '175721.745000', '175721.748000', '175721.750000', '175721.753000', '175721.756000', '175721.758000', '175721.761000', '175721.763000', '175721.766000', '175721.769000', '175721.771000', '175721.774000', '175721.777000', '175721.779000', '175721.782000', '175721.784000', '175721.787000', '175721.790000', '175721.792000', '175721.795000', '175721.797000', '175721.800000', '175721.803000', '175721.805000', '175721.808000', '175741.697000', '175741.699000', '175741.702000', '175741.705000', '175741.707000', '175741.710000', '175741.712000', '175741.715000', '175741.718000', '175741.720000', '175741.723000', '175741.726000', '175741.728000', '175741.731000', '175741.733000', '175741.736000', '175741.739000', '175741.741000', '175741.744000', '175741.747000', '175741.749000', '175741.752000', '175741.755000', '175741.757000', '175741.760000', '175741.762000', '175741.765000', '175741.767000', '175741.770000', '175741.773000', '175741.776000', '175741.779000', '175741.782000', '175741.785000', '175741.787000', '175741.790000', '175741.793000', '175741.795000', '175741.798000', '175741.801000', '175741.803000', '175741.806000', '175741.808000', '175801.697000', '175801.699000', '175801.702000', '175801.705000', '175801.707000', '175801.710000', '175801.712000', '175801.715000', '175801.718000', '175801.720000', '175801.723000', '175801.725000', '175801.728000', '175801.731000', '175801.733000', '175801.736000', '175801.738000', '175801.741000', '175801.744000', '175801.746000', '175801.749000', '175801.751000', '175801.754000', '175801.757000', '175801.759000', '175801.762000', '175801.764000', '175801.767000', '175801.770000', '175801.772000', '175801.775000', '175801.777000', '175801.780000', '175801.783000', '175801.785000', '175801.788000', '175801.790000', '175801.793000', '175801.796000', '175801.798000', '175801.801000', '175801.804000', '175801.806000', '175801.809000', '175821.696000', '175821.699000', '175821.702000', '175821.705000', '175821.707000', '175821.710000', '175821.712000', '175821.715000', '175821.717000', '175821.720000', '175821.723000', '175821.725000', '175821.728000', '175821.730000', '175821.733000', '175821.735000', '175821.738000', '175821.741000', '175821.743000', '175821.746000', '175821.748000', '175821.751000', '175821.754000', '175821.756000', '175821.759000', '175821.762000', '175821.765000', '175821.768000', '175821.771000', '175821.774000', '175821.776000', '175821.779000', '175821.781000', '175821.785000', '175821.787000', '175821.790000', '175821.793000', '175821.795000', '175821.798000', '175821.800000', '175821.803000', '175821.806000', '175821.808000', '175841.697000', '175841.699000', '175841.702000', '175841.705000', '175841.707000', '175841.710000', '175841.713000', '175841.715000', '175841.718000', '175841.720000', '175841.723000', '175841.726000', '175841.728000', '175841.731000', '175841.733000', '175841.736000', '175841.739000', '175841.741000', '175841.744000', '175841.747000', '175841.749000', '175841.752000', '175841.754000', '175841.757000', '175841.760000', '175841.762000', '175841.765000', '175841.767000', '175841.770000', '175841.773000', '175841.775000', '175841.778000', '175841.781000', '175841.783000', '175841.786000', '175841.789000', '175841.791000', '175841.794000', '175841.796000', '175841.799000', '175841.802000', '175841.804000', '175841.807000', '175841.809000', '175901.697000', '175901.699000', '175901.702000', '175901.705000', '175901.707000', '175901.710000', '175901.712000', '175901.715000', '175901.718000', '175901.720000', '175901.723000', '175901.725000', '175901.728000', '175901.730000', '175901.733000', '175901.736000', '175901.739000', '175901.741000', '175901.744000', '175901.746000', '175901.749000', '175901.752000', '175901.754000', '175901.757000', '175901.759000', '175901.762000', '175901.765000', '175901.767000', '175901.770000', '175901.772000', '175901.775000', '175901.778000', '175901.781000', '175901.783000', '175901.786000', '175901.789000', '175901.792000', '175901.794000', '175901.797000', '175901.799000', '175901.802000', '175901.805000', '175901.807000', '175921.697000', '175921.700000', '175921.702000', '175921.705000', '175921.707000', '175921.710000', '175921.712000', '175921.715000', '175921.718000', '175921.720000', '175921.723000', '175921.725000', '175921.728000', '175921.731000', '175921.733000', '175921.736000', '175921.739000', '175921.741000', '175921.744000', '175921.747000', '175921.749000', '175921.752000', '175921.754000', '175921.757000', '175921.759000', '175921.762000', '175921.765000', '175921.767000', '175921.770000', '175921.772000', '175921.775000', '175921.778000', '175921.780000', '175921.783000', '175921.786000', '175921.788000', '175921.791000', '175921.793000', '175921.796000', '175921.799000', '175921.801000', '175921.804000', '175921.806000', '175921.809000', '175941.696000', '175941.699000', '175941.701000', '175941.704000', '175941.706000', '175941.709000', '175941.712000', '175941.714000', '175941.717000', '175941.719000', '175941.722000', '175941.724000', '175941.727000', '175941.730000', '175941.732000', '175941.735000', '175941.738000', '175941.740000', '175941.743000', '175941.745000', '175941.748000', '175941.750000', '175941.753000', '175941.756000', '175941.758000', '175941.761000', '175941.763000', '175941.766000', '175941.769000', '175941.771000', '175941.774000', '175941.777000', '175941.779000', '175941.782000', '175941.786000', '175941.789000', '175941.792000', '175941.795000', '175941.797000', '175941.800000', '175941.803000', '175941.805000', '175941.809000', '180001.697000', '180001.699000', '180001.702000', '180001.705000', '180001.707000', '180001.710000', '180001.712000', '180001.715000', '180001.718000', '180001.720000', '180001.723000', '180001.726000', '180001.728000', '180001.731000', '180001.761000', '180001.764000', '180001.766000', '180001.769000', '180001.772000', '180001.774000', '180001.777000', '180001.779000', '180001.782000', '180001.784000', '180001.787000', '180001.790000', '180001.792000', '180001.795000', '180001.798000', '180001.800000', '180001.803000', '180001.805000', '180001.808000', '180001.810000', '180001.813000', '180001.816000', '180001.818000', '180001.821000', '180001.823000', '180001.826000', '180001.828000', '180001.831000', '180001.834000', '180001.836000', '180021.697000', '180021.699000', '180021.702000', '180021.705000', '180021.707000', '180021.710000', '180021.712000', '180021.715000', '180021.717000', '180021.720000', '180021.723000', '180021.725000', '180021.728000', '180021.730000', '180021.733000', '180021.736000', '180021.738000', '180021.741000', '180021.743000', '180021.746000', '180021.749000', '180021.751000', '180021.754000', '180021.756000', '180021.759000', '180021.761000', '180021.764000', '180021.767000', '180021.769000', '180021.772000', '180021.774000', '180021.777000', '180021.780000', '180021.782000', '180021.785000', '180021.787000', '180021.790000', '180021.792000', '180021.795000', '180021.798000', '180021.800000', '180021.803000', '180021.806000', '180041.697000', '180041.699000', '180041.702000', '180041.705000', '180041.707000', '180041.710000', '180041.712000', '180041.715000', '180041.718000', '180041.720000', '180041.723000', '180041.725000', '180041.728000', '180041.731000', '180041.733000', '180041.736000', '180041.739000', '180041.741000', '180041.744000', '180041.746000', '180041.749000', '180041.751000', '180041.754000', '180041.757000', '180041.759000', '180041.762000', '180041.764000', '180041.767000', '180041.770000', '180041.772000', '180041.775000', '180041.777000', '180041.780000', '180041.783000', '180041.785000', '180041.788000', '180041.790000', '180041.793000', '180041.795000', '180041.798000', '180041.801000', '180041.803000', '180041.806000', '180041.809000', '180101.697000', '180101.699000', '180101.702000', '180101.705000', '180101.707000', '180101.710000', '180101.712000', '180101.715000', '180101.717000', '180101.720000', '180101.723000', '180101.725000', '180101.728000', '180101.731000', '180101.733000', '180101.736000', '180101.738000', '180101.741000', '180101.743000', '180101.746000', '180101.749000', '180101.751000', '180101.754000', '180101.756000', '180101.759000', '180101.762000', '180101.764000', '180101.767000', '180101.770000', '180101.772000', '180101.775000', '180101.777000', '180101.780000', '180101.782000', '180101.785000', '180101.788000', '180101.790000', '180101.793000', '180101.795000', '180101.798000', '180101.801000', '180101.803000', '180101.806000', '180121.697000', '180121.700000', '180121.702000', '180121.705000', '180121.707000', '180121.710000', '180121.713000', '180121.715000', '180121.718000', '180121.720000', '180121.723000', '180121.726000', '180121.728000', '180121.731000', '180121.733000', '180121.736000', '180121.738000', '180121.741000', '180121.744000', '180121.746000', '180121.749000', '180121.751000', '180121.754000', '180121.757000', '180121.773000', '180121.776000', '180121.778000', '180121.781000', '180121.783000', '180121.786000', '180121.789000', '180121.791000', '180121.794000', '180121.796000', '180121.799000', '180121.802000', '180121.804000', '180121.807000', '180121.809000', '180121.812000', '180121.815000', '180121.817000', '180121.820000', '180121.822000', '180127.570000', '180127.573000', '180127.575000', '180127.578000', '180127.580000', '180127.583000', '180127.586000', '180127.588000', '180127.591000', '180127.593000', '180127.596000', '180127.599000', '180127.601000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [13661, 10617, 12091, 10099, 13724, 10851, 11994, 10460, 12034, 10538, 14024, 11857, 12450, 15903, 10853, 13985, 11577, 11382, 12696, 10033, 14058, 10913, 13378, 11551, 11734, 11823, 9922, 15017, 10582, 14240, 11196, 10075, 10921, 9915, 12093, 10365, 12609, 10627, 13562, 11574, 11772, 12573, 10411, 13649, 11233, 12662, 11970, 9687, 14385, 10808, 12881, 11243, 10208, 11500, 10099, 12390, 9770, 14278, 10842, 13196, 12135, 10719, 12532, 10220, 13461, 11018, 10909, 11912, 9885, 12353, 10332, 11200, 10747, 11463, 10600, 13780, 11111, 13511, 11165, 11538, 14654, 10374, 14311, 11298, 12207, 12129, 9919, 13411, 10477, 13364, 11682, 12234, 11643, 10233, 13171, 10468, 12837, 10515, 10631, 10485, 12629, 10580, 11712, 10738, 12443, 12033, 11376, 11958, 10667, 11985, 11329, 13029, 11141, 14771, 11515, 15048, 11776, 13851, 11671, 13788, 11826, 14979, 11358, 14455, 11816, 14160, 16047, 10235, 16605, 11698, 14701, 12031, 13461, 12409, 11616, 15263, 10504, 14108, 10687, 13525, 10828, 13965, 11473, 14173, 11555, 12706, 14320, 10296, 15567, 11091, 14030, 12121, 12798, 13718, 10106, 14421, 10767, 13595, 10947, 12272, 10467, 11978, 11692, 11324, 11686, 12204, 11367, 13789, 10127, 15308, 10989, 13973, 11688, 10656, 11628, 11599, 11152, 12452, 11448, 13002, 12445, 9362, 13508, 10196, 11527, 9958, 12045, 10760, 11261, 13446, 11149, 13534, 11872, 11074, 15710, 10674, 14173, 11325, 12615, 11665, 9308, 12452, 9817, 12105, 9920, 12079, 10161, 12408, 10008, 12870, 10582, 13090, 11790, 12288, 12432, 9749, 13670, 10226, 13767, 10966, 13029, 11567, 12896, 11178, 12046, 11645, 12000, 11140, 12757, 10259, 14081, 11811, 13789, 14888, 10170, 15489, 11036, 14390, 12246, 12144, 11894, 10944, 12026, 10930, 14942, 10430, 14909, 12155, 13185, 11958, 10609, 12158, 10885, 12884, 11096, 12194, 10259, 14364, 10812, 14905, 12006, 13634, 14097, 10656, 13425, 9756, 11614, 9970, 12640, 11910, 14539, 11626, 12996, 12447, 10635, 13976, 11894, 13115, 12997, 10487, 14544, 12213, 11684, 16064, 10942, 14326, 12369, 10190, 15094, 11597, 12746, 12207, 10398, 14693, 11475, 11529, 11462, 10009, 12888, 10891, 13186, 12084, 11667, 11968, 10357, 13334, 11414, 12753, 12631, 10973, 12286, 11108, 13601, 11867, 12375, 12898, 11440, 11477, 10276, 11756, 10901, 12347, 11452, 12288, 11163, 10921, 11002, 12319, 11062, 12397, 11321, 12742, 11767, 13201, 11344, 14604, 12395, 13424, 11366, 10819, 13578, 10943, 14458, 12432, 12942, 12279, 12487, 12076, 11645, 12514, 11066, 14208, 11740, 13718, 12187, 13026, 12613, 12505, 12834, 12194, 12303, 11405, 13630, 10922, 14535, 11616, 14155, 12200, 13986, 12991, 12519, 12309, 11788, 12942, 10864, 13302, 10943, 14462, 11631, 14473, 12217, 11949, 12433, 11466, 12386, 12726, 11150, 12672, 12216, 12701, 11136, 13321, 13152, 12531, 13339, 11879, 14066, 11812, 11674, 13073, 10426, 12767, 13956, 11651, 12563, 12757, 11052, 12439, 13514, 12098, 14091, 12389, 11828, 12341, 12625, 12203, 13124, 12191, 10808, 11341, 11382, 11432, 11506, 12860, 11548, 11799, 10522, 12311, 10628, 10462, 8890, 11375, 11488, 11585, 13081, 11628, 13972, 11147, 10801, 12103, 11043, 11565, 10189, 13440, 9896, 11240, 9145, 11700, 11375, 10205, 13915, 10887, 13842, 10637, 14087, 10451, 11928, 14456, 9824, 15309, 10147, 14814, 9748, 13207, 10470, 12974, 10502, 11544, 12034, 10292, 13636, 9551, 15028, 9497, 14741, 10132, 13757, 10109, 10777, 13466, 9328, 15208, 10068, 14611, 11161, 10720, 11330, 9867, 11391, 12227, 11115, 12147, 10816, 10409, 11468, 9994, 14523, 9784, 14766, 10757, 13057, 12031, 9386, 11800, 9993, 11502, 12481, 11066, 10317, 11190, 10268, 11407, 11728, 11474, 14936, 12073, 14651, 10751, 14991, 11042, 15403, 11616, 15104, 10911, 14352, 11266, 14764, 10613, 16067, 10941, 15956, 10132, 15570, 10331, 15177, 10206, 15948, 10389, 15386, 10595, 15206, 10871, 14844, 10630, 15493, 10733, 13052, 10743, 13348, 10649, 13855, 10404, 12816, 10386, 12097, 10596, 11379, 14288, 10905, 16185, 11244, 15402, 9103, 16433, 9599, 15750, 10432, 15460, 10840, 14746, 9924, 14820, 9722, 14842, 9316, 15443, 11001, 14048, 9418, 12537, 10653, 12887, 11958, 14624, 12127, 11619, 12096, 13351, 11044, 16179, 11356, 16052, 9344, 16858, 9415, 16724, 9678, 16204, 10287, 15315, 10086, 15565, 10921, 14960, 10510, 14247, 11403, 12161, 10667, 11785, 10127, 12211, 10499, 12577, 10743, 12312, 10145, 14238, 11070, 14217, 11467, 13365, 10242, 14210, 10465, 14287, 17554, 12257, 17201, 8694, 17965, 9407, 16459, 9716, 15858, 9783, 13431, 10029, 12070, 10214, 14764, 10674, 15535, 10086, 15604, 10251, 15039, 10059, 13891, 10703, 12778, 10519, 10811, 10250, 11377, 10170, 12407, 10043, 13620, 10219, 13070, 10015, 14390, 9671, 15724, 10226, 16702, 9866, 16432, 9651, 16398, 9479, 16879, 9659, 16749, 9047, 16809, 9344, 16568, 10748, 17094, 9488, 16593, 9412, 16800, 9537, 16703, 9629, 16120, 9626, 16163, 9872, 15802, 9373, 15753, 9741, 14072, 9919, 14889, 10099, 16126, 9269, 16386, 8638, 16000, 9064, 15370, 13825, 14224, 11418, 10415, 13669, 11577, 14413, 12586, 16283, 9851, 9205, 9892, 10180, 14569, 11993, 12061, 14500, 10998, 12883, 12425, 10819, 17520, 13216, 14121, 12365, 11643, 13363, 11897, 9745, 14562, 10833, 16100, 13897, 14382, 13750, 15148, 17703, 13035, 18177, 10900, 16759, 10574, 15347, 10836, 10681, 12932, 10915, 14766, 10574, 14981, 10306, 11512, 10881, 12187, 10331, 10887, 12954, 10629, 14431, 10206, 13366, 10640, 12395, 9623, 10635, 11348, 10581, 11479, 10320, 11462, 10197, 9528, 10438, 10434, 11480, 11509, 10210, 12693, 9686, 13710, 10193, 12329, 9421, 11074, 9625, 12999, 11510, 10593, 11850, 10934, 12342, 10859, 12942, 11224, 13288, 11774, 12620, 14100, 11947, 10355, 9824, 11898, 10580, 14430, 11197, 15498, 11117, 14147, 11088, 12820, 10462, 12267, 14817, 12475, 15092, 10731, 13604, 9964, 13210, 10470, 10576, 12963, 11381, 14826, 11486, 12818, 9993, 12272, 9860, 13457, 10460, 14488, 10622, 14649, 10955, 12669, 10693, 12272, 9871, 13334, 12540, 11803, 11232, 9769, 13744, 10288, 13905, 11087, 14066, 10436, 12183, 10068, 12126, 9523, 11362, 13328, 11344, 15609, 10683, 14323, 10911, 12772, 10075, 12346, 12331, 11257, 11586, 9941, 11856, 10139, 13820, 10688, 14681, 10468, 13747, 10564, 13144, 10235, 13513, 10058, 12197, 12258, 11511, 12891, 9711, 14450, 10176, 13026, 10008, 13486, 10765, 12023, 9589, 9975, 10095, 11200, 8937, 11830, 10773, 11376, 8970, 11635, 11009, 10633, 14798, 10040, 14241, 10313, 12612, 9910, 11177, 11518, 10033, 13845, 11152, 14268, 10344, 13710, 10401], 'WindowCenter': [4946.0, 4905.0, 4923.0, 4892.0, 4907.0, 4891.0, 4887.0, 4877.0, 4883.0, 4866.0, 4904.0, 4887.0, 4898.0, 4902.0, 4863.0, 4890.0, 4861.0, 4861.0, 4869.0, 4841.0, 4879.0, 4861.0, 4879.0, 4860.0, 4871.0, 4870.0, 4842.0, 4890.0, 4851.0, 4890.0, 4849.0, 4839.0, 4849.0, 4840.0, 4869.0, 4853.0, 4870.0, 4862.0, 4881.0, 4861.0, 4872.0, 4868.0, 4851.0, 4879.0, 4860.0, 4880.0, 4859.0, 4842.0, 4877.0, 4851.0, 4872.0, 4850.0, 4840.0, 4859.0, 4851.0, 4869.0, 4852.0, 4888.0, 4861.0, 4880.0, 4869.0, 4852.0, 4870.0, 4851.0, 4875.0, 4860.0, 4861.0, 4870.0, 4851.0, 4881.0, 4863.0, 4872.0, 4875.0, 4873.0, 4865.0, 4892.0, 4864.0, 4890.0, 4861.0, 4862.0, 4888.0, 4841.0, 4878.0, 4860.0, 4870.0, 4859.0, 4841.0, 4878.0, 4851.0, 4878.0, 4870.0, 4870.0, 4857.0, 4852.0, 4881.0, 4863.0, 4879.0, 4863.0, 4860.0, 4863.0, 4893.0, 4877.0, 4886.0, 4888.0, 4893.0, 4883.0, 4889.0, 4898.0, 4879.0, 4897.0, 4889.0, 4895.0, 4886.0, 4903.0, 4887.0, 4901.0, 4887.0, 4905.0, 4887.0, 4907.0, 4896.0, 4914.0, 4887.0, 4905.0, 4886.0, 4907.0, 4902.0, 4854.0, 4902.0, 4862.0, 4890.0, 4869.0, 4882.0, 4870.0, 4863.0, 4889.0, 4853.0, 4880.0, 4863.0, 4881.0, 4865.0, 4893.0, 4874.0, 4894.0, 4873.0, 4884.0, 4880.0, 4853.0, 4889.0, 4862.0, 4891.0, 4870.0, 4871.0, 4879.0, 4853.0, 4890.0, 4852.0, 4880.0, 4863.0, 4872.0, 4864.0, 4874.0, 4875.0, 4864.0, 4875.0, 4885.0, 4876.0, 4892.0, 4852.0, 4891.0, 4853.0, 4879.0, 4861.0, 4852.0, 4886.0, 4874.0, 4864.0, 4872.0, 4861.0, 4881.0, 4869.0, 4831.0, 4879.0, 4854.0, 4873.0, 4856.0, 4896.0, 4877.0, 4878.0, 4897.0, 4878.0, 4896.0, 4874.0, 4865.0, 4902.0, 4853.0, 4882.0, 4863.0, 4872.0, 4860.0, 4831.0, 4869.0, 4842.0, 4870.0, 4853.0, 4873.0, 4866.0, 4884.0, 4857.0, 4883.0, 4866.0, 4895.0, 4875.0, 4886.0, 4884.0, 4857.0, 4893.0, 4865.0, 4893.0, 4865.0, 4894.0, 4886.0, 4895.0, 4877.0, 4887.0, 4887.0, 4886.0, 4890.0, 4897.0, 4879.0, 4907.0, 4876.0, 4896.0, 4903.0, 4855.0, 4903.0, 4865.0, 4904.0, 4873.0, 4884.0, 4872.0, 4864.0, 4873.0, 4876.0, 4903.0, 4866.0, 4905.0, 4885.0, 4894.0, 4873.0, 4853.0, 4884.0, 4864.0, 4872.0, 4865.0, 4873.0, 4866.0, 4892.0, 4864.0, 4903.0, 4875.0, 4883.0, 4881.0, 4853.0, 4879.0, 4845.0, 4875.0, 4867.0, 4884.0, 4886.0, 4893.0, 4875.0, 4884.0, 4872.0, 4865.0, 4892.0, 4874.0, 4894.0, 4881.0, 4853.0, 4881.0, 4860.0, 4862.0, 4888.0, 4850.0, 4880.0, 4858.0, 4842.0, 4877.0, 4848.0, 4857.0, 4869.0, 4840.0, 4866.0, 4847.0, 4848.0, 4847.0, 4830.0, 4856.0, 4849.0, 4867.0, 4859.0, 4859.0, 4858.0, 4842.0, 4868.0, 4860.0, 4869.0, 4870.0, 4852.0, 4860.0, 4862.0, 4879.0, 4872.0, 4872.0, 4883.0, 4863.0, 4862.0, 4853.0, 4872.0, 4864.0, 4882.0, 4876.0, 4899.0, 4915.0, 4865.0, 4877.0, 4898.0, 4887.0, 4898.0, 4889.0, 4908.0, 4901.0, 4906.0, 4888.0, 4907.0, 4898.0, 4897.0, 4877.0, 4878.0, 4891.0, 4877.0, 4904.0, 4885.0, 4885.0, 4886.0, 4886.0, 4885.0, 4886.0, 4885.0, 4888.0, 4894.0, 4887.0, 4892.0, 4886.0, 4895.0, 4886.0, 4885.0, 4895.0, 4886.0, 4885.0, 4888.0, 4893.0, 4877.0, 4906.0, 4888.0, 4905.0, 4885.0, 4904.0, 4895.0, 4887.0, 4885.0, 4887.0, 4885.0, 4877.0, 4895.0, 4877.0, 4904.0, 4876.0, 4894.0, 4885.0, 4875.0, 4885.0, 4873.0, 4897.0, 4894.0, 4890.0, 4899.0, 4900.0, 4910.0, 4889.0, 4908.0, 4898.0, 4887.0, 4898.0, 4888.0, 4908.0, 4877.0, 4876.0, 4896.0, 4866.0, 4896.0, 4907.0, 4876.0, 4887.0, 4896.0, 4876.0, 4897.0, 4906.0, 4888.0, 4905.0, 4887.0, 4886.0, 4886.0, 4886.0, 4899.0, 4912.0, 4875.0, 4840.0, 4842.0, 4854.0, 4842.0, 4827.0, 4822.0, 4817.0, 4833.0, 4822.0, 4818.0, 4786.0, 4782.0, 4753.0, 4793.0, 4793.0, 4832.0, 4839.0, 4805.0, 4827.0, 4805.0, 4793.0, 4800.0, 4802.0, 4792.0, 4780.0, 4808.0, 4770.0, 4781.0, 4762.0, 4804.0, 4803.0, 4785.0, 4821.0, 4792.0, 4810.0, 4780.0, 4810.0, 4770.0, 4791.0, 4808.0, 4760.0, 4814.0, 4769.0, 4803.0, 4748.0, 4786.0, 4756.0, 4787.0, 4766.0, 4776.0, 4775.0, 4768.0, 4795.0, 4758.0, 4805.0, 4758.0, 4805.0, 4756.0, 4796.0, 4756.0, 4767.0, 4795.0, 4748.0, 4805.0, 4759.0, 4814.0, 4779.0, 4778.0, 4790.0, 4766.0, 4790.0, 4801.0, 4791.0, 4812.0, 4793.0, 4793.0, 4792.0, 4784.0, 4821.0, 4783.0, 4828.0, 4793.0, 4810.0, 4815.0, 4763.0, 4803.0, 4784.0, 4804.0, 4814.0, 4804.0, 4785.0, 4806.0, 4785.0, 4806.0, 4812.0, 4806.0, 4845.0, 4817.0, 4835.0, 4807.0, 4834.0, 4804.0, 4831.0, 4804.0, 4832.0, 4795.0, 4830.0, 4805.0, 4832.0, 4793.0, 4842.0, 4794.0, 4842.0, 4784.0, 4842.0, 4783.0, 4829.0, 4783.0, 4832.0, 4784.0, 4828.0, 4794.0, 4832.0, 4795.0, 4821.0, 4783.0, 4828.0, 4793.0, 4809.0, 4793.0, 4811.0, 4782.0, 4820.0, 4781.0, 4811.0, 4771.0, 4799.0, 4780.0, 4792.0, 4818.0, 4793.0, 4827.0, 4793.0, 4829.0, 4764.0, 4830.0, 4773.0, 4830.0, 4783.0, 4831.0, 4795.0, 4832.0, 4796.0, 4832.0, 4775.0, 4831.0, 4775.0, 4832.0, 4807.0, 4831.0, 4777.0, 4823.0, 4796.0, 4824.0, 4816.0, 4833.0, 4815.0, 4803.0, 4814.0, 4823.0, 4805.0, 4841.0, 4791.0, 4841.0, 4775.0, 4840.0, 4774.0, 4841.0, 4773.0, 4840.0, 4785.0, 4833.0, 4797.0, 4843.0, 4795.0, 4832.0, 4794.0, 4833.0, 4802.0, 4815.0, 4794.0, 4805.0, 4784.0, 4813.0, 4794.0, 4815.0, 4795.0, 4815.0, 4797.0, 4836.0, 4794.0, 4824.0, 4792.0, 4812.0, 4784.0, 4823.0, 4782.0, 4821.0, 4839.0, 4801.0, 4839.0, 4753.0, 4837.0, 4761.0, 4829.0, 4772.0, 4830.0, 4773.0, 4811.0, 4773.0, 4801.0, 4783.0, 4832.0, 4795.0, 4843.0, 4794.0, 4842.0, 4784.0, 4832.0, 4774.0, 4824.0, 4784.0, 4813.0, 4806.0, 4803.0, 4794.0, 4803.0, 4784.0, 4813.0, 4785.0, 4824.0, 4796.0, 4822.0, 4786.0, 4834.0, 4785.0, 4842.0, 4796.0, 4854.0, 4796.0, 4853.0, 4785.0, 4842.0, 4782.0, 4850.0, 4786.0, 4854.0, 4777.0, 4852.0, 4775.0, 4838.0, 4794.0, 4842.0, 4785.0, 4838.0, 4775.0, 4838.0, 4773.0, 4842.0, 4785.0, 4838.0, 4784.0, 4841.0, 4783.0, 4838.0, 4774.0, 4840.0, 4784.0, 4833.0, 4786.0, 4831.0, 4794.0, 4841.0, 4776.0, 4853.0, 4776.0, 4840.0, 4774.0, 4832.0, 4833.0, 4835.0, 4813.0, 4831.0, 4933.0, 4930.0, 4969.0, 4938.0, 4954.0, 4893.0, 4884.0, 4880.0, 4880.0, 4930.0, 4903.0, 4914.0, 4931.0, 4906.0, 4936.0, 4923.0, 4904.0, 4951.0, 4895.0, 4894.0, 4873.0, 4864.0, 4884.0, 4875.0, 4855.0, 4904.0, 4877.0, 4903.0, 4871.0, 4870.0, 4856.0, 4867.0, 4873.0, 4846.0, 4872.0, 4815.0, 4861.0, 4814.0, 4851.0, 4811.0, 4811.0, 4828.0, 4812.0, 4849.0, 4824.0, 4861.0, 4814.0, 4823.0, 4825.0, 4844.0, 4814.0, 4835.0, 4843.0, 4826.0, 4865.0, 4828.0, 4865.0, 4838.0, 4858.0, 4829.0, 4850.0, 4850.0, 4853.0, 4861.0, 4853.0, 4861.0, 4854.0, 4854.0, 4864.0, 4865.0, 4876.0, 4874.0, 4855.0, 4883.0, 4848.0, 4894.0, 4866.0, 4885.0, 4873.0, 4886.0, 4868.0, 4907.0, 4900.0, 4891.0, 4911.0, 4893.0, 4910.0, 4892.0, 4910.0, 4889.0, 4910.0, 4887.0, 4899.0, 4907.0, 4889.0, 4880.0, 4870.0, 4887.0, 4880.0, 4905.0, 4878.0, 4906.0, 4878.0, 4905.0, 4877.0, 4884.0, 4865.0, 4886.0, 4891.0, 4873.0, 4892.0, 4865.0, 4882.0, 4844.0, 4883.0, 4852.0, 4854.0, 4882.0, 4875.0, 4891.0, 4874.0, 4883.0, 4856.0, 4885.0, 4854.0, 4883.0, 4855.0, 4893.0, 4854.0, 4892.0, 4864.0, 4882.0, 4866.0, 4874.0, 4844.0, 4884.0, 4874.0, 4875.0, 4864.0, 4855.0, 4882.0, 4855.0, 4881.0, 4863.0, 4883.0, 4854.0, 4872.0, 4855.0, 4875.0, 4843.0, 4874.0, 4879.0, 4853.0, 4890.0, 4852.0, 4879.0, 4851.0, 4870.0, 4841.0, 4871.0, 4860.0, 4851.0, 4849.0, 4831.0, 4858.0, 4842.0, 4879.0, 4852.0, 4880.0, 4852.0, 4880.0, 4851.0, 4871.0, 4841.0, 4870.0, 4830.0, 4860.0, 4859.0, 4851.0, 4870.0, 4832.0, 4879.0, 4841.0, 4869.0, 4830.0, 4869.0, 4840.0, 4860.0, 4831.0, 4841.0, 4853.0, 4863.0, 4823.0, 4874.0, 4853.0, 4864.0, 4836.0, 4875.0, 4853.0, 4855.0, 4891.0, 4843.0, 4881.0, 4843.0, 4871.0, 4833.0, 4851.0, 4850.0, 4842.0, 4879.0, 4852.0, 4880.0, 4843.0, 4880.0, 4851.0], 'WindowWidth': [10738.0, 10676.0, 10699.0, 10652.0, 10662.0, 10644.0, 10632.0, 10618.0, 10622.0, 10600.0, 10652.0, 10631.0, 10651.0, 10648.0, 10591.0, 10626.0, 10585.0, 10585.0, 10593.0, 10559.0, 10607.0, 10587.0, 10608.0, 10583.0, 10600.0, 10595.0, 10562.0, 10624.0, 10573.0, 10625.0, 10565.0, 10553.0, 10566.0, 10556.0, 10595.0, 10580.0, 10598.0, 10589.0, 10612.0, 10586.0, 10601.0, 10591.0, 10572.0, 10607.0, 10583.0, 10610.0, 10580.0, 10562.0, 10603.0, 10571.0, 10600.0, 10568.0, 10554.0, 10581.0, 10572.0, 10595.0, 10576.0, 10619.0, 10586.0, 10610.0, 10594.0, 10576.0, 10594.0, 10572.0, 10598.0, 10581.0, 10588.0, 10597.0, 10572.0, 10616.0, 10592.0, 10605.0, 10614.0, 10607.0, 10600.0, 10631.0, 10594.0, 10626.0, 10586.0, 10589.0, 10618.0, 10558.0, 10605.0, 10582.0, 10595.0, 10579.0, 10560.0, 10604.0, 10571.0, 10605.0, 10595.0, 10597.0, 10575.0, 10576.0, 10616.0, 10592.0, 10609.0, 10593.0, 10585.0, 10593.0, 10636.0, 10619.0, 10629.0, 10636.0, 10638.0, 10624.0, 10639.0, 10649.0, 10626.0, 10647.0, 10637.0, 10641.0, 10631.0, 10651.0, 10631.0, 10644.0, 10632.0, 10653.0, 10632.0, 10661.0, 10643.0, 10665.0, 10632.0, 10653.0, 10628.0, 10659.0, 10644.0, 10580.0, 10645.0, 10588.0, 10624.0, 10594.0, 10614.0, 10594.0, 10589.0, 10621.0, 10575.0, 10611.0, 10590.0, 10614.0, 10597.0, 10632.0, 10608.0, 10636.0, 10604.0, 10620.0, 10610.0, 10574.0, 10620.0, 10588.0, 10628.0, 10595.0, 10598.0, 10605.0, 10575.0, 10622.0, 10572.0, 10607.0, 10590.0, 10602.0, 10594.0, 10608.0, 10611.0, 10593.0, 10609.0, 10626.0, 10613.0, 10631.0, 10577.0, 10626.0, 10575.0, 10605.0, 10583.0, 10574.0, 10630.0, 10609.0, 10596.0, 10601.0, 10584.0, 10611.0, 10592.0, 10542.0, 10606.0, 10581.0, 10606.0, 10589.0, 10644.0, 10618.0, 10620.0, 10644.0, 10622.0, 10643.0, 10606.0, 10595.0, 10643.0, 10576.0, 10616.0, 10590.0, 10600.0, 10580.0, 10544.0, 10593.0, 10561.0, 10597.0, 10578.0, 10604.0, 10599.0, 10621.0, 10591.0, 10620.0, 10601.0, 10638.0, 10612.0, 10626.0, 10622.0, 10590.0, 10632.0, 10598.0, 10634.0, 10599.0, 10634.0, 10629.0, 10640.0, 10619.0, 10631.0, 10630.0, 10628.0, 10642.0, 10645.0, 10624.0, 10659.0, 10613.0, 10641.0, 10646.0, 10583.0, 10647.0, 10597.0, 10649.0, 10605.0, 10621.0, 10602.0, 10594.0, 10606.0, 10613.0, 10648.0, 10601.0, 10655.0, 10625.0, 10637.0, 10604.0, 10578.0, 10622.0, 10594.0, 10602.0, 10596.0, 10605.0, 10598.0, 10628.0, 10593.0, 10646.0, 10609.0, 10616.0, 10612.0, 10576.0, 10606.0, 10569.0, 10613.0, 10605.0, 10622.0, 10628.0, 10634.0, 10610.0, 10622.0, 10601.0, 10597.0, 10630.0, 10607.0, 10635.0, 10612.0, 10574.0, 10611.0, 10580.0, 10584.0, 10617.0, 10567.0, 10607.0, 10573.0, 10559.0, 10599.0, 10559.0, 10571.0, 10594.0, 10552.0, 10580.0, 10557.0, 10559.0, 10556.0, 10538.0, 10568.0, 10565.0, 10584.0, 10576.0, 10579.0, 10575.0, 10558.0, 10588.0, 10581.0, 10592.0, 10593.0, 10572.0, 10579.0, 10587.0, 10606.0, 10601.0, 10600.0, 10618.0, 10590.0, 10585.0, 10577.0, 10601.0, 10593.0, 10616.0, 10613.0, 10652.0, 10685.0, 10598.0, 10619.0, 10647.0, 10632.0, 10648.0, 10639.0, 10663.0, 10657.0, 10660.0, 10637.0, 10659.0, 10647.0, 10644.0, 10616.0, 10619.0, 10629.0, 10616.0, 10649.0, 10625.0, 10625.0, 10627.0, 10628.0, 10625.0, 10628.0, 10626.0, 10633.0, 10636.0, 10628.0, 10633.0, 10628.0, 10637.0, 10628.0, 10623.0, 10639.0, 10627.0, 10625.0, 10632.0, 10634.0, 10615.0, 10655.0, 10632.0, 10651.0, 10625.0, 10650.0, 10638.0, 10629.0, 10623.0, 10630.0, 10624.0, 10616.0, 10639.0, 10618.0, 10650.0, 10614.0, 10636.0, 10625.0, 10610.0, 10624.0, 10606.0, 10645.0, 10641.0, 10642.0, 10651.0, 10654.0, 10667.0, 10637.0, 10660.0, 10646.0, 10630.0, 10648.0, 10634.0, 10659.0, 10616.0, 10614.0, 10641.0, 10599.0, 10642.0, 10657.0, 10613.0, 10630.0, 10641.0, 10612.0, 10644.0, 10655.0, 10633.0, 10655.0, 10630.0, 10626.0, 10628.0, 10628.0, 10652.0, 10672.0, 10605.0, 10549.0, 10550.0, 10568.0, 10548.0, 10517.0, 10500.0, 10500.0, 10531.0, 10514.0, 10502.0, 10450.0, 10437.0, 10400.0, 10456.0, 10456.0, 10525.0, 10529.0, 10475.0, 10509.0, 10476.0, 10459.0, 10462.0, 10470.0, 10455.0, 10436.0, 10469.0, 10419.0, 10436.0, 10415.0, 10475.0, 10473.0, 10452.0, 10495.0, 10455.0, 10475.0, 10435.0, 10477.0, 10419.0, 10450.0, 10471.0, 10408.0, 10476.0, 10417.0, 10457.0, 10386.0, 10434.0, 10394.0, 10436.0, 10407.0, 10423.0, 10420.0, 10413.0, 10445.0, 10400.0, 10460.0, 10400.0, 10459.0, 10395.0, 10448.0, 10394.0, 10413.0, 10446.0, 10388.0, 10462.0, 10403.0, 10474.0, 10434.0, 10431.0, 10451.0, 10413.0, 10450.0, 10467.0, 10453.0, 10484.0, 10458.0, 10460.0, 10455.0, 10449.0, 10494.0, 10443.0, 10502.0, 10459.0, 10480.0, 10492.0, 10417.0, 10472.0, 10449.0, 10475.0, 10489.0, 10476.0, 10452.0, 10480.0, 10451.0, 10481.0, 10487.0, 10481.0, 10532.0, 10498.0, 10520.0, 10483.0, 10516.0, 10475.0, 10508.0, 10474.0, 10510.0, 10465.0, 10508.0, 10478.0, 10510.0, 10459.0, 10524.0, 10461.0, 10522.0, 10450.0, 10525.0, 10447.0, 10503.0, 10444.0, 10509.0, 10447.0, 10502.0, 10462.0, 10508.0, 10463.0, 10494.0, 10443.0, 10500.0, 10456.0, 10476.0, 10457.0, 10478.0, 10440.0, 10491.0, 10438.0, 10480.0, 10425.0, 10463.0, 10436.0, 10454.0, 10486.0, 10457.0, 10498.0, 10456.0, 10504.0, 10422.0, 10504.0, 10431.0, 10505.0, 10445.0, 10508.0, 10463.0, 10512.0, 10468.0, 10511.0, 10437.0, 10509.0, 10439.0, 10511.0, 10484.0, 10510.0, 10445.0, 10503.0, 10468.0, 10504.0, 10493.0, 10513.0, 10491.0, 10472.0, 10488.0, 10498.0, 10478.0, 10522.0, 10455.0, 10522.0, 10439.0, 10520.0, 10435.0, 10522.0, 10434.0, 10521.0, 10450.0, 10514.0, 10471.0, 10528.0, 10465.0, 10511.0, 10461.0, 10513.0, 10470.0, 10491.0, 10462.0, 10476.0, 10447.0, 10486.0, 10461.0, 10491.0, 10465.0, 10492.0, 10470.0, 10522.0, 10462.0, 10504.0, 10455.0, 10483.0, 10448.0, 10497.0, 10442.0, 10494.0, 10515.0, 10466.0, 10516.0, 10402.0, 10510.0, 10412.0, 10501.0, 10428.0, 10503.0, 10430.0, 10478.0, 10430.0, 10465.0, 10446.0, 10510.0, 10463.0, 10528.0, 10465.0, 10525.0, 10448.0, 10509.0, 10435.0, 10502.0, 10448.0, 10487.0, 10486.0, 10476.0, 10465.0, 10473.0, 10450.0, 10489.0, 10452.0, 10503.0, 10470.0, 10499.0, 10455.0, 10517.0, 10454.0, 10528.0, 10468.0, 10546.0, 10473.0, 10544.0, 10455.0, 10527.0, 10448.0, 10536.0, 10456.0, 10545.0, 10444.0, 10539.0, 10439.0, 10517.0, 10462.0, 10525.0, 10453.0, 10518.0, 10438.0, 10516.0, 10434.0, 10525.0, 10452.0, 10520.0, 10451.0, 10523.0, 10448.0, 10518.0, 10437.0, 10521.0, 10451.0, 10515.0, 10455.0, 10509.0, 10464.0, 10524.0, 10441.0, 10543.0, 10444.0, 10523.0, 10438.0, 10511.0, 10516.0, 10519.0, 10491.0, 10532.0, 10707.0, 10719.0, 10776.0, 10725.0, 10740.0, 10654.0, 10645.0, 10631.0, 10632.0, 10699.0, 10665.0, 10683.0, 10706.0, 10675.0, 10717.0, 10696.0, 10670.0, 10735.0, 10641.0, 10635.0, 10604.0, 10596.0, 10622.0, 10612.0, 10586.0, 10653.0, 10617.0, 10650.0, 10596.0, 10593.0, 10566.0, 10582.0, 10585.0, 10551.0, 10584.0, 10506.0, 10568.0, 10505.0, 10553.0, 10495.0, 10498.0, 10516.0, 10498.0, 10545.0, 10520.0, 10566.0, 10507.0, 10516.0, 10524.0, 10550.0, 10507.0, 10538.0, 10545.0, 10527.0, 10580.0, 10532.0, 10580.0, 10548.0, 10575.0, 10537.0, 10567.0, 10566.0, 10575.0, 10585.0, 10575.0, 10584.0, 10580.0, 10582.0, 10594.0, 10597.0, 10615.0, 10609.0, 10584.0, 10620.0, 10577.0, 10636.0, 10602.0, 10627.0, 10623.0, 10634.0, 10608.0, 10661.0, 10658.0, 10646.0, 10675.0, 10649.0, 10670.0, 10648.0, 10669.0, 10639.0, 10670.0, 10632.0, 10649.0, 10659.0, 10637.0, 10627.0, 10613.0, 10632.0, 10626.0, 10654.0, 10621.0, 10657.0, 10620.0, 10653.0, 10616.0, 10623.0, 10596.0, 10628.0, 10629.0, 10605.0, 10630.0, 10595.0, 10615.0, 10566.0, 10617.0, 10574.0, 10581.0, 10616.0, 10612.0, 10626.0, 10607.0, 10619.0, 10587.0, 10624.0, 10583.0, 10618.0, 10583.0, 10630.0, 10580.0, 10630.0, 10594.0, 10616.0, 10600.0, 10607.0, 10567.0, 10620.0, 10606.0, 10610.0, 10593.0, 10582.0, 10614.0, 10583.0, 10612.0, 10590.0, 10616.0, 10577.0, 10600.0, 10581.0, 10609.0, 10564.0, 10606.0, 10608.0, 10576.0, 10624.0, 10572.0, 10606.0, 10569.0, 10594.0, 10555.0, 10597.0, 10580.0, 10568.0, 10562.0, 10542.0, 10576.0, 10560.0, 10605.0, 10573.0, 10608.0, 10573.0, 10607.0, 10570.0, 10597.0, 10555.0, 10593.0, 10539.0, 10581.0, 10576.0, 10569.0, 10592.0, 10545.0, 10604.0, 10556.0, 10590.0, 10539.0, 10591.0, 10551.0, 10581.0, 10543.0, 10557.0, 10578.0, 10590.0, 10534.0, 10606.0, 10577.0, 10592.0, 10558.0, 10609.0, 10576.0, 10582.0, 10627.0, 10562.0, 10611.0, 10562.0, 10596.0, 10545.0, 10570.0, 10565.0, 10559.0, 10606.0, 10572.0, 10607.0, 10560.0, 10607.0, 10570.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.0043949349240780915</td></tr>
<tr><td colspan=3>aqi</td><td>0.04542819132321041</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.43364372617802</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1180965112595007</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9287438565798056</td></tr>
<tr><td colspan=3>efc</td><td>0.4845</td></tr>
<tr><td colspan=3>fber</td><td>4600.0635</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09364288322013979</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.96529284164859</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.525391192665229</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.501156485822328</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7262912077274253</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.348725884445934</td></tr>
<tr><td colspan=3>gcor</td><td>0.0399917</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01178700290620327</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025817636400461197</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>922</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.994138102772917</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>34.5483</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.7881</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.1795</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296017.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>872.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.2783</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7518</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>671.0831</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4015.9847</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5259.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1053.5374</td></tr>
<tr><td colspan=3>tsnr</td><td>28.962039703968912</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>