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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0112_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-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_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-0112/figures/sub-0112_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_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-0112/ses-04/func/sub-0112_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>3668c9d0966779115ef62559f3c918c8</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>15:21:25.907500</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.997384, -0.0331401, 0.0642461, 0.0278595, 0.996291, 0.0814155]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0849111</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>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7777, -7278, 256, -153, -238, -121, -38]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.334</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>102b3bae-f6a2-4346-9839-a99ad71ac2fb||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.6759073734283447, 0.07474493980407715, 0.18010596930980682, 106.43302154541016], [0.08891256153583527, 2.6729753017425537, 0.2144140601158142, -115.1297607421875], [0.17236757278442383, -0.21843180060386658, 2.6854400634765625, -77.51204681396484], [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': ['152125.907500', '152126.367500', '152126.827500', '152127.287500', '152127.747500', '152128.207500', '152128.667500', '152129.127500', '152129.587500', '152130.047500', '152130.507500', '152130.967500', '152131.427500', '152131.887500', '152132.347500', '152132.807500', '152133.267500', '152133.727500', '152134.187500', '152134.647500', '152135.107500', '152135.567500', '152136.027500', '152136.487500', '152136.947500', '152137.407500', '152137.867500', '152138.327500', '152138.787500', '152139.247500', '152139.707500', '152140.167500', '152140.627500', '152141.087500', '152141.547500', '152142.007500', '152142.467500', '152142.927500', '152143.387500', '152143.847500', '152144.307500', '152144.767500', '152145.227500', '152145.687500', '152146.147500', '152146.607500', '152147.067500', '152147.527500', '152147.987500', '152148.447500', '152148.907500', '152149.367500', '152149.827500', '152150.287500', '152150.747500', '152151.207500', '152151.667500', '152152.127500', '152152.587500', '152153.047500', '152153.507500', '152153.967500', '152154.427500', '152154.887500', '152155.347500', '152155.807500', '152156.267500', '152156.727500', '152157.187500', '152157.647500', '152158.107500', '152158.567500', '152159.027500', '152159.487500', '152159.947500', '152200.407500', '152200.867500', '152201.327500', '152201.787500', '152202.247500', '152202.707500', '152203.167500', '152203.627500', '152204.087500', '152204.547500', '152205.007500', '152205.467500', '152205.927500', '152206.387500', '152206.847500', '152207.307500', '152207.767500', '152208.227500', '152208.687500', '152209.147500', '152209.607500', '152210.067500', '152210.527500', '152210.987500', '152211.447500', '152211.907500', '152212.367500', '152212.827500', '152213.287500', '152213.747500', '152214.207500', '152214.667500', '152215.127500', '152215.587500', '152216.047500', '152216.507500', '152216.967500', '152217.427500', '152217.887500', '152218.347500', '152218.807500', '152219.267500', '152219.727500', '152220.187500', '152220.647500', '152221.107500', '152221.567500', '152222.027500', '152222.487500', '152222.947500', '152223.407500', '152223.867500', '152224.327500', '152224.787500', '152225.247500', '152225.707500', '152226.167500', '152226.627500', '152227.087500', '152227.547500', '152228.007500', '152228.467500', '152228.927500', '152229.387500', '152229.847500', '152230.307500', '152230.767500', '152231.227500', '152231.687500', '152232.147500', '152232.607500', '152233.067500', '152233.527500', '152233.987500', '152234.447500', '152234.907500', '152235.367500', '152235.827500', '152236.287500', '152236.747500', '152237.207500', '152237.667500', '152238.127500', '152238.587500', '152239.047500', '152239.507500', '152239.967500', '152240.427500', '152240.887500', '152241.347500', '152241.807500', '152242.267500', '152242.727500', '152243.187500', '152243.647500', '152244.107500', '152244.567500', '152245.027500', '152245.487500', '152245.947500', '152246.407500', '152246.867500', '152247.327500', '152247.787500', '152248.247500', '152248.707500', '152249.167500', '152249.627500', '152250.087500', '152250.547500', '152251.007500', '152251.467500', '152251.927500', '152252.387500', '152252.847500', '152253.307500', '152253.767500', '152254.227500', '152254.687500', '152255.147500', '152255.607500', '152256.067500', '152256.527500', '152256.987500', '152257.447500', '152257.907500', '152258.367500', '152258.827500', '152259.287500', '152259.747500', '152300.207500', '152300.667500', '152301.127500', '152301.587500', '152302.047500', '152302.507500', '152302.967500', '152303.427500', '152303.887500', '152304.347500', '152304.807500', '152305.267500', '152305.727500', '152306.187500', '152306.647500', '152307.107500', '152307.567500', '152308.027500', '152308.487500', '152308.947500', '152309.407500', '152309.867500', '152310.327500', '152310.787500', '152311.247500', '152311.707500', '152312.167500', '152312.627500', '152313.087500', '152313.547500', '152314.007500', '152314.467500', '152314.927500', '152315.387500', '152315.847500', '152316.307500', '152316.767500', '152317.227500', '152317.687500', '152318.147500', '152318.607500', '152319.067500', '152319.527500', '152319.987500', '152320.447500', '152320.907500', '152321.367500', '152321.827500', '152322.287500', '152322.747500', '152323.207500', '152323.667500', '152324.127500', '152324.587500', '152325.047500', '152325.507500', '152325.967500', '152326.427500', '152326.887500', '152327.347500', '152327.807500', '152328.267500', '152328.727500', '152329.187500', '152329.647500', '152330.107500', '152330.567500', '152331.027500', '152331.487500', '152331.947500', '152332.407500', '152332.867500', '152333.327500', '152333.787500', '152334.247500', '152334.707500', '152335.167500', '152335.627500', '152336.087500', '152336.547500', '152337.007500', '152337.467500', '152337.927500', '152338.387500', '152338.847500', '152339.307500', '152339.767500', '152340.227500', '152340.687500', '152341.147500', '152341.607500', '152342.067500', '152342.527500', '152342.987500', '152343.447500', '152343.907500', '152344.367500', '152344.827500', '152345.287500', '152345.747500', '152346.207500', '152346.667500', '152347.127500', '152347.587500', '152348.047500', '152348.507500', '152348.967500', '152349.427500', '152349.887500', '152350.347500', '152350.807500', '152351.267500', '152351.727500', '152352.187500', '152352.647500', '152353.107500', '152353.567500', '152354.027500', '152354.487500', '152354.947500', '152355.407500', '152355.867500', '152356.327500', '152356.787500', '152357.247500', '152357.707500', '152358.167500', '152358.627500', '152359.087500', '152359.547500', '152400.007500', '152400.467500', '152400.927500', '152401.387500', '152401.847500', '152402.307500', '152402.767500', '152403.227500', '152403.687500', '152404.147500', '152404.607500', '152405.067500', '152405.527500', '152405.987500', '152406.447500', '152406.907500', '152407.367500', '152407.827500', '152408.287500', '152408.747500', '152409.207500', '152409.667500', '152410.127500', '152410.587500', '152411.047500', '152411.507500', '152411.967500', '152412.427500', '152412.887500', '152413.347500', '152413.807500', '152414.267500', '152414.727500', '152415.187500', '152415.647500', '152416.107500', '152416.567500', '152417.027500', '152417.487500', '152417.947500', '152418.407500', '152418.867500', '152419.327500', '152419.787500', '152420.247500', '152420.707500', '152421.167500', '152421.627500', '152422.087500', '152422.547500', '152423.007500', '152423.467500', '152423.927500', '152424.387500', '152424.847500', '152425.307500', '152425.767500', '152426.227500', '152426.687500', '152427.147500', '152427.607500', '152428.067500', '152428.527500', '152428.987500', '152429.447500', '152429.907500', '152430.367500', '152430.827500', '152431.287500', '152431.747500', '152432.207500', '152432.667500', '152433.127500', '152433.587500', '152434.047500', '152434.507500', '152434.967500', '152435.427500', '152435.887500', '152436.347500', '152436.807500', '152437.267500', '152437.727500', '152438.187500', '152438.647500', '152439.107500', '152439.567500', '152440.027500', '152440.487500', '152440.947500', '152441.407500', '152441.867500', '152442.327500', '152442.787500', '152443.247500', '152443.707500', '152444.167500', '152444.627500', '152445.087500', '152445.547500', '152446.007500', '152446.467500', '152446.927500', '152447.387500', '152447.847500', '152448.307500', '152448.767500', '152449.227500', '152449.687500', '152450.147500', '152450.607500', '152451.067500', '152451.527500', '152451.987500', '152452.447500', '152452.907500', '152453.367500', '152453.827500', '152454.287500', '152454.747500', '152455.207500', '152455.667500', '152456.127500', '152456.587500', '152457.047500', '152457.507500', '152457.967500', '152458.427500', '152458.887500', '152459.347500', '152459.807500', '152500.267500', '152500.727500', '152501.187500', '152501.647500', '152502.107500', '152502.567500', '152503.027500', '152503.487500', '152503.947500', '152504.407500', '152504.867500', '152505.327500', '152505.787500', '152506.247500', '152506.707500', '152507.167500', '152507.627500', '152508.087500', '152508.547500', '152509.007500', '152509.467500', '152509.927500', '152510.387500', '152510.847500', '152511.307500', '152511.767500', '152512.227500', '152512.687500', '152513.147500', '152513.607500', '152514.067500', '152514.527500', '152514.987500', '152515.447500', '152515.907500', '152516.367500', '152516.827500', '152517.287500', '152517.747500', '152518.207500', '152518.667500', '152519.127500', '152519.587500', '152520.047500', '152520.507500', '152520.967500', '152521.427500', '152521.887500', '152522.347500', '152522.807500', '152523.267500', '152523.727500', '152524.187500', '152524.647500', '152525.107500', '152525.567500', '152526.027500', '152526.487500', '152526.947500', '152527.407500', '152527.867500', '152528.327500', '152528.787500', '152529.247500', '152529.707500', '152530.167500', '152530.627500', '152531.087500', '152531.547500', '152532.007500', '152532.467500', '152532.927500', '152533.387500', '152533.847500', '152534.307500', '152534.767500', '152535.227500', '152535.687500', '152536.147500', '152536.607500', '152537.067500', '152537.527500', '152537.987500', '152538.447500', '152538.907500', '152539.367500', '152539.827500', '152540.287500', '152540.747500', '152541.207500', '152541.667500', '152542.127500', '152542.587500', '152543.047500', '152543.507500', '152543.967500', '152544.427500', '152544.887500', '152545.347500', '152545.807500', '152546.267500', '152546.727500', '152547.187500', '152547.647500', '152548.107500', '152548.567500', '152549.027500', '152549.487500', '152549.947500', '152550.407500', '152550.867500', '152551.327500', '152551.787500', '152552.247500', '152552.707500', '152553.167500', '152553.627500', '152554.087500', '152554.547500', '152555.007500', '152555.467500', '152555.927500', '152556.387500', '152556.847500', '152557.307500', '152557.767500', '152558.227500', '152558.687500', '152559.147500', '152559.607500', '152600.067500', '152600.527500', '152600.987500', '152601.447500', '152601.907500', '152602.367500', '152602.827500', '152603.287500', '152603.747500', '152604.207500', '152604.667500', '152605.127500', '152605.587500', '152606.047500', '152606.507500', '152606.967500', '152607.427500', '152607.887500', '152608.347500', '152608.807500', '152609.267500', '152609.727500', '152610.187500', '152610.647500', '152611.107500', '152611.567500', '152612.027500', '152612.487500', '152612.947500', '152613.407500', '152613.867500', '152614.327500', '152614.787500', '152615.247500', '152615.707500', '152616.167500', '152616.627500', '152617.087500', '152617.547500', '152618.007500', '152618.467500', '152618.927500', '152619.387500', '152619.847500', '152620.307500', '152620.767500', '152621.227500', '152621.687500', '152622.147500', '152622.607500', '152623.067500', '152623.527500', '152623.987500', '152624.447500', '152624.907500', '152625.367500', '152625.827500', '152626.287500', '152626.747500', '152627.207500', '152627.667500', '152628.127500', '152628.587500', '152629.047500', '152629.507500', '152629.967500', '152630.427500', '152630.887500', '152631.347500', '152631.807500', '152632.267500', '152632.727500', '152633.187500', '152633.647500', '152634.107500', '152634.567500', '152635.027500', '152635.487500', '152635.947500', '152636.407500', '152636.867500', '152637.327500', '152637.787500', '152638.247500', '152638.707500', '152639.167500', '152639.627500', '152640.087500', '152640.547500', '152641.007500', '152641.467500', '152641.927500', '152642.387500', '152642.847500', '152643.307500', '152643.767500', '152644.227500', '152644.687500', '152645.147500', '152645.607500', '152646.067500', '152646.527500', '152646.987500', '152647.447500', '152647.907500', '152648.367500', '152648.827500', '152649.287500', '152649.747500', '152650.207500', '152650.667500', '152651.127500', '152651.587500', '152652.047500', '152652.507500', '152652.967500', '152653.427500', '152653.887500', '152654.347500', '152654.807500', '152655.267500', '152655.727500', '152656.187500', '152656.647500', '152657.107500', '152657.567500', '152658.027500', '152658.487500', '152658.947500', '152659.407500', '152659.867500', '152700.327500', '152700.787500', '152701.247500', '152701.707500', '152702.167500', '152702.627500', '152703.087500', '152703.547500', '152704.007500', '152704.467500', '152704.927500', '152705.387500', '152705.847500', '152706.307500', '152706.767500', '152707.227500', '152707.687500', '152708.147500', '152708.607500', '152709.067500', '152709.527500', '152709.987500', '152710.447500', '152710.907500', '152711.367500', '152711.827500', '152712.287500', '152712.747500', '152713.207500', '152713.667500', '152714.127500', '152714.587500', '152715.047500', '152715.507500', '152715.967500', '152716.427500', '152716.887500', '152717.347500', '152717.807500', '152718.267500', '152718.727500', '152719.187500', '152719.647500', '152720.107500', '152720.567500', '152721.027500', '152721.487500', '152721.947500', '152722.407500', '152722.867500', '152723.327500', '152723.787500', '152724.247500', '152724.707500', '152725.167500', '152725.627500', '152726.087500', '152726.547500', '152727.007500', '152727.467500', '152727.927500', '152728.387500', '152728.847500', '152729.307500', '152729.767500', '152730.227500', '152730.687500', '152731.147500', '152731.607500', '152732.067500', '152732.527500', '152732.987500', '152733.447500', '152733.907500', '152734.367500', '152734.827500', '152735.287500', '152735.747500', '152736.207500', '152736.667500', '152737.127500', '152737.587500', '152738.047500', '152738.507500', '152738.967500', '152739.427500', '152739.887500', '152740.347500', '152740.807500', '152741.267500', '152741.727500', '152742.187500', '152742.647500', '152743.107500', '152743.567500', '152744.027500', '152744.487500', '152744.947500', '152745.407500', '152745.867500', '152746.327500', '152746.787500', '152747.247500', '152747.707500', '152748.167500', '152748.627500', '152749.087500', '152749.547500', '152750.007500', '152750.467500', '152750.927500', '152751.387500', '152751.847500', '152752.307500', '152752.767500', '152753.227500', '152753.687500', '152754.147500', '152754.607500', '152755.067500', '152755.527500', '152755.987500', '152756.447500', '152756.907500', '152757.367500', '152757.827500', '152758.287500', '152758.747500', '152759.207500', '152759.667500', '152800.127500', '152800.587500', '152801.047500', '152801.507500', '152801.967500', '152802.427500', '152802.887500', '152803.347500', '152803.807500', '152804.267500', '152804.727500', '152805.187500', '152805.647500', '152806.107500', '152806.567500', '152807.027500', '152807.487500', '152807.947500', '152808.407500', '152808.867500', '152809.327500', '152809.787500', '152810.247500', '152810.707500', '152811.167500', '152811.627500', '152812.087500', '152812.547500', '152813.007500', '152813.467500', '152813.927500', '152814.387500', '152814.847500', '152815.307500', '152815.767500', '152816.227500', '152816.687500', '152817.147500', '152817.607500', '152818.067500', '152818.527500', '152818.987500', '152819.447500', '152819.907500', '152820.367500', '152820.827500', '152821.287500', '152821.747500', '152822.207500', '152822.667500', '152823.127500', '152823.587500', '152824.047500', '152824.507500', '152824.967500', '152825.427500', '152825.887500', '152826.347500', '152826.807500', '152827.267500', '152827.727500', '152828.187500', '152828.647500', '152829.107500', '152829.567500', '152830.027500', '152830.487500', '152830.947500', '152831.407500'], 'ContentTime': ['152148.541000', '152148.544000', '152148.547000', '152148.549000', '152148.552000', '152148.555000', '152148.557000', '152148.560000', '152148.563000', '152148.568000', '152148.571000', '152148.574000', '152148.576000', '152148.579000', '152148.582000', '152148.584000', '152148.587000', '152148.589000', '152148.592000', '152148.595000', '152148.597000', '152148.600000', '152148.602000', '152148.605000', '152148.607000', '152148.610000', '152148.613000', '152148.615000', '152148.618000', '152148.620000', '152148.623000', '152148.625000', '152148.628000', '152148.631000', '152148.638000', '152148.641000', '152148.643000', '152148.646000', '152148.649000', '152148.651000', '152148.654000', '152148.656000', '152148.659000', '152148.661000', '152148.664000', '152148.667000', '152208.492000', '152208.495000', '152208.497000', '152208.500000', '152208.502000', '152208.505000', '152208.507000', '152208.510000', '152208.512000', '152208.515000', '152208.518000', '152208.520000', '152208.523000', '152208.525000', '152208.528000', '152208.530000', '152208.533000', '152208.535000', '152208.538000', '152208.541000', '152208.543000', '152208.546000', '152208.548000', '152208.551000', '152208.553000', '152208.556000', '152208.558000', '152208.561000', '152208.564000', '152208.566000', '152208.569000', '152208.572000', '152208.574000', '152208.583000', '152208.585000', '152208.588000', '152208.590000', '152208.593000', '152208.595000', '152208.598000', '152208.601000', '152208.603000', '152208.606000', '152208.608000', '152228.492000', '152228.495000', '152228.498000', '152228.500000', '152228.503000', '152228.506000', '152228.508000', '152228.511000', '152228.513000', '152228.516000', '152228.519000', '152228.521000', '152228.529000', '152228.531000', '152228.534000', '152228.536000', '152228.539000', '152228.541000', '152228.544000', '152228.550000', '152228.552000', '152228.555000', '152228.558000', '152228.560000', '152228.563000', '152228.565000', '152228.568000', '152228.570000', '152228.573000', '152228.577000', '152228.579000', '152228.582000', '152228.585000', '152228.588000', '152228.591000', '152228.593000', '152228.624000', '152228.627000', '152228.629000', '152228.632000', '152228.635000', '152228.637000', '152228.640000', '152248.492000', '152248.495000', '152248.512000', '152248.514000', '152248.517000', '152248.519000', '152248.522000', '152248.525000', '152248.527000', '152248.530000', '152248.532000', '152248.535000', '152248.538000', '152248.540000', '152248.543000', '152248.545000', '152248.548000', '152248.550000', '152248.553000', '152248.556000', '152248.558000', '152248.561000', '152248.563000', '152248.566000', '152248.568000', '152248.571000', '152248.574000', '152248.576000', '152248.579000', '152248.582000', '152248.584000', '152248.587000', '152248.589000', '152248.592000', '152248.595000', '152248.598000', '152248.600000', '152248.603000', '152248.605000', '152248.608000', '152248.611000', '152248.613000', '152248.616000', '152308.492000', '152308.494000', '152308.497000', '152308.500000', '152308.502000', '152308.505000', '152308.507000', '152308.510000', '152308.513000', '152308.515000', '152308.518000', '152308.521000', '152308.523000', '152308.526000', '152308.528000', '152308.531000', '152308.534000', '152308.536000', '152308.539000', '152308.541000', '152308.544000', '152308.547000', '152308.561000', '152308.564000', '152308.566000', '152308.569000', '152308.572000', '152308.574000', '152308.577000', '152308.579000', '152308.582000', '152308.585000', '152308.587000', '152308.590000', '152308.592000', '152308.595000', '152308.598000', '152308.600000', '152308.603000', '152308.605000', '152308.608000', '152308.611000', '152308.613000', '152308.616000', '152328.492000', '152328.494000', '152328.497000', '152328.500000', '152328.502000', '152328.505000', '152328.508000', '152328.510000', '152328.513000', '152328.515000', '152328.518000', '152328.520000', '152328.523000', '152328.526000', '152328.528000', '152328.531000', '152328.533000', '152328.536000', '152328.538000', '152328.541000', '152328.544000', '152328.546000', '152328.549000', '152328.551000', '152328.554000', '152328.556000', '152328.559000', '152328.561000', '152328.564000', '152328.573000', '152328.576000', '152328.579000', '152328.581000', '152328.584000', '152328.586000', '152328.589000', '152328.592000', '152328.594000', '152328.597000', '152328.600000', '152328.602000', '152328.605000', '152328.608000', '152328.610000', '152348.492000', '152348.495000', '152348.497000', '152348.500000', '152348.502000', '152348.505000', '152348.508000', '152348.510000', '152348.513000', '152348.515000', '152348.518000', '152348.520000', '152348.523000', '152348.525000', '152348.528000', '152348.530000', '152348.533000', '152348.536000', '152348.538000', '152348.541000', '152348.543000', '152348.546000', '152348.549000', '152348.551000', '152348.554000', '152348.556000', '152348.559000', '152348.561000', '152348.564000', '152348.566000', '152348.569000', '152348.572000', '152348.574000', '152348.577000', '152348.579000', '152348.589000', '152348.591000', '152348.594000', '152348.596000', '152348.599000', '152348.602000', '152348.604000', '152348.607000', '152408.492000', '152408.495000', '152408.498000', '152408.500000', '152408.503000', '152408.506000', '152408.508000', '152408.511000', '152408.514000', '152408.516000', '152408.519000', '152408.521000', '152408.524000', '152408.527000', '152408.529000', '152408.532000', '152408.534000', '152408.537000', '152408.556000', '152408.558000', '152408.561000', '152408.564000', '152408.566000', '152408.569000', '152408.571000', '152408.574000', '152408.576000', '152408.579000', '152408.582000', '152408.584000', '152408.587000', '152408.589000', '152408.592000', '152408.601000', '152408.603000', '152408.606000', '152408.608000', '152408.611000', '152408.613000', '152408.616000', '152408.619000', '152408.621000', '152408.624000', '152408.626000', '152428.492000', '152428.494000', '152428.497000', '152428.500000', '152428.502000', '152428.505000', '152428.508000', '152428.510000', '152428.513000', '152428.515000', '152428.518000', '152428.520000', '152428.523000', '152428.525000', '152428.528000', '152428.531000', '152428.533000', '152428.536000', '152428.538000', '152428.541000', '152428.543000', '152428.546000', '152428.549000', '152428.551000', '152428.554000', '152428.556000', '152428.559000', '152428.561000', '152428.564000', '152428.567000', '152428.569000', '152428.572000', '152428.574000', '152428.577000', '152428.580000', '152428.582000', '152428.585000', '152428.588000', '152428.590000', '152428.593000', '152428.595000', '152428.598000', '152428.601000', '152448.493000', '152448.495000', '152448.498000', '152448.501000', '152448.503000', '152448.506000', '152448.509000', '152448.511000', '152448.514000', '152448.517000', '152448.519000', '152448.522000', '152448.524000', '152448.527000', '152448.530000', '152448.532000', '152448.535000', '152448.537000', '152448.540000', '152448.543000', '152448.545000', '152448.548000', '152448.550000', '152448.553000', '152448.556000', '152448.558000', '152448.561000', '152448.563000', '152448.566000', '152448.568000', '152448.571000', '152448.573000', '152448.576000', '152448.579000', '152448.581000', '152448.584000', '152448.586000', '152448.589000', '152448.591000', '152448.594000', '152448.597000', '152448.599000', '152448.602000', '152448.604000', '152508.493000', '152508.495000', '152508.498000', '152508.501000', '152508.503000', '152508.506000', '152508.509000', '152508.511000', '152508.514000', '152508.516000', '152508.519000', '152508.521000', '152508.524000', '152508.527000', '152508.529000', '152508.532000', '152508.535000', '152508.537000', '152508.540000', '152508.542000', '152508.545000', '152508.547000', '152508.550000', '152508.553000', '152508.555000', '152508.558000', '152508.560000', '152508.563000', '152508.565000', '152508.568000', '152508.571000', '152508.573000', '152508.576000', '152508.579000', '152508.581000', '152508.584000', '152508.586000', '152508.589000', '152508.591000', '152508.594000', '152508.596000', '152508.599000', '152508.602000', '152528.492000', '152528.495000', '152528.497000', '152528.500000', '152528.503000', '152528.505000', '152528.508000', '152528.510000', '152528.513000', '152528.515000', '152528.518000', '152528.520000', '152528.523000', '152528.526000', '152528.528000', '152528.531000', '152528.534000', '152528.536000', '152528.539000', '152528.541000', '152528.544000', '152528.546000', '152528.549000', '152528.552000', '152528.554000', '152528.557000', '152528.559000', '152528.562000', '152528.564000', '152528.567000', '152528.570000', '152528.572000', '152528.575000', '152528.577000', '152528.580000', '152528.582000', '152528.585000', '152528.588000', '152528.590000', '152528.593000', '152528.595000', '152528.598000', '152528.600000', '152528.603000', '152548.492000', '152548.494000', '152548.497000', '152548.500000', '152548.502000', '152548.505000', '152548.507000', '152548.510000', '152548.513000', '152548.515000', '152548.518000', '152548.520000', '152548.523000', '152548.526000', '152548.528000', '152548.531000', '152548.533000', '152548.536000', '152548.539000', '152548.541000', '152548.544000', '152548.546000', '152548.549000', '152548.551000', '152548.554000', '152548.557000', '152548.559000', '152548.562000', '152548.564000', '152548.567000', '152548.570000', '152548.572000', '152548.575000', '152548.577000', '152548.580000', '152548.583000', '152548.585000', '152548.588000', '152548.590000', '152548.593000', '152548.595000', '152548.598000', '152548.601000', '152608.492000', '152608.494000', '152608.497000', '152608.500000', '152608.503000', '152608.506000', '152608.508000', '152608.511000', '152608.513000', '152608.516000', '152608.518000', '152608.521000', '152608.524000', '152608.526000', '152608.529000', '152608.531000', '152608.534000', '152608.537000', '152608.539000', '152608.542000', '152608.544000', '152608.547000', '152608.550000', '152608.552000', '152608.555000', '152608.558000', '152608.560000', '152608.563000', '152608.565000', '152608.568000', '152608.570000', '152608.573000', '152608.576000', '152608.578000', '152608.581000', '152608.584000', '152608.586000', '152608.589000', '152608.591000', '152608.594000', '152608.597000', '152608.600000', '152608.602000', '152628.492000', '152628.495000', '152628.497000', '152628.500000', '152628.503000', '152628.505000', '152628.508000', '152628.510000', '152628.513000', '152628.515000', '152628.518000', '152628.521000', '152628.523000', '152628.526000', '152628.529000', '152628.531000', '152628.534000', '152628.536000', '152628.539000', '152628.542000', '152628.544000', '152628.547000', '152628.549000', '152628.552000', '152628.554000', '152628.557000', '152628.559000', '152628.562000', '152628.565000', '152628.567000', '152628.570000', '152628.573000', '152628.575000', '152628.578000', '152628.580000', '152628.583000', '152628.585000', '152628.588000', '152628.590000', '152628.593000', '152628.596000', '152628.598000', '152628.601000', '152628.604000', '152648.492000', '152648.495000', '152648.497000', '152648.500000', '152648.503000', '152648.505000', '152648.508000', '152648.510000', '152648.513000', '152648.515000', '152648.518000', '152648.521000', '152648.523000', '152648.526000', '152648.528000', '152648.531000', '152648.534000', '152648.536000', '152648.539000', '152648.541000', '152648.544000', '152648.546000', '152648.549000', '152648.552000', '152648.554000', '152648.557000', '152648.560000', '152648.564000', '152648.567000', '152648.569000', '152648.572000', '152648.575000', '152648.577000', '152648.580000', '152648.583000', '152648.585000', '152648.588000', '152648.590000', '152648.593000', '152648.601000', '152648.604000', '152648.607000', '152648.609000', '152648.612000', '152708.493000', '152708.496000', '152708.498000', '152708.501000', '152708.504000', '152708.506000', '152708.509000', '152708.511000', '152708.514000', '152708.516000', '152708.519000', '152708.522000', '152708.524000', '152708.527000', '152708.530000', '152708.532000', '152708.535000', '152708.537000', '152708.540000', '152708.543000', '152708.545000', '152708.548000', '152708.550000', '152708.553000', '152708.564000', '152708.567000', '152708.570000', '152708.572000', '152708.575000', '152708.577000', '152708.580000', '152708.583000', '152708.585000', '152708.588000', '152708.590000', '152708.593000', '152708.595000', '152708.598000', '152708.601000', '152708.612000', '152708.614000', '152708.617000', '152708.619000', '152728.492000', '152728.495000', '152728.498000', '152728.501000', '152728.503000', '152728.506000', '152728.508000', '152728.511000', '152728.514000', '152728.517000', '152728.520000', '152728.522000', '152728.525000', '152728.528000', '152728.531000', '152728.533000', '152728.536000', '152728.539000', '152728.543000', '152728.546000', '152728.549000', '152728.551000', '152728.554000', '152728.556000', '152728.559000', '152728.562000', '152728.564000', '152728.567000', '152728.569000', '152728.572000', '152728.575000', '152728.577000', '152728.580000', '152728.582000', '152728.585000', '152728.587000', '152728.590000', '152728.593000', '152728.596000', '152728.598000', '152728.601000', '152728.604000', '152728.606000', '152748.492000', '152748.495000', '152748.497000', '152748.500000', '152748.503000', '152748.505000', '152748.508000', '152748.511000', '152748.513000', '152748.516000', '152748.519000', '152748.521000', '152748.524000', '152748.526000', '152748.529000', '152748.531000', '152748.534000', '152748.537000', '152748.539000', '152748.542000', '152748.545000', '152748.547000', '152748.550000', '152748.553000', '152748.555000', '152748.558000', '152748.560000', '152748.563000', '152748.566000', '152748.568000', '152748.571000', '152748.573000', '152748.576000', '152748.579000', '152748.581000', '152748.584000', '152748.587000', '152748.589000', '152748.592000', '152748.595000', '152748.597000', '152748.600000', '152748.602000', '152748.605000', '152808.492000', '152808.494000', '152808.497000', '152808.500000', '152808.502000', '152808.505000', '152808.507000', '152808.510000', '152808.513000', '152808.515000', '152808.518000', '152808.520000', '152808.523000', '152808.526000', '152808.529000', '152808.532000', '152808.535000', '152808.538000', '152808.541000', '152808.543000', '152808.546000', '152808.549000', '152808.551000', '152808.554000', '152808.557000', '152808.559000', '152808.562000', '152808.565000', '152808.567000', '152808.570000', '152808.572000', '152808.575000', '152808.577000', '152808.580000', '152808.583000', '152808.585000', '152808.588000', '152808.590000', '152808.593000', '152808.596000', '152808.598000', '152808.601000', '152808.604000', '152828.492000', '152828.495000', '152828.497000', '152828.500000', '152828.502000', '152828.505000', '152828.508000', '152828.510000', '152828.513000', '152828.515000', '152828.518000', '152828.521000', '152828.523000', '152828.526000', '152828.528000', '152828.531000', '152828.534000', '152828.536000', '152828.539000', '152828.541000', '152828.544000', '152828.547000', '152828.549000', '152828.552000', '152828.554000', '152828.557000', '152828.560000', '152828.562000', '152828.565000', '152828.568000', '152828.570000', '152828.573000', '152828.576000', '152828.578000', '152828.581000', '152828.584000', '152828.597000', '152828.600000', '152828.603000', '152828.605000', '152828.608000', '152828.611000', '152828.613000', '152828.616000', '152832.884000', '152832.887000', '152832.890000', '152832.892000', '152832.895000', '152832.898000', '152832.900000', '152832.903000', '152832.906000', '152832.908000'], 'InstanceCreationTime': ['152148.541000', '152148.544000', '152148.547000', '152148.549000', '152148.552000', '152148.555000', '152148.557000', '152148.560000', '152148.563000', '152148.568000', '152148.571000', '152148.574000', '152148.576000', '152148.579000', '152148.582000', '152148.584000', '152148.587000', '152148.589000', '152148.592000', '152148.595000', '152148.597000', '152148.600000', '152148.602000', '152148.605000', '152148.607000', '152148.610000', '152148.613000', '152148.615000', '152148.618000', '152148.620000', '152148.623000', '152148.625000', '152148.628000', '152148.631000', '152148.638000', '152148.641000', '152148.643000', '152148.646000', '152148.649000', '152148.651000', '152148.654000', '152148.656000', '152148.659000', '152148.661000', '152148.664000', '152148.667000', '152208.492000', '152208.495000', '152208.497000', '152208.500000', '152208.502000', '152208.505000', '152208.507000', '152208.510000', '152208.512000', '152208.515000', '152208.518000', '152208.520000', '152208.523000', '152208.525000', '152208.528000', '152208.530000', '152208.533000', '152208.535000', '152208.538000', '152208.541000', '152208.543000', '152208.546000', '152208.548000', '152208.551000', '152208.553000', '152208.556000', '152208.558000', '152208.561000', '152208.564000', '152208.566000', '152208.569000', '152208.572000', '152208.574000', '152208.583000', '152208.585000', '152208.588000', '152208.590000', '152208.593000', '152208.595000', '152208.598000', '152208.601000', '152208.603000', '152208.606000', '152208.608000', '152228.492000', '152228.495000', '152228.498000', '152228.500000', '152228.503000', '152228.506000', '152228.508000', '152228.511000', '152228.513000', '152228.516000', '152228.519000', '152228.521000', '152228.529000', '152228.531000', '152228.534000', '152228.536000', '152228.539000', '152228.541000', '152228.544000', '152228.550000', '152228.552000', '152228.555000', '152228.558000', '152228.560000', '152228.563000', '152228.565000', '152228.568000', '152228.570000', '152228.573000', '152228.577000', '152228.579000', '152228.582000', '152228.585000', '152228.588000', '152228.591000', '152228.593000', '152228.624000', '152228.627000', '152228.629000', '152228.632000', '152228.635000', '152228.637000', '152228.640000', '152248.492000', '152248.495000', '152248.512000', '152248.514000', '152248.517000', '152248.519000', '152248.522000', '152248.525000', '152248.527000', '152248.530000', '152248.532000', '152248.535000', '152248.538000', '152248.540000', '152248.543000', '152248.545000', '152248.548000', '152248.550000', '152248.553000', '152248.556000', '152248.558000', '152248.561000', '152248.563000', '152248.566000', '152248.568000', '152248.571000', '152248.574000', '152248.576000', '152248.579000', '152248.582000', '152248.584000', '152248.587000', '152248.589000', '152248.592000', '152248.595000', '152248.598000', '152248.600000', '152248.603000', '152248.605000', '152248.608000', '152248.611000', '152248.613000', '152248.616000', '152308.492000', '152308.494000', '152308.497000', '152308.500000', '152308.502000', '152308.505000', '152308.507000', '152308.510000', '152308.513000', '152308.515000', '152308.518000', '152308.521000', '152308.523000', '152308.526000', '152308.528000', '152308.531000', '152308.534000', '152308.536000', '152308.539000', '152308.541000', '152308.544000', '152308.547000', '152308.561000', '152308.564000', '152308.566000', '152308.569000', '152308.572000', '152308.574000', '152308.577000', '152308.579000', '152308.582000', '152308.585000', '152308.587000', '152308.590000', '152308.592000', '152308.595000', '152308.598000', '152308.600000', '152308.603000', '152308.605000', '152308.608000', '152308.611000', '152308.613000', '152308.616000', '152328.492000', '152328.494000', '152328.497000', '152328.500000', '152328.502000', '152328.505000', '152328.508000', '152328.510000', '152328.513000', '152328.515000', '152328.518000', '152328.520000', '152328.523000', '152328.526000', '152328.528000', '152328.531000', '152328.533000', '152328.536000', '152328.538000', '152328.541000', '152328.544000', '152328.546000', '152328.549000', '152328.551000', '152328.554000', '152328.556000', '152328.559000', '152328.561000', '152328.564000', '152328.573000', '152328.576000', '152328.579000', '152328.581000', '152328.584000', '152328.586000', '152328.589000', '152328.592000', '152328.594000', '152328.597000', '152328.600000', '152328.602000', '152328.605000', '152328.608000', '152328.610000', '152348.492000', '152348.495000', '152348.497000', '152348.500000', '152348.502000', '152348.505000', '152348.508000', '152348.510000', '152348.513000', '152348.515000', '152348.518000', '152348.520000', '152348.523000', '152348.525000', '152348.528000', '152348.530000', '152348.533000', '152348.536000', '152348.538000', '152348.541000', '152348.543000', '152348.546000', '152348.549000', '152348.551000', '152348.554000', '152348.556000', '152348.559000', '152348.561000', '152348.564000', '152348.566000', '152348.569000', '152348.572000', '152348.574000', '152348.577000', '152348.579000', '152348.589000', '152348.591000', '152348.594000', '152348.596000', '152348.599000', '152348.602000', '152348.604000', '152348.607000', '152408.492000', '152408.495000', '152408.498000', '152408.500000', '152408.503000', '152408.506000', '152408.508000', '152408.511000', '152408.514000', '152408.516000', '152408.519000', '152408.521000', '152408.524000', '152408.527000', '152408.529000', '152408.532000', '152408.534000', '152408.537000', '152408.556000', '152408.558000', '152408.561000', '152408.564000', '152408.566000', '152408.569000', '152408.571000', '152408.574000', '152408.576000', '152408.579000', '152408.582000', '152408.584000', '152408.587000', '152408.589000', '152408.592000', '152408.601000', '152408.603000', '152408.606000', '152408.608000', '152408.611000', '152408.613000', '152408.616000', '152408.619000', '152408.621000', '152408.624000', '152408.626000', '152428.492000', '152428.494000', '152428.497000', '152428.500000', '152428.502000', '152428.505000', '152428.508000', '152428.510000', '152428.513000', '152428.515000', '152428.518000', '152428.520000', '152428.523000', '152428.525000', '152428.528000', '152428.531000', '152428.533000', '152428.536000', '152428.538000', '152428.541000', '152428.543000', '152428.546000', '152428.549000', '152428.551000', '152428.554000', '152428.556000', '152428.559000', '152428.561000', '152428.564000', '152428.567000', '152428.569000', '152428.572000', '152428.574000', '152428.577000', '152428.580000', '152428.582000', '152428.585000', '152428.588000', '152428.590000', '152428.593000', '152428.595000', '152428.598000', '152428.601000', '152448.493000', '152448.495000', '152448.498000', '152448.501000', '152448.503000', '152448.506000', '152448.509000', '152448.511000', '152448.514000', '152448.517000', '152448.519000', '152448.522000', '152448.524000', '152448.527000', '152448.530000', '152448.532000', '152448.535000', '152448.537000', '152448.540000', '152448.543000', '152448.545000', '152448.548000', '152448.550000', '152448.553000', '152448.556000', '152448.558000', '152448.561000', '152448.563000', '152448.566000', '152448.568000', '152448.571000', '152448.573000', '152448.576000', '152448.579000', '152448.581000', '152448.584000', '152448.586000', '152448.589000', '152448.591000', '152448.594000', '152448.597000', '152448.599000', '152448.602000', '152448.604000', '152508.493000', '152508.495000', '152508.498000', '152508.501000', '152508.503000', '152508.506000', '152508.509000', '152508.511000', '152508.514000', '152508.516000', '152508.519000', '152508.521000', '152508.524000', '152508.527000', '152508.529000', '152508.532000', '152508.535000', '152508.537000', '152508.540000', '152508.542000', '152508.545000', '152508.547000', '152508.550000', '152508.553000', '152508.555000', '152508.558000', '152508.560000', '152508.563000', '152508.565000', '152508.568000', '152508.571000', '152508.573000', '152508.576000', '152508.579000', '152508.581000', '152508.584000', '152508.586000', '152508.589000', '152508.591000', '152508.594000', '152508.596000', '152508.599000', '152508.602000', '152528.492000', '152528.495000', '152528.497000', '152528.500000', '152528.503000', '152528.505000', '152528.508000', '152528.510000', '152528.513000', '152528.515000', '152528.518000', '152528.520000', '152528.523000', '152528.526000', '152528.528000', '152528.531000', '152528.534000', '152528.536000', '152528.539000', '152528.541000', '152528.544000', '152528.546000', '152528.549000', '152528.552000', '152528.554000', '152528.557000', '152528.559000', '152528.562000', '152528.564000', '152528.567000', '152528.570000', '152528.572000', '152528.575000', '152528.577000', '152528.580000', '152528.582000', '152528.585000', '152528.588000', '152528.590000', '152528.593000', '152528.595000', '152528.598000', '152528.600000', '152528.603000', '152548.492000', '152548.494000', '152548.497000', '152548.500000', '152548.502000', '152548.505000', '152548.507000', '152548.510000', '152548.513000', '152548.515000', '152548.518000', '152548.520000', '152548.523000', '152548.526000', '152548.528000', '152548.531000', '152548.533000', '152548.536000', '152548.539000', '152548.541000', '152548.544000', '152548.546000', '152548.549000', '152548.551000', '152548.554000', '152548.557000', '152548.559000', '152548.562000', '152548.564000', '152548.567000', '152548.570000', '152548.572000', '152548.575000', '152548.577000', '152548.580000', '152548.583000', '152548.585000', '152548.588000', '152548.590000', '152548.593000', '152548.595000', '152548.598000', '152548.601000', '152608.492000', '152608.494000', '152608.497000', '152608.500000', '152608.503000', '152608.506000', '152608.508000', '152608.511000', '152608.513000', '152608.516000', '152608.518000', '152608.521000', '152608.524000', '152608.526000', '152608.529000', '152608.531000', '152608.534000', '152608.537000', '152608.539000', '152608.542000', '152608.544000', '152608.547000', '152608.550000', '152608.552000', '152608.555000', '152608.558000', '152608.560000', '152608.563000', '152608.565000', '152608.568000', '152608.570000', '152608.573000', '152608.576000', '152608.578000', '152608.581000', '152608.584000', '152608.586000', '152608.589000', '152608.591000', '152608.594000', '152608.597000', '152608.600000', '152608.602000', '152628.492000', '152628.495000', '152628.497000', '152628.500000', '152628.503000', '152628.505000', '152628.508000', '152628.510000', '152628.513000', '152628.515000', '152628.518000', '152628.521000', '152628.523000', '152628.526000', '152628.529000', '152628.531000', '152628.534000', '152628.536000', '152628.539000', '152628.542000', '152628.544000', '152628.547000', '152628.549000', '152628.552000', '152628.554000', '152628.557000', '152628.559000', '152628.562000', '152628.565000', '152628.567000', '152628.570000', '152628.573000', '152628.575000', '152628.578000', '152628.580000', '152628.583000', '152628.585000', '152628.588000', '152628.590000', '152628.593000', '152628.596000', '152628.598000', '152628.601000', '152628.604000', '152648.492000', '152648.495000', '152648.497000', '152648.500000', '152648.503000', '152648.505000', '152648.508000', '152648.510000', '152648.513000', '152648.515000', '152648.518000', '152648.521000', '152648.523000', '152648.526000', '152648.528000', '152648.531000', '152648.534000', '152648.536000', '152648.539000', '152648.541000', '152648.544000', '152648.546000', '152648.549000', '152648.552000', '152648.554000', '152648.557000', '152648.560000', '152648.564000', '152648.567000', '152648.569000', '152648.572000', '152648.575000', '152648.577000', '152648.580000', '152648.583000', '152648.585000', '152648.588000', '152648.590000', '152648.593000', '152648.601000', '152648.604000', '152648.607000', '152648.609000', '152648.612000', '152708.493000', '152708.496000', '152708.498000', '152708.501000', '152708.504000', '152708.506000', '152708.509000', '152708.511000', '152708.514000', '152708.516000', '152708.519000', '152708.522000', '152708.524000', '152708.527000', '152708.530000', '152708.532000', '152708.535000', '152708.537000', '152708.540000', '152708.543000', '152708.545000', '152708.548000', '152708.550000', '152708.553000', '152708.564000', '152708.567000', '152708.570000', '152708.572000', '152708.575000', '152708.577000', '152708.580000', '152708.583000', '152708.585000', '152708.588000', '152708.590000', '152708.593000', '152708.595000', '152708.598000', '152708.601000', '152708.612000', '152708.614000', '152708.617000', '152708.619000', '152728.492000', '152728.495000', '152728.498000', '152728.501000', '152728.503000', '152728.506000', '152728.508000', '152728.511000', '152728.514000', '152728.517000', '152728.520000', '152728.522000', '152728.525000', '152728.528000', '152728.531000', '152728.533000', '152728.536000', '152728.539000', '152728.543000', '152728.546000', '152728.549000', '152728.551000', '152728.554000', '152728.556000', '152728.559000', '152728.562000', '152728.564000', '152728.567000', '152728.569000', '152728.572000', '152728.575000', '152728.577000', '152728.580000', '152728.582000', '152728.585000', '152728.587000', '152728.590000', '152728.593000', '152728.596000', '152728.598000', '152728.601000', '152728.604000', '152728.606000', '152748.492000', '152748.495000', '152748.497000', '152748.500000', '152748.503000', '152748.505000', '152748.508000', '152748.511000', '152748.513000', '152748.516000', '152748.519000', '152748.521000', '152748.524000', '152748.526000', '152748.529000', '152748.531000', '152748.534000', '152748.537000', '152748.539000', '152748.542000', '152748.545000', '152748.547000', '152748.550000', '152748.553000', '152748.555000', '152748.558000', '152748.560000', '152748.563000', '152748.566000', '152748.568000', '152748.571000', '152748.573000', '152748.576000', '152748.579000', '152748.581000', '152748.584000', '152748.587000', '152748.589000', '152748.592000', '152748.595000', '152748.597000', '152748.600000', '152748.602000', '152748.605000', '152808.492000', '152808.494000', '152808.497000', '152808.500000', '152808.502000', '152808.505000', '152808.507000', '152808.510000', '152808.513000', '152808.515000', '152808.518000', '152808.520000', '152808.523000', '152808.526000', '152808.529000', '152808.532000', '152808.535000', '152808.538000', '152808.541000', '152808.543000', '152808.546000', '152808.549000', '152808.551000', '152808.554000', '152808.557000', '152808.559000', '152808.562000', '152808.565000', '152808.567000', '152808.570000', '152808.572000', '152808.575000', '152808.577000', '152808.580000', '152808.583000', '152808.585000', '152808.588000', '152808.590000', '152808.593000', '152808.596000', '152808.598000', '152808.601000', '152808.604000', '152828.492000', '152828.495000', '152828.497000', '152828.500000', '152828.502000', '152828.505000', '152828.508000', '152828.510000', '152828.513000', '152828.515000', '152828.518000', '152828.521000', '152828.523000', '152828.526000', '152828.528000', '152828.531000', '152828.534000', '152828.536000', '152828.539000', '152828.541000', '152828.544000', '152828.547000', '152828.549000', '152828.552000', '152828.554000', '152828.557000', '152828.560000', '152828.562000', '152828.565000', '152828.568000', '152828.570000', '152828.573000', '152828.576000', '152828.578000', '152828.581000', '152828.584000', '152828.597000', '152828.600000', '152828.603000', '152828.605000', '152828.608000', '152828.611000', '152828.613000', '152828.616000', '152832.884000', '152832.887000', '152832.890000', '152832.892000', '152832.895000', '152832.898000', '152832.900000', '152832.903000', '152832.906000', '152832.908000'], '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': [12438, 12522, 11239, 14290, 10514, 15150, 9862, 13468, 12200, 9506, 10324, 8731, 8827, 8676, 14131, 10558, 14013, 9925, 9466, 9145, 9832, 10105, 9847, 11037, 9449, 10615, 10426, 10424, 11843, 10160, 9383, 10184, 9767, 9790, 12314, 9496, 11181, 9265, 10905, 9337, 11786, 10668, 9602, 10264, 10559, 10631, 9573, 10188, 9270, 9752, 9949, 11353, 8601, 10707, 10005, 9994, 9979, 9938, 10144, 9554, 11310, 9233, 12164, 8755, 10671, 8511, 10137, 8945, 9289, 10392, 9269, 11343, 10371, 8549, 10306, 9271, 9996, 9903, 12491, 9233, 11330, 9397, 9578, 9573, 10788, 9999, 8326, 9909, 8294, 9836, 10182, 10295, 8873, 10303, 8765, 10206, 10247, 9611, 10680, 7453, 9530, 9313, 10128, 9550, 9955, 10375, 10464, 11715, 10619, 12972, 10418, 13051, 9789, 12694, 11872, 14741, 14723, 14584, 10648, 11289, 9221, 10653, 10409, 9949, 9935, 12138, 9470, 9123, 9307, 10260, 9380, 10314, 9221, 10493, 8919, 11276, 9002, 12290, 9467, 10304, 8347, 9726, 8375, 9919, 10751, 9569, 11828, 9187, 8897, 9474, 9817, 9834, 9616, 10570, 10284, 9750, 8613, 9803, 8300, 9779, 8504, 9468, 9258, 9866, 8851, 8882, 8017, 9233, 7892, 9615, 8400, 10270, 8508, 11118, 9021, 11285, 9678, 9844, 9703, 11935, 12685, 8223, 9749, 8558, 9106, 8208, 9268, 8466, 9453, 8051, 9946, 8222, 11759, 9160, 10969, 8881, 10456, 9079, 11375, 9226, 11415, 9529, 11356, 8922, 10879, 9031, 11191, 8668, 12287, 9520, 13671, 8652, 11241, 9199, 9660, 9658, 9506, 9756, 8316, 9078, 8054, 10095, 8146, 10082, 8158, 11141, 8666, 10519, 8636, 9609, 9141, 9905, 9370, 9589, 9585, 10527, 9573, 10323, 9817, 10048, 9562, 11300, 9229, 10416, 8983, 10370, 8891, 10241, 9993, 10355, 8952, 11584, 8563, 11778, 8671, 12823, 9315, 11604, 9390, 10388, 9595, 8044, 10377, 8341, 9576, 8434, 9657, 8559, 9553, 8342, 9699, 8466, 10264, 8838, 10971, 8883, 11530, 9041, 10999, 9227, 11206, 10440, 11552, 10612, 10887, 12801, 10146, 9746, 8046, 11859, 8971, 8604, 9487, 9408, 9482, 8818, 9323, 8005, 9378, 8523, 10363, 9169, 10300, 8984, 9901, 9123, 10389, 9247, 11228, 9092, 10178, 8985, 10081, 9282, 8729, 9342, 9837, 9013, 8068, 10071, 8330, 9743, 8257, 9773, 8524, 9944, 8736, 11182, 9468, 11450, 9449, 9259, 10346, 8357, 9552, 8057, 9751, 8315, 9847, 8258, 10134, 8110, 10070, 10408, 9650, 9321, 8920, 11599, 10611, 10254, 9981, 9465, 9990, 9758, 11984, 15196, 13443, 14538, 12244, 13555, 8793, 10149, 8948, 10585, 9397, 10424, 9172, 8390, 9595, 8351, 8703, 8327, 9221, 8254, 9842, 8259, 9915, 8513, 9583, 10031, 9070, 10242, 9202, 10576, 9056, 11790, 10901, 11572, 8767, 10202, 8957, 10376, 8791, 11446, 8725, 9191, 8343, 10607, 8790, 10163, 8831, 10499, 8814, 9593, 8146, 9350, 8127, 10226, 8220, 9770, 9352, 9500, 10380, 10015, 10793, 10982, 9643, 9983, 8676, 9915, 8463, 8988, 10981, 9279, 9374, 8372, 9653, 10365, 9438, 12338, 10098, 11628, 8507, 12703, 9959, 13793, 11003, 13510, 9632, 8806, 8625, 8551, 8874, 8341, 9310, 8025, 9216, 8593, 8366, 9195, 7828, 9728, 8024, 8787, 8069, 9167, 8353, 9220, 9618, 9526, 9369, 9769, 9286, 9016, 9419, 8307, 9609, 8113, 9436, 8510, 10822, 8712, 9741, 9176, 10222, 9024, 10805, 9368, 10181, 9295, 8755, 9736, 10442, 10805, 9473, 13356, 8884, 12401, 9074, 10931, 9415, 9151, 9086, 9802, 11583, 9703, 11465, 8590, 11808, 8529, 14832, 11730, 14855, 11584, 14186, 8641, 12511, 9889, 10120, 8644, 9493, 12385, 9417, 11834, 8002, 11469, 8480, 8430, 8837, 8407, 8900, 7620, 8542, 7817, 8917, 8311, 9800, 8845, 9752, 9039, 8360, 9645, 7781, 8727, 8336, 9564, 8493, 10448, 9063, 10041, 9847, 8716, 12358, 8272, 10858, 9088, 9581, 8879, 8004, 9032, 8110, 9781, 9135, 8633, 9586, 7911, 9395, 8243, 11069, 8420, 10440, 9033, 8034, 9701, 8161, 9130, 7679, 10108, 8131, 11458, 8454, 10829, 9174, 10451, 8993, 8657, 10737, 7962, 13389, 8446, 11674, 9258, 8527, 8906, 8076, 8612, 10806, 15187, 12018, 10123, 8272, 9080, 8369, 8827, 9360, 9304, 8950, 9081, 9361, 9267, 9178, 9699, 9111, 8877, 9066, 10597, 9123, 12884, 10990, 10396, 12006, 8677, 9198, 9697, 10166, 9031, 11627, 8836, 10383, 9418, 8665, 8584, 10107, 8388, 9322, 10071, 9208, 10657, 8852, 9403, 8497, 9594, 8755, 9998, 8994, 9628, 8717, 8878, 8841, 8828, 9604, 9358, 10792, 9255, 11466, 9433, 11531, 9811, 9913, 9209, 8795, 11693, 8852, 12178, 8508, 12884, 9173, 11615, 9377, 9496, 9686, 8849, 9107, 8516, 9860, 8520, 11739, 8818, 10967, 9280, 9727, 9634, 8547, 9235, 8605, 10322, 8244, 11546, 9060, 10856, 9148, 8574, 9344, 9374, 9390, 11271, 9574, 11793, 9656, 11623, 9489, 11107, 14035, 10960, 15028, 9090, 14034, 9455, 10030, 9535, 9352, 12953, 8317, 11666, 8901, 9102, 9323, 8353, 9478, 8103, 9194, 8136, 9627, 8822, 9756, 9238, 9301, 9298, 8076, 9121, 8269, 9000, 8496, 9021, 8552, 9265, 8599, 10209, 8975, 10636, 8871, 10196, 9346, 10497, 9429, 10823, 9211, 9033, 9275, 9065, 9764, 9208, 9618, 9779, 9422, 10648, 9621, 11120, 9792, 11814, 9719, 12956, 9853, 13616, 9791, 13878, 14019, 15211, 11579, 15736, 11407, 14713, 12409, 15087, 13130, 15486, 9135, 12924, 11653, 14897, 12051, 9644, 9317, 8882, 8536, 8476, 7463, 9990, 7828, 7598, 10330, 8060, 11792, 9926, 8718, 10484, 7775, 12157, 9218, 12125, 8500, 9878, 7712, 8709, 7814, 8347, 8316, 7767, 7709, 7724, 9099, 7520, 8664, 8260, 8819, 11135, 7475, 7741, 8273, 11903, 10176, 9607, 7661, 8721, 10312, 11127, 10326, 13642, 9683, 12628, 11722, 11447, 14345, 12181, 15592, 8782, 14414, 8746, 14890, 10040, 14639, 12189, 10821, 8139, 8318, 8582, 9082, 8559, 9972, 7727, 11573, 8194, 12425, 7979, 11359, 9590, 10936, 12705, 8391, 9562, 7895, 9141, 7838, 9570, 7400, 10468, 7819, 12599, 7624, 11535, 7732, 12881, 10302, 13989, 7993, 14298, 8764, 15039, 11479, 15141, 15813, 14864, 8056, 12537, 7910, 13065, 13196, 13070, 7838, 12168, 7953, 12377, 10160, 13404, 10508, 13432, 7793, 10823, 7684, 12705, 12381, 13856, 8055, 12789, 8243, 11783, 10596, 12516, 14551, 8282, 9084, 7803, 9747, 10663, 12804, 11430, 15325, 7547, 10077, 7652, 8233, 9623, 10213, 7658, 10045, 7794, 8212, 8383, 7966, 8603, 11374, 7528, 11085, 12186, 12784, 10772], 'WindowCenter': [4396.0, 4379.0, 4357.0, 4373.0, 4332.0, 4361.0, 4321.0, 4349.0, 4366.0, 4455.0, 4478.0, 4427.0, 4388.0, 4375.0, 4424.0, 4472.0, 4539.0, 4453.0, 4416.0, 4417.0, 4417.0, 4427.0, 4428.0, 4427.0, 4420.0, 4428.0, 4429.0, 4428.0, 4426.0, 4416.0, 4405.0, 4414.0, 4404.0, 4404.0, 4424.0, 4406.0, 4425.0, 4406.0, 4413.0, 4406.0, 4423.0, 4413.0, 4389.0, 4412.0, 4428.0, 4414.0, 4416.0, 4415.0, 4407.0, 4407.0, 4417.0, 4423.0, 4396.0, 4414.0, 4414.0, 4416.0, 4415.0, 4416.0, 4416.0, 4407.0, 4425.0, 4406.0, 4425.0, 4397.0, 4414.0, 4396.0, 4415.0, 4396.0, 4406.0, 4417.0, 4405.0, 4415.0, 4414.0, 4384.0, 4413.0, 4405.0, 4404.0, 4417.0, 4435.0, 4396.0, 4414.0, 4394.0, 4402.0, 4405.0, 4425.0, 4428.0, 4398.0, 4430.0, 4399.0, 4430.0, 4429.0, 4442.0, 4422.0, 4443.0, 4423.0, 4443.0, 4469.0, 4447.0, 4458.0, 4392.0, 4445.0, 4435.0, 4442.0, 4434.0, 4431.0, 4433.0, 4442.0, 4451.0, 4431.0, 4450.0, 4429.0, 4448.0, 4419.0, 4448.0, 4439.0, 4447.0, 4448.0, 4444.0, 4414.0, 4413.0, 4393.0, 4401.0, 4412.0, 4416.0, 4400.0, 4435.0, 4393.0, 4380.0, 4403.0, 4401.0, 4394.0, 4401.0, 4395.0, 4413.0, 4396.0, 4424.0, 4406.0, 4435.0, 4405.0, 4416.0, 4386.0, 4403.0, 4384.0, 4405.0, 4427.0, 4404.0, 4425.0, 4394.0, 4392.0, 4393.0, 4403.0, 4402.0, 4405.0, 4413.0, 4415.0, 4391.0, 4384.0, 4403.0, 4383.0, 4403.0, 4395.0, 4365.0, 4383.0, 4391.0, 4395.0, 4409.0, 4387.0, 4394.0, 4387.0, 4393.0, 4385.0, 4405.0, 4387.0, 4428.0, 4463.0, 4450.0, 4418.0, 4417.0, 4418.0, 4400.0, 4396.0, 4412.0, 4419.0, 4408.0, 4409.0, 4411.0, 4420.0, 4399.0, 4419.0, 4400.0, 4418.0, 4399.0, 4439.0, 4409.0, 4428.0, 4409.0, 4427.0, 4409.0, 4438.0, 4418.0, 4428.0, 4418.0, 4428.0, 4408.0, 4427.0, 4408.0, 4427.0, 4399.0, 4439.0, 4407.0, 4447.0, 4397.0, 4426.0, 4405.0, 4406.0, 4406.0, 4406.0, 4405.0, 4385.0, 4394.0, 4387.0, 4416.0, 4387.0, 4417.0, 4387.0, 4427.0, 4400.0, 4428.0, 4409.0, 4417.0, 4419.0, 4419.0, 4420.0, 4418.0, 4420.0, 4430.0, 4421.0, 4429.0, 4433.0, 4432.0, 4435.0, 4454.0, 4425.0, 4433.0, 4423.0, 4432.0, 4423.0, 4431.0, 4434.0, 4430.0, 4413.0, 4441.0, 4412.0, 4438.0, 4400.0, 4438.0, 4408.0, 4428.0, 4409.0, 4417.0, 4408.0, 4387.0, 4418.0, 4398.0, 4419.0, 4400.0, 4419.0, 4410.0, 4419.0, 4402.0, 4420.0, 4412.0, 4429.0, 4410.0, 4428.0, 4410.0, 4438.0, 4408.0, 4428.0, 4408.0, 4429.0, 4419.0, 4427.0, 4416.0, 4417.0, 4425.0, 4405.0, 4393.0, 4373.0, 4412.0, 4394.0, 4383.0, 4405.0, 4405.0, 4406.0, 4395.0, 4393.0, 4386.0, 4394.0, 4396.0, 4415.0, 4405.0, 4416.0, 4396.0, 4416.0, 4407.0, 4417.0, 4409.0, 4428.0, 4408.0, 4417.0, 4398.0, 4416.0, 4407.0, 4397.0, 4407.0, 4418.0, 4407.0, 4387.0, 4418.0, 4400.0, 4417.0, 4399.0, 4429.0, 4410.0, 4429.0, 4410.0, 4440.0, 4420.0, 4438.0, 4419.0, 4407.0, 4417.0, 4398.0, 4406.0, 4401.0, 4421.0, 4398.0, 4417.0, 4398.0, 4429.0, 4401.0, 4432.0, 4440.0, 4433.0, 4447.0, 4434.0, 4452.0, 4443.0, 4432.0, 4431.0, 4420.0, 4420.0, 4419.0, 4440.0, 4460.0, 4447.0, 4446.0, 4424.0, 4432.0, 4384.0, 4401.0, 4382.0, 4402.0, 4391.0, 4400.0, 4394.0, 4371.0, 4392.0, 4382.0, 4382.0, 4384.0, 4393.0, 4382.0, 4402.0, 4384.0, 4416.0, 4396.0, 4406.0, 4415.0, 4397.0, 4415.0, 4407.0, 4416.0, 4397.0, 4425.0, 4426.0, 4425.0, 4386.0, 4403.0, 4394.0, 4404.0, 4395.0, 4423.0, 4396.0, 4405.0, 4395.0, 4413.0, 4395.0, 4416.0, 4395.0, 4415.0, 4396.0, 4405.0, 4388.0, 4418.0, 4398.0, 4430.0, 4410.0, 4431.0, 4419.0, 4420.0, 4429.0, 4419.0, 4431.0, 4457.0, 4450.0, 4446.0, 4407.0, 4406.0, 4412.0, 4420.0, 4438.0, 4419.0, 4420.0, 4410.0, 4420.0, 4429.0, 4420.0, 4438.0, 4420.0, 4427.0, 4399.0, 4436.0, 4405.0, 4435.0, 4415.0, 4424.0, 4392.0, 4382.0, 4380.0, 4383.0, 4381.0, 4373.0, 4392.0, 4373.0, 4392.0, 4394.0, 4385.0, 4406.0, 4376.0, 4407.0, 4388.0, 4408.0, 4401.0, 4420.0, 4411.0, 4420.0, 4446.0, 4433.0, 4423.0, 4431.0, 4421.0, 4412.0, 4421.0, 4412.0, 4421.0, 4404.0, 4421.0, 4412.0, 4440.0, 4412.0, 4420.0, 4433.0, 4444.0, 4423.0, 4443.0, 4423.0, 4433.0, 4434.0, 4427.0, 4433.0, 4444.0, 4443.0, 4434.0, 4461.0, 4412.0, 4451.0, 4411.0, 4430.0, 4410.0, 4420.0, 4409.0, 4420.0, 4440.0, 4419.0, 4428.0, 4400.0, 4428.0, 4396.0, 4447.0, 4427.0, 4436.0, 4417.0, 4433.0, 4384.0, 4424.0, 4402.0, 4404.0, 4382.0, 4393.0, 4422.0, 4393.0, 4412.0, 4373.0, 4412.0, 4383.0, 4382.0, 4395.0, 4385.0, 4395.0, 4376.0, 4394.0, 4377.0, 4396.0, 4387.0, 4404.0, 4398.0, 4407.0, 4409.0, 4399.0, 4419.0, 4389.0, 4399.0, 4400.0, 4418.0, 4411.0, 4429.0, 4410.0, 4419.0, 4419.0, 4410.0, 4438.0, 4399.0, 4427.0, 4409.0, 4409.0, 4397.0, 4388.0, 4397.0, 4387.0, 4407.0, 4407.0, 4397.0, 4407.0, 4389.0, 4408.0, 4401.0, 4428.0, 4399.0, 4429.0, 4409.0, 4388.0, 4420.0, 4399.0, 4420.0, 4391.0, 4430.0, 4400.0, 4439.0, 4400.0, 4430.0, 4409.0, 4418.0, 4398.0, 4398.0, 4427.0, 4387.0, 4436.0, 4385.0, 4426.0, 4407.0, 4396.0, 4396.0, 4387.0, 4396.0, 4443.0, 4461.0, 4428.0, 4409.0, 4387.0, 4399.0, 4386.0, 4397.0, 4396.0, 4398.0, 4400.0, 4412.0, 4407.0, 4396.0, 4396.0, 4395.0, 4384.0, 4384.0, 4384.0, 4403.0, 4394.0, 4424.0, 4403.0, 4392.0, 4412.0, 4372.0, 4382.0, 4393.0, 4400.0, 4384.0, 4412.0, 4394.0, 4403.0, 4395.0, 4385.0, 4385.0, 4406.0, 4385.0, 4397.0, 4406.0, 4406.0, 4416.0, 4399.0, 4407.0, 4398.0, 4419.0, 4409.0, 4431.0, 4422.0, 4433.0, 4412.0, 4424.0, 4424.0, 4436.0, 4434.0, 4435.0, 4444.0, 4437.0, 4455.0, 4423.0, 4443.0, 4432.0, 4422.0, 4421.0, 4412.0, 4441.0, 4413.0, 4441.0, 4412.0, 4451.0, 4421.0, 4440.0, 4421.0, 4422.0, 4422.0, 4411.0, 4410.0, 4412.0, 4421.0, 4411.0, 4440.0, 4411.0, 4430.0, 4422.0, 4421.0, 4420.0, 4411.0, 4410.0, 4411.0, 4429.0, 4401.0, 4438.0, 4411.0, 4430.0, 4422.0, 4412.0, 4433.0, 4421.0, 4424.0, 4442.0, 4435.0, 4452.0, 4434.0, 4442.0, 4421.0, 4431.0, 4448.0, 4419.0, 4447.0, 4397.0, 4438.0, 4408.0, 4407.0, 4407.0, 4408.0, 4426.0, 4387.0, 4415.0, 4394.0, 4396.0, 4406.0, 4386.0, 4406.0, 4387.0, 4409.0, 4389.0, 4407.0, 4411.0, 4419.0, 4410.0, 4409.0, 4420.0, 4400.0, 4421.0, 4402.0, 4413.0, 4413.0, 4422.0, 4425.0, 4433.0, 4426.0, 4444.0, 4424.0, 4442.0, 4426.0, 4444.0, 4435.0, 4443.0, 4436.0, 4444.0, 4435.0, 4421.0, 4461.0, 4461.0, 4460.0, 4446.0, 4448.0, 4447.0, 4449.0, 4468.0, 4460.0, 4467.0, 4457.0, 4467.0, 4446.0, 4465.0, 4446.0, 4464.0, 4446.0, 4464.0, 4464.0, 4461.0, 4440.0, 4458.0, 4429.0, 4446.0, 4427.0, 4436.0, 4424.0, 4433.0, 4396.0, 4424.0, 4427.0, 4446.0, 4429.0, 4384.0, 4281.0, 4228.0, 4296.0, 4416.0, 4367.0, 4403.0, 4362.0, 4373.0, 4400.0, 4372.0, 4422.0, 4402.0, 4369.0, 4399.0, 4358.0, 4420.0, 4378.0, 4408.0, 4355.0, 4375.0, 4344.0, 4364.0, 4346.0, 4367.0, 4369.0, 4358.0, 4358.0, 4360.0, 4392.0, 4373.0, 4393.0, 4396.0, 4393.0, 4424.0, 4364.0, 4375.0, 4412.0, 4436.0, 4382.0, 4397.0, 4390.0, 4382.0, 4390.0, 4412.0, 4401.0, 4431.0, 4392.0, 4419.0, 4411.0, 4409.0, 4431.0, 4409.0, 4428.0, 4367.0, 4415.0, 4355.0, 4417.0, 4375.0, 4416.0, 4394.0, 4373.0, 4345.0, 4354.0, 4365.0, 4365.0, 4367.0, 4388.0, 4349.0, 4398.0, 4369.0, 4408.0, 4360.0, 4399.0, 4378.0, 4400.0, 4408.0, 4371.0, 4376.0, 4358.0, 4378.0, 4361.0, 4392.0, 4362.0, 4412.0, 4374.0, 4421.0, 4376.0, 4424.0, 4376.0, 4435.0, 4414.0, 4432.0, 4374.0, 4431.0, 4381.0, 4442.0, 4412.0, 4431.0, 4440.0, 4429.0, 4359.0, 4408.0, 4359.0, 4418.0, 4420.0, 4419.0, 4349.0, 4407.0, 4359.0, 4408.0, 4390.0, 4420.0, 4399.0, 4417.0, 4360.0, 4399.0, 4360.0, 4419.0, 4422.0, 4418.0, 4359.0, 4407.0, 4358.0, 4408.0, 4400.0, 4408.0, 4429.0, 4356.0, 4366.0, 4346.0, 4378.0, 4387.0, 4408.0, 4395.0, 4416.0, 4344.0, 4375.0, 4345.0, 4357.0, 4377.0, 4386.0, 4347.0, 4387.0, 4344.0, 4358.0, 4368.0, 4359.0, 4368.0, 4407.0, 4349.0, 4400.0, 4272.0, 4333.0, 4365.0], 'WindowWidth': [9672.0, 9634.0, 9603.0, 9616.0, 9556.0, 9594.0, 9538.0, 9573.0, 9613.0, 9793.0, 9835.0, 9749.0, 9674.0, 9646.0, 9715.0, 9822.0, 9932.0, 9785.0, 9720.0, 9719.0, 9720.0, 9734.0, 9737.0, 9735.0, 9728.0, 9736.0, 9738.0, 9735.0, 9730.0, 9714.0, 9698.0, 9709.0, 9696.0, 9697.0, 9723.0, 9702.0, 9723.0, 9701.0, 9706.0, 9700.0, 9720.0, 9704.0, 9668.0, 9704.0, 9733.0, 9709.0, 9715.0, 9712.0, 9705.0, 9703.0, 9718.0, 9721.0, 9688.0, 9710.0, 9711.0, 9713.0, 9713.0, 9715.0, 9715.0, 9703.0, 9726.0, 9703.0, 9725.0, 9689.0, 9708.0, 9687.0, 9711.0, 9688.0, 9699.0, 9718.0, 9698.0, 9709.0, 9709.0, 9668.0, 9707.0, 9696.0, 9696.0, 9716.0, 9738.0, 9685.0, 9708.0, 9682.0, 9690.0, 9699.0, 9726.0, 9736.0, 9696.0, 9741.0, 9700.0, 9741.0, 9740.0, 9762.0, 9733.0, 9764.0, 9738.0, 9766.0, 9814.0, 9780.0, 9794.0, 9696.0, 9775.0, 9760.0, 9763.0, 9754.0, 9747.0, 9750.0, 9759.0, 9773.0, 9745.0, 9768.0, 9738.0, 9761.0, 9724.0, 9761.0, 9750.0, 9760.0, 9760.0, 9752.0, 9706.0, 9704.0, 9676.0, 9686.0, 9704.0, 9719.0, 9683.0, 9738.0, 9676.0, 9655.0, 9694.0, 9684.0, 9680.0, 9687.0, 9684.0, 9705.0, 9687.0, 9722.0, 9701.0, 9738.0, 9699.0, 9716.0, 9673.0, 9692.0, 9670.0, 9697.0, 9731.0, 9697.0, 9725.0, 9682.0, 9677.0, 9678.0, 9691.0, 9687.0, 9700.0, 9705.0, 9710.0, 9674.0, 9667.0, 9692.0, 9667.0, 9694.0, 9687.0, 9620.0, 9661.0, 9671.0, 9682.0, 9711.0, 9676.0, 9683.0, 9676.0, 9678.0, 9669.0, 9697.0, 9674.0, 9734.0, 9816.0, 9773.0, 9723.0, 9719.0, 9723.0, 9674.0, 9660.0, 9723.0, 9726.0, 9708.0, 9711.0, 9719.0, 9728.0, 9700.0, 9724.0, 9701.0, 9722.0, 9700.0, 9751.0, 9712.0, 9733.0, 9710.0, 9732.0, 9710.0, 9748.0, 9723.0, 9732.0, 9720.0, 9732.0, 9707.0, 9731.0, 9706.0, 9732.0, 9696.0, 9750.0, 9705.0, 9757.0, 9691.0, 9727.0, 9698.0, 9699.0, 9699.0, 9698.0, 9697.0, 9671.0, 9681.0, 9677.0, 9714.0, 9678.0, 9717.0, 9679.0, 9731.0, 9700.0, 9734.0, 9711.0, 9719.0, 9726.0, 9725.0, 9727.0, 9723.0, 9728.0, 9740.0, 9731.0, 9740.0, 9751.0, 9748.0, 9755.0, 9780.0, 9742.0, 9748.0, 9737.0, 9747.0, 9737.0, 9746.0, 9751.0, 9741.0, 9721.0, 9754.0, 9717.0, 9749.0, 9699.0, 9749.0, 9707.0, 9734.0, 9711.0, 9718.0, 9706.0, 9677.0, 9721.0, 9696.0, 9724.0, 9702.0, 9726.0, 9714.0, 9726.0, 9706.0, 9727.0, 9721.0, 9740.0, 9715.0, 9735.0, 9713.0, 9748.0, 9708.0, 9734.0, 9708.0, 9736.0, 9720.0, 9730.0, 9713.0, 9716.0, 9723.0, 9696.0, 9676.0, 9651.0, 9700.0, 9679.0, 9664.0, 9698.0, 9698.0, 9699.0, 9683.0, 9678.0, 9673.0, 9681.0, 9687.0, 9712.0, 9700.0, 9714.0, 9687.0, 9714.0, 9705.0, 9718.0, 9711.0, 9734.0, 9708.0, 9717.0, 9694.0, 9714.0, 9704.0, 9690.0, 9705.0, 9720.0, 9704.0, 9681.0, 9721.0, 9701.0, 9721.0, 9701.0, 9739.0, 9717.0, 9739.0, 9717.0, 9756.0, 9729.0, 9749.0, 9724.0, 9706.0, 9718.0, 9695.0, 9703.0, 9706.0, 9733.0, 9697.0, 9717.0, 9695.0, 9741.0, 9707.0, 9750.0, 9760.0, 9752.0, 9778.0, 9758.0, 9776.0, 9764.0, 9748.0, 9744.0, 9729.0, 9729.0, 9724.0, 9756.0, 9783.0, 9760.0, 9756.0, 9723.0, 9729.0, 9668.0, 9686.0, 9663.0, 9688.0, 9674.0, 9682.0, 9682.0, 9647.0, 9675.0, 9664.0, 9663.0, 9666.0, 9679.0, 9664.0, 9691.0, 9668.0, 9715.0, 9688.0, 9703.0, 9712.0, 9692.0, 9713.0, 9704.0, 9716.0, 9692.0, 9727.0, 9729.0, 9724.0, 9673.0, 9692.0, 9681.0, 9694.0, 9685.0, 9719.0, 9685.0, 9701.0, 9688.0, 9709.0, 9687.0, 9716.0, 9686.0, 9713.0, 9688.0, 9699.0, 9683.0, 9723.0, 9697.0, 9742.0, 9716.0, 9744.0, 9727.0, 9728.0, 9738.0, 9724.0, 9743.0, 9793.0, 9787.0, 9777.0, 9707.0, 9700.0, 9722.0, 9728.0, 9751.0, 9727.0, 9728.0, 9715.0, 9727.0, 9738.0, 9726.0, 9748.0, 9724.0, 9729.0, 9693.0, 9739.0, 9697.0, 9736.0, 9708.0, 9719.0, 9673.0, 9658.0, 9655.0, 9662.0, 9657.0, 9648.0, 9672.0, 9651.0, 9674.0, 9682.0, 9669.0, 9700.0, 9660.0, 9703.0, 9680.0, 9708.0, 9703.0, 9727.0, 9716.0, 9731.0, 9774.0, 9751.0, 9736.0, 9742.0, 9731.0, 9720.0, 9731.0, 9721.0, 9732.0, 9712.0, 9731.0, 9720.0, 9754.0, 9720.0, 9728.0, 9753.0, 9769.0, 9737.0, 9762.0, 9738.0, 9751.0, 9753.0, 9748.0, 9752.0, 9768.0, 9764.0, 9754.0, 9786.0, 9720.0, 9769.0, 9716.0, 9739.0, 9713.0, 9728.0, 9711.0, 9728.0, 9752.0, 9724.0, 9733.0, 9697.0, 9732.0, 9689.0, 9757.0, 9729.0, 9741.0, 9714.0, 9731.0, 9665.0, 9718.0, 9688.0, 9691.0, 9661.0, 9677.0, 9713.0, 9675.0, 9698.0, 9648.0, 9698.0, 9662.0, 9661.0, 9683.0, 9670.0, 9684.0, 9659.0, 9680.0, 9662.0, 9686.0, 9676.0, 9695.0, 9691.0, 9704.0, 9708.0, 9694.0, 9722.0, 9683.0, 9697.0, 9701.0, 9722.0, 9714.0, 9737.0, 9714.0, 9723.0, 9724.0, 9714.0, 9747.0, 9697.0, 9730.0, 9708.0, 9710.0, 9690.0, 9679.0, 9690.0, 9679.0, 9701.0, 9705.0, 9691.0, 9705.0, 9683.0, 9706.0, 9702.0, 9734.0, 9697.0, 9734.0, 9710.0, 9682.0, 9726.0, 9699.0, 9727.0, 9691.0, 9740.0, 9702.0, 9750.0, 9700.0, 9738.0, 9710.0, 9721.0, 9694.0, 9693.0, 9731.0, 9677.0, 9741.0, 9673.0, 9726.0, 9703.0, 9688.0, 9688.0, 9676.0, 9688.0, 9764.0, 9785.0, 9730.0, 9704.0, 9675.0, 9691.0, 9670.0, 9688.0, 9683.0, 9689.0, 9695.0, 9720.0, 9703.0, 9686.0, 9685.0, 9680.0, 9665.0, 9665.0, 9667.0, 9689.0, 9679.0, 9719.0, 9691.0, 9673.0, 9700.0, 9645.0, 9657.0, 9674.0, 9681.0, 9665.0, 9700.0, 9681.0, 9691.0, 9681.0, 9667.0, 9667.0, 9697.0, 9669.0, 9687.0, 9697.0, 9699.0, 9712.0, 9694.0, 9704.0, 9692.0, 9723.0, 9711.0, 9742.0, 9731.0, 9751.0, 9723.0, 9740.0, 9740.0, 9760.0, 9754.0, 9757.0, 9766.0, 9761.0, 9781.0, 9736.0, 9761.0, 9745.0, 9733.0, 9731.0, 9721.0, 9756.0, 9720.0, 9756.0, 9719.0, 9768.0, 9728.0, 9753.0, 9730.0, 9732.0, 9731.0, 9716.0, 9714.0, 9718.0, 9729.0, 9717.0, 9753.0, 9715.0, 9739.0, 9730.0, 9728.0, 9725.0, 9716.0, 9712.0, 9715.0, 9735.0, 9702.0, 9747.0, 9714.0, 9740.0, 9732.0, 9718.0, 9751.0, 9734.0, 9740.0, 9762.0, 9755.0, 9775.0, 9752.0, 9761.0, 9729.0, 9742.0, 9762.0, 9722.0, 9757.0, 9689.0, 9744.0, 9703.0, 9703.0, 9702.0, 9705.0, 9726.0, 9671.0, 9709.0, 9681.0, 9684.0, 9699.0, 9672.0, 9699.0, 9677.0, 9706.0, 9683.0, 9704.0, 9713.0, 9723.0, 9711.0, 9708.0, 9727.0, 9700.0, 9730.0, 9706.0, 9722.0, 9725.0, 9735.0, 9744.0, 9753.0, 9747.0, 9766.0, 9741.0, 9761.0, 9745.0, 9767.0, 9756.0, 9767.0, 9760.0, 9766.0, 9757.0, 9734.0, 9808.0, 9809.0, 9802.0, 9780.0, 9781.0, 9777.0, 9783.0, 9809.0, 9802.0, 9808.0, 9793.0, 9806.0, 9778.0, 9800.0, 9773.0, 9796.0, 9775.0, 9795.0, 9792.0, 9783.0, 9753.0, 9774.0, 9737.0, 9758.0, 9730.0, 9740.0, 9721.0, 9729.0, 9685.0, 9721.0, 9732.0, 9754.0, 9727.0, 9659.0, 9465.0, 9384.0, 9518.0, 9751.0, 9659.0, 9698.0, 9641.0, 9659.0, 9689.0, 9656.0, 9721.0, 9692.0, 9644.0, 9684.0, 9628.0, 9715.0, 9653.0, 9694.0, 9618.0, 9643.0, 9602.0, 9628.0, 9608.0, 9638.0, 9644.0, 9628.0, 9629.0, 9637.0, 9680.0, 9658.0, 9686.0, 9692.0, 9685.0, 9728.0, 9649.0, 9664.0, 9729.0, 9744.0, 9650.0, 9686.0, 9691.0, 9665.0, 9670.0, 9702.0, 9687.0, 9726.0, 9674.0, 9709.0, 9700.0, 9694.0, 9728.0, 9692.0, 9717.0, 9632.0, 9695.0, 9615.0, 9699.0, 9641.0, 9695.0, 9662.0, 9632.0, 9599.0, 9610.0, 9629.0, 9629.0, 9634.0, 9663.0, 9614.0, 9677.0, 9641.0, 9690.0, 9630.0, 9683.0, 9652.0, 9683.0, 9689.0, 9644.0, 9644.0, 9623.0, 9651.0, 9636.0, 9679.0, 9640.0, 9706.0, 9657.0, 9717.0, 9666.0, 9724.0, 9665.0, 9742.0, 9710.0, 9731.0, 9655.0, 9729.0, 9663.0, 9744.0, 9704.0, 9729.0, 9740.0, 9721.0, 9628.0, 9692.0, 9629.0, 9707.0, 9710.0, 9706.0, 9615.0, 9689.0, 9628.0, 9694.0, 9672.0, 9710.0, 9681.0, 9702.0, 9632.0, 9680.0, 9632.0, 9708.0, 9716.0, 9703.0, 9626.0, 9689.0, 9624.0, 9690.0, 9685.0, 9692.0, 9720.0, 9618.0, 9632.0, 9604.0, 9651.0, 9659.0, 9691.0, 9669.0, 9700.0, 9600.0, 9641.0, 9603.0, 9622.0, 9647.0, 9658.0, 9610.0, 9660.0, 9603.0, 9625.0, 9641.0, 9629.0, 9639.0, 9691.0, 9615.0, 9684.0, 9433.0, 9546.0, 9614.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.052966090712742976</td></tr>
<tr><td colspan=3>aqi</td><td>0.11642429546436286</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.732838534702644</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.4379849086810823</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>2.020860786162161</td></tr>
<tr><td colspan=3>efc</td><td>0.4686</td></tr>
<tr><td colspan=3>fber</td><td>4052.9949</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17174444206617706</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.907127429805616</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.779747159125995</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7897182062152077</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.917627021347442</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6318962498153358</td></tr>
<tr><td colspan=3>gcor</td><td>0.0177569</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0010968291899189353</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.011721204034984112</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>926</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.9737706206913455</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>24.0497</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.5545</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.0971</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306362.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.3367</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9418</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.981</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3623.0761</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4647.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.4484</td></tr>
<tr><td colspan=3>tsnr</td><td>19.3312327824533</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>