ds005256-mriqc/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_bold.html
Felix Hoffstaedter fa5af11020 [DATALAD RUNCMD] Compute MRIQC for sub-0084
=== 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-0084 --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-0084",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:57:28 +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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-04/func/sub-0084_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>a4c5899db67f43f57c73c0e978125ba6</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>14:29:4.607500</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.996484, -0.0474315, 0.0690714, 0.0457729, 0.998629, 0.0254027]</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.100466</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>40</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4124, -7728, -7273, 474, -62, -353, 51, 108]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.797</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>17d1c44d-43aa-4095-8a60-2097bfbfd7fa||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.673492431640625, 0.12280523777008057, 0.18949034810066223, 104.99022674560547], [0.12725535035133362, 2.679248094558716, 0.059809714555740356, -101.13825988769531], [0.18531359732151031, -0.0681535080075264, 2.692678213119507, -100.66667175292969], [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': ['142904.607500', '142905.067500', '142905.527500', '142905.987500', '142906.447500', '142906.907500', '142907.367500', '142907.827500', '142908.287500', '142908.747500', '142909.207500', '142909.667500', '142910.127500', '142910.587500', '142911.047500', '142911.507500', '142911.967500', '142912.427500', '142912.887500', '142913.347500', '142913.807500', '142914.267500', '142914.727500', '142915.187500', '142915.647500', '142916.107500', '142916.567500', '142917.027500', '142917.487500', '142917.947500', '142918.407500', '142918.867500', '142919.327500', '142919.787500', '142920.247500', '142920.707500', '142921.167500', '142921.627500', '142922.087500', '142922.547500', '142923.007500', '142923.467500', '142923.927500', '142924.387500', '142924.847500', '142925.307500', '142925.767500', '142926.227500', '142926.687500', '142927.147500', '142927.607500', '142928.067500', '142928.527500', '142928.987500', '142929.447500', '142929.907500', '142930.367500', '142930.827500', '142931.287500', '142931.747500', '142932.207500', '142932.667500', '142933.127500', '142933.587500', '142934.047500', '142934.507500', '142934.967500', '142935.427500', '142935.887500', '142936.347500', '142936.807500', '142937.267500', '142937.727500', '142938.187500', '142938.647500', '142939.107500', '142939.567500', '142940.027500', '142940.487500', '142940.947500', '142941.407500', '142941.867500', '142942.327500', '142942.787500', '142943.247500', '142943.707500', '142944.167500', '142944.627500', '142945.087500', '142945.547500', '142946.007500', '142946.467500', '142946.927500', '142947.387500', '142947.847500', '142948.307500', '142948.767500', '142949.227500', '142949.687500', '142950.147500', '142950.607500', '142951.067500', '142951.527500', '142951.987500', '142952.447500', '142952.907500', '142953.367500', '142953.827500', '142954.287500', '142954.747500', '142955.207500', '142955.667500', '142956.127500', '142956.587500', '142957.047500', '142957.507500', '142957.967500', '142958.427500', '142958.887500', '142959.347500', '142959.807500', '143000.267500', '143000.727500', '143001.187500', '143001.647500', '143002.107500', '143002.567500', '143003.027500', '143003.487500', '143003.947500', '143004.407500', '143004.867500', '143005.327500', '143005.787500', '143006.247500', '143006.707500', '143007.167500', '143007.627500', '143008.087500', '143008.547500', '143009.007500', '143009.467500', '143009.927500', '143010.387500', '143010.847500', '143011.307500', '143011.767500', '143012.227500', '143012.687500', '143013.147500', '143013.607500', '143014.067500', '143014.527500', '143014.987500', '143015.447500', '143015.907500', '143016.367500', '143016.827500', '143017.287500', '143017.747500', '143018.207500', '143018.667500', '143019.127500', '143019.587500', '143020.047500', '143020.507500', '143020.967500', '143021.427500', '143021.887500', '143022.347500', '143022.807500', '143023.267500', '143023.727500', '143024.187500', '143024.647500', '143025.107500', '143025.567500', '143026.027500', '143026.487500', '143026.947500', '143027.407500', '143027.867500', '143028.327500', '143028.787500', '143029.247500', '143029.707500', '143030.167500', '143030.627500', '143031.087500', '143031.547500', '143032.007500', '143032.467500', '143032.927500', '143033.387500', '143033.847500', '143034.307500', '143034.767500', '143035.227500', '143035.687500', '143036.147500', '143036.607500', '143037.067500', '143037.527500', '143037.987500', '143038.447500', '143038.907500', '143039.367500', '143039.827500', '143040.287500', '143040.747500', '143041.207500', '143041.667500', '143042.127500', '143042.587500', '143043.047500', '143043.507500', '143043.967500', '143044.427500', '143044.887500', '143045.347500', '143045.807500', '143046.267500', '143046.727500', '143047.187500', '143047.647500', '143048.107500', '143048.567500', '143049.027500', '143049.487500', '143049.947500', '143050.407500', '143050.867500', '143051.327500', '143051.787500', '143052.247500', '143052.707500', '143053.167500', '143053.627500', '143054.087500', '143054.547500', '143055.007500', '143055.467500', '143055.927500', '143056.387500', '143056.847500', '143057.307500', '143057.767500', '143058.227500', '143058.687500', '143059.147500', '143059.607500', '143100.067500', '143100.527500', '143100.987500', '143101.447500', '143101.907500', '143102.367500', '143102.827500', '143103.287500', '143103.747500', '143104.207500', '143104.667500', '143105.127500', '143105.587500', '143106.047500', '143106.507500', '143106.967500', '143107.427500', '143107.887500', '143108.347500', '143108.807500', '143109.267500', '143109.727500', '143110.187500', '143110.647500', '143111.107500', '143111.567500', '143112.027500', '143112.487500', '143112.947500', '143113.407500', '143113.867500', '143114.327500', '143114.787500', '143115.247500', '143115.707500', '143116.167500', '143116.627500', '143117.087500', '143117.547500', '143118.007500', '143118.467500', '143118.927500', '143119.387500', '143119.847500', '143120.307500', '143120.767500', '143121.227500', '143121.687500', '143122.147500', '143122.607500', '143123.067500', '143123.527500', '143123.987500', '143124.447500', '143124.907500', '143125.367500', '143125.827500', '143126.287500', '143126.747500', '143127.207500', '143127.667500', '143128.127500', '143128.587500', '143129.047500', '143129.507500', '143129.967500', '143130.427500', '143130.887500', '143131.347500', '143131.807500', '143132.267500', '143132.727500', '143133.187500', '143133.647500', '143134.107500', '143134.567500', '143135.027500', '143135.487500', '143135.947500', '143136.407500', '143136.867500', '143137.327500', '143137.787500', '143138.247500', '143138.707500', '143139.167500', '143139.627500', '143140.087500', '143140.547500', '143141.007500', '143141.467500', '143141.927500', '143142.387500', '143142.847500', '143143.307500', '143143.767500', '143144.227500', '143144.687500', '143145.147500', '143145.607500', '143146.067500', '143146.527500', '143146.987500', '143147.447500', '143147.907500', '143148.367500', '143148.827500', '143149.287500', '143149.747500', '143150.207500', '143150.667500', '143151.127500', '143151.587500', '143152.047500', '143152.507500', '143152.967500', '143153.427500', '143153.887500', '143154.347500', '143154.807500', '143155.267500', '143155.727500', '143156.187500', '143156.647500', '143157.107500', '143157.567500', '143158.027500', '143158.487500', '143158.947500', '143159.407500', '143159.867500', '143200.327500', '143200.787500', '143201.247500', '143201.707500', '143202.167500', '143202.627500', '143203.087500', '143203.547500', '143204.007500', '143204.467500', '143204.927500', '143205.387500', '143205.847500', '143206.307500', '143206.767500', '143207.227500', '143207.687500', '143208.147500', '143208.607500', '143209.067500', '143209.527500', '143209.987500', '143210.447500', '143210.907500', '143211.367500', '143211.827500', '143212.287500', '143212.747500', '143213.207500', '143213.667500', '143214.127500', '143214.587500', '143215.047500', '143215.507500', '143215.967500', '143216.427500', '143216.887500', '143217.347500', '143217.807500', '143218.267500', '143218.727500', '143219.187500', '143219.647500', '143220.107500', '143220.567500', '143221.027500', '143221.487500', '143221.947500', '143222.407500', '143222.867500', '143223.327500', '143223.787500', '143224.247500', '143224.707500', '143225.167500', '143225.627500', '143226.087500', '143226.547500', '143227.007500', '143227.467500', '143227.927500', '143228.387500', '143228.847500', '143229.307500', '143229.767500', '143230.227500', '143230.687500', '143231.147500', '143231.607500', '143232.067500', '143232.527500', '143232.987500', '143233.447500', '143233.907500', '143234.367500', '143234.827500', '143235.287500', '143235.747500', '143236.207500', '143236.667500', '143237.127500', '143237.587500', '143238.047500', '143238.507500', '143238.967500', '143239.427500', '143239.887500', '143240.347500', '143240.807500', '143241.267500', '143241.727500', '143242.187500', '143242.647500', '143243.107500', '143243.567500', '143244.027500', '143244.487500', '143244.947500', '143245.407500', '143245.867500', '143246.327500', '143246.787500', '143247.247500', '143247.707500', '143248.167500', '143248.627500', '143249.087500', '143249.547500', '143250.007500', '143250.467500', '143250.927500', '143251.387500', '143251.847500', '143252.307500', '143252.767500', '143253.227500', '143253.687500', '143254.147500', '143254.607500', '143255.067500', '143255.527500', '143255.987500', '143256.447500', '143256.907500', '143257.367500', '143257.827500', '143258.287500', '143258.747500', '143259.207500', '143259.667500', '143300.127500', '143300.587500', '143301.047500', '143301.507500', '143301.967500', '143302.427500', '143302.887500', '143303.347500', '143303.807500', '143304.267500', '143304.727500', '143305.187500', '143305.647500', '143306.107500', '143306.567500', '143307.027500', '143307.487500', '143307.947500', '143308.407500', '143308.867500', '143309.327500', '143309.787500', '143310.247500', '143310.707500', '143311.167500', '143311.627500', '143312.087500', '143312.547500', '143313.007500', '143313.467500', '143313.927500', '143314.387500', '143314.847500', '143315.307500', '143315.767500', '143316.227500', '143316.687500', '143317.147500', '143317.607500', '143318.067500', '143318.527500', '143318.987500', '143319.447500', '143319.907500', '143320.367500', '143320.827500', '143321.287500', '143321.747500', '143322.207500', '143322.667500', '143323.127500', '143323.587500', '143324.047500', '143324.507500', '143324.967500', '143325.427500', '143325.887500', '143326.347500', '143326.807500', '143327.267500', '143327.727500', '143328.187500', '143328.647500', '143329.107500', '143329.567500', '143330.027500', '143330.487500', '143330.947500', '143331.407500', '143331.867500', '143332.327500', '143332.787500', '143333.247500', '143333.707500', '143334.167500', '143334.627500', '143335.087500', '143335.547500', '143336.007500', '143336.467500', '143336.927500', '143337.387500', '143337.847500', '143338.307500', '143338.767500', '143339.227500', '143339.687500', '143340.147500', '143340.607500', '143341.067500', '143341.527500', '143341.987500', '143342.447500', '143342.907500', '143343.367500', '143343.827500', '143344.287500', '143344.747500', '143345.207500', '143345.667500', '143346.127500', '143346.587500', '143347.047500', '143347.507500', '143347.967500', '143348.427500', '143348.887500', '143349.347500', '143349.807500', '143350.267500', '143350.727500', '143351.187500', '143351.647500', '143352.107500', '143352.567500', '143353.027500', '143353.487500', '143353.947500', '143354.407500', '143354.867500', '143355.327500', '143355.787500', '143356.247500', '143356.707500', '143357.167500', '143357.627500', '143358.087500', '143358.547500', '143359.007500', '143359.467500', '143359.927500', '143400.387500', '143400.847500', '143401.307500', '143401.767500', '143402.227500', '143402.687500', '143403.147500', '143403.607500', '143404.067500', '143404.527500', '143404.987500', '143405.447500', '143405.907500', '143406.367500', '143406.827500', '143407.287500', '143407.747500', '143408.207500', '143408.667500', '143409.127500', '143409.587500', '143410.047500', '143410.507500', '143410.967500', '143411.427500', '143411.887500', '143412.347500', '143412.807500', '143413.267500', '143413.727500', '143414.187500', '143414.647500', '143415.107500', '143415.567500', '143416.027500', '143416.487500', '143416.947500', '143417.407500', '143417.867500', '143418.327500', '143418.787500', '143419.247500', '143419.707500', '143420.167500', '143420.627500', '143421.087500', '143421.547500', '143422.007500', '143422.467500', '143422.927500', '143423.387500', '143423.847500', '143424.307500', '143424.767500', '143425.227500', '143425.687500', '143426.147500', '143426.607500', '143427.067500', '143427.527500', '143427.987500', '143428.447500', '143428.907500', '143429.367500', '143429.827500', '143430.287500', '143430.747500', '143431.207500', '143431.667500', '143432.127500', '143432.587500', '143433.047500', '143433.507500', '143433.967500', '143434.427500', '143434.887500', '143435.347500', '143435.807500', '143436.267500', '143436.727500', '143437.187500', '143437.647500', '143438.107500', '143438.567500', '143439.027500', '143439.487500', '143439.947500', '143440.407500', '143440.867500', '143441.327500', '143441.787500', '143442.247500', '143442.707500', '143443.167500', '143443.627500', '143444.087500', '143444.547500', '143445.007500', '143445.467500', '143445.927500', '143446.387500', '143446.847500', '143447.307500', '143447.767500', '143448.227500', '143448.687500', '143449.147500', '143449.607500', '143450.067500', '143450.527500', '143450.987500', '143451.447500', '143451.907500', '143452.367500', '143452.827500', '143453.287500', '143453.747500', '143454.207500', '143454.667500', '143455.127500', '143455.587500', '143456.047500', '143456.507500', '143456.967500', '143457.427500', '143457.887500', '143458.347500', '143458.807500', '143459.267500', '143459.727500', '143500.187500', '143500.647500', '143501.107500', '143501.567500', '143502.027500', '143502.487500', '143502.947500', '143503.407500', '143503.867500', '143504.327500', '143504.787500', '143505.247500', '143505.707500', '143506.167500', '143506.627500', '143507.087500', '143507.547500', '143508.007500', '143508.467500', '143508.927500', '143509.387500', '143509.847500', '143510.307500', '143510.767500', '143511.227500', '143511.687500', '143512.147500', '143512.607500', '143513.067500', '143513.527500', '143513.987500', '143514.447500', '143514.907500', '143515.367500', '143515.827500', '143516.287500', '143516.747500', '143517.207500', '143517.667500', '143518.127500', '143518.587500', '143519.047500', '143519.507500', '143519.967500', '143520.427500', '143520.887500', '143521.347500', '143521.807500', '143522.267500', '143522.727500', '143523.187500', '143523.647500', '143524.107500', '143524.567500', '143525.027500', '143525.487500', '143525.947500', '143526.407500', '143526.867500', '143527.327500', '143527.787500', '143528.247500', '143528.707500', '143529.167500', '143529.627500', '143530.087500', '143530.547500', '143531.007500', '143531.467500', '143531.927500', '143532.387500', '143532.847500', '143533.307500', '143533.767500', '143534.227500', '143534.687500', '143535.147500', '143535.607500', '143536.067500', '143536.527500', '143536.987500', '143537.447500', '143537.907500', '143538.367500', '143538.827500', '143539.287500', '143539.747500', '143540.207500', '143540.667500', '143541.127500', '143541.587500', '143542.047500', '143542.507500', '143542.967500', '143543.427500', '143543.887500', '143544.347500', '143544.807500', '143545.267500', '143545.727500', '143546.187500', '143546.647500', '143547.107500', '143547.567500', '143548.027500', '143548.487500', '143548.947500', '143549.407500', '143549.867500', '143550.327500', '143550.787500', '143551.247500', '143551.707500', '143552.167500', '143552.627500', '143553.087500', '143553.547500', '143554.007500', '143554.467500', '143554.927500', '143555.387500', '143555.847500', '143556.307500', '143556.767500', '143557.227500', '143557.687500', '143558.147500', '143558.607500', '143559.067500', '143559.527500', '143559.987500', '143600.447500', '143600.907500', '143601.367500', '143601.827500', '143602.287500', '143602.747500', '143603.207500', '143603.667500', '143604.127500', '143604.587500', '143605.047500', '143605.507500', '143605.967500', '143606.427500', '143606.887500', '143607.347500', '143607.807500', '143608.267500', '143608.727500', '143609.187500', '143609.647500', '143610.107500'], 'ContentTime': ['142924.771000', '142924.774000', '142924.777000', '142924.779000', '142924.782000', '142924.792000', '142924.795000', '142924.798000', '142924.800000', '142924.803000', '142924.805000', '142924.808000', '142924.811000', '142924.813000', '142924.816000', '142924.818000', '142924.821000', '142924.823000', '142924.826000', '142924.829000', '142924.831000', '142924.834000', '142924.836000', '142924.839000', '142924.841000', '142924.845000', '142924.848000', '142924.851000', '142924.853000', '142924.856000', '142924.858000', '142924.861000', '142924.863000', '142924.866000', '142924.869000', '142924.871000', '142924.874000', '142924.877000', '142924.879000', '142924.882000', '142944.742000', '142944.745000', '142944.748000', '142944.751000', '142944.753000', '142944.756000', '142944.758000', '142944.761000', '142944.764000', '142944.766000', '142944.769000', '142944.771000', '142944.774000', '142944.776000', '142944.779000', '142944.782000', '142944.784000', '142944.787000', '142944.789000', '142944.792000', '142944.794000', '142944.797000', '142944.800000', '142944.802000', '142944.805000', '142944.807000', '142944.810000', '142944.812000', '142944.815000', '142944.818000', '142944.820000', '142944.823000', '142944.825000', '142944.828000', '142944.830000', '142944.833000', '142944.836000', '142944.838000', '142944.841000', '142944.843000', '142944.846000', '142944.848000', '142944.851000', '142944.854000', '143004.742000', '143004.745000', '143004.748000', '143004.751000', '143004.753000', '143004.756000', '143004.758000', '143004.761000', '143004.763000', '143004.766000', '143004.769000', '143004.771000', '143004.774000', '143004.776000', '143004.779000', '143004.781000', '143004.784000', '143004.787000', '143004.789000', '143004.792000', '143004.794000', '143004.797000', '143004.800000', '143004.802000', '143004.805000', '143004.807000', '143004.810000', '143004.813000', '143004.815000', '143004.818000', '143004.820000', '143004.823000', '143004.825000', '143004.828000', '143004.830000', '143004.833000', '143004.836000', '143004.838000', '143004.841000', '143004.843000', '143004.846000', '143004.849000', '143004.862000', '143024.743000', '143024.746000', '143024.748000', '143024.751000', '143024.753000', '143024.756000', '143024.758000', '143024.761000', '143024.764000', '143024.766000', '143024.769000', '143024.771000', '143024.774000', '143024.777000', '143024.779000', '143024.782000', '143024.784000', '143024.787000', '143024.790000', '143024.792000', '143024.795000', '143024.797000', '143024.800000', '143024.803000', '143024.805000', '143024.808000', '143024.810000', '143024.813000', '143024.816000', '143024.847000', '143024.850000', '143024.852000', '143024.855000', '143024.857000', '143024.860000', '143024.862000', '143024.865000', '143024.867000', '143024.870000', '143024.873000', '143024.875000', '143024.878000', '143024.880000', '143024.883000', '143044.743000', '143044.746000', '143044.749000', '143044.752000', '143044.754000', '143044.757000', '143044.759000', '143044.762000', '143044.765000', '143044.767000', '143044.770000', '143044.773000', '143044.775000', '143044.778000', '143044.781000', '143044.783000', '143044.786000', '143044.788000', '143044.791000', '143044.794000', '143044.796000', '143044.799000', '143044.802000', '143044.804000', '143044.807000', '143044.809000', '143044.812000', '143044.815000', '143044.817000', '143044.820000', '143044.822000', '143044.825000', '143044.828000', '143044.830000', '143044.833000', '143044.835000', '143044.838000', '143044.841000', '143044.843000', '143044.846000', '143044.848000', '143044.851000', '143044.854000', '143104.743000', '143104.746000', '143104.749000', '143104.751000', '143104.754000', '143104.757000', '143104.759000', '143104.762000', '143104.764000', '143104.767000', '143104.770000', '143104.772000', '143104.775000', '143104.778000', '143104.780000', '143104.783000', '143104.785000', '143104.788000', '143104.790000', '143104.793000', '143104.796000', '143104.798000', '143104.801000', '143104.803000', '143104.806000', '143104.809000', '143104.811000', '143104.814000', '143104.817000', '143104.819000', '143104.822000', '143104.824000', '143104.827000', '143104.830000', '143104.832000', '143104.835000', '143104.837000', '143104.840000', '143104.842000', '143104.845000', '143104.848000', '143104.850000', '143104.853000', '143104.855000', '143124.743000', '143124.745000', '143124.748000', '143124.751000', '143124.753000', '143124.756000', '143124.758000', '143124.761000', '143124.764000', '143124.766000', '143124.769000', '143124.771000', '143124.774000', '143124.777000', '143124.779000', '143124.782000', '143124.784000', '143124.787000', '143124.790000', '143124.792000', '143124.795000', '143124.797000', '143124.800000', '143124.803000', '143124.805000', '143124.808000', '143124.811000', '143124.813000', '143124.816000', '143124.818000', '143124.821000', '143124.824000', '143124.826000', '143124.829000', '143124.831000', '143124.834000', '143124.836000', '143124.839000', '143124.842000', '143124.844000', '143124.847000', '143124.850000', '143124.852000', '143144.743000', '143144.745000', '143144.748000', '143144.751000', '143144.753000', '143144.756000', '143144.758000', '143144.761000', '143144.764000', '143144.766000', '143144.769000', '143144.772000', '143144.774000', '143144.777000', '143144.779000', '143144.782000', '143144.785000', '143144.787000', '143144.790000', '143144.792000', '143144.795000', '143144.798000', '143144.834000', '143144.837000', '143144.839000', '143144.842000', '143144.844000', '143144.847000', '143144.850000', '143144.852000', '143144.855000', '143144.858000', '143144.860000', '143144.863000', '143144.866000', '143144.868000', '143144.871000', '143144.873000', '143144.882000', '143144.885000', '143144.887000', '143144.890000', '143144.893000', '143144.895000', '143204.742000', '143204.745000', '143204.748000', '143204.750000', '143204.753000', '143204.755000', '143204.758000', '143204.761000', '143204.763000', '143204.766000', '143204.769000', '143204.771000', '143204.774000', '143204.777000', '143204.779000', '143204.782000', '143204.784000', '143204.787000', '143204.789000', '143204.792000', '143204.795000', '143204.797000', '143204.836000', '143204.838000', '143204.841000', '143204.843000', '143204.846000', '143204.849000', '143204.851000', '143204.854000', '143204.856000', '143204.859000', '143204.862000', '143204.864000', '143204.867000', '143204.870000', '143204.872000', '143204.875000', '143204.877000', '143204.880000', '143204.883000', '143204.885000', '143204.888000', '143224.742000', '143224.745000', '143224.748000', '143224.751000', '143224.753000', '143224.756000', '143224.759000', '143224.762000', '143224.765000', '143224.767000', '143224.770000', '143224.773000', '143224.775000', '143224.778000', '143224.780000', '143224.783000', '143224.786000', '143224.788000', '143224.791000', '143224.793000', '143224.796000', '143224.799000', '143224.829000', '143224.831000', '143224.834000', '143224.836000', '143224.839000', '143224.842000', '143224.844000', '143224.847000', '143224.849000', '143224.852000', '143224.854000', '143224.857000', '143224.860000', '143224.862000', '143224.865000', '143224.868000', '143224.870000', '143224.873000', '143224.875000', '143224.878000', '143224.881000', '143224.883000', '143244.742000', '143244.745000', '143244.748000', '143244.751000', '143244.753000', '143244.756000', '143244.758000', '143244.761000', '143244.764000', '143244.766000', '143244.769000', '143244.771000', '143244.774000', '143244.777000', '143244.779000', '143244.782000', '143244.784000', '143244.787000', '143244.789000', '143244.792000', '143244.795000', '143244.797000', '143244.834000', '143244.837000', '143244.839000', '143244.842000', '143244.844000', '143244.847000', '143244.850000', '143244.852000', '143244.855000', '143244.857000', '143244.860000', '143244.863000', '143244.865000', '143244.868000', '143244.870000', '143244.873000', '143244.876000', '143244.878000', '143244.881000', '143244.883000', '143244.886000', '143304.744000', '143304.746000', '143304.749000', '143304.752000', '143304.754000', '143304.757000', '143304.759000', '143304.762000', '143304.765000', '143304.767000', '143304.770000', '143304.773000', '143304.775000', '143304.778000', '143304.780000', '143304.783000', '143304.785000', '143304.788000', '143304.791000', '143304.793000', '143304.796000', '143304.799000', '143304.853000', '143304.856000', '143304.858000', '143304.861000', '143304.863000', '143304.866000', '143304.869000', '143304.871000', '143304.874000', '143304.876000', '143304.879000', '143304.881000', '143304.884000', '143304.887000', '143304.889000', '143304.892000', '143304.895000', '143304.897000', '143304.900000', '143304.902000', '143304.905000', '143304.908000', '143324.744000', '143324.746000', '143324.749000', '143324.752000', '143324.754000', '143324.757000', '143324.760000', '143324.762000', '143324.765000', '143324.767000', '143324.770000', '143324.773000', '143324.775000', '143324.778000', '143324.780000', '143324.783000', '143324.786000', '143324.788000', '143324.791000', '143324.793000', '143324.796000', '143324.799000', '143324.851000', '143324.854000', '143324.856000', '143324.859000', '143324.862000', '143324.864000', '143324.867000', '143324.869000', '143324.872000', '143324.875000', '143324.877000', '143324.909000', '143324.911000', '143324.914000', '143324.917000', '143324.919000', '143324.922000', '143324.924000', '143324.927000', '143324.930000', '143324.932000', '143344.743000', '143344.745000', '143344.748000', '143344.751000', '143344.753000', '143344.756000', '143344.759000', '143344.761000', '143344.764000', '143344.766000', '143344.769000', '143344.772000', '143344.774000', '143344.777000', '143344.780000', '143344.783000', '143344.786000', '143344.789000', '143344.791000', '143344.794000', '143344.797000', '143344.800000', '143344.840000', '143344.843000', '143344.845000', '143344.848000', '143344.851000', '143344.853000', '143344.856000', '143344.858000', '143344.861000', '143344.864000', '143344.866000', '143344.869000', '143344.871000', '143344.874000', '143344.877000', '143344.879000', '143344.882000', '143344.884000', '143344.887000', '143344.890000', '143344.892000', '143404.742000', '143404.745000', '143404.748000', '143404.751000', '143404.753000', '143404.756000', '143404.759000', '143404.761000', '143404.764000', '143404.767000', '143404.769000', '143404.772000', '143404.775000', '143404.777000', '143404.780000', '143404.782000', '143404.785000', '143404.788000', '143404.790000', '143404.793000', '143404.796000', '143404.798000', '143404.891000', '143404.893000', '143404.896000', '143404.899000', '143404.901000', '143404.904000', '143404.906000', '143404.909000', '143404.912000', '143404.914000', '143404.917000', '143404.919000', '143404.922000', '143404.925000', '143404.927000', '143404.930000', '143404.933000', '143404.935000', '143404.938000', '143404.940000', '143404.943000', '143404.945000', '143424.743000', '143424.745000', '143424.748000', '143424.751000', '143424.753000', '143424.756000', '143424.759000', '143424.762000', '143424.765000', '143424.768000', '143424.771000', '143424.773000', '143424.776000', '143424.779000', '143424.781000', '143424.784000', '143424.786000', '143424.789000', '143424.792000', '143424.794000', '143424.797000', '143424.841000', '143424.844000', '143424.846000', '143424.849000', '143424.851000', '143424.854000', '143424.857000', '143424.859000', '143424.864000', '143424.866000', '143424.869000', '143424.872000', '143424.874000', '143424.877000', '143424.879000', '143424.882000', '143424.885000', '143424.887000', '143424.890000', '143424.893000', '143424.895000', '143424.898000', '143444.743000', '143444.746000', '143444.748000', '143444.751000', '143444.753000', '143444.756000', '143444.759000', '143444.761000', '143444.764000', '143444.767000', '143444.769000', '143444.772000', '143444.774000', '143444.777000', '143444.779000', '143444.782000', '143444.785000', '143444.787000', '143444.790000', '143444.793000', '143444.795000', '143444.798000', '143444.871000', '143444.874000', '143444.876000', '143444.879000', '143444.881000', '143444.884000', '143444.887000', '143444.889000', '143444.892000', '143444.907000', '143444.909000', '143444.912000', '143444.914000', '143444.917000', '143444.919000', '143444.922000', '143444.925000', '143444.927000', '143444.930000', '143444.932000', '143444.935000', '143444.938000', '143504.743000', '143504.746000', '143504.748000', '143504.751000', '143504.753000', '143504.756000', '143504.759000', '143504.761000', '143504.764000', '143504.767000', '143504.770000', '143504.773000', '143504.775000', '143504.778000', '143504.781000', '143504.783000', '143504.786000', '143504.789000', '143504.791000', '143504.794000', '143504.796000', '143504.799000', '143504.873000', '143504.875000', '143504.878000', '143504.881000', '143504.883000', '143504.886000', '143504.888000', '143504.891000', '143504.894000', '143504.896000', '143504.899000', '143504.901000', '143504.904000', '143504.907000', '143504.909000', '143504.912000', '143504.914000', '143504.917000', '143504.920000', '143504.922000', '143504.925000', '143524.744000', '143524.747000', '143524.749000', '143524.752000', '143524.754000', '143524.757000', '143524.760000', '143524.762000', '143524.765000', '143524.767000', '143524.770000', '143524.773000', '143524.775000', '143524.778000', '143524.780000', '143524.783000', '143524.786000', '143524.788000', '143524.791000', '143524.793000', '143524.796000', '143524.799000', '143524.860000', '143524.862000', '143524.865000', '143524.868000', '143524.870000', '143524.873000', '143524.875000', '143524.878000', '143524.881000', '143524.883000', '143524.886000', '143524.888000', '143524.891000', '143524.894000', '143524.896000', '143524.899000', '143524.901000', '143524.904000', '143524.907000', '143524.909000', '143524.912000', '143524.915000', '143544.744000', '143544.746000', '143544.749000', '143544.752000', '143544.754000', '143544.757000', '143544.759000', '143544.762000', '143544.765000', '143544.767000', '143544.770000', '143544.772000', '143544.775000', '143544.778000', '143544.780000', '143544.783000', '143544.786000', '143544.788000', '143544.791000', '143544.793000', '143544.796000', '143544.799000', '143544.801000', '143544.804000', '143544.807000', '143544.809000', '143544.812000', '143544.814000', '143544.817000', '143544.820000', '143544.822000', '143544.825000', '143544.827000', '143544.830000', '143544.833000', '143544.835000', '143544.838000', '143544.840000', '143544.843000', '143544.845000', '143544.848000', '143544.851000', '143544.853000', '143604.743000', '143604.745000', '143604.748000', '143604.751000', '143604.753000', '143604.756000', '143604.759000', '143604.761000', '143604.764000', '143604.766000', '143604.769000', '143604.771000', '143604.774000', '143604.777000', '143604.779000', '143604.782000', '143604.785000', '143604.787000', '143604.790000', '143604.792000', '143604.795000', '143604.798000', '143604.857000', '143604.860000', '143604.862000', '143604.865000', '143604.867000', '143604.870000', '143604.873000', '143604.875000', '143604.878000', '143604.881000', '143604.883000', '143604.886000', '143604.888000', '143604.891000', '143604.894000', '143604.896000', '143604.899000', '143604.902000', '143604.904000', '143604.907000', '143604.909000', '143604.912000', '143611.959000', '143611.961000', '143611.964000', '143611.967000', '143611.969000', '143611.972000', '143611.974000', '143611.977000', '143611.980000', '143611.982000', '143611.985000', '143611.988000', '143611.998000', '143612.002000', '143612.004000', '143612.007000'], 'InstanceCreationTime': ['142924.771000', '142924.774000', '142924.777000', '142924.779000', '142924.782000', '142924.792000', '142924.795000', '142924.798000', '142924.800000', '142924.803000', '142924.805000', '142924.808000', '142924.811000', '142924.813000', '142924.816000', '142924.818000', '142924.821000', '142924.823000', '142924.826000', '142924.829000', '142924.831000', '142924.834000', '142924.836000', '142924.839000', '142924.841000', '142924.845000', '142924.848000', '142924.851000', '142924.853000', '142924.856000', '142924.858000', '142924.861000', '142924.863000', '142924.866000', '142924.869000', '142924.871000', '142924.874000', '142924.877000', '142924.879000', '142924.882000', '142944.742000', '142944.745000', '142944.748000', '142944.751000', '142944.753000', '142944.756000', '142944.758000', '142944.761000', '142944.764000', '142944.766000', '142944.769000', '142944.771000', '142944.774000', '142944.776000', '142944.779000', '142944.782000', '142944.784000', '142944.787000', '142944.789000', '142944.792000', '142944.794000', '142944.797000', '142944.800000', '142944.802000', '142944.805000', '142944.807000', '142944.810000', '142944.812000', '142944.815000', '142944.818000', '142944.820000', '142944.823000', '142944.825000', '142944.828000', '142944.830000', '142944.833000', '142944.836000', '142944.838000', '142944.841000', '142944.843000', '142944.846000', '142944.848000', '142944.851000', '142944.854000', '143004.742000', '143004.745000', '143004.748000', '143004.751000', '143004.753000', '143004.756000', '143004.758000', '143004.761000', '143004.763000', '143004.766000', '143004.769000', '143004.771000', '143004.774000', '143004.776000', '143004.779000', '143004.781000', '143004.784000', '143004.787000', '143004.789000', '143004.792000', '143004.794000', '143004.797000', '143004.800000', '143004.802000', '143004.805000', '143004.807000', '143004.810000', '143004.813000', '143004.815000', '143004.818000', '143004.820000', '143004.823000', '143004.825000', '143004.828000', '143004.830000', '143004.833000', '143004.836000', '143004.838000', '143004.841000', '143004.843000', '143004.846000', '143004.849000', '143004.862000', '143024.743000', '143024.746000', '143024.748000', '143024.751000', '143024.753000', '143024.756000', '143024.758000', '143024.761000', '143024.764000', '143024.766000', '143024.769000', '143024.771000', '143024.774000', '143024.777000', '143024.779000', '143024.782000', '143024.784000', '143024.787000', '143024.790000', '143024.792000', '143024.795000', '143024.797000', '143024.800000', '143024.803000', '143024.805000', '143024.808000', '143024.810000', '143024.813000', '143024.816000', '143024.847000', '143024.850000', '143024.852000', '143024.855000', '143024.857000', '143024.860000', '143024.862000', '143024.865000', '143024.867000', '143024.870000', '143024.873000', '143024.875000', '143024.878000', '143024.880000', '143024.883000', '143044.743000', '143044.746000', '143044.749000', '143044.752000', '143044.754000', '143044.757000', '143044.759000', '143044.762000', '143044.765000', '143044.767000', '143044.770000', '143044.773000', '143044.775000', '143044.778000', '143044.781000', '143044.783000', '143044.786000', '143044.788000', '143044.791000', '143044.794000', '143044.796000', '143044.799000', '143044.802000', '143044.804000', '143044.807000', '143044.809000', '143044.812000', '143044.815000', '143044.817000', '143044.820000', '143044.822000', '143044.825000', '143044.828000', '143044.830000', '143044.833000', '143044.835000', '143044.838000', '143044.841000', '143044.843000', '143044.846000', '143044.848000', '143044.851000', '143044.854000', '143104.743000', '143104.746000', '143104.749000', '143104.751000', '143104.754000', '143104.757000', '143104.759000', '143104.762000', '143104.764000', '143104.767000', '143104.770000', '143104.772000', '143104.775000', '143104.778000', '143104.780000', '143104.783000', '143104.785000', '143104.788000', '143104.790000', '143104.793000', '143104.796000', '143104.798000', '143104.801000', '143104.803000', '143104.806000', '143104.809000', '143104.811000', '143104.814000', '143104.817000', '143104.819000', '143104.822000', '143104.824000', '143104.827000', '143104.830000', '143104.832000', '143104.835000', '143104.837000', '143104.840000', '143104.842000', '143104.845000', '143104.848000', '143104.850000', '143104.853000', '143104.855000', '143124.743000', '143124.745000', '143124.748000', '143124.751000', '143124.753000', '143124.756000', '143124.758000', '143124.761000', '143124.764000', '143124.766000', '143124.769000', '143124.771000', '143124.774000', '143124.777000', '143124.779000', '143124.782000', '143124.784000', '143124.787000', '143124.790000', '143124.792000', '143124.795000', '143124.797000', '143124.800000', '143124.803000', '143124.805000', '143124.808000', '143124.811000', '143124.813000', '143124.816000', '143124.818000', '143124.821000', '143124.824000', '143124.826000', '143124.829000', '143124.831000', '143124.834000', '143124.836000', '143124.839000', '143124.842000', '143124.844000', '143124.847000', '143124.850000', '143124.852000', '143144.743000', '143144.745000', '143144.748000', '143144.751000', '143144.753000', '143144.756000', '143144.758000', '143144.761000', '143144.764000', '143144.766000', '143144.769000', '143144.772000', '143144.774000', '143144.777000', '143144.779000', '143144.782000', '143144.785000', '143144.787000', '143144.790000', '143144.792000', '143144.795000', '143144.798000', '143144.834000', '143144.837000', '143144.839000', '143144.842000', '143144.844000', '143144.847000', '143144.850000', '143144.852000', '143144.855000', '143144.858000', '143144.860000', '143144.863000', '143144.866000', '143144.868000', '143144.871000', '143144.873000', '143144.882000', '143144.885000', '143144.887000', '143144.890000', '143144.893000', '143144.895000', '143204.742000', '143204.745000', '143204.748000', '143204.750000', '143204.753000', '143204.755000', '143204.758000', '143204.761000', '143204.763000', '143204.766000', '143204.769000', '143204.771000', '143204.774000', '143204.777000', '143204.779000', '143204.782000', '143204.784000', '143204.787000', '143204.789000', '143204.792000', '143204.795000', '143204.797000', '143204.836000', '143204.838000', '143204.841000', '143204.843000', '143204.846000', '143204.849000', '143204.851000', '143204.854000', '143204.856000', '143204.859000', '143204.862000', '143204.864000', '143204.867000', '143204.870000', '143204.872000', '143204.875000', '143204.877000', '143204.880000', '143204.883000', '143204.885000', '143204.888000', '143224.742000', '143224.745000', '143224.748000', '143224.751000', '143224.753000', '143224.756000', '143224.759000', '143224.762000', '143224.765000', '143224.767000', '143224.770000', '143224.773000', '143224.775000', '143224.778000', '143224.780000', '143224.783000', '143224.786000', '143224.788000', '143224.791000', '143224.793000', '143224.796000', '143224.799000', '143224.829000', '143224.831000', '143224.834000', '143224.836000', '143224.839000', '143224.842000', '143224.844000', '143224.847000', '143224.849000', '143224.852000', '143224.854000', '143224.857000', '143224.860000', '143224.862000', '143224.865000', '143224.868000', '143224.870000', '143224.873000', '143224.875000', '143224.878000', '143224.881000', '143224.883000', '143244.742000', '143244.745000', '143244.748000', '143244.751000', '143244.753000', '143244.756000', '143244.758000', '143244.761000', '143244.764000', '143244.766000', '143244.769000', '143244.771000', '143244.774000', '143244.777000', '143244.779000', '143244.782000', '143244.784000', '143244.787000', '143244.789000', '143244.792000', '143244.795000', '143244.797000', '143244.834000', '143244.837000', '143244.839000', '143244.842000', '143244.844000', '143244.847000', '143244.850000', '143244.852000', '143244.855000', '143244.857000', '143244.860000', '143244.863000', '143244.865000', '143244.868000', '143244.870000', '143244.873000', '143244.876000', '143244.878000', '143244.881000', '143244.883000', '143244.886000', '143304.744000', '143304.746000', '143304.749000', '143304.752000', '143304.754000', '143304.757000', '143304.759000', '143304.762000', '143304.765000', '143304.767000', '143304.770000', '143304.773000', '143304.775000', '143304.778000', '143304.780000', '143304.783000', '143304.785000', '143304.788000', '143304.791000', '143304.793000', '143304.796000', '143304.799000', '143304.853000', '143304.856000', '143304.858000', '143304.861000', '143304.863000', '143304.866000', '143304.869000', '143304.871000', '143304.874000', '143304.876000', '143304.879000', '143304.881000', '143304.884000', '143304.887000', '143304.889000', '143304.892000', '143304.895000', '143304.897000', '143304.900000', '143304.902000', '143304.905000', '143304.908000', '143324.744000', '143324.746000', '143324.749000', '143324.752000', '143324.754000', '143324.757000', '143324.760000', '143324.762000', '143324.765000', '143324.767000', '143324.770000', '143324.773000', '143324.775000', '143324.778000', '143324.780000', '143324.783000', '143324.786000', '143324.788000', '143324.791000', '143324.793000', '143324.796000', '143324.799000', '143324.851000', '143324.854000', '143324.856000', '143324.859000', '143324.862000', '143324.864000', '143324.867000', '143324.869000', '143324.872000', '143324.875000', '143324.877000', '143324.909000', '143324.911000', '143324.914000', '143324.917000', '143324.919000', '143324.922000', '143324.924000', '143324.927000', '143324.930000', '143324.932000', '143344.743000', '143344.745000', '143344.748000', '143344.751000', '143344.753000', '143344.756000', '143344.759000', '143344.761000', '143344.764000', '143344.766000', '143344.769000', '143344.772000', '143344.774000', '143344.777000', '143344.780000', '143344.783000', '143344.786000', '143344.789000', '143344.791000', '143344.794000', '143344.797000', '143344.800000', '143344.840000', '143344.843000', '143344.845000', '143344.848000', '143344.851000', '143344.853000', '143344.856000', '143344.858000', '143344.861000', '143344.864000', '143344.866000', '143344.869000', '143344.871000', '143344.874000', '143344.877000', '143344.879000', '143344.882000', '143344.884000', '143344.887000', '143344.890000', '143344.892000', '143404.742000', '143404.745000', '143404.748000', '143404.751000', '143404.753000', '143404.756000', '143404.759000', '143404.761000', '143404.764000', '143404.767000', '143404.769000', '143404.772000', '143404.775000', '143404.777000', '143404.780000', '143404.782000', '143404.785000', '143404.788000', '143404.790000', '143404.793000', '143404.796000', '143404.798000', '143404.891000', '143404.893000', '143404.896000', '143404.899000', '143404.901000', '143404.904000', '143404.906000', '143404.909000', '143404.912000', '143404.914000', '143404.917000', '143404.919000', '143404.922000', '143404.925000', '143404.927000', '143404.930000', '143404.933000', '143404.935000', '143404.938000', '143404.940000', '143404.943000', '143404.945000', '143424.743000', '143424.745000', '143424.748000', '143424.751000', '143424.753000', '143424.756000', '143424.759000', '143424.762000', '143424.765000', '143424.768000', '143424.771000', '143424.773000', '143424.776000', '143424.779000', '143424.781000', '143424.784000', '143424.786000', '143424.789000', '143424.792000', '143424.794000', '143424.797000', '143424.841000', '143424.844000', '143424.846000', '143424.849000', '143424.851000', '143424.854000', '143424.857000', '143424.859000', '143424.864000', '143424.866000', '143424.869000', '143424.872000', '143424.874000', '143424.877000', '143424.879000', '143424.882000', '143424.885000', '143424.887000', '143424.890000', '143424.893000', '143424.895000', '143424.898000', '143444.743000', '143444.746000', '143444.748000', '143444.751000', '143444.753000', '143444.756000', '143444.759000', '143444.761000', '143444.764000', '143444.767000', '143444.769000', '143444.772000', '143444.774000', '143444.777000', '143444.779000', '143444.782000', '143444.785000', '143444.787000', '143444.790000', '143444.793000', '143444.795000', '143444.798000', '143444.871000', '143444.874000', '143444.876000', '143444.879000', '143444.881000', '143444.884000', '143444.887000', '143444.889000', '143444.892000', '143444.907000', '143444.909000', '143444.912000', '143444.914000', '143444.917000', '143444.919000', '143444.922000', '143444.925000', '143444.927000', '143444.930000', '143444.932000', '143444.935000', '143444.938000', '143504.743000', '143504.746000', '143504.748000', '143504.751000', '143504.753000', '143504.756000', '143504.759000', '143504.761000', '143504.764000', '143504.767000', '143504.770000', '143504.773000', '143504.775000', '143504.778000', '143504.781000', '143504.783000', '143504.786000', '143504.789000', '143504.791000', '143504.794000', '143504.796000', '143504.799000', '143504.873000', '143504.875000', '143504.878000', '143504.881000', '143504.883000', '143504.886000', '143504.888000', '143504.891000', '143504.894000', '143504.896000', '143504.899000', '143504.901000', '143504.904000', '143504.907000', '143504.909000', '143504.912000', '143504.914000', '143504.917000', '143504.920000', '143504.922000', '143504.925000', '143524.744000', '143524.747000', '143524.749000', '143524.752000', '143524.754000', '143524.757000', '143524.760000', '143524.762000', '143524.765000', '143524.767000', '143524.770000', '143524.773000', '143524.775000', '143524.778000', '143524.780000', '143524.783000', '143524.786000', '143524.788000', '143524.791000', '143524.793000', '143524.796000', '143524.799000', '143524.860000', '143524.862000', '143524.865000', '143524.868000', '143524.870000', '143524.873000', '143524.875000', '143524.878000', '143524.881000', '143524.883000', '143524.886000', '143524.888000', '143524.891000', '143524.894000', '143524.896000', '143524.899000', '143524.901000', '143524.904000', '143524.907000', '143524.909000', '143524.912000', '143524.915000', '143544.744000', '143544.746000', '143544.749000', '143544.752000', '143544.754000', '143544.757000', '143544.759000', '143544.762000', '143544.765000', '143544.767000', '143544.770000', '143544.772000', '143544.775000', '143544.778000', '143544.780000', '143544.783000', '143544.786000', '143544.788000', '143544.791000', '143544.793000', '143544.796000', '143544.799000', '143544.801000', '143544.804000', '143544.807000', '143544.809000', '143544.812000', '143544.814000', '143544.817000', '143544.820000', '143544.822000', '143544.825000', '143544.827000', '143544.830000', '143544.833000', '143544.835000', '143544.838000', '143544.840000', '143544.843000', '143544.845000', '143544.848000', '143544.851000', '143544.853000', '143604.743000', '143604.745000', '143604.748000', '143604.751000', '143604.753000', '143604.756000', '143604.759000', '143604.761000', '143604.764000', '143604.766000', '143604.769000', '143604.771000', '143604.774000', '143604.777000', '143604.779000', '143604.782000', '143604.785000', '143604.787000', '143604.790000', '143604.792000', '143604.795000', '143604.798000', '143604.857000', '143604.860000', '143604.862000', '143604.865000', '143604.867000', '143604.870000', '143604.873000', '143604.875000', '143604.878000', '143604.881000', '143604.883000', '143604.886000', '143604.888000', '143604.891000', '143604.894000', '143604.896000', '143604.899000', '143604.902000', '143604.904000', '143604.907000', '143604.909000', '143604.912000', '143611.959000', '143611.961000', '143611.964000', '143611.967000', '143611.969000', '143611.972000', '143611.974000', '143611.977000', '143611.980000', '143611.982000', '143611.985000', '143611.988000', '143611.998000', '143612.002000', '143612.004000', '143612.007000'], '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': [7746, 10047, 6979, 6982, 9648, 8055, 12658, 10033, 9666, 9494, 6518, 5994, 8307, 5874, 11820, 9218, 10505, 9887, 6756, 5992, 6222, 6184, 10048, 9207, 10907, 10756, 7332, 6152, 6445, 6604, 12946, 9978, 9434, 13870, 8133, 6672, 8652, 6769, 9215, 9833, 6919, 12971, 7720, 8130, 11332, 10155, 7416, 8415, 7068, 6999, 6288, 9466, 11105, 9434, 12422, 7830, 6518, 10034, 6931, 10176, 12028, 10135, 7614, 7246, 6918, 10889, 10010, 9747, 9959, 6684, 6769, 7260, 6569, 10402, 8619, 10033, 11385, 7048, 6507, 6635, 7392, 13529, 9438, 6996, 8665, 6371, 6693, 10069, 9723, 12395, 8668, 6879, 6709, 7182, 7472, 14449, 10321, 6504, 7007, 6682, 6969, 11903, 10731, 10778, 9713, 10504, 7867, 6569, 9606, 6927, 9930, 13173, 10652, 8734, 12032, 8661, 6792, 8075, 7737, 12550, 11256, 7205, 6509, 7664, 7513, 11590, 12040, 9414, 8183, 10118, 6764, 6728, 8455, 6805, 6719, 9453, 7506, 10696, 12026, 10779, 10055, 9084, 6863, 7255, 8108, 7000, 7205, 9042, 7995, 12621, 11601, 7855, 6923, 10143, 6838, 7132, 6526, 9245, 7538, 6666, 14498, 9831, 7717, 8118, 6449, 7110, 8951, 8477, 6894, 13175, 10714, 10212, 13496, 9549, 7066, 6805, 7845, 8353, 11316, 9472, 7331, 7762, 7221, 6567, 9976, 9990, 9358, 10173, 9970, 7033, 7085, 7584, 8346, 12289, 9468, 7424, 8476, 6610, 6983, 8585, 8863, 8334, 11220, 8063, 6700, 8227, 6714, 6224, 12048, 8963, 7642, 9048, 6614, 6770, 7748, 6895, 6302, 10200, 9648, 9256, 11396, 8170, 6683, 8969, 7068, 6553, 8021, 8343, 12144, 10597, 7928, 7431, 7091, 7407, 6623, 7111, 7318, 9826, 8724, 7517, 6587, 7221, 7198, 10748, 9425, 8936, 6683, 9273, 7150, 6659, 12289, 9395, 7973, 13567, 9589, 7852, 13472, 9652, 8037, 9997, 7760, 7535, 11601, 9326, 9266, 11925, 8681, 6892, 11354, 6804, 6866, 9059, 8661, 10017, 9944, 7379, 6594, 11185, 7156, 7383, 7987, 8125, 7884, 12800, 9396, 7407, 9715, 7932, 7234, 11179, 7424, 6851, 9508, 9854, 10664, 8875, 7770, 7239, 7140, 7296, 9753, 7982, 9863, 11452, 9145, 6807, 7946, 7233, 6619, 8632, 9335, 10963, 11610, 8726, 6791, 9055, 7363, 6806, 8406, 7783, 9159, 9070, 7907, 11553, 8059, 8405, 12238, 11256, 10646, 13023, 7742, 6595, 6081, 6196, 5534, 6417, 6099, 5691, 10064, 7051, 5822, 12963, 10683, 8962, 11838, 8817, 10696, 13992, 10609, 8582, 8493, 9047, 7640, 8830, 6893, 6991, 13863, 9838, 7360, 10905, 6608, 6535, 6701, 6577, 6556, 6424, 7889, 6841, 7721, 11639, 9511, 11436, 11590, 10743, 7412, 6215, 5804, 6908, 6279, 5418, 11100, 7330, 5754, 11442, 7860, 8343, 11621, 9825, 6426, 9117, 10440, 13495, 9866, 6621, 12281, 9852, 8614, 8854, 7735, 5841, 6383, 8761, 9526, 11718, 11128, 7996, 5608, 8393, 6577, 5909, 8573, 7373, 9736, 8658, 7368, 13285, 9178, 7606, 8943, 10148, 8980, 8184, 7633, 13583, 11376, 7778, 6363, 6510, 6587, 7148, 7830, 8406, 14784, 10135, 7596, 8125, 6792, 6846, 12760, 10187, 10394, 14386, 10013, 7882, 12043, 6481, 6157, 7884, 7910, 11109, 13006, 8454, 6365, 6333, 8571, 6838, 6463, 13642, 10030, 8434, 7065, 9777, 7850, 7469, 12887, 8766, 6573, 6606, 6193, 6167, 10713, 8772, 8735, 11584, 7815, 6278, 11157, 7399, 8640, 11681, 11001, 9450, 8403, 6964, 6803, 7336, 6897, 11587, 10388, 9145, 13358, 6761, 6544, 7054, 6542, 6341, 10689, 9835, 8735, 7131, 6845, 6451, 6791, 7123, 14216, 10778, 8608, 10266, 6430, 6857, 7921, 7027, 8823, 14417, 9987, 6863, 8003, 6352, 6592, 11949, 9336, 8767, 12167, 6520, 6143, 8859, 6959, 7427, 10896, 10121, 9660, 6394, 5951, 7031, 5797, 5734, 13346, 9395, 6650, 7259, 5624, 5648, 10645, 10451, 9118, 9234, 6090, 6246, 8062, 8693, 11497, 12403, 9325, 7141, 10512, 7020, 6726, 10444, 9846, 10759, 12390, 8427, 6553, 7816, 6995, 10943, 11795, 9626, 7355, 6577, 6901, 6802, 7494, 7166, 13987, 9029, 6606, 6909, 6409, 6262, 8838, 8525, 9124, 9310, 6289, 5802, 6860, 6385, 12403, 9026, 6079, 6730, 6709, 5965, 13513, 9868, 9674, 13060, 7535, 6471, 6240, 6502, 7733, 14123, 10616, 7950, 6578, 7040, 6861, 13076, 10363, 11100, 10604, 7552, 6226, 8028, 6564, 11079, 8975, 8505, 10351, 8829, 14963, 10958, 8565, 10088, 6847, 6108, 6596, 6687, 5982, 8219, 6856, 11370, 11753, 10247, 10321, 9059, 7033, 6974, 8476, 7081, 11884, 8470, 8694, 14861, 10953, 8885, 10212, 7366, 6193, 9076, 9657, 12296, 11232, 7997, 6409, 6291, 6713, 13002, 10213, 9894, 10160, 7092, 6077, 8161, 7659, 13844, 9545, 6468, 7343, 6337, 6608, 9543, 8131, 8952, 6163, 6069, 7302, 6377, 8669, 10729, 10368, 7935, 6811, 6369, 6140, 8971, 9800, 12021, 11211, 7583, 6100, 7126, 6736, 11652, 11345, 10684, 9980, 6733, 6922, 12074, 10304, 9704, 13994, 8679, 6566, 8695, 8264, 10093, 10622, 6479, 6056, 8214, 8467, 10433, 11712, 8010, 6559, 8781, 7002, 7096, 13595, 9824, 7452, 6717, 7161, 6846, 7316, 9888, 10565, 12671, 11320, 8695, 6889, 7992, 6876, 6692, 10285, 9281, 9487, 12616, 8710, 7199, 7140, 8328, 7900, 7955, 6753, 10153, 7800, 7745, 7024, 11424, 8981, 7588, 13803, 10296, 10444, 11877, 8353, 7625, 6982, 7100, 7535, 6893, 7636, 11874, 7829, 9628, 10290, 9748, 12729, 9009, 7030, 6734, 6419, 6147, 5915, 5819, 6158, 7617, 7156, 7664, 13858, 8990, 7828, 12007, 9924, 9338, 11760, 9070, 7894, 10067, 10010, 9690, 7837, 7234, 9330, 15177, 11288, 7639, 6787, 8184, 7374, 7699, 14188, 10276, 8159, 6701, 7862, 7213, 9728, 12606, 11519, 9141, 12411, 8659, 7207, 11841, 8685, 8153, 11171, 9208, 7285, 10877, 10923, 13252, 11936, 8758, 7684, 7363, 7732, 7461, 7561, 7213, 14068, 10873, 8311, 11098, 7263, 7024, 8907, 8641, 11855, 12029, 9525, 7920, 8005, 7836, 7608, 10453, 11272, 13875, 10368, 8106, 6396, 8150, 7207, 6832, 8383, 7827, 10800, 11986, 9288, 13524, 12801, 12993, 8961, 7392, 7618, 9674, 8176, 6942, 11771, 8082, 6895, 11914, 8825, 8471, 14855, 10886, 8484, 11536, 8344, 7517, 10497, 7609, 7203, 8916, 7193, 7217, 14160, 9974, 7461, 5904, 6091, 6462, 6183, 10636, 7210, 6600, 12608, 8089, 13230, 13095, 10054, 7365, 8144, 9051, 6579, 5723, 5856, 5674, 5911, 5574, 10186, 7436, 7374, 10923, 8758, 8174, 8221, 8439, 6990, 5687], 'WindowCenter': [3695.0, 3711.0, 3656.0, 3644.0, 3672.0, 3651.0, 3691.0, 3671.0, 3670.0, 3669.0, 3615.0, 3603.0, 3634.0, 3593.0, 3677.0, 3658.0, 3679.0, 3670.0, 3628.0, 3606.0, 3604.0, 3605.0, 3667.0, 3670.0, 3681.0, 3692.0, 3651.0, 3618.0, 3617.0, 3628.0, 3691.0, 3682.0, 3672.0, 3703.0, 3651.0, 3628.0, 3648.0, 3616.0, 3656.0, 3656.0, 3625.0, 3689.0, 3651.0, 3648.0, 3681.0, 3669.0, 3638.0, 3647.0, 3626.0, 3625.0, 3615.0, 3669.0, 3692.0, 3684.0, 3705.0, 3663.0, 3632.0, 3681.0, 3640.0, 3681.0, 3691.0, 3682.0, 3650.0, 3638.0, 3628.0, 3679.0, 3669.0, 3669.0, 3657.0, 3615.0, 3613.0, 3623.0, 3614.0, 3666.0, 3647.0, 3668.0, 3691.0, 3627.0, 3615.0, 3626.0, 3637.0, 3700.0, 3670.0, 3639.0, 3658.0, 3616.0, 3627.0, 3669.0, 3671.0, 3704.0, 3659.0, 3627.0, 3615.0, 3626.0, 3638.0, 3702.0, 3682.0, 3630.0, 3639.0, 3627.0, 3639.0, 3692.0, 3693.0, 3694.0, 3684.0, 3695.0, 3675.0, 3643.0, 3682.0, 3639.0, 3682.0, 3704.0, 3683.0, 3674.0, 3704.0, 3673.0, 3629.0, 3648.0, 3637.0, 3690.0, 3693.0, 3651.0, 3617.0, 3637.0, 3638.0, 3680.0, 3691.0, 3670.0, 3660.0, 3680.0, 3615.0, 3615.0, 3646.0, 3615.0, 3614.0, 3657.0, 3637.0, 3668.0, 3690.0, 3679.0, 3667.0, 3656.0, 3613.0, 3622.0, 3633.0, 3613.0, 3623.0, 3645.0, 3647.0, 3690.0, 3694.0, 3663.0, 3640.0, 3681.0, 3627.0, 3627.0, 3616.0, 3669.0, 3649.0, 3630.0, 3715.0, 3696.0, 3664.0, 3663.0, 3618.0, 3627.0, 3647.0, 3636.0, 3626.0, 3690.0, 3682.0, 3684.0, 3717.0, 3699.0, 3642.0, 3628.0, 3649.0, 3662.0, 3694.0, 3684.0, 3654.0, 3665.0, 3654.0, 3643.0, 3682.0, 3683.0, 3672.0, 3681.0, 3682.0, 3639.0, 3639.0, 3649.0, 3649.0, 3691.0, 3670.0, 3639.0, 3648.0, 3626.0, 3639.0, 3658.0, 3657.0, 3648.0, 3678.0, 3646.0, 3626.0, 3644.0, 3614.0, 3605.0, 3678.0, 3658.0, 3637.0, 3657.0, 3615.0, 3614.0, 3635.0, 3625.0, 3616.0, 3680.0, 3671.0, 3672.0, 3693.0, 3661.0, 3628.0, 3658.0, 3627.0, 3616.0, 3648.0, 3662.0, 3704.0, 3694.0, 3664.0, 3640.0, 3626.0, 3625.0, 3613.0, 3613.0, 3626.0, 3667.0, 3648.0, 3639.0, 3628.0, 3639.0, 3639.0, 3691.0, 3669.0, 3660.0, 3626.0, 3669.0, 3626.0, 3627.0, 3690.0, 3669.0, 3662.0, 3727.0, 3684.0, 3675.0, 3729.0, 3697.0, 3677.0, 3696.0, 3652.0, 3649.0, 3691.0, 3670.0, 3671.0, 3692.0, 3660.0, 3640.0, 3691.0, 3615.0, 3615.0, 3670.0, 3672.0, 3683.0, 3684.0, 3654.0, 3642.0, 3695.0, 3629.0, 3641.0, 3650.0, 3649.0, 3650.0, 3704.0, 3673.0, 3654.0, 3683.0, 3650.0, 3639.0, 3679.0, 3626.0, 3616.0, 3669.0, 3681.0, 3681.0, 3671.0, 3650.0, 3638.0, 3627.0, 3637.0, 3669.0, 3649.0, 3682.0, 3695.0, 3683.0, 3642.0, 3662.0, 3651.0, 3627.0, 3659.0, 3671.0, 3693.0, 3704.0, 3674.0, 3643.0, 3684.0, 3652.0, 3630.0, 3659.0, 3639.0, 3670.0, 3660.0, 3651.0, 3692.0, 3662.0, 3662.0, 3704.0, 3695.0, 3683.0, 3717.0, 3653.0, 3641.0, 3606.0, 3619.0, 3598.0, 3628.0, 3619.0, 3621.0, 3684.0, 3653.0, 3621.0, 3704.0, 3708.0, 3685.0, 3704.0, 3659.0, 3681.0, 3703.0, 3682.0, 3662.0, 3661.0, 3671.0, 3650.0, 3658.0, 3626.0, 3627.0, 3702.0, 3682.0, 3652.0, 3693.0, 3630.0, 3619.0, 3627.0, 3615.0, 3618.0, 3619.0, 3650.0, 3641.0, 3664.0, 3706.0, 3684.0, 3706.0, 3706.0, 3708.0, 3652.0, 3621.0, 3609.0, 3640.0, 3617.0, 3597.0, 3695.0, 3652.0, 3610.0, 3706.0, 3664.0, 3662.0, 3693.0, 3671.0, 3617.0, 3658.0, 3694.0, 3704.0, 3669.0, 3629.0, 3702.0, 3682.0, 3673.0, 3684.0, 3663.0, 3622.0, 3631.0, 3671.0, 3683.0, 3719.0, 3707.0, 3676.0, 3623.0, 3674.0, 3643.0, 3622.0, 3673.0, 3652.0, 3670.0, 3660.0, 3639.0, 3702.0, 3673.0, 3638.0, 3657.0, 3669.0, 3659.0, 3646.0, 3636.0, 3689.0, 3691.0, 3650.0, 3630.0, 3629.0, 3630.0, 3639.0, 3651.0, 3663.0, 3717.0, 3697.0, 3665.0, 3663.0, 3642.0, 3643.0, 3703.0, 3683.0, 3683.0, 3715.0, 3683.0, 3664.0, 3703.0, 3617.0, 3607.0, 3663.0, 3663.0, 3707.0, 3729.0, 3689.0, 3646.0, 3644.0, 3673.0, 3640.0, 3643.0, 3727.0, 3696.0, 3689.0, 3667.0, 3683.0, 3649.0, 3637.0, 3700.0, 3659.0, 3641.0, 3639.0, 3619.0, 3619.0, 3692.0, 3673.0, 3676.0, 3706.0, 3651.0, 3630.0, 3679.0, 3637.0, 3658.0, 3690.0, 3681.0, 3670.0, 3647.0, 3626.0, 3613.0, 3622.0, 3613.0, 3675.0, 3667.0, 3658.0, 3700.0, 3626.0, 3614.0, 3623.0, 3614.0, 3616.0, 3680.0, 3669.0, 3658.0, 3627.0, 3628.0, 3616.0, 3626.0, 3627.0, 3701.0, 3681.0, 3660.0, 3682.0, 3618.0, 3627.0, 3647.0, 3626.0, 3660.0, 3702.0, 3681.0, 3629.0, 3650.0, 3616.0, 3627.0, 3689.0, 3669.0, 3659.0, 3690.0, 3617.0, 3605.0, 3657.0, 3628.0, 3638.0, 3679.0, 3668.0, 3668.0, 3615.0, 3604.0, 3624.0, 3594.0, 3608.0, 3702.0, 3684.0, 3641.0, 3650.0, 3607.0, 3607.0, 3694.0, 3683.0, 3671.0, 3671.0, 3618.0, 3616.0, 3648.0, 3660.0, 3693.0, 3703.0, 3672.0, 3640.0, 3682.0, 3627.0, 3626.0, 3679.0, 3671.0, 3681.0, 3692.0, 3660.0, 3617.0, 3636.0, 3626.0, 3677.0, 3678.0, 3668.0, 3626.0, 3614.0, 3625.0, 3612.0, 3624.0, 3626.0, 3699.0, 3658.0, 3627.0, 3625.0, 3615.0, 3615.0, 3657.0, 3648.0, 3658.0, 3658.0, 3619.0, 3608.0, 3628.0, 3617.0, 3690.0, 3658.0, 3618.0, 3626.0, 3627.0, 3617.0, 3701.0, 3681.0, 3682.0, 3703.0, 3649.0, 3630.0, 3617.0, 3618.0, 3651.0, 3715.0, 3694.0, 3664.0, 3642.0, 3640.0, 3630.0, 3703.0, 3682.0, 3692.0, 3680.0, 3638.0, 3605.0, 3635.0, 3614.0, 3665.0, 3645.0, 3644.0, 3655.0, 3656.0, 3699.0, 3667.0, 3646.0, 3665.0, 3614.0, 3591.0, 3611.0, 3614.0, 3603.0, 3646.0, 3628.0, 3691.0, 3705.0, 3694.0, 3694.0, 3672.0, 3639.0, 3626.0, 3647.0, 3627.0, 3689.0, 3660.0, 3661.0, 3715.0, 3695.0, 3674.0, 3681.0, 3637.0, 3605.0, 3657.0, 3669.0, 3690.0, 3692.0, 3662.0, 3629.0, 3618.0, 3629.0, 3701.0, 3681.0, 3681.0, 3670.0, 3627.0, 3605.0, 3647.0, 3638.0, 3690.0, 3669.0, 3616.0, 3625.0, 3615.0, 3615.0, 3667.0, 3648.0, 3659.0, 3606.0, 3606.0, 3636.0, 3617.0, 3659.0, 3692.0, 3694.0, 3663.0, 3642.0, 3630.0, 3632.0, 3671.0, 3683.0, 3704.0, 3694.0, 3663.0, 3620.0, 3640.0, 3641.0, 3693.0, 3693.0, 3694.0, 3682.0, 3628.0, 3628.0, 3690.0, 3670.0, 3670.0, 3701.0, 3647.0, 3627.0, 3657.0, 3648.0, 3680.0, 3680.0, 3615.0, 3604.0, 3647.0, 3647.0, 3681.0, 3692.0, 3661.0, 3617.0, 3659.0, 3626.0, 3627.0, 3702.0, 3682.0, 3651.0, 3642.0, 3639.0, 3628.0, 3637.0, 3669.0, 3679.0, 3690.0, 3679.0, 3660.0, 3627.0, 3635.0, 3614.0, 3613.0, 3679.0, 3670.0, 3671.0, 3704.0, 3673.0, 3641.0, 3641.0, 3661.0, 3650.0, 3649.0, 3627.0, 3669.0, 3639.0, 3651.0, 3630.0, 3692.0, 3659.0, 3650.0, 3691.0, 3668.0, 3669.0, 3678.0, 3647.0, 3636.0, 3626.0, 3626.0, 3637.0, 3626.0, 3651.0, 3693.0, 3649.0, 3670.0, 3683.0, 3684.0, 3716.0, 3673.0, 3641.0, 3631.0, 3619.0, 3620.0, 3611.0, 3610.0, 3621.0, 3664.0, 3655.0, 3665.0, 3719.0, 3674.0, 3652.0, 3691.0, 3670.0, 3659.0, 3678.0, 3648.0, 3637.0, 3670.0, 3683.0, 3683.0, 3650.0, 3638.0, 3682.0, 3727.0, 3706.0, 3666.0, 3644.0, 3676.0, 3655.0, 3667.0, 3732.0, 3712.0, 3691.0, 3657.0, 3665.0, 3654.0, 3685.0, 3720.0, 3709.0, 3687.0, 3719.0, 3675.0, 3653.0, 3692.0, 3649.0, 3638.0, 3680.0, 3658.0, 3626.0, 3680.0, 3681.0, 3693.0, 3691.0, 3660.0, 3637.0, 3625.0, 3635.0, 3624.0, 3637.0, 3639.0, 3704.0, 3695.0, 3676.0, 3696.0, 3641.0, 3629.0, 3659.0, 3660.0, 3691.0, 3693.0, 3674.0, 3651.0, 3651.0, 3651.0, 3649.0, 3683.0, 3694.0, 3716.0, 3684.0, 3663.0, 3632.0, 3652.0, 3641.0, 3643.0, 3663.0, 3665.0, 3696.0, 3706.0, 3673.0, 3716.0, 3716.0, 3716.0, 3685.0, 3652.0, 3650.0, 3671.0, 3649.0, 3628.0, 3692.0, 3650.0, 3641.0, 3692.0, 3660.0, 3661.0, 3703.0, 3680.0, 3660.0, 3679.0, 3648.0, 3637.0, 3678.0, 3636.0, 3637.0, 3658.0, 3628.0, 3651.0, 3715.0, 3684.0, 3641.0, 3608.0, 3606.0, 3616.0, 3605.0, 3668.0, 3626.0, 3616.0, 3690.0, 3665.0, 3705.0, 3706.0, 3682.0, 3651.0, 3650.0, 3658.0, 3627.0, 3594.0, 3594.0, 3595.0, 3597.0, 3599.0, 3682.0, 3641.0, 3639.0, 3667.0, 3633.0, 3619.0, 3606.0, 3607.0, 3598.0, 3566.0], 'WindowWidth': [8342.0, 8353.0, 8272.0, 8249.0, 8280.0, 8251.0, 8302.0, 8277.0, 8276.0, 8270.0, 8197.0, 8176.0, 8216.0, 8162.0, 8277.0, 8255.0, 8285.0, 8275.0, 8218.0, 8185.0, 8181.0, 8183.0, 8267.0, 8277.0, 8292.0, 8308.0, 8255.0, 8208.0, 8203.0, 8220.0, 8304.0, 8295.0, 8282.0, 8324.0, 8252.0, 8219.0, 8243.0, 8198.0, 8248.0, 8248.0, 8207.0, 8296.0, 8252.0, 8242.0, 8291.0, 8271.0, 8231.0, 8240.0, 8211.0, 8209.0, 8197.0, 8271.0, 8310.0, 8301.0, 8331.0, 8273.0, 8232.0, 8293.0, 8237.0, 8291.0, 8306.0, 8294.0, 8248.0, 8229.0, 8217.0, 8285.0, 8273.0, 8270.0, 8252.0, 8193.0, 8189.0, 8200.0, 8190.0, 8263.0, 8239.0, 8269.0, 8304.0, 8216.0, 8198.0, 8211.0, 8228.0, 8315.0, 8275.0, 8233.0, 8256.0, 8199.0, 8216.0, 8274.0, 8278.0, 8325.0, 8260.0, 8216.0, 8196.0, 8214.0, 8232.0, 8322.0, 8296.0, 8225.0, 8234.0, 8217.0, 8234.0, 8307.0, 8310.0, 8314.0, 8302.0, 8319.0, 8294.0, 8247.0, 8294.0, 8236.0, 8294.0, 8328.0, 8298.0, 8287.0, 8329.0, 8285.0, 8221.0, 8244.0, 8227.0, 8300.0, 8310.0, 8254.0, 8203.0, 8226.0, 8230.0, 8287.0, 8304.0, 8276.0, 8263.0, 8290.0, 8198.0, 8196.0, 8235.0, 8194.0, 8193.0, 8250.0, 8228.0, 8270.0, 8300.0, 8285.0, 8266.0, 8248.0, 8189.0, 8199.0, 8212.0, 8187.0, 8202.0, 8233.0, 8241.0, 8302.0, 8313.0, 8274.0, 8235.0, 8290.0, 8217.0, 8215.0, 8199.0, 8270.0, 8247.0, 8225.0, 8344.0, 8321.0, 8277.0, 8273.0, 8205.0, 8214.0, 8237.0, 8220.0, 8210.0, 8301.0, 8296.0, 8300.0, 8347.0, 8328.0, 8244.0, 8219.0, 8247.0, 8270.0, 8313.0, 8301.0, 8264.0, 8280.0, 8265.0, 8248.0, 8296.0, 8298.0, 8282.0, 8293.0, 8295.0, 8234.0, 8235.0, 8246.0, 8246.0, 8303.0, 8274.0, 8233.0, 8244.0, 8213.0, 8233.0, 8255.0, 8254.0, 8242.0, 8282.0, 8239.0, 8213.0, 8233.0, 8194.0, 8183.0, 8282.0, 8256.0, 8227.0, 8253.0, 8194.0, 8193.0, 8220.0, 8207.0, 8200.0, 8289.0, 8281.0, 8282.0, 8311.0, 8267.0, 8220.0, 8257.0, 8214.0, 8198.0, 8243.0, 8268.0, 8328.0, 8314.0, 8275.0, 8237.0, 8213.0, 8210.0, 8189.0, 8190.0, 8210.0, 8267.0, 8243.0, 8233.0, 8220.0, 8233.0, 8238.0, 8307.0, 8275.0, 8261.0, 8215.0, 8274.0, 8213.0, 8216.0, 8300.0, 8273.0, 8270.0, 8367.0, 8305.0, 8295.0, 8371.0, 8329.0, 8301.0, 8322.0, 8257.0, 8249.0, 8304.0, 8278.0, 8281.0, 8309.0, 8266.0, 8240.0, 8304.0, 8197.0, 8196.0, 8278.0, 8284.0, 8300.0, 8301.0, 8265.0, 8244.0, 8316.0, 8220.0, 8238.0, 8249.0, 8248.0, 8252.0, 8326.0, 8286.0, 8264.0, 8298.0, 8250.0, 8232.0, 8283.0, 8210.0, 8198.0, 8271.0, 8291.0, 8294.0, 8281.0, 8253.0, 8234.0, 8215.0, 8229.0, 8272.0, 8249.0, 8295.0, 8316.0, 8301.0, 8245.0, 8270.0, 8255.0, 8217.0, 8259.0, 8280.0, 8310.0, 8328.0, 8291.0, 8250.0, 8304.0, 8257.0, 8224.0, 8261.0, 8234.0, 8276.0, 8264.0, 8251.0, 8306.0, 8268.0, 8269.0, 8328.0, 8317.0, 8298.0, 8349.0, 8259.0, 8241.0, 8188.0, 8212.0, 8182.0, 8221.0, 8212.0, 8217.0, 8302.0, 8261.0, 8218.0, 8328.0, 8343.0, 8307.0, 8327.0, 8259.0, 8292.0, 8324.0, 8294.0, 8268.0, 8268.0, 8279.0, 8250.0, 8256.0, 8211.0, 8218.0, 8321.0, 8296.0, 8257.0, 8312.0, 8224.0, 8209.0, 8215.0, 8198.0, 8206.0, 8207.0, 8250.0, 8241.0, 8275.0, 8333.0, 8302.0, 8335.0, 8336.0, 8340.0, 8259.0, 8216.0, 8196.0, 8235.0, 8203.0, 8179.0, 8318.0, 8255.0, 8201.0, 8333.0, 8276.0, 8268.0, 8309.0, 8277.0, 8201.0, 8258.0, 8315.0, 8327.0, 8272.0, 8224.0, 8322.0, 8296.0, 8289.0, 8307.0, 8277.0, 8221.0, 8231.0, 8281.0, 8302.0, 8356.0, 8339.0, 8295.0, 8223.0, 8289.0, 8247.0, 8219.0, 8287.0, 8255.0, 8277.0, 8263.0, 8235.0, 8319.0, 8283.0, 8230.0, 8254.0, 8271.0, 8260.0, 8237.0, 8226.0, 8298.0, 8304.0, 8251.0, 8227.0, 8223.0, 8226.0, 8234.0, 8253.0, 8273.0, 8349.0, 8323.0, 8281.0, 8277.0, 8248.0, 8247.0, 8326.0, 8299.0, 8300.0, 8343.0, 8299.0, 8277.0, 8328.0, 8205.0, 8191.0, 8273.0, 8273.0, 8340.0, 8373.0, 8322.0, 8262.0, 8256.0, 8288.0, 8240.0, 8250.0, 8368.0, 8326.0, 8323.0, 8291.0, 8299.0, 8250.0, 8228.0, 8318.0, 8262.0, 8244.0, 8238.0, 8211.0, 8214.0, 8311.0, 8287.0, 8294.0, 8334.0, 8255.0, 8225.0, 8286.0, 8228.0, 8257.0, 8303.0, 8291.0, 8275.0, 8242.0, 8213.0, 8191.0, 8198.0, 8188.0, 8273.0, 8268.0, 8257.0, 8315.0, 8212.0, 8194.0, 8205.0, 8194.0, 8199.0, 8287.0, 8274.0, 8259.0, 8218.0, 8220.0, 8200.0, 8213.0, 8217.0, 8318.0, 8291.0, 8264.0, 8293.0, 8206.0, 8217.0, 8240.0, 8212.0, 8262.0, 8322.0, 8293.0, 8223.0, 8249.0, 8200.0, 8216.0, 8299.0, 8274.0, 8261.0, 8302.0, 8202.0, 8183.0, 8252.0, 8219.0, 8231.0, 8286.0, 8269.0, 8269.0, 8195.0, 8181.0, 8205.0, 8171.0, 8194.0, 8322.0, 8303.0, 8245.0, 8250.0, 8191.0, 8191.0, 8315.0, 8298.0, 8278.0, 8278.0, 8206.0, 8201.0, 8244.0, 8264.0, 8311.0, 8325.0, 8282.0, 8237.0, 8293.0, 8216.0, 8213.0, 8285.0, 8278.0, 8293.0, 8309.0, 8262.0, 8202.0, 8223.0, 8210.0, 8279.0, 8283.0, 8268.0, 8211.0, 8191.0, 8208.0, 8187.0, 8206.0, 8212.0, 8312.0, 8257.0, 8217.0, 8211.0, 8196.0, 8198.0, 8254.0, 8242.0, 8257.0, 8257.0, 8209.0, 8196.0, 8219.0, 8203.0, 8300.0, 8257.0, 8207.0, 8213.0, 8216.0, 8204.0, 8320.0, 8294.0, 8296.0, 8325.0, 8250.0, 8225.0, 8204.0, 8207.0, 8257.0, 8345.0, 8317.0, 8276.0, 8244.0, 8239.0, 8227.0, 8323.0, 8295.0, 8307.0, 8290.0, 8230.0, 8183.0, 8221.0, 8194.0, 8259.0, 8234.0, 8228.0, 8245.0, 8250.0, 8311.0, 8266.0, 8238.0, 8262.0, 8191.0, 8158.0, 8185.0, 8192.0, 8178.0, 8239.0, 8221.0, 8307.0, 8331.0, 8317.0, 8315.0, 8283.0, 8236.0, 8213.0, 8240.0, 8216.0, 8299.0, 8263.0, 8268.0, 8346.0, 8318.0, 8289.0, 8293.0, 8229.0, 8183.0, 8253.0, 8272.0, 8303.0, 8307.0, 8270.0, 8224.0, 8208.0, 8223.0, 8319.0, 8293.0, 8291.0, 8275.0, 8215.0, 8183.0, 8240.0, 8231.0, 8301.0, 8272.0, 8198.0, 8208.0, 8196.0, 8196.0, 8268.0, 8244.0, 8259.0, 8186.0, 8186.0, 8226.0, 8203.0, 8262.0, 8309.0, 8315.0, 8274.0, 8244.0, 8226.0, 8234.0, 8280.0, 8299.0, 8327.0, 8315.0, 8274.0, 8214.0, 8238.0, 8242.0, 8311.0, 8312.0, 8313.0, 8294.0, 8217.0, 8217.0, 8301.0, 8275.0, 8275.0, 8317.0, 8241.0, 8214.0, 8253.0, 8243.0, 8289.0, 8287.0, 8197.0, 8180.0, 8238.0, 8241.0, 8289.0, 8310.0, 8267.0, 8204.0, 8259.0, 8212.0, 8217.0, 8322.0, 8294.0, 8256.0, 8245.0, 8235.0, 8219.0, 8227.0, 8271.0, 8285.0, 8300.0, 8286.0, 8261.0, 8214.0, 8220.0, 8192.0, 8192.0, 8285.0, 8278.0, 8280.0, 8330.0, 8284.0, 8241.0, 8240.0, 8267.0, 8250.0, 8245.0, 8214.0, 8271.0, 8231.0, 8249.0, 8221.0, 8305.0, 8258.0, 8248.0, 8301.0, 8268.0, 8271.0, 8282.0, 8237.0, 8224.0, 8212.0, 8209.0, 8224.0, 8211.0, 8251.0, 8311.0, 8246.0, 8275.0, 8297.0, 8303.0, 8348.0, 8286.0, 8243.0, 8227.0, 8210.0, 8210.0, 8202.0, 8199.0, 8215.0, 8274.0, 8267.0, 8278.0, 8354.0, 8288.0, 8252.0, 8300.0, 8270.0, 8255.0, 8277.0, 8239.0, 8223.0, 8274.0, 8299.0, 8299.0, 8252.0, 8234.0, 8297.0, 8364.0, 8335.0, 8283.0, 8250.0, 8294.0, 8268.0, 8287.0, 8380.0, 8353.0, 8327.0, 8274.0, 8279.0, 8263.0, 8305.0, 8357.0, 8342.0, 8310.0, 8355.0, 8292.0, 8258.0, 8307.0, 8244.0, 8227.0, 8282.0, 8252.0, 8210.0, 8286.0, 8290.0, 8308.0, 8305.0, 8264.0, 8228.0, 8207.0, 8220.0, 8204.0, 8226.0, 8233.0, 8327.0, 8316.0, 8293.0, 8318.0, 8239.0, 8219.0, 8258.0, 8261.0, 8303.0, 8309.0, 8285.0, 8253.0, 8253.0, 8253.0, 8248.0, 8297.0, 8312.0, 8344.0, 8298.0, 8270.0, 8229.0, 8254.0, 8239.0, 8246.0, 8272.0, 8280.0, 8321.0, 8332.0, 8285.0, 8346.0, 8348.0, 8347.0, 8305.0, 8259.0, 8250.0, 8277.0, 8246.0, 8218.0, 8307.0, 8251.0, 8240.0, 8306.0, 8264.0, 8265.0, 8322.0, 8287.0, 8262.0, 8283.0, 8241.0, 8226.0, 8280.0, 8223.0, 8226.0, 8255.0, 8219.0, 8254.0, 8344.0, 8299.0, 8239.0, 8192.0, 8184.0, 8198.0, 8182.0, 8265.0, 8210.0, 8197.0, 8300.0, 8280.0, 8330.0, 8334.0, 8294.0, 8254.0, 8251.0, 8256.0, 8214.0, 8166.0, 8167.0, 8167.0, 8176.0, 8181.0, 8291.0, 8234.0, 8229.0, 8260.0, 8208.0, 8184.0, 8162.0, 8164.0, 8157.0, 8111.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.001299934994582882</td></tr>
<tr><td colspan=3>aqi</td><td>0.04021946998916577</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.73601030122561</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1273261593817794</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006126769154014</td></tr>
<tr><td colspan=3>efc</td><td>0.4685</td></tr>
<tr><td colspan=3>fber</td><td>4945.4092</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2149040516755989</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>375</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>40.62838569880823</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5746765901062805</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4206697604685536</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.863693386269684</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.439666623580604</td></tr>
<tr><td colspan=3>gcor</td><td>0.00738228</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013911386020481586</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03458426147699356</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>3.789190276129674</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>21.5348</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0924</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.567</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303529.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>600.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>270.2441</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0672</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.671</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2876.8022</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3065.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73015.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>879.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>808.8744</td></tr>
<tr><td colspan=3>tsnr</td><td>29.13366326247342</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>