ds005256-mriqc/sub-0025_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 3be8ee40fe [DATALAD RUNCMD] Compute MRIQC for sub-0025
=== 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-0025 --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-0025",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 17:07:59 +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-0025_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0025_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0025_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-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0025/ses-03/func/sub-0025_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a525bb7be80ed57acc90bec0bc315d10</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:37:46.787500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999581, 0.0237873, 0.0164756, -0.0237311, 0.999712, -0.00360201]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0927202</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7712, -7222, 600, -56, -11, -122, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>288.042</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5de40b54-665d-4685-825a-0f3581dd47ed||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818034648895264, -0.06366871297359467, 0.04470270499587059, 113.54895782470703], [-0.06381966173648834, 2.6821539402008057, -0.008665688335895538, -94.49252319335938], [0.04420289024710655, 0.009663919918239117, 2.699615955352783, -64.56947326660156], [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': ['113746.787500', '113747.247500', '113747.707500', '113748.167500', '113748.627500', '113749.087500', '113749.547500', '113750.007500', '113750.467500', '113750.927500', '113751.387500', '113751.847500', '113752.307500', '113752.767500', '113753.227500', '113753.687500', '113754.147500', '113754.607500', '113755.067500', '113755.527500', '113755.987500', '113756.447500', '113756.907500', '113757.367500', '113757.827500', '113758.287500', '113758.747500', '113759.207500', '113759.667500', '113800.127500', '113800.587500', '113801.047500', '113801.507500', '113801.967500', '113802.427500', '113802.887500', '113803.347500', '113803.807500', '113804.267500', '113804.727500', '113805.187500', '113805.647500', '113806.107500', '113806.567500', '113807.027500', '113807.487500', '113807.947500', '113808.407500', '113808.867500', '113809.327500', '113809.787500', '113810.247500', '113810.707500', '113811.167500', '113811.627500', '113812.087500', '113812.547500', '113813.007500', '113813.467500', '113813.927500', '113814.387500', '113814.847500', '113815.307500', '113815.767500', '113816.227500', '113816.687500', '113817.147500', '113817.607500', '113818.067500', '113818.527500', '113818.987500', '113819.447500', '113819.907500', '113820.367500', '113820.827500', '113821.287500', '113821.747500', '113822.207500', '113822.667500', '113823.127500', '113823.587500', '113824.047500', '113824.507500', '113824.967500', '113825.427500', '113825.887500', '113826.347500', '113826.807500', '113827.267500', '113827.727500', '113828.187500', '113828.647500', '113829.107500', '113829.567500', '113830.027500', '113830.487500', '113830.947500', '113831.407500', '113831.867500', '113832.327500', '113832.787500', '113833.247500', '113833.707500', '113834.167500', '113834.627500', '113835.087500', '113835.547500', '113836.007500', '113836.467500', '113836.927500', '113837.387500', '113837.847500', '113838.307500', '113838.767500', '113839.227500', '113839.687500', '113840.147500', '113840.607500', '113841.067500', '113841.527500', '113841.987500', '113842.447500', '113842.907500', '113843.367500', '113843.827500', '113844.287500', '113844.747500', '113845.207500', '113845.667500', '113846.127500', '113846.587500', '113847.047500', '113847.507500', '113847.967500', '113848.427500', '113848.887500', '113849.347500', '113849.807500', '113850.267500', '113850.727500', '113851.187500', '113851.647500', '113852.107500', '113852.567500', '113853.027500', '113853.487500', '113853.947500', '113854.407500', '113854.867500', '113855.327500', '113855.787500', '113856.247500', '113856.707500', '113857.167500', '113857.627500', '113858.087500', '113858.547500', '113859.007500', '113859.467500', '113859.927500', '113900.387500', '113900.847500', '113901.307500', '113901.767500', '113902.227500', '113902.687500', '113903.147500', '113903.607500', '113904.067500', '113904.527500', '113904.987500', '113905.447500', '113905.907500', '113906.367500', '113906.827500', '113907.287500', '113907.747500', '113908.207500', '113908.667500', '113909.127500', '113909.587500', '113910.047500', '113910.507500', '113910.967500', '113911.427500', '113911.887500', '113912.347500', '113912.807500', '113913.267500', '113913.727500', '113914.187500', '113914.647500', '113915.107500', '113915.567500', '113916.027500', '113916.487500', '113916.947500', '113917.407500', '113917.867500', '113918.327500', '113918.787500', '113919.247500', '113919.707500', '113920.167500', '113920.627500', '113921.087500', '113921.547500', '113922.007500', '113922.467500', '113922.927500', '113923.387500', '113923.847500', '113924.307500', '113924.767500', '113925.227500', '113925.687500', '113926.147500', '113926.607500', '113927.067500', '113927.527500', '113927.987500', '113928.447500', '113928.907500', '113929.367500', '113929.827500', '113930.287500', '113930.747500', '113931.207500', '113931.667500', '113932.127500', '113932.587500', '113933.047500', '113933.507500', '113933.967500', '113934.427500', '113934.887500', '113935.347500', '113935.807500', '113936.267500', '113936.727500', '113937.187500', '113937.647500', '113938.107500', '113938.567500', '113939.027500', '113939.487500', '113939.947500', '113940.407500', '113940.867500', '113941.327500', '113941.787500', '113942.247500', '113942.707500', '113943.167500', '113943.627500', '113944.087500', '113944.547500', '113945.007500', '113945.467500', '113945.927500', '113946.387500', '113946.847500', '113947.307500', '113947.767500', '113948.227500', '113948.687500', '113949.147500', '113949.607500', '113950.067500', '113950.527500', '113950.987500', '113951.447500', '113951.907500', '113952.367500', '113952.827500', '113953.287500', '113953.747500', '113954.207500', '113954.667500', '113955.127500', '113955.587500', '113956.047500', '113956.507500', '113956.967500', '113957.427500', '113957.887500', '113958.347500', '113958.807500', '113959.267500', '113959.727500', '114000.187500', '114000.647500', '114001.107500', '114001.567500', '114002.027500', '114002.487500', '114002.947500', '114003.407500', '114003.867500', '114004.327500', '114004.787500', '114005.247500', '114005.707500', '114006.167500', '114006.627500', '114007.087500', '114007.547500', '114008.007500', '114008.467500', '114008.927500', '114009.387500', '114009.847500', '114010.307500', '114010.767500', '114011.227500', '114011.687500', '114012.147500', '114012.607500', '114013.067500', '114013.527500', '114013.987500', '114014.447500', '114014.907500', '114015.367500', '114015.827500', '114016.287500', '114016.747500', '114017.207500', '114017.667500', '114018.127500', '114018.587500', '114019.047500', '114019.507500', '114019.967500', '114020.427500', '114020.887500', '114021.347500', '114021.807500', '114022.267500', '114022.727500', '114023.187500', '114023.647500', '114024.107500', '114024.567500', '114025.027500', '114025.487500', '114025.947500', '114026.407500', '114026.867500', '114027.327500', '114027.787500', '114028.247500', '114028.707500', '114029.167500', '114029.627500', '114030.087500', '114030.547500', '114031.007500', '114031.467500', '114031.927500', '114032.387500', '114032.847500', '114033.307500', '114033.767500', '114034.227500', '114034.687500', '114035.147500', '114035.607500', '114036.067500', '114036.527500', '114036.987500', '114037.447500', '114037.907500', '114038.367500', '114038.827500', '114039.287500', '114039.747500', '114040.207500', '114040.667500', '114041.127500', '114041.587500', '114042.047500', '114042.507500', '114042.967500', '114043.427500', '114043.887500', '114044.347500', '114044.807500', '114045.267500', '114045.727500', '114046.187500', '114046.647500', '114047.107500', '114047.567500', '114048.027500', '114048.487500', '114048.947500', '114049.407500', '114049.867500', '114050.327500', '114050.787500', '114051.247500', '114051.707500', '114052.167500', '114052.627500', '114053.087500', '114053.547500', '114054.007500', '114054.467500', '114054.927500', '114055.387500', '114055.847500', '114056.307500', '114056.767500', '114057.227500', '114057.687500', '114058.147500', '114058.607500', '114059.067500', '114059.527500', '114059.987500', '114100.447500', '114100.907500', '114101.367500', '114101.827500', '114102.287500', '114102.747500', '114103.207500', '114103.667500', '114104.127500', '114104.587500', '114105.047500', '114105.507500', '114105.967500', '114106.427500', '114106.887500', '114107.347500', '114107.807500', '114108.267500', '114108.727500', '114109.187500', '114109.647500', '114110.107500', '114110.567500', '114111.027500', '114111.487500', '114111.947500', '114112.407500', '114112.867500', '114113.327500', '114113.787500', '114114.247500', '114114.707500', '114115.167500', '114115.627500', '114116.087500', '114116.547500', '114117.007500', '114117.467500', '114117.927500', '114118.387500', '114118.847500', '114119.307500', '114119.767500', '114120.227500', '114120.687500', '114121.147500', '114121.607500', '114122.067500', '114122.527500', '114122.987500', '114123.447500', '114123.907500', '114124.367500', '114124.827500', '114125.287500', '114125.747500', '114126.207500', '114126.667500', '114127.127500', '114127.587500', '114128.047500', '114128.507500', '114128.967500', '114129.427500', '114129.887500', '114130.347500', '114130.807500', '114131.267500', '114131.727500', '114132.187500', '114132.647500', '114133.107500', '114133.567500', '114134.027500', '114134.487500', '114134.947500', '114135.407500', '114135.867500', '114136.327500', '114136.787500', '114137.247500', '114137.707500', '114138.167500', '114138.627500', '114139.087500', '114139.547500', '114140.007500', '114140.467500', '114140.927500', '114141.387500', '114141.847500', '114142.307500', '114142.767500', '114143.227500', '114143.687500', '114144.147500', '114144.607500', '114145.067500', '114145.527500', '114145.987500', '114146.447500', '114146.907500', '114147.367500', '114147.827500', '114148.287500', '114148.747500', '114149.207500', '114149.667500', '114150.127500', '114150.587500', '114151.047500', '114151.507500', '114151.967500', '114152.427500', '114152.887500', '114153.347500', '114153.807500', '114154.267500', '114154.727500', '114155.187500', '114155.647500', '114156.107500', '114156.567500', '114157.027500', '114157.487500', '114157.947500', '114158.407500', '114158.867500', '114159.327500', '114159.787500', '114200.247500', '114200.707500', '114201.167500', '114201.627500', '114202.087500', '114202.547500', '114203.007500', '114203.467500', '114203.927500', '114204.387500', '114204.847500', '114205.307500', '114205.767500', '114206.227500', '114206.687500', '114207.147500', '114207.607500', '114208.067500', '114208.527500', '114208.987500', '114209.447500', '114209.907500', '114210.367500', '114210.827500', '114211.287500', '114211.747500', '114212.207500', '114212.667500', '114213.127500', '114213.587500', '114214.047500', '114214.507500', '114214.967500', '114215.427500', '114215.887500', '114216.347500', '114216.807500', '114217.267500', '114217.727500', '114218.187500', '114218.647500', '114219.107500', '114219.567500', '114220.027500', '114220.487500', '114220.947500', '114221.407500', '114221.867500', '114222.327500', '114222.787500', '114223.247500', '114223.707500', '114224.167500', '114224.627500', '114225.087500', '114225.547500', '114226.007500', '114226.467500', '114226.927500', '114227.387500', '114227.847500', '114228.307500', '114228.767500', '114229.227500', '114229.687500', '114230.147500', '114230.607500', '114231.067500', '114231.527500', '114231.987500', '114232.447500', '114232.907500', '114233.367500', '114233.827500', '114234.287500', '114234.747500', '114235.207500', '114235.667500', '114236.127500', '114236.587500', '114237.047500', '114237.507500', '114237.967500', '114238.427500', '114238.887500', '114239.347500', '114239.807500', '114240.267500', '114240.727500', '114241.187500', '114241.647500', '114242.107500', '114242.567500', '114243.027500', '114243.487500', '114243.947500', '114244.407500', '114244.867500', '114245.327500', '114245.787500', '114246.247500', '114246.707500', '114247.167500', '114247.627500', '114248.087500', '114248.547500', '114249.007500', '114249.467500', '114249.927500', '114250.387500', '114250.847500', '114251.307500', '114251.767500', '114252.227500', '114252.687500', '114253.147500', '114253.607500', '114254.067500', '114254.527500', '114254.987500', '114255.447500', '114255.907500', '114256.367500', '114256.827500', '114257.287500', '114257.747500', '114258.207500', '114258.667500', '114259.127500', '114259.587500', '114300.047500', '114300.507500', '114300.967500', '114301.427500', '114301.887500', '114302.347500', '114302.807500', '114303.267500', '114303.727500', '114304.187500', '114304.647500', '114305.107500', '114305.567500', '114306.027500', '114306.487500', '114306.947500', '114307.407500', '114307.867500', '114308.327500', '114308.787500', '114309.247500', '114309.707500', '114310.167500', '114310.627500', '114311.087500', '114311.547500', '114312.007500', '114312.467500', '114312.927500', '114313.387500', '114313.847500', '114314.307500', '114314.767500', '114315.227500', '114315.687500', '114316.147500', '114316.607500', '114317.067500', '114317.527500', '114317.987500', '114318.447500', '114318.907500', '114319.367500', '114319.827500', '114320.287500', '114320.747500', '114321.207500', '114321.667500', '114322.127500', '114322.587500', '114323.047500', '114323.507500', '114323.967500', '114324.427500', '114324.887500', '114325.347500', '114325.807500', '114326.267500', '114326.727500', '114327.187500', '114327.647500', '114328.107500', '114328.567500', '114329.027500', '114329.487500', '114329.947500', '114330.407500', '114330.867500', '114331.327500', '114331.787500', '114332.247500', '114332.707500', '114333.167500', '114333.627500', '114334.087500', '114334.547500', '114335.007500', '114335.467500', '114335.927500', '114336.387500', '114336.847500', '114337.307500', '114337.767500', '114338.227500', '114338.687500', '114339.147500', '114339.607500', '114340.067500', '114340.527500', '114340.987500', '114341.447500', '114341.907500', '114342.367500', '114342.827500', '114343.287500', '114343.747500', '114344.207500', '114344.667500', '114345.127500', '114345.587500', '114346.047500', '114346.507500', '114346.967500', '114347.427500', '114347.887500', '114348.347500', '114348.807500', '114349.267500', '114349.727500', '114350.187500', '114350.647500', '114351.107500', '114351.567500', '114352.027500', '114352.487500', '114352.947500', '114353.407500', '114353.867500', '114354.327500', '114354.787500', '114355.247500', '114355.707500', '114356.167500', '114356.627500', '114357.087500', '114357.547500', '114358.007500', '114358.467500', '114358.927500', '114359.387500', '114359.847500', '114400.307500', '114400.767500', '114401.227500', '114401.687500', '114402.147500', '114402.607500', '114403.067500', '114403.527500', '114403.987500', '114404.447500', '114404.907500', '114405.367500', '114405.827500', '114406.287500', '114406.747500', '114407.207500', '114407.667500', '114408.127500', '114408.587500', '114409.047500', '114409.507500', '114409.967500', '114410.427500', '114410.887500', '114411.347500', '114411.807500', '114412.267500', '114412.727500', '114413.187500', '114413.647500', '114414.107500', '114414.567500', '114415.027500', '114415.487500', '114415.947500', '114416.407500', '114416.867500', '114417.327500', '114417.787500', '114418.247500', '114418.707500', '114419.167500', '114419.627500', '114420.087500', '114420.547500', '114421.007500', '114421.467500', '114421.927500', '114422.387500', '114422.847500', '114423.307500', '114423.767500', '114424.227500', '114424.687500', '114425.147500', '114425.607500', '114426.067500', '114426.527500', '114426.987500', '114427.447500'], 'ContentTime': ['113803.872000', '113803.875000', '113803.878000', '113803.880000', '113803.883000', '113803.886000', '113803.889000', '113803.892000', '113803.895000', '113803.897000', '113803.900000', '113803.903000', '113803.908000', '113803.911000', '113803.914000', '113803.917000', '113803.920000', '113803.923000', '113803.926000', '113803.928000', '113803.931000', '113803.934000', '113803.945000', '113803.948000', '113803.951000', '113803.954000', '113803.957000', '113803.963000', '113803.966000', '113803.969000', '113803.971000', '113803.974000', '113803.977000', '113803.980000', '113803.983000', '113823.842000', '113823.845000', '113823.848000', '113823.850000', '113823.853000', '113823.856000', '113823.875000', '113823.878000', '113823.881000', '113823.884000', '113823.887000', '113823.889000', '113823.892000', '113823.895000', '113823.898000', '113823.901000', '113823.904000', '113823.906000', '113823.909000', '113823.912000', '113823.915000', '113823.918000', '113823.920000', '113823.923000', '113823.926000', '113823.929000', '113823.932000', '113823.934000', '113823.937000', '113823.940000', '113823.943000', '113823.946000', '113823.948000', '113823.951000', '113823.954000', '113823.957000', '113823.960000', '113823.963000', '113823.965000', '113823.968000', '113823.971000', '113823.974000', '113823.977000', '113823.979000', '113843.842000', '113843.850000', '113843.853000', '113843.856000', '113843.858000', '113843.861000', '113843.864000', '113843.867000', '113843.871000', '113843.874000', '113843.877000', '113843.880000', '113843.883000', '113843.885000', '113843.888000', '113843.891000', '113843.894000', '113843.897000', '113843.899000', '113843.902000', '113843.905000', '113843.908000', '113843.911000', '113843.914000', '113843.916000', '113843.919000', '113843.922000', '113843.925000', '113843.928000', '113843.931000', '113843.934000', '113843.936000', '113843.939000', '113843.942000', '113843.947000', '113843.951000', '113843.954000', '113843.957000', '113843.960000', '113843.963000', '113843.966000', '113843.969000', '113843.972000', '113903.842000', '113903.845000', '113903.848000', '113903.851000', '113903.853000', '113903.856000', '113903.859000', '113903.862000', '113903.865000', '113903.868000', '113903.870000', '113903.873000', '113903.876000', '113903.879000', '113903.882000', '113903.885000', '113903.888000', '113903.890000', '113903.893000', '113903.896000', '113903.899000', '113903.902000', '113903.904000', '113903.907000', '113903.910000', '113903.913000', '113903.916000', '113903.918000', '113903.921000', '113903.924000', '113903.927000', '113903.930000', '113903.933000', '113903.936000', '113903.938000', '113903.941000', '113903.944000', '113903.947000', '113903.950000', '113903.953000', '113903.955000', '113903.958000', '113903.961000', '113903.964000', '113923.842000', '113923.845000', '113923.848000', '113923.851000', '113923.854000', '113923.856000', '113923.859000', '113923.862000', '113923.865000', '113923.868000', '113923.870000', '113923.873000', '113923.876000', '113923.879000', '113923.882000', '113923.885000', '113923.887000', '113923.890000', '113923.893000', '113923.896000', '113923.899000', '113923.902000', '113923.904000', '113923.907000', '113923.910000', '113923.913000', '113923.916000', '113923.919000', '113923.921000', '113923.924000', '113923.927000', '113923.930000', '113923.933000', '113923.936000', '113923.939000', '113923.941000', '113923.944000', '113923.947000', '113923.950000', '113923.953000', '113923.955000', '113923.958000', '113923.961000', '113943.842000', '113943.845000', '113943.848000', '113943.851000', '113943.853000', '113943.856000', '113943.859000', '113943.862000', '113943.865000', '113943.868000', '113943.870000', '113943.873000', '113943.876000', '113943.879000', '113943.882000', '113943.884000', '113943.887000', '113943.890000', '113943.893000', '113943.896000', '113943.899000', '113943.901000', '113943.904000', '113943.907000', '113943.915000', '113943.918000', '113943.921000', '113943.924000', '113943.927000', '113943.930000', '113943.932000', '113943.935000', '113943.938000', '113943.941000', '113943.944000', '113943.947000', '113943.949000', '113943.952000', '113943.955000', '113943.958000', '113943.961000', '113943.964000', '113943.966000', '113943.969000', '114003.843000', '114003.866000', '114003.869000', '114003.872000', '114003.874000', '114003.877000', '114003.880000', '114003.883000', '114003.886000', '114003.889000', '114003.892000', '114003.894000', '114003.897000', '114003.900000', '114003.903000', '114003.906000', '114003.909000', '114003.912000', '114003.915000', '114003.918000', '114003.921000', '114003.923000', '114003.926000', '114003.929000', '114003.932000', '114003.935000', '114003.938000', '114003.941000', '114003.943000', '114003.946000', '114003.949000', '114003.952000', '114003.955000', '114003.958000', '114003.960000', '114003.963000', '114003.966000', '114003.969000', '114003.972000', '114003.975000', '114003.978000', '114003.982000', '114003.986000', '114023.842000', '114023.845000', '114023.848000', '114023.851000', '114023.853000', '114023.856000', '114023.859000', '114023.862000', '114023.865000', '114023.867000', '114023.870000', '114023.873000', '114023.876000', '114023.879000', '114023.882000', '114023.885000', '114023.888000', '114023.890000', '114023.893000', '114023.896000', '114023.899000', '114023.902000', '114023.904000', '114023.907000', '114023.910000', '114023.913000', '114023.916000', '114023.918000', '114023.921000', '114023.924000', '114023.927000', '114023.930000', '114023.933000', '114023.936000', '114023.938000', '114023.941000', '114023.944000', '114023.947000', '114023.950000', '114023.952000', '114023.955000', '114023.958000', '114023.961000', '114023.964000', '114043.842000', '114043.845000', '114043.848000', '114043.851000', '114043.853000', '114043.856000', '114043.859000', '114043.862000', '114043.865000', '114043.868000', '114043.871000', '114043.873000', '114043.876000', '114043.879000', '114043.882000', '114043.885000', '114043.888000', '114043.891000', '114043.893000', '114043.896000', '114043.899000', '114043.902000', '114043.905000', '114043.908000', '114043.910000', '114043.913000', '114043.916000', '114043.919000', '114043.922000', '114043.925000', '114043.927000', '114043.930000', '114043.933000', '114043.936000', '114043.939000', '114043.942000', '114043.945000', '114043.947000', '114043.950000', '114043.953000', '114043.956000', '114043.959000', '114043.962000', '114103.842000', '114103.845000', '114103.848000', '114103.851000', '114103.854000', '114103.856000', '114103.859000', '114103.862000', '114103.865000', '114103.868000', '114103.870000', '114103.873000', '114103.876000', '114103.879000', '114103.882000', '114103.885000', '114103.888000', '114103.891000', '114103.893000', '114103.896000', '114103.899000', '114103.902000', '114103.905000', '114103.908000', '114103.910000', '114103.913000', '114103.916000', '114103.919000', '114103.922000', '114103.925000', '114103.928000', '114103.930000', '114103.933000', '114103.936000', '114103.939000', '114103.942000', '114103.945000', '114103.947000', '114103.950000', '114103.953000', '114103.956000', '114103.959000', '114103.962000', '114103.965000', '114123.842000', '114123.845000', '114123.848000', '114123.851000', '114123.854000', '114123.856000', '114123.859000', '114123.862000', '114123.865000', '114123.868000', '114123.870000', '114123.873000', '114123.876000', '114123.879000', '114123.882000', '114123.885000', '114123.888000', '114123.891000', '114123.894000', '114123.896000', '114123.899000', '114123.902000', '114123.905000', '114123.908000', '114123.911000', '114123.913000', '114123.916000', '114123.919000', '114123.922000', '114123.925000', '114123.928000', '114123.931000', '114123.933000', '114123.936000', '114123.939000', '114123.942000', '114123.945000', '114123.949000', '114123.952000', '114123.955000', '114123.971000', '114123.973000', '114123.976000', '114143.842000', '114143.845000', '114143.848000', '114143.851000', '114143.853000', '114143.856000', '114143.859000', '114143.862000', '114143.865000', '114143.868000', '114143.870000', '114143.873000', '114143.876000', '114143.879000', '114143.882000', '114143.885000', '114143.887000', '114143.890000', '114143.893000', '114143.896000', '114143.899000', '114143.902000', '114143.905000', '114143.907000', '114143.910000', '114143.914000', '114143.917000', '114143.920000', '114143.923000', '114143.926000', '114143.929000', '114143.931000', '114143.934000', '114143.937000', '114144.008000', '114144.011000', '114144.014000', '114144.017000', '114144.019000', '114144.022000', '114144.025000', '114144.028000', '114144.031000', '114144.034000', '114203.842000', '114203.845000', '114203.848000', '114203.851000', '114203.854000', '114203.857000', '114203.859000', '114203.862000', '114203.865000', '114203.868000', '114203.871000', '114203.874000', '114203.876000', '114203.879000', '114203.882000', '114203.885000', '114203.888000', '114203.891000', '114203.893000', '114203.896000', '114203.899000', '114203.902000', '114203.905000', '114203.908000', '114203.911000', '114203.913000', '114203.916000', '114203.919000', '114203.922000', '114203.925000', '114203.928000', '114203.930000', '114203.933000', '114203.936000', '114203.939000', '114203.942000', '114203.945000', '114203.948000', '114203.951000', '114203.953000', '114203.956000', '114203.959000', '114203.962000', '114223.843000', '114223.846000', '114223.849000', '114223.852000', '114223.854000', '114223.857000', '114223.860000', '114223.863000', '114223.866000', '114223.869000', '114223.872000', '114223.874000', '114223.877000', '114223.880000', '114223.883000', '114223.886000', '114223.889000', '114223.891000', '114223.894000', '114223.897000', '114223.900000', '114223.903000', '114223.906000', '114223.908000', '114223.911000', '114223.914000', '114223.917000', '114223.920000', '114223.923000', '114223.925000', '114223.928000', '114223.931000', '114223.934000', '114223.937000', '114223.940000', '114223.942000', '114223.945000', '114223.948000', '114223.951000', '114223.954000', '114223.957000', '114223.959000', '114223.962000', '114223.965000', '114243.842000', '114243.845000', '114243.848000', '114243.851000', '114243.853000', '114243.856000', '114243.859000', '114243.862000', '114243.865000', '114243.868000', '114243.871000', '114243.874000', '114243.877000', '114243.880000', '114243.883000', '114243.886000', '114243.889000', '114243.891000', '114243.894000', '114243.897000', '114243.900000', '114243.903000', '114243.906000', '114243.909000', '114243.911000', '114243.914000', '114243.917000', '114243.920000', '114243.923000', '114243.926000', '114243.929000', '114243.931000', '114243.934000', '114243.937000', '114243.940000', '114243.943000', '114243.946000', '114243.949000', '114243.951000', '114243.954000', '114243.957000', '114243.960000', '114243.963000', '114303.842000', '114303.845000', '114303.848000', '114303.851000', '114303.853000', '114303.856000', '114303.859000', '114303.862000', '114303.876000', '114303.879000', '114303.881000', '114303.884000', '114303.887000', '114303.890000', '114303.893000', '114303.896000', '114303.899000', '114303.901000', '114303.904000', '114303.907000', '114303.910000', '114303.913000', '114303.916000', '114303.919000', '114303.921000', '114303.924000', '114303.927000', '114303.930000', '114303.933000', '114303.936000', '114303.938000', '114303.941000', '114303.944000', '114303.947000', '114303.950000', '114303.953000', '114303.956000', '114303.959000', '114303.961000', '114303.964000', '114303.967000', '114303.970000', '114303.973000', '114303.975000', '114323.842000', '114323.845000', '114323.848000', '114323.851000', '114323.853000', '114323.856000', '114323.859000', '114323.862000', '114323.865000', '114323.868000', '114323.871000', '114323.874000', '114323.876000', '114323.879000', '114323.882000', '114323.885000', '114323.888000', '114323.891000', '114323.894000', '114323.896000', '114323.899000', '114323.902000', '114323.905000', '114323.908000', '114323.911000', '114323.914000', '114323.916000', '114323.919000', '114323.922000', '114323.925000', '114323.928000', '114323.931000', '114323.933000', '114323.936000', '114323.939000', '114323.942000', '114323.945000', '114323.948000', '114323.950000', '114323.953000', '114323.956000', '114323.959000', '114323.962000', '114343.842000', '114343.845000', '114343.848000', '114343.851000', '114343.854000', '114343.857000', '114343.860000', '114343.863000', '114343.866000', '114343.868000', '114343.871000', '114343.874000', '114343.877000', '114343.880000', '114343.883000', '114343.885000', '114343.888000', '114343.891000', '114343.894000', '114343.897000', '114343.900000', '114343.903000', '114343.906000', '114343.908000', '114343.911000', '114343.914000', '114343.917000', '114343.920000', '114343.923000', '114343.925000', '114343.928000', '114343.931000', '114343.934000', '114343.937000', '114343.940000', '114343.943000', '114343.946000', '114343.948000', '114343.951000', '114343.954000', '114343.957000', '114343.960000', '114343.963000', '114403.842000', '114403.845000', '114403.848000', '114403.851000', '114403.854000', '114403.856000', '114403.859000', '114403.862000', '114403.865000', '114403.868000', '114403.871000', '114403.874000', '114403.876000', '114403.879000', '114403.882000', '114403.885000', '114403.888000', '114403.891000', '114403.894000', '114403.898000', '114403.901000', '114403.904000', '114403.906000', '114403.909000', '114403.912000', '114403.915000', '114403.918000', '114403.921000', '114403.924000', '114403.926000', '114403.929000', '114403.932000', '114403.935000', '114403.938000', '114403.941000', '114403.943000', '114403.946000', '114403.949000', '114403.952000', '114403.955000', '114403.958000', '114403.961000', '114403.963000', '114403.966000', '114423.842000', '114423.845000', '114423.848000', '114423.851000', '114423.854000', '114423.856000', '114423.859000', '114423.862000', '114423.865000', '114423.868000', '114423.871000', '114423.874000', '114423.877000', '114423.880000', '114423.883000', '114423.886000', '114423.888000', '114423.891000', '114423.894000', '114423.903000', '114423.905000', '114423.908000', '114423.911000', '114423.914000', '114423.917000', '114423.920000', '114423.922000', '114423.925000', '114423.928000', '114423.931000', '114423.934000', '114423.937000', '114423.939000', '114423.942000', '114423.945000', '114423.948000', '114423.951000', '114423.954000', '114423.957000', '114423.959000', '114423.962000', '114423.965000', '114423.968000', '114428.528000', '114428.531000', '114428.534000', '114428.537000', '114428.540000', '114428.543000', '114428.546000', '114428.549000', '114428.552000', '114428.555000', '114428.558000'], 'InstanceCreationTime': ['113803.872000', '113803.875000', '113803.878000', '113803.880000', '113803.883000', '113803.886000', '113803.889000', '113803.892000', '113803.895000', '113803.897000', '113803.900000', '113803.903000', '113803.908000', '113803.911000', '113803.914000', '113803.917000', '113803.920000', '113803.923000', '113803.926000', '113803.928000', '113803.931000', '113803.934000', '113803.945000', '113803.948000', '113803.951000', '113803.954000', '113803.957000', '113803.963000', '113803.966000', '113803.969000', '113803.971000', '113803.974000', '113803.977000', '113803.980000', '113803.983000', '113823.842000', '113823.845000', '113823.848000', '113823.850000', '113823.853000', '113823.856000', '113823.875000', '113823.878000', '113823.881000', '113823.884000', '113823.887000', '113823.889000', '113823.892000', '113823.895000', '113823.898000', '113823.901000', '113823.904000', '113823.906000', '113823.909000', '113823.912000', '113823.915000', '113823.918000', '113823.920000', '113823.923000', '113823.926000', '113823.929000', '113823.932000', '113823.934000', '113823.937000', '113823.940000', '113823.943000', '113823.946000', '113823.948000', '113823.951000', '113823.954000', '113823.957000', '113823.960000', '113823.963000', '113823.965000', '113823.968000', '113823.971000', '113823.974000', '113823.977000', '113823.979000', '113843.842000', '113843.850000', '113843.853000', '113843.856000', '113843.858000', '113843.861000', '113843.864000', '113843.867000', '113843.871000', '113843.874000', '113843.877000', '113843.880000', '113843.883000', '113843.885000', '113843.888000', '113843.891000', '113843.894000', '113843.897000', '113843.899000', '113843.902000', '113843.905000', '113843.908000', '113843.911000', '113843.914000', '113843.916000', '113843.919000', '113843.922000', '113843.925000', '113843.928000', '113843.931000', '113843.934000', '113843.936000', '113843.939000', '113843.942000', '113843.947000', '113843.951000', '113843.954000', '113843.957000', '113843.960000', '113843.963000', '113843.966000', '113843.969000', '113843.972000', '113903.842000', '113903.845000', '113903.848000', '113903.851000', '113903.853000', '113903.856000', '113903.859000', '113903.862000', '113903.865000', '113903.868000', '113903.870000', '113903.873000', '113903.876000', '113903.879000', '113903.882000', '113903.885000', '113903.888000', '113903.890000', '113903.893000', '113903.896000', '113903.899000', '113903.902000', '113903.904000', '113903.907000', '113903.910000', '113903.913000', '113903.916000', '113903.918000', '113903.921000', '113903.924000', '113903.927000', '113903.930000', '113903.933000', '113903.936000', '113903.938000', '113903.941000', '113903.944000', '113903.947000', '113903.950000', '113903.953000', '113903.955000', '113903.958000', '113903.961000', '113903.964000', '113923.842000', '113923.845000', '113923.848000', '113923.851000', '113923.854000', '113923.856000', '113923.859000', '113923.862000', '113923.865000', '113923.868000', '113923.870000', '113923.873000', '113923.876000', '113923.879000', '113923.882000', '113923.885000', '113923.887000', '113923.890000', '113923.893000', '113923.896000', '113923.899000', '113923.902000', '113923.904000', '113923.907000', '113923.910000', '113923.913000', '113923.916000', '113923.919000', '113923.921000', '113923.924000', '113923.927000', '113923.930000', '113923.933000', '113923.936000', '113923.939000', '113923.941000', '113923.944000', '113923.947000', '113923.950000', '113923.953000', '113923.955000', '113923.958000', '113923.961000', '113943.842000', '113943.845000', '113943.848000', '113943.851000', '113943.853000', '113943.856000', '113943.859000', '113943.862000', '113943.865000', '113943.868000', '113943.870000', '113943.873000', '113943.876000', '113943.879000', '113943.882000', '113943.884000', '113943.887000', '113943.890000', '113943.893000', '113943.896000', '113943.899000', '113943.901000', '113943.904000', '113943.907000', '113943.915000', '113943.918000', '113943.921000', '113943.924000', '113943.927000', '113943.930000', '113943.932000', '113943.935000', '113943.938000', '113943.941000', '113943.944000', '113943.947000', '113943.949000', '113943.952000', '113943.955000', '113943.958000', '113943.961000', '113943.964000', '113943.966000', '113943.969000', '114003.843000', '114003.866000', '114003.869000', '114003.872000', '114003.874000', '114003.877000', '114003.880000', '114003.883000', '114003.886000', '114003.889000', '114003.892000', '114003.894000', '114003.897000', '114003.900000', '114003.903000', '114003.906000', '114003.909000', '114003.912000', '114003.915000', '114003.918000', '114003.921000', '114003.923000', '114003.926000', '114003.929000', '114003.932000', '114003.935000', '114003.938000', '114003.941000', '114003.943000', '114003.946000', '114003.949000', '114003.952000', '114003.955000', '114003.958000', '114003.960000', '114003.963000', '114003.966000', '114003.969000', '114003.972000', '114003.975000', '114003.978000', '114003.982000', '114003.986000', '114023.842000', '114023.845000', '114023.848000', '114023.851000', '114023.853000', '114023.856000', '114023.859000', '114023.862000', '114023.865000', '114023.867000', '114023.870000', '114023.873000', '114023.876000', '114023.879000', '114023.882000', '114023.885000', '114023.888000', '114023.890000', '114023.893000', '114023.896000', '114023.899000', '114023.902000', '114023.904000', '114023.907000', '114023.910000', '114023.913000', '114023.916000', '114023.918000', '114023.921000', '114023.924000', '114023.927000', '114023.930000', '114023.933000', '114023.936000', '114023.938000', '114023.941000', '114023.944000', '114023.947000', '114023.950000', '114023.952000', '114023.955000', '114023.958000', '114023.961000', '114023.964000', '114043.842000', '114043.845000', '114043.848000', '114043.851000', '114043.853000', '114043.856000', '114043.859000', '114043.862000', '114043.865000', '114043.868000', '114043.871000', '114043.873000', '114043.876000', '114043.879000', '114043.882000', '114043.885000', '114043.888000', '114043.891000', '114043.893000', '114043.896000', '114043.899000', '114043.902000', '114043.905000', '114043.908000', '114043.910000', '114043.913000', '114043.916000', '114043.919000', '114043.922000', '114043.925000', '114043.927000', '114043.930000', '114043.933000', '114043.936000', '114043.939000', '114043.942000', '114043.945000', '114043.947000', '114043.950000', '114043.953000', '114043.956000', '114043.959000', '114043.962000', '114103.842000', '114103.845000', '114103.848000', '114103.851000', '114103.854000', '114103.856000', '114103.859000', '114103.862000', '114103.865000', '114103.868000', '114103.870000', '114103.873000', '114103.876000', '114103.879000', '114103.882000', '114103.885000', '114103.888000', '114103.891000', '114103.893000', '114103.896000', '114103.899000', '114103.902000', '114103.905000', '114103.908000', '114103.910000', '114103.913000', '114103.916000', '114103.919000', '114103.922000', '114103.925000', '114103.928000', '114103.930000', '114103.933000', '114103.936000', '114103.939000', '114103.942000', '114103.945000', '114103.947000', '114103.950000', '114103.953000', '114103.956000', '114103.959000', '114103.962000', '114103.965000', '114123.842000', '114123.845000', '114123.848000', '114123.851000', '114123.854000', '114123.856000', '114123.859000', '114123.862000', '114123.865000', '114123.868000', '114123.870000', '114123.873000', '114123.876000', '114123.879000', '114123.882000', '114123.885000', '114123.888000', '114123.891000', '114123.894000', '114123.896000', '114123.899000', '114123.902000', '114123.905000', '114123.908000', '114123.911000', '114123.913000', '114123.916000', '114123.919000', '114123.922000', '114123.925000', '114123.928000', '114123.931000', '114123.933000', '114123.936000', '114123.939000', '114123.942000', '114123.945000', '114123.949000', '114123.952000', '114123.955000', '114123.971000', '114123.973000', '114123.976000', '114143.842000', '114143.845000', '114143.848000', '114143.851000', '114143.853000', '114143.856000', '114143.859000', '114143.862000', '114143.865000', '114143.868000', '114143.870000', '114143.873000', '114143.876000', '114143.879000', '114143.882000', '114143.885000', '114143.887000', '114143.890000', '114143.893000', '114143.896000', '114143.899000', '114143.902000', '114143.905000', '114143.907000', '114143.910000', '114143.914000', '114143.917000', '114143.920000', '114143.923000', '114143.926000', '114143.929000', '114143.931000', '114143.934000', '114143.937000', '114144.008000', '114144.011000', '114144.014000', '114144.017000', '114144.019000', '114144.022000', '114144.025000', '114144.028000', '114144.031000', '114144.034000', '114203.842000', '114203.845000', '114203.848000', '114203.851000', '114203.854000', '114203.857000', '114203.859000', '114203.862000', '114203.865000', '114203.868000', '114203.871000', '114203.874000', '114203.876000', '114203.879000', '114203.882000', '114203.885000', '114203.888000', '114203.891000', '114203.893000', '114203.896000', '114203.899000', '114203.902000', '114203.905000', '114203.908000', '114203.911000', '114203.913000', '114203.916000', '114203.919000', '114203.922000', '114203.925000', '114203.928000', '114203.930000', '114203.933000', '114203.936000', '114203.939000', '114203.942000', '114203.945000', '114203.948000', '114203.951000', '114203.953000', '114203.956000', '114203.959000', '114203.962000', '114223.843000', '114223.846000', '114223.849000', '114223.852000', '114223.854000', '114223.857000', '114223.860000', '114223.863000', '114223.866000', '114223.869000', '114223.872000', '114223.874000', '114223.877000', '114223.880000', '114223.883000', '114223.886000', '114223.889000', '114223.891000', '114223.894000', '114223.897000', '114223.900000', '114223.903000', '114223.906000', '114223.908000', '114223.911000', '114223.914000', '114223.917000', '114223.920000', '114223.923000', '114223.925000', '114223.928000', '114223.931000', '114223.934000', '114223.937000', '114223.940000', '114223.942000', '114223.945000', '114223.948000', '114223.951000', '114223.954000', '114223.957000', '114223.959000', '114223.962000', '114223.965000', '114243.842000', '114243.845000', '114243.848000', '114243.851000', '114243.853000', '114243.856000', '114243.859000', '114243.862000', '114243.865000', '114243.868000', '114243.871000', '114243.874000', '114243.877000', '114243.880000', '114243.883000', '114243.886000', '114243.889000', '114243.891000', '114243.894000', '114243.897000', '114243.900000', '114243.903000', '114243.906000', '114243.909000', '114243.911000', '114243.914000', '114243.917000', '114243.920000', '114243.923000', '114243.926000', '114243.929000', '114243.931000', '114243.934000', '114243.937000', '114243.940000', '114243.943000', '114243.946000', '114243.949000', '114243.951000', '114243.954000', '114243.957000', '114243.960000', '114243.963000', '114303.842000', '114303.845000', '114303.848000', '114303.851000', '114303.853000', '114303.856000', '114303.859000', '114303.862000', '114303.876000', '114303.879000', '114303.881000', '114303.884000', '114303.887000', '114303.890000', '114303.893000', '114303.896000', '114303.899000', '114303.901000', '114303.904000', '114303.907000', '114303.910000', '114303.913000', '114303.916000', '114303.919000', '114303.921000', '114303.924000', '114303.927000', '114303.930000', '114303.933000', '114303.936000', '114303.938000', '114303.941000', '114303.944000', '114303.947000', '114303.950000', '114303.953000', '114303.956000', '114303.959000', '114303.961000', '114303.964000', '114303.967000', '114303.970000', '114303.973000', '114303.975000', '114323.842000', '114323.845000', '114323.848000', '114323.851000', '114323.853000', '114323.856000', '114323.859000', '114323.862000', '114323.865000', '114323.868000', '114323.871000', '114323.874000', '114323.876000', '114323.879000', '114323.882000', '114323.885000', '114323.888000', '114323.891000', '114323.894000', '114323.896000', '114323.899000', '114323.902000', '114323.905000', '114323.908000', '114323.911000', '114323.914000', '114323.916000', '114323.919000', '114323.922000', '114323.925000', '114323.928000', '114323.931000', '114323.933000', '114323.936000', '114323.939000', '114323.942000', '114323.945000', '114323.948000', '114323.950000', '114323.953000', '114323.956000', '114323.959000', '114323.962000', '114343.842000', '114343.845000', '114343.848000', '114343.851000', '114343.854000', '114343.857000', '114343.860000', '114343.863000', '114343.866000', '114343.868000', '114343.871000', '114343.874000', '114343.877000', '114343.880000', '114343.883000', '114343.885000', '114343.888000', '114343.891000', '114343.894000', '114343.897000', '114343.900000', '114343.903000', '114343.906000', '114343.908000', '114343.911000', '114343.914000', '114343.917000', '114343.920000', '114343.923000', '114343.925000', '114343.928000', '114343.931000', '114343.934000', '114343.937000', '114343.940000', '114343.943000', '114343.946000', '114343.948000', '114343.951000', '114343.954000', '114343.957000', '114343.960000', '114343.963000', '114403.842000', '114403.845000', '114403.848000', '114403.851000', '114403.854000', '114403.856000', '114403.859000', '114403.862000', '114403.865000', '114403.868000', '114403.871000', '114403.874000', '114403.876000', '114403.879000', '114403.882000', '114403.885000', '114403.888000', '114403.891000', '114403.894000', '114403.898000', '114403.901000', '114403.904000', '114403.906000', '114403.909000', '114403.912000', '114403.915000', '114403.918000', '114403.921000', '114403.924000', '114403.926000', '114403.929000', '114403.932000', '114403.935000', '114403.938000', '114403.941000', '114403.943000', '114403.946000', '114403.949000', '114403.952000', '114403.955000', '114403.958000', '114403.961000', '114403.963000', '114403.966000', '114423.842000', '114423.845000', '114423.848000', '114423.851000', '114423.854000', '114423.856000', '114423.859000', '114423.862000', '114423.865000', '114423.868000', '114423.871000', '114423.874000', '114423.877000', '114423.880000', '114423.883000', '114423.886000', '114423.888000', '114423.891000', '114423.894000', '114423.903000', '114423.905000', '114423.908000', '114423.911000', '114423.914000', '114423.917000', '114423.920000', '114423.922000', '114423.925000', '114423.928000', '114423.931000', '114423.934000', '114423.937000', '114423.939000', '114423.942000', '114423.945000', '114423.948000', '114423.951000', '114423.954000', '114423.957000', '114423.959000', '114423.962000', '114423.965000', '114423.968000', '114428.528000', '114428.531000', '114428.534000', '114428.537000', '114428.540000', '114428.543000', '114428.546000', '114428.549000', '114428.552000', '114428.555000', '114428.558000'], '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': [11577, 11371, 15376, 12453, 13216, 11425, 11003, 11266, 10806, 12470, 12529, 11188, 12070, 11288, 11664, 11292, 11669, 12185, 12103, 12858, 12856, 11051, 12317, 11220, 12219, 12201, 11574, 13154, 10450, 11851, 11898, 12750, 11990, 11598, 12141, 12117, 13583, 12500, 10664, 11678, 10995, 12016, 11970, 10619, 12140, 11972, 11730, 11661, 12074, 11651, 10598, 11763, 12079, 14231, 12076, 10216, 11341, 11326, 11343, 12809, 12144, 12582, 12826, 12134, 12020, 10638, 12597, 12539, 12673, 13341, 12714, 12190, 10721, 12128, 12123, 11520, 12940, 12622, 11953, 10930, 11975, 12362, 11976, 12140, 11376, 11532, 11528, 11170, 11675, 11396, 12734, 12641, 12383, 11746, 11374, 11607, 12949, 12381, 12485, 14529, 12564, 12037, 11926, 11887, 10889, 12790, 12612, 13331, 12084, 12647, 12207, 12829, 12138, 14153, 12842, 13660, 12201, 11953, 11788, 12119, 11325, 14149, 12123, 11329, 11854, 11913, 13907, 11930, 11346, 12128, 12475, 11163, 13220, 10512, 12345, 11914, 11341, 12632, 12624, 12181, 13297, 11700, 12819, 11044, 13612, 11541, 12888, 11574, 12595, 12188, 12066, 12995, 12909, 13351, 11765, 12314, 11642, 11720, 12097, 13670, 13148, 12659, 12395, 11641, 11512, 12540, 12906, 12901, 12381, 14534, 12258, 11661, 12424, 11912, 13100, 12618, 11485, 11814, 12021, 11502, 12629, 12468, 12853, 12945, 12137, 12590, 11738, 13062, 11879, 13151, 13523, 10961, 13223, 12051, 12496, 12453, 10950, 12713, 11988, 12955, 10652, 12243, 11209, 10939, 12407, 11754, 12938, 11163, 12016, 12623, 11100, 12697, 12468, 12911, 12895, 10762, 13285, 12905, 12954, 11912, 12745, 12411, 13334, 13591, 13352, 13088, 12928, 12103, 12794, 12217, 13124, 12147, 13294, 13403, 12679, 12660, 12732, 11679, 12703, 11899, 12434, 13061, 11601, 12746, 10549, 12305, 12170, 10575, 12612, 12235, 11909, 12972, 11422, 13037, 11170, 12863, 11442, 12878, 11747, 13370, 10921, 12363, 12657, 11414, 12106, 12214, 13422, 11510, 13040, 12723, 12765, 13263, 11702, 13034, 13499, 12680, 12466, 11828, 12184, 13994, 13067, 12192, 12044, 12287, 12341, 12878, 12516, 11571, 12576, 12707, 12848, 12268, 12826, 12495, 11898, 12591, 13335, 12293, 12333, 12265, 12973, 12570, 13077, 12462, 12708, 13574, 12660, 13790, 12739, 12504, 12888, 12494, 13497, 12322, 12501, 11719, 12118, 12864, 10463, 13239, 13242, 12685, 11538, 11379, 12924, 11297, 13418, 12741, 12955, 11696, 12640, 12196, 11624, 13240, 13530, 13384, 12176, 13178, 12398, 12708, 13803, 12063, 13838, 11510, 12225, 11621, 13033, 12777, 13270, 12564, 12747, 12743, 13221, 13985, 12754, 13840, 12490, 11854, 12478, 12544, 13354, 13116, 13008, 14046, 13192, 12473, 11934, 12363, 12169, 12251, 12801, 10863, 12257, 12447, 11531, 12153, 13031, 12653, 12215, 12825, 12438, 11458, 12107, 12742, 11737, 12260, 11552, 12417, 11847, 12418, 12416, 12119, 11758, 11907, 11719, 13493, 12345, 12460, 12218, 11873, 11427, 11690, 11970, 11898, 12055, 10875, 12612, 12228, 12504, 12384, 12145, 12918, 12432, 13165, 12102, 12445, 12349, 11687, 12786, 12547, 13258, 12831, 12132, 12409, 12417, 13031, 12740, 13512, 11089, 12523, 12188, 10505, 12366, 13215, 12080, 12711, 13156, 12976, 12471, 12332, 11911, 12210, 11977, 13317, 13327, 11481, 12601, 12221, 11398, 12126, 12423, 12894, 12436, 11749, 13361, 13865, 12507, 12239, 12936, 12729, 12199, 13487, 11779, 12511, 11736, 12200, 12393, 12208, 12526, 12322, 12473, 12042, 11086, 11918, 12628, 12333, 12097, 11344, 12441, 12039, 12356, 11770, 12431, 11942, 11643, 12288, 14377, 12170, 11693, 13134, 12827, 11823, 12583, 11570, 12208, 12013, 12321, 12230, 12744, 12702, 11977, 12300, 12382, 12495, 12057, 12043, 12240, 11958, 11504, 12177, 11472, 12251, 11522, 11527, 12503, 12395, 12832, 11498, 12004, 11656, 11263, 12398, 12767, 13083, 11087, 12622, 11577, 12485, 12840, 11239, 12461, 11471, 12549, 12573, 12295, 11983, 14650, 12758, 11481, 12475, 13061, 12249, 14179, 11381, 12896, 11525, 12425, 12443, 13381, 13424, 12903, 12997, 12496, 13076, 13687, 13109, 13690, 13174, 12801, 11445, 12594, 13570, 12918, 12938, 14795, 13295, 12794, 13122, 12940, 12934, 13342, 12499, 13144, 13515, 14111, 12749, 13353, 13038, 11663, 12802, 13217, 13181, 13088, 12342, 12776, 12200, 12405, 12585, 11688, 13239, 13236, 12803, 11650, 12815, 12114, 11957, 12503, 12339, 13354, 13072, 13160, 12168, 12718, 12837, 11890, 12952, 14706, 13214, 12410, 13155, 12661, 12626, 13222, 14942, 13236, 12152, 12906, 12665, 11890, 12307, 12817, 12132, 12095, 14624, 12625, 11794, 12460, 12271, 11563, 11860, 12246, 12516, 12391, 12599, 12778, 11733, 12275, 12472, 12748, 12661, 12004, 13240, 12672, 12086, 12479, 12309, 12701, 12462, 11871, 13590, 12408, 13032, 12627, 12740, 12710, 12053, 13023, 12678, 13046, 11463, 12403, 12142, 10992, 13061, 12874, 13102, 11526, 12570, 11836, 11848, 12625, 13436, 12544, 12898, 14269, 13573, 11466, 13532, 12516, 12833, 11559, 13359, 13343, 14038, 13302, 15385, 14123, 11906, 13506, 13094, 12235, 13536, 13507, 10578, 13340, 12071, 13171, 12238, 11799, 13379, 12293, 13262, 13135, 11510, 13217, 12790, 12934, 13000, 12610, 13658, 12103, 12900, 12999, 11661, 13399, 12847, 12899, 13943, 12707, 14121, 11343, 13429, 13829, 13445, 14481, 14250, 12287, 14319, 11540, 13633, 14043, 11524, 13504, 13613, 10275, 13567, 13120, 12976, 13866, 10376, 14009, 13634, 12472, 11447, 12583, 13840, 11050, 14190, 13845, 11971, 14240, 13499, 14109, 11078, 14156, 13736, 11746, 14526, 13881, 12486, 14592, 13188, 14374, 11163, 13247, 13775, 12940, 13879, 13572, 13647, 13860, 11613, 13154, 10698, 12512, 13370, 12766, 13663, 13742, 13528, 13877, 11365, 13352, 13412, 11141, 13689, 12757, 13152, 14025, 12811, 14333, 14037, 14192, 12724, 13982, 12022, 13804, 14437, 13738, 14203, 11482, 14320, 11765, 13587, 13874, 12678, 13431, 11954, 11214, 10416, 11685, 13503, 10666, 13715, 13574, 12952, 11297, 12023, 12414, 13059, 12839, 13884, 12101, 12923, 12892, 12292, 11517, 13461, 12164, 13588, 13468, 12075, 13295, 13450, 12520, 13420, 12956, 10494, 13061, 12487, 13628, 12668, 12601, 12813, 13617, 12286, 12178, 12709, 13122, 12492, 12422, 12751, 12766, 12085, 12766, 12222, 13379, 12037, 12755, 12680, 11885, 12896, 12081, 11361, 12786, 12114, 13314, 12486, 11660, 12350, 13247, 12230], 'WindowCenter': [4422.0, 4408.0, 4414.0, 4389.0, 4389.0, 4376.0, 4365.0, 4364.0, 4365.0, 4374.0, 4375.0, 4365.0, 4375.0, 4376.0, 4376.0, 4365.0, 4364.0, 4373.0, 4373.0, 4372.0, 4374.0, 4363.0, 4375.0, 4375.0, 4375.0, 4376.0, 4375.0, 4385.0, 4366.0, 4374.0, 4377.0, 4386.0, 4374.0, 4365.0, 4363.0, 4375.0, 4373.0, 4373.0, 4354.0, 4364.0, 4364.0, 4363.0, 4362.0, 4352.0, 4361.0, 4361.0, 4363.0, 4363.0, 4373.0, 4363.0, 4353.0, 4361.0, 4373.0, 4372.0, 4372.0, 4352.0, 4362.0, 4363.0, 4363.0, 4374.0, 4373.0, 4372.0, 4374.0, 4375.0, 4375.0, 4364.0, 4384.0, 4386.0, 4374.0, 4385.0, 4388.0, 4389.0, 4367.0, 4388.0, 4388.0, 4374.0, 4386.0, 4388.0, 4377.0, 4365.0, 4376.0, 4387.0, 4376.0, 4377.0, 4379.0, 4377.0, 4376.0, 4376.0, 4377.0, 4373.0, 4385.0, 4386.0, 4375.0, 4377.0, 4376.0, 4377.0, 4375.0, 4373.0, 4375.0, 4384.0, 4375.0, 4372.0, 4373.0, 4374.0, 4353.0, 4373.0, 4375.0, 4372.0, 4363.0, 4372.0, 4361.0, 4373.0, 4376.0, 4383.0, 4370.0, 4371.0, 4348.0, 4348.0, 4345.0, 4347.0, 4346.0, 4368.0, 4358.0, 4350.0, 4348.0, 4359.0, 4369.0, 4347.0, 4345.0, 4345.0, 4370.0, 4346.0, 4368.0, 4350.0, 4371.0, 4374.0, 4363.0, 4372.0, 4372.0, 4360.0, 4382.0, 4374.0, 4384.0, 4376.0, 4398.0, 4374.0, 4387.0, 4391.0, 4400.0, 4390.0, 4387.0, 4400.0, 4398.0, 4400.0, 4388.0, 4389.0, 4389.0, 4388.0, 4388.0, 4385.0, 4385.0, 4376.0, 4375.0, 4376.0, 4364.0, 4373.0, 4374.0, 4370.0, 4373.0, 4382.0, 4361.0, 4361.0, 4360.0, 4360.0, 4358.0, 4360.0, 4349.0, 4348.0, 4358.0, 4347.0, 4360.0, 4371.0, 4369.0, 4371.0, 4359.0, 4371.0, 4359.0, 4371.0, 4363.0, 4370.0, 4372.0, 4351.0, 4371.0, 4362.0, 4371.0, 4374.0, 4376.0, 4386.0, 4374.0, 4383.0, 4366.0, 4387.0, 4379.0, 4378.0, 4388.0, 4377.0, 4387.0, 4374.0, 4387.0, 4389.0, 4375.0, 4386.0, 4375.0, 4387.0, 4389.0, 4366.0, 4398.0, 4387.0, 4389.0, 4377.0, 4386.0, 4386.0, 4386.0, 4385.0, 4384.0, 4373.0, 4375.0, 4373.0, 4374.0, 4362.0, 4370.0, 4362.0, 4368.0, 4369.0, 4371.0, 4369.0, 4371.0, 4361.0, 4371.0, 4359.0, 4359.0, 4371.0, 4350.0, 4372.0, 4363.0, 4373.0, 4374.0, 4362.0, 4374.0, 4361.0, 4362.0, 4373.0, 4374.0, 4385.0, 4375.0, 4387.0, 4374.0, 4385.0, 4377.0, 4397.0, 4378.0, 4387.0, 4400.0, 4387.0, 4389.0, 4389.0, 4395.0, 4388.0, 4399.0, 4387.0, 4396.0, 4411.0, 4362.0, 4383.0, 4371.0, 4373.0, 4387.0, 4363.0, 4386.0, 4397.0, 4387.0, 4375.0, 4374.0, 4374.0, 4372.0, 4373.0, 4374.0, 4360.0, 4372.0, 4372.0, 4372.0, 4361.0, 4368.0, 4371.0, 4359.0, 4372.0, 4371.0, 4361.0, 4372.0, 4360.0, 4371.0, 4360.0, 4369.0, 4358.0, 4358.0, 4382.0, 4370.0, 4380.0, 4370.0, 4358.0, 4371.0, 4373.0, 4371.0, 4385.0, 4371.0, 4375.0, 4372.0, 4384.0, 4351.0, 4371.0, 4371.0, 4372.0, 4373.0, 4387.0, 4399.0, 4376.0, 4386.0, 4385.0, 4386.0, 4376.0, 4388.0, 4385.0, 4376.0, 4399.0, 4385.0, 4397.0, 4386.0, 4399.0, 4389.0, 4402.0, 4399.0, 4388.0, 4412.0, 4392.0, 4402.0, 4388.0, 4389.0, 4388.0, 4398.0, 4403.0, 4404.0, 4401.0, 4403.0, 4389.0, 4389.0, 4385.0, 4373.0, 4363.0, 4360.0, 4359.0, 4361.0, 4359.0, 4360.0, 4370.0, 4372.0, 4360.0, 4361.0, 4371.0, 4371.0, 4376.0, 4371.0, 4349.0, 4375.0, 4400.0, 4388.0, 4389.0, 4388.0, 4385.0, 4387.0, 4371.0, 4387.0, 4374.0, 4378.0, 4376.0, 4375.0, 4377.0, 4376.0, 4390.0, 4364.0, 4375.0, 4375.0, 4375.0, 4372.0, 4372.0, 4375.0, 4372.0, 4371.0, 4361.0, 4359.0, 4362.0, 4362.0, 4375.0, 4362.0, 4361.0, 4362.0, 4348.0, 4374.0, 4371.0, 4372.0, 4360.0, 4360.0, 4374.0, 4373.0, 4386.0, 4375.0, 4374.0, 4374.0, 4363.0, 4374.0, 4375.0, 4386.0, 4390.0, 4387.0, 4386.0, 4371.0, 4386.0, 4385.0, 4384.0, 4364.0, 4373.0, 4377.0, 4367.0, 4386.0, 4376.0, 4373.0, 4374.0, 4373.0, 4374.0, 4375.0, 4376.0, 4374.0, 4374.0, 4375.0, 4372.0, 4373.0, 4361.0, 4373.0, 4374.0, 4364.0, 4373.0, 4373.0, 4374.0, 4375.0, 4360.0, 4372.0, 4384.0, 4374.0, 4372.0, 4385.0, 4386.0, 4375.0, 4385.0, 4374.0, 4385.0, 4376.0, 4377.0, 4378.0, 4362.0, 4360.0, 4363.0, 4361.0, 4373.0, 4362.0, 4373.0, 4372.0, 4372.0, 4371.0, 4362.0, 4373.0, 4374.0, 4374.0, 4362.0, 4374.0, 4375.0, 4363.0, 4374.0, 4383.0, 4374.0, 4362.0, 4382.0, 4373.0, 4362.0, 4376.0, 4365.0, 4376.0, 4372.0, 4371.0, 4372.0, 4373.0, 4374.0, 4361.0, 4361.0, 4373.0, 4361.0, 4361.0, 4361.0, 4360.0, 4361.0, 4351.0, 4361.0, 4349.0, 4361.0, 4363.0, 4361.0, 4372.0, 4361.0, 4372.0, 4362.0, 4374.0, 4363.0, 4361.0, 4372.0, 4371.0, 4373.0, 4363.0, 4387.0, 4377.0, 4384.0, 4385.0, 4377.0, 4389.0, 4378.0, 4387.0, 4377.0, 4373.0, 4376.0, 4396.0, 4387.0, 4374.0, 4386.0, 4373.0, 4376.0, 4383.0, 4345.0, 4356.0, 4346.0, 4371.0, 4359.0, 4381.0, 4385.0, 4401.0, 4413.0, 4390.0, 4388.0, 4384.0, 4372.0, 4371.0, 4373.0, 4371.0, 4362.0, 4374.0, 4373.0, 4369.0, 4371.0, 4368.0, 4370.0, 4358.0, 4369.0, 4360.0, 4370.0, 4370.0, 4358.0, 4371.0, 4370.0, 4369.0, 4372.0, 4372.0, 4372.0, 4361.0, 4371.0, 4359.0, 4370.0, 4369.0, 4371.0, 4372.0, 4371.0, 4374.0, 4372.0, 4362.0, 4383.0, 4371.0, 4371.0, 4363.0, 4384.0, 4373.0, 4385.0, 4388.0, 4384.0, 4384.0, 4385.0, 4387.0, 4375.0, 4388.0, 4387.0, 4389.0, 4389.0, 4393.0, 4386.0, 4374.0, 4398.0, 4387.0, 4388.0, 4385.0, 4394.0, 4386.0, 4373.0, 4372.0, 4373.0, 4361.0, 4375.0, 4372.0, 4361.0, 4363.0, 4370.0, 4357.0, 4345.0, 4356.0, 4360.0, 4359.0, 4361.0, 4359.0, 4357.0, 4358.0, 4346.0, 4359.0, 4348.0, 4359.0, 4360.0, 4358.0, 4360.0, 4357.0, 4357.0, 4361.0, 4359.0, 4360.0, 4360.0, 4372.0, 4373.0, 4360.0, 4372.0, 4374.0, 4373.0, 4374.0, 4386.0, 4373.0, 4373.0, 4374.0, 4370.0, 4372.0, 4375.0, 4374.0, 4374.0, 4353.0, 4372.0, 4372.0, 4384.0, 4363.0, 4376.0, 4376.0, 4375.0, 4388.0, 4384.0, 4375.0, 4373.0, 4395.0, 4384.0, 4364.0, 4386.0, 4374.0, 4382.0, 4362.0, 4385.0, 4385.0, 4398.0, 4400.0, 4396.0, 4384.0, 4362.0, 4371.0, 4369.0, 4359.0, 4369.0, 4367.0, 4335.0, 4369.0, 4360.0, 4370.0, 4361.0, 4358.0, 4371.0, 4358.0, 4356.0, 4358.0, 4347.0, 4370.0, 4359.0, 4358.0, 4368.0, 4358.0, 4369.0, 4358.0, 4371.0, 4370.0, 4362.0, 4372.0, 4371.0, 4370.0, 4383.0, 4370.0, 4382.0, 4362.0, 4396.0, 4397.0, 4383.0, 4383.0, 4384.0, 4359.0, 4381.0, 4362.0, 4382.0, 4394.0, 4361.0, 4381.0, 4383.0, 4350.0, 4384.0, 4383.0, 4371.0, 4380.0, 4349.0, 4382.0, 4381.0, 4371.0, 4362.0, 4373.0, 4384.0, 4363.0, 4382.0, 4382.0, 4362.0, 4381.0, 4370.0, 4382.0, 4361.0, 4383.0, 4382.0, 4362.0, 4381.0, 4371.0, 4359.0, 4379.0, 4358.0, 4378.0, 4349.0, 4369.0, 4372.0, 4358.0, 4369.0, 4358.0, 4356.0, 4367.0, 4348.0, 4369.0, 4349.0, 4370.0, 4370.0, 4357.0, 4368.0, 4368.0, 4356.0, 4368.0, 4348.0, 4370.0, 4369.0, 4350.0, 4368.0, 4358.0, 4366.0, 4369.0, 4356.0, 4378.0, 4369.0, 4380.0, 4369.0, 4381.0, 4359.0, 4381.0, 4383.0, 4367.0, 4379.0, 4362.0, 4395.0, 4372.0, 4384.0, 4385.0, 4370.0, 4369.0, 4359.0, 4360.0, 4362.0, 4374.0, 4395.0, 4364.0, 4394.0, 4371.0, 4372.0, 4362.0, 4388.0, 4401.0, 4399.0, 4399.0, 4398.0, 4389.0, 4386.0, 4385.0, 4373.0, 4361.0, 4369.0, 4362.0, 4371.0, 4371.0, 4360.0, 4380.0, 4381.0, 4358.0, 4369.0, 4358.0, 4350.0, 4383.0, 4387.0, 4397.0, 4384.0, 4385.0, 4370.0, 4384.0, 4375.0, 4375.0, 4397.0, 4385.0, 4386.0, 4386.0, 4371.0, 4370.0, 4359.0, 4371.0, 4375.0, 4387.0, 4363.0, 4375.0, 4372.0, 4362.0, 4358.0, 4343.0, 4336.0, 4344.0, 4344.0, 4344.0, 4330.0, 4322.0, 4341.0, 4355.0, 4342.0], 'WindowWidth': [9749.0, 9721.0, 9724.0, 9679.0, 9679.0, 9655.0, 9639.0, 9636.0, 9639.0, 9651.0, 9649.0, 9638.0, 9649.0, 9655.0, 9653.0, 9638.0, 9635.0, 9644.0, 9645.0, 9644.0, 9647.0, 9635.0, 9649.0, 9652.0, 9649.0, 9653.0, 9653.0, 9664.0, 9642.0, 9649.0, 9656.0, 9668.0, 9648.0, 9638.0, 9629.0, 9650.0, 9650.0, 9646.0, 9623.0, 9632.0, 9635.0, 9632.0, 9627.0, 9616.0, 9625.0, 9628.0, 9630.0, 9632.0, 9648.0, 9631.0, 9618.0, 9625.0, 9643.0, 9645.0, 9641.0, 9615.0, 9626.0, 9631.0, 9631.0, 9647.0, 9646.0, 9641.0, 9646.0, 9653.0, 9650.0, 9635.0, 9664.0, 9668.0, 9645.0, 9663.0, 9675.0, 9676.0, 9646.0, 9672.0, 9674.0, 9649.0, 9669.0, 9677.0, 9656.0, 9639.0, 9654.0, 9670.0, 9657.0, 9655.0, 9663.0, 9657.0, 9656.0, 9655.0, 9657.0, 9647.0, 9664.0, 9670.0, 9652.0, 9656.0, 9655.0, 9658.0, 9652.0, 9645.0, 9651.0, 9664.0, 9651.0, 9644.0, 9645.0, 9649.0, 9618.0, 9643.0, 9652.0, 9642.0, 9632.0, 9641.0, 9627.0, 9644.0, 9656.0, 9666.0, 9639.0, 9640.0, 9601.0, 9601.0, 9596.0, 9598.0, 9600.0, 9632.0, 9616.0, 9611.0, 9602.0, 9618.0, 9635.0, 9598.0, 9595.0, 9593.0, 9636.0, 9600.0, 9632.0, 9611.0, 9639.0, 9649.0, 9633.0, 9640.0, 9642.0, 9621.0, 9655.0, 9647.0, 9661.0, 9655.0, 9687.0, 9650.0, 9671.0, 9685.0, 9693.0, 9679.0, 9674.0, 9694.0, 9692.0, 9692.0, 9676.0, 9677.0, 9679.0, 9675.0, 9674.0, 9669.0, 9667.0, 9656.0, 9651.0, 9657.0, 9635.0, 9647.0, 9652.0, 9638.0, 9646.0, 9657.0, 9626.0, 9626.0, 9622.0, 9624.0, 9621.0, 9621.0, 9607.0, 9602.0, 9616.0, 9602.0, 9622.0, 9640.0, 9633.0, 9639.0, 9623.0, 9639.0, 9622.0, 9638.0, 9631.0, 9639.0, 9640.0, 9611.0, 9637.0, 9628.0, 9636.0, 9649.0, 9656.0, 9668.0, 9651.0, 9658.0, 9641.0, 9670.0, 9664.0, 9659.0, 9674.0, 9659.0, 9670.0, 9652.0, 9671.0, 9677.0, 9654.0, 9669.0, 9654.0, 9669.0, 9677.0, 9638.0, 9688.0, 9674.0, 9675.0, 9660.0, 9669.0, 9670.0, 9670.0, 9663.0, 9663.0, 9644.0, 9650.0, 9645.0, 9647.0, 9630.0, 9637.0, 9627.0, 9635.0, 9633.0, 9639.0, 9634.0, 9638.0, 9627.0, 9639.0, 9622.0, 9620.0, 9637.0, 9609.0, 9641.0, 9634.0, 9644.0, 9649.0, 9629.0, 9646.0, 9629.0, 9629.0, 9644.0, 9649.0, 9666.0, 9655.0, 9670.0, 9650.0, 9668.0, 9659.0, 9683.0, 9663.0, 9669.0, 9696.0, 9674.0, 9679.0, 9677.0, 9680.0, 9676.0, 9693.0, 9671.0, 9687.0, 9712.0, 9628.0, 9656.0, 9640.0, 9643.0, 9676.0, 9631.0, 9670.0, 9689.0, 9671.0, 9655.0, 9647.0, 9648.0, 9644.0, 9645.0, 9649.0, 9626.0, 9643.0, 9643.0, 9641.0, 9627.0, 9633.0, 9639.0, 9622.0, 9643.0, 9642.0, 9627.0, 9644.0, 9623.0, 9639.0, 9625.0, 9633.0, 9616.0, 9616.0, 9656.0, 9640.0, 9651.0, 9637.0, 9616.0, 9639.0, 9645.0, 9639.0, 9665.0, 9638.0, 9653.0, 9643.0, 9662.0, 9615.0, 9640.0, 9640.0, 9640.0, 9649.0, 9674.0, 9692.0, 9655.0, 9668.0, 9667.0, 9667.0, 9654.0, 9673.0, 9666.0, 9657.0, 9690.0, 9668.0, 9683.0, 9672.0, 9691.0, 9678.0, 9699.0, 9694.0, 9675.0, 9715.0, 9687.0, 9701.0, 9673.0, 9674.0, 9676.0, 9688.0, 9701.0, 9705.0, 9696.0, 9704.0, 9685.0, 9676.0, 9668.0, 9645.0, 9632.0, 9621.0, 9620.0, 9626.0, 9617.0, 9622.0, 9636.0, 9639.0, 9623.0, 9625.0, 9640.0, 9640.0, 9654.0, 9638.0, 9608.0, 9650.0, 9696.0, 9676.0, 9680.0, 9674.0, 9664.0, 9673.0, 9638.0, 9671.0, 9648.0, 9658.0, 9654.0, 9652.0, 9657.0, 9652.0, 9678.0, 9634.0, 9648.0, 9650.0, 9649.0, 9644.0, 9643.0, 9649.0, 9645.0, 9639.0, 9626.0, 9619.0, 9627.0, 9627.0, 9650.0, 9629.0, 9624.0, 9627.0, 9605.0, 9647.0, 9642.0, 9641.0, 9624.0, 9621.0, 9648.0, 9647.0, 9666.0, 9651.0, 9645.0, 9648.0, 9630.0, 9647.0, 9650.0, 9665.0, 9680.0, 9670.0, 9666.0, 9643.0, 9665.0, 9664.0, 9660.0, 9636.0, 9646.0, 9657.0, 9642.0, 9665.0, 9653.0, 9643.0, 9648.0, 9646.0, 9645.0, 9652.0, 9652.0, 9650.0, 9648.0, 9651.0, 9645.0, 9644.0, 9627.0, 9640.0, 9647.0, 9634.0, 9647.0, 9646.0, 9645.0, 9650.0, 9624.0, 9641.0, 9665.0, 9648.0, 9643.0, 9663.0, 9667.0, 9647.0, 9663.0, 9650.0, 9665.0, 9655.0, 9657.0, 9660.0, 9629.0, 9623.0, 9631.0, 9623.0, 9643.0, 9628.0, 9645.0, 9645.0, 9641.0, 9640.0, 9626.0, 9646.0, 9646.0, 9645.0, 9631.0, 9647.0, 9654.0, 9629.0, 9648.0, 9659.0, 9644.0, 9630.0, 9656.0, 9645.0, 9629.0, 9652.0, 9638.0, 9651.0, 9645.0, 9640.0, 9643.0, 9646.0, 9647.0, 9628.0, 9625.0, 9644.0, 9627.0, 9623.0, 9628.0, 9620.0, 9624.0, 9610.0, 9624.0, 9607.0, 9624.0, 9630.0, 9624.0, 9639.0, 9626.0, 9642.0, 9628.0, 9645.0, 9633.0, 9627.0, 9642.0, 9640.0, 9643.0, 9634.0, 9669.0, 9659.0, 9664.0, 9666.0, 9658.0, 9675.0, 9658.0, 9671.0, 9657.0, 9644.0, 9655.0, 9681.0, 9671.0, 9650.0, 9668.0, 9644.0, 9654.0, 9658.0, 9593.0, 9612.0, 9597.0, 9641.0, 9622.0, 9655.0, 9665.0, 9699.0, 9721.0, 9680.0, 9674.0, 9662.0, 9641.0, 9641.0, 9643.0, 9644.0, 9628.0, 9647.0, 9645.0, 9635.0, 9638.0, 9635.0, 9635.0, 9620.0, 9634.0, 9622.0, 9635.0, 9639.0, 9619.0, 9639.0, 9640.0, 9634.0, 9645.0, 9640.0, 9642.0, 9625.0, 9637.0, 9621.0, 9633.0, 9635.0, 9639.0, 9642.0, 9643.0, 9646.0, 9643.0, 9627.0, 9657.0, 9640.0, 9639.0, 9633.0, 9661.0, 9646.0, 9666.0, 9675.0, 9664.0, 9660.0, 9665.0, 9671.0, 9653.0, 9672.0, 9674.0, 9678.0, 9676.0, 9677.0, 9670.0, 9651.0, 9687.0, 9672.0, 9674.0, 9669.0, 9680.0, 9667.0, 9648.0, 9640.0, 9646.0, 9626.0, 9649.0, 9646.0, 9625.0, 9631.0, 9639.0, 9614.0, 9598.0, 9611.0, 9622.0, 9620.0, 9623.0, 9620.0, 9612.0, 9616.0, 9599.0, 9618.0, 9603.0, 9618.0, 9624.0, 9620.0, 9621.0, 9615.0, 9613.0, 9622.0, 9620.0, 9622.0, 9623.0, 9639.0, 9646.0, 9622.0, 9640.0, 9646.0, 9644.0, 9649.0, 9666.0, 9647.0, 9642.0, 9646.0, 9640.0, 9643.0, 9651.0, 9644.0, 9649.0, 9616.0, 9642.0, 9644.0, 9660.0, 9631.0, 9650.0, 9651.0, 9651.0, 9672.0, 9664.0, 9650.0, 9646.0, 9682.0, 9661.0, 9636.0, 9667.0, 9648.0, 9657.0, 9631.0, 9667.0, 9665.0, 9687.0, 9695.0, 9686.0, 9663.0, 9630.0, 9637.0, 9634.0, 9620.0, 9629.0, 9628.0, 9582.0, 9632.0, 9624.0, 9635.0, 9626.0, 9616.0, 9636.0, 9617.0, 9610.0, 9616.0, 9601.0, 9634.0, 9620.0, 9615.0, 9631.0, 9618.0, 9632.0, 9618.0, 9638.0, 9639.0, 9627.0, 9641.0, 9639.0, 9634.0, 9656.0, 9638.0, 9655.0, 9631.0, 9686.0, 9688.0, 9662.0, 9658.0, 9660.0, 9623.0, 9651.0, 9628.0, 9656.0, 9676.0, 9629.0, 9654.0, 9661.0, 9610.0, 9660.0, 9663.0, 9639.0, 9652.0, 9607.0, 9656.0, 9654.0, 9638.0, 9632.0, 9643.0, 9660.0, 9631.0, 9656.0, 9660.0, 9629.0, 9652.0, 9638.0, 9654.0, 9625.0, 9658.0, 9658.0, 9628.0, 9652.0, 9642.0, 9619.0, 9647.0, 9620.0, 9643.0, 9609.0, 9633.0, 9639.0, 9618.0, 9631.0, 9616.0, 9613.0, 9626.0, 9602.0, 9632.0, 9608.0, 9636.0, 9639.0, 9619.0, 9630.0, 9631.0, 9612.0, 9629.0, 9604.0, 9634.0, 9634.0, 9607.0, 9630.0, 9617.0, 9626.0, 9633.0, 9613.0, 9643.0, 9637.0, 9650.0, 9635.0, 9653.0, 9622.0, 9651.0, 9657.0, 9635.0, 9647.0, 9632.0, 9679.0, 9646.0, 9665.0, 9664.0, 9637.0, 9637.0, 9622.0, 9623.0, 9632.0, 9647.0, 9681.0, 9637.0, 9675.0, 9640.0, 9644.0, 9632.0, 9673.0, 9701.0, 9691.0, 9696.0, 9692.0, 9677.0, 9674.0, 9666.0, 9647.0, 9624.0, 9634.0, 9630.0, 9640.0, 9638.0, 9626.0, 9653.0, 9655.0, 9619.0, 9632.0, 9616.0, 9610.0, 9659.0, 9673.0, 9691.0, 9664.0, 9666.0, 9642.0, 9661.0, 9652.0, 9654.0, 9689.0, 9669.0, 9666.0, 9668.0, 9641.0, 9635.0, 9621.0, 9642.0, 9653.0, 9674.0, 9630.0, 9653.0, 9641.0, 9629.0, 9619.0, 9590.0, 9585.0, 9592.0, 9591.0, 9593.0, 9565.0, 9559.0, 9583.0, 9606.0, 9586.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.0023385040276179513</td></tr>
<tr><td colspan=3>aqi</td><td>0.04411451507479862</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.06525653638247</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3000909114055308</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0001767904838703</td></tr>
<tr><td colspan=3>efc</td><td>0.5102</td></tr>
<tr><td colspan=3>fber</td><td>4661.9756</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1361664636411678</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>120</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.80897583429229</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3175552692043353</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1924563113641318</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5306317578468556</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.229577738402018</td></tr>
<tr><td colspan=3>gcor</td><td>0.00844458</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.005670106038451195</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03695637732744217</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.371507912660066</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>19.5114</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9621</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.4244</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292492.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1116.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.6137</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3825</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.9284</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3555.2659</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3688.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84052.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4580.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>843.6398</td></tr>
<tr><td colspan=3>tsnr</td><td>31.91383151197806</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>