ds005256-mriqc/sub-0079_ses-02_task-faces_acq-mb8_run-03_bold.html
Felix Hoffstaedter 7cb6b6f26a [DATALAD RUNCMD] Compute MRIQC for sub-0079
=== 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-0079 --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-0079",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:42:06 +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-0079_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-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_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-0079/figures/sub-0079_ses-02_task-faces_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079/ses-02/func/sub-0079_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>42933156abdd2b32806ac0f1a9f684b2</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:30:46.505000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999458, 0.00320625, 0.0327591, -0.00418649, 0.999544, 0.0298981]</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.0984047</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4175, -7742, -7278, 530, 41, -47, 112, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>026dd53c-80a6-427c-a594-33729ad5c42b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814730167388916, -0.011232059448957443, 0.08815042674541473, 110.06917572021484], [-0.008602144196629524, 2.681704044342041, 0.08105132728815079, -95.18183135986328], [0.08789026737213135, -0.08021432161331177, 2.697343111038208, -58.18257522583008], [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': ['133046.505000', '133046.965000', '133047.425000', '133047.885000', '133048.345000', '133048.805000', '133049.265000', '133049.725000', '133050.185000', '133050.645000', '133051.105000', '133051.565000', '133052.025000', '133052.485000', '133052.945000', '133053.405000', '133053.865000', '133054.325000', '133054.785000', '133055.245000', '133055.705000', '133056.165000', '133056.625000', '133057.085000', '133057.545000', '133058.005000', '133058.465000', '133058.925000', '133059.385000', '133059.845000', '133100.305000', '133100.765000', '133101.225000', '133101.685000', '133102.145000', '133102.605000', '133103.065000', '133103.525000', '133103.985000', '133104.445000', '133104.905000', '133105.365000', '133105.825000', '133106.285000', '133106.745000', '133107.205000', '133107.665000', '133108.125000', '133108.585000', '133109.045000', '133109.505000', '133109.965000', '133110.425000', '133110.885000', '133111.345000', '133111.805000', '133112.265000', '133112.725000', '133113.185000', '133113.645000', '133114.105000', '133114.565000', '133115.025000', '133115.485000', '133115.945000', '133116.405000', '133116.865000', '133117.325000', '133117.785000', '133118.245000', '133118.705000', '133119.165000', '133119.625000', '133120.085000', '133120.545000', '133121.005000', '133121.465000', '133121.925000', '133122.385000', '133122.845000', '133123.305000', '133123.765000', '133124.225000', '133124.685000', '133125.145000', '133125.605000', '133126.065000', '133126.525000', '133126.985000', '133127.445000', '133127.905000', '133128.365000', '133128.825000', '133129.285000', '133129.745000', '133130.205000', '133130.665000', '133131.125000', '133131.585000', '133132.045000', '133132.505000', '133132.965000', '133133.425000', '133133.885000', '133134.345000', '133134.805000', '133135.265000', '133135.725000', '133136.185000', '133136.645000', '133137.105000', '133137.565000', '133138.025000', '133138.485000', '133138.945000', '133139.405000', '133139.865000', '133140.325000', '133140.785000', '133141.245000', '133141.705000', '133142.165000', '133142.625000', '133143.085000', '133143.545000', '133144.005000', '133144.465000', '133144.925000', '133145.385000', '133145.845000', '133146.305000', '133146.765000', '133147.225000', '133147.685000', '133148.145000', '133148.605000', '133149.065000', '133149.525000', '133149.985000', '133150.445000', '133150.905000', '133151.365000', '133151.825000', '133152.285000', '133152.745000', '133153.205000', '133153.665000', '133154.125000', '133154.585000', '133155.045000', '133155.505000', '133155.965000', '133156.425000', '133156.885000', '133157.345000', '133157.805000', '133158.265000', '133158.725000', '133159.185000', '133159.645000', '133200.105000', '133200.565000', '133201.025000', '133201.485000', '133201.945000', '133202.405000', '133202.865000', '133203.325000', '133203.785000', '133204.245000', '133204.705000', '133205.165000', '133205.625000', '133206.085000', '133206.545000', '133207.005000', '133207.465000', '133207.925000', '133208.385000', '133208.845000', '133209.305000', '133209.765000', '133210.225000', '133210.685000', '133211.145000', '133211.605000', '133212.065000', '133212.525000', '133212.985000', '133213.445000', '133213.905000', '133214.365000', '133214.825000', '133215.285000', '133215.745000', '133216.205000', '133216.665000', '133217.125000', '133217.585000', '133218.045000', '133218.505000', '133218.965000', '133219.425000', '133219.885000', '133220.345000', '133220.805000', '133221.265000', '133221.725000', '133222.185000', '133222.645000', '133223.105000', '133223.565000', '133224.025000', '133224.485000', '133224.945000', '133225.405000', '133225.865000', '133226.325000', '133226.785000', '133227.245000', '133227.705000', '133228.165000', '133228.625000', '133229.085000', '133229.545000', '133230.005000', '133230.465000', '133230.925000', '133231.385000', '133231.845000', '133232.305000', '133232.765000', '133233.225000', '133233.685000', '133234.145000', '133234.605000', '133235.065000', '133235.525000', '133235.985000', '133236.445000', '133236.905000', '133237.365000', '133237.825000', '133238.285000', '133238.745000', '133239.205000', '133239.665000', '133240.125000', '133240.585000', '133241.045000', '133241.505000', '133241.965000', '133242.425000', '133242.885000', '133243.345000', '133243.805000', '133244.265000', '133244.725000', '133245.185000', '133245.645000', '133246.105000', '133246.565000', '133247.025000', '133247.485000', '133247.945000', '133248.405000', '133248.865000', '133249.325000', '133249.785000', '133250.245000', '133250.705000', '133251.165000', '133251.625000', '133252.085000', '133252.545000', '133253.005000', '133253.465000', '133253.925000', '133254.385000', '133254.845000', '133255.305000', '133255.765000', '133256.225000', '133256.685000', '133257.145000', '133257.605000', '133258.065000', '133258.525000', '133258.985000', '133259.445000', '133259.905000', '133300.365000', '133300.825000', '133301.285000', '133301.745000', '133302.205000', '133302.665000', '133303.125000', '133303.585000', '133304.045000', '133304.505000', '133304.965000', '133305.425000', '133305.885000', '133306.345000', '133306.805000', '133307.265000', '133307.725000', '133308.185000', '133308.645000', '133309.105000', '133309.565000', '133310.025000', '133310.485000', '133310.945000', '133311.405000', '133311.865000', '133312.325000', '133312.785000', '133313.245000', '133313.705000', '133314.165000', '133314.625000', '133315.085000', '133315.545000', '133316.005000', '133316.465000', '133316.925000', '133317.385000', '133317.845000', '133318.305000', '133318.765000', '133319.225000', '133319.685000', '133320.145000', '133320.605000', '133321.065000', '133321.525000', '133321.985000', '133322.445000', '133322.905000', '133323.365000', '133323.825000', '133324.285000', '133324.745000', '133325.205000', '133325.665000', '133326.125000', '133326.585000', '133327.045000', '133327.505000', '133327.965000', '133328.425000', '133328.885000', '133329.345000', '133329.805000', '133330.265000', '133330.725000', '133331.185000', '133331.645000', '133332.105000', '133332.565000', '133333.025000', '133333.485000', '133333.945000', '133334.405000', '133334.865000', '133335.325000', '133335.785000', '133336.245000', '133336.705000', '133337.165000', '133337.625000', '133338.085000', '133338.545000', '133339.005000', '133339.465000', '133339.925000', '133340.385000', '133340.845000', '133341.305000', '133341.765000', '133342.225000', '133342.685000', '133343.145000', '133343.605000', '133344.065000', '133344.525000', '133344.985000', '133345.445000', '133345.905000', '133346.365000', '133346.825000', '133347.285000', '133347.745000', '133348.205000', '133348.665000', '133349.125000', '133349.585000', '133350.045000', '133350.505000', '133350.965000', '133351.425000', '133351.885000', '133352.345000', '133352.805000', '133353.265000', '133353.725000', '133354.185000', '133354.645000', '133355.105000', '133355.565000', '133356.025000', '133356.485000', '133356.945000', '133357.405000', '133357.865000', '133358.325000', '133358.785000', '133359.245000', '133359.705000', '133400.165000', '133400.625000', '133401.085000', '133401.545000', '133402.005000', '133402.465000', '133402.925000', '133403.385000', '133403.845000', '133404.305000', '133404.765000', '133405.225000', '133405.685000', '133406.145000', '133406.605000', '133407.065000', '133407.525000', '133407.985000', '133408.445000', '133408.905000', '133409.365000', '133409.825000', '133410.285000', '133410.745000', '133411.205000', '133411.665000', '133412.125000', '133412.585000', '133413.045000', '133413.505000', '133413.965000', '133414.425000', '133414.885000', '133415.345000', '133415.805000', '133416.265000', '133416.725000', '133417.185000', '133417.645000', '133418.105000', '133418.565000', '133419.025000', '133419.485000', '133419.945000', '133420.405000', '133420.865000', '133421.325000', '133421.785000', '133422.245000', '133422.705000', '133423.165000', '133423.625000', '133424.085000', '133424.545000', '133425.005000', '133425.465000', '133425.925000', '133426.385000', '133426.845000', '133427.305000', '133427.765000', '133428.225000', '133428.685000', '133429.145000', '133429.605000', '133430.065000', '133430.525000', '133430.985000', '133431.445000', '133431.905000', '133432.365000', '133432.825000', '133433.285000', '133433.745000', '133434.205000', '133434.665000', '133435.125000', '133435.585000', '133436.045000', '133436.505000', '133436.965000', '133437.425000', '133437.885000', '133438.345000', '133438.805000', '133439.265000', '133439.725000', '133440.185000', '133440.645000', '133441.105000', '133441.565000', '133442.025000', '133442.485000', '133442.945000', '133443.405000', '133443.865000', '133444.325000', '133444.785000', '133445.245000', '133445.705000', '133446.165000', '133446.625000', '133447.085000', '133447.545000', '133448.005000', '133448.465000', '133448.925000', '133449.385000', '133449.845000', '133450.305000', '133450.765000', '133451.225000', '133451.685000', '133452.145000', '133452.605000', '133453.065000', '133453.525000', '133453.985000', '133454.445000', '133454.905000', '133455.365000', '133455.825000', '133456.285000', '133456.745000', '133457.205000', '133457.665000', '133458.125000', '133458.585000', '133459.045000', '133459.505000', '133459.965000', '133500.425000', '133500.885000', '133501.345000', '133501.805000', '133502.265000', '133502.725000', '133503.185000', '133503.645000', '133504.105000', '133504.565000', '133505.025000', '133505.485000', '133505.945000', '133506.405000', '133506.865000', '133507.325000', '133507.785000', '133508.245000', '133508.705000', '133509.165000', '133509.625000', '133510.085000', '133510.545000', '133511.005000', '133511.465000', '133511.925000', '133512.385000', '133512.845000', '133513.305000', '133513.765000', '133514.225000', '133514.685000', '133515.145000', '133515.605000', '133516.065000', '133516.525000', '133516.985000', '133517.445000', '133517.905000', '133518.365000', '133518.825000', '133519.285000', '133519.745000', '133520.205000', '133520.665000', '133521.125000', '133521.585000', '133522.045000', '133522.505000', '133522.965000', '133523.425000', '133523.885000', '133524.345000', '133524.805000', '133525.265000', '133525.725000', '133526.185000', '133526.645000', '133527.105000', '133527.565000', '133528.025000', '133528.485000', '133528.945000', '133529.405000', '133529.865000', '133530.325000', '133530.785000', '133531.245000', '133531.705000', '133532.165000', '133532.625000', '133533.085000', '133533.545000', '133534.005000', '133534.465000', '133534.925000', '133535.385000', '133535.845000', '133536.305000', '133536.765000', '133537.225000', '133537.685000', '133538.145000', '133538.605000', '133539.065000', '133539.525000', '133539.985000', '133540.445000', '133540.905000', '133541.365000', '133541.825000', '133542.285000', '133542.745000', '133543.205000', '133543.665000', '133544.125000', '133544.585000', '133545.045000', '133545.505000', '133545.965000', '133546.425000', '133546.885000', '133547.345000', '133547.805000', '133548.265000', '133548.725000', '133549.185000', '133549.645000', '133550.105000', '133550.565000', '133551.025000', '133551.485000', '133551.945000', '133552.405000', '133552.865000', '133553.325000', '133553.785000', '133554.245000', '133554.705000', '133555.165000', '133555.625000', '133556.085000', '133556.545000', '133557.005000', '133557.465000', '133557.925000', '133558.385000', '133558.845000', '133559.305000', '133559.765000', '133600.225000', '133600.685000', '133601.145000', '133601.605000', '133602.065000', '133602.525000', '133602.985000', '133603.445000', '133603.905000', '133604.365000', '133604.825000', '133605.285000', '133605.745000', '133606.205000', '133606.665000', '133607.125000', '133607.585000', '133608.045000', '133608.505000', '133608.965000', '133609.425000', '133609.885000', '133610.345000', '133610.805000', '133611.265000', '133611.725000', '133612.185000', '133612.645000', '133613.105000', '133613.565000', '133614.025000', '133614.485000', '133614.945000', '133615.405000', '133615.865000', '133616.325000', '133616.785000', '133617.245000', '133617.705000', '133618.165000', '133618.625000', '133619.085000', '133619.545000', '133620.005000', '133620.465000', '133620.925000', '133621.385000', '133621.845000', '133622.305000', '133622.765000', '133623.225000', '133623.685000', '133624.145000', '133624.605000', '133625.065000', '133625.525000', '133625.985000', '133626.445000', '133626.905000', '133627.365000', '133627.825000', '133628.285000', '133628.745000', '133629.205000', '133629.665000', '133630.125000', '133630.585000', '133631.045000', '133631.505000', '133631.965000', '133632.425000', '133632.885000', '133633.345000', '133633.805000', '133634.265000', '133634.725000', '133635.185000', '133635.645000', '133636.105000', '133636.565000', '133637.025000', '133637.485000', '133637.945000', '133638.405000', '133638.865000', '133639.325000', '133639.785000', '133640.245000', '133640.705000', '133641.165000', '133641.625000', '133642.085000', '133642.545000', '133643.005000', '133643.465000', '133643.925000', '133644.385000', '133644.845000', '133645.305000', '133645.765000', '133646.225000', '133646.685000', '133647.145000', '133647.605000', '133648.065000', '133648.525000', '133648.985000', '133649.445000', '133649.905000', '133650.365000', '133650.825000', '133651.285000', '133651.745000', '133652.205000', '133652.665000', '133653.125000', '133653.585000', '133654.045000', '133654.505000', '133654.965000', '133655.425000', '133655.885000', '133656.345000', '133656.805000', '133657.265000', '133657.725000', '133658.185000', '133658.645000', '133659.105000', '133659.565000', '133700.025000', '133700.485000', '133700.945000', '133701.405000', '133701.865000', '133702.325000', '133702.785000', '133703.245000', '133703.705000', '133704.165000', '133704.625000', '133705.085000', '133705.545000', '133706.005000', '133706.465000', '133706.925000', '133707.385000', '133707.845000', '133708.305000', '133708.765000', '133709.225000', '133709.685000', '133710.145000', '133710.605000', '133711.065000', '133711.525000', '133711.985000', '133712.445000', '133712.905000', '133713.365000', '133713.825000', '133714.285000', '133714.745000', '133715.205000', '133715.665000', '133716.125000', '133716.585000', '133717.045000', '133717.505000', '133717.965000', '133718.425000', '133718.885000', '133719.345000', '133719.805000', '133720.265000', '133720.725000', '133721.185000', '133721.645000', '133722.105000', '133722.565000', '133723.025000', '133723.485000', '133723.945000', '133724.405000', '133724.865000', '133725.325000', '133725.785000', '133726.245000', '133726.705000', '133727.165000', '133727.625000', '133728.085000', '133728.545000', '133729.005000', '133729.465000', '133729.925000', '133730.385000', '133730.845000', '133731.305000', '133731.765000', '133732.225000', '133732.685000', '133733.145000', '133733.605000', '133734.065000', '133734.525000', '133734.985000', '133735.445000', '133735.905000', '133736.365000', '133736.825000', '133737.285000', '133737.745000', '133738.205000', '133738.665000', '133739.125000', '133739.585000', '133740.045000', '133740.505000', '133740.965000', '133741.425000', '133741.885000', '133742.345000', '133742.805000', '133743.265000', '133743.725000', '133744.185000', '133744.645000', '133745.105000', '133745.565000', '133746.025000', '133746.485000'], 'ContentTime': ['133116.608000', '133116.616000', '133116.619000', '133116.622000', '133116.625000', '133116.627000', '133116.630000', '133116.633000', '133116.635000', '133116.638000', '133116.641000', '133116.643000', '133116.646000', '133116.649000', '133116.651000', '133116.654000', '133116.656000', '133116.659000', '133116.661000', '133116.664000', '133116.667000', '133116.669000', '133116.672000', '133116.675000', '133116.677000', '133116.680000', '133116.682000', '133116.693000', '133116.696000', '133116.698000', '133116.701000', '133116.703000', '133116.706000', '133116.709000', '133116.711000', '133116.714000', '133116.717000', '133116.719000', '133116.722000', '133116.724000', '133116.734000', '133116.736000', '133116.739000', '133116.742000', '133116.744000', '133116.747000', '133116.750000', '133116.752000', '133116.755000', '133116.758000', '133116.760000', '133116.763000', '133116.765000', '133116.768000', '133116.771000', '133116.773000', '133116.776000', '133116.779000', '133116.781000', '133116.784000', '133116.787000', '133116.789000', '133116.792000', '133136.563000', '133136.565000', '133136.568000', '133136.571000', '133136.574000', '133136.576000', '133136.579000', '133136.582000', '133136.584000', '133136.587000', '133136.590000', '133136.592000', '133136.595000', '133136.598000', '133136.600000', '133136.603000', '133136.606000', '133136.608000', '133136.611000', '133136.614000', '133136.617000', '133136.619000', '133136.622000', '133136.625000', '133136.627000', '133136.630000', '133136.633000', '133136.635000', '133136.638000', '133136.641000', '133136.643000', '133136.646000', '133136.649000', '133136.651000', '133136.654000', '133136.657000', '133136.659000', '133136.662000', '133136.665000', '133136.667000', '133136.670000', '133136.672000', '133136.675000', '133156.562000', '133156.565000', '133156.568000', '133156.571000', '133156.573000', '133156.576000', '133156.579000', '133156.581000', '133156.585000', '133156.588000', '133156.590000', '133156.593000', '133156.596000', '133156.598000', '133156.601000', '133156.604000', '133156.606000', '133156.609000', '133156.612000', '133156.615000', '133156.623000', '133156.626000', '133156.628000', '133156.631000', '133156.634000', '133156.636000', '133156.639000', '133156.642000', '133156.645000', '133156.647000', '133156.650000', '133156.653000', '133156.655000', '133156.658000', '133156.660000', '133156.663000', '133156.666000', '133156.669000', '133156.671000', '133156.674000', '133156.676000', '133156.679000', '133156.682000', '133216.562000', '133216.565000', '133216.568000', '133216.571000', '133216.573000', '133216.576000', '133216.579000', '133216.581000', '133216.584000', '133216.587000', '133216.590000', '133216.592000', '133216.595000', '133216.597000', '133216.600000', '133216.603000', '133216.605000', '133216.608000', '133216.611000', '133216.613000', '133216.616000', '133216.619000', '133216.622000', '133216.624000', '133216.627000', '133216.629000', '133216.632000', '133216.635000', '133216.637000', '133216.640000', '133216.643000', '133216.645000', '133216.648000', '133216.651000', '133216.654000', '133216.656000', '133216.659000', '133216.662000', '133216.664000', '133216.667000', '133216.670000', '133216.672000', '133216.675000', '133216.678000', '133236.561000', '133236.564000', '133236.567000', '133236.570000', '133236.572000', '133236.575000', '133236.578000', '133236.581000', '133236.583000', '133236.586000', '133236.589000', '133236.591000', '133236.594000', '133236.597000', '133236.599000', '133236.602000', '133236.605000', '133236.607000', '133236.610000', '133236.613000', '133236.615000', '133236.618000', '133236.621000', '133236.623000', '133236.626000', '133236.629000', '133236.631000', '133236.634000', '133236.637000', '133236.639000', '133236.642000', '133236.645000', '133236.647000', '133236.650000', '133236.653000', '133236.655000', '133236.658000', '133236.661000', '133236.663000', '133236.666000', '133236.669000', '133236.672000', '133236.674000', '133236.677000', '133256.563000', '133256.566000', '133256.568000', '133256.582000', '133256.585000', '133256.587000', '133256.590000', '133256.593000', '133256.595000', '133256.598000', '133256.601000', '133256.603000', '133256.606000', '133256.609000', '133256.611000', '133256.614000', '133256.617000', '133256.619000', '133256.622000', '133256.625000', '133256.627000', '133256.630000', '133256.633000', '133256.635000', '133256.638000', '133256.641000', '133256.643000', '133256.646000', '133256.649000', '133256.652000', '133256.654000', '133256.657000', '133256.660000', '133256.662000', '133256.665000', '133256.667000', '133256.670000', '133256.673000', '133256.675000', '133256.678000', '133256.681000', '133256.683000', '133256.686000', '133316.562000', '133316.565000', '133316.568000', '133316.571000', '133316.574000', '133316.576000', '133316.579000', '133316.582000', '133316.585000', '133316.589000', '133316.592000', '133316.594000', '133316.597000', '133316.600000', '133316.602000', '133316.605000', '133316.608000', '133316.610000', '133316.613000', '133316.616000', '133316.618000', '133316.621000', '133316.625000', '133316.627000', '133316.630000', '133316.633000', '133316.635000', '133316.638000', '133316.641000', '133316.644000', '133316.646000', '133316.649000', '133316.652000', '133316.654000', '133316.657000', '133316.660000', '133316.662000', '133316.665000', '133316.668000', '133316.670000', '133316.673000', '133316.676000', '133316.678000', '133336.563000', '133336.566000', '133336.568000', '133336.571000', '133336.574000', '133336.576000', '133336.579000', '133336.581000', '133336.584000', '133336.587000', '133336.590000', '133336.592000', '133336.595000', '133336.598000', '133336.600000', '133336.603000', '133336.606000', '133336.608000', '133336.611000', '133336.614000', '133336.623000', '133336.626000', '133336.628000', '133336.631000', '133336.634000', '133336.636000', '133336.639000', '133336.641000', '133336.644000', '133336.647000', '133336.650000', '133336.652000', '133336.655000', '133336.658000', '133336.660000', '133336.663000', '133336.666000', '133336.668000', '133336.671000', '133336.673000', '133336.676000', '133336.679000', '133336.681000', '133336.684000', '133356.563000', '133356.566000', '133356.568000', '133356.571000', '133356.574000', '133356.576000', '133356.579000', '133356.582000', '133356.585000', '133356.588000', '133356.591000', '133356.594000', '133356.597000', '133356.599000', '133356.602000', '133356.604000', '133356.607000', '133356.610000', '133356.613000', '133356.615000', '133356.618000', '133356.621000', '133356.623000', '133356.626000', '133356.629000', '133356.631000', '133356.634000', '133356.637000', '133356.639000', '133356.642000', '133356.645000', '133356.647000', '133356.650000', '133356.653000', '133356.655000', '133356.658000', '133356.661000', '133356.663000', '133356.666000', '133356.668000', '133356.671000', '133356.674000', '133356.676000', '133416.563000', '133416.566000', '133416.568000', '133416.571000', '133416.574000', '133416.576000', '133416.579000', '133416.582000', '133416.585000', '133416.587000', '133416.590000', '133416.593000', '133416.595000', '133416.598000', '133416.601000', '133416.603000', '133416.606000', '133416.609000', '133416.611000', '133416.614000', '133416.617000', '133416.619000', '133416.622000', '133416.625000', '133416.627000', '133416.630000', '133416.633000', '133416.635000', '133416.638000', '133416.641000', '133416.643000', '133416.646000', '133416.649000', '133416.651000', '133416.654000', '133416.657000', '133416.659000', '133416.662000', '133416.665000', '133416.667000', '133416.670000', '133416.673000', '133416.675000', '133416.699000', '133436.563000', '133436.566000', '133436.568000', '133436.571000', '133436.574000', '133436.577000', '133436.579000', '133436.582000', '133436.584000', '133436.587000', '133436.590000', '133436.592000', '133436.595000', '133436.598000', '133436.600000', '133436.603000', '133436.606000', '133436.608000', '133436.611000', '133436.614000', '133436.617000', '133436.619000', '133436.622000', '133436.625000', '133436.627000', '133436.630000', '133436.633000', '133436.636000', '133436.638000', '133436.641000', '133436.643000', '133436.646000', '133436.649000', '133436.651000', '133436.654000', '133436.657000', '133436.660000', '133436.663000', '133436.666000', '133436.669000', '133436.671000', '133436.674000', '133436.677000', '133456.561000', '133456.564000', '133456.567000', '133456.570000', '133456.573000', '133456.575000', '133456.578000', '133456.581000', '133456.583000', '133456.586000', '133456.589000', '133456.591000', '133456.594000', '133456.597000', '133456.599000', '133456.602000', '133456.605000', '133456.607000', '133456.610000', '133456.613000', '133456.615000', '133456.618000', '133456.621000', '133456.623000', '133456.626000', '133456.629000', '133456.631000', '133456.634000', '133456.637000', '133456.640000', '133456.642000', '133456.645000', '133456.648000', '133456.650000', '133456.653000', '133456.656000', '133456.659000', '133456.661000', '133456.664000', '133456.667000', '133456.669000', '133456.672000', '133456.675000', '133456.677000', '133516.562000', '133516.565000', '133516.568000', '133516.571000', '133516.573000', '133516.576000', '133516.579000', '133516.581000', '133516.584000', '133516.587000', '133516.589000', '133516.592000', '133516.595000', '133516.598000', '133516.600000', '133516.603000', '133516.605000', '133516.608000', '133516.611000', '133516.613000', '133516.616000', '133516.619000', '133516.621000', '133516.624000', '133516.627000', '133516.629000', '133516.632000', '133516.634000', '133516.637000', '133516.640000', '133516.643000', '133516.645000', '133516.648000', '133516.650000', '133516.653000', '133516.656000', '133516.658000', '133516.661000', '133516.664000', '133516.666000', '133516.669000', '133516.672000', '133516.675000', '133536.563000', '133536.567000', '133536.569000', '133536.572000', '133536.574000', '133536.578000', '133536.580000', '133536.583000', '133536.585000', '133536.588000', '133536.591000', '133536.594000', '133536.596000', '133536.599000', '133536.602000', '133536.604000', '133536.607000', '133536.610000', '133536.612000', '133536.615000', '133536.618000', '133536.620000', '133536.623000', '133536.626000', '133536.628000', '133536.631000', '133536.634000', '133536.636000', '133536.639000', '133536.642000', '133536.644000', '133536.647000', '133536.650000', '133536.652000', '133536.655000', '133536.658000', '133536.660000', '133536.663000', '133536.666000', '133536.668000', '133536.671000', '133536.674000', '133536.676000', '133536.679000', '133556.563000', '133556.565000', '133556.568000', '133556.571000', '133556.573000', '133556.576000', '133556.579000', '133556.582000', '133556.584000', '133556.587000', '133556.601000', '133556.604000', '133556.606000', '133556.609000', '133556.612000', '133556.614000', '133556.617000', '133556.619000', '133556.622000', '133556.625000', '133556.627000', '133556.630000', '133556.633000', '133556.635000', '133556.638000', '133556.640000', '133556.643000', '133556.646000', '133556.648000', '133556.651000', '133556.654000', '133556.657000', '133556.660000', '133556.665000', '133556.667000', '133556.670000', '133556.672000', '133556.676000', '133556.678000', '133556.681000', '133556.683000', '133556.686000', '133556.689000', '133616.562000', '133616.565000', '133616.568000', '133616.571000', '133616.574000', '133616.576000', '133616.579000', '133616.582000', '133616.585000', '133616.587000', '133616.590000', '133616.593000', '133616.596000', '133616.598000', '133616.601000', '133616.603000', '133616.606000', '133616.609000', '133616.612000', '133616.614000', '133616.617000', '133616.620000', '133616.622000', '133616.625000', '133616.628000', '133616.630000', '133616.633000', '133616.636000', '133616.638000', '133616.641000', '133616.644000', '133616.647000', '133616.649000', '133616.652000', '133616.654000', '133616.657000', '133616.660000', '133616.662000', '133616.665000', '133616.668000', '133616.671000', '133616.673000', '133616.676000', '133616.678000', '133636.563000', '133636.565000', '133636.569000', '133636.571000', '133636.574000', '133636.576000', '133636.580000', '133636.582000', '133636.585000', '133636.587000', '133636.590000', '133636.593000', '133636.595000', '133636.598000', '133636.601000', '133636.603000', '133636.606000', '133636.609000', '133636.611000', '133636.614000', '133636.616000', '133636.619000', '133636.622000', '133636.625000', '133636.627000', '133636.630000', '133636.632000', '133636.635000', '133636.638000', '133636.640000', '133636.643000', '133636.646000', '133636.648000', '133636.651000', '133636.654000', '133636.656000', '133636.659000', '133636.662000', '133636.664000', '133636.667000', '133636.670000', '133636.675000', '133636.677000', '133656.562000', '133656.565000', '133656.568000', '133656.571000', '133656.574000', '133656.576000', '133656.579000', '133656.582000', '133656.584000', '133656.587000', '133656.590000', '133656.592000', '133656.595000', '133656.598000', '133656.600000', '133656.603000', '133656.606000', '133656.608000', '133656.611000', '133656.614000', '133656.617000', '133656.619000', '133656.622000', '133656.625000', '133656.627000', '133656.630000', '133656.633000', '133656.635000', '133656.638000', '133656.641000', '133656.643000', '133656.646000', '133656.649000', '133656.651000', '133656.654000', '133656.657000', '133656.659000', '133656.662000', '133656.664000', '133656.667000', '133656.670000', '133656.673000', '133656.675000', '133656.678000', '133716.562000', '133716.565000', '133716.567000', '133716.570000', '133716.573000', '133716.575000', '133716.578000', '133716.581000', '133716.583000', '133716.586000', '133716.588000', '133716.591000', '133716.594000', '133716.596000', '133716.599000', '133716.602000', '133716.604000', '133716.607000', '133716.610000', '133716.612000', '133716.626000', '133716.628000', '133716.631000', '133716.634000', '133716.636000', '133716.639000', '133716.642000', '133716.644000', '133716.647000', '133716.650000', '133716.652000', '133716.655000', '133716.657000', '133716.660000', '133716.663000', '133716.665000', '133716.668000', '133716.671000', '133716.673000', '133716.676000', '133716.678000', '133716.681000', '133716.684000', '133736.563000', '133736.566000', '133736.568000', '133736.571000', '133736.574000', '133736.576000', '133736.596000', '133736.598000', '133736.601000', '133736.604000', '133736.606000', '133736.609000', '133736.611000', '133736.614000', '133736.617000', '133736.620000', '133736.622000', '133736.625000', '133736.628000', '133736.630000', '133736.633000', '133736.636000', '133736.638000', '133736.641000', '133736.644000', '133736.646000', '133736.649000', '133736.651000', '133736.654000', '133736.657000', '133736.659000', '133736.662000', '133736.665000', '133736.667000', '133736.670000', '133736.673000', '133736.675000', '133736.678000', '133736.681000', '133736.683000', '133736.686000', '133736.688000', '133736.691000', '133736.694000', '133747.997000', '133748.001000', '133748.003000', '133748.006000', '133748.009000', '133748.012000', '133748.014000', '133748.017000', '133748.019000', '133748.022000', '133748.025000', '133748.028000', '133748.030000', '133748.033000', '133748.036000', '133748.038000', '133748.041000', '133748.044000', '133748.046000', '133748.049000', '133748.052000', '133748.055000', '133748.057000', '133748.060000', '133748.063000'], 'InstanceCreationTime': ['133116.608000', '133116.616000', '133116.619000', '133116.622000', '133116.625000', '133116.627000', '133116.630000', '133116.633000', '133116.635000', '133116.638000', '133116.641000', '133116.643000', '133116.646000', '133116.649000', '133116.651000', '133116.654000', '133116.656000', '133116.659000', '133116.661000', '133116.664000', '133116.667000', '133116.669000', '133116.672000', '133116.675000', '133116.677000', '133116.680000', '133116.682000', '133116.693000', '133116.696000', '133116.698000', '133116.701000', '133116.703000', '133116.706000', '133116.709000', '133116.711000', '133116.714000', '133116.717000', '133116.719000', '133116.722000', '133116.724000', '133116.734000', '133116.736000', '133116.739000', '133116.742000', '133116.744000', '133116.747000', '133116.750000', '133116.752000', '133116.755000', '133116.758000', '133116.760000', '133116.763000', '133116.765000', '133116.768000', '133116.771000', '133116.773000', '133116.776000', '133116.779000', '133116.781000', '133116.784000', '133116.787000', '133116.789000', '133116.792000', '133136.563000', '133136.565000', '133136.568000', '133136.571000', '133136.574000', '133136.576000', '133136.579000', '133136.582000', '133136.584000', '133136.587000', '133136.590000', '133136.592000', '133136.595000', '133136.598000', '133136.600000', '133136.603000', '133136.606000', '133136.608000', '133136.611000', '133136.614000', '133136.617000', '133136.619000', '133136.622000', '133136.625000', '133136.627000', '133136.630000', '133136.633000', '133136.635000', '133136.638000', '133136.641000', '133136.643000', '133136.646000', '133136.649000', '133136.651000', '133136.654000', '133136.657000', '133136.659000', '133136.662000', '133136.665000', '133136.667000', '133136.670000', '133136.672000', '133136.675000', '133156.562000', '133156.565000', '133156.568000', '133156.571000', '133156.573000', '133156.576000', '133156.579000', '133156.581000', '133156.585000', '133156.588000', '133156.590000', '133156.593000', '133156.596000', '133156.598000', '133156.601000', '133156.604000', '133156.606000', '133156.609000', '133156.612000', '133156.615000', '133156.623000', '133156.626000', '133156.628000', '133156.631000', '133156.634000', '133156.636000', '133156.639000', '133156.642000', '133156.645000', '133156.647000', '133156.650000', '133156.653000', '133156.655000', '133156.658000', '133156.660000', '133156.663000', '133156.666000', '133156.669000', '133156.671000', '133156.674000', '133156.676000', '133156.679000', '133156.682000', '133216.562000', '133216.565000', '133216.568000', '133216.571000', '133216.573000', '133216.576000', '133216.579000', '133216.581000', '133216.584000', '133216.587000', '133216.590000', '133216.592000', '133216.595000', '133216.597000', '133216.600000', '133216.603000', '133216.605000', '133216.608000', '133216.611000', '133216.613000', '133216.616000', '133216.619000', '133216.622000', '133216.624000', '133216.627000', '133216.629000', '133216.632000', '133216.635000', '133216.637000', '133216.640000', '133216.643000', '133216.645000', '133216.648000', '133216.651000', '133216.654000', '133216.656000', '133216.659000', '133216.662000', '133216.664000', '133216.667000', '133216.670000', '133216.672000', '133216.675000', '133216.678000', '133236.561000', '133236.564000', '133236.567000', '133236.570000', '133236.572000', '133236.575000', '133236.578000', '133236.581000', '133236.583000', '133236.586000', '133236.589000', '133236.591000', '133236.594000', '133236.597000', '133236.599000', '133236.602000', '133236.605000', '133236.607000', '133236.610000', '133236.613000', '133236.615000', '133236.618000', '133236.621000', '133236.623000', '133236.626000', '133236.629000', '133236.631000', '133236.634000', '133236.637000', '133236.639000', '133236.642000', '133236.645000', '133236.647000', '133236.650000', '133236.653000', '133236.655000', '133236.658000', '133236.661000', '133236.663000', '133236.666000', '133236.669000', '133236.672000', '133236.674000', '133236.677000', '133256.563000', '133256.566000', '133256.568000', '133256.582000', '133256.585000', '133256.587000', '133256.590000', '133256.593000', '133256.595000', '133256.598000', '133256.601000', '133256.603000', '133256.606000', '133256.609000', '133256.611000', '133256.614000', '133256.617000', '133256.619000', '133256.622000', '133256.625000', '133256.627000', '133256.630000', '133256.633000', '133256.635000', '133256.638000', '133256.641000', '133256.643000', '133256.646000', '133256.649000', '133256.652000', '133256.654000', '133256.657000', '133256.660000', '133256.662000', '133256.665000', '133256.667000', '133256.670000', '133256.673000', '133256.675000', '133256.678000', '133256.681000', '133256.683000', '133256.686000', '133316.562000', '133316.565000', '133316.568000', '133316.571000', '133316.574000', '133316.576000', '133316.579000', '133316.582000', '133316.585000', '133316.589000', '133316.592000', '133316.594000', '133316.597000', '133316.600000', '133316.602000', '133316.605000', '133316.608000', '133316.610000', '133316.613000', '133316.616000', '133316.618000', '133316.621000', '133316.625000', '133316.627000', '133316.630000', '133316.633000', '133316.635000', '133316.638000', '133316.641000', '133316.644000', '133316.646000', '133316.649000', '133316.652000', '133316.654000', '133316.657000', '133316.660000', '133316.662000', '133316.665000', '133316.668000', '133316.670000', '133316.673000', '133316.676000', '133316.678000', '133336.563000', '133336.566000', '133336.568000', '133336.571000', '133336.574000', '133336.576000', '133336.579000', '133336.581000', '133336.584000', '133336.587000', '133336.590000', '133336.592000', '133336.595000', '133336.598000', '133336.600000', '133336.603000', '133336.606000', '133336.608000', '133336.611000', '133336.614000', '133336.623000', '133336.626000', '133336.628000', '133336.631000', '133336.634000', '133336.636000', '133336.639000', '133336.641000', '133336.644000', '133336.647000', '133336.650000', '133336.652000', '133336.655000', '133336.658000', '133336.660000', '133336.663000', '133336.666000', '133336.668000', '133336.671000', '133336.673000', '133336.676000', '133336.679000', '133336.681000', '133336.684000', '133356.563000', '133356.566000', '133356.568000', '133356.571000', '133356.574000', '133356.576000', '133356.579000', '133356.582000', '133356.585000', '133356.588000', '133356.591000', '133356.594000', '133356.597000', '133356.599000', '133356.602000', '133356.604000', '133356.607000', '133356.610000', '133356.613000', '133356.615000', '133356.618000', '133356.621000', '133356.623000', '133356.626000', '133356.629000', '133356.631000', '133356.634000', '133356.637000', '133356.639000', '133356.642000', '133356.645000', '133356.647000', '133356.650000', '133356.653000', '133356.655000', '133356.658000', '133356.661000', '133356.663000', '133356.666000', '133356.668000', '133356.671000', '133356.674000', '133356.676000', '133416.563000', '133416.566000', '133416.568000', '133416.571000', '133416.574000', '133416.576000', '133416.579000', '133416.582000', '133416.585000', '133416.587000', '133416.590000', '133416.593000', '133416.595000', '133416.598000', '133416.601000', '133416.603000', '133416.606000', '133416.609000', '133416.611000', '133416.614000', '133416.617000', '133416.619000', '133416.622000', '133416.625000', '133416.627000', '133416.630000', '133416.633000', '133416.635000', '133416.638000', '133416.641000', '133416.643000', '133416.646000', '133416.649000', '133416.651000', '133416.654000', '133416.657000', '133416.659000', '133416.662000', '133416.665000', '133416.667000', '133416.670000', '133416.673000', '133416.675000', '133416.699000', '133436.563000', '133436.566000', '133436.568000', '133436.571000', '133436.574000', '133436.577000', '133436.579000', '133436.582000', '133436.584000', '133436.587000', '133436.590000', '133436.592000', '133436.595000', '133436.598000', '133436.600000', '133436.603000', '133436.606000', '133436.608000', '133436.611000', '133436.614000', '133436.617000', '133436.619000', '133436.622000', '133436.625000', '133436.627000', '133436.630000', '133436.633000', '133436.636000', '133436.638000', '133436.641000', '133436.643000', '133436.646000', '133436.649000', '133436.651000', '133436.654000', '133436.657000', '133436.660000', '133436.663000', '133436.666000', '133436.669000', '133436.671000', '133436.674000', '133436.677000', '133456.561000', '133456.564000', '133456.567000', '133456.570000', '133456.573000', '133456.575000', '133456.578000', '133456.581000', '133456.583000', '133456.586000', '133456.589000', '133456.591000', '133456.594000', '133456.597000', '133456.599000', '133456.602000', '133456.605000', '133456.607000', '133456.610000', '133456.613000', '133456.615000', '133456.618000', '133456.621000', '133456.623000', '133456.626000', '133456.629000', '133456.631000', '133456.634000', '133456.637000', '133456.640000', '133456.642000', '133456.645000', '133456.648000', '133456.650000', '133456.653000', '133456.656000', '133456.659000', '133456.661000', '133456.664000', '133456.667000', '133456.669000', '133456.672000', '133456.675000', '133456.677000', '133516.562000', '133516.565000', '133516.568000', '133516.571000', '133516.573000', '133516.576000', '133516.579000', '133516.581000', '133516.584000', '133516.587000', '133516.589000', '133516.592000', '133516.595000', '133516.598000', '133516.600000', '133516.603000', '133516.605000', '133516.608000', '133516.611000', '133516.613000', '133516.616000', '133516.619000', '133516.621000', '133516.624000', '133516.627000', '133516.629000', '133516.632000', '133516.634000', '133516.637000', '133516.640000', '133516.643000', '133516.645000', '133516.648000', '133516.650000', '133516.653000', '133516.656000', '133516.658000', '133516.661000', '133516.664000', '133516.666000', '133516.669000', '133516.672000', '133516.675000', '133536.563000', '133536.567000', '133536.569000', '133536.572000', '133536.574000', '133536.578000', '133536.580000', '133536.583000', '133536.585000', '133536.588000', '133536.591000', '133536.594000', '133536.596000', '133536.599000', '133536.602000', '133536.604000', '133536.607000', '133536.610000', '133536.612000', '133536.615000', '133536.618000', '133536.620000', '133536.623000', '133536.626000', '133536.628000', '133536.631000', '133536.634000', '133536.636000', '133536.639000', '133536.642000', '133536.644000', '133536.647000', '133536.650000', '133536.652000', '133536.655000', '133536.658000', '133536.660000', '133536.663000', '133536.666000', '133536.668000', '133536.671000', '133536.674000', '133536.676000', '133536.679000', '133556.563000', '133556.565000', '133556.568000', '133556.571000', '133556.573000', '133556.576000', '133556.579000', '133556.582000', '133556.584000', '133556.587000', '133556.601000', '133556.604000', '133556.606000', '133556.609000', '133556.612000', '133556.614000', '133556.617000', '133556.619000', '133556.622000', '133556.625000', '133556.627000', '133556.630000', '133556.633000', '133556.635000', '133556.638000', '133556.640000', '133556.643000', '133556.646000', '133556.648000', '133556.651000', '133556.654000', '133556.657000', '133556.660000', '133556.665000', '133556.667000', '133556.670000', '133556.672000', '133556.676000', '133556.678000', '133556.681000', '133556.683000', '133556.686000', '133556.689000', '133616.562000', '133616.565000', '133616.568000', '133616.571000', '133616.574000', '133616.576000', '133616.579000', '133616.582000', '133616.585000', '133616.587000', '133616.590000', '133616.593000', '133616.596000', '133616.598000', '133616.601000', '133616.603000', '133616.606000', '133616.609000', '133616.612000', '133616.614000', '133616.617000', '133616.620000', '133616.622000', '133616.625000', '133616.628000', '133616.630000', '133616.633000', '133616.636000', '133616.638000', '133616.641000', '133616.644000', '133616.647000', '133616.649000', '133616.652000', '133616.654000', '133616.657000', '133616.660000', '133616.662000', '133616.665000', '133616.668000', '133616.671000', '133616.673000', '133616.676000', '133616.678000', '133636.563000', '133636.565000', '133636.569000', '133636.571000', '133636.574000', '133636.576000', '133636.580000', '133636.582000', '133636.585000', '133636.587000', '133636.590000', '133636.593000', '133636.595000', '133636.598000', '133636.601000', '133636.603000', '133636.606000', '133636.609000', '133636.611000', '133636.614000', '133636.616000', '133636.619000', '133636.622000', '133636.625000', '133636.627000', '133636.630000', '133636.632000', '133636.635000', '133636.638000', '133636.640000', '133636.643000', '133636.646000', '133636.648000', '133636.651000', '133636.654000', '133636.656000', '133636.659000', '133636.662000', '133636.664000', '133636.667000', '133636.670000', '133636.675000', '133636.677000', '133656.562000', '133656.565000', '133656.568000', '133656.571000', '133656.574000', '133656.576000', '133656.579000', '133656.582000', '133656.584000', '133656.587000', '133656.590000', '133656.592000', '133656.595000', '133656.598000', '133656.600000', '133656.603000', '133656.606000', '133656.608000', '133656.611000', '133656.614000', '133656.617000', '133656.619000', '133656.622000', '133656.625000', '133656.627000', '133656.630000', '133656.633000', '133656.635000', '133656.638000', '133656.641000', '133656.643000', '133656.646000', '133656.649000', '133656.651000', '133656.654000', '133656.657000', '133656.659000', '133656.662000', '133656.664000', '133656.667000', '133656.670000', '133656.673000', '133656.675000', '133656.678000', '133716.562000', '133716.565000', '133716.567000', '133716.570000', '133716.573000', '133716.575000', '133716.578000', '133716.581000', '133716.583000', '133716.586000', '133716.588000', '133716.591000', '133716.594000', '133716.596000', '133716.599000', '133716.602000', '133716.604000', '133716.607000', '133716.610000', '133716.612000', '133716.626000', '133716.628000', '133716.631000', '133716.634000', '133716.636000', '133716.639000', '133716.642000', '133716.644000', '133716.647000', '133716.650000', '133716.652000', '133716.655000', '133716.657000', '133716.660000', '133716.663000', '133716.665000', '133716.668000', '133716.671000', '133716.673000', '133716.676000', '133716.678000', '133716.681000', '133716.684000', '133736.563000', '133736.566000', '133736.568000', '133736.571000', '133736.574000', '133736.576000', '133736.596000', '133736.598000', '133736.601000', '133736.604000', '133736.606000', '133736.609000', '133736.611000', '133736.614000', '133736.617000', '133736.620000', '133736.622000', '133736.625000', '133736.628000', '133736.630000', '133736.633000', '133736.636000', '133736.638000', '133736.641000', '133736.644000', '133736.646000', '133736.649000', '133736.651000', '133736.654000', '133736.657000', '133736.659000', '133736.662000', '133736.665000', '133736.667000', '133736.670000', '133736.673000', '133736.675000', '133736.678000', '133736.681000', '133736.683000', '133736.686000', '133736.688000', '133736.691000', '133736.694000', '133747.997000', '133748.001000', '133748.003000', '133748.006000', '133748.009000', '133748.012000', '133748.014000', '133748.017000', '133748.019000', '133748.022000', '133748.025000', '133748.028000', '133748.030000', '133748.033000', '133748.036000', '133748.038000', '133748.041000', '133748.044000', '133748.046000', '133748.049000', '133748.052000', '133748.055000', '133748.057000', '133748.060000', '133748.063000'], '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': [14582, 12014, 13018, 10403, 11908, 8929, 11154, 7723, 7816, 8693, 7502, 7593, 8031, 8789, 12831, 13479, 14291, 9492, 9877, 12373, 10098, 11432, 10277, 7498, 7880, 7881, 8651, 7686, 10171, 9298, 13543, 7711, 10149, 7679, 10823, 7830, 10530, 8616, 14570, 11179, 9074, 8076, 7800, 8070, 13569, 11055, 10071, 8137, 8053, 7960, 11122, 9479, 13772, 9757, 14757, 9644, 8870, 7855, 8707, 7901, 12261, 8945, 13456, 9766, 8757, 8019, 11564, 7928, 12653, 10353, 11035, 7761, 10807, 7840, 10370, 9628, 11308, 7843, 7549, 8153, 9215, 8239, 11045, 11390, 8184, 7815, 7951, 8840, 13981, 10986, 10902, 9388, 7528, 7740, 8126, 7755, 12239, 8123, 12332, 7840, 11209, 7619, 10843, 7958, 12125, 7854, 8303, 8000, 9620, 7796, 13036, 10701, 12722, 9975, 8985, 8019, 8372, 8041, 11115, 7940, 10467, 7629, 12114, 10899, 8162, 7763, 7912, 8564, 7955, 9462, 9271, 10854, 11164, 13370, 8060, 8679, 7417, 8624, 9737, 8365, 11812, 10994, 10486, 11287, 7738, 9061, 7763, 12161, 8506, 10777, 8088, 10743, 9300, 12321, 8893, 7315, 8162, 8992, 8085, 10200, 8404, 10659, 10716, 10170, 13402, 7419, 10047, 7412, 11634, 8860, 11350, 12948, 15804, 8932, 7469, 7917, 7766, 10339, 10722, 9712, 8215, 7922, 8737, 7860, 10656, 11826, 9036, 13885, 8009, 11812, 7727, 9620, 7746, 9080, 7654, 8576, 7610, 7962, 7612, 8189, 7590, 8506, 7613, 8810, 8998, 7630, 11682, 7869, 11665, 7905, 10580, 8272, 8392, 7921, 8324, 8200, 12052, 7947, 12646, 8733, 9118, 8318, 7623, 8771, 7888, 10047, 12060, 9008, 13548, 8553, 9590, 9087, 8146, 8068, 7422, 8994, 10781, 9496, 11760, 15745, 8691, 8260, 7729, 11405, 8097, 11416, 8015, 10817, 7604, 12173, 10014, 9559, 7886, 7820, 8262, 13214, 11341, 11138, 8602, 8477, 8146, 16232, 11028, 9428, 8182, 7851, 7917, 12718, 8382, 11695, 8332, 11902, 9858, 7957, 7657, 7846, 10357, 7904, 9325, 7717, 12061, 8638, 14031, 11521, 9414, 8181, 7859, 7947, 9640, 8594, 11370, 14731, 9430, 10606, 7555, 9117, 7511, 10277, 11202, 13428, 8398, 10467, 8065, 11109, 7565, 11212, 10680, 10797, 8096, 7518, 8193, 9919, 7692, 8375, 8942, 10123, 10487, 7612, 9397, 8644, 9795, 10350, 10181, 13776, 13762, 9763, 8208, 7831, 8101, 8100, 11181, 9767, 9770, 7545, 7423, 7812, 8911, 7680, 7623, 8765, 9473, 12532, 12718, 13982, 8463, 9480, 10360, 8118, 9160, 8027, 8333, 8060, 8042, 8230, 7707, 11115, 7571, 8966, 7730, 10389, 7640, 10730, 7670, 10337, 7528, 9361, 7708, 9771, 9927, 15105, 12966, 8481, 8400, 7990, 7715, 7895, 7688, 8295, 7850, 7750, 10845, 7827, 11069, 13553, 15475, 12177, 16705, 13316, 18235, 9683, 12974, 7713, 10544, 9632, 13404, 16868, 15624, 8101, 7772, 7432, 7638, 7575, 8003, 8503, 13594, 7778, 8534, 7940, 10061, 7950, 14359, 11871, 11042, 7928, 7600, 8585, 9455, 8710, 9408, 9028, 8010, 10641, 7715, 8209, 7651, 7715, 8698, 9571, 7863, 9052, 15730, 11359, 15607, 11884, 10492, 8733, 7966, 9027, 9637, 7627, 7808, 8178, 7683, 8382, 7796, 8112, 8952, 14067, 9087, 8270, 8129, 8151, 15002, 7752, 10938, 7980, 9332, 10130, 12420, 7264, 8454, 7749, 8919, 8256, 9299, 10576, 13523, 7801, 7594, 7936, 7764, 7598, 7653, 8125, 7432, 7339, 7395, 7899, 7667, 8168, 12850, 9645, 15508, 12913, 16970, 14182, 15794, 8872, 10626, 8653, 9319, 7916, 9185, 16457, 18226, 7959, 7556, 7890, 7596, 8097, 7518, 8409, 7622, 8246, 7606, 7380, 7837, 7675, 9097, 7530, 10672, 7950, 10830, 7841, 9585, 7978, 11565, 9211, 8856, 8786, 7702, 8285, 8076, 8003, 7711, 8773, 8014, 7612, 12437, 7695, 12519, 10201, 13649, 8957, 11434, 7378, 8273, 9628, 10917, 7682, 7815, 7867, 7938, 8353, 7973, 7729, 7602, 7851, 9045, 7801, 10018, 7849, 9821, 8417, 13151, 8655, 10894, 7735, 10557, 9745, 11296, 10902, 13904, 7745, 9576, 7685, 8141, 7789, 8241, 7701, 8175, 8194, 11403, 7719, 9409, 8097, 11192, 13318, 13419, 9961, 10938, 7750, 10119, 7939, 10108, 7516, 10633, 15201, 13766, 9847, 7953, 8144, 7725, 8002, 7934, 8034, 8905, 13064, 7545, 9082, 7587, 9916, 7668, 10635, 7891, 11539, 9508, 9824, 7982, 8416, 7872, 8018, 7910, 7918, 9149, 8535, 8715, 8163, 9810, 8029, 9081, 7857, 8531, 11207, 7722, 7973, 7539, 9885, 7939, 10645, 7825, 9785, 7630, 7856, 8403, 7862, 7865, 7898, 9003, 8973, 8966, 8115, 9073, 9342, 15144, 8473, 11237, 7968, 7439, 10399, 12627, 7451, 7794, 15083, 10035, 12796, 9964, 11519, 9049, 8308, 7955, 12503, 7649, 10683, 7559, 11817, 7751, 8954, 7716, 9438, 7781, 8149, 8050, 7683, 9343, 7786, 8795, 8047, 8896, 8675, 12579, 8671, 12120, 7600, 10661, 7739, 9831, 7742, 10457, 7690, 11587, 8936, 9069, 7534, 8394, 7746, 12200, 8066, 7518, 7634, 7510, 10448, 7807, 7668, 7443, 10561, 8557, 13563, 7569, 9085, 7842, 9256, 7660, 10628, 8035, 13414, 15988, 10222, 8490, 7760, 11334, 9275, 10965, 10324, 9790, 8586, 7981, 10582, 9770, 8020, 7912, 7955, 7865, 8567, 8087, 11204, 9391, 12955, 10026, 9036, 8217, 8801, 7862, 9488, 7771, 15220, 9059, 8853, 8180, 11141, 7994, 11067, 7825, 9339, 7704, 9330, 8993, 14743, 9020, 8784, 8023, 10244, 8113, 10252, 9375, 12310, 10967, 14435, 8464, 9021, 8036, 8683, 7665, 9580, 7512, 8349, 9229, 9900, 9024, 7861, 8517, 8127, 12059, 8063, 12252, 8811, 9520, 9391, 7574, 7584, 7646, 8170, 10302, 7660, 7289, 7566, 12668, 8649, 7681, 15014, 14254, 14904, 12402, 13346, 10111, 14158, 13612, 18687, 11391, 7558, 9396, 7519, 12130, 7665, 12630, 8205, 15547, 9137, 10257, 7719, 7842, 8024, 7463, 8726, 7933, 10429, 7545, 7364, 8085, 8489, 7809, 9028, 7785, 7453, 7559, 7508, 10493, 7291, 9442, 7778, 12576, 10930, 11233, 8769, 13219, 7555, 8199, 7521, 10824, 8355, 7559, 7691, 7634, 10271, 10191, 12452, 9204, 9558, 8827, 10356, 7843, 9836, 7857, 9245, 7375, 8437, 7693, 14083, 7610, 11173, 7536, 10644, 17530, 13481, 11000, 10979, 11075, 7617, 11757, 7432, 9605, 7937, 9025, 7798, 7672, 8647, 7920, 8757, 7604, 7472, 8216, 7713, 8677, 7608, 7482, 7991, 7742, 9138, 7645, 10529, 7582, 9988, 7547, 9120, 7357, 9006, 7718, 8626, 7675, 9087, 7753, 8833, 7742, 8750], 'WindowCenter': [4648.0, 4601.0, 4580.0, 4556.0, 4540.0, 4520.0, 4540.0, 4498.0, 4493.0, 4503.0, 4482.0, 4490.0, 4492.0, 4501.0, 4530.0, 4530.0, 4529.0, 4498.0, 4499.0, 4532.0, 4510.0, 4518.0, 4497.0, 4464.0, 4475.0, 4477.0, 4475.0, 4479.0, 4509.0, 4500.0, 4528.0, 4478.0, 4497.0, 4479.0, 4509.0, 4490.0, 4510.0, 4502.0, 4553.0, 4521.0, 4489.0, 4480.0, 4478.0, 4490.0, 4543.0, 4520.0, 4497.0, 4475.0, 4476.0, 4490.0, 4507.0, 4497.0, 4516.0, 4485.0, 4525.0, 4488.0, 4485.0, 4464.0, 4474.0, 4476.0, 4517.0, 4500.0, 4518.0, 4496.0, 4475.0, 4476.0, 4507.0, 4490.0, 4529.0, 4497.0, 4495.0, 4464.0, 4495.0, 4477.0, 4499.0, 4499.0, 4509.0, 4477.0, 4476.0, 4476.0, 4497.0, 4489.0, 4521.0, 4507.0, 4478.0, 4476.0, 4476.0, 4487.0, 4541.0, 4512.0, 4508.0, 4474.0, 4465.0, 4465.0, 4477.0, 4465.0, 4505.0, 4463.0, 4503.0, 4461.0, 4494.0, 4463.0, 4508.0, 4477.0, 4506.0, 4465.0, 4474.0, 4475.0, 4484.0, 4464.0, 4517.0, 4509.0, 4518.0, 4487.0, 4475.0, 4464.0, 4464.0, 4464.0, 4492.0, 4462.0, 4493.0, 4464.0, 4518.0, 4507.0, 4476.0, 4465.0, 4476.0, 4475.0, 4475.0, 4485.0, 4487.0, 4507.0, 4507.0, 4504.0, 4465.0, 4474.0, 4453.0, 4474.0, 4473.0, 4473.0, 4504.0, 4507.0, 4508.0, 4493.0, 4466.0, 4484.0, 4476.0, 4505.0, 4486.0, 4494.0, 4477.0, 4507.0, 4487.0, 4516.0, 4487.0, 4464.0, 4474.0, 4473.0, 4463.0, 4483.0, 4474.0, 4496.0, 4508.0, 4497.0, 4513.0, 4454.0, 4495.0, 4478.0, 4505.0, 4485.0, 4506.0, 4517.0, 4527.0, 4474.0, 4466.0, 4477.0, 4479.0, 4496.0, 4507.0, 4498.0, 4488.0, 4477.0, 4488.0, 4476.0, 4496.0, 4505.0, 4474.0, 4504.0, 4463.0, 4495.0, 4465.0, 4483.0, 4453.0, 4474.0, 4462.0, 4473.0, 4462.0, 4465.0, 4464.0, 4476.0, 4466.0, 4476.0, 4476.0, 4489.0, 4486.0, 4477.0, 4507.0, 4478.0, 4520.0, 4489.0, 4513.0, 4489.0, 4488.0, 4491.0, 4490.0, 4501.0, 4545.0, 4502.0, 4532.0, 4502.0, 4502.0, 4489.0, 4493.0, 4503.0, 4490.0, 4511.0, 4521.0, 4501.0, 4532.0, 4501.0, 4513.0, 4502.0, 4489.0, 4489.0, 4480.0, 4502.0, 4511.0, 4514.0, 4533.0, 4553.0, 4489.0, 4489.0, 4479.0, 4508.0, 4480.0, 4520.0, 4489.0, 4520.0, 4492.0, 4530.0, 4509.0, 4499.0, 4489.0, 4478.0, 4488.0, 4530.0, 4522.0, 4496.0, 4477.0, 4475.0, 4477.0, 4549.0, 4506.0, 4486.0, 4476.0, 4465.0, 4476.0, 4518.0, 4476.0, 4506.0, 4490.0, 4520.0, 4497.0, 4464.0, 4466.0, 4488.0, 4498.0, 4488.0, 4485.0, 4465.0, 4505.0, 4499.0, 4542.0, 4507.0, 4489.0, 4478.0, 4476.0, 4474.0, 4484.0, 4477.0, 4518.0, 4540.0, 4475.0, 4484.0, 4467.0, 4474.0, 4478.0, 4508.0, 4521.0, 4517.0, 4464.0, 4495.0, 4464.0, 4494.0, 4477.0, 4509.0, 4497.0, 4484.0, 4463.0, 4465.0, 4474.0, 4484.0, 4478.0, 4487.0, 4502.0, 4497.0, 4485.0, 4466.0, 4486.0, 4475.0, 4484.0, 4497.0, 4498.0, 4520.0, 4504.0, 4473.0, 4464.0, 4453.0, 4476.0, 4477.0, 4509.0, 4486.0, 4484.0, 4478.0, 4468.0, 4466.0, 4487.0, 4466.0, 4464.0, 4476.0, 4497.0, 4520.0, 4507.0, 4504.0, 4463.0, 4472.0, 4470.0, 4451.0, 4461.0, 4451.0, 4448.0, 4451.0, 4463.0, 4461.0, 4477.0, 4494.0, 4463.0, 4475.0, 4466.0, 4495.0, 4466.0, 4495.0, 4465.0, 4484.0, 4455.0, 4475.0, 4465.0, 4495.0, 4511.0, 4551.0, 4529.0, 4476.0, 4476.0, 4490.0, 4489.0, 4487.0, 4489.0, 4487.0, 4489.0, 4481.0, 4513.0, 4481.0, 4508.0, 4515.0, 4528.0, 4506.0, 4526.0, 4506.0, 4510.0, 4448.0, 4477.0, 4451.0, 4493.0, 4472.0, 4503.0, 4511.0, 4497.0, 4437.0, 4425.0, 4427.0, 4465.0, 4462.0, 4461.0, 4461.0, 4477.0, 4438.0, 4446.0, 4451.0, 4469.0, 4462.0, 4523.0, 4479.0, 4482.0, 4450.0, 4439.0, 4449.0, 4472.0, 4460.0, 4461.0, 4460.0, 4461.0, 4469.0, 4450.0, 4475.0, 4476.0, 4466.0, 4474.0, 4471.0, 4451.0, 4462.0, 4501.0, 4482.0, 4515.0, 4480.0, 4468.0, 4461.0, 4462.0, 4474.0, 4459.0, 4437.0, 4449.0, 4462.0, 4462.0, 4463.0, 4462.0, 4476.0, 4487.0, 4515.0, 4462.0, 4465.0, 4452.0, 4454.0, 4514.0, 4450.0, 4480.0, 4475.0, 4484.0, 4484.0, 4488.0, 4439.0, 4449.0, 4439.0, 4461.0, 4475.0, 4483.0, 4487.0, 4502.0, 4462.0, 4451.0, 4475.0, 4472.0, 4462.0, 4461.0, 4461.0, 4449.0, 4452.0, 4465.0, 4474.0, 4477.0, 4474.0, 4501.0, 4471.0, 4522.0, 4503.0, 4523.0, 4502.0, 4499.0, 4450.0, 4470.0, 4446.0, 4445.0, 4449.0, 4446.0, 4511.0, 4521.0, 4439.0, 4438.0, 4436.0, 4437.0, 4449.0, 4440.0, 4475.0, 4464.0, 4461.0, 4440.0, 4438.0, 4437.0, 4450.0, 4460.0, 4453.0, 4481.0, 4461.0, 4493.0, 4466.0, 4497.0, 4477.0, 4507.0, 4486.0, 4475.0, 4461.0, 4464.0, 4463.0, 4476.0, 4476.0, 4465.0, 4476.0, 4465.0, 4464.0, 4502.0, 4453.0, 4505.0, 4484.0, 4503.0, 4472.0, 4492.0, 4478.0, 4476.0, 4485.0, 4483.0, 4451.0, 4449.0, 4462.0, 4463.0, 4463.0, 4464.0, 4463.0, 4467.0, 4479.0, 4477.0, 4464.0, 4485.0, 4477.0, 4499.0, 4492.0, 4518.0, 4475.0, 4495.0, 4465.0, 4510.0, 4510.0, 4509.0, 4494.0, 4503.0, 4452.0, 4471.0, 4464.0, 4464.0, 4463.0, 4477.0, 4478.0, 4477.0, 4477.0, 4494.0, 4464.0, 4474.0, 4476.0, 4518.0, 4529.0, 4530.0, 4487.0, 4482.0, 4453.0, 4484.0, 4462.0, 4473.0, 4466.0, 4494.0, 4538.0, 4517.0, 4485.0, 4465.0, 4466.0, 4467.0, 4464.0, 4479.0, 4477.0, 4475.0, 4492.0, 4454.0, 4461.0, 4463.0, 4483.0, 4463.0, 4482.0, 4463.0, 4481.0, 4473.0, 4471.0, 4451.0, 4451.0, 4463.0, 4452.0, 4460.0, 4451.0, 4469.0, 4460.0, 4462.0, 4461.0, 4469.0, 4450.0, 4472.0, 4474.0, 4488.0, 4508.0, 4454.0, 4461.0, 4465.0, 4484.0, 4475.0, 4486.0, 4463.0, 4485.0, 4479.0, 4488.0, 4490.0, 4475.0, 4477.0, 4490.0, 4488.0, 4488.0, 4486.0, 4489.0, 4501.0, 4512.0, 4529.0, 4478.0, 4496.0, 4479.0, 4467.0, 4500.0, 4520.0, 4479.0, 4479.0, 4528.0, 4497.0, 4506.0, 4483.0, 4482.0, 4471.0, 4460.0, 4463.0, 4505.0, 4479.0, 4483.0, 4467.0, 4493.0, 4462.0, 4474.0, 4463.0, 4474.0, 4464.0, 4478.0, 4475.0, 4479.0, 4500.0, 4478.0, 4472.0, 4475.0, 4501.0, 4478.0, 4510.0, 4467.0, 4497.0, 4440.0, 4469.0, 4447.0, 4467.0, 4461.0, 4483.0, 4461.0, 4509.0, 4479.0, 4462.0, 4442.0, 4439.0, 4438.0, 4479.0, 4453.0, 4442.0, 4451.0, 4451.0, 4484.0, 4455.0, 4453.0, 4441.0, 4467.0, 4458.0, 4504.0, 4494.0, 4515.0, 4503.0, 4510.0, 4476.0, 4520.0, 4484.0, 4517.0, 4525.0, 4481.0, 4463.0, 4452.0, 4481.0, 4474.0, 4498.0, 4481.0, 4484.0, 4474.0, 4450.0, 4483.0, 4483.0, 4448.0, 4450.0, 4460.0, 4465.0, 4486.0, 4491.0, 4508.0, 4502.0, 4519.0, 4497.0, 4501.0, 4475.0, 4474.0, 4463.0, 4473.0, 4465.0, 4526.0, 4474.0, 4475.0, 4476.0, 4497.0, 4467.0, 4492.0, 4462.0, 4471.0, 4452.0, 4487.0, 4489.0, 4528.0, 4475.0, 4486.0, 4478.0, 4483.0, 4464.0, 4484.0, 4482.0, 4506.0, 4481.0, 4501.0, 4462.0, 4473.0, 4464.0, 4489.0, 4480.0, 4501.0, 4479.0, 4489.0, 4499.0, 4500.0, 4487.0, 4476.0, 4500.0, 4490.0, 4516.0, 4491.0, 4517.0, 4485.0, 4494.0, 4482.0, 4473.0, 4475.0, 4473.0, 4485.0, 4492.0, 4459.0, 4463.0, 4478.0, 4516.0, 4488.0, 4464.0, 4537.0, 4526.0, 4525.0, 4492.0, 4490.0, 4471.0, 4499.0, 4498.0, 4517.0, 4476.0, 4434.0, 4455.0, 4434.0, 4475.0, 4436.0, 4476.0, 4447.0, 4510.0, 4459.0, 4466.0, 4436.0, 4435.0, 4434.0, 4449.0, 4469.0, 4449.0, 4467.0, 4448.0, 4447.0, 4472.0, 4502.0, 4479.0, 4471.0, 4462.0, 4463.0, 4461.0, 4464.0, 4493.0, 4464.0, 4472.0, 4463.0, 4518.0, 4496.0, 4493.0, 4461.0, 4501.0, 4476.0, 4476.0, 4465.0, 4494.0, 4460.0, 4461.0, 4461.0, 4473.0, 4493.0, 4494.0, 4501.0, 4484.0, 4473.0, 4471.0, 4482.0, 4460.0, 4468.0, 4449.0, 4469.0, 4462.0, 4472.0, 4464.0, 4511.0, 4462.0, 4492.0, 4477.0, 4481.0, 4538.0, 4514.0, 4415.0, 4528.0, 4510.0, 4454.0, 4482.0, 4456.0, 4484.0, 4475.0, 4474.0, 4466.0, 4451.0, 4458.0, 4462.0, 4460.0, 4449.0, 4448.0, 4462.0, 4463.0, 4471.0, 4464.0, 4462.0, 4461.0, 4463.0, 4470.0, 4461.0, 4481.0, 4460.0, 4480.0, 4459.0, 4472.0, 4451.0, 4470.0, 4462.0, 4472.0, 4460.0, 4472.0, 4462.0, 4472.0, 4462.0, 4472.0], 'WindowWidth': [10191.0, 10103.0, 10052.0, 10010.0, 9974.0, 9948.0, 9977.0, 9916.0, 9901.0, 9917.0, 9885.0, 9893.0, 9900.0, 9912.0, 9949.0, 9947.0, 9944.0, 9899.0, 9901.0, 9954.0, 9923.0, 9928.0, 9895.0, 9849.0, 9864.0, 9871.0, 9865.0, 9879.0, 9918.0, 9910.0, 9940.0, 9873.0, 9896.0, 9879.0, 9920.0, 9896.0, 9921.0, 9916.0, 9987.0, 9934.0, 9887.0, 9878.0, 9875.0, 9898.0, 9975.0, 9934.0, 9898.0, 9865.0, 9866.0, 9893.0, 9915.0, 9899.0, 9922.0, 9878.0, 9935.0, 9887.0, 9877.0, 9849.0, 9861.0, 9868.0, 9930.0, 9908.0, 9928.0, 9892.0, 9863.0, 9867.0, 9913.0, 9894.0, 9946.0, 9895.0, 9891.0, 9848.0, 9891.0, 9868.0, 9904.0, 9905.0, 9916.0, 9869.0, 9869.0, 9867.0, 9899.0, 9891.0, 9937.0, 9910.0, 9872.0, 9868.0, 9868.0, 9884.0, 9969.0, 9926.0, 9914.0, 9860.0, 9851.0, 9850.0, 9868.0, 9851.0, 9905.0, 9845.0, 9899.0, 9842.0, 9889.0, 9845.0, 9918.0, 9874.0, 9909.0, 9850.0, 9864.0, 9866.0, 9877.0, 9849.0, 9927.0, 9917.0, 9929.0, 9882.0, 9864.0, 9846.0, 9847.0, 9845.0, 9883.0, 9842.0, 9886.0, 9850.0, 9929.0, 9911.0, 9866.0, 9852.0, 9867.0, 9863.0, 9863.0, 9877.0, 9886.0, 9912.0, 9909.0, 9903.0, 9849.0, 9858.0, 9832.0, 9859.0, 9858.0, 9858.0, 9903.0, 9914.0, 9915.0, 9886.0, 9853.0, 9876.0, 9869.0, 9904.0, 9880.0, 9890.0, 9872.0, 9912.0, 9886.0, 9921.0, 9885.0, 9849.0, 9861.0, 9859.0, 9845.0, 9873.0, 9861.0, 9895.0, 9916.0, 9899.0, 9913.0, 9831.0, 9891.0, 9874.0, 9904.0, 9879.0, 9910.0, 9926.0, 9939.0, 9861.0, 9854.0, 9869.0, 9875.0, 9893.0, 9910.0, 9903.0, 9887.0, 9869.0, 9884.0, 9868.0, 9893.0, 9903.0, 9860.0, 9902.0, 9842.0, 9889.0, 9851.0, 9870.0, 9831.0, 9859.0, 9843.0, 9857.0, 9842.0, 9849.0, 9849.0, 9866.0, 9852.0, 9866.0, 9868.0, 9887.0, 9882.0, 9869.0, 9910.0, 9873.0, 9935.0, 9892.0, 9928.0, 9889.0, 9886.0, 9895.0, 9895.0, 9909.0, 9978.0, 9915.0, 9954.0, 9914.0, 9912.0, 9891.0, 9902.0, 9913.0, 9894.0, 9921.0, 9934.0, 9910.0, 9954.0, 9910.0, 9930.0, 9912.0, 9891.0, 9891.0, 9881.0, 9911.0, 9923.0, 9934.0, 9958.0, 9988.0, 9888.0, 9889.0, 9877.0, 9915.0, 9878.0, 9932.0, 9892.0, 9936.0, 9900.0, 9950.0, 9918.0, 9905.0, 9890.0, 9874.0, 9889.0, 9949.0, 9941.0, 9894.0, 9868.0, 9864.0, 9871.0, 9975.0, 9910.0, 9880.0, 9867.0, 9850.0, 9868.0, 9928.0, 9869.0, 9909.0, 9895.0, 9936.0, 9898.0, 9847.0, 9853.0, 9888.0, 9900.0, 9888.0, 9880.0, 9849.0, 9907.0, 9908.0, 9969.0, 9912.0, 9888.0, 9872.0, 9868.0, 9863.0, 9875.0, 9870.0, 9929.0, 9962.0, 9862.0, 9871.0, 9854.0, 9861.0, 9875.0, 9916.0, 9938.0, 9921.0, 9846.0, 9888.0, 9849.0, 9889.0, 9872.0, 9918.0, 9897.0, 9873.0, 9843.0, 9848.0, 9862.0, 9873.0, 9873.0, 9890.0, 9913.0, 9899.0, 9875.0, 9852.0, 9879.0, 9864.0, 9874.0, 9897.0, 9903.0, 9933.0, 9898.0, 9854.0, 9844.0, 9831.0, 9869.0, 9872.0, 9918.0, 9878.0, 9874.0, 9870.0, 9857.0, 9854.0, 9882.0, 9851.0, 9847.0, 9868.0, 9898.0, 9936.0, 9908.0, 9898.0, 9843.0, 9853.0, 9848.0, 9822.0, 9835.0, 9821.0, 9814.0, 9823.0, 9843.0, 9837.0, 9871.0, 9886.0, 9843.0, 9862.0, 9853.0, 9889.0, 9852.0, 9888.0, 9849.0, 9872.0, 9834.0, 9859.0, 9852.0, 9893.0, 9928.0, 9983.0, 9945.0, 9866.0, 9868.0, 9894.0, 9895.0, 9893.0, 9895.0, 9888.0, 9893.0, 9882.0, 9925.0, 9878.0, 9908.0, 9917.0, 9944.0, 9909.0, 9938.0, 9902.0, 9896.0, 9809.0, 9848.0, 9821.0, 9887.0, 9855.0, 9899.0, 9905.0, 9878.0, 9794.0, 9773.0, 9783.0, 9849.0, 9843.0, 9840.0, 9836.0, 9850.0, 9798.0, 9809.0, 9818.0, 9846.0, 9842.0, 9928.0, 9858.0, 9862.0, 9816.0, 9800.0, 9816.0, 9851.0, 9833.0, 9835.0, 9833.0, 9837.0, 9844.0, 9822.0, 9863.0, 9868.0, 9854.0, 9859.0, 9848.0, 9819.0, 9837.0, 9891.0, 9868.0, 9918.0, 9859.0, 9844.0, 9838.0, 9841.0, 9856.0, 9828.0, 9799.0, 9817.0, 9839.0, 9840.0, 9842.0, 9841.0, 9867.0, 9883.0, 9915.0, 9840.0, 9846.0, 9826.0, 9828.0, 9911.0, 9822.0, 9861.0, 9867.0, 9876.0, 9872.0, 9870.0, 9803.0, 9814.0, 9802.0, 9836.0, 9865.0, 9874.0, 9880.0, 9893.0, 9842.0, 9827.0, 9866.0, 9863.0, 9848.0, 9842.0, 9843.0, 9824.0, 9831.0, 9855.0, 9862.0, 9872.0, 9860.0, 9890.0, 9847.0, 9925.0, 9902.0, 9934.0, 9895.0, 9885.0, 9816.0, 9842.0, 9805.0, 9801.0, 9818.0, 9809.0, 9908.0, 9918.0, 9801.0, 9800.0, 9794.0, 9794.0, 9817.0, 9807.0, 9865.0, 9847.0, 9835.0, 9804.0, 9800.0, 9795.0, 9820.0, 9835.0, 9828.0, 9862.0, 9839.0, 9887.0, 9852.0, 9899.0, 9872.0, 9912.0, 9884.0, 9864.0, 9837.0, 9848.0, 9844.0, 9864.0, 9864.0, 9849.0, 9866.0, 9849.0, 9846.0, 9896.0, 9831.0, 9903.0, 9876.0, 9898.0, 9854.0, 9880.0, 9876.0, 9871.0, 9877.0, 9869.0, 9820.0, 9818.0, 9840.0, 9841.0, 9843.0, 9843.0, 9843.0, 9856.0, 9874.0, 9867.0, 9848.0, 9876.0, 9872.0, 9904.0, 9897.0, 9929.0, 9862.0, 9888.0, 9849.0, 9923.0, 9923.0, 9916.0, 9886.0, 9894.0, 9825.0, 9851.0, 9846.0, 9845.0, 9844.0, 9872.0, 9875.0, 9870.0, 9870.0, 9888.0, 9846.0, 9861.0, 9868.0, 9934.0, 9947.0, 9949.0, 9882.0, 9867.0, 9827.0, 9869.0, 9840.0, 9854.0, 9855.0, 9892.0, 9958.0, 9929.0, 9878.0, 9851.0, 9854.0, 9855.0, 9846.0, 9877.0, 9870.0, 9865.0, 9879.0, 9830.0, 9837.0, 9842.0, 9869.0, 9845.0, 9868.0, 9843.0, 9866.0, 9855.0, 9851.0, 9824.0, 9822.0, 9842.0, 9827.0, 9837.0, 9825.0, 9847.0, 9835.0, 9838.0, 9837.0, 9847.0, 9821.0, 9855.0, 9864.0, 9887.0, 9913.0, 9831.0, 9841.0, 9850.0, 9876.0, 9864.0, 9877.0, 9845.0, 9878.0, 9878.0, 9892.0, 9894.0, 9863.0, 9869.0, 9894.0, 9888.0, 9888.0, 9883.0, 9890.0, 9912.0, 9929.0, 9943.0, 9872.0, 9895.0, 9873.0, 9856.0, 9906.0, 9934.0, 9879.0, 9878.0, 9942.0, 9895.0, 9906.0, 9871.0, 9867.0, 9855.0, 9838.0, 9847.0, 9906.0, 9873.0, 9872.0, 9856.0, 9885.0, 9844.0, 9859.0, 9846.0, 9859.0, 9847.0, 9874.0, 9865.0, 9877.0, 9908.0, 9876.0, 9854.0, 9863.0, 9909.0, 9872.0, 9916.0, 9847.0, 9892.0, 9799.0, 9840.0, 9815.0, 9841.0, 9841.0, 9869.0, 9840.0, 9919.0, 9872.0, 9837.0, 9808.0, 9798.0, 9797.0, 9856.0, 9823.0, 9808.0, 9820.0, 9823.0, 9867.0, 9833.0, 9828.0, 9808.0, 9840.0, 9827.0, 9899.0, 9910.0, 9940.0, 9918.0, 9924.0, 9870.0, 9940.0, 9883.0, 9927.0, 9933.0, 9865.0, 9841.0, 9827.0, 9863.0, 9858.0, 9899.0, 9864.0, 9874.0, 9861.0, 9819.0, 9871.0, 9868.0, 9816.0, 9820.0, 9835.0, 9850.0, 9881.0, 9893.0, 9912.0, 9913.0, 9929.0, 9897.0, 9908.0, 9865.0, 9860.0, 9843.0, 9857.0, 9851.0, 9933.0, 9859.0, 9862.0, 9867.0, 9895.0, 9854.0, 9882.0, 9841.0, 9850.0, 9827.0, 9885.0, 9889.0, 9939.0, 9864.0, 9882.0, 9871.0, 9872.0, 9848.0, 9876.0, 9873.0, 9908.0, 9865.0, 9893.0, 9839.0, 9856.0, 9848.0, 9890.0, 9881.0, 9909.0, 9877.0, 9889.0, 9901.0, 9907.0, 9885.0, 9870.0, 9909.0, 9895.0, 9924.0, 9896.0, 9929.0, 9882.0, 9896.0, 9875.0, 9865.0, 9872.0, 9869.0, 9885.0, 9888.0, 9839.0, 9846.0, 9876.0, 9919.0, 9883.0, 9847.0, 9952.0, 9936.0, 9932.0, 9879.0, 9873.0, 9850.0, 9885.0, 9882.0, 9910.0, 9849.0, 9793.0, 9820.0, 9793.0, 9847.0, 9797.0, 9851.0, 9814.0, 9902.0, 9832.0, 9837.0, 9795.0, 9794.0, 9792.0, 9821.0, 9851.0, 9819.0, 9842.0, 9816.0, 9816.0, 9858.0, 9915.0, 9876.0, 9851.0, 9840.0, 9844.0, 9840.0, 9849.0, 9886.0, 9848.0, 9853.0, 9844.0, 9926.0, 9895.0, 9883.0, 9838.0, 9891.0, 9869.0, 9869.0, 9854.0, 9888.0, 9837.0, 9837.0, 9839.0, 9861.0, 9889.0, 9887.0, 9892.0, 9873.0, 9855.0, 9853.0, 9867.0, 9836.0, 9843.0, 9820.0, 9848.0, 9845.0, 9859.0, 9851.0, 9908.0, 9841.0, 9882.0, 9875.0, 9867.0, 9965.0, 9921.0, 9737.0, 9965.0, 9918.0, 9830.0, 9860.0, 9834.0, 9871.0, 9864.0, 9857.0, 9848.0, 9821.0, 9829.0, 9841.0, 9832.0, 9818.0, 9818.0, 9838.0, 9844.0, 9854.0, 9847.0, 9843.0, 9838.0, 9843.0, 9850.0, 9840.0, 9867.0, 9838.0, 9865.0, 9836.0, 9856.0, 9828.0, 9852.0, 9845.0, 9857.0, 9840.0, 9859.0, 9844.0, 9857.0, 9845.0, 9858.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.00496875413450937</td></tr>
<tr><td colspan=3>aqi</td><td>0.04068055777287761</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.552740867505534</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1365461692384107</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0491771492052984</td></tr>
<tr><td colspan=3>efc</td><td>0.4906</td></tr>
<tr><td colspan=3>fber</td><td>8044.3789</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21910885075302328</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>315</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.729878721058434</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5901117474382844</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.410859578884265</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.79409029702006</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5653853664105286</td></tr>
<tr><td colspan=3>gcor</td><td>0.00998406</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.007186738308519125</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06376677751541138</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>907</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.228713463985157</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.2958</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8943</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.3737</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296951.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1166.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>446.8116</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8121</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>590.4793</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3694.0563</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1625.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4855.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.9977</td></tr>
<tr><td colspan=3>tsnr</td><td>28.371374897658825</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>