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

616 lines
No EOL
110 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-02/func/sub-0091_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>f6869d1acd41c73d3609af36a648efa2</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>18:46:31.382500</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.999764, 0.0138395, 0.016766, -0.00959738, 0.972948, -0.230825]</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.120521</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>[4141, -7701, -7225, 557, -62, -156, -101, 83]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9f59b998-7ca2-4ecb-b637-20fba0d09f20||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.6822926998138428, -0.02574906498193741, 0.05266882851719856, 112.7123031616211], [-0.03713040426373482, 2.6103482246398926, -0.6226456761360168, -74.4144515991211], [0.04498201608657837, 0.6192865371704102, 2.626697301864624, -87.26700592041016], [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': ['184631.382500', '184631.842500', '184632.302500', '184632.762500', '184633.222500', '184633.682500', '184634.142500', '184634.602500', '184635.062500', '184635.522500', '184635.982500', '184636.442500', '184636.902500', '184637.362500', '184637.822500', '184638.282500', '184638.742500', '184639.202500', '184639.662500', '184640.122500', '184640.582500', '184641.042500', '184641.502500', '184641.962500', '184642.422500', '184642.882500', '184643.342500', '184643.802500', '184644.262500', '184644.722500', '184645.182500', '184645.642500', '184646.102500', '184646.562500', '184647.022500', '184647.482500', '184647.942500', '184648.402500', '184648.862500', '184649.322500', '184649.782500', '184650.242500', '184650.702500', '184651.162500', '184651.622500', '184652.082500', '184652.542500', '184653.002500', '184653.462500', '184653.922500', '184654.382500', '184654.842500', '184655.302500', '184655.762500', '184656.222500', '184656.682500', '184657.142500', '184657.602500', '184658.062500', '184658.522500', '184658.982500', '184659.442500', '184659.902500', '184700.362500', '184700.822500', '184701.282500', '184701.742500', '184702.202500', '184702.662500', '184703.122500', '184703.582500', '184704.042500', '184704.502500', '184704.962500', '184705.422500', '184705.882500', '184706.342500', '184706.802500', '184707.262500', '184707.722500', '184708.182500', '184708.642500', '184709.102500', '184709.562500', '184710.022500', '184710.482500', '184710.942500', '184711.402500', '184711.862500', '184712.322500', '184712.782500', '184713.242500', '184713.702500', '184714.162500', '184714.622500', '184715.082500', '184715.542500', '184716.002500', '184716.462500', '184716.922500', '184717.382500', '184717.842500', '184718.302500', '184718.762500', '184719.222500', '184719.682500', '184720.142500', '184720.602500', '184721.062500', '184721.522500', '184721.982500', '184722.442500', '184722.902500', '184723.362500', '184723.822500', '184724.282500', '184724.742500', '184725.202500', '184725.662500', '184726.122500', '184726.582500', '184727.042500', '184727.502500', '184727.962500', '184728.422500', '184728.882500', '184729.342500', '184729.802500', '184730.262500', '184730.722500', '184731.182500', '184731.642500', '184732.102500', '184732.562500', '184733.022500', '184733.482500', '184733.942500', '184734.402500', '184734.862500', '184735.322500', '184735.782500', '184736.242500', '184736.702500', '184737.162500', '184737.622500', '184738.082500', '184738.542500', '184739.002500', '184739.462500', '184739.922500', '184740.382500', '184740.842500', '184741.302500', '184741.762500', '184742.222500', '184742.682500', '184743.142500', '184743.602500', '184744.062500', '184744.522500', '184744.982500', '184745.442500', '184745.902500', '184746.362500', '184746.822500', '184747.282500', '184747.742500', '184748.202500', '184748.662500', '184749.122500', '184749.582500', '184750.042500', '184750.502500', '184750.962500', '184751.422500', '184751.882500', '184752.342500', '184752.802500', '184753.262500', '184753.722500', '184754.182500', '184754.642500', '184755.102500', '184755.562500', '184756.022500', '184756.482500', '184756.942500', '184757.402500', '184757.862500', '184758.322500', '184758.782500', '184759.242500', '184759.702500', '184800.162500', '184800.622500', '184801.082500', '184801.542500', '184802.002500', '184802.462500', '184802.922500', '184803.382500', '184803.842500', '184804.302500', '184804.762500', '184805.222500', '184805.682500', '184806.142500', '184806.602500', '184807.062500', '184807.522500', '184807.982500', '184808.442500', '184808.902500', '184809.362500', '184809.822500', '184810.282500', '184810.742500', '184811.202500', '184811.662500', '184812.122500', '184812.582500', '184813.042500', '184813.502500', '184813.962500', '184814.422500', '184814.882500', '184815.342500', '184815.802500', '184816.262500', '184816.722500', '184817.182500', '184817.642500', '184818.102500', '184818.562500', '184819.022500', '184819.482500', '184819.942500', '184820.402500', '184820.862500', '184821.322500', '184821.782500', '184822.242500', '184822.702500', '184823.162500', '184823.622500', '184824.082500', '184824.542500', '184825.002500', '184825.462500', '184825.922500', '184826.382500', '184826.842500', '184827.302500', '184827.762500', '184828.222500', '184828.682500', '184829.142500', '184829.602500', '184830.062500', '184830.522500', '184830.982500', '184831.442500', '184831.902500', '184832.362500', '184832.822500', '184833.282500', '184833.742500', '184834.202500', '184834.662500', '184835.122500', '184835.582500', '184836.042500', '184836.502500', '184836.962500', '184837.422500', '184837.882500', '184838.342500', '184838.802500', '184839.262500', '184839.722500', '184840.182500', '184840.642500', '184841.102500', '184841.562500', '184842.022500', '184842.482500', '184842.942500', '184843.402500', '184843.862500', '184844.322500', '184844.782500', '184845.242500', '184845.702500', '184846.162500', '184846.622500', '184847.082500', '184847.542500', '184848.002500', '184848.462500', '184848.922500', '184849.382500', '184849.842500', '184850.302500', '184850.762500', '184851.222500', '184851.682500', '184852.142500', '184852.602500', '184853.062500', '184853.522500', '184853.982500', '184854.442500', '184854.902500', '184855.362500', '184855.822500', '184856.282500', '184856.742500', '184857.202500', '184857.662500', '184858.122500', '184858.582500', '184859.042500', '184859.502500', '184859.962500', '184900.422500', '184900.882500', '184901.342500', '184901.802500', '184902.262500', '184902.722500', '184903.182500', '184903.642500', '184904.102500', '184904.562500', '184905.022500', '184905.482500', '184905.942500', '184906.402500', '184906.862500', '184907.322500', '184907.782500', '184908.242500', '184908.702500', '184909.162500', '184909.622500', '184910.082500', '184910.542500', '184911.002500', '184911.462500', '184911.922500', '184912.382500', '184912.842500', '184913.302500', '184913.762500', '184914.222500', '184914.682500', '184915.142500', '184915.602500', '184916.062500', '184916.522500', '184916.982500', '184917.442500', '184917.902500', '184918.362500', '184918.822500', '184919.282500', '184919.742500', '184920.202500', '184920.662500', '184921.122500', '184921.582500', '184922.042500', '184922.502500', '184922.962500', '184923.422500', '184923.882500', '184924.342500', '184924.802500', '184925.262500', '184925.722500', '184926.182500', '184926.642500', '184927.102500', '184927.562500', '184928.022500', '184928.482500', '184928.942500', '184929.402500', '184929.862500', '184930.322500', '184930.782500', '184931.242500', '184931.702500', '184932.162500', '184932.622500', '184933.082500', '184933.542500', '184934.002500', '184934.462500', '184934.922500', '184935.382500', '184935.842500', '184936.302500', '184936.762500', '184937.222500', '184937.682500', '184938.142500', '184938.602500', '184939.062500', '184939.522500', '184939.982500', '184940.442500', '184940.902500', '184941.362500', '184941.822500', '184942.282500', '184942.742500', '184943.202500', '184943.662500', '184944.122500', '184944.582500', '184945.042500', '184945.502500', '184945.962500', '184946.422500', '184946.882500', '184947.342500', '184947.802500', '184948.262500', '184948.722500', '184949.182500', '184949.642500', '184950.102500', '184950.562500', '184951.022500', '184951.482500', '184951.942500', '184952.402500', '184952.862500', '184953.322500', '184953.782500', '184954.242500', '184954.702500', '184955.162500', '184955.622500', '184956.082500', '184956.542500', '184957.002500', '184957.462500', '184957.922500', '184958.382500', '184958.842500', '184959.302500', '184959.762500', '185000.222500', '185000.682500', '185001.142500', '185001.602500', '185002.062500', '185002.522500', '185002.982500', '185003.442500', '185003.902500', '185004.362500', '185004.822500', '185005.282500', '185005.742500', '185006.202500', '185006.662500', '185007.122500', '185007.582500', '185008.042500', '185008.502500', '185008.962500', '185009.422500', '185009.882500', '185010.342500', '185010.802500', '185011.262500', '185011.722500', '185012.182500', '185012.642500', '185013.102500', '185013.562500', '185014.022500', '185014.482500', '185014.942500', '185015.402500', '185015.862500', '185016.322500', '185016.782500', '185017.242500', '185017.702500', '185018.162500', '185018.622500', '185019.082500', '185019.542500', '185020.002500', '185020.462500', '185020.922500', '185021.382500', '185021.842500', '185022.302500', '185022.762500', '185023.222500', '185023.682500', '185024.142500', '185024.602500', '185025.062500', '185025.522500', '185025.982500', '185026.442500', '185026.902500', '185027.362500', '185027.822500', '185028.282500', '185028.742500', '185029.202500', '185029.662500', '185030.122500', '185030.582500', '185031.042500', '185031.502500', '185031.962500', '185032.422500', '185032.882500', '185033.342500', '185033.802500', '185034.262500', '185034.722500', '185035.182500', '185035.642500', '185036.102500', '185036.562500', '185037.022500', '185037.482500', '185037.942500', '185038.402500', '185038.862500', '185039.322500', '185039.782500', '185040.242500', '185040.702500', '185041.162500', '185041.622500', '185042.082500', '185042.542500', '185043.002500', '185043.462500', '185043.922500', '185044.382500', '185044.842500', '185045.302500', '185045.762500', '185046.222500', '185046.682500', '185047.142500', '185047.602500', '185048.062500', '185048.522500', '185048.982500', '185049.442500', '185049.902500', '185050.362500', '185050.822500', '185051.282500', '185051.742500', '185052.202500', '185052.662500', '185053.122500', '185053.582500', '185054.042500', '185054.502500', '185054.962500', '185055.422500', '185055.882500', '185056.342500', '185056.802500', '185057.262500', '185057.722500', '185058.182500', '185058.642500', '185059.102500', '185059.562500', '185100.022500', '185100.482500', '185100.942500', '185101.402500', '185101.862500', '185102.322500', '185102.782500', '185103.242500', '185103.702500', '185104.162500', '185104.622500', '185105.082500', '185105.542500', '185106.002500', '185106.462500', '185106.922500', '185107.382500', '185107.842500', '185108.302500', '185108.762500', '185109.222500', '185109.682500', '185110.142500', '185110.602500', '185111.062500', '185111.522500', '185111.982500', '185112.442500', '185112.902500', '185113.362500', '185113.822500', '185114.282500', '185114.742500', '185115.202500', '185115.662500', '185116.122500', '185116.582500', '185117.042500', '185117.502500', '185117.962500', '185118.422500', '185118.882500', '185119.342500', '185119.802500', '185120.262500', '185120.722500', '185121.182500', '185121.642500', '185122.102500', '185122.562500', '185123.022500', '185123.482500', '185123.942500', '185124.402500', '185124.862500', '185125.322500', '185125.782500', '185126.242500', '185126.702500', '185127.162500', '185127.622500', '185128.082500', '185128.542500', '185129.002500', '185129.462500', '185129.922500', '185130.382500', '185130.842500', '185131.302500', '185131.762500', '185132.222500', '185132.682500', '185133.142500', '185133.602500', '185134.062500', '185134.522500', '185134.982500', '185135.442500', '185135.902500', '185136.362500', '185136.822500', '185137.282500', '185137.742500', '185138.202500', '185138.662500', '185139.122500', '185139.582500', '185140.042500', '185140.502500', '185140.962500', '185141.422500', '185141.882500', '185142.342500', '185142.802500', '185143.262500', '185143.722500', '185144.182500', '185144.642500', '185145.102500', '185145.562500', '185146.022500', '185146.482500', '185146.942500', '185147.402500', '185147.862500', '185148.322500', '185148.782500', '185149.242500', '185149.702500', '185150.162500', '185150.622500', '185151.082500', '185151.542500', '185152.002500', '185152.462500', '185152.922500', '185153.382500', '185153.842500', '185154.302500', '185154.762500', '185155.222500', '185155.682500', '185156.142500', '185156.602500', '185157.062500', '185157.522500', '185157.982500', '185158.442500', '185158.902500', '185159.362500', '185159.822500', '185200.282500', '185200.742500', '185201.202500', '185201.662500', '185202.122500', '185202.582500', '185203.042500', '185203.502500', '185203.962500', '185204.422500', '185204.882500', '185205.342500', '185205.802500', '185206.262500', '185206.722500', '185207.182500', '185207.642500', '185208.102500', '185208.562500', '185209.022500', '185209.482500', '185209.942500', '185210.402500', '185210.862500', '185211.322500', '185211.782500', '185212.242500', '185212.702500', '185213.162500', '185213.622500', '185214.082500', '185214.542500', '185215.002500', '185215.462500', '185215.922500', '185216.382500', '185216.842500', '185217.302500', '185217.762500', '185218.222500', '185218.682500', '185219.142500', '185219.602500', '185220.062500', '185220.522500', '185220.982500', '185221.442500', '185221.902500', '185222.362500', '185222.822500', '185223.282500', '185223.742500', '185224.202500', '185224.662500', '185225.122500', '185225.582500', '185226.042500', '185226.502500', '185226.962500', '185227.422500', '185227.882500', '185228.342500', '185228.802500', '185229.262500', '185229.722500', '185230.182500', '185230.642500', '185231.102500', '185231.562500', '185232.022500', '185232.482500', '185232.942500', '185233.402500', '185233.862500', '185234.322500', '185234.782500', '185235.242500', '185235.702500', '185236.162500', '185236.622500', '185237.082500', '185237.542500', '185238.002500', '185238.462500', '185238.922500', '185239.382500', '185239.842500', '185240.302500', '185240.762500', '185241.222500', '185241.682500', '185242.142500', '185242.602500', '185243.062500', '185243.522500', '185243.982500', '185244.442500', '185244.902500', '185245.362500', '185245.822500', '185246.282500', '185246.742500', '185247.202500', '185247.662500', '185248.122500', '185248.582500', '185249.042500', '185249.502500', '185249.962500', '185250.422500', '185250.882500', '185251.342500', '185251.802500', '185252.262500', '185252.722500', '185253.182500', '185253.642500', '185254.102500', '185254.562500', '185255.022500', '185255.482500', '185255.942500', '185256.402500', '185256.862500', '185257.322500', '185257.782500', '185258.242500', '185258.702500', '185259.162500', '185259.622500', '185300.082500', '185300.542500', '185301.002500', '185301.462500', '185301.922500', '185302.382500', '185302.842500', '185303.302500', '185303.762500', '185304.222500', '185304.682500', '185305.142500', '185305.602500', '185306.062500', '185306.522500', '185306.982500', '185307.442500', '185307.902500', '185308.362500', '185308.822500', '185309.282500', '185309.742500', '185310.202500', '185310.662500', '185311.122500', '185311.582500', '185312.042500', '185312.502500', '185312.962500', '185313.422500', '185313.882500', '185314.342500', '185314.802500', '185315.262500', '185315.722500', '185316.182500', '185316.642500', '185317.102500', '185317.562500', '185318.022500', '185318.482500', '185318.942500', '185319.402500', '185319.862500', '185320.322500', '185320.782500', '185321.242500', '185321.702500', '185322.162500', '185322.622500', '185323.082500', '185323.542500', '185324.002500', '185324.462500', '185324.922500', '185325.382500', '185325.842500', '185326.302500', '185326.762500', '185327.222500', '185327.682500', '185328.142500', '185328.602500', '185329.062500', '185329.522500', '185329.982500', '185330.442500', '185330.902500', '185331.362500'], 'ContentTime': ['184650.602000', '184650.605000', '184650.608000', '184650.611000', '184650.614000', '184650.616000', '184650.619000', '184650.621000', '184650.624000', '184650.627000', '184650.629000', '184650.632000', '184650.634000', '184650.638000', '184650.641000', '184650.644000', '184650.646000', '184650.649000', '184650.652000', '184650.662000', '184650.664000', '184650.667000', '184650.670000', '184650.672000', '184650.675000', '184650.677000', '184650.680000', '184650.683000', '184650.691000', '184650.694000', '184650.697000', '184650.699000', '184650.702000', '184650.705000', '184650.707000', '184650.710000', '184650.713000', '184650.715000', '184710.562000', '184710.565000', '184710.568000', '184710.571000', '184710.573000', '184710.576000', '184710.579000', '184710.581000', '184710.584000', '184710.586000', '184710.589000', '184710.592000', '184710.594000', '184710.597000', '184710.600000', '184710.602000', '184710.605000', '184710.607000', '184710.610000', '184710.612000', '184710.615000', '184710.617000', '184710.620000', '184710.623000', '184710.625000', '184710.628000', '184710.630000', '184710.633000', '184710.635000', '184710.638000', '184710.641000', '184710.643000', '184710.646000', '184710.649000', '184710.651000', '184710.654000', '184710.656000', '184710.659000', '184710.661000', '184710.664000', '184710.667000', '184710.669000', '184710.672000', '184710.674000', '184730.561000', '184730.564000', '184730.567000', '184730.570000', '184730.572000', '184730.575000', '184730.578000', '184730.580000', '184730.583000', '184730.586000', '184730.588000', '184730.591000', '184730.594000', '184730.596000', '184730.599000', '184730.601000', '184730.604000', '184730.607000', '184730.609000', '184730.612000', '184730.615000', '184730.617000', '184730.620000', '184730.622000', '184730.625000', '184730.628000', '184730.630000', '184730.633000', '184730.635000', '184730.638000', '184730.641000', '184730.643000', '184730.646000', '184730.648000', '184730.651000', '184730.654000', '184730.657000', '184730.660000', '184730.663000', '184730.665000', '184730.668000', '184730.671000', '184730.674000', '184750.561000', '184750.584000', '184750.586000', '184750.589000', '184750.592000', '184750.595000', '184750.597000', '184750.600000', '184750.603000', '184750.605000', '184750.608000', '184750.610000', '184750.613000', '184750.616000', '184750.618000', '184750.621000', '184750.624000', '184750.626000', '184750.629000', '184750.632000', '184750.634000', '184750.637000', '184750.640000', '184750.642000', '184750.645000', '184750.647000', '184750.650000', '184750.653000', '184750.655000', '184750.658000', '184750.661000', '184750.663000', '184750.666000', '184750.668000', '184750.671000', '184750.673000', '184750.676000', '184750.679000', '184750.681000', '184750.684000', '184750.686000', '184750.689000', '184750.692000', '184750.694000', '184810.562000', '184810.564000', '184810.567000', '184810.570000', '184810.572000', '184810.575000', '184810.586000', '184810.589000', '184810.591000', '184810.594000', '184810.596000', '184810.599000', '184810.602000', '184810.604000', '184810.607000', '184810.610000', '184810.612000', '184810.615000', '184810.617000', '184810.620000', '184810.623000', '184810.625000', '184810.628000', '184810.630000', '184810.633000', '184810.636000', '184810.638000', '184810.641000', '184810.644000', '184810.646000', '184810.649000', '184810.652000', '184810.655000', '184810.658000', '184810.660000', '184810.663000', '184810.666000', '184810.668000', '184810.671000', '184810.674000', '184810.676000', '184810.689000', '184810.692000', '184830.562000', '184830.564000', '184830.567000', '184830.570000', '184830.573000', '184830.575000', '184830.578000', '184830.581000', '184830.583000', '184830.586000', '184830.588000', '184830.591000', '184830.594000', '184830.596000', '184830.599000', '184830.602000', '184830.604000', '184830.607000', '184830.610000', '184830.612000', '184830.615000', '184830.617000', '184830.620000', '184830.623000', '184830.625000', '184830.628000', '184830.631000', '184830.633000', '184830.636000', '184830.638000', '184830.641000', '184830.644000', '184830.646000', '184830.649000', '184830.652000', '184830.654000', '184830.657000', '184830.660000', '184830.662000', '184830.665000', '184830.667000', '184830.670000', '184830.673000', '184830.676000', '184850.561000', '184850.564000', '184850.567000', '184850.570000', '184850.572000', '184850.575000', '184850.578000', '184850.580000', '184850.583000', '184850.586000', '184850.588000', '184850.591000', '184850.594000', '184850.596000', '184850.599000', '184850.602000', '184850.604000', '184850.607000', '184850.610000', '184850.612000', '184850.615000', '184850.618000', '184850.620000', '184850.623000', '184850.625000', '184850.628000', '184850.631000', '184850.633000', '184850.636000', '184850.639000', '184850.641000', '184850.644000', '184850.646000', '184850.649000', '184850.652000', '184850.654000', '184850.657000', '184850.660000', '184850.662000', '184850.665000', '184850.667000', '184850.670000', '184850.673000', '184910.562000', '184910.564000', '184910.567000', '184910.570000', '184910.573000', '184910.575000', '184910.578000', '184910.581000', '184910.583000', '184910.586000', '184910.589000', '184910.591000', '184910.594000', '184910.596000', '184910.599000', '184910.602000', '184910.605000', '184910.607000', '184910.610000', '184910.612000', '184910.615000', '184910.618000', '184910.620000', '184910.623000', '184910.626000', '184910.628000', '184910.631000', '184910.634000', '184910.636000', '184910.639000', '184910.641000', '184910.644000', '184910.647000', '184910.649000', '184910.652000', '184910.655000', '184910.657000', '184910.660000', '184910.662000', '184910.665000', '184910.677000', '184910.680000', '184910.683000', '184910.685000', '184930.562000', '184930.564000', '184930.567000', '184930.570000', '184930.572000', '184930.575000', '184930.578000', '184930.580000', '184930.583000', '184930.586000', '184930.588000', '184930.591000', '184930.594000', '184930.596000', '184930.599000', '184930.602000', '184930.604000', '184930.607000', '184930.610000', '184930.613000', '184930.615000', '184930.618000', '184930.620000', '184930.623000', '184930.626000', '184930.628000', '184930.631000', '184930.634000', '184930.636000', '184930.639000', '184930.642000', '184930.644000', '184930.647000', '184930.649000', '184930.652000', '184930.655000', '184930.657000', '184930.660000', '184930.662000', '184930.665000', '184930.668000', '184930.670000', '184930.673000', '184950.562000', '184950.564000', '184950.567000', '184950.570000', '184950.572000', '184950.575000', '184950.578000', '184950.580000', '184950.583000', '184950.586000', '184950.588000', '184950.591000', '184950.594000', '184950.596000', '184950.599000', '184950.601000', '184950.604000', '184950.607000', '184950.610000', '184950.612000', '184950.615000', '184950.618000', '184950.620000', '184950.623000', '184950.626000', '184950.628000', '184950.631000', '184950.633000', '184950.636000', '184950.639000', '184950.641000', '184950.644000', '184950.647000', '184950.649000', '184950.652000', '184950.654000', '184950.657000', '184950.660000', '184950.662000', '184950.665000', '184950.668000', '184950.670000', '184950.673000', '184950.675000', '185010.562000', '185010.564000', '185010.567000', '185010.570000', '185010.573000', '185010.575000', '185010.578000', '185010.581000', '185010.583000', '185010.586000', '185010.589000', '185010.592000', '185010.594000', '185010.597000', '185010.599000', '185010.602000', '185010.605000', '185010.607000', '185010.610000', '185010.612000', '185010.615000', '185010.617000', '185010.620000', '185010.623000', '185010.625000', '185010.628000', '185010.631000', '185010.633000', '185010.636000', '185010.638000', '185010.641000', '185010.644000', '185010.646000', '185010.649000', '185010.651000', '185010.654000', '185010.657000', '185010.659000', '185010.671000', '185010.674000', '185010.676000', '185010.679000', '185010.682000', '185030.561000', '185030.564000', '185030.567000', '185030.570000', '185030.572000', '185030.575000', '185030.577000', '185030.580000', '185030.583000', '185030.585000', '185030.588000', '185030.591000', '185030.594000', '185030.596000', '185030.599000', '185030.602000', '185030.608000', '185030.611000', '185030.614000', '185030.616000', '185030.619000', '185030.621000', '185030.624000', '185030.627000', '185030.630000', '185030.632000', '185030.635000', '185030.638000', '185030.640000', '185030.643000', '185030.645000', '185030.648000', '185030.651000', '185030.653000', '185030.656000', '185030.659000', '185030.661000', '185030.664000', '185030.666000', '185030.669000', '185030.672000', '185030.674000', '185030.677000', '185030.680000', '185050.561000', '185050.565000', '185050.567000', '185050.570000', '185050.573000', '185050.575000', '185050.578000', '185050.581000', '185050.583000', '185050.586000', '185050.589000', '185050.592000', '185050.594000', '185050.597000', '185050.600000', '185050.602000', '185050.605000', '185050.608000', '185050.610000', '185050.613000', '185050.615000', '185050.629000', '185050.632000', '185050.634000', '185050.637000', '185050.639000', '185050.642000', '185050.645000', '185050.647000', '185050.650000', '185050.653000', '185050.655000', '185050.658000', '185050.661000', '185050.663000', '185050.666000', '185050.669000', '185050.671000', '185050.674000', '185050.677000', '185050.679000', '185050.682000', '185050.685000', '185110.561000', '185110.564000', '185110.567000', '185110.570000', '185110.572000', '185110.575000', '185110.578000', '185110.580000', '185110.583000', '185110.586000', '185110.588000', '185110.591000', '185110.594000', '185110.596000', '185110.599000', '185110.602000', '185110.604000', '185110.607000', '185110.609000', '185110.612000', '185110.615000', '185110.617000', '185110.620000', '185110.623000', '185110.625000', '185110.628000', '185110.631000', '185110.633000', '185110.636000', '185110.638000', '185110.641000', '185110.644000', '185110.646000', '185110.649000', '185110.652000', '185110.654000', '185110.657000', '185110.660000', '185110.662000', '185110.665000', '185110.667000', '185110.670000', '185110.673000', '185110.675000', '185130.562000', '185130.564000', '185130.567000', '185130.570000', '185130.573000', '185130.576000', '185130.578000', '185130.581000', '185130.584000', '185130.587000', '185130.589000', '185130.592000', '185130.595000', '185130.598000', '185130.600000', '185130.603000', '185130.606000', '185130.608000', '185130.611000', '185130.614000', '185130.616000', '185130.619000', '185130.622000', '185130.624000', '185130.627000', '185130.630000', '185130.632000', '185130.635000', '185130.638000', '185130.640000', '185130.643000', '185130.645000', '185130.648000', '185130.651000', '185130.653000', '185130.656000', '185130.659000', '185130.661000', '185130.664000', '185130.667000', '185130.669000', '185130.672000', '185130.674000', '185150.561000', '185150.564000', '185150.567000', '185150.570000', '185150.572000', '185150.575000', '185150.578000', '185150.580000', '185150.583000', '185150.586000', '185150.588000', '185150.591000', '185150.594000', '185150.596000', '185150.599000', '185150.602000', '185150.604000', '185150.607000', '185150.610000', '185150.612000', '185150.615000', '185150.618000', '185150.620000', '185150.623000', '185150.625000', '185150.628000', '185150.631000', '185150.634000', '185150.636000', '185150.639000', '185150.642000', '185150.644000', '185150.647000', '185150.650000', '185150.652000', '185150.655000', '185150.658000', '185150.660000', '185150.663000', '185150.666000', '185150.668000', '185150.671000', '185150.674000', '185210.562000', '185210.565000', '185210.567000', '185210.570000', '185210.573000', '185210.575000', '185210.578000', '185210.580000', '185210.583000', '185210.586000', '185210.588000', '185210.591000', '185210.594000', '185210.596000', '185210.599000', '185210.601000', '185210.604000', '185210.607000', '185210.609000', '185210.612000', '185210.614000', '185210.617000', '185210.620000', '185210.622000', '185210.625000', '185210.627000', '185210.630000', '185210.633000', '185210.635000', '185210.638000', '185210.641000', '185210.643000', '185210.646000', '185210.648000', '185210.651000', '185210.654000', '185210.656000', '185210.659000', '185210.661000', '185210.664000', '185210.667000', '185210.669000', '185210.672000', '185210.674000', '185230.562000', '185230.564000', '185230.567000', '185230.570000', '185230.574000', '185230.578000', '185230.581000', '185230.584000', '185230.587000', '185230.589000', '185230.592000', '185230.594000', '185230.597000', '185230.600000', '185230.602000', '185230.605000', '185230.608000', '185230.611000', '185230.613000', '185230.616000', '185230.618000', '185230.621000', '185230.624000', '185230.626000', '185230.629000', '185230.632000', '185230.634000', '185230.637000', '185230.640000', '185230.642000', '185230.645000', '185230.647000', '185230.650000', '185230.653000', '185230.655000', '185230.658000', '185230.661000', '185230.663000', '185230.666000', '185230.668000', '185230.671000', '185230.674000', '185230.676000', '185250.561000', '185250.564000', '185250.567000', '185250.570000', '185250.573000', '185250.575000', '185250.578000', '185250.580000', '185250.583000', '185250.586000', '185250.588000', '185250.591000', '185250.594000', '185250.596000', '185250.599000', '185250.602000', '185250.604000', '185250.607000', '185250.609000', '185250.612000', '185250.615000', '185250.617000', '185250.620000', '185250.623000', '185250.625000', '185250.628000', '185250.630000', '185250.633000', '185250.636000', '185250.638000', '185250.641000', '185250.644000', '185250.646000', '185250.649000', '185250.651000', '185250.654000', '185250.657000', '185250.659000', '185250.662000', '185250.665000', '185250.667000', '185250.670000', '185250.672000', '185250.675000', '185310.562000', '185310.565000', '185310.567000', '185310.570000', '185310.574000', '185310.577000', '185310.580000', '185310.582000', '185310.585000', '185310.587000', '185310.590000', '185310.593000', '185310.596000', '185310.598000', '185310.601000', '185310.603000', '185310.606000', '185310.609000', '185310.611000', '185310.614000', '185310.617000', '185310.619000', '185310.622000', '185310.624000', '185310.627000', '185310.630000', '185310.632000', '185310.635000', '185310.637000', '185310.640000', '185310.643000', '185310.645000', '185310.648000', '185310.650000', '185310.653000', '185310.656000', '185310.658000', '185310.661000', '185310.663000', '185310.666000', '185310.669000', '185310.671000', '185310.674000', '185330.562000', '185330.565000', '185330.568000', '185330.570000', '185330.573000', '185330.575000', '185330.578000', '185330.581000', '185330.583000', '185330.586000', '185330.589000', '185330.592000', '185330.594000', '185330.597000', '185330.600000', '185330.602000', '185330.605000', '185330.607000', '185330.610000', '185330.613000', '185330.615000', '185330.618000', '185330.621000', '185330.623000', '185330.626000', '185330.629000', '185330.631000', '185330.634000', '185330.637000', '185330.639000', '185330.642000', '185330.645000', '185330.647000', '185330.650000', '185330.652000', '185330.655000', '185330.658000', '185330.660000', '185330.663000', '185330.666000', '185330.668000', '185330.671000', '185330.674000', '185330.676000', '185333.068000', '185333.071000', '185333.074000', '185333.076000', '185333.079000', '185333.082000'], 'InstanceCreationTime': ['184650.602000', '184650.605000', '184650.608000', '184650.611000', '184650.614000', '184650.616000', '184650.619000', '184650.621000', '184650.624000', '184650.627000', '184650.629000', '184650.632000', '184650.634000', '184650.638000', '184650.641000', '184650.644000', '184650.646000', '184650.649000', '184650.652000', '184650.662000', '184650.664000', '184650.667000', '184650.670000', '184650.672000', '184650.675000', '184650.677000', '184650.680000', '184650.683000', '184650.691000', '184650.694000', '184650.697000', '184650.699000', '184650.702000', '184650.705000', '184650.707000', '184650.710000', '184650.713000', '184650.715000', '184710.562000', '184710.565000', '184710.568000', '184710.571000', '184710.573000', '184710.576000', '184710.579000', '184710.581000', '184710.584000', '184710.586000', '184710.589000', '184710.592000', '184710.594000', '184710.597000', '184710.600000', '184710.602000', '184710.605000', '184710.607000', '184710.610000', '184710.612000', '184710.615000', '184710.617000', '184710.620000', '184710.623000', '184710.625000', '184710.628000', '184710.630000', '184710.633000', '184710.635000', '184710.638000', '184710.641000', '184710.643000', '184710.646000', '184710.649000', '184710.651000', '184710.654000', '184710.656000', '184710.659000', '184710.661000', '184710.664000', '184710.667000', '184710.669000', '184710.672000', '184710.674000', '184730.561000', '184730.564000', '184730.567000', '184730.570000', '184730.572000', '184730.575000', '184730.578000', '184730.580000', '184730.583000', '184730.586000', '184730.588000', '184730.591000', '184730.594000', '184730.596000', '184730.599000', '184730.601000', '184730.604000', '184730.607000', '184730.609000', '184730.612000', '184730.615000', '184730.617000', '184730.620000', '184730.622000', '184730.625000', '184730.628000', '184730.630000', '184730.633000', '184730.635000', '184730.638000', '184730.641000', '184730.643000', '184730.646000', '184730.648000', '184730.651000', '184730.654000', '184730.657000', '184730.660000', '184730.663000', '184730.665000', '184730.668000', '184730.671000', '184730.674000', '184750.561000', '184750.584000', '184750.586000', '184750.589000', '184750.592000', '184750.595000', '184750.597000', '184750.600000', '184750.603000', '184750.605000', '184750.608000', '184750.610000', '184750.613000', '184750.616000', '184750.618000', '184750.621000', '184750.624000', '184750.626000', '184750.629000', '184750.632000', '184750.634000', '184750.637000', '184750.640000', '184750.642000', '184750.645000', '184750.647000', '184750.650000', '184750.653000', '184750.655000', '184750.658000', '184750.661000', '184750.663000', '184750.666000', '184750.668000', '184750.671000', '184750.673000', '184750.676000', '184750.679000', '184750.681000', '184750.684000', '184750.686000', '184750.689000', '184750.692000', '184750.694000', '184810.562000', '184810.564000', '184810.567000', '184810.570000', '184810.572000', '184810.575000', '184810.586000', '184810.589000', '184810.591000', '184810.594000', '184810.596000', '184810.599000', '184810.602000', '184810.604000', '184810.607000', '184810.610000', '184810.612000', '184810.615000', '184810.617000', '184810.620000', '184810.623000', '184810.625000', '184810.628000', '184810.630000', '184810.633000', '184810.636000', '184810.638000', '184810.641000', '184810.644000', '184810.646000', '184810.649000', '184810.652000', '184810.655000', '184810.658000', '184810.660000', '184810.663000', '184810.666000', '184810.668000', '184810.671000', '184810.674000', '184810.676000', '184810.689000', '184810.692000', '184830.562000', '184830.564000', '184830.567000', '184830.570000', '184830.573000', '184830.575000', '184830.578000', '184830.581000', '184830.583000', '184830.586000', '184830.588000', '184830.591000', '184830.594000', '184830.596000', '184830.599000', '184830.602000', '184830.604000', '184830.607000', '184830.610000', '184830.612000', '184830.615000', '184830.617000', '184830.620000', '184830.623000', '184830.625000', '184830.628000', '184830.631000', '184830.633000', '184830.636000', '184830.638000', '184830.641000', '184830.644000', '184830.646000', '184830.649000', '184830.652000', '184830.654000', '184830.657000', '184830.660000', '184830.662000', '184830.665000', '184830.667000', '184830.670000', '184830.673000', '184830.676000', '184850.561000', '184850.564000', '184850.567000', '184850.570000', '184850.572000', '184850.575000', '184850.578000', '184850.580000', '184850.583000', '184850.586000', '184850.588000', '184850.591000', '184850.594000', '184850.596000', '184850.599000', '184850.602000', '184850.604000', '184850.607000', '184850.610000', '184850.612000', '184850.615000', '184850.618000', '184850.620000', '184850.623000', '184850.625000', '184850.628000', '184850.631000', '184850.633000', '184850.636000', '184850.639000', '184850.641000', '184850.644000', '184850.646000', '184850.649000', '184850.652000', '184850.654000', '184850.657000', '184850.660000', '184850.662000', '184850.665000', '184850.667000', '184850.670000', '184850.673000', '184910.562000', '184910.564000', '184910.567000', '184910.570000', '184910.573000', '184910.575000', '184910.578000', '184910.581000', '184910.583000', '184910.586000', '184910.589000', '184910.591000', '184910.594000', '184910.596000', '184910.599000', '184910.602000', '184910.605000', '184910.607000', '184910.610000', '184910.612000', '184910.615000', '184910.618000', '184910.620000', '184910.623000', '184910.626000', '184910.628000', '184910.631000', '184910.634000', '184910.636000', '184910.639000', '184910.641000', '184910.644000', '184910.647000', '184910.649000', '184910.652000', '184910.655000', '184910.657000', '184910.660000', '184910.662000', '184910.665000', '184910.677000', '184910.680000', '184910.683000', '184910.685000', '184930.562000', '184930.564000', '184930.567000', '184930.570000', '184930.572000', '184930.575000', '184930.578000', '184930.580000', '184930.583000', '184930.586000', '184930.588000', '184930.591000', '184930.594000', '184930.596000', '184930.599000', '184930.602000', '184930.604000', '184930.607000', '184930.610000', '184930.613000', '184930.615000', '184930.618000', '184930.620000', '184930.623000', '184930.626000', '184930.628000', '184930.631000', '184930.634000', '184930.636000', '184930.639000', '184930.642000', '184930.644000', '184930.647000', '184930.649000', '184930.652000', '184930.655000', '184930.657000', '184930.660000', '184930.662000', '184930.665000', '184930.668000', '184930.670000', '184930.673000', '184950.562000', '184950.564000', '184950.567000', '184950.570000', '184950.572000', '184950.575000', '184950.578000', '184950.580000', '184950.583000', '184950.586000', '184950.588000', '184950.591000', '184950.594000', '184950.596000', '184950.599000', '184950.601000', '184950.604000', '184950.607000', '184950.610000', '184950.612000', '184950.615000', '184950.618000', '184950.620000', '184950.623000', '184950.626000', '184950.628000', '184950.631000', '184950.633000', '184950.636000', '184950.639000', '184950.641000', '184950.644000', '184950.647000', '184950.649000', '184950.652000', '184950.654000', '184950.657000', '184950.660000', '184950.662000', '184950.665000', '184950.668000', '184950.670000', '184950.673000', '184950.675000', '185010.562000', '185010.564000', '185010.567000', '185010.570000', '185010.573000', '185010.575000', '185010.578000', '185010.581000', '185010.583000', '185010.586000', '185010.589000', '185010.592000', '185010.594000', '185010.597000', '185010.599000', '185010.602000', '185010.605000', '185010.607000', '185010.610000', '185010.612000', '185010.615000', '185010.617000', '185010.620000', '185010.623000', '185010.625000', '185010.628000', '185010.631000', '185010.633000', '185010.636000', '185010.638000', '185010.641000', '185010.644000', '185010.646000', '185010.649000', '185010.651000', '185010.654000', '185010.657000', '185010.659000', '185010.671000', '185010.674000', '185010.676000', '185010.679000', '185010.682000', '185030.561000', '185030.564000', '185030.567000', '185030.570000', '185030.572000', '185030.575000', '185030.577000', '185030.580000', '185030.583000', '185030.585000', '185030.588000', '185030.591000', '185030.594000', '185030.596000', '185030.599000', '185030.602000', '185030.608000', '185030.611000', '185030.614000', '185030.616000', '185030.619000', '185030.621000', '185030.624000', '185030.627000', '185030.630000', '185030.632000', '185030.635000', '185030.638000', '185030.640000', '185030.643000', '185030.645000', '185030.648000', '185030.651000', '185030.653000', '185030.656000', '185030.659000', '185030.661000', '185030.664000', '185030.666000', '185030.669000', '185030.672000', '185030.674000', '185030.677000', '185030.680000', '185050.561000', '185050.565000', '185050.567000', '185050.570000', '185050.573000', '185050.575000', '185050.578000', '185050.581000', '185050.583000', '185050.586000', '185050.589000', '185050.592000', '185050.594000', '185050.597000', '185050.600000', '185050.602000', '185050.605000', '185050.608000', '185050.610000', '185050.613000', '185050.615000', '185050.629000', '185050.632000', '185050.634000', '185050.637000', '185050.639000', '185050.642000', '185050.645000', '185050.647000', '185050.650000', '185050.653000', '185050.655000', '185050.658000', '185050.661000', '185050.663000', '185050.666000', '185050.669000', '185050.671000', '185050.674000', '185050.677000', '185050.679000', '185050.682000', '185050.685000', '185110.561000', '185110.564000', '185110.567000', '185110.570000', '185110.572000', '185110.575000', '185110.578000', '185110.580000', '185110.583000', '185110.586000', '185110.588000', '185110.591000', '185110.594000', '185110.596000', '185110.599000', '185110.602000', '185110.604000', '185110.607000', '185110.609000', '185110.612000', '185110.615000', '185110.617000', '185110.620000', '185110.623000', '185110.625000', '185110.628000', '185110.631000', '185110.633000', '185110.636000', '185110.638000', '185110.641000', '185110.644000', '185110.646000', '185110.649000', '185110.652000', '185110.654000', '185110.657000', '185110.660000', '185110.662000', '185110.665000', '185110.667000', '185110.670000', '185110.673000', '185110.675000', '185130.562000', '185130.564000', '185130.567000', '185130.570000', '185130.573000', '185130.576000', '185130.578000', '185130.581000', '185130.584000', '185130.587000', '185130.589000', '185130.592000', '185130.595000', '185130.598000', '185130.600000', '185130.603000', '185130.606000', '185130.608000', '185130.611000', '185130.614000', '185130.616000', '185130.619000', '185130.622000', '185130.624000', '185130.627000', '185130.630000', '185130.632000', '185130.635000', '185130.638000', '185130.640000', '185130.643000', '185130.645000', '185130.648000', '185130.651000', '185130.653000', '185130.656000', '185130.659000', '185130.661000', '185130.664000', '185130.667000', '185130.669000', '185130.672000', '185130.674000', '185150.561000', '185150.564000', '185150.567000', '185150.570000', '185150.572000', '185150.575000', '185150.578000', '185150.580000', '185150.583000', '185150.586000', '185150.588000', '185150.591000', '185150.594000', '185150.596000', '185150.599000', '185150.602000', '185150.604000', '185150.607000', '185150.610000', '185150.612000', '185150.615000', '185150.618000', '185150.620000', '185150.623000', '185150.625000', '185150.628000', '185150.631000', '185150.634000', '185150.636000', '185150.639000', '185150.642000', '185150.644000', '185150.647000', '185150.650000', '185150.652000', '185150.655000', '185150.658000', '185150.660000', '185150.663000', '185150.666000', '185150.668000', '185150.671000', '185150.674000', '185210.562000', '185210.565000', '185210.567000', '185210.570000', '185210.573000', '185210.575000', '185210.578000', '185210.580000', '185210.583000', '185210.586000', '185210.588000', '185210.591000', '185210.594000', '185210.596000', '185210.599000', '185210.601000', '185210.604000', '185210.607000', '185210.609000', '185210.612000', '185210.614000', '185210.617000', '185210.620000', '185210.622000', '185210.625000', '185210.627000', '185210.630000', '185210.633000', '185210.635000', '185210.638000', '185210.641000', '185210.643000', '185210.646000', '185210.648000', '185210.651000', '185210.654000', '185210.656000', '185210.659000', '185210.661000', '185210.664000', '185210.667000', '185210.669000', '185210.672000', '185210.674000', '185230.562000', '185230.564000', '185230.567000', '185230.570000', '185230.574000', '185230.578000', '185230.581000', '185230.584000', '185230.587000', '185230.589000', '185230.592000', '185230.594000', '185230.597000', '185230.600000', '185230.602000', '185230.605000', '185230.608000', '185230.611000', '185230.613000', '185230.616000', '185230.618000', '185230.621000', '185230.624000', '185230.626000', '185230.629000', '185230.632000', '185230.634000', '185230.637000', '185230.640000', '185230.642000', '185230.645000', '185230.647000', '185230.650000', '185230.653000', '185230.655000', '185230.658000', '185230.661000', '185230.663000', '185230.666000', '185230.668000', '185230.671000', '185230.674000', '185230.676000', '185250.561000', '185250.564000', '185250.567000', '185250.570000', '185250.573000', '185250.575000', '185250.578000', '185250.580000', '185250.583000', '185250.586000', '185250.588000', '185250.591000', '185250.594000', '185250.596000', '185250.599000', '185250.602000', '185250.604000', '185250.607000', '185250.609000', '185250.612000', '185250.615000', '185250.617000', '185250.620000', '185250.623000', '185250.625000', '185250.628000', '185250.630000', '185250.633000', '185250.636000', '185250.638000', '185250.641000', '185250.644000', '185250.646000', '185250.649000', '185250.651000', '185250.654000', '185250.657000', '185250.659000', '185250.662000', '185250.665000', '185250.667000', '185250.670000', '185250.672000', '185250.675000', '185310.562000', '185310.565000', '185310.567000', '185310.570000', '185310.574000', '185310.577000', '185310.580000', '185310.582000', '185310.585000', '185310.587000', '185310.590000', '185310.593000', '185310.596000', '185310.598000', '185310.601000', '185310.603000', '185310.606000', '185310.609000', '185310.611000', '185310.614000', '185310.617000', '185310.619000', '185310.622000', '185310.624000', '185310.627000', '185310.630000', '185310.632000', '185310.635000', '185310.637000', '185310.640000', '185310.643000', '185310.645000', '185310.648000', '185310.650000', '185310.653000', '185310.656000', '185310.658000', '185310.661000', '185310.663000', '185310.666000', '185310.669000', '185310.671000', '185310.674000', '185330.562000', '185330.565000', '185330.568000', '185330.570000', '185330.573000', '185330.575000', '185330.578000', '185330.581000', '185330.583000', '185330.586000', '185330.589000', '185330.592000', '185330.594000', '185330.597000', '185330.600000', '185330.602000', '185330.605000', '185330.607000', '185330.610000', '185330.613000', '185330.615000', '185330.618000', '185330.621000', '185330.623000', '185330.626000', '185330.629000', '185330.631000', '185330.634000', '185330.637000', '185330.639000', '185330.642000', '185330.645000', '185330.647000', '185330.650000', '185330.652000', '185330.655000', '185330.658000', '185330.660000', '185330.663000', '185330.666000', '185330.668000', '185330.671000', '185330.674000', '185330.676000', '185333.068000', '185333.071000', '185333.074000', '185333.076000', '185333.079000', '185333.082000'], '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': [9668, 10232, 9383, 12526, 13324, 11545, 11440, 9611, 10051, 9424, 9844, 13538, 9525, 9076, 9834, 10635, 10023, 9290, 11845, 10004, 8838, 8770, 9351, 9635, 8401, 8463, 10125, 8807, 9405, 8252, 11822, 10297, 10738, 8806, 10444, 13355, 9376, 11554, 10722, 9451, 13712, 10050, 11130, 8978, 8844, 9306, 9340, 14048, 9207, 10170, 8406, 8666, 8967, 9114, 13421, 9224, 8850, 8609, 9106, 9921, 10139, 13896, 9234, 9265, 8353, 9285, 10062, 9193, 13423, 9327, 9727, 8683, 9645, 9066, 10361, 10946, 9029, 9116, 8688, 8948, 9868, 11602, 10309, 10508, 8749, 9140, 9017, 9415, 12221, 9755, 8443, 8930, 8764, 9995, 9520, 12386, 9602, 8468, 9191, 9064, 9397, 9302, 11876, 13934, 10811, 9397, 8598, 8491, 8592, 11257, 10739, 7934, 9169, 8955, 10045, 9217, 12299, 13684, 8625, 9597, 9199, 8562, 10102, 9736, 13489, 13013, 14196, 11063, 10921, 8436, 10925, 8665, 8669, 10248, 9330, 8837, 7940, 7764, 8891, 8792, 11574, 11033, 9448, 7737, 8390, 9219, 9096, 8715, 11659, 9464, 9758, 8605, 8648, 8982, 9112, 12062, 9225, 9138, 8392, 8803, 9176, 9127, 8479, 10557, 9631, 9118, 9133, 9020, 7978, 7777, 9957, 9047, 9959, 7911, 9014, 7570, 10355, 8091, 10411, 9957, 8767, 8755, 8418, 8495, 9139, 9643, 10076, 10509, 11584, 8796, 8957, 8268, 10338, 10426, 14843, 11124, 11374, 8667, 11863, 9309, 14253, 11618, 13725, 11762, 7801, 8174, 8587, 7860, 8254, 9211, 8900, 9933, 8458, 8702, 9598, 8738, 14047, 11911, 11710, 8850, 10151, 8240, 12651, 8798, 15938, 7939, 9807, 7614, 9765, 7621, 9760, 8536, 10404, 8479, 9876, 7753, 9106, 7895, 7824, 8642, 8281, 9051, 7839, 10713, 7955, 8588, 10661, 8992, 11798, 8155, 10407, 9791, 11728, 14652, 13135, 11072, 9885, 8976, 8147, 8900, 8017, 14055, 8370, 9962, 9241, 8568, 8253, 8356, 7741, 10082, 8478, 9290, 8079, 8945, 9405, 8605, 12573, 9905, 10278, 7694, 8827, 7929, 8056, 7684, 8408, 7847, 10054, 8548, 8758, 8735, 8792, 8329, 8144, 10930, 8858, 8756, 7853, 8065, 7587, 9654, 8896, 9690, 7833, 7852, 8217, 8244, 9591, 8338, 13103, 10254, 11258, 8986, 11205, 7698, 10232, 7693, 10452, 7586, 8096, 7826, 8789, 7489, 7958, 7924, 7904, 9475, 7976, 8964, 7643, 8737, 8074, 9894, 7619, 9925, 7991, 9231, 8479, 8052, 8240, 8516, 10307, 9105, 7968, 8699, 8991, 12541, 9194, 14899, 10895, 11345, 8253, 9940, 9311, 13297, 14212, 10071, 10411, 7905, 11401, 8227, 15291, 9702, 11585, 9106, 9150, 9123, 10816, 10194, 9571, 10403, 9484, 8828, 9513, 9189, 9608, 9256, 9200, 10530, 8136, 8853, 8230, 7715, 8633, 9642, 10497, 7782, 9304, 8322, 7663, 10202, 10183, 14014, 11151, 10444, 7948, 8622, 7983, 10940, 7499, 10474, 7513, 8744, 8432, 8576, 9975, 8343, 9766, 8309, 8963, 8486, 8157, 8529, 7629, 9214, 7867, 9206, 8264, 9038, 10980, 9290, 10323, 9591, 13798, 14407, 13890, 12221, 13817, 10763, 14874, 10576, 14764, 11611, 13832, 8611, 9088, 8927, 8830, 8911, 9071, 8701, 7589, 7720, 9544, 7629, 8569, 8387, 8164, 9279, 7764, 8174, 10008, 9565, 10823, 10024, 12089, 14030, 13011, 12302, 10043, 8995, 10400, 8683, 12330, 8122, 11580, 9550, 10251, 8010, 8715, 8342, 8922, 11470, 8487, 11436, 9199, 10258, 9035, 11693, 10933, 10409, 8835, 7986, 8479, 8460, 8674, 9569, 8518, 9723, 8235, 9565, 8485, 8909, 8800, 8898, 9975, 8187, 9142, 8860, 7827, 9026, 8977, 8778, 11738, 9806, 8699, 8774, 9520, 8860, 9139, 8992, 8325, 11324, 9347, 10063, 9116, 9182, 9112, 10039, 12078, 9710, 10455, 7664, 8789, 8011, 8644, 8460, 8559, 9062, 8804, 9509, 9076, 9246, 9565, 7719, 9840, 7890, 9158, 8991, 8769, 10136, 7869, 9028, 9006, 8947, 11024, 9204, 13752, 9031, 12914, 9058, 8856, 8680, 9142, 9670, 8680, 10395, 8253, 9631, 8352, 8251, 8620, 8306, 9335, 8983, 8774, 8287, 9062, 10177, 9114, 12859, 14245, 12659, 10520, 11535, 10148, 14502, 14813, 13296, 10891, 10860, 9261, 13182, 12541, 12947, 10487, 9309, 8725, 9682, 8517, 10182, 7926, 8537, 8544, 8628, 8873, 7903, 9908, 8602, 8016, 8674, 9406, 9490, 9068, 10927, 12678, 8723, 10989, 8811, 10039, 10250, 8364, 12775, 8423, 9581, 8013, 10079, 8100, 10264, 9043, 9057, 8980, 8101, 8451, 8189, 9481, 8394, 9943, 7960, 9877, 9340, 10128, 8559, 9895, 8245, 8040, 10971, 8861, 10718, 8809, 8583, 10368, 9707, 13330, 11712, 8811, 11846, 8991, 12157, 15462, 11644, 15470, 9990, 12400, 9514, 10703, 12303, 11777, 11305, 7549, 9938, 9302, 11143, 12254, 13335, 10944, 11547, 8834, 9675, 9648, 8680, 13350, 9976, 10002, 9190, 11397, 9051, 12099, 10947, 9178, 9324, 9465, 9401, 9369, 9651, 9932, 11195, 9123, 8332, 9020, 9128, 8742, 9229, 10708, 7919, 10342, 8249, 9996, 8388, 9424, 8130, 8813, 8493, 8689, 9120, 8486, 8827, 7911, 9268, 8317, 10473, 8235, 10069, 8893, 7777, 9843, 7811, 9608, 11060, 8918, 12480, 9844, 11056, 13467, 13153, 15830, 11090, 13458, 12293, 16546, 15310, 14885, 13374, 9202, 14581, 9428, 17461, 12968, 13991, 9487, 11863, 10697, 13492, 14188, 9131, 11508, 9499, 12333, 9968, 14597, 12625, 8161, 8488, 8409, 10257, 8294, 11412, 8645, 10787, 8463, 8536, 8543, 8795, 8767, 8232, 8088, 8544, 8358, 8576, 9605, 9629, 10547, 10219, 9628, 9588, 8903, 9415, 8305, 9287, 8021, 8198, 8390, 10076, 8635, 8292, 9406, 10133, 9401, 8395, 8993, 9691, 8687, 9537, 9443, 8933, 10562, 8190, 11992, 10502, 8758, 9733, 8965, 9869, 9238, 15010, 9736, 15280, 8979, 11609, 8482, 9053, 8388, 9289, 8225, 9296, 8425, 9230, 9080, 8730, 9221, 8333, 7898, 8179, 8850, 8947, 9006, 7939, 7896, 9051, 10786, 9030, 11747, 8800, 11322, 9723, 10018, 14106, 9564, 11399, 9011, 9710, 8391, 8935, 8592, 8780, 9425, 10079, 9173, 9004, 9934, 9426, 13650, 9480, 15262, 9246, 9592, 8428, 8332, 8302, 9013, 9014, 8851, 8525, 9025, 8265, 8538, 8973, 9592, 9775, 9047, 13354, 9428, 9581, 9344, 9389, 9258, 9225, 9257, 8400, 9283, 8367, 8597, 8188, 9425, 7931, 9128, 8001, 9174, 9035, 9795, 9171, 8075, 9096, 9332, 9878, 9723, 9208, 11473, 8795, 14557, 9901, 14890, 9362, 12697, 8837, 12825, 9065, 13817, 10979, 13384, 8290, 9325, 9689, 8178, 10112], 'WindowCenter': [4697.0, 4679.0, 4680.0, 4714.0, 4720.0, 4685.0, 4672.0, 4649.0, 4634.0, 4637.0, 4646.0, 4681.0, 4676.0, 4624.0, 4622.0, 4629.0, 4611.0, 4610.0, 4656.0, 4650.0, 4636.0, 4625.0, 4627.0, 4634.0, 4629.0, 4639.0, 4671.0, 4619.0, 4603.0, 4519.0, 4519.0, 4541.0, 4566.0, 4567.0, 4734.0, 4693.0, 4665.0, 4683.0, 4690.0, 4665.0, 4708.0, 4676.0, 4683.0, 4653.0, 4654.0, 4662.0, 4664.0, 4710.0, 4668.0, 4673.0, 4653.0, 4655.0, 4657.0, 4654.0, 4704.0, 4671.0, 4655.0, 4653.0, 4653.0, 4674.0, 4674.0, 4706.0, 4664.0, 4654.0, 4644.0, 4650.0, 4662.0, 4664.0, 4704.0, 4662.0, 4660.0, 4651.0, 4665.0, 4651.0, 4671.0, 4683.0, 4653.0, 4653.0, 4654.0, 4651.0, 4674.0, 4680.0, 4680.0, 4672.0, 4652.0, 4662.0, 4651.0, 4663.0, 4681.0, 4663.0, 4652.0, 4653.0, 4651.0, 4661.0, 4665.0, 4692.0, 4674.0, 4653.0, 4665.0, 4668.0, 4666.0, 4662.0, 4682.0, 4713.0, 4684.0, 4662.0, 4651.0, 4650.0, 4652.0, 4682.0, 4682.0, 4642.0, 4650.0, 4649.0, 4658.0, 4649.0, 4678.0, 4700.0, 4639.0, 4649.0, 4648.0, 4637.0, 4670.0, 4661.0, 4703.0, 4704.0, 4703.0, 4680.0, 4672.0, 4642.0, 4668.0, 4636.0, 4636.0, 4659.0, 4647.0, 4636.0, 4638.0, 4626.0, 4655.0, 4639.0, 4668.0, 4667.0, 4662.0, 4646.0, 4637.0, 4645.0, 4640.0, 4636.0, 4668.0, 4659.0, 4652.0, 4637.0, 4639.0, 4647.0, 4651.0, 4681.0, 4649.0, 4646.0, 4638.0, 4636.0, 4646.0, 4646.0, 4640.0, 4655.0, 4665.0, 4649.0, 4649.0, 4661.0, 4640.0, 4643.0, 4678.0, 4671.0, 4662.0, 4642.0, 4648.0, 4641.0, 4670.0, 4643.0, 4680.0, 4677.0, 4667.0, 4668.0, 4652.0, 4626.0, 4662.0, 4638.0, 4645.0, 4644.0, 4671.0, 4638.0, 4634.0, 4625.0, 4649.0, 4655.0, 4696.0, 4667.0, 4651.0, 4625.0, 4651.0, 4633.0, 4687.0, 4651.0, 4675.0, 4662.0, 4611.0, 4622.0, 4638.0, 4625.0, 4634.0, 4634.0, 4646.0, 4656.0, 4635.0, 4635.0, 4646.0, 4636.0, 4697.0, 4677.0, 4679.0, 4636.0, 4656.0, 4641.0, 4675.0, 4633.0, 4703.0, 4623.0, 4644.0, 4625.0, 4643.0, 4625.0, 4643.0, 4647.0, 4670.0, 4649.0, 4657.0, 4638.0, 4646.0, 4640.0, 4639.0, 4650.0, 4651.0, 4662.0, 4654.0, 4680.0, 4655.0, 4675.0, 4686.0, 4675.0, 4692.0, 4655.0, 4676.0, 4672.0, 4682.0, 4709.0, 4688.0, 4669.0, 4645.0, 4646.0, 4623.0, 4645.0, 4624.0, 4697.0, 4632.0, 4642.0, 4643.0, 4634.0, 4634.0, 4637.0, 4639.0, 4667.0, 4651.0, 4659.0, 4640.0, 4650.0, 4663.0, 4650.0, 4689.0, 4676.0, 4657.0, 4630.0, 4635.0, 4638.0, 4624.0, 4627.0, 4648.0, 4649.0, 4667.0, 4661.0, 4660.0, 4660.0, 4660.0, 4664.0, 4654.0, 4681.0, 4664.0, 4649.0, 4641.0, 4626.0, 4639.0, 4659.0, 4659.0, 4659.0, 4641.0, 4640.0, 4651.0, 4651.0, 4673.0, 4663.0, 4703.0, 4676.0, 4667.0, 4649.0, 4665.0, 4626.0, 4656.0, 4626.0, 4654.0, 4626.0, 4625.0, 4642.0, 4650.0, 4639.0, 4648.0, 4652.0, 4651.0, 4671.0, 4651.0, 4662.0, 4653.0, 4663.0, 4642.0, 4670.0, 4639.0, 4668.0, 4652.0, 4660.0, 4650.0, 4656.0, 4666.0, 4677.0, 4684.0, 4678.0, 4664.0, 4663.0, 4661.0, 4704.0, 4662.0, 4716.0, 4671.0, 4667.0, 4637.0, 4660.0, 4658.0, 4685.0, 4697.0, 4643.0, 4658.0, 4610.0, 4662.0, 4625.0, 4693.0, 4631.0, 4650.0, 4631.0, 4628.0, 4631.0, 4662.0, 4654.0, 4630.0, 4651.0, 4639.0, 4631.0, 4641.0, 4631.0, 4642.0, 4641.0, 4643.0, 4653.0, 4635.0, 4644.0, 4636.0, 4627.0, 4649.0, 4673.0, 4679.0, 4642.0, 4659.0, 4651.0, 4629.0, 4671.0, 4669.0, 4700.0, 4667.0, 4655.0, 4623.0, 4646.0, 4637.0, 4665.0, 4629.0, 4668.0, 4626.0, 4647.0, 4635.0, 4635.0, 4655.0, 4635.0, 4654.0, 4636.0, 4642.0, 4647.0, 4650.0, 4661.0, 4653.0, 4672.0, 4664.0, 4686.0, 4679.0, 4686.0, 4709.0, 4678.0, 4673.0, 4674.0, 4703.0, 4713.0, 4700.0, 4679.0, 4684.0, 4656.0, 4687.0, 4654.0, 4693.0, 4663.0, 4674.0, 4620.0, 4630.0, 4632.0, 4631.0, 4643.0, 4633.0, 4633.0, 4622.0, 4625.0, 4656.0, 4637.0, 4649.0, 4649.0, 4662.0, 4671.0, 4666.0, 4680.0, 4687.0, 4687.0, 4683.0, 4677.0, 4698.0, 4713.0, 4687.0, 4678.0, 4644.0, 4635.0, 4654.0, 4635.0, 4677.0, 4623.0, 4664.0, 4654.0, 4653.0, 4635.0, 4632.0, 4643.0, 4656.0, 4679.0, 4649.0, 4677.0, 4646.0, 4642.0, 4648.0, 4675.0, 4665.0, 4653.0, 4639.0, 4622.0, 4636.0, 4635.0, 4636.0, 4655.0, 4646.0, 4654.0, 4636.0, 4656.0, 4645.0, 4646.0, 4660.0, 4672.0, 4671.0, 4652.0, 4660.0, 4651.0, 4641.0, 4661.0, 4654.0, 4639.0, 4676.0, 4658.0, 4646.0, 4648.0, 4656.0, 4664.0, 4672.0, 4675.0, 4665.0, 4692.0, 4662.0, 4658.0, 4649.0, 4645.0, 4648.0, 4657.0, 4677.0, 4645.0, 4666.0, 4624.0, 4635.0, 4634.0, 4645.0, 4647.0, 4647.0, 4644.0, 4653.0, 4659.0, 4659.0, 4660.0, 4658.0, 4646.0, 4668.0, 4650.0, 4661.0, 4675.0, 4674.0, 4684.0, 4667.0, 4676.0, 4676.0, 4674.0, 4685.0, 4679.0, 4702.0, 4650.0, 4690.0, 4652.0, 4647.0, 4647.0, 4660.0, 4659.0, 4661.0, 4666.0, 4653.0, 4656.0, 4648.0, 4646.0, 4649.0, 4663.0, 4672.0, 4672.0, 4662.0, 4663.0, 4669.0, 4688.0, 4670.0, 4702.0, 4712.0, 4689.0, 4671.0, 4666.0, 4657.0, 4701.0, 4711.0, 4684.0, 4664.0, 4652.0, 4632.0, 4672.0, 4673.0, 4660.0, 4652.0, 4629.0, 4635.0, 4629.0, 4632.0, 4651.0, 4622.0, 4632.0, 4633.0, 4644.0, 4646.0, 4651.0, 4669.0, 4650.0, 4653.0, 4651.0, 4661.0, 4666.0, 4669.0, 4669.0, 4690.0, 4639.0, 4668.0, 4637.0, 4646.0, 4642.0, 4637.0, 4683.0, 4635.0, 4642.0, 4636.0, 4653.0, 4637.0, 4655.0, 4659.0, 4660.0, 4660.0, 4650.0, 4663.0, 4674.0, 4684.0, 4678.0, 4684.0, 4678.0, 4698.0, 4688.0, 4684.0, 4665.0, 4690.0, 4652.0, 4665.0, 4695.0, 4681.0, 4701.0, 4683.0, 4672.0, 4699.0, 4689.0, 4705.0, 4697.0, 4664.0, 4696.0, 4664.0, 4694.0, 4725.0, 4686.0, 4714.0, 4662.0, 4679.0, 4650.0, 4658.0, 4679.0, 4665.0, 4669.0, 4615.0, 4646.0, 4646.0, 4667.0, 4676.0, 4675.0, 4664.0, 4652.0, 4623.0, 4633.0, 4650.0, 4625.0, 4675.0, 4645.0, 4642.0, 4642.0, 4662.0, 4637.0, 4677.0, 4656.0, 4633.0, 4635.0, 4644.0, 4632.0, 4653.0, 4645.0, 4657.0, 4664.0, 4648.0, 4637.0, 4653.0, 4653.0, 4648.0, 4661.0, 4668.0, 4642.0, 4670.0, 4652.0, 4658.0, 4640.0, 4648.0, 4642.0, 4667.0, 4666.0, 4661.0, 4662.0, 4663.0, 4674.0, 4666.0, 4674.0, 4666.0, 4697.0, 4680.0, 4699.0, 4690.0, 4684.0, 4714.0, 4687.0, 4675.0, 4723.0, 4667.0, 4692.0, 4663.0, 4670.0, 4677.0, 4679.0, 4707.0, 4674.0, 4675.0, 4665.0, 4692.0, 4684.0, 4685.0, 4664.0, 4621.0, 4671.0, 4610.0, 4679.0, 4663.0, 4659.0, 4619.0, 4637.0, 4629.0, 4647.0, 4660.0, 4610.0, 4638.0, 4618.0, 4636.0, 4619.0, 4669.0, 4667.0, 4610.0, 4612.0, 4601.0, 4632.0, 4611.0, 4650.0, 4611.0, 4642.0, 4613.0, 4621.0, 4639.0, 4634.0, 4634.0, 4639.0, 4640.0, 4650.0, 4642.0, 4657.0, 4660.0, 4663.0, 4669.0, 4672.0, 4664.0, 4662.0, 4649.0, 4663.0, 4653.0, 4675.0, 4655.0, 4666.0, 4665.0, 4686.0, 4677.0, 4666.0, 4678.0, 4699.0, 4690.0, 4679.0, 4691.0, 4707.0, 4681.0, 4691.0, 4688.0, 4679.0, 4687.0, 4654.0, 4695.0, 4698.0, 4668.0, 4679.0, 4667.0, 4690.0, 4677.0, 4729.0, 4677.0, 4725.0, 4652.0, 4669.0, 4638.0, 4651.0, 4640.0, 4659.0, 4637.0, 4657.0, 4639.0, 4659.0, 4660.0, 4650.0, 4659.0, 4651.0, 4652.0, 4663.0, 4677.0, 4675.0, 4682.0, 4670.0, 4683.0, 4692.0, 4699.0, 4678.0, 4694.0, 4671.0, 4695.0, 4662.0, 4672.0, 4714.0, 4671.0, 4680.0, 4650.0, 4660.0, 4650.0, 4649.0, 4649.0, 4667.0, 4663.0, 4661.0, 4664.0, 4651.0, 4667.0, 4649.0, 4704.0, 4660.0, 4708.0, 4647.0, 4652.0, 4636.0, 4636.0, 4636.0, 4647.0, 4652.0, 4665.0, 4650.0, 4649.0, 4644.0, 4655.0, 4651.0, 4659.0, 4672.0, 4661.0, 4702.0, 4654.0, 4660.0, 4646.0, 4648.0, 4634.0, 4648.0, 4645.0, 4637.0, 4646.0, 4637.0, 4651.0, 4637.0, 4645.0, 4626.0, 4657.0, 4651.0, 4660.0, 4667.0, 4673.0, 4674.0, 4654.0, 4678.0, 4690.0, 4685.0, 4679.0, 4676.0, 4685.0, 4652.0, 4714.0, 4661.0, 4700.0, 4649.0, 4681.0, 4636.0, 4675.0, 4638.0, 4686.0, 4640.0, 4673.0, 4610.0, 4630.0, 4627.0, 4617.0, 4628.0], 'WindowWidth': [10285.0, 10245.0, 10246.0, 10295.0, 10296.0, 10242.0, 10219.0, 10179.0, 10154.0, 10160.0, 10173.0, 10222.0, 10233.0, 10140.0, 10126.0, 10134.0, 10105.0, 10111.0, 10185.0, 10185.0, 10162.0, 10144.0, 10143.0, 10155.0, 10154.0, 10170.0, 10215.0, 10126.0, 10091.0, 9931.0, 9909.0, 9964.0, 10013.0, 10033.0, 10346.0, 10255.0, 10217.0, 10238.0, 10251.0, 10216.0, 10277.0, 10235.0, 10239.0, 10198.0, 10200.0, 10211.0, 10212.0, 10277.0, 10223.0, 10223.0, 10197.0, 10201.0, 10205.0, 10200.0, 10270.0, 10230.0, 10201.0, 10198.0, 10197.0, 10228.0, 10228.0, 10272.0, 10215.0, 10196.0, 10184.0, 10190.0, 10207.0, 10211.0, 10271.0, 10209.0, 10204.0, 10194.0, 10209.0, 10192.0, 10217.0, 10241.0, 10197.0, 10196.0, 10198.0, 10193.0, 10229.0, 10230.0, 10238.0, 10222.0, 10196.0, 10209.0, 10193.0, 10213.0, 10235.0, 10215.0, 10196.0, 10198.0, 10194.0, 10207.0, 10216.0, 10251.0, 10231.0, 10201.0, 10220.0, 10222.0, 10217.0, 10212.0, 10234.0, 10281.0, 10241.0, 10208.0, 10193.0, 10191.0, 10196.0, 10237.0, 10239.0, 10182.0, 10190.0, 10188.0, 10198.0, 10187.0, 10225.0, 10258.0, 10175.0, 10186.0, 10185.0, 10170.0, 10218.0, 10205.0, 10271.0, 10271.0, 10267.0, 10233.0, 10221.0, 10180.0, 10209.0, 10167.0, 10167.0, 10199.0, 10183.0, 10166.0, 10172.0, 10154.0, 10198.0, 10174.0, 10212.0, 10208.0, 10207.0, 10189.0, 10167.0, 10177.0, 10171.0, 10166.0, 10212.0, 10203.0, 10188.0, 10169.0, 10171.0, 10185.0, 10193.0, 10233.0, 10187.0, 10179.0, 10172.0, 10163.0, 10178.0, 10177.0, 10175.0, 10191.0, 10212.0, 10186.0, 10186.0, 10207.0, 10178.0, 10186.0, 10234.0, 10227.0, 10207.0, 10182.0, 10184.0, 10178.0, 10215.0, 10183.0, 10231.0, 10233.0, 10224.0, 10227.0, 10196.0, 10148.0, 10210.0, 10160.0, 10169.0, 10167.0, 10213.0, 10170.0, 10161.0, 10149.0, 10179.0, 10189.0, 10245.0, 10211.0, 10178.0, 10148.0, 10177.0, 10157.0, 10227.0, 10179.0, 10210.0, 10196.0, 10126.0, 10142.0, 10168.0, 10150.0, 10161.0, 10162.0, 10181.0, 10193.0, 10167.0, 10164.0, 10182.0, 10168.0, 10250.0, 10224.0, 10227.0, 10166.0, 10193.0, 10174.0, 10217.0, 10160.0, 10255.0, 10147.0, 10174.0, 10153.0, 10171.0, 10153.0, 10172.0, 10186.0, 10213.0, 10188.0, 10197.0, 10173.0, 10181.0, 10177.0, 10178.0, 10194.0, 10197.0, 10212.0, 10204.0, 10236.0, 10208.0, 10236.0, 10249.0, 10236.0, 10255.0, 10205.0, 10230.0, 10222.0, 10235.0, 10271.0, 10239.0, 10215.0, 10177.0, 10180.0, 10147.0, 10180.0, 10150.0, 10251.0, 10159.0, 10171.0, 10170.0, 10160.0, 10162.0, 10171.0, 10176.0, 10209.0, 10197.0, 10202.0, 10180.0, 10191.0, 10211.0, 10193.0, 10244.0, 10232.0, 10194.0, 10162.0, 10162.0, 10171.0, 10148.0, 10158.0, 10188.0, 10191.0, 10212.0, 10209.0, 10205.0, 10206.0, 10206.0, 10217.0, 10205.0, 10234.0, 10217.0, 10189.0, 10179.0, 10153.0, 10173.0, 10203.0, 10204.0, 10203.0, 10182.0, 10178.0, 10193.0, 10195.0, 10229.0, 10216.0, 10270.0, 10230.0, 10209.0, 10189.0, 10201.0, 10151.0, 10193.0, 10154.0, 10187.0, 10154.0, 10150.0, 10179.0, 10188.0, 10178.0, 10188.0, 10200.0, 10198.0, 10222.0, 10195.0, 10210.0, 10200.0, 10212.0, 10182.0, 10218.0, 10177.0, 10213.0, 10197.0, 10205.0, 10194.0, 10205.0, 10223.0, 10241.0, 10247.0, 10245.0, 10220.0, 10215.0, 10209.0, 10270.0, 10209.0, 10288.0, 10221.0, 10206.0, 10166.0, 10198.0, 10199.0, 10232.0, 10253.0, 10172.0, 10192.0, 10123.0, 10194.0, 10148.0, 10241.0, 10153.0, 10174.0, 10150.0, 10143.0, 10150.0, 10195.0, 10186.0, 10151.0, 10179.0, 10161.0, 10151.0, 10165.0, 10151.0, 10166.0, 10167.0, 10172.0, 10186.0, 10165.0, 10173.0, 10167.0, 10157.0, 10190.0, 10226.0, 10231.0, 10188.0, 10202.0, 10194.0, 10160.0, 10222.0, 10215.0, 10259.0, 10209.0, 10189.0, 10143.0, 10180.0, 10170.0, 10207.0, 10159.0, 10211.0, 10152.0, 10182.0, 10160.0, 10161.0, 10189.0, 10165.0, 10187.0, 10165.0, 10172.0, 10186.0, 10194.0, 10208.0, 10202.0, 10225.0, 10218.0, 10250.0, 10244.0, 10253.0, 10285.0, 10240.0, 10227.0, 10228.0, 10267.0, 10280.0, 10258.0, 10229.0, 10227.0, 10192.0, 10229.0, 10187.0, 10240.0, 10197.0, 10208.0, 10135.0, 10149.0, 10152.0, 10152.0, 10171.0, 10158.0, 10157.0, 10141.0, 10152.0, 10195.0, 10172.0, 10190.0, 10191.0, 10211.0, 10224.0, 10227.0, 10246.0, 10254.0, 10251.0, 10239.0, 10232.0, 10261.0, 10280.0, 10239.0, 10226.0, 10173.0, 10162.0, 10184.0, 10162.0, 10215.0, 10144.0, 10200.0, 10189.0, 10185.0, 10162.0, 10155.0, 10179.0, 10196.0, 10229.0, 10187.0, 10223.0, 10178.0, 10169.0, 10183.0, 10218.0, 10202.0, 10183.0, 10168.0, 10142.0, 10167.0, 10163.0, 10165.0, 10192.0, 10181.0, 10188.0, 10168.0, 10191.0, 10177.0, 10179.0, 10207.0, 10227.0, 10222.0, 10198.0, 10203.0, 10193.0, 10181.0, 10208.0, 10193.0, 10171.0, 10220.0, 10197.0, 10181.0, 10186.0, 10195.0, 10210.0, 10223.0, 10234.0, 10219.0, 10251.0, 10211.0, 10198.0, 10187.0, 10176.0, 10184.0, 10194.0, 10222.0, 10175.0, 10207.0, 10146.0, 10161.0, 10162.0, 10177.0, 10182.0, 10181.0, 10174.0, 10194.0, 10200.0, 10201.0, 10204.0, 10198.0, 10189.0, 10211.0, 10189.0, 10208.0, 10234.0, 10234.0, 10245.0, 10226.0, 10236.0, 10236.0, 10231.0, 10244.0, 10236.0, 10263.0, 10190.0, 10243.0, 10188.0, 10180.0, 10183.0, 10204.0, 10200.0, 10206.0, 10210.0, 10194.0, 10193.0, 10184.0, 10180.0, 10189.0, 10216.0, 10225.0, 10226.0, 10213.0, 10215.0, 10224.0, 10249.0, 10226.0, 10265.0, 10278.0, 10242.0, 10219.0, 10205.0, 10195.0, 10257.0, 10270.0, 10226.0, 10201.0, 10178.0, 10155.0, 10209.0, 10209.0, 10188.0, 10180.0, 10143.0, 10159.0, 10142.0, 10152.0, 10176.0, 10139.0, 10153.0, 10157.0, 10173.0, 10180.0, 10195.0, 10216.0, 10192.0, 10199.0, 10194.0, 10206.0, 10213.0, 10222.0, 10215.0, 10243.0, 10171.0, 10210.0, 10162.0, 10176.0, 10164.0, 10167.0, 10225.0, 10161.0, 10166.0, 10166.0, 10186.0, 10168.0, 10188.0, 10202.0, 10207.0, 10205.0, 10194.0, 10215.0, 10232.0, 10242.0, 10242.0, 10243.0, 10244.0, 10268.0, 10255.0, 10244.0, 10219.0, 10253.0, 10197.0, 10218.0, 10258.0, 10244.0, 10270.0, 10250.0, 10233.0, 10271.0, 10256.0, 10271.0, 10263.0, 10215.0, 10261.0, 10214.0, 10255.0, 10299.0, 10242.0, 10288.0, 10208.0, 10227.0, 10185.0, 10195.0, 10223.0, 10203.0, 10212.0, 10132.0, 10174.0, 10176.0, 10209.0, 10219.0, 10215.0, 10204.0, 10176.0, 10140.0, 10155.0, 10183.0, 10146.0, 10215.0, 10174.0, 10167.0, 10170.0, 10192.0, 10167.0, 10217.0, 10189.0, 10157.0, 10160.0, 10171.0, 10153.0, 10190.0, 10174.0, 10193.0, 10199.0, 10183.0, 10168.0, 10191.0, 10191.0, 10186.0, 10203.0, 10210.0, 10178.0, 10215.0, 10194.0, 10194.0, 10173.0, 10182.0, 10178.0, 10217.0, 10215.0, 10205.0, 10207.0, 10212.0, 10227.0, 10220.0, 10229.0, 10221.0, 10264.0, 10246.0, 10271.0, 10261.0, 10258.0, 10299.0, 10266.0, 10230.0, 10313.0, 10224.0, 10249.0, 10211.0, 10213.0, 10220.0, 10220.0, 10270.0, 10223.0, 10215.0, 10201.0, 10233.0, 10225.0, 10226.0, 10196.0, 10135.0, 10200.0, 10116.0, 10212.0, 10195.0, 10181.0, 10129.0, 10148.0, 10140.0, 10163.0, 10186.0, 10117.0, 10152.0, 10125.0, 10147.0, 10127.0, 10195.0, 10200.0, 10120.0, 10121.0, 10106.0, 10148.0, 10121.0, 10173.0, 10119.0, 10164.0, 10126.0, 10135.0, 10166.0, 10158.0, 10161.0, 10172.0, 10177.0, 10191.0, 10181.0, 10206.0, 10205.0, 10209.0, 10213.0, 10220.0, 10210.0, 10208.0, 10188.0, 10211.0, 10199.0, 10230.0, 10204.0, 10219.0, 10217.0, 10249.0, 10238.0, 10220.0, 10240.0, 10272.0, 10260.0, 10248.0, 10265.0, 10288.0, 10249.0, 10262.0, 10254.0, 10239.0, 10249.0, 10202.0, 10259.0, 10265.0, 10223.0, 10240.0, 10222.0, 10258.0, 10237.0, 10310.0, 10237.0, 10298.0, 10192.0, 10212.0, 10168.0, 10192.0, 10175.0, 10201.0, 10166.0, 10194.0, 10172.0, 10201.0, 10201.0, 10189.0, 10201.0, 10193.0, 10196.0, 10212.0, 10235.0, 10232.0, 10246.0, 10232.0, 10255.0, 10266.0, 10272.0, 10239.0, 10258.0, 10228.0, 10257.0, 10209.0, 10222.0, 10280.0, 10220.0, 10230.0, 10190.0, 10201.0, 10188.0, 10185.0, 10188.0, 10218.0, 10210.0, 10204.0, 10213.0, 10192.0, 10216.0, 10185.0, 10266.0, 10201.0, 10264.0, 10179.0, 10189.0, 10164.0, 10165.0, 10163.0, 10181.0, 10190.0, 10213.0, 10187.0, 10186.0, 10181.0, 10197.0, 10192.0, 10200.0, 10223.0, 10206.0, 10263.0, 10193.0, 10202.0, 10176.0, 10183.0, 10160.0, 10182.0, 10177.0, 10167.0, 10177.0, 10165.0, 10188.0, 10166.0, 10173.0, 10149.0, 10195.0, 10193.0, 10204.0, 10218.0, 10224.0, 10228.0, 10202.0, 10242.0, 10259.0, 10247.0, 10242.0, 10233.0, 10242.0, 10192.0, 10282.0, 10203.0, 10256.0, 10184.0, 10227.0, 10164.0, 10213.0, 10165.0, 10234.0, 10160.0, 10211.0, 10118.0, 10147.0, 10138.0, 10131.0, 10139.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.014433676148796499</td></tr>
<tr><td colspan=3>aqi</td><td>0.08987736947483589</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.54309920177446</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2548014232639662</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1596530561007672</td></tr>
<tr><td colspan=3>efc</td><td>0.5446</td></tr>
<tr><td colspan=3>fber</td><td>2682.9207</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22762045360130886</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>360</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>39.38730853391685</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.531497823294417</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4378301236957824</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.796863387863035</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.359799958324433</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109317</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01169306319206953</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.07346612960100174</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>4.601645238283523</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>13.2943</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>78.925</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>278.9728</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283600.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1257.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>466.9697</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4897</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.2256</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3808.9915</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3924.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92944.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.7339</td></tr>
<tr><td colspan=3>tsnr</td><td>21.1585133546032</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>