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

616 lines
No EOL
109 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-0008_ses-02_task-faces_acq-mb8_run-03_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-0008_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_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-03_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0008_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_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-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-02_task-faces_acq-mb8_run-03_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-0008/ses-02/func/sub-0008_ses-02_task-faces_acq-mb8_run-03_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>a1957ce6c4668f5672eae47feb3b0f7e</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:32:9.107500</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_VE11C_LATEST_20160120</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.99986, 0.00842158, 0.0144933, -0.0095983, 0.996492, 0.0831361]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.112742</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-03_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7725, -7229, 539, -145, -64, -76, 84]</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>248.528</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>da4ad834-57d6-4156-8cd8-4835e6af29cd||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825499534606934, -0.025751536712050438, 0.037104204297065735, 112.24427795410156], [-0.022594479843974113, 2.6735150814056396, 0.22481167316436768, -102.90532684326172], [0.03888440877199173, -0.22304821014404297, 2.69036865234375, -20.046327590942383], [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': ['133209.107500', '133209.567500', '133210.027500', '133210.487500', '133210.947500', '133211.407500', '133211.867500', '133212.327500', '133212.787500', '133213.247500', '133213.707500', '133214.167500', '133214.627500', '133215.087500', '133215.547500', '133216.007500', '133216.467500', '133216.927500', '133217.387500', '133217.847500', '133218.307500', '133218.767500', '133219.227500', '133219.687500', '133220.147500', '133220.607500', '133221.067500', '133221.527500', '133221.987500', '133222.447500', '133222.907500', '133223.367500', '133223.827500', '133224.287500', '133224.747500', '133225.207500', '133225.667500', '133226.127500', '133226.587500', '133227.047500', '133227.507500', '133227.967500', '133228.427500', '133228.887500', '133229.347500', '133229.807500', '133230.267500', '133230.727500', '133231.187500', '133231.647500', '133232.107500', '133232.567500', '133233.027500', '133233.487500', '133233.947500', '133234.407500', '133234.867500', '133235.327500', '133235.787500', '133236.247500', '133236.707500', '133237.167500', '133237.627500', '133238.087500', '133238.547500', '133239.007500', '133239.467500', '133239.927500', '133240.387500', '133240.847500', '133241.307500', '133241.767500', '133242.227500', '133242.687500', '133243.147500', '133243.607500', '133244.067500', '133244.527500', '133244.987500', '133245.447500', '133245.907500', '133246.367500', '133246.827500', '133247.287500', '133247.747500', '133248.207500', '133248.667500', '133249.127500', '133249.587500', '133250.047500', '133250.507500', '133250.967500', '133251.427500', '133251.887500', '133252.347500', '133252.807500', '133253.267500', '133253.727500', '133254.187500', '133254.647500', '133255.107500', '133255.567500', '133256.027500', '133256.487500', '133256.947500', '133257.407500', '133257.867500', '133258.327500', '133258.787500', '133259.247500', '133259.707500', '133300.167500', '133300.627500', '133301.087500', '133301.547500', '133302.007500', '133302.467500', '133302.927500', '133303.387500', '133303.847500', '133304.307500', '133304.767500', '133305.227500', '133305.687500', '133306.147500', '133306.607500', '133307.067500', '133307.527500', '133307.987500', '133308.447500', '133308.907500', '133309.367500', '133309.827500', '133310.287500', '133310.747500', '133311.207500', '133311.667500', '133312.127500', '133312.587500', '133313.047500', '133313.507500', '133313.967500', '133314.427500', '133314.887500', '133315.347500', '133315.807500', '133316.267500', '133316.727500', '133317.187500', '133317.647500', '133318.107500', '133318.567500', '133319.027500', '133319.487500', '133319.947500', '133320.407500', '133320.867500', '133321.327500', '133321.787500', '133322.247500', '133322.707500', '133323.167500', '133323.627500', '133324.087500', '133324.547500', '133325.007500', '133325.467500', '133325.927500', '133326.387500', '133326.847500', '133327.307500', '133327.767500', '133328.227500', '133328.687500', '133329.147500', '133329.607500', '133330.067500', '133330.527500', '133330.987500', '133331.447500', '133331.907500', '133332.367500', '133332.827500', '133333.287500', '133333.747500', '133334.207500', '133334.667500', '133335.127500', '133335.587500', '133336.047500', '133336.507500', '133336.967500', '133337.427500', '133337.887500', '133338.347500', '133338.807500', '133339.267500', '133339.727500', '133340.187500', '133340.647500', '133341.107500', '133341.567500', '133342.027500', '133342.487500', '133342.947500', '133343.407500', '133343.867500', '133344.327500', '133344.787500', '133345.247500', '133345.707500', '133346.167500', '133346.627500', '133347.087500', '133347.547500', '133348.007500', '133348.467500', '133348.927500', '133349.387500', '133349.847500', '133350.307500', '133350.767500', '133351.227500', '133351.687500', '133352.147500', '133352.607500', '133353.067500', '133353.527500', '133353.987500', '133354.447500', '133354.907500', '133355.367500', '133355.827500', '133356.287500', '133356.747500', '133357.207500', '133357.667500', '133358.127500', '133358.587500', '133359.047500', '133359.507500', '133359.967500', '133400.427500', '133400.887500', '133401.347500', '133401.807500', '133402.267500', '133402.727500', '133403.187500', '133403.647500', '133404.107500', '133404.567500', '133405.027500', '133405.487500', '133405.947500', '133406.407500', '133406.867500', '133407.327500', '133407.787500', '133408.247500', '133408.707500', '133409.167500', '133409.627500', '133410.087500', '133410.547500', '133411.007500', '133411.467500', '133411.927500', '133412.387500', '133412.847500', '133413.307500', '133413.767500', '133414.227500', '133414.687500', '133415.147500', '133415.607500', '133416.067500', '133416.527500', '133416.987500', '133417.447500', '133417.907500', '133418.367500', '133418.827500', '133419.287500', '133419.747500', '133420.207500', '133420.667500', '133421.127500', '133421.587500', '133422.047500', '133422.507500', '133422.967500', '133423.427500', '133423.887500', '133424.347500', '133424.807500', '133425.267500', '133425.727500', '133426.187500', '133426.647500', '133427.107500', '133427.567500', '133428.027500', '133428.487500', '133428.947500', '133429.407500', '133429.867500', '133430.327500', '133430.787500', '133431.247500', '133431.707500', '133432.167500', '133432.627500', '133433.087500', '133433.547500', '133434.007500', '133434.467500', '133434.927500', '133435.387500', '133435.847500', '133436.307500', '133436.767500', '133437.227500', '133437.687500', '133438.147500', '133438.607500', '133439.067500', '133439.527500', '133439.987500', '133440.447500', '133440.907500', '133441.367500', '133441.827500', '133442.287500', '133442.747500', '133443.207500', '133443.667500', '133444.127500', '133444.587500', '133445.047500', '133445.507500', '133445.967500', '133446.427500', '133446.887500', '133447.347500', '133447.807500', '133448.267500', '133448.727500', '133449.187500', '133449.647500', '133450.107500', '133450.567500', '133451.027500', '133451.487500', '133451.947500', '133452.407500', '133452.867500', '133453.327500', '133453.787500', '133454.247500', '133454.707500', '133455.167500', '133455.627500', '133456.087500', '133456.547500', '133457.007500', '133457.467500', '133457.927500', '133458.387500', '133458.847500', '133459.307500', '133459.767500', '133500.227500', '133500.687500', '133501.147500', '133501.607500', '133502.067500', '133502.527500', '133502.987500', '133503.447500', '133503.907500', '133504.367500', '133504.827500', '133505.287500', '133505.747500', '133506.207500', '133506.667500', '133507.127500', '133507.587500', '133508.047500', '133508.507500', '133508.967500', '133509.427500', '133509.887500', '133510.347500', '133510.807500', '133511.267500', '133511.727500', '133512.187500', '133512.647500', '133513.107500', '133513.567500', '133514.027500', '133514.487500', '133514.947500', '133515.407500', '133515.867500', '133516.327500', '133516.787500', '133517.247500', '133517.707500', '133518.167500', '133518.627500', '133519.087500', '133519.547500', '133520.007500', '133520.467500', '133520.927500', '133521.387500', '133521.847500', '133522.307500', '133522.767500', '133523.227500', '133523.687500', '133524.147500', '133524.607500', '133525.067500', '133525.527500', '133525.987500', '133526.447500', '133526.907500', '133527.367500', '133527.827500', '133528.287500', '133528.747500', '133529.207500', '133529.667500', '133530.127500', '133530.587500', '133531.047500', '133531.507500', '133531.967500', '133532.427500', '133532.887500', '133533.347500', '133533.807500', '133534.267500', '133534.727500', '133535.187500', '133535.647500', '133536.107500', '133536.567500', '133537.027500', '133537.487500', '133537.947500', '133538.407500', '133538.867500', '133539.327500', '133539.787500', '133540.247500', '133540.707500', '133541.167500', '133541.627500', '133542.087500', '133542.547500', '133543.007500', '133543.467500', '133543.927500', '133544.387500', '133544.847500', '133545.307500', '133545.767500', '133546.227500', '133546.687500', '133547.147500', '133547.607500', '133548.067500', '133548.527500', '133548.987500', '133549.447500', '133549.907500', '133550.367500', '133550.827500', '133551.287500', '133551.747500', '133552.207500', '133552.667500', '133553.127500', '133553.587500', '133554.047500', '133554.507500', '133554.967500', '133555.427500', '133555.887500', '133556.347500', '133556.807500', '133557.267500', '133557.727500', '133558.187500', '133558.647500', '133559.107500', '133559.567500', '133600.027500', '133600.487500', '133600.947500', '133601.407500', '133601.867500', '133602.327500', '133602.787500', '133603.247500', '133603.707500', '133604.167500', '133604.627500', '133605.087500', '133605.547500', '133606.007500', '133606.467500', '133606.927500', '133607.387500', '133607.847500', '133608.307500', '133608.767500', '133609.227500', '133609.687500', '133610.147500', '133610.607500', '133611.067500', '133611.527500', '133611.987500', '133612.447500', '133612.907500', '133613.367500', '133613.827500', '133614.287500', '133614.747500', '133615.207500', '133615.667500', '133616.127500', '133616.587500', '133617.047500', '133617.507500', '133617.967500', '133618.427500', '133618.887500', '133619.347500', '133619.807500', '133620.267500', '133620.727500', '133621.187500', '133621.647500', '133622.107500', '133622.567500', '133623.027500', '133623.487500', '133623.947500', '133624.407500', '133624.867500', '133625.327500', '133625.787500', '133626.247500', '133626.707500', '133627.167500', '133627.627500', '133628.087500', '133628.547500', '133629.007500', '133629.467500', '133629.927500', '133630.387500', '133630.847500', '133631.307500', '133631.767500', '133632.227500', '133632.687500', '133633.147500', '133633.607500', '133634.067500', '133634.527500', '133634.987500', '133635.447500', '133635.907500', '133636.367500', '133636.827500', '133637.287500', '133637.747500', '133638.207500', '133638.667500', '133639.127500', '133639.587500', '133640.047500', '133640.507500', '133640.967500', '133641.427500', '133641.887500', '133642.347500', '133642.807500', '133643.267500', '133643.727500', '133644.187500', '133644.647500', '133645.107500', '133645.567500', '133646.027500', '133646.487500', '133646.947500', '133647.407500', '133647.867500', '133648.327500', '133648.787500', '133649.247500', '133649.707500', '133650.167500', '133650.627500', '133651.087500', '133651.547500', '133652.007500', '133652.467500', '133652.927500', '133653.387500', '133653.847500', '133654.307500', '133654.767500', '133655.227500', '133655.687500', '133656.147500', '133656.607500', '133657.067500', '133657.527500', '133657.987500', '133658.447500', '133658.907500', '133659.367500', '133659.827500', '133700.287500', '133700.747500', '133701.207500', '133701.667500', '133702.127500', '133702.587500', '133703.047500', '133703.507500', '133703.967500', '133704.427500', '133704.887500', '133705.347500', '133705.807500', '133706.267500', '133706.727500', '133707.187500', '133707.647500', '133708.107500', '133708.567500', '133709.027500', '133709.487500', '133709.947500', '133710.407500', '133710.867500', '133711.327500', '133711.787500', '133712.247500', '133712.707500', '133713.167500', '133713.627500', '133714.087500', '133714.547500', '133715.007500', '133715.467500', '133715.927500', '133716.387500', '133716.847500', '133717.307500', '133717.767500', '133718.227500', '133718.687500', '133719.147500', '133719.607500', '133720.067500', '133720.527500', '133720.987500', '133721.447500', '133721.907500', '133722.367500', '133722.827500', '133723.287500', '133723.747500', '133724.207500', '133724.667500', '133725.127500', '133725.587500', '133726.047500', '133726.507500', '133726.967500', '133727.427500', '133727.887500', '133728.347500', '133728.807500', '133729.267500', '133729.727500', '133730.187500', '133730.647500', '133731.107500', '133731.567500', '133732.027500', '133732.487500', '133732.947500', '133733.407500', '133733.867500', '133734.327500', '133734.787500', '133735.247500', '133735.707500', '133736.167500', '133736.627500', '133737.087500', '133737.547500', '133738.007500', '133738.467500', '133738.927500', '133739.387500', '133739.847500', '133740.307500', '133740.767500', '133741.227500', '133741.687500', '133742.147500', '133742.607500', '133743.067500', '133743.527500', '133743.987500', '133744.447500', '133744.907500', '133745.367500', '133745.827500', '133746.287500', '133746.747500', '133747.207500', '133747.667500', '133748.127500', '133748.587500', '133749.047500', '133749.507500', '133749.967500', '133750.427500', '133750.887500', '133751.347500', '133751.807500', '133752.267500', '133752.727500', '133753.187500', '133753.647500', '133754.107500', '133754.567500', '133755.027500', '133755.487500', '133755.947500', '133756.407500', '133756.867500', '133757.327500', '133757.787500', '133758.247500', '133758.707500', '133759.167500', '133759.627500', '133800.087500', '133800.547500', '133801.007500', '133801.467500', '133801.927500', '133802.387500', '133802.847500', '133803.307500', '133803.767500', '133804.227500', '133804.687500', '133805.147500', '133805.607500', '133806.067500', '133806.527500', '133806.987500', '133807.447500', '133807.907500', '133808.367500', '133808.827500', '133809.287500', '133809.747500', '133810.207500', '133810.667500', '133811.127500', '133811.587500', '133812.047500', '133812.507500', '133812.967500', '133813.427500', '133813.887500', '133814.347500', '133814.807500', '133815.267500', '133815.727500', '133816.187500', '133816.647500', '133817.107500', '133817.567500', '133818.027500', '133818.487500', '133818.947500', '133819.407500', '133819.867500', '133820.327500', '133820.787500', '133821.247500', '133821.707500', '133822.167500', '133822.627500', '133823.087500', '133823.547500', '133824.007500', '133824.467500', '133824.927500', '133825.387500', '133825.847500', '133826.307500', '133826.767500', '133827.227500', '133827.687500', '133828.147500', '133828.607500', '133829.067500', '133829.527500', '133829.987500', '133830.447500', '133830.907500', '133831.367500', '133831.827500', '133832.287500', '133832.747500', '133833.207500', '133833.667500', '133834.127500', '133834.587500', '133835.047500', '133835.507500', '133835.967500', '133836.427500', '133836.887500', '133837.347500', '133837.807500', '133838.267500', '133838.727500', '133839.187500', '133839.647500', '133840.107500', '133840.567500', '133841.027500', '133841.487500', '133841.947500', '133842.407500', '133842.867500', '133843.327500', '133843.787500', '133844.247500', '133844.707500', '133845.167500', '133845.627500', '133846.087500', '133846.547500', '133847.007500', '133847.467500', '133847.927500', '133848.387500', '133848.847500', '133849.307500', '133849.767500', '133850.227500', '133850.687500', '133851.147500', '133851.607500', '133852.067500', '133852.527500', '133852.987500', '133853.447500', '133853.907500', '133854.367500', '133854.827500', '133855.287500', '133855.747500', '133856.207500', '133856.667500', '133857.127500', '133857.587500', '133858.047500', '133858.507500', '133858.967500', '133859.427500', '133859.887500', '133900.347500', '133900.807500', '133901.267500', '133901.727500', '133902.187500', '133902.647500', '133903.107500', '133903.567500', '133904.027500', '133904.487500', '133904.947500', '133905.407500', '133905.867500', '133906.327500', '133906.787500', '133907.247500', '133907.707500', '133908.167500', '133908.627500', '133909.087500'], 'ContentTime': ['133214.278000', '133214.281000', '133214.284000', '133214.287000', '133214.290000', '133214.293000', '133234.230000', '133234.233000', '133234.236000', '133234.238000', '133234.241000', '133234.244000', '133234.247000', '133234.250000', '133234.253000', '133234.255000', '133234.258000', '133234.261000', '133234.264000', '133234.267000', '133234.269000', '133234.272000', '133234.275000', '133234.280000', '133234.283000', '133234.286000', '133234.289000', '133234.291000', '133234.294000', '133234.297000', '133234.300000', '133234.303000', '133234.306000', '133234.308000', '133234.311000', '133234.314000', '133234.317000', '133234.320000', '133234.323000', '133234.325000', '133234.328000', '133234.331000', '133234.334000', '133234.337000', '133234.339000', '133234.342000', '133234.345000', '133234.348000', '133234.351000', '133234.353000', '133234.356000', '133234.359000', '133254.231000', '133254.234000', '133254.237000', '133254.239000', '133254.242000', '133254.245000', '133254.248000', '133254.251000', '133254.254000', '133254.257000', '133254.259000', '133254.262000', '133254.273000', '133254.276000', '133254.278000', '133254.282000', '133254.284000', '133254.287000', '133254.290000', '133254.293000', '133254.296000', '133254.299000', '133254.302000', '133254.304000', '133254.307000', '133254.310000', '133254.313000', '133254.316000', '133254.319000', '133254.321000', '133254.324000', '133254.339000', '133254.341000', '133254.344000', '133254.353000', '133254.356000', '133254.358000', '133254.361000', '133254.364000', '133254.367000', '133254.370000', '133254.372000', '133254.375000', '133314.231000', '133314.234000', '133314.237000', '133314.240000', '133314.243000', '133314.246000', '133314.248000', '133314.251000', '133314.254000', '133314.257000', '133314.260000', '133314.262000', '133314.265000', '133314.268000', '133314.271000', '133314.274000', '133314.277000', '133314.280000', '133314.282000', '133314.285000', '133314.288000', '133314.291000', '133314.294000', '133314.296000', '133314.299000', '133314.302000', '133314.305000', '133314.308000', '133314.311000', '133314.313000', '133314.316000', '133314.324000', '133314.327000', '133314.330000', '133314.332000', '133314.335000', '133314.338000', '133314.341000', '133314.344000', '133314.347000', '133314.349000', '133314.352000', '133314.355000', '133314.358000', '133334.231000', '133334.234000', '133334.237000', '133334.240000', '133334.243000', '133334.246000', '133334.249000', '133334.252000', '133334.254000', '133334.257000', '133334.260000', '133334.263000', '133334.266000', '133334.269000', '133334.271000', '133334.274000', '133334.277000', '133334.280000', '133334.283000', '133334.286000', '133334.289000', '133334.292000', '133334.295000', '133334.298000', '133334.301000', '133334.304000', '133334.307000', '133334.309000', '133334.312000', '133334.315000', '133334.318000', '133334.321000', '133334.324000', '133334.327000', '133334.330000', '133334.332000', '133334.335000', '133334.338000', '133334.341000', '133334.344000', '133334.346000', '133334.349000', '133334.352000', '133354.231000', '133354.234000', '133354.237000', '133354.240000', '133354.243000', '133354.245000', '133354.248000', '133354.251000', '133354.254000', '133354.257000', '133354.260000', '133354.262000', '133354.265000', '133354.268000', '133354.271000', '133354.274000', '133354.277000', '133354.280000', '133354.282000', '133354.285000', '133354.288000', '133354.291000', '133354.294000', '133354.296000', '133354.299000', '133354.302000', '133354.305000', '133354.308000', '133354.311000', '133354.314000', '133354.319000', '133354.321000', '133354.324000', '133354.327000', '133354.330000', '133354.333000', '133354.336000', '133354.339000', '133354.341000', '133354.344000', '133354.347000', '133354.350000', '133354.353000', '133354.356000', '133414.230000', '133414.233000', '133414.236000', '133414.239000', '133414.242000', '133414.244000', '133414.247000', '133414.250000', '133414.253000', '133414.256000', '133414.259000', '133414.262000', '133414.264000', '133414.267000', '133414.270000', '133414.273000', '133414.276000', '133414.279000', '133414.282000', '133414.284000', '133414.287000', '133414.290000', '133414.293000', '133414.296000', '133414.299000', '133414.302000', '133414.305000', '133414.307000', '133414.310000', '133414.313000', '133414.316000', '133414.319000', '133414.322000', '133414.325000', '133414.328000', '133414.331000', '133414.334000', '133414.337000', '133414.339000', '133414.342000', '133414.365000', '133414.367000', '133414.370000', '133434.230000', '133434.233000', '133434.236000', '133434.239000', '133434.242000', '133434.244000', '133434.247000', '133434.250000', '133434.253000', '133434.256000', '133434.259000', '133434.262000', '133434.264000', '133434.267000', '133434.270000', '133434.273000', '133434.276000', '133434.279000', '133434.281000', '133434.284000', '133434.287000', '133434.290000', '133434.293000', '133434.296000', '133434.299000', '133434.301000', '133434.304000', '133434.307000', '133434.319000', '133434.322000', '133434.324000', '133434.327000', '133434.330000', '133434.333000', '133434.336000', '133434.339000', '133434.342000', '133434.344000', '133434.347000', '133434.350000', '133434.353000', '133434.356000', '133434.359000', '133434.362000', '133454.230000', '133454.233000', '133454.236000', '133454.239000', '133454.241000', '133454.244000', '133454.247000', '133454.250000', '133454.253000', '133454.256000', '133454.259000', '133454.261000', '133454.264000', '133454.268000', '133454.271000', '133454.274000', '133454.277000', '133454.288000', '133454.291000', '133454.294000', '133454.297000', '133454.300000', '133454.302000', '133454.305000', '133454.308000', '133454.311000', '133454.314000', '133454.317000', '133454.320000', '133454.323000', '133454.326000', '133454.329000', '133454.332000', '133454.335000', '133454.338000', '133454.341000', '133454.344000', '133454.346000', '133454.349000', '133454.352000', '133454.355000', '133454.358000', '133454.361000', '133514.231000', '133514.234000', '133514.237000', '133514.240000', '133514.242000', '133514.245000', '133514.248000', '133514.251000', '133514.254000', '133514.257000', '133514.260000', '133514.262000', '133514.265000', '133514.268000', '133514.271000', '133514.274000', '133514.277000', '133514.279000', '133514.282000', '133514.285000', '133514.288000', '133514.291000', '133514.294000', '133514.296000', '133514.299000', '133514.302000', '133514.305000', '133514.308000', '133514.311000', '133514.313000', '133514.316000', '133514.319000', '133514.322000', '133514.325000', '133514.328000', '133514.330000', '133514.333000', '133514.336000', '133514.339000', '133514.342000', '133514.345000', '133514.348000', '133514.351000', '133514.353000', '133534.231000', '133534.234000', '133534.237000', '133534.240000', '133534.243000', '133534.246000', '133534.248000', '133534.251000', '133534.254000', '133534.257000', '133534.260000', '133534.263000', '133534.266000', '133534.268000', '133534.271000', '133534.274000', '133534.277000', '133534.280000', '133534.283000', '133534.285000', '133534.288000', '133534.291000', '133534.294000', '133534.297000', '133534.300000', '133534.303000', '133534.306000', '133534.308000', '133534.311000', '133534.314000', '133534.317000', '133534.320000', '133534.323000', '133534.325000', '133534.328000', '133534.331000', '133534.334000', '133534.337000', '133534.340000', '133534.342000', '133534.345000', '133534.348000', '133534.351000', '133554.231000', '133554.234000', '133554.237000', '133554.240000', '133554.242000', '133554.245000', '133554.248000', '133554.251000', '133554.254000', '133554.257000', '133554.260000', '133554.263000', '133554.265000', '133554.268000', '133554.271000', '133554.274000', '133554.277000', '133554.280000', '133554.283000', '133554.285000', '133554.288000', '133554.291000', '133554.294000', '133554.297000', '133554.300000', '133554.303000', '133554.306000', '133554.308000', '133554.311000', '133554.314000', '133554.317000', '133554.320000', '133554.323000', '133554.326000', '133554.328000', '133554.331000', '133554.334000', '133554.337000', '133554.340000', '133554.343000', '133554.346000', '133554.348000', '133554.351000', '133554.354000', '133614.231000', '133614.234000', '133614.237000', '133614.240000', '133614.243000', '133614.246000', '133614.248000', '133614.251000', '133614.254000', '133614.257000', '133614.260000', '133614.263000', '133614.266000', '133614.268000', '133614.271000', '133614.274000', '133614.277000', '133614.280000', '133614.283000', '133614.286000', '133614.288000', '133614.291000', '133614.294000', '133614.308000', '133614.311000', '133614.314000', '133614.317000', '133614.320000', '133614.323000', '133614.326000', '133614.328000', '133614.331000', '133614.334000', '133614.337000', '133614.340000', '133614.343000', '133614.346000', '133614.348000', '133614.351000', '133614.354000', '133614.357000', '133614.360000', '133614.363000', '133634.230000', '133634.233000', '133634.236000', '133634.239000', '133634.242000', '133634.244000', '133634.247000', '133634.250000', '133634.253000', '133634.256000', '133634.259000', '133634.261000', '133634.264000', '133634.267000', '133634.270000', '133634.273000', '133634.276000', '133634.279000', '133634.281000', '133634.284000', '133634.287000', '133634.290000', '133634.293000', '133634.296000', '133634.299000', '133634.302000', '133634.304000', '133634.307000', '133634.310000', '133634.313000', '133634.316000', '133634.319000', '133634.322000', '133634.324000', '133634.327000', '133634.330000', '133634.333000', '133634.336000', '133634.339000', '133634.341000', '133634.344000', '133634.347000', '133634.350000', '133634.353000', '133654.230000', '133654.233000', '133654.236000', '133654.239000', '133654.242000', '133654.245000', '133654.247000', '133654.250000', '133654.253000', '133654.256000', '133654.259000', '133654.262000', '133654.265000', '133654.267000', '133654.270000', '133654.273000', '133654.276000', '133654.279000', '133654.282000', '133654.285000', '133654.287000', '133654.290000', '133654.293000', '133654.296000', '133654.299000', '133654.302000', '133654.304000', '133654.307000', '133654.310000', '133654.313000', '133654.316000', '133654.319000', '133654.322000', '133654.324000', '133654.327000', '133654.330000', '133654.333000', '133654.336000', '133654.339000', '133654.342000', '133654.345000', '133654.348000', '133654.351000', '133714.230000', '133714.233000', '133714.236000', '133714.247000', '133714.250000', '133714.253000', '133714.256000', '133714.259000', '133714.261000', '133714.264000', '133714.267000', '133714.270000', '133714.273000', '133714.276000', '133714.278000', '133714.281000', '133714.284000', '133714.287000', '133714.290000', '133714.293000', '133714.296000', '133714.298000', '133714.301000', '133714.304000', '133714.307000', '133714.310000', '133714.313000', '133714.316000', '133714.319000', '133714.321000', '133714.324000', '133714.327000', '133714.330000', '133714.333000', '133714.336000', '133714.339000', '133714.342000', '133714.344000', '133714.347000', '133714.350000', '133714.353000', '133714.356000', '133714.359000', '133714.361000', '133734.231000', '133734.234000', '133734.237000', '133734.240000', '133734.243000', '133734.246000', '133734.249000', '133734.252000', '133734.254000', '133734.257000', '133734.260000', '133734.263000', '133734.266000', '133734.269000', '133734.272000', '133734.274000', '133734.277000', '133734.280000', '133734.283000', '133734.286000', '133734.289000', '133734.292000', '133734.295000', '133734.297000', '133734.300000', '133734.303000', '133734.306000', '133734.309000', '133734.312000', '133734.315000', '133734.317000', '133734.320000', '133734.323000', '133734.345000', '133734.348000', '133734.351000', '133734.354000', '133734.357000', '133734.360000', '133734.363000', '133734.365000', '133734.368000', '133734.371000', '133754.231000', '133754.234000', '133754.237000', '133754.240000', '133754.243000', '133754.246000', '133754.249000', '133754.251000', '133754.254000', '133754.257000', '133754.260000', '133754.263000', '133754.266000', '133754.269000', '133754.272000', '133754.276000', '133754.279000', '133754.282000', '133754.285000', '133754.288000', '133754.291000', '133754.294000', '133754.297000', '133754.300000', '133754.302000', '133754.305000', '133754.308000', '133754.311000', '133754.314000', '133754.317000', '133754.320000', '133754.322000', '133754.325000', '133754.328000', '133754.331000', '133754.334000', '133754.337000', '133754.340000', '133754.343000', '133754.345000', '133754.348000', '133754.351000', '133754.354000', '133754.357000', '133814.231000', '133814.234000', '133814.237000', '133814.240000', '133814.243000', '133814.246000', '133814.249000', '133814.251000', '133814.254000', '133814.257000', '133814.260000', '133814.263000', '133814.266000', '133814.269000', '133814.271000', '133814.274000', '133814.277000', '133814.280000', '133814.283000', '133814.286000', '133814.289000', '133814.291000', '133814.294000', '133814.297000', '133814.300000', '133814.303000', '133814.306000', '133814.308000', '133814.311000', '133814.314000', '133814.317000', '133814.320000', '133814.323000', '133814.326000', '133814.329000', '133814.331000', '133814.334000', '133814.337000', '133814.340000', '133814.343000', '133814.346000', '133814.348000', '133814.351000', '133834.231000', '133834.234000', '133834.237000', '133834.240000', '133834.243000', '133834.246000', '133834.248000', '133834.251000', '133834.254000', '133834.257000', '133834.260000', '133834.263000', '133834.265000', '133834.268000', '133834.271000', '133834.274000', '133834.277000', '133834.280000', '133834.283000', '133834.285000', '133834.288000', '133834.291000', '133834.294000', '133834.297000', '133834.299000', '133834.302000', '133834.305000', '133834.308000', '133834.311000', '133834.314000', '133834.317000', '133834.320000', '133834.323000', '133834.326000', '133834.328000', '133834.331000', '133834.334000', '133834.337000', '133834.340000', '133834.343000', '133834.345000', '133834.348000', '133834.351000', '133834.354000', '133854.230000', '133854.233000', '133854.236000', '133854.239000', '133854.242000', '133854.245000', '133854.248000', '133854.251000', '133854.253000', '133854.256000', '133854.259000', '133854.262000', '133854.265000', '133854.268000', '133854.270000', '133854.273000', '133854.276000', '133854.279000', '133854.282000', '133854.285000', '133854.288000', '133854.290000', '133854.293000', '133854.296000', '133854.299000', '133854.302000', '133854.305000', '133854.308000', '133854.310000', '133854.313000', '133854.316000', '133854.319000', '133854.322000', '133854.325000', '133854.328000', '133854.330000', '133854.333000', '133854.336000', '133854.339000', '133854.342000', '133854.345000', '133854.347000', '133854.350000', '133910.603000', '133910.606000', '133910.619000', '133910.623000', '133910.627000', '133910.630000', '133910.634000', '133910.639000', '133910.642000', '133910.645000', '133910.649000', '133910.653000', '133910.656000', '133910.659000', '133910.662000', '133910.667000', '133910.670000', '133910.674000', '133910.677000', '133910.681000', '133910.686000', '133910.689000', '133910.694000', '133910.699000', '133910.705000', '133910.711000', '133910.716000', '133910.719000', '133910.722000', '133910.726000', '133910.730000', '133910.733000', '133910.736000', '133910.739000', '133910.742000', '133910.745000'], 'InstanceCreationTime': ['133214.278000', '133214.281000', '133214.284000', '133214.287000', '133214.290000', '133214.293000', '133234.230000', '133234.233000', '133234.236000', '133234.238000', '133234.241000', '133234.244000', '133234.247000', '133234.250000', '133234.253000', '133234.255000', '133234.258000', '133234.261000', '133234.264000', '133234.267000', '133234.269000', '133234.272000', '133234.275000', '133234.280000', '133234.283000', '133234.286000', '133234.289000', '133234.291000', '133234.294000', '133234.297000', '133234.300000', '133234.303000', '133234.306000', '133234.308000', '133234.311000', '133234.314000', '133234.317000', '133234.320000', '133234.323000', '133234.325000', '133234.328000', '133234.331000', '133234.334000', '133234.337000', '133234.339000', '133234.342000', '133234.345000', '133234.348000', '133234.351000', '133234.353000', '133234.356000', '133234.359000', '133254.231000', '133254.234000', '133254.237000', '133254.239000', '133254.242000', '133254.245000', '133254.248000', '133254.251000', '133254.254000', '133254.257000', '133254.259000', '133254.262000', '133254.273000', '133254.276000', '133254.278000', '133254.282000', '133254.284000', '133254.287000', '133254.290000', '133254.293000', '133254.296000', '133254.299000', '133254.302000', '133254.304000', '133254.307000', '133254.310000', '133254.313000', '133254.316000', '133254.319000', '133254.321000', '133254.324000', '133254.339000', '133254.341000', '133254.344000', '133254.353000', '133254.356000', '133254.358000', '133254.361000', '133254.364000', '133254.367000', '133254.370000', '133254.372000', '133254.375000', '133314.231000', '133314.234000', '133314.237000', '133314.240000', '133314.243000', '133314.246000', '133314.248000', '133314.251000', '133314.254000', '133314.257000', '133314.260000', '133314.262000', '133314.265000', '133314.268000', '133314.271000', '133314.274000', '133314.277000', '133314.280000', '133314.282000', '133314.285000', '133314.288000', '133314.291000', '133314.294000', '133314.296000', '133314.299000', '133314.302000', '133314.305000', '133314.308000', '133314.311000', '133314.313000', '133314.316000', '133314.324000', '133314.327000', '133314.330000', '133314.332000', '133314.335000', '133314.338000', '133314.341000', '133314.344000', '133314.347000', '133314.349000', '133314.352000', '133314.355000', '133314.358000', '133334.231000', '133334.234000', '133334.237000', '133334.240000', '133334.243000', '133334.246000', '133334.249000', '133334.252000', '133334.254000', '133334.257000', '133334.260000', '133334.263000', '133334.266000', '133334.269000', '133334.271000', '133334.274000', '133334.277000', '133334.280000', '133334.283000', '133334.286000', '133334.289000', '133334.292000', '133334.295000', '133334.298000', '133334.301000', '133334.304000', '133334.307000', '133334.309000', '133334.312000', '133334.315000', '133334.318000', '133334.321000', '133334.324000', '133334.327000', '133334.330000', '133334.332000', '133334.335000', '133334.338000', '133334.341000', '133334.344000', '133334.346000', '133334.349000', '133334.352000', '133354.231000', '133354.234000', '133354.237000', '133354.240000', '133354.243000', '133354.245000', '133354.248000', '133354.251000', '133354.254000', '133354.257000', '133354.260000', '133354.262000', '133354.265000', '133354.268000', '133354.271000', '133354.274000', '133354.277000', '133354.280000', '133354.282000', '133354.285000', '133354.288000', '133354.291000', '133354.294000', '133354.296000', '133354.299000', '133354.302000', '133354.305000', '133354.308000', '133354.311000', '133354.314000', '133354.319000', '133354.321000', '133354.324000', '133354.327000', '133354.330000', '133354.333000', '133354.336000', '133354.339000', '133354.341000', '133354.344000', '133354.347000', '133354.350000', '133354.353000', '133354.356000', '133414.230000', '133414.233000', '133414.236000', '133414.239000', '133414.242000', '133414.244000', '133414.247000', '133414.250000', '133414.253000', '133414.256000', '133414.259000', '133414.262000', '133414.264000', '133414.267000', '133414.270000', '133414.273000', '133414.276000', '133414.279000', '133414.282000', '133414.284000', '133414.287000', '133414.290000', '133414.293000', '133414.296000', '133414.299000', '133414.302000', '133414.305000', '133414.307000', '133414.310000', '133414.313000', '133414.316000', '133414.319000', '133414.322000', '133414.325000', '133414.328000', '133414.331000', '133414.334000', '133414.337000', '133414.339000', '133414.342000', '133414.365000', '133414.367000', '133414.370000', '133434.230000', '133434.233000', '133434.236000', '133434.239000', '133434.242000', '133434.244000', '133434.247000', '133434.250000', '133434.253000', '133434.256000', '133434.259000', '133434.262000', '133434.264000', '133434.267000', '133434.270000', '133434.273000', '133434.276000', '133434.279000', '133434.281000', '133434.284000', '133434.287000', '133434.290000', '133434.293000', '133434.296000', '133434.299000', '133434.301000', '133434.304000', '133434.307000', '133434.319000', '133434.322000', '133434.324000', '133434.327000', '133434.330000', '133434.333000', '133434.336000', '133434.339000', '133434.342000', '133434.344000', '133434.347000', '133434.350000', '133434.353000', '133434.356000', '133434.359000', '133434.362000', '133454.230000', '133454.233000', '133454.236000', '133454.239000', '133454.241000', '133454.244000', '133454.247000', '133454.250000', '133454.253000', '133454.256000', '133454.259000', '133454.261000', '133454.264000', '133454.268000', '133454.271000', '133454.274000', '133454.277000', '133454.288000', '133454.291000', '133454.294000', '133454.297000', '133454.300000', '133454.302000', '133454.305000', '133454.308000', '133454.311000', '133454.314000', '133454.317000', '133454.320000', '133454.323000', '133454.326000', '133454.329000', '133454.332000', '133454.335000', '133454.338000', '133454.341000', '133454.344000', '133454.346000', '133454.349000', '133454.352000', '133454.355000', '133454.358000', '133454.361000', '133514.231000', '133514.234000', '133514.237000', '133514.240000', '133514.242000', '133514.245000', '133514.248000', '133514.251000', '133514.254000', '133514.257000', '133514.260000', '133514.262000', '133514.265000', '133514.268000', '133514.271000', '133514.274000', '133514.277000', '133514.279000', '133514.282000', '133514.285000', '133514.288000', '133514.291000', '133514.294000', '133514.296000', '133514.299000', '133514.302000', '133514.305000', '133514.308000', '133514.311000', '133514.313000', '133514.316000', '133514.319000', '133514.322000', '133514.325000', '133514.328000', '133514.330000', '133514.333000', '133514.336000', '133514.339000', '133514.342000', '133514.345000', '133514.348000', '133514.351000', '133514.353000', '133534.231000', '133534.234000', '133534.237000', '133534.240000', '133534.243000', '133534.246000', '133534.248000', '133534.251000', '133534.254000', '133534.257000', '133534.260000', '133534.263000', '133534.266000', '133534.268000', '133534.271000', '133534.274000', '133534.277000', '133534.280000', '133534.283000', '133534.285000', '133534.288000', '133534.291000', '133534.294000', '133534.297000', '133534.300000', '133534.303000', '133534.306000', '133534.308000', '133534.311000', '133534.314000', '133534.317000', '133534.320000', '133534.323000', '133534.325000', '133534.328000', '133534.331000', '133534.334000', '133534.337000', '133534.340000', '133534.342000', '133534.345000', '133534.348000', '133534.351000', '133554.231000', '133554.234000', '133554.237000', '133554.240000', '133554.242000', '133554.245000', '133554.248000', '133554.251000', '133554.254000', '133554.257000', '133554.260000', '133554.263000', '133554.265000', '133554.268000', '133554.271000', '133554.274000', '133554.277000', '133554.280000', '133554.283000', '133554.285000', '133554.288000', '133554.291000', '133554.294000', '133554.297000', '133554.300000', '133554.303000', '133554.306000', '133554.308000', '133554.311000', '133554.314000', '133554.317000', '133554.320000', '133554.323000', '133554.326000', '133554.328000', '133554.331000', '133554.334000', '133554.337000', '133554.340000', '133554.343000', '133554.346000', '133554.348000', '133554.351000', '133554.354000', '133614.231000', '133614.234000', '133614.237000', '133614.240000', '133614.243000', '133614.246000', '133614.248000', '133614.251000', '133614.254000', '133614.257000', '133614.260000', '133614.263000', '133614.266000', '133614.268000', '133614.271000', '133614.274000', '133614.277000', '133614.280000', '133614.283000', '133614.286000', '133614.288000', '133614.291000', '133614.294000', '133614.308000', '133614.311000', '133614.314000', '133614.317000', '133614.320000', '133614.323000', '133614.326000', '133614.328000', '133614.331000', '133614.334000', '133614.337000', '133614.340000', '133614.343000', '133614.346000', '133614.348000', '133614.351000', '133614.354000', '133614.357000', '133614.360000', '133614.363000', '133634.230000', '133634.233000', '133634.236000', '133634.239000', '133634.242000', '133634.244000', '133634.247000', '133634.250000', '133634.253000', '133634.256000', '133634.259000', '133634.261000', '133634.264000', '133634.267000', '133634.270000', '133634.273000', '133634.276000', '133634.279000', '133634.281000', '133634.284000', '133634.287000', '133634.290000', '133634.293000', '133634.296000', '133634.299000', '133634.302000', '133634.304000', '133634.307000', '133634.310000', '133634.313000', '133634.316000', '133634.319000', '133634.322000', '133634.324000', '133634.327000', '133634.330000', '133634.333000', '133634.336000', '133634.339000', '133634.341000', '133634.344000', '133634.347000', '133634.350000', '133634.353000', '133654.230000', '133654.233000', '133654.236000', '133654.239000', '133654.242000', '133654.245000', '133654.247000', '133654.250000', '133654.253000', '133654.256000', '133654.259000', '133654.262000', '133654.265000', '133654.267000', '133654.270000', '133654.273000', '133654.276000', '133654.279000', '133654.282000', '133654.285000', '133654.287000', '133654.290000', '133654.293000', '133654.296000', '133654.299000', '133654.302000', '133654.304000', '133654.307000', '133654.310000', '133654.313000', '133654.316000', '133654.319000', '133654.322000', '133654.324000', '133654.327000', '133654.330000', '133654.333000', '133654.336000', '133654.339000', '133654.342000', '133654.345000', '133654.348000', '133654.351000', '133714.230000', '133714.233000', '133714.236000', '133714.247000', '133714.250000', '133714.253000', '133714.256000', '133714.259000', '133714.261000', '133714.264000', '133714.267000', '133714.270000', '133714.273000', '133714.276000', '133714.278000', '133714.281000', '133714.284000', '133714.287000', '133714.290000', '133714.293000', '133714.296000', '133714.298000', '133714.301000', '133714.304000', '133714.307000', '133714.310000', '133714.313000', '133714.316000', '133714.319000', '133714.321000', '133714.324000', '133714.327000', '133714.330000', '133714.333000', '133714.336000', '133714.339000', '133714.342000', '133714.344000', '133714.347000', '133714.350000', '133714.353000', '133714.356000', '133714.359000', '133714.361000', '133734.231000', '133734.234000', '133734.237000', '133734.240000', '133734.243000', '133734.246000', '133734.249000', '133734.252000', '133734.254000', '133734.257000', '133734.260000', '133734.263000', '133734.266000', '133734.269000', '133734.272000', '133734.274000', '133734.277000', '133734.280000', '133734.283000', '133734.286000', '133734.289000', '133734.292000', '133734.295000', '133734.297000', '133734.300000', '133734.303000', '133734.306000', '133734.309000', '133734.312000', '133734.315000', '133734.317000', '133734.320000', '133734.323000', '133734.345000', '133734.348000', '133734.351000', '133734.354000', '133734.357000', '133734.360000', '133734.363000', '133734.365000', '133734.368000', '133734.371000', '133754.231000', '133754.234000', '133754.237000', '133754.240000', '133754.243000', '133754.246000', '133754.249000', '133754.251000', '133754.254000', '133754.257000', '133754.260000', '133754.263000', '133754.266000', '133754.269000', '133754.272000', '133754.276000', '133754.279000', '133754.282000', '133754.285000', '133754.288000', '133754.291000', '133754.294000', '133754.297000', '133754.300000', '133754.302000', '133754.305000', '133754.308000', '133754.311000', '133754.314000', '133754.317000', '133754.320000', '133754.322000', '133754.325000', '133754.328000', '133754.331000', '133754.334000', '133754.337000', '133754.340000', '133754.343000', '133754.345000', '133754.348000', '133754.351000', '133754.354000', '133754.357000', '133814.231000', '133814.234000', '133814.237000', '133814.240000', '133814.243000', '133814.246000', '133814.249000', '133814.251000', '133814.254000', '133814.257000', '133814.260000', '133814.263000', '133814.266000', '133814.269000', '133814.271000', '133814.274000', '133814.277000', '133814.280000', '133814.283000', '133814.286000', '133814.289000', '133814.291000', '133814.294000', '133814.297000', '133814.300000', '133814.303000', '133814.306000', '133814.308000', '133814.311000', '133814.314000', '133814.317000', '133814.320000', '133814.323000', '133814.326000', '133814.329000', '133814.331000', '133814.334000', '133814.337000', '133814.340000', '133814.343000', '133814.346000', '133814.348000', '133814.351000', '133834.231000', '133834.234000', '133834.237000', '133834.240000', '133834.243000', '133834.246000', '133834.248000', '133834.251000', '133834.254000', '133834.257000', '133834.260000', '133834.263000', '133834.265000', '133834.268000', '133834.271000', '133834.274000', '133834.277000', '133834.280000', '133834.283000', '133834.285000', '133834.288000', '133834.291000', '133834.294000', '133834.297000', '133834.299000', '133834.302000', '133834.305000', '133834.308000', '133834.311000', '133834.314000', '133834.317000', '133834.320000', '133834.323000', '133834.326000', '133834.328000', '133834.331000', '133834.334000', '133834.337000', '133834.340000', '133834.343000', '133834.345000', '133834.348000', '133834.351000', '133834.354000', '133854.230000', '133854.233000', '133854.236000', '133854.239000', '133854.242000', '133854.245000', '133854.248000', '133854.251000', '133854.253000', '133854.256000', '133854.259000', '133854.262000', '133854.265000', '133854.268000', '133854.270000', '133854.273000', '133854.276000', '133854.279000', '133854.282000', '133854.285000', '133854.288000', '133854.290000', '133854.293000', '133854.296000', '133854.299000', '133854.302000', '133854.305000', '133854.308000', '133854.310000', '133854.313000', '133854.316000', '133854.319000', '133854.322000', '133854.325000', '133854.328000', '133854.330000', '133854.333000', '133854.336000', '133854.339000', '133854.342000', '133854.345000', '133854.347000', '133854.350000', '133910.603000', '133910.606000', '133910.619000', '133910.623000', '133910.627000', '133910.630000', '133910.634000', '133910.639000', '133910.642000', '133910.645000', '133910.649000', '133910.653000', '133910.656000', '133910.659000', '133910.662000', '133910.667000', '133910.670000', '133910.674000', '133910.677000', '133910.681000', '133910.686000', '133910.689000', '133910.694000', '133910.699000', '133910.705000', '133910.711000', '133910.716000', '133910.719000', '133910.722000', '133910.726000', '133910.730000', '133910.733000', '133910.736000', '133910.739000', '133910.742000', '133910.745000'], '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': [10618, 12993, 10391, 12819, 9992, 11550, 9491, 10904, 9611, 9683, 9320, 9909, 9761, 9866, 9484, 9875, 9676, 9742, 8766, 9774, 9546, 9765, 12453, 9698, 11083, 9676, 10986, 9798, 10052, 9211, 9681, 9233, 10283, 9019, 9986, 10625, 9847, 11648, 9844, 10677, 9295, 9812, 9898, 9632, 9104, 9117, 10569, 11886, 9317, 11460, 11780, 11555, 11873, 11033, 12059, 11183, 10265, 10290, 10648, 9740, 10766, 8987, 10638, 8859, 10220, 9743, 10308, 11678, 9974, 10985, 9784, 10015, 9942, 9560, 9650, 10403, 9084, 10386, 8850, 10557, 10546, 10215, 12752, 9887, 11157, 9538, 9778, 9357, 9691, 9926, 9613, 8822, 9482, 9063, 10056, 8709, 10039, 12121, 10151, 11947, 10020, 10920, 9601, 9401, 8838, 10109, 8953, 10105, 8375, 10054, 9866, 9742, 10579, 9549, 9939, 9500, 9849, 9566, 9493, 9288, 9582, 9708, 10856, 10573, 10715, 10649, 10824, 10992, 10457, 10266, 10025, 9615, 9506, 11196, 9012, 10591, 8777, 10610, 10731, 10460, 10028, 10351, 11125, 10378, 9606, 9554, 9713, 9391, 10766, 10335, 10736, 10984, 10255, 10376, 10225, 9199, 9732, 8991, 9358, 9094, 9050, 9255, 8672, 10337, 9056, 10529, 10853, 10548, 11298, 10221, 11944, 10221, 8998, 9203, 9417, 9283, 10660, 8686, 10579, 9778, 10631, 9986, 10630, 9683, 9955, 9504, 9864, 9099, 9213, 11673, 11051, 12435, 11366, 12331, 12105, 12021, 10796, 11839, 9461, 11368, 12207, 10740, 11957, 11027, 11878, 9813, 11574, 9811, 11054, 9501, 10337, 11316, 10580, 11838, 9692, 11690, 10353, 11495, 10040, 10899, 9684, 10424, 11773, 10033, 11821, 11101, 11600, 11630, 11160, 11244, 10705, 12009, 9973, 11507, 9486, 11418, 10087, 10779, 9475, 9906, 8851, 8998, 10987, 8959, 10635, 10860, 10756, 10570, 10336, 9617, 9770, 10741, 9922, 11207, 8889, 11056, 11700, 10829, 10844, 10351, 10533, 9736, 11383, 9101, 11304, 11884, 11079, 10525, 10723, 8891, 9989, 11259, 8761, 11211, 12607, 11229, 10984, 10593, 8889, 10068, 11317, 8941, 11306, 10547, 10894, 10324, 10939, 9443, 10210, 9798, 9963, 11240, 11008, 11278, 11642, 11018, 11597, 10675, 9382, 10522, 8757, 9940, 8898, 9725, 11104, 8748, 11054, 11964, 11003, 10003, 10653, 9549, 10413, 9187, 10173, 9043, 10504, 11834, 9471, 11566, 10967, 11591, 11710, 11446, 10757, 10981, 10097, 10416, 9532, 10512, 11936, 10061, 11687, 9800, 11819, 11075, 11306, 11286, 11510, 10743, 10907, 9975, 10474, 9549, 10427, 11667, 10552, 11924, 10184, 11558, 9377, 11251, 9241, 11025, 11208, 11154, 12400, 11058, 11940, 11597, 11022, 11080, 9768, 10937, 9882, 10643, 9487, 10288, 10248, 10394, 11223, 10196, 11342, 10146, 11082, 12807, 11087, 11901, 11027, 11213, 10964, 9581, 9976, 11061, 10117, 11400, 8929, 11265, 9085, 10901, 11254, 10751, 10331, 10714, 9683, 10694, 9782, 10519, 11470, 10192, 9340, 10011, 11245, 9318, 11113, 13308, 11189, 10963, 10837, 10404, 10417, 9378, 10285, 9430, 9727, 9142, 9107, 9032, 9074, 10724, 8714, 10490, 9364, 10426, 10618, 10511, 11851, 10366, 11801, 9922, 11279, 9640, 9387, 9092, 10256, 8665, 10419, 10998, 10163, 10193, 9757, 12433, 9762, 9872, 9443, 9601, 9602, 9552, 9821, 9541, 9501, 9818, 8987, 10473, 8849, 10435, 10875, 10398, 13569, 10289, 12078, 9986, 11144, 9489, 9704, 9990, 9715, 9862, 9757, 9264, 9556, 8888, 10617, 10843, 10286, 9512, 9989, 10880, 9955, 12469, 9735, 12181, 9813, 10912, 9486, 9653, 10018, 9569, 9284, 9490, 9586, 10049, 9096, 9893, 9753, 9687, 10545, 9623, 12810, 9745, 10748, 9529, 10530, 10204, 9930, 10185, 9847, 10338, 9873, 9334, 9766, 9413, 10517, 9934, 9979, 9108, 9864, 9918, 9621, 13589, 9736, 12729, 9703, 12071, 9315, 9836, 9952, 9708, 9935, 9621, 9924, 9623, 9533, 9909, 9621, 9531, 9448, 10302, 9350, 10072, 12927, 10188, 13098, 10874, 11822, 9879, 9950, 9758, 10009, 9291, 9801, 9152, 10103, 9306, 9914, 11699, 10305, 10821, 9730, 10368, 10511, 10711, 10812, 10594, 10294, 10542, 9649, 10263, 10147, 10370, 13128, 10489, 10608, 10097, 10723, 10262, 10563, 10221, 10732, 11540, 10447, 12353, 10191, 11332, 10625, 10719, 10408, 10454, 10493, 10566, 10152, 10407, 12244, 10210, 12959, 10318, 10786, 10530, 11044, 10295, 10849, 9808, 10535, 12427, 10327, 12522, 10400, 11384, 10484, 10706, 11042, 10459, 10591, 10785, 10862, 10647, 9852, 10574, 13966, 10446, 13274, 10649, 11817, 10142, 11258, 10785, 10909, 10571, 10948, 9579, 10418, 9607, 10189, 12271, 9920, 10410, 9685, 10085, 10192, 10440, 10067, 10222, 9224, 10256, 13665, 10242, 12567, 9979, 11632, 10532, 11862, 10247, 10447, 9106, 10492, 10784, 10425, 11278, 10265, 10702, 10041, 10547, 10575, 10485, 10436, 10536, 9853, 10636, 13382, 10517, 12345, 10402, 11137, 10562, 10937, 10419, 10640, 12183, 10571, 13403, 10488, 11204, 10530, 10994, 10786, 10910, 10351, 10648, 10075, 10760, 12791, 10563, 10879, 10352, 10907, 10989, 10954, 10259, 10760, 9344, 10735, 12665, 10672, 12814, 10311, 11160, 10918, 10680, 10936, 10974, 10030, 10802, 9715, 10643, 11145, 10621, 12997, 10825, 11284, 10694, 11021, 10936, 10977, 10243, 10897, 10488, 10996, 10352, 10493, 14042, 10659, 13521, 10902, 11603, 10748, 11030, 10760, 10974, 11169, 10833, 10300, 11006, 10283, 10817, 10366, 10878, 11672, 10677, 13300, 10711, 10725, 10369, 10798, 10342, 10789, 10295, 10928, 10293, 10917, 9923, 10669, 11280, 10868, 11345, 10639, 11713, 10539, 10931, 10466, 11017, 10116, 11025, 10817, 10892, 12377, 10434, 10647, 11013, 10840, 10933, 10946, 10909, 10690, 10399, 10392, 11126, 10673, 13517, 10694, 10956, 10722, 11163, 10648, 10970, 9905, 10729, 9887, 10763, 13193, 10675, 12712, 10356, 10648, 10842, 10596, 10920, 10897, 10326, 10599, 13720, 10729, 10834, 10276, 10937, 11398, 10976, 10398, 11040, 9637, 10757, 10640, 10691, 13379, 11035, 11053, 10622, 10843, 11111, 11007, 10791, 10808, 10197, 10910, 11052, 10833, 13244, 10808, 11131, 11149, 11076, 11026, 11022, 10676, 10927, 10370, 11068, 13700, 10841, 11787, 10845, 11299, 10925, 11236, 9954, 11146, 13774, 10816, 12305, 10784, 11457, 11183, 11119, 10536, 10954, 10811, 10888, 13278, 10900, 11366, 10717, 11223, 11557, 11401, 11492, 11225, 11740, 11228, 10909, 11011, 12082, 11022, 12770, 10785, 12039, 11766, 11016, 11331, 10921, 10828, 10946, 13540, 10961, 11315, 11168, 10942, 12363, 10880, 11644, 10986, 11654, 11048, 11859, 11174, 11354, 11997, 11421, 11351, 11501, 11319, 11267, 13110, 10762, 11121, 11820], 'WindowCenter': [4386.0, 4378.0, 4358.0, 4364.0, 4343.0, 4353.0, 4332.0, 4340.0, 4330.0, 4331.0, 4331.0, 4330.0, 4328.0, 4330.0, 4329.0, 4341.0, 4330.0, 4330.0, 4319.0, 4327.0, 4330.0, 4330.0, 4349.0, 4330.0, 4340.0, 4329.0, 4339.0, 4328.0, 4328.0, 4319.0, 4330.0, 4318.0, 4340.0, 4317.0, 4329.0, 4338.0, 4328.0, 4337.0, 4317.0, 4326.0, 4318.0, 4329.0, 4328.0, 4332.0, 4334.0, 4346.0, 4352.0, 4352.0, 4344.0, 4349.0, 4338.0, 4337.0, 4338.0, 4337.0, 4349.0, 4327.0, 4315.0, 4328.0, 4326.0, 4328.0, 4327.0, 4303.0, 4313.0, 4306.0, 4325.0, 4316.0, 4325.0, 4336.0, 4327.0, 4338.0, 4329.0, 4329.0, 4328.0, 4330.0, 4319.0, 4329.0, 4319.0, 4329.0, 4318.0, 4328.0, 4328.0, 4328.0, 4336.0, 4316.0, 4336.0, 4318.0, 4317.0, 4318.0, 4316.0, 4329.0, 4329.0, 4318.0, 4319.0, 4318.0, 4328.0, 4318.0, 4329.0, 4336.0, 4328.0, 4336.0, 4317.0, 4327.0, 4316.0, 4306.0, 4305.0, 4327.0, 4305.0, 4326.0, 4296.0, 4316.0, 4315.0, 4315.0, 4326.0, 4317.0, 4325.0, 4316.0, 4316.0, 4328.0, 4317.0, 4317.0, 4318.0, 4329.0, 4338.0, 4327.0, 4327.0, 4315.0, 4325.0, 4325.0, 4314.0, 4315.0, 4315.0, 4315.0, 4315.0, 4324.0, 4305.0, 4326.0, 4306.0, 4327.0, 4326.0, 4327.0, 4328.0, 4328.0, 4338.0, 4326.0, 4318.0, 4317.0, 4316.0, 4305.0, 4327.0, 4314.0, 4326.0, 4326.0, 4326.0, 4326.0, 4325.0, 4315.0, 4315.0, 4317.0, 4318.0, 4318.0, 4318.0, 4318.0, 4322.0, 4340.0, 4319.0, 4328.0, 4338.0, 4328.0, 4337.0, 4329.0, 4336.0, 4327.0, 4308.0, 4316.0, 4315.0, 4314.0, 4326.0, 4307.0, 4328.0, 4326.0, 4341.0, 4329.0, 4339.0, 4329.0, 4326.0, 4318.0, 4329.0, 4317.0, 4319.0, 4364.0, 4354.0, 4348.0, 4340.0, 4336.0, 4336.0, 4339.0, 4341.0, 4337.0, 4313.0, 4337.0, 4334.0, 4324.0, 4325.0, 4326.0, 4336.0, 4326.0, 4336.0, 4314.0, 4326.0, 4316.0, 4325.0, 4337.0, 4327.0, 4349.0, 4328.0, 4350.0, 4340.0, 4349.0, 4328.0, 4339.0, 4331.0, 4337.0, 4350.0, 4328.0, 4349.0, 4339.0, 4339.0, 4338.0, 4338.0, 4338.0, 4328.0, 4348.0, 4315.0, 4338.0, 4329.0, 4348.0, 4338.0, 4338.0, 4331.0, 4329.0, 4318.0, 4317.0, 4339.0, 4319.0, 4340.0, 4341.0, 4339.0, 4338.0, 4340.0, 4331.0, 4330.0, 4340.0, 4329.0, 4338.0, 4319.0, 4339.0, 4346.0, 4337.0, 4340.0, 4328.0, 4330.0, 4317.0, 4336.0, 4317.0, 4336.0, 4337.0, 4338.0, 4326.0, 4339.0, 4317.0, 4316.0, 4336.0, 4304.0, 4336.0, 4347.0, 4337.0, 4328.0, 4327.0, 4307.0, 4314.0, 4326.0, 4304.0, 4336.0, 4328.0, 4328.0, 4326.0, 4336.0, 4317.0, 4327.0, 4317.0, 4317.0, 4337.0, 4328.0, 4337.0, 4337.0, 4325.0, 4336.0, 4326.0, 4317.0, 4327.0, 4307.0, 4316.0, 4318.0, 4328.0, 4338.0, 4305.0, 4336.0, 4336.0, 4337.0, 4328.0, 4329.0, 4329.0, 4327.0, 4329.0, 4330.0, 4320.0, 4339.0, 4348.0, 4318.0, 4337.0, 4327.0, 4337.0, 4337.0, 4335.0, 4339.0, 4337.0, 4328.0, 4326.0, 4330.0, 4328.0, 4336.0, 4327.0, 4337.0, 4327.0, 4336.0, 4338.0, 4338.0, 4338.0, 4338.0, 4340.0, 4336.0, 4327.0, 4337.0, 4330.0, 4327.0, 4339.0, 4329.0, 4349.0, 4327.0, 4349.0, 4328.0, 4350.0, 4331.0, 4350.0, 4338.0, 4340.0, 4348.0, 4340.0, 4349.0, 4339.0, 4325.0, 4337.0, 4329.0, 4339.0, 4327.0, 4327.0, 4317.0, 4328.0, 4328.0, 4327.0, 4337.0, 4324.0, 4325.0, 4315.0, 4324.0, 4333.0, 4324.0, 4321.0, 4322.0, 4322.0, 4314.0, 4304.0, 4302.0, 4312.0, 4311.0, 4322.0, 4302.0, 4320.0, 4302.0, 4324.0, 4323.0, 4325.0, 4327.0, 4326.0, 4317.0, 4326.0, 4316.0, 4325.0, 4337.0, 4317.0, 4306.0, 4316.0, 4326.0, 4305.0, 4325.0, 4345.0, 4335.0, 4324.0, 4323.0, 4325.0, 4323.0, 4303.0, 4315.0, 4315.0, 4316.0, 4316.0, 4316.0, 4318.0, 4320.0, 4350.0, 4318.0, 4339.0, 4329.0, 4339.0, 4339.0, 4339.0, 4349.0, 4329.0, 4338.0, 4328.0, 4337.0, 4318.0, 4317.0, 4317.0, 4326.0, 4307.0, 4327.0, 4339.0, 4329.0, 4328.0, 4326.0, 4348.0, 4329.0, 4329.0, 4329.0, 4328.0, 4329.0, 4330.0, 4340.0, 4329.0, 4330.0, 4330.0, 4320.0, 4340.0, 4319.0, 4338.0, 4340.0, 4328.0, 4360.0, 4329.0, 4347.0, 4327.0, 4338.0, 4316.0, 4319.0, 4329.0, 4318.0, 4328.0, 4328.0, 4315.0, 4318.0, 4317.0, 4327.0, 4338.0, 4327.0, 4317.0, 4327.0, 4338.0, 4328.0, 4346.0, 4317.0, 4337.0, 4315.0, 4326.0, 4317.0, 4316.0, 4316.0, 4317.0, 4317.0, 4316.0, 4325.0, 4327.0, 4315.0, 4326.0, 4317.0, 4318.0, 4328.0, 4317.0, 4348.0, 4317.0, 4337.0, 4317.0, 4325.0, 4326.0, 4327.0, 4327.0, 4327.0, 4328.0, 4329.0, 4329.0, 4329.0, 4317.0, 4327.0, 4327.0, 4327.0, 4317.0, 4326.0, 4327.0, 4327.0, 4347.0, 4329.0, 4348.0, 4316.0, 4336.0, 4315.0, 4326.0, 4327.0, 4317.0, 4328.0, 4316.0, 4327.0, 4328.0, 4329.0, 4329.0, 4327.0, 4328.0, 4318.0, 4327.0, 4317.0, 4328.0, 4346.0, 4327.0, 4347.0, 4353.0, 4348.0, 4339.0, 4326.0, 4316.0, 4326.0, 4305.0, 4316.0, 4316.0, 4328.0, 4315.0, 4315.0, 4336.0, 4329.0, 4327.0, 4315.0, 4325.0, 4325.0, 4325.0, 4325.0, 4325.0, 4325.0, 4326.0, 4316.0, 4327.0, 4327.0, 4326.0, 4357.0, 4328.0, 4328.0, 4328.0, 4338.0, 4328.0, 4340.0, 4327.0, 4337.0, 4338.0, 4327.0, 4347.0, 4327.0, 4337.0, 4338.0, 4339.0, 4337.0, 4326.0, 4325.0, 4337.0, 4329.0, 4339.0, 4350.0, 4339.0, 4360.0, 4342.0, 4339.0, 4340.0, 4339.0, 4339.0, 4339.0, 4330.0, 4340.0, 4350.0, 4329.0, 4350.0, 4338.0, 4338.0, 4339.0, 4338.0, 4351.0, 4339.0, 4339.0, 4340.0, 4339.0, 4339.0, 4329.0, 4340.0, 4370.0, 4341.0, 4359.0, 4338.0, 4349.0, 4328.0, 4337.0, 4337.0, 4338.0, 4328.0, 4338.0, 4327.0, 4327.0, 4316.0, 4328.0, 4348.0, 4357.0, 4352.0, 4331.0, 4328.0, 4341.0, 4337.0, 4329.0, 4339.0, 4317.0, 4327.0, 4358.0, 4327.0, 4347.0, 4328.0, 4338.0, 4326.0, 4335.0, 4315.0, 4325.0, 4305.0, 4325.0, 4326.0, 4328.0, 4337.0, 4338.0, 4338.0, 4328.0, 4338.0, 4338.0, 4339.0, 4339.0, 4339.0, 4330.0, 4340.0, 4359.0, 4339.0, 4348.0, 4328.0, 4338.0, 4338.0, 4337.0, 4337.0, 4338.0, 4349.0, 4338.0, 4359.0, 4339.0, 4337.0, 4338.0, 4338.0, 4338.0, 4339.0, 4338.0, 4338.0, 4328.0, 4350.0, 4360.0, 4339.0, 4339.0, 4340.0, 4340.0, 4337.0, 4340.0, 4329.0, 4338.0, 4328.0, 4339.0, 4358.0, 4338.0, 4349.0, 4328.0, 4337.0, 4339.0, 4327.0, 4337.0, 4337.0, 4327.0, 4338.0, 4329.0, 4339.0, 4350.0, 4341.0, 4359.0, 4339.0, 4338.0, 4338.0, 4338.0, 4338.0, 4339.0, 4328.0, 4336.0, 4327.0, 4337.0, 4327.0, 4328.0, 4358.0, 4327.0, 4346.0, 4324.0, 4337.0, 4336.0, 4326.0, 4337.0, 4338.0, 4339.0, 4339.0, 4339.0, 4340.0, 4339.0, 4338.0, 4329.0, 4339.0, 4338.0, 4338.0, 4358.0, 4339.0, 4338.0, 4328.0, 4338.0, 4327.0, 4338.0, 4327.0, 4338.0, 4328.0, 4338.0, 4327.0, 4337.0, 4339.0, 4327.0, 4308.0, 4313.0, 4335.0, 4326.0, 4326.0, 4325.0, 4325.0, 4315.0, 4325.0, 4327.0, 4326.0, 4346.0, 4325.0, 4313.0, 4324.0, 4325.0, 4325.0, 4337.0, 4336.0, 4338.0, 4328.0, 4328.0, 4338.0, 4339.0, 4358.0, 4339.0, 4337.0, 4339.0, 4340.0, 4339.0, 4339.0, 4329.0, 4339.0, 4328.0, 4341.0, 4348.0, 4339.0, 4347.0, 4327.0, 4326.0, 4327.0, 4326.0, 4337.0, 4337.0, 4328.0, 4353.0, 4387.0, 4366.0, 4340.0, 4328.0, 4338.0, 4349.0, 4337.0, 4328.0, 4351.0, 4329.0, 4350.0, 4340.0, 4341.0, 4372.0, 4341.0, 4340.0, 4339.0, 4339.0, 4339.0, 4341.0, 4338.0, 4339.0, 4328.0, 4337.0, 4337.0, 4340.0, 4359.0, 4339.0, 4350.0, 4349.0, 4340.0, 4340.0, 4339.0, 4338.0, 4339.0, 4339.0, 4350.0, 4358.0, 4341.0, 4350.0, 4339.0, 4339.0, 4339.0, 4338.0, 4330.0, 4340.0, 4359.0, 4337.0, 4337.0, 4325.0, 4337.0, 4337.0, 4336.0, 4325.0, 4338.0, 4327.0, 4337.0, 4358.0, 4336.0, 4337.0, 4337.0, 4338.0, 4350.0, 4348.0, 4350.0, 4349.0, 4348.0, 4350.0, 4340.0, 4340.0, 4361.0, 4339.0, 4360.0, 4338.0, 4349.0, 4348.0, 4339.0, 4337.0, 4337.0, 4337.0, 4338.0, 4357.0, 4339.0, 4337.0, 4338.0, 4336.0, 4360.0, 4339.0, 4348.0, 4351.0, 4350.0, 4351.0, 4360.0, 4349.0, 4350.0, 4350.0, 4351.0, 4339.0, 4350.0, 4338.0, 4338.0, 4359.0, 4338.0, 4338.0, 4338.0], 'WindowWidth': [9676.0, 9647.0, 9618.0, 9618.0, 9587.0, 9602.0, 9571.0, 9580.0, 9564.0, 9567.0, 9567.0, 9563.0, 9560.0, 9564.0, 9562.0, 9580.0, 9563.0, 9562.0, 9548.0, 9556.0, 9563.0, 9562.0, 9589.0, 9564.0, 9576.0, 9561.0, 9573.0, 9557.0, 9556.0, 9546.0, 9561.0, 9545.0, 9577.0, 9544.0, 9561.0, 9573.0, 9556.0, 9567.0, 9541.0, 9553.0, 9544.0, 9558.0, 9557.0, 9570.0, 9580.0, 9596.0, 9596.0, 9595.0, 9592.0, 9588.0, 9568.0, 9566.0, 9566.0, 9568.0, 9587.0, 9550.0, 9532.0, 9559.0, 9550.0, 9557.0, 9552.0, 9515.0, 9525.0, 9522.0, 9547.0, 9537.0, 9550.0, 9564.0, 9555.0, 9571.0, 9560.0, 9559.0, 9557.0, 9561.0, 9547.0, 9561.0, 9547.0, 9557.0, 9543.0, 9556.0, 9555.0, 9554.0, 9564.0, 9537.0, 9565.0, 9542.0, 9539.0, 9542.0, 9539.0, 9559.0, 9559.0, 9543.0, 9544.0, 9545.0, 9559.0, 9546.0, 9558.0, 9566.0, 9556.0, 9566.0, 9539.0, 9551.0, 9537.0, 9523.0, 9521.0, 9552.0, 9522.0, 9549.0, 9510.0, 9538.0, 9534.0, 9534.0, 9550.0, 9539.0, 9548.0, 9537.0, 9537.0, 9556.0, 9542.0, 9541.0, 9543.0, 9560.0, 9571.0, 9553.0, 9551.0, 9534.0, 9546.0, 9545.0, 9531.0, 9532.0, 9532.0, 9533.0, 9532.0, 9545.0, 9522.0, 9549.0, 9525.0, 9552.0, 9552.0, 9552.0, 9556.0, 9555.0, 9567.0, 9550.0, 9542.0, 9540.0, 9535.0, 9521.0, 9551.0, 9532.0, 9550.0, 9549.0, 9549.0, 9551.0, 9548.0, 9535.0, 9536.0, 9540.0, 9544.0, 9544.0, 9542.0, 9544.0, 9558.0, 9576.0, 9546.0, 9557.0, 9569.0, 9555.0, 9568.0, 9559.0, 9566.0, 9553.0, 9529.0, 9539.0, 9535.0, 9533.0, 9552.0, 9527.0, 9557.0, 9553.0, 9578.0, 9560.0, 9573.0, 9560.0, 9553.0, 9543.0, 9558.0, 9541.0, 9548.0, 9620.0, 9604.0, 9585.0, 9575.0, 9562.0, 9562.0, 9569.0, 9579.0, 9566.0, 9528.0, 9563.0, 9557.0, 9544.0, 9545.0, 9548.0, 9561.0, 9552.0, 9565.0, 9533.0, 9550.0, 9537.0, 9549.0, 9567.0, 9554.0, 9586.0, 9560.0, 9590.0, 9578.0, 9588.0, 9559.0, 9574.0, 9566.0, 9570.0, 9590.0, 9559.0, 9586.0, 9574.0, 9571.0, 9569.0, 9569.0, 9568.0, 9556.0, 9584.0, 9537.0, 9569.0, 9563.0, 9586.0, 9573.0, 9573.0, 9567.0, 9563.0, 9545.0, 9544.0, 9574.0, 9549.0, 9577.0, 9580.0, 9575.0, 9573.0, 9577.0, 9566.0, 9564.0, 9577.0, 9561.0, 9570.0, 9548.0, 9574.0, 9582.0, 9570.0, 9576.0, 9559.0, 9560.0, 9543.0, 9566.0, 9541.0, 9564.0, 9567.0, 9570.0, 9554.0, 9573.0, 9541.0, 9537.0, 9564.0, 9520.0, 9564.0, 9580.0, 9568.0, 9555.0, 9553.0, 9526.0, 9532.0, 9550.0, 9520.0, 9564.0, 9557.0, 9556.0, 9553.0, 9567.0, 9543.0, 9555.0, 9539.0, 9540.0, 9567.0, 9557.0, 9567.0, 9566.0, 9550.0, 9565.0, 9550.0, 9539.0, 9554.0, 9527.0, 9539.0, 9543.0, 9556.0, 9569.0, 9524.0, 9566.0, 9567.0, 9569.0, 9557.0, 9559.0, 9560.0, 9556.0, 9564.0, 9564.0, 9552.0, 9572.0, 9585.0, 9544.0, 9567.0, 9552.0, 9568.0, 9568.0, 9562.0, 9572.0, 9569.0, 9556.0, 9554.0, 9561.0, 9556.0, 9566.0, 9555.0, 9567.0, 9555.0, 9566.0, 9570.0, 9572.0, 9571.0, 9570.0, 9576.0, 9566.0, 9555.0, 9568.0, 9560.0, 9556.0, 9573.0, 9559.0, 9585.0, 9554.0, 9589.0, 9561.0, 9590.0, 9571.0, 9593.0, 9573.0, 9579.0, 9584.0, 9575.0, 9591.0, 9573.0, 9552.0, 9571.0, 9562.0, 9576.0, 9555.0, 9555.0, 9543.0, 9556.0, 9557.0, 9553.0, 9567.0, 9546.0, 9547.0, 9533.0, 9544.0, 9555.0, 9543.0, 9537.0, 9539.0, 9539.0, 9529.0, 9517.0, 9512.0, 9524.0, 9521.0, 9537.0, 9512.0, 9535.0, 9512.0, 9545.0, 9544.0, 9549.0, 9554.0, 9553.0, 9542.0, 9551.0, 9539.0, 9550.0, 9566.0, 9538.0, 9523.0, 9538.0, 9550.0, 9521.0, 9547.0, 9576.0, 9562.0, 9546.0, 9544.0, 9546.0, 9542.0, 9516.0, 9533.0, 9535.0, 9536.0, 9538.0, 9540.0, 9543.0, 9550.0, 9592.0, 9547.0, 9574.0, 9561.0, 9574.0, 9573.0, 9574.0, 9591.0, 9560.0, 9570.0, 9556.0, 9568.0, 9544.0, 9541.0, 9543.0, 9553.0, 9528.0, 9555.0, 9574.0, 9560.0, 9558.0, 9555.0, 9583.0, 9561.0, 9559.0, 9561.0, 9559.0, 9561.0, 9564.0, 9579.0, 9564.0, 9565.0, 9565.0, 9549.0, 9576.0, 9549.0, 9571.0, 9576.0, 9558.0, 9603.0, 9561.0, 9580.0, 9554.0, 9571.0, 9539.0, 9545.0, 9560.0, 9544.0, 9557.0, 9557.0, 9539.0, 9543.0, 9540.0, 9555.0, 9571.0, 9555.0, 9543.0, 9554.0, 9569.0, 9557.0, 9579.0, 9543.0, 9566.0, 9536.0, 9553.0, 9541.0, 9539.0, 9538.0, 9540.0, 9539.0, 9539.0, 9552.0, 9554.0, 9538.0, 9552.0, 9540.0, 9543.0, 9557.0, 9541.0, 9584.0, 9543.0, 9568.0, 9540.0, 9550.0, 9553.0, 9557.0, 9556.0, 9555.0, 9559.0, 9560.0, 9561.0, 9560.0, 9542.0, 9555.0, 9555.0, 9556.0, 9541.0, 9552.0, 9553.0, 9554.0, 9581.0, 9562.0, 9584.0, 9538.0, 9566.0, 9535.0, 9550.0, 9555.0, 9543.0, 9555.0, 9539.0, 9556.0, 9557.0, 9559.0, 9560.0, 9555.0, 9558.0, 9544.0, 9554.0, 9542.0, 9555.0, 9578.0, 9553.0, 9581.0, 9603.0, 9585.0, 9577.0, 9553.0, 9539.0, 9551.0, 9520.0, 9537.0, 9540.0, 9560.0, 9536.0, 9536.0, 9566.0, 9562.0, 9555.0, 9536.0, 9549.0, 9550.0, 9548.0, 9551.0, 9550.0, 9549.0, 9553.0, 9539.0, 9556.0, 9554.0, 9554.0, 9596.0, 9558.0, 9557.0, 9558.0, 9571.0, 9558.0, 9575.0, 9555.0, 9570.0, 9571.0, 9556.0, 9582.0, 9555.0, 9569.0, 9571.0, 9573.0, 9570.0, 9553.0, 9550.0, 9569.0, 9561.0, 9574.0, 9590.0, 9576.0, 9605.0, 9584.0, 9577.0, 9578.0, 9575.0, 9575.0, 9576.0, 9564.0, 9576.0, 9589.0, 9561.0, 9589.0, 9572.0, 9571.0, 9575.0, 9573.0, 9593.0, 9576.0, 9574.0, 9577.0, 9575.0, 9576.0, 9563.0, 9577.0, 9617.0, 9581.0, 9602.0, 9573.0, 9588.0, 9559.0, 9570.0, 9570.0, 9572.0, 9557.0, 9570.0, 9556.0, 9555.0, 9537.0, 9558.0, 9587.0, 9615.0, 9601.0, 9567.0, 9559.0, 9584.0, 9571.0, 9563.0, 9576.0, 9544.0, 9557.0, 9598.0, 9555.0, 9582.0, 9557.0, 9570.0, 9552.0, 9561.0, 9533.0, 9547.0, 9520.0, 9550.0, 9552.0, 9556.0, 9570.0, 9574.0, 9572.0, 9559.0, 9570.0, 9571.0, 9573.0, 9573.0, 9574.0, 9564.0, 9578.0, 9603.0, 9576.0, 9586.0, 9558.0, 9572.0, 9571.0, 9567.0, 9567.0, 9571.0, 9587.0, 9571.0, 9601.0, 9574.0, 9570.0, 9571.0, 9571.0, 9571.0, 9574.0, 9574.0, 9575.0, 9561.0, 9591.0, 9604.0, 9576.0, 9576.0, 9578.0, 9579.0, 9573.0, 9576.0, 9560.0, 9573.0, 9559.0, 9575.0, 9600.0, 9572.0, 9588.0, 9559.0, 9569.0, 9574.0, 9555.0, 9569.0, 9569.0, 9558.0, 9574.0, 9563.0, 9576.0, 9592.0, 9579.0, 9603.0, 9574.0, 9573.0, 9573.0, 9574.0, 9572.0, 9574.0, 9558.0, 9568.0, 9555.0, 9568.0, 9555.0, 9557.0, 9597.0, 9554.0, 9579.0, 9548.0, 9569.0, 9567.0, 9552.0, 9568.0, 9572.0, 9575.0, 9575.0, 9575.0, 9577.0, 9574.0, 9573.0, 9562.0, 9576.0, 9572.0, 9572.0, 9598.0, 9573.0, 9571.0, 9558.0, 9571.0, 9557.0, 9571.0, 9557.0, 9570.0, 9556.0, 9570.0, 9555.0, 9570.0, 9575.0, 9554.0, 9510.0, 9528.0, 9563.0, 9551.0, 9549.0, 9548.0, 9548.0, 9535.0, 9550.0, 9553.0, 9552.0, 9578.0, 9550.0, 9530.0, 9546.0, 9548.0, 9549.0, 9568.0, 9567.0, 9571.0, 9558.0, 9560.0, 9572.0, 9575.0, 9600.0, 9574.0, 9570.0, 9574.0, 9577.0, 9575.0, 9576.0, 9561.0, 9575.0, 9556.0, 9581.0, 9585.0, 9574.0, 9583.0, 9555.0, 9553.0, 9554.0, 9552.0, 9569.0, 9567.0, 9559.0, 9602.0, 9657.0, 9626.0, 9578.0, 9560.0, 9572.0, 9588.0, 9569.0, 9559.0, 9594.0, 9563.0, 9592.0, 9576.0, 9581.0, 9626.0, 9580.0, 9577.0, 9576.0, 9576.0, 9575.0, 9578.0, 9572.0, 9573.0, 9558.0, 9571.0, 9569.0, 9575.0, 9602.0, 9576.0, 9592.0, 9590.0, 9578.0, 9579.0, 9575.0, 9575.0, 9575.0, 9575.0, 9590.0, 9601.0, 9580.0, 9591.0, 9575.0, 9576.0, 9576.0, 9573.0, 9564.0, 9575.0, 9602.0, 9569.0, 9569.0, 9550.0, 9568.0, 9568.0, 9564.0, 9549.0, 9570.0, 9554.0, 9568.0, 9600.0, 9567.0, 9568.0, 9569.0, 9572.0, 9590.0, 9586.0, 9592.0, 9589.0, 9588.0, 9593.0, 9579.0, 9578.0, 9609.0, 9575.0, 9605.0, 9574.0, 9589.0, 9586.0, 9573.0, 9569.0, 9569.0, 9568.0, 9573.0, 9597.0, 9573.0, 9571.0, 9573.0, 9569.0, 9604.0, 9575.0, 9586.0, 9596.0, 9594.0, 9598.0, 9606.0, 9590.0, 9593.0, 9593.0, 9595.0, 9576.0, 9589.0, 9574.0, 9572.0, 9601.0, 9572.0, 9574.0, 9570.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.00041571899012074644</td></tr>
<tr><td colspan=3>aqi</td><td>0.026141755104281007</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.916856442934076</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1272484299340666</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9634467504175825</td></tr>
<tr><td colspan=3>efc</td><td>0.4694</td></tr>
<tr><td colspan=3>fber</td><td>5732.1929</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.063947185758019</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8781558726673985</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.689622875988239</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6258374828497013</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9147719305064217</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5282592146085947</td></tr>
<tr><td colspan=3>gcor</td><td>0.00656759</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010960630141198635</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019890394061803818</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6841808302214814</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>32.073</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7391</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.5224</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301408.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>867.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.5527</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.817</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.6803</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3489.7634</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3744.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>998.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4609.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1016.23</td></tr>
<tr><td colspan=3>tsnr</td><td>39.81906722218264</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>