ds005256-mriqc/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter 2c30e7d2f6 [DATALAD RUNCMD] Compute MRIQC for sub-0040
=== 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-0040 --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-0040",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:18:48 +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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-04/func/sub-0040_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>398d2e4c06c9fddb2440c9657d23995b</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>09:41:32.877500</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.998737, -0.0496171, 0.00790689, 0.0493705, 0.998365, 0.0288105]</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.0771202</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>[4152, -7740, -7264, 652, -61, -85, 70, 80]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.403</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c5df0905-f235-468c-baed-ac2f4554cfa7||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.6795384883880615, 0.13245756924152374, 0.025173328816890717, 106.2950668334961], [0.1331191062927246, 2.678539991378784, 0.07663598656654358, -91.5195541381836], [0.021213611587882042, -0.07729633897542953, 2.6987948417663574, -61.18141555786133], [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': ['094132.877500', '094133.337500', '094133.797500', '094134.257500', '094134.717500', '094135.177500', '094135.637500', '094136.097500', '094136.557500', '094137.017500', '094137.477500', '094137.937500', '094138.397500', '094138.857500', '094139.317500', '094139.777500', '094140.237500', '094140.697500', '094141.157500', '094141.617500', '094142.077500', '094142.537500', '094142.997500', '094143.457500', '094143.917500', '094144.377500', '094144.837500', '094145.297500', '094145.757500', '094146.217500', '094146.677500', '094147.137500', '094147.597500', '094148.057500', '094148.517500', '094148.977500', '094149.437500', '094149.897500', '094150.357500', '094150.817500', '094151.277500', '094151.737500', '094152.197500', '094152.657500', '094153.117500', '094153.577500', '094154.037500', '094154.497500', '094154.957500', '094155.417500', '094155.877500', '094156.337500', '094156.797500', '094157.257500', '094157.717500', '094158.177500', '094158.637500', '094159.097500', '094159.557500', '094200.017500', '094200.477500', '094200.937500', '094201.397500', '094201.857500', '094202.317500', '094202.777500', '094203.237500', '094203.697500', '094204.157500', '094204.617500', '094205.077500', '094205.537500', '094205.997500', '094206.457500', '094206.917500', '094207.377500', '094207.837500', '094208.297500', '094208.757500', '094209.217500', '094209.677500', '094210.137500', '094210.597500', '094211.057500', '094211.517500', '094211.977500', '094212.437500', '094212.897500', '094213.357500', '094213.817500', '094214.277500', '094214.737500', '094215.197500', '094215.657500', '094216.117500', '094216.577500', '094217.037500', '094217.497500', '094217.957500', '094218.417500', '094218.877500', '094219.337500', '094219.797500', '094220.257500', '094220.717500', '094221.177500', '094221.637500', '094222.097500', '094222.557500', '094223.017500', '094223.477500', '094223.937500', '094224.397500', '094224.857500', '094225.317500', '094225.777500', '094226.237500', '094226.697500', '094227.157500', '094227.617500', '094228.077500', '094228.537500', '094228.997500', '094229.457500', '094229.917500', '094230.377500', '094230.837500', '094231.297500', '094231.757500', '094232.217500', '094232.677500', '094233.137500', '094233.597500', '094234.057500', '094234.517500', '094234.977500', '094235.437500', '094235.897500', '094236.357500', '094236.817500', '094237.277500', '094237.737500', '094238.197500', '094238.657500', '094239.117500', '094239.577500', '094240.037500', '094240.497500', '094240.957500', '094241.417500', '094241.877500', '094242.337500', '094242.797500', '094243.257500', '094243.717500', '094244.177500', '094244.637500', '094245.097500', '094245.557500', '094246.017500', '094246.477500', '094246.937500', '094247.397500', '094247.857500', '094248.317500', '094248.777500', '094249.237500', '094249.697500', '094250.157500', '094250.617500', '094251.077500', '094251.537500', '094251.997500', '094252.457500', '094252.917500', '094253.377500', '094253.837500', '094254.297500', '094254.757500', '094255.217500', '094255.677500', '094256.137500', '094256.597500', '094257.057500', '094257.517500', '094257.977500', '094258.437500', '094258.897500', '094259.357500', '094259.817500', '094300.277500', '094300.737500', '094301.197500', '094301.657500', '094302.117500', '094302.577500', '094303.037500', '094303.497500', '094303.957500', '094304.417500', '094304.877500', '094305.337500', '094305.797500', '094306.257500', '094306.717500', '094307.177500', '094307.637500', '094308.097500', '094308.557500', '094309.017500', '094309.477500', '094309.937500', '094310.397500', '094310.857500', '094311.317500', '094311.777500', '094312.237500', '094312.697500', '094313.157500', '094313.617500', '094314.077500', '094314.537500', '094314.997500', '094315.457500', '094315.917500', '094316.377500', '094316.837500', '094317.297500', '094317.757500', '094318.217500', '094318.677500', '094319.137500', '094319.597500', '094320.057500', '094320.517500', '094320.977500', '094321.437500', '094321.897500', '094322.357500', '094322.817500', '094323.277500', '094323.737500', '094324.197500', '094324.657500', '094325.117500', '094325.577500', '094326.037500', '094326.497500', '094326.957500', '094327.417500', '094327.877500', '094328.337500', '094328.797500', '094329.257500', '094329.717500', '094330.177500', '094330.637500', '094331.097500', '094331.557500', '094332.017500', '094332.477500', '094332.937500', '094333.397500', '094333.857500', '094334.317500', '094334.777500', '094335.237500', '094335.697500', '094336.157500', '094336.617500', '094337.077500', '094337.537500', '094337.997500', '094338.457500', '094338.917500', '094339.377500', '094339.837500', '094340.297500', '094340.757500', '094341.217500', '094341.677500', '094342.137500', '094342.597500', '094343.057500', '094343.517500', '094343.977500', '094344.437500', '094344.897500', '094345.357500', '094345.817500', '094346.277500', '094346.737500', '094347.197500', '094347.657500', '094348.117500', '094348.577500', '094349.037500', '094349.497500', '094349.957500', '094350.417500', '094350.877500', '094351.337500', '094351.797500', '094352.257500', '094352.717500', '094353.177500', '094353.637500', '094354.097500', '094354.557500', '094355.017500', '094355.477500', '094355.937500', '094356.397500', '094356.857500', '094357.317500', '094357.777500', '094358.237500', '094358.697500', '094359.157500', '094359.617500', '094400.077500', '094400.537500', '094400.997500', '094401.457500', '094401.917500', '094402.377500', '094402.837500', '094403.297500', '094403.757500', '094404.217500', '094404.677500', '094405.137500', '094405.597500', '094406.057500', '094406.517500', '094406.977500', '094407.437500', '094407.897500', '094408.357500', '094408.817500', '094409.277500', '094409.737500', '094410.197500', '094410.657500', '094411.117500', '094411.577500', '094412.037500', '094412.497500', '094412.957500', '094413.417500', '094413.877500', '094414.337500', '094414.797500', '094415.257500', '094415.717500', '094416.177500', '094416.637500', '094417.097500', '094417.557500', '094418.017500', '094418.477500', '094418.937500', '094419.397500', '094419.857500', '094420.317500', '094420.777500', '094421.237500', '094421.697500', '094422.157500', '094422.617500', '094423.077500', '094423.537500', '094423.997500', '094424.457500', '094424.917500', '094425.377500', '094425.837500', '094426.297500', '094426.757500', '094427.217500', '094427.677500', '094428.137500', '094428.597500', '094429.057500', '094429.517500', '094429.977500', '094430.437500', '094430.897500', '094431.357500', '094431.817500', '094432.277500', '094432.737500', '094433.197500', '094433.657500', '094434.117500', '094434.577500', '094435.037500', '094435.497500', '094435.957500', '094436.417500', '094436.877500', '094437.337500', '094437.797500', '094438.257500', '094438.717500', '094439.177500', '094439.637500', '094440.097500', '094440.557500', '094441.017500', '094441.477500', '094441.937500', '094442.397500', '094442.857500', '094443.317500', '094443.777500', '094444.237500', '094444.697500', '094445.157500', '094445.617500', '094446.077500', '094446.537500', '094446.997500', '094447.457500', '094447.917500', '094448.377500', '094448.837500', '094449.297500', '094449.757500', '094450.217500', '094450.677500', '094451.137500', '094451.597500', '094452.057500', '094452.517500', '094452.977500', '094453.437500', '094453.897500', '094454.357500', '094454.817500', '094455.277500', '094455.737500', '094456.197500', '094456.657500', '094457.117500', '094457.577500', '094458.037500', '094458.497500', '094458.957500', '094459.417500', '094459.877500', '094500.337500', '094500.797500', '094501.257500', '094501.717500', '094502.177500', '094502.637500', '094503.097500', '094503.557500', '094504.017500', '094504.477500', '094504.937500', '094505.397500', '094505.857500', '094506.317500', '094506.777500', '094507.237500', '094507.697500', '094508.157500', '094508.617500', '094509.077500', '094509.537500', '094509.997500', '094510.457500', '094510.917500', '094511.377500', '094511.837500', '094512.297500', '094512.757500', '094513.217500', '094513.677500', '094514.137500', '094514.597500', '094515.057500', '094515.517500', '094515.977500', '094516.437500', '094516.897500', '094517.357500', '094517.817500', '094518.277500', '094518.737500', '094519.197500', '094519.657500', '094520.117500', '094520.577500', '094521.037500', '094521.497500', '094521.957500', '094522.417500', '094522.877500', '094523.337500', '094523.797500', '094524.257500', '094524.717500', '094525.177500', '094525.637500', '094526.097500', '094526.557500', '094527.017500', '094527.477500', '094527.937500', '094528.397500', '094528.857500', '094529.317500', '094529.777500', '094530.237500', '094530.697500', '094531.157500', '094531.617500', '094532.077500', '094532.537500', '094532.997500', '094533.457500', '094533.917500', '094534.377500', '094534.837500', '094535.297500', '094535.757500', '094536.217500', '094536.677500', '094537.137500', '094537.597500', '094538.057500', '094538.517500', '094538.977500', '094539.437500', '094539.897500', '094540.357500', '094540.817500', '094541.277500', '094541.737500', '094542.197500', '094542.657500', '094543.117500', '094543.577500', '094544.037500', '094544.497500', '094544.957500', '094545.417500', '094545.877500', '094546.337500', '094546.797500', '094547.257500', '094547.717500', '094548.177500', '094548.637500', '094549.097500', '094549.557500', '094550.017500', '094550.477500', '094550.937500', '094551.397500', '094551.857500', '094552.317500', '094552.777500', '094553.237500', '094553.697500', '094554.157500', '094554.617500', '094555.077500', '094555.537500', '094555.997500', '094556.457500', '094556.917500', '094557.377500', '094557.837500', '094558.297500', '094558.757500', '094559.217500', '094559.677500', '094600.137500', '094600.597500', '094601.057500', '094601.517500', '094601.977500', '094602.437500', '094602.897500', '094603.357500', '094603.817500', '094604.277500', '094604.737500', '094605.197500', '094605.657500', '094606.117500', '094606.577500', '094607.037500', '094607.497500', '094607.957500', '094608.417500', '094608.877500', '094609.337500', '094609.797500', '094610.257500', '094610.717500', '094611.177500', '094611.637500', '094612.097500', '094612.557500', '094613.017500', '094613.477500', '094613.937500', '094614.397500', '094614.857500', '094615.317500', '094615.777500', '094616.237500', '094616.697500', '094617.157500', '094617.617500', '094618.077500', '094618.537500', '094618.997500', '094619.457500', '094619.917500', '094620.377500', '094620.837500', '094621.297500', '094621.757500', '094622.217500', '094622.677500', '094623.137500', '094623.597500', '094624.057500', '094624.517500', '094624.977500', '094625.437500', '094625.897500', '094626.357500', '094626.817500', '094627.277500', '094627.737500', '094628.197500', '094628.657500', '094629.117500', '094629.577500', '094630.037500', '094630.497500', '094630.957500', '094631.417500', '094631.877500', '094632.337500', '094632.797500', '094633.257500', '094633.717500', '094634.177500', '094634.637500', '094635.097500', '094635.557500', '094636.017500', '094636.477500', '094636.937500', '094637.397500', '094637.857500', '094638.317500', '094638.777500', '094639.237500', '094639.697500', '094640.157500', '094640.617500', '094641.077500', '094641.537500', '094641.997500', '094642.457500', '094642.917500', '094643.377500', '094643.837500', '094644.297500', '094644.757500', '094645.217500', '094645.677500', '094646.137500', '094646.597500', '094647.057500', '094647.517500', '094647.977500', '094648.437500', '094648.897500', '094649.357500', '094649.817500', '094650.277500', '094650.737500', '094651.197500', '094651.657500', '094652.117500', '094652.577500', '094653.037500', '094653.497500', '094653.957500', '094654.417500', '094654.877500', '094655.337500', '094655.797500', '094656.257500', '094656.717500', '094657.177500', '094657.637500', '094658.097500', '094658.557500', '094659.017500', '094659.477500', '094659.937500', '094700.397500', '094700.857500', '094701.317500', '094701.777500', '094702.237500', '094702.697500', '094703.157500', '094703.617500', '094704.077500', '094704.537500', '094704.997500', '094705.457500', '094705.917500', '094706.377500', '094706.837500', '094707.297500', '094707.757500', '094708.217500', '094708.677500', '094709.137500', '094709.597500', '094710.057500', '094710.517500', '094710.977500', '094711.437500', '094711.897500', '094712.357500', '094712.817500', '094713.277500', '094713.737500', '094714.197500', '094714.657500', '094715.117500', '094715.577500', '094716.037500', '094716.497500', '094716.957500', '094717.417500', '094717.877500', '094718.337500', '094718.797500', '094719.257500', '094719.717500', '094720.177500', '094720.637500', '094721.097500', '094721.557500', '094722.017500', '094722.477500', '094722.937500', '094723.397500', '094723.857500', '094724.317500', '094724.777500', '094725.237500', '094725.697500', '094726.157500', '094726.617500', '094727.077500', '094727.537500', '094727.997500', '094728.457500', '094728.917500', '094729.377500', '094729.837500', '094730.297500', '094730.757500', '094731.217500', '094731.677500', '094732.137500', '094732.597500', '094733.057500', '094733.517500', '094733.977500', '094734.437500', '094734.897500', '094735.357500', '094735.817500', '094736.277500', '094736.737500', '094737.197500', '094737.657500', '094738.117500', '094738.577500', '094739.037500', '094739.497500', '094739.957500', '094740.417500', '094740.877500', '094741.337500', '094741.797500', '094742.257500', '094742.717500', '094743.177500', '094743.637500', '094744.097500', '094744.557500', '094745.017500', '094745.477500', '094745.937500', '094746.397500', '094746.857500', '094747.317500', '094747.777500', '094748.237500', '094748.697500', '094749.157500', '094749.617500', '094750.077500', '094750.537500', '094750.997500', '094751.457500', '094751.917500', '094752.377500', '094752.837500', '094753.297500', '094753.757500', '094754.217500', '094754.677500', '094755.137500', '094755.597500', '094756.057500', '094756.517500', '094756.977500', '094757.437500', '094757.897500', '094758.357500', '094758.817500', '094759.277500', '094759.737500', '094800.197500', '094800.657500', '094801.117500', '094801.577500', '094802.037500', '094802.497500', '094802.957500', '094803.417500', '094803.877500', '094804.337500', '094804.797500', '094805.257500', '094805.717500', '094806.177500', '094806.637500', '094807.097500', '094807.557500', '094808.017500', '094808.477500', '094808.937500', '094809.397500', '094809.857500', '094810.317500', '094810.777500', '094811.237500', '094811.697500', '094812.157500', '094812.617500', '094813.077500', '094813.537500', '094813.997500', '094814.457500', '094814.917500', '094815.377500', '094815.837500', '094816.297500', '094816.757500', '094817.217500', '094817.677500', '094818.137500', '094818.597500', '094819.057500', '094819.517500', '094819.977500', '094820.437500', '094820.897500', '094821.357500', '094821.817500', '094822.277500', '094822.737500', '094823.197500', '094823.657500', '094824.117500', '094824.577500', '094825.037500', '094825.497500', '094825.957500', '094826.417500', '094826.877500', '094827.337500', '094827.797500', '094828.257500', '094828.717500', '094829.177500', '094829.637500', '094830.097500', '094830.557500', '094831.017500', '094831.477500', '094831.937500', '094832.397500', '094832.857500', '094833.317500', '094833.777500', '094834.237500', '094834.697500', '094835.157500', '094835.617500', '094836.077500', '094836.537500', '094836.997500', '094837.457500', '094837.917500', '094838.377500'], 'ContentTime': ['094158.887000', '094158.890000', '094158.893000', '094158.896000', '094158.898000', '094158.901000', '094158.903000', '094158.906000', '094158.908000', '094158.911000', '094158.913000', '094158.916000', '094158.918000', '094158.921000', '094158.924000', '094158.926000', '094158.929000', '094158.931000', '094158.934000', '094158.936000', '094158.939000', '094158.942000', '094158.948000', '094158.950000', '094158.953000', '094158.955000', '094158.958000', '094158.960000', '094158.963000', '094158.965000', '094158.968000', '094158.971000', '094158.973000', '094158.976000', '094158.978000', '094158.981000', '094158.983000', '094158.986000', '094158.988000', '094158.991000', '094158.993000', '094159.007000', '094159.010000', '094159.013000', '094159.015000', '094159.018000', '094159.021000', '094159.023000', '094159.026000', '094159.028000', '094159.031000', '094159.033000', '094159.036000', '094218.853000', '094218.855000', '094218.858000', '094218.861000', '094218.864000', '094218.867000', '094218.869000', '094218.872000', '094218.874000', '094218.877000', '094218.879000', '094218.882000', '094218.885000', '094218.887000', '094218.890000', '094218.892000', '094218.895000', '094218.898000', '094218.900000', '094218.903000', '094218.905000', '094218.908000', '094218.910000', '094218.913000', '094218.916000', '094218.918000', '094218.921000', '094218.923000', '094218.933000', '094218.936000', '094218.939000', '094218.941000', '094218.944000', '094218.947000', '094218.949000', '094218.952000', '094218.954000', '094218.957000', '094218.959000', '094218.962000', '094218.965000', '094218.967000', '094218.970000', '094238.854000', '094238.856000', '094238.859000', '094238.862000', '094238.864000', '094238.867000', '094238.869000', '094238.872000', '094238.875000', '094238.877000', '094238.886000', '094238.888000', '094238.891000', '094238.893000', '094238.896000', '094238.899000', '094238.901000', '094238.904000', '094238.906000', '094238.909000', '094238.912000', '094238.914000', '094238.917000', '094238.919000', '094238.922000', '094238.925000', '094238.927000', '094238.930000', '094238.932000', '094238.935000', '094238.938000', '094238.940000', '094238.943000', '094238.945000', '094238.948000', '094238.950000', '094238.953000', '094238.956000', '094238.958000', '094238.961000', '094238.963000', '094238.966000', '094238.968000', '094238.971000', '094258.854000', '094258.856000', '094258.859000', '094258.862000', '094258.864000', '094258.867000', '094258.874000', '094258.876000', '094258.879000', '094258.881000', '094258.884000', '094258.887000', '094258.890000', '094258.893000', '094258.895000', '094258.898000', '094258.901000', '094258.903000', '094258.906000', '094258.909000', '094258.911000', '094258.914000', '094258.917000', '094258.919000', '094258.922000', '094258.924000', '094258.927000', '094258.929000', '094258.932000', '094258.935000', '094258.937000', '094258.940000', '094258.943000', '094258.945000', '094258.948000', '094258.950000', '094258.953000', '094258.955000', '094258.958000', '094258.961000', '094258.963000', '094258.966000', '094258.968000', '094318.854000', '094318.857000', '094318.859000', '094318.862000', '094318.865000', '094318.867000', '094318.870000', '094318.873000', '094318.875000', '094318.878000', '094318.880000', '094318.883000', '094318.886000', '094318.888000', '094318.891000', '094318.894000', '094318.896000', '094318.899000', '094318.901000', '094318.904000', '094318.907000', '094318.909000', '094318.912000', '094318.914000', '094318.917000', '094318.919000', '094318.922000', '094318.925000', '094318.927000', '094318.930000', '094318.932000', '094318.935000', '094318.938000', '094318.940000', '094318.943000', '094318.945000', '094318.948000', '094318.951000', '094318.953000', '094318.956000', '094318.958000', '094318.961000', '094318.963000', '094338.854000', '094338.856000', '094338.859000', '094338.862000', '094338.864000', '094338.867000', '094338.869000', '094338.872000', '094338.875000', '094338.877000', '094338.880000', '094338.882000', '094338.885000', '094338.888000', '094338.890000', '094338.894000', '094338.897000', '094338.900000', '094338.902000', '094338.905000', '094338.907000', '094338.910000', '094338.912000', '094338.923000', '094338.925000', '094338.928000', '094338.931000', '094338.933000', '094338.948000', '094338.951000', '094338.953000', '094338.956000', '094338.958000', '094338.961000', '094338.963000', '094338.966000', '094338.969000', '094338.971000', '094338.974000', '094338.976000', '094338.979000', '094338.982000', '094338.984000', '094338.987000', '094358.853000', '094358.855000', '094358.858000', '094358.861000', '094358.863000', '094358.866000', '094358.868000', '094358.871000', '094358.873000', '094358.876000', '094358.879000', '094358.881000', '094358.884000', '094358.887000', '094358.889000', '094358.892000', '094358.894000', '094358.897000', '094358.900000', '094358.902000', '094358.905000', '094358.907000', '094358.910000', '094358.912000', '094358.915000', '094358.918000', '094358.920000', '094358.923000', '094358.926000', '094358.928000', '094358.931000', '094358.933000', '094358.936000', '094358.938000', '094358.941000', '094358.944000', '094358.946000', '094358.949000', '094358.951000', '094358.954000', '094358.957000', '094358.959000', '094358.962000', '094358.964000', '094418.853000', '094418.855000', '094418.858000', '094418.861000', '094418.863000', '094418.866000', '094418.868000', '094418.871000', '094418.874000', '094418.876000', '094418.879000', '094418.882000', '094418.884000', '094418.887000', '094418.889000', '094418.893000', '094418.896000', '094418.899000', '094418.901000', '094418.904000', '094418.907000', '094418.909000', '094418.912000', '094418.914000', '094418.917000', '094418.920000', '094418.922000', '094418.926000', '094418.928000', '094418.931000', '094418.934000', '094418.936000', '094418.939000', '094418.941000', '094418.944000', '094418.946000', '094418.949000', '094418.951000', '094418.954000', '094418.957000', '094418.959000', '094418.962000', '094418.964000', '094438.853000', '094438.855000', '094438.858000', '094438.861000', '094438.863000', '094438.866000', '094438.868000', '094438.871000', '094438.874000', '094438.876000', '094438.879000', '094438.881000', '094438.884000', '094438.887000', '094438.889000', '094438.892000', '094438.894000', '094438.897000', '094438.900000', '094438.902000', '094438.905000', '094438.907000', '094438.910000', '094438.913000', '094438.915000', '094438.918000', '094438.920000', '094438.923000', '094438.926000', '094438.928000', '094438.931000', '094438.933000', '094438.936000', '094438.938000', '094438.941000', '094438.944000', '094438.946000', '094438.949000', '094438.951000', '094438.954000', '094438.956000', '094438.959000', '094438.962000', '094438.964000', '094458.854000', '094458.857000', '094458.859000', '094458.862000', '094458.865000', '094458.867000', '094458.870000', '094458.873000', '094458.875000', '094458.878000', '094458.880000', '094458.883000', '094458.886000', '094458.888000', '094458.891000', '094458.894000', '094458.896000', '094458.899000', '094458.901000', '094458.904000', '094458.906000', '094458.909000', '094458.912000', '094458.914000', '094458.917000', '094458.920000', '094458.922000', '094458.925000', '094458.927000', '094458.930000', '094458.933000', '094458.935000', '094458.938000', '094458.940000', '094458.943000', '094458.945000', '094458.948000', '094458.951000', '094458.953000', '094458.956000', '094458.959000', '094458.961000', '094458.964000', '094518.854000', '094518.856000', '094518.859000', '094518.862000', '094518.864000', '094518.867000', '094518.869000', '094518.872000', '094518.874000', '094518.877000', '094518.880000', '094518.882000', '094518.885000', '094518.887000', '094518.890000', '094518.893000', '094518.895000', '094518.898000', '094518.901000', '094518.903000', '094518.906000', '094518.908000', '094518.911000', '094518.928000', '094518.931000', '094518.934000', '094518.936000', '094518.939000', '094518.942000', '094518.944000', '094518.947000', '094518.949000', '094518.952000', '094518.954000', '094518.957000', '094518.960000', '094518.962000', '094518.965000', '094518.967000', '094518.970000', '094518.973000', '094518.975000', '094518.978000', '094518.981000', '094538.854000', '094538.857000', '094538.859000', '094538.862000', '094538.864000', '094538.867000', '094538.870000', '094538.872000', '094538.875000', '094538.877000', '094538.880000', '094538.883000', '094538.885000', '094538.888000', '094538.890000', '094538.893000', '094538.896000', '094538.898000', '094538.901000', '094538.903000', '094538.906000', '094538.909000', '094538.911000', '094538.914000', '094538.916000', '094538.919000', '094538.922000', '094538.924000', '094538.927000', '094538.929000', '094538.937000', '094538.939000', '094538.942000', '094538.945000', '094538.947000', '094538.950000', '094538.953000', '094538.955000', '094538.958000', '094538.961000', '094538.963000', '094538.967000', '094538.969000', '094558.854000', '094558.856000', '094558.859000', '094558.862000', '094558.864000', '094558.867000', '094558.869000', '094558.872000', '094558.875000', '094558.877000', '094558.880000', '094558.882000', '094558.885000', '094558.888000', '094558.890000', '094558.893000', '094558.895000', '094558.898000', '094558.900000', '094558.903000', '094558.906000', '094558.908000', '094558.911000', '094558.914000', '094558.916000', '094558.919000', '094558.921000', '094558.924000', '094558.926000', '094558.929000', '094558.932000', '094558.934000', '094558.937000', '094558.939000', '094558.942000', '094558.945000', '094558.947000', '094558.950000', '094558.952000', '094558.955000', '094558.958000', '094558.960000', '094558.963000', '094558.965000', '094618.853000', '094618.855000', '094618.858000', '094618.861000', '094618.863000', '094618.866000', '094618.868000', '094618.871000', '094618.874000', '094618.876000', '094618.879000', '094618.881000', '094618.884000', '094618.887000', '094618.889000', '094618.892000', '094618.894000', '094618.897000', '094618.900000', '094618.902000', '094618.905000', '094618.908000', '094618.910000', '094618.913000', '094618.915000', '094618.918000', '094618.921000', '094618.923000', '094618.926000', '094618.928000', '094618.931000', '094618.934000', '094618.936000', '094618.939000', '094618.942000', '094618.944000', '094618.947000', '094618.949000', '094618.952000', '094618.954000', '094618.957000', '094618.960000', '094618.962000', '094638.853000', '094638.856000', '094638.858000', '094638.861000', '094638.863000', '094638.866000', '094638.869000', '094638.871000', '094638.874000', '094638.876000', '094638.879000', '094638.882000', '094638.884000', '094638.887000', '094638.889000', '094638.892000', '094638.895000', '094638.897000', '094638.900000', '094638.902000', '094638.905000', '094638.908000', '094638.910000', '094638.913000', '094638.916000', '094638.918000', '094638.921000', '094638.923000', '094638.926000', '094638.929000', '094638.931000', '094638.934000', '094638.936000', '094638.939000', '094638.954000', '094638.957000', '094638.960000', '094638.962000', '094638.965000', '094638.967000', '094638.970000', '094638.972000', '094638.975000', '094658.853000', '094658.856000', '094658.858000', '094658.861000', '094658.864000', '094658.866000', '094658.869000', '094658.871000', '094658.874000', '094658.877000', '094658.879000', '094658.882000', '094658.884000', '094658.887000', '094658.890000', '094658.892000', '094658.895000', '094658.897000', '094658.900000', '094658.903000', '094658.905000', '094658.908000', '094658.910000', '094658.913000', '094658.918000', '094658.920000', '094658.923000', '094658.926000', '094658.928000', '094658.931000', '094658.934000', '094658.936000', '094658.939000', '094658.941000', '094658.944000', '094658.947000', '094658.949000', '094658.952000', '094658.954000', '094658.957000', '094658.960000', '094658.962000', '094658.965000', '094658.967000', '094718.854000', '094718.856000', '094718.859000', '094718.862000', '094718.864000', '094718.867000', '094718.869000', '094718.872000', '094718.875000', '094718.877000', '094718.880000', '094718.882000', '094718.885000', '094718.887000', '094718.890000', '094718.893000', '094718.895000', '094718.898000', '094718.900000', '094718.903000', '094718.906000', '094718.908000', '094718.911000', '094718.913000', '094718.916000', '094718.919000', '094718.921000', '094718.924000', '094718.926000', '094718.929000', '094718.932000', '094718.934000', '094718.937000', '094718.939000', '094718.942000', '094718.945000', '094718.947000', '094718.950000', '094718.952000', '094718.955000', '094718.957000', '094718.965000', '094718.967000', '094718.970000', '094738.854000', '094738.856000', '094738.859000', '094738.862000', '094738.864000', '094738.867000', '094738.870000', '094738.872000', '094738.875000', '094738.877000', '094738.880000', '094738.882000', '094738.885000', '094738.888000', '094738.890000', '094738.893000', '094738.895000', '094738.898000', '094738.901000', '094738.903000', '094738.906000', '094738.908000', '094738.911000', '094738.914000', '094738.916000', '094738.919000', '094738.922000', '094738.924000', '094738.927000', '094738.929000', '094738.932000', '094738.935000', '094738.937000', '094738.940000', '094738.943000', '094738.945000', '094738.948000', '094738.950000', '094738.953000', '094738.956000', '094738.958000', '094738.961000', '094738.964000', '094758.854000', '094758.857000', '094758.859000', '094758.862000', '094758.865000', '094758.867000', '094758.870000', '094758.872000', '094758.875000', '094758.878000', '094758.880000', '094758.883000', '094758.886000', '094758.888000', '094758.891000', '094758.893000', '094758.896000', '094758.898000', '094758.901000', '094758.904000', '094758.906000', '094758.909000', '094758.911000', '094758.914000', '094758.917000', '094758.919000', '094758.922000', '094758.924000', '094758.927000', '094758.930000', '094758.932000', '094758.935000', '094758.937000', '094758.940000', '094758.943000', '094758.945000', '094758.948000', '094758.951000', '094758.953000', '094758.956000', '094758.958000', '094758.961000', '094758.964000', '094758.966000', '094818.854000', '094818.856000', '094818.859000', '094818.862000', '094818.864000', '094818.867000', '094818.869000', '094818.872000', '094818.875000', '094818.877000', '094818.880000', '094818.882000', '094818.885000', '094818.887000', '094818.890000', '094818.906000', '094818.909000', '094818.912000', '094818.914000', '094818.917000', '094818.919000', '094818.922000', '094818.925000', '094818.927000', '094818.930000', '094818.933000', '094818.935000', '094818.938000', '094818.940000', '094818.943000', '094818.946000', '094818.948000', '094818.951000', '094818.953000', '094818.956000', '094818.959000', '094818.961000', '094818.967000', '094818.969000', '094818.972000', '094818.975000', '094818.977000', '094818.980000', '094838.853000', '094838.855000', '094838.858000', '094838.861000', '094838.863000', '094838.866000', '094838.868000', '094838.871000', '094838.874000', '094838.876000', '094838.879000', '094838.881000', '094838.884000', '094838.886000', '094838.889000', '094838.892000', '094838.894000', '094838.897000', '094838.900000', '094838.902000', '094838.905000', '094838.907000', '094838.910000', '094838.912000', '094838.915000', '094838.918000', '094838.920000', '094838.923000', '094838.925000', '094838.928000', '094838.931000', '094838.933000', '094838.936000', '094838.938000', '094838.941000', '094838.944000', '094838.946000', '094838.949000', '094838.951000', '094838.954000', '094838.957000', '094838.959000', '094838.962000', '094838.964000', '094840.143000', '094840.146000', '094840.148000'], 'InstanceCreationTime': ['094158.887000', '094158.890000', '094158.893000', '094158.896000', '094158.898000', '094158.901000', '094158.903000', '094158.906000', '094158.908000', '094158.911000', '094158.913000', '094158.916000', '094158.918000', '094158.921000', '094158.924000', '094158.926000', '094158.929000', '094158.931000', '094158.934000', '094158.936000', '094158.939000', '094158.942000', '094158.948000', '094158.950000', '094158.953000', '094158.955000', '094158.958000', '094158.960000', '094158.963000', '094158.965000', '094158.968000', '094158.971000', '094158.973000', '094158.976000', '094158.978000', '094158.981000', '094158.983000', '094158.986000', '094158.988000', '094158.991000', '094158.993000', '094159.007000', '094159.010000', '094159.013000', '094159.015000', '094159.018000', '094159.021000', '094159.023000', '094159.026000', '094159.028000', '094159.031000', '094159.033000', '094159.036000', '094218.853000', '094218.855000', '094218.858000', '094218.861000', '094218.864000', '094218.867000', '094218.869000', '094218.872000', '094218.874000', '094218.877000', '094218.879000', '094218.882000', '094218.885000', '094218.887000', '094218.890000', '094218.892000', '094218.895000', '094218.898000', '094218.900000', '094218.903000', '094218.905000', '094218.908000', '094218.910000', '094218.913000', '094218.916000', '094218.918000', '094218.921000', '094218.923000', '094218.933000', '094218.936000', '094218.939000', '094218.941000', '094218.944000', '094218.947000', '094218.949000', '094218.952000', '094218.954000', '094218.957000', '094218.959000', '094218.962000', '094218.965000', '094218.967000', '094218.970000', '094238.854000', '094238.856000', '094238.859000', '094238.862000', '094238.864000', '094238.867000', '094238.869000', '094238.872000', '094238.875000', '094238.877000', '094238.886000', '094238.888000', '094238.891000', '094238.893000', '094238.896000', '094238.899000', '094238.901000', '094238.904000', '094238.906000', '094238.909000', '094238.912000', '094238.914000', '094238.917000', '094238.919000', '094238.922000', '094238.925000', '094238.927000', '094238.930000', '094238.932000', '094238.935000', '094238.938000', '094238.940000', '094238.943000', '094238.945000', '094238.948000', '094238.950000', '094238.953000', '094238.956000', '094238.958000', '094238.961000', '094238.963000', '094238.966000', '094238.968000', '094238.971000', '094258.854000', '094258.856000', '094258.859000', '094258.862000', '094258.864000', '094258.867000', '094258.874000', '094258.876000', '094258.879000', '094258.881000', '094258.884000', '094258.887000', '094258.890000', '094258.893000', '094258.895000', '094258.898000', '094258.901000', '094258.903000', '094258.906000', '094258.909000', '094258.911000', '094258.914000', '094258.917000', '094258.919000', '094258.922000', '094258.924000', '094258.927000', '094258.929000', '094258.932000', '094258.935000', '094258.937000', '094258.940000', '094258.943000', '094258.945000', '094258.948000', '094258.950000', '094258.953000', '094258.955000', '094258.958000', '094258.961000', '094258.963000', '094258.966000', '094258.968000', '094318.854000', '094318.857000', '094318.859000', '094318.862000', '094318.865000', '094318.867000', '094318.870000', '094318.873000', '094318.875000', '094318.878000', '094318.880000', '094318.883000', '094318.886000', '094318.888000', '094318.891000', '094318.894000', '094318.896000', '094318.899000', '094318.901000', '094318.904000', '094318.907000', '094318.909000', '094318.912000', '094318.914000', '094318.917000', '094318.919000', '094318.922000', '094318.925000', '094318.927000', '094318.930000', '094318.932000', '094318.935000', '094318.938000', '094318.940000', '094318.943000', '094318.945000', '094318.948000', '094318.951000', '094318.953000', '094318.956000', '094318.958000', '094318.961000', '094318.963000', '094338.854000', '094338.856000', '094338.859000', '094338.862000', '094338.864000', '094338.867000', '094338.869000', '094338.872000', '094338.875000', '094338.877000', '094338.880000', '094338.882000', '094338.885000', '094338.888000', '094338.890000', '094338.894000', '094338.897000', '094338.900000', '094338.902000', '094338.905000', '094338.907000', '094338.910000', '094338.912000', '094338.923000', '094338.925000', '094338.928000', '094338.931000', '094338.933000', '094338.948000', '094338.951000', '094338.953000', '094338.956000', '094338.958000', '094338.961000', '094338.963000', '094338.966000', '094338.969000', '094338.971000', '094338.974000', '094338.976000', '094338.979000', '094338.982000', '094338.984000', '094338.987000', '094358.853000', '094358.855000', '094358.858000', '094358.861000', '094358.863000', '094358.866000', '094358.868000', '094358.871000', '094358.873000', '094358.876000', '094358.879000', '094358.881000', '094358.884000', '094358.887000', '094358.889000', '094358.892000', '094358.894000', '094358.897000', '094358.900000', '094358.902000', '094358.905000', '094358.907000', '094358.910000', '094358.912000', '094358.915000', '094358.918000', '094358.920000', '094358.923000', '094358.926000', '094358.928000', '094358.931000', '094358.933000', '094358.936000', '094358.938000', '094358.941000', '094358.944000', '094358.946000', '094358.949000', '094358.951000', '094358.954000', '094358.957000', '094358.959000', '094358.962000', '094358.964000', '094418.853000', '094418.855000', '094418.858000', '094418.861000', '094418.863000', '094418.866000', '094418.868000', '094418.871000', '094418.874000', '094418.876000', '094418.879000', '094418.882000', '094418.884000', '094418.887000', '094418.889000', '094418.893000', '094418.896000', '094418.899000', '094418.901000', '094418.904000', '094418.907000', '094418.909000', '094418.912000', '094418.914000', '094418.917000', '094418.920000', '094418.922000', '094418.926000', '094418.928000', '094418.931000', '094418.934000', '094418.936000', '094418.939000', '094418.941000', '094418.944000', '094418.946000', '094418.949000', '094418.951000', '094418.954000', '094418.957000', '094418.959000', '094418.962000', '094418.964000', '094438.853000', '094438.855000', '094438.858000', '094438.861000', '094438.863000', '094438.866000', '094438.868000', '094438.871000', '094438.874000', '094438.876000', '094438.879000', '094438.881000', '094438.884000', '094438.887000', '094438.889000', '094438.892000', '094438.894000', '094438.897000', '094438.900000', '094438.902000', '094438.905000', '094438.907000', '094438.910000', '094438.913000', '094438.915000', '094438.918000', '094438.920000', '094438.923000', '094438.926000', '094438.928000', '094438.931000', '094438.933000', '094438.936000', '094438.938000', '094438.941000', '094438.944000', '094438.946000', '094438.949000', '094438.951000', '094438.954000', '094438.956000', '094438.959000', '094438.962000', '094438.964000', '094458.854000', '094458.857000', '094458.859000', '094458.862000', '094458.865000', '094458.867000', '094458.870000', '094458.873000', '094458.875000', '094458.878000', '094458.880000', '094458.883000', '094458.886000', '094458.888000', '094458.891000', '094458.894000', '094458.896000', '094458.899000', '094458.901000', '094458.904000', '094458.906000', '094458.909000', '094458.912000', '094458.914000', '094458.917000', '094458.920000', '094458.922000', '094458.925000', '094458.927000', '094458.930000', '094458.933000', '094458.935000', '094458.938000', '094458.940000', '094458.943000', '094458.945000', '094458.948000', '094458.951000', '094458.953000', '094458.956000', '094458.959000', '094458.961000', '094458.964000', '094518.854000', '094518.856000', '094518.859000', '094518.862000', '094518.864000', '094518.867000', '094518.869000', '094518.872000', '094518.874000', '094518.877000', '094518.880000', '094518.882000', '094518.885000', '094518.887000', '094518.890000', '094518.893000', '094518.895000', '094518.898000', '094518.901000', '094518.903000', '094518.906000', '094518.908000', '094518.911000', '094518.928000', '094518.931000', '094518.934000', '094518.936000', '094518.939000', '094518.942000', '094518.944000', '094518.947000', '094518.949000', '094518.952000', '094518.954000', '094518.957000', '094518.960000', '094518.962000', '094518.965000', '094518.967000', '094518.970000', '094518.973000', '094518.975000', '094518.978000', '094518.981000', '094538.854000', '094538.857000', '094538.859000', '094538.862000', '094538.864000', '094538.867000', '094538.870000', '094538.872000', '094538.875000', '094538.877000', '094538.880000', '094538.883000', '094538.885000', '094538.888000', '094538.890000', '094538.893000', '094538.896000', '094538.898000', '094538.901000', '094538.903000', '094538.906000', '094538.909000', '094538.911000', '094538.914000', '094538.916000', '094538.919000', '094538.922000', '094538.924000', '094538.927000', '094538.929000', '094538.937000', '094538.939000', '094538.942000', '094538.945000', '094538.947000', '094538.950000', '094538.953000', '094538.955000', '094538.958000', '094538.961000', '094538.963000', '094538.967000', '094538.969000', '094558.854000', '094558.856000', '094558.859000', '094558.862000', '094558.864000', '094558.867000', '094558.869000', '094558.872000', '094558.875000', '094558.877000', '094558.880000', '094558.882000', '094558.885000', '094558.888000', '094558.890000', '094558.893000', '094558.895000', '094558.898000', '094558.900000', '094558.903000', '094558.906000', '094558.908000', '094558.911000', '094558.914000', '094558.916000', '094558.919000', '094558.921000', '094558.924000', '094558.926000', '094558.929000', '094558.932000', '094558.934000', '094558.937000', '094558.939000', '094558.942000', '094558.945000', '094558.947000', '094558.950000', '094558.952000', '094558.955000', '094558.958000', '094558.960000', '094558.963000', '094558.965000', '094618.853000', '094618.855000', '094618.858000', '094618.861000', '094618.863000', '094618.866000', '094618.868000', '094618.871000', '094618.874000', '094618.876000', '094618.879000', '094618.881000', '094618.884000', '094618.887000', '094618.889000', '094618.892000', '094618.894000', '094618.897000', '094618.900000', '094618.902000', '094618.905000', '094618.908000', '094618.910000', '094618.913000', '094618.915000', '094618.918000', '094618.921000', '094618.923000', '094618.926000', '094618.928000', '094618.931000', '094618.934000', '094618.936000', '094618.939000', '094618.942000', '094618.944000', '094618.947000', '094618.949000', '094618.952000', '094618.954000', '094618.957000', '094618.960000', '094618.962000', '094638.853000', '094638.856000', '094638.858000', '094638.861000', '094638.863000', '094638.866000', '094638.869000', '094638.871000', '094638.874000', '094638.876000', '094638.879000', '094638.882000', '094638.884000', '094638.887000', '094638.889000', '094638.892000', '094638.895000', '094638.897000', '094638.900000', '094638.902000', '094638.905000', '094638.908000', '094638.910000', '094638.913000', '094638.916000', '094638.918000', '094638.921000', '094638.923000', '094638.926000', '094638.929000', '094638.931000', '094638.934000', '094638.936000', '094638.939000', '094638.954000', '094638.957000', '094638.960000', '094638.962000', '094638.965000', '094638.967000', '094638.970000', '094638.972000', '094638.975000', '094658.853000', '094658.856000', '094658.858000', '094658.861000', '094658.864000', '094658.866000', '094658.869000', '094658.871000', '094658.874000', '094658.877000', '094658.879000', '094658.882000', '094658.884000', '094658.887000', '094658.890000', '094658.892000', '094658.895000', '094658.897000', '094658.900000', '094658.903000', '094658.905000', '094658.908000', '094658.910000', '094658.913000', '094658.918000', '094658.920000', '094658.923000', '094658.926000', '094658.928000', '094658.931000', '094658.934000', '094658.936000', '094658.939000', '094658.941000', '094658.944000', '094658.947000', '094658.949000', '094658.952000', '094658.954000', '094658.957000', '094658.960000', '094658.962000', '094658.965000', '094658.967000', '094718.854000', '094718.856000', '094718.859000', '094718.862000', '094718.864000', '094718.867000', '094718.869000', '094718.872000', '094718.875000', '094718.877000', '094718.880000', '094718.882000', '094718.885000', '094718.887000', '094718.890000', '094718.893000', '094718.895000', '094718.898000', '094718.900000', '094718.903000', '094718.906000', '094718.908000', '094718.911000', '094718.913000', '094718.916000', '094718.919000', '094718.921000', '094718.924000', '094718.926000', '094718.929000', '094718.932000', '094718.934000', '094718.937000', '094718.939000', '094718.942000', '094718.945000', '094718.947000', '094718.950000', '094718.952000', '094718.955000', '094718.957000', '094718.965000', '094718.967000', '094718.970000', '094738.854000', '094738.856000', '094738.859000', '094738.862000', '094738.864000', '094738.867000', '094738.870000', '094738.872000', '094738.875000', '094738.877000', '094738.880000', '094738.882000', '094738.885000', '094738.888000', '094738.890000', '094738.893000', '094738.895000', '094738.898000', '094738.901000', '094738.903000', '094738.906000', '094738.908000', '094738.911000', '094738.914000', '094738.916000', '094738.919000', '094738.922000', '094738.924000', '094738.927000', '094738.929000', '094738.932000', '094738.935000', '094738.937000', '094738.940000', '094738.943000', '094738.945000', '094738.948000', '094738.950000', '094738.953000', '094738.956000', '094738.958000', '094738.961000', '094738.964000', '094758.854000', '094758.857000', '094758.859000', '094758.862000', '094758.865000', '094758.867000', '094758.870000', '094758.872000', '094758.875000', '094758.878000', '094758.880000', '094758.883000', '094758.886000', '094758.888000', '094758.891000', '094758.893000', '094758.896000', '094758.898000', '094758.901000', '094758.904000', '094758.906000', '094758.909000', '094758.911000', '094758.914000', '094758.917000', '094758.919000', '094758.922000', '094758.924000', '094758.927000', '094758.930000', '094758.932000', '094758.935000', '094758.937000', '094758.940000', '094758.943000', '094758.945000', '094758.948000', '094758.951000', '094758.953000', '094758.956000', '094758.958000', '094758.961000', '094758.964000', '094758.966000', '094818.854000', '094818.856000', '094818.859000', '094818.862000', '094818.864000', '094818.867000', '094818.869000', '094818.872000', '094818.875000', '094818.877000', '094818.880000', '094818.882000', '094818.885000', '094818.887000', '094818.890000', '094818.906000', '094818.909000', '094818.912000', '094818.914000', '094818.917000', '094818.919000', '094818.922000', '094818.925000', '094818.927000', '094818.930000', '094818.933000', '094818.935000', '094818.938000', '094818.940000', '094818.943000', '094818.946000', '094818.948000', '094818.951000', '094818.953000', '094818.956000', '094818.959000', '094818.961000', '094818.967000', '094818.969000', '094818.972000', '094818.975000', '094818.977000', '094818.980000', '094838.853000', '094838.855000', '094838.858000', '094838.861000', '094838.863000', '094838.866000', '094838.868000', '094838.871000', '094838.874000', '094838.876000', '094838.879000', '094838.881000', '094838.884000', '094838.886000', '094838.889000', '094838.892000', '094838.894000', '094838.897000', '094838.900000', '094838.902000', '094838.905000', '094838.907000', '094838.910000', '094838.912000', '094838.915000', '094838.918000', '094838.920000', '094838.923000', '094838.925000', '094838.928000', '094838.931000', '094838.933000', '094838.936000', '094838.938000', '094838.941000', '094838.944000', '094838.946000', '094838.949000', '094838.951000', '094838.954000', '094838.957000', '094838.959000', '094838.962000', '094838.964000', '094840.143000', '094840.146000', '094840.148000'], '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': [10166, 9541, 11547, 7281, 12313, 7534, 12694, 8248, 15620, 8781, 13926, 7505, 14526, 7264, 13273, 9551, 13148, 8225, 12210, 7082, 12902, 8015, 12161, 8071, 10196, 7442, 10869, 7037, 11551, 7281, 13066, 7823, 12185, 7773, 11620, 7551, 9282, 8086, 9654, 8839, 14714, 8776, 9513, 9092, 7025, 11353, 7105, 11792, 8973, 11240, 7266, 11984, 6809, 12623, 7293, 12313, 8191, 13380, 7614, 12463, 7497, 12218, 7974, 11691, 8199, 9781, 7588, 8833, 8451, 10044, 9364, 8944, 10390, 6869, 10864, 7080, 11314, 8399, 12886, 7805, 13192, 7116, 12261, 7027, 12509, 8361, 13362, 7436, 12460, 7461, 12275, 7693, 12259, 8677, 11471, 7138, 11966, 7558, 12094, 8089, 9688, 7922, 7539, 9122, 8148, 9390, 9173, 10026, 8367, 12749, 7600, 10279, 7787, 6945, 10346, 17511, 10631, 15022, 9582, 12409, 9583, 11326, 8256, 14448, 8679, 16596, 9528, 16211, 9629, 14304, 9894, 9958, 9847, 8290, 9613, 9126, 8952, 8102, 9142, 7339, 9721, 6958, 9840, 6905, 9580, 6804, 9184, 7680, 8947, 7467, 7429, 7156, 8307, 6963, 9633, 7174, 8707, 8463, 9337, 9151, 8432, 10505, 7125, 13376, 7264, 13893, 8231, 16844, 11753, 16757, 12164, 15725, 10082, 15123, 7880, 12824, 7025, 13218, 7600, 13244, 7730, 13403, 7707, 11803, 7883, 7249, 9153, 7045, 12234, 7138, 13115, 7665, 10798, 9658, 7965, 6975, 9917, 7264, 12061, 6872, 12773, 6919, 11444, 6944, 11569, 7005, 13053, 6743, 12983, 7256, 14029, 7829, 13581, 8646, 12789, 7349, 6875, 8757, 6982, 10156, 13434, 7372, 14246, 7655, 6983, 8593, 6992, 11234, 7131, 11107, 12880, 8045, 13200, 7993, 7059, 9802, 7131, 11651, 7362, 10843, 18204, 8172, 14535, 7819, 9481, 7403, 6819, 9628, 7422, 9873, 11770, 7809, 7430, 9810, 7020, 11991, 7027, 12427, 8008, 10513, 8340, 10966, 6862, 12745, 6862, 13310, 7596, 12973, 8183, 14492, 7997, 13729, 6731, 12044, 7049, 11950, 10577, 8850, 8376, 9051, 7331, 8897, 10443, 8255, 16388, 7647, 11483, 7692, 9516, 7697, 14482, 8153, 12407, 7537, 9327, 10351, 7183, 8968, 7945, 6852, 10119, 7112, 10304, 12897, 7986, 16105, 9255, 13043, 7887, 7159, 8744, 9109, 8922, 17677, 9069, 14283, 11409, 12661, 7141, 11911, 6957, 10535, 9731, 8048, 15465, 7420, 10498, 7349, 7138, 8330, 7199, 10092, 14887, 9715, 12504, 9087, 12508, 8295, 10382, 12218, 7317, 7070, 7411, 6934, 11660, 17038, 11963, 13156, 9251, 11562, 12026, 10366, 15710, 13032, 14389, 10452, 13723, 11450, 10747, 16184, 12115, 14067, 10073, 10589, 7143, 9116, 7075, 8280, 7274, 8270, 7961, 8085, 9765, 7935, 10447, 7758, 6794, 7859, 7030, 12231, 7484, 7269, 11404, 7588, 7419, 11164, 13196, 8306, 14097, 7442, 12924, 7409, 7373, 7821, 7152, 12410, 7233, 13638, 7288, 11822, 7111, 8822, 7239, 10653, 7445, 10260, 7481, 9488, 8344, 12878, 7696, 14597, 7821, 9071, 7501, 7032, 10461, 7391, 10406, 10489, 7634, 8189, 8658, 7095, 11661, 7391, 12795, 7576, 10321, 8672, 8814, 7412, 11809, 7164, 13518, 7354, 13460, 8167, 9221, 12707, 7326, 7164, 9810, 7438, 12733, 7224, 14324, 8163, 13934, 8048, 12490, 7373, 13246, 7097, 13332, 7699, 13935, 7895, 11330, 7553, 11625, 7177, 12636, 6983, 13483, 7639, 13797, 8038, 12830, 7359, 10447, 7036, 12474, 7030, 13410, 7591, 14353, 7836, 13116, 7543, 12225, 6956, 12616, 6858, 13526, 7724, 13312, 7164, 10768, 7109, 9707, 6931, 11712, 7071, 13634, 7348, 13336, 7452, 10173, 7129, 12150, 7154, 13194, 7152, 11259, 12091, 7232, 8323, 8495, 6928, 11323, 7372, 13372, 7456, 11825, 8453, 10704, 7073, 12167, 7013, 12855, 7014, 12511, 8011, 13435, 7045, 13717, 7681, 14016, 8493, 13903, 8051, 11374, 7201, 11710, 7246, 14637, 8716, 13253, 7361, 13417, 7713, 13557, 8189, 13196, 8020, 13422, 7232, 13514, 7496, 13250, 7576, 12225, 7159, 13452, 7250, 13558, 7429, 11019, 10390, 7968, 7981, 9207, 7083, 11980, 6923, 13644, 7254, 13562, 8795, 9297, 9576, 8072, 6889, 10226, 7021, 12199, 7642, 9925, 11818, 7514, 7848, 8623, 6968, 11943, 7200, 13218, 11404, 7700, 15712, 7647, 12054, 7089, 11531, 6857, 12549, 7408, 14432, 7703, 11883, 7537, 10287, 7096, 12331, 7168, 13206, 9211, 8525, 17512, 7812, 11302, 7014, 6736, 10008, 9343, 9161, 15692, 8150, 14116, 8981, 8837, 7828, 7099, 10473, 9339, 9007, 16536, 7803, 13464, 8082, 13303, 7501, 13318, 7139, 14183, 7611, 13708, 7973, 13279, 8054, 13151, 7236, 13349, 7420, 13004, 7806, 12750, 7973, 13190, 7022, 13159, 7449, 13105, 8357, 12930, 7474, 13543, 7255, 13020, 7597, 13235, 8242, 13075, 7896, 13102, 7433, 13362, 7479, 12882, 8056, 12871, 8007, 13128, 7197, 13282, 7549, 13371, 8046, 13377, 7888, 12563, 7861, 13172, 7015, 13164, 7394, 12908, 7488, 12372, 7486, 12506, 7007, 12703, 7004, 12044, 7101, 11851, 6995, 11804, 7074, 12125, 6979, 11758, 7071, 11898, 6992, 12797, 7153, 13131, 6775, 13285, 7476, 12474, 8317, 12587, 7064, 12904, 7097, 12870, 7848, 13020, 8448, 14677, 7387, 12710, 8125, 14069, 9494, 7876, 9785, 6812, 13973, 8363, 14708, 9860, 16929, 10688, 11487, 9547, 8318, 12033, 13126, 13669, 16750, 11675, 9462, 12250, 7110, 11445, 7501, 7105, 10830, 7003, 11886, 8209, 11181, 7106, 12415, 7206, 13206, 7668, 12875, 8002, 12208, 7934, 9502, 8241, 6790, 10412, 6751, 12873, 8481, 9733, 8297, 7833, 9856, 8715, 10744, 7287, 12560, 7265, 12836, 7369, 12165, 8335, 11775, 7837, 7526, 8318, 8111, 8345, 16919, 8681, 13065, 9279, 11470, 7205, 11441, 7359, 12187, 7906, 11935, 7649, 10241, 7676, 10502, 6852, 10841, 6784, 11256, 9477, 8860, 11168, 8522, 7847, 8294, 13683, 7465, 14538, 8376, 12390, 7512, 10776, 7284, 12668, 7633, 11941, 7719, 9277, 6816, 9930, 6781, 9721, 15829, 8347, 13457, 8055, 9874, 7278, 6979, 8984, 13368, 8466, 12362, 9091, 13010, 7518, 11916, 8616, 9864, 11784, 8656, 7418, 9494, 6824, 10684, 11276, 9383, 14866, 8999, 10008, 8855, 9246, 8987, 13526, 8645, 16155, 9539, 15079, 8597, 13474, 8165, 12114, 8641, 8942, 9799, 7844, 9850, 7413, 10098, 8605, 10893, 7617, 12527, 6840, 11391, 6907, 11404, 7476, 12781, 8690, 16238, 7140, 10951, 6832, 10983, 7412, 11175, 7430, 13070, 7561, 7125, 10111, 6819, 11316, 8233, 14207, 8038, 14847, 10096, 15125, 11763, 10162, 12792, 12052, 6833, 10387, 7149, 10822, 7928, 13112, 8823, 14609, 9793, 9625, 7910], 'WindowCenter': [4429.0, 4404.0, 4411.0, 4359.0, 4397.0, 4357.0, 4405.0, 4368.0, 4418.0, 4366.0, 4405.0, 4344.0, 4403.0, 4345.0, 4395.0, 4374.0, 4392.0, 4353.0, 4383.0, 4333.0, 4383.0, 4342.0, 4383.0, 4341.0, 4361.0, 4330.0, 4370.0, 4322.0, 4371.0, 4331.0, 4382.0, 4342.0, 4383.0, 4333.0, 4372.0, 4332.0, 4361.0, 4342.0, 4361.0, 4365.0, 4405.0, 4352.0, 4351.0, 4351.0, 4320.0, 4371.0, 4322.0, 4382.0, 4354.0, 4372.0, 4330.0, 4381.0, 4322.0, 4380.0, 4332.0, 4382.0, 4342.0, 4391.0, 4332.0, 4382.0, 4331.0, 4382.0, 4343.0, 4381.0, 4353.0, 4362.0, 4331.0, 4350.0, 4342.0, 4363.0, 4363.0, 4352.0, 4362.0, 4320.0, 4372.0, 4320.0, 4372.0, 4342.0, 4382.0, 4331.0, 4382.0, 4321.0, 4381.0, 4323.0, 4383.0, 4344.0, 4381.0, 4331.0, 4380.0, 4331.0, 4383.0, 4343.0, 4382.0, 4354.0, 4381.0, 4333.0, 4381.0, 4343.0, 4384.0, 4345.0, 4363.0, 4343.0, 4343.0, 4363.0, 4343.0, 4364.0, 4364.0, 4389.0, 4369.0, 4395.0, 4344.0, 4374.0, 4344.0, 4334.0, 4376.0, 4416.0, 4375.0, 4403.0, 4364.0, 4383.0, 4364.0, 4373.0, 4343.0, 4392.0, 4342.0, 4401.0, 4351.0, 4391.0, 4351.0, 4380.0, 4350.0, 4349.0, 4347.0, 4327.0, 4348.0, 4337.0, 4338.0, 4317.0, 4337.0, 4318.0, 4349.0, 4307.0, 4350.0, 4309.0, 4350.0, 4307.0, 4350.0, 4318.0, 4353.0, 4345.0, 4349.0, 4335.0, 4342.0, 4333.0, 4360.0, 4334.0, 4365.0, 4368.0, 4378.0, 4376.0, 4355.0, 4387.0, 4335.0, 4404.0, 4345.0, 4395.0, 4355.0, 4404.0, 4384.0, 4405.0, 4373.0, 4393.0, 4361.0, 4390.0, 4330.0, 4380.0, 4319.0, 4379.0, 4331.0, 4379.0, 4331.0, 4379.0, 4331.0, 4370.0, 4330.0, 4318.0, 4349.0, 4319.0, 4369.0, 4318.0, 4382.0, 4330.0, 4362.0, 4350.0, 4330.0, 4321.0, 4359.0, 4330.0, 4369.0, 4321.0, 4381.0, 4320.0, 4371.0, 4334.0, 4372.0, 4332.0, 4391.0, 4322.0, 4392.0, 4334.0, 4393.0, 4344.0, 4392.0, 4353.0, 4382.0, 4332.0, 4323.0, 4353.0, 4332.0, 4373.0, 4392.0, 4335.0, 4393.0, 4342.0, 4332.0, 4353.0, 4331.0, 4383.0, 4332.0, 4384.0, 4393.0, 4344.0, 4394.0, 4342.0, 4322.0, 4363.0, 4332.0, 4382.0, 4331.0, 4385.0, 4414.0, 4353.0, 4393.0, 4342.0, 4361.0, 4332.0, 4322.0, 4373.0, 4333.0, 4375.0, 4383.0, 4345.0, 4333.0, 4375.0, 4334.0, 4396.0, 4333.0, 4395.0, 4370.0, 4388.0, 4356.0, 4386.0, 4334.0, 4393.0, 4323.0, 4395.0, 4343.0, 4395.0, 4355.0, 4393.0, 4342.0, 4395.0, 4321.0, 4382.0, 4321.0, 4383.0, 4375.0, 4351.0, 4341.0, 4352.0, 4330.0, 4353.0, 4371.0, 4353.0, 4403.0, 4342.0, 4372.0, 4342.0, 4362.0, 4343.0, 4394.0, 4341.0, 4383.0, 4331.0, 4362.0, 4372.0, 4334.0, 4352.0, 4342.0, 4323.0, 4374.0, 4332.0, 4375.0, 4394.0, 4358.0, 4416.0, 4364.0, 4393.0, 4343.0, 4322.0, 4354.0, 4353.0, 4364.0, 4415.0, 4355.0, 4394.0, 4383.0, 4383.0, 4322.0, 4382.0, 4321.0, 4373.0, 4360.0, 4343.0, 4404.0, 4334.0, 4372.0, 4334.0, 4333.0, 4355.0, 4336.0, 4387.0, 4407.0, 4379.0, 4421.0, 4393.0, 4397.0, 4367.0, 4384.0, 4402.0, 4339.0, 4343.0, 4339.0, 4357.0, 4417.0, 4424.0, 4406.0, 4406.0, 4373.0, 4396.0, 4405.0, 4384.0, 4400.0, 4378.0, 4378.0, 4344.0, 4378.0, 4353.0, 4355.0, 4374.0, 4354.0, 4361.0, 4332.0, 4346.0, 4304.0, 4321.0, 4289.0, 4311.0, 4297.0, 4320.0, 4309.0, 4322.0, 4342.0, 4324.0, 4354.0, 4328.0, 4329.0, 4350.0, 4340.0, 4388.0, 4356.0, 4355.0, 4404.0, 4367.0, 4357.0, 4408.0, 4404.0, 4365.0, 4414.0, 4343.0, 4390.0, 4342.0, 4342.0, 4354.0, 4343.0, 4403.0, 4342.0, 4406.0, 4343.0, 4394.0, 4333.0, 4364.0, 4343.0, 4383.0, 4345.0, 4383.0, 4355.0, 4376.0, 4369.0, 4406.0, 4357.0, 4415.0, 4356.0, 4376.0, 4359.0, 4346.0, 4398.0, 4345.0, 4398.0, 4385.0, 4356.0, 4365.0, 4367.0, 4345.0, 4397.0, 4347.0, 4408.0, 4355.0, 4387.0, 4366.0, 4364.0, 4342.0, 4394.0, 4344.0, 4404.0, 4344.0, 4407.0, 4352.0, 4365.0, 4395.0, 4344.0, 4333.0, 4375.0, 4344.0, 4404.0, 4347.0, 4405.0, 4366.0, 4407.0, 4356.0, 4394.0, 4345.0, 4404.0, 4345.0, 4404.0, 4355.0, 4407.0, 4356.0, 4385.0, 4345.0, 4385.0, 4336.0, 4394.0, 4335.0, 4404.0, 4344.0, 4405.0, 4355.0, 4396.0, 4346.0, 4372.0, 4334.0, 4394.0, 4345.0, 4403.0, 4355.0, 4415.0, 4344.0, 4395.0, 4344.0, 4393.0, 4334.0, 4393.0, 4336.0, 4404.0, 4355.0, 4405.0, 4335.0, 4384.0, 4331.0, 4363.0, 4333.0, 4394.0, 4346.0, 4405.0, 4347.0, 4407.0, 4346.0, 4387.0, 4335.0, 4394.0, 4346.0, 4406.0, 4336.0, 4397.0, 4396.0, 4345.0, 4354.0, 4356.0, 4335.0, 4396.0, 4347.0, 4407.0, 4348.0, 4400.0, 4367.0, 4387.0, 4336.0, 4395.0, 4346.0, 4396.0, 4348.0, 4407.0, 4357.0, 4407.0, 4347.0, 4405.0, 4357.0, 4407.0, 4368.0, 4405.0, 4356.0, 4385.0, 4346.0, 4395.0, 4347.0, 4417.0, 4367.0, 4396.0, 4346.0, 4405.0, 4345.0, 4405.0, 4356.0, 4393.0, 4354.0, 4394.0, 4345.0, 4405.0, 4344.0, 4394.0, 4344.0, 4383.0, 4334.0, 4394.0, 4345.0, 4394.0, 4333.0, 4374.0, 4375.0, 4344.0, 4342.0, 4362.0, 4332.0, 4383.0, 4334.0, 4403.0, 4344.0, 4406.0, 4354.0, 4366.0, 4364.0, 4344.0, 4333.0, 4374.0, 4334.0, 4394.0, 4345.0, 4376.0, 4395.0, 4346.0, 4354.0, 4364.0, 4336.0, 4396.0, 4345.0, 4408.0, 4386.0, 4345.0, 4416.0, 4346.0, 4394.0, 4336.0, 4394.0, 4337.0, 4396.0, 4348.0, 4416.0, 4357.0, 4397.0, 4344.0, 4375.0, 4336.0, 4395.0, 4347.0, 4407.0, 4364.0, 4367.0, 4417.0, 4344.0, 4384.0, 4335.0, 4334.0, 4387.0, 4376.0, 4377.0, 4417.0, 4356.0, 4405.0, 4365.0, 4354.0, 4344.0, 4335.0, 4386.0, 4364.0, 4367.0, 4417.0, 4345.0, 4408.0, 4357.0, 4407.0, 4347.0, 4405.0, 4334.0, 4404.0, 4345.0, 4406.0, 4356.0, 4396.0, 4357.0, 4395.0, 4345.0, 4394.0, 4343.0, 4396.0, 4346.0, 4395.0, 4357.0, 4396.0, 4336.0, 4396.0, 4346.0, 4397.0, 4356.0, 4396.0, 4347.0, 4395.0, 4346.0, 4395.0, 4358.0, 4407.0, 4368.0, 4395.0, 4358.0, 4397.0, 4347.0, 4406.0, 4347.0, 4394.0, 4358.0, 4397.0, 4358.0, 4395.0, 4346.0, 4406.0, 4357.0, 4407.0, 4356.0, 4408.0, 4358.0, 4397.0, 4357.0, 4395.0, 4335.0, 4394.0, 4346.0, 4395.0, 4347.0, 4395.0, 4345.0, 4395.0, 4335.0, 4393.0, 4335.0, 4385.0, 4336.0, 4397.0, 4335.0, 4396.0, 4336.0, 4395.0, 4336.0, 4396.0, 4348.0, 4397.0, 4337.0, 4398.0, 4338.0, 4407.0, 4338.0, 4407.0, 4348.0, 4398.0, 4356.0, 4398.0, 4336.0, 4398.0, 4337.0, 4396.0, 4356.0, 4397.0, 4357.0, 4408.0, 4347.0, 4421.0, 4370.0, 4419.0, 4377.0, 4356.0, 4388.0, 4363.0, 4420.0, 4367.0, 4415.0, 4391.0, 4428.0, 4387.0, 4383.0, 4376.0, 4352.0, 4396.0, 4394.0, 4394.0, 4403.0, 4372.0, 4351.0, 4370.0, 4319.0, 4370.0, 4331.0, 4320.0, 4374.0, 4320.0, 4384.0, 4351.0, 4373.0, 4323.0, 4381.0, 4333.0, 4391.0, 4333.0, 4383.0, 4341.0, 4372.0, 4342.0, 4361.0, 4353.0, 4320.0, 4371.0, 4323.0, 4383.0, 4354.0, 4362.0, 4355.0, 4343.0, 4374.0, 4353.0, 4384.0, 4333.0, 4393.0, 4344.0, 4410.0, 4346.0, 4383.0, 4342.0, 4373.0, 4332.0, 4331.0, 4343.0, 4341.0, 4343.0, 4403.0, 4341.0, 4381.0, 4351.0, 4372.0, 4332.0, 4372.0, 4333.0, 4383.0, 4342.0, 4372.0, 4331.0, 4362.0, 4331.0, 4360.0, 4310.0, 4371.0, 4312.0, 4372.0, 4351.0, 4351.0, 4360.0, 4341.0, 4330.0, 4341.0, 4380.0, 4321.0, 4392.0, 4341.0, 4371.0, 4331.0, 4371.0, 4333.0, 4382.0, 4333.0, 4384.0, 4332.0, 4352.0, 4311.0, 4362.0, 4322.0, 4364.0, 4403.0, 4354.0, 4393.0, 4343.0, 4361.0, 4333.0, 4334.0, 4367.0, 4395.0, 4356.0, 4384.0, 4355.0, 4394.0, 4345.0, 4386.0, 4354.0, 4363.0, 4382.0, 4353.0, 4332.0, 4363.0, 4324.0, 4374.0, 4373.0, 4365.0, 4405.0, 4353.0, 4363.0, 4353.0, 4352.0, 4354.0, 4393.0, 4354.0, 4402.0, 4353.0, 4391.0, 4342.0, 4380.0, 4342.0, 4371.0, 4342.0, 4350.0, 4361.0, 4330.0, 4362.0, 4320.0, 4363.0, 4342.0, 4373.0, 4332.0, 4381.0, 4311.0, 4372.0, 4322.0, 4372.0, 4332.0, 4382.0, 4341.0, 4402.0, 4321.0, 4360.0, 4312.0, 4372.0, 4335.0, 4373.0, 4332.0, 4392.0, 4342.0, 4334.0, 4375.0, 4326.0, 4385.0, 4354.0, 4396.0, 4344.0, 4394.0, 4362.0, 4393.0, 4369.0, 4361.0, 4370.0, 4369.0, 4308.0, 4359.0, 4320.0, 4359.0, 4342.0, 4382.0, 4352.0, 4392.0, 4362.0, 4351.0, 4341.0], 'WindowWidth': [9761.0, 9714.0, 9718.0, 9643.0, 9691.0, 9636.0, 9698.0, 9653.0, 9722.0, 9645.0, 9694.0, 9612.0, 9692.0, 9613.0, 9684.0, 9651.0, 9674.0, 9620.0, 9662.0, 9594.0, 9662.0, 9604.0, 9659.0, 9602.0, 9628.0, 9584.0, 9637.0, 9577.0, 9641.0, 9590.0, 9657.0, 9606.0, 9661.0, 9594.0, 9645.0, 9592.0, 9628.0, 9607.0, 9629.0, 9638.0, 9694.0, 9619.0, 9613.0, 9614.0, 9573.0, 9642.0, 9576.0, 9659.0, 9622.0, 9643.0, 9585.0, 9654.0, 9576.0, 9653.0, 9591.0, 9658.0, 9603.0, 9671.0, 9590.0, 9657.0, 9588.0, 9658.0, 9608.0, 9654.0, 9620.0, 9628.0, 9588.0, 9612.0, 9605.0, 9634.0, 9634.0, 9615.0, 9629.0, 9572.0, 9640.0, 9572.0, 9644.0, 9605.0, 9658.0, 9588.0, 9658.0, 9573.0, 9653.0, 9580.0, 9660.0, 9607.0, 9656.0, 9589.0, 9654.0, 9589.0, 9660.0, 9610.0, 9660.0, 9624.0, 9657.0, 9594.0, 9655.0, 9609.0, 9665.0, 9612.0, 9634.0, 9609.0, 9608.0, 9635.0, 9608.0, 9638.0, 9638.0, 9682.0, 9653.0, 9683.0, 9609.0, 9647.0, 9609.0, 9596.0, 9657.0, 9716.0, 9653.0, 9691.0, 9635.0, 9661.0, 9636.0, 9646.0, 9606.0, 9670.0, 9601.0, 9682.0, 9611.0, 9668.0, 9612.0, 9650.0, 9609.0, 9605.0, 9602.0, 9574.0, 9601.0, 9585.0, 9588.0, 9558.0, 9588.0, 9562.0, 9605.0, 9549.0, 9607.0, 9552.0, 9608.0, 9549.0, 9608.0, 9564.0, 9619.0, 9616.0, 9623.0, 9600.0, 9603.0, 9597.0, 9625.0, 9596.0, 9640.0, 9650.0, 9660.0, 9657.0, 9626.0, 9670.0, 9601.0, 9694.0, 9614.0, 9681.0, 9625.0, 9695.0, 9661.0, 9694.0, 9642.0, 9671.0, 9625.0, 9663.0, 9583.0, 9648.0, 9568.0, 9647.0, 9584.0, 9647.0, 9586.0, 9647.0, 9584.0, 9637.0, 9583.0, 9563.0, 9607.0, 9567.0, 9633.0, 9565.0, 9654.0, 9582.0, 9626.0, 9608.0, 9583.0, 9569.0, 9622.0, 9583.0, 9634.0, 9573.0, 9653.0, 9570.0, 9639.0, 9594.0, 9641.0, 9591.0, 9667.0, 9579.0, 9669.0, 9596.0, 9673.0, 9609.0, 9674.0, 9619.0, 9658.0, 9590.0, 9579.0, 9619.0, 9590.0, 9645.0, 9673.0, 9598.0, 9675.0, 9605.0, 9590.0, 9621.0, 9589.0, 9661.0, 9590.0, 9663.0, 9674.0, 9609.0, 9678.0, 9603.0, 9577.0, 9632.0, 9591.0, 9658.0, 9588.0, 9665.0, 9709.0, 9620.0, 9676.0, 9602.0, 9627.0, 9592.0, 9578.0, 9648.0, 9594.0, 9652.0, 9662.0, 9612.0, 9593.0, 9652.0, 9597.0, 9681.0, 9594.0, 9681.0, 9659.0, 9676.0, 9626.0, 9667.0, 9597.0, 9675.0, 9583.0, 9678.0, 9608.0, 9680.0, 9624.0, 9676.0, 9604.0, 9677.0, 9575.0, 9657.0, 9572.0, 9659.0, 9649.0, 9615.0, 9599.0, 9615.0, 9584.0, 9619.0, 9639.0, 9619.0, 9693.0, 9603.0, 9643.0, 9604.0, 9629.0, 9609.0, 9678.0, 9601.0, 9661.0, 9586.0, 9630.0, 9644.0, 9597.0, 9616.0, 9605.0, 9580.0, 9650.0, 9592.0, 9654.0, 9677.0, 9632.0, 9712.0, 9637.0, 9673.0, 9607.0, 9577.0, 9624.0, 9620.0, 9637.0, 9713.0, 9625.0, 9678.0, 9659.0, 9658.0, 9578.0, 9658.0, 9573.0, 9646.0, 9624.0, 9606.0, 9692.0, 9597.0, 9645.0, 9596.0, 9595.0, 9628.0, 9601.0, 9672.0, 9703.0, 9667.0, 9731.0, 9692.0, 9687.0, 9649.0, 9668.0, 9692.0, 9604.0, 9610.0, 9604.0, 9643.0, 9724.0, 9729.0, 9703.0, 9704.0, 9653.0, 9690.0, 9698.0, 9667.0, 9688.0, 9649.0, 9650.0, 9594.0, 9645.0, 9605.0, 9611.0, 9635.0, 9604.0, 9614.0, 9574.0, 9597.0, 9537.0, 9557.0, 9510.0, 9544.0, 9521.0, 9555.0, 9539.0, 9562.0, 9587.0, 9568.0, 9606.0, 9579.0, 9589.0, 9615.0, 9606.0, 9667.0, 9639.0, 9634.0, 9697.0, 9652.0, 9640.0, 9707.0, 9696.0, 9645.0, 9711.0, 9610.0, 9669.0, 9607.0, 9606.0, 9627.0, 9612.0, 9690.0, 9609.0, 9697.0, 9612.0, 9680.0, 9598.0, 9640.0, 9610.0, 9665.0, 9616.0, 9665.0, 9631.0, 9659.0, 9655.0, 9701.0, 9636.0, 9713.0, 9634.0, 9660.0, 9641.0, 9621.0, 9692.0, 9617.0, 9690.0, 9671.0, 9632.0, 9643.0, 9648.0, 9618.0, 9688.0, 9622.0, 9705.0, 9629.0, 9673.0, 9643.0, 9639.0, 9608.0, 9679.0, 9614.0, 9693.0, 9614.0, 9702.0, 9622.0, 9642.0, 9681.0, 9611.0, 9596.0, 9653.0, 9612.0, 9693.0, 9620.0, 9695.0, 9645.0, 9701.0, 9631.0, 9680.0, 9617.0, 9694.0, 9616.0, 9694.0, 9630.0, 9700.0, 9631.0, 9668.0, 9612.0, 9666.0, 9602.0, 9678.0, 9604.0, 9693.0, 9614.0, 9696.0, 9628.0, 9683.0, 9615.0, 9647.0, 9600.0, 9678.0, 9616.0, 9691.0, 9631.0, 9711.0, 9613.0, 9680.0, 9613.0, 9676.0, 9601.0, 9678.0, 9604.0, 9693.0, 9629.0, 9695.0, 9603.0, 9666.0, 9591.0, 9636.0, 9597.0, 9679.0, 9619.0, 9695.0, 9620.0, 9702.0, 9619.0, 9670.0, 9602.0, 9680.0, 9618.0, 9698.0, 9603.0, 9688.0, 9686.0, 9616.0, 9625.0, 9630.0, 9601.0, 9685.0, 9621.0, 9702.0, 9624.0, 9694.0, 9645.0, 9672.0, 9603.0, 9682.0, 9618.0, 9685.0, 9625.0, 9701.0, 9632.0, 9703.0, 9621.0, 9698.0, 9635.0, 9702.0, 9649.0, 9698.0, 9632.0, 9668.0, 9618.0, 9680.0, 9621.0, 9718.0, 9646.0, 9685.0, 9619.0, 9695.0, 9614.0, 9695.0, 9632.0, 9677.0, 9625.0, 9679.0, 9614.0, 9694.0, 9611.0, 9678.0, 9610.0, 9661.0, 9597.0, 9676.0, 9613.0, 9678.0, 9594.0, 9650.0, 9653.0, 9610.0, 9604.0, 9631.0, 9592.0, 9660.0, 9598.0, 9689.0, 9612.0, 9697.0, 9625.0, 9642.0, 9638.0, 9609.0, 9594.0, 9649.0, 9597.0, 9679.0, 9613.0, 9657.0, 9682.0, 9618.0, 9624.0, 9639.0, 9604.0, 9684.0, 9616.0, 9703.0, 9670.0, 9614.0, 9715.0, 9617.0, 9677.0, 9603.0, 9679.0, 9608.0, 9684.0, 9624.0, 9714.0, 9634.0, 9685.0, 9612.0, 9654.0, 9605.0, 9682.0, 9622.0, 9703.0, 9639.0, 9647.0, 9718.0, 9611.0, 9665.0, 9601.0, 9599.0, 9674.0, 9657.0, 9659.0, 9717.0, 9631.0, 9697.0, 9640.0, 9624.0, 9611.0, 9599.0, 9670.0, 9638.0, 9645.0, 9718.0, 9616.0, 9705.0, 9633.0, 9699.0, 9619.0, 9694.0, 9599.0, 9692.0, 9615.0, 9697.0, 9631.0, 9682.0, 9632.0, 9681.0, 9615.0, 9679.0, 9610.0, 9683.0, 9619.0, 9681.0, 9633.0, 9685.0, 9604.0, 9681.0, 9618.0, 9684.0, 9631.0, 9682.0, 9620.0, 9682.0, 9617.0, 9681.0, 9634.0, 9700.0, 9650.0, 9682.0, 9634.0, 9685.0, 9620.0, 9696.0, 9620.0, 9681.0, 9635.0, 9685.0, 9635.0, 9682.0, 9618.0, 9698.0, 9633.0, 9698.0, 9631.0, 9703.0, 9638.0, 9685.0, 9631.0, 9683.0, 9600.0, 9679.0, 9614.0, 9681.0, 9617.0, 9681.0, 9613.0, 9680.0, 9599.0, 9675.0, 9598.0, 9665.0, 9604.0, 9684.0, 9600.0, 9682.0, 9602.0, 9680.0, 9603.0, 9682.0, 9624.0, 9685.0, 9607.0, 9687.0, 9607.0, 9700.0, 9607.0, 9700.0, 9623.0, 9689.0, 9629.0, 9688.0, 9602.0, 9688.0, 9604.0, 9683.0, 9631.0, 9686.0, 9631.0, 9705.0, 9620.0, 9727.0, 9656.0, 9722.0, 9657.0, 9627.0, 9676.0, 9654.0, 9723.0, 9650.0, 9713.0, 9684.0, 9737.0, 9674.0, 9662.0, 9655.0, 9617.0, 9682.0, 9675.0, 9678.0, 9688.0, 9643.0, 9611.0, 9638.0, 9568.0, 9636.0, 9587.0, 9572.0, 9647.0, 9573.0, 9662.0, 9616.0, 9647.0, 9579.0, 9654.0, 9592.0, 9670.0, 9593.0, 9660.0, 9601.0, 9643.0, 9602.0, 9626.0, 9619.0, 9573.0, 9642.0, 9581.0, 9661.0, 9623.0, 9632.0, 9625.0, 9608.0, 9651.0, 9621.0, 9663.0, 9593.0, 9677.0, 9610.0, 9712.0, 9617.0, 9659.0, 9603.0, 9645.0, 9590.0, 9587.0, 9604.0, 9601.0, 9605.0, 9691.0, 9599.0, 9653.0, 9613.0, 9643.0, 9589.0, 9643.0, 9592.0, 9659.0, 9603.0, 9645.0, 9587.0, 9629.0, 9584.0, 9623.0, 9558.0, 9638.0, 9563.0, 9644.0, 9613.0, 9613.0, 9621.0, 9597.0, 9583.0, 9599.0, 9652.0, 9572.0, 9673.0, 9599.0, 9638.0, 9587.0, 9639.0, 9592.0, 9657.0, 9593.0, 9663.0, 9591.0, 9615.0, 9561.0, 9631.0, 9577.0, 9637.0, 9691.0, 9621.0, 9676.0, 9607.0, 9628.0, 9595.0, 9597.0, 9646.0, 9683.0, 9628.0, 9666.0, 9627.0, 9678.0, 9614.0, 9670.0, 9621.0, 9634.0, 9658.0, 9619.0, 9590.0, 9634.0, 9583.0, 9651.0, 9647.0, 9639.0, 9692.0, 9620.0, 9631.0, 9619.0, 9615.0, 9621.0, 9673.0, 9622.0, 9687.0, 9618.0, 9668.0, 9602.0, 9650.0, 9602.0, 9639.0, 9602.0, 9610.0, 9626.0, 9584.0, 9627.0, 9571.0, 9630.0, 9602.0, 9645.0, 9588.0, 9655.0, 9561.0, 9643.0, 9576.0, 9642.0, 9589.0, 9658.0, 9600.0, 9685.0, 9573.0, 9624.0, 9561.0, 9644.0, 9599.0, 9647.0, 9589.0, 9673.0, 9605.0, 9597.0, 9652.0, 9588.0, 9666.0, 9623.0, 9682.0, 9608.0, 9679.0, 9629.0, 9675.0, 9634.0, 9625.0, 9635.0, 9632.0, 9551.0, 9618.0, 9571.0, 9621.0, 9604.0, 9658.0, 9617.0, 9670.0, 9628.0, 9611.0, 9599.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.008115319609967498</td></tr>
<tr><td colspan=3>aqi</td><td>0.07517472318526544</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.23783007724513</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2231035233514098</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0727992491973974</td></tr>
<tr><td colspan=3>efc</td><td>0.4658</td></tr>
<tr><td colspan=3>fber</td><td>8891.8086</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08663545464075582</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6836403033586134</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8748276477631216</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7051985718666764</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0719621994859865</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8473221719367032</td></tr>
<tr><td colspan=3>gcor</td><td>0.00635312</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011835305951535702</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030194999650120735</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>923</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.029764259291463</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.3592</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.3947</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.4046</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298379.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>655.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.1663</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2907</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.8273</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3535.7167</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.3436</td></tr>
<tr><td colspan=3>tsnr</td><td>24.711242050281726</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>