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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-04/func/sub-0061_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>60942ad914a93ea4a4412a143da9d98a</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:47:33.737500</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.998935, 0.0450311, -0.0100162, -0.0427411, 0.985138, 0.16636]</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.0852634</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>[4155, -7781, -7252, 554, -30, -188, 3, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>235.231</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a9ccda6f-4ab5-4c83-b886-21a1e09417fd||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.680070638656616, -0.11467123031616211, -0.04686857759952545, 117.45088195800781], [-0.1208152174949646, 2.643054246902466, 0.4475376605987549, -93.95742797851562], [-0.026872774586081505, -0.4463314414024353, 2.662238597869873, -48.94621276855469], [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': ['174733.737500', '174734.197500', '174734.657500', '174735.117500', '174735.577500', '174736.037500', '174736.497500', '174736.957500', '174737.417500', '174737.877500', '174738.337500', '174738.797500', '174739.257500', '174739.717500', '174740.177500', '174740.637500', '174741.097500', '174741.557500', '174742.017500', '174742.477500', '174742.937500', '174743.397500', '174743.857500', '174744.317500', '174744.777500', '174745.237500', '174745.697500', '174746.157500', '174746.617500', '174747.077500', '174747.537500', '174747.997500', '174748.457500', '174748.917500', '174749.377500', '174749.837500', '174750.297500', '174750.757500', '174751.217500', '174751.677500', '174752.137500', '174752.597500', '174753.057500', '174753.517500', '174753.977500', '174754.437500', '174754.897500', '174755.357500', '174755.817500', '174756.277500', '174756.737500', '174757.197500', '174757.657500', '174758.117500', '174758.577500', '174759.037500', '174759.497500', '174759.957500', '174800.417500', '174800.877500', '174801.337500', '174801.797500', '174802.257500', '174802.717500', '174803.177500', '174803.637500', '174804.097500', '174804.557500', '174805.017500', '174805.477500', '174805.937500', '174806.397500', '174806.857500', '174807.317500', '174807.777500', '174808.237500', '174808.697500', '174809.157500', '174809.617500', '174810.077500', '174810.537500', '174810.997500', '174811.457500', '174811.917500', '174812.377500', '174812.837500', '174813.297500', '174813.757500', '174814.217500', '174814.677500', '174815.137500', '174815.597500', '174816.057500', '174816.517500', '174816.977500', '174817.437500', '174817.897500', '174818.357500', '174818.817500', '174819.277500', '174819.737500', '174820.197500', '174820.657500', '174821.117500', '174821.577500', '174822.037500', '174822.497500', '174822.957500', '174823.417500', '174823.877500', '174824.337500', '174824.797500', '174825.257500', '174825.717500', '174826.177500', '174826.637500', '174827.097500', '174827.557500', '174828.017500', '174828.477500', '174828.937500', '174829.397500', '174829.857500', '174830.317500', '174830.777500', '174831.237500', '174831.697500', '174832.157500', '174832.617500', '174833.077500', '174833.537500', '174833.997500', '174834.457500', '174834.917500', '174835.377500', '174835.837500', '174836.297500', '174836.757500', '174837.217500', '174837.677500', '174838.137500', '174838.597500', '174839.057500', '174839.517500', '174839.977500', '174840.437500', '174840.897500', '174841.357500', '174841.817500', '174842.277500', '174842.737500', '174843.197500', '174843.657500', '174844.117500', '174844.577500', '174845.037500', '174845.497500', '174845.957500', '174846.417500', '174846.877500', '174847.337500', '174847.797500', '174848.257500', '174848.717500', '174849.177500', '174849.637500', '174850.097500', '174850.557500', '174851.017500', '174851.477500', '174851.937500', '174852.397500', '174852.857500', '174853.317500', '174853.777500', '174854.237500', '174854.697500', '174855.157500', '174855.617500', '174856.077500', '174856.537500', '174856.997500', '174857.457500', '174857.917500', '174858.377500', '174858.837500', '174859.297500', '174859.757500', '174900.217500', '174900.677500', '174901.137500', '174901.597500', '174902.057500', '174902.517500', '174902.977500', '174903.437500', '174903.897500', '174904.357500', '174904.817500', '174905.277500', '174905.737500', '174906.197500', '174906.657500', '174907.117500', '174907.577500', '174908.037500', '174908.497500', '174908.957500', '174909.417500', '174909.877500', '174910.337500', '174910.797500', '174911.257500', '174911.717500', '174912.177500', '174912.637500', '174913.097500', '174913.557500', '174914.017500', '174914.477500', '174914.937500', '174915.397500', '174915.857500', '174916.317500', '174916.777500', '174917.237500', '174917.697500', '174918.157500', '174918.617500', '174919.077500', '174919.537500', '174919.997500', '174920.457500', '174920.917500', '174921.377500', '174921.837500', '174922.297500', '174922.757500', '174923.217500', '174923.677500', '174924.137500', '174924.597500', '174925.057500', '174925.517500', '174925.977500', '174926.437500', '174926.897500', '174927.357500', '174927.817500', '174928.277500', '174928.737500', '174929.197500', '174929.657500', '174930.117500', '174930.577500', '174931.037500', '174931.497500', '174931.957500', '174932.417500', '174932.877500', '174933.337500', '174933.797500', '174934.257500', '174934.717500', '174935.177500', '174935.637500', '174936.097500', '174936.557500', '174937.017500', '174937.477500', '174937.937500', '174938.397500', '174938.857500', '174939.317500', '174939.777500', '174940.237500', '174940.697500', '174941.157500', '174941.617500', '174942.077500', '174942.537500', '174942.997500', '174943.457500', '174943.917500', '174944.377500', '174944.837500', '174945.297500', '174945.757500', '174946.217500', '174946.677500', '174947.137500', '174947.597500', '174948.057500', '174948.517500', '174948.977500', '174949.437500', '174949.897500', '174950.357500', '174950.817500', '174951.277500', '174951.737500', '174952.197500', '174952.657500', '174953.117500', '174953.577500', '174954.037500', '174954.497500', '174954.957500', '174955.417500', '174955.877500', '174956.337500', '174956.797500', '174957.257500', '174957.717500', '174958.177500', '174958.637500', '174959.097500', '174959.557500', '175000.017500', '175000.477500', '175000.937500', '175001.397500', '175001.857500', '175002.317500', '175002.777500', '175003.237500', '175003.697500', '175004.157500', '175004.617500', '175005.077500', '175005.537500', '175005.997500', '175006.457500', '175006.917500', '175007.377500', '175007.837500', '175008.297500', '175008.757500', '175009.217500', '175009.677500', '175010.137500', '175010.597500', '175011.057500', '175011.517500', '175011.977500', '175012.437500', '175012.897500', '175013.357500', '175013.817500', '175014.277500', '175014.737500', '175015.197500', '175015.657500', '175016.117500', '175016.577500', '175017.037500', '175017.497500', '175017.957500', '175018.417500', '175018.877500', '175019.337500', '175019.797500', '175020.257500', '175020.717500', '175021.177500', '175021.637500', '175022.097500', '175022.557500', '175023.017500', '175023.477500', '175023.937500', '175024.397500', '175024.857500', '175025.317500', '175025.777500', '175026.237500', '175026.697500', '175027.157500', '175027.617500', '175028.077500', '175028.537500', '175028.997500', '175029.457500', '175029.917500', '175030.377500', '175030.837500', '175031.297500', '175031.757500', '175032.217500', '175032.677500', '175033.137500', '175033.597500', '175034.057500', '175034.517500', '175034.977500', '175035.437500', '175035.897500', '175036.357500', '175036.817500', '175037.277500', '175037.737500', '175038.197500', '175038.657500', '175039.117500', '175039.577500', '175040.037500', '175040.497500', '175040.957500', '175041.417500', '175041.877500', '175042.337500', '175042.797500', '175043.257500', '175043.717500', '175044.177500', '175044.637500', '175045.097500', '175045.557500', '175046.017500', '175046.477500', '175046.937500', '175047.397500', '175047.857500', '175048.317500', '175048.777500', '175049.237500', '175049.697500', '175050.157500', '175050.617500', '175051.077500', '175051.537500', '175051.997500', '175052.457500', '175052.917500', '175053.377500', '175053.837500', '175054.297500', '175054.757500', '175055.217500', '175055.677500', '175056.137500', '175056.597500', '175057.057500', '175057.517500', '175057.977500', '175058.437500', '175058.897500', '175059.357500', '175059.817500', '175100.277500', '175100.737500', '175101.197500', '175101.657500', '175102.117500', '175102.577500', '175103.037500', '175103.497500', '175103.957500', '175104.417500', '175104.877500', '175105.337500', '175105.797500', '175106.257500', '175106.717500', '175107.177500', '175107.637500', '175108.097500', '175108.557500', '175109.017500', '175109.477500', '175109.937500', '175110.397500', '175110.857500', '175111.317500', '175111.777500', '175112.237500', '175112.697500', '175113.157500', '175113.617500', '175114.077500', '175114.537500', '175114.997500', '175115.457500', '175115.917500', '175116.377500', '175116.837500', '175117.297500', '175117.757500', '175118.217500', '175118.677500', '175119.137500', '175119.597500', '175120.057500', '175120.517500', '175120.977500', '175121.437500', '175121.897500', '175122.357500', '175122.817500', '175123.277500', '175123.737500', '175124.197500', '175124.657500', '175125.117500', '175125.577500', '175126.037500', '175126.497500', '175126.957500', '175127.417500', '175127.877500', '175128.337500', '175128.797500', '175129.257500', '175129.717500', '175130.177500', '175130.637500', '175131.097500', '175131.557500', '175132.017500', '175132.477500', '175132.937500', '175133.397500', '175133.857500', '175134.317500', '175134.777500', '175135.237500', '175135.697500', '175136.157500', '175136.617500', '175137.077500', '175137.537500', '175137.997500', '175138.457500', '175138.917500', '175139.377500', '175139.837500', '175140.297500', '175140.757500', '175141.217500', '175141.677500', '175142.137500', '175142.597500', '175143.057500', '175143.517500', '175143.977500', '175144.437500', '175144.897500', '175145.357500', '175145.817500', '175146.277500', '175146.737500', '175147.197500', '175147.657500', '175148.117500', '175148.577500', '175149.037500', '175149.497500', '175149.957500', '175150.417500', '175150.877500', '175151.337500', '175151.797500', '175152.257500', '175152.717500', '175153.177500', '175153.637500', '175154.097500', '175154.557500', '175155.017500', '175155.477500', '175155.937500', '175156.397500', '175156.857500', '175157.317500', '175157.777500', '175158.237500', '175158.697500', '175159.157500', '175159.617500', '175200.077500', '175200.537500', '175200.997500', '175201.457500', '175201.917500', '175202.377500', '175202.837500', '175203.297500', '175203.757500', '175204.217500', '175204.677500', '175205.137500', '175205.597500', '175206.057500', '175206.517500', '175206.977500', '175207.437500', '175207.897500', '175208.357500', '175208.817500', '175209.277500', '175209.737500', '175210.197500', '175210.657500', '175211.117500', '175211.577500', '175212.037500', '175212.497500', '175212.957500', '175213.417500', '175213.877500', '175214.337500', '175214.797500', '175215.257500', '175215.717500', '175216.177500', '175216.637500', '175217.097500', '175217.557500', '175218.017500', '175218.477500', '175218.937500', '175219.397500', '175219.857500', '175220.317500', '175220.777500', '175221.237500', '175221.697500', '175222.157500', '175222.617500', '175223.077500', '175223.537500', '175223.997500', '175224.457500', '175224.917500', '175225.377500', '175225.837500', '175226.297500', '175226.757500', '175227.217500', '175227.677500', '175228.137500', '175228.597500', '175229.057500', '175229.517500', '175229.977500', '175230.437500', '175230.897500', '175231.357500', '175231.817500', '175232.277500', '175232.737500', '175233.197500', '175233.657500', '175234.117500', '175234.577500', '175235.037500', '175235.497500', '175235.957500', '175236.417500', '175236.877500', '175237.337500', '175237.797500', '175238.257500', '175238.717500', '175239.177500', '175239.637500', '175240.097500', '175240.557500', '175241.017500', '175241.477500', '175241.937500', '175242.397500', '175242.857500', '175243.317500', '175243.777500', '175244.237500', '175244.697500', '175245.157500', '175245.617500', '175246.077500', '175246.537500', '175246.997500', '175247.457500', '175247.917500', '175248.377500', '175248.837500', '175249.297500', '175249.757500', '175250.217500', '175250.677500', '175251.137500', '175251.597500', '175252.057500', '175252.517500', '175252.977500', '175253.437500', '175253.897500', '175254.357500', '175254.817500', '175255.277500', '175255.737500', '175256.197500', '175256.657500', '175257.117500', '175257.577500', '175258.037500', '175258.497500', '175258.957500', '175259.417500', '175259.877500', '175300.337500', '175300.797500', '175301.257500', '175301.717500', '175302.177500', '175302.637500', '175303.097500', '175303.557500', '175304.017500', '175304.477500', '175304.937500', '175305.397500', '175305.857500', '175306.317500', '175306.777500', '175307.237500', '175307.697500', '175308.157500', '175308.617500', '175309.077500', '175309.537500', '175309.997500', '175310.457500', '175310.917500', '175311.377500', '175311.837500', '175312.297500', '175312.757500', '175313.217500', '175313.677500', '175314.137500', '175314.597500', '175315.057500', '175315.517500', '175315.977500', '175316.437500', '175316.897500', '175317.357500', '175317.817500', '175318.277500', '175318.737500', '175319.197500', '175319.657500', '175320.117500', '175320.577500', '175321.037500', '175321.497500', '175321.957500', '175322.417500', '175322.877500', '175323.337500', '175323.797500', '175324.257500', '175324.717500', '175325.177500', '175325.637500', '175326.097500', '175326.557500', '175327.017500', '175327.477500', '175327.937500', '175328.397500', '175328.857500', '175329.317500', '175329.777500', '175330.237500', '175330.697500', '175331.157500', '175331.617500', '175332.077500', '175332.537500', '175332.997500', '175333.457500', '175333.917500', '175334.377500', '175334.837500', '175335.297500', '175335.757500', '175336.217500', '175336.677500', '175337.137500', '175337.597500', '175338.057500', '175338.517500', '175338.977500', '175339.437500', '175339.897500', '175340.357500', '175340.817500', '175341.277500', '175341.737500', '175342.197500', '175342.657500', '175343.117500', '175343.577500', '175344.037500', '175344.497500', '175344.957500', '175345.417500', '175345.877500', '175346.337500', '175346.797500', '175347.257500', '175347.717500', '175348.177500', '175348.637500', '175349.097500', '175349.557500', '175350.017500', '175350.477500', '175350.937500', '175351.397500', '175351.857500', '175352.317500', '175352.777500', '175353.237500', '175353.697500', '175354.157500', '175354.617500', '175355.077500', '175355.537500', '175355.997500', '175356.457500', '175356.917500', '175357.377500', '175357.837500', '175358.297500', '175358.757500', '175359.217500', '175359.677500', '175400.137500', '175400.597500', '175401.057500', '175401.517500', '175401.977500', '175402.437500', '175402.897500', '175403.357500', '175403.817500', '175404.277500', '175404.737500', '175405.197500', '175405.657500', '175406.117500', '175406.577500', '175407.037500', '175407.497500', '175407.957500', '175408.417500', '175408.877500', '175409.337500', '175409.797500', '175410.257500', '175410.717500', '175411.177500', '175411.637500', '175412.097500', '175412.557500', '175413.017500', '175413.477500', '175413.937500', '175414.397500', '175414.857500', '175415.317500', '175415.777500', '175416.237500', '175416.697500', '175417.157500', '175417.617500', '175418.077500', '175418.537500', '175418.997500', '175419.457500', '175419.917500', '175420.377500', '175420.837500', '175421.297500', '175421.757500', '175422.217500', '175422.677500', '175423.137500', '175423.597500', '175424.057500', '175424.517500', '175424.977500', '175425.437500', '175425.897500', '175426.357500', '175426.817500', '175427.277500', '175427.737500', '175428.197500', '175428.657500', '175429.117500', '175429.577500', '175430.037500', '175430.497500', '175430.957500', '175431.417500', '175431.877500', '175432.337500', '175432.797500', '175433.257500', '175433.717500', '175434.177500', '175434.637500', '175435.097500', '175435.557500', '175436.017500', '175436.477500', '175436.937500', '175437.397500', '175437.857500', '175438.317500', '175438.777500', '175439.237500'], 'ContentTime': ['174749.477000', '174749.480000', '174749.487000', '174749.490000', '174749.493000', '174749.495000', '174749.498000', '174749.501000', '174749.504000', '174749.507000', '174749.509000', '174749.517000', '174749.519000', '174749.522000', '174749.525000', '174749.527000', '174749.530000', '174749.533000', '174749.536000', '174749.539000', '174749.541000', '174749.544000', '174749.550000', '174749.552000', '174749.555000', '174749.558000', '174749.560000', '174749.563000', '174749.566000', '174749.568000', '174749.571000', '174749.574000', '174809.441000', '174809.444000', '174809.446000', '174809.449000', '174809.451000', '174809.454000', '174809.457000', '174809.459000', '174809.462000', '174809.465000', '174809.467000', '174809.470000', '174809.472000', '174809.475000', '174809.478000', '174809.480000', '174809.483000', '174809.485000', '174809.488000', '174809.491000', '174809.493000', '174809.496000', '174809.499000', '174809.510000', '174809.513000', '174809.516000', '174809.518000', '174809.521000', '174809.523000', '174809.526000', '174809.529000', '174809.531000', '174809.534000', '174809.537000', '174809.539000', '174809.542000', '174809.544000', '174809.547000', '174809.550000', '174809.552000', '174809.555000', '174809.558000', '174809.560000', '174809.563000', '174829.439000', '174829.442000', '174829.445000', '174829.452000', '174829.455000', '174829.458000', '174829.460000', '174829.463000', '174829.466000', '174829.468000', '174829.471000', '174829.473000', '174829.476000', '174829.479000', '174829.481000', '174829.484000', '174829.487000', '174829.489000', '174829.492000', '174829.494000', '174829.497000', '174829.500000', '174829.502000', '174829.505000', '174829.507000', '174829.510000', '174829.513000', '174829.515000', '174829.518000', '174829.521000', '174829.523000', '174829.526000', '174829.529000', '174829.531000', '174829.534000', '174829.537000', '174829.539000', '174829.542000', '174829.545000', '174829.547000', '174829.550000', '174829.552000', '174829.555000', '174849.441000', '174849.443000', '174849.446000', '174849.449000', '174849.452000', '174849.454000', '174849.457000', '174849.460000', '174849.463000', '174849.465000', '174849.468000', '174849.470000', '174849.473000', '174849.476000', '174849.478000', '174849.481000', '174849.484000', '174849.486000', '174849.489000', '174849.491000', '174849.494000', '174849.497000', '174849.499000', '174849.502000', '174849.505000', '174849.507000', '174849.510000', '174849.512000', '174849.515000', '174849.518000', '174849.520000', '174849.523000', '174849.526000', '174849.528000', '174849.531000', '174849.534000', '174849.536000', '174849.539000', '174849.542000', '174849.544000', '174849.547000', '174849.549000', '174849.552000', '174849.555000', '174909.440000', '174909.443000', '174909.446000', '174909.449000', '174909.451000', '174909.454000', '174909.457000', '174909.459000', '174909.462000', '174909.464000', '174909.467000', '174909.470000', '174909.472000', '174909.475000', '174909.482000', '174909.484000', '174909.487000', '174909.489000', '174909.492000', '174909.495000', '174909.498000', '174909.500000', '174909.503000', '174909.506000', '174909.508000', '174909.511000', '174909.514000', '174909.516000', '174909.519000', '174909.522000', '174909.524000', '174909.527000', '174909.529000', '174909.532000', '174909.535000', '174909.537000', '174909.540000', '174909.542000', '174909.545000', '174909.548000', '174909.550000', '174909.553000', '174909.556000', '174929.440000', '174929.443000', '174929.446000', '174929.449000', '174929.451000', '174929.454000', '174929.457000', '174929.460000', '174929.462000', '174929.465000', '174929.467000', '174929.470000', '174929.473000', '174929.476000', '174929.478000', '174929.481000', '174929.484000', '174929.486000', '174929.489000', '174929.491000', '174929.494000', '174929.497000', '174929.499000', '174929.502000', '174929.505000', '174929.507000', '174929.510000', '174929.513000', '174929.515000', '174929.518000', '174929.521000', '174929.523000', '174929.526000', '174929.528000', '174929.531000', '174929.534000', '174929.537000', '174929.539000', '174929.542000', '174929.544000', '174929.547000', '174929.550000', '174929.552000', '174929.555000', '174949.440000', '174949.444000', '174949.446000', '174949.449000', '174949.452000', '174949.454000', '174949.457000', '174949.460000', '174949.462000', '174949.465000', '174949.468000', '174949.470000', '174949.473000', '174949.476000', '174949.478000', '174949.481000', '174949.483000', '174949.486000', '174949.489000', '174949.491000', '174949.494000', '174949.497000', '174949.499000', '174949.502000', '174949.505000', '174949.507000', '174949.510000', '174949.513000', '174949.515000', '174949.518000', '174949.520000', '174949.523000', '174949.542000', '174949.545000', '174949.548000', '174949.550000', '174949.553000', '174949.555000', '174949.558000', '174949.561000', '174949.563000', '174949.566000', '174949.569000', '175009.440000', '175009.443000', '175009.446000', '175009.449000', '175009.451000', '175009.454000', '175009.457000', '175009.459000', '175009.462000', '175009.465000', '175009.467000', '175009.470000', '175009.472000', '175009.475000', '175009.478000', '175009.480000', '175009.483000', '175009.485000', '175009.488000', '175009.491000', '175009.493000', '175009.496000', '175009.499000', '175009.501000', '175009.504000', '175009.507000', '175009.509000', '175009.512000', '175009.514000', '175009.517000', '175009.520000', '175009.522000', '175009.525000', '175009.528000', '175009.530000', '175009.533000', '175009.536000', '175009.538000', '175009.541000', '175009.544000', '175009.546000', '175009.549000', '175009.552000', '175009.554000', '175029.440000', '175029.443000', '175029.446000', '175029.449000', '175029.452000', '175029.454000', '175029.457000', '175029.459000', '175029.462000', '175029.465000', '175029.468000', '175029.470000', '175029.473000', '175029.476000', '175029.478000', '175029.481000', '175029.484000', '175029.486000', '175029.489000', '175029.492000', '175029.494000', '175029.497000', '175029.500000', '175029.502000', '175029.505000', '175029.507000', '175029.510000', '175029.513000', '175029.515000', '175029.518000', '175029.520000', '175029.523000', '175029.526000', '175029.528000', '175029.531000', '175029.534000', '175029.536000', '175029.539000', '175029.542000', '175029.544000', '175029.547000', '175029.549000', '175029.552000', '175049.439000', '175049.442000', '175049.445000', '175049.448000', '175049.450000', '175049.453000', '175049.456000', '175049.458000', '175049.461000', '175049.464000', '175049.466000', '175049.469000', '175049.472000', '175049.474000', '175049.477000', '175049.480000', '175049.482000', '175049.485000', '175049.488000', '175049.490000', '175049.493000', '175049.496000', '175049.498000', '175049.501000', '175049.503000', '175049.507000', '175049.509000', '175049.512000', '175049.514000', '175049.517000', '175049.520000', '175049.523000', '175049.525000', '175049.528000', '175049.530000', '175049.533000', '175049.536000', '175049.538000', '175049.541000', '175049.544000', '175049.546000', '175049.549000', '175049.551000', '175049.554000', '175109.441000', '175109.444000', '175109.446000', '175109.449000', '175109.452000', '175109.454000', '175109.457000', '175109.460000', '175109.462000', '175109.465000', '175109.467000', '175109.470000', '175109.473000', '175109.476000', '175109.478000', '175109.481000', '175109.484000', '175109.486000', '175109.489000', '175109.491000', '175109.494000', '175109.497000', '175109.499000', '175109.502000', '175109.505000', '175109.507000', '175109.510000', '175109.513000', '175109.515000', '175109.518000', '175109.521000', '175109.523000', '175109.526000', '175109.529000', '175109.531000', '175109.534000', '175109.537000', '175109.539000', '175109.542000', '175109.544000', '175109.547000', '175109.550000', '175109.552000', '175129.441000', '175129.444000', '175129.447000', '175129.449000', '175129.452000', '175129.454000', '175129.457000', '175129.460000', '175129.462000', '175129.465000', '175129.468000', '175129.471000', '175129.473000', '175129.476000', '175129.489000', '175129.491000', '175129.494000', '175129.497000', '175129.500000', '175129.503000', '175129.507000', '175129.509000', '175129.512000', '175129.514000', '175129.517000', '175129.520000', '175129.523000', '175129.525000', '175129.528000', '175129.531000', '175129.533000', '175129.536000', '175129.539000', '175129.541000', '175129.544000', '175129.547000', '175129.549000', '175129.552000', '175129.555000', '175129.557000', '175129.560000', '175129.563000', '175129.565000', '175149.441000', '175149.444000', '175149.446000', '175149.449000', '175149.452000', '175149.454000', '175149.457000', '175149.460000', '175149.462000', '175149.465000', '175149.467000', '175149.470000', '175149.473000', '175149.475000', '175149.478000', '175149.481000', '175149.483000', '175149.486000', '175149.489000', '175149.491000', '175149.494000', '175149.497000', '175149.499000', '175149.502000', '175149.505000', '175149.507000', '175149.510000', '175149.513000', '175149.515000', '175149.518000', '175149.521000', '175149.523000', '175149.526000', '175149.529000', '175149.531000', '175149.534000', '175149.536000', '175149.539000', '175149.542000', '175149.544000', '175149.547000', '175149.550000', '175149.552000', '175149.555000', '175209.441000', '175209.444000', '175209.447000', '175209.449000', '175209.452000', '175209.455000', '175209.458000', '175209.461000', '175209.463000', '175209.466000', '175209.469000', '175209.471000', '175209.474000', '175209.477000', '175209.479000', '175209.482000', '175209.485000', '175209.487000', '175209.490000', '175209.493000', '175209.496000', '175209.498000', '175209.501000', '175209.504000', '175209.506000', '175209.509000', '175209.512000', '175209.515000', '175209.517000', '175209.520000', '175209.523000', '175209.526000', '175209.528000', '175209.531000', '175209.533000', '175209.536000', '175209.539000', '175209.541000', '175209.544000', '175209.547000', '175209.549000', '175209.552000', '175209.555000', '175229.440000', '175229.443000', '175229.447000', '175229.449000', '175229.452000', '175229.454000', '175229.457000', '175229.460000', '175229.463000', '175229.465000', '175229.468000', '175229.471000', '175229.473000', '175229.476000', '175229.479000', '175229.481000', '175229.484000', '175229.486000', '175229.489000', '175229.492000', '175229.494000', '175229.497000', '175229.500000', '175229.502000', '175229.505000', '175229.507000', '175229.510000', '175229.513000', '175229.516000', '175229.518000', '175229.521000', '175229.524000', '175229.526000', '175229.529000', '175229.532000', '175229.534000', '175229.537000', '175229.539000', '175229.542000', '175229.545000', '175229.547000', '175229.550000', '175229.553000', '175229.555000', '175249.441000', '175249.443000', '175249.447000', '175249.449000', '175249.452000', '175249.454000', '175249.457000', '175249.460000', '175249.463000', '175249.465000', '175249.468000', '175249.471000', '175249.473000', '175249.476000', '175249.479000', '175249.481000', '175249.484000', '175249.486000', '175249.489000', '175249.492000', '175249.494000', '175249.497000', '175249.500000', '175249.502000', '175249.505000', '175249.520000', '175249.523000', '175249.526000', '175249.528000', '175249.531000', '175249.534000', '175249.536000', '175249.539000', '175249.541000', '175249.544000', '175249.547000', '175249.549000', '175249.552000', '175249.555000', '175249.557000', '175249.560000', '175249.563000', '175249.565000', '175249.568000', '175309.440000', '175309.442000', '175309.445000', '175309.448000', '175309.451000', '175309.453000', '175309.456000', '175309.459000', '175309.461000', '175309.464000', '175309.467000', '175309.469000', '175309.472000', '175309.475000', '175309.477000', '175309.480000', '175309.483000', '175309.485000', '175309.488000', '175309.491000', '175309.493000', '175309.496000', '175309.499000', '175309.501000', '175309.504000', '175309.507000', '175309.509000', '175309.512000', '175309.515000', '175309.517000', '175309.520000', '175309.522000', '175309.525000', '175309.528000', '175309.530000', '175309.533000', '175309.536000', '175309.539000', '175309.541000', '175309.544000', '175309.547000', '175309.549000', '175309.552000', '175329.440000', '175329.443000', '175329.446000', '175329.449000', '175329.452000', '175329.455000', '175329.457000', '175329.460000', '175329.463000', '175329.466000', '175329.468000', '175329.472000', '175329.475000', '175329.478000', '175329.481000', '175329.483000', '175329.486000', '175329.489000', '175329.491000', '175329.494000', '175329.496000', '175329.500000', '175329.503000', '175329.506000', '175329.508000', '175329.511000', '175329.514000', '175329.516000', '175329.519000', '175329.522000', '175329.524000', '175329.527000', '175329.530000', '175329.532000', '175329.535000', '175329.537000', '175329.540000', '175329.543000', '175329.545000', '175329.548000', '175329.551000', '175329.554000', '175329.556000', '175349.441000', '175349.443000', '175349.446000', '175349.449000', '175349.452000', '175349.454000', '175349.457000', '175349.459000', '175349.462000', '175349.466000', '175349.469000', '175349.471000', '175349.474000', '175349.477000', '175349.479000', '175349.482000', '175349.495000', '175349.497000', '175349.500000', '175349.502000', '175349.505000', '175349.508000', '175349.511000', '175349.513000', '175349.516000', '175349.519000', '175349.521000', '175349.524000', '175349.526000', '175349.529000', '175349.532000', '175349.534000', '175349.537000', '175349.540000', '175349.542000', '175349.545000', '175349.548000', '175349.550000', '175349.553000', '175349.556000', '175349.558000', '175349.561000', '175349.564000', '175349.566000', '175409.440000', '175409.443000', '175409.446000', '175409.449000', '175409.451000', '175409.454000', '175409.457000', '175409.459000', '175409.462000', '175409.465000', '175409.467000', '175409.470000', '175409.473000', '175409.475000', '175409.478000', '175409.481000', '175409.483000', '175409.486000', '175409.489000', '175409.491000', '175409.494000', '175409.496000', '175409.499000', '175409.502000', '175409.505000', '175409.507000', '175409.510000', '175409.512000', '175409.515000', '175409.518000', '175409.520000', '175409.523000', '175409.526000', '175409.528000', '175409.531000', '175409.534000', '175409.536000', '175409.539000', '175409.542000', '175409.544000', '175409.547000', '175409.549000', '175409.552000', '175429.441000', '175429.444000', '175429.446000', '175429.450000', '175429.453000', '175429.455000', '175429.458000', '175429.461000', '175429.463000', '175429.466000', '175429.468000', '175429.471000', '175429.474000', '175429.476000', '175429.479000', '175429.482000', '175429.484000', '175429.487000', '175429.489000', '175429.492000', '175429.495000', '175429.498000', '175429.500000', '175429.503000', '175429.506000', '175429.508000', '175429.511000', '175429.514000', '175429.516000', '175429.519000', '175429.522000', '175429.524000', '175429.527000', '175429.530000', '175429.532000', '175429.535000', '175429.538000', '175429.540000', '175429.543000', '175429.546000', '175429.548000', '175429.551000', '175429.554000', '175429.556000', '175440.264000', '175440.267000', '175440.269000', '175440.272000', '175440.275000', '175440.277000', '175440.280000', '175440.283000', '175440.285000', '175440.288000', '175440.291000', '175440.293000', '175440.296000', '175440.299000', '175440.301000', '175440.304000', '175440.307000', '175440.309000', '175440.312000', '175440.315000', '175440.317000', '175440.320000', '175440.322000', '175440.325000'], 'InstanceCreationTime': ['174749.477000', '174749.480000', '174749.487000', '174749.490000', '174749.493000', '174749.495000', '174749.498000', '174749.501000', '174749.504000', '174749.507000', '174749.509000', '174749.517000', '174749.519000', '174749.522000', '174749.525000', '174749.527000', '174749.530000', '174749.533000', '174749.536000', '174749.539000', '174749.541000', '174749.544000', '174749.550000', '174749.552000', '174749.555000', '174749.558000', '174749.560000', '174749.563000', '174749.566000', '174749.568000', '174749.571000', '174749.574000', '174809.441000', '174809.444000', '174809.446000', '174809.449000', '174809.451000', '174809.454000', '174809.457000', '174809.459000', '174809.462000', '174809.465000', '174809.467000', '174809.470000', '174809.472000', '174809.475000', '174809.478000', '174809.480000', '174809.483000', '174809.485000', '174809.488000', '174809.491000', '174809.493000', '174809.496000', '174809.499000', '174809.510000', '174809.513000', '174809.516000', '174809.518000', '174809.521000', '174809.523000', '174809.526000', '174809.529000', '174809.531000', '174809.534000', '174809.537000', '174809.539000', '174809.542000', '174809.544000', '174809.547000', '174809.550000', '174809.552000', '174809.555000', '174809.558000', '174809.560000', '174809.563000', '174829.439000', '174829.442000', '174829.445000', '174829.452000', '174829.455000', '174829.458000', '174829.460000', '174829.463000', '174829.466000', '174829.468000', '174829.471000', '174829.473000', '174829.476000', '174829.479000', '174829.481000', '174829.484000', '174829.487000', '174829.489000', '174829.492000', '174829.494000', '174829.497000', '174829.500000', '174829.502000', '174829.505000', '174829.507000', '174829.510000', '174829.513000', '174829.515000', '174829.518000', '174829.521000', '174829.523000', '174829.526000', '174829.529000', '174829.531000', '174829.534000', '174829.537000', '174829.539000', '174829.542000', '174829.545000', '174829.547000', '174829.550000', '174829.552000', '174829.555000', '174849.441000', '174849.443000', '174849.446000', '174849.449000', '174849.452000', '174849.454000', '174849.457000', '174849.460000', '174849.463000', '174849.465000', '174849.468000', '174849.470000', '174849.473000', '174849.476000', '174849.478000', '174849.481000', '174849.484000', '174849.486000', '174849.489000', '174849.491000', '174849.494000', '174849.497000', '174849.499000', '174849.502000', '174849.505000', '174849.507000', '174849.510000', '174849.512000', '174849.515000', '174849.518000', '174849.520000', '174849.523000', '174849.526000', '174849.528000', '174849.531000', '174849.534000', '174849.536000', '174849.539000', '174849.542000', '174849.544000', '174849.547000', '174849.549000', '174849.552000', '174849.555000', '174909.440000', '174909.443000', '174909.446000', '174909.449000', '174909.451000', '174909.454000', '174909.457000', '174909.459000', '174909.462000', '174909.464000', '174909.467000', '174909.470000', '174909.472000', '174909.475000', '174909.482000', '174909.484000', '174909.487000', '174909.489000', '174909.492000', '174909.495000', '174909.498000', '174909.500000', '174909.503000', '174909.506000', '174909.508000', '174909.511000', '174909.514000', '174909.516000', '174909.519000', '174909.522000', '174909.524000', '174909.527000', '174909.529000', '174909.532000', '174909.535000', '174909.537000', '174909.540000', '174909.542000', '174909.545000', '174909.548000', '174909.550000', '174909.553000', '174909.556000', '174929.440000', '174929.443000', '174929.446000', '174929.449000', '174929.451000', '174929.454000', '174929.457000', '174929.460000', '174929.462000', '174929.465000', '174929.467000', '174929.470000', '174929.473000', '174929.476000', '174929.478000', '174929.481000', '174929.484000', '174929.486000', '174929.489000', '174929.491000', '174929.494000', '174929.497000', '174929.499000', '174929.502000', '174929.505000', '174929.507000', '174929.510000', '174929.513000', '174929.515000', '174929.518000', '174929.521000', '174929.523000', '174929.526000', '174929.528000', '174929.531000', '174929.534000', '174929.537000', '174929.539000', '174929.542000', '174929.544000', '174929.547000', '174929.550000', '174929.552000', '174929.555000', '174949.440000', '174949.444000', '174949.446000', '174949.449000', '174949.452000', '174949.454000', '174949.457000', '174949.460000', '174949.462000', '174949.465000', '174949.468000', '174949.470000', '174949.473000', '174949.476000', '174949.478000', '174949.481000', '174949.483000', '174949.486000', '174949.489000', '174949.491000', '174949.494000', '174949.497000', '174949.499000', '174949.502000', '174949.505000', '174949.507000', '174949.510000', '174949.513000', '174949.515000', '174949.518000', '174949.520000', '174949.523000', '174949.542000', '174949.545000', '174949.548000', '174949.550000', '174949.553000', '174949.555000', '174949.558000', '174949.561000', '174949.563000', '174949.566000', '174949.569000', '175009.440000', '175009.443000', '175009.446000', '175009.449000', '175009.451000', '175009.454000', '175009.457000', '175009.459000', '175009.462000', '175009.465000', '175009.467000', '175009.470000', '175009.472000', '175009.475000', '175009.478000', '175009.480000', '175009.483000', '175009.485000', '175009.488000', '175009.491000', '175009.493000', '175009.496000', '175009.499000', '175009.501000', '175009.504000', '175009.507000', '175009.509000', '175009.512000', '175009.514000', '175009.517000', '175009.520000', '175009.522000', '175009.525000', '175009.528000', '175009.530000', '175009.533000', '175009.536000', '175009.538000', '175009.541000', '175009.544000', '175009.546000', '175009.549000', '175009.552000', '175009.554000', '175029.440000', '175029.443000', '175029.446000', '175029.449000', '175029.452000', '175029.454000', '175029.457000', '175029.459000', '175029.462000', '175029.465000', '175029.468000', '175029.470000', '175029.473000', '175029.476000', '175029.478000', '175029.481000', '175029.484000', '175029.486000', '175029.489000', '175029.492000', '175029.494000', '175029.497000', '175029.500000', '175029.502000', '175029.505000', '175029.507000', '175029.510000', '175029.513000', '175029.515000', '175029.518000', '175029.520000', '175029.523000', '175029.526000', '175029.528000', '175029.531000', '175029.534000', '175029.536000', '175029.539000', '175029.542000', '175029.544000', '175029.547000', '175029.549000', '175029.552000', '175049.439000', '175049.442000', '175049.445000', '175049.448000', '175049.450000', '175049.453000', '175049.456000', '175049.458000', '175049.461000', '175049.464000', '175049.466000', '175049.469000', '175049.472000', '175049.474000', '175049.477000', '175049.480000', '175049.482000', '175049.485000', '175049.488000', '175049.490000', '175049.493000', '175049.496000', '175049.498000', '175049.501000', '175049.503000', '175049.507000', '175049.509000', '175049.512000', '175049.514000', '175049.517000', '175049.520000', '175049.523000', '175049.525000', '175049.528000', '175049.530000', '175049.533000', '175049.536000', '175049.538000', '175049.541000', '175049.544000', '175049.546000', '175049.549000', '175049.551000', '175049.554000', '175109.441000', '175109.444000', '175109.446000', '175109.449000', '175109.452000', '175109.454000', '175109.457000', '175109.460000', '175109.462000', '175109.465000', '175109.467000', '175109.470000', '175109.473000', '175109.476000', '175109.478000', '175109.481000', '175109.484000', '175109.486000', '175109.489000', '175109.491000', '175109.494000', '175109.497000', '175109.499000', '175109.502000', '175109.505000', '175109.507000', '175109.510000', '175109.513000', '175109.515000', '175109.518000', '175109.521000', '175109.523000', '175109.526000', '175109.529000', '175109.531000', '175109.534000', '175109.537000', '175109.539000', '175109.542000', '175109.544000', '175109.547000', '175109.550000', '175109.552000', '175129.441000', '175129.444000', '175129.447000', '175129.449000', '175129.452000', '175129.454000', '175129.457000', '175129.460000', '175129.462000', '175129.465000', '175129.468000', '175129.471000', '175129.473000', '175129.476000', '175129.489000', '175129.491000', '175129.494000', '175129.497000', '175129.500000', '175129.503000', '175129.507000', '175129.509000', '175129.512000', '175129.514000', '175129.517000', '175129.520000', '175129.523000', '175129.525000', '175129.528000', '175129.531000', '175129.533000', '175129.536000', '175129.539000', '175129.541000', '175129.544000', '175129.547000', '175129.549000', '175129.552000', '175129.555000', '175129.557000', '175129.560000', '175129.563000', '175129.565000', '175149.441000', '175149.444000', '175149.446000', '175149.449000', '175149.452000', '175149.454000', '175149.457000', '175149.460000', '175149.462000', '175149.465000', '175149.467000', '175149.470000', '175149.473000', '175149.475000', '175149.478000', '175149.481000', '175149.483000', '175149.486000', '175149.489000', '175149.491000', '175149.494000', '175149.497000', '175149.499000', '175149.502000', '175149.505000', '175149.507000', '175149.510000', '175149.513000', '175149.515000', '175149.518000', '175149.521000', '175149.523000', '175149.526000', '175149.529000', '175149.531000', '175149.534000', '175149.536000', '175149.539000', '175149.542000', '175149.544000', '175149.547000', '175149.550000', '175149.552000', '175149.555000', '175209.441000', '175209.444000', '175209.447000', '175209.449000', '175209.452000', '175209.455000', '175209.458000', '175209.461000', '175209.463000', '175209.466000', '175209.469000', '175209.471000', '175209.474000', '175209.477000', '175209.479000', '175209.482000', '175209.485000', '175209.487000', '175209.490000', '175209.493000', '175209.496000', '175209.498000', '175209.501000', '175209.504000', '175209.506000', '175209.509000', '175209.512000', '175209.515000', '175209.517000', '175209.520000', '175209.523000', '175209.526000', '175209.528000', '175209.531000', '175209.533000', '175209.536000', '175209.539000', '175209.541000', '175209.544000', '175209.547000', '175209.549000', '175209.552000', '175209.555000', '175229.440000', '175229.443000', '175229.447000', '175229.449000', '175229.452000', '175229.454000', '175229.457000', '175229.460000', '175229.463000', '175229.465000', '175229.468000', '175229.471000', '175229.473000', '175229.476000', '175229.479000', '175229.481000', '175229.484000', '175229.486000', '175229.489000', '175229.492000', '175229.494000', '175229.497000', '175229.500000', '175229.502000', '175229.505000', '175229.507000', '175229.510000', '175229.513000', '175229.516000', '175229.518000', '175229.521000', '175229.524000', '175229.526000', '175229.529000', '175229.532000', '175229.534000', '175229.537000', '175229.539000', '175229.542000', '175229.545000', '175229.547000', '175229.550000', '175229.553000', '175229.555000', '175249.441000', '175249.443000', '175249.447000', '175249.449000', '175249.452000', '175249.454000', '175249.457000', '175249.460000', '175249.463000', '175249.465000', '175249.468000', '175249.471000', '175249.473000', '175249.476000', '175249.479000', '175249.481000', '175249.484000', '175249.486000', '175249.489000', '175249.492000', '175249.494000', '175249.497000', '175249.500000', '175249.502000', '175249.505000', '175249.520000', '175249.523000', '175249.526000', '175249.528000', '175249.531000', '175249.534000', '175249.536000', '175249.539000', '175249.541000', '175249.544000', '175249.547000', '175249.549000', '175249.552000', '175249.555000', '175249.557000', '175249.560000', '175249.563000', '175249.565000', '175249.568000', '175309.440000', '175309.442000', '175309.445000', '175309.448000', '175309.451000', '175309.453000', '175309.456000', '175309.459000', '175309.461000', '175309.464000', '175309.467000', '175309.469000', '175309.472000', '175309.475000', '175309.477000', '175309.480000', '175309.483000', '175309.485000', '175309.488000', '175309.491000', '175309.493000', '175309.496000', '175309.499000', '175309.501000', '175309.504000', '175309.507000', '175309.509000', '175309.512000', '175309.515000', '175309.517000', '175309.520000', '175309.522000', '175309.525000', '175309.528000', '175309.530000', '175309.533000', '175309.536000', '175309.539000', '175309.541000', '175309.544000', '175309.547000', '175309.549000', '175309.552000', '175329.440000', '175329.443000', '175329.446000', '175329.449000', '175329.452000', '175329.455000', '175329.457000', '175329.460000', '175329.463000', '175329.466000', '175329.468000', '175329.472000', '175329.475000', '175329.478000', '175329.481000', '175329.483000', '175329.486000', '175329.489000', '175329.491000', '175329.494000', '175329.496000', '175329.500000', '175329.503000', '175329.506000', '175329.508000', '175329.511000', '175329.514000', '175329.516000', '175329.519000', '175329.522000', '175329.524000', '175329.527000', '175329.530000', '175329.532000', '175329.535000', '175329.537000', '175329.540000', '175329.543000', '175329.545000', '175329.548000', '175329.551000', '175329.554000', '175329.556000', '175349.441000', '175349.443000', '175349.446000', '175349.449000', '175349.452000', '175349.454000', '175349.457000', '175349.459000', '175349.462000', '175349.466000', '175349.469000', '175349.471000', '175349.474000', '175349.477000', '175349.479000', '175349.482000', '175349.495000', '175349.497000', '175349.500000', '175349.502000', '175349.505000', '175349.508000', '175349.511000', '175349.513000', '175349.516000', '175349.519000', '175349.521000', '175349.524000', '175349.526000', '175349.529000', '175349.532000', '175349.534000', '175349.537000', '175349.540000', '175349.542000', '175349.545000', '175349.548000', '175349.550000', '175349.553000', '175349.556000', '175349.558000', '175349.561000', '175349.564000', '175349.566000', '175409.440000', '175409.443000', '175409.446000', '175409.449000', '175409.451000', '175409.454000', '175409.457000', '175409.459000', '175409.462000', '175409.465000', '175409.467000', '175409.470000', '175409.473000', '175409.475000', '175409.478000', '175409.481000', '175409.483000', '175409.486000', '175409.489000', '175409.491000', '175409.494000', '175409.496000', '175409.499000', '175409.502000', '175409.505000', '175409.507000', '175409.510000', '175409.512000', '175409.515000', '175409.518000', '175409.520000', '175409.523000', '175409.526000', '175409.528000', '175409.531000', '175409.534000', '175409.536000', '175409.539000', '175409.542000', '175409.544000', '175409.547000', '175409.549000', '175409.552000', '175429.441000', '175429.444000', '175429.446000', '175429.450000', '175429.453000', '175429.455000', '175429.458000', '175429.461000', '175429.463000', '175429.466000', '175429.468000', '175429.471000', '175429.474000', '175429.476000', '175429.479000', '175429.482000', '175429.484000', '175429.487000', '175429.489000', '175429.492000', '175429.495000', '175429.498000', '175429.500000', '175429.503000', '175429.506000', '175429.508000', '175429.511000', '175429.514000', '175429.516000', '175429.519000', '175429.522000', '175429.524000', '175429.527000', '175429.530000', '175429.532000', '175429.535000', '175429.538000', '175429.540000', '175429.543000', '175429.546000', '175429.548000', '175429.551000', '175429.554000', '175429.556000', '175440.264000', '175440.267000', '175440.269000', '175440.272000', '175440.275000', '175440.277000', '175440.280000', '175440.283000', '175440.285000', '175440.288000', '175440.291000', '175440.293000', '175440.296000', '175440.299000', '175440.301000', '175440.304000', '175440.307000', '175440.309000', '175440.312000', '175440.315000', '175440.317000', '175440.320000', '175440.322000', '175440.325000'], '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': [8715, 13266, 8306, 12094, 7704, 13318, 8888, 14318, 12058, 13135, 11981, 9125, 13115, 8712, 12593, 8460, 10748, 9194, 8763, 9742, 7362, 10647, 7511, 11767, 8182, 9079, 9616, 8740, 10145, 7257, 12038, 8490, 8632, 9907, 7126, 12242, 8918, 9010, 10801, 8206, 11510, 7830, 13806, 9994, 8838, 10460, 7803, 12014, 7949, 14354, 9583, 8849, 10149, 8008, 13155, 9481, 9540, 9575, 7904, 12871, 8612, 14750, 10123, 9487, 9857, 8760, 11015, 7736, 12590, 8259, 10096, 8822, 8907, 11245, 7953, 12292, 8704, 8851, 9006, 8991, 11452, 8004, 12873, 8681, 10323, 10021, 8746, 11075, 7713, 12450, 8911, 9803, 10925, 8151, 11958, 8388, 13176, 9122, 8716, 10736, 8141, 12058, 8895, 11525, 11061, 8415, 11685, 8549, 14252, 10625, 8866, 10763, 7990, 13913, 8774, 14044, 9294, 8901, 10751, 7488, 14290, 9773, 11044, 10153, 8966, 12604, 7788, 13736, 8276, 13876, 9140, 12765, 11548, 8751, 10580, 7267, 12400, 8682, 8970, 10401, 7846, 12255, 8662, 14189, 11611, 8755, 11503, 8139, 13511, 10127, 11151, 10763, 8119, 11217, 7663, 13624, 11053, 8973, 10872, 7486, 12913, 9064, 9476, 11258, 7963, 12121, 8206, 13143, 10557, 9945, 11251, 7921, 11481, 7897, 12647, 9783, 9515, 11824, 7847, 11797, 7783, 9836, 11660, 7641, 10269, 11597, 8861, 14787, 11508, 10016, 10792, 7773, 13018, 8336, 15188, 10889, 8952, 10293, 7721, 11982, 7747, 8904, 10202, 8216, 10787, 7588, 12637, 8708, 13318, 10853, 9160, 9817, 8243, 11223, 8746, 12875, 8028, 10562, 8664, 9321, 9523, 8279, 11499, 7819, 13233, 7879, 8981, 8541, 9019, 10171, 8136, 11030, 7764, 11515, 7767, 12474, 8129, 12253, 9323, 9277, 9388, 8038, 10590, 7434, 12593, 7884, 8853, 8432, 8531, 9975, 7822, 12555, 7555, 13869, 8188, 13727, 8172, 12412, 9323, 12194, 10846, 8777, 9869, 8213, 10324, 8151, 11468, 7928, 12218, 8080, 12294, 8254, 11440, 8620, 10640, 10635, 8491, 10223, 7620, 12234, 7474, 11044, 10743, 8592, 10427, 8406, 12110, 8271, 13756, 9260, 13966, 9242, 11685, 10272, 11705, 12003, 10706, 11764, 8951, 11125, 8598, 12547, 8783, 13647, 9308, 12302, 8971, 9940, 10460, 9121, 10912, 9246, 11777, 8804, 11678, 9079, 11348, 10128, 10522, 12038, 9122, 11217, 8185, 12067, 8826, 14569, 10718, 9262, 10981, 8585, 12705, 8890, 14992, 10209, 14238, 8757, 9051, 10390, 9458, 12261, 8449, 12740, 8581, 9783, 11518, 9022, 12144, 8499, 13136, 9710, 9116, 11968, 8339, 12700, 9375, 11702, 12335, 9028, 12799, 9179, 12880, 9445, 12235, 12117, 8729, 11198, 8276, 12210, 9097, 12817, 11542, 8995, 10901, 8416, 12375, 9466, 12455, 11140, 8655, 10806, 8134, 13225, 10244, 9331, 10890, 8401, 11397, 8799, 13334, 9987, 11776, 9461, 8579, 11149, 8169, 13786, 9955, 9214, 10291, 8103, 12219, 8869, 14522, 10966, 9122, 10273, 8567, 12646, 9480, 14070, 9284, 9009, 10295, 8305, 13262, 9347, 13407, 9813, 8785, 11098, 8456, 13278, 8701, 13084, 8724, 10918, 10386, 9052, 11356, 8573, 11081, 8539, 13082, 9477, 8815, 11210, 8357, 11764, 8679, 13524, 9357, 10245, 9928, 8738, 11324, 8206, 13422, 9555, 9334, 10336, 8331, 12661, 8898, 14839, 11177, 13201, 10287, 9162, 11583, 8809, 13421, 9546, 12647, 8689, 11064, 10171, 9251, 12110, 8272, 12302, 8382, 10295, 10398, 9073, 11888, 8651, 12891, 8789, 13220, 8938, 15119, 11420, 9069, 11036, 8682, 12131, 8593, 13769, 10148, 8945, 10589, 8225, 12235, 8247, 14523, 9611, 14369, 8700, 10156, 10450, 9111, 11974, 8785, 11999, 8958, 12520, 8548, 9887, 11171, 8831, 11929, 8063, 13353, 8686, 12300, 12231, 8807, 11706, 8235, 13405, 8731, 14419, 10881, 12959, 9675, 9117, 10542, 8771, 12997, 9291, 13436, 8139, 10354, 9848, 9063, 11768, 8685, 12783, 8350, 12757, 8902, 12364, 11326, 9134, 11242, 8224, 13033, 8457, 15038, 10231, 8991, 10398, 8687, 11958, 8052, 14356, 9745, 10379, 10319, 8903, 12232, 8422, 14184, 9469, 10115, 9744, 9311, 11719, 8531, 14762, 10218, 12477, 10124, 9544, 11689, 8672, 13988, 9468, 14152, 9241, 9662, 11505, 9132, 12674, 9349, 12376, 8721, 10960, 11049, 9150, 11953, 7942, 12227, 8403, 13370, 10065, 9744, 11370, 8726, 12011, 8892, 13629, 9912, 9892, 6703, 8309, 11735, 8647, 7847, 11845, 7026, 9474, 10661, 9283, 12608, 9470, 14289, 11831, 14047, 11611, 9450, 9291, 7477, 10214, 8219, 12101, 8858, 12445, 8455, 9188, 9514, 8042, 10813, 8702, 11415, 7873, 10621, 8963, 8692, 10712, 8894, 11492, 7952, 12387, 8531, 10698, 10518, 9226, 10690, 8201, 11351, 8327, 13914, 11380, 11207, 11051, 8319, 10722, 8002, 11920, 10757, 11380, 10863, 8254, 10691, 8788, 11618, 9161, 12928, 11149, 7828, 9411, 8087, 10731, 8587, 13689, 10988, 8188, 9109, 7975, 11259, 9339, 14232, 11485, 7624, 9926, 9129, 12265, 10693, 11142, 10527, 7810, 11535, 8383, 13320, 11667, 11677, 10036, 7564, 11708, 8921, 14637, 11022, 7416, 9781, 9816, 11997, 9824, 13728, 9732, 10753, 9292, 9996, 10352, 10225, 10016, 8405, 10906, 8305, 11801, 10331, 11928, 10142, 7786, 9370, 8394, 12177, 9024, 12206, 8676, 10769, 9761, 10341, 10703, 8227, 11918, 8679, 12075, 9553, 14960, 11358, 8729, 9214, 8299, 11994, 9673, 13545, 8641, 10607, 9191, 9478, 11018, 9336, 11861, 7761, 12457, 10255, 9409, 9092, 8408, 10438, 8705, 12800, 10964, 11190, 8416, 8029, 10209, 8401, 12724, 8366, 12912, 8283, 10554, 9324, 8375, 11748, 7644, 12575, 8691, 10943, 9830, 8132, 11228, 8489, 11937, 8649, 10942, 9345, 7806, 9439, 8663, 10940, 8127, 11769, 9182, 9682, 8123, 7573, 10122, 8208, 11822, 9199, 12746, 8374, 8824, 9307, 7931, 11785, 8989, 12524, 7521, 12601, 8911, 10571, 10497, 9828, 11178, 8447, 12544, 8208, 13811, 10523, 12241, 10740, 7828, 9508, 8327, 11338, 9417, 12244, 8898, 11949, 7914, 12187, 8513, 12194, 10852, 8850, 8406, 8071, 10128, 8663, 11574, 9497, 12290, 7964, 9639, 8535, 8223, 9909, 8326, 11050, 8631, 11631, 8582, 13365, 11407, 8955, 9402, 8810, 11222, 8469, 13011, 7640, 12568, 8208, 13021, 9418, 10286, 8694, 7542, 9887, 9007, 12285, 10039, 11414, 8199, 7767, 11301, 8929, 13178, 9393, 12130, 8615, 10343, 9440, 10385, 10037, 8275, 11443, 8512, 12376, 8242, 13605, 9937, 13116, 7744, 8416, 9040, 8002, 11505, 8099, 12178, 7422, 11794, 8753, 10683, 9496, 8050, 10857, 8022, 12733, 8264, 12502, 7399, 12488, 7896, 10411, 9568, 7985, 11505, 8129, 12539, 8459, 11362], 'WindowCenter': [4056.0, 4072.0, 4016.0, 4044.0, 4001.0, 4041.0, 4010.0, 4040.0, 4029.0, 4027.0, 4016.0, 3994.0, 4015.0, 3972.0, 4002.0, 3973.0, 3991.0, 3980.0, 3970.0, 3981.0, 3960.0, 3991.0, 3961.0, 4001.0, 3972.0, 3982.0, 3993.0, 3982.0, 3992.0, 3975.0, 4028.0, 3996.0, 3995.0, 4006.0, 3975.0, 4028.0, 4009.0, 3999.0, 4020.0, 3998.0, 4017.0, 3988.0, 4042.0, 4021.0, 4009.0, 4019.0, 3987.0, 4029.0, 3999.0, 4039.0, 4009.0, 3998.0, 4008.0, 3999.0, 4041.0, 4010.0, 4009.0, 4009.0, 3986.0, 4029.0, 3999.0, 4039.0, 4019.0, 4007.0, 4008.0, 3998.0, 4019.0, 3989.0, 4029.0, 3999.0, 4007.0, 3998.0, 4010.0, 4031.0, 3999.0, 4029.0, 3998.0, 4008.0, 4011.0, 4011.0, 4031.0, 3999.0, 4030.0, 4000.0, 4019.0, 4034.0, 4011.0, 4033.0, 3990.0, 4030.0, 4011.0, 4034.0, 4033.0, 4001.0, 4030.0, 4001.0, 4054.0, 4024.0, 4013.0, 4033.0, 4000.0, 4041.0, 4023.0, 4033.0, 4033.0, 4011.0, 4031.0, 4013.0, 4065.0, 4033.0, 4010.0, 4030.0, 4000.0, 4053.0, 4013.0, 4041.0, 4010.0, 4008.0, 4019.0, 4002.0, 4041.0, 4020.0, 4018.0, 4018.0, 4009.0, 4031.0, 3987.0, 4038.0, 3998.0, 4027.0, 4008.0, 4028.0, 4018.0, 3997.0, 4017.0, 3975.0, 4027.0, 3999.0, 3997.0, 4018.0, 3988.0, 4028.0, 3998.0, 4040.0, 4030.0, 3998.0, 4017.0, 3987.0, 4040.0, 4020.0, 4017.0, 4017.0, 3986.0, 4016.0, 3986.0, 4039.0, 4019.0, 3996.0, 4017.0, 3976.0, 4028.0, 4009.0, 4009.0, 4020.0, 3987.0, 4017.0, 3997.0, 4027.0, 4019.0, 4019.0, 4018.0, 3986.0, 4016.0, 3987.0, 4028.0, 4021.0, 4023.0, 4045.0, 4002.0, 4029.0, 3988.0, 4021.0, 4031.0, 3990.0, 4021.0, 4033.0, 4024.0, 4052.0, 4033.0, 4009.0, 4019.0, 3988.0, 4027.0, 3998.0, 4039.0, 4019.0, 3997.0, 4017.0, 3988.0, 4029.0, 3990.0, 4009.0, 4019.0, 3999.0, 4020.0, 3990.0, 4028.0, 4011.0, 4042.0, 4021.0, 4009.0, 4009.0, 3997.0, 4019.0, 3998.0, 4030.0, 4000.0, 4019.0, 3999.0, 4009.0, 4009.0, 4000.0, 4031.0, 4001.0, 4041.0, 4000.0, 4010.0, 4011.0, 4010.0, 4021.0, 3999.0, 4031.0, 3990.0, 4031.0, 4000.0, 4031.0, 4001.0, 4032.0, 4012.0, 4009.0, 4011.0, 4000.0, 4021.0, 3992.0, 4042.0, 4003.0, 4012.0, 4001.0, 4010.0, 4022.0, 4002.0, 4044.0, 4003.0, 4054.0, 4002.0, 4042.0, 4011.0, 4031.0, 4012.0, 4031.0, 4020.0, 3999.0, 4020.0, 3998.0, 4019.0, 3997.0, 4032.0, 4000.0, 4030.0, 3999.0, 4029.0, 4000.0, 4029.0, 4012.0, 4033.0, 4031.0, 4010.0, 4021.0, 3990.0, 4043.0, 4005.0, 4032.0, 4032.0, 4011.0, 4021.0, 4011.0, 4043.0, 4001.0, 4043.0, 4022.0, 4042.0, 4011.0, 4031.0, 4021.0, 4031.0, 4041.0, 4020.0, 4030.0, 3998.0, 4019.0, 3999.0, 4030.0, 4011.0, 4040.0, 4010.0, 4030.0, 4010.0, 4008.0, 4020.0, 4009.0, 4032.0, 4011.0, 4031.0, 4008.0, 4030.0, 4011.0, 4031.0, 4023.0, 4033.0, 4043.0, 4011.0, 4032.0, 4001.0, 4042.0, 4024.0, 4055.0, 4034.0, 4022.0, 4033.0, 4011.0, 4042.0, 4012.0, 4054.0, 4023.0, 4042.0, 4011.0, 4011.0, 4035.0, 4024.0, 4043.0, 4012.0, 4041.0, 4012.0, 4023.0, 4044.0, 4012.0, 4042.0, 4010.0, 4042.0, 4024.0, 4013.0, 4033.0, 4001.0, 4041.0, 4011.0, 4031.0, 4044.0, 4011.0, 4042.0, 4010.0, 4028.0, 4021.0, 4032.0, 4031.0, 3999.0, 4020.0, 3999.0, 4030.0, 4011.0, 4041.0, 4031.0, 4010.0, 4020.0, 3999.0, 4030.0, 4022.0, 4031.0, 4031.0, 4010.0, 4020.0, 4001.0, 4043.0, 4022.0, 4010.0, 4020.0, 3999.0, 4030.0, 4012.0, 4042.0, 4022.0, 4031.0, 4017.0, 3999.0, 4020.0, 4000.0, 4041.0, 4021.0, 4009.0, 4020.0, 3999.0, 4031.0, 4012.0, 4041.0, 4032.0, 4009.0, 4020.0, 3999.0, 4042.0, 4020.0, 4040.0, 4009.0, 4009.0, 4021.0, 4000.0, 4042.0, 4011.0, 4040.0, 4020.0, 3998.0, 4019.0, 4000.0, 4030.0, 3998.0, 4029.0, 3999.0, 4019.0, 4021.0, 4010.0, 4030.0, 3999.0, 4019.0, 3999.0, 4042.0, 4022.0, 4011.0, 4031.0, 3998.0, 4031.0, 4012.0, 4043.0, 4012.0, 4021.0, 4021.0, 4000.0, 4031.0, 4013.0, 4055.0, 4023.0, 4011.0, 4022.0, 4000.0, 4042.0, 4013.0, 4054.0, 4033.0, 4042.0, 4021.0, 4009.0, 4031.0, 4011.0, 4042.0, 4010.0, 4030.0, 4000.0, 4018.0, 4021.0, 4022.0, 4042.0, 4000.0, 4030.0, 4000.0, 4020.0, 4022.0, 4012.0, 4032.0, 4011.0, 4042.0, 4000.0, 4040.0, 4012.0, 4053.0, 4032.0, 4010.0, 4020.0, 3998.0, 4030.0, 4011.0, 4042.0, 4022.0, 4010.0, 4021.0, 3999.0, 4031.0, 4001.0, 4052.0, 4011.0, 4041.0, 4000.0, 4019.0, 4020.0, 4010.0, 4031.0, 3999.0, 4030.0, 4009.0, 4029.0, 4011.0, 4022.0, 4032.0, 4011.0, 4031.0, 4001.0, 4042.0, 4013.0, 4044.0, 4043.0, 4011.0, 4030.0, 4001.0, 4041.0, 4011.0, 4052.0, 4021.0, 4030.0, 4010.0, 3998.0, 4020.0, 4010.0, 4041.0, 4010.0, 4040.0, 4000.0, 4019.0, 4021.0, 4012.0, 4032.0, 3999.0, 4041.0, 3999.0, 4041.0, 4013.0, 4042.0, 4031.0, 4010.0, 4030.0, 3999.0, 4041.0, 4002.0, 4052.0, 4022.0, 4010.0, 4020.0, 3999.0, 4031.0, 4001.0, 4052.0, 4021.0, 4020.0, 4020.0, 4010.0, 4042.0, 4012.0, 4042.0, 4022.0, 4021.0, 4021.0, 4010.0, 4032.0, 4012.0, 4052.0, 4022.0, 4030.0, 4019.0, 4010.0, 4032.0, 4011.0, 4043.0, 4011.0, 4041.0, 4010.0, 4009.0, 4031.0, 4010.0, 4031.0, 4010.0, 4029.0, 4000.0, 4020.0, 4032.0, 4010.0, 4030.0, 4000.0, 4030.0, 4000.0, 4041.0, 4022.0, 4010.0, 4031.0, 4000.0, 4031.0, 4011.0, 4043.0, 4022.0, 4011.0, 3982.0, 4014.0, 4047.0, 4014.0, 4001.0, 3949.0, 3887.0, 4012.0, 4048.0, 4012.0, 4029.0, 3999.0, 4029.0, 4021.0, 4028.0, 4020.0, 3998.0, 3998.0, 3966.0, 4008.0, 3989.0, 4019.0, 3998.0, 4017.0, 3987.0, 3997.0, 3999.0, 3991.0, 4023.0, 3999.0, 4019.0, 3989.0, 4008.0, 3986.0, 3986.0, 4008.0, 3998.0, 4019.0, 3977.0, 4018.0, 3988.0, 4008.0, 4019.0, 3998.0, 4008.0, 3987.0, 4006.0, 3987.0, 4028.0, 4020.0, 4008.0, 4019.0, 3986.0, 4007.0, 3977.0, 4016.0, 4008.0, 4019.0, 4009.0, 3987.0, 4007.0, 3986.0, 4007.0, 3999.0, 4029.0, 4019.0, 3976.0, 3997.0, 3977.0, 4008.0, 4000.0, 4029.0, 4020.0, 3988.0, 3998.0, 3977.0, 4020.0, 4011.0, 4041.0, 4021.0, 3979.0, 4010.0, 3998.0, 4031.0, 4022.0, 4021.0, 4021.0, 3979.0, 4020.0, 3989.0, 4030.0, 4021.0, 4019.0, 4010.0, 3978.0, 4020.0, 4000.0, 4041.0, 4019.0, 3978.0, 4009.0, 4009.0, 4031.0, 4010.0, 4029.0, 4011.0, 4019.0, 3999.0, 4011.0, 4022.0, 4010.0, 4011.0, 3988.0, 4009.0, 3988.0, 4031.0, 4021.0, 4018.0, 4010.0, 3977.0, 3999.0, 3990.0, 4032.0, 3999.0, 4030.0, 3999.0, 4019.0, 4011.0, 4022.0, 4021.0, 3987.0, 4019.0, 3986.0, 4018.0, 4011.0, 4039.0, 4019.0, 3986.0, 3997.0, 3988.0, 4032.0, 4008.0, 4029.0, 3987.0, 4007.0, 3998.0, 3998.0, 4008.0, 3997.0, 4016.0, 3977.0, 4029.0, 4010.0, 3997.0, 3987.0, 3986.0, 4006.0, 3988.0, 4028.0, 4009.0, 4006.0, 3975.0, 3974.0, 4006.0, 3986.0, 4016.0, 3975.0, 4016.0, 3974.0, 4007.0, 3996.0, 3975.0, 4016.0, 3975.0, 4016.0, 3986.0, 4007.0, 3997.0, 3976.0, 4007.0, 3985.0, 4015.0, 3988.0, 4007.0, 3997.0, 3974.0, 3996.0, 3985.0, 4006.0, 3989.0, 4018.0, 3998.0, 3996.0, 3976.0, 3976.0, 4008.0, 3989.0, 4019.0, 3999.0, 4028.0, 3987.0, 3998.0, 3998.0, 3989.0, 4019.0, 3998.0, 4018.0, 3978.0, 4018.0, 3999.0, 4008.0, 4008.0, 4009.0, 4019.0, 3986.0, 4018.0, 3987.0, 4028.0, 4010.0, 4018.0, 4007.0, 3975.0, 3995.0, 3976.0, 4019.0, 3999.0, 4017.0, 3998.0, 4017.0, 3977.0, 4017.0, 3989.0, 4028.0, 4019.0, 3997.0, 3988.0, 3976.0, 4008.0, 3999.0, 4021.0, 4010.0, 4029.0, 3989.0, 3997.0, 3999.0, 4001.0, 4012.0, 4001.0, 4019.0, 3999.0, 4018.0, 4001.0, 4042.0, 4021.0, 3999.0, 3998.0, 3998.0, 4033.0, 3988.0, 4028.0, 3977.0, 4017.0, 3987.0, 4042.0, 4009.0, 4008.0, 3986.0, 3975.0, 3996.0, 4010.0, 4030.0, 4008.0, 4017.0, 3986.0, 3976.0, 4019.0, 4000.0, 4029.0, 3998.0, 4017.0, 3988.0, 4007.0, 3997.0, 4007.0, 3997.0, 3985.0, 4005.0, 3984.0, 4016.0, 3987.0, 4027.0, 3997.0, 4016.0, 3965.0, 3973.0, 3986.0, 3988.0, 4017.0, 3976.0, 4016.0, 3966.0, 4017.0, 3987.0, 4006.0, 3996.0, 3975.0, 4006.0, 3976.0, 4030.0, 3986.0, 4015.0, 3965.0, 4016.0, 3975.0, 4006.0, 3996.0, 3974.0, 4006.0, 3976.0, 4016.0, 3987.0, 4017.0], 'WindowWidth': [9047.0, 9057.0, 8969.0, 9002.0, 8940.0, 8993.0, 8949.0, 8987.0, 8971.0, 8964.0, 8948.0, 8913.0, 8944.0, 8880.0, 8921.0, 8887.0, 8904.0, 8889.0, 8874.0, 8891.0, 8862.0, 8904.0, 8866.0, 8918.0, 8881.0, 8895.0, 8910.0, 8896.0, 8909.0, 8892.0, 8967.0, 8921.0, 8919.0, 8933.0, 8894.0, 8966.0, 8946.0, 8930.0, 8958.0, 8928.0, 8951.0, 8917.0, 8996.0, 8964.0, 8945.0, 8955.0, 8912.0, 8969.0, 8933.0, 8984.0, 8944.0, 8927.0, 8942.0, 8933.0, 8989.0, 8946.0, 8943.0, 8943.0, 8909.0, 8970.0, 8931.0, 8986.0, 8957.0, 8940.0, 8940.0, 8927.0, 8956.0, 8919.0, 8969.0, 8930.0, 8939.0, 8927.0, 8947.0, 8975.0, 8930.0, 8970.0, 8929.0, 8942.0, 8950.0, 8951.0, 8976.0, 8933.0, 8973.0, 8933.0, 8959.0, 8986.0, 8953.0, 8981.0, 8921.0, 8972.0, 8950.0, 8987.0, 8984.0, 8937.0, 8975.0, 8936.0, 9015.0, 8976.0, 8957.0, 8983.0, 8937.0, 8990.0, 8973.0, 8983.0, 8983.0, 8950.0, 8976.0, 8958.0, 9033.0, 8984.0, 8948.0, 8975.0, 8934.0, 9010.0, 8957.0, 8991.0, 8947.0, 8941.0, 8958.0, 8943.0, 8991.0, 8962.0, 8955.0, 8955.0, 8944.0, 8976.0, 8914.0, 8981.0, 8928.0, 8964.0, 8941.0, 8971.0, 8953.0, 8924.0, 8949.0, 8892.0, 8965.0, 8931.0, 8926.0, 8953.0, 8913.0, 8966.0, 8929.0, 8989.0, 8972.0, 8927.0, 8951.0, 8910.0, 8985.0, 8962.0, 8951.0, 8951.0, 8908.0, 8947.0, 8910.0, 8985.0, 8957.0, 8923.0, 8951.0, 8898.0, 8967.0, 8944.0, 8946.0, 8959.0, 8913.0, 8951.0, 8926.0, 8965.0, 8957.0, 8957.0, 8954.0, 8910.0, 8949.0, 8912.0, 8966.0, 8965.0, 8971.0, 9003.0, 8939.0, 8970.0, 8913.0, 8962.0, 8976.0, 8921.0, 8964.0, 8982.0, 8976.0, 9011.0, 8981.0, 8944.0, 8955.0, 8912.0, 8964.0, 8928.0, 8986.0, 8956.0, 8926.0, 8952.0, 8916.0, 8969.0, 8921.0, 8947.0, 8959.0, 8931.0, 8960.0, 8920.0, 8969.0, 8950.0, 8994.0, 8963.0, 8943.0, 8944.0, 8925.0, 8955.0, 8928.0, 8974.0, 8934.0, 8958.0, 8931.0, 8946.0, 8944.0, 8935.0, 8979.0, 8938.0, 8991.0, 8936.0, 8948.0, 8951.0, 8948.0, 8965.0, 8935.0, 8978.0, 8923.0, 8977.0, 8936.0, 8976.0, 8938.0, 8979.0, 8952.0, 8946.0, 8950.0, 8935.0, 8964.0, 8929.0, 8994.0, 8943.0, 8953.0, 8939.0, 8951.0, 8966.0, 8940.0, 8998.0, 8944.0, 9011.0, 8943.0, 8993.0, 8952.0, 8977.0, 8953.0, 8977.0, 8962.0, 8932.0, 8960.0, 8928.0, 8958.0, 8928.0, 8980.0, 8936.0, 8973.0, 8931.0, 8971.0, 8933.0, 8973.0, 8955.0, 8985.0, 8978.0, 8949.0, 8966.0, 8922.0, 8996.0, 8953.0, 8981.0, 8981.0, 8950.0, 8964.0, 8951.0, 8996.0, 8938.0, 8996.0, 8967.0, 8993.0, 8952.0, 8976.0, 8965.0, 8977.0, 8990.0, 8961.0, 8972.0, 8929.0, 8956.0, 8930.0, 8973.0, 8951.0, 8987.0, 8947.0, 8972.0, 8946.0, 8943.0, 8960.0, 8946.0, 8980.0, 8951.0, 8976.0, 8944.0, 8975.0, 8950.0, 8976.0, 8969.0, 8984.0, 8996.0, 8951.0, 8979.0, 8938.0, 8993.0, 8974.0, 9017.0, 8987.0, 8968.0, 8981.0, 8952.0, 8994.0, 8955.0, 9012.0, 8969.0, 8993.0, 8950.0, 8950.0, 8989.0, 8975.0, 8998.0, 8953.0, 8991.0, 8953.0, 8973.0, 8999.0, 8954.0, 8994.0, 8950.0, 8995.0, 8973.0, 8958.0, 8983.0, 8939.0, 8991.0, 8950.0, 8980.0, 8999.0, 8952.0, 8992.0, 8947.0, 8969.0, 8964.0, 8980.0, 8977.0, 8932.0, 8959.0, 8932.0, 8974.0, 8951.0, 8992.0, 8976.0, 8946.0, 8959.0, 8931.0, 8974.0, 8966.0, 8976.0, 8976.0, 8947.0, 8960.0, 8937.0, 8996.0, 8968.0, 8948.0, 8962.0, 8931.0, 8974.0, 8955.0, 8994.0, 8966.0, 8976.0, 8955.0, 8931.0, 8959.0, 8934.0, 8990.0, 8963.0, 8946.0, 8959.0, 8931.0, 8976.0, 8956.0, 8992.0, 8979.0, 8945.0, 8959.0, 8931.0, 8992.0, 8962.0, 8988.0, 8945.0, 8943.0, 8961.0, 8934.0, 8993.0, 8949.0, 8988.0, 8959.0, 8928.0, 8958.0, 8934.0, 8972.0, 8928.0, 8969.0, 8930.0, 8958.0, 8965.0, 8947.0, 8974.0, 8930.0, 8957.0, 8932.0, 8994.0, 8968.0, 8949.0, 8977.0, 8930.0, 8975.0, 8953.0, 8997.0, 8955.0, 8965.0, 8964.0, 8933.0, 8976.0, 8958.0, 9014.0, 8970.0, 8951.0, 8965.0, 8935.0, 8993.0, 8957.0, 9013.0, 8982.0, 8993.0, 8962.0, 8945.0, 8976.0, 8951.0, 8991.0, 8948.0, 8972.0, 8933.0, 8956.0, 8965.0, 8967.0, 8994.0, 8936.0, 8974.0, 8934.0, 8961.0, 8966.0, 8954.0, 8981.0, 8949.0, 8992.0, 8933.0, 8987.0, 8953.0, 9009.0, 8979.0, 8947.0, 8960.0, 8929.0, 8973.0, 8952.0, 8993.0, 8965.0, 8948.0, 8962.0, 8932.0, 8975.0, 8940.0, 9008.0, 8950.0, 8989.0, 8933.0, 8957.0, 8960.0, 8948.0, 8977.0, 8932.0, 8973.0, 8945.0, 8970.0, 8950.0, 8967.0, 8980.0, 8950.0, 8977.0, 8937.0, 8992.0, 8958.0, 9001.0, 8996.0, 8950.0, 8974.0, 8936.0, 8988.0, 8951.0, 9007.0, 8964.0, 8975.0, 8945.0, 8929.0, 8959.0, 8950.0, 8990.0, 8947.0, 8986.0, 8933.0, 8957.0, 8965.0, 8955.0, 8979.0, 8931.0, 8988.0, 8932.0, 8990.0, 8957.0, 8995.0, 8978.0, 8946.0, 8974.0, 8930.0, 8990.0, 8940.0, 9005.0, 8966.0, 8946.0, 8961.0, 8932.0, 8978.0, 8939.0, 9006.0, 8965.0, 8961.0, 8961.0, 8948.0, 8994.0, 8955.0, 8993.0, 8966.0, 8962.0, 8963.0, 8948.0, 8982.0, 8955.0, 9007.0, 8967.0, 8977.0, 8958.0, 8947.0, 8978.0, 8951.0, 8994.0, 8949.0, 8988.0, 8946.0, 8943.0, 8975.0, 8948.0, 8976.0, 8946.0, 8970.0, 8932.0, 8961.0, 8978.0, 8948.0, 8973.0, 8933.0, 8972.0, 8935.0, 8991.0, 8965.0, 8948.0, 8976.0, 8933.0, 8975.0, 8951.0, 8996.0, 8967.0, 8949.0, 8914.0, 8962.0, 9009.0, 8959.0, 8939.0, 8818.0, 8737.0, 8950.0, 9011.0, 8951.0, 8967.0, 8927.0, 8967.0, 8959.0, 8965.0, 8955.0, 8921.0, 8923.0, 8879.0, 8937.0, 8913.0, 8953.0, 8921.0, 8946.0, 8906.0, 8919.0, 8924.0, 8920.0, 8964.0, 8928.0, 8953.0, 8912.0, 8935.0, 8905.0, 8906.0, 8937.0, 8923.0, 8950.0, 8895.0, 8949.0, 8910.0, 8937.0, 8953.0, 8924.0, 8937.0, 8906.0, 8930.0, 8907.0, 8963.0, 8954.0, 8936.0, 8950.0, 8904.0, 8933.0, 8894.0, 8945.0, 8936.0, 8952.0, 8938.0, 8905.0, 8933.0, 8903.0, 8933.0, 8925.0, 8966.0, 8951.0, 8890.0, 8920.0, 8893.0, 8937.0, 8930.0, 8968.0, 8954.0, 8910.0, 8924.0, 8894.0, 8955.0, 8946.0, 8986.0, 8957.0, 8899.0, 8941.0, 8926.0, 8973.0, 8961.0, 8957.0, 8958.0, 8900.0, 8954.0, 8914.0, 8971.0, 8959.0, 8954.0, 8941.0, 8897.0, 8956.0, 8930.0, 8986.0, 8953.0, 8897.0, 8940.0, 8940.0, 8973.0, 8943.0, 8969.0, 8945.0, 8953.0, 8926.0, 8946.0, 8964.0, 8945.0, 8945.0, 8911.0, 8938.0, 8910.0, 8971.0, 8960.0, 8952.0, 8941.0, 8895.0, 8926.0, 8916.0, 8976.0, 8928.0, 8969.0, 8926.0, 8952.0, 8944.0, 8963.0, 8958.0, 8910.0, 8951.0, 8906.0, 8951.0, 8944.0, 8981.0, 8953.0, 8904.0, 8919.0, 8911.0, 8978.0, 8939.0, 8965.0, 8908.0, 8932.0, 8923.0, 8924.0, 8935.0, 8917.0, 8943.0, 8892.0, 8969.0, 8942.0, 8920.0, 8906.0, 8904.0, 8931.0, 8910.0, 8964.0, 8938.0, 8930.0, 8888.0, 8886.0, 8932.0, 8907.0, 8944.0, 8888.0, 8943.0, 8885.0, 8933.0, 8917.0, 8889.0, 8944.0, 8889.0, 8943.0, 8902.0, 8934.0, 8920.0, 8889.0, 8932.0, 8900.0, 8942.0, 8909.0, 8933.0, 8919.0, 8885.0, 8916.0, 8901.0, 8932.0, 8912.0, 8950.0, 8923.0, 8919.0, 8893.0, 8893.0, 8937.0, 8915.0, 8954.0, 8926.0, 8964.0, 8908.0, 8922.0, 8925.0, 8914.0, 8954.0, 8924.0, 8949.0, 8898.0, 8950.0, 8925.0, 8938.0, 8938.0, 8938.0, 8952.0, 8905.0, 8948.0, 8907.0, 8964.0, 8941.0, 8950.0, 8935.0, 8887.0, 8916.0, 8891.0, 8952.0, 8927.0, 8947.0, 8921.0, 8946.0, 8893.0, 8947.0, 8913.0, 8966.0, 8954.0, 8921.0, 8910.0, 8891.0, 8938.0, 8929.0, 8960.0, 8944.0, 8966.0, 8914.0, 8922.0, 8928.0, 8935.0, 8951.0, 8933.0, 8953.0, 8927.0, 8951.0, 8935.0, 8991.0, 8959.0, 8926.0, 8924.0, 8926.0, 8979.0, 8912.0, 8963.0, 8894.0, 8946.0, 8907.0, 8991.0, 8942.0, 8938.0, 8906.0, 8889.0, 8919.0, 8945.0, 8969.0, 8938.0, 8946.0, 8906.0, 8890.0, 8954.0, 8930.0, 8967.0, 8925.0, 8947.0, 8908.0, 8933.0, 8922.0, 8936.0, 8922.0, 8901.0, 8927.0, 8898.0, 8944.0, 8908.0, 8960.0, 8921.0, 8942.0, 8872.0, 8884.0, 8905.0, 8912.0, 8946.0, 8891.0, 8942.0, 8877.0, 8947.0, 8910.0, 8931.0, 8917.0, 8887.0, 8929.0, 8891.0, 8968.0, 8904.0, 8940.0, 8873.0, 8942.0, 8890.0, 8931.0, 8918.0, 8886.0, 8930.0, 8890.0, 8942.0, 8907.0, 8948.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.01576242162162162</td></tr>
<tr><td colspan=3>aqi</td><td>0.11994668097297297</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.43943945569264</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9807899069588731</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.863916741277058</td></tr>
<tr><td colspan=3>efc</td><td>0.4677</td></tr>
<tr><td colspan=3>fber</td><td>5135.9336</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12251879779114504</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.378378378378378</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.770568448034288</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5874987564910406</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.971217747342467</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7529888402693565</td></tr>
<tr><td colspan=3>gcor</td><td>0.00606872</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01292962022125721</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023169787600636482</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</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.267644673052654</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>22.084</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5321</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.5403</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303187.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>668.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.6605</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8064</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>441.3264</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3244.5437</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.5911</td></tr>
<tr><td colspan=3>tsnr</td><td>22.62305119424127</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>