ds005256-mriqc/sub-0062_ses-01_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 4ad5cee62c [DATALAD RUNCMD] Compute MRIQC for sub-0062
=== 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-0062 --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-0062",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:27:44 +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-0062_ses-01_task-social_acq-mb8_run-04_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-0062_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_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-04_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0062_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_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-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-04_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-0062/ses-01/func/sub-0062_ses-01_task-social_acq-mb8_run-04_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>4f4569593d2d53f20d5b7dc556375230</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>09:40:28.610000</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.997458, 0.0640278, -0.0312827, -0.0634538, 0.997804, 0.0190092]</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-04_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.0923881</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7730, -7303, 507, -14, -111, 8, 59]</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>257.392</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b07bf572-4491-402e-922c-8263df50b806||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.6761059761047363, -0.17024198174476624, -0.0875638872385025, 118.6890640258789], [-0.17178186774253845, 2.677034378051758, 0.045834723860025406, -86.10443878173828], [-0.08392909914255142, -0.05100017413496971, 2.698190450668335, -59.25601577758789], [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': ['094028.610000', '094029.070000', '094029.530000', '094029.990000', '094030.450000', '094030.910000', '094031.370000', '094031.830000', '094032.290000', '094032.750000', '094033.210000', '094033.670000', '094034.130000', '094034.590000', '094035.050000', '094035.510000', '094035.970000', '094036.430000', '094036.890000', '094037.350000', '094037.810000', '094038.270000', '094038.730000', '094039.190000', '094039.650000', '094040.110000', '094040.570000', '094041.030000', '094041.490000', '094041.950000', '094042.410000', '094042.870000', '094043.330000', '094043.790000', '094044.250000', '094044.710000', '094045.170000', '094045.630000', '094046.090000', '094046.550000', '094047.010000', '094047.470000', '094047.930000', '094048.390000', '094048.850000', '094049.310000', '094049.770000', '094050.230000', '094050.690000', '094051.150000', '094051.610000', '094052.070000', '094052.530000', '094052.990000', '094053.450000', '094053.910000', '094054.370000', '094054.830000', '094055.290000', '094055.750000', '094056.210000', '094056.670000', '094057.130000', '094057.590000', '094058.050000', '094058.510000', '094058.970000', '094059.430000', '094059.890000', '094100.350000', '094100.810000', '094101.270000', '094101.730000', '094102.190000', '094102.650000', '094103.110000', '094103.570000', '094104.030000', '094104.490000', '094104.950000', '094105.410000', '094105.870000', '094106.330000', '094106.790000', '094107.250000', '094107.710000', '094108.170000', '094108.630000', '094109.090000', '094109.550000', '094110.010000', '094110.470000', '094110.930000', '094111.390000', '094111.850000', '094112.310000', '094112.770000', '094113.230000', '094113.690000', '094114.150000', '094114.610000', '094115.070000', '094115.530000', '094115.990000', '094116.450000', '094116.910000', '094117.370000', '094117.830000', '094118.290000', '094118.750000', '094119.210000', '094119.670000', '094120.130000', '094120.590000', '094121.050000', '094121.510000', '094121.970000', '094122.430000', '094122.890000', '094123.350000', '094123.810000', '094124.270000', '094124.730000', '094125.190000', '094125.650000', '094126.110000', '094126.570000', '094127.030000', '094127.490000', '094127.950000', '094128.410000', '094128.870000', '094129.330000', '094129.790000', '094130.250000', '094130.710000', '094131.170000', '094131.630000', '094132.090000', '094132.550000', '094133.010000', '094133.470000', '094133.930000', '094134.390000', '094134.850000', '094135.310000', '094135.770000', '094136.230000', '094136.690000', '094137.150000', '094137.610000', '094138.070000', '094138.530000', '094138.990000', '094139.450000', '094139.910000', '094140.370000', '094140.830000', '094141.290000', '094141.750000', '094142.210000', '094142.670000', '094143.130000', '094143.590000', '094144.050000', '094144.510000', '094144.970000', '094145.430000', '094145.890000', '094146.350000', '094146.810000', '094147.270000', '094147.730000', '094148.190000', '094148.650000', '094149.110000', '094149.570000', '094150.030000', '094150.490000', '094150.950000', '094151.410000', '094151.870000', '094152.330000', '094152.790000', '094153.250000', '094153.710000', '094154.170000', '094154.630000', '094155.090000', '094155.550000', '094156.010000', '094156.470000', '094156.930000', '094157.390000', '094157.850000', '094158.310000', '094158.770000', '094159.230000', '094159.690000', '094200.150000', '094200.610000', '094201.070000', '094201.530000', '094201.990000', '094202.450000', '094202.910000', '094203.370000', '094203.830000', '094204.290000', '094204.750000', '094205.210000', '094205.670000', '094206.130000', '094206.590000', '094207.050000', '094207.510000', '094207.970000', '094208.430000', '094208.890000', '094209.350000', '094209.810000', '094210.270000', '094210.730000', '094211.190000', '094211.650000', '094212.110000', '094212.570000', '094213.030000', '094213.490000', '094213.950000', '094214.410000', '094214.870000', '094215.330000', '094215.790000', '094216.250000', '094216.710000', '094217.170000', '094217.630000', '094218.090000', '094218.550000', '094219.010000', '094219.470000', '094219.930000', '094220.390000', '094220.850000', '094221.310000', '094221.770000', '094222.230000', '094222.690000', '094223.150000', '094223.610000', '094224.070000', '094224.530000', '094224.990000', '094225.450000', '094225.910000', '094226.370000', '094226.830000', '094227.290000', '094227.750000', '094228.210000', '094228.670000', '094229.130000', '094229.590000', '094230.050000', '094230.510000', '094230.970000', '094231.430000', '094231.890000', '094232.350000', '094232.810000', '094233.270000', '094233.730000', '094234.190000', '094234.650000', '094235.110000', '094235.570000', '094236.030000', '094236.490000', '094236.950000', '094237.410000', '094237.870000', '094238.330000', '094238.790000', '094239.250000', '094239.710000', '094240.170000', '094240.630000', '094241.090000', '094241.550000', '094242.010000', '094242.470000', '094242.930000', '094243.390000', '094243.850000', '094244.310000', '094244.770000', '094245.230000', '094245.690000', '094246.150000', '094246.610000', '094247.070000', '094247.530000', '094247.990000', '094248.450000', '094248.910000', '094249.370000', '094249.830000', '094250.290000', '094250.750000', '094251.210000', '094251.670000', '094252.130000', '094252.590000', '094253.050000', '094253.510000', '094253.970000', '094254.430000', '094254.890000', '094255.350000', '094255.810000', '094256.270000', '094256.730000', '094257.190000', '094257.650000', '094258.110000', '094258.570000', '094259.030000', '094259.490000', '094259.950000', '094300.410000', '094300.870000', '094301.330000', '094301.790000', '094302.250000', '094302.710000', '094303.170000', '094303.630000', '094304.090000', '094304.550000', '094305.010000', '094305.470000', '094305.930000', '094306.390000', '094306.850000', '094307.310000', '094307.770000', '094308.230000', '094308.690000', '094309.150000', '094309.610000', '094310.070000', '094310.530000', '094310.990000', '094311.450000', '094311.910000', '094312.370000', '094312.830000', '094313.290000', '094313.750000', '094314.210000', '094314.670000', '094315.130000', '094315.590000', '094316.050000', '094316.510000', '094316.970000', '094317.430000', '094317.890000', '094318.350000', '094318.810000', '094319.270000', '094319.730000', '094320.190000', '094320.650000', '094321.110000', '094321.570000', '094322.030000', '094322.490000', '094322.950000', '094323.410000', '094323.870000', '094324.330000', '094324.790000', '094325.250000', '094325.710000', '094326.170000', '094326.630000', '094327.090000', '094327.550000', '094328.010000', '094328.470000', '094328.930000', '094329.390000', '094329.850000', '094330.310000', '094330.770000', '094331.230000', '094331.690000', '094332.150000', '094332.610000', '094333.070000', '094333.530000', '094333.990000', '094334.450000', '094334.910000', '094335.370000', '094335.830000', '094336.290000', '094336.750000', '094337.210000', '094337.670000', '094338.130000', '094338.590000', '094339.050000', '094339.510000', '094339.970000', '094340.430000', '094340.890000', '094341.350000', '094341.810000', '094342.270000', '094342.730000', '094343.190000', '094343.650000', '094344.110000', '094344.570000', '094345.030000', '094345.490000', '094345.950000', '094346.410000', '094346.870000', '094347.330000', '094347.790000', '094348.250000', '094348.710000', '094349.170000', '094349.630000', '094350.090000', '094350.550000', '094351.010000', '094351.470000', '094351.930000', '094352.390000', '094352.850000', '094353.310000', '094353.770000', '094354.230000', '094354.690000', '094355.150000', '094355.610000', '094356.070000', '094356.530000', '094356.990000', '094357.450000', '094357.910000', '094358.370000', '094358.830000', '094359.290000', '094359.750000', '094400.210000', '094400.670000', '094401.130000', '094401.590000', '094402.050000', '094402.510000', '094402.970000', '094403.430000', '094403.890000', '094404.350000', '094404.810000', '094405.270000', '094405.730000', '094406.190000', '094406.650000', '094407.110000', '094407.570000', '094408.030000', '094408.490000', '094408.950000', '094409.410000', '094409.870000', '094410.330000', '094410.790000', '094411.250000', '094411.710000', '094412.170000', '094412.630000', '094413.090000', '094413.550000', '094414.010000', '094414.470000', '094414.930000', '094415.390000', '094415.850000', '094416.310000', '094416.770000', '094417.230000', '094417.690000', '094418.150000', '094418.610000', '094419.070000', '094419.530000', '094419.990000', '094420.450000', '094420.910000', '094421.370000', '094421.830000', '094422.290000', '094422.750000', '094423.210000', '094423.670000', '094424.130000', '094424.590000', '094425.050000', '094425.510000', '094425.970000', '094426.430000', '094426.890000', '094427.350000', '094427.810000', '094428.270000', '094428.730000', '094429.190000', '094429.650000', '094430.110000', '094430.570000', '094431.030000', '094431.490000', '094431.950000', '094432.410000', '094432.870000', '094433.330000', '094433.790000', '094434.250000', '094434.710000', '094435.170000', '094435.630000', '094436.090000', '094436.550000', '094437.010000', '094437.470000', '094437.930000', '094438.390000', '094438.850000', '094439.310000', '094439.770000', '094440.230000', '094440.690000', '094441.150000', '094441.610000', '094442.070000', '094442.530000', '094442.990000', '094443.450000', '094443.910000', '094444.370000', '094444.830000', '094445.290000', '094445.750000', '094446.210000', '094446.670000', '094447.130000', '094447.590000', '094448.050000', '094448.510000', '094448.970000', '094449.430000', '094449.890000', '094450.350000', '094450.810000', '094451.270000', '094451.730000', '094452.190000', '094452.650000', '094453.110000', '094453.570000', '094454.030000', '094454.490000', '094454.950000', '094455.410000', '094455.870000', '094456.330000', '094456.790000', '094457.250000', '094457.710000', '094458.170000', '094458.630000', '094459.090000', '094459.550000', '094500.010000', '094500.470000', '094500.930000', '094501.390000', '094501.850000', '094502.310000', '094502.770000', '094503.230000', '094503.690000', '094504.150000', '094504.610000', '094505.070000', '094505.530000', '094505.990000', '094506.450000', '094506.910000', '094507.370000', '094507.830000', '094508.290000', '094508.750000', '094509.210000', '094509.670000', '094510.130000', '094510.590000', '094511.050000', '094511.510000', '094511.970000', '094512.430000', '094512.890000', '094513.350000', '094513.810000', '094514.270000', '094514.730000', '094515.190000', '094515.650000', '094516.110000', '094516.570000', '094517.030000', '094517.490000', '094517.950000', '094518.410000', '094518.870000', '094519.330000', '094519.790000', '094520.250000', '094520.710000', '094521.170000', '094521.630000', '094522.090000', '094522.550000', '094523.010000', '094523.470000', '094523.930000', '094524.390000', '094524.850000', '094525.310000', '094525.770000', '094526.230000', '094526.690000', '094527.150000', '094527.610000', '094528.070000', '094528.530000', '094528.990000', '094529.450000', '094529.910000', '094530.370000', '094530.830000', '094531.290000', '094531.750000', '094532.210000', '094532.670000', '094533.130000', '094533.590000', '094534.050000', '094534.510000', '094534.970000', '094535.430000', '094535.890000', '094536.350000', '094536.810000', '094537.270000', '094537.730000', '094538.190000', '094538.650000', '094539.110000', '094539.570000', '094540.030000', '094540.490000', '094540.950000', '094541.410000', '094541.870000', '094542.330000', '094542.790000', '094543.250000', '094543.710000', '094544.170000', '094544.630000', '094545.090000', '094545.550000', '094546.010000', '094546.470000', '094546.930000', '094547.390000', '094547.850000', '094548.310000', '094548.770000', '094549.230000', '094549.690000', '094550.150000', '094550.610000', '094551.070000', '094551.530000', '094551.990000', '094552.450000', '094552.910000', '094553.370000', '094553.830000', '094554.290000', '094554.750000', '094555.210000', '094555.670000', '094556.130000', '094556.590000', '094557.050000', '094557.510000', '094557.970000', '094558.430000', '094558.890000', '094559.350000', '094559.810000', '094600.270000', '094600.730000', '094601.190000', '094601.650000', '094602.110000', '094602.570000', '094603.030000', '094603.490000', '094603.950000', '094604.410000', '094604.870000', '094605.330000', '094605.790000', '094606.250000', '094606.710000', '094607.170000', '094607.630000', '094608.090000', '094608.550000', '094609.010000', '094609.470000', '094609.930000', '094610.390000', '094610.850000', '094611.310000', '094611.770000', '094612.230000', '094612.690000', '094613.150000', '094613.610000', '094614.070000', '094614.530000', '094614.990000', '094615.450000', '094615.910000', '094616.370000', '094616.830000', '094617.290000', '094617.750000', '094618.210000', '094618.670000', '094619.130000', '094619.590000', '094620.050000', '094620.510000', '094620.970000', '094621.430000', '094621.890000', '094622.350000', '094622.810000', '094623.270000', '094623.730000', '094624.190000', '094624.650000', '094625.110000', '094625.570000', '094626.030000', '094626.490000', '094626.950000', '094627.410000', '094627.870000', '094628.330000', '094628.790000', '094629.250000', '094629.710000', '094630.170000', '094630.630000', '094631.090000', '094631.550000', '094632.010000', '094632.470000', '094632.930000', '094633.390000', '094633.850000', '094634.310000', '094634.770000', '094635.230000', '094635.690000', '094636.150000', '094636.610000', '094637.070000', '094637.530000', '094637.990000', '094638.450000', '094638.910000', '094639.370000', '094639.830000', '094640.290000', '094640.750000', '094641.210000', '094641.670000', '094642.130000', '094642.590000', '094643.050000', '094643.510000', '094643.970000', '094644.430000', '094644.890000', '094645.350000', '094645.810000', '094646.270000', '094646.730000', '094647.190000', '094647.650000', '094648.110000', '094648.570000', '094649.030000', '094649.490000', '094649.950000', '094650.410000', '094650.870000', '094651.330000', '094651.790000', '094652.250000', '094652.710000', '094653.170000', '094653.630000', '094654.090000', '094654.550000', '094655.010000', '094655.470000', '094655.930000', '094656.390000', '094656.850000', '094657.310000', '094657.770000', '094658.230000', '094658.690000', '094659.150000', '094659.610000', '094700.070000', '094700.530000', '094700.990000', '094701.450000', '094701.910000', '094702.370000', '094702.830000', '094703.290000', '094703.750000', '094704.210000', '094704.670000', '094705.130000', '094705.590000', '094706.050000', '094706.510000', '094706.970000', '094707.430000', '094707.890000', '094708.350000', '094708.810000', '094709.270000'], 'ContentTime': ['094056.810000', '094056.813000', '094056.816000', '094056.818000', '094056.821000', '094056.824000', '094056.826000', '094056.829000', '094056.832000', '094056.835000', '094056.847000', '094056.849000', '094056.852000', '094056.854000', '094056.857000', '094056.860000', '094056.862000', '094056.865000', '094056.867000', '094056.870000', '094056.873000', '094056.875000', '094056.878000', '094056.880000', '094056.883000', '094056.885000', '094056.888000', '094056.891000', '094056.893000', '094056.896000', '094056.898000', '094056.901000', '094056.904000', '094056.906000', '094056.909000', '094056.911000', '094056.914000', '094056.916000', '094056.919000', '094056.922000', '094056.924000', '094056.951000', '094056.954000', '094056.956000', '094056.959000', '094056.961000', '094056.964000', '094056.966000', '094056.969000', '094056.972000', '094056.974000', '094056.977000', '094056.979000', '094056.982000', '094056.985000', '094056.987000', '094056.990000', '094056.992000', '094056.995000', '094116.776000', '094116.779000', '094116.782000', '094116.784000', '094116.787000', '094116.790000', '094116.792000', '094116.795000', '094116.797000', '094116.800000', '094116.803000', '094116.805000', '094116.808000', '094116.810000', '094116.813000', '094116.815000', '094116.818000', '094116.821000', '094116.823000', '094116.826000', '094116.828000', '094116.831000', '094116.834000', '094116.836000', '094116.839000', '094116.841000', '094116.844000', '094116.847000', '094116.849000', '094116.852000', '094116.855000', '094116.857000', '094116.860000', '094116.862000', '094116.865000', '094116.868000', '094116.870000', '094116.873000', '094116.875000', '094116.878000', '094116.881000', '094116.883000', '094116.886000', '094136.776000', '094136.779000', '094136.782000', '094136.785000', '094136.787000', '094136.790000', '094136.793000', '094136.796000', '094136.798000', '094136.801000', '094136.803000', '094136.806000', '094136.809000', '094136.811000', '094136.814000', '094136.816000', '094136.819000', '094136.821000', '094136.824000', '094136.827000', '094136.829000', '094136.832000', '094136.835000', '094136.837000', '094136.840000', '094136.843000', '094136.845000', '094136.848000', '094136.850000', '094136.853000', '094136.855000', '094136.858000', '094136.861000', '094136.863000', '094136.874000', '094136.876000', '094136.879000', '094136.881000', '094136.884000', '094136.887000', '094136.889000', '094136.892000', '094136.894000', '094136.897000', '094156.776000', '094156.779000', '094156.782000', '094156.785000', '094156.787000', '094156.790000', '094156.793000', '094156.795000', '094156.798000', '094156.801000', '094156.803000', '094156.806000', '094156.808000', '094156.811000', '094156.814000', '094156.816000', '094156.819000', '094156.828000', '094156.830000', '094156.833000', '094156.836000', '094156.838000', '094156.841000', '094156.844000', '094156.846000', '094156.849000', '094156.851000', '094156.854000', '094156.857000', '094156.859000', '094156.862000', '094156.864000', '094156.867000', '094156.870000', '094156.872000', '094156.875000', '094156.877000', '094156.880000', '094156.882000', '094156.885000', '094156.888000', '094156.890000', '094156.893000', '094216.776000', '094216.779000', '094216.782000', '094216.784000', '094216.787000', '094216.790000', '094216.792000', '094216.795000', '094216.798000', '094216.800000', '094216.803000', '094216.805000', '094216.808000', '094216.811000', '094216.813000', '094216.816000', '094216.818000', '094216.821000', '094216.824000', '094216.826000', '094216.829000', '094216.831000', '094216.834000', '094216.837000', '094216.839000', '094216.842000', '094216.844000', '094216.847000', '094216.850000', '094216.852000', '094216.855000', '094216.857000', '094216.860000', '094216.862000', '094216.865000', '094216.868000', '094216.870000', '094216.873000', '094216.876000', '094216.879000', '094216.881000', '094216.884000', '094216.886000', '094216.889000', '094236.776000', '094236.779000', '094236.782000', '094236.784000', '094236.787000', '094236.790000', '094236.792000', '094236.795000', '094236.798000', '094236.800000', '094236.805000', '094236.807000', '094236.810000', '094236.813000', '094236.815000', '094236.818000', '094236.820000', '094236.823000', '094236.825000', '094236.828000', '094236.831000', '094236.845000', '094236.848000', '094236.850000', '094236.853000', '094236.855000', '094236.858000', '094236.861000', '094236.863000', '094236.866000', '094236.868000', '094236.871000', '094236.874000', '094236.876000', '094236.879000', '094236.881000', '094236.884000', '094236.887000', '094236.890000', '094236.892000', '094236.895000', '094236.897000', '094236.900000', '094256.776000', '094256.779000', '094256.782000', '094256.785000', '094256.787000', '094256.790000', '094256.793000', '094256.795000', '094256.798000', '094256.801000', '094256.803000', '094256.806000', '094256.808000', '094256.811000', '094256.814000', '094256.816000', '094256.819000', '094256.821000', '094256.824000', '094256.827000', '094256.829000', '094256.832000', '094256.834000', '094256.837000', '094256.840000', '094256.843000', '094256.845000', '094256.848000', '094256.851000', '094256.853000', '094256.856000', '094256.858000', '094256.861000', '094256.864000', '094256.866000', '094256.869000', '094256.872000', '094256.874000', '094256.877000', '094256.879000', '094256.882000', '094256.885000', '094256.887000', '094256.890000', '094316.777000', '094316.780000', '094316.783000', '094316.786000', '094316.788000', '094316.791000', '094316.793000', '094316.796000', '094316.799000', '094316.801000', '094316.804000', '094316.807000', '094316.809000', '094316.812000', '094316.814000', '094316.817000', '094316.820000', '094316.823000', '094316.825000', '094316.828000', '094316.830000', '094316.833000', '094316.836000', '094316.838000', '094316.841000', '094316.844000', '094316.846000', '094316.849000', '094316.852000', '094316.854000', '094316.857000', '094316.860000', '094316.862000', '094316.865000', '094316.867000', '094316.878000', '094316.881000', '094316.883000', '094316.886000', '094316.888000', '094316.891000', '094316.894000', '094316.896000', '094336.776000', '094336.779000', '094336.782000', '094336.784000', '094336.787000', '094336.790000', '094336.792000', '094336.795000', '094336.798000', '094336.800000', '094336.803000', '094336.805000', '094336.808000', '094336.811000', '094336.813000', '094336.816000', '094336.819000', '094336.821000', '094336.824000', '094336.827000', '094336.829000', '094336.832000', '094336.834000', '094336.837000', '094336.840000', '094336.843000', '094336.845000', '094336.848000', '094336.850000', '094336.853000', '094336.855000', '094336.858000', '094336.861000', '094336.863000', '094336.866000', '094336.868000', '094336.871000', '094336.874000', '094336.876000', '094336.879000', '094336.881000', '094336.884000', '094336.886000', '094336.889000', '094356.776000', '094356.779000', '094356.782000', '094356.785000', '094356.787000', '094356.790000', '094356.793000', '094356.795000', '094356.798000', '094356.800000', '094356.803000', '094356.806000', '094356.808000', '094356.811000', '094356.814000', '094356.816000', '094356.819000', '094356.821000', '094356.824000', '094356.827000', '094356.829000', '094356.832000', '094356.834000', '094356.837000', '094356.839000', '094356.842000', '094356.845000', '094356.847000', '094356.850000', '094356.853000', '094356.855000', '094356.858000', '094356.860000', '094356.863000', '094356.866000', '094356.868000', '094356.871000', '094356.873000', '094356.876000', '094356.879000', '094356.881000', '094356.884000', '094356.886000', '094416.777000', '094416.780000', '094416.783000', '094416.802000', '094416.804000', '094416.807000', '094416.809000', '094416.812000', '094416.815000', '094416.818000', '094416.820000', '094416.823000', '094416.826000', '094416.828000', '094416.831000', '094416.834000', '094416.836000', '094416.839000', '094416.842000', '094416.844000', '094416.847000', '094416.849000', '094416.852000', '094416.855000', '094416.857000', '094416.860000', '094416.862000', '094416.865000', '094416.868000', '094416.870000', '094416.873000', '094416.876000', '094416.878000', '094416.881000', '094416.883000', '094416.886000', '094416.889000', '094416.891000', '094416.894000', '094416.896000', '094416.899000', '094416.902000', '094416.904000', '094436.777000', '094436.779000', '094436.782000', '094436.785000', '094436.787000', '094436.790000', '094436.793000', '094436.795000', '094436.798000', '094436.800000', '094436.803000', '094436.806000', '094436.808000', '094436.811000', '094436.814000', '094436.816000', '094436.819000', '094436.822000', '094436.824000', '094436.827000', '094436.829000', '094436.832000', '094436.835000', '094436.837000', '094436.840000', '094436.843000', '094436.845000', '094436.848000', '094436.851000', '094436.853000', '094436.856000', '094436.859000', '094436.861000', '094436.864000', '094436.866000', '094436.869000', '094436.871000', '094436.874000', '094436.877000', '094436.879000', '094436.882000', '094436.885000', '094436.887000', '094436.890000', '094456.776000', '094456.779000', '094456.782000', '094456.785000', '094456.787000', '094456.790000', '094456.793000', '094456.795000', '094456.798000', '094456.800000', '094456.803000', '094456.806000', '094456.808000', '094456.811000', '094456.813000', '094456.816000', '094456.819000', '094456.821000', '094456.824000', '094456.826000', '094456.829000', '094456.832000', '094456.834000', '094456.837000', '094456.841000', '094456.843000', '094456.846000', '094456.848000', '094456.851000', '094456.854000', '094456.856000', '094456.859000', '094456.862000', '094456.864000', '094456.867000', '094456.869000', '094456.872000', '094456.875000', '094456.879000', '094456.882000', '094456.884000', '094456.887000', '094456.890000', '094516.776000', '094516.779000', '094516.782000', '094516.785000', '094516.787000', '094516.790000', '094516.792000', '094516.795000', '094516.798000', '094516.800000', '094516.803000', '094516.805000', '094516.808000', '094516.811000', '094516.813000', '094516.816000', '094516.819000', '094516.821000', '094516.824000', '094516.826000', '094516.829000', '094516.832000', '094516.834000', '094516.837000', '094516.839000', '094516.842000', '094516.845000', '094516.847000', '094516.850000', '094516.853000', '094516.855000', '094516.858000', '094516.861000', '094516.863000', '094516.866000', '094516.869000', '094516.871000', '094516.874000', '094516.877000', '094516.879000', '094516.882000', '094516.885000', '094516.887000', '094516.890000', '094536.777000', '094536.780000', '094536.782000', '094536.785000', '094536.787000', '094536.790000', '094536.793000', '094536.795000', '094536.798000', '094536.801000', '094536.803000', '094536.806000', '094536.809000', '094536.812000', '094536.815000', '094536.818000', '094536.820000', '094536.823000', '094536.826000', '094536.828000', '094536.831000', '094536.834000', '094536.836000', '094536.839000', '094536.841000', '094536.844000', '094536.846000', '094536.849000', '094536.858000', '094536.861000', '094536.864000', '094536.867000', '094536.869000', '094536.872000', '094536.874000', '094536.877000', '094536.880000', '094536.882000', '094536.885000', '094536.888000', '094536.890000', '094536.893000', '094536.896000', '094536.898000', '094556.777000', '094556.779000', '094556.782000', '094556.785000', '094556.787000', '094556.790000', '094556.792000', '094556.795000', '094556.798000', '094556.800000', '094556.803000', '094556.806000', '094556.808000', '094556.811000', '094556.813000', '094556.816000', '094556.819000', '094556.821000', '094556.824000', '094556.827000', '094556.829000', '094556.832000', '094556.834000', '094556.837000', '094556.840000', '094556.842000', '094556.845000', '094556.848000', '094556.850000', '094556.853000', '094556.855000', '094556.858000', '094556.860000', '094556.863000', '094556.866000', '094556.868000', '094556.871000', '094556.874000', '094556.876000', '094556.879000', '094556.881000', '094556.884000', '094556.887000', '094616.776000', '094616.779000', '094616.782000', '094616.785000', '094616.787000', '094616.790000', '094616.792000', '094616.795000', '094616.798000', '094616.800000', '094616.803000', '094616.806000', '094616.808000', '094616.811000', '094616.814000', '094616.816000', '094616.819000', '094616.822000', '094616.824000', '094616.827000', '094616.829000', '094616.832000', '094616.835000', '094616.837000', '094616.840000', '094616.842000', '094616.845000', '094616.848000', '094616.851000', '094616.853000', '094616.856000', '094616.858000', '094616.861000', '094616.864000', '094616.866000', '094616.869000', '094616.872000', '094616.875000', '094616.877000', '094616.880000', '094616.883000', '094616.885000', '094616.888000', '094636.776000', '094636.779000', '094636.782000', '094636.785000', '094636.787000', '094636.790000', '094636.792000', '094636.795000', '094636.798000', '094636.800000', '094636.803000', '094636.805000', '094636.808000', '094636.811000', '094636.813000', '094636.816000', '094636.818000', '094636.821000', '094636.824000', '094636.834000', '094636.836000', '094636.839000', '094636.841000', '094636.844000', '094636.847000', '094636.849000', '094636.852000', '094636.855000', '094636.857000', '094636.860000', '094636.862000', '094636.865000', '094636.867000', '094636.870000', '094636.873000', '094636.875000', '094636.878000', '094636.880000', '094636.883000', '094636.885000', '094636.888000', '094636.891000', '094636.893000', '094636.896000', '094656.776000', '094656.779000', '094656.788000', '094656.791000', '094656.793000', '094656.796000', '094656.799000', '094656.801000', '094656.804000', '094656.807000', '094656.810000', '094656.812000', '094656.815000', '094656.817000', '094656.820000', '094656.823000', '094656.825000', '094656.828000', '094656.831000', '094656.833000', '094656.836000', '094656.838000', '094656.841000', '094656.844000', '094656.847000', '094656.850000', '094656.853000', '094656.855000', '094656.858000', '094656.861000', '094656.863000', '094656.866000', '094656.869000', '094656.871000', '094656.874000', '094656.876000', '094656.879000', '094656.882000', '094656.884000', '094656.887000', '094656.890000', '094656.892000', '094656.895000', '094710.603000', '094710.607000', '094710.610000', '094710.613000', '094710.615000', '094710.618000', '094710.621000', '094710.623000', '094710.626000', '094710.629000', '094710.631000', '094710.634000', '094710.637000', '094710.639000', '094710.642000', '094710.645000', '094710.647000', '094710.650000', '094710.653000', '094710.655000', '094710.658000', '094710.661000', '094710.663000', '094710.666000', '094710.669000', '094710.671000', '094710.674000', '094710.677000', '094710.679000', '094710.682000', '094710.685000'], 'InstanceCreationTime': ['094056.810000', '094056.813000', '094056.816000', '094056.818000', '094056.821000', '094056.824000', '094056.826000', '094056.829000', '094056.832000', '094056.835000', '094056.847000', '094056.849000', '094056.852000', '094056.854000', '094056.857000', '094056.860000', '094056.862000', '094056.865000', '094056.867000', '094056.870000', '094056.873000', '094056.875000', '094056.878000', '094056.880000', '094056.883000', '094056.885000', '094056.888000', '094056.891000', '094056.893000', '094056.896000', '094056.898000', '094056.901000', '094056.904000', '094056.906000', '094056.909000', '094056.911000', '094056.914000', '094056.916000', '094056.919000', '094056.922000', '094056.924000', '094056.951000', '094056.954000', '094056.956000', '094056.959000', '094056.961000', '094056.964000', '094056.966000', '094056.969000', '094056.972000', '094056.974000', '094056.977000', '094056.979000', '094056.982000', '094056.985000', '094056.987000', '094056.990000', '094056.992000', '094056.995000', '094116.776000', '094116.779000', '094116.782000', '094116.784000', '094116.787000', '094116.790000', '094116.792000', '094116.795000', '094116.797000', '094116.800000', '094116.803000', '094116.805000', '094116.808000', '094116.810000', '094116.813000', '094116.815000', '094116.818000', '094116.821000', '094116.823000', '094116.826000', '094116.828000', '094116.831000', '094116.834000', '094116.836000', '094116.839000', '094116.841000', '094116.844000', '094116.847000', '094116.849000', '094116.852000', '094116.855000', '094116.857000', '094116.860000', '094116.862000', '094116.865000', '094116.868000', '094116.870000', '094116.873000', '094116.875000', '094116.878000', '094116.881000', '094116.883000', '094116.886000', '094136.776000', '094136.779000', '094136.782000', '094136.785000', '094136.787000', '094136.790000', '094136.793000', '094136.796000', '094136.798000', '094136.801000', '094136.803000', '094136.806000', '094136.809000', '094136.811000', '094136.814000', '094136.816000', '094136.819000', '094136.821000', '094136.824000', '094136.827000', '094136.829000', '094136.832000', '094136.835000', '094136.837000', '094136.840000', '094136.843000', '094136.845000', '094136.848000', '094136.850000', '094136.853000', '094136.855000', '094136.858000', '094136.861000', '094136.863000', '094136.874000', '094136.876000', '094136.879000', '094136.881000', '094136.884000', '094136.887000', '094136.889000', '094136.892000', '094136.894000', '094136.897000', '094156.776000', '094156.779000', '094156.782000', '094156.785000', '094156.787000', '094156.790000', '094156.793000', '094156.795000', '094156.798000', '094156.801000', '094156.803000', '094156.806000', '094156.808000', '094156.811000', '094156.814000', '094156.816000', '094156.819000', '094156.828000', '094156.830000', '094156.833000', '094156.836000', '094156.838000', '094156.841000', '094156.844000', '094156.846000', '094156.849000', '094156.851000', '094156.854000', '094156.857000', '094156.859000', '094156.862000', '094156.864000', '094156.867000', '094156.870000', '094156.872000', '094156.875000', '094156.877000', '094156.880000', '094156.882000', '094156.885000', '094156.888000', '094156.890000', '094156.893000', '094216.776000', '094216.779000', '094216.782000', '094216.784000', '094216.787000', '094216.790000', '094216.792000', '094216.795000', '094216.798000', '094216.800000', '094216.803000', '094216.805000', '094216.808000', '094216.811000', '094216.813000', '094216.816000', '094216.818000', '094216.821000', '094216.824000', '094216.826000', '094216.829000', '094216.831000', '094216.834000', '094216.837000', '094216.839000', '094216.842000', '094216.844000', '094216.847000', '094216.850000', '094216.852000', '094216.855000', '094216.857000', '094216.860000', '094216.862000', '094216.865000', '094216.868000', '094216.870000', '094216.873000', '094216.876000', '094216.879000', '094216.881000', '094216.884000', '094216.886000', '094216.889000', '094236.776000', '094236.779000', '094236.782000', '094236.784000', '094236.787000', '094236.790000', '094236.792000', '094236.795000', '094236.798000', '094236.800000', '094236.805000', '094236.807000', '094236.810000', '094236.813000', '094236.815000', '094236.818000', '094236.820000', '094236.823000', '094236.825000', '094236.828000', '094236.831000', '094236.845000', '094236.848000', '094236.850000', '094236.853000', '094236.855000', '094236.858000', '094236.861000', '094236.863000', '094236.866000', '094236.868000', '094236.871000', '094236.874000', '094236.876000', '094236.879000', '094236.881000', '094236.884000', '094236.887000', '094236.890000', '094236.892000', '094236.895000', '094236.897000', '094236.900000', '094256.776000', '094256.779000', '094256.782000', '094256.785000', '094256.787000', '094256.790000', '094256.793000', '094256.795000', '094256.798000', '094256.801000', '094256.803000', '094256.806000', '094256.808000', '094256.811000', '094256.814000', '094256.816000', '094256.819000', '094256.821000', '094256.824000', '094256.827000', '094256.829000', '094256.832000', '094256.834000', '094256.837000', '094256.840000', '094256.843000', '094256.845000', '094256.848000', '094256.851000', '094256.853000', '094256.856000', '094256.858000', '094256.861000', '094256.864000', '094256.866000', '094256.869000', '094256.872000', '094256.874000', '094256.877000', '094256.879000', '094256.882000', '094256.885000', '094256.887000', '094256.890000', '094316.777000', '094316.780000', '094316.783000', '094316.786000', '094316.788000', '094316.791000', '094316.793000', '094316.796000', '094316.799000', '094316.801000', '094316.804000', '094316.807000', '094316.809000', '094316.812000', '094316.814000', '094316.817000', '094316.820000', '094316.823000', '094316.825000', '094316.828000', '094316.830000', '094316.833000', '094316.836000', '094316.838000', '094316.841000', '094316.844000', '094316.846000', '094316.849000', '094316.852000', '094316.854000', '094316.857000', '094316.860000', '094316.862000', '094316.865000', '094316.867000', '094316.878000', '094316.881000', '094316.883000', '094316.886000', '094316.888000', '094316.891000', '094316.894000', '094316.896000', '094336.776000', '094336.779000', '094336.782000', '094336.784000', '094336.787000', '094336.790000', '094336.792000', '094336.795000', '094336.798000', '094336.800000', '094336.803000', '094336.805000', '094336.808000', '094336.811000', '094336.813000', '094336.816000', '094336.819000', '094336.821000', '094336.824000', '094336.827000', '094336.829000', '094336.832000', '094336.834000', '094336.837000', '094336.840000', '094336.843000', '094336.845000', '094336.848000', '094336.850000', '094336.853000', '094336.855000', '094336.858000', '094336.861000', '094336.863000', '094336.866000', '094336.868000', '094336.871000', '094336.874000', '094336.876000', '094336.879000', '094336.881000', '094336.884000', '094336.886000', '094336.889000', '094356.776000', '094356.779000', '094356.782000', '094356.785000', '094356.787000', '094356.790000', '094356.793000', '094356.795000', '094356.798000', '094356.800000', '094356.803000', '094356.806000', '094356.808000', '094356.811000', '094356.814000', '094356.816000', '094356.819000', '094356.821000', '094356.824000', '094356.827000', '094356.829000', '094356.832000', '094356.834000', '094356.837000', '094356.839000', '094356.842000', '094356.845000', '094356.847000', '094356.850000', '094356.853000', '094356.855000', '094356.858000', '094356.860000', '094356.863000', '094356.866000', '094356.868000', '094356.871000', '094356.873000', '094356.876000', '094356.879000', '094356.881000', '094356.884000', '094356.886000', '094416.777000', '094416.780000', '094416.783000', '094416.802000', '094416.804000', '094416.807000', '094416.809000', '094416.812000', '094416.815000', '094416.818000', '094416.820000', '094416.823000', '094416.826000', '094416.828000', '094416.831000', '094416.834000', '094416.836000', '094416.839000', '094416.842000', '094416.844000', '094416.847000', '094416.849000', '094416.852000', '094416.855000', '094416.857000', '094416.860000', '094416.862000', '094416.865000', '094416.868000', '094416.870000', '094416.873000', '094416.876000', '094416.878000', '094416.881000', '094416.883000', '094416.886000', '094416.889000', '094416.891000', '094416.894000', '094416.896000', '094416.899000', '094416.902000', '094416.904000', '094436.777000', '094436.779000', '094436.782000', '094436.785000', '094436.787000', '094436.790000', '094436.793000', '094436.795000', '094436.798000', '094436.800000', '094436.803000', '094436.806000', '094436.808000', '094436.811000', '094436.814000', '094436.816000', '094436.819000', '094436.822000', '094436.824000', '094436.827000', '094436.829000', '094436.832000', '094436.835000', '094436.837000', '094436.840000', '094436.843000', '094436.845000', '094436.848000', '094436.851000', '094436.853000', '094436.856000', '094436.859000', '094436.861000', '094436.864000', '094436.866000', '094436.869000', '094436.871000', '094436.874000', '094436.877000', '094436.879000', '094436.882000', '094436.885000', '094436.887000', '094436.890000', '094456.776000', '094456.779000', '094456.782000', '094456.785000', '094456.787000', '094456.790000', '094456.793000', '094456.795000', '094456.798000', '094456.800000', '094456.803000', '094456.806000', '094456.808000', '094456.811000', '094456.813000', '094456.816000', '094456.819000', '094456.821000', '094456.824000', '094456.826000', '094456.829000', '094456.832000', '094456.834000', '094456.837000', '094456.841000', '094456.843000', '094456.846000', '094456.848000', '094456.851000', '094456.854000', '094456.856000', '094456.859000', '094456.862000', '094456.864000', '094456.867000', '094456.869000', '094456.872000', '094456.875000', '094456.879000', '094456.882000', '094456.884000', '094456.887000', '094456.890000', '094516.776000', '094516.779000', '094516.782000', '094516.785000', '094516.787000', '094516.790000', '094516.792000', '094516.795000', '094516.798000', '094516.800000', '094516.803000', '094516.805000', '094516.808000', '094516.811000', '094516.813000', '094516.816000', '094516.819000', '094516.821000', '094516.824000', '094516.826000', '094516.829000', '094516.832000', '094516.834000', '094516.837000', '094516.839000', '094516.842000', '094516.845000', '094516.847000', '094516.850000', '094516.853000', '094516.855000', '094516.858000', '094516.861000', '094516.863000', '094516.866000', '094516.869000', '094516.871000', '094516.874000', '094516.877000', '094516.879000', '094516.882000', '094516.885000', '094516.887000', '094516.890000', '094536.777000', '094536.780000', '094536.782000', '094536.785000', '094536.787000', '094536.790000', '094536.793000', '094536.795000', '094536.798000', '094536.801000', '094536.803000', '094536.806000', '094536.809000', '094536.812000', '094536.815000', '094536.818000', '094536.820000', '094536.823000', '094536.826000', '094536.828000', '094536.831000', '094536.834000', '094536.836000', '094536.839000', '094536.841000', '094536.844000', '094536.846000', '094536.849000', '094536.858000', '094536.861000', '094536.864000', '094536.867000', '094536.869000', '094536.872000', '094536.874000', '094536.877000', '094536.880000', '094536.882000', '094536.885000', '094536.888000', '094536.890000', '094536.893000', '094536.896000', '094536.898000', '094556.777000', '094556.779000', '094556.782000', '094556.785000', '094556.787000', '094556.790000', '094556.792000', '094556.795000', '094556.798000', '094556.800000', '094556.803000', '094556.806000', '094556.808000', '094556.811000', '094556.813000', '094556.816000', '094556.819000', '094556.821000', '094556.824000', '094556.827000', '094556.829000', '094556.832000', '094556.834000', '094556.837000', '094556.840000', '094556.842000', '094556.845000', '094556.848000', '094556.850000', '094556.853000', '094556.855000', '094556.858000', '094556.860000', '094556.863000', '094556.866000', '094556.868000', '094556.871000', '094556.874000', '094556.876000', '094556.879000', '094556.881000', '094556.884000', '094556.887000', '094616.776000', '094616.779000', '094616.782000', '094616.785000', '094616.787000', '094616.790000', '094616.792000', '094616.795000', '094616.798000', '094616.800000', '094616.803000', '094616.806000', '094616.808000', '094616.811000', '094616.814000', '094616.816000', '094616.819000', '094616.822000', '094616.824000', '094616.827000', '094616.829000', '094616.832000', '094616.835000', '094616.837000', '094616.840000', '094616.842000', '094616.845000', '094616.848000', '094616.851000', '094616.853000', '094616.856000', '094616.858000', '094616.861000', '094616.864000', '094616.866000', '094616.869000', '094616.872000', '094616.875000', '094616.877000', '094616.880000', '094616.883000', '094616.885000', '094616.888000', '094636.776000', '094636.779000', '094636.782000', '094636.785000', '094636.787000', '094636.790000', '094636.792000', '094636.795000', '094636.798000', '094636.800000', '094636.803000', '094636.805000', '094636.808000', '094636.811000', '094636.813000', '094636.816000', '094636.818000', '094636.821000', '094636.824000', '094636.834000', '094636.836000', '094636.839000', '094636.841000', '094636.844000', '094636.847000', '094636.849000', '094636.852000', '094636.855000', '094636.857000', '094636.860000', '094636.862000', '094636.865000', '094636.867000', '094636.870000', '094636.873000', '094636.875000', '094636.878000', '094636.880000', '094636.883000', '094636.885000', '094636.888000', '094636.891000', '094636.893000', '094636.896000', '094656.776000', '094656.779000', '094656.788000', '094656.791000', '094656.793000', '094656.796000', '094656.799000', '094656.801000', '094656.804000', '094656.807000', '094656.810000', '094656.812000', '094656.815000', '094656.817000', '094656.820000', '094656.823000', '094656.825000', '094656.828000', '094656.831000', '094656.833000', '094656.836000', '094656.838000', '094656.841000', '094656.844000', '094656.847000', '094656.850000', '094656.853000', '094656.855000', '094656.858000', '094656.861000', '094656.863000', '094656.866000', '094656.869000', '094656.871000', '094656.874000', '094656.876000', '094656.879000', '094656.882000', '094656.884000', '094656.887000', '094656.890000', '094656.892000', '094656.895000', '094710.603000', '094710.607000', '094710.610000', '094710.613000', '094710.615000', '094710.618000', '094710.621000', '094710.623000', '094710.626000', '094710.629000', '094710.631000', '094710.634000', '094710.637000', '094710.639000', '094710.642000', '094710.645000', '094710.647000', '094710.650000', '094710.653000', '094710.655000', '094710.658000', '094710.661000', '094710.663000', '094710.666000', '094710.669000', '094710.671000', '094710.674000', '094710.677000', '094710.679000', '094710.682000', '094710.685000'], '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': [7686, 10371, 7534, 8077, 7564, 7472, 9512, 7566, 8740, 8995, 7338, 8842, 7663, 7803, 9211, 7562, 10985, 10847, 7836, 9072, 7891, 7348, 10320, 8759, 9284, 9996, 7448, 7766, 8552, 7591, 9495, 10073, 7427, 7922, 10583, 9273, 7412, 9917, 7444, 7455, 13424, 11255, 10931, 14392, 8415, 11328, 9769, 8056, 16145, 11964, 9217, 9395, 7408, 7694, 8519, 7459, 10494, 7256, 8953, 8911, 7248, 9090, 7783, 7604, 9416, 7246, 7893, 8815, 7735, 10472, 7764, 9233, 9379, 8757, 10486, 9148, 14668, 9514, 7309, 10097, 7453, 8758, 8759, 7166, 10653, 8318, 7478, 8867, 7679, 10489, 8079, 10762, 10014, 7877, 10611, 7769, 9349, 7933, 7530, 9197, 8270, 11254, 8168, 7358, 9734, 7357, 10663, 11514, 11139, 14139, 10989, 16304, 8074, 7253, 9936, 8246, 14919, 12176, 8084, 9583, 7158, 8528, 8391, 7933, 10574, 9410, 14558, 8180, 7366, 9206, 7174, 10133, 8088, 10859, 10283, 8372, 9246, 7488, 7081, 9436, 7250, 7881, 8917, 7692, 13114, 9245, 7715, 9335, 7437, 11958, 8449, 15063, 11085, 10191, 9377, 7859, 10391, 7473, 9899, 7824, 7413, 9150, 7295, 8239, 7444, 7538, 9245, 7102, 11757, 8951, 9768, 8881, 8027, 10196, 7292, 10394, 7190, 12518, 10686, 11239, 9124, 7494, 10174, 7324, 8649, 7774, 7437, 9577, 7553, 10963, 7119, 9209, 7823, 7758, 8435, 7298, 10555, 8399, 10425, 8209, 7474, 9737, 7415, 7418, 9220, 7547, 10617, 7392, 10822, 7649, 8129, 8739, 7606, 10459, 8829, 14984, 8373, 7109, 9436, 7243, 10582, 9672, 13802, 11574, 8899, 10432, 7915, 10887, 7599, 13699, 8258, 12549, 10752, 10900, 8977, 7338, 9505, 7130, 10605, 7577, 10115, 7440, 10500, 7540, 9229, 7395, 7532, 8044, 7696, 9292, 8595, 9662, 7465, 10178, 7323, 10032, 7285, 10185, 9542, 10972, 8041, 7486, 8404, 7223, 9916, 7385, 10413, 10040, 13839, 8723, 12701, 8642, 11560, 8795, 8681, 9518, 8028, 10564, 7402, 8853, 7608, 7564, 7950, 8134, 8801, 7344, 9609, 7364, 10160, 7239, 10565, 7588, 10741, 11308, 9476, 8756, 8286, 9989, 7420, 10219, 7669, 10718, 11027, 7322, 8326, 7243, 9975, 7412, 10208, 8295, 13324, 9169, 14659, 7685, 12976, 7418, 10195, 8221, 7343, 9896, 8109, 10740, 7302, 9451, 7417, 8572, 9557, 7655, 10763, 7886, 13230, 7626, 11884, 8085, 10883, 9286, 7985, 10420, 7975, 11483, 7575, 9728, 8114, 7762, 8785, 8082, 9737, 7669, 10675, 7341, 10912, 7317, 8984, 7726, 10453, 8091, 10634, 9461, 7408, 8999, 7267, 10044, 7530, 9758, 7449, 8420, 8832, 7703, 9476, 7355, 10188, 7441, 9967, 7653, 10276, 9244, 9904, 7690, 8610, 7934, 7711, 9260, 7325, 10557, 7573, 7329, 8019, 7220, 9041, 8272, 10699, 7600, 10835, 7371, 10325, 8185, 8295, 8892, 8022, 10790, 8158, 14470, 7559, 13478, 7560, 12838, 8103, 12730, 9390, 10494, 9033, 7439, 10268, 7576, 10337, 7294, 8333, 8123, 7482, 9727, 7449, 10175, 7579, 10524, 7803, 9384, 9719, 8185, 9755, 7632, 10463, 7415, 13343, 10131, 13949, 10114, 8119, 9464, 7415, 10787, 7530, 10257, 8408, 12844, 9850, 7621, 9719, 7376, 8784, 8858, 7575, 10399, 7259, 12091, 8047, 7518, 9574, 7474, 10421, 8937, 14846, 8592, 7527, 10368, 7189, 10495, 8873, 9446, 9792, 9383, 15115, 8208, 12058, 8072, 7643, 9713, 7476, 11153, 9036, 7451, 8043, 7438, 10119, 7364, 11363, 8527, 9121, 8767, 7669, 9245, 7513, 9699, 7423, 8792, 8820, 7476, 10213, 7455, 10304, 7538, 10638, 7761, 9904, 8675, 7882, 9886, 7788, 9788, 7453, 10354, 7498, 10455, 9680, 10064, 7567, 11295, 8128, 7301, 8733, 7598, 10306, 7804, 7456, 8007, 7498, 8695, 7724, 10553, 8506, 10604, 7632, 10209, 7907, 7866, 9471, 7238, 14611, 7768, 11080, 9678, 7344, 10570, 7679, 12325, 8984, 16006, 8294, 14294, 8356, 7600, 8772, 7556, 10444, 8833, 14052, 7920, 7510, 8788, 7435, 9444, 7821, 9800, 7415, 10376, 8178, 10180, 7405, 7644, 8013, 7592, 8362, 7500, 9688, 7617, 10218, 7620, 8952, 7598, 8470, 8261, 7868, 9993, 7763, 10255, 7592, 10636, 7463, 10340, 8363, 11112, 8750, 15810, 7624, 11799, 7659, 9611, 7999, 8915, 9378, 8246, 9983, 7383, 10385, 7699, 10052, 7624, 13392, 9789, 11139, 7979, 7828, 8546, 7419, 9599, 7285, 10145, 9175, 11420, 7699, 7545, 9210, 7607, 10308, 8616, 12598, 8268, 12341, 7889, 13137, 8564, 9026, 9404, 8040, 10237, 7494, 10390, 7474, 9835, 7632, 9612, 8286, 7755, 8784, 7773, 9277, 7587, 9580, 8268, 9963, 7402, 10359, 7338, 7592, 7909, 8069, 8670, 7305, 10499, 9306, 11337, 8059, 11343, 8096, 10994, 10461, 14227, 11125, 9958, 8464, 7486, 8841, 7294, 8917, 7662, 9422, 7660, 10075, 7377, 10151, 7725, 9865, 7794, 10269, 7984, 10164, 7505, 10200, 7661, 10131, 7787, 11271, 9598, 9831, 8328, 7480, 8549, 9123, 8448, 12466, 8591, 13176, 9189, 11605, 7289, 7776, 7737, 7550, 8194, 7315, 10052, 8675, 9350, 7640, 9712, 8043, 9731, 8725, 10468, 7562, 10592, 7424, 10648, 7476, 9991, 7485, 10455, 7815, 12331, 7754, 10300, 7586, 10169, 7875, 10242, 9261, 7777, 9264, 8622, 10341, 7205, 10429, 8919, 10055, 8595, 10630, 7666, 12264, 7602, 7418, 7860, 7735, 8595, 8373, 8723, 7617, 8765, 7484, 9885, 7538, 9773, 8158, 10414, 7457, 11104, 7505, 7601, 7758, 7528, 9534, 7344, 10195, 8307, 10511, 7621, 10170, 7850, 10168, 8760, 9482, 8924, 13616, 7798, 10219, 7544, 9488, 7606, 10604, 9051, 9992, 9976, 7328, 8587, 7496, 10182, 7503, 10684, 9093, 10077, 8868, 7783, 10300, 7328, 7767, 9869, 8230, 14870, 11715, 10583, 9760, 8067, 12072, 7776, 14538, 8103, 9768, 10836, 8732, 15431, 8188, 7315, 10361, 7643, 12921, 10450, 9580, 14714, 8494, 11284, 9535, 8558, 12443, 10209, 11436, 10178, 8263, 8516, 7969, 7646, 9673, 7563, 9392, 7991, 7297, 10102, 7577, 7545, 8294, 7208, 10470, 7718, 8252, 8468, 7235, 10204, 7509, 10488, 7828, 9357, 8503, 7402, 10474, 7676, 7475, 7549, 7577, 8083, 7709, 8928, 7515, 10147, 7440, 9716], 'WindowCenter': [4599.0, 4623.0, 4582.0, 4590.0, 4580.0, 4569.0, 4611.0, 4582.0, 4601.0, 4602.0, 4582.0, 4613.0, 4593.0, 4608.0, 4625.0, 4594.0, 4632.0, 4645.0, 4594.0, 4614.0, 4606.0, 4594.0, 4635.0, 4615.0, 4624.0, 4634.0, 4585.0, 4595.0, 4614.0, 4594.0, 4625.0, 4636.0, 4598.0, 4608.0, 4647.0, 4627.0, 4598.0, 4623.0, 4585.0, 4597.0, 4664.0, 4645.0, 4634.0, 4662.0, 4604.0, 4634.0, 4612.0, 4593.0, 4660.0, 4630.0, 4599.0, 4601.0, 4572.0, 4580.0, 4589.0, 4570.0, 4610.0, 4570.0, 4601.0, 4599.0, 4582.0, 4601.0, 4582.0, 4583.0, 4612.0, 4584.0, 4594.0, 4613.0, 4596.0, 4633.0, 4595.0, 4614.0, 4613.0, 4604.0, 4632.0, 4615.0, 4660.0, 4612.0, 4581.0, 4622.0, 4584.0, 4602.0, 4601.0, 4573.0, 4622.0, 4603.0, 4582.0, 4613.0, 4593.0, 4622.0, 4593.0, 4631.0, 4612.0, 4593.0, 4632.0, 4594.0, 4613.0, 4593.0, 4592.0, 4613.0, 4605.0, 4633.0, 4603.0, 4586.0, 4625.0, 4598.0, 4647.0, 4658.0, 4647.0, 4678.0, 4648.0, 4687.0, 4607.0, 4597.0, 4623.0, 4592.0, 4660.0, 4631.0, 4581.0, 4609.0, 4572.0, 4589.0, 4592.0, 4592.0, 4620.0, 4602.0, 4650.0, 4588.0, 4571.0, 4599.0, 4558.0, 4610.0, 4581.0, 4633.0, 4611.0, 4591.0, 4612.0, 4582.0, 4573.0, 4601.0, 4582.0, 4592.0, 4602.0, 4583.0, 4651.0, 4603.0, 4583.0, 4600.0, 4572.0, 4630.0, 4580.0, 4649.0, 4619.0, 4609.0, 4599.0, 4579.0, 4608.0, 4568.0, 4596.0, 4567.0, 4569.0, 4598.0, 4570.0, 4589.0, 4580.0, 4593.0, 4612.0, 4584.0, 4643.0, 4615.0, 4624.0, 4604.0, 4594.0, 4623.0, 4583.0, 4610.0, 4572.0, 4629.0, 4620.0, 4621.0, 4601.0, 4571.0, 4610.0, 4571.0, 4590.0, 4580.0, 4571.0, 4611.0, 4582.0, 4621.0, 4572.0, 4601.0, 4580.0, 4580.0, 4592.0, 4584.0, 4621.0, 4592.0, 4634.0, 4592.0, 4583.0, 4612.0, 4584.0, 4584.0, 4614.0, 4595.0, 4633.0, 4585.0, 4634.0, 4594.0, 4594.0, 4603.0, 4583.0, 4623.0, 4603.0, 4662.0, 4592.0, 4571.0, 4602.0, 4581.0, 4621.0, 4611.0, 4652.0, 4631.0, 4601.0, 4622.0, 4579.0, 4619.0, 4579.0, 4638.0, 4579.0, 4628.0, 4618.0, 4607.0, 4587.0, 4568.0, 4597.0, 4558.0, 4608.0, 4579.0, 4609.0, 4569.0, 4610.0, 4580.0, 4609.0, 4580.0, 4582.0, 4592.0, 4583.0, 4613.0, 4603.0, 4612.0, 4584.0, 4622.0, 4583.0, 4612.0, 4584.0, 4623.0, 4613.0, 4622.0, 4592.0, 4583.0, 4592.0, 4583.0, 4623.0, 4584.0, 4623.0, 4623.0, 4652.0, 4603.0, 4642.0, 4601.0, 4631.0, 4591.0, 4591.0, 4600.0, 4582.0, 4619.0, 4571.0, 4599.0, 4582.0, 4580.0, 4592.0, 4591.0, 4602.0, 4583.0, 4612.0, 4583.0, 4623.0, 4584.0, 4622.0, 4582.0, 4633.0, 4659.0, 4626.0, 4605.0, 4618.0, 4625.0, 4583.0, 4622.0, 4595.0, 4633.0, 4632.0, 4584.0, 4603.0, 4583.0, 4623.0, 4582.0, 4623.0, 4604.0, 4652.0, 4611.0, 4661.0, 4582.0, 4640.0, 4570.0, 4608.0, 4589.0, 4569.0, 4611.0, 4582.0, 4619.0, 4571.0, 4610.0, 4569.0, 4590.0, 4611.0, 4581.0, 4622.0, 4591.0, 4641.0, 4583.0, 4630.0, 4581.0, 4620.0, 4600.0, 4582.0, 4620.0, 4581.0, 4628.0, 4582.0, 4609.0, 4581.0, 4580.0, 4590.0, 4580.0, 4610.0, 4579.0, 4620.0, 4570.0, 4620.0, 4581.0, 4599.0, 4581.0, 4620.0, 4591.0, 4619.0, 4611.0, 4571.0, 4600.0, 4581.0, 4610.0, 4582.0, 4609.0, 4581.0, 4591.0, 4603.0, 4583.0, 4613.0, 4583.0, 4621.0, 4584.0, 4623.0, 4592.0, 4621.0, 4613.0, 4623.0, 4593.0, 4601.0, 4593.0, 4581.0, 4612.0, 4583.0, 4622.0, 4593.0, 4584.0, 4593.0, 4583.0, 4613.0, 4593.0, 4622.0, 4581.0, 4632.0, 4582.0, 4621.0, 4591.0, 4592.0, 4601.0, 4592.0, 4632.0, 4591.0, 4660.0, 4583.0, 4650.0, 4579.0, 4637.0, 4580.0, 4637.0, 4600.0, 4620.0, 4599.0, 4570.0, 4609.0, 4580.0, 4609.0, 4571.0, 4591.0, 4593.0, 4583.0, 4623.0, 4584.0, 4634.0, 4595.0, 4633.0, 4596.0, 4614.0, 4625.0, 4605.0, 4625.0, 4594.0, 4634.0, 4594.0, 4665.0, 4635.0, 4663.0, 4623.0, 4593.0, 4611.0, 4585.0, 4623.0, 4582.0, 4621.0, 4603.0, 4643.0, 4622.0, 4593.0, 4622.0, 4594.0, 4603.0, 4612.0, 4595.0, 4634.0, 4595.0, 4655.0, 4593.0, 4583.0, 4612.0, 4584.0, 4622.0, 4612.0, 4662.0, 4602.0, 4591.0, 4622.0, 4572.0, 4619.0, 4600.0, 4611.0, 4611.0, 4601.0, 4658.0, 4589.0, 4629.0, 4580.0, 4580.0, 4608.0, 4570.0, 4620.0, 4599.0, 4571.0, 4580.0, 4581.0, 4620.0, 4582.0, 4631.0, 4602.0, 4601.0, 4601.0, 4584.0, 4601.0, 4582.0, 4610.0, 4584.0, 4602.0, 4602.0, 4582.0, 4622.0, 4583.0, 4622.0, 4583.0, 4621.0, 4582.0, 4610.0, 4591.0, 4592.0, 4612.0, 4584.0, 4621.0, 4583.0, 4624.0, 4584.0, 4632.0, 4625.0, 4621.0, 4595.0, 4633.0, 4593.0, 4585.0, 4604.0, 4596.0, 4633.0, 4595.0, 4595.0, 4607.0, 4596.0, 4615.0, 4596.0, 4636.0, 4615.0, 4633.0, 4595.0, 4624.0, 4594.0, 4594.0, 4626.0, 4583.0, 4673.0, 4595.0, 4635.0, 4612.0, 4584.0, 4624.0, 4583.0, 4642.0, 4601.0, 4671.0, 4592.0, 4648.0, 4590.0, 4581.0, 4601.0, 4581.0, 4621.0, 4602.0, 4661.0, 4589.0, 4582.0, 4601.0, 4580.0, 4612.0, 4581.0, 4610.0, 4581.0, 4622.0, 4591.0, 4620.0, 4571.0, 4581.0, 4591.0, 4593.0, 4601.0, 4582.0, 4611.0, 4582.0, 4621.0, 4593.0, 4614.0, 4594.0, 4603.0, 4604.0, 4593.0, 4624.0, 4594.0, 4624.0, 4594.0, 4632.0, 4583.0, 4621.0, 4590.0, 4633.0, 4602.0, 4669.0, 4582.0, 4629.0, 4581.0, 4609.0, 4591.0, 4601.0, 4601.0, 4592.0, 4612.0, 4582.0, 4621.0, 4582.0, 4611.0, 4582.0, 4650.0, 4610.0, 4629.0, 4591.0, 4581.0, 4590.0, 4569.0, 4612.0, 4570.0, 4619.0, 4602.0, 4631.0, 4581.0, 4581.0, 4612.0, 4583.0, 4621.0, 4604.0, 4642.0, 4593.0, 4641.0, 4591.0, 4639.0, 4589.0, 4600.0, 4600.0, 4578.0, 4609.0, 4570.0, 4611.0, 4572.0, 4610.0, 4581.0, 4609.0, 4592.0, 4583.0, 4601.0, 4582.0, 4611.0, 4583.0, 4612.0, 4592.0, 4622.0, 4581.0, 4624.0, 4584.0, 4593.0, 4593.0, 4604.0, 4616.0, 4595.0, 4633.0, 4626.0, 4645.0, 4606.0, 4646.0, 4595.0, 4632.0, 4624.0, 4652.0, 4632.0, 4612.0, 4590.0, 4570.0, 4600.0, 4568.0, 4599.0, 4580.0, 4600.0, 4582.0, 4610.0, 4581.0, 4622.0, 4582.0, 4612.0, 4582.0, 4622.0, 4592.0, 4621.0, 4582.0, 4621.0, 4582.0, 4621.0, 4582.0, 4631.0, 4613.0, 4622.0, 4591.0, 4581.0, 4603.0, 4610.0, 4592.0, 4641.0, 4601.0, 4640.0, 4601.0, 4629.0, 4579.0, 4582.0, 4580.0, 4592.0, 4604.0, 4585.0, 4624.0, 4614.0, 4614.0, 4594.0, 4624.0, 4594.0, 4623.0, 4604.0, 4634.0, 4593.0, 4621.0, 4583.0, 4621.0, 4583.0, 4620.0, 4583.0, 4621.0, 4582.0, 4640.0, 4593.0, 4623.0, 4592.0, 4621.0, 4593.0, 4623.0, 4613.0, 4582.0, 4610.0, 4601.0, 4622.0, 4583.0, 4621.0, 4602.0, 4612.0, 4590.0, 4620.0, 4582.0, 4640.0, 4582.0, 4582.0, 4591.0, 4593.0, 4604.0, 4603.0, 4604.0, 4592.0, 4604.0, 4584.0, 4621.0, 4594.0, 4623.0, 4592.0, 4622.0, 4583.0, 4632.0, 4582.0, 4594.0, 4594.0, 4595.0, 4625.0, 4596.0, 4635.0, 4617.0, 4635.0, 4598.0, 4636.0, 4596.0, 4624.0, 4604.0, 4624.0, 4603.0, 4652.0, 4591.0, 4622.0, 4593.0, 4611.0, 4594.0, 4632.0, 4614.0, 4624.0, 4623.0, 4584.0, 4603.0, 4582.0, 4623.0, 4582.0, 4622.0, 4615.0, 4623.0, 4613.0, 4595.0, 4635.0, 4596.0, 4607.0, 4635.0, 4617.0, 4673.0, 4656.0, 4646.0, 4637.0, 4595.0, 4643.0, 4595.0, 4675.0, 4593.0, 4622.0, 4622.0, 4601.0, 4660.0, 4592.0, 4581.0, 4619.0, 4580.0, 4639.0, 4619.0, 4610.0, 4648.0, 4589.0, 4618.0, 4598.0, 4587.0, 4627.0, 4596.0, 4616.0, 4595.0, 4576.0, 4575.0, 4564.0, 4567.0, 4595.0, 4568.0, 4588.0, 4577.0, 4569.0, 4608.0, 4581.0, 4581.0, 4588.0, 4570.0, 4618.0, 4582.0, 4592.0, 4589.0, 4581.0, 4621.0, 4581.0, 4620.0, 4582.0, 4600.0, 4589.0, 4582.0, 4621.0, 4581.0, 4584.0, 4593.0, 4593.0, 4594.0, 4594.0, 4615.0, 4594.0, 4636.0, 4596.0, 4627.0], 'WindowWidth': [10111.0, 10134.0, 10075.0, 10084.0, 10069.0, 10054.0, 10111.0, 10076.0, 10099.0, 10101.0, 10077.0, 10119.0, 10093.0, 10120.0, 10139.0, 10094.0, 10143.0, 10165.0, 10097.0, 10123.0, 10112.0, 10096.0, 10151.0, 10125.0, 10136.0, 10149.0, 10085.0, 10095.0, 10120.0, 10095.0, 10138.0, 10155.0, 10107.0, 10120.0, 10173.0, 10143.0, 10104.0, 10134.0, 10084.0, 10100.0, 10190.0, 10165.0, 10146.0, 10185.0, 10106.0, 10144.0, 10111.0, 10087.0, 10177.0, 10135.0, 10091.0, 10095.0, 10056.0, 10066.0, 10078.0, 10052.0, 10105.0, 10053.0, 10096.0, 10093.0, 10073.0, 10099.0, 10073.0, 10075.0, 10115.0, 10080.0, 10093.0, 10118.0, 10097.0, 10145.0, 10095.0, 10119.0, 10118.0, 10105.0, 10143.0, 10119.0, 10177.0, 10113.0, 10072.0, 10126.0, 10076.0, 10099.0, 10098.0, 10063.0, 10129.0, 10105.0, 10076.0, 10116.0, 10090.0, 10128.0, 10091.0, 10138.0, 10115.0, 10089.0, 10143.0, 10093.0, 10118.0, 10090.0, 10089.0, 10118.0, 10108.0, 10146.0, 10105.0, 10084.0, 10136.0, 10109.0, 10173.0, 10192.0, 10172.0, 10212.0, 10171.0, 10223.0, 10117.0, 10103.0, 10130.0, 10084.0, 10175.0, 10135.0, 10070.0, 10105.0, 10058.0, 10078.0, 10087.0, 10085.0, 10124.0, 10099.0, 10162.0, 10077.0, 10056.0, 10090.0, 10036.0, 10106.0, 10070.0, 10143.0, 10108.0, 10086.0, 10113.0, 10073.0, 10062.0, 10096.0, 10072.0, 10085.0, 10100.0, 10076.0, 10166.0, 10102.0, 10076.0, 10095.0, 10057.0, 10134.0, 10066.0, 10156.0, 10117.0, 10101.0, 10087.0, 10061.0, 10099.0, 10047.0, 10084.0, 10045.0, 10050.0, 10087.0, 10053.0, 10080.0, 10070.0, 10091.0, 10115.0, 10080.0, 10158.0, 10121.0, 10133.0, 10105.0, 10092.0, 10129.0, 10075.0, 10109.0, 10059.0, 10133.0, 10121.0, 10123.0, 10095.0, 10055.0, 10106.0, 10056.0, 10081.0, 10067.0, 10056.0, 10110.0, 10071.0, 10124.0, 10058.0, 10097.0, 10069.0, 10070.0, 10086.0, 10079.0, 10126.0, 10087.0, 10146.0, 10088.0, 10077.0, 10113.0, 10079.0, 10078.0, 10121.0, 10095.0, 10146.0, 10083.0, 10148.0, 10094.0, 10092.0, 10104.0, 10076.0, 10129.0, 10103.0, 10180.0, 10086.0, 10058.0, 10098.0, 10070.0, 10125.0, 10113.0, 10165.0, 10137.0, 10097.0, 10124.0, 10065.0, 10118.0, 10063.0, 10142.0, 10063.0, 10127.0, 10114.0, 10096.0, 10071.0, 10046.0, 10083.0, 10034.0, 10100.0, 10064.0, 10103.0, 10051.0, 10106.0, 10067.0, 10107.0, 10069.0, 10072.0, 10086.0, 10075.0, 10117.0, 10101.0, 10114.0, 10077.0, 10127.0, 10077.0, 10113.0, 10077.0, 10129.0, 10116.0, 10126.0, 10087.0, 10074.0, 10086.0, 10074.0, 10129.0, 10078.0, 10131.0, 10129.0, 10169.0, 10102.0, 10151.0, 10098.0, 10134.0, 10083.0, 10082.0, 10094.0, 10070.0, 10119.0, 10057.0, 10093.0, 10072.0, 10069.0, 10087.0, 10084.0, 10100.0, 10076.0, 10114.0, 10076.0, 10129.0, 10078.0, 10128.0, 10076.0, 10142.0, 10190.0, 10138.0, 10110.0, 10132.0, 10136.0, 10079.0, 10128.0, 10095.0, 10146.0, 10141.0, 10078.0, 10105.0, 10078.0, 10131.0, 10077.0, 10131.0, 10105.0, 10169.0, 10111.0, 10177.0, 10071.0, 10147.0, 10054.0, 10103.0, 10078.0, 10052.0, 10109.0, 10071.0, 10119.0, 10056.0, 10107.0, 10054.0, 10082.0, 10110.0, 10071.0, 10126.0, 10084.0, 10151.0, 10076.0, 10134.0, 10068.0, 10120.0, 10094.0, 10071.0, 10122.0, 10069.0, 10131.0, 10070.0, 10105.0, 10069.0, 10067.0, 10080.0, 10067.0, 10107.0, 10066.0, 10121.0, 10055.0, 10121.0, 10070.0, 10092.0, 10071.0, 10121.0, 10085.0, 10119.0, 10110.0, 10055.0, 10095.0, 10070.0, 10108.0, 10072.0, 10108.0, 10072.0, 10086.0, 10103.0, 10077.0, 10116.0, 10077.0, 10126.0, 10079.0, 10129.0, 10087.0, 10126.0, 10117.0, 10130.0, 10091.0, 10101.0, 10089.0, 10073.0, 10116.0, 10077.0, 10129.0, 10090.0, 10079.0, 10091.0, 10077.0, 10118.0, 10088.0, 10129.0, 10072.0, 10140.0, 10075.0, 10125.0, 10084.0, 10088.0, 10098.0, 10087.0, 10142.0, 10084.0, 10178.0, 10076.0, 10162.0, 10067.0, 10142.0, 10067.0, 10140.0, 10093.0, 10119.0, 10092.0, 10054.0, 10105.0, 10067.0, 10106.0, 10056.0, 10083.0, 10090.0, 10077.0, 10132.0, 10081.0, 10147.0, 10096.0, 10146.0, 10099.0, 10121.0, 10137.0, 10110.0, 10137.0, 10096.0, 10149.0, 10097.0, 10189.0, 10149.0, 10185.0, 10131.0, 10089.0, 10113.0, 10081.0, 10128.0, 10075.0, 10124.0, 10104.0, 10156.0, 10126.0, 10092.0, 10130.0, 10096.0, 10105.0, 10118.0, 10098.0, 10151.0, 10099.0, 10178.0, 10093.0, 10079.0, 10116.0, 10079.0, 10129.0, 10114.0, 10182.0, 10100.0, 10087.0, 10127.0, 10062.0, 10121.0, 10096.0, 10110.0, 10110.0, 10095.0, 10172.0, 10077.0, 10132.0, 10066.0, 10067.0, 10104.0, 10054.0, 10121.0, 10091.0, 10057.0, 10068.0, 10071.0, 10122.0, 10072.0, 10136.0, 10099.0, 10097.0, 10098.0, 10076.0, 10097.0, 10072.0, 10109.0, 10077.0, 10101.0, 10101.0, 10073.0, 10127.0, 10076.0, 10126.0, 10075.0, 10124.0, 10074.0, 10110.0, 10085.0, 10085.0, 10112.0, 10078.0, 10126.0, 10079.0, 10132.0, 10082.0, 10142.0, 10135.0, 10128.0, 10094.0, 10143.0, 10090.0, 10082.0, 10108.0, 10098.0, 10147.0, 10099.0, 10099.0, 10116.0, 10101.0, 10125.0, 10100.0, 10155.0, 10123.0, 10145.0, 10095.0, 10133.0, 10094.0, 10095.0, 10138.0, 10079.0, 10201.0, 10095.0, 10149.0, 10116.0, 10079.0, 10132.0, 10076.0, 10155.0, 10099.0, 10192.0, 10085.0, 10159.0, 10082.0, 10069.0, 10096.0, 10070.0, 10124.0, 10100.0, 10178.0, 10081.0, 10075.0, 10098.0, 10068.0, 10113.0, 10069.0, 10108.0, 10069.0, 10126.0, 10083.0, 10123.0, 10057.0, 10070.0, 10084.0, 10090.0, 10100.0, 10073.0, 10112.0, 10075.0, 10128.0, 10093.0, 10122.0, 10096.0, 10105.0, 10107.0, 10092.0, 10135.0, 10096.0, 10134.0, 10094.0, 10143.0, 10077.0, 10126.0, 10084.0, 10143.0, 10101.0, 10189.0, 10073.0, 10133.0, 10069.0, 10106.0, 10085.0, 10097.0, 10097.0, 10086.0, 10114.0, 10074.0, 10124.0, 10073.0, 10112.0, 10075.0, 10164.0, 10109.0, 10134.0, 10083.0, 10070.0, 10081.0, 10053.0, 10112.0, 10055.0, 10122.0, 10099.0, 10137.0, 10070.0, 10072.0, 10114.0, 10075.0, 10126.0, 10104.0, 10155.0, 10089.0, 10152.0, 10084.0, 10145.0, 10079.0, 10093.0, 10094.0, 10062.0, 10106.0, 10055.0, 10108.0, 10059.0, 10107.0, 10072.0, 10106.0, 10086.0, 10075.0, 10098.0, 10075.0, 10112.0, 10077.0, 10113.0, 10086.0, 10126.0, 10071.0, 10134.0, 10081.0, 10092.0, 10092.0, 10108.0, 10126.0, 10099.0, 10148.0, 10140.0, 10166.0, 10114.0, 10165.0, 10096.0, 10142.0, 10132.0, 10168.0, 10140.0, 10113.0, 10082.0, 10055.0, 10093.0, 10051.0, 10093.0, 10066.0, 10095.0, 10072.0, 10109.0, 10073.0, 10126.0, 10074.0, 10113.0, 10075.0, 10128.0, 10087.0, 10126.0, 10075.0, 10124.0, 10075.0, 10124.0, 10075.0, 10140.0, 10117.0, 10129.0, 10087.0, 10074.0, 10103.0, 10110.0, 10086.0, 10152.0, 10098.0, 10149.0, 10095.0, 10133.0, 10066.0, 10073.0, 10070.0, 10089.0, 10108.0, 10082.0, 10136.0, 10122.0, 10123.0, 10096.0, 10134.0, 10095.0, 10132.0, 10106.0, 10147.0, 10092.0, 10127.0, 10077.0, 10125.0, 10076.0, 10124.0, 10076.0, 10125.0, 10075.0, 10151.0, 10090.0, 10130.0, 10089.0, 10127.0, 10091.0, 10129.0, 10117.0, 10075.0, 10111.0, 10099.0, 10127.0, 10076.0, 10125.0, 10098.0, 10114.0, 10082.0, 10122.0, 10073.0, 10150.0, 10074.0, 10074.0, 10087.0, 10091.0, 10107.0, 10104.0, 10107.0, 10088.0, 10107.0, 10080.0, 10126.0, 10092.0, 10129.0, 10087.0, 10128.0, 10076.0, 10142.0, 10075.0, 10095.0, 10093.0, 10098.0, 10138.0, 10102.0, 10153.0, 10130.0, 10153.0, 10104.0, 10154.0, 10098.0, 10135.0, 10106.0, 10134.0, 10103.0, 10169.0, 10085.0, 10128.0, 10090.0, 10114.0, 10093.0, 10143.0, 10121.0, 10133.0, 10133.0, 10081.0, 10104.0, 10078.0, 10131.0, 10075.0, 10128.0, 10121.0, 10132.0, 10119.0, 10098.0, 10150.0, 10100.0, 10118.0, 10151.0, 10131.0, 10200.0, 10180.0, 10169.0, 10157.0, 10097.0, 10157.0, 10099.0, 10207.0, 10092.0, 10126.0, 10128.0, 10098.0, 10178.0, 10085.0, 10071.0, 10120.0, 10069.0, 10146.0, 10120.0, 10107.0, 10158.0, 10076.0, 10115.0, 10086.0, 10071.0, 10125.0, 10082.0, 10107.0, 10078.0, 10053.0, 10051.0, 10036.0, 10043.0, 10079.0, 10046.0, 10072.0, 10056.0, 10049.0, 10102.0, 10068.0, 10069.0, 10075.0, 10054.0, 10117.0, 10072.0, 10086.0, 10078.0, 10070.0, 10123.0, 10070.0, 10120.0, 10072.0, 10095.0, 10078.0, 10073.0, 10124.0, 10072.0, 10079.0, 10090.0, 10091.0, 10093.0, 10092.0, 10124.0, 10097.0, 10153.0, 10100.0, 10142.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.0004308600917431193</td></tr>
<tr><td colspan=3>aqi</td><td>0.017820961926605504</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.318464434557974</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.168919066130884</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.995889119621124</td></tr>
<tr><td colspan=3>efc</td><td>0.5022</td></tr>
<tr><td colspan=3>fber</td><td>4309.0894</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07477767845200545</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.834862385321101</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5739533756925943</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.49171903150188</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.822044841808117</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.408096253767786</td></tr>
<tr><td colspan=3>gcor</td><td>0.00733662</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009942163713276386</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036346569657325745</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.792876263630188</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>13.0848</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.5118</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.1309</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295284.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1138.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.2274</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9232</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.9387</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3772.9544</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81260.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4950.5</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1064.3572</td></tr>
<tr><td colspan=3>tsnr</td><td>42.2004712310154</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>