ds005256-mriqc/sub-0073_ses-02_task-faces_acq-mb8_run-01_bold.html
Felix Hoffstaedter 7ac58f1d07 [DATALAD RUNCMD] Compute MRIQC for sub-0073
=== 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-0073 --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-0073",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:29:57 +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-0073_ses-02_task-faces_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0073_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0073_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-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0073_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-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0073_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-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0073_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-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0073_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-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0073_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-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0073_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-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0073/ses-02/func/sub-0073_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fb7b2023c9c93f6332369bdf80b3b971</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>19:14:37.572500</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.998695, 0.0067581, -0.0506132, 0.00592648, 0.969163, 0.246348]</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0953388</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7820, -7282, 572, -100, -284, -127, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>237.56</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6fc05362-e662-46ff-a3fb-edce9e9ab192||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.679426908493042, 0.01590031199157238, -0.13693667948246002, 114.54539489746094], [-0.018131490796804428, 2.6001944541931152, 0.6650815010070801, -95.25707244873047], [-0.13579148054122925, -0.6609333753585815, 2.6132192611694336, -40.2331428527832], [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': ['191437.572500', '191438.032500', '191438.492500', '191438.952500', '191439.412500', '191439.872500', '191440.332500', '191440.792500', '191441.252500', '191441.712500', '191442.172500', '191442.632500', '191443.092500', '191443.552500', '191444.012500', '191444.472500', '191444.932500', '191445.392500', '191445.852500', '191446.312500', '191446.772500', '191447.232500', '191447.692500', '191448.152500', '191448.612500', '191449.072500', '191449.532500', '191449.992500', '191450.452500', '191450.912500', '191451.372500', '191451.832500', '191452.292500', '191452.752500', '191453.212500', '191453.672500', '191454.132500', '191454.592500', '191455.052500', '191455.512500', '191455.972500', '191456.432500', '191456.892500', '191457.352500', '191457.812500', '191458.272500', '191458.732500', '191459.192500', '191459.652500', '191500.112500', '191500.572500', '191501.032500', '191501.492500', '191501.952500', '191502.412500', '191502.872500', '191503.332500', '191503.792500', '191504.252500', '191504.712500', '191505.172500', '191505.632500', '191506.092500', '191506.552500', '191507.012500', '191507.472500', '191507.932500', '191508.392500', '191508.852500', '191509.312500', '191509.772500', '191510.232500', '191510.692500', '191511.152500', '191511.612500', '191512.072500', '191512.532500', '191512.992500', '191513.452500', '191513.912500', '191514.372500', '191514.832500', '191515.292500', '191515.752500', '191516.212500', '191516.672500', '191517.132500', '191517.592500', '191518.052500', '191518.512500', '191518.972500', '191519.432500', '191519.892500', '191520.352500', '191520.812500', '191521.272500', '191521.732500', '191522.192500', '191522.652500', '191523.112500', '191523.572500', '191524.032500', '191524.492500', '191524.952500', '191525.412500', '191525.872500', '191526.332500', '191526.792500', '191527.252500', '191527.712500', '191528.172500', '191528.632500', '191529.092500', '191529.552500', '191530.012500', '191530.472500', '191530.932500', '191531.392500', '191531.852500', '191532.312500', '191532.772500', '191533.232500', '191533.692500', '191534.152500', '191534.612500', '191535.072500', '191535.532500', '191535.992500', '191536.452500', '191536.912500', '191537.372500', '191537.832500', '191538.292500', '191538.752500', '191539.212500', '191539.672500', '191540.132500', '191540.592500', '191541.052500', '191541.512500', '191541.972500', '191542.432500', '191542.892500', '191543.352500', '191543.812500', '191544.272500', '191544.732500', '191545.192500', '191545.652500', '191546.112500', '191546.572500', '191547.032500', '191547.492500', '191547.952500', '191548.412500', '191548.872500', '191549.332500', '191549.792500', '191550.252500', '191550.712500', '191551.172500', '191551.632500', '191552.092500', '191552.552500', '191553.012500', '191553.472500', '191553.932500', '191554.392500', '191554.852500', '191555.312500', '191555.772500', '191556.232500', '191556.692500', '191557.152500', '191557.612500', '191558.072500', '191558.532500', '191558.992500', '191559.452500', '191559.912500', '191600.372500', '191600.832500', '191601.292500', '191601.752500', '191602.212500', '191602.672500', '191603.132500', '191603.592500', '191604.052500', '191604.512500', '191604.972500', '191605.432500', '191605.892500', '191606.352500', '191606.812500', '191607.272500', '191607.732500', '191608.192500', '191608.652500', '191609.112500', '191609.572500', '191610.032500', '191610.492500', '191610.952500', '191611.412500', '191611.872500', '191612.332500', '191612.792500', '191613.252500', '191613.712500', '191614.172500', '191614.632500', '191615.092500', '191615.552500', '191616.012500', '191616.472500', '191616.932500', '191617.392500', '191617.852500', '191618.312500', '191618.772500', '191619.232500', '191619.692500', '191620.152500', '191620.612500', '191621.072500', '191621.532500', '191621.992500', '191622.452500', '191622.912500', '191623.372500', '191623.832500', '191624.292500', '191624.752500', '191625.212500', '191625.672500', '191626.132500', '191626.592500', '191627.052500', '191627.512500', '191627.972500', '191628.432500', '191628.892500', '191629.352500', '191629.812500', '191630.272500', '191630.732500', '191631.192500', '191631.652500', '191632.112500', '191632.572500', '191633.032500', '191633.492500', '191633.952500', '191634.412500', '191634.872500', '191635.332500', '191635.792500', '191636.252500', '191636.712500', '191637.172500', '191637.632500', '191638.092500', '191638.552500', '191639.012500', '191639.472500', '191639.932500', '191640.392500', '191640.852500', '191641.312500', '191641.772500', '191642.232500', '191642.692500', '191643.152500', '191643.612500', '191644.072500', '191644.532500', '191644.992500', '191645.452500', '191645.912500', '191646.372500', '191646.832500', '191647.292500', '191647.752500', '191648.212500', '191648.672500', '191649.132500', '191649.592500', '191650.052500', '191650.512500', '191650.972500', '191651.432500', '191651.892500', '191652.352500', '191652.812500', '191653.272500', '191653.732500', '191654.192500', '191654.652500', '191655.112500', '191655.572500', '191656.032500', '191656.492500', '191656.952500', '191657.412500', '191657.872500', '191658.332500', '191658.792500', '191659.252500', '191659.712500', '191700.172500', '191700.632500', '191701.092500', '191701.552500', '191702.012500', '191702.472500', '191702.932500', '191703.392500', '191703.852500', '191704.312500', '191704.772500', '191705.232500', '191705.692500', '191706.152500', '191706.612500', '191707.072500', '191707.532500', '191707.992500', '191708.452500', '191708.912500', '191709.372500', '191709.832500', '191710.292500', '191710.752500', '191711.212500', '191711.672500', '191712.132500', '191712.592500', '191713.052500', '191713.512500', '191713.972500', '191714.432500', '191714.892500', '191715.352500', '191715.812500', '191716.272500', '191716.732500', '191717.192500', '191717.652500', '191718.112500', '191718.572500', '191719.032500', '191719.492500', '191719.952500', '191720.412500', '191720.872500', '191721.332500', '191721.792500', '191722.252500', '191722.712500', '191723.172500', '191723.632500', '191724.092500', '191724.552500', '191725.012500', '191725.472500', '191725.932500', '191726.392500', '191726.852500', '191727.312500', '191727.772500', '191728.232500', '191728.692500', '191729.152500', '191729.612500', '191730.072500', '191730.532500', '191730.992500', '191731.452500', '191731.912500', '191732.372500', '191732.832500', '191733.292500', '191733.752500', '191734.212500', '191734.672500', '191735.132500', '191735.592500', '191736.052500', '191736.512500', '191736.972500', '191737.432500', '191737.892500', '191738.352500', '191738.812500', '191739.272500', '191739.732500', '191740.192500', '191740.652500', '191741.112500', '191741.572500', '191742.032500', '191742.492500', '191742.952500', '191743.412500', '191743.872500', '191744.332500', '191744.792500', '191745.252500', '191745.712500', '191746.172500', '191746.632500', '191747.092500', '191747.552500', '191748.012500', '191748.472500', '191748.932500', '191749.392500', '191749.852500', '191750.312500', '191750.772500', '191751.232500', '191751.692500', '191752.152500', '191752.612500', '191753.072500', '191753.532500', '191753.992500', '191754.452500', '191754.912500', '191755.372500', '191755.832500', '191756.292500', '191756.752500', '191757.212500', '191757.672500', '191758.132500', '191758.592500', '191759.052500', '191759.512500', '191759.972500', '191800.432500', '191800.892500', '191801.352500', '191801.812500', '191802.272500', '191802.732500', '191803.192500', '191803.652500', '191804.112500', '191804.572500', '191805.032500', '191805.492500', '191805.952500', '191806.412500', '191806.872500', '191807.332500', '191807.792500', '191808.252500', '191808.712500', '191809.172500', '191809.632500', '191810.092500', '191810.552500', '191811.012500', '191811.472500', '191811.932500', '191812.392500', '191812.852500', '191813.312500', '191813.772500', '191814.232500', '191814.692500', '191815.152500', '191815.612500', '191816.072500', '191816.532500', '191816.992500', '191817.452500', '191817.912500', '191818.372500', '191818.832500', '191819.292500', '191819.752500', '191820.212500', '191820.672500', '191821.132500', '191821.592500', '191822.052500', '191822.512500', '191822.972500', '191823.432500', '191823.892500', '191824.352500', '191824.812500', '191825.272500', '191825.732500', '191826.192500', '191826.652500', '191827.112500', '191827.572500', '191828.032500', '191828.492500', '191828.952500', '191829.412500', '191829.872500', '191830.332500', '191830.792500', '191831.252500', '191831.712500', '191832.172500', '191832.632500', '191833.092500', '191833.552500', '191834.012500', '191834.472500', '191834.932500', '191835.392500', '191835.852500', '191836.312500', '191836.772500', '191837.232500', '191837.692500', '191838.152500', '191838.612500', '191839.072500', '191839.532500', '191839.992500', '191840.452500', '191840.912500', '191841.372500', '191841.832500', '191842.292500', '191842.752500', '191843.212500', '191843.672500', '191844.132500', '191844.592500', '191845.052500', '191845.512500', '191845.972500', '191846.432500', '191846.892500', '191847.352500', '191847.812500', '191848.272500', '191848.732500', '191849.192500', '191849.652500', '191850.112500', '191850.572500', '191851.032500', '191851.492500', '191851.952500', '191852.412500', '191852.872500', '191853.332500', '191853.792500', '191854.252500', '191854.712500', '191855.172500', '191855.632500', '191856.092500', '191856.552500', '191857.012500', '191857.472500', '191857.932500', '191858.392500', '191858.852500', '191859.312500', '191859.772500', '191900.232500', '191900.692500', '191901.152500', '191901.612500', '191902.072500', '191902.532500', '191902.992500', '191903.452500', '191903.912500', '191904.372500', '191904.832500', '191905.292500', '191905.752500', '191906.212500', '191906.672500', '191907.132500', '191907.592500', '191908.052500', '191908.512500', '191908.972500', '191909.432500', '191909.892500', '191910.352500', '191910.812500', '191911.272500', '191911.732500', '191912.192500', '191912.652500', '191913.112500', '191913.572500', '191914.032500', '191914.492500', '191914.952500', '191915.412500', '191915.872500', '191916.332500', '191916.792500', '191917.252500', '191917.712500', '191918.172500', '191918.632500', '191919.092500', '191919.552500', '191920.012500', '191920.472500', '191920.932500', '191921.392500', '191921.852500', '191922.312500', '191922.772500', '191923.232500', '191923.692500', '191924.152500', '191924.612500', '191925.072500', '191925.532500', '191925.992500', '191926.452500', '191926.912500', '191927.372500', '191927.832500', '191928.292500', '191928.752500', '191929.212500', '191929.672500', '191930.132500', '191930.592500', '191931.052500', '191931.512500', '191931.972500', '191932.432500', '191932.892500', '191933.352500', '191933.812500', '191934.272500', '191934.732500', '191935.192500', '191935.652500', '191936.112500', '191936.572500', '191937.032500', '191937.492500', '191937.952500', '191938.412500', '191938.872500', '191939.332500', '191939.792500', '191940.252500', '191940.712500', '191941.172500', '191941.632500', '191942.092500', '191942.552500', '191943.012500', '191943.472500', '191943.932500', '191944.392500', '191944.852500', '191945.312500', '191945.772500', '191946.232500', '191946.692500', '191947.152500', '191947.612500', '191948.072500', '191948.532500', '191948.992500', '191949.452500', '191949.912500', '191950.372500', '191950.832500', '191951.292500', '191951.752500', '191952.212500', '191952.672500', '191953.132500', '191953.592500', '191954.052500', '191954.512500', '191954.972500', '191955.432500', '191955.892500', '191956.352500', '191956.812500', '191957.272500', '191957.732500', '191958.192500', '191958.652500', '191959.112500', '191959.572500', '192000.032500', '192000.492500', '192000.952500', '192001.412500', '192001.872500', '192002.332500', '192002.792500', '192003.252500', '192003.712500', '192004.172500', '192004.632500', '192005.092500', '192005.552500', '192006.012500', '192006.472500', '192006.932500', '192007.392500', '192007.852500', '192008.312500', '192008.772500', '192009.232500', '192009.692500', '192010.152500', '192010.612500', '192011.072500', '192011.532500', '192011.992500', '192012.452500', '192012.912500', '192013.372500', '192013.832500', '192014.292500', '192014.752500', '192015.212500', '192015.672500', '192016.132500', '192016.592500', '192017.052500', '192017.512500', '192017.972500', '192018.432500', '192018.892500', '192019.352500', '192019.812500', '192020.272500', '192020.732500', '192021.192500', '192021.652500', '192022.112500', '192022.572500', '192023.032500', '192023.492500', '192023.952500', '192024.412500', '192024.872500', '192025.332500', '192025.792500', '192026.252500', '192026.712500', '192027.172500', '192027.632500', '192028.092500', '192028.552500', '192029.012500', '192029.472500', '192029.932500', '192030.392500', '192030.852500', '192031.312500', '192031.772500', '192032.232500', '192032.692500', '192033.152500', '192033.612500', '192034.072500', '192034.532500', '192034.992500', '192035.452500', '192035.912500', '192036.372500', '192036.832500', '192037.292500', '192037.752500', '192038.212500', '192038.672500', '192039.132500', '192039.592500', '192040.052500', '192040.512500', '192040.972500', '192041.432500', '192041.892500', '192042.352500', '192042.812500', '192043.272500', '192043.732500', '192044.192500', '192044.652500', '192045.112500', '192045.572500', '192046.032500', '192046.492500', '192046.952500', '192047.412500', '192047.872500', '192048.332500', '192048.792500', '192049.252500', '192049.712500', '192050.172500', '192050.632500', '192051.092500', '192051.552500', '192052.012500', '192052.472500', '192052.932500', '192053.392500', '192053.852500', '192054.312500', '192054.772500', '192055.232500', '192055.692500', '192056.152500', '192056.612500', '192057.072500', '192057.532500', '192057.992500', '192058.452500', '192058.912500', '192059.372500', '192059.832500', '192100.292500', '192100.752500', '192101.212500', '192101.672500', '192102.132500', '192102.592500', '192103.052500', '192103.512500', '192103.972500', '192104.432500', '192104.892500', '192105.352500', '192105.812500', '192106.272500', '192106.732500', '192107.192500', '192107.652500', '192108.112500', '192108.572500', '192109.032500', '192109.492500', '192109.952500', '192110.412500', '192110.872500', '192111.332500', '192111.792500', '192112.252500', '192112.712500', '192113.172500', '192113.632500', '192114.092500', '192114.552500', '192115.012500', '192115.472500', '192115.932500', '192116.392500', '192116.852500', '192117.312500', '192117.772500', '192118.232500', '192118.692500', '192119.152500', '192119.612500', '192120.072500', '192120.532500', '192120.992500', '192121.452500', '192121.912500', '192122.372500', '192122.832500', '192123.292500', '192123.752500', '192124.212500', '192124.672500', '192125.132500', '192125.592500', '192126.052500', '192126.512500', '192126.972500', '192127.432500', '192127.892500', '192128.352500', '192128.812500', '192129.272500', '192129.732500', '192130.192500', '192130.652500', '192131.112500', '192131.572500', '192132.032500', '192132.492500', '192132.952500', '192133.412500', '192133.872500', '192134.332500', '192134.792500', '192135.252500', '192135.712500', '192136.172500', '192136.632500', '192137.092500', '192137.552500'], 'ContentTime': ['191452.728000', '191452.731000', '191452.734000', '191452.737000', '191452.739000', '191452.742000', '191452.744000', '191452.747000', '191452.750000', '191452.752000', '191452.755000', '191452.757000', '191452.760000', '191452.762000', '191452.765000', '191452.767000', '191452.770000', '191452.773000', '191452.775000', '191452.778000', '191452.780000', '191452.783000', '191452.785000', '191452.788000', '191452.790000', '191452.793000', '191452.801000', '191452.816000', '191452.818000', '191452.821000', '191512.681000', '191512.684000', '191512.687000', '191512.689000', '191512.692000', '191512.694000', '191512.697000', '191512.699000', '191512.702000', '191512.705000', '191512.707000', '191512.710000', '191512.712000', '191512.721000', '191512.724000', '191512.726000', '191512.729000', '191512.732000', '191512.734000', '191512.737000', '191512.739000', '191512.742000', '191512.746000', '191512.748000', '191512.751000', '191512.754000', '191512.756000', '191512.759000', '191512.761000', '191512.764000', '191512.767000', '191512.769000', '191512.772000', '191512.774000', '191512.777000', '191512.779000', '191512.782000', '191512.784000', '191512.787000', '191512.789000', '191512.792000', '191512.795000', '191512.797000', '191532.681000', '191532.684000', '191532.687000', '191532.689000', '191532.692000', '191532.694000', '191532.697000', '191532.700000', '191532.702000', '191532.705000', '191532.707000', '191532.710000', '191532.712000', '191532.715000', '191532.718000', '191532.720000', '191532.723000', '191532.726000', '191532.728000', '191532.731000', '191532.734000', '191532.736000', '191532.739000', '191532.741000', '191532.744000', '191532.746000', '191532.754000', '191532.757000', '191532.760000', '191532.762000', '191532.765000', '191532.767000', '191532.770000', '191532.772000', '191532.775000', '191532.778000', '191532.780000', '191532.783000', '191532.785000', '191532.788000', '191532.791000', '191532.793000', '191532.796000', '191532.798000', '191552.681000', '191552.683000', '191552.686000', '191552.689000', '191552.691000', '191552.694000', '191552.696000', '191552.699000', '191552.702000', '191552.704000', '191552.707000', '191552.709000', '191552.712000', '191552.715000', '191552.717000', '191552.720000', '191552.722000', '191552.725000', '191552.728000', '191552.730000', '191552.733000', '191552.735000', '191552.738000', '191552.741000', '191552.744000', '191552.747000', '191552.750000', '191552.752000', '191552.755000', '191552.757000', '191552.760000', '191552.762000', '191552.765000', '191552.768000', '191552.770000', '191552.773000', '191552.775000', '191552.778000', '191552.780000', '191552.783000', '191552.786000', '191552.788000', '191552.791000', '191612.680000', '191612.683000', '191612.686000', '191612.688000', '191612.691000', '191612.694000', '191612.696000', '191612.699000', '191612.701000', '191612.704000', '191612.707000', '191612.709000', '191612.712000', '191612.714000', '191612.717000', '191612.720000', '191612.722000', '191612.725000', '191612.728000', '191612.730000', '191612.733000', '191612.735000', '191612.738000', '191612.740000', '191612.743000', '191612.746000', '191612.748000', '191612.751000', '191612.753000', '191612.756000', '191612.758000', '191612.761000', '191612.764000', '191612.766000', '191612.769000', '191612.771000', '191612.774000', '191612.777000', '191612.779000', '191612.782000', '191612.784000', '191612.787000', '191612.789000', '191612.792000', '191632.680000', '191632.683000', '191632.686000', '191632.688000', '191632.691000', '191632.693000', '191632.696000', '191632.699000', '191632.701000', '191632.704000', '191632.706000', '191632.709000', '191632.712000', '191632.714000', '191632.717000', '191632.719000', '191632.722000', '191632.724000', '191632.727000', '191632.730000', '191632.732000', '191632.735000', '191632.737000', '191632.740000', '191632.743000', '191632.745000', '191632.748000', '191632.751000', '191632.754000', '191632.756000', '191632.759000', '191632.761000', '191632.764000', '191632.766000', '191632.769000', '191632.772000', '191632.774000', '191632.777000', '191632.780000', '191632.783000', '191632.786000', '191632.789000', '191632.791000', '191652.680000', '191652.683000', '191652.686000', '191652.688000', '191652.691000', '191652.693000', '191652.696000', '191652.710000', '191652.712000', '191652.715000', '191652.718000', '191652.720000', '191652.723000', '191652.725000', '191652.728000', '191652.731000', '191652.733000', '191652.736000', '191652.738000', '191652.741000', '191652.744000', '191652.746000', '191652.749000', '191652.751000', '191652.754000', '191652.757000', '191652.759000', '191652.762000', '191652.764000', '191652.767000', '191652.770000', '191652.772000', '191652.775000', '191652.777000', '191652.780000', '191652.783000', '191652.785000', '191652.788000', '191652.791000', '191652.793000', '191652.796000', '191652.798000', '191652.801000', '191652.804000', '191712.680000', '191712.683000', '191712.686000', '191712.688000', '191712.691000', '191712.693000', '191712.696000', '191712.699000', '191712.701000', '191712.704000', '191712.706000', '191712.709000', '191712.712000', '191712.714000', '191712.717000', '191712.719000', '191712.722000', '191712.725000', '191712.727000', '191712.730000', '191712.732000', '191712.735000', '191712.738000', '191712.740000', '191712.743000', '191712.745000', '191712.748000', '191712.751000', '191712.753000', '191712.756000', '191712.758000', '191712.761000', '191712.763000', '191712.766000', '191712.769000', '191712.771000', '191712.774000', '191712.776000', '191712.779000', '191712.782000', '191712.784000', '191712.787000', '191712.789000', '191732.682000', '191732.684000', '191732.687000', '191732.690000', '191732.692000', '191732.695000', '191732.697000', '191732.700000', '191732.702000', '191732.705000', '191732.708000', '191732.710000', '191732.713000', '191732.715000', '191732.718000', '191732.721000', '191732.723000', '191732.726000', '191732.728000', '191732.731000', '191732.734000', '191732.736000', '191732.739000', '191732.742000', '191732.744000', '191732.747000', '191732.749000', '191732.752000', '191732.755000', '191732.757000', '191732.760000', '191732.762000', '191732.765000', '191732.768000', '191732.770000', '191732.773000', '191732.775000', '191732.778000', '191732.781000', '191732.783000', '191732.786000', '191732.788000', '191732.791000', '191732.794000', '191752.682000', '191752.684000', '191752.687000', '191752.690000', '191752.692000', '191752.695000', '191752.698000', '191752.700000', '191752.703000', '191752.705000', '191752.708000', '191752.710000', '191752.713000', '191752.716000', '191752.718000', '191752.721000', '191752.723000', '191752.726000', '191752.729000', '191752.731000', '191752.734000', '191752.737000', '191752.739000', '191752.742000', '191752.744000', '191752.747000', '191752.750000', '191752.752000', '191752.755000', '191752.757000', '191752.760000', '191752.763000', '191752.765000', '191752.768000', '191752.770000', '191752.773000', '191752.775000', '191752.778000', '191752.781000', '191752.783000', '191752.786000', '191752.788000', '191752.791000', '191812.681000', '191812.683000', '191812.686000', '191812.689000', '191812.691000', '191812.694000', '191812.696000', '191812.699000', '191812.702000', '191812.704000', '191812.707000', '191812.709000', '191812.712000', '191812.715000', '191812.717000', '191812.720000', '191812.722000', '191812.725000', '191812.728000', '191812.730000', '191812.733000', '191812.736000', '191812.738000', '191812.741000', '191812.744000', '191812.746000', '191812.749000', '191812.751000', '191812.754000', '191812.757000', '191812.759000', '191812.762000', '191812.792000', '191812.794000', '191812.797000', '191812.835000', '191812.837000', '191812.840000', '191812.842000', '191812.845000', '191812.848000', '191812.850000', '191812.853000', '191812.855000', '191832.681000', '191832.683000', '191832.686000', '191832.689000', '191832.691000', '191832.694000', '191832.696000', '191832.699000', '191832.701000', '191832.704000', '191832.707000', '191832.709000', '191832.712000', '191832.714000', '191832.717000', '191832.719000', '191832.722000', '191832.725000', '191832.727000', '191832.730000', '191832.732000', '191832.735000', '191832.738000', '191832.740000', '191832.743000', '191832.745000', '191832.748000', '191832.750000', '191832.753000', '191832.756000', '191832.758000', '191832.761000', '191832.764000', '191832.766000', '191832.769000', '191832.771000', '191832.774000', '191832.776000', '191832.779000', '191832.782000', '191832.784000', '191832.788000', '191832.791000', '191852.680000', '191852.683000', '191852.686000', '191852.688000', '191852.691000', '191852.694000', '191852.696000', '191852.699000', '191852.702000', '191852.704000', '191852.707000', '191852.709000', '191852.712000', '191852.714000', '191852.717000', '191852.720000', '191852.722000', '191852.725000', '191852.728000', '191852.730000', '191852.733000', '191852.736000', '191852.738000', '191852.741000', '191852.743000', '191852.746000', '191852.749000', '191852.751000', '191852.754000', '191852.756000', '191852.759000', '191852.762000', '191852.764000', '191852.767000', '191852.769000', '191852.772000', '191852.774000', '191852.777000', '191852.780000', '191852.782000', '191852.785000', '191852.787000', '191852.790000', '191852.792000', '191912.680000', '191912.683000', '191912.686000', '191912.689000', '191912.691000', '191912.694000', '191912.696000', '191912.699000', '191912.701000', '191912.704000', '191912.707000', '191912.709000', '191912.712000', '191912.714000', '191912.717000', '191912.720000', '191912.722000', '191912.725000', '191912.728000', '191912.730000', '191912.733000', '191912.735000', '191912.738000', '191912.741000', '191912.743000', '191912.746000', '191912.749000', '191912.751000', '191912.754000', '191912.756000', '191912.759000', '191912.762000', '191912.764000', '191912.767000', '191912.769000', '191912.772000', '191912.775000', '191912.777000', '191912.780000', '191912.783000', '191912.785000', '191912.788000', '191912.790000', '191932.680000', '191932.683000', '191932.686000', '191932.689000', '191932.691000', '191932.694000', '191932.696000', '191932.699000', '191932.702000', '191932.704000', '191932.707000', '191932.709000', '191932.712000', '191932.714000', '191932.717000', '191932.720000', '191932.722000', '191932.725000', '191932.728000', '191932.730000', '191932.733000', '191932.735000', '191932.738000', '191932.740000', '191932.743000', '191932.745000', '191932.748000', '191932.751000', '191932.753000', '191932.756000', '191932.758000', '191932.761000', '191932.764000', '191932.766000', '191932.769000', '191932.771000', '191932.774000', '191932.777000', '191932.779000', '191932.782000', '191932.784000', '191932.787000', '191932.790000', '191932.792000', '191952.682000', '191952.684000', '191952.687000', '191952.690000', '191952.692000', '191952.695000', '191952.697000', '191952.700000', '191952.702000', '191952.705000', '191952.707000', '191952.710000', '191952.713000', '191952.729000', '191952.732000', '191952.734000', '191952.737000', '191952.739000', '191952.742000', '191952.744000', '191952.747000', '191952.750000', '191952.752000', '191952.755000', '191952.757000', '191952.760000', '191952.762000', '191952.765000', '191952.767000', '191952.770000', '191952.773000', '191952.775000', '191952.778000', '191952.781000', '191952.783000', '191952.786000', '191952.788000', '191952.791000', '191952.793000', '191952.796000', '191952.799000', '191952.866000', '191952.868000', '192012.681000', '192012.684000', '192012.687000', '192012.689000', '192012.692000', '192012.694000', '192012.697000', '192012.700000', '192012.702000', '192012.705000', '192012.708000', '192012.710000', '192012.720000', '192012.723000', '192012.726000', '192012.728000', '192012.731000', '192012.733000', '192012.736000', '192012.739000', '192012.741000', '192012.744000', '192012.746000', '192012.749000', '192012.751000', '192012.754000', '192012.757000', '192012.759000', '192012.762000', '192012.764000', '192012.767000', '192012.770000', '192012.772000', '192012.775000', '192012.777000', '192012.780000', '192012.782000', '192012.785000', '192012.788000', '192012.790000', '192012.793000', '192012.796000', '192012.798000', '192012.855000', '192032.680000', '192032.683000', '192032.686000', '192032.688000', '192032.691000', '192032.693000', '192032.696000', '192032.699000', '192032.701000', '192032.704000', '192032.707000', '192032.709000', '192032.712000', '192032.714000', '192032.719000', '192032.721000', '192032.724000', '192032.726000', '192032.729000', '192032.732000', '192032.734000', '192032.737000', '192032.739000', '192032.742000', '192032.745000', '192032.747000', '192032.750000', '192032.752000', '192032.755000', '192032.758000', '192032.760000', '192032.763000', '192032.765000', '192032.768000', '192032.770000', '192032.773000', '192032.776000', '192032.778000', '192032.781000', '192032.783000', '192032.786000', '192032.789000', '192032.791000', '192052.680000', '192052.683000', '192052.686000', '192052.688000', '192052.691000', '192052.693000', '192052.696000', '192052.699000', '192052.707000', '192052.710000', '192052.712000', '192052.715000', '192052.717000', '192052.720000', '192052.723000', '192052.725000', '192052.728000', '192052.730000', '192052.733000', '192052.735000', '192052.738000', '192052.741000', '192052.743000', '192052.746000', '192052.748000', '192052.751000', '192052.753000', '192052.756000', '192052.758000', '192052.761000', '192052.764000', '192052.766000', '192052.769000', '192052.771000', '192052.774000', '192052.776000', '192052.779000', '192052.782000', '192052.784000', '192052.787000', '192052.789000', '192052.792000', '192052.794000', '192052.797000', '192112.681000', '192112.683000', '192112.686000', '192112.688000', '192112.691000', '192112.694000', '192112.696000', '192112.699000', '192112.701000', '192112.704000', '192112.706000', '192112.709000', '192112.712000', '192112.714000', '192112.717000', '192112.719000', '192112.722000', '192112.724000', '192112.727000', '192112.730000', '192112.732000', '192112.735000', '192112.737000', '192112.740000', '192112.751000', '192112.754000', '192112.756000', '192112.759000', '192112.761000', '192112.764000', '192112.766000', '192112.769000', '192112.772000', '192112.774000', '192112.777000', '192112.779000', '192112.782000', '192112.785000', '192112.787000', '192112.790000', '192112.793000', '192112.795000', '192112.798000', '192132.681000', '192132.683000', '192132.686000', '192132.689000', '192132.691000', '192132.694000', '192132.696000', '192132.699000', '192132.703000', '192132.706000', '192132.708000', '192132.711000', '192132.713000', '192132.716000', '192132.718000', '192132.721000', '192132.724000', '192132.726000', '192132.729000', '192132.732000', '192132.734000', '192132.737000', '192132.739000', '192132.742000', '192132.745000', '192132.747000', '192132.750000', '192132.752000', '192132.755000', '192132.758000', '192132.760000', '192132.763000', '192132.766000', '192132.768000', '192132.771000', '192132.773000', '192132.776000', '192132.779000', '192132.781000', '192132.784000', '192132.787000', '192132.790000', '192132.792000', '192139.094000', '192139.097000', '192139.100000', '192139.103000', '192139.105000', '192139.108000', '192139.111000', '192139.113000', '192139.118000', '192139.121000', '192139.124000', '192139.126000', '192139.129000', '192139.132000', '192139.135000'], 'InstanceCreationTime': ['191452.728000', '191452.731000', '191452.734000', '191452.737000', '191452.739000', '191452.742000', '191452.744000', '191452.747000', '191452.750000', '191452.752000', '191452.755000', '191452.757000', '191452.760000', '191452.762000', '191452.765000', '191452.767000', '191452.770000', '191452.773000', '191452.775000', '191452.778000', '191452.780000', '191452.783000', '191452.785000', '191452.788000', '191452.790000', '191452.793000', '191452.801000', '191452.816000', '191452.818000', '191452.821000', '191512.681000', '191512.684000', '191512.687000', '191512.689000', '191512.692000', '191512.694000', '191512.697000', '191512.699000', '191512.702000', '191512.705000', '191512.707000', '191512.710000', '191512.712000', '191512.721000', '191512.724000', '191512.726000', '191512.729000', '191512.732000', '191512.734000', '191512.737000', '191512.739000', '191512.742000', '191512.746000', '191512.748000', '191512.751000', '191512.754000', '191512.756000', '191512.759000', '191512.761000', '191512.764000', '191512.767000', '191512.769000', '191512.772000', '191512.774000', '191512.777000', '191512.779000', '191512.782000', '191512.784000', '191512.787000', '191512.789000', '191512.792000', '191512.795000', '191512.797000', '191532.681000', '191532.684000', '191532.687000', '191532.689000', '191532.692000', '191532.694000', '191532.697000', '191532.700000', '191532.702000', '191532.705000', '191532.707000', '191532.710000', '191532.712000', '191532.715000', '191532.718000', '191532.720000', '191532.723000', '191532.726000', '191532.728000', '191532.731000', '191532.734000', '191532.736000', '191532.739000', '191532.741000', '191532.744000', '191532.746000', '191532.754000', '191532.757000', '191532.760000', '191532.762000', '191532.765000', '191532.767000', '191532.770000', '191532.772000', '191532.775000', '191532.778000', '191532.780000', '191532.783000', '191532.785000', '191532.788000', '191532.791000', '191532.793000', '191532.796000', '191532.798000', '191552.681000', '191552.683000', '191552.686000', '191552.689000', '191552.691000', '191552.694000', '191552.696000', '191552.699000', '191552.702000', '191552.704000', '191552.707000', '191552.709000', '191552.712000', '191552.715000', '191552.717000', '191552.720000', '191552.722000', '191552.725000', '191552.728000', '191552.730000', '191552.733000', '191552.735000', '191552.738000', '191552.741000', '191552.744000', '191552.747000', '191552.750000', '191552.752000', '191552.755000', '191552.757000', '191552.760000', '191552.762000', '191552.765000', '191552.768000', '191552.770000', '191552.773000', '191552.775000', '191552.778000', '191552.780000', '191552.783000', '191552.786000', '191552.788000', '191552.791000', '191612.680000', '191612.683000', '191612.686000', '191612.688000', '191612.691000', '191612.694000', '191612.696000', '191612.699000', '191612.701000', '191612.704000', '191612.707000', '191612.709000', '191612.712000', '191612.714000', '191612.717000', '191612.720000', '191612.722000', '191612.725000', '191612.728000', '191612.730000', '191612.733000', '191612.735000', '191612.738000', '191612.740000', '191612.743000', '191612.746000', '191612.748000', '191612.751000', '191612.753000', '191612.756000', '191612.758000', '191612.761000', '191612.764000', '191612.766000', '191612.769000', '191612.771000', '191612.774000', '191612.777000', '191612.779000', '191612.782000', '191612.784000', '191612.787000', '191612.789000', '191612.792000', '191632.680000', '191632.683000', '191632.686000', '191632.688000', '191632.691000', '191632.693000', '191632.696000', '191632.699000', '191632.701000', '191632.704000', '191632.706000', '191632.709000', '191632.712000', '191632.714000', '191632.717000', '191632.719000', '191632.722000', '191632.724000', '191632.727000', '191632.730000', '191632.732000', '191632.735000', '191632.737000', '191632.740000', '191632.743000', '191632.745000', '191632.748000', '191632.751000', '191632.754000', '191632.756000', '191632.759000', '191632.761000', '191632.764000', '191632.766000', '191632.769000', '191632.772000', '191632.774000', '191632.777000', '191632.780000', '191632.783000', '191632.786000', '191632.789000', '191632.791000', '191652.680000', '191652.683000', '191652.686000', '191652.688000', '191652.691000', '191652.693000', '191652.696000', '191652.710000', '191652.712000', '191652.715000', '191652.718000', '191652.720000', '191652.723000', '191652.725000', '191652.728000', '191652.731000', '191652.733000', '191652.736000', '191652.738000', '191652.741000', '191652.744000', '191652.746000', '191652.749000', '191652.751000', '191652.754000', '191652.757000', '191652.759000', '191652.762000', '191652.764000', '191652.767000', '191652.770000', '191652.772000', '191652.775000', '191652.777000', '191652.780000', '191652.783000', '191652.785000', '191652.788000', '191652.791000', '191652.793000', '191652.796000', '191652.798000', '191652.801000', '191652.804000', '191712.680000', '191712.683000', '191712.686000', '191712.688000', '191712.691000', '191712.693000', '191712.696000', '191712.699000', '191712.701000', '191712.704000', '191712.706000', '191712.709000', '191712.712000', '191712.714000', '191712.717000', '191712.719000', '191712.722000', '191712.725000', '191712.727000', '191712.730000', '191712.732000', '191712.735000', '191712.738000', '191712.740000', '191712.743000', '191712.745000', '191712.748000', '191712.751000', '191712.753000', '191712.756000', '191712.758000', '191712.761000', '191712.763000', '191712.766000', '191712.769000', '191712.771000', '191712.774000', '191712.776000', '191712.779000', '191712.782000', '191712.784000', '191712.787000', '191712.789000', '191732.682000', '191732.684000', '191732.687000', '191732.690000', '191732.692000', '191732.695000', '191732.697000', '191732.700000', '191732.702000', '191732.705000', '191732.708000', '191732.710000', '191732.713000', '191732.715000', '191732.718000', '191732.721000', '191732.723000', '191732.726000', '191732.728000', '191732.731000', '191732.734000', '191732.736000', '191732.739000', '191732.742000', '191732.744000', '191732.747000', '191732.749000', '191732.752000', '191732.755000', '191732.757000', '191732.760000', '191732.762000', '191732.765000', '191732.768000', '191732.770000', '191732.773000', '191732.775000', '191732.778000', '191732.781000', '191732.783000', '191732.786000', '191732.788000', '191732.791000', '191732.794000', '191752.682000', '191752.684000', '191752.687000', '191752.690000', '191752.692000', '191752.695000', '191752.698000', '191752.700000', '191752.703000', '191752.705000', '191752.708000', '191752.710000', '191752.713000', '191752.716000', '191752.718000', '191752.721000', '191752.723000', '191752.726000', '191752.729000', '191752.731000', '191752.734000', '191752.737000', '191752.739000', '191752.742000', '191752.744000', '191752.747000', '191752.750000', '191752.752000', '191752.755000', '191752.757000', '191752.760000', '191752.763000', '191752.765000', '191752.768000', '191752.770000', '191752.773000', '191752.775000', '191752.778000', '191752.781000', '191752.783000', '191752.786000', '191752.788000', '191752.791000', '191812.681000', '191812.683000', '191812.686000', '191812.689000', '191812.691000', '191812.694000', '191812.696000', '191812.699000', '191812.702000', '191812.704000', '191812.707000', '191812.709000', '191812.712000', '191812.715000', '191812.717000', '191812.720000', '191812.722000', '191812.725000', '191812.728000', '191812.730000', '191812.733000', '191812.736000', '191812.738000', '191812.741000', '191812.744000', '191812.746000', '191812.749000', '191812.751000', '191812.754000', '191812.757000', '191812.759000', '191812.762000', '191812.792000', '191812.794000', '191812.797000', '191812.835000', '191812.837000', '191812.840000', '191812.842000', '191812.845000', '191812.848000', '191812.850000', '191812.853000', '191812.855000', '191832.681000', '191832.683000', '191832.686000', '191832.689000', '191832.691000', '191832.694000', '191832.696000', '191832.699000', '191832.701000', '191832.704000', '191832.707000', '191832.709000', '191832.712000', '191832.714000', '191832.717000', '191832.719000', '191832.722000', '191832.725000', '191832.727000', '191832.730000', '191832.732000', '191832.735000', '191832.738000', '191832.740000', '191832.743000', '191832.745000', '191832.748000', '191832.750000', '191832.753000', '191832.756000', '191832.758000', '191832.761000', '191832.764000', '191832.766000', '191832.769000', '191832.771000', '191832.774000', '191832.776000', '191832.779000', '191832.782000', '191832.784000', '191832.788000', '191832.791000', '191852.680000', '191852.683000', '191852.686000', '191852.688000', '191852.691000', '191852.694000', '191852.696000', '191852.699000', '191852.702000', '191852.704000', '191852.707000', '191852.709000', '191852.712000', '191852.714000', '191852.717000', '191852.720000', '191852.722000', '191852.725000', '191852.728000', '191852.730000', '191852.733000', '191852.736000', '191852.738000', '191852.741000', '191852.743000', '191852.746000', '191852.749000', '191852.751000', '191852.754000', '191852.756000', '191852.759000', '191852.762000', '191852.764000', '191852.767000', '191852.769000', '191852.772000', '191852.774000', '191852.777000', '191852.780000', '191852.782000', '191852.785000', '191852.787000', '191852.790000', '191852.792000', '191912.680000', '191912.683000', '191912.686000', '191912.689000', '191912.691000', '191912.694000', '191912.696000', '191912.699000', '191912.701000', '191912.704000', '191912.707000', '191912.709000', '191912.712000', '191912.714000', '191912.717000', '191912.720000', '191912.722000', '191912.725000', '191912.728000', '191912.730000', '191912.733000', '191912.735000', '191912.738000', '191912.741000', '191912.743000', '191912.746000', '191912.749000', '191912.751000', '191912.754000', '191912.756000', '191912.759000', '191912.762000', '191912.764000', '191912.767000', '191912.769000', '191912.772000', '191912.775000', '191912.777000', '191912.780000', '191912.783000', '191912.785000', '191912.788000', '191912.790000', '191932.680000', '191932.683000', '191932.686000', '191932.689000', '191932.691000', '191932.694000', '191932.696000', '191932.699000', '191932.702000', '191932.704000', '191932.707000', '191932.709000', '191932.712000', '191932.714000', '191932.717000', '191932.720000', '191932.722000', '191932.725000', '191932.728000', '191932.730000', '191932.733000', '191932.735000', '191932.738000', '191932.740000', '191932.743000', '191932.745000', '191932.748000', '191932.751000', '191932.753000', '191932.756000', '191932.758000', '191932.761000', '191932.764000', '191932.766000', '191932.769000', '191932.771000', '191932.774000', '191932.777000', '191932.779000', '191932.782000', '191932.784000', '191932.787000', '191932.790000', '191932.792000', '191952.682000', '191952.684000', '191952.687000', '191952.690000', '191952.692000', '191952.695000', '191952.697000', '191952.700000', '191952.702000', '191952.705000', '191952.707000', '191952.710000', '191952.713000', '191952.729000', '191952.732000', '191952.734000', '191952.737000', '191952.739000', '191952.742000', '191952.744000', '191952.747000', '191952.750000', '191952.752000', '191952.755000', '191952.757000', '191952.760000', '191952.762000', '191952.765000', '191952.767000', '191952.770000', '191952.773000', '191952.775000', '191952.778000', '191952.781000', '191952.783000', '191952.786000', '191952.788000', '191952.791000', '191952.793000', '191952.796000', '191952.799000', '191952.866000', '191952.868000', '192012.681000', '192012.684000', '192012.687000', '192012.689000', '192012.692000', '192012.694000', '192012.697000', '192012.700000', '192012.702000', '192012.705000', '192012.708000', '192012.710000', '192012.720000', '192012.723000', '192012.726000', '192012.728000', '192012.731000', '192012.733000', '192012.736000', '192012.739000', '192012.741000', '192012.744000', '192012.746000', '192012.749000', '192012.751000', '192012.754000', '192012.757000', '192012.759000', '192012.762000', '192012.764000', '192012.767000', '192012.770000', '192012.772000', '192012.775000', '192012.777000', '192012.780000', '192012.782000', '192012.785000', '192012.788000', '192012.790000', '192012.793000', '192012.796000', '192012.798000', '192012.855000', '192032.680000', '192032.683000', '192032.686000', '192032.688000', '192032.691000', '192032.693000', '192032.696000', '192032.699000', '192032.701000', '192032.704000', '192032.707000', '192032.709000', '192032.712000', '192032.714000', '192032.719000', '192032.721000', '192032.724000', '192032.726000', '192032.729000', '192032.732000', '192032.734000', '192032.737000', '192032.739000', '192032.742000', '192032.745000', '192032.747000', '192032.750000', '192032.752000', '192032.755000', '192032.758000', '192032.760000', '192032.763000', '192032.765000', '192032.768000', '192032.770000', '192032.773000', '192032.776000', '192032.778000', '192032.781000', '192032.783000', '192032.786000', '192032.789000', '192032.791000', '192052.680000', '192052.683000', '192052.686000', '192052.688000', '192052.691000', '192052.693000', '192052.696000', '192052.699000', '192052.707000', '192052.710000', '192052.712000', '192052.715000', '192052.717000', '192052.720000', '192052.723000', '192052.725000', '192052.728000', '192052.730000', '192052.733000', '192052.735000', '192052.738000', '192052.741000', '192052.743000', '192052.746000', '192052.748000', '192052.751000', '192052.753000', '192052.756000', '192052.758000', '192052.761000', '192052.764000', '192052.766000', '192052.769000', '192052.771000', '192052.774000', '192052.776000', '192052.779000', '192052.782000', '192052.784000', '192052.787000', '192052.789000', '192052.792000', '192052.794000', '192052.797000', '192112.681000', '192112.683000', '192112.686000', '192112.688000', '192112.691000', '192112.694000', '192112.696000', '192112.699000', '192112.701000', '192112.704000', '192112.706000', '192112.709000', '192112.712000', '192112.714000', '192112.717000', '192112.719000', '192112.722000', '192112.724000', '192112.727000', '192112.730000', '192112.732000', '192112.735000', '192112.737000', '192112.740000', '192112.751000', '192112.754000', '192112.756000', '192112.759000', '192112.761000', '192112.764000', '192112.766000', '192112.769000', '192112.772000', '192112.774000', '192112.777000', '192112.779000', '192112.782000', '192112.785000', '192112.787000', '192112.790000', '192112.793000', '192112.795000', '192112.798000', '192132.681000', '192132.683000', '192132.686000', '192132.689000', '192132.691000', '192132.694000', '192132.696000', '192132.699000', '192132.703000', '192132.706000', '192132.708000', '192132.711000', '192132.713000', '192132.716000', '192132.718000', '192132.721000', '192132.724000', '192132.726000', '192132.729000', '192132.732000', '192132.734000', '192132.737000', '192132.739000', '192132.742000', '192132.745000', '192132.747000', '192132.750000', '192132.752000', '192132.755000', '192132.758000', '192132.760000', '192132.763000', '192132.766000', '192132.768000', '192132.771000', '192132.773000', '192132.776000', '192132.779000', '192132.781000', '192132.784000', '192132.787000', '192132.790000', '192132.792000', '192139.094000', '192139.097000', '192139.100000', '192139.103000', '192139.105000', '192139.108000', '192139.111000', '192139.113000', '192139.118000', '192139.121000', '192139.124000', '192139.126000', '192139.129000', '192139.132000', '192139.135000'], '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': [7966, 9098, 7542, 7953, 10441, 7681, 11193, 8753, 9915, 7709, 10190, 7145, 9437, 15698, 8838, 13302, 9268, 9212, 6855, 7800, 12539, 7056, 10261, 6750, 8316, 6580, 7298, 6890, 7131, 10192, 6948, 9043, 6885, 8218, 7048, 7951, 6884, 7200, 6713, 7076, 7643, 6849, 8773, 7078, 7483, 6841, 7444, 6898, 7218, 8468, 6948, 11157, 7096, 9417, 7800, 8607, 7271, 8336, 9113, 6997, 15072, 8365, 10645, 8757, 8737, 6750, 7761, 7009, 7542, 7887, 6905, 7222, 6884, 9909, 7853, 9088, 7195, 8195, 6739, 7230, 15897, 10561, 11715, 9467, 8901, 6874, 7470, 7280, 7269, 13089, 8537, 10374, 7311, 8068, 7178, 7334, 10879, 7325, 13040, 7275, 9273, 7045, 7998, 7211, 6776, 6810, 7111, 9407, 7162, 8342, 7358, 8520, 6847, 7199, 8120, 7251, 9750, 7159, 12343, 7149, 9480, 6979, 8717, 7075, 8236, 6724, 6933, 7455, 7075, 9524, 7175, 9279, 6958, 8367, 6657, 7692, 6945, 7409, 6654, 6818, 12547, 9427, 11136, 8951, 10915, 7454, 8701, 7685, 8514, 7902, 7730, 8232, 6799, 12411, 7914, 11345, 7948, 9836, 6788, 7501, 8975, 7983, 13252, 7975, 12373, 7112, 8881, 6752, 7679, 7050, 7017, 10174, 7174, 8330, 7443, 8582, 7520, 12352, 7765, 6458, 6965, 8879, 6777, 7281, 9999, 6861, 9028, 7876, 7856, 6919, 8453, 15095, 11947, 12675, 8208, 12245, 10704, 10914, 16394, 11102, 12531, 7904, 8798, 6932, 7193, 6508, 7002, 8588, 7114, 7910, 6996, 7819, 6789, 7310, 10300, 7122, 9239, 6668, 7000, 7906, 6825, 10631, 7412, 8618, 6502, 7286, 6922, 7039, 7286, 6890, 7711, 6721, 7538, 6570, 7022, 6965, 7032, 10565, 6824, 9039, 7540, 8627, 7277, 8637, 6724, 7815, 6687, 7020, 6554, 7000, 11833, 7370, 8455, 6908, 8027, 6810, 7181, 9236, 7021, 14281, 8257, 12623, 9873, 12125, 8866, 11382, 7312, 8468, 7223, 7870, 6809, 7563, 7055, 7180, 7044, 7308, 8193, 6989, 7461, 6874, 9360, 7272, 7908, 6840, 7988, 12523, 9363, 14426, 11173, 12606, 8099, 10926, 6813, 6966, 6537, 6878, 11338, 7174, 8023, 6778, 7851, 6828, 7729, 6905, 6909, 7015, 6904, 6834, 7151, 11827, 7084, 8623, 7012, 8233, 6919, 7373, 14087, 8726, 10118, 8607, 8016, 6865, 7929, 7018, 8292, 6841, 7721, 6737, 8459, 7240, 7057, 13105, 9612, 13552, 7980, 6966, 8082, 7097, 8400, 7317, 6997, 13421, 7410, 10133, 8738, 8392, 6899, 7265, 13452, 8731, 14505, 10638, 12255, 7490, 10644, 9682, 7232, 14914, 8234, 8576, 7102, 6689, 7326, 6456, 7405, 6974, 7884, 7197, 7321, 6719, 9711, 9260, 10108, 8946, 10192, 8182, 8703, 7042, 7683, 7119, 6675, 6800, 6831, 6830, 7128, 7718, 6923, 8670, 7222, 7512, 6845, 8614, 6694, 7059, 8654, 6760, 8293, 6905, 6740, 7071, 11432, 7180, 8830, 6872, 6870, 13341, 7629, 10526, 7591, 8434, 7021, 6999, 9227, 6928, 10656, 6793, 8817, 7039, 8709, 7019, 7108, 7093, 6908, 6869, 7173, 6945, 7050, 10800, 7053, 9227, 7047, 7328, 6778, 6761, 11863, 6929, 9735, 6763, 7906, 6920, 8405, 6834, 7642, 6668, 7219, 6949, 7414, 9888, 6640, 12304, 9175, 9401, 6523, 7763, 12758, 6965, 13574, 8779, 8655, 6913, 8338, 6898, 8359, 8023, 8884, 7251, 8474, 7003, 8332, 6796, 7779, 6777, 7092, 7986, 6782, 14625, 9705, 9003, 6904, 10771, 7342, 8054, 6831, 7390, 6653, 6828, 7723, 7065, 9583, 7824, 12798, 6842, 6791, 6602, 6760, 7558, 6877, 6881, 11253, 9366, 8806, 7606, 8429, 8056, 7921, 13777, 9099, 13305, 9776, 11927, 8126, 9825, 8290, 6770, 13742, 6782, 9555, 6605, 7293, 6610, 7605, 6380, 7304, 6961, 7227, 11362, 7092, 8205, 6552, 6990, 6563, 6734, 6343, 7111, 8036, 6845, 7224, 6483, 7045, 8499, 6608, 7538, 6422, 7400, 7254, 7050, 9381, 7391, 8367, 6504, 6739, 6672, 6824, 8360, 6611, 8836, 6809, 8933, 7031, 8155, 6592, 7873, 7154, 8614, 7083, 8384, 7309, 8195, 6806, 7549, 7080, 7767, 6816, 9394, 7554, 12010, 7167, 11549, 9025, 12637, 9352, 12519, 8054, 13305, 9409, 12629, 8478, 10807, 6869, 7599, 7036, 7512, 6836, 7315, 7039, 7289, 7011, 6723, 12011, 8564, 15478, 10875, 11523, 7660, 9881, 7379, 6959, 6601, 6795, 6524, 7219, 9985, 8084, 8572, 8356, 8198, 6811, 7446, 9333, 6710, 13415, 11352, 11361, 8199, 10438, 8967, 10126, 6934, 6787, 8562, 6747, 9184, 6903, 8234, 7175, 7863, 7089, 7023, 9400, 6926, 12181, 7199, 11348, 7776, 8447, 6957, 7655, 6812, 7208, 6609, 6719, 6769, 7407, 6730, 6933, 6605, 6932, 9879, 8585, 9020, 6874, 9050, 7892, 7324, 12621, 7837, 12457, 8214, 8609, 6574, 6578, 6507, 6872, 7819, 6976, 7387, 6772, 7328, 6676, 6947, 6471, 6995, 6400, 6927, 8873, 6855, 7596, 6886, 7735, 6954, 8475, 7061, 9089, 7441, 10729, 8081, 10585, 6854, 8088, 6859, 7568, 6859, 9317, 6800, 9977, 6511, 8092, 7408, 10606, 6755, 9677, 6728, 7389, 7021, 7051, 6997, 8694, 6593, 6861, 10711, 7721, 8680, 6936, 6727, 6843, 7009, 7091, 6654, 6908, 6516, 6800, 14568, 10523, 11784, 8835, 9783, 8126, 10642, 6721, 7630, 6532, 6971, 12375, 8205, 6572, 7142, 6950, 6951, 7079, 7040, 10620, 6895, 11711, 8180, 10546, 9489, 13594, 6822, 6932, 6471, 6877, 7640, 7018, 8493, 8315, 6947, 7888, 9151, 9890, 13240, 10984, 13936, 10609, 14097, 11414, 12484, 8930, 11942, 7562, 8516, 6424, 6963, 6978, 7179, 6635, 7459, 6759, 7370, 6395, 7059, 6607, 7121, 6660, 6651, 10012, 6840, 8569, 6885, 7178, 6580, 8052, 6769, 6507, 6995, 8196, 6548, 7680, 6565, 7855, 6369, 7663, 8279, 8388, 11700, 10667, 9786, 14262, 8937, 6258, 6912, 6596, 7025, 8254, 6258, 6932, 8579, 6847, 11919, 8908, 10445, 7877, 10874, 9959, 11333, 14482, 11781, 14086, 10560, 11472, 7009, 6444, 6929, 6716, 6312, 7316, 8060, 7419, 10977, 9550, 10522, 6849, 8013, 7333, 6822, 11915, 6934, 8038, 6568, 6507, 6349, 6852, 6435, 6654, 7266, 6696, 6942, 6584, 6718, 6394, 6527, 7494, 6953, 8713, 7117, 8359, 6282, 8259, 6538, 6728, 11514, 6722, 8288, 6566, 6942, 6407, 6680, 7558, 6806, 8013, 7092, 7316, 6770, 6913, 6647, 6909, 6330, 6663, 8028, 6855, 9037, 6969, 9265, 6675, 7562, 6631, 7245, 8253, 7129, 10360, 6805, 12980, 7953, 12816, 9038], 'WindowCenter': [4113.0, 4109.0, 4088.0, 4086.0, 4104.0, 4073.0, 4102.0, 4080.0, 4089.0, 4059.0, 4090.0, 4048.0, 4079.0, 4119.0, 4067.0, 4096.0, 4065.0, 4065.0, 4023.0, 4045.0, 4084.0, 4033.0, 4073.0, 4033.0, 4053.0, 4022.0, 4044.0, 4033.0, 4046.0, 4075.0, 4035.0, 4064.0, 4045.0, 4055.0, 4047.0, 4057.0, 4048.0, 4058.0, 4048.0, 4049.0, 4058.0, 4050.0, 4080.0, 4061.0, 4061.0, 4062.0, 4061.0, 4063.0, 4075.0, 4084.0, 4075.0, 4114.0, 4063.0, 4093.0, 4075.0, 4084.0, 4063.0, 4083.0, 4081.0, 4061.0, 4133.0, 4083.0, 4102.0, 4082.0, 4081.0, 4051.0, 4071.0, 4063.0, 4085.0, 4083.0, 4064.0, 4073.0, 4074.0, 4104.0, 4085.0, 4094.0, 4063.0, 4083.0, 4051.0, 4063.0, 4134.0, 4104.0, 4113.0, 4092.0, 4081.0, 4050.0, 4060.0, 4061.0, 4062.0, 4112.0, 4082.0, 4091.0, 4060.0, 4070.0, 4062.0, 4062.0, 4101.0, 4060.0, 4110.0, 4059.0, 4078.0, 4050.0, 4070.0, 4060.0, 4049.0, 4048.0, 4049.0, 4080.0, 4062.0, 4081.0, 4062.0, 4081.0, 4050.0, 4061.0, 4071.0, 4062.0, 4090.0, 4051.0, 4111.0, 4049.0, 4079.0, 4061.0, 4081.0, 4050.0, 4069.0, 4037.0, 4048.0, 4048.0, 4049.0, 4079.0, 4050.0, 4079.0, 4050.0, 4069.0, 4051.0, 4071.0, 4049.0, 4060.0, 4048.0, 4049.0, 4111.0, 4082.0, 4101.0, 4081.0, 4089.0, 4060.0, 4069.0, 4059.0, 4081.0, 4070.0, 4072.0, 4069.0, 4049.0, 4111.0, 4072.0, 4100.0, 4059.0, 4089.0, 4037.0, 4059.0, 4068.0, 4059.0, 4109.0, 4059.0, 4098.0, 4047.0, 4067.0, 4036.0, 4058.0, 4047.0, 4049.0, 4087.0, 4048.0, 4070.0, 4071.0, 4069.0, 4048.0, 4099.0, 4046.0, 4037.0, 4046.0, 4068.0, 4035.0, 4056.0, 4076.0, 4046.0, 4076.0, 4067.0, 4056.0, 4045.0, 4066.0, 4105.0, 4084.0, 4083.0, 4052.0, 4083.0, 4061.0, 4072.0, 4101.0, 4070.0, 4068.0, 4027.0, 4037.0, 4016.0, 4016.0, 4005.0, 4017.0, 4037.0, 4029.0, 4039.0, 4033.0, 4041.0, 4020.0, 4042.0, 4074.0, 4031.0, 4065.0, 4034.0, 4033.0, 4052.0, 4033.0, 4073.0, 4043.0, 4056.0, 4025.0, 4045.0, 4034.0, 4035.0, 4042.0, 4044.0, 4056.0, 4035.0, 4055.0, 4046.0, 4046.0, 4045.0, 4047.0, 4089.0, 4047.0, 4079.0, 4058.0, 4081.0, 4060.0, 4080.0, 4049.0, 4058.0, 4037.0, 4050.0, 4037.0, 4063.0, 4113.0, 4062.0, 4071.0, 4059.0, 4070.0, 4050.0, 4058.0, 4081.0, 4062.0, 4122.0, 4072.0, 4112.0, 4089.0, 4101.0, 4080.0, 4086.0, 4048.0, 4056.0, 4056.0, 4054.0, 4048.0, 4073.0, 4049.0, 4062.0, 4049.0, 4059.0, 4068.0, 4049.0, 4060.0, 4048.0, 4079.0, 4075.0, 4085.0, 4063.0, 4081.0, 4110.0, 4091.0, 4132.0, 4099.0, 4099.0, 4057.0, 4074.0, 4022.0, 4032.0, 4021.0, 4033.0, 4087.0, 4045.0, 4054.0, 4035.0, 4055.0, 4045.0, 4054.0, 4045.0, 4047.0, 4048.0, 4046.0, 4035.0, 4049.0, 4097.0, 4047.0, 4066.0, 4047.0, 4067.0, 4045.0, 4057.0, 4107.0, 4067.0, 4086.0, 4080.0, 4067.0, 4049.0, 4054.0, 4046.0, 4069.0, 4048.0, 4068.0, 4050.0, 4080.0, 4071.0, 4061.0, 4112.0, 4078.0, 4113.0, 4059.0, 4049.0, 4067.0, 4058.0, 4068.0, 4056.0, 4047.0, 4108.0, 4058.0, 4088.0, 4068.0, 4066.0, 4045.0, 4044.0, 4094.0, 4053.0, 4094.0, 4074.0, 4083.0, 4031.0, 4072.0, 4061.0, 4031.0, 4102.0, 4039.0, 4038.0, 4029.0, 4017.0, 4040.0, 4021.0, 4056.0, 4045.0, 4065.0, 4057.0, 4057.0, 4048.0, 4077.0, 4077.0, 4075.0, 4065.0, 4074.0, 4054.0, 4053.0, 4033.0, 4043.0, 4032.0, 4034.0, 4032.0, 4033.0, 4021.0, 4033.0, 4042.0, 4034.0, 4065.0, 4046.0, 4056.0, 4048.0, 4067.0, 4036.0, 4047.0, 4067.0, 4048.0, 4080.0, 4062.0, 4061.0, 4061.0, 4112.0, 4060.0, 4079.0, 4051.0, 4062.0, 4121.0, 4058.0, 4088.0, 4057.0, 4056.0, 4046.0, 4047.0, 4066.0, 4048.0, 4087.0, 4036.0, 4066.0, 4046.0, 4067.0, 4059.0, 4047.0, 4046.0, 4046.0, 4046.0, 4047.0, 4046.0, 4048.0, 4087.0, 4048.0, 4077.0, 4048.0, 4058.0, 4047.0, 4047.0, 4098.0, 4060.0, 4091.0, 4061.0, 4068.0, 4059.0, 4068.0, 4050.0, 4071.0, 4050.0, 4059.0, 4060.0, 4073.0, 4103.0, 4050.0, 4110.0, 4079.0, 4079.0, 4038.0, 4069.0, 4110.0, 4059.0, 4109.0, 4080.0, 4078.0, 4047.0, 4066.0, 4058.0, 4067.0, 4070.0, 4079.0, 4059.0, 4067.0, 4060.0, 4069.0, 4048.0, 4057.0, 4047.0, 4046.0, 4056.0, 4036.0, 4117.0, 4076.0, 4065.0, 4046.0, 4088.0, 4060.0, 4067.0, 4048.0, 4057.0, 4035.0, 4035.0, 4054.0, 4045.0, 4076.0, 4057.0, 4097.0, 4034.0, 4033.0, 4046.0, 4048.0, 4058.0, 4048.0, 4060.0, 4102.0, 4093.0, 4080.0, 4070.0, 4069.0, 4069.0, 4058.0, 4107.0, 4065.0, 4095.0, 4063.0, 4085.0, 4043.0, 4063.0, 4041.0, 4022.0, 4093.0, 4020.0, 4050.0, 4032.0, 4030.0, 4020.0, 4040.0, 4021.0, 4031.0, 4020.0, 4032.0, 4072.0, 4032.0, 4042.0, 4023.0, 4033.0, 4035.0, 4035.0, 4037.0, 4049.0, 4054.0, 4035.0, 4056.0, 4035.0, 4046.0, 4065.0, 4036.0, 4057.0, 4037.0, 4058.0, 4046.0, 4048.0, 4077.0, 4058.0, 4068.0, 4037.0, 4047.0, 4036.0, 4048.0, 4067.0, 4048.0, 4067.0, 4048.0, 4078.0, 4062.0, 4070.0, 4049.0, 4068.0, 4060.0, 4080.0, 4063.0, 4086.0, 4073.0, 4083.0, 4063.0, 4074.0, 4073.0, 4082.0, 4076.0, 4104.0, 4085.0, 4123.0, 4073.0, 4113.0, 4094.0, 4112.0, 4092.0, 4112.0, 4082.0, 4122.0, 4092.0, 4112.0, 4099.0, 4116.0, 4050.0, 4055.0, 4047.0, 4059.0, 4050.0, 4058.0, 4059.0, 4059.0, 4061.0, 4049.0, 4109.0, 4068.0, 4118.0, 4087.0, 4099.0, 4058.0, 4077.0, 4045.0, 4034.0, 4035.0, 4034.0, 4035.0, 4058.0, 4089.0, 4069.0, 4067.0, 4068.0, 4067.0, 4047.0, 4057.0, 4076.0, 4036.0, 4107.0, 4087.0, 4099.0, 4070.0, 4088.0, 4067.0, 4076.0, 4047.0, 4035.0, 4064.0, 4034.0, 4064.0, 4047.0, 4067.0, 4046.0, 4055.0, 4045.0, 4045.0, 4065.0, 4045.0, 4096.0, 4044.0, 4073.0, 4043.0, 4042.0, 4033.0, 4043.0, 4033.0, 4042.0, 4031.0, 4032.0, 4045.0, 4056.0, 4047.0, 4060.0, 4060.0, 4071.0, 4101.0, 4079.0, 4078.0, 4047.0, 4077.0, 4068.0, 4058.0, 4108.0, 4069.0, 4096.0, 4065.0, 4065.0, 4033.0, 4035.0, 4035.0, 4035.0, 4054.0, 4045.0, 4045.0, 4049.0, 4057.0, 4046.0, 4045.0, 4036.0, 4057.0, 4036.0, 4058.0, 4078.0, 4049.0, 4068.0, 4072.0, 4071.0, 4061.0, 4068.0, 4059.0, 4079.0, 4059.0, 4100.0, 4084.0, 4101.0, 4048.0, 4055.0, 4046.0, 4069.0, 4060.0, 4078.0, 4049.0, 4089.0, 4048.0, 4083.0, 4060.0, 4086.0, 4034.0, 4076.0, 4048.0, 4056.0, 4047.0, 4058.0, 4047.0, 4067.0, 4047.0, 4049.0, 4088.0, 4057.0, 4066.0, 4045.0, 4034.0, 4045.0, 4046.0, 4058.0, 4048.0, 4058.0, 4036.0, 4049.0, 4120.0, 4088.0, 4098.0, 4077.0, 4087.0, 4056.0, 4073.0, 4033.0, 4044.0, 4022.0, 4046.0, 4096.0, 4054.0, 4033.0, 4043.0, 4043.0, 4044.0, 4045.0, 4046.0, 4085.0, 4044.0, 4085.0, 4066.0, 4085.0, 4065.0, 4107.0, 4034.0, 4044.0, 4034.0, 4047.0, 4068.0, 4074.0, 4092.0, 4083.0, 4062.0, 4082.0, 4091.0, 4092.0, 4110.0, 4089.0, 4107.0, 4077.0, 4096.0, 4075.0, 4082.0, 4064.0, 4083.0, 4043.0, 4063.0, 4022.0, 4042.0, 4044.0, 4042.0, 4031.0, 4040.0, 4030.0, 4041.0, 4033.0, 4044.0, 4033.0, 4043.0, 4031.0, 4033.0, 4074.0, 4033.0, 4063.0, 4043.0, 4032.0, 4044.0, 4055.0, 4046.0, 4036.0, 4058.0, 4080.0, 4062.0, 4070.0, 4060.0, 4069.0, 4048.0, 4071.0, 4082.0, 4080.0, 4111.0, 4090.0, 4078.0, 4108.0, 4066.0, 4037.0, 4061.0, 4047.0, 4046.0, 4055.0, 4036.0, 4046.0, 4067.0, 4048.0, 4098.0, 4078.0, 4086.0, 4055.0, 4075.0, 4063.0, 4086.0, 4093.0, 4097.0, 4105.0, 4085.0, 4083.0, 4045.0, 4031.0, 4042.0, 4043.0, 4033.0, 4056.0, 4055.0, 4057.0, 4099.0, 4076.0, 4074.0, 4032.0, 4052.0, 4030.0, 4032.0, 4082.0, 4045.0, 4053.0, 4034.0, 4033.0, 4033.0, 4032.0, 4020.0, 4032.0, 4043.0, 4044.0, 4044.0, 4046.0, 4045.0, 4034.0, 4035.0, 4044.0, 4045.0, 4066.0, 4059.0, 4079.0, 4048.0, 4078.0, 4034.0, 4045.0, 4094.0, 4045.0, 4063.0, 4033.0, 4045.0, 4034.0, 4044.0, 4054.0, 4045.0, 4053.0, 4060.0, 4068.0, 4047.0, 4046.0, 4051.0, 4047.0, 4037.0, 4049.0, 4069.0, 4052.0, 4081.0, 4061.0, 4091.0, 4050.0, 4072.0, 4049.0, 4061.0, 4070.0, 4064.0, 4090.0, 4050.0, 4126.0, 4102.0, 4125.0, 4083.0], 'WindowWidth': [9165.0, 9147.0, 9119.0, 9111.0, 9129.0, 9087.0, 9122.0, 9090.0, 9100.0, 9059.0, 9100.0, 9042.0, 9084.0, 9138.0, 9063.0, 9103.0, 9059.0, 9057.0, 8999.0, 9031.0, 9083.0, 9014.0, 9065.0, 9014.0, 9037.0, 8998.0, 9027.0, 9013.0, 9034.0, 9072.0, 9020.0, 9056.0, 9034.0, 9046.0, 9040.0, 9054.0, 9042.0, 9055.0, 9041.0, 9045.0, 9057.0, 9048.0, 9088.0, 9065.0, 9067.0, 9068.0, 9067.0, 9071.0, 9090.0, 9102.0, 9090.0, 9141.0, 9073.0, 9113.0, 9093.0, 9101.0, 9071.0, 9097.0, 9092.0, 9065.0, 9166.0, 9096.0, 9122.0, 9094.0, 9091.0, 9052.0, 9079.0, 9073.0, 9103.0, 9099.0, 9076.0, 9086.0, 9089.0, 9128.0, 9104.0, 9116.0, 9073.0, 9097.0, 9053.0, 9070.0, 9168.0, 9127.0, 9138.0, 9108.0, 9090.0, 9050.0, 9062.0, 9064.0, 9068.0, 9136.0, 9094.0, 9104.0, 9061.0, 9075.0, 9068.0, 9068.0, 9116.0, 9060.0, 9128.0, 9058.0, 9083.0, 9047.0, 9076.0, 9060.0, 9046.0, 9042.0, 9046.0, 9089.0, 9068.0, 9093.0, 9067.0, 9090.0, 9049.0, 9063.0, 9079.0, 9067.0, 9102.0, 9049.0, 9130.0, 9046.0, 9085.0, 9064.0, 9089.0, 9047.0, 9072.0, 9026.0, 9041.0, 9042.0, 9046.0, 9084.0, 9047.0, 9086.0, 9048.0, 9072.0, 9053.0, 9078.0, 9045.0, 9060.0, 9043.0, 9046.0, 9131.0, 9094.0, 9117.0, 9093.0, 9099.0, 9062.0, 9072.0, 9059.0, 9091.0, 9076.0, 9080.0, 9071.0, 9046.0, 9133.0, 9081.0, 9114.0, 9058.0, 9097.0, 9027.0, 9058.0, 9068.0, 9057.0, 9125.0, 9056.0, 9108.0, 9037.0, 9063.0, 9024.0, 9055.0, 9040.0, 9046.0, 9093.0, 9043.0, 9075.0, 9081.0, 9074.0, 9039.0, 9108.0, 9035.0, 9025.0, 9040.0, 9068.0, 9021.0, 9053.0, 9076.0, 9040.0, 9079.0, 9067.0, 9052.0, 9035.0, 9063.0, 9113.0, 9081.0, 9079.0, 9036.0, 9080.0, 9046.0, 9062.0, 9104.0, 9056.0, 9052.0, 8996.0, 9009.0, 8978.0, 8979.0, 8964.0, 8983.0, 9009.0, 9003.0, 9017.0, 9014.0, 9022.0, 8992.0, 9024.0, 9068.0, 9010.0, 9056.0, 9020.0, 9015.0, 9037.0, 9015.0, 9068.0, 9028.0, 9047.0, 9005.0, 9030.0, 9014.0, 9019.0, 9026.0, 9032.0, 9050.0, 9022.0, 9048.0, 9038.0, 9039.0, 9037.0, 9040.0, 9098.0, 9040.0, 9084.0, 9058.0, 9091.0, 9062.0, 9089.0, 9045.0, 9055.0, 9026.0, 9047.0, 9028.0, 9071.0, 9137.0, 9068.0, 9079.0, 9062.0, 9076.0, 9047.0, 9058.0, 9090.0, 9066.0, 9147.0, 9078.0, 9133.0, 9099.0, 9115.0, 9085.0, 9089.0, 9040.0, 9049.0, 9052.0, 9047.0, 9044.0, 9083.0, 9045.0, 9068.0, 9046.0, 9058.0, 9068.0, 9046.0, 9060.0, 9046.0, 9086.0, 9091.0, 9106.0, 9076.0, 9094.0, 9130.0, 9108.0, 9167.0, 9113.0, 9110.0, 9051.0, 9071.0, 8998.0, 9012.0, 8996.0, 9017.0, 9092.0, 9034.0, 9045.0, 9023.0, 9048.0, 9037.0, 9047.0, 9035.0, 9040.0, 9043.0, 9040.0, 9023.0, 9046.0, 9108.0, 9041.0, 9066.0, 9041.0, 9067.0, 9036.0, 9055.0, 9122.0, 9067.0, 9089.0, 9090.0, 9069.0, 9044.0, 9045.0, 9037.0, 9070.0, 9046.0, 9073.0, 9051.0, 9092.0, 9080.0, 9067.0, 9133.0, 9080.0, 9135.0, 9057.0, 9043.0, 9069.0, 9059.0, 9070.0, 9052.0, 9042.0, 9123.0, 9056.0, 9096.0, 9069.0, 9066.0, 9035.0, 9032.0, 9096.0, 9040.0, 9096.0, 9067.0, 9079.0, 9006.0, 9063.0, 9048.0, 9008.0, 9107.0, 9015.0, 9011.0, 9001.0, 8984.0, 9018.0, 8996.0, 9053.0, 9035.0, 9062.0, 9055.0, 9055.0, 9044.0, 9082.0, 9081.0, 9073.0, 9058.0, 9067.0, 9041.0, 9039.0, 9011.0, 9025.0, 9008.0, 9015.0, 9012.0, 9014.0, 8995.0, 9013.0, 9023.0, 9015.0, 9057.0, 9036.0, 9051.0, 9044.0, 9066.0, 9023.0, 9039.0, 9067.0, 9042.0, 9089.0, 9069.0, 9066.0, 9066.0, 9133.0, 9063.0, 9086.0, 9053.0, 9069.0, 9145.0, 9057.0, 9093.0, 9051.0, 9048.0, 9034.0, 9039.0, 9062.0, 9041.0, 9090.0, 9022.0, 9061.0, 9035.0, 9066.0, 9059.0, 9039.0, 9036.0, 9038.0, 9039.0, 9040.0, 9038.0, 9042.0, 9093.0, 9041.0, 9080.0, 9043.0, 9056.0, 9040.0, 9040.0, 9108.0, 9063.0, 9108.0, 9066.0, 9072.0, 9060.0, 9071.0, 9050.0, 9079.0, 9050.0, 9062.0, 9064.0, 9086.0, 9127.0, 9050.0, 9129.0, 9086.0, 9085.0, 9031.0, 9072.0, 9130.0, 9061.0, 9126.0, 9089.0, 9082.0, 9039.0, 9064.0, 9057.0, 9068.0, 9077.0, 9088.0, 9060.0, 9067.0, 9066.0, 9073.0, 9044.0, 9053.0, 9040.0, 9037.0, 9049.0, 9025.0, 9135.0, 9075.0, 9061.0, 9038.0, 9097.0, 9065.0, 9066.0, 9046.0, 9053.0, 9023.0, 9020.0, 9045.0, 9033.0, 9075.0, 9049.0, 9104.0, 9017.0, 9013.0, 9039.0, 9044.0, 9058.0, 9044.0, 9062.0, 9121.0, 9111.0, 9088.0, 9075.0, 9071.0, 9070.0, 9054.0, 9117.0, 9058.0, 9099.0, 9052.0, 9083.0, 9023.0, 9053.0, 9020.0, 8996.0, 9092.0, 8991.0, 9030.0, 9012.0, 9003.0, 8990.0, 9016.0, 8995.0, 9007.0, 8989.0, 9008.0, 9059.0, 9008.0, 9020.0, 8999.0, 9013.0, 9017.0, 9017.0, 9026.0, 9044.0, 9044.0, 9022.0, 9050.0, 9021.0, 9037.0, 9060.0, 9025.0, 9052.0, 9028.0, 9057.0, 9038.0, 9043.0, 9079.0, 9054.0, 9067.0, 9026.0, 9040.0, 9022.0, 9041.0, 9064.0, 9044.0, 9065.0, 9042.0, 9081.0, 9071.0, 9076.0, 9047.0, 9070.0, 9063.0, 9089.0, 9073.0, 9106.0, 9084.0, 9097.0, 9071.0, 9084.0, 9088.0, 9098.0, 9098.0, 9131.0, 9105.0, 9153.0, 9086.0, 9142.0, 9116.0, 9136.0, 9108.0, 9136.0, 9096.0, 9149.0, 9108.0, 9134.0, 9132.0, 9151.0, 9051.0, 9048.0, 9040.0, 9059.0, 9050.0, 9058.0, 9060.0, 9059.0, 9069.0, 9049.0, 9126.0, 9070.0, 9139.0, 9092.0, 9113.0, 9058.0, 9079.0, 9032.0, 9017.0, 9021.0, 9017.0, 9022.0, 9056.0, 9100.0, 9074.0, 9068.0, 9071.0, 9067.0, 9040.0, 9054.0, 9075.0, 9023.0, 9121.0, 9093.0, 9111.0, 9076.0, 9097.0, 9066.0, 9074.0, 9040.0, 9021.0, 9056.0, 9015.0, 9057.0, 9040.0, 9067.0, 9036.0, 9047.0, 9033.0, 9032.0, 9060.0, 9035.0, 9104.0, 9029.0, 9066.0, 9025.0, 9023.0, 9015.0, 9026.0, 9013.0, 9024.0, 9009.0, 9013.0, 9036.0, 9052.0, 9042.0, 9065.0, 9067.0, 9083.0, 9124.0, 9089.0, 9086.0, 9041.0, 9082.0, 9074.0, 9056.0, 9123.0, 9073.0, 9105.0, 9060.0, 9060.0, 9016.0, 9020.0, 9020.0, 9022.0, 9045.0, 9033.0, 9037.0, 9048.0, 9056.0, 9039.0, 9036.0, 9024.0, 9056.0, 9024.0, 9057.0, 9084.0, 9049.0, 9071.0, 9086.0, 9083.0, 9067.0, 9070.0, 9062.0, 9088.0, 9060.0, 9115.0, 9102.0, 9121.0, 9046.0, 9047.0, 9038.0, 9074.0, 9064.0, 9085.0, 9049.0, 9101.0, 9046.0, 9101.0, 9064.0, 9090.0, 9020.0, 9078.0, 9044.0, 9051.0, 9041.0, 9058.0, 9041.0, 9069.0, 9042.0, 9048.0, 9098.0, 9056.0, 9066.0, 9034.0, 9020.0, 9034.0, 9040.0, 9059.0, 9044.0, 9058.0, 9026.0, 9047.0, 9144.0, 9096.0, 9110.0, 9080.0, 9095.0, 9051.0, 9066.0, 9013.0, 9030.0, 9000.0, 9037.0, 9104.0, 9045.0, 9017.0, 9030.0, 9029.0, 9030.0, 9034.0, 9039.0, 9087.0, 9032.0, 9087.0, 9063.0, 9088.0, 9060.0, 9118.0, 9020.0, 9033.0, 9020.0, 9041.0, 9071.0, 9093.0, 9111.0, 9099.0, 9070.0, 9097.0, 9106.0, 9108.0, 9127.0, 9098.0, 9119.0, 9076.0, 9102.0, 9071.0, 9076.0, 9056.0, 9078.0, 9026.0, 9054.0, 9000.0, 9026.0, 9035.0, 9028.0, 9012.0, 9022.0, 9009.0, 9025.0, 9017.0, 9033.0, 9017.0, 9030.0, 9013.0, 9017.0, 9072.0, 9016.0, 9055.0, 9029.0, 9014.0, 9033.0, 9049.0, 9039.0, 9026.0, 9059.0, 9093.0, 9075.0, 9079.0, 9065.0, 9074.0, 9046.0, 9081.0, 9098.0, 9091.0, 9131.0, 9103.0, 9081.0, 9120.0, 9060.0, 9029.0, 9068.0, 9042.0, 9038.0, 9048.0, 9023.0, 9039.0, 9066.0, 9043.0, 9110.0, 9082.0, 9090.0, 9045.0, 9071.0, 9052.0, 9087.0, 9095.0, 9107.0, 9117.0, 9090.0, 9081.0, 9037.0, 9012.0, 9027.0, 9031.0, 9017.0, 9053.0, 9049.0, 9057.0, 9116.0, 9080.0, 9070.0, 9013.0, 9039.0, 9007.0, 9011.0, 9080.0, 9037.0, 9043.0, 9019.0, 9017.0, 9019.0, 9016.0, 8997.0, 9016.0, 9031.0, 9036.0, 9037.0, 9043.0, 9038.0, 9021.0, 9025.0, 9034.0, 9038.0, 9066.0, 9063.0, 9090.0, 9047.0, 9088.0, 9023.0, 9039.0, 9101.0, 9037.0, 9059.0, 9020.0, 9037.0, 9022.0, 9034.0, 9046.0, 9036.0, 9046.0, 9064.0, 9074.0, 9043.0, 9041.0, 9052.0, 9041.0, 9029.0, 9049.0, 9075.0, 9055.0, 9092.0, 9066.0, 9105.0, 9050.0, 9080.0, 9048.0, 9065.0, 9076.0, 9071.0, 9101.0, 9048.0, 9159.0, 9141.0, 9159.0, 9098.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.017308971553610504</td></tr>
<tr><td colspan=3>aqi</td><td>0.043735489606126915</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.46059824258486</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2812826377108415</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3094195985432635</td></tr>
<tr><td colspan=3>efc</td><td>0.4641</td></tr>
<tr><td colspan=3>fber</td><td>6355.2144</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12085579203522018</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.910284463894968</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.646588302249392</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5847629383744493</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.889657567468831</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.465344400904896</td></tr>
<tr><td colspan=3>gcor</td><td>0.00841156</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009737769141793251</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025875382125377655</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.638868607961118</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.3422</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.0335</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.5626</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301268.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>703.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.8481</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.771</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.514</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3246.1394</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3485.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75276.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>907.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4324.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>957.7089</td></tr>
<tr><td colspan=3>tsnr</td><td>29.984584168531</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>