ds005256-mriqc/sub-0133_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter aa0c2bdd2c [DATALAD RUNCMD] Compute MRIQC for sub-0133
=== 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-0133 --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-0133",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:14:58 +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-0133_ses-03_task-social_acq-mb8_run-06_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-0133_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0133_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_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-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-social_acq-mb8_run-06_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-0133/ses-03/func/sub-0133_ses-03_task-social_acq-mb8_run-06_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>14808d96a1ccb6d3fffb1cf81ff7d70e</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>21:00:4.412500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994704, 0.0975667, 0.0323147, -0.0970058, 0.995112, -0.0184976]</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.259</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-06_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.0889012</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7782, -7233, 225, -177, -91, -21, 91]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>261.806</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2d29c775-d14a-4877-9187-d639a80bb4c1||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6687188148498535, -0.2602594494819641, 0.09169615060091019, 121.51197814941406], [-0.26176440715789795, 2.6698124408721924, -0.04121542349457741, -86.54476165771484], [0.08669808506965637, 0.049627840518951416, 2.698127508163452, -83.18268585205078], [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': ['210004.412500', '210004.872500', '210005.332500', '210005.792500', '210006.252500', '210006.712500', '210007.172500', '210007.632500', '210008.092500', '210008.552500', '210009.012500', '210009.472500', '210009.932500', '210010.392500', '210010.852500', '210011.312500', '210011.772500', '210012.232500', '210012.692500', '210013.152500', '210013.612500', '210014.072500', '210014.532500', '210014.992500', '210015.452500', '210015.912500', '210016.372500', '210016.832500', '210017.292500', '210017.752500', '210018.212500', '210018.672500', '210019.132500', '210019.592500', '210020.052500', '210020.512500', '210020.972500', '210021.432500', '210021.892500', '210022.352500', '210022.812500', '210023.272500', '210023.732500', '210024.192500', '210024.652500', '210025.112500', '210025.572500', '210026.032500', '210026.492500', '210026.952500', '210027.412500', '210027.872500', '210028.332500', '210028.792500', '210029.252500', '210029.712500', '210030.172500', '210030.632500', '210031.092500', '210031.552500', '210032.012500', '210032.472500', '210032.932500', '210033.392500', '210033.852500', '210034.312500', '210034.772500', '210035.232500', '210035.692500', '210036.152500', '210036.612500', '210037.072500', '210037.532500', '210037.992500', '210038.452500', '210038.912500', '210039.372500', '210039.832500', '210040.292500', '210040.752500', '210041.212500', '210041.672500', '210042.132500', '210042.592500', '210043.052500', '210043.512500', '210043.972500', '210044.432500', '210044.892500', '210045.352500', '210045.812500', '210046.272500', '210046.732500', '210047.192500', '210047.652500', '210048.112500', '210048.572500', '210049.032500', '210049.492500', '210049.952500', '210050.412500', '210050.872500', '210051.332500', '210051.792500', '210052.252500', '210052.712500', '210053.172500', '210053.632500', '210054.092500', '210054.552500', '210055.012500', '210055.472500', '210055.932500', '210056.392500', '210056.852500', '210057.312500', '210057.772500', '210058.232500', '210058.692500', '210059.152500', '210059.612500', '210100.072500', '210100.532500', '210100.992500', '210101.452500', '210101.912500', '210102.372500', '210102.832500', '210103.292500', '210103.752500', '210104.212500', '210104.672500', '210105.132500', '210105.592500', '210106.052500', '210106.512500', '210106.972500', '210107.432500', '210107.892500', '210108.352500', '210108.812500', '210109.272500', '210109.732500', '210110.192500', '210110.652500', '210111.112500', '210111.572500', '210112.032500', '210112.492500', '210112.952500', '210113.412500', '210113.872500', '210114.332500', '210114.792500', '210115.252500', '210115.712500', '210116.172500', '210116.632500', '210117.092500', '210117.552500', '210118.012500', '210118.472500', '210118.932500', '210119.392500', '210119.852500', '210120.312500', '210120.772500', '210121.232500', '210121.692500', '210122.152500', '210122.612500', '210123.072500', '210123.532500', '210123.992500', '210124.452500', '210124.912500', '210125.372500', '210125.832500', '210126.292500', '210126.752500', '210127.212500', '210127.672500', '210128.132500', '210128.592500', '210129.052500', '210129.512500', '210129.972500', '210130.432500', '210130.892500', '210131.352500', '210131.812500', '210132.272500', '210132.732500', '210133.192500', '210133.652500', '210134.112500', '210134.572500', '210135.032500', '210135.492500', '210135.952500', '210136.412500', '210136.872500', '210137.332500', '210137.792500', '210138.252500', '210138.712500', '210139.172500', '210139.632500', '210140.092500', '210140.552500', '210141.012500', '210141.472500', '210141.932500', '210142.392500', '210142.852500', '210143.312500', '210143.772500', '210144.232500', '210144.692500', '210145.152500', '210145.612500', '210146.072500', '210146.532500', '210146.992500', '210147.452500', '210147.912500', '210148.372500', '210148.832500', '210149.292500', '210149.752500', '210150.212500', '210150.672500', '210151.132500', '210151.592500', '210152.052500', '210152.512500', '210152.972500', '210153.432500', '210153.892500', '210154.352500', '210154.812500', '210155.272500', '210155.732500', '210156.192500', '210156.652500', '210157.112500', '210157.572500', '210158.032500', '210158.492500', '210158.952500', '210159.412500', '210159.872500', '210200.332500', '210200.792500', '210201.252500', '210201.712500', '210202.172500', '210202.632500', '210203.092500', '210203.552500', '210204.012500', '210204.472500', '210204.932500', '210205.392500', '210205.852500', '210206.312500', '210206.772500', '210207.232500', '210207.692500', '210208.152500', '210208.612500', '210209.072500', '210209.532500', '210209.992500', '210210.452500', '210210.912500', '210211.372500', '210211.832500', '210212.292500', '210212.752500', '210213.212500', '210213.672500', '210214.132500', '210214.592500', '210215.052500', '210215.512500', '210215.972500', '210216.432500', '210216.892500', '210217.352500', '210217.812500', '210218.272500', '210218.732500', '210219.192500', '210219.652500', '210220.112500', '210220.572500', '210221.032500', '210221.492500', '210221.952500', '210222.412500', '210222.872500', '210223.332500', '210223.792500', '210224.252500', '210224.712500', '210225.172500', '210225.632500', '210226.092500', '210226.552500', '210227.012500', '210227.472500', '210227.932500', '210228.392500', '210228.852500', '210229.312500', '210229.772500', '210230.232500', '210230.692500', '210231.152500', '210231.612500', '210232.072500', '210232.532500', '210232.992500', '210233.452500', '210233.912500', '210234.372500', '210234.832500', '210235.292500', '210235.752500', '210236.212500', '210236.672500', '210237.132500', '210237.592500', '210238.052500', '210238.512500', '210238.972500', '210239.432500', '210239.892500', '210240.352500', '210240.812500', '210241.272500', '210241.732500', '210242.192500', '210242.652500', '210243.112500', '210243.572500', '210244.032500', '210244.492500', '210244.952500', '210245.412500', '210245.872500', '210246.332500', '210246.792500', '210247.252500', '210247.712500', '210248.172500', '210248.632500', '210249.092500', '210249.552500', '210250.012500', '210250.472500', '210250.932500', '210251.392500', '210251.852500', '210252.312500', '210252.772500', '210253.232500', '210253.692500', '210254.152500', '210254.612500', '210255.072500', '210255.532500', '210255.992500', '210256.452500', '210256.912500', '210257.372500', '210257.832500', '210258.292500', '210258.752500', '210259.212500', '210259.672500', '210300.132500', '210300.592500', '210301.052500', '210301.512500', '210301.972500', '210302.432500', '210302.892500', '210303.352500', '210303.812500', '210304.272500', '210304.732500', '210305.192500', '210305.652500', '210306.112500', '210306.572500', '210307.032500', '210307.492500', '210307.952500', '210308.412500', '210308.872500', '210309.332500', '210309.792500', '210310.252500', '210310.712500', '210311.172500', '210311.632500', '210312.092500', '210312.552500', '210313.012500', '210313.472500', '210313.932500', '210314.392500', '210314.852500', '210315.312500', '210315.772500', '210316.232500', '210316.692500', '210317.152500', '210317.612500', '210318.072500', '210318.532500', '210318.992500', '210319.452500', '210319.912500', '210320.372500', '210320.832500', '210321.292500', '210321.752500', '210322.212500', '210322.672500', '210323.132500', '210323.592500', '210324.052500', '210324.512500', '210324.972500', '210325.432500', '210325.892500', '210326.352500', '210326.812500', '210327.272500', '210327.732500', '210328.192500', '210328.652500', '210329.112500', '210329.572500', '210330.032500', '210330.492500', '210330.952500', '210331.412500', '210331.872500', '210332.332500', '210332.792500', '210333.252500', '210333.712500', '210334.172500', '210334.632500', '210335.092500', '210335.552500', '210336.012500', '210336.472500', '210336.932500', '210337.392500', '210337.852500', '210338.312500', '210338.772500', '210339.232500', '210339.692500', '210340.152500', '210340.612500', '210341.072500', '210341.532500', '210341.992500', '210342.452500', '210342.912500', '210343.372500', '210343.832500', '210344.292500', '210344.752500', '210345.212500', '210345.672500', '210346.132500', '210346.592500', '210347.052500', '210347.512500', '210347.972500', '210348.432500', '210348.892500', '210349.352500', '210349.812500', '210350.272500', '210350.732500', '210351.192500', '210351.652500', '210352.112500', '210352.572500', '210353.032500', '210353.492500', '210353.952500', '210354.412500', '210354.872500', '210355.332500', '210355.792500', '210356.252500', '210356.712500', '210357.172500', '210357.632500', '210358.092500', '210358.552500', '210359.012500', '210359.472500', '210359.932500', '210400.392500', '210400.852500', '210401.312500', '210401.772500', '210402.232500', '210402.692500', '210403.152500', '210403.612500', '210404.072500', '210404.532500', '210404.992500', '210405.452500', '210405.912500', '210406.372500', '210406.832500', '210407.292500', '210407.752500', '210408.212500', '210408.672500', '210409.132500', '210409.592500', '210410.052500', '210410.512500', '210410.972500', '210411.432500', '210411.892500', '210412.352500', '210412.812500', '210413.272500', '210413.732500', '210414.192500', '210414.652500', '210415.112500', '210415.572500', '210416.032500', '210416.492500', '210416.952500', '210417.412500', '210417.872500', '210418.332500', '210418.792500', '210419.252500', '210419.712500', '210420.172500', '210420.632500', '210421.092500', '210421.552500', '210422.012500', '210422.472500', '210422.932500', '210423.392500', '210423.852500', '210424.312500', '210424.772500', '210425.232500', '210425.692500', '210426.152500', '210426.612500', '210427.072500', '210427.532500', '210427.992500', '210428.452500', '210428.912500', '210429.372500', '210429.832500', '210430.292500', '210430.752500', '210431.212500', '210431.672500', '210432.132500', '210432.592500', '210433.052500', '210433.512500', '210433.972500', '210434.432500', '210434.892500', '210435.352500', '210435.812500', '210436.272500', '210436.732500', '210437.192500', '210437.652500', '210438.112500', '210438.572500', '210439.032500', '210439.492500', '210439.952500', '210440.412500', '210440.872500', '210441.332500', '210441.792500', '210442.252500', '210442.712500', '210443.172500', '210443.632500', '210444.092500', '210444.552500', '210445.012500', '210445.472500', '210445.932500', '210446.392500', '210446.852500', '210447.312500', '210447.772500', '210448.232500', '210448.692500', '210449.152500', '210449.612500', '210450.072500', '210450.532500', '210450.992500', '210451.452500', '210451.912500', '210452.372500', '210452.832500', '210453.292500', '210453.752500', '210454.212500', '210454.672500', '210455.132500', '210455.592500', '210456.052500', '210456.512500', '210456.972500', '210457.432500', '210457.892500', '210458.352500', '210458.812500', '210459.272500', '210459.732500', '210500.192500', '210500.652500', '210501.112500', '210501.572500', '210502.032500', '210502.492500', '210502.952500', '210503.412500', '210503.872500', '210504.332500', '210504.792500', '210505.252500', '210505.712500', '210506.172500', '210506.632500', '210507.092500', '210507.552500', '210508.012500', '210508.472500', '210508.932500', '210509.392500', '210509.852500', '210510.312500', '210510.772500', '210511.232500', '210511.692500', '210512.152500', '210512.612500', '210513.072500', '210513.532500', '210513.992500', '210514.452500', '210514.912500', '210515.372500', '210515.832500', '210516.292500', '210516.752500', '210517.212500', '210517.672500', '210518.132500', '210518.592500', '210519.052500', '210519.512500', '210519.972500', '210520.432500', '210520.892500', '210521.352500', '210521.812500', '210522.272500', '210522.732500', '210523.192500', '210523.652500', '210524.112500', '210524.572500', '210525.032500', '210525.492500', '210525.952500', '210526.412500', '210526.872500', '210527.332500', '210527.792500', '210528.252500', '210528.712500', '210529.172500', '210529.632500', '210530.092500', '210530.552500', '210531.012500', '210531.472500', '210531.932500', '210532.392500', '210532.852500', '210533.312500', '210533.772500', '210534.232500', '210534.692500', '210535.152500', '210535.612500', '210536.072500', '210536.532500', '210536.992500', '210537.452500', '210537.912500', '210538.372500', '210538.832500', '210539.292500', '210539.752500', '210540.212500', '210540.672500', '210541.132500', '210541.592500', '210542.052500', '210542.512500', '210542.972500', '210543.432500', '210543.892500', '210544.352500', '210544.812500', '210545.272500', '210545.732500', '210546.192500', '210546.652500', '210547.112500', '210547.572500', '210548.032500', '210548.492500', '210548.952500', '210549.412500', '210549.872500', '210550.332500', '210550.792500', '210551.252500', '210551.712500', '210552.172500', '210552.632500', '210553.092500', '210553.552500', '210554.012500', '210554.472500', '210554.932500', '210555.392500', '210555.852500', '210556.312500', '210556.772500', '210557.232500', '210557.692500', '210558.152500', '210558.612500', '210559.072500', '210559.532500', '210559.992500', '210600.452500', '210600.912500', '210601.372500', '210601.832500', '210602.292500', '210602.752500', '210603.212500', '210603.672500', '210604.132500', '210604.592500', '210605.052500', '210605.512500', '210605.972500', '210606.432500', '210606.892500', '210607.352500', '210607.812500', '210608.272500', '210608.732500', '210609.192500', '210609.652500', '210610.112500', '210610.572500', '210611.032500', '210611.492500', '210611.952500', '210612.412500', '210612.872500', '210613.332500', '210613.792500', '210614.252500', '210614.712500', '210615.172500', '210615.632500', '210616.092500', '210616.552500', '210617.012500', '210617.472500', '210617.932500', '210618.392500', '210618.852500', '210619.312500', '210619.772500', '210620.232500', '210620.692500', '210621.152500', '210621.612500', '210622.072500', '210622.532500', '210622.992500', '210623.452500', '210623.912500', '210624.372500', '210624.832500', '210625.292500', '210625.752500', '210626.212500', '210626.672500', '210627.132500', '210627.592500', '210628.052500', '210628.512500', '210628.972500', '210629.432500', '210629.892500', '210630.352500', '210630.812500', '210631.272500', '210631.732500', '210632.192500', '210632.652500', '210633.112500', '210633.572500', '210634.032500', '210634.492500', '210634.952500', '210635.412500', '210635.872500', '210636.332500', '210636.792500', '210637.252500', '210637.712500', '210638.172500', '210638.632500', '210639.092500', '210639.552500', '210640.012500', '210640.472500', '210640.932500', '210641.392500', '210641.852500', '210642.312500', '210642.772500', '210643.232500', '210643.692500', '210644.152500', '210644.612500', '210645.072500'], 'ContentTime': ['210014.613000', '210014.616000', '210014.619000', '210014.621000', '210014.624000', '210014.626000', '210014.629000', '210014.637000', '210014.639000', '210014.642000', '210014.650000', '210014.653000', '210014.655000', '210014.658000', '210014.660000', '210014.663000', '210014.666000', '210014.668000', '210014.671000', '210014.673000', '210034.587000', '210034.590000', '210034.593000', '210034.595000', '210034.598000', '210034.600000', '210034.603000', '210034.605000', '210034.608000', '210034.611000', '210034.613000', '210034.616000', '210034.618000', '210034.621000', '210034.623000', '210034.626000', '210034.628000', '210034.631000', '210034.633000', '210034.636000', '210034.643000', '210034.646000', '210034.648000', '210034.651000', '210034.653000', '210034.656000', '210034.658000', '210034.661000', '210034.664000', '210034.666000', '210034.669000', '210034.671000', '210034.674000', '210034.676000', '210034.679000', '210034.681000', '210034.684000', '210034.686000', '210034.689000', '210034.692000', '210034.694000', '210034.697000', '210034.699000', '210054.587000', '210054.590000', '210054.593000', '210054.595000', '210054.598000', '210054.601000', '210054.603000', '210054.606000', '210054.608000', '210054.611000', '210054.613000', '210054.616000', '210054.618000', '210054.621000', '210054.624000', '210054.626000', '210054.629000', '210054.631000', '210054.634000', '210054.636000', '210054.639000', '210054.642000', '210054.644000', '210054.647000', '210054.649000', '210054.652000', '210054.654000', '210054.657000', '210054.659000', '210054.662000', '210054.664000', '210054.667000', '210054.669000', '210054.672000', '210054.675000', '210054.687000', '210054.689000', '210054.692000', '210054.694000', '210054.697000', '210054.699000', '210054.702000', '210054.704000', '210054.707000', '210114.587000', '210114.590000', '210114.593000', '210114.595000', '210114.598000', '210114.600000', '210114.603000', '210114.605000', '210114.608000', '210114.611000', '210114.613000', '210114.616000', '210114.618000', '210114.621000', '210114.623000', '210114.626000', '210114.629000', '210114.631000', '210114.634000', '210114.636000', '210114.639000', '210114.641000', '210114.644000', '210114.647000', '210114.649000', '210114.652000', '210114.654000', '210114.657000', '210114.660000', '210114.662000', '210114.665000', '210114.667000', '210114.670000', '210114.672000', '210114.675000', '210114.677000', '210114.680000', '210114.683000', '210114.685000', '210114.688000', '210114.690000', '210114.693000', '210114.695000', '210134.588000', '210134.591000', '210134.594000', '210134.596000', '210134.599000', '210134.602000', '210134.604000', '210134.607000', '210134.610000', '210134.612000', '210134.615000', '210134.617000', '210134.620000', '210134.622000', '210134.625000', '210134.627000', '210134.630000', '210134.633000', '210134.635000', '210134.638000', '210134.640000', '210134.643000', '210134.645000', '210134.648000', '210134.650000', '210134.653000', '210134.656000', '210134.658000', '210134.661000', '210134.663000', '210134.666000', '210134.668000', '210134.671000', '210134.673000', '210134.676000', '210134.678000', '210134.681000', '210134.684000', '210134.686000', '210134.689000', '210134.691000', '210134.694000', '210134.696000', '210134.699000', '210154.589000', '210154.591000', '210154.594000', '210154.597000', '210154.599000', '210154.602000', '210154.604000', '210154.607000', '210154.609000', '210154.612000', '210154.615000', '210154.617000', '210154.620000', '210154.622000', '210154.625000', '210154.627000', '210154.630000', '210154.632000', '210154.635000', '210154.637000', '210154.640000', '210154.643000', '210154.645000', '210154.648000', '210154.650000', '210154.653000', '210154.655000', '210154.658000', '210154.660000', '210154.663000', '210154.666000', '210154.668000', '210154.671000', '210154.673000', '210154.676000', '210154.678000', '210154.681000', '210154.684000', '210154.686000', '210154.689000', '210154.691000', '210154.694000', '210154.697000', '210214.589000', '210214.591000', '210214.594000', '210214.596000', '210214.599000', '210214.603000', '210214.606000', '210214.609000', '210214.611000', '210214.614000', '210214.617000', '210214.619000', '210214.622000', '210214.624000', '210214.627000', '210214.630000', '210214.632000', '210214.635000', '210214.637000', '210214.640000', '210214.642000', '210214.645000', '210214.647000', '210214.650000', '210214.653000', '210214.655000', '210214.658000', '210214.660000', '210214.663000', '210214.666000', '210214.668000', '210214.671000', '210214.673000', '210214.676000', '210214.678000', '210214.681000', '210214.683000', '210214.686000', '210214.689000', '210214.691000', '210214.694000', '210214.696000', '210214.699000', '210214.701000', '210234.588000', '210234.591000', '210234.594000', '210234.596000', '210234.599000', '210234.601000', '210234.604000', '210234.607000', '210234.609000', '210234.612000', '210234.614000', '210234.617000', '210234.619000', '210234.622000', '210234.624000', '210234.627000', '210234.630000', '210234.632000', '210234.635000', '210234.637000', '210234.640000', '210234.642000', '210234.645000', '210234.647000', '210234.650000', '210234.652000', '210234.655000', '210234.658000', '210234.660000', '210234.663000', '210234.665000', '210234.668000', '210234.670000', '210234.673000', '210234.675000', '210234.678000', '210234.680000', '210234.683000', '210234.686000', '210234.688000', '210234.691000', '210234.693000', '210234.696000', '210254.587000', '210254.591000', '210254.594000', '210254.596000', '210254.599000', '210254.602000', '210254.604000', '210254.607000', '210254.609000', '210254.612000', '210254.614000', '210254.617000', '210254.620000', '210254.622000', '210254.625000', '210254.627000', '210254.630000', '210254.632000', '210254.635000', '210254.638000', '210254.640000', '210254.647000', '210254.650000', '210254.653000', '210254.655000', '210254.658000', '210254.660000', '210254.663000', '210254.665000', '210254.668000', '210254.670000', '210254.673000', '210254.676000', '210254.678000', '210254.681000', '210254.683000', '210254.686000', '210254.688000', '210254.691000', '210254.693000', '210254.696000', '210254.698000', '210254.701000', '210254.704000', '210314.588000', '210314.590000', '210314.593000', '210314.595000', '210314.598000', '210314.601000', '210314.603000', '210314.606000', '210314.608000', '210314.611000', '210314.613000', '210314.616000', '210314.619000', '210314.621000', '210314.624000', '210314.626000', '210314.629000', '210314.631000', '210314.634000', '210314.636000', '210314.639000', '210314.641000', '210314.644000', '210314.647000', '210314.649000', '210314.652000', '210314.654000', '210314.657000', '210314.659000', '210314.662000', '210314.664000', '210314.667000', '210314.669000', '210314.672000', '210314.675000', '210314.677000', '210314.680000', '210314.682000', '210314.685000', '210314.687000', '210314.690000', '210314.692000', '210314.695000', '210334.587000', '210334.590000', '210334.593000', '210334.595000', '210334.598000', '210334.600000', '210334.603000', '210334.606000', '210334.608000', '210334.611000', '210334.613000', '210334.616000', '210334.618000', '210334.621000', '210334.624000', '210334.626000', '210334.629000', '210334.631000', '210334.634000', '210334.637000', '210334.639000', '210334.642000', '210334.644000', '210334.647000', '210334.650000', '210334.652000', '210334.655000', '210334.657000', '210334.660000', '210334.662000', '210334.665000', '210334.668000', '210334.670000', '210334.673000', '210334.675000', '210334.678000', '210334.680000', '210334.683000', '210334.685000', '210334.688000', '210334.690000', '210334.701000', '210334.704000', '210334.706000', '210354.588000', '210354.591000', '210354.594000', '210354.596000', '210354.599000', '210354.602000', '210354.604000', '210354.607000', '210354.609000', '210354.612000', '210354.614000', '210354.617000', '210354.619000', '210354.622000', '210354.625000', '210354.627000', '210354.630000', '210354.633000', '210354.635000', '210354.638000', '210354.640000', '210354.643000', '210354.645000', '210354.648000', '210354.650000', '210354.653000', '210354.656000', '210354.658000', '210354.661000', '210354.663000', '210354.666000', '210354.669000', '210354.671000', '210354.674000', '210354.676000', '210354.679000', '210354.681000', '210354.684000', '210354.686000', '210354.689000', '210354.692000', '210354.694000', '210354.697000', '210414.588000', '210414.602000', '210414.605000', '210414.607000', '210414.610000', '210414.612000', '210414.615000', '210414.618000', '210414.621000', '210414.624000', '210414.627000', '210414.630000', '210414.633000', '210414.635000', '210414.638000', '210414.641000', '210414.643000', '210414.646000', '210414.648000', '210414.651000', '210414.653000', '210414.656000', '210414.658000', '210414.661000', '210414.664000', '210414.666000', '210414.698000', '210414.700000', '210414.703000', '210414.706000', '210414.708000', '210414.711000', '210414.713000', '210414.716000', '210414.718000', '210414.721000', '210414.724000', '210414.726000', '210414.729000', '210414.731000', '210414.734000', '210414.737000', '210414.739000', '210434.588000', '210434.591000', '210434.594000', '210434.597000', '210434.599000', '210434.602000', '210434.605000', '210434.607000', '210434.610000', '210434.612000', '210434.615000', '210434.618000', '210434.620000', '210434.623000', '210434.625000', '210434.628000', '210434.630000', '210434.633000', '210434.636000', '210434.638000', '210434.641000', '210434.643000', '210434.646000', '210434.648000', '210434.651000', '210434.653000', '210434.656000', '210434.659000', '210434.661000', '210434.664000', '210434.666000', '210434.669000', '210434.671000', '210434.674000', '210434.677000', '210434.679000', '210434.682000', '210434.684000', '210434.687000', '210434.689000', '210434.692000', '210434.695000', '210434.697000', '210434.700000', '210454.588000', '210454.591000', '210454.594000', '210454.596000', '210454.599000', '210454.602000', '210454.604000', '210454.607000', '210454.610000', '210454.613000', '210454.616000', '210454.619000', '210454.621000', '210454.624000', '210454.627000', '210454.629000', '210454.632000', '210454.634000', '210454.637000', '210454.640000', '210454.642000', '210454.648000', '210454.650000', '210454.653000', '210454.655000', '210454.658000', '210454.660000', '210454.663000', '210454.666000', '210454.669000', '210454.671000', '210454.674000', '210454.676000', '210454.679000', '210454.681000', '210454.684000', '210454.686000', '210454.689000', '210454.692000', '210454.694000', '210454.697000', '210454.699000', '210454.702000', '210514.588000', '210514.590000', '210514.593000', '210514.596000', '210514.598000', '210514.601000', '210514.603000', '210514.606000', '210514.609000', '210514.611000', '210514.614000', '210514.616000', '210514.619000', '210514.622000', '210514.624000', '210514.627000', '210514.629000', '210514.632000', '210514.635000', '210514.637000', '210514.640000', '210514.642000', '210514.645000', '210514.648000', '210514.650000', '210514.653000', '210514.655000', '210514.658000', '210514.660000', '210514.663000', '210514.666000', '210514.668000', '210514.671000', '210514.673000', '210514.676000', '210514.678000', '210514.681000', '210514.684000', '210514.686000', '210514.689000', '210514.691000', '210514.694000', '210514.696000', '210514.699000', '210534.588000', '210534.591000', '210534.593000', '210534.596000', '210534.598000', '210534.601000', '210534.604000', '210534.606000', '210534.609000', '210534.611000', '210534.614000', '210534.617000', '210534.620000', '210534.622000', '210534.625000', '210534.628000', '210534.631000', '210534.633000', '210534.636000', '210534.638000', '210534.641000', '210534.643000', '210534.646000', '210534.649000', '210534.651000', '210534.654000', '210534.656000', '210534.659000', '210534.661000', '210534.664000', '210534.667000', '210534.670000', '210534.673000', '210534.675000', '210534.678000', '210534.681000', '210534.683000', '210534.713000', '210534.715000', '210534.718000', '210534.721000', '210534.723000', '210534.726000', '210554.588000', '210554.590000', '210554.593000', '210554.596000', '210554.598000', '210554.601000', '210554.603000', '210554.606000', '210554.609000', '210554.611000', '210554.614000', '210554.616000', '210554.619000', '210554.622000', '210554.624000', '210554.627000', '210554.629000', '210554.632000', '210554.635000', '210554.637000', '210554.640000', '210554.642000', '210554.645000', '210554.647000', '210554.650000', '210554.653000', '210554.655000', '210554.658000', '210554.660000', '210554.665000', '210554.667000', '210554.670000', '210554.672000', '210554.675000', '210554.677000', '210554.680000', '210554.682000', '210554.685000', '210554.688000', '210554.690000', '210554.693000', '210554.695000', '210554.698000', '210554.701000', '210614.589000', '210614.592000', '210614.594000', '210614.597000', '210614.600000', '210614.602000', '210614.605000', '210614.607000', '210614.610000', '210614.613000', '210614.615000', '210614.618000', '210614.620000', '210614.623000', '210614.625000', '210614.628000', '210614.631000', '210614.633000', '210614.636000', '210614.638000', '210614.641000', '210614.644000', '210614.646000', '210614.650000', '210614.653000', '210614.656000', '210614.659000', '210614.661000', '210614.664000', '210614.667000', '210614.669000', '210614.672000', '210614.674000', '210614.677000', '210614.679000', '210614.682000', '210614.685000', '210614.687000', '210614.690000', '210614.693000', '210614.695000', '210614.698000', '210614.700000', '210634.588000', '210634.591000', '210634.594000', '210634.597000', '210634.600000', '210634.602000', '210634.605000', '210634.608000', '210634.610000', '210634.613000', '210634.616000', '210634.619000', '210634.621000', '210634.624000', '210634.627000', '210634.629000', '210634.632000', '210634.635000', '210634.637000', '210634.640000', '210634.643000', '210634.645000', '210634.648000', '210634.651000', '210634.653000', '210634.656000', '210634.658000', '210634.661000', '210634.664000', '210634.667000', '210634.669000', '210634.672000', '210634.674000', '210634.677000', '210634.680000', '210634.683000', '210634.685000', '210634.688000', '210634.690000', '210634.693000', '210634.695000', '210634.698000', '210634.700000', '210634.703000', '210646.383000', '210646.386000', '210646.389000', '210646.391000', '210646.394000', '210646.396000', '210646.399000', '210646.402000', '210646.404000', '210646.407000', '210646.409000', '210646.412000', '210646.415000', '210646.417000', '210646.420000', '210646.422000', '210646.425000', '210646.428000', '210646.430000', '210646.433000', '210646.435000', '210646.438000', '210646.441000', '210646.443000', '210646.446000', '210646.448000'], 'InstanceCreationTime': ['210014.613000', '210014.616000', '210014.619000', '210014.621000', '210014.624000', '210014.626000', '210014.629000', '210014.637000', '210014.639000', '210014.642000', '210014.650000', '210014.653000', '210014.655000', '210014.658000', '210014.660000', '210014.663000', '210014.666000', '210014.668000', '210014.671000', '210014.673000', '210034.587000', '210034.590000', '210034.593000', '210034.595000', '210034.598000', '210034.600000', '210034.603000', '210034.605000', '210034.608000', '210034.611000', '210034.613000', '210034.616000', '210034.618000', '210034.621000', '210034.623000', '210034.626000', '210034.628000', '210034.631000', '210034.633000', '210034.636000', '210034.643000', '210034.646000', '210034.648000', '210034.651000', '210034.653000', '210034.656000', '210034.658000', '210034.661000', '210034.664000', '210034.666000', '210034.669000', '210034.671000', '210034.674000', '210034.676000', '210034.679000', '210034.681000', '210034.684000', '210034.686000', '210034.689000', '210034.692000', '210034.694000', '210034.697000', '210034.699000', '210054.587000', '210054.590000', '210054.593000', '210054.595000', '210054.598000', '210054.601000', '210054.603000', '210054.606000', '210054.608000', '210054.611000', '210054.613000', '210054.616000', '210054.618000', '210054.621000', '210054.624000', '210054.626000', '210054.629000', '210054.631000', '210054.634000', '210054.636000', '210054.639000', '210054.642000', '210054.644000', '210054.647000', '210054.649000', '210054.652000', '210054.654000', '210054.657000', '210054.659000', '210054.662000', '210054.664000', '210054.667000', '210054.669000', '210054.672000', '210054.675000', '210054.687000', '210054.689000', '210054.692000', '210054.694000', '210054.697000', '210054.699000', '210054.702000', '210054.704000', '210054.707000', '210114.587000', '210114.590000', '210114.593000', '210114.595000', '210114.598000', '210114.600000', '210114.603000', '210114.605000', '210114.608000', '210114.611000', '210114.613000', '210114.616000', '210114.618000', '210114.621000', '210114.623000', '210114.626000', '210114.629000', '210114.631000', '210114.634000', '210114.636000', '210114.639000', '210114.641000', '210114.644000', '210114.647000', '210114.649000', '210114.652000', '210114.654000', '210114.657000', '210114.660000', '210114.662000', '210114.665000', '210114.667000', '210114.670000', '210114.672000', '210114.675000', '210114.677000', '210114.680000', '210114.683000', '210114.685000', '210114.688000', '210114.690000', '210114.693000', '210114.695000', '210134.588000', '210134.591000', '210134.594000', '210134.596000', '210134.599000', '210134.602000', '210134.604000', '210134.607000', '210134.610000', '210134.612000', '210134.615000', '210134.617000', '210134.620000', '210134.622000', '210134.625000', '210134.627000', '210134.630000', '210134.633000', '210134.635000', '210134.638000', '210134.640000', '210134.643000', '210134.645000', '210134.648000', '210134.650000', '210134.653000', '210134.656000', '210134.658000', '210134.661000', '210134.663000', '210134.666000', '210134.668000', '210134.671000', '210134.673000', '210134.676000', '210134.678000', '210134.681000', '210134.684000', '210134.686000', '210134.689000', '210134.691000', '210134.694000', '210134.696000', '210134.699000', '210154.589000', '210154.591000', '210154.594000', '210154.597000', '210154.599000', '210154.602000', '210154.604000', '210154.607000', '210154.609000', '210154.612000', '210154.615000', '210154.617000', '210154.620000', '210154.622000', '210154.625000', '210154.627000', '210154.630000', '210154.632000', '210154.635000', '210154.637000', '210154.640000', '210154.643000', '210154.645000', '210154.648000', '210154.650000', '210154.653000', '210154.655000', '210154.658000', '210154.660000', '210154.663000', '210154.666000', '210154.668000', '210154.671000', '210154.673000', '210154.676000', '210154.678000', '210154.681000', '210154.684000', '210154.686000', '210154.689000', '210154.691000', '210154.694000', '210154.697000', '210214.589000', '210214.591000', '210214.594000', '210214.596000', '210214.599000', '210214.603000', '210214.606000', '210214.609000', '210214.611000', '210214.614000', '210214.617000', '210214.619000', '210214.622000', '210214.624000', '210214.627000', '210214.630000', '210214.632000', '210214.635000', '210214.637000', '210214.640000', '210214.642000', '210214.645000', '210214.647000', '210214.650000', '210214.653000', '210214.655000', '210214.658000', '210214.660000', '210214.663000', '210214.666000', '210214.668000', '210214.671000', '210214.673000', '210214.676000', '210214.678000', '210214.681000', '210214.683000', '210214.686000', '210214.689000', '210214.691000', '210214.694000', '210214.696000', '210214.699000', '210214.701000', '210234.588000', '210234.591000', '210234.594000', '210234.596000', '210234.599000', '210234.601000', '210234.604000', '210234.607000', '210234.609000', '210234.612000', '210234.614000', '210234.617000', '210234.619000', '210234.622000', '210234.624000', '210234.627000', '210234.630000', '210234.632000', '210234.635000', '210234.637000', '210234.640000', '210234.642000', '210234.645000', '210234.647000', '210234.650000', '210234.652000', '210234.655000', '210234.658000', '210234.660000', '210234.663000', '210234.665000', '210234.668000', '210234.670000', '210234.673000', '210234.675000', '210234.678000', '210234.680000', '210234.683000', '210234.686000', '210234.688000', '210234.691000', '210234.693000', '210234.696000', '210254.587000', '210254.591000', '210254.594000', '210254.596000', '210254.599000', '210254.602000', '210254.604000', '210254.607000', '210254.609000', '210254.612000', '210254.614000', '210254.617000', '210254.620000', '210254.622000', '210254.625000', '210254.627000', '210254.630000', '210254.632000', '210254.635000', '210254.638000', '210254.640000', '210254.647000', '210254.650000', '210254.653000', '210254.655000', '210254.658000', '210254.660000', '210254.663000', '210254.665000', '210254.668000', '210254.670000', '210254.673000', '210254.676000', '210254.678000', '210254.681000', '210254.683000', '210254.686000', '210254.688000', '210254.691000', '210254.693000', '210254.696000', '210254.698000', '210254.701000', '210254.704000', '210314.588000', '210314.590000', '210314.593000', '210314.595000', '210314.598000', '210314.601000', '210314.603000', '210314.606000', '210314.608000', '210314.611000', '210314.613000', '210314.616000', '210314.619000', '210314.621000', '210314.624000', '210314.626000', '210314.629000', '210314.631000', '210314.634000', '210314.636000', '210314.639000', '210314.641000', '210314.644000', '210314.647000', '210314.649000', '210314.652000', '210314.654000', '210314.657000', '210314.659000', '210314.662000', '210314.664000', '210314.667000', '210314.669000', '210314.672000', '210314.675000', '210314.677000', '210314.680000', '210314.682000', '210314.685000', '210314.687000', '210314.690000', '210314.692000', '210314.695000', '210334.587000', '210334.590000', '210334.593000', '210334.595000', '210334.598000', '210334.600000', '210334.603000', '210334.606000', '210334.608000', '210334.611000', '210334.613000', '210334.616000', '210334.618000', '210334.621000', '210334.624000', '210334.626000', '210334.629000', '210334.631000', '210334.634000', '210334.637000', '210334.639000', '210334.642000', '210334.644000', '210334.647000', '210334.650000', '210334.652000', '210334.655000', '210334.657000', '210334.660000', '210334.662000', '210334.665000', '210334.668000', '210334.670000', '210334.673000', '210334.675000', '210334.678000', '210334.680000', '210334.683000', '210334.685000', '210334.688000', '210334.690000', '210334.701000', '210334.704000', '210334.706000', '210354.588000', '210354.591000', '210354.594000', '210354.596000', '210354.599000', '210354.602000', '210354.604000', '210354.607000', '210354.609000', '210354.612000', '210354.614000', '210354.617000', '210354.619000', '210354.622000', '210354.625000', '210354.627000', '210354.630000', '210354.633000', '210354.635000', '210354.638000', '210354.640000', '210354.643000', '210354.645000', '210354.648000', '210354.650000', '210354.653000', '210354.656000', '210354.658000', '210354.661000', '210354.663000', '210354.666000', '210354.669000', '210354.671000', '210354.674000', '210354.676000', '210354.679000', '210354.681000', '210354.684000', '210354.686000', '210354.689000', '210354.692000', '210354.694000', '210354.697000', '210414.588000', '210414.602000', '210414.605000', '210414.607000', '210414.610000', '210414.612000', '210414.615000', '210414.618000', '210414.621000', '210414.624000', '210414.627000', '210414.630000', '210414.633000', '210414.635000', '210414.638000', '210414.641000', '210414.643000', '210414.646000', '210414.648000', '210414.651000', '210414.653000', '210414.656000', '210414.658000', '210414.661000', '210414.664000', '210414.666000', '210414.698000', '210414.700000', '210414.703000', '210414.706000', '210414.708000', '210414.711000', '210414.713000', '210414.716000', '210414.718000', '210414.721000', '210414.724000', '210414.726000', '210414.729000', '210414.731000', '210414.734000', '210414.737000', '210414.739000', '210434.588000', '210434.591000', '210434.594000', '210434.597000', '210434.599000', '210434.602000', '210434.605000', '210434.607000', '210434.610000', '210434.612000', '210434.615000', '210434.618000', '210434.620000', '210434.623000', '210434.625000', '210434.628000', '210434.630000', '210434.633000', '210434.636000', '210434.638000', '210434.641000', '210434.643000', '210434.646000', '210434.648000', '210434.651000', '210434.653000', '210434.656000', '210434.659000', '210434.661000', '210434.664000', '210434.666000', '210434.669000', '210434.671000', '210434.674000', '210434.677000', '210434.679000', '210434.682000', '210434.684000', '210434.687000', '210434.689000', '210434.692000', '210434.695000', '210434.697000', '210434.700000', '210454.588000', '210454.591000', '210454.594000', '210454.596000', '210454.599000', '210454.602000', '210454.604000', '210454.607000', '210454.610000', '210454.613000', '210454.616000', '210454.619000', '210454.621000', '210454.624000', '210454.627000', '210454.629000', '210454.632000', '210454.634000', '210454.637000', '210454.640000', '210454.642000', '210454.648000', '210454.650000', '210454.653000', '210454.655000', '210454.658000', '210454.660000', '210454.663000', '210454.666000', '210454.669000', '210454.671000', '210454.674000', '210454.676000', '210454.679000', '210454.681000', '210454.684000', '210454.686000', '210454.689000', '210454.692000', '210454.694000', '210454.697000', '210454.699000', '210454.702000', '210514.588000', '210514.590000', '210514.593000', '210514.596000', '210514.598000', '210514.601000', '210514.603000', '210514.606000', '210514.609000', '210514.611000', '210514.614000', '210514.616000', '210514.619000', '210514.622000', '210514.624000', '210514.627000', '210514.629000', '210514.632000', '210514.635000', '210514.637000', '210514.640000', '210514.642000', '210514.645000', '210514.648000', '210514.650000', '210514.653000', '210514.655000', '210514.658000', '210514.660000', '210514.663000', '210514.666000', '210514.668000', '210514.671000', '210514.673000', '210514.676000', '210514.678000', '210514.681000', '210514.684000', '210514.686000', '210514.689000', '210514.691000', '210514.694000', '210514.696000', '210514.699000', '210534.588000', '210534.591000', '210534.593000', '210534.596000', '210534.598000', '210534.601000', '210534.604000', '210534.606000', '210534.609000', '210534.611000', '210534.614000', '210534.617000', '210534.620000', '210534.622000', '210534.625000', '210534.628000', '210534.631000', '210534.633000', '210534.636000', '210534.638000', '210534.641000', '210534.643000', '210534.646000', '210534.649000', '210534.651000', '210534.654000', '210534.656000', '210534.659000', '210534.661000', '210534.664000', '210534.667000', '210534.670000', '210534.673000', '210534.675000', '210534.678000', '210534.681000', '210534.683000', '210534.713000', '210534.715000', '210534.718000', '210534.721000', '210534.723000', '210534.726000', '210554.588000', '210554.590000', '210554.593000', '210554.596000', '210554.598000', '210554.601000', '210554.603000', '210554.606000', '210554.609000', '210554.611000', '210554.614000', '210554.616000', '210554.619000', '210554.622000', '210554.624000', '210554.627000', '210554.629000', '210554.632000', '210554.635000', '210554.637000', '210554.640000', '210554.642000', '210554.645000', '210554.647000', '210554.650000', '210554.653000', '210554.655000', '210554.658000', '210554.660000', '210554.665000', '210554.667000', '210554.670000', '210554.672000', '210554.675000', '210554.677000', '210554.680000', '210554.682000', '210554.685000', '210554.688000', '210554.690000', '210554.693000', '210554.695000', '210554.698000', '210554.701000', '210614.589000', '210614.592000', '210614.594000', '210614.597000', '210614.600000', '210614.602000', '210614.605000', '210614.607000', '210614.610000', '210614.613000', '210614.615000', '210614.618000', '210614.620000', '210614.623000', '210614.625000', '210614.628000', '210614.631000', '210614.633000', '210614.636000', '210614.638000', '210614.641000', '210614.644000', '210614.646000', '210614.650000', '210614.653000', '210614.656000', '210614.659000', '210614.661000', '210614.664000', '210614.667000', '210614.669000', '210614.672000', '210614.674000', '210614.677000', '210614.679000', '210614.682000', '210614.685000', '210614.687000', '210614.690000', '210614.693000', '210614.695000', '210614.698000', '210614.700000', '210634.588000', '210634.591000', '210634.594000', '210634.597000', '210634.600000', '210634.602000', '210634.605000', '210634.608000', '210634.610000', '210634.613000', '210634.616000', '210634.619000', '210634.621000', '210634.624000', '210634.627000', '210634.629000', '210634.632000', '210634.635000', '210634.637000', '210634.640000', '210634.643000', '210634.645000', '210634.648000', '210634.651000', '210634.653000', '210634.656000', '210634.658000', '210634.661000', '210634.664000', '210634.667000', '210634.669000', '210634.672000', '210634.674000', '210634.677000', '210634.680000', '210634.683000', '210634.685000', '210634.688000', '210634.690000', '210634.693000', '210634.695000', '210634.698000', '210634.700000', '210634.703000', '210646.383000', '210646.386000', '210646.389000', '210646.391000', '210646.394000', '210646.396000', '210646.399000', '210646.402000', '210646.404000', '210646.407000', '210646.409000', '210646.412000', '210646.415000', '210646.417000', '210646.420000', '210646.422000', '210646.425000', '210646.428000', '210646.430000', '210646.433000', '210646.435000', '210646.438000', '210646.441000', '210646.443000', '210646.446000', '210646.448000'], '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': [8634, 12503, 11678, 14932, 9484, 11443, 8202, 13001, 13412, 12361, 12338, 10476, 14484, 10543, 10420, 8692, 11500, 10157, 11041, 8901, 12740, 10761, 10322, 8756, 9781, 10197, 13411, 10761, 10521, 9247, 13221, 9940, 7299, 9168, 10862, 12414, 7864, 10505, 7719, 11373, 12345, 10613, 12771, 8822, 12179, 10407, 11473, 8363, 11401, 7838, 12341, 8497, 12740, 7653, 10398, 7357, 11464, 9185, 11874, 7309, 9856, 10241, 11631, 7628, 9800, 9716, 10427, 13649, 10882, 11108, 8529, 11066, 8870, 12144, 10314, 11300, 8454, 10844, 8781, 11928, 8443, 11013, 8077, 12167, 8973, 11534, 8214, 11111, 8588, 12587, 9583, 14167, 8803, 12898, 8427, 13550, 10310, 14728, 8643, 11787, 14613, 11705, 13438, 10080, 12679, 8979, 12464, 10329, 11204, 8478, 11204, 8727, 11914, 10097, 12381, 8511, 12353, 7948, 12983, 9348, 12577, 10545, 9811, 12633, 9805, 12336, 11018, 11550, 8635, 11296, 8922, 12112, 9825, 6876, 8298, 7152, 11727, 7723, 10351, 8030, 13349, 11695, 8414, 10420, 13557, 10592, 13487, 9454, 13784, 7548, 10384, 7306, 11689, 8714, 12165, 7934, 9689, 7994, 10913, 10171, 10964, 8522, 8207, 9931, 10902, 12396, 9180, 12193, 14226, 11238, 14495, 10150, 14288, 8076, 11686, 8256, 12460, 13730, 11625, 11505, 9012, 11212, 8957, 12138, 10175, 11070, 7774, 8992, 7843, 11134, 9318, 11069, 8118, 9338, 8135, 11849, 10829, 10013, 8438, 10775, 9442, 12431, 10284, 12720, 8786, 13082, 10247, 13209, 8493, 12489, 9401, 13665, 11351, 13519, 9305, 13248, 9397, 14311, 10855, 12776, 8339, 13033, 11152, 9306, 11118, 7156, 13102, 14296, 13372, 10197, 9302, 12689, 9734, 13102, 10144, 12130, 8186, 11506, 8212, 12519, 7748, 10474, 7305, 10809, 7849, 11789, 7229, 9816, 7006, 10832, 9668, 9178, 8920, 6821, 11009, 13921, 11681, 12464, 8346, 11409, 9572, 13502, 9254, 10130, 7396, 11568, 8241, 12391, 7338, 9938, 6917, 11422, 8641, 11230, 7000, 10407, 11580, 10463, 13197, 10959, 11312, 8693, 10655, 7744, 11950, 7935, 10723, 6979, 10293, 7685, 12493, 8013, 10941, 7565, 11391, 13744, 11726, 13071, 9433, 12451, 8454, 12244, 8745, 12639, 7744, 10106, 8044, 9186, 11071, 8526, 11409, 8814, 13115, 12308, 14107, 8999, 9192, 13624, 11444, 12694, 8635, 11384, 8674, 12521, 9223, 10810, 7190, 10889, 8233, 11671, 7665, 10471, 7477, 12147, 9260, 12149, 8204, 11962, 8139, 13779, 8575, 11890, 7457, 12224, 8661, 14134, 8149, 11209, 7501, 12689, 9413, 13019, 8004, 11999, 7911, 13905, 8948, 13210, 8410, 10436, 13978, 10841, 13742, 9477, 12700, 8059, 12337, 9023, 13054, 8796, 9947, 7789, 11806, 10322, 11741, 8636, 7040, 7565, 7347, 11407, 9827, 12879, 9804, 12682, 7612, 10630, 13338, 11021, 7380, 8755, 6956, 9696, 13069, 11117, 7221, 9571, 7210, 10560, 13455, 11146, 12004, 9087, 11998, 9046, 12230, 10451, 11639, 8693, 10909, 8327, 12387, 11090, 13468, 9305, 11645, 8780, 12997, 9562, 14772, 8204, 11127, 7197, 12414, 8517, 13432, 8349, 11849, 8128, 13076, 8980, 14931, 7928, 11478, 13331, 10220, 13758, 10452, 12360, 7258, 11077, 7018, 11099, 9784, 10926, 7278, 9030, 6899, 9018, 7541, 12229, 8942, 7428, 7908, 7164, 12024, 10027, 7403, 11276, 8509, 13547, 14801, 13210, 14713, 9368, 11435, 9038, 14740, 10099, 12640, 8487, 11739, 9108, 13211, 9119, 6708, 9300, 7767, 12357, 9673, 9056, 9558, 8357, 11430, 8773, 14104, 11916, 9239, 10036, 14376, 10102, 14000, 8905, 14578, 7581, 9691, 7657, 10911, 9885, 10002, 7234, 6764, 7736, 6905, 8159, 7442, 8346, 7845, 9574, 8029, 11615, 9976, 9425, 7843, 13010, 11413, 7563, 9357, 7135, 10805, 9073, 9495, 8475, 7465, 10619, 8132, 11663, 7660, 7479, 10657, 8293, 12048, 7526, 11191, 7760, 12532, 10808, 11422, 7688, 10119, 7859, 11951, 9387, 10700, 7650, 7485, 9946, 6881, 9849, 7710, 10554, 11370, 7256, 10863, 7688, 11405, 8611, 13387, 11700, 10625, 8861, 7699, 9493, 7746, 12409, 6708, 10219, 7189, 12180, 8181, 12941, 7549, 9735, 7834, 11254, 8943, 7102, 8429, 7137, 8565, 11990, 9637, 9688, 7720, 9305, 7625, 10949, 9034, 8973, 7582, 8999, 7616, 10850, 8977, 11088, 8138, 9333, 7769, 9960, 7907, 11129, 8108, 9936, 7686, 11523, 8571, 12631, 7376, 10832, 7381, 10492, 14124, 11781, 8632, 9291, 6704, 10176, 8699, 13458, 7373, 11054, 7958, 7792, 12315, 8608, 9808, 8521, 7004, 12779, 14601, 12481, 12655, 8344, 12578, 10172, 12120, 7995, 6945, 9261, 8025, 12014, 7688, 10603, 7366, 12491, 7795, 11884, 7067, 8912, 9386, 9534, 7575, 11991, 7785, 8802, 8017, 7187, 11868, 13770, 11515, 12971, 8710, 10717, 7998, 12717, 8353, 12846, 7104, 9068, 7489, 9676, 8499, 10823, 7027, 7983, 7322, 9089, 8564, 7396, 13222, 10358, 6829, 9365, 7647, 12494, 12471, 10663, 13942, 9286, 10493, 7057, 11591, 8905, 12507, 12955, 10838, 13585, 10981, 14177, 11767, 12979, 8510, 9259, 8128, 7838, 11802, 7505, 9191, 7004, 9960, 7807, 12916, 7390, 9287, 6755, 9269, 12706, 10122, 11329, 7726, 8970, 7445, 10039, 8582, 10118, 7741, 8511, 7458, 10627, 9356, 7518, 9015, 6775, 9888, 8085, 12893, 7666, 10324, 7047, 12917, 9049, 12421, 8411, 13819, 9734, 12956, 11407, 7399, 10521, 14280, 11402, 14240, 9645, 10468, 8979, 11304, 11918, 7303, 11237, 8545, 13754, 10708, 7992, 10283, 7990, 9946, 9954, 7366, 11033, 7981, 12563, 7954, 13608, 7173, 10091, 7485, 11030, 13347, 10577, 7278, 9044, 6843, 10513, 7010, 9713, 6517, 10687, 11508, 10745, 9626, 9209, 12436, 9160, 13618, 8897, 12487, 7599, 10058, 6827, 10865, 7393, 11177, 7101, 10799, 7105, 11129, 15392, 12551, 13095, 9298, 12163, 8554, 14418, 9907, 11927, 8490, 10303, 8272, 13455, 10218, 6865, 9525, 7286, 10913, 9904, 13630, 9761, 14600, 8425, 13048, 11945, 13778, 9695, 12161, 15250, 11425, 15992, 11805, 13307, 8721, 11866, 8154, 13198, 8104, 13701, 7902, 11213, 7269, 11051, 7563, 13213, 8756, 8449, 8552, 7114, 13081, 9948, 8286, 9301, 13647, 10820, 15353, 9908, 13011, 7177, 10052, 8158, 12265, 7841, 9357, 8016, 6848, 10250], 'WindowCenter': [4057.0, 4081.0, 4055.0, 4076.0, 4019.0, 4040.0, 3995.0, 4048.0, 4034.0, 4036.0, 4021.0, 4015.0, 4044.0, 4019.0, 4002.0, 3993.0, 4011.0, 4015.0, 4009.0, 3994.0, 4022.0, 4015.0, 3999.0, 3993.0, 4001.0, 4017.0, 4033.0, 4015.0, 4012.0, 4020.0, 4048.0, 4019.0, 3971.0, 4003.0, 4024.0, 4036.0, 3981.0, 4014.0, 3982.0, 4026.0, 4023.0, 4015.0, 4033.0, 3994.0, 4022.0, 4014.0, 4022.0, 3984.0, 4024.0, 3981.0, 4035.0, 3991.0, 4023.0, 3970.0, 4001.0, 3969.0, 4023.0, 3990.0, 4025.0, 3970.0, 4014.0, 4012.0, 4025.0, 3981.0, 4016.0, 4002.0, 4028.0, 4044.0, 4025.0, 4022.0, 4005.0, 4036.0, 4007.0, 4035.0, 4015.0, 4024.0, 3995.0, 4027.0, 4004.0, 4039.0, 4005.0, 4027.0, 3996.0, 4051.0, 4017.0, 4037.0, 4007.0, 4037.0, 4008.0, 4048.0, 4017.0, 4048.0, 4006.0, 4038.0, 3994.0, 4037.0, 4003.0, 4046.0, 3981.0, 4023.0, 4031.0, 4014.0, 4021.0, 4000.0, 4021.0, 3992.0, 4020.0, 4000.0, 4009.0, 3980.0, 4010.0, 3994.0, 4024.0, 4013.0, 4023.0, 3991.0, 4022.0, 3981.0, 4034.0, 3990.0, 4024.0, 3999.0, 4001.0, 4021.0, 4002.0, 4021.0, 4015.0, 4009.0, 3992.0, 4010.0, 3992.0, 4022.0, 4014.0, 3961.0, 3994.0, 3986.0, 4041.0, 3996.0, 4027.0, 4009.0, 4060.0, 4041.0, 3997.0, 4030.0, 4034.0, 4016.0, 4035.0, 3993.0, 4033.0, 3969.0, 4000.0, 3972.0, 4025.0, 3992.0, 4024.0, 3981.0, 4001.0, 3996.0, 4024.0, 4026.0, 4025.0, 4007.0, 3994.0, 4028.0, 4026.0, 4050.0, 4004.0, 4036.0, 4034.0, 4015.0, 4032.0, 4000.0, 4022.0, 3967.0, 4010.0, 3964.0, 4008.0, 4016.0, 3997.0, 3995.0, 3979.0, 3995.0, 3978.0, 4008.0, 3999.0, 4010.0, 3967.0, 3990.0, 3984.0, 4024.0, 4005.0, 4024.0, 3983.0, 4000.0, 3994.0, 4024.0, 4028.0, 4014.0, 4006.0, 4025.0, 4018.0, 4047.0, 4031.0, 4047.0, 4008.0, 4035.0, 4015.0, 4036.0, 3993.0, 4034.0, 4005.0, 4036.0, 4025.0, 4034.0, 3992.0, 4021.0, 3993.0, 4032.0, 4013.0, 4019.0, 3981.0, 4020.0, 4012.0, 3990.0, 4012.0, 3960.0, 4022.0, 4030.0, 4020.0, 3985.0, 3978.0, 4006.0, 3989.0, 4008.0, 3990.0, 4006.0, 3967.0, 3996.0, 3967.0, 4010.0, 3957.0, 3996.0, 3957.0, 3999.0, 3966.0, 4011.0, 3956.0, 4002.0, 3958.0, 4009.0, 4002.0, 4001.0, 4003.0, 3972.0, 4028.0, 4045.0, 4025.0, 4022.0, 3982.0, 4011.0, 4001.0, 4033.0, 4002.0, 4003.0, 3970.0, 4024.0, 3993.0, 4036.0, 3969.0, 4003.0, 3970.0, 4024.0, 3992.0, 4025.0, 3971.0, 4013.0, 4022.0, 4015.0, 4033.0, 4015.0, 4012.0, 3993.0, 4012.0, 3982.0, 4024.0, 3981.0, 4013.0, 3970.0, 4015.0, 3982.0, 4036.0, 3993.0, 4025.0, 3982.0, 4026.0, 4034.0, 4026.0, 4032.0, 3993.0, 4021.0, 3980.0, 4022.0, 3991.0, 4023.0, 3980.0, 4011.0, 3995.0, 4015.0, 4026.0, 4005.0, 4037.0, 4007.0, 4052.0, 4025.0, 4047.0, 3990.0, 4004.0, 4033.0, 4012.0, 4021.0, 3991.0, 4008.0, 3990.0, 4022.0, 3990.0, 4012.0, 3959.0, 4012.0, 3992.0, 4023.0, 3980.0, 4011.0, 3985.0, 4034.0, 4003.0, 4034.0, 3993.0, 4025.0, 3994.0, 4050.0, 3994.0, 4023.0, 3970.0, 4024.0, 3991.0, 4047.0, 3981.0, 4011.0, 3971.0, 4032.0, 4003.0, 4031.0, 3980.0, 4022.0, 3982.0, 4033.0, 3990.0, 4024.0, 3977.0, 4001.0, 4029.0, 4010.0, 4020.0, 3989.0, 4007.0, 3968.0, 4009.0, 3977.0, 4018.0, 3979.0, 3987.0, 3968.0, 4009.0, 4003.0, 4009.0, 3996.0, 3960.0, 3982.0, 3982.0, 4024.0, 4015.0, 4035.0, 4016.0, 4035.0, 3983.0, 4015.0, 4031.0, 4012.0, 3956.0, 3979.0, 3956.0, 4003.0, 4032.0, 4013.0, 3969.0, 4003.0, 3969.0, 4014.0, 4032.0, 4011.0, 4023.0, 3991.0, 4021.0, 3991.0, 4022.0, 4013.0, 4011.0, 3993.0, 4012.0, 3995.0, 4034.0, 4025.0, 4033.0, 3994.0, 4011.0, 3980.0, 4021.0, 3993.0, 4032.0, 3968.0, 3999.0, 3957.0, 4022.0, 3979.0, 4021.0, 3978.0, 4011.0, 3980.0, 4035.0, 3989.0, 4032.0, 3966.0, 4011.0, 4018.0, 4002.0, 4019.0, 3998.0, 4008.0, 3947.0, 3996.0, 3944.0, 3998.0, 3985.0, 3998.0, 3955.0, 3990.0, 3957.0, 3992.0, 3981.0, 4026.0, 4007.0, 3994.0, 3996.0, 3988.0, 4037.0, 4031.0, 3985.0, 4028.0, 4020.0, 4051.0, 4046.0, 4037.0, 4033.0, 3992.0, 4010.0, 3979.0, 4031.0, 3988.0, 4019.0, 3980.0, 4007.0, 3980.0, 4018.0, 3990.0, 3956.0, 4001.0, 3982.0, 4033.0, 4005.0, 4001.0, 4005.0, 3993.0, 4026.0, 3992.0, 4034.0, 4026.0, 3990.0, 4003.0, 4030.0, 3989.0, 4019.0, 3966.0, 4020.0, 3956.0, 3986.0, 3971.0, 4026.0, 4018.0, 3989.0, 3951.0, 3920.0, 3944.0, 3934.0, 3956.0, 3961.0, 3969.0, 3972.0, 3994.0, 3970.0, 3984.0, 4002.0, 3989.0, 3983.0, 4036.0, 4025.0, 3970.0, 3989.0, 3958.0, 4011.0, 3992.0, 4002.0, 3993.0, 3984.0, 4015.0, 3984.0, 4037.0, 3996.0, 3971.0, 4013.0, 3993.0, 4038.0, 4000.0, 4027.0, 3997.0, 4036.0, 4015.0, 4013.0, 3971.0, 4000.0, 3983.0, 4022.0, 3995.0, 3999.0, 3970.0, 3956.0, 4000.0, 3960.0, 4002.0, 3984.0, 4014.0, 4025.0, 3973.0, 4013.0, 3984.0, 4022.0, 3995.0, 4033.0, 4026.0, 4000.0, 3980.0, 3967.0, 3990.0, 3967.0, 4019.0, 3947.0, 3990.0, 3958.0, 4009.0, 3979.0, 4020.0, 3970.0, 3986.0, 3980.0, 4022.0, 4005.0, 3972.0, 3994.0, 3969.0, 3993.0, 4020.0, 4003.0, 3989.0, 3982.0, 4000.0, 3984.0, 4011.0, 4005.0, 3991.0, 3983.0, 4001.0, 3996.0, 4026.0, 4005.0, 4024.0, 3995.0, 4002.0, 3984.0, 4016.0, 3994.0, 4026.0, 3996.0, 4015.0, 3996.0, 4039.0, 4007.0, 4038.0, 3983.0, 4027.0, 3983.0, 4027.0, 4044.0, 4038.0, 3992.0, 4005.0, 3959.0, 4015.0, 3992.0, 4048.0, 3985.0, 4025.0, 3997.0, 3998.0, 4040.0, 4023.0, 4031.0, 4010.0, 3986.0, 4051.0, 4059.0, 4041.0, 4036.0, 3984.0, 4022.0, 4015.0, 4024.0, 3983.0, 3969.0, 4003.0, 3982.0, 4024.0, 3981.0, 4013.0, 3973.0, 4034.0, 3970.0, 4022.0, 3958.0, 3991.0, 3989.0, 4004.0, 3983.0, 4026.0, 3985.0, 4005.0, 3997.0, 3987.0, 4041.0, 4049.0, 4027.0, 4024.0, 3982.0, 4000.0, 3971.0, 4024.0, 3980.0, 4025.0, 3970.0, 3993.0, 3970.0, 4003.0, 3992.0, 4027.0, 3973.0, 3994.0, 3985.0, 4016.0, 4017.0, 3984.0, 4047.0, 4019.0, 3976.0, 4007.0, 3990.0, 4039.0, 4038.0, 4004.0, 4036.0, 3993.0, 4003.0, 3960.0, 4013.0, 3978.0, 4021.0, 4020.0, 3998.0, 4007.0, 3985.0, 4006.0, 3996.0, 3996.0, 3952.0, 3961.0, 3954.0, 3939.0, 3993.0, 3941.0, 3962.0, 3931.0, 3986.0, 3943.0, 4007.0, 3942.0, 3976.0, 3932.0, 3987.0, 4005.0, 3988.0, 3994.0, 3969.0, 3974.0, 3968.0, 4000.0, 3993.0, 4000.0, 3983.0, 3991.0, 3981.0, 4024.0, 4017.0, 3983.0, 4007.0, 3976.0, 4027.0, 3995.0, 4051.0, 3997.0, 4029.0, 3984.0, 4052.0, 4007.0, 4052.0, 4010.0, 4069.0, 4019.0, 4045.0, 4041.0, 3982.0, 4015.0, 4030.0, 4012.0, 4042.0, 4002.0, 3998.0, 3990.0, 4009.0, 4010.0, 3957.0, 4008.0, 3988.0, 4030.0, 4011.0, 3981.0, 4000.0, 3977.0, 3998.0, 4002.0, 3971.0, 4009.0, 3981.0, 4035.0, 3979.0, 4030.0, 3956.0, 3997.0, 3954.0, 4010.0, 4019.0, 4000.0, 3955.0, 3987.0, 3970.0, 4013.0, 3970.0, 4014.0, 3960.0, 4027.0, 4023.0, 4024.0, 3998.0, 4001.0, 4021.0, 4003.0, 4034.0, 3992.0, 4022.0, 3968.0, 4000.0, 3959.0, 4013.0, 3971.0, 4023.0, 3969.0, 4024.0, 3970.0, 4025.0, 4043.0, 4034.0, 4031.0, 3992.0, 4019.0, 3990.0, 4030.0, 4001.0, 4023.0, 4005.0, 4012.0, 3993.0, 4043.0, 4016.0, 3973.0, 4012.0, 3984.0, 4036.0, 4030.0, 4048.0, 4016.0, 4048.0, 3981.0, 4035.0, 4010.0, 4033.0, 3988.0, 4012.0, 4028.0, 3997.0, 4027.0, 3997.0, 4006.0, 3965.0, 3995.0, 3964.0, 4007.0, 3963.0, 4017.0, 3964.0, 3997.0, 3954.0, 4010.0, 3966.0, 4020.0, 3978.0, 3976.0, 3990.0, 3970.0, 4032.0, 4014.0, 3992.0, 4004.0, 4042.0, 4014.0, 4043.0, 4002.0, 4024.0, 3958.0, 4000.0, 3966.0, 4023.0, 3979.0, 3989.0, 3982.0, 3958.0, 4015.0], 'WindowWidth': [9060.0, 9080.0, 9032.0, 9061.0, 8972.0, 8998.0, 8933.0, 9007.0, 8982.0, 8987.0, 8960.0, 8954.0, 8996.0, 8966.0, 8933.0, 8920.0, 8944.0, 8956.0, 8941.0, 8927.0, 8959.0, 8954.0, 8927.0, 8924.0, 8932.0, 8959.0, 8978.0, 8955.0, 8948.0, 8972.0, 9009.0, 8966.0, 8894.0, 8941.0, 8967.0, 8989.0, 8908.0, 8953.0, 8910.0, 8973.0, 8964.0, 8957.0, 8977.0, 8927.0, 8963.0, 8954.0, 8960.0, 8912.0, 8964.0, 8907.0, 8983.0, 8918.0, 8963.0, 8890.0, 8933.0, 8888.0, 8965.0, 8917.0, 8969.0, 8890.0, 8955.0, 8949.0, 8970.0, 8907.0, 8958.0, 8937.0, 8978.0, 8994.0, 8969.0, 8963.0, 8946.0, 8988.0, 8951.0, 8985.0, 8959.0, 8968.0, 8930.0, 8974.0, 8944.0, 8994.0, 8947.0, 8977.0, 8937.0, 9014.0, 8965.0, 8992.0, 8952.0, 8991.0, 8955.0, 9007.0, 8964.0, 9006.0, 8947.0, 8991.0, 8930.0, 8990.0, 8938.0, 8998.0, 8903.0, 8963.0, 8971.0, 8950.0, 8957.0, 8928.0, 8958.0, 8920.0, 8954.0, 8930.0, 8939.0, 8903.0, 8942.0, 8926.0, 8964.0, 8951.0, 8962.0, 8920.0, 8961.0, 8907.0, 8980.0, 8915.0, 8964.0, 8925.0, 8931.0, 8956.0, 8933.0, 8958.0, 8954.0, 8940.0, 8920.0, 8942.0, 8923.0, 8961.0, 8955.0, 8880.0, 8929.0, 8923.0, 8997.0, 8935.0, 8976.0, 8958.0, 9025.0, 8999.0, 8937.0, 8981.0, 8982.0, 8959.0, 8982.0, 8921.0, 8975.0, 8886.0, 8929.0, 8895.0, 8969.0, 8922.0, 8966.0, 8907.0, 8933.0, 8934.0, 8968.0, 8974.0, 8972.0, 8952.0, 8931.0, 8979.0, 8974.0, 9010.0, 8942.0, 8986.0, 8980.0, 8956.0, 8975.0, 8928.0, 8959.0, 8878.0, 8939.0, 8873.0, 8936.0, 8944.0, 8920.0, 8914.0, 8895.0, 8913.0, 8896.0, 8935.0, 8924.0, 8942.0, 8883.0, 8912.0, 8915.0, 8965.0, 8940.0, 8965.0, 8911.0, 8931.0, 8930.0, 8968.0, 8980.0, 8956.0, 8948.0, 8971.0, 8968.0, 9004.0, 8989.0, 9004.0, 8952.0, 8984.0, 8957.0, 8983.0, 8927.0, 8980.0, 8944.0, 8985.0, 8970.0, 8980.0, 8921.0, 8958.0, 8924.0, 8974.0, 8949.0, 8951.0, 8904.0, 8955.0, 8947.0, 8916.0, 8946.0, 8875.0, 8960.0, 8970.0, 8955.0, 8901.0, 8893.0, 8929.0, 8910.0, 8933.0, 8911.0, 8927.0, 8877.0, 8916.0, 8878.0, 8938.0, 8865.0, 8917.0, 8865.0, 8925.0, 8878.0, 8942.0, 8867.0, 8933.0, 8872.0, 8940.0, 8938.0, 8934.0, 8938.0, 8900.0, 8979.0, 8997.0, 8971.0, 8960.0, 8906.0, 8944.0, 8934.0, 8978.0, 8935.0, 8934.0, 8892.0, 8968.0, 8924.0, 8987.0, 8888.0, 8936.0, 8891.0, 8968.0, 8923.0, 8969.0, 8893.0, 8952.0, 8962.0, 8956.0, 8978.0, 8957.0, 8947.0, 8926.0, 8947.0, 8908.0, 8965.0, 8906.0, 8949.0, 8891.0, 8955.0, 8909.0, 8987.0, 8926.0, 8971.0, 8910.0, 8973.0, 8981.0, 8971.0, 8974.0, 8923.0, 8955.0, 8903.0, 8960.0, 8919.0, 8962.0, 8904.0, 8947.0, 8932.0, 8959.0, 8975.0, 8948.0, 8992.0, 8951.0, 9016.0, 8971.0, 9004.0, 8914.0, 8938.0, 8976.0, 8948.0, 8958.0, 8918.0, 8936.0, 8919.0, 8962.0, 8917.0, 8946.0, 8873.0, 8948.0, 8921.0, 8964.0, 8905.0, 8947.0, 8919.0, 8983.0, 8940.0, 8981.0, 8926.0, 8968.0, 8929.0, 9009.0, 8929.0, 8963.0, 8888.0, 8965.0, 8918.0, 9001.0, 8905.0, 8945.0, 8894.0, 8976.0, 8937.0, 8974.0, 8905.0, 8960.0, 8908.0, 8977.0, 8914.0, 8963.0, 8894.0, 8928.0, 8967.0, 8941.0, 8953.0, 8912.0, 8930.0, 8882.0, 8935.0, 8894.0, 8948.0, 8898.0, 8906.0, 8886.0, 8939.0, 8936.0, 8942.0, 8934.0, 8875.0, 8911.0, 8910.0, 8970.0, 8960.0, 8985.0, 8958.0, 8981.0, 8911.0, 8956.0, 8972.0, 8947.0, 8867.0, 8901.0, 8867.0, 8938.0, 8973.0, 8950.0, 8886.0, 8935.0, 8888.0, 8953.0, 8974.0, 8947.0, 8960.0, 8920.0, 8956.0, 8919.0, 8960.0, 8950.0, 8945.0, 8926.0, 8947.0, 8931.0, 8979.0, 8969.0, 8978.0, 8925.0, 8943.0, 8904.0, 8959.0, 8920.0, 8972.0, 8882.0, 8923.0, 8868.0, 8960.0, 8899.0, 8957.0, 8899.0, 8943.0, 8903.0, 8981.0, 8913.0, 8973.0, 8878.0, 8942.0, 8949.0, 8930.0, 8950.0, 8921.0, 8931.0, 8850.0, 8915.0, 8845.0, 8921.0, 8900.0, 8923.0, 8861.0, 8914.0, 8868.0, 8921.0, 8906.0, 8970.0, 8949.0, 8935.0, 8936.0, 8931.0, 8993.0, 8989.0, 8921.0, 8978.0, 8975.0, 9014.0, 8999.0, 8988.0, 8978.0, 8918.0, 8938.0, 8897.0, 8969.0, 8909.0, 8951.0, 8898.0, 8933.0, 8900.0, 8951.0, 8916.0, 8867.0, 8932.0, 8909.0, 8976.0, 8943.0, 8936.0, 8941.0, 8927.0, 8972.0, 8924.0, 8980.0, 8971.0, 8915.0, 8934.0, 8967.0, 8909.0, 8951.0, 8875.0, 8950.0, 8861.0, 8902.0, 8893.0, 8976.0, 8963.0, 8904.0, 8854.0, 8801.0, 8831.0, 8820.0, 8850.0, 8867.0, 8877.0, 8886.0, 8914.0, 8881.0, 8889.0, 8930.0, 8913.0, 8911.0, 8985.0, 8971.0, 8891.0, 8912.0, 8872.0, 8943.0, 8924.0, 8934.0, 8924.0, 8917.0, 8960.0, 8916.0, 8990.0, 8936.0, 8894.0, 8952.0, 8926.0, 8995.0, 8948.0, 8975.0, 8938.0, 8986.0, 8958.0, 8951.0, 8893.0, 8929.0, 8914.0, 8963.0, 8927.0, 8925.0, 8887.0, 8866.0, 8930.0, 8877.0, 8935.0, 8915.0, 8954.0, 8970.0, 8900.0, 8951.0, 8913.0, 8962.0, 8928.0, 8978.0, 8970.0, 8928.0, 8900.0, 8881.0, 8914.0, 8881.0, 8952.0, 8853.0, 8912.0, 8869.0, 8939.0, 8898.0, 8952.0, 8886.0, 8905.0, 8905.0, 8963.0, 8943.0, 8901.0, 8930.0, 8888.0, 8922.0, 8955.0, 8934.0, 8914.0, 8908.0, 8929.0, 8917.0, 8947.0, 8942.0, 8920.0, 8914.0, 8935.0, 8935.0, 8972.0, 8944.0, 8967.0, 8931.0, 8937.0, 8916.0, 8958.0, 8929.0, 8974.0, 8933.0, 8957.0, 8936.0, 8994.0, 8950.0, 8993.0, 8915.0, 8976.0, 8912.0, 8975.0, 8995.0, 8990.0, 8922.0, 8942.0, 8877.0, 8955.0, 8923.0, 9007.0, 8918.0, 8970.0, 8939.0, 8939.0, 8996.0, 8981.0, 8989.0, 8960.0, 8921.0, 9013.0, 9024.0, 9000.0, 8986.0, 8912.0, 8959.0, 8958.0, 8966.0, 8911.0, 8890.0, 8937.0, 8908.0, 8966.0, 8909.0, 8951.0, 8898.0, 8981.0, 8889.0, 8962.0, 8869.0, 8919.0, 8914.0, 8943.0, 8914.0, 8970.0, 8918.0, 8945.0, 8937.0, 8926.0, 9002.0, 9008.0, 8976.0, 8965.0, 8907.0, 8928.0, 8890.0, 8963.0, 8900.0, 8968.0, 8893.0, 8923.0, 8890.0, 8940.0, 8924.0, 8975.0, 8901.0, 8929.0, 8920.0, 8964.0, 8968.0, 8918.0, 9002.0, 8967.0, 8909.0, 8948.0, 8927.0, 8994.0, 8992.0, 8938.0, 8981.0, 8922.0, 8936.0, 8875.0, 8948.0, 8897.0, 8958.0, 8956.0, 8921.0, 8931.0, 8899.0, 8929.0, 8916.0, 8912.0, 8850.0, 8859.0, 8855.0, 8831.0, 8907.0, 8835.0, 8865.0, 8822.0, 8901.0, 8841.0, 8930.0, 8840.0, 8889.0, 8826.0, 8907.0, 8928.0, 8908.0, 8912.0, 8884.0, 8886.0, 8886.0, 8929.0, 8924.0, 8930.0, 8916.0, 8921.0, 8911.0, 8970.0, 8964.0, 8916.0, 8952.0, 8913.0, 8979.0, 8933.0, 9014.0, 8939.0, 8983.0, 8921.0, 9019.0, 8952.0, 9019.0, 8963.0, 9041.0, 8971.0, 8999.0, 8999.0, 8912.0, 8956.0, 8970.0, 8948.0, 8991.0, 8938.0, 8924.0, 8919.0, 8940.0, 8942.0, 8869.0, 8936.0, 8912.0, 8971.0, 8948.0, 8908.0, 8929.0, 8898.0, 8928.0, 8935.0, 8896.0, 8943.0, 8906.0, 8983.0, 8902.0, 8970.0, 8865.0, 8924.0, 8862.0, 8941.0, 8953.0, 8928.0, 8864.0, 8910.0, 8894.0, 8951.0, 8893.0, 8955.0, 8881.0, 8978.0, 8966.0, 8967.0, 8927.0, 8934.0, 8959.0, 8939.0, 8980.0, 8920.0, 8960.0, 8887.0, 8930.0, 8876.0, 8951.0, 8894.0, 8965.0, 8889.0, 8969.0, 8891.0, 8970.0, 8993.0, 8980.0, 8973.0, 8921.0, 8952.0, 8917.0, 8970.0, 8933.0, 8964.0, 8945.0, 8951.0, 8928.0, 8993.0, 8960.0, 8903.0, 8953.0, 8920.0, 8989.0, 8985.0, 9008.0, 8960.0, 9004.0, 8906.0, 8981.0, 8941.0, 8977.0, 8909.0, 8945.0, 8963.0, 8921.0, 8959.0, 8918.0, 8928.0, 8873.0, 8911.0, 8871.0, 8930.0, 8870.0, 8945.0, 8872.0, 8918.0, 8859.0, 8938.0, 8879.0, 8955.0, 8899.0, 8893.0, 8917.0, 8892.0, 8976.0, 8955.0, 8922.0, 8943.0, 8991.0, 8954.0, 8994.0, 8934.0, 8965.0, 8874.0, 8928.0, 8879.0, 8961.0, 8901.0, 8915.0, 8910.0, 8874.0, 8954.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.002952753456221198</td></tr>
<tr><td colspan=3>aqi</td><td>0.04855727200460829</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.54198514328721</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2139416918800456</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0178872475663194</td></tr>
<tr><td colspan=3>efc</td><td>0.514</td></tr>
<tr><td colspan=3>fber</td><td>3835.0972</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1502631486552537</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>175</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.161290322580644</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3774188746664726</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2576314007193274</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6355880280717754</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.239037195208316</td></tr>
<tr><td colspan=3>gcor</td><td>0.009073</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024793893098831177</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04673071950674057</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.263680558014327</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.6677</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.0712</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.1583</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>294086.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>999.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.5724</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0591</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.1658</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3201.369</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82458.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>783.356</td></tr>
<tr><td colspan=3>tsnr</td><td>28.935503400862217</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>