ds005256-mriqc/sub-0040_ses-04_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 2c30e7d2f6 [DATALAD RUNCMD] Compute MRIQC for sub-0040
=== 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-0040 --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-0040",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:18:48 +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-0040_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0040_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0040/ses-04/func/sub-0040_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f8cdf608da1a98a940e0cdf733686c56</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>08:44:27.147500</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.998866, -0.0465056, 0.010178, 0.0458823, 0.997449, 0.0546888]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0770923</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7743, -7264, 650, -57, -103, 62, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>241.403</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>915402b0-3fe1-4ea1-afc3-db4f54cca1c4||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.679884910583496, 0.12309897691011429, 0.03427752107381821, 106.54242706298828], [0.1247711107134819, 2.676081895828247, 0.14623157680034637, -95.03337097167969], [0.027306852862238884, -0.14672616124153137, 2.695819139480591, -63.34056091308594], [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': ['084427.147500', '084427.607500', '084428.067500', '084428.527500', '084428.987500', '084429.447500', '084429.907500', '084430.367500', '084430.827500', '084431.287500', '084431.747500', '084432.207500', '084432.667500', '084433.127500', '084433.587500', '084434.047500', '084434.507500', '084434.967500', '084435.427500', '084435.887500', '084436.347500', '084436.807500', '084437.267500', '084437.727500', '084438.187500', '084438.647500', '084439.107500', '084439.567500', '084440.027500', '084440.487500', '084440.947500', '084441.407500', '084441.867500', '084442.327500', '084442.787500', '084443.247500', '084443.707500', '084444.167500', '084444.627500', '084445.087500', '084445.547500', '084446.007500', '084446.467500', '084446.927500', '084447.387500', '084447.847500', '084448.307500', '084448.767500', '084449.227500', '084449.687500', '084450.147500', '084450.607500', '084451.067500', '084451.527500', '084451.987500', '084452.447500', '084452.907500', '084453.367500', '084453.827500', '084454.287500', '084454.747500', '084455.207500', '084455.667500', '084456.127500', '084456.587500', '084457.047500', '084457.507500', '084457.967500', '084458.427500', '084458.887500', '084459.347500', '084459.807500', '084500.267500', '084500.727500', '084501.187500', '084501.647500', '084502.107500', '084502.567500', '084503.027500', '084503.487500', '084503.947500', '084504.407500', '084504.867500', '084505.327500', '084505.787500', '084506.247500', '084506.707500', '084507.167500', '084507.627500', '084508.087500', '084508.547500', '084509.007500', '084509.467500', '084509.927500', '084510.387500', '084510.847500', '084511.307500', '084511.767500', '084512.227500', '084512.687500', '084513.147500', '084513.607500', '084514.067500', '084514.527500', '084514.987500', '084515.447500', '084515.907500', '084516.367500', '084516.827500', '084517.287500', '084517.747500', '084518.207500', '084518.667500', '084519.127500', '084519.587500', '084520.047500', '084520.507500', '084520.967500', '084521.427500', '084521.887500', '084522.347500', '084522.807500', '084523.267500', '084523.727500', '084524.187500', '084524.647500', '084525.107500', '084525.567500', '084526.027500', '084526.487500', '084526.947500', '084527.407500', '084527.867500', '084528.327500', '084528.787500', '084529.247500', '084529.707500', '084530.167500', '084530.627500', '084531.087500', '084531.547500', '084532.007500', '084532.467500', '084532.927500', '084533.387500', '084533.847500', '084534.307500', '084534.767500', '084535.227500', '084535.687500', '084536.147500', '084536.607500', '084537.067500', '084537.527500', '084537.987500', '084538.447500', '084538.907500', '084539.367500', '084539.827500', '084540.287500', '084540.747500', '084541.207500', '084541.667500', '084542.127500', '084542.587500', '084543.047500', '084543.507500', '084543.967500', '084544.427500', '084544.887500', '084545.347500', '084545.807500', '084546.267500', '084546.727500', '084547.187500', '084547.647500', '084548.107500', '084548.567500', '084549.027500', '084549.487500', '084549.947500', '084550.407500', '084550.867500', '084551.327500', '084551.787500', '084552.247500', '084552.707500', '084553.167500', '084553.627500', '084554.087500', '084554.547500', '084555.007500', '084555.467500', '084555.927500', '084556.387500', '084556.847500', '084557.307500', '084557.767500', '084558.227500', '084558.687500', '084559.147500', '084559.607500', '084600.067500', '084600.527500', '084600.987500', '084601.447500', '084601.907500', '084602.367500', '084602.827500', '084603.287500', '084603.747500', '084604.207500', '084604.667500', '084605.127500', '084605.587500', '084606.047500', '084606.507500', '084606.967500', '084607.427500', '084607.887500', '084608.347500', '084608.807500', '084609.267500', '084609.727500', '084610.187500', '084610.647500', '084611.107500', '084611.567500', '084612.027500', '084612.487500', '084612.947500', '084613.407500', '084613.867500', '084614.327500', '084614.787500', '084615.247500', '084615.707500', '084616.167500', '084616.627500', '084617.087500', '084617.547500', '084618.007500', '084618.467500', '084618.927500', '084619.387500', '084619.847500', '084620.307500', '084620.767500', '084621.227500', '084621.687500', '084622.147500', '084622.607500', '084623.067500', '084623.527500', '084623.987500', '084624.447500', '084624.907500', '084625.367500', '084625.827500', '084626.287500', '084626.747500', '084627.207500', '084627.667500', '084628.127500', '084628.587500', '084629.047500', '084629.507500', '084629.967500', '084630.427500', '084630.887500', '084631.347500', '084631.807500', '084632.267500', '084632.727500', '084633.187500', '084633.647500', '084634.107500', '084634.567500', '084635.027500', '084635.487500', '084635.947500', '084636.407500', '084636.867500', '084637.327500', '084637.787500', '084638.247500', '084638.707500', '084639.167500', '084639.627500', '084640.087500', '084640.547500', '084641.007500', '084641.467500', '084641.927500', '084642.387500', '084642.847500', '084643.307500', '084643.767500', '084644.227500', '084644.687500', '084645.147500', '084645.607500', '084646.067500', '084646.527500', '084646.987500', '084647.447500', '084647.907500', '084648.367500', '084648.827500', '084649.287500', '084649.747500', '084650.207500', '084650.667500', '084651.127500', '084651.587500', '084652.047500', '084652.507500', '084652.967500', '084653.427500', '084653.887500', '084654.347500', '084654.807500', '084655.267500', '084655.727500', '084656.187500', '084656.647500', '084657.107500', '084657.567500', '084658.027500', '084658.487500', '084658.947500', '084659.407500', '084659.867500', '084700.327500', '084700.787500', '084701.247500', '084701.707500', '084702.167500', '084702.627500', '084703.087500', '084703.547500', '084704.007500', '084704.467500', '084704.927500', '084705.387500', '084705.847500', '084706.307500', '084706.767500', '084707.227500', '084707.687500', '084708.147500', '084708.607500', '084709.067500', '084709.527500', '084709.987500', '084710.447500', '084710.907500', '084711.367500', '084711.827500', '084712.287500', '084712.747500', '084713.207500', '084713.667500', '084714.127500', '084714.587500', '084715.047500', '084715.507500', '084715.967500', '084716.427500', '084716.887500', '084717.347500', '084717.807500', '084718.267500', '084718.727500', '084719.187500', '084719.647500', '084720.107500', '084720.567500', '084721.027500', '084721.487500', '084721.947500', '084722.407500', '084722.867500', '084723.327500', '084723.787500', '084724.247500', '084724.707500', '084725.167500', '084725.627500', '084726.087500', '084726.547500', '084727.007500', '084727.467500', '084727.927500', '084728.387500', '084728.847500', '084729.307500', '084729.767500', '084730.227500', '084730.687500', '084731.147500', '084731.607500', '084732.067500', '084732.527500', '084732.987500', '084733.447500', '084733.907500', '084734.367500', '084734.827500', '084735.287500', '084735.747500', '084736.207500', '084736.667500', '084737.127500', '084737.587500', '084738.047500', '084738.507500', '084738.967500', '084739.427500', '084739.887500', '084740.347500', '084740.807500', '084741.267500', '084741.727500', '084742.187500', '084742.647500', '084743.107500', '084743.567500', '084744.027500', '084744.487500', '084744.947500', '084745.407500', '084745.867500', '084746.327500', '084746.787500', '084747.247500', '084747.707500', '084748.167500', '084748.627500', '084749.087500', '084749.547500', '084750.007500', '084750.467500', '084750.927500', '084751.387500', '084751.847500', '084752.307500', '084752.767500', '084753.227500', '084753.687500', '084754.147500', '084754.607500', '084755.067500', '084755.527500', '084755.987500', '084756.447500', '084756.907500', '084757.367500', '084757.827500', '084758.287500', '084758.747500', '084759.207500', '084759.667500', '084800.127500', '084800.587500', '084801.047500', '084801.507500', '084801.967500', '084802.427500', '084802.887500', '084803.347500', '084803.807500', '084804.267500', '084804.727500', '084805.187500', '084805.647500', '084806.107500', '084806.567500', '084807.027500', '084807.487500', '084807.947500', '084808.407500', '084808.867500', '084809.327500', '084809.787500', '084810.247500', '084810.707500', '084811.167500', '084811.627500', '084812.087500', '084812.547500', '084813.007500', '084813.467500', '084813.927500', '084814.387500', '084814.847500', '084815.307500', '084815.767500', '084816.227500', '084816.687500', '084817.147500', '084817.607500', '084818.067500', '084818.527500', '084818.987500', '084819.447500', '084819.907500', '084820.367500', '084820.827500', '084821.287500', '084821.747500', '084822.207500', '084822.667500', '084823.127500', '084823.587500', '084824.047500', '084824.507500', '084824.967500', '084825.427500', '084825.887500', '084826.347500', '084826.807500', '084827.267500', '084827.727500', '084828.187500', '084828.647500', '084829.107500', '084829.567500', '084830.027500', '084830.487500', '084830.947500', '084831.407500', '084831.867500', '084832.327500', '084832.787500', '084833.247500', '084833.707500', '084834.167500', '084834.627500', '084835.087500', '084835.547500', '084836.007500', '084836.467500', '084836.927500', '084837.387500', '084837.847500', '084838.307500', '084838.767500', '084839.227500', '084839.687500', '084840.147500', '084840.607500', '084841.067500', '084841.527500', '084841.987500', '084842.447500', '084842.907500', '084843.367500', '084843.827500', '084844.287500', '084844.747500', '084845.207500', '084845.667500', '084846.127500', '084846.587500', '084847.047500', '084847.507500', '084847.967500', '084848.427500', '084848.887500', '084849.347500', '084849.807500', '084850.267500', '084850.727500', '084851.187500', '084851.647500', '084852.107500', '084852.567500', '084853.027500', '084853.487500', '084853.947500', '084854.407500', '084854.867500', '084855.327500', '084855.787500', '084856.247500', '084856.707500', '084857.167500', '084857.627500', '084858.087500', '084858.547500', '084859.007500', '084859.467500', '084859.927500', '084900.387500', '084900.847500', '084901.307500', '084901.767500', '084902.227500', '084902.687500', '084903.147500', '084903.607500', '084904.067500', '084904.527500', '084904.987500', '084905.447500', '084905.907500', '084906.367500', '084906.827500', '084907.287500', '084907.747500', '084908.207500', '084908.667500', '084909.127500', '084909.587500', '084910.047500', '084910.507500', '084910.967500', '084911.427500', '084911.887500', '084912.347500', '084912.807500', '084913.267500', '084913.727500', '084914.187500', '084914.647500', '084915.107500', '084915.567500', '084916.027500', '084916.487500', '084916.947500', '084917.407500', '084917.867500', '084918.327500', '084918.787500', '084919.247500', '084919.707500', '084920.167500', '084920.627500', '084921.087500', '084921.547500', '084922.007500', '084922.467500', '084922.927500', '084923.387500', '084923.847500', '084924.307500', '084924.767500', '084925.227500', '084925.687500', '084926.147500', '084926.607500', '084927.067500', '084927.527500', '084927.987500', '084928.447500', '084928.907500', '084929.367500', '084929.827500', '084930.287500', '084930.747500', '084931.207500', '084931.667500', '084932.127500', '084932.587500', '084933.047500', '084933.507500', '084933.967500', '084934.427500', '084934.887500', '084935.347500', '084935.807500', '084936.267500', '084936.727500', '084937.187500', '084937.647500', '084938.107500', '084938.567500', '084939.027500', '084939.487500', '084939.947500', '084940.407500', '084940.867500', '084941.327500', '084941.787500', '084942.247500', '084942.707500', '084943.167500', '084943.627500', '084944.087500', '084944.547500', '084945.007500', '084945.467500', '084945.927500', '084946.387500', '084946.847500', '084947.307500', '084947.767500', '084948.227500', '084948.687500', '084949.147500', '084949.607500', '084950.067500', '084950.527500', '084950.987500', '084951.447500', '084951.907500', '084952.367500', '084952.827500', '084953.287500', '084953.747500', '084954.207500', '084954.667500', '084955.127500', '084955.587500', '084956.047500', '084956.507500', '084956.967500', '084957.427500', '084957.887500', '084958.347500', '084958.807500', '084959.267500', '084959.727500', '085000.187500', '085000.647500', '085001.107500', '085001.567500', '085002.027500', '085002.487500', '085002.947500', '085003.407500', '085003.867500', '085004.327500', '085004.787500', '085005.247500', '085005.707500', '085006.167500', '085006.627500', '085007.087500', '085007.547500', '085008.007500', '085008.467500', '085008.927500', '085009.387500', '085009.847500', '085010.307500', '085010.767500', '085011.227500', '085011.687500', '085012.147500', '085012.607500', '085013.067500', '085013.527500', '085013.987500', '085014.447500', '085014.907500', '085015.367500', '085015.827500', '085016.287500', '085016.747500', '085017.207500', '085017.667500', '085018.127500', '085018.587500', '085019.047500', '085019.507500', '085019.967500', '085020.427500', '085020.887500', '085021.347500', '085021.807500', '085022.267500', '085022.727500', '085023.187500', '085023.647500', '085024.107500', '085024.567500', '085025.027500', '085025.487500', '085025.947500', '085026.407500', '085026.867500', '085027.327500', '085027.787500', '085028.247500', '085028.707500', '085029.167500', '085029.627500', '085030.087500', '085030.547500', '085031.007500', '085031.467500', '085031.927500', '085032.387500', '085032.847500', '085033.307500', '085033.767500', '085034.227500', '085034.687500', '085035.147500', '085035.607500', '085036.067500', '085036.527500', '085036.987500', '085037.447500', '085037.907500', '085038.367500', '085038.827500', '085039.287500', '085039.747500', '085040.207500', '085040.667500', '085041.127500', '085041.587500', '085042.047500', '085042.507500', '085042.967500', '085043.427500', '085043.887500', '085044.347500', '085044.807500', '085045.267500', '085045.727500', '085046.187500', '085046.647500', '085047.107500', '085047.567500', '085048.027500', '085048.487500', '085048.947500', '085049.407500', '085049.867500', '085050.327500', '085050.787500', '085051.247500', '085051.707500', '085052.167500', '085052.627500', '085053.087500', '085053.547500', '085054.007500', '085054.467500', '085054.927500', '085055.387500', '085055.847500', '085056.307500', '085056.767500', '085057.227500', '085057.687500', '085058.147500', '085058.607500', '085059.067500', '085059.527500', '085059.987500', '085100.447500', '085100.907500', '085101.367500', '085101.827500', '085102.287500', '085102.747500', '085103.207500', '085103.667500', '085104.127500', '085104.587500', '085105.047500', '085105.507500', '085105.967500', '085106.427500', '085106.887500', '085107.347500', '085107.807500'], 'ContentTime': ['084438.802000', '084438.806000', '084438.808000', '084438.811000', '084438.813000', '084438.816000', '084438.819000', '084438.821000', '084438.824000', '084438.826000', '084438.829000', '084438.831000', '084438.834000', '084438.836000', '084438.839000', '084438.842000', '084438.844000', '084438.847000', '084438.849000', '084438.852000', '084438.854000', '084438.857000', '084458.767000', '084458.770000', '084458.773000', '084458.775000', '084458.778000', '084458.781000', '084458.784000', '084458.786000', '084458.789000', '084458.792000', '084458.794000', '084458.797000', '084458.799000', '084458.802000', '084458.804000', '084458.807000', '084458.809000', '084458.812000', '084458.814000', '084458.822000', '084458.825000', '084458.828000', '084458.830000', '084458.833000', '084458.835000', '084458.838000', '084458.840000', '084458.843000', '084458.845000', '084458.848000', '084458.851000', '084458.853000', '084458.856000', '084458.858000', '084458.861000', '084458.863000', '084458.866000', '084458.869000', '084458.871000', '084458.874000', '084458.876000', '084458.879000', '084458.881000', '084458.884000', '084518.768000', '084518.771000', '084518.773000', '084518.776000', '084518.778000', '084518.781000', '084518.784000', '084518.786000', '084518.789000', '084518.791000', '084518.794000', '084518.796000', '084518.799000', '084518.801000', '084518.804000', '084518.806000', '084518.809000', '084518.812000', '084518.814000', '084518.817000', '084518.819000', '084518.822000', '084518.825000', '084518.827000', '084518.830000', '084518.832000', '084518.835000', '084518.837000', '084518.840000', '084518.842000', '084518.845000', '084518.848000', '084518.850000', '084518.853000', '084518.855000', '084518.858000', '084518.860000', '084518.863000', '084518.866000', '084518.868000', '084518.871000', '084518.883000', '084518.886000', '084538.768000', '084538.770000', '084538.773000', '084538.776000', '084538.779000', '084538.781000', '084538.784000', '084538.786000', '084538.789000', '084538.791000', '084538.794000', '084538.796000', '084538.799000', '084538.801000', '084538.804000', '084538.807000', '084538.809000', '084538.825000', '084538.827000', '084538.830000', '084538.832000', '084538.835000', '084538.838000', '084538.840000', '084538.843000', '084538.845000', '084538.848000', '084538.850000', '084538.853000', '084538.855000', '084538.858000', '084538.861000', '084538.863000', '084538.866000', '084538.868000', '084538.871000', '084538.874000', '084538.876000', '084538.879000', '084538.881000', '084538.884000', '084538.886000', '084538.889000', '084558.768000', '084558.770000', '084558.773000', '084558.776000', '084558.778000', '084558.781000', '084558.783000', '084558.786000', '084558.788000', '084558.791000', '084558.794000', '084558.796000', '084558.799000', '084558.801000', '084558.804000', '084558.806000', '084558.809000', '084558.811000', '084558.814000', '084558.817000', '084558.819000', '084558.822000', '084558.824000', '084558.827000', '084558.829000', '084558.832000', '084558.835000', '084558.837000', '084558.840000', '084558.842000', '084558.845000', '084558.847000', '084558.850000', '084558.853000', '084558.855000', '084558.858000', '084558.860000', '084558.863000', '084558.866000', '084558.868000', '084558.871000', '084558.873000', '084558.876000', '084558.878000', '084618.767000', '084618.770000', '084618.772000', '084618.775000', '084618.778000', '084618.780000', '084618.783000', '084618.786000', '084618.788000', '084618.791000', '084618.793000', '084618.796000', '084618.799000', '084618.801000', '084618.804000', '084618.806000', '084618.809000', '084618.812000', '084618.814000', '084618.817000', '084618.820000', '084618.822000', '084618.825000', '084618.827000', '084618.830000', '084618.833000', '084618.835000', '084618.838000', '084618.840000', '084618.843000', '084618.846000', '084618.848000', '084618.851000', '084618.854000', '084618.856000', '084618.859000', '084618.861000', '084618.864000', '084618.866000', '084618.869000', '084618.872000', '084618.874000', '084618.877000', '084638.766000', '084638.769000', '084638.772000', '084638.775000', '084638.777000', '084638.780000', '084638.782000', '084638.785000', '084638.787000', '084638.790000', '084638.793000', '084638.795000', '084638.798000', '084638.800000', '084638.803000', '084638.806000', '084638.808000', '084638.811000', '084638.813000', '084638.816000', '084638.819000', '084638.821000', '084638.824000', '084638.826000', '084638.829000', '084638.832000', '084638.834000', '084638.837000', '084638.843000', '084638.846000', '084638.848000', '084638.851000', '084638.854000', '084638.856000', '084638.859000', '084638.861000', '084638.864000', '084638.866000', '084638.869000', '084638.871000', '084638.874000', '084638.877000', '084638.879000', '084638.882000', '084658.767000', '084658.769000', '084658.772000', '084658.775000', '084658.777000', '084658.780000', '084658.782000', '084658.785000', '084658.788000', '084658.791000', '084658.794000', '084658.797000', '084658.799000', '084658.802000', '084658.805000', '084658.807000', '084658.810000', '084658.813000', '084658.815000', '084658.818000', '084658.820000', '084658.823000', '084658.825000', '084658.828000', '084658.830000', '084658.833000', '084658.836000', '084658.838000', '084658.841000', '084658.843000', '084658.846000', '084658.849000', '084658.851000', '084658.854000', '084658.856000', '084658.859000', '084658.862000', '084658.864000', '084658.867000', '084658.869000', '084658.872000', '084658.874000', '084658.877000', '084718.768000', '084718.770000', '084718.773000', '084718.776000', '084718.778000', '084718.781000', '084718.783000', '084718.786000', '084718.789000', '084718.792000', '084718.794000', '084718.797000', '084718.800000', '084718.811000', '084718.814000', '084718.816000', '084718.819000', '084718.822000', '084718.824000', '084718.827000', '084718.829000', '084718.832000', '084718.834000', '084718.837000', '084718.840000', '084718.842000', '084718.845000', '084718.847000', '084718.850000', '084718.853000', '084718.855000', '084718.858000', '084718.861000', '084718.863000', '084718.866000', '084718.868000', '084718.871000', '084718.873000', '084718.876000', '084718.879000', '084718.881000', '084718.884000', '084718.886000', '084718.889000', '084738.767000', '084738.770000', '084738.773000', '084738.776000', '084738.778000', '084738.781000', '084738.783000', '084738.786000', '084738.788000', '084738.791000', '084738.794000', '084738.796000', '084738.799000', '084738.801000', '084738.804000', '084738.807000', '084738.809000', '084738.812000', '084738.814000', '084738.817000', '084738.820000', '084738.823000', '084738.826000', '084738.828000', '084738.831000', '084738.834000', '084738.837000', '084738.839000', '084738.842000', '084738.844000', '084738.847000', '084738.850000', '084738.852000', '084738.855000', '084738.857000', '084738.861000', '084738.864000', '084738.867000', '084738.869000', '084738.872000', '084738.875000', '084738.877000', '084738.880000', '084758.768000', '084758.770000', '084758.773000', '084758.776000', '084758.778000', '084758.781000', '084758.783000', '084758.786000', '084758.789000', '084758.791000', '084758.794000', '084758.796000', '084758.799000', '084758.802000', '084758.804000', '084758.807000', '084758.809000', '084758.812000', '084758.815000', '084758.817000', '084758.820000', '084758.822000', '084758.825000', '084758.828000', '084758.831000', '084758.834000', '084758.840000', '084758.843000', '084758.846000', '084758.848000', '084758.851000', '084758.854000', '084758.856000', '084758.859000', '084758.861000', '084758.864000', '084758.866000', '084758.869000', '084758.871000', '084758.874000', '084758.877000', '084758.879000', '084758.882000', '084758.884000', '084818.768000', '084818.771000', '084818.773000', '084818.776000', '084818.778000', '084818.781000', '084818.784000', '084818.786000', '084818.789000', '084818.791000', '084818.794000', '084818.797000', '084818.799000', '084818.802000', '084818.805000', '084818.807000', '084818.810000', '084818.813000', '084818.815000', '084818.818000', '084818.820000', '084818.823000', '084818.825000', '084818.828000', '084818.831000', '084818.833000', '084818.836000', '084818.838000', '084818.841000', '084818.844000', '084818.846000', '084818.849000', '084818.851000', '084818.854000', '084818.857000', '084818.859000', '084818.862000', '084818.864000', '084818.867000', '084818.870000', '084818.872000', '084818.875000', '084818.877000', '084838.767000', '084838.769000', '084838.772000', '084838.775000', '084838.777000', '084838.780000', '084838.782000', '084838.785000', '084838.788000', '084838.790000', '084838.793000', '084838.795000', '084838.798000', '084838.801000', '084838.803000', '084838.806000', '084838.809000', '084838.811000', '084838.814000', '084838.816000', '084838.819000', '084838.821000', '084838.824000', '084838.827000', '084838.829000', '084838.832000', '084838.835000', '084838.837000', '084838.840000', '084838.842000', '084838.845000', '084838.848000', '084838.850000', '084838.853000', '084838.855000', '084838.858000', '084838.860000', '084838.863000', '084838.877000', '084838.880000', '084838.882000', '084838.885000', '084838.887000', '084838.890000', '084858.767000', '084858.770000', '084858.772000', '084858.775000', '084858.777000', '084858.780000', '084858.782000', '084858.785000', '084858.788000', '084858.790000', '084858.793000', '084858.795000', '084858.798000', '084858.801000', '084858.803000', '084858.806000', '084858.808000', '084858.811000', '084858.813000', '084858.816000', '084858.819000', '084858.821000', '084858.824000', '084858.826000', '084858.829000', '084858.832000', '084858.834000', '084858.837000', '084858.840000', '084858.842000', '084858.845000', '084858.847000', '084858.850000', '084858.853000', '084858.855000', '084858.858000', '084858.861000', '084858.863000', '084858.866000', '084858.868000', '084858.871000', '084858.874000', '084858.876000', '084918.767000', '084918.769000', '084918.772000', '084918.775000', '084918.777000', '084918.780000', '084918.782000', '084918.785000', '084918.788000', '084918.790000', '084918.793000', '084918.796000', '084918.798000', '084918.801000', '084918.803000', '084918.806000', '084918.808000', '084918.811000', '084918.814000', '084918.816000', '084918.819000', '084918.822000', '084918.825000', '084918.827000', '084918.830000', '084918.832000', '084918.835000', '084918.838000', '084918.840000', '084918.843000', '084918.845000', '084918.848000', '084918.850000', '084918.853000', '084918.856000', '084918.858000', '084918.861000', '084918.863000', '084918.866000', '084918.869000', '084918.871000', '084918.874000', '084918.876000', '084918.879000', '084938.768000', '084938.771000', '084938.773000', '084938.776000', '084938.778000', '084938.781000', '084938.783000', '084938.786000', '084938.789000', '084938.791000', '084938.794000', '084938.797000', '084938.799000', '084938.802000', '084938.804000', '084938.807000', '084938.809000', '084938.812000', '084938.815000', '084938.817000', '084938.820000', '084938.822000', '084938.825000', '084938.828000', '084938.830000', '084938.833000', '084938.836000', '084938.838000', '084938.841000', '084938.843000', '084938.846000', '084938.849000', '084938.851000', '084938.854000', '084938.856000', '084938.859000', '084938.862000', '084938.864000', '084938.867000', '084938.869000', '084938.872000', '084938.875000', '084938.878000', '084958.768000', '084958.771000', '084958.773000', '084958.776000', '084958.779000', '084958.781000', '084958.784000', '084958.787000', '084958.789000', '084958.792000', '084958.794000', '084958.797000', '084958.800000', '084958.802000', '084958.805000', '084958.807000', '084958.810000', '084958.819000', '084958.822000', '084958.825000', '084958.827000', '084958.830000', '084958.832000', '084958.835000', '084958.838000', '084958.840000', '084958.843000', '084958.845000', '084958.848000', '084958.851000', '084958.853000', '084958.856000', '084958.858000', '084958.861000', '084958.864000', '084958.866000', '084958.869000', '084958.871000', '084958.874000', '084958.877000', '084958.879000', '084958.882000', '084958.885000', '084958.887000', '085018.768000', '085018.771000', '085018.773000', '085018.776000', '085018.779000', '085018.789000', '085018.792000', '085018.794000', '085018.797000', '085018.800000', '085018.802000', '085018.805000', '085018.807000', '085018.810000', '085018.812000', '085018.815000', '085018.818000', '085018.820000', '085018.823000', '085018.826000', '085018.828000', '085018.831000', '085018.833000', '085018.836000', '085018.839000', '085018.842000', '085018.844000', '085018.847000', '085018.849000', '085018.852000', '085018.855000', '085018.857000', '085018.860000', '085018.862000', '085018.865000', '085018.868000', '085018.870000', '085018.873000', '085018.875000', '085018.878000', '085018.881000', '085018.883000', '085018.886000', '085038.768000', '085038.771000', '085038.773000', '085038.776000', '085038.779000', '085038.781000', '085038.784000', '085038.786000', '085038.789000', '085038.792000', '085038.794000', '085038.797000', '085038.799000', '085038.802000', '085038.804000', '085038.807000', '085038.810000', '085038.812000', '085038.815000', '085038.817000', '085038.820000', '085038.823000', '085038.825000', '085038.828000', '085038.830000', '085038.833000', '085038.835000', '085038.838000', '085038.841000', '085038.843000', '085038.846000', '085038.848000', '085038.851000', '085038.854000', '085038.856000', '085038.859000', '085038.861000', '085038.864000', '085038.866000', '085038.869000', '085038.872000', '085038.874000', '085038.877000', '085038.879000', '085058.767000', '085058.769000', '085058.772000', '085058.775000', '085058.777000', '085058.780000', '085058.783000', '085058.785000', '085058.788000', '085058.790000', '085058.793000', '085058.795000', '085058.798000', '085058.801000', '085058.803000', '085058.806000', '085058.808000', '085058.811000', '085058.814000', '085058.816000', '085058.819000', '085058.821000', '085058.824000', '085058.827000', '085058.829000', '085058.832000', '085058.834000', '085058.837000', '085058.839000', '085058.842000', '085058.844000', '085058.847000', '085058.850000', '085058.852000', '085058.855000', '085058.858000', '085058.860000', '085058.863000', '085058.865000', '085058.868000', '085058.871000', '085058.873000', '085058.876000', '085109.466000', '085109.470000', '085109.472000', '085109.475000', '085109.478000', '085109.481000', '085109.484000', '085109.486000', '085109.489000', '085109.491000', '085109.494000', '085109.497000', '085109.499000', '085109.502000', '085109.505000', '085109.507000', '085109.510000', '085109.512000', '085109.515000', '085109.518000', '085109.520000', '085109.523000', '085109.526000', '085109.528000'], 'InstanceCreationTime': ['084438.802000', '084438.806000', '084438.808000', '084438.811000', '084438.813000', '084438.816000', '084438.819000', '084438.821000', '084438.824000', '084438.826000', '084438.829000', '084438.831000', '084438.834000', '084438.836000', '084438.839000', '084438.842000', '084438.844000', '084438.847000', '084438.849000', '084438.852000', '084438.854000', '084438.857000', '084458.767000', '084458.770000', '084458.773000', '084458.775000', '084458.778000', '084458.781000', '084458.784000', '084458.786000', '084458.789000', '084458.792000', '084458.794000', '084458.797000', '084458.799000', '084458.802000', '084458.804000', '084458.807000', '084458.809000', '084458.812000', '084458.814000', '084458.822000', '084458.825000', '084458.828000', '084458.830000', '084458.833000', '084458.835000', '084458.838000', '084458.840000', '084458.843000', '084458.845000', '084458.848000', '084458.851000', '084458.853000', '084458.856000', '084458.858000', '084458.861000', '084458.863000', '084458.866000', '084458.869000', '084458.871000', '084458.874000', '084458.876000', '084458.879000', '084458.881000', '084458.884000', '084518.768000', '084518.771000', '084518.773000', '084518.776000', '084518.778000', '084518.781000', '084518.784000', '084518.786000', '084518.789000', '084518.791000', '084518.794000', '084518.796000', '084518.799000', '084518.801000', '084518.804000', '084518.806000', '084518.809000', '084518.812000', '084518.814000', '084518.817000', '084518.819000', '084518.822000', '084518.825000', '084518.827000', '084518.830000', '084518.832000', '084518.835000', '084518.837000', '084518.840000', '084518.842000', '084518.845000', '084518.848000', '084518.850000', '084518.853000', '084518.855000', '084518.858000', '084518.860000', '084518.863000', '084518.866000', '084518.868000', '084518.871000', '084518.883000', '084518.886000', '084538.768000', '084538.770000', '084538.773000', '084538.776000', '084538.779000', '084538.781000', '084538.784000', '084538.786000', '084538.789000', '084538.791000', '084538.794000', '084538.796000', '084538.799000', '084538.801000', '084538.804000', '084538.807000', '084538.809000', '084538.825000', '084538.827000', '084538.830000', '084538.832000', '084538.835000', '084538.838000', '084538.840000', '084538.843000', '084538.845000', '084538.848000', '084538.850000', '084538.853000', '084538.855000', '084538.858000', '084538.861000', '084538.863000', '084538.866000', '084538.868000', '084538.871000', '084538.874000', '084538.876000', '084538.879000', '084538.881000', '084538.884000', '084538.886000', '084538.889000', '084558.768000', '084558.770000', '084558.773000', '084558.776000', '084558.778000', '084558.781000', '084558.783000', '084558.786000', '084558.788000', '084558.791000', '084558.794000', '084558.796000', '084558.799000', '084558.801000', '084558.804000', '084558.806000', '084558.809000', '084558.811000', '084558.814000', '084558.817000', '084558.819000', '084558.822000', '084558.824000', '084558.827000', '084558.829000', '084558.832000', '084558.835000', '084558.837000', '084558.840000', '084558.842000', '084558.845000', '084558.847000', '084558.850000', '084558.853000', '084558.855000', '084558.858000', '084558.860000', '084558.863000', '084558.866000', '084558.868000', '084558.871000', '084558.873000', '084558.876000', '084558.878000', '084618.767000', '084618.770000', '084618.772000', '084618.775000', '084618.778000', '084618.780000', '084618.783000', '084618.786000', '084618.788000', '084618.791000', '084618.793000', '084618.796000', '084618.799000', '084618.801000', '084618.804000', '084618.806000', '084618.809000', '084618.812000', '084618.814000', '084618.817000', '084618.820000', '084618.822000', '084618.825000', '084618.827000', '084618.830000', '084618.833000', '084618.835000', '084618.838000', '084618.840000', '084618.843000', '084618.846000', '084618.848000', '084618.851000', '084618.854000', '084618.856000', '084618.859000', '084618.861000', '084618.864000', '084618.866000', '084618.869000', '084618.872000', '084618.874000', '084618.877000', '084638.766000', '084638.769000', '084638.772000', '084638.775000', '084638.777000', '084638.780000', '084638.782000', '084638.785000', '084638.787000', '084638.790000', '084638.793000', '084638.795000', '084638.798000', '084638.800000', '084638.803000', '084638.806000', '084638.808000', '084638.811000', '084638.813000', '084638.816000', '084638.819000', '084638.821000', '084638.824000', '084638.826000', '084638.829000', '084638.832000', '084638.834000', '084638.837000', '084638.843000', '084638.846000', '084638.848000', '084638.851000', '084638.854000', '084638.856000', '084638.859000', '084638.861000', '084638.864000', '084638.866000', '084638.869000', '084638.871000', '084638.874000', '084638.877000', '084638.879000', '084638.882000', '084658.767000', '084658.769000', '084658.772000', '084658.775000', '084658.777000', '084658.780000', '084658.782000', '084658.785000', '084658.788000', '084658.791000', '084658.794000', '084658.797000', '084658.799000', '084658.802000', '084658.805000', '084658.807000', '084658.810000', '084658.813000', '084658.815000', '084658.818000', '084658.820000', '084658.823000', '084658.825000', '084658.828000', '084658.830000', '084658.833000', '084658.836000', '084658.838000', '084658.841000', '084658.843000', '084658.846000', '084658.849000', '084658.851000', '084658.854000', '084658.856000', '084658.859000', '084658.862000', '084658.864000', '084658.867000', '084658.869000', '084658.872000', '084658.874000', '084658.877000', '084718.768000', '084718.770000', '084718.773000', '084718.776000', '084718.778000', '084718.781000', '084718.783000', '084718.786000', '084718.789000', '084718.792000', '084718.794000', '084718.797000', '084718.800000', '084718.811000', '084718.814000', '084718.816000', '084718.819000', '084718.822000', '084718.824000', '084718.827000', '084718.829000', '084718.832000', '084718.834000', '084718.837000', '084718.840000', '084718.842000', '084718.845000', '084718.847000', '084718.850000', '084718.853000', '084718.855000', '084718.858000', '084718.861000', '084718.863000', '084718.866000', '084718.868000', '084718.871000', '084718.873000', '084718.876000', '084718.879000', '084718.881000', '084718.884000', '084718.886000', '084718.889000', '084738.767000', '084738.770000', '084738.773000', '084738.776000', '084738.778000', '084738.781000', '084738.783000', '084738.786000', '084738.788000', '084738.791000', '084738.794000', '084738.796000', '084738.799000', '084738.801000', '084738.804000', '084738.807000', '084738.809000', '084738.812000', '084738.814000', '084738.817000', '084738.820000', '084738.823000', '084738.826000', '084738.828000', '084738.831000', '084738.834000', '084738.837000', '084738.839000', '084738.842000', '084738.844000', '084738.847000', '084738.850000', '084738.852000', '084738.855000', '084738.857000', '084738.861000', '084738.864000', '084738.867000', '084738.869000', '084738.872000', '084738.875000', '084738.877000', '084738.880000', '084758.768000', '084758.770000', '084758.773000', '084758.776000', '084758.778000', '084758.781000', '084758.783000', '084758.786000', '084758.789000', '084758.791000', '084758.794000', '084758.796000', '084758.799000', '084758.802000', '084758.804000', '084758.807000', '084758.809000', '084758.812000', '084758.815000', '084758.817000', '084758.820000', '084758.822000', '084758.825000', '084758.828000', '084758.831000', '084758.834000', '084758.840000', '084758.843000', '084758.846000', '084758.848000', '084758.851000', '084758.854000', '084758.856000', '084758.859000', '084758.861000', '084758.864000', '084758.866000', '084758.869000', '084758.871000', '084758.874000', '084758.877000', '084758.879000', '084758.882000', '084758.884000', '084818.768000', '084818.771000', '084818.773000', '084818.776000', '084818.778000', '084818.781000', '084818.784000', '084818.786000', '084818.789000', '084818.791000', '084818.794000', '084818.797000', '084818.799000', '084818.802000', '084818.805000', '084818.807000', '084818.810000', '084818.813000', '084818.815000', '084818.818000', '084818.820000', '084818.823000', '084818.825000', '084818.828000', '084818.831000', '084818.833000', '084818.836000', '084818.838000', '084818.841000', '084818.844000', '084818.846000', '084818.849000', '084818.851000', '084818.854000', '084818.857000', '084818.859000', '084818.862000', '084818.864000', '084818.867000', '084818.870000', '084818.872000', '084818.875000', '084818.877000', '084838.767000', '084838.769000', '084838.772000', '084838.775000', '084838.777000', '084838.780000', '084838.782000', '084838.785000', '084838.788000', '084838.790000', '084838.793000', '084838.795000', '084838.798000', '084838.801000', '084838.803000', '084838.806000', '084838.809000', '084838.811000', '084838.814000', '084838.816000', '084838.819000', '084838.821000', '084838.824000', '084838.827000', '084838.829000', '084838.832000', '084838.835000', '084838.837000', '084838.840000', '084838.842000', '084838.845000', '084838.848000', '084838.850000', '084838.853000', '084838.855000', '084838.858000', '084838.860000', '084838.863000', '084838.877000', '084838.880000', '084838.882000', '084838.885000', '084838.887000', '084838.890000', '084858.767000', '084858.770000', '084858.772000', '084858.775000', '084858.777000', '084858.780000', '084858.782000', '084858.785000', '084858.788000', '084858.790000', '084858.793000', '084858.795000', '084858.798000', '084858.801000', '084858.803000', '084858.806000', '084858.808000', '084858.811000', '084858.813000', '084858.816000', '084858.819000', '084858.821000', '084858.824000', '084858.826000', '084858.829000', '084858.832000', '084858.834000', '084858.837000', '084858.840000', '084858.842000', '084858.845000', '084858.847000', '084858.850000', '084858.853000', '084858.855000', '084858.858000', '084858.861000', '084858.863000', '084858.866000', '084858.868000', '084858.871000', '084858.874000', '084858.876000', '084918.767000', '084918.769000', '084918.772000', '084918.775000', '084918.777000', '084918.780000', '084918.782000', '084918.785000', '084918.788000', '084918.790000', '084918.793000', '084918.796000', '084918.798000', '084918.801000', '084918.803000', '084918.806000', '084918.808000', '084918.811000', '084918.814000', '084918.816000', '084918.819000', '084918.822000', '084918.825000', '084918.827000', '084918.830000', '084918.832000', '084918.835000', '084918.838000', '084918.840000', '084918.843000', '084918.845000', '084918.848000', '084918.850000', '084918.853000', '084918.856000', '084918.858000', '084918.861000', '084918.863000', '084918.866000', '084918.869000', '084918.871000', '084918.874000', '084918.876000', '084918.879000', '084938.768000', '084938.771000', '084938.773000', '084938.776000', '084938.778000', '084938.781000', '084938.783000', '084938.786000', '084938.789000', '084938.791000', '084938.794000', '084938.797000', '084938.799000', '084938.802000', '084938.804000', '084938.807000', '084938.809000', '084938.812000', '084938.815000', '084938.817000', '084938.820000', '084938.822000', '084938.825000', '084938.828000', '084938.830000', '084938.833000', '084938.836000', '084938.838000', '084938.841000', '084938.843000', '084938.846000', '084938.849000', '084938.851000', '084938.854000', '084938.856000', '084938.859000', '084938.862000', '084938.864000', '084938.867000', '084938.869000', '084938.872000', '084938.875000', '084938.878000', '084958.768000', '084958.771000', '084958.773000', '084958.776000', '084958.779000', '084958.781000', '084958.784000', '084958.787000', '084958.789000', '084958.792000', '084958.794000', '084958.797000', '084958.800000', '084958.802000', '084958.805000', '084958.807000', '084958.810000', '084958.819000', '084958.822000', '084958.825000', '084958.827000', '084958.830000', '084958.832000', '084958.835000', '084958.838000', '084958.840000', '084958.843000', '084958.845000', '084958.848000', '084958.851000', '084958.853000', '084958.856000', '084958.858000', '084958.861000', '084958.864000', '084958.866000', '084958.869000', '084958.871000', '084958.874000', '084958.877000', '084958.879000', '084958.882000', '084958.885000', '084958.887000', '085018.768000', '085018.771000', '085018.773000', '085018.776000', '085018.779000', '085018.789000', '085018.792000', '085018.794000', '085018.797000', '085018.800000', '085018.802000', '085018.805000', '085018.807000', '085018.810000', '085018.812000', '085018.815000', '085018.818000', '085018.820000', '085018.823000', '085018.826000', '085018.828000', '085018.831000', '085018.833000', '085018.836000', '085018.839000', '085018.842000', '085018.844000', '085018.847000', '085018.849000', '085018.852000', '085018.855000', '085018.857000', '085018.860000', '085018.862000', '085018.865000', '085018.868000', '085018.870000', '085018.873000', '085018.875000', '085018.878000', '085018.881000', '085018.883000', '085018.886000', '085038.768000', '085038.771000', '085038.773000', '085038.776000', '085038.779000', '085038.781000', '085038.784000', '085038.786000', '085038.789000', '085038.792000', '085038.794000', '085038.797000', '085038.799000', '085038.802000', '085038.804000', '085038.807000', '085038.810000', '085038.812000', '085038.815000', '085038.817000', '085038.820000', '085038.823000', '085038.825000', '085038.828000', '085038.830000', '085038.833000', '085038.835000', '085038.838000', '085038.841000', '085038.843000', '085038.846000', '085038.848000', '085038.851000', '085038.854000', '085038.856000', '085038.859000', '085038.861000', '085038.864000', '085038.866000', '085038.869000', '085038.872000', '085038.874000', '085038.877000', '085038.879000', '085058.767000', '085058.769000', '085058.772000', '085058.775000', '085058.777000', '085058.780000', '085058.783000', '085058.785000', '085058.788000', '085058.790000', '085058.793000', '085058.795000', '085058.798000', '085058.801000', '085058.803000', '085058.806000', '085058.808000', '085058.811000', '085058.814000', '085058.816000', '085058.819000', '085058.821000', '085058.824000', '085058.827000', '085058.829000', '085058.832000', '085058.834000', '085058.837000', '085058.839000', '085058.842000', '085058.844000', '085058.847000', '085058.850000', '085058.852000', '085058.855000', '085058.858000', '085058.860000', '085058.863000', '085058.865000', '085058.868000', '085058.871000', '085058.873000', '085058.876000', '085109.466000', '085109.470000', '085109.472000', '085109.475000', '085109.478000', '085109.481000', '085109.484000', '085109.486000', '085109.489000', '085109.491000', '085109.494000', '085109.497000', '085109.499000', '085109.502000', '085109.505000', '085109.507000', '085109.510000', '085109.512000', '085109.515000', '085109.518000', '085109.520000', '085109.523000', '085109.526000', '085109.528000'], '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': [11304, 14102, 11421, 13571, 9964, 13296, 9476, 12103, 10500, 11062, 18923, 10850, 15556, 13284, 13895, 9251, 13715, 9191, 12722, 9860, 13133, 10033, 13068, 9088, 12512, 9067, 12317, 9101, 12279, 9184, 12478, 8632, 12904, 9089, 13040, 9348, 12349, 9350, 13455, 9252, 13750, 10384, 15376, 11410, 15621, 9348, 13237, 10125, 14512, 10414, 15076, 10988, 15854, 9327, 13277, 9285, 13488, 9327, 14266, 9479, 14578, 8271, 13001, 11810, 14578, 18009, 12310, 13277, 12110, 12241, 12333, 10435, 9807, 11944, 9414, 14589, 12741, 17723, 13861, 12518, 17051, 14702, 19316, 14158, 11218, 17295, 14070, 18533, 14134, 9329, 17331, 10838, 8053, 11876, 8902, 14309, 10507, 8982, 12140, 8790, 13241, 9913, 9086, 10860, 8077, 13426, 9816, 7785, 11385, 8837, 12773, 10186, 10441, 11152, 8231, 14627, 9711, 8045, 11633, 8418, 13400, 10027, 15344, 10513, 9000, 12061, 7691, 12981, 9667, 14507, 10328, 11179, 11508, 8216, 14124, 9579, 9614, 11181, 7938, 12931, 9906, 12783, 10544, 8242, 12533, 8817, 13358, 9982, 16315, 10516, 15790, 9747, 12538, 10795, 9610, 11614, 8822, 14631, 9831, 12328, 10135, 8481, 12597, 8819, 14557, 10756, 14148, 9932, 9258, 11736, 8586, 13939, 10218, 18074, 10384, 9736, 11844, 8895, 13047, 8873, 17066, 10263, 17057, 9882, 13952, 10284, 12117, 10997, 9271, 12708, 8679, 13466, 9576, 14009, 10317, 16246, 10403, 14151, 11290, 8180, 12087, 8159, 12841, 8933, 13412, 9180, 12124, 9019, 12108, 7817, 12988, 8492, 12743, 10144, 12875, 10174, 12832, 10241, 7902, 11629, 8263, 12409, 9643, 13779, 10072, 12401, 10006, 8671, 10875, 8177, 12418, 8655, 14639, 9714, 13077, 9620, 10223, 10592, 15000, 10459, 9347, 11749, 7828, 12922, 9119, 13433, 10309, 13625, 10273, 8200, 11667, 8025, 13035, 9442, 16170, 11860, 17141, 11353, 17134, 9359, 14353, 10221, 16214, 10252, 16131, 11601, 10922, 10668, 8299, 12095, 8508, 12405, 8812, 12611, 9206, 13248, 9318, 13920, 10075, 14174, 9919, 12642, 10007, 7969, 11851, 8326, 12071, 9754, 12880, 10646, 16436, 9996, 11862, 10546, 8962, 11970, 9412, 12517, 8644, 15539, 9459, 14014, 10123, 12100, 10812, 10607, 11542, 7986, 12688, 8952, 13516, 9695, 15021, 9428, 15955, 10078, 15078, 9710, 14431, 10146, 15968, 9872, 12821, 10067, 9663, 10948, 9617, 11485, 16686, 10577, 12750, 10813, 8004, 12319, 8523, 12398, 9791, 13261, 10050, 13924, 10268, 9145, 10647, 7925, 12260, 8507, 12996, 9666, 15406, 10527, 15314, 10042, 11613, 10773, 16541, 10675, 15993, 10699, 9730, 12524, 8288, 13402, 9043, 13477, 9826, 13667, 10708, 13918, 9899, 8400, 10927, 8104, 12717, 9482, 13326, 10603, 15884, 9967, 9943, 10552, 7884, 12759, 8326, 13786, 12516, 11241, 8971, 12189, 7902, 13054, 9276, 13708, 9613, 14032, 10540, 9853, 10666, 7878, 12051, 9063, 12945, 10534, 9844, 11409, 8790, 16971, 10863, 8865, 14093, 9092, 16514, 10501, 18445, 12705, 13364, 11097, 7842, 12966, 9010, 14459, 9841, 14286, 10385, 15700, 9865, 10195, 10906, 8578, 11845, 9382, 11967, 9859, 13084, 9306, 16431, 10327, 9102, 11473, 8377, 13222, 8816, 13782, 9299, 14806, 9737, 11804, 10823, 14409, 10139, 14158, 11109, 8056, 12487, 8358, 14046, 8766, 14610, 9555, 15888, 9945, 14520, 9806, 14746, 10256, 15327, 10291, 13574, 11049, 8176, 11293, 8086, 12222, 8580, 13202, 10699, 12146, 10033, 7573, 13178, 10357, 8382, 12960, 8938, 14096, 9701, 15584, 11074, 15743, 11772, 16677, 9668, 10791, 11366, 9056, 12090, 8727, 12382, 8799, 15017, 9768, 10572, 10722, 8847, 11905, 8761, 13611, 9232, 14970, 9457, 15245, 10186, 17579, 12038, 17959, 11693, 17593, 12507, 10024, 10599, 7666, 12434, 8676, 13836, 9414, 14338, 9477, 15216, 9789, 14527, 9643, 12524, 9998, 10877, 10544, 8653, 11938, 7972, 12287, 9161, 13203, 9323, 13620, 10158, 13149, 9524, 9470, 10675, 8639, 11861, 9259, 11908, 8582, 14451, 9228, 14110, 9741, 14429, 9268, 14206, 9379, 13671, 9823, 13783, 9696, 11445, 10260, 9204, 11632, 8270, 12968, 9283, 13739, 10003, 14594, 10133, 9334, 11121, 8112, 11986, 8647, 12883, 8963, 14967, 9548, 14313, 9544, 14134, 10124, 15404, 10822, 14000, 10174, 8173, 12070, 8404, 13323, 9009, 15536, 10264, 15799, 9845, 15378, 10149, 15532, 10494, 15749, 10328, 13613, 9905, 12674, 10436, 10848, 11541, 8257, 12483, 9374, 12006, 10024, 12608, 10410, 13399, 10706, 8535, 12211, 8288, 13367, 8859, 13561, 9821, 15441, 9125, 15033, 9440, 14550, 10280, 14667, 11274, 15090, 10267, 8310, 11483, 8297, 12201, 8825, 13910, 9597, 14735, 9599, 14936, 10040, 15848, 11785, 13119, 10240, 8646, 11319, 8579, 12143, 8828, 14353, 9711, 14248, 9703, 14176, 10217, 14862, 9733, 15522, 9816, 13615, 9632, 13866, 10344, 14603, 10590, 10100, 11027, 7805, 12246, 9578, 13954, 10407, 15045, 10533, 11232, 9766, 8846, 10735, 9194, 11385, 8222, 13609, 8999, 13847, 9922, 14594, 10718, 16750, 9661, 14714, 9535, 14641, 10067, 12314, 10173, 7772, 11637, 8238, 13124, 9490, 14776, 10757, 15610, 9511, 15108, 9996, 15343, 12033, 16964, 10654, 10691, 10527, 8960, 11478, 8971, 11700, 8621, 12718, 8448, 12502, 9641, 13624, 10230, 14780, 11169, 15501, 9437, 10156, 10644, 8731, 12000, 8851, 13075, 9325, 14247, 9529, 11725, 10301, 9130, 11548, 8737, 14642, 9447, 15363, 10068, 16702, 10745, 14832, 11119, 8205, 11908, 7622, 12509, 9614, 12922, 10805, 10304, 10733, 7830, 12171, 8606, 13225, 12300, 12319, 8732, 15094, 8854, 15072, 9611, 14042, 9646, 14189, 10223, 14294, 9876, 12680, 9847, 12187, 9971, 12715, 10413, 8822, 11378, 7599, 12270, 8879, 12849, 9112, 13148, 9784, 13211, 9319, 8501, 11720, 8986, 10943, 10985, 15557, 11213, 13625, 11952, 8377, 13840, 8775, 14617, 11282, 12292, 18859, 10752, 13186, 11523, 7784, 12526, 8933, 12313, 10002, 13482, 9951, 14128, 10350, 8844, 10562, 8336, 11333, 11826, 11264, 19259, 11873, 15460, 14352, 13935, 9812, 14175, 9676, 13208, 9552, 12596, 9806, 10035, 10938, 7867, 12245, 8744, 12411, 9401, 12324, 11696, 11206, 8486, 12353, 7863, 12803, 8445, 12777, 9054, 12646, 9973, 14335, 9077, 12583, 8658, 13649], 'WindowCenter': [4476.0, 4472.0, 4448.0, 4444.0, 4412.0, 4441.0, 4410.0, 4431.0, 4409.0, 4420.0, 4451.0, 4421.0, 4440.0, 4428.0, 4427.0, 4398.0, 4438.0, 4409.0, 4428.0, 4410.0, 4430.0, 4411.0, 4441.0, 4401.0, 4429.0, 4400.0, 4429.0, 4401.0, 4430.0, 4400.0, 4442.0, 4402.0, 4441.0, 4412.0, 4442.0, 4412.0, 4441.0, 4412.0, 4441.0, 4412.0, 4453.0, 4423.0, 4451.0, 4432.0, 4451.0, 4410.0, 4429.0, 4409.0, 4440.0, 4421.0, 4440.0, 4419.0, 4439.0, 4398.0, 4428.0, 4398.0, 4428.0, 4398.0, 4440.0, 4409.0, 4440.0, 4403.0, 4453.0, 4345.0, 4400.0, 4464.0, 4399.0, 4400.0, 4389.0, 4388.0, 4391.0, 4393.0, 4384.0, 4418.0, 4399.0, 4441.0, 4429.0, 4438.0, 4415.0, 4392.0, 4413.0, 4389.0, 4398.0, 4377.0, 4357.0, 4397.0, 4386.0, 4406.0, 4387.0, 4346.0, 4383.0, 4352.0, 4309.0, 4360.0, 4342.0, 4383.0, 4366.0, 4345.0, 4376.0, 4347.0, 4388.0, 4357.0, 4358.0, 4381.0, 4351.0, 4390.0, 4369.0, 4340.0, 4391.0, 4371.0, 4402.0, 4383.0, 4395.0, 4393.0, 4364.0, 4413.0, 4374.0, 4352.0, 4394.0, 4364.0, 4413.0, 4385.0, 4426.0, 4395.0, 4374.0, 4404.0, 4353.0, 4404.0, 4383.0, 4414.0, 4396.0, 4405.0, 4406.0, 4364.0, 4415.0, 4384.0, 4384.0, 4395.0, 4364.0, 4418.0, 4398.0, 4414.0, 4396.0, 4376.0, 4417.0, 4385.0, 4428.0, 4399.0, 4435.0, 4398.0, 4426.0, 4386.0, 4404.0, 4394.0, 4385.0, 4407.0, 4386.0, 4426.0, 4386.0, 4404.0, 4394.0, 4374.0, 4406.0, 4387.0, 4426.0, 4406.0, 4426.0, 4397.0, 4375.0, 4405.0, 4388.0, 4428.0, 4398.0, 4437.0, 4395.0, 4385.0, 4405.0, 4375.0, 4417.0, 4375.0, 4426.0, 4383.0, 4423.0, 4382.0, 4413.0, 4382.0, 4403.0, 4396.0, 4374.0, 4404.0, 4363.0, 4402.0, 4384.0, 4412.0, 4384.0, 4425.0, 4396.0, 4414.0, 4394.0, 4361.0, 4402.0, 4364.0, 4402.0, 4373.0, 4403.0, 4373.0, 4394.0, 4362.0, 4391.0, 4350.0, 4401.0, 4361.0, 4401.0, 4382.0, 4403.0, 4396.0, 4404.0, 4384.0, 4353.0, 4403.0, 4364.0, 4403.0, 4386.0, 4415.0, 4386.0, 4403.0, 4385.0, 4373.0, 4395.0, 4377.0, 4416.0, 4376.0, 4426.0, 4385.0, 4414.0, 4385.0, 4395.0, 4396.0, 4438.0, 4397.0, 4375.0, 4406.0, 4355.0, 4415.0, 4375.0, 4415.0, 4398.0, 4416.0, 4395.0, 4376.0, 4407.0, 4365.0, 4417.0, 4386.0, 4439.0, 4418.0, 4436.0, 4394.0, 4423.0, 4374.0, 4412.0, 4384.0, 4423.0, 4385.0, 4425.0, 4392.0, 4381.0, 4394.0, 4362.0, 4403.0, 4363.0, 4404.0, 4375.0, 4403.0, 4373.0, 4402.0, 4373.0, 4413.0, 4384.0, 4415.0, 4386.0, 4403.0, 4383.0, 4362.0, 4405.0, 4363.0, 4405.0, 4396.0, 4417.0, 4396.0, 4426.0, 4386.0, 4405.0, 4394.0, 4373.0, 4406.0, 4384.0, 4406.0, 4363.0, 4423.0, 4383.0, 4412.0, 4383.0, 4405.0, 4396.0, 4394.0, 4394.0, 4362.0, 4404.0, 4372.0, 4414.0, 4385.0, 4426.0, 4386.0, 4423.0, 4383.0, 4412.0, 4383.0, 4413.0, 4382.0, 4423.0, 4385.0, 4403.0, 4383.0, 4371.0, 4394.0, 4372.0, 4393.0, 4422.0, 4393.0, 4403.0, 4392.0, 4351.0, 4401.0, 4363.0, 4402.0, 4385.0, 4415.0, 4396.0, 4425.0, 4395.0, 4383.0, 4394.0, 4365.0, 4416.0, 4375.0, 4416.0, 4398.0, 4427.0, 4396.0, 4425.0, 4396.0, 4404.0, 4396.0, 4424.0, 4395.0, 4424.0, 4395.0, 4374.0, 4405.0, 4362.0, 4414.0, 4373.0, 4414.0, 4394.0, 4416.0, 4396.0, 4415.0, 4395.0, 4374.0, 4406.0, 4375.0, 4416.0, 4399.0, 4427.0, 4398.0, 4437.0, 4408.0, 4396.0, 4407.0, 4376.0, 4428.0, 4376.0, 4428.0, 4419.0, 4407.0, 4386.0, 4416.0, 4365.0, 4416.0, 4386.0, 4425.0, 4397.0, 4428.0, 4408.0, 4395.0, 4406.0, 4377.0, 4418.0, 4386.0, 4415.0, 4407.0, 4397.0, 4420.0, 4400.0, 4462.0, 4421.0, 4389.0, 4427.0, 4385.0, 4435.0, 4397.0, 4447.0, 4418.0, 4415.0, 4407.0, 4366.0, 4415.0, 4386.0, 4426.0, 4398.0, 4438.0, 4397.0, 4425.0, 4396.0, 4395.0, 4405.0, 4374.0, 4417.0, 4385.0, 4405.0, 4396.0, 4417.0, 4384.0, 4426.0, 4395.0, 4386.0, 4407.0, 4374.0, 4417.0, 4387.0, 4426.0, 4386.0, 4425.0, 4397.0, 4405.0, 4406.0, 4425.0, 4408.0, 4425.0, 4405.0, 4363.0, 4405.0, 4362.0, 4413.0, 4373.0, 4425.0, 4384.0, 4422.0, 4382.0, 4412.0, 4383.0, 4412.0, 4384.0, 4424.0, 4396.0, 4414.0, 4393.0, 4360.0, 4391.0, 4351.0, 4402.0, 4375.0, 4426.0, 4408.0, 4414.0, 4384.0, 4365.0, 4428.0, 4407.0, 4377.0, 4416.0, 4375.0, 4416.0, 4384.0, 4425.0, 4406.0, 4425.0, 4404.0, 4425.0, 4383.0, 4392.0, 4392.0, 4361.0, 4404.0, 4374.0, 4403.0, 4372.0, 4423.0, 4383.0, 4393.0, 4394.0, 4373.0, 4405.0, 4376.0, 4415.0, 4373.0, 4413.0, 4384.0, 4424.0, 4383.0, 4424.0, 4404.0, 4424.0, 4403.0, 4422.0, 4402.0, 4371.0, 4381.0, 4349.0, 4401.0, 4360.0, 4411.0, 4372.0, 4414.0, 4373.0, 4412.0, 4372.0, 4400.0, 4370.0, 4389.0, 4382.0, 4394.0, 4383.0, 4360.0, 4392.0, 4352.0, 4401.0, 4372.0, 4402.0, 4384.0, 4412.0, 4382.0, 4403.0, 4383.0, 4383.0, 4393.0, 4372.0, 4405.0, 4386.0, 4405.0, 4373.0, 4424.0, 4383.0, 4413.0, 4383.0, 4413.0, 4385.0, 4415.0, 4374.0, 4412.0, 4383.0, 4412.0, 4384.0, 4404.0, 4395.0, 4384.0, 4405.0, 4363.0, 4414.0, 4385.0, 4415.0, 4397.0, 4427.0, 4396.0, 4386.0, 4405.0, 4364.0, 4405.0, 4375.0, 4428.0, 4386.0, 4425.0, 4385.0, 4424.0, 4384.0, 4414.0, 4395.0, 4425.0, 4396.0, 4412.0, 4383.0, 4362.0, 4404.0, 4362.0, 4415.0, 4387.0, 4424.0, 4394.0, 4425.0, 4384.0, 4424.0, 4394.0, 4424.0, 4396.0, 4422.0, 4383.0, 4411.0, 4382.0, 4402.0, 4394.0, 4393.0, 4403.0, 4363.0, 4404.0, 4385.0, 4415.0, 4396.0, 4417.0, 4407.0, 4415.0, 4397.0, 4374.0, 4415.0, 4375.0, 4414.0, 4373.0, 4417.0, 4385.0, 4423.0, 4372.0, 4423.0, 4382.0, 4412.0, 4384.0, 4425.0, 4394.0, 4413.0, 4383.0, 4362.0, 4402.0, 4362.0, 4404.0, 4374.0, 4413.0, 4382.0, 4412.0, 4384.0, 4412.0, 4395.0, 4426.0, 4404.0, 4402.0, 4383.0, 4361.0, 4392.0, 4374.0, 4403.0, 4373.0, 4413.0, 4384.0, 4413.0, 4383.0, 4413.0, 4383.0, 4414.0, 4372.0, 4412.0, 4370.0, 4400.0, 4371.0, 4401.0, 4383.0, 4412.0, 4382.0, 4380.0, 4393.0, 4351.0, 4402.0, 4382.0, 4414.0, 4394.0, 4414.0, 4384.0, 4393.0, 4383.0, 4371.0, 4394.0, 4385.0, 4404.0, 4362.0, 4414.0, 4374.0, 4414.0, 4397.0, 4425.0, 4394.0, 4425.0, 4383.0, 4413.0, 4382.0, 4424.0, 4384.0, 4402.0, 4383.0, 4352.0, 4392.0, 4363.0, 4415.0, 4386.0, 4424.0, 4393.0, 4424.0, 4384.0, 4413.0, 4384.0, 4425.0, 4405.0, 4421.0, 4383.0, 4381.0, 4382.0, 4360.0, 4391.0, 4372.0, 4404.0, 4361.0, 4402.0, 4364.0, 4402.0, 4383.0, 4413.0, 4396.0, 4424.0, 4394.0, 4412.0, 4373.0, 4382.0, 4392.0, 4362.0, 4403.0, 4373.0, 4413.0, 4372.0, 4413.0, 4383.0, 4403.0, 4394.0, 4385.0, 4405.0, 4374.0, 4424.0, 4384.0, 4424.0, 4384.0, 4425.0, 4395.0, 4413.0, 4393.0, 4364.0, 4404.0, 4353.0, 4415.0, 4385.0, 4413.0, 4395.0, 4394.0, 4394.0, 4363.0, 4415.0, 4375.0, 4415.0, 4404.0, 4405.0, 4362.0, 4414.0, 4372.0, 4413.0, 4371.0, 4411.0, 4382.0, 4412.0, 4381.0, 4411.0, 4383.0, 4400.0, 4382.0, 4403.0, 4383.0, 4403.0, 4382.0, 4360.0, 4391.0, 4352.0, 4403.0, 4372.0, 4402.0, 4373.0, 4402.0, 4394.0, 4417.0, 4384.0, 4375.0, 4414.0, 4386.0, 4406.0, 4418.0, 4440.0, 4409.0, 4414.0, 4405.0, 4364.0, 4414.0, 4361.0, 4413.0, 4381.0, 4391.0, 4422.0, 4381.0, 4401.0, 4390.0, 4339.0, 4399.0, 4371.0, 4390.0, 4383.0, 4412.0, 4386.0, 4414.0, 4383.0, 4372.0, 4393.0, 4361.0, 4393.0, 4391.0, 4393.0, 4423.0, 4393.0, 4415.0, 4412.0, 4400.0, 4371.0, 4400.0, 4371.0, 4401.0, 4382.0, 4404.0, 4384.0, 4383.0, 4393.0, 4363.0, 4405.0, 4374.0, 4415.0, 4374.0, 4406.0, 4404.0, 4395.0, 4362.0, 4403.0, 4362.0, 4403.0, 4363.0, 4414.0, 4375.0, 4414.0, 4395.0, 4424.0, 4399.0, 4432.0, 4387.0, 4412.0], 'WindowWidth': [9848.0, 9836.0, 9794.0, 9778.0, 9730.0, 9767.0, 9724.0, 9756.0, 9718.0, 9736.0, 9786.0, 9738.0, 9764.0, 9744.0, 9742.0, 9704.0, 9757.0, 9721.0, 9746.0, 9723.0, 9750.0, 9726.0, 9767.0, 9714.0, 9746.0, 9711.0, 9749.0, 9712.0, 9750.0, 9710.0, 9770.0, 9718.0, 9767.0, 9729.0, 9770.0, 9731.0, 9767.0, 9729.0, 9768.0, 9730.0, 9789.0, 9747.0, 9783.0, 9755.0, 9781.0, 9724.0, 9749.0, 9721.0, 9763.0, 9739.0, 9764.0, 9732.0, 9761.0, 9702.0, 9743.0, 9701.0, 9743.0, 9704.0, 9763.0, 9721.0, 9765.0, 9722.0, 9792.0, 9586.0, 9694.0, 9813.0, 9689.0, 9691.0, 9669.0, 9664.0, 9676.0, 9685.0, 9674.0, 9726.0, 9701.0, 9765.0, 9744.0, 9757.0, 9717.0, 9677.0, 9716.0, 9669.0, 9687.0, 9650.0, 9618.0, 9680.0, 9658.0, 9693.0, 9663.0, 9605.0, 9653.0, 9604.0, 9544.0, 9612.0, 9595.0, 9650.0, 9630.0, 9602.0, 9645.0, 9607.0, 9664.0, 9623.0, 9627.0, 9663.0, 9623.0, 9670.0, 9643.0, 9603.0, 9675.0, 9650.0, 9693.0, 9668.0, 9688.0, 9684.0, 9644.0, 9710.0, 9655.0, 9626.0, 9683.0, 9643.0, 9712.0, 9675.0, 9732.0, 9690.0, 9658.0, 9699.0, 9630.0, 9698.0, 9669.0, 9712.0, 9688.0, 9704.0, 9704.0, 9645.0, 9716.0, 9673.0, 9672.0, 9688.0, 9646.0, 9724.0, 9697.0, 9715.0, 9692.0, 9664.0, 9721.0, 9677.0, 9740.0, 9700.0, 9747.0, 9696.0, 9733.0, 9678.0, 9701.0, 9687.0, 9676.0, 9708.0, 9678.0, 9732.0, 9676.0, 9700.0, 9687.0, 9660.0, 9705.0, 9682.0, 9736.0, 9704.0, 9735.0, 9692.0, 9660.0, 9702.0, 9684.0, 9740.0, 9696.0, 9751.0, 9689.0, 9675.0, 9703.0, 9659.0, 9724.0, 9664.0, 9734.0, 9670.0, 9728.0, 9668.0, 9710.0, 9667.0, 9699.0, 9691.0, 9658.0, 9699.0, 9642.0, 9695.0, 9671.0, 9710.0, 9672.0, 9732.0, 9691.0, 9713.0, 9685.0, 9637.0, 9694.0, 9644.0, 9695.0, 9655.0, 9699.0, 9655.0, 9684.0, 9638.0, 9675.0, 9621.0, 9691.0, 9636.0, 9691.0, 9667.0, 9699.0, 9691.0, 9699.0, 9670.0, 9629.0, 9697.0, 9646.0, 9699.0, 9676.0, 9719.0, 9679.0, 9699.0, 9676.0, 9657.0, 9688.0, 9668.0, 9720.0, 9666.0, 9733.0, 9676.0, 9714.0, 9676.0, 9688.0, 9693.0, 9754.0, 9696.0, 9661.0, 9704.0, 9635.0, 9717.0, 9662.0, 9718.0, 9699.0, 9721.0, 9691.0, 9664.0, 9708.0, 9650.0, 9722.0, 9678.0, 9758.0, 9725.0, 9750.0, 9685.0, 9728.0, 9658.0, 9709.0, 9672.0, 9727.0, 9675.0, 9731.0, 9681.0, 9663.0, 9683.0, 9638.0, 9695.0, 9641.0, 9700.0, 9662.0, 9697.0, 9655.0, 9694.0, 9655.0, 9710.0, 9672.0, 9716.0, 9678.0, 9699.0, 9670.0, 9641.0, 9701.0, 9645.0, 9701.0, 9693.0, 9724.0, 9692.0, 9735.0, 9679.0, 9700.0, 9687.0, 9656.0, 9704.0, 9674.0, 9704.0, 9642.0, 9727.0, 9668.0, 9710.0, 9671.0, 9703.0, 9691.0, 9685.0, 9687.0, 9641.0, 9700.0, 9655.0, 9714.0, 9673.0, 9735.0, 9678.0, 9725.0, 9668.0, 9711.0, 9668.0, 9710.0, 9667.0, 9727.0, 9675.0, 9695.0, 9669.0, 9649.0, 9683.0, 9651.0, 9683.0, 9724.0, 9683.0, 9696.0, 9679.0, 9623.0, 9692.0, 9643.0, 9694.0, 9674.0, 9718.0, 9693.0, 9732.0, 9689.0, 9671.0, 9688.0, 9649.0, 9718.0, 9662.0, 9721.0, 9697.0, 9737.0, 9692.0, 9732.0, 9693.0, 9699.0, 9690.0, 9728.0, 9687.0, 9728.0, 9687.0, 9657.0, 9700.0, 9641.0, 9714.0, 9656.0, 9714.0, 9687.0, 9719.0, 9690.0, 9717.0, 9688.0, 9660.0, 9704.0, 9664.0, 9720.0, 9702.0, 9738.0, 9698.0, 9751.0, 9714.0, 9697.0, 9712.0, 9669.0, 9740.0, 9668.0, 9745.0, 9729.0, 9711.0, 9679.0, 9721.0, 9651.0, 9720.0, 9681.0, 9734.0, 9699.0, 9744.0, 9715.0, 9693.0, 9709.0, 9671.0, 9726.0, 9677.0, 9716.0, 9709.0, 9697.0, 9734.0, 9709.0, 9798.0, 9737.0, 9690.0, 9741.0, 9679.0, 9751.0, 9695.0, 9771.0, 9728.0, 9718.0, 9709.0, 9652.0, 9719.0, 9681.0, 9736.0, 9700.0, 9756.0, 9698.0, 9735.0, 9693.0, 9691.0, 9706.0, 9662.0, 9723.0, 9676.0, 9705.0, 9696.0, 9724.0, 9676.0, 9739.0, 9691.0, 9678.0, 9709.0, 9661.0, 9724.0, 9684.0, 9737.0, 9680.0, 9735.0, 9695.0, 9706.0, 9707.0, 9735.0, 9715.0, 9734.0, 9704.0, 9644.0, 9703.0, 9642.0, 9713.0, 9659.0, 9733.0, 9674.0, 9726.0, 9668.0, 9711.0, 9670.0, 9709.0, 9671.0, 9729.0, 9692.0, 9714.0, 9683.0, 9635.0, 9678.0, 9623.0, 9693.0, 9663.0, 9734.0, 9713.0, 9715.0, 9673.0, 9653.0, 9744.0, 9711.0, 9668.0, 9721.0, 9662.0, 9721.0, 9673.0, 9734.0, 9707.0, 9733.0, 9699.0, 9730.0, 9669.0, 9679.0, 9681.0, 9635.0, 9697.0, 9659.0, 9699.0, 9655.0, 9726.0, 9669.0, 9683.0, 9687.0, 9657.0, 9705.0, 9665.0, 9717.0, 9656.0, 9713.0, 9672.0, 9728.0, 9671.0, 9729.0, 9699.0, 9730.0, 9699.0, 9727.0, 9693.0, 9648.0, 9663.0, 9619.0, 9690.0, 9635.0, 9707.0, 9652.0, 9713.0, 9655.0, 9709.0, 9651.0, 9689.0, 9648.0, 9672.0, 9667.0, 9686.0, 9670.0, 9635.0, 9679.0, 9626.0, 9691.0, 9653.0, 9695.0, 9672.0, 9709.0, 9667.0, 9696.0, 9670.0, 9668.0, 9685.0, 9655.0, 9704.0, 9681.0, 9704.0, 9658.0, 9730.0, 9671.0, 9714.0, 9671.0, 9714.0, 9675.0, 9718.0, 9658.0, 9710.0, 9670.0, 9708.0, 9673.0, 9700.0, 9690.0, 9674.0, 9703.0, 9645.0, 9715.0, 9677.0, 9719.0, 9699.0, 9738.0, 9693.0, 9678.0, 9704.0, 9646.0, 9704.0, 9663.0, 9740.0, 9680.0, 9732.0, 9676.0, 9730.0, 9673.0, 9715.0, 9690.0, 9733.0, 9693.0, 9710.0, 9670.0, 9640.0, 9700.0, 9642.0, 9717.0, 9681.0, 9731.0, 9687.0, 9732.0, 9673.0, 9728.0, 9686.0, 9731.0, 9692.0, 9723.0, 9672.0, 9707.0, 9668.0, 9694.0, 9689.0, 9687.0, 9699.0, 9643.0, 9701.0, 9678.0, 9717.0, 9694.0, 9726.0, 9711.0, 9720.0, 9695.0, 9661.0, 9719.0, 9662.0, 9717.0, 9659.0, 9725.0, 9676.0, 9728.0, 9654.0, 9726.0, 9668.0, 9709.0, 9673.0, 9732.0, 9687.0, 9711.0, 9669.0, 9640.0, 9695.0, 9640.0, 9702.0, 9662.0, 9714.0, 9669.0, 9712.0, 9673.0, 9712.0, 9690.0, 9735.0, 9701.0, 9694.0, 9670.0, 9637.0, 9680.0, 9659.0, 9700.0, 9659.0, 9712.0, 9672.0, 9713.0, 9670.0, 9712.0, 9671.0, 9717.0, 9656.0, 9709.0, 9648.0, 9689.0, 9649.0, 9691.0, 9669.0, 9711.0, 9666.0, 9661.0, 9681.0, 9625.0, 9693.0, 9668.0, 9715.0, 9687.0, 9714.0, 9672.0, 9684.0, 9669.0, 9650.0, 9686.0, 9677.0, 9700.0, 9642.0, 9714.0, 9660.0, 9714.0, 9695.0, 9732.0, 9689.0, 9731.0, 9672.0, 9711.0, 9667.0, 9730.0, 9672.0, 9692.0, 9669.0, 9628.0, 9681.0, 9644.0, 9716.0, 9680.0, 9730.0, 9682.0, 9726.0, 9671.0, 9710.0, 9671.0, 9732.0, 9702.0, 9721.0, 9669.0, 9662.0, 9664.0, 9633.0, 9678.0, 9655.0, 9698.0, 9636.0, 9694.0, 9644.0, 9694.0, 9671.0, 9712.0, 9692.0, 9729.0, 9686.0, 9708.0, 9655.0, 9667.0, 9680.0, 9640.0, 9697.0, 9658.0, 9711.0, 9653.0, 9712.0, 9672.0, 9698.0, 9688.0, 9678.0, 9703.0, 9659.0, 9730.0, 9673.0, 9729.0, 9673.0, 9734.0, 9690.0, 9713.0, 9683.0, 9644.0, 9698.0, 9629.0, 9716.0, 9678.0, 9714.0, 9690.0, 9687.0, 9689.0, 9645.0, 9717.0, 9661.0, 9720.0, 9701.0, 9703.0, 9640.0, 9714.0, 9652.0, 9711.0, 9649.0, 9707.0, 9668.0, 9708.0, 9665.0, 9706.0, 9668.0, 9689.0, 9665.0, 9695.0, 9670.0, 9697.0, 9666.0, 9633.0, 9676.0, 9626.0, 9696.0, 9652.0, 9695.0, 9657.0, 9696.0, 9687.0, 9721.0, 9673.0, 9664.0, 9716.0, 9680.0, 9708.0, 9727.0, 9761.0, 9715.0, 9714.0, 9704.0, 9643.0, 9713.0, 9636.0, 9713.0, 9660.0, 9678.0, 9723.0, 9662.0, 9687.0, 9672.0, 9603.0, 9685.0, 9649.0, 9675.0, 9669.0, 9709.0, 9677.0, 9714.0, 9670.0, 9652.0, 9682.0, 9637.0, 9682.0, 9676.0, 9681.0, 9729.0, 9683.0, 9716.0, 9709.0, 9688.0, 9649.0, 9689.0, 9650.0, 9691.0, 9667.0, 9702.0, 9673.0, 9670.0, 9684.0, 9644.0, 9704.0, 9659.0, 9718.0, 9658.0, 9708.0, 9702.0, 9688.0, 9640.0, 9698.0, 9641.0, 9698.0, 9643.0, 9714.0, 9662.0, 9716.0, 9689.0, 9729.0, 9707.0, 9752.0, 9682.0, 9709.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.020694764096662828</td></tr>
<tr><td colspan=3>aqi</td><td>0.028763808515535092</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.26207640858294</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.4377569672926291</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3318337790553014</td></tr>
<tr><td colspan=3>efc</td><td>0.4691</td></tr>
<tr><td colspan=3>fber</td><td>7741.1255</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11216914330035768</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.186421173762946</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7502525009568513</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.654354845806158</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.994610110421113</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6017925466432827</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101024</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015388255938887596</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028731223195791245</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.834315484204421</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>24.0157</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.2766</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.2513</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297549.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>689.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.5355</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3598</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.9962</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3541.8051</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3750.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78995.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4673.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.0041</td></tr>
<tr><td colspan=3>tsnr</td><td>32.67764671286568</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>