ds005256-mriqc/sub-0080_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 2feac8ba31 [DATALAD RUNCMD] Compute MRIQC for sub-0080
=== 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-0080 --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-0080",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:50:37 +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-0080_ses-01_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-0080_ses-01_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-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_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-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_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-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0080_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_ses-01_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-0080/figures/sub-0080_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-01_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-0080/ses-01/func/sub-0080_ses-01_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>c4a002dd50246e290c979743fd43a78f</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:25:0.557500</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.989829, -0.0344856, 0.138019, 0.0286858, 0.998629, 0.0437932]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0893289</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4193, -7762, -7262, 593, -37, -285, 59, 17]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.225</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d7a99c5-553f-4ce1-83f4-a1f480073896||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.6556389331817627, 0.07696196436882019, 0.3762173652648926, 104.00782012939453], [0.09252243489027023, 2.6792478561401367, 0.10634917765855789, -94.47172546386719], [0.37029433250427246, -0.11749391257762909, 2.6715445518493652, -76.29450988769531], [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': ['112500.557500', '112501.017500', '112501.477500', '112501.937500', '112502.397500', '112502.857500', '112503.317500', '112503.777500', '112504.237500', '112504.697500', '112505.157500', '112505.617500', '112506.077500', '112506.537500', '112506.997500', '112507.457500', '112507.917500', '112508.377500', '112508.837500', '112509.297500', '112509.757500', '112510.217500', '112510.677500', '112511.137500', '112511.597500', '112512.057500', '112512.517500', '112512.977500', '112513.437500', '112513.897500', '112514.357500', '112514.817500', '112515.277500', '112515.737500', '112516.197500', '112516.657500', '112517.117500', '112517.577500', '112518.037500', '112518.497500', '112518.957500', '112519.417500', '112519.877500', '112520.337500', '112520.797500', '112521.257500', '112521.717500', '112522.177500', '112522.637500', '112523.097500', '112523.557500', '112524.017500', '112524.477500', '112524.937500', '112525.397500', '112525.857500', '112526.317500', '112526.777500', '112527.237500', '112527.697500', '112528.157500', '112528.617500', '112529.077500', '112529.537500', '112529.997500', '112530.457500', '112530.917500', '112531.377500', '112531.837500', '112532.297500', '112532.757500', '112533.217500', '112533.677500', '112534.137500', '112534.597500', '112535.057500', '112535.517500', '112535.977500', '112536.437500', '112536.897500', '112537.357500', '112537.817500', '112538.277500', '112538.737500', '112539.197500', '112539.657500', '112540.117500', '112540.577500', '112541.037500', '112541.497500', '112541.957500', '112542.417500', '112542.877500', '112543.337500', '112543.797500', '112544.257500', '112544.717500', '112545.177500', '112545.637500', '112546.097500', '112546.557500', '112547.017500', '112547.477500', '112547.937500', '112548.397500', '112548.857500', '112549.317500', '112549.777500', '112550.237500', '112550.697500', '112551.157500', '112551.617500', '112552.077500', '112552.537500', '112552.997500', '112553.457500', '112553.917500', '112554.377500', '112554.837500', '112555.297500', '112555.757500', '112556.217500', '112556.677500', '112557.137500', '112557.597500', '112558.057500', '112558.517500', '112558.977500', '112559.437500', '112559.897500', '112600.357500', '112600.817500', '112601.277500', '112601.737500', '112602.197500', '112602.657500', '112603.117500', '112603.577500', '112604.037500', '112604.497500', '112604.957500', '112605.417500', '112605.877500', '112606.337500', '112606.797500', '112607.257500', '112607.717500', '112608.177500', '112608.637500', '112609.097500', '112609.557500', '112610.017500', '112610.477500', '112610.937500', '112611.397500', '112611.857500', '112612.317500', '112612.777500', '112613.237500', '112613.697500', '112614.157500', '112614.617500', '112615.077500', '112615.537500', '112615.997500', '112616.457500', '112616.917500', '112617.377500', '112617.837500', '112618.297500', '112618.757500', '112619.217500', '112619.677500', '112620.137500', '112620.597500', '112621.057500', '112621.517500', '112621.977500', '112622.437500', '112622.897500', '112623.357500', '112623.817500', '112624.277500', '112624.737500', '112625.197500', '112625.657500', '112626.117500', '112626.577500', '112627.037500', '112627.497500', '112627.957500', '112628.417500', '112628.877500', '112629.337500', '112629.797500', '112630.257500', '112630.717500', '112631.177500', '112631.637500', '112632.097500', '112632.557500', '112633.017500', '112633.477500', '112633.937500', '112634.397500', '112634.857500', '112635.317500', '112635.777500', '112636.237500', '112636.697500', '112637.157500', '112637.617500', '112638.077500', '112638.537500', '112638.997500', '112639.457500', '112639.917500', '112640.377500', '112640.837500', '112641.297500', '112641.757500', '112642.217500', '112642.677500', '112643.137500', '112643.597500', '112644.057500', '112644.517500', '112644.977500', '112645.437500', '112645.897500', '112646.357500', '112646.817500', '112647.277500', '112647.737500', '112648.197500', '112648.657500', '112649.117500', '112649.577500', '112650.037500', '112650.497500', '112650.957500', '112651.417500', '112651.877500', '112652.337500', '112652.797500', '112653.257500', '112653.717500', '112654.177500', '112654.637500', '112655.097500', '112655.557500', '112656.017500', '112656.477500', '112656.937500', '112657.397500', '112657.857500', '112658.317500', '112658.777500', '112659.237500', '112659.697500', '112700.157500', '112700.617500', '112701.077500', '112701.537500', '112701.997500', '112702.457500', '112702.917500', '112703.377500', '112703.837500', '112704.297500', '112704.757500', '112705.217500', '112705.677500', '112706.137500', '112706.597500', '112707.057500', '112707.517500', '112707.977500', '112708.437500', '112708.897500', '112709.357500', '112709.817500', '112710.277500', '112710.737500', '112711.197500', '112711.657500', '112712.117500', '112712.577500', '112713.037500', '112713.497500', '112713.957500', '112714.417500', '112714.877500', '112715.337500', '112715.797500', '112716.257500', '112716.717500', '112717.177500', '112717.637500', '112718.097500', '112718.557500', '112719.017500', '112719.477500', '112719.937500', '112720.397500', '112720.857500', '112721.317500', '112721.777500', '112722.237500', '112722.697500', '112723.157500', '112723.617500', '112724.077500', '112724.537500', '112724.997500', '112725.457500', '112725.917500', '112726.377500', '112726.837500', '112727.297500', '112727.757500', '112728.217500', '112728.677500', '112729.137500', '112729.597500', '112730.057500', '112730.517500', '112730.977500', '112731.437500', '112731.897500', '112732.357500', '112732.817500', '112733.277500', '112733.737500', '112734.197500', '112734.657500', '112735.117500', '112735.577500', '112736.037500', '112736.497500', '112736.957500', '112737.417500', '112737.877500', '112738.337500', '112738.797500', '112739.257500', '112739.717500', '112740.177500', '112740.637500', '112741.097500', '112741.557500', '112742.017500', '112742.477500', '112742.937500', '112743.397500', '112743.857500', '112744.317500', '112744.777500', '112745.237500', '112745.697500', '112746.157500', '112746.617500', '112747.077500', '112747.537500', '112747.997500', '112748.457500', '112748.917500', '112749.377500', '112749.837500', '112750.297500', '112750.757500', '112751.217500', '112751.677500', '112752.137500', '112752.597500', '112753.057500', '112753.517500', '112753.977500', '112754.437500', '112754.897500', '112755.357500', '112755.817500', '112756.277500', '112756.737500', '112757.197500', '112757.657500', '112758.117500', '112758.577500', '112759.037500', '112759.497500', '112759.957500', '112800.417500', '112800.877500', '112801.337500', '112801.797500', '112802.257500', '112802.717500', '112803.177500', '112803.637500', '112804.097500', '112804.557500', '112805.017500', '112805.477500', '112805.937500', '112806.397500', '112806.857500', '112807.317500', '112807.777500', '112808.237500', '112808.697500', '112809.157500', '112809.617500', '112810.077500', '112810.537500', '112810.997500', '112811.457500', '112811.917500', '112812.377500', '112812.837500', '112813.297500', '112813.757500', '112814.217500', '112814.677500', '112815.137500', '112815.597500', '112816.057500', '112816.517500', '112816.977500', '112817.437500', '112817.897500', '112818.357500', '112818.817500', '112819.277500', '112819.737500', '112820.197500', '112820.657500', '112821.117500', '112821.577500', '112822.037500', '112822.497500', '112822.957500', '112823.417500', '112823.877500', '112824.337500', '112824.797500', '112825.257500', '112825.717500', '112826.177500', '112826.637500', '112827.097500', '112827.557500', '112828.017500', '112828.477500', '112828.937500', '112829.397500', '112829.857500', '112830.317500', '112830.777500', '112831.237500', '112831.697500', '112832.157500', '112832.617500', '112833.077500', '112833.537500', '112833.997500', '112834.457500', '112834.917500', '112835.377500', '112835.837500', '112836.297500', '112836.757500', '112837.217500', '112837.677500', '112838.137500', '112838.597500', '112839.057500', '112839.517500', '112839.977500', '112840.437500', '112840.897500', '112841.357500', '112841.817500', '112842.277500', '112842.737500', '112843.197500', '112843.657500', '112844.117500', '112844.577500', '112845.037500', '112845.497500', '112845.957500', '112846.417500', '112846.877500', '112847.337500', '112847.797500', '112848.257500', '112848.717500', '112849.177500', '112849.637500', '112850.097500', '112850.557500', '112851.017500', '112851.477500', '112851.937500', '112852.397500', '112852.857500', '112853.317500', '112853.777500', '112854.237500', '112854.697500', '112855.157500', '112855.617500', '112856.077500', '112856.537500', '112856.997500', '112857.457500', '112857.917500', '112858.377500', '112858.837500', '112859.297500', '112859.757500', '112900.217500', '112900.677500', '112901.137500', '112901.597500', '112902.057500', '112902.517500', '112902.977500', '112903.437500', '112903.897500', '112904.357500', '112904.817500', '112905.277500', '112905.737500', '112906.197500', '112906.657500', '112907.117500', '112907.577500', '112908.037500', '112908.497500', '112908.957500', '112909.417500', '112909.877500', '112910.337500', '112910.797500', '112911.257500', '112911.717500', '112912.177500', '112912.637500', '112913.097500', '112913.557500', '112914.017500', '112914.477500', '112914.937500', '112915.397500', '112915.857500', '112916.317500', '112916.777500', '112917.237500', '112917.697500', '112918.157500', '112918.617500', '112919.077500', '112919.537500', '112919.997500', '112920.457500', '112920.917500', '112921.377500', '112921.837500', '112922.297500', '112922.757500', '112923.217500', '112923.677500', '112924.137500', '112924.597500', '112925.057500', '112925.517500', '112925.977500', '112926.437500', '112926.897500', '112927.357500', '112927.817500', '112928.277500', '112928.737500', '112929.197500', '112929.657500', '112930.117500', '112930.577500', '112931.037500', '112931.497500', '112931.957500', '112932.417500', '112932.877500', '112933.337500', '112933.797500', '112934.257500', '112934.717500', '112935.177500', '112935.637500', '112936.097500', '112936.557500', '112937.017500', '112937.477500', '112937.937500', '112938.397500', '112938.857500', '112939.317500', '112939.777500', '112940.237500', '112940.697500', '112941.157500', '112941.617500', '112942.077500', '112942.537500', '112942.997500', '112943.457500', '112943.917500', '112944.377500', '112944.837500', '112945.297500', '112945.757500', '112946.217500', '112946.677500', '112947.137500', '112947.597500', '112948.057500', '112948.517500', '112948.977500', '112949.437500', '112949.897500', '112950.357500', '112950.817500', '112951.277500', '112951.737500', '112952.197500', '112952.657500', '112953.117500', '112953.577500', '112954.037500', '112954.497500', '112954.957500', '112955.417500', '112955.877500', '112956.337500', '112956.797500', '112957.257500', '112957.717500', '112958.177500', '112958.637500', '112959.097500', '112959.557500', '113000.017500', '113000.477500', '113000.937500', '113001.397500', '113001.857500', '113002.317500', '113002.777500', '113003.237500', '113003.697500', '113004.157500', '113004.617500', '113005.077500', '113005.537500', '113005.997500', '113006.457500', '113006.917500', '113007.377500', '113007.837500', '113008.297500', '113008.757500', '113009.217500', '113009.677500', '113010.137500', '113010.597500', '113011.057500', '113011.517500', '113011.977500', '113012.437500', '113012.897500', '113013.357500', '113013.817500', '113014.277500', '113014.737500', '113015.197500', '113015.657500', '113016.117500', '113016.577500', '113017.037500', '113017.497500', '113017.957500', '113018.417500', '113018.877500', '113019.337500', '113019.797500', '113020.257500', '113020.717500', '113021.177500', '113021.637500', '113022.097500', '113022.557500', '113023.017500', '113023.477500', '113023.937500', '113024.397500', '113024.857500', '113025.317500', '113025.777500', '113026.237500', '113026.697500', '113027.157500', '113027.617500', '113028.077500', '113028.537500', '113028.997500', '113029.457500', '113029.917500', '113030.377500', '113030.837500', '113031.297500', '113031.757500', '113032.217500', '113032.677500', '113033.137500', '113033.597500', '113034.057500', '113034.517500', '113034.977500', '113035.437500', '113035.897500', '113036.357500', '113036.817500', '113037.277500', '113037.737500', '113038.197500', '113038.657500', '113039.117500', '113039.577500', '113040.037500', '113040.497500', '113040.957500', '113041.417500', '113041.877500', '113042.337500', '113042.797500', '113043.257500', '113043.717500', '113044.177500', '113044.637500', '113045.097500', '113045.557500', '113046.017500', '113046.477500', '113046.937500', '113047.397500', '113047.857500', '113048.317500', '113048.777500', '113049.237500', '113049.697500', '113050.157500', '113050.617500', '113051.077500', '113051.537500', '113051.997500', '113052.457500', '113052.917500', '113053.377500', '113053.837500', '113054.297500', '113054.757500', '113055.217500', '113055.677500', '113056.137500', '113056.597500', '113057.057500', '113057.517500', '113057.977500', '113058.437500', '113058.897500', '113059.357500', '113059.817500', '113100.277500', '113100.737500', '113101.197500', '113101.657500', '113102.117500', '113102.577500', '113103.037500', '113103.497500', '113103.957500', '113104.417500', '113104.877500', '113105.337500', '113105.797500', '113106.257500', '113106.717500', '113107.177500', '113107.637500', '113108.097500', '113108.557500', '113109.017500', '113109.477500', '113109.937500', '113110.397500', '113110.857500', '113111.317500', '113111.777500', '113112.237500', '113112.697500', '113113.157500', '113113.617500', '113114.077500', '113114.537500', '113114.997500', '113115.457500', '113115.917500', '113116.377500', '113116.837500', '113117.297500', '113117.757500', '113118.217500', '113118.677500', '113119.137500', '113119.597500', '113120.057500', '113120.517500', '113120.977500', '113121.437500', '113121.897500', '113122.357500', '113122.817500', '113123.277500', '113123.737500', '113124.197500', '113124.657500', '113125.117500', '113125.577500', '113126.037500', '113126.497500', '113126.957500', '113127.417500', '113127.877500', '113128.337500', '113128.797500', '113129.257500', '113129.717500', '113130.177500', '113130.637500', '113131.097500', '113131.557500', '113132.017500', '113132.477500', '113132.937500', '113133.397500', '113133.857500', '113134.317500', '113134.777500', '113135.237500', '113135.697500', '113136.157500', '113136.617500', '113137.077500', '113137.537500', '113137.997500', '113138.457500', '113138.917500', '113139.377500', '113139.837500', '113140.297500', '113140.757500', '113141.217500'], 'ContentTime': ['112516.512000', '112516.524000', '112516.526000', '112516.529000', '112516.532000', '112516.534000', '112516.537000', '112516.540000', '112516.547000', '112516.549000', '112516.552000', '112516.555000', '112516.557000', '112516.560000', '112516.562000', '112516.565000', '112516.567000', '112516.570000', '112516.573000', '112516.575000', '112516.578000', '112516.580000', '112516.583000', '112516.585000', '112516.588000', '112516.591000', '112516.593000', '112516.596000', '112516.599000', '112516.601000', '112516.604000', '112516.606000', '112536.477000', '112536.480000', '112536.484000', '112536.486000', '112536.489000', '112536.491000', '112536.494000', '112536.497000', '112536.499000', '112536.502000', '112536.509000', '112536.511000', '112536.514000', '112536.517000', '112536.519000', '112536.522000', '112536.524000', '112536.527000', '112536.529000', '112536.538000', '112536.540000', '112536.543000', '112536.545000', '112536.548000', '112536.551000', '112536.553000', '112536.556000', '112536.558000', '112536.561000', '112536.564000', '112536.566000', '112536.569000', '112536.571000', '112536.574000', '112536.577000', '112536.579000', '112536.582000', '112536.584000', '112536.587000', '112536.590000', '112536.592000', '112536.595000', '112536.598000', '112536.600000', '112556.477000', '112556.480000', '112556.483000', '112556.485000', '112556.488000', '112556.490000', '112556.493000', '112556.496000', '112556.498000', '112556.501000', '112556.503000', '112556.506000', '112556.509000', '112556.511000', '112556.514000', '112556.516000', '112556.519000', '112556.521000', '112556.524000', '112556.527000', '112556.529000', '112556.532000', '112556.535000', '112556.544000', '112556.547000', '112556.550000', '112556.552000', '112556.555000', '112556.558000', '112556.560000', '112556.563000', '112556.565000', '112556.568000', '112556.570000', '112556.573000', '112556.575000', '112556.578000', '112556.581000', '112556.583000', '112556.586000', '112556.589000', '112556.591000', '112556.594000', '112616.477000', '112616.480000', '112616.483000', '112616.485000', '112616.488000', '112616.491000', '112616.493000', '112616.533000', '112616.536000', '112616.539000', '112616.541000', '112616.544000', '112616.546000', '112616.549000', '112616.552000', '112616.554000', '112616.557000', '112616.559000', '112616.562000', '112616.565000', '112616.567000', '112616.570000', '112616.572000', '112616.575000', '112616.578000', '112616.580000', '112616.583000', '112616.585000', '112616.588000', '112616.591000', '112616.593000', '112616.596000', '112616.599000', '112616.601000', '112616.604000', '112616.606000', '112616.609000', '112616.612000', '112616.614000', '112616.617000', '112616.619000', '112616.622000', '112616.625000', '112636.477000', '112636.480000', '112636.483000', '112636.485000', '112636.488000', '112636.491000', '112636.493000', '112636.496000', '112636.499000', '112636.501000', '112636.504000', '112636.506000', '112636.509000', '112636.512000', '112636.514000', '112636.517000', '112636.520000', '112636.522000', '112636.525000', '112636.527000', '112636.530000', '112636.533000', '112636.535000', '112636.538000', '112636.540000', '112636.543000', '112636.545000', '112636.548000', '112636.551000', '112636.553000', '112636.556000', '112636.559000', '112636.561000', '112636.564000', '112636.567000', '112636.569000', '112636.572000', '112636.575000', '112636.577000', '112636.580000', '112636.582000', '112636.585000', '112636.588000', '112636.590000', '112656.477000', '112656.480000', '112656.483000', '112656.485000', '112656.489000', '112656.491000', '112656.494000', '112656.496000', '112656.499000', '112656.502000', '112656.505000', '112656.507000', '112656.510000', '112656.512000', '112656.515000', '112656.518000', '112656.520000', '112656.523000', '112656.525000', '112656.528000', '112656.531000', '112656.533000', '112656.536000', '112656.538000', '112656.541000', '112656.544000', '112656.546000', '112656.549000', '112656.551000', '112656.554000', '112656.557000', '112656.559000', '112656.562000', '112656.565000', '112656.567000', '112656.570000', '112656.572000', '112656.575000', '112656.578000', '112656.580000', '112656.583000', '112656.585000', '112656.588000', '112656.591000', '112716.477000', '112716.480000', '112716.483000', '112716.486000', '112716.488000', '112716.491000', '112716.493000', '112716.496000', '112716.499000', '112716.501000', '112716.504000', '112716.507000', '112716.509000', '112716.512000', '112716.514000', '112716.517000', '112716.519000', '112716.522000', '112716.525000', '112716.527000', '112716.530000', '112716.532000', '112716.535000', '112716.538000', '112716.540000', '112716.543000', '112716.546000', '112716.548000', '112716.551000', '112716.553000', '112716.556000', '112716.559000', '112716.561000', '112716.564000', '112716.567000', '112716.569000', '112716.572000', '112716.574000', '112716.577000', '112716.579000', '112716.582000', '112716.585000', '112716.587000', '112736.476000', '112736.479000', '112736.482000', '112736.485000', '112736.487000', '112736.490000', '112736.492000', '112736.495000', '112736.498000', '112736.500000', '112736.503000', '112736.506000', '112736.508000', '112736.511000', '112736.514000', '112736.516000', '112736.519000', '112736.521000', '112736.524000', '112736.527000', '112736.529000', '112736.532000', '112736.534000', '112736.537000', '112736.540000', '112736.542000', '112736.545000', '112736.548000', '112736.550000', '112736.553000', '112736.555000', '112736.558000', '112736.561000', '112736.564000', '112736.566000', '112736.569000', '112736.571000', '112736.574000', '112736.577000', '112736.579000', '112736.582000', '112736.584000', '112736.587000', '112736.590000', '112756.478000', '112756.481000', '112756.496000', '112756.498000', '112756.501000', '112756.503000', '112756.506000', '112756.509000', '112756.511000', '112756.514000', '112756.517000', '112756.519000', '112756.522000', '112756.525000', '112756.527000', '112756.530000', '112756.532000', '112756.535000', '112756.538000', '112756.540000', '112756.543000', '112756.546000', '112756.548000', '112756.551000', '112756.553000', '112756.556000', '112756.558000', '112756.561000', '112756.563000', '112756.566000', '112756.569000', '112756.571000', '112756.574000', '112756.576000', '112756.579000', '112756.582000', '112756.584000', '112756.587000', '112756.590000', '112756.592000', '112756.595000', '112756.598000', '112756.600000', '112816.477000', '112816.480000', '112816.483000', '112816.486000', '112816.488000', '112816.491000', '112816.494000', '112816.496000', '112816.499000', '112816.502000', '112816.504000', '112816.507000', '112816.509000', '112816.512000', '112816.515000', '112816.517000', '112816.520000', '112816.523000', '112816.525000', '112816.528000', '112816.531000', '112816.533000', '112816.536000', '112816.538000', '112816.541000', '112816.544000', '112816.546000', '112816.549000', '112816.551000', '112816.554000', '112816.557000', '112816.559000', '112816.562000', '112816.565000', '112816.567000', '112816.570000', '112816.572000', '112816.575000', '112816.578000', '112816.580000', '112816.583000', '112816.585000', '112816.588000', '112816.591000', '112836.478000', '112836.480000', '112836.483000', '112836.486000', '112836.488000', '112836.491000', '112836.494000', '112836.496000', '112836.499000', '112836.502000', '112836.504000', '112836.507000', '112836.509000', '112836.512000', '112836.515000', '112836.517000', '112836.520000', '112836.522000', '112836.525000', '112836.528000', '112836.530000', '112836.533000', '112836.535000', '112836.538000', '112836.541000', '112836.543000', '112836.546000', '112836.548000', '112836.551000', '112836.554000', '112836.556000', '112836.559000', '112836.562000', '112836.564000', '112836.567000', '112836.569000', '112836.572000', '112836.575000', '112836.577000', '112836.580000', '112836.582000', '112836.585000', '112836.587000', '112856.477000', '112856.480000', '112856.483000', '112856.485000', '112856.488000', '112856.491000', '112856.493000', '112856.496000', '112856.498000', '112856.501000', '112856.504000', '112856.506000', '112856.509000', '112856.512000', '112856.514000', '112856.517000', '112856.520000', '112856.522000', '112856.525000', '112856.527000', '112856.537000', '112856.540000', '112856.543000', '112856.545000', '112856.548000', '112856.551000', '112856.553000', '112856.556000', '112856.558000', '112856.561000', '112856.564000', '112856.566000', '112856.569000', '112856.572000', '112856.574000', '112856.577000', '112856.579000', '112856.582000', '112856.585000', '112856.587000', '112856.590000', '112856.593000', '112856.595000', '112856.598000', '112916.477000', '112916.480000', '112916.483000', '112916.485000', '112916.488000', '112916.491000', '112916.493000', '112916.496000', '112916.499000', '112916.501000', '112916.504000', '112916.507000', '112916.509000', '112916.512000', '112916.514000', '112916.517000', '112916.520000', '112916.522000', '112916.525000', '112916.528000', '112916.530000', '112916.533000', '112916.535000', '112916.538000', '112916.541000', '112916.544000', '112916.546000', '112916.561000', '112916.564000', '112916.567000', '112916.569000', '112916.572000', '112916.574000', '112916.577000', '112916.580000', '112916.582000', '112916.585000', '112916.587000', '112916.590000', '112916.593000', '112916.595000', '112916.598000', '112916.601000', '112936.477000', '112936.480000', '112936.484000', '112936.486000', '112936.489000', '112936.492000', '112936.494000', '112936.497000', '112936.500000', '112936.502000', '112936.505000', '112936.508000', '112936.510000', '112936.513000', '112936.516000', '112936.518000', '112936.521000', '112936.524000', '112936.526000', '112936.529000', '112936.532000', '112936.534000', '112936.537000', '112936.540000', '112936.542000', '112936.545000', '112936.548000', '112936.550000', '112936.553000', '112936.556000', '112936.558000', '112936.561000', '112936.563000', '112936.566000', '112936.569000', '112936.571000', '112936.574000', '112936.576000', '112936.579000', '112936.582000', '112936.584000', '112936.587000', '112936.590000', '112936.592000', '112956.477000', '112956.479000', '112956.482000', '112956.485000', '112956.487000', '112956.490000', '112956.493000', '112956.495000', '112956.498000', '112956.500000', '112956.503000', '112956.506000', '112956.508000', '112956.511000', '112956.514000', '112956.516000', '112956.519000', '112956.521000', '112956.524000', '112956.527000', '112956.529000', '112956.532000', '112956.535000', '112956.537000', '112956.540000', '112956.542000', '112956.545000', '112956.548000', '112956.550000', '112956.553000', '112956.556000', '112956.558000', '112956.561000', '112956.563000', '112956.566000', '112956.569000', '112956.571000', '112956.574000', '112956.577000', '112956.579000', '112956.582000', '112956.584000', '112956.587000', '113016.477000', '113016.484000', '113016.486000', '113016.489000', '113016.492000', '113016.494000', '113016.497000', '113016.500000', '113016.502000', '113016.505000', '113016.507000', '113016.510000', '113016.513000', '113016.516000', '113016.518000', '113016.521000', '113016.523000', '113016.526000', '113016.528000', '113016.531000', '113016.534000', '113016.536000', '113016.539000', '113016.542000', '113016.544000', '113016.547000', '113016.550000', '113016.552000', '113016.555000', '113016.557000', '113016.560000', '113016.563000', '113016.565000', '113016.568000', '113016.570000', '113016.573000', '113016.576000', '113016.579000', '113016.581000', '113016.584000', '113016.587000', '113016.589000', '113016.592000', '113016.595000', '113036.477000', '113036.481000', '113036.484000', '113036.486000', '113036.489000', '113036.492000', '113036.494000', '113036.497000', '113036.499000', '113036.502000', '113036.505000', '113036.507000', '113036.510000', '113036.513000', '113036.515000', '113036.518000', '113036.520000', '113036.523000', '113036.526000', '113036.528000', '113036.531000', '113036.534000', '113036.536000', '113036.539000', '113036.542000', '113036.544000', '113036.547000', '113036.549000', '113036.552000', '113036.555000', '113036.557000', '113036.560000', '113036.563000', '113036.565000', '113036.568000', '113036.570000', '113036.573000', '113036.576000', '113036.594000', '113036.597000', '113036.600000', '113036.602000', '113036.605000', '113056.477000', '113056.480000', '113056.483000', '113056.485000', '113056.488000', '113056.491000', '113056.496000', '113056.498000', '113056.501000', '113056.504000', '113056.506000', '113056.509000', '113056.512000', '113056.514000', '113056.517000', '113056.520000', '113056.523000', '113056.526000', '113056.535000', '113056.537000', '113056.540000', '113056.542000', '113056.545000', '113056.548000', '113056.550000', '113056.553000', '113056.556000', '113056.558000', '113056.561000', '113056.563000', '113056.566000', '113056.569000', '113056.571000', '113056.574000', '113056.577000', '113056.579000', '113056.582000', '113056.585000', '113056.587000', '113056.590000', '113056.592000', '113056.595000', '113056.598000', '113116.477000', '113116.481000', '113116.483000', '113116.486000', '113116.488000', '113116.491000', '113116.494000', '113116.496000', '113116.499000', '113116.502000', '113116.504000', '113116.507000', '113116.509000', '113116.512000', '113116.515000', '113116.517000', '113116.520000', '113116.522000', '113116.525000', '113116.528000', '113116.530000', '113116.533000', '113116.535000', '113116.538000', '113116.541000', '113116.543000', '113116.546000', '113116.548000', '113116.551000', '113116.554000', '113116.556000', '113116.559000', '113116.561000', '113116.564000', '113116.567000', '113116.569000', '113116.572000', '113116.580000', '113116.582000', '113116.585000', '113116.587000', '113116.590000', '113116.593000', '113116.596000', '113136.478000', '113136.481000', '113136.483000', '113136.486000', '113136.489000', '113136.491000', '113136.494000', '113136.497000', '113136.499000', '113136.502000', '113136.510000', '113136.513000', '113136.516000', '113136.518000', '113136.521000', '113136.523000', '113136.526000', '113136.529000', '113136.531000', '113136.534000', '113136.536000', '113136.539000', '113136.542000', '113136.544000', '113136.547000', '113136.550000', '113136.552000', '113136.555000', '113136.557000', '113136.560000', '113136.563000', '113136.565000', '113136.568000', '113136.571000', '113136.573000', '113136.576000', '113136.579000', '113136.583000', '113136.585000', '113136.588000', '113136.590000', '113136.593000', '113136.596000', '113142.457000', '113142.460000', '113142.463000', '113142.465000', '113142.468000', '113142.471000', '113142.473000', '113142.476000', '113142.479000', '113142.481000', '113142.484000', '113142.486000', '113142.489000', '113142.492000'], 'InstanceCreationTime': ['112516.512000', '112516.524000', '112516.526000', '112516.529000', '112516.532000', '112516.534000', '112516.537000', '112516.540000', '112516.547000', '112516.549000', '112516.552000', '112516.555000', '112516.557000', '112516.560000', '112516.562000', '112516.565000', '112516.567000', '112516.570000', '112516.573000', '112516.575000', '112516.578000', '112516.580000', '112516.583000', '112516.585000', '112516.588000', '112516.591000', '112516.593000', '112516.596000', '112516.599000', '112516.601000', '112516.604000', '112516.606000', '112536.477000', '112536.480000', '112536.484000', '112536.486000', '112536.489000', '112536.491000', '112536.494000', '112536.497000', '112536.499000', '112536.502000', '112536.509000', '112536.511000', '112536.514000', '112536.517000', '112536.519000', '112536.522000', '112536.524000', '112536.527000', '112536.529000', '112536.538000', '112536.540000', '112536.543000', '112536.545000', '112536.548000', '112536.551000', '112536.553000', '112536.556000', '112536.558000', '112536.561000', '112536.564000', '112536.566000', '112536.569000', '112536.571000', '112536.574000', '112536.577000', '112536.579000', '112536.582000', '112536.584000', '112536.587000', '112536.590000', '112536.592000', '112536.595000', '112536.598000', '112536.600000', '112556.477000', '112556.480000', '112556.483000', '112556.485000', '112556.488000', '112556.490000', '112556.493000', '112556.496000', '112556.498000', '112556.501000', '112556.503000', '112556.506000', '112556.509000', '112556.511000', '112556.514000', '112556.516000', '112556.519000', '112556.521000', '112556.524000', '112556.527000', '112556.529000', '112556.532000', '112556.535000', '112556.544000', '112556.547000', '112556.550000', '112556.552000', '112556.555000', '112556.558000', '112556.560000', '112556.563000', '112556.565000', '112556.568000', '112556.570000', '112556.573000', '112556.575000', '112556.578000', '112556.581000', '112556.583000', '112556.586000', '112556.589000', '112556.591000', '112556.594000', '112616.477000', '112616.480000', '112616.483000', '112616.485000', '112616.488000', '112616.491000', '112616.493000', '112616.533000', '112616.536000', '112616.539000', '112616.541000', '112616.544000', '112616.546000', '112616.549000', '112616.552000', '112616.554000', '112616.557000', '112616.559000', '112616.562000', '112616.565000', '112616.567000', '112616.570000', '112616.572000', '112616.575000', '112616.578000', '112616.580000', '112616.583000', '112616.585000', '112616.588000', '112616.591000', '112616.593000', '112616.596000', '112616.599000', '112616.601000', '112616.604000', '112616.606000', '112616.609000', '112616.612000', '112616.614000', '112616.617000', '112616.619000', '112616.622000', '112616.625000', '112636.477000', '112636.480000', '112636.483000', '112636.485000', '112636.488000', '112636.491000', '112636.493000', '112636.496000', '112636.499000', '112636.501000', '112636.504000', '112636.506000', '112636.509000', '112636.512000', '112636.514000', '112636.517000', '112636.520000', '112636.522000', '112636.525000', '112636.527000', '112636.530000', '112636.533000', '112636.535000', '112636.538000', '112636.540000', '112636.543000', '112636.545000', '112636.548000', '112636.551000', '112636.553000', '112636.556000', '112636.559000', '112636.561000', '112636.564000', '112636.567000', '112636.569000', '112636.572000', '112636.575000', '112636.577000', '112636.580000', '112636.582000', '112636.585000', '112636.588000', '112636.590000', '112656.477000', '112656.480000', '112656.483000', '112656.485000', '112656.489000', '112656.491000', '112656.494000', '112656.496000', '112656.499000', '112656.502000', '112656.505000', '112656.507000', '112656.510000', '112656.512000', '112656.515000', '112656.518000', '112656.520000', '112656.523000', '112656.525000', '112656.528000', '112656.531000', '112656.533000', '112656.536000', '112656.538000', '112656.541000', '112656.544000', '112656.546000', '112656.549000', '112656.551000', '112656.554000', '112656.557000', '112656.559000', '112656.562000', '112656.565000', '112656.567000', '112656.570000', '112656.572000', '112656.575000', '112656.578000', '112656.580000', '112656.583000', '112656.585000', '112656.588000', '112656.591000', '112716.477000', '112716.480000', '112716.483000', '112716.486000', '112716.488000', '112716.491000', '112716.493000', '112716.496000', '112716.499000', '112716.501000', '112716.504000', '112716.507000', '112716.509000', '112716.512000', '112716.514000', '112716.517000', '112716.519000', '112716.522000', '112716.525000', '112716.527000', '112716.530000', '112716.532000', '112716.535000', '112716.538000', '112716.540000', '112716.543000', '112716.546000', '112716.548000', '112716.551000', '112716.553000', '112716.556000', '112716.559000', '112716.561000', '112716.564000', '112716.567000', '112716.569000', '112716.572000', '112716.574000', '112716.577000', '112716.579000', '112716.582000', '112716.585000', '112716.587000', '112736.476000', '112736.479000', '112736.482000', '112736.485000', '112736.487000', '112736.490000', '112736.492000', '112736.495000', '112736.498000', '112736.500000', '112736.503000', '112736.506000', '112736.508000', '112736.511000', '112736.514000', '112736.516000', '112736.519000', '112736.521000', '112736.524000', '112736.527000', '112736.529000', '112736.532000', '112736.534000', '112736.537000', '112736.540000', '112736.542000', '112736.545000', '112736.548000', '112736.550000', '112736.553000', '112736.555000', '112736.558000', '112736.561000', '112736.564000', '112736.566000', '112736.569000', '112736.571000', '112736.574000', '112736.577000', '112736.579000', '112736.582000', '112736.584000', '112736.587000', '112736.590000', '112756.478000', '112756.481000', '112756.496000', '112756.498000', '112756.501000', '112756.503000', '112756.506000', '112756.509000', '112756.511000', '112756.514000', '112756.517000', '112756.519000', '112756.522000', '112756.525000', '112756.527000', '112756.530000', '112756.532000', '112756.535000', '112756.538000', '112756.540000', '112756.543000', '112756.546000', '112756.548000', '112756.551000', '112756.553000', '112756.556000', '112756.558000', '112756.561000', '112756.563000', '112756.566000', '112756.569000', '112756.571000', '112756.574000', '112756.576000', '112756.579000', '112756.582000', '112756.584000', '112756.587000', '112756.590000', '112756.592000', '112756.595000', '112756.598000', '112756.600000', '112816.477000', '112816.480000', '112816.483000', '112816.486000', '112816.488000', '112816.491000', '112816.494000', '112816.496000', '112816.499000', '112816.502000', '112816.504000', '112816.507000', '112816.509000', '112816.512000', '112816.515000', '112816.517000', '112816.520000', '112816.523000', '112816.525000', '112816.528000', '112816.531000', '112816.533000', '112816.536000', '112816.538000', '112816.541000', '112816.544000', '112816.546000', '112816.549000', '112816.551000', '112816.554000', '112816.557000', '112816.559000', '112816.562000', '112816.565000', '112816.567000', '112816.570000', '112816.572000', '112816.575000', '112816.578000', '112816.580000', '112816.583000', '112816.585000', '112816.588000', '112816.591000', '112836.478000', '112836.480000', '112836.483000', '112836.486000', '112836.488000', '112836.491000', '112836.494000', '112836.496000', '112836.499000', '112836.502000', '112836.504000', '112836.507000', '112836.509000', '112836.512000', '112836.515000', '112836.517000', '112836.520000', '112836.522000', '112836.525000', '112836.528000', '112836.530000', '112836.533000', '112836.535000', '112836.538000', '112836.541000', '112836.543000', '112836.546000', '112836.548000', '112836.551000', '112836.554000', '112836.556000', '112836.559000', '112836.562000', '112836.564000', '112836.567000', '112836.569000', '112836.572000', '112836.575000', '112836.577000', '112836.580000', '112836.582000', '112836.585000', '112836.587000', '112856.477000', '112856.480000', '112856.483000', '112856.485000', '112856.488000', '112856.491000', '112856.493000', '112856.496000', '112856.498000', '112856.501000', '112856.504000', '112856.506000', '112856.509000', '112856.512000', '112856.514000', '112856.517000', '112856.520000', '112856.522000', '112856.525000', '112856.527000', '112856.537000', '112856.540000', '112856.543000', '112856.545000', '112856.548000', '112856.551000', '112856.553000', '112856.556000', '112856.558000', '112856.561000', '112856.564000', '112856.566000', '112856.569000', '112856.572000', '112856.574000', '112856.577000', '112856.579000', '112856.582000', '112856.585000', '112856.587000', '112856.590000', '112856.593000', '112856.595000', '112856.598000', '112916.477000', '112916.480000', '112916.483000', '112916.485000', '112916.488000', '112916.491000', '112916.493000', '112916.496000', '112916.499000', '112916.501000', '112916.504000', '112916.507000', '112916.509000', '112916.512000', '112916.514000', '112916.517000', '112916.520000', '112916.522000', '112916.525000', '112916.528000', '112916.530000', '112916.533000', '112916.535000', '112916.538000', '112916.541000', '112916.544000', '112916.546000', '112916.561000', '112916.564000', '112916.567000', '112916.569000', '112916.572000', '112916.574000', '112916.577000', '112916.580000', '112916.582000', '112916.585000', '112916.587000', '112916.590000', '112916.593000', '112916.595000', '112916.598000', '112916.601000', '112936.477000', '112936.480000', '112936.484000', '112936.486000', '112936.489000', '112936.492000', '112936.494000', '112936.497000', '112936.500000', '112936.502000', '112936.505000', '112936.508000', '112936.510000', '112936.513000', '112936.516000', '112936.518000', '112936.521000', '112936.524000', '112936.526000', '112936.529000', '112936.532000', '112936.534000', '112936.537000', '112936.540000', '112936.542000', '112936.545000', '112936.548000', '112936.550000', '112936.553000', '112936.556000', '112936.558000', '112936.561000', '112936.563000', '112936.566000', '112936.569000', '112936.571000', '112936.574000', '112936.576000', '112936.579000', '112936.582000', '112936.584000', '112936.587000', '112936.590000', '112936.592000', '112956.477000', '112956.479000', '112956.482000', '112956.485000', '112956.487000', '112956.490000', '112956.493000', '112956.495000', '112956.498000', '112956.500000', '112956.503000', '112956.506000', '112956.508000', '112956.511000', '112956.514000', '112956.516000', '112956.519000', '112956.521000', '112956.524000', '112956.527000', '112956.529000', '112956.532000', '112956.535000', '112956.537000', '112956.540000', '112956.542000', '112956.545000', '112956.548000', '112956.550000', '112956.553000', '112956.556000', '112956.558000', '112956.561000', '112956.563000', '112956.566000', '112956.569000', '112956.571000', '112956.574000', '112956.577000', '112956.579000', '112956.582000', '112956.584000', '112956.587000', '113016.477000', '113016.484000', '113016.486000', '113016.489000', '113016.492000', '113016.494000', '113016.497000', '113016.500000', '113016.502000', '113016.505000', '113016.507000', '113016.510000', '113016.513000', '113016.516000', '113016.518000', '113016.521000', '113016.523000', '113016.526000', '113016.528000', '113016.531000', '113016.534000', '113016.536000', '113016.539000', '113016.542000', '113016.544000', '113016.547000', '113016.550000', '113016.552000', '113016.555000', '113016.557000', '113016.560000', '113016.563000', '113016.565000', '113016.568000', '113016.570000', '113016.573000', '113016.576000', '113016.579000', '113016.581000', '113016.584000', '113016.587000', '113016.589000', '113016.592000', '113016.595000', '113036.477000', '113036.481000', '113036.484000', '113036.486000', '113036.489000', '113036.492000', '113036.494000', '113036.497000', '113036.499000', '113036.502000', '113036.505000', '113036.507000', '113036.510000', '113036.513000', '113036.515000', '113036.518000', '113036.520000', '113036.523000', '113036.526000', '113036.528000', '113036.531000', '113036.534000', '113036.536000', '113036.539000', '113036.542000', '113036.544000', '113036.547000', '113036.549000', '113036.552000', '113036.555000', '113036.557000', '113036.560000', '113036.563000', '113036.565000', '113036.568000', '113036.570000', '113036.573000', '113036.576000', '113036.594000', '113036.597000', '113036.600000', '113036.602000', '113036.605000', '113056.477000', '113056.480000', '113056.483000', '113056.485000', '113056.488000', '113056.491000', '113056.496000', '113056.498000', '113056.501000', '113056.504000', '113056.506000', '113056.509000', '113056.512000', '113056.514000', '113056.517000', '113056.520000', '113056.523000', '113056.526000', '113056.535000', '113056.537000', '113056.540000', '113056.542000', '113056.545000', '113056.548000', '113056.550000', '113056.553000', '113056.556000', '113056.558000', '113056.561000', '113056.563000', '113056.566000', '113056.569000', '113056.571000', '113056.574000', '113056.577000', '113056.579000', '113056.582000', '113056.585000', '113056.587000', '113056.590000', '113056.592000', '113056.595000', '113056.598000', '113116.477000', '113116.481000', '113116.483000', '113116.486000', '113116.488000', '113116.491000', '113116.494000', '113116.496000', '113116.499000', '113116.502000', '113116.504000', '113116.507000', '113116.509000', '113116.512000', '113116.515000', '113116.517000', '113116.520000', '113116.522000', '113116.525000', '113116.528000', '113116.530000', '113116.533000', '113116.535000', '113116.538000', '113116.541000', '113116.543000', '113116.546000', '113116.548000', '113116.551000', '113116.554000', '113116.556000', '113116.559000', '113116.561000', '113116.564000', '113116.567000', '113116.569000', '113116.572000', '113116.580000', '113116.582000', '113116.585000', '113116.587000', '113116.590000', '113116.593000', '113116.596000', '113136.478000', '113136.481000', '113136.483000', '113136.486000', '113136.489000', '113136.491000', '113136.494000', '113136.497000', '113136.499000', '113136.502000', '113136.510000', '113136.513000', '113136.516000', '113136.518000', '113136.521000', '113136.523000', '113136.526000', '113136.529000', '113136.531000', '113136.534000', '113136.536000', '113136.539000', '113136.542000', '113136.544000', '113136.547000', '113136.550000', '113136.552000', '113136.555000', '113136.557000', '113136.560000', '113136.563000', '113136.565000', '113136.568000', '113136.571000', '113136.573000', '113136.576000', '113136.579000', '113136.583000', '113136.585000', '113136.588000', '113136.590000', '113136.593000', '113136.596000', '113142.457000', '113142.460000', '113142.463000', '113142.465000', '113142.468000', '113142.471000', '113142.473000', '113142.476000', '113142.479000', '113142.481000', '113142.484000', '113142.486000', '113142.489000', '113142.492000'], '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': [11667, 12834, 10122, 7328, 7622, 6979, 11177, 8713, 14660, 16038, 10691, 14240, 9057, 11387, 14674, 9500, 11872, 7399, 8981, 13439, 8785, 14992, 8424, 13071, 9549, 9167, 8965, 7309, 12321, 9667, 7299, 10309, 14646, 12079, 18131, 15149, 16089, 18140, 18609, 14146, 16089, 10639, 12126, 11405, 9273, 8046, 10490, 9722, 11383, 8584, 11611, 13576, 11667, 14707, 10424, 12156, 8053, 11350, 12215, 10950, 11452, 11376, 11280, 10861, 11448, 14710, 11635, 13318, 8959, 11330, 10054, 11487, 13923, 9244, 11103, 14433, 10405, 11531, 13083, 10336, 12105, 8059, 11321, 7053, 11246, 13164, 9135, 12889, 9559, 11148, 12526, 11066, 13418, 14773, 11191, 13760, 8054, 11173, 10342, 10914, 6914, 10658, 6955, 11016, 14693, 10758, 11013, 17104, 10368, 11536, 14838, 9276, 11436, 9527, 11172, 13445, 10218, 12299, 14659, 11123, 13960, 10088, 10661, 8155, 11360, 14938, 10118, 13039, 13642, 11107, 13513, 7853, 11040, 14152, 9913, 12157, 8116, 11331, 13100, 9647, 11759, 8649, 8677, 9001, 9030, 8485, 8479, 9046, 14244, 10339, 12640, 13363, 10341, 15108, 9357, 7473, 8665, 9013, 9897, 9374, 11761, 12242, 11527, 16965, 12113, 16208, 17091, 15243, 18001, 10591, 16912, 12866, 15147, 11205, 12243, 16859, 11212, 11980, 9189, 11857, 11838, 11171, 10557, 10431, 11799, 8146, 11747, 11560, 11402, 11148, 9671, 11695, 13123, 11584, 12724, 8325, 11660, 13746, 10519, 11367, 7711, 9134, 7628, 8084, 8637, 9414, 10138, 15306, 13908, 12230, 7991, 9375, 7174, 9461, 14271, 9701, 13683, 12337, 10477, 7038, 10303, 11137, 11301, 12791, 12551, 11512, 14158, 10249, 10554, 12688, 10824, 16226, 10974, 14946, 9982, 13856, 9112, 13860, 10176, 12309, 9462, 11510, 7710, 10003, 11325, 7998, 12808, 7010, 8588, 7116, 7045, 9196, 12540, 8077, 9192, 13707, 8078, 12439, 7161, 9671, 8643, 8862, 11474, 7091, 7210, 7108, 6893, 7083, 7167, 10879, 8087, 14638, 13253, 12465, 15062, 9798, 12015, 14987, 12285, 15345, 12373, 13364, 8826, 14341, 9799, 15742, 11189, 15470, 9695, 12551, 10094, 13094, 10123, 16402, 15759, 14486, 10608, 13492, 8489, 7232, 10420, 14216, 9504, 10056, 12263, 8821, 9652, 7378, 8366, 7279, 8079, 7302, 8168, 9579, 8049, 12684, 8020, 11552, 7018, 9692, 13439, 8465, 12017, 12628, 10204, 14620, 17072, 15427, 9738, 8099, 7203, 8620, 12356, 10042, 8675, 11132, 9463, 7657, 13358, 10120, 16382, 13923, 10746, 15228, 10695, 10358, 10028, 10028, 9118, 10836, 9579, 8749, 10429, 9156, 8663, 10076, 9415, 12734, 9346, 14363, 9856, 14512, 9039, 16206, 11751, 14063, 10725, 14266, 9393, 12535, 8761, 10127, 8269, 11595, 8812, 10668, 7229, 10059, 7244, 7258, 7280, 7072, 8844, 12500, 7030, 11265, 7147, 8148, 7271, 11724, 7817, 11301, 13672, 11974, 13884, 11362, 13682, 14677, 10909, 13735, 13883, 10959, 15963, 12072, 14433, 14576, 10501, 14702, 10447, 14180, 9625, 14627, 9986, 14868, 10697, 15882, 11807, 14981, 9148, 12127, 13422, 9745, 13261, 8886, 11054, 7368, 9856, 8243, 10716, 7463, 10626, 9560, 9118, 13155, 9081, 11915, 9220, 8345, 10014, 13969, 9565, 13149, 8958, 10711, 13785, 9184, 12949, 7643, 12375, 8333, 9158, 7338, 9208, 9243, 8759, 13849, 8328, 14014, 7942, 11293, 7289, 11105, 7428, 11385, 7638, 9684, 13394, 8562, 12757, 8498, 12512, 7507, 10794, 7374, 10360, 7636, 11180, 8947, 13350, 7533, 14430, 7563, 12305, 9113, 13699, 9884, 7230, 8432, 7336, 11329, 7453, 12737, 7443, 9274, 13228, 8568, 13422, 9956, 13351, 7980, 11560, 7643, 10702, 13862, 8637, 14307, 8437, 11535, 7877, 10966, 7378, 11565, 14785, 9214, 14733, 8796, 11652, 7487, 11661, 7561, 12354, 9334, 10020, 15690, 9313, 12868, 10732, 9364, 15488, 10932, 15665, 7904, 7319, 7697, 7220, 8009, 12975, 8618, 12382, 7393, 10677, 7484, 9166, 12811, 9340, 13569, 9994, 14825, 12532, 12590, 12039, 15677, 10446, 16212, 10373, 13201, 9797, 8965, 10188, 15695, 11027, 14173, 8356, 7309, 8932, 7777, 9711, 13578, 8154, 9896, 13521, 9223, 12620, 7494, 9870, 13053, 7949, 11323, 7803, 10059, 7220, 9323, 9648, 9341, 13172, 8481, 7282, 7745, 7124, 11957, 9719, 11344, 14293, 8280, 14408, 8582, 12886, 15522, 11205, 15163, 9374, 12075, 7489, 9693, 7006, 9211, 8562, 8139, 7957, 7702, 7261, 8700, 7446, 7582, 7367, 12290, 11368, 8201, 14160, 16231, 9421, 16130, 16924, 16538, 9322, 11677, 7612, 11114, 14549, 18621, 8924, 7291, 7355, 10402, 8936, 7838, 9445, 9932, 10825, 9013, 7526, 10171, 8931, 11235, 8006, 12068, 8796, 12049, 8911, 7550, 8379, 8005, 11066, 8476, 7867, 9883, 7852, 7793, 11444, 7914, 12837, 9001, 12188, 8136, 15377, 9968, 15657, 13898, 11773, 16741, 9021, 14218, 7591, 12742, 9239, 11386, 17625, 10084, 14208, 8417, 7313, 9235, 7656, 13407, 9348, 13691, 11723, 11139, 13523, 10581, 15730, 10480, 14737, 8720, 15532, 12286, 8713, 14627, 17247, 12376, 13479, 8163, 10311, 7303, 9805, 8065, 10871, 18860, 9693, 14946, 8564, 10922, 7530, 9622, 7351, 10015, 15602, 8714, 13065, 7530, 9607, 12893, 9184, 13254, 7783, 12533, 7775, 12004, 7753, 10805, 7518, 10880, 15908, 8171, 12888, 7398, 9519, 10646, 8126, 12359, 8329, 12132, 7600, 12780, 7584, 10282, 7796, 9421, 15820, 8916, 15087, 8198, 15169, 7643, 13950, 8438, 13457, 11294, 15926, 13749, 17486, 10873, 13003, 16454, 9382, 16156, 9324, 13811, 9551, 13598, 9201, 11709, 8611, 9549, 8679, 11077, 10073, 9878, 16757, 9880, 14010, 9106, 12697, 9531, 11596, 12192, 10326, 16397, 9576, 13657, 9366, 12267, 9363, 11385, 8895, 13048, 8327, 9831, 7431, 10330, 9274, 9771, 16986, 9048, 13078, 8485, 9192, 8531, 10069, 8984, 12196, 9035, 13816, 12054, 9951, 15219, 8601, 14000, 8812, 11039, 11841, 9198, 14255, 10018, 9513, 7441, 7394, 11693, 8068, 13309, 14670, 10777, 14214, 7826, 9922, 10343, 10056, 13836, 9892, 12221, 10136, 11992, 9496, 9071, 11107, 8983, 8612, 9364, 11899, 9912, 13989, 9930, 14752, 10122, 10231, 15862, 9002, 12695, 7209, 9621, 14994, 8542, 12468, 8657, 9986, 13572, 8221, 12148, 8125, 9861, 7711, 8836], 'WindowCenter': [4506.0, 4497.0, 4454.0, 4412.0, 4413.0, 4414.0, 4463.0, 4434.0, 4495.0, 4493.0, 4440.0, 4469.0, 4406.0, 4462.0, 4481.0, 4428.0, 4446.0, 4384.0, 4415.0, 4452.0, 4404.0, 4475.0, 4408.0, 4482.0, 4443.0, 4431.0, 4433.0, 4414.0, 4486.0, 4455.0, 4402.0, 4454.0, 4471.0, 4449.0, 4506.0, 4496.0, 4495.0, 4517.0, 4504.0, 4483.0, 4489.0, 4422.0, 4430.0, 4420.0, 4414.0, 4393.0, 4425.0, 4413.0, 4445.0, 4405.0, 4435.0, 4454.0, 4422.0, 4452.0, 4411.0, 4430.0, 4379.0, 4433.0, 4443.0, 4434.0, 4445.0, 4446.0, 4436.0, 4436.0, 4436.0, 4454.0, 4432.0, 4444.0, 4391.0, 4421.0, 4400.0, 4420.0, 4441.0, 4388.0, 4419.0, 4438.0, 4407.0, 4420.0, 4442.0, 4411.0, 4428.0, 4380.0, 4432.0, 4372.0, 4445.0, 4456.0, 4427.0, 4456.0, 4414.0, 4435.0, 4455.0, 4446.0, 4468.0, 4466.0, 4434.0, 4455.0, 4393.0, 4433.0, 4424.0, 4435.0, 4385.0, 4448.0, 4398.0, 4461.0, 4481.0, 4437.0, 4436.0, 4488.0, 4412.0, 4431.0, 4451.0, 4401.0, 4433.0, 4413.0, 4434.0, 4453.0, 4412.0, 4443.0, 4452.0, 4434.0, 4454.0, 4412.0, 4422.0, 4381.0, 4434.0, 4463.0, 4410.0, 4441.0, 4440.0, 4421.0, 4455.0, 4393.0, 4431.0, 4453.0, 4412.0, 4432.0, 4380.0, 4432.0, 4454.0, 4413.0, 4444.0, 4415.0, 4430.0, 4443.0, 4443.0, 4444.0, 4431.0, 4443.0, 4494.0, 4448.0, 4470.0, 4481.0, 4439.0, 4475.0, 4428.0, 4397.0, 4420.0, 4443.0, 4453.0, 4443.0, 4474.0, 4474.0, 4477.0, 4515.0, 4474.0, 4505.0, 4490.0, 4467.0, 4475.0, 4411.0, 4449.0, 4416.0, 4436.0, 4405.0, 4417.0, 4445.0, 4392.0, 4390.0, 4358.0, 4388.0, 4388.0, 4389.0, 4381.0, 4382.0, 4403.0, 4364.0, 4429.0, 4417.0, 4418.0, 4407.0, 4385.0, 4418.0, 4426.0, 4416.0, 4430.0, 4378.0, 4419.0, 4426.0, 4408.0, 4420.0, 4381.0, 4412.0, 4394.0, 4405.0, 4432.0, 4442.0, 4463.0, 4520.0, 4494.0, 4483.0, 4420.0, 4441.0, 4400.0, 4441.0, 4490.0, 4439.0, 4480.0, 4458.0, 4449.0, 4399.0, 4452.0, 4462.0, 4463.0, 4483.0, 4484.0, 4475.0, 4493.0, 4452.0, 4452.0, 4470.0, 4439.0, 4487.0, 4438.0, 4467.0, 4427.0, 4481.0, 4420.0, 4467.0, 4438.0, 4447.0, 4417.0, 4448.0, 4384.0, 4429.0, 4448.0, 4411.0, 4459.0, 4400.0, 4430.0, 4403.0, 4403.0, 4445.0, 4475.0, 4412.0, 4431.0, 4483.0, 4412.0, 4472.0, 4401.0, 4442.0, 4420.0, 4432.0, 4463.0, 4416.0, 4441.0, 4442.0, 4430.0, 4418.0, 4446.0, 4492.0, 4453.0, 4525.0, 4489.0, 4476.0, 4497.0, 4444.0, 4476.0, 4483.0, 4474.0, 4509.0, 4473.0, 4471.0, 4419.0, 4469.0, 4430.0, 4467.0, 4436.0, 4469.0, 4415.0, 4447.0, 4415.0, 4446.0, 4414.0, 4488.0, 4477.0, 4466.0, 4437.0, 4456.0, 4407.0, 4398.0, 4439.0, 4457.0, 4390.0, 4389.0, 4407.0, 4390.0, 4389.0, 4371.0, 4381.0, 4359.0, 4381.0, 4373.0, 4409.0, 4419.0, 4402.0, 4461.0, 4389.0, 4438.0, 4377.0, 4409.0, 4445.0, 4386.0, 4439.0, 4436.0, 4402.0, 4482.0, 4502.0, 4488.0, 4427.0, 4393.0, 4385.0, 4417.0, 4468.0, 4441.0, 4432.0, 4459.0, 4454.0, 4425.0, 4496.0, 4454.0, 4493.0, 4467.0, 4436.0, 4464.0, 4436.0, 4425.0, 4426.0, 4428.0, 4419.0, 4436.0, 4418.0, 4408.0, 4426.0, 4419.0, 4408.0, 4432.0, 4419.0, 4460.0, 4419.0, 4467.0, 4417.0, 4456.0, 4394.0, 4464.0, 4435.0, 4453.0, 4435.0, 4454.0, 4403.0, 4433.0, 4392.0, 4413.0, 4396.0, 4448.0, 4419.0, 4451.0, 4399.0, 4451.0, 4413.0, 4412.0, 4424.0, 4426.0, 4457.0, 4497.0, 4403.0, 4463.0, 4413.0, 4422.0, 4401.0, 4474.0, 4427.0, 4477.0, 4520.0, 4501.0, 4520.0, 4499.0, 4509.0, 4517.0, 4477.0, 4507.0, 4507.0, 4490.0, 4532.0, 4488.0, 4509.0, 4493.0, 4450.0, 4479.0, 4438.0, 4466.0, 4425.0, 4475.0, 4426.0, 4475.0, 4436.0, 4475.0, 4444.0, 4464.0, 4413.0, 4442.0, 4438.0, 4413.0, 4441.0, 4387.0, 4416.0, 4367.0, 4409.0, 4402.0, 4433.0, 4395.0, 4447.0, 4424.0, 4426.0, 4465.0, 4417.0, 4443.0, 4426.0, 4419.0, 4450.0, 4479.0, 4428.0, 4468.0, 4404.0, 4424.0, 4454.0, 4418.0, 4444.0, 4382.0, 4445.0, 4394.0, 4427.0, 4384.0, 4415.0, 4414.0, 4405.0, 4478.0, 4418.0, 4477.0, 4407.0, 4435.0, 4397.0, 4446.0, 4398.0, 4447.0, 4397.0, 4428.0, 4466.0, 4417.0, 4467.0, 4418.0, 4468.0, 4398.0, 4448.0, 4398.0, 4448.0, 4409.0, 4463.0, 4432.0, 4468.0, 4398.0, 4481.0, 4400.0, 4460.0, 4431.0, 4480.0, 4440.0, 4401.0, 4419.0, 4402.0, 4450.0, 4399.0, 4472.0, 4388.0, 4419.0, 4469.0, 4421.0, 4481.0, 4456.0, 4481.0, 4420.0, 4458.0, 4408.0, 4449.0, 4478.0, 4420.0, 4491.0, 4420.0, 4460.0, 4411.0, 4462.0, 4400.0, 4464.0, 4493.0, 4442.0, 4491.0, 4431.0, 4459.0, 4400.0, 4459.0, 4412.0, 4473.0, 4429.0, 4429.0, 4476.0, 4420.0, 4460.0, 4426.0, 4418.0, 4478.0, 4437.0, 4475.0, 4397.0, 4386.0, 4397.0, 4389.0, 4399.0, 4459.0, 4407.0, 4460.0, 4399.0, 4440.0, 4397.0, 4428.0, 4457.0, 4417.0, 4467.0, 4456.0, 4494.0, 4472.0, 4470.0, 4461.0, 4477.0, 4426.0, 4463.0, 4428.0, 4456.0, 4429.0, 4420.0, 4442.0, 4491.0, 4454.0, 4481.0, 4421.0, 4387.0, 4418.0, 4410.0, 4444.0, 4470.0, 4398.0, 4427.0, 4456.0, 4416.0, 4448.0, 4374.0, 4427.0, 4444.0, 4383.0, 4439.0, 4386.0, 4428.0, 4376.0, 4432.0, 4443.0, 4432.0, 4472.0, 4433.0, 4415.0, 4415.0, 4405.0, 4477.0, 4432.0, 4451.0, 4483.0, 4412.0, 4470.0, 4409.0, 4461.0, 4478.0, 4426.0, 4466.0, 4418.0, 4445.0, 4373.0, 4416.0, 4377.0, 4418.0, 4395.0, 4385.0, 4395.0, 4398.0, 4399.0, 4422.0, 4402.0, 4412.0, 4415.0, 4476.0, 4477.0, 4436.0, 4496.0, 4506.0, 4433.0, 4490.0, 4489.0, 4477.0, 4430.0, 4464.0, 4401.0, 4454.0, 4495.0, 4500.0, 4408.0, 4360.0, 4366.0, 4395.0, 4374.0, 4353.0, 4385.0, 4409.0, 4431.0, 4411.0, 4380.0, 4417.0, 4396.0, 4427.0, 4372.0, 4424.0, 4385.0, 4437.0, 4423.0, 4403.0, 4410.0, 4413.0, 4465.0, 4435.0, 4413.0, 4443.0, 4424.0, 4427.0, 4489.0, 4449.0, 4512.0, 4460.0, 4501.0, 4440.0, 4520.0, 4483.0, 4522.0, 4494.0, 4475.0, 4504.0, 4432.0, 4482.0, 4412.0, 4471.0, 4430.0, 4463.0, 4513.0, 4452.0, 4495.0, 4434.0, 4426.0, 4455.0, 4424.0, 4484.0, 4432.0, 4495.0, 4462.0, 4464.0, 4482.0, 4454.0, 4492.0, 4454.0, 4493.0, 4422.0, 4491.0, 4461.0, 4409.0, 4481.0, 4491.0, 4446.0, 4445.0, 4381.0, 4410.0, 4371.0, 4414.0, 4395.0, 4438.0, 4484.0, 4401.0, 4467.0, 4395.0, 4422.0, 4370.0, 4403.0, 4362.0, 4415.0, 4452.0, 4392.0, 4433.0, 4370.0, 4401.0, 4431.0, 4417.0, 4458.0, 4384.0, 4445.0, 4385.0, 4445.0, 4384.0, 4436.0, 4375.0, 4437.0, 4479.0, 4412.0, 4472.0, 4385.0, 4418.0, 4425.0, 4399.0, 4446.0, 4412.0, 4462.0, 4400.0, 4461.0, 4399.0, 4442.0, 4400.0, 4422.0, 4490.0, 4433.0, 4493.0, 4410.0, 4480.0, 4413.0, 4493.0, 4434.0, 4493.0, 4479.0, 4492.0, 4482.0, 4505.0, 4440.0, 4463.0, 4479.0, 4407.0, 4479.0, 4432.0, 4469.0, 4428.0, 4456.0, 4430.0, 4447.0, 4406.0, 4415.0, 4405.0, 4437.0, 4417.0, 4427.0, 4502.0, 4428.0, 4466.0, 4405.0, 4445.0, 4414.0, 4436.0, 4444.0, 4428.0, 4489.0, 4415.0, 4454.0, 4416.0, 4443.0, 4415.0, 4436.0, 4419.0, 4470.0, 4406.0, 4426.0, 4386.0, 4440.0, 4418.0, 4427.0, 4488.0, 4431.0, 4458.0, 4405.0, 4417.0, 4407.0, 4427.0, 4420.0, 4461.0, 4433.0, 4482.0, 4459.0, 4441.0, 4480.0, 4418.0, 4469.0, 4407.0, 4437.0, 4446.0, 4419.0, 4466.0, 4430.0, 4430.0, 4401.0, 4389.0, 4448.0, 4400.0, 4460.0, 4456.0, 4416.0, 4444.0, 4362.0, 4404.0, 4413.0, 4416.0, 4455.0, 4426.0, 4444.0, 4427.0, 4447.0, 4429.0, 4421.0, 4463.0, 4444.0, 4436.0, 4448.0, 4489.0, 4456.0, 4494.0, 4431.0, 4469.0, 4415.0, 4416.0, 4454.0, 4392.0, 4433.0, 4361.0, 4402.0, 4451.0, 4380.0, 4419.0, 4379.0, 4400.0, 4428.0, 4368.0, 4418.0, 4366.0, 4399.0, 4358.0, 4390.0], 'WindowWidth': [9910.0, 9880.0, 9813.0, 9753.0, 9756.0, 9758.0, 9823.0, 9783.0, 9869.0, 9862.0, 9781.0, 9821.0, 9728.0, 9817.0, 9842.0, 9765.0, 9787.0, 9701.0, 9744.0, 9790.0, 9728.0, 9825.0, 9739.0, 9848.0, 9797.0, 9778.0, 9783.0, 9759.0, 9857.0, 9813.0, 9736.0, 9806.0, 9825.0, 9789.0, 9886.0, 9870.0, 9870.0, 9903.0, 9887.0, 9849.0, 9847.0, 9743.0, 9749.0, 9738.0, 9737.0, 9710.0, 9753.0, 9736.0, 9782.0, 9727.0, 9768.0, 9791.0, 9744.0, 9785.0, 9724.0, 9752.0, 9682.0, 9760.0, 9777.0, 9765.0, 9783.0, 9784.0, 9771.0, 9771.0, 9771.0, 9790.0, 9757.0, 9780.0, 9699.0, 9740.0, 9710.0, 9738.0, 9769.0, 9690.0, 9734.0, 9758.0, 9713.0, 9737.0, 9772.0, 9726.0, 9748.0, 9685.0, 9757.0, 9679.0, 9782.0, 9799.0, 9761.0, 9798.0, 9739.0, 9770.0, 9797.0, 9786.0, 9820.0, 9813.0, 9765.0, 9795.0, 9709.0, 9763.0, 9751.0, 9767.0, 9705.0, 9791.0, 9728.0, 9815.0, 9847.0, 9774.0, 9772.0, 9848.0, 9732.0, 9755.0, 9783.0, 9715.0, 9761.0, 9736.0, 9766.0, 9791.0, 9731.0, 9775.0, 9788.0, 9763.0, 9792.0, 9731.0, 9745.0, 9691.0, 9764.0, 9804.0, 9725.0, 9770.0, 9765.0, 9740.0, 9798.0, 9709.0, 9756.0, 9790.0, 9730.0, 9758.0, 9685.0, 9757.0, 9793.0, 9737.0, 9780.0, 9746.0, 9776.0, 9800.0, 9798.0, 9802.0, 9779.0, 9799.0, 9868.0, 9796.0, 9827.0, 9849.0, 9785.0, 9829.0, 9768.0, 9723.0, 9758.0, 9796.0, 9810.0, 9798.0, 9840.0, 9843.0, 9852.0, 9905.0, 9840.0, 9892.0, 9859.0, 9820.0, 9829.0, 9726.0, 9778.0, 9727.0, 9754.0, 9709.0, 9730.0, 9766.0, 9684.0, 9680.0, 9632.0, 9674.0, 9673.0, 9676.0, 9667.0, 9672.0, 9704.0, 9655.0, 9747.0, 9731.0, 9731.0, 9716.0, 9684.0, 9731.0, 9741.0, 9726.0, 9751.0, 9680.0, 9734.0, 9739.0, 9717.0, 9738.0, 9688.0, 9737.0, 9716.0, 9733.0, 9780.0, 9794.0, 9825.0, 9916.0, 9866.0, 9853.0, 9763.0, 9790.0, 9734.0, 9790.0, 9857.0, 9785.0, 9841.0, 9805.0, 9794.0, 9727.0, 9805.0, 9817.0, 9821.0, 9849.0, 9853.0, 9841.0, 9862.0, 9806.0, 9804.0, 9824.0, 9780.0, 9847.0, 9778.0, 9818.0, 9763.0, 9844.0, 9756.0, 9814.0, 9775.0, 9787.0, 9745.0, 9787.0, 9699.0, 9762.0, 9790.0, 9746.0, 9805.0, 9730.0, 9772.0, 9742.0, 9741.0, 9801.0, 9840.0, 9749.0, 9773.0, 9847.0, 9749.0, 9829.0, 9736.0, 9790.0, 9758.0, 9775.0, 9821.0, 9766.0, 9806.0, 9813.0, 9792.0, 9771.0, 9825.0, 9877.0, 9828.0, 9926.0, 9866.0, 9839.0, 9871.0, 9793.0, 9839.0, 9846.0, 9834.0, 9895.0, 9832.0, 9826.0, 9754.0, 9819.0, 9769.0, 9815.0, 9769.0, 9820.0, 9740.0, 9786.0, 9736.0, 9783.0, 9735.0, 9850.0, 9831.0, 9818.0, 9780.0, 9801.0, 9732.0, 9725.0, 9780.0, 9801.0, 9695.0, 9690.0, 9710.0, 9694.0, 9689.0, 9669.0, 9682.0, 9651.0, 9683.0, 9681.0, 9736.0, 9748.0, 9729.0, 9805.0, 9707.0, 9768.0, 9685.0, 9731.0, 9772.0, 9693.0, 9768.0, 9762.0, 9713.0, 9844.0, 9876.0, 9854.0, 9764.0, 9712.0, 9702.0, 9750.0, 9819.0, 9789.0, 9779.0, 9812.0, 9813.0, 9778.0, 9874.0, 9811.0, 9867.0, 9815.0, 9768.0, 9804.0, 9768.0, 9751.0, 9753.0, 9762.0, 9750.0, 9768.0, 9745.0, 9732.0, 9755.0, 9751.0, 9735.0, 9770.0, 9750.0, 9805.0, 9749.0, 9811.0, 9743.0, 9792.0, 9706.0, 9803.0, 9763.0, 9786.0, 9766.0, 9790.0, 9716.0, 9758.0, 9701.0, 9730.0, 9716.0, 9790.0, 9753.0, 9802.0, 9729.0, 9805.0, 9757.0, 9757.0, 9775.0, 9783.0, 9823.0, 9876.0, 9740.0, 9818.0, 9756.0, 9764.0, 9734.0, 9834.0, 9780.0, 9847.0, 9916.0, 9892.0, 9918.0, 9889.0, 9900.0, 9910.0, 9853.0, 9897.0, 9899.0, 9879.0, 9943.0, 9873.0, 9902.0, 9866.0, 9803.0, 9844.0, 9783.0, 9815.0, 9758.0, 9828.0, 9761.0, 9827.0, 9775.0, 9829.0, 9784.0, 9811.0, 9741.0, 9777.0, 9763.0, 9742.0, 9776.0, 9691.0, 9731.0, 9668.0, 9728.0, 9727.0, 9769.0, 9726.0, 9793.0, 9759.0, 9764.0, 9814.0, 9753.0, 9783.0, 9762.0, 9762.0, 9804.0, 9841.0, 9769.0, 9823.0, 9726.0, 9754.0, 9795.0, 9753.0, 9780.0, 9695.0, 9782.0, 9714.0, 9765.0, 9703.0, 9744.0, 9742.0, 9729.0, 9835.0, 9756.0, 9833.0, 9736.0, 9771.0, 9724.0, 9787.0, 9725.0, 9791.0, 9722.0, 9766.0, 9815.0, 9751.0, 9819.0, 9754.0, 9823.0, 9730.0, 9795.0, 9729.0, 9799.0, 9746.0, 9825.0, 9779.0, 9821.0, 9728.0, 9841.0, 9729.0, 9812.0, 9777.0, 9840.0, 9785.0, 9737.0, 9757.0, 9738.0, 9798.0, 9730.0, 9828.0, 9711.0, 9751.0, 9820.0, 9758.0, 9842.0, 9818.0, 9845.0, 9761.0, 9808.0, 9740.0, 9796.0, 9835.0, 9760.0, 9859.0, 9758.0, 9812.0, 9748.0, 9818.0, 9733.0, 9822.0, 9866.0, 9794.0, 9860.0, 9776.0, 9811.0, 9732.0, 9810.0, 9751.0, 9836.0, 9767.0, 9767.0, 9827.0, 9756.0, 9808.0, 9755.0, 9751.0, 9834.0, 9772.0, 9823.0, 9719.0, 9705.0, 9722.0, 9712.0, 9727.0, 9806.0, 9735.0, 9810.0, 9726.0, 9781.0, 9723.0, 9765.0, 9802.0, 9750.0, 9817.0, 9820.0, 9867.0, 9832.0, 9826.0, 9812.0, 9830.0, 9755.0, 9800.0, 9760.0, 9798.0, 9767.0, 9755.0, 9788.0, 9855.0, 9809.0, 9844.0, 9762.0, 9709.0, 9751.0, 9744.0, 9796.0, 9824.0, 9721.0, 9759.0, 9797.0, 9743.0, 9787.0, 9683.0, 9757.0, 9775.0, 9693.0, 9776.0, 9698.0, 9759.0, 9685.0, 9773.0, 9791.0, 9772.0, 9828.0, 9779.0, 9759.0, 9756.0, 9746.0, 9840.0, 9774.0, 9796.0, 9845.0, 9745.0, 9822.0, 9737.0, 9811.0, 9830.0, 9753.0, 9808.0, 9747.0, 9779.0, 9679.0, 9741.0, 9694.0, 9747.0, 9713.0, 9699.0, 9714.0, 9722.0, 9725.0, 9762.0, 9737.0, 9752.0, 9762.0, 9841.0, 9844.0, 9788.0, 9871.0, 9884.0, 9775.0, 9852.0, 9846.0, 9827.0, 9767.0, 9821.0, 9729.0, 9807.0, 9863.0, 9863.0, 9731.0, 9650.0, 9665.0, 9697.0, 9663.0, 9638.0, 9682.0, 9721.0, 9756.0, 9732.0, 9691.0, 9733.0, 9706.0, 9747.0, 9669.0, 9739.0, 9688.0, 9764.0, 9758.0, 9731.0, 9738.0, 9750.0, 9825.0, 9787.0, 9752.0, 9792.0, 9771.0, 9780.0, 9867.0, 9815.0, 9905.0, 9832.0, 9888.0, 9805.0, 9913.0, 9867.0, 9923.0, 9867.0, 9839.0, 9879.0, 9778.0, 9844.0, 9751.0, 9828.0, 9769.0, 9821.0, 9891.0, 9804.0, 9868.0, 9785.0, 9781.0, 9817.0, 9773.0, 9854.0, 9777.0, 9868.0, 9818.0, 9824.0, 9847.0, 9811.0, 9862.0, 9811.0, 9865.0, 9766.0, 9857.0, 9814.0, 9739.0, 9839.0, 9858.0, 9780.0, 9776.0, 9684.0, 9723.0, 9674.0, 9736.0, 9712.0, 9775.0, 9832.0, 9715.0, 9813.0, 9710.0, 9743.0, 9670.0, 9716.0, 9662.0, 9734.0, 9781.0, 9702.0, 9756.0, 9668.0, 9712.0, 9752.0, 9743.0, 9801.0, 9696.0, 9777.0, 9699.0, 9776.0, 9698.0, 9770.0, 9687.0, 9771.0, 9830.0, 9745.0, 9830.0, 9701.0, 9747.0, 9753.0, 9722.0, 9783.0, 9747.0, 9816.0, 9729.0, 9812.0, 9725.0, 9790.0, 9728.0, 9758.0, 9851.0, 9780.0, 9860.0, 9740.0, 9833.0, 9753.0, 9861.0, 9785.0, 9865.0, 9852.0, 9860.0, 9843.0, 9883.0, 9783.0, 9816.0, 9834.0, 9732.0, 9835.0, 9777.0, 9822.0, 9764.0, 9799.0, 9769.0, 9787.0, 9729.0, 9742.0, 9727.0, 9774.0, 9744.0, 9760.0, 9872.0, 9762.0, 9813.0, 9728.0, 9780.0, 9736.0, 9770.0, 9778.0, 9763.0, 9849.0, 9741.0, 9790.0, 9743.0, 9776.0, 9742.0, 9769.0, 9753.0, 9825.0, 9732.0, 9758.0, 9705.0, 9783.0, 9749.0, 9760.0, 9845.0, 9773.0, 9802.0, 9727.0, 9746.0, 9734.0, 9761.0, 9756.0, 9813.0, 9780.0, 9845.0, 9807.0, 9786.0, 9837.0, 9753.0, 9821.0, 9732.0, 9774.0, 9785.0, 9753.0, 9813.0, 9768.0, 9772.0, 9731.0, 9710.0, 9788.0, 9724.0, 9808.0, 9794.0, 9735.0, 9770.0, 9656.0, 9717.0, 9727.0, 9741.0, 9794.0, 9756.0, 9778.0, 9758.0, 9786.0, 9767.0, 9755.0, 9820.0, 9799.0, 9789.0, 9807.0, 9866.0, 9815.0, 9862.0, 9772.0, 9825.0, 9739.0, 9739.0, 9788.0, 9698.0, 9756.0, 9657.0, 9712.0, 9779.0, 9681.0, 9733.0, 9675.0, 9706.0, 9742.0, 9662.0, 9728.0, 9657.0, 9705.0, 9649.0, 9694.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.0024259174311926607</td></tr>
<tr><td colspan=3>aqi</td><td>0.06421799724770642</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.562224706613065</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1896991661882894</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0063167720551098</td></tr>
<tr><td colspan=3>efc</td><td>0.4928</td></tr>
<tr><td colspan=3>fber</td><td>5303.6406</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2258166352117805</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>352</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>40.36697247706422</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.599470562753956</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4505065779390067</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8233829326853055</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5245221776375564</td></tr>
<tr><td colspan=3>gcor</td><td>0.0159726</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01171391922980547</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0430852510035038</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.1652468966844305</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.1458</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2668</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.2855</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298145.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>930.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.8433</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6502</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.0286</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3643.5335</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1403.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4689.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.8289</td></tr>
<tr><td colspan=3>tsnr</td><td>25.675083658425137</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>