ds005256-mriqc/sub-0098_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter a873e3ae67 [DATALAD RUNCMD] Compute MRIQC for sub-0098
=== 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-0098 --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-0098",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:20:09 +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-0098_ses-02_task-faces_acq-mb8_run-01_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-0098_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0098_suffix-bold_task-faces" 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-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0098_suffix-bold_task-faces" 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-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0098_suffix-bold_task-faces" 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-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0098_suffix-bold_task-faces" 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-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0098_suffix-bold_task-faces" 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-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_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-01_session-02_subject-0098_suffix-bold_task-faces" 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-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0098_suffix-bold_task-faces" 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-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_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-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-02_task-faces_acq-mb8_run-01_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-0098/ses-02/func/sub-0098_ses-02_task-faces_acq-mb8_run-01_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>7d4d99a2c5c9f3504574c8e685b0e96b</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>13:42:57.625000</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.99768, -0.0677909, -0.00618284, 0.068015, 0.988996, 0.13138]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_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.112342</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7798, -7165, 235, -102, 72, -39, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.074</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>85b8a8b0-3baf-41e5-b01b-90832005e641||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.676703453063965, 0.18247941136360168, 0.00753721734508872, 105.40565490722656], [0.18187814950942993, 2.6534042358398438, 0.3550384044647217, -107.4439926147461], [-0.0165881160646677, -0.35248273611068726, 2.676544427871704, -25.00989532470703], [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, 914]</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], 'AcquisitionTime': ['134257.625000', '134258.085000', '134258.545000', '134259.005000', '134259.465000', '134259.925000', '134300.385000', '134300.845000', '134301.305000', '134301.765000', '134302.225000', '134302.685000', '134303.145000', '134303.605000', '134304.065000', '134304.525000', '134304.985000', '134305.445000', '134305.905000', '134306.365000', '134306.825000', '134307.285000', '134307.745000', '134308.205000', '134308.665000', '134309.125000', '134309.585000', '134310.045000', '134310.505000', '134310.965000', '134311.425000', '134311.885000', '134312.345000', '134312.805000', '134313.265000', '134313.725000', '134314.185000', '134314.645000', '134315.105000', '134315.565000', '134316.025000', '134316.485000', '134316.945000', '134317.405000', '134317.865000', '134318.325000', '134318.785000', '134319.245000', '134319.705000', '134320.165000', '134320.625000', '134321.085000', '134321.545000', '134322.005000', '134322.465000', '134322.925000', '134323.385000', '134323.845000', '134324.305000', '134324.765000', '134325.225000', '134325.685000', '134326.145000', '134326.605000', '134327.065000', '134327.525000', '134327.985000', '134328.445000', '134328.905000', '134329.365000', '134329.825000', '134330.285000', '134330.745000', '134331.205000', '134331.665000', '134332.125000', '134332.585000', '134333.045000', '134333.505000', '134333.965000', '134334.425000', '134334.885000', '134335.345000', '134335.805000', '134336.265000', '134336.725000', '134337.185000', '134337.645000', '134338.105000', '134338.565000', '134339.025000', '134339.485000', '134339.945000', '134340.405000', '134340.865000', '134341.325000', '134341.785000', '134342.245000', '134342.705000', '134343.165000', '134343.625000', '134344.085000', '134344.545000', '134345.005000', '134345.465000', '134345.925000', '134346.385000', '134346.845000', '134347.305000', '134347.765000', '134348.225000', '134348.685000', '134349.145000', '134349.605000', '134350.065000', '134350.525000', '134350.985000', '134351.445000', '134351.905000', '134352.365000', '134352.825000', '134353.285000', '134353.745000', '134354.205000', '134354.665000', '134355.125000', '134355.585000', '134356.045000', '134356.505000', '134356.965000', '134357.425000', '134357.885000', '134358.345000', '134358.805000', '134359.265000', '134359.725000', '134400.185000', '134400.645000', '134401.105000', '134401.565000', '134402.025000', '134402.485000', '134402.945000', '134403.405000', '134403.865000', '134404.325000', '134404.785000', '134405.245000', '134405.705000', '134406.165000', '134406.625000', '134407.085000', '134407.545000', '134408.005000', '134408.465000', '134408.925000', '134409.385000', '134409.845000', '134410.305000', '134410.765000', '134411.225000', '134411.685000', '134412.145000', '134412.605000', '134413.065000', '134413.525000', '134413.985000', '134414.445000', '134414.905000', '134415.365000', '134415.825000', '134416.285000', '134416.745000', '134417.205000', '134417.665000', '134418.125000', '134418.585000', '134419.045000', '134419.505000', '134419.965000', '134420.425000', '134420.885000', '134421.345000', '134421.805000', '134422.265000', '134422.725000', '134423.185000', '134423.645000', '134424.105000', '134424.565000', '134425.025000', '134425.485000', '134425.945000', '134426.405000', '134426.865000', '134427.325000', '134427.785000', '134428.245000', '134428.705000', '134429.165000', '134429.625000', '134430.085000', '134430.545000', '134431.005000', '134431.465000', '134431.925000', '134432.385000', '134432.845000', '134433.305000', '134433.765000', '134434.225000', '134434.685000', '134435.145000', '134435.605000', '134436.065000', '134436.525000', '134436.985000', '134437.445000', '134437.905000', '134438.365000', '134438.825000', '134439.285000', '134439.745000', '134440.205000', '134440.665000', '134441.125000', '134441.585000', '134442.045000', '134442.505000', '134442.965000', '134443.425000', '134443.885000', '134444.345000', '134444.805000', '134445.265000', '134445.725000', '134446.185000', '134446.645000', '134447.105000', '134447.565000', '134448.025000', '134448.485000', '134448.945000', '134449.405000', '134449.865000', '134450.325000', '134450.785000', '134451.245000', '134451.705000', '134452.165000', '134452.625000', '134453.085000', '134453.545000', '134454.005000', '134454.465000', '134454.925000', '134455.385000', '134455.845000', '134456.305000', '134456.765000', '134457.225000', '134457.685000', '134458.145000', '134458.605000', '134459.065000', '134459.525000', '134459.985000', '134500.445000', '134500.905000', '134501.365000', '134501.825000', '134502.285000', '134502.745000', '134503.205000', '134503.665000', '134504.125000', '134504.585000', '134505.045000', '134505.505000', '134505.965000', '134506.425000', '134506.885000', '134507.345000', '134507.805000', '134508.265000', '134508.725000', '134509.185000', '134509.645000', '134510.105000', '134510.565000', '134511.025000', '134511.485000', '134511.945000', '134512.405000', '134512.865000', '134513.325000', '134513.785000', '134514.245000', '134514.705000', '134515.165000', '134515.625000', '134516.085000', '134516.545000', '134517.005000', '134517.465000', '134517.925000', '134518.385000', '134518.845000', '134519.305000', '134519.765000', '134520.225000', '134520.685000', '134521.145000', '134521.605000', '134522.065000', '134522.525000', '134522.985000', '134523.445000', '134523.905000', '134524.365000', '134524.825000', '134525.285000', '134525.745000', '134526.205000', '134526.665000', '134527.125000', '134527.585000', '134528.045000', '134528.505000', '134528.965000', '134529.425000', '134529.885000', '134530.345000', '134530.805000', '134531.265000', '134531.725000', '134532.185000', '134532.645000', '134533.105000', '134533.565000', '134534.025000', '134534.485000', '134534.945000', '134535.405000', '134535.865000', '134536.325000', '134536.785000', '134537.245000', '134537.705000', '134538.165000', '134538.625000', '134539.085000', '134539.545000', '134540.005000', '134540.465000', '134540.925000', '134541.385000', '134541.845000', '134542.305000', '134542.765000', '134543.225000', '134543.685000', '134544.145000', '134544.605000', '134545.065000', '134545.525000', '134545.985000', '134546.445000', '134546.905000', '134547.365000', '134547.825000', '134548.285000', '134548.745000', '134549.205000', '134549.665000', '134550.125000', '134550.585000', '134551.045000', '134551.505000', '134551.965000', '134552.425000', '134552.885000', '134553.345000', '134553.805000', '134554.265000', '134554.725000', '134555.185000', '134555.645000', '134556.105000', '134556.565000', '134557.025000', '134557.485000', '134557.945000', '134558.405000', '134558.865000', '134559.325000', '134559.785000', '134600.245000', '134600.705000', '134601.165000', '134601.625000', '134602.085000', '134602.545000', '134603.005000', '134603.465000', '134603.925000', '134604.385000', '134604.845000', '134605.305000', '134605.765000', '134606.225000', '134606.685000', '134607.145000', '134607.605000', '134608.065000', '134608.525000', '134608.985000', '134609.445000', '134609.905000', '134610.365000', '134610.825000', '134611.285000', '134611.745000', '134612.205000', '134612.665000', '134613.125000', '134613.585000', '134614.045000', '134614.505000', '134614.965000', '134615.425000', '134615.885000', '134616.345000', '134616.805000', '134617.265000', '134617.725000', '134618.185000', '134618.645000', '134619.105000', '134619.565000', '134620.025000', '134620.485000', '134620.945000', '134621.405000', '134621.865000', '134622.325000', '134622.785000', '134623.245000', '134623.705000', '134624.165000', '134624.625000', '134625.085000', '134625.545000', '134626.005000', '134626.465000', '134626.925000', '134627.385000', '134627.845000', '134628.305000', '134628.765000', '134629.225000', '134629.685000', '134630.145000', '134630.605000', '134631.065000', '134631.525000', '134631.985000', '134632.445000', '134632.905000', '134633.365000', '134633.825000', '134634.285000', '134634.745000', '134635.205000', '134635.665000', '134636.125000', '134636.585000', '134637.045000', '134637.505000', '134637.965000', '134638.425000', '134638.885000', '134639.345000', '134639.805000', '134640.265000', '134640.725000', '134641.185000', '134641.645000', '134642.105000', '134642.565000', '134643.025000', '134643.485000', '134643.945000', '134644.405000', '134644.865000', '134645.325000', '134645.785000', '134646.245000', '134646.705000', '134647.165000', '134647.625000', '134648.085000', '134648.545000', '134649.005000', '134649.465000', '134649.925000', '134650.385000', '134650.845000', '134651.305000', '134651.765000', '134652.225000', '134652.685000', '134653.145000', '134653.605000', '134654.065000', '134654.525000', '134654.985000', '134655.445000', '134655.905000', '134656.365000', '134656.825000', '134657.285000', '134657.745000', '134658.205000', '134658.665000', '134659.125000', '134659.585000', '134700.045000', '134700.505000', '134700.965000', '134701.425000', '134701.885000', '134702.345000', '134702.805000', '134703.265000', '134703.725000', '134704.185000', '134704.645000', '134705.105000', '134705.565000', '134706.025000', '134706.485000', '134706.945000', '134707.405000', '134707.865000', '134708.325000', '134708.785000', '134709.245000', '134709.705000', '134710.165000', '134710.625000', '134711.085000', '134711.545000', '134712.005000', '134712.465000', '134712.925000', '134713.385000', '134713.845000', '134714.305000', '134714.765000', '134715.225000', '134715.685000', '134716.145000', '134716.605000', '134717.065000', '134717.525000', '134717.985000', '134718.445000', '134718.905000', '134719.365000', '134719.825000', '134720.285000', '134720.745000', '134721.205000', '134721.665000', '134722.125000', '134722.585000', '134723.045000', '134723.505000', '134723.965000', '134724.425000', '134724.885000', '134725.345000', '134725.805000', '134726.265000', '134726.725000', '134727.185000', '134727.645000', '134728.105000', '134728.565000', '134729.025000', '134729.485000', '134729.945000', '134730.405000', '134730.865000', '134731.325000', '134731.785000', '134732.245000', '134732.705000', '134733.165000', '134733.625000', '134734.085000', '134734.545000', '134735.005000', '134735.465000', '134735.925000', '134736.385000', '134736.845000', '134737.305000', '134737.765000', '134738.225000', '134738.685000', '134739.145000', '134739.605000', '134740.065000', '134740.525000', '134740.985000', '134741.445000', '134741.905000', '134742.365000', '134742.825000', '134743.285000', '134743.745000', '134744.205000', '134744.665000', '134745.125000', '134745.585000', '134746.045000', '134746.505000', '134746.965000', '134747.425000', '134747.885000', '134748.345000', '134748.805000', '134749.265000', '134749.725000', '134750.185000', '134750.645000', '134751.105000', '134751.565000', '134752.025000', '134752.485000', '134752.945000', '134753.405000', '134753.865000', '134754.325000', '134754.785000', '134755.245000', '134755.705000', '134756.165000', '134756.625000', '134757.085000', '134757.545000', '134758.005000', '134758.465000', '134758.925000', '134759.385000', '134759.845000', '134800.305000', '134800.765000', '134801.225000', '134801.685000', '134802.145000', '134802.605000', '134803.065000', '134803.525000', '134803.985000', '134804.445000', '134804.905000', '134805.365000', '134805.825000', '134806.285000', '134806.745000', '134807.205000', '134807.665000', '134808.125000', '134808.585000', '134809.045000', '134809.505000', '134809.965000', '134810.425000', '134810.885000', '134811.345000', '134811.805000', '134812.265000', '134812.725000', '134813.185000', '134813.645000', '134814.105000', '134814.565000', '134815.025000', '134815.485000', '134815.945000', '134816.405000', '134816.865000', '134817.325000', '134817.785000', '134818.245000', '134818.705000', '134819.165000', '134819.625000', '134820.085000', '134820.545000', '134821.005000', '134821.465000', '134821.925000', '134822.385000', '134822.845000', '134823.305000', '134823.765000', '134824.225000', '134824.685000', '134825.145000', '134825.605000', '134826.065000', '134826.525000', '134826.985000', '134827.445000', '134827.905000', '134828.365000', '134828.825000', '134829.285000', '134829.745000', '134830.205000', '134830.665000', '134831.125000', '134831.585000', '134832.045000', '134832.505000', '134832.965000', '134833.425000', '134833.885000', '134834.345000', '134834.805000', '134835.265000', '134835.725000', '134836.185000', '134836.645000', '134837.105000', '134837.565000', '134838.025000', '134838.485000', '134838.945000', '134839.405000', '134839.865000', '134840.325000', '134840.785000', '134841.245000', '134841.705000', '134842.165000', '134842.625000', '134843.085000', '134843.545000', '134844.005000', '134844.465000', '134844.925000', '134845.385000', '134845.845000', '134846.305000', '134846.765000', '134847.225000', '134847.685000', '134848.145000', '134848.605000', '134849.065000', '134849.525000', '134849.985000', '134850.445000', '134850.905000', '134851.365000', '134851.825000', '134852.285000', '134852.745000', '134853.205000', '134853.665000', '134854.125000', '134854.585000', '134855.045000', '134855.505000', '134855.965000', '134856.425000', '134856.885000', '134857.345000', '134857.805000', '134858.265000', '134858.725000', '134859.185000', '134859.645000', '134900.105000', '134900.565000', '134901.025000', '134901.485000', '134901.945000', '134902.405000', '134902.865000', '134903.325000', '134903.785000', '134904.245000', '134904.705000', '134905.165000', '134905.625000', '134906.085000', '134906.545000', '134907.005000', '134907.465000', '134907.925000', '134908.385000', '134908.845000', '134909.305000', '134909.765000', '134910.225000', '134910.685000', '134911.145000', '134911.605000', '134912.065000', '134912.525000', '134912.985000', '134913.445000', '134913.905000', '134914.365000', '134914.825000', '134915.285000', '134915.745000', '134916.205000', '134916.665000', '134917.125000', '134917.585000', '134918.045000', '134918.505000', '134918.965000', '134919.425000', '134919.885000', '134920.345000', '134920.805000', '134921.265000', '134921.725000', '134922.185000', '134922.645000', '134923.105000', '134923.565000', '134924.025000', '134924.485000', '134924.945000', '134925.405000', '134925.865000', '134926.325000', '134926.785000', '134927.245000', '134927.705000', '134928.165000', '134928.625000', '134929.085000', '134929.545000', '134930.005000', '134930.465000', '134930.925000', '134931.385000', '134931.845000', '134932.305000', '134932.765000', '134933.225000', '134933.685000', '134934.145000', '134934.605000', '134935.065000', '134935.525000', '134935.985000', '134936.445000', '134936.905000', '134937.365000', '134937.825000', '134938.285000', '134938.745000', '134939.205000', '134939.665000', '134940.125000', '134940.585000', '134941.045000', '134941.505000', '134941.965000', '134942.425000', '134942.885000', '134943.345000', '134943.805000', '134944.265000', '134944.725000', '134945.185000', '134945.645000', '134946.105000', '134946.565000', '134947.025000', '134947.485000', '134947.945000', '134948.405000', '134948.865000', '134949.325000', '134949.785000', '134950.245000', '134950.705000', '134951.165000', '134951.625000', '134952.085000', '134952.545000', '134953.005000', '134953.465000', '134953.925000', '134954.385000', '134954.845000', '134955.305000', '134955.765000', '134956.225000', '134956.685000', '134957.145000', '134957.605000'], 'ContentTime': ['134322.574000', '134322.577000', '134322.579000', '134322.582000', '134322.585000', '134322.587000', '134322.590000', '134322.592000', '134322.595000', '134322.597000', '134322.600000', '134322.603000', '134322.605000', '134322.608000', '134322.611000', '134322.613000', '134322.616000', '134322.618000', '134322.621000', '134322.624000', '134322.626000', '134322.629000', '134322.631000', '134322.634000', '134322.637000', '134322.639000', '134322.642000', '134322.644000', '134322.647000', '134322.649000', '134322.652000', '134322.655000', '134322.657000', '134322.682000', '134322.684000', '134322.687000', '134322.689000', '134322.692000', '134322.694000', '134322.697000', '134322.699000', '134322.702000', '134322.705000', '134322.707000', '134322.710000', '134322.712000', '134322.715000', '134322.717000', '134322.720000', '134322.723000', '134322.725000', '134322.728000', '134342.533000', '134342.536000', '134342.538000', '134342.541000', '134342.544000', '134342.546000', '134342.549000', '134342.551000', '134342.554000', '134342.559000', '134342.562000', '134342.564000', '134342.567000', '134342.569000', '134342.572000', '134342.574000', '134342.577000', '134342.580000', '134342.582000', '134342.585000', '134342.587000', '134342.590000', '134342.593000', '134342.595000', '134342.598000', '134342.600000', '134342.603000', '134342.606000', '134342.608000', '134342.611000', '134342.614000', '134342.616000', '134342.619000', '134342.621000', '134342.624000', '134342.627000', '134342.629000', '134342.632000', '134342.634000', '134342.637000', '134342.639000', '134342.642000', '134342.645000', '134402.533000', '134402.535000', '134402.538000', '134402.541000', '134402.543000', '134402.546000', '134402.549000', '134402.551000', '134402.554000', '134402.556000', '134402.559000', '134402.561000', '134402.564000', '134402.566000', '134402.569000', '134402.571000', '134402.574000', '134402.577000', '134402.579000', '134402.582000', '134402.587000', '134402.590000', '134402.592000', '134402.595000', '134402.597000', '134402.600000', '134402.603000', '134402.606000', '134402.609000', '134402.612000', '134402.615000', '134402.617000', '134402.620000', '134402.622000', '134402.625000', '134402.628000', '134402.630000', '134402.633000', '134402.635000', '134402.638000', '134402.640000', '134402.643000', '134402.645000', '134422.532000', '134422.535000', '134422.538000', '134422.541000', '134422.543000', '134422.546000', '134422.548000', '134422.551000', '134422.553000', '134422.556000', '134422.559000', '134422.561000', '134422.564000', '134422.566000', '134422.569000', '134422.571000', '134422.574000', '134422.576000', '134422.579000', '134422.582000', '134422.584000', '134422.587000', '134422.589000', '134422.592000', '134422.594000', '134422.597000', '134422.600000', '134422.602000', '134422.605000', '134422.607000', '134422.610000', '134422.612000', '134422.615000', '134422.617000', '134422.620000', '134422.623000', '134422.625000', '134422.628000', '134422.630000', '134422.633000', '134422.635000', '134422.638000', '134422.641000', '134422.643000', '134442.532000', '134442.544000', '134442.547000', '134442.550000', '134442.552000', '134442.555000', '134442.557000', '134442.560000', '134442.563000', '134442.566000', '134442.569000', '134442.572000', '134442.575000', '134442.577000', '134442.580000', '134442.582000', '134442.585000', '134442.588000', '134442.591000', '134442.594000', '134442.597000', '134442.600000', '134442.602000', '134442.605000', '134442.607000', '134442.610000', '134442.612000', '134442.615000', '134442.618000', '134442.620000', '134442.626000', '134442.628000', '134442.631000', '134442.633000', '134442.636000', '134442.639000', '134442.641000', '134442.644000', '134442.647000', '134442.650000', '134442.652000', '134442.655000', '134442.658000', '134502.533000', '134502.545000', '134502.547000', '134502.550000', '134502.552000', '134502.555000', '134502.558000', '134502.560000', '134502.563000', '134502.565000', '134502.568000', '134502.571000', '134502.573000', '134502.576000', '134502.578000', '134502.581000', '134502.584000', '134502.586000', '134502.592000', '134502.595000', '134502.598000', '134502.600000', '134502.603000', '134502.605000', '134502.608000', '134502.611000', '134502.613000', '134502.616000', '134502.618000', '134502.621000', '134502.623000', '134502.626000', '134502.629000', '134502.631000', '134502.634000', '134502.636000', '134502.639000', '134502.641000', '134502.644000', '134502.646000', '134502.649000', '134502.652000', '134502.654000', '134502.657000', '134522.533000', '134522.536000', '134522.539000', '134522.542000', '134522.544000', '134522.547000', '134522.549000', '134522.552000', '134522.555000', '134522.557000', '134522.560000', '134522.562000', '134522.565000', '134522.568000', '134522.570000', '134522.573000', '134522.576000', '134522.578000', '134522.581000', '134522.583000', '134522.586000', '134522.589000', '134522.591000', '134522.594000', '134522.596000', '134522.599000', '134522.602000', '134522.604000', '134522.607000', '134522.609000', '134522.612000', '134522.615000', '134522.617000', '134522.620000', '134522.622000', '134522.625000', '134522.627000', '134522.630000', '134522.633000', '134522.635000', '134522.638000', '134522.640000', '134522.643000', '134542.533000', '134542.536000', '134542.539000', '134542.542000', '134542.544000', '134542.547000', '134542.549000', '134542.552000', '134542.555000', '134542.557000', '134542.560000', '134542.563000', '134542.565000', '134542.568000', '134542.570000', '134542.581000', '134542.583000', '134542.586000', '134542.588000', '134542.591000', '134542.593000', '134542.596000', '134542.599000', '134542.601000', '134542.604000', '134542.607000', '134542.609000', '134542.612000', '134542.615000', '134542.617000', '134542.620000', '134542.622000', '134542.625000', '134542.628000', '134542.630000', '134542.633000', '134542.636000', '134542.638000', '134542.641000', '134542.643000', '134542.646000', '134542.649000', '134542.651000', '134542.654000', '134602.533000', '134602.536000', '134602.538000', '134602.541000', '134602.543000', '134602.546000', '134602.548000', '134602.551000', '134602.554000', '134602.556000', '134602.559000', '134602.561000', '134602.564000', '134602.567000', '134602.569000', '134602.572000', '134602.574000', '134602.577000', '134602.579000', '134602.582000', '134602.585000', '134602.588000', '134602.591000', '134602.594000', '134602.597000', '134602.599000', '134602.602000', '134602.605000', '134602.607000', '134602.610000', '134602.612000', '134602.615000', '134602.618000', '134602.620000', '134602.623000', '134602.625000', '134602.628000', '134602.632000', '134602.635000', '134602.637000', '134602.640000', '134602.643000', '134602.646000', '134622.532000', '134622.535000', '134622.538000', '134622.541000', '134622.543000', '134622.546000', '134622.549000', '134622.551000', '134622.554000', '134622.556000', '134622.559000', '134622.562000', '134622.564000', '134622.567000', '134622.579000', '134622.582000', '134622.585000', '134622.587000', '134622.590000', '134622.593000', '134622.595000', '134622.598000', '134622.601000', '134622.603000', '134622.606000', '134622.609000', '134622.623000', '134622.626000', '134622.628000', '134622.631000', '134622.634000', '134622.636000', '134622.639000', '134622.642000', '134622.644000', '134622.647000', '134622.649000', '134622.652000', '134622.655000', '134622.657000', '134622.660000', '134622.663000', '134622.665000', '134622.668000', '134642.533000', '134642.536000', '134642.538000', '134642.541000', '134642.543000', '134642.546000', '134642.549000', '134642.551000', '134642.554000', '134642.557000', '134642.559000', '134642.562000', '134642.565000', '134642.567000', '134642.570000', '134642.573000', '134642.575000', '134642.578000', '134642.580000', '134642.583000', '134642.586000', '134642.589000', '134642.591000', '134642.594000', '134642.599000', '134642.602000', '134642.604000', '134642.607000', '134642.610000', '134642.612000', '134642.615000', '134642.617000', '134642.620000', '134642.622000', '134642.625000', '134642.628000', '134642.630000', '134642.633000', '134642.635000', '134642.638000', '134642.641000', '134642.643000', '134642.646000', '134702.532000', '134702.535000', '134702.538000', '134702.541000', '134702.543000', '134702.546000', '134702.549000', '134702.551000', '134702.554000', '134702.556000', '134702.559000', '134702.562000', '134702.565000', '134702.567000', '134702.570000', '134702.572000', '134702.575000', '134702.577000', '134702.580000', '134702.583000', '134702.585000', '134702.588000', '134702.590000', '134702.593000', '134702.596000', '134702.598000', '134702.601000', '134702.604000', '134702.606000', '134702.609000', '134702.611000', '134702.614000', '134702.617000', '134702.619000', '134702.622000', '134702.624000', '134702.627000', '134702.630000', '134702.632000', '134702.635000', '134702.637000', '134702.640000', '134702.643000', '134702.645000', '134722.534000', '134722.536000', '134722.539000', '134722.542000', '134722.544000', '134722.547000', '134722.549000', '134722.552000', '134722.555000', '134722.557000', '134722.560000', '134722.563000', '134722.566000', '134722.568000', '134722.571000', '134722.574000', '134722.576000', '134722.579000', '134722.582000', '134722.584000', '134722.587000', '134722.590000', '134722.592000', '134722.595000', '134722.598000', '134722.601000', '134722.603000', '134722.606000', '134722.609000', '134722.611000', '134722.614000', '134722.617000', '134722.619000', '134722.622000', '134722.625000', '134722.628000', '134722.630000', '134722.633000', '134722.635000', '134722.638000', '134722.641000', '134722.643000', '134722.646000', '134742.533000', '134742.536000', '134742.539000', '134742.542000', '134742.544000', '134742.547000', '134742.549000', '134742.552000', '134742.555000', '134742.557000', '134742.560000', '134742.563000', '134742.565000', '134742.568000', '134742.571000', '134742.573000', '134742.576000', '134742.579000', '134742.581000', '134742.584000', '134742.587000', '134742.589000', '134742.592000', '134742.595000', '134742.597000', '134742.600000', '134742.603000', '134742.605000', '134742.608000', '134742.610000', '134742.613000', '134742.616000', '134742.618000', '134742.621000', '134742.624000', '134742.626000', '134742.629000', '134742.631000', '134742.634000', '134742.637000', '134742.639000', '134742.642000', '134742.645000', '134742.647000', '134802.534000', '134802.537000', '134802.539000', '134802.542000', '134802.545000', '134802.547000', '134802.550000', '134802.553000', '134802.555000', '134802.558000', '134802.560000', '134802.563000', '134802.566000', '134802.568000', '134802.571000', '134802.574000', '134802.576000', '134802.579000', '134802.581000', '134802.584000', '134802.587000', '134802.589000', '134802.592000', '134802.595000', '134802.597000', '134802.600000', '134802.603000', '134802.605000', '134802.608000', '134802.611000', '134802.613000', '134802.616000', '134802.619000', '134802.621000', '134802.624000', '134802.627000', '134802.629000', '134802.632000', '134802.634000', '134802.637000', '134802.640000', '134802.642000', '134802.645000', '134822.532000', '134822.535000', '134822.538000', '134822.541000', '134822.544000', '134822.546000', '134822.549000', '134822.552000', '134822.554000', '134822.557000', '134822.559000', '134822.562000', '134822.565000', '134822.573000', '134822.576000', '134822.579000', '134822.581000', '134822.584000', '134822.587000', '134822.589000', '134822.592000', '134822.595000', '134822.597000', '134822.600000', '134822.603000', '134822.605000', '134822.608000', '134822.610000', '134822.613000', '134822.616000', '134822.618000', '134822.621000', '134822.624000', '134822.626000', '134822.629000', '134822.632000', '134822.634000', '134822.637000', '134822.640000', '134822.642000', '134822.645000', '134822.647000', '134822.650000', '134822.653000', '134842.532000', '134842.535000', '134842.538000', '134842.540000', '134842.543000', '134842.546000', '134842.548000', '134842.551000', '134842.554000', '134842.556000', '134842.559000', '134842.561000', '134842.564000', '134842.567000', '134842.569000', '134842.572000', '134842.575000', '134842.577000', '134842.580000', '134842.583000', '134842.585000', '134842.588000', '134842.590000', '134842.593000', '134842.596000', '134842.598000', '134842.601000', '134842.604000', '134842.607000', '134842.609000', '134842.612000', '134842.615000', '134842.617000', '134842.620000', '134842.623000', '134842.625000', '134842.628000', '134842.630000', '134842.633000', '134842.636000', '134842.640000', '134842.643000', '134842.646000', '134902.533000', '134902.535000', '134902.538000', '134902.541000', '134902.543000', '134902.546000', '134902.548000', '134902.551000', '134902.554000', '134902.556000', '134902.559000', '134902.561000', '134902.564000', '134902.566000', '134902.569000', '134902.572000', '134902.574000', '134902.577000', '134902.580000', '134902.582000', '134902.585000', '134902.587000', '134902.590000', '134902.593000', '134902.595000', '134902.598000', '134902.601000', '134902.603000', '134902.606000', '134902.608000', '134902.611000', '134902.613000', '134902.616000', '134902.619000', '134902.621000', '134902.624000', '134902.627000', '134902.629000', '134902.632000', '134902.634000', '134902.637000', '134902.639000', '134902.642000', '134902.645000', '134922.532000', '134922.535000', '134922.538000', '134922.582000', '134922.584000', '134922.587000', '134922.590000', '134922.592000', '134922.595000', '134922.597000', '134922.600000', '134922.603000', '134922.605000', '134922.608000', '134922.610000', '134922.613000', '134922.615000', '134922.618000', '134922.621000', '134922.623000', '134922.626000', '134922.629000', '134922.632000', '134922.634000', '134922.637000', '134922.639000', '134922.642000', '134922.644000', '134922.647000', '134922.650000', '134922.652000', '134922.655000', '134922.657000', '134922.660000', '134922.663000', '134922.665000', '134922.668000', '134922.670000', '134922.673000', '134922.676000', '134922.678000', '134922.681000', '134922.683000', '134942.534000', '134942.537000', '134942.539000', '134942.542000', '134942.544000', '134942.547000', '134942.550000', '134942.552000', '134942.555000', '134942.557000', '134942.560000', '134942.562000', '134942.565000', '134942.568000', '134942.570000', '134942.573000', '134942.576000', '134942.578000', '134942.581000', '134942.583000', '134942.586000', '134942.589000', '134942.591000', '134942.594000', '134942.596000', '134942.599000', '134942.602000', '134942.604000', '134942.607000', '134942.609000', '134942.612000', '134942.615000', '134942.617000', '134942.620000', '134942.622000', '134942.625000', '134942.628000', '134942.630000', '134942.633000', '134942.635000', '134942.638000', '134942.640000', '134942.643000', '134942.646000', '134959.083000', '134959.086000', '134959.089000', '134959.092000', '134959.094000', '134959.097000', '134959.099000', '134959.102000', '134959.105000', '134959.108000', '134959.110000', '134959.113000', '134959.116000', '134959.121000', '134959.124000', '134959.128000', '134959.131000', '134959.134000', '134959.137000', '134959.140000', '134959.143000', '134959.145000', '134959.148000', '134959.151000', '134959.154000', '134959.157000', '134959.160000', '134959.163000', '134959.166000', '134959.169000', '134959.172000', '134959.175000', '134959.178000', '134959.181000', '134959.184000', '134959.186000'], 'InstanceCreationTime': ['134322.574000', '134322.577000', '134322.579000', '134322.582000', '134322.585000', '134322.587000', '134322.590000', '134322.592000', '134322.595000', '134322.597000', '134322.600000', '134322.603000', '134322.605000', '134322.608000', '134322.611000', '134322.613000', '134322.616000', '134322.618000', '134322.621000', '134322.624000', '134322.626000', '134322.629000', '134322.631000', '134322.634000', '134322.637000', '134322.639000', '134322.642000', '134322.644000', '134322.647000', '134322.649000', '134322.652000', '134322.655000', '134322.657000', '134322.682000', '134322.684000', '134322.687000', '134322.689000', '134322.692000', '134322.694000', '134322.697000', '134322.699000', '134322.702000', '134322.705000', '134322.707000', '134322.710000', '134322.712000', '134322.715000', '134322.717000', '134322.720000', '134322.723000', '134322.725000', '134322.728000', '134342.533000', '134342.536000', '134342.538000', '134342.541000', '134342.544000', '134342.546000', '134342.549000', '134342.551000', '134342.554000', '134342.559000', '134342.562000', '134342.564000', '134342.567000', '134342.569000', '134342.572000', '134342.574000', '134342.577000', '134342.580000', '134342.582000', '134342.585000', '134342.587000', '134342.590000', '134342.593000', '134342.595000', '134342.598000', '134342.600000', '134342.603000', '134342.606000', '134342.608000', '134342.611000', '134342.614000', '134342.616000', '134342.619000', '134342.621000', '134342.624000', '134342.627000', '134342.629000', '134342.632000', '134342.634000', '134342.637000', '134342.639000', '134342.642000', '134342.645000', '134402.533000', '134402.535000', '134402.538000', '134402.541000', '134402.543000', '134402.546000', '134402.549000', '134402.551000', '134402.554000', '134402.556000', '134402.559000', '134402.561000', '134402.564000', '134402.566000', '134402.569000', '134402.571000', '134402.574000', '134402.577000', '134402.579000', '134402.582000', '134402.587000', '134402.590000', '134402.592000', '134402.595000', '134402.597000', '134402.600000', '134402.603000', '134402.606000', '134402.609000', '134402.612000', '134402.615000', '134402.617000', '134402.620000', '134402.622000', '134402.625000', '134402.628000', '134402.630000', '134402.633000', '134402.635000', '134402.638000', '134402.640000', '134402.643000', '134402.645000', '134422.532000', '134422.535000', '134422.538000', '134422.541000', '134422.543000', '134422.546000', '134422.548000', '134422.551000', '134422.553000', '134422.556000', '134422.559000', '134422.561000', '134422.564000', '134422.566000', '134422.569000', '134422.571000', '134422.574000', '134422.576000', '134422.579000', '134422.582000', '134422.584000', '134422.587000', '134422.589000', '134422.592000', '134422.594000', '134422.597000', '134422.600000', '134422.602000', '134422.605000', '134422.607000', '134422.610000', '134422.612000', '134422.615000', '134422.617000', '134422.620000', '134422.623000', '134422.625000', '134422.628000', '134422.630000', '134422.633000', '134422.635000', '134422.638000', '134422.641000', '134422.643000', '134442.532000', '134442.544000', '134442.547000', '134442.550000', '134442.552000', '134442.555000', '134442.557000', '134442.560000', '134442.563000', '134442.566000', '134442.569000', '134442.572000', '134442.575000', '134442.577000', '134442.580000', '134442.582000', '134442.585000', '134442.588000', '134442.591000', '134442.594000', '134442.597000', '134442.600000', '134442.602000', '134442.605000', '134442.607000', '134442.610000', '134442.612000', '134442.615000', '134442.618000', '134442.620000', '134442.626000', '134442.628000', '134442.631000', '134442.633000', '134442.636000', '134442.639000', '134442.641000', '134442.644000', '134442.647000', '134442.650000', '134442.652000', '134442.655000', '134442.658000', '134502.533000', '134502.545000', '134502.547000', '134502.550000', '134502.552000', '134502.555000', '134502.558000', '134502.560000', '134502.563000', '134502.565000', '134502.568000', '134502.571000', '134502.573000', '134502.576000', '134502.578000', '134502.581000', '134502.584000', '134502.586000', '134502.592000', '134502.595000', '134502.598000', '134502.600000', '134502.603000', '134502.605000', '134502.608000', '134502.611000', '134502.613000', '134502.616000', '134502.618000', '134502.621000', '134502.623000', '134502.626000', '134502.629000', '134502.631000', '134502.634000', '134502.636000', '134502.639000', '134502.641000', '134502.644000', '134502.646000', '134502.649000', '134502.652000', '134502.654000', '134502.657000', '134522.533000', '134522.536000', '134522.539000', '134522.542000', '134522.544000', '134522.547000', '134522.549000', '134522.552000', '134522.555000', '134522.557000', '134522.560000', '134522.562000', '134522.565000', '134522.568000', '134522.570000', '134522.573000', '134522.576000', '134522.578000', '134522.581000', '134522.583000', '134522.586000', '134522.589000', '134522.591000', '134522.594000', '134522.596000', '134522.599000', '134522.602000', '134522.604000', '134522.607000', '134522.609000', '134522.612000', '134522.615000', '134522.617000', '134522.620000', '134522.622000', '134522.625000', '134522.627000', '134522.630000', '134522.633000', '134522.635000', '134522.638000', '134522.640000', '134522.643000', '134542.533000', '134542.536000', '134542.539000', '134542.542000', '134542.544000', '134542.547000', '134542.549000', '134542.552000', '134542.555000', '134542.557000', '134542.560000', '134542.563000', '134542.565000', '134542.568000', '134542.570000', '134542.581000', '134542.583000', '134542.586000', '134542.588000', '134542.591000', '134542.593000', '134542.596000', '134542.599000', '134542.601000', '134542.604000', '134542.607000', '134542.609000', '134542.612000', '134542.615000', '134542.617000', '134542.620000', '134542.622000', '134542.625000', '134542.628000', '134542.630000', '134542.633000', '134542.636000', '134542.638000', '134542.641000', '134542.643000', '134542.646000', '134542.649000', '134542.651000', '134542.654000', '134602.533000', '134602.536000', '134602.538000', '134602.541000', '134602.543000', '134602.546000', '134602.548000', '134602.551000', '134602.554000', '134602.556000', '134602.559000', '134602.561000', '134602.564000', '134602.567000', '134602.569000', '134602.572000', '134602.574000', '134602.577000', '134602.579000', '134602.582000', '134602.585000', '134602.588000', '134602.591000', '134602.594000', '134602.597000', '134602.599000', '134602.602000', '134602.605000', '134602.607000', '134602.610000', '134602.612000', '134602.615000', '134602.618000', '134602.620000', '134602.623000', '134602.625000', '134602.628000', '134602.632000', '134602.635000', '134602.637000', '134602.640000', '134602.643000', '134602.646000', '134622.532000', '134622.535000', '134622.538000', '134622.541000', '134622.543000', '134622.546000', '134622.549000', '134622.551000', '134622.554000', '134622.556000', '134622.559000', '134622.562000', '134622.564000', '134622.567000', '134622.579000', '134622.582000', '134622.585000', '134622.587000', '134622.590000', '134622.593000', '134622.595000', '134622.598000', '134622.601000', '134622.603000', '134622.606000', '134622.609000', '134622.623000', '134622.626000', '134622.628000', '134622.631000', '134622.634000', '134622.636000', '134622.639000', '134622.642000', '134622.644000', '134622.647000', '134622.649000', '134622.652000', '134622.655000', '134622.657000', '134622.660000', '134622.663000', '134622.665000', '134622.668000', '134642.533000', '134642.536000', '134642.538000', '134642.541000', '134642.543000', '134642.546000', '134642.549000', '134642.551000', '134642.554000', '134642.557000', '134642.559000', '134642.562000', '134642.565000', '134642.567000', '134642.570000', '134642.573000', '134642.575000', '134642.578000', '134642.580000', '134642.583000', '134642.586000', '134642.589000', '134642.591000', '134642.594000', '134642.599000', '134642.602000', '134642.604000', '134642.607000', '134642.610000', '134642.612000', '134642.615000', '134642.617000', '134642.620000', '134642.622000', '134642.625000', '134642.628000', '134642.630000', '134642.633000', '134642.635000', '134642.638000', '134642.641000', '134642.643000', '134642.646000', '134702.532000', '134702.535000', '134702.538000', '134702.541000', '134702.543000', '134702.546000', '134702.549000', '134702.551000', '134702.554000', '134702.556000', '134702.559000', '134702.562000', '134702.565000', '134702.567000', '134702.570000', '134702.572000', '134702.575000', '134702.577000', '134702.580000', '134702.583000', '134702.585000', '134702.588000', '134702.590000', '134702.593000', '134702.596000', '134702.598000', '134702.601000', '134702.604000', '134702.606000', '134702.609000', '134702.611000', '134702.614000', '134702.617000', '134702.619000', '134702.622000', '134702.624000', '134702.627000', '134702.630000', '134702.632000', '134702.635000', '134702.637000', '134702.640000', '134702.643000', '134702.645000', '134722.534000', '134722.536000', '134722.539000', '134722.542000', '134722.544000', '134722.547000', '134722.549000', '134722.552000', '134722.555000', '134722.557000', '134722.560000', '134722.563000', '134722.566000', '134722.568000', '134722.571000', '134722.574000', '134722.576000', '134722.579000', '134722.582000', '134722.584000', '134722.587000', '134722.590000', '134722.592000', '134722.595000', '134722.598000', '134722.601000', '134722.603000', '134722.606000', '134722.609000', '134722.611000', '134722.614000', '134722.617000', '134722.619000', '134722.622000', '134722.625000', '134722.628000', '134722.630000', '134722.633000', '134722.635000', '134722.638000', '134722.641000', '134722.643000', '134722.646000', '134742.533000', '134742.536000', '134742.539000', '134742.542000', '134742.544000', '134742.547000', '134742.549000', '134742.552000', '134742.555000', '134742.557000', '134742.560000', '134742.563000', '134742.565000', '134742.568000', '134742.571000', '134742.573000', '134742.576000', '134742.579000', '134742.581000', '134742.584000', '134742.587000', '134742.589000', '134742.592000', '134742.595000', '134742.597000', '134742.600000', '134742.603000', '134742.605000', '134742.608000', '134742.610000', '134742.613000', '134742.616000', '134742.618000', '134742.621000', '134742.624000', '134742.626000', '134742.629000', '134742.631000', '134742.634000', '134742.637000', '134742.639000', '134742.642000', '134742.645000', '134742.647000', '134802.534000', '134802.537000', '134802.539000', '134802.542000', '134802.545000', '134802.547000', '134802.550000', '134802.553000', '134802.555000', '134802.558000', '134802.560000', '134802.563000', '134802.566000', '134802.568000', '134802.571000', '134802.574000', '134802.576000', '134802.579000', '134802.581000', '134802.584000', '134802.587000', '134802.589000', '134802.592000', '134802.595000', '134802.597000', '134802.600000', '134802.603000', '134802.605000', '134802.608000', '134802.611000', '134802.613000', '134802.616000', '134802.619000', '134802.621000', '134802.624000', '134802.627000', '134802.629000', '134802.632000', '134802.634000', '134802.637000', '134802.640000', '134802.642000', '134802.645000', '134822.532000', '134822.535000', '134822.538000', '134822.541000', '134822.544000', '134822.546000', '134822.549000', '134822.552000', '134822.554000', '134822.557000', '134822.559000', '134822.562000', '134822.565000', '134822.573000', '134822.576000', '134822.579000', '134822.581000', '134822.584000', '134822.587000', '134822.589000', '134822.592000', '134822.595000', '134822.597000', '134822.600000', '134822.603000', '134822.605000', '134822.608000', '134822.610000', '134822.613000', '134822.616000', '134822.618000', '134822.621000', '134822.624000', '134822.626000', '134822.629000', '134822.632000', '134822.634000', '134822.637000', '134822.640000', '134822.642000', '134822.645000', '134822.647000', '134822.650000', '134822.653000', '134842.532000', '134842.535000', '134842.538000', '134842.540000', '134842.543000', '134842.546000', '134842.548000', '134842.551000', '134842.554000', '134842.556000', '134842.559000', '134842.561000', '134842.564000', '134842.567000', '134842.569000', '134842.572000', '134842.575000', '134842.577000', '134842.580000', '134842.583000', '134842.585000', '134842.588000', '134842.590000', '134842.593000', '134842.596000', '134842.598000', '134842.601000', '134842.604000', '134842.607000', '134842.609000', '134842.612000', '134842.615000', '134842.617000', '134842.620000', '134842.623000', '134842.625000', '134842.628000', '134842.630000', '134842.633000', '134842.636000', '134842.640000', '134842.643000', '134842.646000', '134902.533000', '134902.535000', '134902.538000', '134902.541000', '134902.543000', '134902.546000', '134902.548000', '134902.551000', '134902.554000', '134902.556000', '134902.559000', '134902.561000', '134902.564000', '134902.566000', '134902.569000', '134902.572000', '134902.574000', '134902.577000', '134902.580000', '134902.582000', '134902.585000', '134902.587000', '134902.590000', '134902.593000', '134902.595000', '134902.598000', '134902.601000', '134902.603000', '134902.606000', '134902.608000', '134902.611000', '134902.613000', '134902.616000', '134902.619000', '134902.621000', '134902.624000', '134902.627000', '134902.629000', '134902.632000', '134902.634000', '134902.637000', '134902.639000', '134902.642000', '134902.645000', '134922.532000', '134922.535000', '134922.538000', '134922.582000', '134922.584000', '134922.587000', '134922.590000', '134922.592000', '134922.595000', '134922.597000', '134922.600000', '134922.603000', '134922.605000', '134922.608000', '134922.610000', '134922.613000', '134922.615000', '134922.618000', '134922.621000', '134922.623000', '134922.626000', '134922.629000', '134922.632000', '134922.634000', '134922.637000', '134922.639000', '134922.642000', '134922.644000', '134922.647000', '134922.650000', '134922.652000', '134922.655000', '134922.657000', '134922.660000', '134922.663000', '134922.665000', '134922.668000', '134922.670000', '134922.673000', '134922.676000', '134922.678000', '134922.681000', '134922.683000', '134942.534000', '134942.537000', '134942.539000', '134942.542000', '134942.544000', '134942.547000', '134942.550000', '134942.552000', '134942.555000', '134942.557000', '134942.560000', '134942.562000', '134942.565000', '134942.568000', '134942.570000', '134942.573000', '134942.576000', '134942.578000', '134942.581000', '134942.583000', '134942.586000', '134942.589000', '134942.591000', '134942.594000', '134942.596000', '134942.599000', '134942.602000', '134942.604000', '134942.607000', '134942.609000', '134942.612000', '134942.615000', '134942.617000', '134942.620000', '134942.622000', '134942.625000', '134942.628000', '134942.630000', '134942.633000', '134942.635000', '134942.638000', '134942.640000', '134942.643000', '134942.646000', '134959.083000', '134959.086000', '134959.089000', '134959.092000', '134959.094000', '134959.097000', '134959.099000', '134959.102000', '134959.105000', '134959.108000', '134959.110000', '134959.113000', '134959.116000', '134959.121000', '134959.124000', '134959.128000', '134959.131000', '134959.134000', '134959.137000', '134959.140000', '134959.143000', '134959.145000', '134959.148000', '134959.151000', '134959.154000', '134959.157000', '134959.160000', '134959.163000', '134959.166000', '134959.169000', '134959.172000', '134959.175000', '134959.178000', '134959.181000', '134959.184000', '134959.186000'], '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], 'LargestImagePixelValue': [9754, 15824, 14430, 19536, 18012, 20359, 12241, 15495, 8909, 15989, 14842, 20172, 13966, 17598, 11231, 17699, 14091, 20544, 13406, 17809, 9476, 8875, 9228, 8817, 9788, 8842, 9593, 8912, 12241, 9042, 12621, 9158, 14007, 8814, 9053, 9077, 8591, 9029, 8550, 9126, 8844, 9463, 8560, 9176, 8653, 15266, 13132, 17964, 9651, 18003, 9400, 18789, 12853, 19137, 12569, 18174, 13778, 16867, 10719, 13065, 8629, 9428, 8875, 9408, 8532, 9033, 14255, 9146, 14499, 8826, 16599, 13694, 19711, 14265, 18985, 11897, 15548, 12547, 14277, 17696, 13532, 9265, 9276, 9312, 8977, 13380, 9012, 9333, 9171, 9331, 9254, 11182, 8991, 14553, 9143, 15459, 8830, 13737, 8971, 15547, 11468, 19158, 14205, 20068, 12521, 14178, 8819, 11568, 8971, 12840, 8750, 11268, 8674, 9588, 8927, 14640, 10593, 19099, 12916, 17348, 10927, 14461, 11504, 17326, 8876, 12238, 8508, 9154, 8978, 8748, 9134, 8687, 9278, 9752, 8814, 11213, 8873, 15049, 11038, 18368, 11363, 17356, 9258, 14657, 8870, 12894, 9047, 15862, 9008, 8773, 8978, 9073, 9035, 9223, 9335, 9064, 9059, 9197, 9309, 9313, 9068, 8703, 9249, 9512, 9027, 8861, 9054, 8751, 13332, 9357, 16763, 12594, 15941, 10012, 19353, 13241, 12520, 9439, 8727, 9448, 8969, 8615, 8848, 9319, 8778, 9040, 10433, 8827, 18076, 17388, 20153, 19615, 21532, 14247, 19891, 16825, 22324, 15659, 20388, 14556, 18918, 20188, 12091, 18143, 10234, 16390, 10451, 17369, 10031, 9001, 8834, 9014, 9651, 9295, 16920, 8789, 12004, 9084, 10496, 9361, 9683, 9086, 9325, 9111, 9686, 8630, 9129, 9367, 9202, 9554, 8523, 9266, 9545, 8237, 9164, 11544, 8772, 18224, 13237, 16514, 12705, 12855, 13176, 14468, 14654, 17474, 16501, 12926, 10006, 8989, 8989, 10878, 8703, 12166, 8895, 9000, 9012, 9103, 8408, 9018, 8710, 9242, 8445, 9323, 8425, 9266, 8380, 9024, 9982, 8843, 10112, 9210, 8636, 9359, 8510, 9252, 8464, 9423, 8424, 9455, 9389, 8774, 9311, 9703, 8899, 8698, 9011, 10357, 9067, 10413, 14857, 9285, 18534, 13392, 19392, 14308, 19828, 12397, 17376, 11780, 19133, 13637, 18963, 9815, 13846, 9023, 14040, 8881, 12340, 8572, 8930, 8989, 9125, 8928, 14801, 12678, 18847, 15213, 16840, 15223, 9722, 16270, 11083, 12741, 8958, 9011, 8718, 9173, 9453, 10558, 16316, 15716, 19130, 10385, 14207, 8986, 8403, 9248, 9759, 8846, 8938, 8588, 9143, 8650, 8880, 8584, 8899, 13175, 9141, 13416, 9042, 15876, 12037, 17805, 14263, 17233, 12485, 11591, 10857, 9239, 10596, 8854, 8817, 9279, 9091, 9324, 9327, 8830, 9121, 9199, 9433, 10251, 8866, 13734, 14170, 15860, 12623, 17120, 12374, 17963, 15863, 20201, 17860, 20156, 13042, 15068, 9795, 12038, 9099, 13734, 11379, 16016, 8967, 8834, 8813, 9225, 10022, 8867, 15762, 9208, 11387, 8606, 11442, 13454, 11382, 15707, 9308, 14895, 9513, 15344, 9150, 9791, 8698, 9207, 9893, 9404, 12366, 8697, 11742, 8468, 8933, 8726, 9167, 9415, 8855, 9160, 10602, 8564, 9206, 12781, 8712, 9234, 14710, 15487, 19446, 19074, 16735, 20031, 15675, 19379, 12489, 13141, 12139, 9551, 18295, 9213, 14178, 8882, 9333, 8923, 9530, 9239, 9343, 9112, 9050, 9206, 8954, 9072, 9090, 9060, 9347, 10407, 9242, 9577, 9278, 9071, 9306, 8919, 9166, 8861, 8878, 8858, 8868, 11737, 16482, 16074, 15039, 10336, 19607, 13461, 19685, 14628, 17710, 10491, 13138, 8991, 8661, 14059, 8640, 13983, 8467, 12039, 8757, 8659, 8910, 8243, 8944, 8355, 9000, 8644, 8990, 8648, 8666, 8684, 8569, 8601, 8606, 8804, 8626, 8639, 11301, 8784, 14351, 9405, 15959, 9413, 12726, 9575, 15249, 14236, 17687, 17720, 13056, 21000, 13075, 19150, 13405, 18683, 12136, 16590, 9524, 9677, 8665, 8614, 15385, 10695, 17006, 8958, 14536, 9446, 12826, 8959, 13486, 9533, 11021, 8358, 8804, 8292, 8989, 10141, 8272, 8632, 8609, 8403, 8619, 8391, 8692, 8739, 8725, 11466, 8928, 10803, 8286, 8827, 14080, 11078, 15576, 10843, 16568, 8846, 14063, 8592, 12422, 8527, 8185, 8632, 8249, 8472, 8561, 8753, 8825, 8928, 11563, 8962, 11566, 9741, 13783, 15726, 14815, 19013, 14104, 18512, 14106, 16828, 12015, 16986, 9865, 12298, 9799, 8644, 12963, 8367, 14797, 8434, 8717, 8228, 8754, 8321, 8729, 8311, 8503, 8566, 8336, 8809, 8877, 8534, 9827, 8442, 11946, 8806, 13091, 8663, 13301, 10442, 14473, 11705, 16625, 11661, 16117, 11446, 16099, 11742, 15710, 11864, 12204, 12288, 8500, 15058, 8384, 17192, 12056, 15764, 11778, 13306, 8724, 8735, 8449, 8417, 9207, 8330, 9157, 8634, 8443, 8472, 8469, 8758, 9669, 11224, 14028, 11296, 16061, 10571, 16318, 10064, 15581, 12614, 16321, 11683, 13409, 8740, 9104, 9023, 8265, 8569, 8620, 8343, 8637, 8659, 8914, 8591, 8855, 8927, 8882, 8226, 8728, 8554, 8858, 8474, 8926, 8605, 12504, 8717, 13781, 8565, 9726, 8883, 14053, 12317, 15853, 9918, 12465, 9034, 13924, 12160, 16568, 12857, 17981, 11954, 16535, 14876, 16744, 16536, 14656, 18020, 11390, 17109, 10697, 17232, 13729, 17139, 11601, 14873, 8863, 13682, 9502, 14541, 12139, 16718, 11861, 15914, 9183, 12056, 9369, 10537, 12167, 13948, 10504, 8699, 8647, 8676, 8749, 8732, 8577, 8687, 8588, 10819, 11308, 12402, 15924, 15723, 16221, 18301, 17669, 16996, 17686, 15050, 17207, 17351, 19274, 16259, 18997, 12683, 16532, 12050, 19791, 15068, 20187, 11527, 16035, 8838, 18320, 13725, 19936, 11934, 13911, 8825, 14562, 11463, 18075, 9772, 13342, 8429, 13052, 9009, 17721, 10690, 9607, 8734, 9036, 9527, 8756, 10860, 8595, 8922, 8402, 13607, 8772, 9832, 8588, 8661, 11583, 10586, 18807, 11993, 8845, 8810, 8523, 8967, 9155, 8621, 15381, 10988, 10240, 16151, 13004, 17242, 11172, 9772, 14828, 12041, 17471, 13645, 17692, 12949, 8873, 14678, 9118, 16935, 12054, 11163, 10758, 8579, 15226, 8966, 8822, 9174, 8698, 11645, 9234, 8487, 10714, 8875, 10531, 9401, 8545, 14968, 8715, 12831, 8685, 12348, 14242, 8506, 13629, 8541, 14759, 10293, 13635, 10954, 8974, 11958, 8653, 16909, 11061, 9076, 12253, 8293, 15756, 12821, 18505, 11760, 9596, 15060, 12898, 18235, 14634, 18820, 13716, 17250, 13734, 19858, 13487, 12169, 8731, 9106, 8487, 12959, 12131, 8954, 8690, 8466, 9464, 8404, 13375, 9736, 16709, 8243, 13668, 8673, 16171, 11642, 8845, 10756, 8857, 12540, 8432, 17940, 12841, 17081, 8407, 13170, 8339, 14289, 11074, 17841], 'WindowCenter': [5097.0, 5130.0, 5107.0, 5133.0, 5110.0, 5120.0, 5062.0, 5077.0, 5043.0, 5087.0, 5078.0, 5106.0, 5079.0, 5085.0, 5038.0, 5083.0, 5054.0, 5093.0, 5044.0, 5072.0, 5027.0, 5014.0, 5014.0, 5003.0, 5012.0, 5005.0, 5026.0, 5017.0, 5034.0, 5005.0, 5032.0, 5004.0, 5052.0, 5016.0, 5005.0, 5004.0, 5003.0, 5004.0, 5007.0, 5017.0, 5017.0, 5015.0, 5017.0, 5027.0, 5017.0, 5063.0, 5045.0, 5083.0, 5028.0, 5083.0, 5016.0, 5079.0, 5056.0, 5095.0, 5047.0, 5084.0, 5056.0, 5061.0, 5025.0, 5043.0, 5004.0, 5015.0, 5016.0, 5015.0, 5017.0, 5015.0, 5065.0, 5028.0, 5064.0, 5006.0, 5063.0, 5042.0, 5093.0, 5052.0, 5082.0, 5034.0, 5062.0, 5031.0, 5041.0, 5058.0, 5031.0, 4988.0, 5003.0, 5002.0, 4992.0, 5039.0, 5002.0, 5001.0, 5004.0, 5013.0, 5005.0, 5021.0, 5004.0, 5052.0, 5016.0, 5062.0, 5006.0, 5042.0, 5006.0, 5062.0, 5037.0, 5082.0, 5055.0, 5080.0, 5033.0, 5041.0, 5014.0, 5046.0, 5018.0, 5047.0, 5008.0, 5024.0, 4995.0, 5006.0, 5007.0, 5057.0, 5017.0, 5082.0, 5046.0, 5075.0, 5025.0, 5066.0, 5035.0, 5073.0, 4993.0, 5022.0, 4998.0, 4995.0, 4993.0, 4982.0, 4993.0, 4996.0, 5008.0, 5018.0, 5023.0, 5039.0, 5008.0, 5056.0, 5014.0, 5074.0, 5025.0, 5075.0, 5006.0, 5054.0, 4995.0, 5036.0, 4996.0, 5064.0, 4995.0, 4996.0, 4994.0, 5005.0, 5007.0, 5017.0, 5007.0, 5008.0, 5007.0, 5016.0, 5018.0, 5022.0, 5020.0, 5021.0, 5031.0, 5032.0, 5020.0, 5023.0, 5019.0, 5025.0, 5059.0, 5021.0, 5089.0, 5063.0, 5080.0, 5010.0, 5086.0, 5025.0, 5014.0, 4971.0, 4975.0, 4988.0, 4982.0, 4971.0, 4971.0, 4996.0, 4999.0, 4986.0, 5005.0, 5011.0, 5113.0, 5089.0, 5082.0, 5073.0, 5083.0, 5032.0, 5072.0, 5053.0, 5077.0, 5044.0, 5082.0, 5031.0, 5058.0, 5059.0, 4999.0, 5059.0, 4992.0, 5035.0, 4978.0, 5037.0, 4976.0, 4966.0, 4972.0, 4969.0, 4981.0, 4982.0, 5041.0, 4960.0, 4986.0, 4957.0, 4990.0, 4954.0, 4962.0, 4970.0, 4976.0, 4977.0, 4975.0, 4983.0, 4986.0, 4987.0, 4997.0, 5009.0, 5029.0, 5065.0, 4987.0, 4963.0, 4989.0, 5018.0, 4993.0, 5069.0, 5029.0, 5058.0, 5028.0, 5029.0, 5030.0, 5039.0, 5038.0, 5057.0, 5052.0, 5017.0, 4992.0, 4979.0, 4984.0, 4997.0, 4984.0, 5012.0, 4980.0, 4979.0, 4982.0, 4989.0, 4983.0, 4990.0, 4992.0, 4989.0, 4980.0, 5001.0, 4992.0, 5012.0, 4997.0, 5004.0, 5017.0, 5004.0, 5028.0, 5014.0, 5020.0, 5016.0, 5005.0, 5015.0, 5003.0, 5027.0, 5008.0, 5028.0, 5020.0, 5011.0, 5019.0, 5018.0, 5023.0, 5010.0, 5022.0, 5031.0, 5020.0, 5030.0, 5078.0, 5032.0, 5096.0, 5056.0, 5095.0, 5067.0, 5106.0, 5046.0, 5087.0, 5036.0, 5087.0, 5057.0, 5083.0, 5018.0, 5043.0, 5004.0, 5055.0, 4993.0, 5031.0, 4995.0, 5008.0, 5008.0, 5007.0, 5023.0, 5068.0, 5052.0, 5105.0, 5075.0, 5081.0, 5064.0, 4995.0, 5062.0, 4999.0, 5006.0, 4978.0, 4982.0, 4998.0, 5007.0, 5004.0, 5014.0, 5070.0, 5054.0, 5069.0, 5006.0, 5044.0, 4992.0, 4972.0, 4992.0, 5005.0, 5000.0, 4998.0, 5000.0, 5017.0, 5011.0, 5008.0, 4993.0, 5007.0, 5042.0, 5012.0, 5044.0, 5011.0, 5077.0, 5049.0, 5088.0, 5054.0, 5078.0, 5033.0, 5025.0, 5015.0, 5006.0, 5013.0, 4994.0, 4984.0, 4973.0, 4972.0, 4984.0, 4971.0, 4969.0, 4990.0, 4987.0, 4989.0, 4992.0, 4989.0, 5037.0, 5040.0, 5042.0, 5027.0, 5064.0, 5024.0, 5075.0, 5053.0, 5073.0, 5051.0, 5076.0, 5037.0, 5057.0, 5007.0, 5023.0, 4987.0, 5023.0, 5003.0, 5041.0, 4987.0, 4981.0, 4986.0, 4984.0, 4993.0, 4983.0, 5041.0, 4988.0, 5013.0, 4976.0, 4993.0, 5023.0, 5016.0, 5044.0, 4983.0, 5033.0, 4980.0, 5029.0, 4970.0, 4979.0, 4973.0, 4973.0, 4982.0, 4981.0, 5011.0, 4990.0, 5024.0, 4991.0, 4985.0, 4971.0, 4979.0, 4982.0, 4973.0, 4983.0, 5002.0, 4990.0, 4983.0, 5023.0, 4985.0, 4996.0, 5047.0, 5060.0, 5085.0, 5076.0, 5052.0, 5073.0, 5043.0, 5072.0, 5023.0, 5023.0, 5023.0, 4995.0, 5062.0, 4992.0, 5028.0, 4980.0, 4979.0, 4991.0, 4991.0, 4992.0, 5003.0, 5006.0, 5017.0, 5017.0, 5018.0, 5021.0, 5020.0, 5018.0, 5018.0, 5027.0, 5017.0, 5018.0, 5019.0, 5019.0, 5032.0, 5022.0, 5031.0, 5031.0, 5048.0, 5036.0, 5047.0, 5074.0, 5103.0, 5105.0, 5094.0, 5058.0, 5112.0, 5072.0, 5098.0, 5071.0, 5090.0, 5054.0, 5063.0, 5022.0, 5021.0, 5071.0, 5023.0, 5070.0, 5012.0, 5050.0, 5022.0, 5011.0, 5032.0, 5023.0, 5034.0, 5023.0, 5035.0, 5037.0, 5037.0, 5036.0, 5037.0, 5035.0, 5035.0, 5037.0, 5036.0, 5035.0, 5037.0, 5036.0, 5066.0, 5038.0, 5094.0, 5060.0, 5106.0, 5050.0, 5076.0, 5046.0, 5095.0, 5084.0, 5105.0, 5104.0, 5074.0, 5121.0, 5073.0, 5112.0, 5072.0, 5100.0, 5063.0, 5090.0, 5033.0, 5031.0, 5022.0, 5024.0, 5078.0, 5040.0, 5088.0, 5024.0, 5069.0, 5032.0, 5061.0, 5021.0, 5059.0, 5019.0, 5041.0, 5011.0, 5019.0, 5010.0, 5021.0, 5030.0, 5012.0, 5022.0, 5021.0, 5012.0, 5023.0, 5023.0, 5035.0, 5034.0, 5025.0, 5054.0, 5036.0, 5044.0, 5023.0, 5035.0, 5072.0, 5053.0, 5079.0, 5043.0, 5079.0, 5023.0, 5068.0, 5023.0, 5050.0, 5022.0, 5012.0, 5021.0, 5023.0, 5036.0, 5037.0, 5049.0, 5047.0, 5046.0, 5067.0, 5049.0, 5066.0, 5046.0, 5085.0, 5094.0, 5085.0, 5103.0, 5073.0, 5098.0, 5072.0, 5091.0, 5050.0, 5079.0, 5031.0, 5050.0, 5020.0, 5009.0, 5045.0, 5009.0, 5058.0, 5010.0, 5007.0, 5009.0, 5007.0, 5011.0, 5020.0, 5023.0, 5021.0, 5024.0, 5010.0, 5033.0, 5032.0, 5036.0, 5044.0, 5027.0, 5064.0, 5036.0, 5072.0, 5034.0, 5074.0, 5054.0, 5082.0, 5065.0, 5091.0, 5055.0, 5091.0, 5054.0, 5092.0, 5052.0, 5079.0, 5051.0, 5050.0, 5050.0, 5012.0, 5069.0, 5011.0, 5088.0, 5050.0, 5068.0, 5050.0, 5057.0, 5011.0, 5010.0, 5013.0, 5012.0, 5031.0, 5024.0, 5044.0, 5035.0, 5026.0, 5024.0, 5024.0, 5034.0, 5043.0, 5054.0, 5082.0, 5055.0, 5091.0, 5044.0, 5088.0, 5043.0, 5078.0, 5062.0, 5080.0, 5051.0, 5059.0, 5011.0, 5019.0, 5021.0, 5010.0, 5022.0, 5021.0, 5011.0, 5022.0, 5024.0, 5024.0, 5024.0, 5033.0, 5036.0, 5035.0, 5023.0, 5036.0, 5038.0, 5036.0, 5038.0, 5046.0, 5037.0, 5075.0, 5037.0, 5085.0, 5038.0, 5046.0, 5048.0, 5085.0, 5074.0, 5102.0, 5057.0, 5074.0, 5049.0, 5094.0, 5077.0, 5104.0, 5087.0, 5116.0, 5066.0, 5105.0, 5095.0, 5103.0, 5103.0, 5085.0, 5102.0, 5054.0, 5104.0, 5054.0, 5101.0, 5072.0, 5089.0, 5052.0, 5068.0, 5024.0, 5059.0, 5033.0, 5080.0, 5061.0, 5090.0, 5051.0, 5080.0, 5021.0, 5050.0, 5020.0, 5028.0, 5046.0, 5070.0, 5042.0, 5021.0, 5020.0, 5029.0, 5041.0, 5043.0, 5045.0, 5046.0, 5057.0, 4994.0, 5028.0, 5133.0, 5126.0, 5113.0, 5112.0, 5123.0, 5125.0, 5111.0, 5110.0, 5078.0, 5096.0, 5096.0, 5107.0, 5086.0, 5107.0, 5057.0, 5085.0, 5045.0, 5095.0, 5064.0, 5095.0, 5032.0, 5062.0, 5002.0, 5081.0, 5042.0, 5092.0, 5033.0, 5040.0, 5005.0, 5050.0, 5022.0, 5069.0, 5011.0, 5038.0, 4991.0, 5038.0, 5004.0, 5071.0, 5022.0, 5000.0, 4992.0, 4991.0, 5003.0, 4993.0, 5023.0, 4991.0, 5002.0, 4992.0, 5050.0, 5004.0, 5014.0, 5016.0, 5017.0, 5032.0, 5023.0, 5079.0, 5034.0, 5004.0, 5003.0, 5015.0, 5014.0, 5013.0, 5003.0, 5061.0, 5034.0, 5023.0, 5073.0, 5045.0, 5071.0, 5020.0, 5003.0, 5049.0, 5017.0, 5056.0, 5036.0, 5056.0, 5016.0, 4977.0, 5036.0, 4990.0, 5055.0, 5017.0, 5006.0, 4995.0, 4978.0, 5036.0, 4987.0, 4988.0, 4988.0, 4990.0, 5018.0, 5002.0, 5003.0, 5022.0, 5003.0, 5024.0, 5016.0, 5005.0, 5062.0, 5007.0, 5043.0, 5005.0, 5045.0, 5064.0, 5007.0, 5054.0, 5018.0, 5074.0, 5035.0, 5066.0, 5037.0, 5020.0, 5046.0, 5018.0, 5084.0, 5050.0, 5018.0, 5057.0, 5008.0, 5075.0, 5058.0, 5104.0, 5059.0, 5029.0, 5076.0, 5059.0, 5095.0, 5077.0, 5094.0, 5065.0, 5083.0, 5067.0, 5093.0, 5055.0, 5046.0, 5007.0, 5005.0, 5007.0, 5052.0, 5045.0, 5018.0, 5017.0, 5008.0, 5016.0, 5018.0, 5057.0, 5027.0, 5083.0, 5010.0, 5066.0, 5019.0, 5075.0, 5047.0, 5019.0, 5036.0, 5017.0, 5048.0, 5009.0, 5084.0, 5055.0, 5073.0, 5007.0, 5056.0, 5009.0, 5064.0, 5036.0, 5083.0], 'WindowWidth': [11072.0, 11104.0, 11063.0, 11097.0, 11055.0, 11070.0, 10987.0, 11001.0, 10965.0, 11018.0, 11005.0, 11044.0, 11008.0, 11011.0, 10945.0, 11004.0, 10961.0, 11017.0, 10947.0, 10984.0, 10930.0, 10908.0, 10906.0, 10892.0, 10903.0, 10896.0, 10928.0, 10916.0, 10934.0, 10896.0, 10927.0, 10891.0, 10955.0, 10914.0, 10894.0, 10893.0, 10890.0, 10893.0, 10901.0, 10915.0, 10915.0, 10911.0, 10917.0, 10935.0, 10915.0, 10973.0, 10951.0, 11001.0, 10931.0, 11000.0, 10911.0, 10992.0, 10967.0, 11025.0, 10957.0, 11007.0, 10966.0, 10966.0, 10920.0, 10945.0, 10893.0, 10912.0, 10914.0, 10910.0, 10916.0, 10911.0, 10980.0, 10934.0, 10979.0, 10899.0, 10972.0, 10941.0, 11017.0, 10955.0, 10999.0, 10932.0, 10971.0, 10924.0, 10936.0, 10959.0, 10922.0, 10864.0, 10888.0, 10885.0, 10873.0, 10933.0, 10887.0, 10885.0, 10893.0, 10904.0, 10895.0, 10913.0, 10893.0, 10955.0, 10911.0, 10970.0, 10898.0, 10943.0, 10899.0, 10971.0, 10942.0, 10998.0, 10962.0, 10995.0, 10932.0, 10940.0, 10910.0, 10955.0, 10919.0, 10956.0, 10904.0, 10917.0, 10879.0, 10895.0, 10899.0, 10968.0, 10912.0, 10996.0, 10952.0, 10991.0, 10923.0, 10983.0, 10935.0, 10985.0, 10871.0, 10909.0, 10886.0, 10877.0, 10872.0, 10855.0, 10874.0, 10881.0, 10902.0, 10918.0, 10934.0, 10948.0, 10903.0, 10962.0, 10904.0, 10987.0, 10921.0, 10989.0, 10897.0, 10960.0, 10880.0, 10935.0, 10881.0, 10972.0, 10880.0, 10882.0, 10878.0, 10893.0, 10901.0, 10913.0, 10899.0, 10904.0, 10901.0, 10914.0, 10917.0, 10928.0, 10925.0, 10927.0, 10941.0, 10943.0, 10924.0, 10928.0, 10920.0, 10936.0, 10974.0, 10924.0, 11018.0, 10989.0, 11005.0, 10904.0, 11002.0, 10913.0, 10895.0, 10831.0, 10843.0, 10857.0, 10853.0, 10837.0, 10834.0, 10875.0, 10888.0, 10864.0, 10892.0, 10909.0, 11060.0, 11014.0, 10998.0, 10979.0, 10999.0, 10919.0, 10975.0, 10948.0, 10983.0, 10937.0, 10995.0, 10918.0, 10953.0, 10956.0, 10869.0, 10956.0, 10866.0, 10916.0, 10839.0, 10920.0, 10835.0, 10823.0, 10833.0, 10832.0, 10851.0, 10848.0, 10930.0, 10816.0, 10843.0, 10805.0, 10862.0, 10801.0, 10811.0, 10829.0, 10838.0, 10842.0, 10837.0, 10859.0, 10856.0, 10860.0, 10880.0, 10897.0, 10945.0, 11005.0, 10858.0, 10819.0, 10864.0, 10905.0, 10878.0, 10974.0, 10918.0, 10960.0, 10917.0, 10917.0, 10921.0, 10933.0, 10931.0, 10957.0, 10952.0, 10898.0, 10868.0, 10849.0, 10860.0, 10872.0, 10859.0, 10894.0, 10850.0, 10848.0, 10853.0, 10867.0, 10861.0, 10868.0, 10873.0, 10866.0, 10856.0, 10886.0, 10875.0, 10905.0, 10886.0, 10894.0, 10913.0, 10892.0, 10930.0, 10911.0, 10924.0, 10914.0, 10898.0, 10912.0, 10893.0, 10933.0, 10908.0, 10932.0, 10923.0, 10911.0, 10919.0, 10919.0, 10931.0, 10911.0, 10931.0, 10939.0, 10924.0, 10936.0, 11006.0, 10945.0, 11028.0, 10969.0, 11025.0, 10985.0, 11041.0, 10955.0, 11017.0, 10941.0, 11014.0, 10969.0, 11004.0, 10914.0, 10946.0, 10894.0, 10967.0, 10877.0, 10927.0, 10882.0, 10906.0, 10908.0, 10902.0, 10931.0, 10990.0, 10968.0, 11044.0, 10994.0, 11001.0, 10977.0, 10872.0, 10972.0, 10876.0, 10878.0, 10845.0, 10857.0, 10886.0, 10903.0, 10893.0, 10905.0, 10987.0, 10958.0, 10978.0, 10894.0, 10945.0, 10874.0, 10843.0, 10874.0, 10892.0, 10889.0, 10887.0, 10892.0, 10917.0, 10911.0, 10907.0, 10881.0, 10900.0, 10945.0, 10910.0, 10950.0, 10912.0, 11004.0, 10962.0, 11016.0, 10962.0, 11000.0, 10929.0, 10919.0, 10906.0, 10897.0, 10903.0, 10877.0, 10863.0, 10841.0, 10838.0, 10858.0, 10836.0, 10829.0, 10868.0, 10867.0, 10871.0, 10867.0, 10870.0, 10936.0, 10938.0, 10935.0, 10921.0, 10972.0, 10918.0, 10989.0, 10953.0, 10981.0, 10946.0, 10988.0, 10937.0, 10966.0, 10896.0, 10916.0, 10865.0, 10910.0, 10882.0, 10928.0, 10868.0, 10856.0, 10865.0, 10858.0, 10871.0, 10859.0, 10936.0, 10867.0, 10898.0, 10849.0, 10864.0, 10906.0, 10905.0, 10940.0, 10857.0, 10923.0, 10848.0, 10913.0, 10833.0, 10845.0, 10841.0, 10840.0, 10853.0, 10852.0, 10894.0, 10876.0, 10921.0, 10878.0, 10859.0, 10837.0, 10848.0, 10853.0, 10840.0, 10857.0, 10883.0, 10873.0, 10855.0, 10912.0, 10862.0, 10879.0, 10949.0, 10974.0, 11009.0, 10990.0, 10948.0, 10984.0, 10939.0, 10980.0, 10912.0, 10909.0, 10910.0, 10874.0, 10965.0, 10868.0, 10914.0, 10851.0, 10849.0, 10870.0, 10868.0, 10871.0, 10890.0, 10898.0, 10918.0, 10919.0, 10921.0, 10925.0, 10922.0, 10919.0, 10919.0, 10930.0, 10916.0, 10917.0, 10919.0, 10920.0, 10943.0, 10928.0, 10941.0, 10942.0, 10975.0, 10957.0, 10976.0, 11009.0, 11045.0, 11052.0, 11032.0, 10987.0, 11053.0, 10995.0, 11030.0, 10995.0, 11020.0, 10977.0, 10987.0, 10926.0, 10923.0, 10991.0, 10927.0, 10988.0, 10912.0, 10959.0, 10924.0, 10909.0, 10941.0, 10929.0, 10947.0, 10932.0, 10952.0, 10953.0, 10955.0, 10953.0, 10954.0, 10949.0, 10949.0, 10954.0, 10952.0, 10952.0, 10956.0, 10954.0, 10996.0, 10959.0, 11031.0, 10993.0, 11049.0, 10976.0, 11007.0, 10967.0, 11033.0, 11014.0, 11045.0, 11043.0, 11000.0, 11064.0, 10997.0, 11052.0, 10995.0, 11032.0, 10984.0, 11019.0, 10942.0, 10937.0, 10928.0, 10930.0, 10999.0, 10948.0, 11012.0, 10931.0, 10987.0, 10940.0, 10977.0, 10925.0, 10973.0, 10917.0, 10949.0, 10908.0, 10917.0, 10905.0, 10923.0, 10934.0, 10912.0, 10924.0, 10925.0, 10912.0, 10931.0, 10929.0, 10951.0, 10946.0, 10936.0, 10973.0, 10950.0, 10960.0, 10929.0, 10949.0, 10995.0, 10969.0, 11003.0, 10956.0, 11001.0, 10926.0, 10985.0, 10929.0, 10960.0, 10926.0, 10911.0, 10926.0, 10929.0, 10953.0, 10956.0, 10977.0, 10968.0, 10967.0, 10996.0, 10973.0, 10995.0, 10967.0, 11019.0, 11028.0, 11019.0, 11042.0, 10997.0, 11029.0, 10994.0, 11022.0, 10960.0, 11001.0, 10935.0, 10959.0, 10917.0, 10901.0, 10946.0, 10903.0, 10968.0, 10906.0, 10899.0, 10903.0, 10899.0, 10908.0, 10921.0, 10928.0, 10922.0, 10932.0, 10910.0, 10944.0, 10942.0, 10954.0, 10962.0, 10940.0, 10986.0, 10953.0, 10998.0, 10948.0, 11001.0, 10974.0, 11011.0, 10991.0, 11023.0, 10976.0, 11023.0, 10971.0, 11025.0, 10967.0, 11002.0, 10962.0, 10962.0, 10960.0, 10910.0, 10985.0, 10909.0, 11013.0, 10961.0, 10983.0, 10961.0, 10965.0, 10907.0, 10905.0, 10913.0, 10912.0, 10939.0, 10933.0, 10963.0, 10950.0, 10938.0, 10932.0, 10931.0, 10947.0, 10959.0, 10973.0, 11009.0, 10974.0, 11020.0, 10956.0, 11014.0, 10957.0, 11002.0, 10979.0, 11001.0, 10964.0, 10972.0, 10907.0, 10917.0, 10922.0, 10907.0, 10928.0, 10923.0, 10909.0, 10928.0, 10930.0, 10929.0, 10931.0, 10943.0, 10950.0, 10948.0, 10932.0, 10952.0, 10956.0, 10952.0, 10957.0, 10968.0, 10955.0, 11004.0, 10955.0, 11019.0, 10956.0, 10966.0, 10972.0, 11019.0, 11002.0, 11042.0, 10984.0, 11003.0, 10976.0, 11032.0, 11011.0, 11047.0, 11026.0, 11066.0, 10994.0, 11050.0, 11033.0, 11043.0, 11042.0, 11018.0, 11038.0, 10972.0, 11045.0, 10973.0, 11037.0, 10995.0, 11017.0, 10969.0, 10988.0, 10932.0, 10975.0, 10945.0, 11006.0, 10980.0, 11018.0, 10966.0, 11004.0, 10923.0, 10963.0, 10918.0, 10928.0, 10951.0, 10993.0, 10957.0, 10926.0, 10926.0, 10940.0, 10961.0, 10966.0, 10972.0, 10974.0, 10992.0, 10860.0, 10941.0, 11119.0, 11092.0, 11065.0, 11063.0, 11078.0, 11083.0, 11056.0, 11054.0, 11003.0, 11028.0, 11024.0, 11046.0, 11011.0, 11045.0, 10970.0, 11009.0, 10950.0, 11023.0, 10974.0, 11021.0, 10928.0, 10969.0, 10887.0, 10994.0, 10941.0, 11011.0, 10928.0, 10936.0, 10891.0, 10948.0, 10913.0, 10975.0, 10897.0, 10931.0, 10871.0, 10930.0, 10891.0, 10980.0, 10914.0, 10883.0, 10873.0, 10869.0, 10888.0, 10873.0, 10916.0, 10872.0, 10888.0, 10875.0, 10950.0, 10893.0, 10908.0, 10915.0, 10915.0, 10930.0, 10915.0, 10988.0, 10933.0, 10893.0, 10891.0, 10911.0, 10910.0, 10906.0, 10892.0, 10969.0, 10935.0, 10917.0, 10986.0, 10949.0, 10980.0, 10907.0, 10884.0, 10945.0, 10900.0, 10955.0, 10925.0, 10951.0, 10895.0, 10841.0, 10921.0, 10866.0, 10950.0, 10896.0, 10879.0, 10865.0, 10843.0, 10922.0, 10857.0, 10862.0, 10862.0, 10866.0, 10903.0, 10885.0, 10889.0, 10914.0, 10892.0, 10920.0, 10911.0, 10895.0, 10971.0, 10901.0, 10945.0, 10896.0, 10950.0, 10976.0, 10900.0, 10961.0, 10917.0, 10990.0, 10940.0, 10980.0, 10944.0, 10922.0, 10954.0, 10920.0, 11004.0, 10963.0, 10917.0, 10970.0, 10905.0, 10994.0, 10974.0, 11034.0, 10976.0, 10934.0, 10997.0, 10974.0, 11025.0, 10999.0, 11020.0, 10979.0, 11002.0, 10982.0, 11016.0, 10965.0, 10950.0, 10898.0, 10894.0, 10900.0, 10957.0, 10951.0, 10915.0, 10915.0, 10903.0, 10913.0, 10919.0, 10967.0, 10929.0, 11000.0, 10909.0, 10980.0, 10922.0, 10991.0, 10957.0, 10918.0, 10940.0, 10913.0, 10956.0, 10904.0, 11003.0, 10961.0, 10987.0, 10898.0, 10963.0, 10903.0, 10974.0, 10939.0, 10999.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.008716835164835166</td></tr>
<tr><td colspan=3>aqi</td><td>0.17893018791208795</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.941649830440056</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>0.9778562196259621</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9172111002310231</td></tr>
<tr><td colspan=3>efc</td><td>0.4957</td></tr>
<tr><td colspan=3>fber</td><td>7125.085</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20068550546733582</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>218</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.956043956043956</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.128136105785636</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7476671163086928</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.52843755223913</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.108303648809086</td></tr>
<tr><td colspan=3>gcor</td><td>0.00733601</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0017648108769208193</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.051331423223018646</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.327308712247274</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>11.8168</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1943</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.3388</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295257.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1143.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.2525</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5846</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.2068</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4217.3302</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4392.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5471.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1014.9433</td></tr>
<tr><td colspan=3>tsnr</td><td>15.969421767978929</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>