ds005256-mriqc/sub-0062_ses-01_task-social_acq-mb8_run-02_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-02_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-02_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-02_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-02_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-02_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_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-02_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-02_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_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-02_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-02_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_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-02_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-02_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_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-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-02_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-02_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-01_task-social_acq-mb8_run-02_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-02_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>085d536b74713167b34b6eb1c0e13f42</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:26:2.662500</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-02_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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</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.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>257.392</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8280ca60-1704-4e33-81e0-2f04d2695c3c||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': ['092602.662500', '092603.122500', '092603.582500', '092604.042500', '092604.502500', '092604.962500', '092605.422500', '092605.882500', '092606.342500', '092606.802500', '092607.262500', '092607.722500', '092608.182500', '092608.642500', '092609.102500', '092609.562500', '092610.022500', '092610.482500', '092610.942500', '092611.402500', '092611.862500', '092612.322500', '092612.782500', '092613.242500', '092613.702500', '092614.162500', '092614.622500', '092615.082500', '092615.542500', '092616.002500', '092616.462500', '092616.922500', '092617.382500', '092617.842500', '092618.302500', '092618.762500', '092619.222500', '092619.682500', '092620.142500', '092620.602500', '092621.062500', '092621.522500', '092621.982500', '092622.442500', '092622.902500', '092623.362500', '092623.822500', '092624.282500', '092624.742500', '092625.202500', '092625.662500', '092626.122500', '092626.582500', '092627.042500', '092627.502500', '092627.962500', '092628.422500', '092628.882500', '092629.342500', '092629.802500', '092630.262500', '092630.722500', '092631.182500', '092631.642500', '092632.102500', '092632.562500', '092633.022500', '092633.482500', '092633.942500', '092634.402500', '092634.862500', '092635.322500', '092635.782500', '092636.242500', '092636.702500', '092637.162500', '092637.622500', '092638.082500', '092638.542500', '092639.002500', '092639.462500', '092639.922500', '092640.382500', '092640.842500', '092641.302500', '092641.762500', '092642.222500', '092642.682500', '092643.142500', '092643.602500', '092644.062500', '092644.522500', '092644.982500', '092645.442500', '092645.902500', '092646.362500', '092646.822500', '092647.282500', '092647.742500', '092648.202500', '092648.662500', '092649.122500', '092649.582500', '092650.042500', '092650.502500', '092650.962500', '092651.422500', '092651.882500', '092652.342500', '092652.802500', '092653.262500', '092653.722500', '092654.182500', '092654.642500', '092655.102500', '092655.562500', '092656.022500', '092656.482500', '092656.942500', '092657.402500', '092657.862500', '092658.322500', '092658.782500', '092659.242500', '092659.702500', '092700.162500', '092700.622500', '092701.082500', '092701.542500', '092702.002500', '092702.462500', '092702.922500', '092703.382500', '092703.842500', '092704.302500', '092704.762500', '092705.222500', '092705.682500', '092706.142500', '092706.602500', '092707.062500', '092707.522500', '092707.982500', '092708.442500', '092708.902500', '092709.362500', '092709.822500', '092710.282500', '092710.742500', '092711.202500', '092711.662500', '092712.122500', '092712.582500', '092713.042500', '092713.502500', '092713.962500', '092714.422500', '092714.882500', '092715.342500', '092715.802500', '092716.262500', '092716.722500', '092717.182500', '092717.642500', '092718.102500', '092718.562500', '092719.022500', '092719.482500', '092719.942500', '092720.402500', '092720.862500', '092721.322500', '092721.782500', '092722.242500', '092722.702500', '092723.162500', '092723.622500', '092724.082500', '092724.542500', '092725.002500', '092725.462500', '092725.922500', '092726.382500', '092726.842500', '092727.302500', '092727.762500', '092728.222500', '092728.682500', '092729.142500', '092729.602500', '092730.062500', '092730.522500', '092730.982500', '092731.442500', '092731.902500', '092732.362500', '092732.822500', '092733.282500', '092733.742500', '092734.202500', '092734.662500', '092735.122500', '092735.582500', '092736.042500', '092736.502500', '092736.962500', '092737.422500', '092737.882500', '092738.342500', '092738.802500', '092739.262500', '092739.722500', '092740.182500', '092740.642500', '092741.102500', '092741.562500', '092742.022500', '092742.482500', '092742.942500', '092743.402500', '092743.862500', '092744.322500', '092744.782500', '092745.242500', '092745.702500', '092746.162500', '092746.622500', '092747.082500', '092747.542500', '092748.002500', '092748.462500', '092748.922500', '092749.382500', '092749.842500', '092750.302500', '092750.762500', '092751.222500', '092751.682500', '092752.142500', '092752.602500', '092753.062500', '092753.522500', '092753.982500', '092754.442500', '092754.902500', '092755.362500', '092755.822500', '092756.282500', '092756.742500', '092757.202500', '092757.662500', '092758.122500', '092758.582500', '092759.042500', '092759.502500', '092759.962500', '092800.422500', '092800.882500', '092801.342500', '092801.802500', '092802.262500', '092802.722500', '092803.182500', '092803.642500', '092804.102500', '092804.562500', '092805.022500', '092805.482500', '092805.942500', '092806.402500', '092806.862500', '092807.322500', '092807.782500', '092808.242500', '092808.702500', '092809.162500', '092809.622500', '092810.082500', '092810.542500', '092811.002500', '092811.462500', '092811.922500', '092812.382500', '092812.842500', '092813.302500', '092813.762500', '092814.222500', '092814.682500', '092815.142500', '092815.602500', '092816.062500', '092816.522500', '092816.982500', '092817.442500', '092817.902500', '092818.362500', '092818.822500', '092819.282500', '092819.742500', '092820.202500', '092820.662500', '092821.122500', '092821.582500', '092822.042500', '092822.502500', '092822.962500', '092823.422500', '092823.882500', '092824.342500', '092824.802500', '092825.262500', '092825.722500', '092826.182500', '092826.642500', '092827.102500', '092827.562500', '092828.022500', '092828.482500', '092828.942500', '092829.402500', '092829.862500', '092830.322500', '092830.782500', '092831.242500', '092831.702500', '092832.162500', '092832.622500', '092833.082500', '092833.542500', '092834.002500', '092834.462500', '092834.922500', '092835.382500', '092835.842500', '092836.302500', '092836.762500', '092837.222500', '092837.682500', '092838.142500', '092838.602500', '092839.062500', '092839.522500', '092839.982500', '092840.442500', '092840.902500', '092841.362500', '092841.822500', '092842.282500', '092842.742500', '092843.202500', '092843.662500', '092844.122500', '092844.582500', '092845.042500', '092845.502500', '092845.962500', '092846.422500', '092846.882500', '092847.342500', '092847.802500', '092848.262500', '092848.722500', '092849.182500', '092849.642500', '092850.102500', '092850.562500', '092851.022500', '092851.482500', '092851.942500', '092852.402500', '092852.862500', '092853.322500', '092853.782500', '092854.242500', '092854.702500', '092855.162500', '092855.622500', '092856.082500', '092856.542500', '092857.002500', '092857.462500', '092857.922500', '092858.382500', '092858.842500', '092859.302500', '092859.762500', '092900.222500', '092900.682500', '092901.142500', '092901.602500', '092902.062500', '092902.522500', '092902.982500', '092903.442500', '092903.902500', '092904.362500', '092904.822500', '092905.282500', '092905.742500', '092906.202500', '092906.662500', '092907.122500', '092907.582500', '092908.042500', '092908.502500', '092908.962500', '092909.422500', '092909.882500', '092910.342500', '092910.802500', '092911.262500', '092911.722500', '092912.182500', '092912.642500', '092913.102500', '092913.562500', '092914.022500', '092914.482500', '092914.942500', '092915.402500', '092915.862500', '092916.322500', '092916.782500', '092917.242500', '092917.702500', '092918.162500', '092918.622500', '092919.082500', '092919.542500', '092920.002500', '092920.462500', '092920.922500', '092921.382500', '092921.842500', '092922.302500', '092922.762500', '092923.222500', '092923.682500', '092924.142500', '092924.602500', '092925.062500', '092925.522500', '092925.982500', '092926.442500', '092926.902500', '092927.362500', '092927.822500', '092928.282500', '092928.742500', '092929.202500', '092929.662500', '092930.122500', '092930.582500', '092931.042500', '092931.502500', '092931.962500', '092932.422500', '092932.882500', '092933.342500', '092933.802500', '092934.262500', '092934.722500', '092935.182500', '092935.642500', '092936.102500', '092936.562500', '092937.022500', '092937.482500', '092937.942500', '092938.402500', '092938.862500', '092939.322500', '092939.782500', '092940.242500', '092940.702500', '092941.162500', '092941.622500', '092942.082500', '092942.542500', '092943.002500', '092943.462500', '092943.922500', '092944.382500', '092944.842500', '092945.302500', '092945.762500', '092946.222500', '092946.682500', '092947.142500', '092947.602500', '092948.062500', '092948.522500', '092948.982500', '092949.442500', '092949.902500', '092950.362500', '092950.822500', '092951.282500', '092951.742500', '092952.202500', '092952.662500', '092953.122500', '092953.582500', '092954.042500', '092954.502500', '092954.962500', '092955.422500', '092955.882500', '092956.342500', '092956.802500', '092957.262500', '092957.722500', '092958.182500', '092958.642500', '092959.102500', '092959.562500', '093000.022500', '093000.482500', '093000.942500', '093001.402500', '093001.862500', '093002.322500', '093002.782500', '093003.242500', '093003.702500', '093004.162500', '093004.622500', '093005.082500', '093005.542500', '093006.002500', '093006.462500', '093006.922500', '093007.382500', '093007.842500', '093008.302500', '093008.762500', '093009.222500', '093009.682500', '093010.142500', '093010.602500', '093011.062500', '093011.522500', '093011.982500', '093012.442500', '093012.902500', '093013.362500', '093013.822500', '093014.282500', '093014.742500', '093015.202500', '093015.662500', '093016.122500', '093016.582500', '093017.042500', '093017.502500', '093017.962500', '093018.422500', '093018.882500', '093019.342500', '093019.802500', '093020.262500', '093020.722500', '093021.182500', '093021.642500', '093022.102500', '093022.562500', '093023.022500', '093023.482500', '093023.942500', '093024.402500', '093024.862500', '093025.322500', '093025.782500', '093026.242500', '093026.702500', '093027.162500', '093027.622500', '093028.082500', '093028.542500', '093029.002500', '093029.462500', '093029.922500', '093030.382500', '093030.842500', '093031.302500', '093031.762500', '093032.222500', '093032.682500', '093033.142500', '093033.602500', '093034.062500', '093034.522500', '093034.982500', '093035.442500', '093035.902500', '093036.362500', '093036.822500', '093037.282500', '093037.742500', '093038.202500', '093038.662500', '093039.122500', '093039.582500', '093040.042500', '093040.502500', '093040.962500', '093041.422500', '093041.882500', '093042.342500', '093042.802500', '093043.262500', '093043.722500', '093044.182500', '093044.642500', '093045.102500', '093045.562500', '093046.022500', '093046.482500', '093046.942500', '093047.402500', '093047.862500', '093048.322500', '093048.782500', '093049.242500', '093049.702500', '093050.162500', '093050.622500', '093051.082500', '093051.542500', '093052.002500', '093052.462500', '093052.922500', '093053.382500', '093053.842500', '093054.302500', '093054.762500', '093055.222500', '093055.682500', '093056.142500', '093056.602500', '093057.062500', '093057.522500', '093057.982500', '093058.442500', '093058.902500', '093059.362500', '093059.822500', '093100.282500', '093100.742500', '093101.202500', '093101.662500', '093102.122500', '093102.582500', '093103.042500', '093103.502500', '093103.962500', '093104.422500', '093104.882500', '093105.342500', '093105.802500', '093106.262500', '093106.722500', '093107.182500', '093107.642500', '093108.102500', '093108.562500', '093109.022500', '093109.482500', '093109.942500', '093110.402500', '093110.862500', '093111.322500', '093111.782500', '093112.242500', '093112.702500', '093113.162500', '093113.622500', '093114.082500', '093114.542500', '093115.002500', '093115.462500', '093115.922500', '093116.382500', '093116.842500', '093117.302500', '093117.762500', '093118.222500', '093118.682500', '093119.142500', '093119.602500', '093120.062500', '093120.522500', '093120.982500', '093121.442500', '093121.902500', '093122.362500', '093122.822500', '093123.282500', '093123.742500', '093124.202500', '093124.662500', '093125.122500', '093125.582500', '093126.042500', '093126.502500', '093126.962500', '093127.422500', '093127.882500', '093128.342500', '093128.802500', '093129.262500', '093129.722500', '093130.182500', '093130.642500', '093131.102500', '093131.562500', '093132.022500', '093132.482500', '093132.942500', '093133.402500', '093133.862500', '093134.322500', '093134.782500', '093135.242500', '093135.702500', '093136.162500', '093136.622500', '093137.082500', '093137.542500', '093138.002500', '093138.462500', '093138.922500', '093139.382500', '093139.842500', '093140.302500', '093140.762500', '093141.222500', '093141.682500', '093142.142500', '093142.602500', '093143.062500', '093143.522500', '093143.982500', '093144.442500', '093144.902500', '093145.362500', '093145.822500', '093146.282500', '093146.742500', '093147.202500', '093147.662500', '093148.122500', '093148.582500', '093149.042500', '093149.502500', '093149.962500', '093150.422500', '093150.882500', '093151.342500', '093151.802500', '093152.262500', '093152.722500', '093153.182500', '093153.642500', '093154.102500', '093154.562500', '093155.022500', '093155.482500', '093155.942500', '093156.402500', '093156.862500', '093157.322500', '093157.782500', '093158.242500', '093158.702500', '093159.162500', '093159.622500', '093200.082500', '093200.542500', '093201.002500', '093201.462500', '093201.922500', '093202.382500', '093202.842500', '093203.302500', '093203.762500', '093204.222500', '093204.682500', '093205.142500', '093205.602500', '093206.062500', '093206.522500', '093206.982500', '093207.442500', '093207.902500', '093208.362500', '093208.822500', '093209.282500', '093209.742500', '093210.202500', '093210.662500', '093211.122500', '093211.582500', '093212.042500', '093212.502500', '093212.962500', '093213.422500', '093213.882500', '093214.342500', '093214.802500', '093215.262500', '093215.722500', '093216.182500', '093216.642500', '093217.102500', '093217.562500', '093218.022500', '093218.482500', '093218.942500', '093219.402500', '093219.862500', '093220.322500', '093220.782500', '093221.242500', '093221.702500', '093222.162500', '093222.622500', '093223.082500', '093223.542500', '093224.002500', '093224.462500', '093224.922500', '093225.382500', '093225.842500', '093226.302500', '093226.762500', '093227.222500', '093227.682500', '093228.142500', '093228.602500', '093229.062500', '093229.522500', '093229.982500', '093230.442500', '093230.902500', '093231.362500', '093231.822500', '093232.282500', '093232.742500', '093233.202500', '093233.662500', '093234.122500', '093234.582500', '093235.042500', '093235.502500', '093235.962500', '093236.422500', '093236.882500', '093237.342500', '093237.802500', '093238.262500', '093238.722500', '093239.182500', '093239.642500', '093240.102500', '093240.562500', '093241.022500', '093241.482500', '093241.942500', '093242.402500', '093242.862500', '093243.322500'], 'ContentTime': ['092616.898000', '092616.901000', '092616.904000', '092616.907000', '092616.910000', '092616.912000', '092616.915000', '092616.917000', '092616.920000', '092616.923000', '092616.925000', '092616.928000', '092616.931000', '092616.934000', '092616.936000', '092616.939000', '092616.941000', '092616.944000', '092616.947000', '092616.955000', '092616.958000', '092616.960000', '092616.963000', '092616.965000', '092616.968000', '092616.971000', '092616.973000', '092616.976000', '092616.979000', '092636.862000', '092636.866000', '092636.869000', '092636.872000', '092636.874000', '092636.877000', '092636.880000', '092636.883000', '092636.886000', '092636.889000', '092636.891000', '092636.894000', '092636.896000', '092636.899000', '092636.902000', '092636.904000', '092636.907000', '092636.909000', '092636.912000', '092636.915000', '092636.917000', '092636.920000', '092636.922000', '092636.925000', '092636.928000', '092636.930000', '092636.933000', '092636.935000', '092636.938000', '092636.941000', '092636.943000', '092636.946000', '092636.949000', '092636.951000', '092636.954000', '092636.956000', '092636.959000', '092636.962000', '092636.964000', '092636.967000', '092636.969000', '092636.972000', '092636.975000', '092656.862000', '092656.865000', '092656.868000', '092656.871000', '092656.873000', '092656.876000', '092656.878000', '092656.881000', '092656.884000', '092656.886000', '092656.889000', '092656.892000', '092656.894000', '092656.897000', '092656.899000', '092656.902000', '092656.905000', '092656.907000', '092656.910000', '092656.913000', '092656.915000', '092656.918000', '092656.920000', '092656.923000', '092656.926000', '092656.928000', '092656.931000', '092656.934000', '092656.936000', '092656.939000', '092656.941000', '092656.944000', '092656.947000', '092656.949000', '092656.952000', '092656.954000', '092656.963000', '092656.966000', '092656.969000', '092656.971000', '092656.974000', '092656.977000', '092656.979000', '092656.982000', '092716.862000', '092716.865000', '092716.868000', '092716.870000', '092716.873000', '092716.876000', '092716.878000', '092716.881000', '092716.884000', '092716.887000', '092716.889000', '092716.892000', '092716.905000', '092716.908000', '092716.911000', '092716.913000', '092716.916000', '092716.919000', '092716.921000', '092716.924000', '092716.926000', '092716.929000', '092716.931000', '092716.934000', '092716.938000', '092716.941000', '092716.943000', '092716.946000', '092716.949000', '092716.953000', '092716.955000', '092716.958000', '092716.961000', '092716.963000', '092716.966000', '092716.969000', '092716.971000', '092716.974000', '092716.976000', '092716.979000', '092716.982000', '092716.984000', '092716.987000', '092736.863000', '092736.865000', '092736.868000', '092736.871000', '092736.874000', '092736.876000', '092736.879000', '092736.881000', '092736.884000', '092736.887000', '092736.889000', '092736.892000', '092736.895000', '092736.897000', '092736.900000', '092736.903000', '092736.905000', '092736.908000', '092736.911000', '092736.913000', '092736.916000', '092736.918000', '092736.921000', '092736.924000', '092736.926000', '092736.929000', '092736.932000', '092736.934000', '092736.937000', '092736.939000', '092736.942000', '092736.945000', '092736.947000', '092736.950000', '092736.953000', '092736.955000', '092736.958000', '092736.960000', '092736.976000', '092736.979000', '092736.982000', '092736.984000', '092736.987000', '092736.989000', '092756.863000', '092756.865000', '092756.868000', '092756.871000', '092756.874000', '092756.876000', '092756.879000', '092756.881000', '092756.884000', '092756.887000', '092756.889000', '092756.892000', '092756.895000', '092756.897000', '092756.900000', '092756.903000', '092756.905000', '092756.908000', '092756.910000', '092756.913000', '092756.916000', '092756.918000', '092756.921000', '092756.924000', '092756.926000', '092756.929000', '092756.932000', '092756.934000', '092756.937000', '092756.940000', '092756.942000', '092756.945000', '092756.948000', '092756.951000', '092756.953000', '092756.956000', '092756.958000', '092756.961000', '092756.964000', '092756.966000', '092756.969000', '092756.972000', '092756.974000', '092816.862000', '092816.865000', '092816.868000', '092816.870000', '092816.873000', '092816.876000', '092816.878000', '092816.881000', '092816.884000', '092816.886000', '092816.889000', '092816.892000', '092816.894000', '092816.897000', '092816.900000', '092816.902000', '092816.905000', '092816.908000', '092816.910000', '092816.913000', '092816.916000', '092816.918000', '092816.921000', '092816.924000', '092816.926000', '092816.929000', '092816.931000', '092816.934000', '092816.937000', '092816.939000', '092816.942000', '092816.944000', '092816.947000', '092816.950000', '092816.952000', '092816.955000', '092816.958000', '092816.960000', '092816.963000', '092816.966000', '092816.969000', '092816.971000', '092816.974000', '092816.977000', '092836.863000', '092836.865000', '092836.868000', '092836.871000', '092836.874000', '092836.876000', '092836.879000', '092836.882000', '092836.884000', '092836.887000', '092836.890000', '092836.892000', '092836.895000', '092836.898000', '092836.900000', '092836.903000', '092836.906000', '092836.908000', '092836.911000', '092836.913000', '092836.916000', '092836.919000', '092836.921000', '092836.924000', '092836.927000', '092836.929000', '092836.932000', '092836.934000', '092836.937000', '092836.940000', '092836.942000', '092836.945000', '092836.948000', '092836.950000', '092836.953000', '092836.956000', '092836.958000', '092836.961000', '092836.963000', '092836.966000', '092836.969000', '092836.972000', '092836.974000', '092856.862000', '092856.865000', '092856.868000', '092856.872000', '092856.874000', '092856.877000', '092856.880000', '092856.883000', '092856.885000', '092856.888000', '092856.890000', '092856.893000', '092856.896000', '092856.898000', '092856.901000', '092856.904000', '092856.906000', '092856.909000', '092856.911000', '092856.914000', '092856.917000', '092856.920000', '092856.922000', '092856.925000', '092856.927000', '092856.930000', '092856.933000', '092856.935000', '092856.938000', '092856.941000', '092856.943000', '092856.947000', '092856.950000', '092856.952000', '092856.955000', '092856.958000', '092856.960000', '092856.963000', '092856.965000', '092856.968000', '092856.971000', '092856.973000', '092856.976000', '092856.979000', '092916.862000', '092916.865000', '092916.868000', '092916.871000', '092916.873000', '092916.876000', '092916.879000', '092916.881000', '092916.884000', '092916.887000', '092916.889000', '092916.892000', '092916.894000', '092916.897000', '092916.900000', '092916.902000', '092916.905000', '092916.908000', '092916.910000', '092916.913000', '092916.916000', '092916.919000', '092916.921000', '092916.924000', '092916.927000', '092916.929000', '092916.932000', '092916.934000', '092916.937000', '092916.940000', '092916.943000', '092916.945000', '092916.948000', '092916.981000', '092916.984000', '092916.987000', '092916.990000', '092916.993000', '092916.995000', '092916.998000', '092917.001000', '092917.004000', '092917.007000', '092936.863000', '092936.866000', '092936.869000', '092936.871000', '092936.874000', '092936.877000', '092936.879000', '092936.882000', '092936.885000', '092936.887000', '092936.890000', '092936.893000', '092936.895000', '092936.898000', '092936.901000', '092936.903000', '092936.906000', '092936.908000', '092936.911000', '092936.914000', '092936.916000', '092936.919000', '092936.922000', '092936.924000', '092936.927000', '092936.930000', '092936.932000', '092936.935000', '092936.938000', '092936.940000', '092936.943000', '092936.946000', '092936.948000', '092936.951000', '092936.954000', '092936.956000', '092936.959000', '092936.961000', '092936.964000', '092936.967000', '092936.969000', '092936.972000', '092936.975000', '092936.977000', '092956.862000', '092956.865000', '092956.868000', '092956.871000', '092956.874000', '092956.876000', '092956.879000', '092956.881000', '092956.884000', '092956.887000', '092956.890000', '092956.892000', '092956.895000', '092956.897000', '092956.900000', '092956.903000', '092956.905000', '092956.908000', '092956.910000', '092956.913000', '092956.916000', '092956.918000', '092956.921000', '092956.924000', '092956.926000', '092956.929000', '092956.931000', '092956.934000', '092956.937000', '092956.939000', '092956.942000', '092956.945000', '092956.947000', '092956.950000', '092956.953000', '092956.956000', '092956.959000', '092956.962000', '092956.964000', '092956.968000', '092956.971000', '092956.974000', '092956.976000', '093016.862000', '093016.866000', '093016.868000', '093016.871000', '093016.874000', '093016.876000', '093016.879000', '093016.882000', '093016.884000', '093016.887000', '093016.890000', '093016.892000', '093016.895000', '093016.897000', '093016.900000', '093016.903000', '093016.905000', '093016.908000', '093016.911000', '093016.913000', '093016.916000', '093016.919000', '093016.921000', '093016.924000', '093016.927000', '093016.929000', '093016.932000', '093016.935000', '093016.937000', '093016.940000', '093016.942000', '093016.945000', '093016.948000', '093016.950000', '093016.953000', '093016.955000', '093016.958000', '093016.961000', '093016.963000', '093016.966000', '093016.969000', '093016.971000', '093016.974000', '093016.976000', '093036.863000', '093036.865000', '093036.868000', '093036.871000', '093036.874000', '093036.876000', '093036.879000', '093036.882000', '093036.884000', '093036.887000', '093036.889000', '093036.892000', '093036.895000', '093036.897000', '093036.900000', '093036.903000', '093036.905000', '093036.908000', '093036.911000', '093036.913000', '093036.916000', '093036.919000', '093036.921000', '093036.924000', '093036.927000', '093036.929000', '093036.932000', '093036.935000', '093036.937000', '093036.940000', '093036.942000', '093036.945000', '093036.948000', '093036.950000', '093036.953000', '093036.956000', '093036.958000', '093036.961000', '093036.963000', '093036.966000', '093036.969000', '093036.971000', '093036.974000', '093056.863000', '093056.874000', '093056.877000', '093056.880000', '093056.883000', '093056.885000', '093056.888000', '093056.891000', '093056.894000', '093056.896000', '093056.899000', '093056.901000', '093056.904000', '093056.907000', '093056.909000', '093056.912000', '093056.915000', '093056.918000', '093056.920000', '093056.923000', '093056.926000', '093056.928000', '093056.931000', '093056.934000', '093056.936000', '093056.939000', '093056.941000', '093056.944000', '093056.947000', '093056.949000', '093056.952000', '093056.955000', '093056.957000', '093056.960000', '093056.962000', '093056.965000', '093056.968000', '093056.970000', '093056.973000', '093056.976000', '093056.978000', '093056.981000', '093056.984000', '093056.986000', '093116.863000', '093116.866000', '093116.868000', '093116.871000', '093116.874000', '093116.876000', '093116.879000', '093116.882000', '093116.884000', '093116.887000', '093116.890000', '093116.892000', '093116.895000', '093116.897000', '093116.900000', '093116.903000', '093116.906000', '093116.908000', '093116.911000', '093116.913000', '093116.916000', '093116.919000', '093116.921000', '093116.924000', '093116.926000', '093116.929000', '093116.932000', '093116.934000', '093116.937000', '093116.940000', '093116.942000', '093116.945000', '093116.948000', '093116.950000', '093116.953000', '093116.956000', '093116.958000', '093116.961000', '093116.963000', '093116.966000', '093116.969000', '093116.971000', '093116.974000', '093136.863000', '093136.866000', '093136.868000', '093136.871000', '093136.874000', '093136.876000', '093136.879000', '093136.881000', '093136.884000', '093136.887000', '093136.889000', '093136.892000', '093136.895000', '093136.897000', '093136.900000', '093136.903000', '093136.905000', '093136.908000', '093136.911000', '093136.913000', '093136.916000', '093136.918000', '093136.921000', '093136.934000', '093136.937000', '093136.940000', '093136.942000', '093136.945000', '093136.948000', '093136.950000', '093136.953000', '093136.956000', '093136.958000', '093136.961000', '093136.963000', '093136.966000', '093136.968000', '093136.971000', '093136.974000', '093136.976000', '093136.979000', '093136.982000', '093136.984000', '093156.863000', '093156.866000', '093156.868000', '093156.871000', '093156.874000', '093156.876000', '093156.879000', '093156.882000', '093156.884000', '093156.887000', '093156.890000', '093156.892000', '093156.895000', '093156.898000', '093156.901000', '093156.903000', '093156.906000', '093156.908000', '093156.911000', '093156.914000', '093156.916000', '093156.919000', '093156.922000', '093156.924000', '093156.927000', '093156.930000', '093156.932000', '093156.935000', '093156.938000', '093156.940000', '093156.943000', '093156.946000', '093156.948000', '093156.951000', '093156.954000', '093156.956000', '093156.959000', '093156.962000', '093156.964000', '093156.967000', '093156.970000', '093156.972000', '093156.975000', '093156.977000', '093216.862000', '093216.865000', '093216.868000', '093216.871000', '093216.873000', '093216.877000', '093216.880000', '093216.883000', '093216.885000', '093216.888000', '093216.891000', '093216.893000', '093216.907000', '093216.909000', '093216.912000', '093216.915000', '093216.917000', '093216.920000', '093216.923000', '093216.925000', '093216.928000', '093216.931000', '093216.933000', '093216.936000', '093216.938000', '093216.941000', '093216.945000', '093216.947000', '093216.950000', '093216.953000', '093216.956000', '093216.958000', '093216.961000', '093216.964000', '093216.966000', '093216.969000', '093216.972000', '093216.974000', '093216.977000', '093216.979000', '093216.982000', '093216.985000', '093216.987000', '093216.990000', '093236.863000', '093236.865000', '093236.868000', '093236.871000', '093236.873000', '093236.876000', '093236.879000', '093236.881000', '093236.884000', '093236.887000', '093236.889000', '093236.892000', '093236.895000', '093236.898000', '093236.900000', '093236.903000', '093236.906000', '093236.908000', '093236.911000', '093236.914000', '093236.917000', '093236.919000', '093236.922000', '093236.924000', '093236.927000', '093236.930000', '093236.933000', '093236.935000', '093236.938000', '093236.941000', '093236.943000', '093236.946000', '093236.948000', '093236.951000', '093236.954000', '093236.956000', '093236.959000', '093236.962000', '093236.964000', '093236.967000', '093236.970000', '093236.972000', '093236.975000', '093244.430000', '093244.433000', '093244.435000', '093244.438000', '093244.441000', '093244.444000', '093244.446000', '093244.449000', '093244.452000', '093244.454000', '093244.457000', '093244.460000', '093244.463000', '093244.465000', '093244.468000', '093244.471000', '093244.473000'], 'InstanceCreationTime': ['092616.898000', '092616.901000', '092616.904000', '092616.907000', '092616.910000', '092616.912000', '092616.915000', '092616.917000', '092616.920000', '092616.923000', '092616.925000', '092616.928000', '092616.931000', '092616.934000', '092616.936000', '092616.939000', '092616.941000', '092616.944000', '092616.947000', '092616.955000', '092616.958000', '092616.960000', '092616.963000', '092616.965000', '092616.968000', '092616.971000', '092616.973000', '092616.976000', '092616.979000', '092636.862000', '092636.866000', '092636.869000', '092636.872000', '092636.874000', '092636.877000', '092636.880000', '092636.883000', '092636.886000', '092636.889000', '092636.891000', '092636.894000', '092636.896000', '092636.899000', '092636.902000', '092636.904000', '092636.907000', '092636.909000', '092636.912000', '092636.915000', '092636.917000', '092636.920000', '092636.922000', '092636.925000', '092636.928000', '092636.930000', '092636.933000', '092636.935000', '092636.938000', '092636.941000', '092636.943000', '092636.946000', '092636.949000', '092636.951000', '092636.954000', '092636.956000', '092636.959000', '092636.962000', '092636.964000', '092636.967000', '092636.969000', '092636.972000', '092636.975000', '092656.862000', '092656.865000', '092656.868000', '092656.871000', '092656.873000', '092656.876000', '092656.878000', '092656.881000', '092656.884000', '092656.886000', '092656.889000', '092656.892000', '092656.894000', '092656.897000', '092656.899000', '092656.902000', '092656.905000', '092656.907000', '092656.910000', '092656.913000', '092656.915000', '092656.918000', '092656.920000', '092656.923000', '092656.926000', '092656.928000', '092656.931000', '092656.934000', '092656.936000', '092656.939000', '092656.941000', '092656.944000', '092656.947000', '092656.949000', '092656.952000', '092656.954000', '092656.963000', '092656.966000', '092656.969000', '092656.971000', '092656.974000', '092656.977000', '092656.979000', '092656.982000', '092716.862000', '092716.865000', '092716.868000', '092716.870000', '092716.873000', '092716.876000', '092716.878000', '092716.881000', '092716.884000', '092716.887000', '092716.889000', '092716.892000', '092716.905000', '092716.908000', '092716.911000', '092716.913000', '092716.916000', '092716.919000', '092716.921000', '092716.924000', '092716.926000', '092716.929000', '092716.931000', '092716.934000', '092716.938000', '092716.941000', '092716.943000', '092716.946000', '092716.949000', '092716.953000', '092716.955000', '092716.958000', '092716.961000', '092716.963000', '092716.966000', '092716.969000', '092716.971000', '092716.974000', '092716.976000', '092716.979000', '092716.982000', '092716.984000', '092716.987000', '092736.863000', '092736.865000', '092736.868000', '092736.871000', '092736.874000', '092736.876000', '092736.879000', '092736.881000', '092736.884000', '092736.887000', '092736.889000', '092736.892000', '092736.895000', '092736.897000', '092736.900000', '092736.903000', '092736.905000', '092736.908000', '092736.911000', '092736.913000', '092736.916000', '092736.918000', '092736.921000', '092736.924000', '092736.926000', '092736.929000', '092736.932000', '092736.934000', '092736.937000', '092736.939000', '092736.942000', '092736.945000', '092736.947000', '092736.950000', '092736.953000', '092736.955000', '092736.958000', '092736.960000', '092736.976000', '092736.979000', '092736.982000', '092736.984000', '092736.987000', '092736.989000', '092756.863000', '092756.865000', '092756.868000', '092756.871000', '092756.874000', '092756.876000', '092756.879000', '092756.881000', '092756.884000', '092756.887000', '092756.889000', '092756.892000', '092756.895000', '092756.897000', '092756.900000', '092756.903000', '092756.905000', '092756.908000', '092756.910000', '092756.913000', '092756.916000', '092756.918000', '092756.921000', '092756.924000', '092756.926000', '092756.929000', '092756.932000', '092756.934000', '092756.937000', '092756.940000', '092756.942000', '092756.945000', '092756.948000', '092756.951000', '092756.953000', '092756.956000', '092756.958000', '092756.961000', '092756.964000', '092756.966000', '092756.969000', '092756.972000', '092756.974000', '092816.862000', '092816.865000', '092816.868000', '092816.870000', '092816.873000', '092816.876000', '092816.878000', '092816.881000', '092816.884000', '092816.886000', '092816.889000', '092816.892000', '092816.894000', '092816.897000', '092816.900000', '092816.902000', '092816.905000', '092816.908000', '092816.910000', '092816.913000', '092816.916000', '092816.918000', '092816.921000', '092816.924000', '092816.926000', '092816.929000', '092816.931000', '092816.934000', '092816.937000', '092816.939000', '092816.942000', '092816.944000', '092816.947000', '092816.950000', '092816.952000', '092816.955000', '092816.958000', '092816.960000', '092816.963000', '092816.966000', '092816.969000', '092816.971000', '092816.974000', '092816.977000', '092836.863000', '092836.865000', '092836.868000', '092836.871000', '092836.874000', '092836.876000', '092836.879000', '092836.882000', '092836.884000', '092836.887000', '092836.890000', '092836.892000', '092836.895000', '092836.898000', '092836.900000', '092836.903000', '092836.906000', '092836.908000', '092836.911000', '092836.913000', '092836.916000', '092836.919000', '092836.921000', '092836.924000', '092836.927000', '092836.929000', '092836.932000', '092836.934000', '092836.937000', '092836.940000', '092836.942000', '092836.945000', '092836.948000', '092836.950000', '092836.953000', '092836.956000', '092836.958000', '092836.961000', '092836.963000', '092836.966000', '092836.969000', '092836.972000', '092836.974000', '092856.862000', '092856.865000', '092856.868000', '092856.872000', '092856.874000', '092856.877000', '092856.880000', '092856.883000', '092856.885000', '092856.888000', '092856.890000', '092856.893000', '092856.896000', '092856.898000', '092856.901000', '092856.904000', '092856.906000', '092856.909000', '092856.911000', '092856.914000', '092856.917000', '092856.920000', '092856.922000', '092856.925000', '092856.927000', '092856.930000', '092856.933000', '092856.935000', '092856.938000', '092856.941000', '092856.943000', '092856.947000', '092856.950000', '092856.952000', '092856.955000', '092856.958000', '092856.960000', '092856.963000', '092856.965000', '092856.968000', '092856.971000', '092856.973000', '092856.976000', '092856.979000', '092916.862000', '092916.865000', '092916.868000', '092916.871000', '092916.873000', '092916.876000', '092916.879000', '092916.881000', '092916.884000', '092916.887000', '092916.889000', '092916.892000', '092916.894000', '092916.897000', '092916.900000', '092916.902000', '092916.905000', '092916.908000', '092916.910000', '092916.913000', '092916.916000', '092916.919000', '092916.921000', '092916.924000', '092916.927000', '092916.929000', '092916.932000', '092916.934000', '092916.937000', '092916.940000', '092916.943000', '092916.945000', '092916.948000', '092916.981000', '092916.984000', '092916.987000', '092916.990000', '092916.993000', '092916.995000', '092916.998000', '092917.001000', '092917.004000', '092917.007000', '092936.863000', '092936.866000', '092936.869000', '092936.871000', '092936.874000', '092936.877000', '092936.879000', '092936.882000', '092936.885000', '092936.887000', '092936.890000', '092936.893000', '092936.895000', '092936.898000', '092936.901000', '092936.903000', '092936.906000', '092936.908000', '092936.911000', '092936.914000', '092936.916000', '092936.919000', '092936.922000', '092936.924000', '092936.927000', '092936.930000', '092936.932000', '092936.935000', '092936.938000', '092936.940000', '092936.943000', '092936.946000', '092936.948000', '092936.951000', '092936.954000', '092936.956000', '092936.959000', '092936.961000', '092936.964000', '092936.967000', '092936.969000', '092936.972000', '092936.975000', '092936.977000', '092956.862000', '092956.865000', '092956.868000', '092956.871000', '092956.874000', '092956.876000', '092956.879000', '092956.881000', '092956.884000', '092956.887000', '092956.890000', '092956.892000', '092956.895000', '092956.897000', '092956.900000', '092956.903000', '092956.905000', '092956.908000', '092956.910000', '092956.913000', '092956.916000', '092956.918000', '092956.921000', '092956.924000', '092956.926000', '092956.929000', '092956.931000', '092956.934000', '092956.937000', '092956.939000', '092956.942000', '092956.945000', '092956.947000', '092956.950000', '092956.953000', '092956.956000', '092956.959000', '092956.962000', '092956.964000', '092956.968000', '092956.971000', '092956.974000', '092956.976000', '093016.862000', '093016.866000', '093016.868000', '093016.871000', '093016.874000', '093016.876000', '093016.879000', '093016.882000', '093016.884000', '093016.887000', '093016.890000', '093016.892000', '093016.895000', '093016.897000', '093016.900000', '093016.903000', '093016.905000', '093016.908000', '093016.911000', '093016.913000', '093016.916000', '093016.919000', '093016.921000', '093016.924000', '093016.927000', '093016.929000', '093016.932000', '093016.935000', '093016.937000', '093016.940000', '093016.942000', '093016.945000', '093016.948000', '093016.950000', '093016.953000', '093016.955000', '093016.958000', '093016.961000', '093016.963000', '093016.966000', '093016.969000', '093016.971000', '093016.974000', '093016.976000', '093036.863000', '093036.865000', '093036.868000', '093036.871000', '093036.874000', '093036.876000', '093036.879000', '093036.882000', '093036.884000', '093036.887000', '093036.889000', '093036.892000', '093036.895000', '093036.897000', '093036.900000', '093036.903000', '093036.905000', '093036.908000', '093036.911000', '093036.913000', '093036.916000', '093036.919000', '093036.921000', '093036.924000', '093036.927000', '093036.929000', '093036.932000', '093036.935000', '093036.937000', '093036.940000', '093036.942000', '093036.945000', '093036.948000', '093036.950000', '093036.953000', '093036.956000', '093036.958000', '093036.961000', '093036.963000', '093036.966000', '093036.969000', '093036.971000', '093036.974000', '093056.863000', '093056.874000', '093056.877000', '093056.880000', '093056.883000', '093056.885000', '093056.888000', '093056.891000', '093056.894000', '093056.896000', '093056.899000', '093056.901000', '093056.904000', '093056.907000', '093056.909000', '093056.912000', '093056.915000', '093056.918000', '093056.920000', '093056.923000', '093056.926000', '093056.928000', '093056.931000', '093056.934000', '093056.936000', '093056.939000', '093056.941000', '093056.944000', '093056.947000', '093056.949000', '093056.952000', '093056.955000', '093056.957000', '093056.960000', '093056.962000', '093056.965000', '093056.968000', '093056.970000', '093056.973000', '093056.976000', '093056.978000', '093056.981000', '093056.984000', '093056.986000', '093116.863000', '093116.866000', '093116.868000', '093116.871000', '093116.874000', '093116.876000', '093116.879000', '093116.882000', '093116.884000', '093116.887000', '093116.890000', '093116.892000', '093116.895000', '093116.897000', '093116.900000', '093116.903000', '093116.906000', '093116.908000', '093116.911000', '093116.913000', '093116.916000', '093116.919000', '093116.921000', '093116.924000', '093116.926000', '093116.929000', '093116.932000', '093116.934000', '093116.937000', '093116.940000', '093116.942000', '093116.945000', '093116.948000', '093116.950000', '093116.953000', '093116.956000', '093116.958000', '093116.961000', '093116.963000', '093116.966000', '093116.969000', '093116.971000', '093116.974000', '093136.863000', '093136.866000', '093136.868000', '093136.871000', '093136.874000', '093136.876000', '093136.879000', '093136.881000', '093136.884000', '093136.887000', '093136.889000', '093136.892000', '093136.895000', '093136.897000', '093136.900000', '093136.903000', '093136.905000', '093136.908000', '093136.911000', '093136.913000', '093136.916000', '093136.918000', '093136.921000', '093136.934000', '093136.937000', '093136.940000', '093136.942000', '093136.945000', '093136.948000', '093136.950000', '093136.953000', '093136.956000', '093136.958000', '093136.961000', '093136.963000', '093136.966000', '093136.968000', '093136.971000', '093136.974000', '093136.976000', '093136.979000', '093136.982000', '093136.984000', '093156.863000', '093156.866000', '093156.868000', '093156.871000', '093156.874000', '093156.876000', '093156.879000', '093156.882000', '093156.884000', '093156.887000', '093156.890000', '093156.892000', '093156.895000', '093156.898000', '093156.901000', '093156.903000', '093156.906000', '093156.908000', '093156.911000', '093156.914000', '093156.916000', '093156.919000', '093156.922000', '093156.924000', '093156.927000', '093156.930000', '093156.932000', '093156.935000', '093156.938000', '093156.940000', '093156.943000', '093156.946000', '093156.948000', '093156.951000', '093156.954000', '093156.956000', '093156.959000', '093156.962000', '093156.964000', '093156.967000', '093156.970000', '093156.972000', '093156.975000', '093156.977000', '093216.862000', '093216.865000', '093216.868000', '093216.871000', '093216.873000', '093216.877000', '093216.880000', '093216.883000', '093216.885000', '093216.888000', '093216.891000', '093216.893000', '093216.907000', '093216.909000', '093216.912000', '093216.915000', '093216.917000', '093216.920000', '093216.923000', '093216.925000', '093216.928000', '093216.931000', '093216.933000', '093216.936000', '093216.938000', '093216.941000', '093216.945000', '093216.947000', '093216.950000', '093216.953000', '093216.956000', '093216.958000', '093216.961000', '093216.964000', '093216.966000', '093216.969000', '093216.972000', '093216.974000', '093216.977000', '093216.979000', '093216.982000', '093216.985000', '093216.987000', '093216.990000', '093236.863000', '093236.865000', '093236.868000', '093236.871000', '093236.873000', '093236.876000', '093236.879000', '093236.881000', '093236.884000', '093236.887000', '093236.889000', '093236.892000', '093236.895000', '093236.898000', '093236.900000', '093236.903000', '093236.906000', '093236.908000', '093236.911000', '093236.914000', '093236.917000', '093236.919000', '093236.922000', '093236.924000', '093236.927000', '093236.930000', '093236.933000', '093236.935000', '093236.938000', '093236.941000', '093236.943000', '093236.946000', '093236.948000', '093236.951000', '093236.954000', '093236.956000', '093236.959000', '093236.962000', '093236.964000', '093236.967000', '093236.970000', '093236.972000', '093236.975000', '093244.430000', '093244.433000', '093244.435000', '093244.438000', '093244.441000', '093244.444000', '093244.446000', '093244.449000', '093244.452000', '093244.454000', '093244.457000', '093244.460000', '093244.463000', '093244.465000', '093244.468000', '093244.471000', '093244.473000'], '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': [8988, 8512, 10691, 7842, 12084, 8768, 7373, 10498, 7574, 11410, 9537, 13727, 9474, 7471, 10598, 7795, 10880, 8703, 13158, 9719, 7996, 10721, 7491, 8786, 8798, 7703, 10469, 7531, 14444, 8117, 10941, 9652, 8140, 10474, 9125, 10571, 7831, 14222, 7909, 7336, 9292, 7321, 10405, 8122, 10710, 9676, 7411, 10294, 7183, 10549, 8470, 11138, 10249, 7561, 9959, 7289, 10687, 7542, 10880, 9824, 12315, 9953, 7080, 10593, 7430, 11047, 8770, 10477, 9824, 7491, 9642, 7148, 10809, 7354, 10688, 8997, 11333, 9224, 7040, 9790, 7542, 10888, 7840, 10845, 10624, 8538, 10405, 7292, 10450, 7368, 11065, 9574, 12568, 9164, 7639, 9671, 7052, 10613, 8436, 10661, 10112, 8710, 10378, 7620, 11904, 8507, 10994, 10757, 12730, 9708, 7030, 10637, 7750, 8276, 9498, 7365, 10478, 7686, 7187, 10206, 7457, 10868, 9807, 15438, 12587, 11181, 10556, 7652, 10771, 8426, 14182, 11084, 15338, 9364, 7458, 10361, 7579, 10243, 9298, 8621, 10738, 7985, 10210, 8676, 11268, 9820, 8514, 10772, 8225, 14615, 8260, 7444, 10071, 7327, 12026, 8549, 8104, 10484, 7074, 10111, 8518, 7332, 10230, 7746, 13313, 9573, 8178, 10547, 7865, 10700, 9854, 7180, 12413, 9568, 8162, 10350, 7308, 9687, 9304, 8409, 10725, 8698, 11262, 9792, 7002, 11070, 8823, 9228, 10405, 7532, 14942, 9147, 7436, 10084, 7455, 10700, 8026, 11470, 9232, 8879, 10598, 7470, 10423, 8017, 9111, 9011, 8272, 10158, 7631, 10683, 7772, 7350, 9494, 8421, 10671, 8440, 13320, 9337, 7078, 10394, 7159, 12874, 9905, 8544, 10549, 7532, 10678, 8059, 11290, 9299, 8903, 11035, 8073, 10208, 8679, 7426, 10288, 7341, 10941, 8228, 7422, 9323, 7092, 10709, 8665, 9857, 10106, 7358, 9912, 7978, 8409, 9822, 7423, 10866, 9305, 11942, 9303, 7233, 11051, 7960, 10897, 9651, 8689, 10970, 7961, 10096, 9208, 7200, 10170, 8113, 10257, 9207, 7561, 10502, 7632, 11193, 10348, 11915, 12699, 8232, 10852, 7480, 11056, 7872, 11197, 9467, 8269, 10287, 7473, 8019, 8984, 7448, 9952, 8160, 11269, 9354, 7282, 10445, 7900, 11126, 9299, 10072, 10318, 8097, 13392, 8468, 7305, 10545, 8265, 11018, 9689, 8634, 10605, 7695, 13667, 8493, 12438, 10233, 7858, 10744, 7752, 10377, 8344, 7214, 9703, 7357, 10745, 8671, 11380, 8429, 7435, 9749, 7374, 10422, 7822, 10967, 9196, 7159, 9949, 7125, 10259, 8136, 10179, 9511, 7363, 10602, 7735, 10303, 8445, 10800, 10245, 8537, 10555, 7530, 10620, 8080, 9185, 9666, 8481, 10715, 7809, 9943, 7803, 7302, 9924, 7836, 10905, 10622, 8482, 9583, 8666, 10598, 7141, 13874, 8514, 13135, 8892, 14116, 8149, 10923, 8605, 7122, 10191, 7202, 10479, 7740, 11536, 8611, 7345, 9873, 7156, 11089, 7886, 10420, 9746, 8448, 10674, 7550, 10488, 7883, 12174, 8769, 8111, 10306, 8178, 11022, 7802, 7286, 9259, 8070, 9481, 7834, 10034, 7792, 10796, 7959, 7069, 9743, 7056, 10534, 9132, 13659, 9057, 7547, 10063, 7066, 10390, 8783, 11327, 9351, 7113, 10343, 7844, 10227, 9658, 7440, 11991, 8057, 8386, 9957, 7316, 10345, 8169, 11445, 9628, 8406, 10676, 7328, 9816, 8783, 7393, 10225, 8748, 12372, 8751, 7475, 9923, 7882, 14450, 8118, 11854, 7813, 10194, 7236, 10497, 7438, 10112, 7844, 7294, 9479, 7395, 12751, 8548, 9481, 10551, 7584, 12381, 8223, 15061, 11386, 16042, 11027, 14271, 8990, 14472, 9409, 14712, 9210, 7440, 9841, 6851, 9711, 7801, 8693, 9741, 7210, 10626, 7258, 7921, 8637, 7062, 10698, 8047, 9048, 9118, 7164, 10331, 7107, 12819, 7936, 10348, 9390, 7123, 12587, 7667, 7196, 9471, 7210, 9549, 9509, 7165, 9546, 7451, 7152, 9770, 7024, 10329, 11113, 8283, 10535, 7483, 7984, 8931, 7691, 10521, 8319, 14728, 11413, 9170, 10620, 7628, 9822, 10171, 7602, 11072, 7474, 9224, 9006, 7243, 7399, 8684, 7167, 10619, 9574, 14190, 11263, 14282, 8612, 11135, 9419, 7553, 10420, 7930, 10882, 7613, 7708, 7947, 7477, 9635, 7277, 10376, 7687, 9641, 8124, 7745, 9489, 7528, 10245, 9533, 10206, 8601, 7791, 10265, 7390, 10402, 9737, 15077, 10805, 7220, 9705, 7609, 10442, 8933, 11027, 10908, 8630, 9782, 7184, 11748, 7399, 10289, 10207, 7762, 10766, 7225, 10568, 7583, 10566, 8500, 11246, 9297, 7926, 9756, 7436, 10633, 7480, 10835, 8304, 10344, 10249, 8220, 9713, 7223, 10076, 7393, 10801, 10216, 9810, 9683, 8209, 10421, 7082, 10239, 7353, 10754, 9169, 13491, 10733, 7462, 9685, 7333, 11525, 7552, 10476, 8740, 8266, 10322, 7504, 10525, 7464, 10128, 8569, 10977, 9072, 8098, 9972, 7290, 10560, 7375, 10331, 7633, 8067, 9457, 7312, 10376, 7504, 9306, 7997, 8508, 9222, 8587, 10612, 7955, 11198, 7806, 8052, 8881, 7232, 10552, 9502, 10779, 7317, 13824, 7507, 8331, 8247, 7540, 10132, 8962, 10787, 7756, 13774, 7406, 11750, 7828, 10936, 8303, 11726, 8992, 8661, 9940, 7480, 10035, 7359, 10305, 10085, 10529, 10117, 8343, 9704, 7225, 10353, 7515, 10650, 10511, 8772, 8933, 7286, 10217, 7285, 10339, 9254, 11694, 10994, 8601, 10254, 7637, 10730, 8713, 9427, 9831, 7831, 15612, 7613, 8585, 9168, 8019, 10226, 7704, 13707, 10148, 7810, 9082, 7028, 10137, 7504, 11360, 10593, 9308, 9435, 7405, 10567, 7460, 10915, 8246, 11193, 10130, 9854, 8912, 7307, 10382, 7256, 9993, 7547, 10678, 9782, 7644, 9434, 7590, 10467, 7460, 10608, 9661, 7918, 10043, 7664, 10381, 7213, 12735, 8836, 11207, 10502, 9282, 9771, 7360, 10122, 7440, 10796, 8536, 10417, 9069, 7323, 10276, 7306, 10515, 7537, 10911, 9447, 8369, 10429, 7590, 10080, 7340, 8492, 8391, 7308, 10169, 7503, 10428, 7396, 7255, 8620, 7489, 10222, 8386, 12609, 10134, 9602, 8886, 7255, 10618, 7483, 10675, 9413, 14272, 8688, 7728, 10233, 7430, 10288, 8331, 10260, 9702, 7679, 9618, 7397, 10208, 7218, 10318, 9071, 10961, 9933, 7412, 10012, 7122, 11442, 7446, 9519, 8792, 8540, 10461, 7389, 10589, 7865, 13600, 10308, 16620, 13020, 10246, 9817, 7499, 10507, 7312, 11488, 9166, 11052, 8897, 7465, 9657, 7455, 10320, 7166], 'WindowCenter': [4631.0, 4618.0, 4635.0, 4595.0, 4641.0, 4591.0, 4572.0, 4622.0, 4582.0, 4631.0, 4613.0, 4650.0, 4609.0, 4570.0, 4620.0, 4579.0, 4618.0, 4600.0, 4640.0, 4598.0, 4579.0, 4619.0, 4570.0, 4600.0, 4599.0, 4580.0, 4622.0, 4581.0, 4660.0, 4591.0, 4632.0, 4609.0, 4590.0, 4620.0, 4600.0, 4618.0, 4580.0, 4647.0, 4588.0, 4569.0, 4597.0, 4580.0, 4620.0, 4592.0, 4621.0, 4611.0, 4581.0, 4621.0, 4583.0, 4631.0, 4602.0, 4632.0, 4622.0, 4582.0, 4620.0, 4581.0, 4621.0, 4580.0, 4621.0, 4611.0, 4639.0, 4610.0, 4569.0, 4618.0, 4569.0, 4629.0, 4600.0, 4619.0, 4611.0, 4580.0, 4610.0, 4570.0, 4629.0, 4582.0, 4620.0, 4612.0, 4630.0, 4611.0, 4582.0, 4620.0, 4591.0, 4632.0, 4592.0, 4631.0, 4633.0, 4602.0, 4621.0, 4582.0, 4621.0, 4583.0, 4630.0, 4612.0, 4642.0, 4610.0, 4581.0, 4609.0, 4571.0, 4621.0, 4604.0, 4633.0, 4623.0, 4602.0, 4621.0, 4593.0, 4642.0, 4604.0, 4633.0, 4633.0, 4652.0, 4611.0, 4584.0, 4633.0, 4592.0, 4604.0, 4612.0, 4585.0, 4633.0, 4593.0, 4584.0, 4633.0, 4594.0, 4634.0, 4625.0, 4675.0, 4653.0, 4634.0, 4623.0, 4583.0, 4621.0, 4592.0, 4652.0, 4631.0, 4659.0, 4598.0, 4579.0, 4608.0, 4581.0, 4619.0, 4601.0, 4590.0, 4630.0, 4590.0, 4619.0, 4590.0, 4630.0, 4609.0, 4590.0, 4619.0, 4589.0, 4649.0, 4587.0, 4568.0, 4607.0, 4569.0, 4628.0, 4589.0, 4590.0, 4620.0, 4572.0, 4620.0, 4600.0, 4581.0, 4622.0, 4593.0, 4652.0, 4611.0, 4591.0, 4622.0, 4593.0, 4620.0, 4612.0, 4571.0, 4642.0, 4612.0, 4593.0, 4621.0, 4583.0, 4610.0, 4611.0, 4590.0, 4632.0, 4601.0, 4631.0, 4610.0, 4573.0, 4630.0, 4600.0, 4612.0, 4621.0, 4582.0, 4659.0, 4599.0, 4571.0, 4619.0, 4569.0, 4619.0, 4581.0, 4630.0, 4600.0, 4601.0, 4620.0, 4581.0, 4621.0, 4591.0, 4600.0, 4601.0, 4593.0, 4621.0, 4593.0, 4633.0, 4592.0, 4582.0, 4613.0, 4592.0, 4632.0, 4603.0, 4653.0, 4611.0, 4572.0, 4622.0, 4571.0, 4651.0, 4622.0, 4603.0, 4623.0, 4593.0, 4622.0, 4593.0, 4632.0, 4611.0, 4603.0, 4632.0, 4593.0, 4620.0, 4602.0, 4581.0, 4620.0, 4582.0, 4622.0, 4592.0, 4582.0, 4600.0, 4572.0, 4621.0, 4603.0, 4622.0, 4621.0, 4582.0, 4621.0, 4592.0, 4604.0, 4623.0, 4584.0, 4633.0, 4613.0, 4642.0, 4612.0, 4583.0, 4630.0, 4591.0, 4632.0, 4611.0, 4600.0, 4620.0, 4592.0, 4621.0, 4600.0, 4570.0, 4620.0, 4592.0, 4620.0, 4610.0, 4583.0, 4621.0, 4583.0, 4631.0, 4622.0, 4630.0, 4641.0, 4591.0, 4620.0, 4581.0, 4619.0, 4579.0, 4618.0, 4608.0, 4591.0, 4621.0, 4581.0, 4591.0, 4600.0, 4581.0, 4623.0, 4604.0, 4632.0, 4613.0, 4583.0, 4633.0, 4592.0, 4630.0, 4612.0, 4612.0, 4622.0, 4592.0, 4650.0, 4591.0, 4582.0, 4620.0, 4591.0, 4620.0, 4611.0, 4601.0, 4622.0, 4582.0, 4650.0, 4591.0, 4640.0, 4609.0, 4579.0, 4619.0, 4568.0, 4608.0, 4579.0, 4568.0, 4599.0, 4569.0, 4619.0, 4601.0, 4629.0, 4589.0, 4570.0, 4609.0, 4569.0, 4620.0, 4580.0, 4620.0, 4610.0, 4573.0, 4620.0, 4572.0, 4621.0, 4594.0, 4622.0, 4612.0, 4583.0, 4634.0, 4594.0, 4622.0, 4604.0, 4633.0, 4624.0, 4602.0, 4623.0, 4584.0, 4621.0, 4591.0, 4613.0, 4613.0, 4604.0, 4622.0, 4583.0, 4622.0, 4593.0, 4583.0, 4623.0, 4594.0, 4635.0, 4634.0, 4615.0, 4623.0, 4605.0, 4623.0, 4571.0, 4651.0, 4591.0, 4640.0, 4589.0, 4638.0, 4567.0, 4606.0, 4576.0, 4558.0, 4606.0, 4568.0, 4618.0, 4580.0, 4628.0, 4590.0, 4580.0, 4609.0, 4572.0, 4630.0, 4591.0, 4622.0, 4611.0, 4591.0, 4621.0, 4581.0, 4620.0, 4592.0, 4639.0, 4591.0, 4581.0, 4622.0, 4592.0, 4621.0, 4582.0, 4581.0, 4611.0, 4581.0, 4611.0, 4580.0, 4611.0, 4581.0, 4631.0, 4592.0, 4573.0, 4612.0, 4572.0, 4621.0, 4612.0, 4652.0, 4603.0, 4583.0, 4610.0, 4572.0, 4622.0, 4603.0, 4632.0, 4611.0, 4571.0, 4621.0, 4593.0, 4620.0, 4611.0, 4583.0, 4641.0, 4592.0, 4591.0, 4611.0, 4581.0, 4620.0, 4592.0, 4631.0, 4612.0, 4591.0, 4620.0, 4582.0, 4608.0, 4601.0, 4595.0, 4625.0, 4601.0, 4654.0, 4602.0, 4568.0, 4637.0, 4605.0, 4663.0, 4578.0, 4617.0, 4564.0, 4606.0, 4568.0, 4606.0, 4567.0, 4608.0, 4579.0, 4579.0, 4608.0, 4579.0, 4648.0, 4602.0, 4608.0, 4617.0, 4577.0, 4626.0, 4576.0, 4635.0, 4605.0, 4632.0, 4590.0, 4608.0, 4559.0, 4606.0, 4568.0, 4618.0, 4567.0, 4539.0, 4577.0, 4530.0, 4580.0, 4562.0, 4572.0, 4592.0, 4553.0, 4603.0, 4564.0, 4576.0, 4584.0, 4558.0, 4616.0, 4577.0, 4599.0, 4598.0, 4569.0, 4608.0, 4569.0, 4637.0, 4590.0, 4618.0, 4600.0, 4569.0, 4639.0, 4580.0, 4570.0, 4611.0, 4581.0, 4622.0, 4621.0, 4584.0, 4623.0, 4593.0, 4584.0, 4634.0, 4585.0, 4634.0, 4644.0, 4604.0, 4635.0, 4596.0, 4606.0, 4613.0, 4594.0, 4634.0, 4603.0, 4672.0, 4643.0, 4613.0, 4633.0, 4594.0, 4623.0, 4624.0, 4594.0, 4643.0, 4596.0, 4623.0, 4614.0, 4597.0, 4595.0, 4602.0, 4585.0, 4635.0, 4625.0, 4664.0, 4634.0, 4662.0, 4600.0, 4628.0, 4599.0, 4569.0, 4607.0, 4577.0, 4618.0, 4569.0, 4578.0, 4577.0, 4570.0, 4610.0, 4580.0, 4621.0, 4593.0, 4610.0, 4592.0, 4593.0, 4612.0, 4593.0, 4622.0, 4623.0, 4633.0, 4603.0, 4593.0, 4622.0, 4584.0, 4634.0, 4615.0, 4673.0, 4632.0, 4584.0, 4613.0, 4594.0, 4623.0, 4614.0, 4633.0, 4632.0, 4602.0, 4622.0, 4584.0, 4643.0, 4583.0, 4623.0, 4624.0, 4593.0, 4634.0, 4584.0, 4632.0, 4594.0, 4620.0, 4602.0, 4633.0, 4614.0, 4593.0, 4612.0, 4582.0, 4621.0, 4582.0, 4621.0, 4602.0, 4621.0, 4621.0, 4602.0, 4611.0, 4584.0, 4620.0, 4582.0, 4621.0, 4622.0, 4621.0, 4611.0, 4592.0, 4621.0, 4570.0, 4610.0, 4571.0, 4618.0, 4611.0, 4640.0, 4620.0, 4570.0, 4610.0, 4580.0, 4630.0, 4582.0, 4621.0, 4600.0, 4590.0, 4622.0, 4582.0, 4621.0, 4582.0, 4619.0, 4601.0, 4621.0, 4602.0, 4579.0, 4611.0, 4579.0, 4620.0, 4582.0, 4620.0, 4580.0, 4592.0, 4612.0, 4581.0, 4622.0, 4583.0, 4612.0, 4592.0, 4603.0, 4613.0, 4602.0, 4633.0, 4592.0, 4632.0, 4593.0, 4593.0, 4604.0, 4582.0, 4622.0, 4612.0, 4632.0, 4582.0, 4651.0, 4582.0, 4591.0, 4591.0, 4592.0, 4622.0, 4598.0, 4632.0, 4581.0, 4652.0, 4584.0, 4642.0, 4593.0, 4631.0, 4592.0, 4640.0, 4601.0, 4602.0, 4622.0, 4582.0, 4621.0, 4584.0, 4623.0, 4633.0, 4633.0, 4623.0, 4603.0, 4613.0, 4583.0, 4622.0, 4582.0, 4622.0, 4633.0, 4604.0, 4612.0, 4583.0, 4622.0, 4583.0, 4622.0, 4614.0, 4643.0, 4632.0, 4602.0, 4623.0, 4593.0, 4632.0, 4602.0, 4612.0, 4623.0, 4594.0, 4672.0, 4593.0, 4603.0, 4611.0, 4592.0, 4621.0, 4591.0, 4650.0, 4620.0, 4582.0, 4600.0, 4572.0, 4621.0, 4582.0, 4632.0, 4622.0, 4600.0, 4601.0, 4571.0, 4618.0, 4569.0, 4619.0, 4589.0, 4619.0, 4608.0, 4608.0, 4599.0, 4569.0, 4609.0, 4569.0, 4609.0, 4579.0, 4620.0, 4609.0, 4581.0, 4611.0, 4591.0, 4631.0, 4583.0, 4632.0, 4623.0, 4593.0, 4623.0, 4593.0, 4621.0, 4583.0, 4651.0, 4613.0, 4631.0, 4620.0, 4611.0, 4609.0, 4571.0, 4610.0, 4570.0, 4620.0, 4601.0, 4619.0, 4600.0, 4580.0, 4620.0, 4580.0, 4621.0, 4582.0, 4631.0, 4612.0, 4591.0, 4622.0, 4582.0, 4621.0, 4582.0, 4602.0, 4591.0, 4582.0, 4623.0, 4582.0, 4632.0, 4583.0, 4594.0, 4601.0, 4583.0, 4634.0, 4604.0, 4654.0, 4624.0, 4623.0, 4613.0, 4583.0, 4632.0, 4582.0, 4622.0, 4613.0, 4661.0, 4600.0, 4582.0, 4621.0, 4580.0, 4621.0, 4591.0, 4620.0, 4612.0, 4581.0, 4611.0, 4582.0, 4620.0, 4583.0, 4620.0, 4602.0, 4630.0, 4611.0, 4583.0, 4622.0, 4583.0, 4642.0, 4595.0, 4624.0, 4603.0, 4604.0, 4632.0, 4584.0, 4623.0, 4594.0, 4652.0, 4623.0, 4670.0, 4639.0, 4610.0, 4608.0, 4570.0, 4609.0, 4570.0, 4627.0, 4601.0, 4619.0, 4599.0, 4569.0, 4609.0, 4580.0, 4610.0, 4570.0], 'WindowWidth': [10161.0, 10135.0, 10151.0, 10095.0, 10153.0, 10084.0, 10061.0, 10125.0, 10073.0, 10140.0, 10117.0, 10164.0, 10107.0, 10056.0, 10121.0, 10065.0, 10118.0, 10094.0, 10147.0, 10091.0, 10065.0, 10119.0, 10055.0, 10095.0, 10093.0, 10070.0, 10127.0, 10072.0, 10178.0, 10084.0, 10139.0, 10107.0, 10081.0, 10121.0, 10093.0, 10118.0, 10067.0, 10156.0, 10077.0, 10051.0, 10088.0, 10068.0, 10122.0, 10088.0, 10125.0, 10112.0, 10072.0, 10125.0, 10076.0, 10139.0, 10103.0, 10141.0, 10128.0, 10074.0, 10122.0, 10071.0, 10123.0, 10069.0, 10124.0, 10111.0, 10146.0, 10108.0, 10053.0, 10117.0, 10052.0, 10133.0, 10097.0, 10120.0, 10111.0, 10068.0, 10109.0, 10056.0, 10133.0, 10076.0, 10124.0, 10116.0, 10136.0, 10112.0, 10075.0, 10123.0, 10087.0, 10140.0, 10089.0, 10139.0, 10144.0, 10100.0, 10126.0, 10075.0, 10125.0, 10076.0, 10137.0, 10115.0, 10152.0, 10110.0, 10071.0, 10107.0, 10058.0, 10125.0, 10106.0, 10143.0, 10131.0, 10102.0, 10128.0, 10090.0, 10156.0, 10107.0, 10142.0, 10145.0, 10167.0, 10113.0, 10079.0, 10144.0, 10090.0, 10109.0, 10116.0, 10082.0, 10147.0, 10094.0, 10083.0, 10147.0, 10097.0, 10150.0, 10138.0, 10203.0, 10172.0, 10146.0, 10129.0, 10074.0, 10125.0, 10084.0, 10168.0, 10138.0, 10173.0, 10089.0, 10067.0, 10104.0, 10069.0, 10118.0, 10096.0, 10081.0, 10136.0, 10082.0, 10119.0, 10080.0, 10133.0, 10106.0, 10080.0, 10118.0, 10077.0, 10158.0, 10073.0, 10049.0, 10099.0, 10051.0, 10130.0, 10080.0, 10082.0, 10121.0, 10061.0, 10122.0, 10095.0, 10071.0, 10128.0, 10090.0, 10168.0, 10112.0, 10086.0, 10128.0, 10089.0, 10122.0, 10112.0, 10059.0, 10153.0, 10113.0, 10088.0, 10125.0, 10076.0, 10110.0, 10110.0, 10082.0, 10142.0, 10100.0, 10138.0, 10108.0, 10063.0, 10137.0, 10097.0, 10112.0, 10124.0, 10073.0, 10175.0, 10093.0, 10057.0, 10117.0, 10053.0, 10119.0, 10069.0, 10133.0, 10095.0, 10096.0, 10122.0, 10071.0, 10124.0, 10085.0, 10097.0, 10099.0, 10089.0, 10127.0, 10091.0, 10144.0, 10090.0, 10077.0, 10117.0, 10089.0, 10143.0, 10103.0, 10170.0, 10111.0, 10060.0, 10126.0, 10058.0, 10166.0, 10128.0, 10103.0, 10129.0, 10089.0, 10127.0, 10089.0, 10139.0, 10112.0, 10103.0, 10142.0, 10089.0, 10124.0, 10099.0, 10070.0, 10122.0, 10073.0, 10127.0, 10085.0, 10073.0, 10093.0, 10059.0, 10124.0, 10102.0, 10128.0, 10125.0, 10076.0, 10126.0, 10088.0, 10105.0, 10129.0, 10078.0, 10144.0, 10117.0, 10155.0, 10114.0, 10075.0, 10137.0, 10086.0, 10138.0, 10111.0, 10094.0, 10121.0, 10084.0, 10122.0, 10094.0, 10055.0, 10121.0, 10086.0, 10123.0, 10109.0, 10077.0, 10125.0, 10075.0, 10139.0, 10127.0, 10135.0, 10149.0, 10081.0, 10119.0, 10071.0, 10118.0, 10065.0, 10115.0, 10103.0, 10084.0, 10124.0, 10072.0, 10085.0, 10095.0, 10072.0, 10129.0, 10106.0, 10142.0, 10118.0, 10078.0, 10144.0, 10088.0, 10136.0, 10113.0, 10111.0, 10125.0, 10084.0, 10161.0, 10083.0, 10071.0, 10120.0, 10084.0, 10123.0, 10111.0, 10096.0, 10125.0, 10073.0, 10162.0, 10082.0, 10145.0, 10105.0, 10063.0, 10118.0, 10048.0, 10101.0, 10063.0, 10050.0, 10089.0, 10052.0, 10120.0, 10096.0, 10132.0, 10078.0, 10054.0, 10104.0, 10053.0, 10122.0, 10069.0, 10122.0, 10108.0, 10062.0, 10123.0, 10061.0, 10125.0, 10094.0, 10128.0, 10116.0, 10076.0, 10148.0, 10094.0, 10130.0, 10107.0, 10144.0, 10132.0, 10100.0, 10130.0, 10077.0, 10124.0, 10085.0, 10114.0, 10117.0, 10105.0, 10128.0, 10076.0, 10128.0, 10089.0, 10077.0, 10131.0, 10093.0, 10149.0, 10148.0, 10124.0, 10132.0, 10108.0, 10131.0, 10058.0, 10164.0, 10080.0, 10147.0, 10075.0, 10141.0, 10043.0, 10095.0, 10055.0, 10034.0, 10095.0, 10047.0, 10115.0, 10066.0, 10129.0, 10079.0, 10068.0, 10105.0, 10059.0, 10135.0, 10085.0, 10127.0, 10113.0, 10085.0, 10126.0, 10071.0, 10121.0, 10086.0, 10145.0, 10084.0, 10070.0, 10125.0, 10085.0, 10124.0, 10073.0, 10072.0, 10110.0, 10069.0, 10111.0, 10068.0, 10111.0, 10070.0, 10139.0, 10085.0, 10062.0, 10112.0, 10062.0, 10128.0, 10116.0, 10167.0, 10103.0, 10076.0, 10110.0, 10060.0, 10125.0, 10103.0, 10139.0, 10111.0, 10059.0, 10124.0, 10088.0, 10122.0, 10111.0, 10075.0, 10152.0, 10086.0, 10084.0, 10109.0, 10069.0, 10120.0, 10086.0, 10137.0, 10112.0, 10082.0, 10121.0, 10072.0, 10102.0, 10098.0, 10100.0, 10136.0, 10097.0, 10177.0, 10104.0, 10049.0, 10158.0, 10111.0, 10188.0, 10064.0, 10110.0, 10037.0, 10095.0, 10046.0, 10096.0, 10046.0, 10102.0, 10065.0, 10067.0, 10102.0, 10068.0, 10161.0, 10101.0, 10104.0, 10116.0, 10060.0, 10124.0, 10057.0, 10132.0, 10089.0, 10124.0, 10062.0, 10085.0, 10019.0, 10080.0, 10031.0, 10095.0, 10027.0, 9992.0, 10042.0, 9984.0, 10051.0, 10031.0, 10044.0, 10072.0, 10021.0, 10088.0, 10039.0, 10057.0, 10065.0, 10034.0, 10113.0, 10062.0, 10091.0, 10089.0, 10053.0, 10104.0, 10053.0, 10142.0, 10083.0, 10118.0, 10095.0, 10053.0, 10148.0, 10070.0, 10057.0, 10111.0, 10075.0, 10129.0, 10130.0, 10082.0, 10135.0, 10095.0, 10084.0, 10149.0, 10086.0, 10150.0, 10163.0, 10109.0, 10153.0, 10101.0, 10114.0, 10120.0, 10095.0, 10148.0, 10106.0, 10198.0, 10158.0, 10116.0, 10145.0, 10095.0, 10130.0, 10132.0, 10094.0, 10160.0, 10101.0, 10135.0, 10123.0, 10104.0, 10100.0, 10105.0, 10083.0, 10150.0, 10136.0, 10191.0, 10148.0, 10184.0, 10096.0, 10131.0, 10091.0, 10048.0, 10098.0, 10059.0, 10114.0, 10050.0, 10063.0, 10061.0, 10053.0, 10107.0, 10070.0, 10125.0, 10091.0, 10111.0, 10088.0, 10092.0, 10115.0, 10091.0, 10131.0, 10132.0, 10146.0, 10104.0, 10091.0, 10128.0, 10080.0, 10147.0, 10122.0, 10197.0, 10140.0, 10079.0, 10116.0, 10092.0, 10131.0, 10119.0, 10145.0, 10144.0, 10103.0, 10130.0, 10081.0, 10158.0, 10079.0, 10131.0, 10134.0, 10091.0, 10149.0, 10081.0, 10142.0, 10093.0, 10125.0, 10101.0, 10143.0, 10121.0, 10088.0, 10113.0, 10075.0, 10126.0, 10074.0, 10124.0, 10102.0, 10126.0, 10126.0, 10100.0, 10112.0, 10080.0, 10122.0, 10073.0, 10125.0, 10128.0, 10125.0, 10113.0, 10087.0, 10124.0, 10055.0, 10108.0, 10057.0, 10118.0, 10111.0, 10148.0, 10121.0, 10055.0, 10108.0, 10069.0, 10136.0, 10073.0, 10124.0, 10098.0, 10084.0, 10128.0, 10074.0, 10125.0, 10074.0, 10119.0, 10099.0, 10124.0, 10100.0, 10066.0, 10109.0, 10068.0, 10124.0, 10073.0, 10121.0, 10071.0, 10087.0, 10114.0, 10073.0, 10129.0, 10078.0, 10116.0, 10088.0, 10103.0, 10119.0, 10101.0, 10145.0, 10089.0, 10143.0, 10091.0, 10091.0, 10104.0, 10073.0, 10129.0, 10113.0, 10142.0, 10075.0, 10166.0, 10074.0, 10086.0, 10085.0, 10088.0, 10128.0, 10093.0, 10142.0, 10074.0, 10169.0, 10080.0, 10154.0, 10091.0, 10138.0, 10089.0, 10152.0, 10101.0, 10102.0, 10130.0, 10077.0, 10127.0, 10082.0, 10131.0, 10145.0, 10144.0, 10132.0, 10105.0, 10116.0, 10077.0, 10129.0, 10076.0, 10130.0, 10145.0, 10107.0, 10116.0, 10078.0, 10129.0, 10078.0, 10130.0, 10121.0, 10158.0, 10144.0, 10103.0, 10132.0, 10092.0, 10143.0, 10104.0, 10116.0, 10133.0, 10093.0, 10199.0, 10092.0, 10104.0, 10113.0, 10089.0, 10126.0, 10087.0, 10165.0, 10124.0, 10076.0, 10097.0, 10062.0, 10126.0, 10076.0, 10141.0, 10127.0, 10096.0, 10097.0, 10059.0, 10119.0, 10054.0, 10120.0, 10080.0, 10118.0, 10103.0, 10102.0, 10090.0, 10051.0, 10105.0, 10053.0, 10105.0, 10067.0, 10122.0, 10108.0, 10071.0, 10112.0, 10086.0, 10140.0, 10079.0, 10143.0, 10131.0, 10090.0, 10131.0, 10091.0, 10127.0, 10077.0, 10165.0, 10117.0, 10139.0, 10123.0, 10110.0, 10106.0, 10056.0, 10107.0, 10055.0, 10122.0, 10098.0, 10121.0, 10096.0, 10069.0, 10123.0, 10071.0, 10125.0, 10075.0, 10138.0, 10116.0, 10084.0, 10127.0, 10075.0, 10125.0, 10074.0, 10100.0, 10085.0, 10074.0, 10130.0, 10075.0, 10143.0, 10078.0, 10094.0, 10101.0, 10079.0, 10147.0, 10108.0, 10174.0, 10135.0, 10131.0, 10117.0, 10078.0, 10142.0, 10075.0, 10129.0, 10116.0, 10179.0, 10096.0, 10073.0, 10124.0, 10070.0, 10124.0, 10086.0, 10124.0, 10113.0, 10072.0, 10112.0, 10075.0, 10124.0, 10077.0, 10124.0, 10101.0, 10137.0, 10112.0, 10077.0, 10130.0, 10078.0, 10158.0, 10097.0, 10135.0, 10108.0, 10108.0, 10144.0, 10081.0, 10131.0, 10093.0, 10168.0, 10129.0, 10190.0, 10145.0, 10106.0, 10101.0, 10053.0, 10104.0, 10052.0, 10128.0, 10097.0, 10119.0, 10093.0, 10052.0, 10105.0, 10069.0, 10107.0, 10056.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.0003031300345224396</td></tr>
<tr><td colspan=3>aqi</td><td>0.022195508055235905</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.384543445414785</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1186217368778795</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9572152480645161</td></tr>
<tr><td colspan=3>efc</td><td>0.5024</td></tr>
<tr><td colspan=3>fber</td><td>4166.4224</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07562717767432132</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.380897583429229</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5701390087814966</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4902020315380478</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.811474296605593</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.408740698200849</td></tr>
<tr><td colspan=3>gcor</td><td>0.0072406</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010859396308660507</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03539283201098442</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8124107888838337</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.1426</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.7607</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.3537</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295384.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>1135.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.592</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9484</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.1284</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3774.2313</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81160.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1190.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1059.1658</td></tr>
<tr><td colspan=3>tsnr</td><td>39.709452143870294</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>