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

616 lines
No EOL
106 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-0059_ses-01_task-social_acq-mb8_run-05_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-0059_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-05_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-0059/ses-01/func/sub-0059_ses-01_task-social_acq-mb8_run-05_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>e2ea33345488caa541906eda5e333317</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>11:30:8.272500</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.999072, -0.0239215, 0.0358115, 0.0205787, 0.995641, 0.0909652]</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-05_task-social_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.0969932</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7760, -7264, 540, -88, -250, -23, 15]</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>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6ccdc820-fcc7-4402-bf95-3b345e95c65e||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.6804378032684326, 0.05521111935377121, 0.1021447703242302, 105.10557556152344], [0.06417951732873917, 2.6712331771850586, 0.2433883100748062, -102.5382080078125], [0.09607954323291779, -0.24405288696289062, 2.6870670318603516, -66.02936553955078], [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, 872]</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], 'AcquisitionTime': ['113008.272500', '113008.732500', '113009.192500', '113009.652500', '113010.112500', '113010.572500', '113011.032500', '113011.492500', '113011.952500', '113012.412500', '113012.872500', '113013.332500', '113013.792500', '113014.252500', '113014.712500', '113015.172500', '113015.632500', '113016.092500', '113016.552500', '113017.012500', '113017.472500', '113017.932500', '113018.392500', '113018.852500', '113019.312500', '113019.772500', '113020.232500', '113020.692500', '113021.152500', '113021.612500', '113022.072500', '113022.532500', '113022.992500', '113023.452500', '113023.912500', '113024.372500', '113024.832500', '113025.292500', '113025.752500', '113026.212500', '113026.672500', '113027.132500', '113027.592500', '113028.052500', '113028.512500', '113028.972500', '113029.432500', '113029.892500', '113030.352500', '113030.812500', '113031.272500', '113031.732500', '113032.192500', '113032.652500', '113033.112500', '113033.572500', '113034.032500', '113034.492500', '113034.952500', '113035.412500', '113035.872500', '113036.332500', '113036.792500', '113037.252500', '113037.712500', '113038.172500', '113038.632500', '113039.092500', '113039.552500', '113040.012500', '113040.472500', '113040.932500', '113041.392500', '113041.852500', '113042.312500', '113042.772500', '113043.232500', '113043.692500', '113044.152500', '113044.612500', '113045.072500', '113045.532500', '113045.992500', '113046.452500', '113046.912500', '113047.372500', '113047.832500', '113048.292500', '113048.752500', '113049.212500', '113049.672500', '113050.132500', '113050.592500', '113051.052500', '113051.512500', '113051.972500', '113052.432500', '113052.892500', '113053.352500', '113053.812500', '113054.272500', '113054.732500', '113055.192500', '113055.652500', '113056.112500', '113056.572500', '113057.032500', '113057.492500', '113057.952500', '113058.412500', '113058.872500', '113059.332500', '113059.792500', '113100.252500', '113100.712500', '113101.172500', '113101.632500', '113102.092500', '113102.552500', '113103.012500', '113103.472500', '113103.932500', '113104.392500', '113104.852500', '113105.312500', '113105.772500', '113106.232500', '113106.692500', '113107.152500', '113107.612500', '113108.072500', '113108.532500', '113108.992500', '113109.452500', '113109.912500', '113110.372500', '113110.832500', '113111.292500', '113111.752500', '113112.212500', '113112.672500', '113113.132500', '113113.592500', '113114.052500', '113114.512500', '113114.972500', '113115.432500', '113115.892500', '113116.352500', '113116.812500', '113117.272500', '113117.732500', '113118.192500', '113118.652500', '113119.112500', '113119.572500', '113120.032500', '113120.492500', '113120.952500', '113121.412500', '113121.872500', '113122.332500', '113122.792500', '113123.252500', '113123.712500', '113124.172500', '113124.632500', '113125.092500', '113125.552500', '113126.012500', '113126.472500', '113126.932500', '113127.392500', '113127.852500', '113128.312500', '113128.772500', '113129.232500', '113129.692500', '113130.152500', '113130.612500', '113131.072500', '113131.532500', '113131.992500', '113132.452500', '113132.912500', '113133.372500', '113133.832500', '113134.292500', '113134.752500', '113135.212500', '113135.672500', '113136.132500', '113136.592500', '113137.052500', '113137.512500', '113137.972500', '113138.432500', '113138.892500', '113139.352500', '113139.812500', '113140.272500', '113140.732500', '113141.192500', '113141.652500', '113142.112500', '113142.572500', '113143.032500', '113143.492500', '113143.952500', '113144.412500', '113144.872500', '113145.332500', '113145.792500', '113146.252500', '113146.712500', '113147.172500', '113147.632500', '113148.092500', '113148.552500', '113149.012500', '113149.472500', '113149.932500', '113150.392500', '113150.852500', '113151.312500', '113151.772500', '113152.232500', '113152.692500', '113153.152500', '113153.612500', '113154.072500', '113154.532500', '113154.992500', '113155.452500', '113155.912500', '113156.372500', '113156.832500', '113157.292500', '113157.752500', '113158.212500', '113158.672500', '113159.132500', '113159.592500', '113200.052500', '113200.512500', '113200.972500', '113201.432500', '113201.892500', '113202.352500', '113202.812500', '113203.272500', '113203.732500', '113204.192500', '113204.652500', '113205.112500', '113205.572500', '113206.032500', '113206.492500', '113206.952500', '113207.412500', '113207.872500', '113208.332500', '113208.792500', '113209.252500', '113209.712500', '113210.172500', '113210.632500', '113211.092500', '113211.552500', '113212.012500', '113212.472500', '113212.932500', '113213.392500', '113213.852500', '113214.312500', '113214.772500', '113215.232500', '113215.692500', '113216.152500', '113216.612500', '113217.072500', '113217.532500', '113217.992500', '113218.452500', '113218.912500', '113219.372500', '113219.832500', '113220.292500', '113220.752500', '113221.212500', '113221.672500', '113222.132500', '113222.592500', '113223.052500', '113223.512500', '113223.972500', '113224.432500', '113224.892500', '113225.352500', '113225.812500', '113226.272500', '113226.732500', '113227.192500', '113227.652500', '113228.112500', '113228.572500', '113229.032500', '113229.492500', '113229.952500', '113230.412500', '113230.872500', '113231.332500', '113231.792500', '113232.252500', '113232.712500', '113233.172500', '113233.632500', '113234.092500', '113234.552500', '113235.012500', '113235.472500', '113235.932500', '113236.392500', '113236.852500', '113237.312500', '113237.772500', '113238.232500', '113238.692500', '113239.152500', '113239.612500', '113240.072500', '113240.532500', '113240.992500', '113241.452500', '113241.912500', '113242.372500', '113242.832500', '113243.292500', '113243.752500', '113244.212500', '113244.672500', '113245.132500', '113245.592500', '113246.052500', '113246.512500', '113246.972500', '113247.432500', '113247.892500', '113248.352500', '113248.812500', '113249.272500', '113249.732500', '113250.192500', '113250.652500', '113251.112500', '113251.572500', '113252.032500', '113252.492500', '113252.952500', '113253.412500', '113253.872500', '113254.332500', '113254.792500', '113255.252500', '113255.712500', '113256.172500', '113256.632500', '113257.092500', '113257.552500', '113258.012500', '113258.472500', '113258.932500', '113259.392500', '113259.852500', '113300.312500', '113300.772500', '113301.232500', '113301.692500', '113302.152500', '113302.612500', '113303.072500', '113303.532500', '113303.992500', '113304.452500', '113304.912500', '113305.372500', '113305.832500', '113306.292500', '113306.752500', '113307.212500', '113307.672500', '113308.132500', '113308.592500', '113309.052500', '113309.512500', '113309.972500', '113310.432500', '113310.892500', '113311.352500', '113311.812500', '113312.272500', '113312.732500', '113313.192500', '113313.652500', '113314.112500', '113314.572500', '113315.032500', '113315.492500', '113315.952500', '113316.412500', '113316.872500', '113317.332500', '113317.792500', '113318.252500', '113318.712500', '113319.172500', '113319.632500', '113320.092500', '113320.552500', '113321.012500', '113321.472500', '113321.932500', '113322.392500', '113322.852500', '113323.312500', '113323.772500', '113324.232500', '113324.692500', '113325.152500', '113325.612500', '113326.072500', '113326.532500', '113326.992500', '113327.452500', '113327.912500', '113328.372500', '113328.832500', '113329.292500', '113329.752500', '113330.212500', '113330.672500', '113331.132500', '113331.592500', '113332.052500', '113332.512500', '113332.972500', '113333.432500', '113333.892500', '113334.352500', '113334.812500', '113335.272500', '113335.732500', '113336.192500', '113336.652500', '113337.112500', '113337.572500', '113338.032500', '113338.492500', '113338.952500', '113339.412500', '113339.872500', '113340.332500', '113340.792500', '113341.252500', '113341.712500', '113342.172500', '113342.632500', '113343.092500', '113343.552500', '113344.012500', '113344.472500', '113344.932500', '113345.392500', '113345.852500', '113346.312500', '113346.772500', '113347.232500', '113347.692500', '113348.152500', '113348.612500', '113349.072500', '113349.532500', '113349.992500', '113350.452500', '113350.912500', '113351.372500', '113351.832500', '113352.292500', '113352.752500', '113353.212500', '113353.672500', '113354.132500', '113354.592500', '113355.052500', '113355.512500', '113355.972500', '113356.432500', '113356.892500', '113357.352500', '113357.812500', '113358.272500', '113358.732500', '113359.192500', '113359.652500', '113400.112500', '113400.572500', '113401.032500', '113401.492500', '113401.952500', '113402.412500', '113402.872500', '113403.332500', '113403.792500', '113404.252500', '113404.712500', '113405.172500', '113405.632500', '113406.092500', '113406.552500', '113407.012500', '113407.472500', '113407.932500', '113408.392500', '113408.852500', '113409.312500', '113409.772500', '113410.232500', '113410.692500', '113411.152500', '113411.612500', '113412.072500', '113412.532500', '113412.992500', '113413.452500', '113413.912500', '113414.372500', '113414.832500', '113415.292500', '113415.752500', '113416.212500', '113416.672500', '113417.132500', '113417.592500', '113418.052500', '113418.512500', '113418.972500', '113419.432500', '113419.892500', '113420.352500', '113420.812500', '113421.272500', '113421.732500', '113422.192500', '113422.652500', '113423.112500', '113423.572500', '113424.032500', '113424.492500', '113424.952500', '113425.412500', '113425.872500', '113426.332500', '113426.792500', '113427.252500', '113427.712500', '113428.172500', '113428.632500', '113429.092500', '113429.552500', '113430.012500', '113430.472500', '113430.932500', '113431.392500', '113431.852500', '113432.312500', '113432.772500', '113433.232500', '113433.692500', '113434.152500', '113434.612500', '113435.072500', '113435.532500', '113435.992500', '113436.452500', '113436.912500', '113437.372500', '113437.832500', '113438.292500', '113438.752500', '113439.212500', '113439.672500', '113440.132500', '113440.592500', '113441.052500', '113441.512500', '113441.972500', '113442.432500', '113442.892500', '113443.352500', '113443.812500', '113444.272500', '113444.732500', '113445.192500', '113445.652500', '113446.112500', '113446.572500', '113447.032500', '113447.492500', '113447.952500', '113448.412500', '113448.872500', '113449.332500', '113449.792500', '113450.252500', '113450.712500', '113451.172500', '113451.632500', '113452.092500', '113452.552500', '113453.012500', '113453.472500', '113453.932500', '113454.392500', '113454.852500', '113455.312500', '113455.772500', '113456.232500', '113456.692500', '113457.152500', '113457.612500', '113458.072500', '113458.532500', '113458.992500', '113459.452500', '113459.912500', '113500.372500', '113500.832500', '113501.292500', '113501.752500', '113502.212500', '113502.672500', '113503.132500', '113503.592500', '113504.052500', '113504.512500', '113504.972500', '113505.432500', '113505.892500', '113506.352500', '113506.812500', '113507.272500', '113507.732500', '113508.192500', '113508.652500', '113509.112500', '113509.572500', '113510.032500', '113510.492500', '113510.952500', '113511.412500', '113511.872500', '113512.332500', '113512.792500', '113513.252500', '113513.712500', '113514.172500', '113514.632500', '113515.092500', '113515.552500', '113516.012500', '113516.472500', '113516.932500', '113517.392500', '113517.852500', '113518.312500', '113518.772500', '113519.232500', '113519.692500', '113520.152500', '113520.612500', '113521.072500', '113521.532500', '113521.992500', '113522.452500', '113522.912500', '113523.372500', '113523.832500', '113524.292500', '113524.752500', '113525.212500', '113525.672500', '113526.132500', '113526.592500', '113527.052500', '113527.512500', '113527.972500', '113528.432500', '113528.892500', '113529.352500', '113529.812500', '113530.272500', '113530.732500', '113531.192500', '113531.652500', '113532.112500', '113532.572500', '113533.032500', '113533.492500', '113533.952500', '113534.412500', '113534.872500', '113535.332500', '113535.792500', '113536.252500', '113536.712500', '113537.172500', '113537.632500', '113538.092500', '113538.552500', '113539.012500', '113539.472500', '113539.932500', '113540.392500', '113540.852500', '113541.312500', '113541.772500', '113542.232500', '113542.692500', '113543.152500', '113543.612500', '113544.072500', '113544.532500', '113544.992500', '113545.452500', '113545.912500', '113546.372500', '113546.832500', '113547.292500', '113547.752500', '113548.212500', '113548.672500', '113549.132500', '113549.592500', '113550.052500', '113550.512500', '113550.972500', '113551.432500', '113551.892500', '113552.352500', '113552.812500', '113553.272500', '113553.732500', '113554.192500', '113554.652500', '113555.112500', '113555.572500', '113556.032500', '113556.492500', '113556.952500', '113557.412500', '113557.872500', '113558.332500', '113558.792500', '113559.252500', '113559.712500', '113600.172500', '113600.632500', '113601.092500', '113601.552500', '113602.012500', '113602.472500', '113602.932500', '113603.392500', '113603.852500', '113604.312500', '113604.772500', '113605.232500', '113605.692500', '113606.152500', '113606.612500', '113607.072500', '113607.532500', '113607.992500', '113608.452500', '113608.912500', '113609.372500', '113609.832500', '113610.292500', '113610.752500', '113611.212500', '113611.672500', '113612.132500', '113612.592500', '113613.052500', '113613.512500', '113613.972500', '113614.432500', '113614.892500', '113615.352500', '113615.812500', '113616.272500', '113616.732500', '113617.192500', '113617.652500', '113618.112500', '113618.572500', '113619.032500', '113619.492500', '113619.952500', '113620.412500', '113620.872500', '113621.332500', '113621.792500', '113622.252500', '113622.712500', '113623.172500', '113623.632500', '113624.092500', '113624.552500', '113625.012500', '113625.472500', '113625.932500', '113626.392500', '113626.852500', '113627.312500', '113627.772500', '113628.232500', '113628.692500', '113629.152500', '113629.612500', '113630.072500', '113630.532500', '113630.992500', '113631.452500', '113631.912500', '113632.372500', '113632.832500', '113633.292500', '113633.752500', '113634.212500', '113634.672500', '113635.132500', '113635.592500', '113636.052500', '113636.512500', '113636.972500', '113637.432500', '113637.892500', '113638.352500', '113638.812500', '113639.272500', '113639.732500', '113640.192500', '113640.652500', '113641.112500', '113641.572500', '113642.032500', '113642.492500', '113642.952500', '113643.412500', '113643.872500', '113644.332500', '113644.792500', '113645.252500', '113645.712500', '113646.172500', '113646.632500', '113647.092500', '113647.552500', '113648.012500', '113648.472500', '113648.932500'], 'ContentTime': ['113033.617000', '113033.620000', '113033.623000', '113033.625000', '113033.628000', '113033.630000', '113033.633000', '113033.635000', '113033.638000', '113033.640000', '113033.643000', '113033.646000', '113033.648000', '113033.651000', '113033.653000', '113033.656000', '113033.658000', '113033.661000', '113033.663000', '113033.666000', '113033.669000', '113033.671000', '113033.674000', '113033.679000', '113033.682000', '113033.684000', '113033.687000', '113033.689000', '113033.692000', '113033.695000', '113033.697000', '113033.700000', '113033.702000', '113033.705000', '113033.707000', '113033.710000', '113033.712000', '113033.715000', '113033.718000', '113033.720000', '113033.723000', '113033.725000', '113033.728000', '113033.730000', '113033.733000', '113033.736000', '113033.738000', '113033.741000', '113033.743000', '113033.746000', '113033.748000', '113053.588000', '113053.591000', '113053.594000', '113053.597000', '113053.599000', '113053.602000', '113053.605000', '113053.607000', '113053.610000', '113053.612000', '113053.615000', '113053.617000', '113053.620000', '113053.622000', '113053.625000', '113053.627000', '113053.630000', '113053.633000', '113053.635000', '113053.638000', '113053.647000', '113053.650000', '113053.652000', '113053.655000', '113053.657000', '113053.660000', '113053.662000', '113053.665000', '113053.667000', '113053.670000', '113053.673000', '113053.675000', '113053.678000', '113053.680000', '113053.683000', '113053.685000', '113053.688000', '113053.691000', '113053.693000', '113053.696000', '113053.698000', '113053.701000', '113053.703000', '113053.706000', '113113.589000', '113113.591000', '113113.594000', '113113.597000', '113113.599000', '113113.602000', '113113.605000', '113113.607000', '113113.610000', '113113.613000', '113113.615000', '113113.618000', '113113.621000', '113113.623000', '113113.626000', '113113.641000', '113113.643000', '113113.646000', '113113.649000', '113113.651000', '113113.654000', '113113.656000', '113113.659000', '113113.661000', '113113.664000', '113113.666000', '113113.669000', '113113.672000', '113113.674000', '113113.677000', '113113.679000', '113113.682000', '113113.684000', '113113.687000', '113113.690000', '113113.692000', '113113.695000', '113113.697000', '113113.700000', '113113.702000', '113113.705000', '113113.708000', '113113.710000', '113133.589000', '113133.591000', '113133.594000', '113133.597000', '113133.599000', '113133.602000', '113133.605000', '113133.607000', '113133.610000', '113133.612000', '113133.615000', '113133.617000', '113133.620000', '113133.623000', '113133.625000', '113133.628000', '113133.630000', '113133.633000', '113133.635000', '113133.638000', '113133.641000', '113133.643000', '113133.646000', '113133.648000', '113133.651000', '113133.653000', '113133.656000', '113133.659000', '113133.661000', '113133.664000', '113133.666000', '113133.669000', '113133.672000', '113133.674000', '113133.677000', '113133.679000', '113133.682000', '113133.684000', '113133.687000', '113133.689000', '113133.692000', '113133.695000', '113133.697000', '113133.700000', '113153.588000', '113153.604000', '113153.607000', '113153.609000', '113153.612000', '113153.614000', '113153.617000', '113153.620000', '113153.622000', '113153.625000', '113153.627000', '113153.630000', '113153.633000', '113153.635000', '113153.638000', '113153.640000', '113153.643000', '113153.646000', '113153.648000', '113153.651000', '113153.656000', '113153.658000', '113153.661000', '113153.663000', '113153.666000', '113153.668000', '113153.671000', '113153.674000', '113153.676000', '113153.679000', '113153.681000', '113153.684000', '113153.686000', '113153.689000', '113153.692000', '113153.694000', '113153.697000', '113153.699000', '113153.702000', '113153.704000', '113153.707000', '113153.709000', '113153.712000', '113153.714000', '113213.589000', '113213.591000', '113213.594000', '113213.597000', '113213.599000', '113213.602000', '113213.605000', '113213.607000', '113213.610000', '113213.612000', '113213.615000', '113213.617000', '113213.620000', '113213.622000', '113213.625000', '113213.628000', '113213.630000', '113213.633000', '113213.636000', '113213.638000', '113213.641000', '113213.644000', '113213.646000', '113213.649000', '113213.651000', '113213.654000', '113213.657000', '113213.659000', '113213.662000', '113213.664000', '113213.667000', '113213.670000', '113213.672000', '113213.675000', '113213.677000', '113213.680000', '113213.682000', '113213.685000', '113213.688000', '113213.690000', '113213.693000', '113213.695000', '113213.698000', '113233.589000', '113233.591000', '113233.594000', '113233.597000', '113233.599000', '113233.602000', '113233.604000', '113233.607000', '113233.610000', '113233.612000', '113233.615000', '113233.617000', '113233.620000', '113233.623000', '113233.625000', '113233.628000', '113233.630000', '113233.633000', '113233.635000', '113233.638000', '113233.641000', '113233.643000', '113233.646000', '113233.648000', '113233.651000', '113233.653000', '113233.656000', '113233.659000', '113233.661000', '113233.664000', '113233.666000', '113233.669000', '113233.671000', '113233.674000', '113233.677000', '113233.679000', '113233.682000', '113233.684000', '113233.687000', '113233.689000', '113233.692000', '113233.694000', '113233.697000', '113233.700000', '113253.589000', '113253.592000', '113253.594000', '113253.597000', '113253.600000', '113253.602000', '113253.605000', '113253.607000', '113253.610000', '113253.612000', '113253.615000', '113253.618000', '113253.620000', '113253.623000', '113253.626000', '113253.628000', '113253.631000', '113253.633000', '113253.636000', '113253.638000', '113253.641000', '113253.644000', '113253.646000', '113253.649000', '113253.651000', '113253.654000', '113253.656000', '113253.659000', '113253.662000', '113253.664000', '113253.667000', '113253.669000', '113253.672000', '113253.674000', '113253.677000', '113253.680000', '113253.682000', '113253.685000', '113253.687000', '113253.690000', '113253.692000', '113253.695000', '113253.698000', '113313.588000', '113313.591000', '113313.594000', '113313.596000', '113313.599000', '113313.603000', '113313.606000', '113313.608000', '113313.611000', '113313.613000', '113313.616000', '113313.618000', '113313.621000', '113313.624000', '113313.626000', '113313.629000', '113313.632000', '113313.634000', '113313.637000', '113313.639000', '113313.642000', '113313.644000', '113313.647000', '113313.649000', '113313.652000', '113313.655000', '113313.658000', '113313.660000', '113313.663000', '113313.666000', '113313.668000', '113313.671000', '113313.673000', '113313.676000', '113313.678000', '113313.681000', '113313.684000', '113313.686000', '113313.689000', '113313.691000', '113313.704000', '113313.707000', '113313.709000', '113313.712000', '113333.589000', '113333.591000', '113333.594000', '113333.597000', '113333.599000', '113333.602000', '113333.605000', '113333.607000', '113333.610000', '113333.612000', '113333.615000', '113333.618000', '113333.620000', '113333.623000', '113333.625000', '113333.628000', '113333.630000', '113333.633000', '113333.636000', '113333.638000', '113333.641000', '113333.643000', '113333.646000', '113333.648000', '113333.651000', '113333.654000', '113333.656000', '113333.659000', '113333.661000', '113333.664000', '113333.667000', '113333.669000', '113333.672000', '113333.674000', '113333.677000', '113333.680000', '113333.682000', '113333.685000', '113333.687000', '113333.690000', '113333.693000', '113333.695000', '113333.698000', '113353.589000', '113353.592000', '113353.594000', '113353.597000', '113353.600000', '113353.602000', '113353.605000', '113353.607000', '113353.610000', '113353.613000', '113353.615000', '113353.618000', '113353.621000', '113353.623000', '113353.626000', '113353.628000', '113353.631000', '113353.633000', '113353.636000', '113353.639000', '113353.641000', '113353.644000', '113353.646000', '113353.649000', '113353.652000', '113353.654000', '113353.657000', '113353.659000', '113353.662000', '113353.665000', '113353.667000', '113353.670000', '113353.672000', '113353.675000', '113353.678000', '113353.680000', '113353.683000', '113353.685000', '113353.688000', '113353.690000', '113353.693000', '113353.696000', '113353.698000', '113353.701000', '113413.589000', '113413.592000', '113413.594000', '113413.597000', '113413.600000', '113413.602000', '113413.605000', '113413.607000', '113413.610000', '113413.613000', '113413.615000', '113413.618000', '113413.621000', '113413.623000', '113413.626000', '113413.629000', '113413.631000', '113413.634000', '113413.636000', '113413.639000', '113413.642000', '113413.644000', '113413.647000', '113413.650000', '113413.652000', '113413.655000', '113413.657000', '113413.660000', '113413.663000', '113413.665000', '113413.668000', '113413.670000', '113413.673000', '113413.676000', '113413.678000', '113413.681000', '113413.684000', '113413.686000', '113413.689000', '113413.692000', '113413.694000', '113413.697000', '113413.700000', '113433.589000', '113433.592000', '113433.594000', '113433.597000', '113433.599000', '113433.602000', '113433.605000', '113433.608000', '113433.610000', '113433.613000', '113433.616000', '113433.618000', '113433.621000', '113433.623000', '113433.626000', '113433.629000', '113433.631000', '113433.634000', '113433.636000', '113433.639000', '113433.642000', '113433.645000', '113433.647000', '113433.650000', '113433.652000', '113433.655000', '113433.658000', '113433.660000', '113433.663000', '113433.665000', '113433.668000', '113433.670000', '113433.673000', '113433.676000', '113433.678000', '113433.681000', '113433.683000', '113433.686000', '113433.689000', '113433.691000', '113433.694000', '113433.696000', '113433.699000', '113453.589000', '113453.591000', '113453.594000', '113453.597000', '113453.599000', '113453.602000', '113453.604000', '113453.607000', '113453.622000', '113453.625000', '113453.627000', '113453.630000', '113453.633000', '113453.635000', '113453.638000', '113453.640000', '113453.643000', '113453.645000', '113453.648000', '113453.650000', '113453.653000', '113453.656000', '113453.658000', '113453.661000', '113453.664000', '113453.666000', '113453.669000', '113453.671000', '113453.674000', '113453.677000', '113453.679000', '113453.682000', '113453.684000', '113453.687000', '113453.690000', '113453.692000', '113453.695000', '113453.698000', '113453.700000', '113453.703000', '113453.705000', '113453.708000', '113453.711000', '113453.713000', '113513.589000', '113513.591000', '113513.594000', '113513.597000', '113513.599000', '113513.602000', '113513.604000', '113513.607000', '113513.610000', '113513.612000', '113513.615000', '113513.618000', '113513.620000', '113513.623000', '113513.626000', '113513.628000', '113513.631000', '113513.634000', '113513.636000', '113513.639000', '113513.642000', '113513.644000', '113513.647000', '113513.649000', '113513.652000', '113513.655000', '113513.657000', '113513.660000', '113513.662000', '113513.665000', '113513.668000', '113513.670000', '113513.673000', '113513.675000', '113513.678000', '113513.680000', '113513.683000', '113513.686000', '113513.688000', '113513.691000', '113513.693000', '113513.696000', '113513.699000', '113533.589000', '113533.591000', '113533.594000', '113533.597000', '113533.599000', '113533.602000', '113533.605000', '113533.607000', '113533.610000', '113533.613000', '113533.615000', '113533.618000', '113533.621000', '113533.623000', '113533.626000', '113533.628000', '113533.631000', '113533.634000', '113533.636000', '113533.639000', '113533.641000', '113533.644000', '113533.647000', '113533.649000', '113533.652000', '113533.655000', '113533.657000', '113533.660000', '113533.670000', '113533.673000', '113533.675000', '113533.678000', '113533.680000', '113533.683000', '113533.686000', '113533.688000', '113533.691000', '113533.694000', '113533.696000', '113533.699000', '113533.701000', '113533.704000', '113533.706000', '113533.709000', '113553.589000', '113553.592000', '113553.594000', '113553.597000', '113553.599000', '113553.602000', '113553.605000', '113553.607000', '113553.610000', '113553.613000', '113553.615000', '113553.618000', '113553.620000', '113553.623000', '113553.626000', '113553.628000', '113553.631000', '113553.633000', '113553.636000', '113553.639000', '113553.641000', '113553.644000', '113553.646000', '113553.649000', '113553.652000', '113553.654000', '113553.657000', '113553.659000', '113553.662000', '113553.664000', '113553.667000', '113553.670000', '113553.672000', '113553.675000', '113553.678000', '113553.682000', '113553.685000', '113553.687000', '113553.690000', '113553.692000', '113553.695000', '113553.697000', '113553.700000', '113613.589000', '113613.592000', '113613.594000', '113613.597000', '113613.600000', '113613.602000', '113613.605000', '113613.607000', '113613.610000', '113613.613000', '113613.615000', '113613.618000', '113613.620000', '113613.623000', '113613.625000', '113613.628000', '113613.631000', '113613.633000', '113613.636000', '113613.639000', '113613.641000', '113613.644000', '113613.646000', '113613.649000', '113613.651000', '113613.654000', '113613.657000', '113613.659000', '113613.662000', '113613.664000', '113613.667000', '113613.669000', '113613.672000', '113613.683000', '113613.686000', '113613.688000', '113613.691000', '113613.694000', '113613.696000', '113613.699000', '113613.701000', '113613.704000', '113613.706000', '113613.709000', '113633.589000', '113633.592000', '113633.594000', '113633.597000', '113633.600000', '113633.602000', '113633.605000', '113633.608000', '113633.610000', '113633.613000', '113633.615000', '113633.618000', '113633.620000', '113633.623000', '113633.625000', '113633.628000', '113633.631000', '113633.633000', '113633.636000', '113633.639000', '113633.642000', '113633.644000', '113633.647000', '113633.650000', '113633.652000', '113633.655000', '113633.657000', '113633.660000', '113633.662000', '113633.665000', '113633.668000', '113633.670000', '113633.673000', '113633.676000', '113633.678000', '113633.681000', '113633.683000', '113633.686000', '113633.689000', '113633.691000', '113633.694000', '113633.696000', '113633.699000', '113650.670000', '113650.673000', '113650.676000', '113650.679000', '113650.681000', '113650.684000', '113650.686000', '113650.689000', '113650.692000', '113650.694000', '113650.697000', '113650.699000', '113650.702000', '113650.705000', '113650.708000', '113650.710000', '113650.713000', '113650.716000', '113650.719000', '113650.722000', '113650.725000', '113650.728000', '113650.731000', '113650.733000', '113650.736000', '113650.739000', '113650.742000', '113650.744000', '113650.747000', '113650.750000', '113650.752000', '113650.755000', '113650.758000', '113650.760000', '113650.763000', '113650.765000', '113650.768000', '113650.771000'], 'InstanceCreationTime': ['113033.617000', '113033.620000', '113033.623000', '113033.625000', '113033.628000', '113033.630000', '113033.633000', '113033.635000', '113033.638000', '113033.640000', '113033.643000', '113033.646000', '113033.648000', '113033.651000', '113033.653000', '113033.656000', '113033.658000', '113033.661000', '113033.663000', '113033.666000', '113033.669000', '113033.671000', '113033.674000', '113033.679000', '113033.682000', '113033.684000', '113033.687000', '113033.689000', '113033.692000', '113033.695000', '113033.697000', '113033.700000', '113033.702000', '113033.705000', '113033.707000', '113033.710000', '113033.712000', '113033.715000', '113033.718000', '113033.720000', '113033.723000', '113033.725000', '113033.728000', '113033.730000', '113033.733000', '113033.736000', '113033.738000', '113033.741000', '113033.743000', '113033.746000', '113033.748000', '113053.588000', '113053.591000', '113053.594000', '113053.597000', '113053.599000', '113053.602000', '113053.605000', '113053.607000', '113053.610000', '113053.612000', '113053.615000', '113053.617000', '113053.620000', '113053.622000', '113053.625000', '113053.627000', '113053.630000', '113053.633000', '113053.635000', '113053.638000', '113053.647000', '113053.650000', '113053.652000', '113053.655000', '113053.657000', '113053.660000', '113053.662000', '113053.665000', '113053.667000', '113053.670000', '113053.673000', '113053.675000', '113053.678000', '113053.680000', '113053.683000', '113053.685000', '113053.688000', '113053.691000', '113053.693000', '113053.696000', '113053.698000', '113053.701000', '113053.703000', '113053.706000', '113113.589000', '113113.591000', '113113.594000', '113113.597000', '113113.599000', '113113.602000', '113113.605000', '113113.607000', '113113.610000', '113113.613000', '113113.615000', '113113.618000', '113113.621000', '113113.623000', '113113.626000', '113113.641000', '113113.643000', '113113.646000', '113113.649000', '113113.651000', '113113.654000', '113113.656000', '113113.659000', '113113.661000', '113113.664000', '113113.666000', '113113.669000', '113113.672000', '113113.674000', '113113.677000', '113113.679000', '113113.682000', '113113.684000', '113113.687000', '113113.690000', '113113.692000', '113113.695000', '113113.697000', '113113.700000', '113113.702000', '113113.705000', '113113.708000', '113113.710000', '113133.589000', '113133.591000', '113133.594000', '113133.597000', '113133.599000', '113133.602000', '113133.605000', '113133.607000', '113133.610000', '113133.612000', '113133.615000', '113133.617000', '113133.620000', '113133.623000', '113133.625000', '113133.628000', '113133.630000', '113133.633000', '113133.635000', '113133.638000', '113133.641000', '113133.643000', '113133.646000', '113133.648000', '113133.651000', '113133.653000', '113133.656000', '113133.659000', '113133.661000', '113133.664000', '113133.666000', '113133.669000', '113133.672000', '113133.674000', '113133.677000', '113133.679000', '113133.682000', '113133.684000', '113133.687000', '113133.689000', '113133.692000', '113133.695000', '113133.697000', '113133.700000', '113153.588000', '113153.604000', '113153.607000', '113153.609000', '113153.612000', '113153.614000', '113153.617000', '113153.620000', '113153.622000', '113153.625000', '113153.627000', '113153.630000', '113153.633000', '113153.635000', '113153.638000', '113153.640000', '113153.643000', '113153.646000', '113153.648000', '113153.651000', '113153.656000', '113153.658000', '113153.661000', '113153.663000', '113153.666000', '113153.668000', '113153.671000', '113153.674000', '113153.676000', '113153.679000', '113153.681000', '113153.684000', '113153.686000', '113153.689000', '113153.692000', '113153.694000', '113153.697000', '113153.699000', '113153.702000', '113153.704000', '113153.707000', '113153.709000', '113153.712000', '113153.714000', '113213.589000', '113213.591000', '113213.594000', '113213.597000', '113213.599000', '113213.602000', '113213.605000', '113213.607000', '113213.610000', '113213.612000', '113213.615000', '113213.617000', '113213.620000', '113213.622000', '113213.625000', '113213.628000', '113213.630000', '113213.633000', '113213.636000', '113213.638000', '113213.641000', '113213.644000', '113213.646000', '113213.649000', '113213.651000', '113213.654000', '113213.657000', '113213.659000', '113213.662000', '113213.664000', '113213.667000', '113213.670000', '113213.672000', '113213.675000', '113213.677000', '113213.680000', '113213.682000', '113213.685000', '113213.688000', '113213.690000', '113213.693000', '113213.695000', '113213.698000', '113233.589000', '113233.591000', '113233.594000', '113233.597000', '113233.599000', '113233.602000', '113233.604000', '113233.607000', '113233.610000', '113233.612000', '113233.615000', '113233.617000', '113233.620000', '113233.623000', '113233.625000', '113233.628000', '113233.630000', '113233.633000', '113233.635000', '113233.638000', '113233.641000', '113233.643000', '113233.646000', '113233.648000', '113233.651000', '113233.653000', '113233.656000', '113233.659000', '113233.661000', '113233.664000', '113233.666000', '113233.669000', '113233.671000', '113233.674000', '113233.677000', '113233.679000', '113233.682000', '113233.684000', '113233.687000', '113233.689000', '113233.692000', '113233.694000', '113233.697000', '113233.700000', '113253.589000', '113253.592000', '113253.594000', '113253.597000', '113253.600000', '113253.602000', '113253.605000', '113253.607000', '113253.610000', '113253.612000', '113253.615000', '113253.618000', '113253.620000', '113253.623000', '113253.626000', '113253.628000', '113253.631000', '113253.633000', '113253.636000', '113253.638000', '113253.641000', '113253.644000', '113253.646000', '113253.649000', '113253.651000', '113253.654000', '113253.656000', '113253.659000', '113253.662000', '113253.664000', '113253.667000', '113253.669000', '113253.672000', '113253.674000', '113253.677000', '113253.680000', '113253.682000', '113253.685000', '113253.687000', '113253.690000', '113253.692000', '113253.695000', '113253.698000', '113313.588000', '113313.591000', '113313.594000', '113313.596000', '113313.599000', '113313.603000', '113313.606000', '113313.608000', '113313.611000', '113313.613000', '113313.616000', '113313.618000', '113313.621000', '113313.624000', '113313.626000', '113313.629000', '113313.632000', '113313.634000', '113313.637000', '113313.639000', '113313.642000', '113313.644000', '113313.647000', '113313.649000', '113313.652000', '113313.655000', '113313.658000', '113313.660000', '113313.663000', '113313.666000', '113313.668000', '113313.671000', '113313.673000', '113313.676000', '113313.678000', '113313.681000', '113313.684000', '113313.686000', '113313.689000', '113313.691000', '113313.704000', '113313.707000', '113313.709000', '113313.712000', '113333.589000', '113333.591000', '113333.594000', '113333.597000', '113333.599000', '113333.602000', '113333.605000', '113333.607000', '113333.610000', '113333.612000', '113333.615000', '113333.618000', '113333.620000', '113333.623000', '113333.625000', '113333.628000', '113333.630000', '113333.633000', '113333.636000', '113333.638000', '113333.641000', '113333.643000', '113333.646000', '113333.648000', '113333.651000', '113333.654000', '113333.656000', '113333.659000', '113333.661000', '113333.664000', '113333.667000', '113333.669000', '113333.672000', '113333.674000', '113333.677000', '113333.680000', '113333.682000', '113333.685000', '113333.687000', '113333.690000', '113333.693000', '113333.695000', '113333.698000', '113353.589000', '113353.592000', '113353.594000', '113353.597000', '113353.600000', '113353.602000', '113353.605000', '113353.607000', '113353.610000', '113353.613000', '113353.615000', '113353.618000', '113353.621000', '113353.623000', '113353.626000', '113353.628000', '113353.631000', '113353.633000', '113353.636000', '113353.639000', '113353.641000', '113353.644000', '113353.646000', '113353.649000', '113353.652000', '113353.654000', '113353.657000', '113353.659000', '113353.662000', '113353.665000', '113353.667000', '113353.670000', '113353.672000', '113353.675000', '113353.678000', '113353.680000', '113353.683000', '113353.685000', '113353.688000', '113353.690000', '113353.693000', '113353.696000', '113353.698000', '113353.701000', '113413.589000', '113413.592000', '113413.594000', '113413.597000', '113413.600000', '113413.602000', '113413.605000', '113413.607000', '113413.610000', '113413.613000', '113413.615000', '113413.618000', '113413.621000', '113413.623000', '113413.626000', '113413.629000', '113413.631000', '113413.634000', '113413.636000', '113413.639000', '113413.642000', '113413.644000', '113413.647000', '113413.650000', '113413.652000', '113413.655000', '113413.657000', '113413.660000', '113413.663000', '113413.665000', '113413.668000', '113413.670000', '113413.673000', '113413.676000', '113413.678000', '113413.681000', '113413.684000', '113413.686000', '113413.689000', '113413.692000', '113413.694000', '113413.697000', '113413.700000', '113433.589000', '113433.592000', '113433.594000', '113433.597000', '113433.599000', '113433.602000', '113433.605000', '113433.608000', '113433.610000', '113433.613000', '113433.616000', '113433.618000', '113433.621000', '113433.623000', '113433.626000', '113433.629000', '113433.631000', '113433.634000', '113433.636000', '113433.639000', '113433.642000', '113433.645000', '113433.647000', '113433.650000', '113433.652000', '113433.655000', '113433.658000', '113433.660000', '113433.663000', '113433.665000', '113433.668000', '113433.670000', '113433.673000', '113433.676000', '113433.678000', '113433.681000', '113433.683000', '113433.686000', '113433.689000', '113433.691000', '113433.694000', '113433.696000', '113433.699000', '113453.589000', '113453.591000', '113453.594000', '113453.597000', '113453.599000', '113453.602000', '113453.604000', '113453.607000', '113453.622000', '113453.625000', '113453.627000', '113453.630000', '113453.633000', '113453.635000', '113453.638000', '113453.640000', '113453.643000', '113453.645000', '113453.648000', '113453.650000', '113453.653000', '113453.656000', '113453.658000', '113453.661000', '113453.664000', '113453.666000', '113453.669000', '113453.671000', '113453.674000', '113453.677000', '113453.679000', '113453.682000', '113453.684000', '113453.687000', '113453.690000', '113453.692000', '113453.695000', '113453.698000', '113453.700000', '113453.703000', '113453.705000', '113453.708000', '113453.711000', '113453.713000', '113513.589000', '113513.591000', '113513.594000', '113513.597000', '113513.599000', '113513.602000', '113513.604000', '113513.607000', '113513.610000', '113513.612000', '113513.615000', '113513.618000', '113513.620000', '113513.623000', '113513.626000', '113513.628000', '113513.631000', '113513.634000', '113513.636000', '113513.639000', '113513.642000', '113513.644000', '113513.647000', '113513.649000', '113513.652000', '113513.655000', '113513.657000', '113513.660000', '113513.662000', '113513.665000', '113513.668000', '113513.670000', '113513.673000', '113513.675000', '113513.678000', '113513.680000', '113513.683000', '113513.686000', '113513.688000', '113513.691000', '113513.693000', '113513.696000', '113513.699000', '113533.589000', '113533.591000', '113533.594000', '113533.597000', '113533.599000', '113533.602000', '113533.605000', '113533.607000', '113533.610000', '113533.613000', '113533.615000', '113533.618000', '113533.621000', '113533.623000', '113533.626000', '113533.628000', '113533.631000', '113533.634000', '113533.636000', '113533.639000', '113533.641000', '113533.644000', '113533.647000', '113533.649000', '113533.652000', '113533.655000', '113533.657000', '113533.660000', '113533.670000', '113533.673000', '113533.675000', '113533.678000', '113533.680000', '113533.683000', '113533.686000', '113533.688000', '113533.691000', '113533.694000', '113533.696000', '113533.699000', '113533.701000', '113533.704000', '113533.706000', '113533.709000', '113553.589000', '113553.592000', '113553.594000', '113553.597000', '113553.599000', '113553.602000', '113553.605000', '113553.607000', '113553.610000', '113553.613000', '113553.615000', '113553.618000', '113553.620000', '113553.623000', '113553.626000', '113553.628000', '113553.631000', '113553.633000', '113553.636000', '113553.639000', '113553.641000', '113553.644000', '113553.646000', '113553.649000', '113553.652000', '113553.654000', '113553.657000', '113553.659000', '113553.662000', '113553.664000', '113553.667000', '113553.670000', '113553.672000', '113553.675000', '113553.678000', '113553.682000', '113553.685000', '113553.687000', '113553.690000', '113553.692000', '113553.695000', '113553.697000', '113553.700000', '113613.589000', '113613.592000', '113613.594000', '113613.597000', '113613.600000', '113613.602000', '113613.605000', '113613.607000', '113613.610000', '113613.613000', '113613.615000', '113613.618000', '113613.620000', '113613.623000', '113613.625000', '113613.628000', '113613.631000', '113613.633000', '113613.636000', '113613.639000', '113613.641000', '113613.644000', '113613.646000', '113613.649000', '113613.651000', '113613.654000', '113613.657000', '113613.659000', '113613.662000', '113613.664000', '113613.667000', '113613.669000', '113613.672000', '113613.683000', '113613.686000', '113613.688000', '113613.691000', '113613.694000', '113613.696000', '113613.699000', '113613.701000', '113613.704000', '113613.706000', '113613.709000', '113633.589000', '113633.592000', '113633.594000', '113633.597000', '113633.600000', '113633.602000', '113633.605000', '113633.608000', '113633.610000', '113633.613000', '113633.615000', '113633.618000', '113633.620000', '113633.623000', '113633.625000', '113633.628000', '113633.631000', '113633.633000', '113633.636000', '113633.639000', '113633.642000', '113633.644000', '113633.647000', '113633.650000', '113633.652000', '113633.655000', '113633.657000', '113633.660000', '113633.662000', '113633.665000', '113633.668000', '113633.670000', '113633.673000', '113633.676000', '113633.678000', '113633.681000', '113633.683000', '113633.686000', '113633.689000', '113633.691000', '113633.694000', '113633.696000', '113633.699000', '113650.670000', '113650.673000', '113650.676000', '113650.679000', '113650.681000', '113650.684000', '113650.686000', '113650.689000', '113650.692000', '113650.694000', '113650.697000', '113650.699000', '113650.702000', '113650.705000', '113650.708000', '113650.710000', '113650.713000', '113650.716000', '113650.719000', '113650.722000', '113650.725000', '113650.728000', '113650.731000', '113650.733000', '113650.736000', '113650.739000', '113650.742000', '113650.744000', '113650.747000', '113650.750000', '113650.752000', '113650.755000', '113650.758000', '113650.760000', '113650.763000', '113650.765000', '113650.768000', '113650.771000'], '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], 'LargestImagePixelValue': [10462, 13729, 10103, 14262, 9803, 12578, 9342, 8202, 9596, 7235, 12886, 8502, 13935, 9153, 14560, 9131, 14078, 9047, 14268, 9170, 13805, 8111, 13725, 8598, 14362, 9430, 15376, 9940, 14275, 9423, 12665, 9336, 12095, 10509, 10278, 11389, 8252, 12359, 7980, 13694, 8862, 14100, 8047, 13481, 8172, 14224, 9635, 15226, 9956, 13512, 9631, 11691, 9690, 11094, 10731, 7482, 13560, 8546, 15347, 10137, 13606, 10208, 9560, 11138, 7500, 11999, 8109, 13013, 8201, 14939, 9027, 11919, 9164, 10603, 10920, 7446, 12929, 7937, 12955, 8928, 9269, 12194, 7758, 14681, 8766, 8386, 11920, 8099, 15745, 9929, 11342, 9217, 7358, 12126, 8388, 14985, 9855, 9304, 11377, 7862, 14838, 9983, 9542, 10591, 7550, 14336, 10157, 9980, 10369, 7637, 13495, 8198, 12247, 9091, 8594, 12130, 8876, 15744, 9271, 8691, 10961, 7417, 13949, 9498, 8215, 11251, 7454, 14433, 9338, 15883, 10941, 17583, 9725, 14726, 9127, 12198, 8322, 7181, 10323, 7444, 13803, 8378, 9247, 10794, 7529, 14005, 9223, 13938, 10225, 14977, 12209, 8636, 16063, 9058, 14535, 8993, 11288, 10670, 7339, 12921, 7588, 14247, 8890, 10744, 10468, 7403, 13559, 8237, 15123, 9523, 13450, 9961, 13659, 9445, 8534, 10462, 7217, 12790, 8441, 14553, 9446, 14292, 9438, 10805, 8885, 9930, 10487, 7889, 12161, 7273, 13689, 8669, 14288, 9944, 16731, 9873, 12764, 9278, 10483, 9299, 7628, 11619, 7067, 13919, 8886, 14127, 9814, 11046, 10616, 9627, 12847, 8174, 15869, 11635, 16853, 11991, 8838, 12795, 8060, 13640, 8764, 15671, 9336, 15309, 8709, 10861, 8404, 8508, 10007, 8574, 12158, 7393, 12971, 8100, 14124, 8948, 14102, 9645, 14341, 10151, 13900, 9935, 13243, 9984, 13191, 9531, 12107, 9485, 9363, 9906, 8258, 11760, 9465, 12460, 8183, 13670, 7669, 13881, 8880, 14221, 9473, 14986, 9847, 13270, 9662, 15055, 10304, 17630, 12171, 17852, 10413, 15077, 10006, 15124, 11355, 14794, 9287, 9065, 9008, 7884, 11071, 8028, 12287, 7050, 13139, 7695, 13902, 8756, 14195, 9205, 14015, 9322, 13752, 9615, 15236, 10465, 16256, 9511, 13653, 10002, 13078, 9501, 12232, 9425, 8075, 10112, 7239, 12220, 7824, 14185, 8410, 14034, 8482, 14140, 8808, 13645, 9261, 13767, 9254, 13229, 9457, 13500, 9689, 13541, 9462, 10342, 8897, 10590, 9891, 13491, 9865, 18003, 11290, 16102, 10041, 13661, 9206, 12306, 9391, 11493, 9472, 7997, 10183, 7737, 11443, 9353, 11965, 7682, 12630, 8019, 13475, 8291, 13980, 9188, 14371, 9514, 12261, 9179, 10613, 9247, 7305, 11623, 7394, 13311, 9149, 13654, 9432, 13738, 8446, 13876, 8927, 15001, 10366, 16316, 9314, 13749, 9788, 13910, 9894, 12758, 9814, 8587, 10480, 7696, 12438, 8745, 13203, 8170, 13587, 7944, 13686, 8375, 14111, 9412, 14053, 9110, 12425, 9168, 11178, 9478, 8279, 10806, 7085, 13126, 8117, 14027, 9227, 14076, 9437, 11555, 9441, 11728, 10449, 11115, 11786, 7517, 13684, 8179, 14008, 9714, 17256, 9747, 13368, 9601, 11422, 9220, 8642, 10557, 7272, 13645, 8460, 14661, 9733, 15998, 10232, 15459, 10452, 14656, 10854, 10104, 10627, 8415, 12885, 8267, 15051, 9150, 9756, 8650, 7242, 12558, 8468, 14452, 9321, 12646, 9677, 11159, 10728, 9380, 13657, 7738, 13674, 9344, 12256, 9979, 8469, 11294, 7417, 14357, 9066, 15122, 9892, 15031, 9476, 10409, 10595, 9693, 12079, 10276, 13166, 8550, 13230, 8118, 13692, 9068, 13916, 9283, 10070, 8404, 7483, 10977, 7420, 13324, 8255, 13736, 8820, 13633, 9502, 16905, 10535, 16272, 9222, 8612, 10135, 7280, 13581, 8356, 12102, 8327, 8001, 11236, 7848, 13814, 8249, 13817, 9077, 13676, 9838, 13495, 9787, 8934, 10473, 7484, 12525, 7872, 13884, 8824, 14171, 9295, 10419, 8915, 8966, 11557, 8185, 13735, 8511, 13105, 9678, 14141, 10010, 15729, 10345, 7399, 11944, 7546, 13846, 8539, 12910, 8584, 10309, 9277, 10359, 10901, 7744, 13561, 8335, 14606, 9810, 15446, 9897, 12443, 10426, 7596, 12680, 7776, 13894, 8779, 14633, 9015, 9501, 9015, 7833, 11498, 8476, 13813, 8376, 13754, 8830, 13292, 9326, 10769, 9631, 7271, 11359, 7434, 13649, 8617, 14641, 9842, 10249, 8981, 7957, 11156, 7669, 13530, 8584, 13860, 8694, 13768, 9432, 13413, 9604, 12520, 9206, 7475, 11362, 7827, 12711, 8243, 13848, 7975, 12133, 8657, 10723, 9157, 8160, 10862, 7756, 12181, 10610, 12305, 13681, 12294, 8570, 12634, 7952, 13432, 9630, 15779, 8549, 12676, 8809, 12988, 9078, 10487, 9347, 7327, 11175, 7751, 13380, 8926, 14390, 9423, 13512, 9504, 13748, 9736, 14686, 10051, 11939, 9504, 7427, 11746, 7466, 13643, 9015, 14388, 8609, 10147, 8255, 7831, 11148, 7480, 13307, 7901, 13712, 8154, 12972, 11913, 14105, 8397, 12724, 7854, 13177, 8699, 13895, 9165, 10372, 8382, 7354, 11598, 8061, 14160, 9132, 14254, 9143, 13644, 9178, 13780, 9560, 15728, 9259, 13818, 9168, 13382, 9202, 11629, 8937, 7239, 10368, 7467, 13368, 8466, 14616, 9421, 10985, 9547, 8931, 11507, 8459, 13658, 8634, 13558, 9442, 9674, 10410, 8116, 13625, 8174, 14123, 8951, 11292, 9378, 7939, 11737, 7488, 14447, 9104, 11474, 9953, 8540, 12986, 8045, 14135, 9306, 13039, 9199, 10102, 10130, 7689, 12817, 8246, 14590, 9763, 11841, 9684, 7756, 12394, 8077, 14489, 9888, 16827, 10804, 7644, 12091, 8050, 15185, 9834, 15631, 9220, 7427, 10077, 7823, 13033, 8337, 13956, 8190, 11620, 8128, 10144, 10319, 7765, 13426, 8229, 14778, 9664, 12406, 10386, 7990, 13564, 8457, 13145, 8775, 10503, 10358, 7672, 12709, 7607, 13539, 8408, 11239, 8921, 9176, 10416, 7877, 12596, 8158, 13483, 8706, 13167, 8443, 13842, 8755, 10799, 8470, 8460, 9734, 7434, 12036, 7658, 12838, 8146, 13179, 8266, 12748, 8524, 13675, 8585, 10591, 8863, 7387, 12301, 8858, 14160, 9088, 8898, 11090, 7842, 14200, 9186, 14667, 11570, 15853, 10052, 14194, 9210, 13774, 9177, 14323, 9714, 13746, 8742, 11178, 8449, 11142, 8911, 9872, 9313, 9239, 10176, 11370, 11133, 13257, 11232, 10283, 10790, 9577, 11863, 12468, 12132, 12033, 11431, 7906, 12042, 7940, 14065, 8672, 14800, 8681, 14111, 9526, 14984, 10288], 'WindowCenter': [4487.0, 4502.0, 4459.0, 4485.0, 4445.0, 4463.0, 4433.0, 4423.0, 4443.0, 4414.0, 4477.0, 4436.0, 4486.0, 4446.0, 4485.0, 4444.0, 4472.0, 4422.0, 4473.0, 4432.0, 4462.0, 4411.0, 4460.0, 4410.0, 4459.0, 4419.0, 4470.0, 4428.0, 4459.0, 4417.0, 4447.0, 4417.0, 4439.0, 4429.0, 4417.0, 4438.0, 4397.0, 4436.0, 4397.0, 4458.0, 4419.0, 4458.0, 4409.0, 4458.0, 4410.0, 4459.0, 4429.0, 4469.0, 4440.0, 4461.0, 4432.0, 4451.0, 4430.0, 4439.0, 4440.0, 4400.0, 4460.0, 4420.0, 4470.0, 4441.0, 4459.0, 4441.0, 4419.0, 4442.0, 4415.0, 4480.0, 4425.0, 4459.0, 4408.0, 4469.0, 4420.0, 4450.0, 4429.0, 4441.0, 4456.0, 4441.0, 4476.0, 4424.0, 4460.0, 4430.0, 4420.0, 4450.0, 4399.0, 4468.0, 4419.0, 4409.0, 4451.0, 4413.0, 4482.0, 4445.0, 4453.0, 4431.0, 4400.0, 4449.0, 4420.0, 4472.0, 4432.0, 4431.0, 4451.0, 4411.0, 4470.0, 4429.0, 4418.0, 4429.0, 4400.0, 4472.0, 4455.0, 4443.0, 4441.0, 4400.0, 4460.0, 4409.0, 4448.0, 4419.0, 4409.0, 4450.0, 4421.0, 4470.0, 4419.0, 4420.0, 4439.0, 4401.0, 4459.0, 4431.0, 4411.0, 4450.0, 4399.0, 4471.0, 4420.0, 4471.0, 4440.0, 4479.0, 4419.0, 4459.0, 4419.0, 4477.0, 4422.0, 4389.0, 4438.0, 4399.0, 4469.0, 4423.0, 4433.0, 4454.0, 4425.0, 4485.0, 4445.0, 4471.0, 4443.0, 4472.0, 4451.0, 4410.0, 4469.0, 4420.0, 4459.0, 4408.0, 4428.0, 4429.0, 4388.0, 4448.0, 4399.0, 4458.0, 4419.0, 4439.0, 4441.0, 4401.0, 4461.0, 4420.0, 4471.0, 4431.0, 4458.0, 4430.0, 4459.0, 4419.0, 4408.0, 4428.0, 4388.0, 4448.0, 4409.0, 4470.0, 4431.0, 4471.0, 4434.0, 4453.0, 4432.0, 4442.0, 4443.0, 4413.0, 4462.0, 4413.0, 4473.0, 4422.0, 4473.0, 4444.0, 4483.0, 4443.0, 4461.0, 4433.0, 4454.0, 4434.0, 4412.0, 4462.0, 4415.0, 4484.0, 4444.0, 4485.0, 4458.0, 4467.0, 4457.0, 4458.0, 4488.0, 4423.0, 4485.0, 4455.0, 4495.0, 4454.0, 4423.0, 4463.0, 4412.0, 4460.0, 4408.0, 4470.0, 4419.0, 4459.0, 4408.0, 4440.0, 4410.0, 4420.0, 4441.0, 4421.0, 4462.0, 4402.0, 4461.0, 4413.0, 4472.0, 4422.0, 4470.0, 4433.0, 4472.0, 4432.0, 4461.0, 4432.0, 4461.0, 4432.0, 4448.0, 4431.0, 4450.0, 4432.0, 4431.0, 4442.0, 4422.0, 4464.0, 4432.0, 4462.0, 4422.0, 4474.0, 4412.0, 4473.0, 4434.0, 4473.0, 4445.0, 4484.0, 4445.0, 4474.0, 4444.0, 4473.0, 4443.0, 4483.0, 4453.0, 4481.0, 4440.0, 4460.0, 4418.0, 4458.0, 4439.0, 4459.0, 4418.0, 4417.0, 4419.0, 4408.0, 4451.0, 4411.0, 4461.0, 4405.0, 4473.0, 4424.0, 4474.0, 4434.0, 4474.0, 4434.0, 4473.0, 4432.0, 4461.0, 4432.0, 4472.0, 4429.0, 4470.0, 4419.0, 4448.0, 4417.0, 4447.0, 4418.0, 4437.0, 4417.0, 4399.0, 4429.0, 4399.0, 4448.0, 4399.0, 4459.0, 4409.0, 4459.0, 4420.0, 4459.0, 4419.0, 4458.0, 4420.0, 4447.0, 4419.0, 4448.0, 4419.0, 4448.0, 4418.0, 4447.0, 4418.0, 4429.0, 4420.0, 4429.0, 4428.0, 4449.0, 4419.0, 4469.0, 4439.0, 4457.0, 4416.0, 4445.0, 4418.0, 4436.0, 4418.0, 4450.0, 4430.0, 4410.0, 4440.0, 4410.0, 4451.0, 4432.0, 4463.0, 4412.0, 4462.0, 4412.0, 4472.0, 4412.0, 4472.0, 4432.0, 4472.0, 4433.0, 4460.0, 4434.0, 4455.0, 4433.0, 4414.0, 4464.0, 4414.0, 4474.0, 4434.0, 4475.0, 4433.0, 4474.0, 4421.0, 4462.0, 4421.0, 4471.0, 4430.0, 4470.0, 4418.0, 4449.0, 4418.0, 4446.0, 4416.0, 4437.0, 4416.0, 4406.0, 4427.0, 4397.0, 4448.0, 4408.0, 4449.0, 4407.0, 4459.0, 4409.0, 4457.0, 4407.0, 4458.0, 4420.0, 4459.0, 4419.0, 4449.0, 4419.0, 4441.0, 4431.0, 4411.0, 4441.0, 4403.0, 4461.0, 4413.0, 4471.0, 4433.0, 4473.0, 4433.0, 4452.0, 4431.0, 4450.0, 4441.0, 4440.0, 4450.0, 4400.0, 4460.0, 4410.0, 4460.0, 4421.0, 4480.0, 4431.0, 4459.0, 4432.0, 4452.0, 4432.0, 4420.0, 4441.0, 4402.0, 4471.0, 4422.0, 4473.0, 4432.0, 4483.0, 4443.0, 4471.0, 4441.0, 4459.0, 4441.0, 4429.0, 4430.0, 4422.0, 4463.0, 4411.0, 4470.0, 4431.0, 4431.0, 4421.0, 4402.0, 4464.0, 4424.0, 4474.0, 4435.0, 4463.0, 4433.0, 4442.0, 4443.0, 4421.0, 4462.0, 4401.0, 4461.0, 4421.0, 4449.0, 4431.0, 4410.0, 4440.0, 4400.0, 4460.0, 4419.0, 4459.0, 4431.0, 4460.0, 4419.0, 4428.0, 4428.0, 4417.0, 4437.0, 4416.0, 4438.0, 4396.0, 4435.0, 4386.0, 4444.0, 4406.0, 4446.0, 4418.0, 4418.0, 4410.0, 4401.0, 4440.0, 4401.0, 4461.0, 4411.0, 4461.0, 4422.0, 4460.0, 4431.0, 4470.0, 4431.0, 4469.0, 4419.0, 4409.0, 4428.0, 4388.0, 4449.0, 4409.0, 4449.0, 4410.0, 4410.0, 4439.0, 4412.0, 4473.0, 4423.0, 4464.0, 4422.0, 4460.0, 4431.0, 4460.0, 4429.0, 4419.0, 4429.0, 4389.0, 4449.0, 4398.0, 4459.0, 4409.0, 4459.0, 4420.0, 4440.0, 4420.0, 4420.0, 4451.0, 4411.0, 4461.0, 4422.0, 4461.0, 4431.0, 4460.0, 4419.0, 4459.0, 4429.0, 4390.0, 4448.0, 4399.0, 4448.0, 4409.0, 4459.0, 4420.0, 4430.0, 4421.0, 4430.0, 4441.0, 4400.0, 4459.0, 4410.0, 4460.0, 4418.0, 4458.0, 4418.0, 4437.0, 4417.0, 4386.0, 4436.0, 4385.0, 4446.0, 4406.0, 4457.0, 4408.0, 4418.0, 4418.0, 4397.0, 4439.0, 4409.0, 4459.0, 4409.0, 4449.0, 4409.0, 4448.0, 4419.0, 4428.0, 4418.0, 4388.0, 4428.0, 4388.0, 4458.0, 4409.0, 4460.0, 4430.0, 4429.0, 4420.0, 4411.0, 4440.0, 4400.0, 4459.0, 4410.0, 4460.0, 4409.0, 4460.0, 4421.0, 4450.0, 4421.0, 4449.0, 4419.0, 4389.0, 4439.0, 4399.0, 4450.0, 4409.0, 4460.0, 4411.0, 4462.0, 4423.0, 4441.0, 4433.0, 4412.0, 4452.0, 4414.0, 4462.0, 4442.0, 4453.0, 4461.0, 4451.0, 4409.0, 4438.0, 4396.0, 4437.0, 4406.0, 4456.0, 4394.0, 4435.0, 4406.0, 4448.0, 4406.0, 4428.0, 4418.0, 4400.0, 4439.0, 4399.0, 4449.0, 4409.0, 4460.0, 4419.0, 4449.0, 4418.0, 4448.0, 4419.0, 4447.0, 4418.0, 4426.0, 4406.0, 4376.0, 4436.0, 4386.0, 4446.0, 4408.0, 4459.0, 4409.0, 4429.0, 4409.0, 4400.0, 4452.0, 4402.0, 4462.0, 4412.0, 4461.0, 4401.0, 4451.0, 4439.0, 4450.0, 4398.0, 4438.0, 4398.0, 4447.0, 4396.0, 4446.0, 4407.0, 4417.0, 4408.0, 4400.0, 4452.0, 4411.0, 4461.0, 4421.0, 4461.0, 4420.0, 4458.0, 4418.0, 4449.0, 4419.0, 4459.0, 4417.0, 4447.0, 4419.0, 4448.0, 4407.0, 4427.0, 4406.0, 4387.0, 4430.0, 4389.0, 4458.0, 4411.0, 4470.0, 4432.0, 4439.0, 4431.0, 4420.0, 4451.0, 4410.0, 4449.0, 4410.0, 4449.0, 4418.0, 4418.0, 4427.0, 4398.0, 4449.0, 4399.0, 4459.0, 4421.0, 4428.0, 4408.0, 4398.0, 4438.0, 4389.0, 4459.0, 4419.0, 4439.0, 4430.0, 4410.0, 4449.0, 4399.0, 4459.0, 4420.0, 4448.0, 4419.0, 4418.0, 4426.0, 4399.0, 4449.0, 4411.0, 4459.0, 4431.0, 4440.0, 4420.0, 4401.0, 4451.0, 4410.0, 4459.0, 4421.0, 4470.0, 4428.0, 4387.0, 4438.0, 4399.0, 4458.0, 4418.0, 4456.0, 4407.0, 4387.0, 4417.0, 4399.0, 4448.0, 4409.0, 4456.0, 4409.0, 4439.0, 4409.0, 4428.0, 4429.0, 4399.0, 4459.0, 4409.0, 4459.0, 4419.0, 4438.0, 4418.0, 4386.0, 4447.0, 4397.0, 4448.0, 4396.0, 4415.0, 4416.0, 4386.0, 4437.0, 4388.0, 4447.0, 4398.0, 4426.0, 4407.0, 4407.0, 4427.0, 4397.0, 4437.0, 4398.0, 4446.0, 4395.0, 4436.0, 4396.0, 4445.0, 4396.0, 4425.0, 4397.0, 4406.0, 4418.0, 4388.0, 4449.0, 4401.0, 4459.0, 4412.0, 4462.0, 4412.0, 4450.0, 4412.0, 4474.0, 4422.0, 4442.0, 4423.0, 4403.0, 4464.0, 4435.0, 4474.0, 4435.0, 4435.0, 4454.0, 4413.0, 4473.0, 4422.0, 4474.0, 4442.0, 4473.0, 4419.0, 4449.0, 4408.0, 4446.0, 4407.0, 4446.0, 4419.0, 4459.0, 4421.0, 4450.0, 4412.0, 4439.0, 4432.0, 4431.0, 4434.0, 4434.0, 4443.0, 4452.0, 4454.0, 4464.0, 4454.0, 4442.0, 4442.0, 4431.0, 4452.0, 4451.0, 4451.0, 4440.0, 4440.0, 4400.0, 4450.0, 4409.0, 4473.0, 4422.0, 4473.0, 4424.0, 4474.0, 4445.0, 4473.0, 4445.0], 'WindowWidth': [9887.0, 9896.0, 9832.0, 9858.0, 9804.0, 9824.0, 9785.0, 9771.0, 9796.0, 9757.0, 9845.0, 9792.0, 9860.0, 9805.0, 9856.0, 9798.0, 9832.0, 9764.0, 9837.0, 9776.0, 9818.0, 9748.0, 9811.0, 9743.0, 9809.0, 9755.0, 9827.0, 9765.0, 9811.0, 9751.0, 9789.0, 9751.0, 9779.0, 9767.0, 9749.0, 9777.0, 9720.0, 9772.0, 9722.0, 9805.0, 9754.0, 9805.0, 9741.0, 9806.0, 9744.0, 9807.0, 9770.0, 9824.0, 9787.0, 9815.0, 9777.0, 9800.0, 9771.0, 9782.0, 9785.0, 9732.0, 9810.0, 9759.0, 9825.0, 9787.0, 9810.0, 9788.0, 9755.0, 9788.0, 9761.0, 9860.0, 9775.0, 9809.0, 9741.0, 9826.0, 9759.0, 9797.0, 9771.0, 9787.0, 9816.0, 9811.0, 9848.0, 9772.0, 9813.0, 9773.0, 9757.0, 9800.0, 9727.0, 9821.0, 9757.0, 9743.0, 9800.0, 9755.0, 9848.0, 9799.0, 9811.0, 9776.0, 9732.0, 9796.0, 9761.0, 9833.0, 9776.0, 9776.0, 9799.0, 9747.0, 9826.0, 9770.0, 9753.0, 9767.0, 9730.0, 9832.0, 9814.0, 9794.0, 9788.0, 9732.0, 9814.0, 9742.0, 9794.0, 9754.0, 9741.0, 9797.0, 9759.0, 9830.0, 9756.0, 9757.0, 9782.0, 9733.0, 9809.0, 9774.0, 9748.0, 9800.0, 9733.0, 9830.0, 9758.0, 9833.0, 9785.0, 9840.0, 9756.0, 9809.0, 9756.0, 9848.0, 9766.0, 9716.0, 9780.0, 9730.0, 9824.0, 9768.0, 9782.0, 9812.0, 9774.0, 9855.0, 9801.0, 9832.0, 9794.0, 9830.0, 9803.0, 9742.0, 9827.0, 9757.0, 9809.0, 9738.0, 9765.0, 9768.0, 9711.0, 9793.0, 9727.0, 9804.0, 9756.0, 9783.0, 9787.0, 9735.0, 9816.0, 9761.0, 9829.0, 9774.0, 9808.0, 9771.0, 9807.0, 9753.0, 9739.0, 9764.0, 9713.0, 9792.0, 9743.0, 9824.0, 9775.0, 9830.0, 9783.0, 9805.0, 9778.0, 9790.0, 9793.0, 9753.0, 9819.0, 9756.0, 9833.0, 9765.0, 9837.0, 9797.0, 9852.0, 9794.0, 9817.0, 9780.0, 9812.0, 9783.0, 9753.0, 9818.0, 9760.0, 9851.0, 9801.0, 9855.0, 9824.0, 9835.0, 9820.0, 9822.0, 9864.0, 9767.0, 9859.0, 9813.0, 9869.0, 9811.0, 9766.0, 9821.0, 9747.0, 9811.0, 9738.0, 9828.0, 9752.0, 9810.0, 9740.0, 9783.0, 9744.0, 9757.0, 9788.0, 9760.0, 9817.0, 9737.0, 9816.0, 9755.0, 9831.0, 9764.0, 9827.0, 9780.0, 9831.0, 9778.0, 9816.0, 9776.0, 9815.0, 9776.0, 9794.0, 9775.0, 9798.0, 9777.0, 9775.0, 9790.0, 9763.0, 9824.0, 9777.0, 9817.0, 9763.0, 9835.0, 9752.0, 9832.0, 9782.0, 9834.0, 9800.0, 9851.0, 9801.0, 9838.0, 9798.0, 9836.0, 9793.0, 9852.0, 9805.0, 9845.0, 9783.0, 9812.0, 9752.0, 9805.0, 9779.0, 9807.0, 9751.0, 9751.0, 9755.0, 9739.0, 9802.0, 9749.0, 9814.0, 9746.0, 9835.0, 9771.0, 9837.0, 9784.0, 9839.0, 9784.0, 9836.0, 9778.0, 9816.0, 9775.0, 9833.0, 9768.0, 9829.0, 9754.0, 9791.0, 9747.0, 9786.0, 9751.0, 9775.0, 9750.0, 9729.0, 9769.0, 9729.0, 9791.0, 9727.0, 9807.0, 9741.0, 9809.0, 9757.0, 9808.0, 9755.0, 9807.0, 9756.0, 9791.0, 9754.0, 9791.0, 9753.0, 9790.0, 9753.0, 9789.0, 9753.0, 9768.0, 9757.0, 9766.0, 9764.0, 9793.0, 9752.0, 9824.0, 9778.0, 9804.0, 9747.0, 9785.0, 9750.0, 9773.0, 9752.0, 9797.0, 9769.0, 9745.0, 9784.0, 9745.0, 9800.0, 9776.0, 9818.0, 9749.0, 9816.0, 9749.0, 9830.0, 9749.0, 9831.0, 9776.0, 9832.0, 9779.0, 9815.0, 9782.0, 9813.0, 9780.0, 9757.0, 9825.0, 9759.0, 9837.0, 9783.0, 9842.0, 9781.0, 9837.0, 9760.0, 9818.0, 9758.0, 9831.0, 9768.0, 9828.0, 9751.0, 9794.0, 9750.0, 9786.0, 9745.0, 9772.0, 9746.0, 9731.0, 9760.0, 9721.0, 9788.0, 9735.0, 9792.0, 9734.0, 9806.0, 9742.0, 9801.0, 9736.0, 9805.0, 9755.0, 9808.0, 9754.0, 9794.0, 9755.0, 9785.0, 9772.0, 9745.0, 9788.0, 9739.0, 9813.0, 9750.0, 9829.0, 9780.0, 9834.0, 9781.0, 9803.0, 9775.0, 9796.0, 9787.0, 9783.0, 9797.0, 9729.0, 9810.0, 9742.0, 9809.0, 9758.0, 9841.0, 9772.0, 9808.0, 9775.0, 9803.0, 9775.0, 9757.0, 9787.0, 9736.0, 9828.0, 9764.0, 9833.0, 9777.0, 9849.0, 9792.0, 9828.0, 9785.0, 9807.0, 9785.0, 9766.0, 9768.0, 9762.0, 9818.0, 9746.0, 9825.0, 9772.0, 9775.0, 9761.0, 9735.0, 9822.0, 9770.0, 9837.0, 9787.0, 9821.0, 9780.0, 9789.0, 9791.0, 9759.0, 9817.0, 9732.0, 9812.0, 9757.0, 9794.0, 9773.0, 9742.0, 9785.0, 9731.0, 9809.0, 9754.0, 9810.0, 9771.0, 9809.0, 9753.0, 9764.0, 9761.0, 9747.0, 9772.0, 9744.0, 9777.0, 9715.0, 9769.0, 9701.0, 9778.0, 9729.0, 9782.0, 9750.0, 9749.0, 9742.0, 9735.0, 9784.0, 9731.0, 9814.0, 9747.0, 9814.0, 9761.0, 9811.0, 9773.0, 9827.0, 9772.0, 9821.0, 9751.0, 9737.0, 9761.0, 9708.0, 9791.0, 9739.0, 9793.0, 9743.0, 9743.0, 9781.0, 9748.0, 9834.0, 9765.0, 9820.0, 9762.0, 9811.0, 9772.0, 9811.0, 9768.0, 9753.0, 9765.0, 9712.0, 9791.0, 9722.0, 9807.0, 9739.0, 9808.0, 9754.0, 9782.0, 9755.0, 9754.0, 9798.0, 9745.0, 9815.0, 9762.0, 9814.0, 9773.0, 9809.0, 9752.0, 9807.0, 9765.0, 9715.0, 9791.0, 9725.0, 9791.0, 9741.0, 9808.0, 9757.0, 9768.0, 9758.0, 9769.0, 9784.0, 9730.0, 9809.0, 9741.0, 9810.0, 9750.0, 9804.0, 9750.0, 9773.0, 9745.0, 9703.0, 9768.0, 9700.0, 9785.0, 9731.0, 9800.0, 9734.0, 9750.0, 9750.0, 9723.0, 9778.0, 9738.0, 9808.0, 9739.0, 9794.0, 9738.0, 9792.0, 9751.0, 9761.0, 9749.0, 9708.0, 9761.0, 9711.0, 9803.0, 9740.0, 9808.0, 9768.0, 9766.0, 9755.0, 9746.0, 9782.0, 9727.0, 9809.0, 9743.0, 9812.0, 9741.0, 9810.0, 9757.0, 9795.0, 9758.0, 9792.0, 9753.0, 9712.0, 9777.0, 9724.0, 9793.0, 9739.0, 9810.0, 9746.0, 9817.0, 9764.0, 9785.0, 9777.0, 9749.0, 9802.0, 9752.0, 9816.0, 9786.0, 9805.0, 9813.0, 9799.0, 9739.0, 9775.0, 9717.0, 9775.0, 9728.0, 9800.0, 9710.0, 9766.0, 9729.0, 9786.0, 9731.0, 9763.0, 9750.0, 9729.0, 9777.0, 9727.0, 9791.0, 9739.0, 9809.0, 9752.0, 9793.0, 9749.0, 9791.0, 9751.0, 9788.0, 9747.0, 9756.0, 9729.0, 9688.0, 9768.0, 9704.0, 9783.0, 9736.0, 9807.0, 9739.0, 9765.0, 9739.0, 9729.0, 9802.0, 9735.0, 9815.0, 9747.0, 9813.0, 9731.0, 9800.0, 9777.0, 9796.0, 9721.0, 9774.0, 9724.0, 9785.0, 9717.0, 9785.0, 9732.0, 9747.0, 9737.0, 9730.0, 9804.0, 9746.0, 9813.0, 9760.0, 9813.0, 9755.0, 9805.0, 9751.0, 9795.0, 9750.0, 9808.0, 9746.0, 9789.0, 9751.0, 9786.0, 9732.0, 9757.0, 9731.0, 9708.0, 9767.0, 9712.0, 9803.0, 9744.0, 9823.0, 9774.0, 9782.0, 9770.0, 9754.0, 9798.0, 9742.0, 9793.0, 9739.0, 9791.0, 9749.0, 9746.0, 9759.0, 9720.0, 9792.0, 9723.0, 9809.0, 9759.0, 9762.0, 9735.0, 9721.0, 9775.0, 9713.0, 9805.0, 9752.0, 9777.0, 9767.0, 9740.0, 9793.0, 9725.0, 9805.0, 9753.0, 9789.0, 9750.0, 9748.0, 9757.0, 9724.0, 9790.0, 9744.0, 9806.0, 9771.0, 9781.0, 9755.0, 9730.0, 9797.0, 9743.0, 9809.0, 9756.0, 9822.0, 9762.0, 9707.0, 9774.0, 9724.0, 9804.0, 9747.0, 9799.0, 9732.0, 9707.0, 9747.0, 9727.0, 9789.0, 9738.0, 9801.0, 9738.0, 9781.0, 9740.0, 9763.0, 9765.0, 9724.0, 9806.0, 9739.0, 9808.0, 9751.0, 9774.0, 9747.0, 9703.0, 9787.0, 9717.0, 9789.0, 9716.0, 9739.0, 9740.0, 9702.0, 9772.0, 9708.0, 9787.0, 9722.0, 9756.0, 9732.0, 9732.0, 9758.0, 9720.0, 9771.0, 9720.0, 9783.0, 9712.0, 9771.0, 9714.0, 9782.0, 9716.0, 9752.0, 9720.0, 9732.0, 9748.0, 9710.0, 9790.0, 9732.0, 9807.0, 9747.0, 9813.0, 9748.0, 9793.0, 9747.0, 9834.0, 9762.0, 9789.0, 9764.0, 9740.0, 9821.0, 9786.0, 9836.0, 9785.0, 9785.0, 9808.0, 9752.0, 9833.0, 9763.0, 9838.0, 9789.0, 9838.0, 9752.0, 9795.0, 9735.0, 9784.0, 9734.0, 9786.0, 9750.0, 9805.0, 9757.0, 9797.0, 9749.0, 9781.0, 9776.0, 9774.0, 9782.0, 9782.0, 9793.0, 9802.0, 9810.0, 9822.0, 9808.0, 9790.0, 9789.0, 9772.0, 9799.0, 9797.0, 9799.0, 9781.0, 9781.0, 9729.0, 9795.0, 9742.0, 9831.0, 9764.0, 9831.0, 9768.0, 9834.0, 9798.0, 9832.0, 9798.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.001492574712643678</td></tr>
<tr><td colspan=3>aqi</td><td>0.02417666735632184</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.14722340332566</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2848395095512104</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0102408477905631</td></tr>
<tr><td colspan=3>efc</td><td>0.485</td></tr>
<tr><td colspan=3>fber</td><td>6329.0142</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07221718501484972</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3793103448275863</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.447130409865323</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.357578216518228</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.709831571756217</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2739814413215242</td></tr>
<tr><td colspan=3>gcor</td><td>0.00915824</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017301997169852257</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0336279459297657</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.976881979953984</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.3536</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8499</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.9262</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295641.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>849.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>334.4966</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7204</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.7055</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3603.9656</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3805.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1255.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4687.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.7738</td></tr>
<tr><td colspan=3>tsnr</td><td>40.79092227644287</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>