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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-04/func/sub-0076_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>cb511d3a73fd77dff93fcfc426352e51</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>12:02:48.005000</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.999566, 0.0127449, -0.026576, -0.0102933, 0.99585, 0.0904241]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0981749</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7733, -7313, 773, 4, -44, -27, 94]</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>241.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>605cbc61-6da7-4bf4-bf38-12adc49869a0||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.6817612648010254, -0.02761627919971943, -0.07456903159618378, 113.71365356445312], [-0.03419354930520058, 2.671793222427368, 0.2433004081249237, -99.25140380859375], [-0.07130147516727448, -0.24260124564170837, 2.687981367111206, -60.59220886230469], [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': ['120248.005000', '120248.465000', '120248.925000', '120249.385000', '120249.845000', '120250.305000', '120250.765000', '120251.225000', '120251.685000', '120252.145000', '120252.605000', '120253.065000', '120253.525000', '120253.985000', '120254.445000', '120254.905000', '120255.365000', '120255.825000', '120256.285000', '120256.745000', '120257.205000', '120257.665000', '120258.125000', '120258.585000', '120259.045000', '120259.505000', '120259.965000', '120300.425000', '120300.885000', '120301.345000', '120301.805000', '120302.265000', '120302.725000', '120303.185000', '120303.645000', '120304.105000', '120304.565000', '120305.025000', '120305.485000', '120305.945000', '120306.405000', '120306.865000', '120307.325000', '120307.785000', '120308.245000', '120308.705000', '120309.165000', '120309.625000', '120310.085000', '120310.545000', '120311.005000', '120311.465000', '120311.925000', '120312.385000', '120312.845000', '120313.305000', '120313.765000', '120314.225000', '120314.685000', '120315.145000', '120315.605000', '120316.065000', '120316.525000', '120316.985000', '120317.445000', '120317.905000', '120318.365000', '120318.825000', '120319.285000', '120319.745000', '120320.205000', '120320.665000', '120321.125000', '120321.585000', '120322.045000', '120322.505000', '120322.965000', '120323.425000', '120323.885000', '120324.345000', '120324.805000', '120325.265000', '120325.725000', '120326.185000', '120326.645000', '120327.105000', '120327.565000', '120328.025000', '120328.485000', '120328.945000', '120329.405000', '120329.865000', '120330.325000', '120330.785000', '120331.245000', '120331.705000', '120332.165000', '120332.625000', '120333.085000', '120333.545000', '120334.005000', '120334.465000', '120334.925000', '120335.385000', '120335.845000', '120336.305000', '120336.765000', '120337.225000', '120337.685000', '120338.145000', '120338.605000', '120339.065000', '120339.525000', '120339.985000', '120340.445000', '120340.905000', '120341.365000', '120341.825000', '120342.285000', '120342.745000', '120343.205000', '120343.665000', '120344.125000', '120344.585000', '120345.045000', '120345.505000', '120345.965000', '120346.425000', '120346.885000', '120347.345000', '120347.805000', '120348.265000', '120348.725000', '120349.185000', '120349.645000', '120350.105000', '120350.565000', '120351.025000', '120351.485000', '120351.945000', '120352.405000', '120352.865000', '120353.325000', '120353.785000', '120354.245000', '120354.705000', '120355.165000', '120355.625000', '120356.085000', '120356.545000', '120357.005000', '120357.465000', '120357.925000', '120358.385000', '120358.845000', '120359.305000', '120359.765000', '120400.225000', '120400.685000', '120401.145000', '120401.605000', '120402.065000', '120402.525000', '120402.985000', '120403.445000', '120403.905000', '120404.365000', '120404.825000', '120405.285000', '120405.745000', '120406.205000', '120406.665000', '120407.125000', '120407.585000', '120408.045000', '120408.505000', '120408.965000', '120409.425000', '120409.885000', '120410.345000', '120410.805000', '120411.265000', '120411.725000', '120412.185000', '120412.645000', '120413.105000', '120413.565000', '120414.025000', '120414.485000', '120414.945000', '120415.405000', '120415.865000', '120416.325000', '120416.785000', '120417.245000', '120417.705000', '120418.165000', '120418.625000', '120419.085000', '120419.545000', '120420.005000', '120420.465000', '120420.925000', '120421.385000', '120421.845000', '120422.305000', '120422.765000', '120423.225000', '120423.685000', '120424.145000', '120424.605000', '120425.065000', '120425.525000', '120425.985000', '120426.445000', '120426.905000', '120427.365000', '120427.825000', '120428.285000', '120428.745000', '120429.205000', '120429.665000', '120430.125000', '120430.585000', '120431.045000', '120431.505000', '120431.965000', '120432.425000', '120432.885000', '120433.345000', '120433.805000', '120434.265000', '120434.725000', '120435.185000', '120435.645000', '120436.105000', '120436.565000', '120437.025000', '120437.485000', '120437.945000', '120438.405000', '120438.865000', '120439.325000', '120439.785000', '120440.245000', '120440.705000', '120441.165000', '120441.625000', '120442.085000', '120442.545000', '120443.005000', '120443.465000', '120443.925000', '120444.385000', '120444.845000', '120445.305000', '120445.765000', '120446.225000', '120446.685000', '120447.145000', '120447.605000', '120448.065000', '120448.525000', '120448.985000', '120449.445000', '120449.905000', '120450.365000', '120450.825000', '120451.285000', '120451.745000', '120452.205000', '120452.665000', '120453.125000', '120453.585000', '120454.045000', '120454.505000', '120454.965000', '120455.425000', '120455.885000', '120456.345000', '120456.805000', '120457.265000', '120457.725000', '120458.185000', '120458.645000', '120459.105000', '120459.565000', '120500.025000', '120500.485000', '120500.945000', '120501.405000', '120501.865000', '120502.325000', '120502.785000', '120503.245000', '120503.705000', '120504.165000', '120504.625000', '120505.085000', '120505.545000', '120506.005000', '120506.465000', '120506.925000', '120507.385000', '120507.845000', '120508.305000', '120508.765000', '120509.225000', '120509.685000', '120510.145000', '120510.605000', '120511.065000', '120511.525000', '120511.985000', '120512.445000', '120512.905000', '120513.365000', '120513.825000', '120514.285000', '120514.745000', '120515.205000', '120515.665000', '120516.125000', '120516.585000', '120517.045000', '120517.505000', '120517.965000', '120518.425000', '120518.885000', '120519.345000', '120519.805000', '120520.265000', '120520.725000', '120521.185000', '120521.645000', '120522.105000', '120522.565000', '120523.025000', '120523.485000', '120523.945000', '120524.405000', '120524.865000', '120525.325000', '120525.785000', '120526.245000', '120526.705000', '120527.165000', '120527.625000', '120528.085000', '120528.545000', '120529.005000', '120529.465000', '120529.925000', '120530.385000', '120530.845000', '120531.305000', '120531.765000', '120532.225000', '120532.685000', '120533.145000', '120533.605000', '120534.065000', '120534.525000', '120534.985000', '120535.445000', '120535.905000', '120536.365000', '120536.825000', '120537.285000', '120537.745000', '120538.205000', '120538.665000', '120539.125000', '120539.585000', '120540.045000', '120540.505000', '120540.965000', '120541.425000', '120541.885000', '120542.345000', '120542.805000', '120543.265000', '120543.725000', '120544.185000', '120544.645000', '120545.105000', '120545.565000', '120546.025000', '120546.485000', '120546.945000', '120547.405000', '120547.865000', '120548.325000', '120548.785000', '120549.245000', '120549.705000', '120550.165000', '120550.625000', '120551.085000', '120551.545000', '120552.005000', '120552.465000', '120552.925000', '120553.385000', '120553.845000', '120554.305000', '120554.765000', '120555.225000', '120555.685000', '120556.145000', '120556.605000', '120557.065000', '120557.525000', '120557.985000', '120558.445000', '120558.905000', '120559.365000', '120559.825000', '120600.285000', '120600.745000', '120601.205000', '120601.665000', '120602.125000', '120602.585000', '120603.045000', '120603.505000', '120603.965000', '120604.425000', '120604.885000', '120605.345000', '120605.805000', '120606.265000', '120606.725000', '120607.185000', '120607.645000', '120608.105000', '120608.565000', '120609.025000', '120609.485000', '120609.945000', '120610.405000', '120610.865000', '120611.325000', '120611.785000', '120612.245000', '120612.705000', '120613.165000', '120613.625000', '120614.085000', '120614.545000', '120615.005000', '120615.465000', '120615.925000', '120616.385000', '120616.845000', '120617.305000', '120617.765000', '120618.225000', '120618.685000', '120619.145000', '120619.605000', '120620.065000', '120620.525000', '120620.985000', '120621.445000', '120621.905000', '120622.365000', '120622.825000', '120623.285000', '120623.745000', '120624.205000', '120624.665000', '120625.125000', '120625.585000', '120626.045000', '120626.505000', '120626.965000', '120627.425000', '120627.885000', '120628.345000', '120628.805000', '120629.265000', '120629.725000', '120630.185000', '120630.645000', '120631.105000', '120631.565000', '120632.025000', '120632.485000', '120632.945000', '120633.405000', '120633.865000', '120634.325000', '120634.785000', '120635.245000', '120635.705000', '120636.165000', '120636.625000', '120637.085000', '120637.545000', '120638.005000', '120638.465000', '120638.925000', '120639.385000', '120639.845000', '120640.305000', '120640.765000', '120641.225000', '120641.685000', '120642.145000', '120642.605000', '120643.065000', '120643.525000', '120643.985000', '120644.445000', '120644.905000', '120645.365000', '120645.825000', '120646.285000', '120646.745000', '120647.205000', '120647.665000', '120648.125000', '120648.585000', '120649.045000', '120649.505000', '120649.965000', '120650.425000', '120650.885000', '120651.345000', '120651.805000', '120652.265000', '120652.725000', '120653.185000', '120653.645000', '120654.105000', '120654.565000', '120655.025000', '120655.485000', '120655.945000', '120656.405000', '120656.865000', '120657.325000', '120657.785000', '120658.245000', '120658.705000', '120659.165000', '120659.625000', '120700.085000', '120700.545000', '120701.005000', '120701.465000', '120701.925000', '120702.385000', '120702.845000', '120703.305000', '120703.765000', '120704.225000', '120704.685000', '120705.145000', '120705.605000', '120706.065000', '120706.525000', '120706.985000', '120707.445000', '120707.905000', '120708.365000', '120708.825000', '120709.285000', '120709.745000', '120710.205000', '120710.665000', '120711.125000', '120711.585000', '120712.045000', '120712.505000', '120712.965000', '120713.425000', '120713.885000', '120714.345000', '120714.805000', '120715.265000', '120715.725000', '120716.185000', '120716.645000', '120717.105000', '120717.565000', '120718.025000', '120718.485000', '120718.945000', '120719.405000', '120719.865000', '120720.325000', '120720.785000', '120721.245000', '120721.705000', '120722.165000', '120722.625000', '120723.085000', '120723.545000', '120724.005000', '120724.465000', '120724.925000', '120725.385000', '120725.845000', '120726.305000', '120726.765000', '120727.225000', '120727.685000', '120728.145000', '120728.605000', '120729.065000', '120729.525000', '120729.985000', '120730.445000', '120730.905000', '120731.365000', '120731.825000', '120732.285000', '120732.745000', '120733.205000', '120733.665000', '120734.125000', '120734.585000', '120735.045000', '120735.505000', '120735.965000', '120736.425000', '120736.885000', '120737.345000', '120737.805000', '120738.265000', '120738.725000', '120739.185000', '120739.645000', '120740.105000', '120740.565000', '120741.025000', '120741.485000', '120741.945000', '120742.405000', '120742.865000', '120743.325000', '120743.785000', '120744.245000', '120744.705000', '120745.165000', '120745.625000', '120746.085000', '120746.545000', '120747.005000', '120747.465000', '120747.925000', '120748.385000', '120748.845000', '120749.305000', '120749.765000', '120750.225000', '120750.685000', '120751.145000', '120751.605000', '120752.065000', '120752.525000', '120752.985000', '120753.445000', '120753.905000', '120754.365000', '120754.825000', '120755.285000', '120755.745000', '120756.205000', '120756.665000', '120757.125000', '120757.585000', '120758.045000', '120758.505000', '120758.965000', '120759.425000', '120759.885000', '120800.345000', '120800.805000', '120801.265000', '120801.725000', '120802.185000', '120802.645000', '120803.105000', '120803.565000', '120804.025000', '120804.485000', '120804.945000', '120805.405000', '120805.865000', '120806.325000', '120806.785000', '120807.245000', '120807.705000', '120808.165000', '120808.625000', '120809.085000', '120809.545000', '120810.005000', '120810.465000', '120810.925000', '120811.385000', '120811.845000', '120812.305000', '120812.765000', '120813.225000', '120813.685000', '120814.145000', '120814.605000', '120815.065000', '120815.525000', '120815.985000', '120816.445000', '120816.905000', '120817.365000', '120817.825000', '120818.285000', '120818.745000', '120819.205000', '120819.665000', '120820.125000', '120820.585000', '120821.045000', '120821.505000', '120821.965000', '120822.425000', '120822.885000', '120823.345000', '120823.805000', '120824.265000', '120824.725000', '120825.185000', '120825.645000', '120826.105000', '120826.565000', '120827.025000', '120827.485000', '120827.945000', '120828.405000', '120828.865000', '120829.325000', '120829.785000', '120830.245000', '120830.705000', '120831.165000', '120831.625000', '120832.085000', '120832.545000', '120833.005000', '120833.465000', '120833.925000', '120834.385000', '120834.845000', '120835.305000', '120835.765000', '120836.225000', '120836.685000', '120837.145000', '120837.605000', '120838.065000', '120838.525000', '120838.985000', '120839.445000', '120839.905000', '120840.365000', '120840.825000', '120841.285000', '120841.745000', '120842.205000', '120842.665000', '120843.125000', '120843.585000', '120844.045000', '120844.505000', '120844.965000', '120845.425000', '120845.885000', '120846.345000', '120846.805000', '120847.265000', '120847.725000', '120848.185000', '120848.645000', '120849.105000', '120849.565000', '120850.025000', '120850.485000', '120850.945000', '120851.405000', '120851.865000', '120852.325000', '120852.785000', '120853.245000', '120853.705000', '120854.165000', '120854.625000', '120855.085000', '120855.545000', '120856.005000', '120856.465000', '120856.925000', '120857.385000', '120857.845000', '120858.305000', '120858.765000', '120859.225000', '120859.685000', '120900.145000', '120900.605000', '120901.065000', '120901.525000', '120901.985000', '120902.445000', '120902.905000', '120903.365000', '120903.825000', '120904.285000', '120904.745000', '120905.205000', '120905.665000', '120906.125000', '120906.585000', '120907.045000', '120907.505000', '120907.965000', '120908.425000', '120908.885000', '120909.345000', '120909.805000', '120910.265000', '120910.725000', '120911.185000', '120911.645000', '120912.105000', '120912.565000', '120913.025000', '120913.485000', '120913.945000', '120914.405000', '120914.865000', '120915.325000', '120915.785000', '120916.245000', '120916.705000', '120917.165000', '120917.625000', '120918.085000', '120918.545000', '120919.005000', '120919.465000', '120919.925000', '120920.385000', '120920.845000', '120921.305000', '120921.765000', '120922.225000', '120922.685000', '120923.145000', '120923.605000', '120924.065000', '120924.525000', '120924.985000', '120925.445000', '120925.905000', '120926.365000', '120926.825000', '120927.285000', '120927.745000', '120928.205000', '120928.665000', '120929.125000', '120929.585000', '120930.045000', '120930.505000', '120930.965000', '120931.425000', '120931.885000', '120932.345000', '120932.805000', '120933.265000', '120933.725000', '120934.185000', '120934.645000', '120935.105000', '120935.565000', '120936.025000', '120936.485000', '120936.945000', '120937.405000', '120937.865000', '120938.325000', '120938.785000', '120939.245000', '120939.705000', '120940.165000', '120940.625000', '120941.085000', '120941.545000', '120942.005000', '120942.465000', '120942.925000', '120943.385000', '120943.845000', '120944.305000', '120944.765000', '120945.225000', '120945.685000', '120946.145000', '120946.605000', '120947.065000', '120947.525000', '120947.985000', '120948.445000', '120948.905000', '120949.365000', '120949.825000', '120950.285000', '120950.745000', '120951.205000', '120951.665000', '120952.125000', '120952.585000', '120953.045000', '120953.505000'], 'ContentTime': ['120317.692000', '120317.695000', '120317.697000', '120317.700000', '120317.703000', '120317.705000', '120317.708000', '120317.711000', '120317.713000', '120317.716000', '120317.718000', '120317.721000', '120317.724000', '120317.726000', '120317.729000', '120317.731000', '120317.734000', '120317.741000', '120317.743000', '120317.746000', '120317.748000', '120317.751000', '120317.754000', '120317.756000', '120317.759000', '120317.761000', '120317.764000', '120317.767000', '120317.769000', '120317.772000', '120317.774000', '120317.777000', '120317.780000', '120317.782000', '120317.785000', '120317.788000', '120317.796000', '120317.799000', '120317.801000', '120317.804000', '120317.807000', '120317.809000', '120317.812000', '120317.815000', '120317.817000', '120317.820000', '120317.822000', '120317.825000', '120317.828000', '120317.830000', '120317.833000', '120317.836000', '120317.838000', '120317.841000', '120317.843000', '120317.846000', '120317.849000', '120317.851000', '120317.854000', '120317.857000', '120317.859000', '120317.862000', '120337.658000', '120337.661000', '120337.664000', '120337.667000', '120337.669000', '120337.672000', '120337.675000', '120337.677000', '120337.680000', '120337.682000', '120337.685000', '120337.688000', '120337.690000', '120337.693000', '120337.696000', '120337.698000', '120337.701000', '120337.704000', '120337.706000', '120337.709000', '120337.711000', '120337.714000', '120337.717000', '120337.719000', '120337.722000', '120337.725000', '120337.727000', '120337.730000', '120337.733000', '120337.735000', '120337.738000', '120337.741000', '120337.743000', '120337.746000', '120337.748000', '120337.751000', '120337.754000', '120337.756000', '120337.759000', '120337.762000', '120337.764000', '120337.767000', '120337.770000', '120337.772000', '120357.659000', '120357.661000', '120357.664000', '120357.667000', '120357.670000', '120357.672000', '120357.675000', '120357.678000', '120357.681000', '120357.683000', '120357.686000', '120357.688000', '120357.691000', '120357.694000', '120357.696000', '120357.699000', '120357.702000', '120357.704000', '120357.707000', '120357.710000', '120357.712000', '120357.716000', '120357.719000', '120357.722000', '120357.724000', '120357.727000', '120357.730000', '120357.732000', '120357.735000', '120357.738000', '120357.740000', '120357.743000', '120357.745000', '120357.748000', '120357.751000', '120357.753000', '120357.756000', '120357.758000', '120357.761000', '120357.764000', '120357.766000', '120357.769000', '120357.772000', '120417.659000', '120417.661000', '120417.664000', '120417.667000', '120417.670000', '120417.672000', '120417.675000', '120417.678000', '120417.680000', '120417.683000', '120417.686000', '120417.688000', '120417.691000', '120417.694000', '120417.696000', '120417.699000', '120417.701000', '120417.704000', '120417.707000', '120417.709000', '120417.712000', '120417.715000', '120417.717000', '120417.720000', '120417.723000', '120417.725000', '120417.728000', '120417.731000', '120417.733000', '120417.736000', '120417.739000', '120417.741000', '120417.744000', '120417.746000', '120417.749000', '120417.752000', '120417.754000', '120417.757000', '120417.759000', '120417.762000', '120417.765000', '120417.768000', '120417.770000', '120417.773000', '120437.659000', '120437.661000', '120437.664000', '120437.667000', '120437.670000', '120437.672000', '120437.675000', '120437.678000', '120437.680000', '120437.683000', '120437.685000', '120437.688000', '120437.691000', '120437.693000', '120437.696000', '120437.699000', '120437.701000', '120437.704000', '120437.721000', '120437.724000', '120437.726000', '120437.729000', '120437.732000', '120437.734000', '120437.737000', '120437.740000', '120437.742000', '120437.745000', '120437.748000', '120437.750000', '120437.753000', '120437.756000', '120437.758000', '120437.761000', '120437.763000', '120437.766000', '120437.769000', '120437.771000', '120437.774000', '120437.777000', '120437.779000', '120437.782000', '120437.784000', '120437.787000', '120457.659000', '120457.662000', '120457.664000', '120457.667000', '120457.678000', '120457.681000', '120457.683000', '120457.686000', '120457.689000', '120457.691000', '120457.694000', '120457.697000', '120457.699000', '120457.702000', '120457.705000', '120457.707000', '120457.710000', '120457.713000', '120457.715000', '120457.718000', '120457.721000', '120457.723000', '120457.726000', '120457.728000', '120457.731000', '120457.734000', '120457.736000', '120457.739000', '120457.742000', '120457.744000', '120457.747000', '120457.750000', '120457.752000', '120457.755000', '120457.758000', '120457.760000', '120457.763000', '120457.766000', '120457.768000', '120457.771000', '120457.773000', '120457.776000', '120457.779000', '120517.658000', '120517.661000', '120517.664000', '120517.666000', '120517.669000', '120517.672000', '120517.675000', '120517.677000', '120517.680000', '120517.682000', '120517.685000', '120517.688000', '120517.690000', '120517.693000', '120517.696000', '120517.698000', '120517.701000', '120517.704000', '120517.706000', '120517.709000', '120517.712000', '120517.714000', '120517.717000', '120517.720000', '120517.722000', '120517.725000', '120517.728000', '120517.730000', '120517.733000', '120517.735000', '120517.738000', '120517.741000', '120517.743000', '120517.746000', '120517.749000', '120517.751000', '120517.755000', '120517.758000', '120517.760000', '120517.763000', '120517.765000', '120517.768000', '120517.771000', '120537.658000', '120537.661000', '120537.663000', '120537.666000', '120537.669000', '120537.671000', '120537.674000', '120537.677000', '120537.679000', '120537.682000', '120537.684000', '120537.687000', '120537.690000', '120537.692000', '120537.695000', '120537.698000', '120537.700000', '120537.703000', '120537.706000', '120537.708000', '120537.711000', '120537.719000', '120537.722000', '120537.725000', '120537.727000', '120537.730000', '120537.733000', '120537.735000', '120537.738000', '120537.741000', '120537.743000', '120537.746000', '120537.749000', '120537.751000', '120537.754000', '120537.757000', '120537.759000', '120537.762000', '120537.765000', '120537.767000', '120537.770000', '120537.773000', '120537.775000', '120537.778000', '120557.659000', '120557.662000', '120557.664000', '120557.667000', '120557.670000', '120557.672000', '120557.675000', '120557.678000', '120557.680000', '120557.683000', '120557.685000', '120557.688000', '120557.691000', '120557.693000', '120557.696000', '120557.699000', '120557.701000', '120557.704000', '120557.707000', '120557.709000', '120557.712000', '120557.715000', '120557.717000', '120557.720000', '120557.722000', '120557.725000', '120557.728000', '120557.730000', '120557.733000', '120557.736000', '120557.739000', '120557.741000', '120557.744000', '120557.747000', '120557.750000', '120557.752000', '120557.755000', '120557.758000', '120557.760000', '120557.763000', '120557.766000', '120557.768000', '120557.771000', '120617.668000', '120617.670000', '120617.673000', '120617.676000', '120617.679000', '120617.682000', '120617.684000', '120617.687000', '120617.696000', '120617.698000', '120617.701000', '120617.704000', '120617.706000', '120617.709000', '120617.712000', '120617.714000', '120617.717000', '120617.720000', '120617.722000', '120617.725000', '120617.728000', '120617.730000', '120617.733000', '120617.735000', '120617.739000', '120617.741000', '120617.744000', '120617.746000', '120617.749000', '120617.752000', '120617.754000', '120617.757000', '120617.760000', '120617.762000', '120617.765000', '120617.768000', '120617.770000', '120617.773000', '120617.775000', '120617.778000', '120617.781000', '120617.783000', '120617.786000', '120617.789000', '120637.658000', '120637.661000', '120637.664000', '120637.667000', '120637.669000', '120637.672000', '120637.675000', '120637.677000', '120637.680000', '120637.683000', '120637.685000', '120637.688000', '120637.691000', '120637.693000', '120637.696000', '120637.699000', '120637.701000', '120637.704000', '120637.707000', '120637.709000', '120637.712000', '120637.714000', '120637.717000', '120637.720000', '120637.722000', '120637.725000', '120637.728000', '120637.730000', '120637.733000', '120637.736000', '120637.738000', '120637.741000', '120637.744000', '120637.746000', '120637.749000', '120637.752000', '120637.754000', '120637.757000', '120637.760000', '120637.762000', '120637.765000', '120637.767000', '120637.770000', '120657.659000', '120657.661000', '120657.664000', '120657.667000', '120657.670000', '120657.672000', '120657.675000', '120657.678000', '120657.680000', '120657.683000', '120657.685000', '120657.688000', '120657.691000', '120657.694000', '120657.696000', '120657.699000', '120657.701000', '120657.704000', '120657.707000', '120657.709000', '120657.712000', '120657.715000', '120657.717000', '120657.720000', '120657.723000', '120657.725000', '120657.728000', '120657.731000', '120657.733000', '120657.736000', '120657.739000', '120657.741000', '120657.744000', '120657.746000', '120657.749000', '120657.752000', '120657.754000', '120657.757000', '120657.760000', '120657.762000', '120657.765000', '120657.768000', '120657.770000', '120657.773000', '120717.659000', '120717.662000', '120717.664000', '120717.667000', '120717.670000', '120717.672000', '120717.675000', '120717.678000', '120717.680000', '120717.683000', '120717.686000', '120717.688000', '120717.691000', '120717.694000', '120717.696000', '120717.699000', '120717.701000', '120717.704000', '120717.707000', '120717.709000', '120717.712000', '120717.715000', '120717.717000', '120717.720000', '120717.722000', '120717.725000', '120717.728000', '120717.730000', '120717.733000', '120717.736000', '120717.738000', '120717.741000', '120717.744000', '120717.746000', '120717.749000', '120717.752000', '120717.755000', '120717.758000', '120717.760000', '120717.763000', '120717.766000', '120717.769000', '120717.772000', '120737.658000', '120737.661000', '120737.664000', '120737.667000', '120737.669000', '120737.672000', '120737.675000', '120737.678000', '120737.680000', '120737.683000', '120737.686000', '120737.688000', '120737.691000', '120737.694000', '120737.697000', '120737.699000', '120737.702000', '120737.705000', '120737.707000', '120737.710000', '120737.712000', '120737.715000', '120737.718000', '120737.720000', '120737.723000', '120737.744000', '120737.747000', '120737.749000', '120737.752000', '120737.754000', '120737.757000', '120737.760000', '120737.762000', '120737.765000', '120737.768000', '120737.770000', '120737.773000', '120737.775000', '120737.778000', '120737.781000', '120737.784000', '120737.786000', '120737.789000', '120737.792000', '120757.658000', '120757.660000', '120757.663000', '120757.666000', '120757.668000', '120757.671000', '120757.674000', '120757.676000', '120757.679000', '120757.682000', '120757.684000', '120757.687000', '120757.690000', '120757.692000', '120757.695000', '120757.697000', '120757.700000', '120757.703000', '120757.705000', '120757.708000', '120757.711000', '120757.713000', '120757.716000', '120757.718000', '120757.721000', '120757.724000', '120757.727000', '120757.729000', '120757.732000', '120757.735000', '120757.737000', '120757.740000', '120757.743000', '120757.745000', '120757.748000', '120757.751000', '120757.753000', '120757.756000', '120757.759000', '120757.761000', '120757.764000', '120757.767000', '120757.770000', '120817.659000', '120817.662000', '120817.664000', '120817.667000', '120817.670000', '120817.672000', '120817.675000', '120817.677000', '120817.680000', '120817.683000', '120817.685000', '120817.688000', '120817.693000', '120817.701000', '120817.703000', '120817.706000', '120817.709000', '120817.711000', '120817.714000', '120817.717000', '120817.719000', '120817.722000', '120817.725000', '120817.727000', '120817.730000', '120817.733000', '120817.735000', '120817.738000', '120817.740000', '120817.743000', '120817.746000', '120817.748000', '120817.751000', '120817.754000', '120817.756000', '120817.759000', '120817.761000', '120817.764000', '120817.767000', '120817.769000', '120817.772000', '120817.775000', '120817.777000', '120817.780000', '120837.659000', '120837.661000', '120837.664000', '120837.667000', '120837.669000', '120837.672000', '120837.674000', '120837.677000', '120837.680000', '120837.683000', '120837.685000', '120837.688000', '120837.690000', '120837.693000', '120837.696000', '120837.698000', '120837.701000', '120837.704000', '120837.706000', '120837.709000', '120837.712000', '120837.714000', '120837.717000', '120837.720000', '120837.722000', '120837.725000', '120837.727000', '120837.730000', '120837.733000', '120837.735000', '120837.738000', '120837.741000', '120837.743000', '120837.746000', '120837.748000', '120837.751000', '120837.754000', '120837.757000', '120837.759000', '120837.762000', '120837.765000', '120837.767000', '120837.770000', '120857.659000', '120857.662000', '120857.664000', '120857.667000', '120857.670000', '120857.672000', '120857.675000', '120857.677000', '120857.680000', '120857.683000', '120857.685000', '120857.688000', '120857.691000', '120857.693000', '120857.696000', '120857.699000', '120857.702000', '120857.704000', '120857.707000', '120857.710000', '120857.712000', '120857.715000', '120857.718000', '120857.720000', '120857.723000', '120857.726000', '120857.729000', '120857.731000', '120857.734000', '120857.737000', '120857.739000', '120857.742000', '120857.744000', '120857.747000', '120857.750000', '120857.752000', '120857.772000', '120857.775000', '120857.778000', '120857.780000', '120857.783000', '120857.785000', '120857.788000', '120857.791000', '120917.659000', '120917.662000', '120917.665000', '120917.667000', '120917.670000', '120917.672000', '120917.675000', '120917.678000', '120917.680000', '120917.683000', '120917.686000', '120917.688000', '120917.691000', '120917.694000', '120917.696000', '120917.699000', '120917.701000', '120917.704000', '120917.707000', '120917.710000', '120917.712000', '120917.715000', '120917.717000', '120917.720000', '120917.723000', '120917.725000', '120917.728000', '120917.731000', '120917.733000', '120917.736000', '120917.739000', '120917.742000', '120917.744000', '120917.747000', '120917.749000', '120917.752000', '120917.755000', '120917.757000', '120917.760000', '120917.763000', '120917.765000', '120917.768000', '120917.770000', '120937.659000', '120937.662000', '120937.664000', '120937.667000', '120937.670000', '120937.672000', '120937.675000', '120937.678000', '120937.681000', '120937.683000', '120937.686000', '120937.689000', '120937.691000', '120937.694000', '120937.697000', '120937.700000', '120937.702000', '120937.705000', '120937.708000', '120937.710000', '120937.713000', '120937.716000', '120937.718000', '120937.721000', '120937.724000', '120937.726000', '120937.729000', '120937.732000', '120937.734000', '120937.737000', '120937.740000', '120937.743000', '120937.745000', '120937.748000', '120937.751000', '120937.753000', '120937.756000', '120937.759000', '120937.761000', '120937.764000', '120937.767000', '120937.769000', '120937.772000', '120937.775000', '120954.625000', '120954.628000', '120954.630000', '120954.633000', '120954.636000', '120954.638000', '120954.641000', '120954.644000', '120954.646000', '120954.649000', '120954.652000', '120954.654000', '120954.657000', '120954.660000', '120954.662000', '120954.665000', '120954.667000', '120954.670000', '120954.673000', '120954.675000', '120954.678000', '120954.681000', '120954.683000', '120954.686000', '120954.689000', '120954.691000', '120954.694000', '120954.696000', '120954.699000', '120954.702000', '120954.704000', '120954.707000', '120954.710000', '120954.712000', '120954.715000', '120954.717000', '120954.720000'], 'InstanceCreationTime': ['120317.692000', '120317.695000', '120317.697000', '120317.700000', '120317.703000', '120317.705000', '120317.708000', '120317.711000', '120317.713000', '120317.716000', '120317.718000', '120317.721000', '120317.724000', '120317.726000', '120317.729000', '120317.731000', '120317.734000', '120317.741000', '120317.743000', '120317.746000', '120317.748000', '120317.751000', '120317.754000', '120317.756000', '120317.759000', '120317.761000', '120317.764000', '120317.767000', '120317.769000', '120317.772000', '120317.774000', '120317.777000', '120317.780000', '120317.782000', '120317.785000', '120317.788000', '120317.796000', '120317.799000', '120317.801000', '120317.804000', '120317.807000', '120317.809000', '120317.812000', '120317.815000', '120317.817000', '120317.820000', '120317.822000', '120317.825000', '120317.828000', '120317.830000', '120317.833000', '120317.836000', '120317.838000', '120317.841000', '120317.843000', '120317.846000', '120317.849000', '120317.851000', '120317.854000', '120317.857000', '120317.859000', '120317.862000', '120337.658000', '120337.661000', '120337.664000', '120337.667000', '120337.669000', '120337.672000', '120337.675000', '120337.677000', '120337.680000', '120337.682000', '120337.685000', '120337.688000', '120337.690000', '120337.693000', '120337.696000', '120337.698000', '120337.701000', '120337.704000', '120337.706000', '120337.709000', '120337.711000', '120337.714000', '120337.717000', '120337.719000', '120337.722000', '120337.725000', '120337.727000', '120337.730000', '120337.733000', '120337.735000', '120337.738000', '120337.741000', '120337.743000', '120337.746000', '120337.748000', '120337.751000', '120337.754000', '120337.756000', '120337.759000', '120337.762000', '120337.764000', '120337.767000', '120337.770000', '120337.772000', '120357.659000', '120357.661000', '120357.664000', '120357.667000', '120357.670000', '120357.672000', '120357.675000', '120357.678000', '120357.681000', '120357.683000', '120357.686000', '120357.688000', '120357.691000', '120357.694000', '120357.696000', '120357.699000', '120357.702000', '120357.704000', '120357.707000', '120357.710000', '120357.712000', '120357.716000', '120357.719000', '120357.722000', '120357.724000', '120357.727000', '120357.730000', '120357.732000', '120357.735000', '120357.738000', '120357.740000', '120357.743000', '120357.745000', '120357.748000', '120357.751000', '120357.753000', '120357.756000', '120357.758000', '120357.761000', '120357.764000', '120357.766000', '120357.769000', '120357.772000', '120417.659000', '120417.661000', '120417.664000', '120417.667000', '120417.670000', '120417.672000', '120417.675000', '120417.678000', '120417.680000', '120417.683000', '120417.686000', '120417.688000', '120417.691000', '120417.694000', '120417.696000', '120417.699000', '120417.701000', '120417.704000', '120417.707000', '120417.709000', '120417.712000', '120417.715000', '120417.717000', '120417.720000', '120417.723000', '120417.725000', '120417.728000', '120417.731000', '120417.733000', '120417.736000', '120417.739000', '120417.741000', '120417.744000', '120417.746000', '120417.749000', '120417.752000', '120417.754000', '120417.757000', '120417.759000', '120417.762000', '120417.765000', '120417.768000', '120417.770000', '120417.773000', '120437.659000', '120437.661000', '120437.664000', '120437.667000', '120437.670000', '120437.672000', '120437.675000', '120437.678000', '120437.680000', '120437.683000', '120437.685000', '120437.688000', '120437.691000', '120437.693000', '120437.696000', '120437.699000', '120437.701000', '120437.704000', '120437.721000', '120437.724000', '120437.726000', '120437.729000', '120437.732000', '120437.734000', '120437.737000', '120437.740000', '120437.742000', '120437.745000', '120437.748000', '120437.750000', '120437.753000', '120437.756000', '120437.758000', '120437.761000', '120437.763000', '120437.766000', '120437.769000', '120437.771000', '120437.774000', '120437.777000', '120437.779000', '120437.782000', '120437.784000', '120437.787000', '120457.659000', '120457.662000', '120457.664000', '120457.667000', '120457.678000', '120457.681000', '120457.683000', '120457.686000', '120457.689000', '120457.691000', '120457.694000', '120457.697000', '120457.699000', '120457.702000', '120457.705000', '120457.707000', '120457.710000', '120457.713000', '120457.715000', '120457.718000', '120457.721000', '120457.723000', '120457.726000', '120457.728000', '120457.731000', '120457.734000', '120457.736000', '120457.739000', '120457.742000', '120457.744000', '120457.747000', '120457.750000', '120457.752000', '120457.755000', '120457.758000', '120457.760000', '120457.763000', '120457.766000', '120457.768000', '120457.771000', '120457.773000', '120457.776000', '120457.779000', '120517.658000', '120517.661000', '120517.664000', '120517.666000', '120517.669000', '120517.672000', '120517.675000', '120517.677000', '120517.680000', '120517.682000', '120517.685000', '120517.688000', '120517.690000', '120517.693000', '120517.696000', '120517.698000', '120517.701000', '120517.704000', '120517.706000', '120517.709000', '120517.712000', '120517.714000', '120517.717000', '120517.720000', '120517.722000', '120517.725000', '120517.728000', '120517.730000', '120517.733000', '120517.735000', '120517.738000', '120517.741000', '120517.743000', '120517.746000', '120517.749000', '120517.751000', '120517.755000', '120517.758000', '120517.760000', '120517.763000', '120517.765000', '120517.768000', '120517.771000', '120537.658000', '120537.661000', '120537.663000', '120537.666000', '120537.669000', '120537.671000', '120537.674000', '120537.677000', '120537.679000', '120537.682000', '120537.684000', '120537.687000', '120537.690000', '120537.692000', '120537.695000', '120537.698000', '120537.700000', '120537.703000', '120537.706000', '120537.708000', '120537.711000', '120537.719000', '120537.722000', '120537.725000', '120537.727000', '120537.730000', '120537.733000', '120537.735000', '120537.738000', '120537.741000', '120537.743000', '120537.746000', '120537.749000', '120537.751000', '120537.754000', '120537.757000', '120537.759000', '120537.762000', '120537.765000', '120537.767000', '120537.770000', '120537.773000', '120537.775000', '120537.778000', '120557.659000', '120557.662000', '120557.664000', '120557.667000', '120557.670000', '120557.672000', '120557.675000', '120557.678000', '120557.680000', '120557.683000', '120557.685000', '120557.688000', '120557.691000', '120557.693000', '120557.696000', '120557.699000', '120557.701000', '120557.704000', '120557.707000', '120557.709000', '120557.712000', '120557.715000', '120557.717000', '120557.720000', '120557.722000', '120557.725000', '120557.728000', '120557.730000', '120557.733000', '120557.736000', '120557.739000', '120557.741000', '120557.744000', '120557.747000', '120557.750000', '120557.752000', '120557.755000', '120557.758000', '120557.760000', '120557.763000', '120557.766000', '120557.768000', '120557.771000', '120617.668000', '120617.670000', '120617.673000', '120617.676000', '120617.679000', '120617.682000', '120617.684000', '120617.687000', '120617.696000', '120617.698000', '120617.701000', '120617.704000', '120617.706000', '120617.709000', '120617.712000', '120617.714000', '120617.717000', '120617.720000', '120617.722000', '120617.725000', '120617.728000', '120617.730000', '120617.733000', '120617.735000', '120617.739000', '120617.741000', '120617.744000', '120617.746000', '120617.749000', '120617.752000', '120617.754000', '120617.757000', '120617.760000', '120617.762000', '120617.765000', '120617.768000', '120617.770000', '120617.773000', '120617.775000', '120617.778000', '120617.781000', '120617.783000', '120617.786000', '120617.789000', '120637.658000', '120637.661000', '120637.664000', '120637.667000', '120637.669000', '120637.672000', '120637.675000', '120637.677000', '120637.680000', '120637.683000', '120637.685000', '120637.688000', '120637.691000', '120637.693000', '120637.696000', '120637.699000', '120637.701000', '120637.704000', '120637.707000', '120637.709000', '120637.712000', '120637.714000', '120637.717000', '120637.720000', '120637.722000', '120637.725000', '120637.728000', '120637.730000', '120637.733000', '120637.736000', '120637.738000', '120637.741000', '120637.744000', '120637.746000', '120637.749000', '120637.752000', '120637.754000', '120637.757000', '120637.760000', '120637.762000', '120637.765000', '120637.767000', '120637.770000', '120657.659000', '120657.661000', '120657.664000', '120657.667000', '120657.670000', '120657.672000', '120657.675000', '120657.678000', '120657.680000', '120657.683000', '120657.685000', '120657.688000', '120657.691000', '120657.694000', '120657.696000', '120657.699000', '120657.701000', '120657.704000', '120657.707000', '120657.709000', '120657.712000', '120657.715000', '120657.717000', '120657.720000', '120657.723000', '120657.725000', '120657.728000', '120657.731000', '120657.733000', '120657.736000', '120657.739000', '120657.741000', '120657.744000', '120657.746000', '120657.749000', '120657.752000', '120657.754000', '120657.757000', '120657.760000', '120657.762000', '120657.765000', '120657.768000', '120657.770000', '120657.773000', '120717.659000', '120717.662000', '120717.664000', '120717.667000', '120717.670000', '120717.672000', '120717.675000', '120717.678000', '120717.680000', '120717.683000', '120717.686000', '120717.688000', '120717.691000', '120717.694000', '120717.696000', '120717.699000', '120717.701000', '120717.704000', '120717.707000', '120717.709000', '120717.712000', '120717.715000', '120717.717000', '120717.720000', '120717.722000', '120717.725000', '120717.728000', '120717.730000', '120717.733000', '120717.736000', '120717.738000', '120717.741000', '120717.744000', '120717.746000', '120717.749000', '120717.752000', '120717.755000', '120717.758000', '120717.760000', '120717.763000', '120717.766000', '120717.769000', '120717.772000', '120737.658000', '120737.661000', '120737.664000', '120737.667000', '120737.669000', '120737.672000', '120737.675000', '120737.678000', '120737.680000', '120737.683000', '120737.686000', '120737.688000', '120737.691000', '120737.694000', '120737.697000', '120737.699000', '120737.702000', '120737.705000', '120737.707000', '120737.710000', '120737.712000', '120737.715000', '120737.718000', '120737.720000', '120737.723000', '120737.744000', '120737.747000', '120737.749000', '120737.752000', '120737.754000', '120737.757000', '120737.760000', '120737.762000', '120737.765000', '120737.768000', '120737.770000', '120737.773000', '120737.775000', '120737.778000', '120737.781000', '120737.784000', '120737.786000', '120737.789000', '120737.792000', '120757.658000', '120757.660000', '120757.663000', '120757.666000', '120757.668000', '120757.671000', '120757.674000', '120757.676000', '120757.679000', '120757.682000', '120757.684000', '120757.687000', '120757.690000', '120757.692000', '120757.695000', '120757.697000', '120757.700000', '120757.703000', '120757.705000', '120757.708000', '120757.711000', '120757.713000', '120757.716000', '120757.718000', '120757.721000', '120757.724000', '120757.727000', '120757.729000', '120757.732000', '120757.735000', '120757.737000', '120757.740000', '120757.743000', '120757.745000', '120757.748000', '120757.751000', '120757.753000', '120757.756000', '120757.759000', '120757.761000', '120757.764000', '120757.767000', '120757.770000', '120817.659000', '120817.662000', '120817.664000', '120817.667000', '120817.670000', '120817.672000', '120817.675000', '120817.677000', '120817.680000', '120817.683000', '120817.685000', '120817.688000', '120817.693000', '120817.701000', '120817.703000', '120817.706000', '120817.709000', '120817.711000', '120817.714000', '120817.717000', '120817.719000', '120817.722000', '120817.725000', '120817.727000', '120817.730000', '120817.733000', '120817.735000', '120817.738000', '120817.740000', '120817.743000', '120817.746000', '120817.748000', '120817.751000', '120817.754000', '120817.756000', '120817.759000', '120817.761000', '120817.764000', '120817.767000', '120817.769000', '120817.772000', '120817.775000', '120817.777000', '120817.780000', '120837.659000', '120837.661000', '120837.664000', '120837.667000', '120837.669000', '120837.672000', '120837.674000', '120837.677000', '120837.680000', '120837.683000', '120837.685000', '120837.688000', '120837.690000', '120837.693000', '120837.696000', '120837.698000', '120837.701000', '120837.704000', '120837.706000', '120837.709000', '120837.712000', '120837.714000', '120837.717000', '120837.720000', '120837.722000', '120837.725000', '120837.727000', '120837.730000', '120837.733000', '120837.735000', '120837.738000', '120837.741000', '120837.743000', '120837.746000', '120837.748000', '120837.751000', '120837.754000', '120837.757000', '120837.759000', '120837.762000', '120837.765000', '120837.767000', '120837.770000', '120857.659000', '120857.662000', '120857.664000', '120857.667000', '120857.670000', '120857.672000', '120857.675000', '120857.677000', '120857.680000', '120857.683000', '120857.685000', '120857.688000', '120857.691000', '120857.693000', '120857.696000', '120857.699000', '120857.702000', '120857.704000', '120857.707000', '120857.710000', '120857.712000', '120857.715000', '120857.718000', '120857.720000', '120857.723000', '120857.726000', '120857.729000', '120857.731000', '120857.734000', '120857.737000', '120857.739000', '120857.742000', '120857.744000', '120857.747000', '120857.750000', '120857.752000', '120857.772000', '120857.775000', '120857.778000', '120857.780000', '120857.783000', '120857.785000', '120857.788000', '120857.791000', '120917.659000', '120917.662000', '120917.665000', '120917.667000', '120917.670000', '120917.672000', '120917.675000', '120917.678000', '120917.680000', '120917.683000', '120917.686000', '120917.688000', '120917.691000', '120917.694000', '120917.696000', '120917.699000', '120917.701000', '120917.704000', '120917.707000', '120917.710000', '120917.712000', '120917.715000', '120917.717000', '120917.720000', '120917.723000', '120917.725000', '120917.728000', '120917.731000', '120917.733000', '120917.736000', '120917.739000', '120917.742000', '120917.744000', '120917.747000', '120917.749000', '120917.752000', '120917.755000', '120917.757000', '120917.760000', '120917.763000', '120917.765000', '120917.768000', '120917.770000', '120937.659000', '120937.662000', '120937.664000', '120937.667000', '120937.670000', '120937.672000', '120937.675000', '120937.678000', '120937.681000', '120937.683000', '120937.686000', '120937.689000', '120937.691000', '120937.694000', '120937.697000', '120937.700000', '120937.702000', '120937.705000', '120937.708000', '120937.710000', '120937.713000', '120937.716000', '120937.718000', '120937.721000', '120937.724000', '120937.726000', '120937.729000', '120937.732000', '120937.734000', '120937.737000', '120937.740000', '120937.743000', '120937.745000', '120937.748000', '120937.751000', '120937.753000', '120937.756000', '120937.759000', '120937.761000', '120937.764000', '120937.767000', '120937.769000', '120937.772000', '120937.775000', '120954.625000', '120954.628000', '120954.630000', '120954.633000', '120954.636000', '120954.638000', '120954.641000', '120954.644000', '120954.646000', '120954.649000', '120954.652000', '120954.654000', '120954.657000', '120954.660000', '120954.662000', '120954.665000', '120954.667000', '120954.670000', '120954.673000', '120954.675000', '120954.678000', '120954.681000', '120954.683000', '120954.686000', '120954.689000', '120954.691000', '120954.694000', '120954.696000', '120954.699000', '120954.702000', '120954.704000', '120954.707000', '120954.710000', '120954.712000', '120954.715000', '120954.717000', '120954.720000'], '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': [14138, 15359, 12528, 13108, 13512, 13279, 12336, 12001, 12695, 12157, 12068, 12436, 12207, 11459, 12897, 13047, 12696, 12883, 12675, 14785, 12832, 12212, 13362, 12804, 12563, 14430, 11523, 12234, 13949, 11423, 12562, 13612, 11537, 12679, 13936, 9929, 12345, 13212, 11241, 12852, 12911, 12451, 13225, 12192, 12682, 13385, 12725, 16272, 12433, 12311, 15292, 12579, 12457, 14543, 11731, 12832, 14633, 12489, 12738, 14016, 13268, 12987, 12592, 14927, 13095, 12359, 15794, 12555, 12304, 15750, 11496, 12467, 13480, 12581, 13059, 13217, 13804, 13021, 12104, 15654, 11999, 12241, 13935, 11192, 12591, 13199, 11430, 12555, 13585, 12298, 12583, 12060, 12556, 12919, 12014, 15347, 12700, 12049, 14907, 12504, 11885, 12377, 13081, 12999, 11219, 12664, 15310, 11414, 12534, 15182, 12314, 12468, 15775, 12464, 12948, 12548, 13035, 14617, 14936, 12780, 14011, 14102, 13154, 12922, 12249, 13120, 14182, 15740, 12920, 13577, 12055, 13205, 13469, 12815, 12726, 13870, 13066, 12957, 13101, 12316, 12808, 13960, 16086, 12476, 12437, 14530, 12792, 12160, 11995, 12982, 12470, 15095, 12892, 12137, 12257, 13123, 13407, 12950, 12725, 13365, 12112, 13057, 13753, 11230, 12662, 15023, 12153, 12625, 14351, 12961, 12859, 15983, 12608, 12636, 15362, 11938, 12755, 13263, 13321, 13352, 15520, 10019, 12607, 12074, 12756, 14090, 12854, 12806, 12788, 12665, 15178, 17172, 12777, 13060, 14632, 12457, 12287, 14910, 13147, 12213, 13166, 12372, 12991, 12182, 12598, 13096, 11842, 16593, 12524, 11781, 14159, 11770, 12499, 13413, 11124, 12811, 13183, 11761, 13366, 13112, 13082, 13071, 12079, 14608, 12878, 12432, 14405, 12484, 12630, 14687, 11346, 12590, 13718, 11342, 12927, 13431, 11775, 12895, 13221, 15760, 13146, 12419, 15839, 12817, 12725, 14540, 11093, 13045, 14113, 12673, 12450, 12495, 11237, 13387, 12746, 14679, 12164, 12596, 14349, 10128, 12900, 13101, 11620, 13429, 12841, 15468, 12439, 12285, 14554, 10942, 12618, 13521, 11875, 13080, 12886, 15837, 13049, 12399, 14549, 11593, 12846, 13661, 9981, 13019, 13195, 13975, 13028, 12515, 13874, 12682, 12931, 14124, 11388, 12808, 13710, 12240, 13154, 12824, 15031, 13323, 12762, 15149, 11331, 12749, 13948, 10654, 13586, 13362, 12674, 13092, 13031, 13973, 13382, 12716, 15382, 12529, 13283, 14607, 12511, 13620, 13140, 15495, 12136, 12695, 14274, 10712, 13317, 13256, 10937, 13290, 13122, 12611, 12963, 12799, 10747, 13181, 12900, 10597, 13259, 13572, 11651, 13096, 13861, 13200, 13766, 15918, 12889, 13626, 14204, 13567, 13426, 13708, 13338, 14365, 16370, 13246, 12814, 12620, 13792, 13803, 12105, 13170, 15376, 11186, 13295, 15124, 11759, 13003, 15482, 12874, 12919, 14640, 11967, 13061, 13255, 11969, 12992, 15321, 11501, 12627, 15282, 12390, 12998, 15110, 12735, 12400, 15461, 12705, 12535, 15515, 13152, 12908, 14867, 12474, 12225, 15765, 12850, 12385, 13095, 13124, 12632, 15268, 12552, 12234, 14919, 12910, 12711, 12156, 13482, 13379, 11770, 13183, 14539, 11723, 12886, 15617, 13379, 13329, 13845, 11721, 13713, 12453, 12454, 13224, 12498, 15721, 13227, 12566, 12708, 13276, 12622, 13915, 13025, 12312, 15073, 12751, 12309, 12465, 13145, 12635, 14126, 13206, 12102, 12054, 12907, 13372, 11097, 12675, 14352, 11147, 12857, 14475, 11470, 13013, 14615, 12510, 12824, 13828, 14376, 13092, 11777, 12113, 13012, 13807, 12762, 13081, 13430, 11896, 13221, 13592, 12541, 12797, 14415, 12052, 12845, 13720, 12182, 13420, 13659, 16319, 12824, 12255, 16121, 12750, 12458, 14823, 12440, 12553, 15340, 11260, 12297, 14203, 9855, 13235, 14060, 12398, 12684, 12842, 13230, 13294, 12316, 11603, 13384, 12921, 15751, 12134, 12480, 14513, 12014, 12728, 13737, 11819, 12782, 14572, 10676, 12498, 14681, 10061, 12834, 14226, 10088, 13073, 14843, 12041, 12649, 14348, 9969, 13066, 14370, 10398, 12733, 14782, 11989, 12781, 13240, 11567, 12967, 14049, 16021, 12748, 12280, 15001, 12535, 12633, 14036, 11835, 12443, 14756, 10369, 12240, 14194, 10130, 12563, 14149, 10508, 12369, 15030, 11486, 12509, 14943, 11765, 12714, 15351, 11498, 12745, 15734, 12609, 12756, 15381, 12132, 12820, 16206, 11998, 12540, 13842, 12735, 12951, 15690, 10477, 12509, 14599, 10168, 14130, 14522, 12870, 13303, 15309, 12730, 13316, 12413, 13847, 13239, 15831, 12032, 13149, 15317, 10772, 13125, 13179, 11310, 13485, 13633, 12112, 12954, 13354, 12529, 13479, 11948, 12348, 13198, 13324, 12734, 12779, 13987, 11038, 13049, 14403, 10821, 13059, 15001, 13060, 13048, 14870, 11953, 13193, 13629, 15694, 12908, 12166, 15632, 12757, 12629, 14534, 11387, 12971, 13859, 12179, 12908, 12267, 13358, 13724, 12376, 12720, 13387, 12762, 14839, 12290, 12639, 14518, 12582, 12867, 14107, 11760, 12790, 14626, 10302, 12860, 13750, 10701, 12960, 13836, 12185, 12986, 13283, 12407, 12862, 12703, 9790, 13261, 14125, 12141, 13215, 14961, 10053, 13641, 14213, 12206, 13224, 15036, 12310, 12748, 14505, 12851, 13624, 14309, 13447, 13741, 14893, 11833, 12844, 12732, 13695, 12002, 13924, 14787, 12440, 13398, 15994, 15614, 13581, 14066, 13136, 13786, 13575, 15420, 13220, 13513, 11685, 13729, 12498, 13160, 13464, 13187, 11984, 13245, 13236, 11981, 13329, 14613, 12366, 12843, 15757, 12504, 12753, 12972, 13831, 14222, 16096, 12964, 12771, 15421, 12857, 12478, 14041, 13360, 13031, 14192, 13284, 13427, 13926, 13377, 13561, 11594, 12935, 15058, 11534, 12791, 15502, 13035, 12844, 15253, 13038, 13508, 15320, 13017, 14421, 13478, 13676, 14585, 12856, 13154, 15409, 11881, 13032, 15279, 12209, 13023, 15317, 11798, 12926, 14297, 12697, 12820, 14854, 12541, 12374, 14090, 13356, 12929, 14515, 13252, 12851, 11616, 13586, 12617, 12138, 13470, 15461, 12387, 13050, 14785, 11292, 13578, 13941, 11670, 13381, 14761, 11617, 12818, 14889, 12750, 13077, 15367, 11906, 12745, 15557, 11221, 12989, 14632, 11526, 13014, 15231, 12654, 12885, 14381, 13508, 13102, 12087, 13834, 13436, 12338, 16983, 12788, 12219, 15363, 11956, 12352, 13707, 11966, 13000, 13834, 12120, 12925, 12382, 16396, 12646, 12408, 15040, 11135, 12950, 13697, 12807, 12982, 13065, 14100, 13134, 12335, 14976, 11964, 13067, 14021, 10573, 12762, 13725, 11053, 12632, 13776, 12837, 13385, 14904, 11878, 12793, 15464, 11561, 12757, 14850, 12309, 12946, 14932, 11873, 12469, 14876, 12529, 12742, 11628, 13332, 14224, 12225, 13047, 15774, 10476, 12738, 15400, 10834, 12942, 15910, 10724, 12564, 15308, 12460, 12927, 15608, 12359, 12577, 15008, 12169, 12894, 12954, 11254, 12746, 15550, 12071, 12409, 15394, 11870, 12780, 14254, 11274, 12689, 15381, 11588, 13630, 15055, 12490, 12833, 14715, 12802, 13302, 11891, 13149, 13847, 11482, 13217, 14559, 11544, 13523], 'WindowCenter': [4766.0, 4745.0, 4711.0, 4710.0, 4705.0, 4704.0, 4706.0, 4692.0, 4694.0, 4694.0, 4692.0, 4694.0, 4694.0, 4681.0, 4704.0, 4705.0, 4693.0, 4693.0, 4705.0, 4702.0, 4693.0, 4705.0, 4702.0, 4703.0, 4706.0, 4703.0, 4694.0, 4696.0, 4702.0, 4694.0, 4706.0, 4704.0, 4694.0, 4707.0, 4716.0, 4684.0, 4705.0, 4706.0, 4683.0, 4705.0, 4705.0, 4693.0, 4705.0, 4706.0, 4693.0, 4705.0, 4707.0, 4714.0, 4693.0, 4694.0, 4702.0, 4692.0, 4694.0, 4702.0, 4692.0, 4705.0, 4715.0, 4691.0, 4692.0, 4704.0, 4692.0, 4692.0, 4694.0, 4700.0, 4692.0, 4694.0, 4703.0, 4681.0, 4682.0, 4701.0, 4679.0, 4691.0, 4690.0, 4678.0, 4690.0, 4693.0, 4687.0, 4689.0, 4691.0, 4699.0, 4678.0, 4681.0, 4691.0, 4679.0, 4691.0, 4692.0, 4680.0, 4692.0, 4703.0, 4680.0, 4692.0, 4693.0, 4691.0, 4703.0, 4706.0, 4712.0, 4703.0, 4696.0, 4713.0, 4704.0, 4695.0, 4703.0, 4706.0, 4706.0, 4695.0, 4707.0, 4726.0, 4695.0, 4708.0, 4715.0, 4705.0, 4708.0, 4716.0, 4707.0, 4707.0, 4694.0, 4706.0, 4718.0, 4713.0, 4693.0, 4704.0, 4701.0, 4692.0, 4693.0, 4690.0, 4703.0, 4706.0, 4700.0, 4692.0, 4691.0, 4679.0, 4692.0, 4692.0, 4690.0, 4691.0, 4702.0, 4689.0, 4691.0, 4690.0, 4679.0, 4691.0, 4704.0, 4700.0, 4679.0, 4680.0, 4687.0, 4690.0, 4692.0, 4679.0, 4691.0, 4693.0, 4700.0, 4690.0, 4691.0, 4681.0, 4702.0, 4704.0, 4692.0, 4692.0, 4702.0, 4691.0, 4704.0, 4703.0, 4682.0, 4705.0, 4712.0, 4693.0, 4705.0, 4703.0, 4705.0, 4706.0, 4713.0, 4693.0, 4694.0, 4701.0, 4679.0, 4691.0, 4689.0, 4690.0, 4704.0, 4712.0, 4674.0, 4693.0, 4691.0, 4704.0, 4714.0, 4707.0, 4708.0, 4696.0, 4694.0, 4716.0, 4713.0, 4681.0, 4692.0, 4690.0, 4680.0, 4683.0, 4701.0, 4678.0, 4679.0, 4679.0, 4679.0, 4690.0, 4680.0, 4678.0, 4690.0, 4683.0, 4700.0, 4679.0, 4681.0, 4689.0, 4678.0, 4691.0, 4692.0, 4679.0, 4692.0, 4693.0, 4680.0, 4703.0, 4704.0, 4691.0, 4691.0, 4693.0, 4700.0, 4692.0, 4694.0, 4701.0, 4693.0, 4705.0, 4703.0, 4681.0, 4695.0, 4703.0, 4682.0, 4706.0, 4705.0, 4682.0, 4694.0, 4705.0, 4711.0, 4692.0, 4694.0, 4702.0, 4692.0, 4704.0, 4703.0, 4681.0, 4704.0, 4704.0, 4691.0, 4694.0, 4695.0, 4681.0, 4705.0, 4705.0, 4713.0, 4693.0, 4706.0, 4715.0, 4684.0, 4705.0, 4705.0, 4693.0, 4717.0, 4707.0, 4713.0, 4695.0, 4695.0, 4703.0, 4684.0, 4705.0, 4706.0, 4692.0, 4704.0, 4707.0, 4712.0, 4703.0, 4704.0, 4702.0, 4694.0, 4705.0, 4704.0, 4682.0, 4704.0, 4706.0, 4702.0, 4703.0, 4705.0, 4702.0, 4705.0, 4707.0, 4714.0, 4692.0, 4707.0, 4705.0, 4693.0, 4705.0, 4708.0, 4714.0, 4703.0, 4707.0, 4714.0, 4684.0, 4706.0, 4703.0, 4684.0, 4705.0, 4706.0, 4693.0, 4704.0, 4707.0, 4703.0, 4704.0, 4707.0, 4714.0, 4704.0, 4718.0, 4716.0, 4693.0, 4704.0, 4704.0, 4702.0, 4693.0, 4705.0, 4702.0, 4682.0, 4705.0, 4704.0, 4684.0, 4705.0, 4705.0, 4704.0, 4716.0, 4709.0, 4694.0, 4718.0, 4718.0, 4698.0, 4719.0, 4718.0, 4709.0, 4731.0, 4729.0, 4733.0, 4733.0, 4730.0, 4719.0, 4731.0, 4716.0, 4718.0, 4721.0, 4718.0, 4717.0, 4720.0, 4716.0, 4705.0, 4708.0, 4693.0, 4704.0, 4707.0, 4694.0, 4705.0, 4716.0, 4684.0, 4706.0, 4713.0, 4692.0, 4704.0, 4717.0, 4691.0, 4691.0, 4701.0, 4679.0, 4691.0, 4690.0, 4681.0, 4703.0, 4703.0, 4681.0, 4691.0, 4699.0, 4689.0, 4692.0, 4700.0, 4690.0, 4692.0, 4699.0, 4691.0, 4691.0, 4699.0, 4690.0, 4703.0, 4701.0, 4681.0, 4691.0, 4700.0, 4690.0, 4692.0, 4690.0, 4691.0, 4705.0, 4701.0, 4690.0, 4681.0, 4698.0, 4690.0, 4692.0, 4680.0, 4702.0, 4704.0, 4691.0, 4703.0, 4703.0, 4692.0, 4704.0, 4716.0, 4690.0, 4703.0, 4702.0, 4680.0, 4701.0, 4694.0, 4691.0, 4691.0, 4694.0, 4701.0, 4692.0, 4693.0, 4691.0, 4702.0, 4694.0, 4702.0, 4702.0, 4693.0, 4701.0, 4692.0, 4696.0, 4691.0, 4703.0, 4705.0, 4701.0, 4703.0, 4695.0, 4692.0, 4705.0, 4705.0, 4693.0, 4705.0, 4715.0, 4683.0, 4705.0, 4715.0, 4692.0, 4705.0, 4715.0, 4692.0, 4693.0, 4703.0, 4700.0, 4702.0, 4693.0, 4690.0, 4704.0, 4715.0, 4692.0, 4703.0, 4704.0, 4692.0, 4704.0, 4704.0, 4692.0, 4703.0, 4714.0, 4693.0, 4703.0, 4704.0, 4691.0, 4705.0, 4707.0, 4712.0, 4693.0, 4693.0, 4700.0, 4690.0, 4693.0, 4700.0, 4691.0, 4704.0, 4713.0, 4681.0, 4694.0, 4703.0, 4672.0, 4704.0, 4714.0, 4692.0, 4703.0, 4704.0, 4690.0, 4703.0, 4694.0, 4681.0, 4704.0, 4707.0, 4713.0, 4694.0, 4705.0, 4704.0, 4704.0, 4707.0, 4704.0, 4704.0, 4717.0, 4715.0, 4684.0, 4706.0, 4716.0, 4684.0, 4706.0, 4715.0, 4684.0, 4716.0, 4718.0, 4694.0, 4706.0, 4715.0, 4685.0, 4707.0, 4716.0, 4685.0, 4706.0, 4715.0, 4693.0, 4705.0, 4705.0, 4692.0, 4705.0, 4717.0, 4715.0, 4703.0, 4696.0, 4702.0, 4692.0, 4695.0, 4702.0, 4692.0, 4706.0, 4714.0, 4683.0, 4705.0, 4704.0, 4684.0, 4706.0, 4716.0, 4694.0, 4706.0, 4714.0, 4696.0, 4708.0, 4715.0, 4694.0, 4707.0, 4715.0, 4696.0, 4706.0, 4713.0, 4704.0, 4707.0, 4714.0, 4696.0, 4706.0, 4723.0, 4694.0, 4707.0, 4705.0, 4706.0, 4718.0, 4716.0, 4683.0, 4695.0, 4701.0, 4682.0, 4715.0, 4713.0, 4706.0, 4717.0, 4714.0, 4705.0, 4717.0, 4703.0, 4715.0, 4719.0, 4715.0, 4693.0, 4705.0, 4703.0, 4682.0, 4703.0, 4692.0, 4680.0, 4703.0, 4703.0, 4691.0, 4693.0, 4693.0, 4691.0, 4702.0, 4693.0, 4691.0, 4704.0, 4705.0, 4692.0, 4704.0, 4704.0, 4684.0, 4705.0, 4705.0, 4683.0, 4705.0, 4715.0, 4693.0, 4693.0, 4703.0, 4680.0, 4693.0, 4704.0, 4701.0, 4691.0, 4684.0, 4700.0, 4689.0, 4692.0, 4700.0, 4679.0, 4691.0, 4691.0, 4678.0, 4691.0, 4682.0, 4688.0, 4700.0, 4692.0, 4689.0, 4701.0, 4704.0, 4701.0, 4691.0, 4694.0, 4702.0, 4693.0, 4705.0, 4704.0, 4693.0, 4705.0, 4715.0, 4682.0, 4705.0, 4704.0, 4683.0, 4716.0, 4718.0, 4693.0, 4706.0, 4707.0, 4695.0, 4706.0, 4707.0, 4687.0, 4720.0, 4721.0, 4706.0, 4718.0, 4717.0, 4685.0, 4718.0, 4716.0, 4705.0, 4718.0, 4716.0, 4705.0, 4707.0, 4715.0, 4717.0, 4719.0, 4716.0, 4717.0, 4719.0, 4716.0, 4697.0, 4706.0, 4717.0, 4729.0, 4709.0, 4730.0, 4731.0, 4708.0, 4719.0, 4731.0, 4716.0, 4704.0, 4705.0, 4693.0, 4704.0, 4706.0, 4712.0, 4694.0, 4703.0, 4681.0, 4704.0, 4694.0, 4692.0, 4703.0, 4704.0, 4682.0, 4693.0, 4692.0, 4694.0, 4706.0, 4715.0, 4696.0, 4706.0, 4714.0, 4707.0, 4707.0, 4705.0, 4716.0, 4718.0, 4716.0, 4704.0, 4695.0, 4701.0, 4692.0, 4694.0, 4701.0, 4705.0, 4706.0, 4705.0, 4704.0, 4705.0, 4702.0, 4704.0, 4704.0, 4693.0, 4706.0, 4715.0, 4684.0, 4696.0, 4703.0, 4703.0, 4705.0, 4712.0, 4694.0, 4705.0, 4701.0, 4692.0, 4704.0, 4690.0, 4704.0, 4704.0, 4692.0, 4692.0, 4701.0, 4680.0, 4693.0, 4701.0, 4680.0, 4692.0, 4700.0, 4680.0, 4691.0, 4690.0, 4689.0, 4692.0, 4700.0, 4691.0, 4692.0, 4689.0, 4691.0, 4694.0, 4700.0, 4691.0, 4694.0, 4679.0, 4692.0, 4691.0, 4691.0, 4704.0, 4714.0, 4692.0, 4705.0, 4703.0, 4682.0, 4705.0, 4703.0, 4683.0, 4704.0, 4703.0, 4682.0, 4704.0, 4702.0, 4704.0, 4706.0, 4714.0, 4682.0, 4694.0, 4712.0, 4681.0, 4694.0, 4701.0, 4681.0, 4704.0, 4705.0, 4690.0, 4691.0, 4702.0, 4689.0, 4691.0, 4682.0, 4688.0, 4691.0, 4692.0, 4709.0, 4680.0, 4681.0, 4699.0, 4678.0, 4681.0, 4691.0, 4679.0, 4693.0, 4702.0, 4679.0, 4690.0, 4691.0, 4701.0, 4689.0, 4692.0, 4700.0, 4679.0, 4692.0, 4702.0, 4690.0, 4692.0, 4703.0, 4700.0, 4693.0, 4694.0, 4702.0, 4690.0, 4703.0, 4703.0, 4683.0, 4703.0, 4702.0, 4693.0, 4706.0, 4716.0, 4718.0, 4720.0, 4718.0, 4697.0, 4709.0, 4715.0, 4695.0, 4708.0, 4714.0, 4706.0, 4708.0, 4717.0, 4695.0, 4706.0, 4713.0, 4706.0, 4707.0, 4695.0, 4717.0, 4717.0, 4696.0, 4706.0, 4726.0, 4696.0, 4706.0, 4717.0, 4685.0, 4705.0, 4713.0, 4682.0, 4694.0, 4712.0, 4693.0, 4707.0, 4715.0, 4680.0, 4680.0, 4699.0, 4677.0, 4691.0, 4689.0, 4680.0, 4703.0, 4713.0, 4681.0, 4691.0, 4700.0, 4679.0, 4690.0, 4698.0, 4680.0, 4692.0, 4701.0, 4680.0, 4703.0, 4699.0, 4690.0, 4692.0, 4700.0, 4693.0, 4703.0, 4681.0, 4691.0, 4701.0, 4680.0, 4703.0, 4702.0, 4682.0, 4704.0], 'WindowWidth': [10408.0, 10357.0, 10301.0, 10297.0, 10281.0, 10279.0, 10283.0, 10258.0, 10262.0, 10265.0, 10256.0, 10261.0, 10262.0, 10239.0, 10277.0, 10282.0, 10259.0, 10260.0, 10279.0, 10273.0, 10259.0, 10281.0, 10270.0, 10275.0, 10284.0, 10274.0, 10261.0, 10266.0, 10272.0, 10263.0, 10283.0, 10276.0, 10264.0, 10286.0, 10298.0, 10248.0, 10279.0, 10285.0, 10244.0, 10278.0, 10280.0, 10259.0, 10280.0, 10285.0, 10259.0, 10278.0, 10287.0, 10292.0, 10259.0, 10265.0, 10272.0, 10257.0, 10264.0, 10272.0, 10256.0, 10279.0, 10294.0, 10253.0, 10258.0, 10278.0, 10254.0, 10254.0, 10263.0, 10264.0, 10257.0, 10264.0, 10274.0, 10238.0, 10244.0, 10270.0, 10234.0, 10252.0, 10253.0, 10231.0, 10251.0, 10261.0, 10244.0, 10246.0, 10256.0, 10263.0, 10231.0, 10239.0, 10253.0, 10233.0, 10256.0, 10258.0, 10236.0, 10258.0, 10276.0, 10238.0, 10258.0, 10261.0, 10253.0, 10273.0, 10284.0, 10285.0, 10272.0, 10270.0, 10287.0, 10275.0, 10265.0, 10273.0, 10281.0, 10284.0, 10267.0, 10286.0, 10311.0, 10267.0, 10290.0, 10293.0, 10279.0, 10289.0, 10297.0, 10283.0, 10286.0, 10261.0, 10281.0, 10304.0, 10288.0, 10259.0, 10278.0, 10268.0, 10257.0, 10261.0, 10251.0, 10273.0, 10283.0, 10265.0, 10254.0, 10253.0, 10232.0, 10255.0, 10259.0, 10249.0, 10254.0, 10273.0, 10248.0, 10252.0, 10252.0, 10232.0, 10253.0, 10277.0, 10266.0, 10234.0, 10238.0, 10242.0, 10249.0, 10256.0, 10236.0, 10253.0, 10260.0, 10264.0, 10250.0, 10254.0, 10236.0, 10271.0, 10277.0, 10255.0, 10257.0, 10271.0, 10253.0, 10277.0, 10275.0, 10243.0, 10279.0, 10287.0, 10259.0, 10280.0, 10273.0, 10277.0, 10285.0, 10290.0, 10256.0, 10261.0, 10269.0, 10232.0, 10253.0, 10248.0, 10252.0, 10276.0, 10284.0, 10234.0, 10260.0, 10254.0, 10277.0, 10289.0, 10285.0, 10290.0, 10266.0, 10262.0, 10295.0, 10291.0, 10236.0, 10253.0, 10249.0, 10233.0, 10243.0, 10269.0, 10228.0, 10233.0, 10234.0, 10230.0, 10248.0, 10238.0, 10228.0, 10249.0, 10247.0, 10264.0, 10234.0, 10240.0, 10247.0, 10231.0, 10254.0, 10256.0, 10234.0, 10256.0, 10259.0, 10234.0, 10272.0, 10277.0, 10252.0, 10252.0, 10259.0, 10265.0, 10256.0, 10262.0, 10267.0, 10256.0, 10279.0, 10276.0, 10240.0, 10264.0, 10274.0, 10241.0, 10279.0, 10279.0, 10241.0, 10262.0, 10282.0, 10284.0, 10256.0, 10262.0, 10271.0, 10257.0, 10277.0, 10274.0, 10240.0, 10275.0, 10279.0, 10252.0, 10260.0, 10265.0, 10241.0, 10277.0, 10280.0, 10287.0, 10259.0, 10282.0, 10294.0, 10248.0, 10280.0, 10280.0, 10259.0, 10297.0, 10287.0, 10289.0, 10263.0, 10266.0, 10274.0, 10247.0, 10278.0, 10282.0, 10255.0, 10276.0, 10287.0, 10285.0, 10271.0, 10278.0, 10270.0, 10262.0, 10280.0, 10280.0, 10244.0, 10278.0, 10286.0, 10272.0, 10274.0, 10281.0, 10273.0, 10279.0, 10286.0, 10292.0, 10259.0, 10283.0, 10282.0, 10259.0, 10278.0, 10287.0, 10289.0, 10273.0, 10285.0, 10292.0, 10246.0, 10280.0, 10274.0, 10247.0, 10281.0, 10284.0, 10258.0, 10276.0, 10285.0, 10273.0, 10277.0, 10285.0, 10292.0, 10277.0, 10300.0, 10301.0, 10257.0, 10274.0, 10277.0, 10272.0, 10256.0, 10277.0, 10271.0, 10243.0, 10280.0, 10280.0, 10249.0, 10279.0, 10281.0, 10276.0, 10296.0, 10291.0, 10265.0, 10301.0, 10303.0, 10276.0, 10306.0, 10303.0, 10294.0, 10326.0, 10321.0, 10330.0, 10335.0, 10324.0, 10305.0, 10328.0, 10298.0, 10301.0, 10312.0, 10300.0, 10298.0, 10307.0, 10299.0, 10278.0, 10287.0, 10258.0, 10277.0, 10285.0, 10261.0, 10279.0, 10298.0, 10249.0, 10279.0, 10288.0, 10255.0, 10277.0, 10304.0, 10252.0, 10252.0, 10268.0, 10232.0, 10252.0, 10251.0, 10239.0, 10273.0, 10276.0, 10238.0, 10254.0, 10261.0, 10249.0, 10258.0, 10267.0, 10252.0, 10258.0, 10265.0, 10251.0, 10255.0, 10261.0, 10249.0, 10276.0, 10269.0, 10237.0, 10255.0, 10264.0, 10251.0, 10258.0, 10250.0, 10253.0, 10281.0, 10269.0, 10248.0, 10240.0, 10259.0, 10251.0, 10257.0, 10237.0, 10271.0, 10278.0, 10254.0, 10274.0, 10275.0, 10255.0, 10278.0, 10301.0, 10254.0, 10270.0, 10270.0, 10237.0, 10269.0, 10263.0, 10252.0, 10254.0, 10263.0, 10269.0, 10256.0, 10259.0, 10252.0, 10271.0, 10265.0, 10271.0, 10269.0, 10261.0, 10268.0, 10256.0, 10268.0, 10255.0, 10274.0, 10282.0, 10270.0, 10273.0, 10264.0, 10256.0, 10280.0, 10282.0, 10260.0, 10279.0, 10295.0, 10247.0, 10278.0, 10295.0, 10256.0, 10280.0, 10297.0, 10255.0, 10259.0, 10276.0, 10266.0, 10269.0, 10261.0, 10252.0, 10276.0, 10296.0, 10257.0, 10274.0, 10277.0, 10256.0, 10277.0, 10280.0, 10257.0, 10275.0, 10293.0, 10258.0, 10274.0, 10280.0, 10255.0, 10277.0, 10286.0, 10286.0, 10258.0, 10262.0, 10267.0, 10252.0, 10261.0, 10267.0, 10256.0, 10279.0, 10289.0, 10242.0, 10263.0, 10275.0, 10230.0, 10277.0, 10292.0, 10256.0, 10273.0, 10277.0, 10253.0, 10273.0, 10265.0, 10243.0, 10276.0, 10286.0, 10288.0, 10262.0, 10281.0, 10276.0, 10276.0, 10285.0, 10277.0, 10277.0, 10300.0, 10296.0, 10249.0, 10282.0, 10297.0, 10248.0, 10282.0, 10296.0, 10249.0, 10296.0, 10305.0, 10261.0, 10280.0, 10292.0, 10250.0, 10285.0, 10298.0, 10251.0, 10282.0, 10297.0, 10260.0, 10278.0, 10281.0, 10257.0, 10282.0, 10303.0, 10294.0, 10272.0, 10267.0, 10271.0, 10257.0, 10266.0, 10271.0, 10258.0, 10283.0, 10293.0, 10247.0, 10281.0, 10277.0, 10249.0, 10284.0, 10296.0, 10263.0, 10283.0, 10293.0, 10268.0, 10288.0, 10296.0, 10265.0, 10288.0, 10297.0, 10267.0, 10284.0, 10290.0, 10278.0, 10286.0, 10293.0, 10267.0, 10284.0, 10303.0, 10264.0, 10285.0, 10279.0, 10282.0, 10305.0, 10300.0, 10245.0, 10265.0, 10269.0, 10243.0, 10293.0, 10288.0, 10280.0, 10302.0, 10293.0, 10278.0, 10298.0, 10275.0, 10294.0, 10306.0, 10297.0, 10257.0, 10277.0, 10274.0, 10241.0, 10272.0, 10259.0, 10238.0, 10274.0, 10276.0, 10253.0, 10259.0, 10261.0, 10251.0, 10269.0, 10260.0, 10251.0, 10275.0, 10282.0, 10256.0, 10276.0, 10277.0, 10248.0, 10280.0, 10280.0, 10246.0, 10279.0, 10298.0, 10256.0, 10260.0, 10276.0, 10236.0, 10258.0, 10278.0, 10268.0, 10252.0, 10247.0, 10265.0, 10247.0, 10255.0, 10267.0, 10233.0, 10255.0, 10257.0, 10231.0, 10252.0, 10243.0, 10245.0, 10265.0, 10257.0, 10248.0, 10268.0, 10277.0, 10267.0, 10254.0, 10262.0, 10270.0, 10259.0, 10279.0, 10274.0, 10258.0, 10280.0, 10294.0, 10244.0, 10278.0, 10275.0, 10248.0, 10297.0, 10301.0, 10260.0, 10281.0, 10284.0, 10262.0, 10281.0, 10286.0, 10256.0, 10307.0, 10312.0, 10280.0, 10301.0, 10300.0, 10252.0, 10300.0, 10295.0, 10280.0, 10301.0, 10297.0, 10280.0, 10287.0, 10296.0, 10298.0, 10308.0, 10298.0, 10299.0, 10308.0, 10294.0, 10269.0, 10283.0, 10298.0, 10319.0, 10291.0, 10322.0, 10328.0, 10285.0, 10303.0, 10325.0, 10295.0, 10275.0, 10279.0, 10256.0, 10274.0, 10284.0, 10284.0, 10260.0, 10274.0, 10239.0, 10274.0, 10262.0, 10254.0, 10273.0, 10278.0, 10241.0, 10258.0, 10257.0, 10262.0, 10284.0, 10292.0, 10265.0, 10282.0, 10291.0, 10281.0, 10284.0, 10276.0, 10295.0, 10303.0, 10295.0, 10275.0, 10264.0, 10269.0, 10255.0, 10262.0, 10267.0, 10277.0, 10284.0, 10276.0, 10274.0, 10277.0, 10268.0, 10275.0, 10275.0, 10257.0, 10280.0, 10293.0, 10246.0, 10265.0, 10273.0, 10270.0, 10280.0, 10284.0, 10260.0, 10279.0, 10268.0, 10255.0, 10275.0, 10247.0, 10273.0, 10279.0, 10254.0, 10256.0, 10268.0, 10236.0, 10258.0, 10269.0, 10236.0, 10256.0, 10264.0, 10234.0, 10253.0, 10247.0, 10246.0, 10257.0, 10264.0, 10251.0, 10257.0, 10249.0, 10253.0, 10263.0, 10263.0, 10251.0, 10262.0, 10233.0, 10254.0, 10255.0, 10251.0, 10275.0, 10293.0, 10255.0, 10278.0, 10273.0, 10243.0, 10278.0, 10272.0, 10243.0, 10277.0, 10276.0, 10243.0, 10277.0, 10271.0, 10274.0, 10281.0, 10290.0, 10241.0, 10262.0, 10286.0, 10237.0, 10261.0, 10268.0, 10239.0, 10275.0, 10281.0, 10248.0, 10252.0, 10272.0, 10246.0, 10251.0, 10243.0, 10245.0, 10253.0, 10259.0, 10277.0, 10235.0, 10241.0, 10263.0, 10231.0, 10239.0, 10252.0, 10233.0, 10258.0, 10271.0, 10233.0, 10251.0, 10256.0, 10266.0, 10248.0, 10256.0, 10265.0, 10233.0, 10257.0, 10272.0, 10249.0, 10256.0, 10274.0, 10265.0, 10257.0, 10263.0, 10270.0, 10252.0, 10275.0, 10272.0, 10244.0, 10276.0, 10272.0, 10260.0, 10285.0, 10294.0, 10303.0, 10310.0, 10302.0, 10271.0, 10290.0, 10294.0, 10265.0, 10288.0, 10293.0, 10282.0, 10292.0, 10300.0, 10265.0, 10283.0, 10288.0, 10281.0, 10286.0, 10267.0, 10299.0, 10303.0, 10266.0, 10282.0, 10312.0, 10268.0, 10284.0, 10302.0, 10249.0, 10280.0, 10290.0, 10241.0, 10263.0, 10285.0, 10259.0, 10284.0, 10297.0, 10237.0, 10237.0, 10263.0, 10228.0, 10253.0, 10249.0, 10236.0, 10274.0, 10289.0, 10238.0, 10254.0, 10267.0, 10233.0, 10251.0, 10260.0, 10236.0, 10259.0, 10269.0, 10235.0, 10272.0, 10264.0, 10252.0, 10258.0, 10265.0, 10260.0, 10275.0, 10239.0, 10254.0, 10269.0, 10238.0, 10272.0, 10272.0, 10242.0, 10275.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.0002632827735644637</td></tr>
<tr><td colspan=3>aqi</td><td>0.016636259696641384</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.162130959848156</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2576256518112798</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9976548668546651</td></tr>
<tr><td colspan=3>efc</td><td>0.5138</td></tr>
<tr><td colspan=3>fber</td><td>4785.3872</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08698022472530409</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4333694474539545</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.53018065490585</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5571065753974644</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7075132081751274</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3259221811449584</td></tr>
<tr><td colspan=3>gcor</td><td>0.00867223</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005109034013003111</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03090655989944935</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.104846561738334</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>25.9173</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.2002</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.9786</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288245.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1191.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>436.3547</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8334</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.8617</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3816.9952</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.3757</td></tr>
<tr><td colspan=3>tsnr</td><td>48.939462087117136</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>