ds005256-mriqc/sub-0100_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 2e786f25c2 [DATALAD RUNCMD] Compute MRIQC for sub-0100
=== 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-0100 --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-0100",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:27:34 +02:00

616 lines
No EOL
105 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-0100_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0100_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-03/func/sub-0100_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cb4f82adacb839f086c7003979ed22e7</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:44:13.160000</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.998857, 0.0099587, 0.0467509, -0.000522931, 0.980274, -0.197642]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.116302</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7755, -7222, 72, -151, -77, 69, 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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>305.621</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d153b45a-4c4b-474b-8ebf-f9c7332c99d4||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.6798601150512695, -0.0014029855374246836, 0.1290517896413803, 109.62295532226562], [-0.026718467473983765, 2.6300039291381836, -0.5329564809799194, -74.9377212524414], [0.12542924284934998, 0.530258059501648, 2.6437289714813232, -102.9595718383789], [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': ['094413.160000', '094413.620000', '094414.080000', '094414.540000', '094415.000000', '094415.460000', '094415.920000', '094416.380000', '094416.840000', '094417.300000', '094417.760000', '094418.220000', '094418.680000', '094419.140000', '094419.600000', '094420.060000', '094420.520000', '094420.980000', '094421.440000', '094421.900000', '094422.360000', '094422.820000', '094423.280000', '094423.740000', '094424.200000', '094424.660000', '094425.120000', '094425.580000', '094426.040000', '094426.500000', '094426.960000', '094427.420000', '094427.880000', '094428.340000', '094428.800000', '094429.260000', '094429.720000', '094430.180000', '094430.640000', '094431.100000', '094431.560000', '094432.020000', '094432.480000', '094432.940000', '094433.400000', '094433.860000', '094434.320000', '094434.780000', '094435.240000', '094435.700000', '094436.160000', '094436.620000', '094437.080000', '094437.540000', '094438.000000', '094438.460000', '094438.920000', '094439.380000', '094439.840000', '094440.300000', '094440.760000', '094441.220000', '094441.680000', '094442.140000', '094442.600000', '094443.060000', '094443.520000', '094443.980000', '094444.440000', '094444.900000', '094445.360000', '094445.820000', '094446.280000', '094446.740000', '094447.200000', '094447.660000', '094448.120000', '094448.580000', '094449.040000', '094449.500000', '094449.960000', '094450.420000', '094450.880000', '094451.340000', '094451.800000', '094452.260000', '094452.720000', '094453.180000', '094453.640000', '094454.100000', '094454.560000', '094455.020000', '094455.480000', '094455.940000', '094456.400000', '094456.860000', '094457.320000', '094457.780000', '094458.240000', '094458.700000', '094459.160000', '094459.620000', '094500.080000', '094500.540000', '094501.000000', '094501.460000', '094501.920000', '094502.380000', '094502.840000', '094503.300000', '094503.760000', '094504.220000', '094504.680000', '094505.140000', '094505.600000', '094506.060000', '094506.520000', '094506.980000', '094507.440000', '094507.900000', '094508.360000', '094508.820000', '094509.280000', '094509.740000', '094510.200000', '094510.660000', '094511.120000', '094511.580000', '094512.040000', '094512.500000', '094512.960000', '094513.420000', '094513.880000', '094514.340000', '094514.800000', '094515.260000', '094515.720000', '094516.180000', '094516.640000', '094517.100000', '094517.560000', '094518.020000', '094518.480000', '094518.940000', '094519.400000', '094519.860000', '094520.320000', '094520.780000', '094521.240000', '094521.700000', '094522.160000', '094522.620000', '094523.080000', '094523.540000', '094524.000000', '094524.460000', '094524.920000', '094525.380000', '094525.840000', '094526.300000', '094526.760000', '094527.220000', '094527.680000', '094528.140000', '094528.600000', '094529.060000', '094529.520000', '094529.980000', '094530.440000', '094530.900000', '094531.360000', '094531.820000', '094532.280000', '094532.740000', '094533.200000', '094533.660000', '094534.120000', '094534.580000', '094535.040000', '094535.500000', '094535.960000', '094536.420000', '094536.880000', '094537.340000', '094537.800000', '094538.260000', '094538.720000', '094539.180000', '094539.640000', '094540.100000', '094540.560000', '094541.020000', '094541.480000', '094541.940000', '094542.400000', '094542.860000', '094543.320000', '094543.780000', '094544.240000', '094544.700000', '094545.160000', '094545.620000', '094546.080000', '094546.540000', '094547.000000', '094547.460000', '094547.920000', '094548.380000', '094548.840000', '094549.300000', '094549.760000', '094550.220000', '094550.680000', '094551.140000', '094551.600000', '094552.060000', '094552.520000', '094552.980000', '094553.440000', '094553.900000', '094554.360000', '094554.820000', '094555.280000', '094555.740000', '094556.200000', '094556.660000', '094557.120000', '094557.580000', '094558.040000', '094558.500000', '094558.960000', '094559.420000', '094559.880000', '094600.340000', '094600.800000', '094601.260000', '094601.720000', '094602.180000', '094602.640000', '094603.100000', '094603.560000', '094604.020000', '094604.480000', '094604.940000', '094605.400000', '094605.860000', '094606.320000', '094606.780000', '094607.240000', '094607.700000', '094608.160000', '094608.620000', '094609.080000', '094609.540000', '094610.000000', '094610.460000', '094610.920000', '094611.380000', '094611.840000', '094612.300000', '094612.760000', '094613.220000', '094613.680000', '094614.140000', '094614.600000', '094615.060000', '094615.520000', '094615.980000', '094616.440000', '094616.900000', '094617.360000', '094617.820000', '094618.280000', '094618.740000', '094619.200000', '094619.660000', '094620.120000', '094620.580000', '094621.040000', '094621.500000', '094621.960000', '094622.420000', '094622.880000', '094623.340000', '094623.800000', '094624.260000', '094624.720000', '094625.180000', '094625.640000', '094626.100000', '094626.560000', '094627.020000', '094627.480000', '094627.940000', '094628.400000', '094628.860000', '094629.320000', '094629.780000', '094630.240000', '094630.700000', '094631.160000', '094631.620000', '094632.080000', '094632.540000', '094633.000000', '094633.460000', '094633.920000', '094634.380000', '094634.840000', '094635.300000', '094635.760000', '094636.220000', '094636.680000', '094637.140000', '094637.600000', '094638.060000', '094638.520000', '094638.980000', '094639.440000', '094639.900000', '094640.360000', '094640.820000', '094641.280000', '094641.740000', '094642.200000', '094642.660000', '094643.120000', '094643.580000', '094644.040000', '094644.500000', '094644.960000', '094645.420000', '094645.880000', '094646.340000', '094646.800000', '094647.260000', '094647.720000', '094648.180000', '094648.640000', '094649.100000', '094649.560000', '094650.020000', '094650.480000', '094650.940000', '094651.400000', '094651.860000', '094652.320000', '094652.780000', '094653.240000', '094653.700000', '094654.160000', '094654.620000', '094655.080000', '094655.540000', '094656.000000', '094656.460000', '094656.920000', '094657.380000', '094657.840000', '094658.300000', '094658.760000', '094659.220000', '094659.680000', '094700.140000', '094700.600000', '094701.060000', '094701.520000', '094701.980000', '094702.440000', '094702.900000', '094703.360000', '094703.820000', '094704.280000', '094704.740000', '094705.200000', '094705.660000', '094706.120000', '094706.580000', '094707.040000', '094707.500000', '094707.960000', '094708.420000', '094708.880000', '094709.340000', '094709.800000', '094710.260000', '094710.720000', '094711.180000', '094711.640000', '094712.100000', '094712.560000', '094713.020000', '094713.480000', '094713.940000', '094714.400000', '094714.860000', '094715.320000', '094715.780000', '094716.240000', '094716.700000', '094717.160000', '094717.620000', '094718.080000', '094718.540000', '094719.000000', '094719.460000', '094719.920000', '094720.380000', '094720.840000', '094721.300000', '094721.760000', '094722.220000', '094722.680000', '094723.140000', '094723.600000', '094724.060000', '094724.520000', '094724.980000', '094725.440000', '094725.900000', '094726.360000', '094726.820000', '094727.280000', '094727.740000', '094728.200000', '094728.660000', '094729.120000', '094729.580000', '094730.040000', '094730.500000', '094730.960000', '094731.420000', '094731.880000', '094732.340000', '094732.800000', '094733.260000', '094733.720000', '094734.180000', '094734.640000', '094735.100000', '094735.560000', '094736.020000', '094736.480000', '094736.940000', '094737.400000', '094737.860000', '094738.320000', '094738.780000', '094739.240000', '094739.700000', '094740.160000', '094740.620000', '094741.080000', '094741.540000', '094742.000000', '094742.460000', '094742.920000', '094743.380000', '094743.840000', '094744.300000', '094744.760000', '094745.220000', '094745.680000', '094746.140000', '094746.600000', '094747.060000', '094747.520000', '094747.980000', '094748.440000', '094748.900000', '094749.360000', '094749.820000', '094750.280000', '094750.740000', '094751.200000', '094751.660000', '094752.120000', '094752.580000', '094753.040000', '094753.500000', '094753.960000', '094754.420000', '094754.880000', '094755.340000', '094755.800000', '094756.260000', '094756.720000', '094757.180000', '094757.640000', '094758.100000', '094758.560000', '094759.020000', '094759.480000', '094759.940000', '094800.400000', '094800.860000', '094801.320000', '094801.780000', '094802.240000', '094802.700000', '094803.160000', '094803.620000', '094804.080000', '094804.540000', '094805.000000', '094805.460000', '094805.920000', '094806.380000', '094806.840000', '094807.300000', '094807.760000', '094808.220000', '094808.680000', '094809.140000', '094809.600000', '094810.060000', '094810.520000', '094810.980000', '094811.440000', '094811.900000', '094812.360000', '094812.820000', '094813.280000', '094813.740000', '094814.200000', '094814.660000', '094815.120000', '094815.580000', '094816.040000', '094816.500000', '094816.960000', '094817.420000', '094817.880000', '094818.340000', '094818.800000', '094819.260000', '094819.720000', '094820.180000', '094820.640000', '094821.100000', '094821.560000', '094822.020000', '094822.480000', '094822.940000', '094823.400000', '094823.860000', '094824.320000', '094824.780000', '094825.240000', '094825.700000', '094826.160000', '094826.620000', '094827.080000', '094827.540000', '094828.000000', '094828.460000', '094828.920000', '094829.380000', '094829.840000', '094830.300000', '094830.760000', '094831.220000', '094831.680000', '094832.140000', '094832.600000', '094833.060000', '094833.520000', '094833.980000', '094834.440000', '094834.900000', '094835.360000', '094835.820000', '094836.280000', '094836.740000', '094837.200000', '094837.660000', '094838.120000', '094838.580000', '094839.040000', '094839.500000', '094839.960000', '094840.420000', '094840.880000', '094841.340000', '094841.800000', '094842.260000', '094842.720000', '094843.180000', '094843.640000', '094844.100000', '094844.560000', '094845.020000', '094845.480000', '094845.940000', '094846.400000', '094846.860000', '094847.320000', '094847.780000', '094848.240000', '094848.700000', '094849.160000', '094849.620000', '094850.080000', '094850.540000', '094851.000000', '094851.460000', '094851.920000', '094852.380000', '094852.840000', '094853.300000', '094853.760000', '094854.220000', '094854.680000', '094855.140000', '094855.600000', '094856.060000', '094856.520000', '094856.980000', '094857.440000', '094857.900000', '094858.360000', '094858.820000', '094859.280000', '094859.740000', '094900.200000', '094900.660000', '094901.120000', '094901.580000', '094902.040000', '094902.500000', '094902.960000', '094903.420000', '094903.880000', '094904.340000', '094904.800000', '094905.260000', '094905.720000', '094906.180000', '094906.640000', '094907.100000', '094907.560000', '094908.020000', '094908.480000', '094908.940000', '094909.400000', '094909.860000', '094910.320000', '094910.780000', '094911.240000', '094911.700000', '094912.160000', '094912.620000', '094913.080000', '094913.540000', '094914.000000', '094914.460000', '094914.920000', '094915.380000', '094915.840000', '094916.300000', '094916.760000', '094917.220000', '094917.680000', '094918.140000', '094918.600000', '094919.060000', '094919.520000', '094919.980000', '094920.440000', '094920.900000', '094921.360000', '094921.820000', '094922.280000', '094922.740000', '094923.200000', '094923.660000', '094924.120000', '094924.580000', '094925.040000', '094925.500000', '094925.960000', '094926.420000', '094926.880000', '094927.340000', '094927.800000', '094928.260000', '094928.720000', '094929.180000', '094929.640000', '094930.100000', '094930.560000', '094931.020000', '094931.480000', '094931.940000', '094932.400000', '094932.860000', '094933.320000', '094933.780000', '094934.240000', '094934.700000', '094935.160000', '094935.620000', '094936.080000', '094936.540000', '094937.000000', '094937.460000', '094937.920000', '094938.380000', '094938.840000', '094939.300000', '094939.760000', '094940.220000', '094940.680000', '094941.140000', '094941.600000', '094942.060000', '094942.520000', '094942.980000', '094943.440000', '094943.900000', '094944.360000', '094944.820000', '094945.280000', '094945.740000', '094946.200000', '094946.660000', '094947.120000', '094947.580000', '094948.040000', '094948.500000', '094948.960000', '094949.420000', '094949.880000', '094950.340000', '094950.800000', '094951.260000', '094951.720000', '094952.180000', '094952.640000', '094953.100000', '094953.560000', '094954.020000', '094954.480000', '094954.940000', '094955.400000', '094955.860000', '094956.320000', '094956.780000', '094957.240000', '094957.700000', '094958.160000', '094958.620000', '094959.080000', '094959.540000', '095000.000000', '095000.460000', '095000.920000', '095001.380000', '095001.840000', '095002.300000', '095002.760000', '095003.220000', '095003.680000', '095004.140000', '095004.600000', '095005.060000', '095005.520000', '095005.980000', '095006.440000', '095006.900000', '095007.360000', '095007.820000', '095008.280000', '095008.740000', '095009.200000', '095009.660000', '095010.120000', '095010.580000', '095011.040000', '095011.500000', '095011.960000', '095012.420000', '095012.880000', '095013.340000', '095013.800000', '095014.260000', '095014.720000', '095015.180000', '095015.640000', '095016.100000', '095016.560000', '095017.020000', '095017.480000', '095017.940000', '095018.400000', '095018.860000', '095019.320000', '095019.780000', '095020.240000', '095020.700000', '095021.160000', '095021.620000', '095022.080000', '095022.540000', '095023.000000', '095023.460000', '095023.920000', '095024.380000', '095024.840000', '095025.300000', '095025.760000', '095026.220000', '095026.680000', '095027.140000', '095027.600000', '095028.060000', '095028.520000', '095028.980000', '095029.440000', '095029.900000', '095030.360000', '095030.820000', '095031.280000', '095031.740000', '095032.200000', '095032.660000', '095033.120000', '095033.580000', '095034.040000', '095034.500000', '095034.960000', '095035.420000', '095035.880000', '095036.340000', '095036.800000', '095037.260000', '095037.720000', '095038.180000', '095038.640000', '095039.100000', '095039.560000', '095040.020000', '095040.480000', '095040.940000', '095041.400000', '095041.860000', '095042.320000', '095042.780000', '095043.240000', '095043.700000', '095044.160000', '095044.620000', '095045.080000', '095045.540000', '095046.000000', '095046.460000', '095046.920000', '095047.380000', '095047.840000', '095048.300000', '095048.760000', '095049.220000', '095049.680000', '095050.140000', '095050.600000', '095051.060000', '095051.520000', '095051.980000', '095052.440000', '095052.900000', '095053.360000', '095053.820000'], 'ContentTime': ['094437.623000', '094437.626000', '094437.636000', '094437.639000', '094437.641000', '094437.644000', '094437.646000', '094437.649000', '094437.652000', '094437.654000', '094437.657000', '094437.660000', '094437.662000', '094437.665000', '094437.667000', '094437.670000', '094437.673000', '094437.675000', '094437.678000', '094437.681000', '094437.683000', '094437.686000', '094437.688000', '094437.691000', '094437.694000', '094437.696000', '094437.699000', '094437.702000', '094437.704000', '094437.707000', '094437.709000', '094437.712000', '094437.715000', '094437.718000', '094437.720000', '094437.723000', '094437.725000', '094437.728000', '094437.730000', '094437.733000', '094437.748000', '094437.750000', '094437.753000', '094437.756000', '094437.758000', '094437.761000', '094437.763000', '094437.766000', '094437.768000', '094437.771000', '094457.593000', '094457.596000', '094457.599000', '094457.602000', '094457.604000', '094457.607000', '094457.610000', '094457.612000', '094457.615000', '094457.617000', '094457.620000', '094457.623000', '094457.625000', '094457.632000', '094457.635000', '094457.638000', '094457.640000', '094457.643000', '094457.646000', '094457.648000', '094457.651000', '094457.653000', '094457.656000', '094457.659000', '094457.661000', '094457.664000', '094457.666000', '094457.669000', '094457.672000', '094457.674000', '094457.677000', '094457.679000', '094457.682000', '094457.685000', '094457.687000', '094457.690000', '094457.692000', '094457.695000', '094457.698000', '094457.700000', '094457.703000', '094457.706000', '094457.709000', '094517.593000', '094517.596000', '094517.599000', '094517.601000', '094517.604000', '094517.607000', '094517.609000', '094517.612000', '094517.615000', '094517.617000', '094517.620000', '094517.622000', '094517.625000', '094517.628000', '094517.630000', '094517.633000', '094517.635000', '094517.638000', '094517.641000', '094517.647000', '094517.649000', '094517.652000', '094517.666000', '094517.669000', '094517.671000', '094517.674000', '094517.676000', '094517.679000', '094517.682000', '094517.684000', '094517.687000', '094517.690000', '094517.692000', '094517.695000', '094517.697000', '094517.700000', '094517.703000', '094517.705000', '094517.708000', '094517.710000', '094517.713000', '094517.716000', '094517.718000', '094517.721000', '094537.595000', '094537.598000', '094537.600000', '094537.603000', '094537.606000', '094537.608000', '094537.611000', '094537.613000', '094537.616000', '094537.619000', '094537.621000', '094537.624000', '094537.626000', '094537.629000', '094537.632000', '094537.634000', '094537.637000', '094537.642000', '094537.645000', '094537.647000', '094537.650000', '094537.653000', '094537.655000', '094537.658000', '094537.660000', '094537.663000', '094537.666000', '094537.668000', '094537.671000', '094537.674000', '094537.687000', '094537.689000', '094537.701000', '094537.704000', '094537.707000', '094537.710000', '094537.712000', '094537.715000', '094537.718000', '094537.721000', '094537.725000', '094537.728000', '094537.730000', '094557.594000', '094557.597000', '094557.600000', '094557.603000', '094557.605000', '094557.608000', '094557.611000', '094557.613000', '094557.616000', '094557.618000', '094557.621000', '094557.624000', '094557.626000', '094557.629000', '094557.632000', '094557.634000', '094557.637000', '094557.639000', '094557.642000', '094557.645000', '094557.647000', '094557.650000', '094557.652000', '094557.655000', '094557.658000', '094557.660000', '094557.663000', '094557.666000', '094557.668000', '094557.671000', '094557.674000', '094557.680000', '094557.683000', '094557.685000', '094557.688000', '094557.691000', '094557.693000', '094557.696000', '094557.698000', '094557.701000', '094557.704000', '094557.706000', '094557.709000', '094617.594000', '094617.597000', '094617.600000', '094617.603000', '094617.605000', '094617.608000', '094617.611000', '094617.613000', '094617.616000', '094617.618000', '094617.621000', '094617.624000', '094617.626000', '094617.629000', '094617.632000', '094617.634000', '094617.637000', '094617.640000', '094617.642000', '094617.645000', '094617.647000', '094617.650000', '094617.652000', '094617.655000', '094617.658000', '094617.660000', '094617.663000', '094617.665000', '094617.668000', '094617.671000', '094617.673000', '094617.676000', '094617.679000', '094617.681000', '094617.684000', '094617.687000', '094617.689000', '094617.692000', '094617.694000', '094617.697000', '094617.700000', '094617.702000', '094617.705000', '094617.716000', '094637.595000', '094637.609000', '094637.612000', '094637.614000', '094637.617000', '094637.620000', '094637.622000', '094637.625000', '094637.627000', '094637.630000', '094637.633000', '094637.635000', '094637.638000', '094637.641000', '094637.643000', '094637.646000', '094637.649000', '094637.651000', '094637.654000', '094637.656000', '094637.659000', '094637.662000', '094637.664000', '094637.667000', '094637.669000', '094637.672000', '094637.675000', '094637.677000', '094637.680000', '094637.683000', '094637.685000', '094637.688000', '094637.691000', '094637.693000', '094637.696000', '094637.699000', '094637.701000', '094637.704000', '094637.707000', '094637.709000', '094637.712000', '094637.714000', '094637.717000', '094637.720000', '094657.594000', '094657.597000', '094657.600000', '094657.602000', '094657.605000', '094657.608000', '094657.610000', '094657.617000', '094657.619000', '094657.622000', '094657.624000', '094657.627000', '094657.630000', '094657.633000', '094657.635000', '094657.638000', '094657.640000', '094657.643000', '094657.646000', '094657.648000', '094657.651000', '094657.654000', '094657.656000', '094657.659000', '094657.661000', '094657.664000', '094657.667000', '094657.669000', '094657.672000', '094657.675000', '094657.677000', '094657.680000', '094657.682000', '094657.685000', '094657.687000', '094657.690000', '094657.693000', '094657.695000', '094657.698000', '094657.701000', '094657.703000', '094657.706000', '094657.708000', '094717.593000', '094717.596000', '094717.599000', '094717.601000', '094717.604000', '094717.607000', '094717.610000', '094717.612000', '094717.615000', '094717.618000', '094717.620000', '094717.623000', '094717.626000', '094717.628000', '094717.659000', '094717.662000', '094717.665000', '094717.667000', '094717.670000', '094717.672000', '094717.675000', '094717.678000', '094717.680000', '094717.683000', '094717.686000', '094717.688000', '094717.691000', '094717.693000', '094717.696000', '094717.699000', '094717.701000', '094717.704000', '094717.707000', '094717.709000', '094717.712000', '094717.714000', '094717.717000', '094717.720000', '094717.722000', '094717.725000', '094717.727000', '094717.730000', '094717.733000', '094717.744000', '094737.593000', '094737.596000', '094737.599000', '094737.602000', '094737.604000', '094737.607000', '094737.609000', '094737.612000', '094737.615000', '094737.617000', '094737.620000', '094737.622000', '094737.625000', '094737.628000', '094737.631000', '094737.633000', '094737.636000', '094737.638000', '094737.641000', '094737.644000', '094737.646000', '094737.649000', '094737.651000', '094737.654000', '094737.656000', '094737.659000', '094737.662000', '094737.665000', '094737.667000', '094737.670000', '094737.672000', '094737.675000', '094737.678000', '094737.680000', '094737.683000', '094737.686000', '094737.688000', '094737.698000', '094737.701000', '094737.703000', '094737.706000', '094737.709000', '094737.711000', '094757.594000', '094757.597000', '094757.600000', '094757.603000', '094757.605000', '094757.608000', '094757.610000', '094757.613000', '094757.616000', '094757.618000', '094757.621000', '094757.624000', '094757.626000', '094757.629000', '094757.632000', '094757.637000', '094757.640000', '094757.643000', '094757.645000', '094757.648000', '094757.651000', '094757.653000', '094757.656000', '094757.659000', '094757.661000', '094757.664000', '094757.666000', '094757.669000', '094757.672000', '094757.674000', '094757.677000', '094757.679000', '094757.682000', '094757.685000', '094757.687000', '094757.690000', '094757.692000', '094757.695000', '094757.698000', '094757.700000', '094757.703000', '094757.705000', '094757.708000', '094757.711000', '094817.594000', '094817.597000', '094817.600000', '094817.603000', '094817.605000', '094817.608000', '094817.611000', '094817.613000', '094817.616000', '094817.619000', '094817.621000', '094817.624000', '094817.626000', '094817.629000', '094817.632000', '094817.634000', '094817.637000', '094817.640000', '094817.642000', '094817.645000', '094817.647000', '094817.650000', '094817.653000', '094817.655000', '094817.658000', '094817.660000', '094817.663000', '094817.666000', '094817.668000', '094817.671000', '094817.674000', '094817.676000', '094817.679000', '094817.682000', '094817.684000', '094817.687000', '094817.689000', '094817.692000', '094817.695000', '094817.697000', '094817.700000', '094817.703000', '094817.705000', '094837.594000', '094837.597000', '094837.600000', '094837.603000', '094837.605000', '094837.608000', '094837.610000', '094837.613000', '094837.616000', '094837.618000', '094837.621000', '094837.624000', '094837.626000', '094837.629000', '094837.632000', '094837.634000', '094837.637000', '094837.639000', '094837.642000', '094837.645000', '094837.648000', '094837.650000', '094837.653000', '094837.656000', '094837.658000', '094837.661000', '094837.664000', '094837.666000', '094837.669000', '094837.671000', '094837.674000', '094837.677000', '094837.679000', '094837.682000', '094837.685000', '094837.687000', '094837.690000', '094837.704000', '094837.707000', '094837.709000', '094837.712000', '094837.714000', '094837.717000', '094857.595000', '094857.598000', '094857.600000', '094857.603000', '094857.605000', '094857.608000', '094857.611000', '094857.613000', '094857.616000', '094857.619000', '094857.633000', '094857.635000', '094857.638000', '094857.641000', '094857.644000', '094857.646000', '094857.649000', '094857.652000', '094857.654000', '094857.657000', '094857.659000', '094857.662000', '094857.665000', '094857.667000', '094857.670000', '094857.673000', '094857.675000', '094857.678000', '094857.680000', '094857.683000', '094857.695000', '094857.698000', '094857.700000', '094857.703000', '094857.706000', '094857.708000', '094857.711000', '094857.713000', '094857.716000', '094857.719000', '094857.721000', '094857.724000', '094857.727000', '094857.729000', '094917.595000', '094917.598000', '094917.601000', '094917.604000', '094917.607000', '094917.609000', '094917.612000', '094917.615000', '094917.617000', '094917.620000', '094917.622000', '094917.625000', '094917.628000', '094917.630000', '094917.633000', '094917.636000', '094917.638000', '094917.641000', '094917.644000', '094917.646000', '094917.649000', '094917.651000', '094917.654000', '094917.657000', '094917.659000', '094917.662000', '094917.665000', '094917.667000', '094917.670000', '094917.672000', '094917.675000', '094917.678000', '094917.680000', '094917.683000', '094917.685000', '094917.688000', '094917.691000', '094917.693000', '094917.696000', '094917.699000', '094917.701000', '094917.704000', '094917.706000', '094937.594000', '094937.596000', '094937.599000', '094937.602000', '094937.604000', '094937.607000', '094937.609000', '094937.612000', '094937.615000', '094937.617000', '094937.620000', '094937.623000', '094937.625000', '094937.628000', '094937.631000', '094937.633000', '094937.636000', '094937.639000', '094937.641000', '094937.644000', '094937.647000', '094937.649000', '094937.652000', '094937.654000', '094937.657000', '094937.660000', '094937.662000', '094937.665000', '094937.668000', '094937.670000', '094937.673000', '094937.676000', '094937.678000', '094937.681000', '094937.684000', '094937.686000', '094937.689000', '094937.692000', '094937.694000', '094937.697000', '094937.699000', '094937.702000', '094937.705000', '094937.707000', '094957.594000', '094957.596000', '094957.599000', '094957.602000', '094957.611000', '094957.613000', '094957.616000', '094957.619000', '094957.621000', '094957.624000', '094957.627000', '094957.630000', '094957.633000', '094957.635000', '094957.638000', '094957.641000', '094957.643000', '094957.646000', '094957.649000', '094957.651000', '094957.654000', '094957.657000', '094957.659000', '094957.662000', '094957.664000', '094957.667000', '094957.670000', '094957.672000', '094957.675000', '094957.678000', '094957.680000', '094957.683000', '094957.686000', '094957.688000', '094957.691000', '094957.694000', '094957.697000', '094957.699000', '094957.702000', '094957.705000', '094957.709000', '094957.711000', '094957.714000', '095017.595000', '095017.598000', '095017.600000', '095017.603000', '095017.606000', '095017.608000', '095017.611000', '095017.614000', '095017.616000', '095017.619000', '095017.621000', '095017.624000', '095017.627000', '095017.629000', '095017.632000', '095017.635000', '095017.637000', '095017.640000', '095017.642000', '095017.645000', '095017.648000', '095017.661000', '095017.664000', '095017.666000', '095017.669000', '095017.672000', '095017.674000', '095017.677000', '095017.680000', '095017.682000', '095017.685000', '095017.688000', '095017.690000', '095017.693000', '095017.695000', '095017.698000', '095017.701000', '095017.703000', '095017.706000', '095017.709000', '095017.711000', '095017.714000', '095017.723000', '095017.726000', '095037.595000', '095037.598000', '095037.600000', '095037.603000', '095037.605000', '095037.608000', '095037.611000', '095037.613000', '095037.616000', '095037.619000', '095037.621000', '095037.624000', '095037.626000', '095037.629000', '095037.632000', '095037.634000', '095037.637000', '095037.640000', '095037.642000', '095037.645000', '095037.648000', '095037.650000', '095037.653000', '095037.655000', '095037.658000', '095037.661000', '095037.663000', '095037.666000', '095037.669000', '095037.671000', '095037.674000', '095037.678000', '095037.680000', '095037.683000', '095037.685000', '095037.688000', '095037.691000', '095037.694000', '095037.696000', '095037.699000', '095037.701000', '095037.704000', '095037.707000', '095055.576000', '095055.579000', '095055.582000', '095055.584000', '095055.587000', '095055.590000', '095055.592000', '095055.595000', '095055.598000', '095055.600000', '095055.603000', '095055.606000', '095055.608000', '095055.611000', '095055.613000', '095055.616000', '095055.619000', '095055.621000', '095055.630000', '095055.633000', '095055.635000', '095055.638000', '095055.640000', '095055.643000', '095055.646000', '095055.648000', '095055.651000', '095055.654000', '095055.656000', '095055.659000', '095055.662000', '095055.664000', '095055.667000', '095055.670000', '095055.672000', '095055.675000', '095055.677000', '095055.680000', '095055.683000', '095055.685000'], 'InstanceCreationTime': ['094437.623000', '094437.626000', '094437.636000', '094437.639000', '094437.641000', '094437.644000', '094437.646000', '094437.649000', '094437.652000', '094437.654000', '094437.657000', '094437.660000', '094437.662000', '094437.665000', '094437.667000', '094437.670000', '094437.673000', '094437.675000', '094437.678000', '094437.681000', '094437.683000', '094437.686000', '094437.688000', '094437.691000', '094437.694000', '094437.696000', '094437.699000', '094437.702000', '094437.704000', '094437.707000', '094437.709000', '094437.712000', '094437.715000', '094437.718000', '094437.720000', '094437.723000', '094437.725000', '094437.728000', '094437.730000', '094437.733000', '094437.748000', '094437.750000', '094437.753000', '094437.756000', '094437.758000', '094437.761000', '094437.763000', '094437.766000', '094437.768000', '094437.771000', '094457.593000', '094457.596000', '094457.599000', '094457.602000', '094457.604000', '094457.607000', '094457.610000', '094457.612000', '094457.615000', '094457.617000', '094457.620000', '094457.623000', '094457.625000', '094457.632000', '094457.635000', '094457.638000', '094457.640000', '094457.643000', '094457.646000', '094457.648000', '094457.651000', '094457.653000', '094457.656000', '094457.659000', '094457.661000', '094457.664000', '094457.666000', '094457.669000', '094457.672000', '094457.674000', '094457.677000', '094457.679000', '094457.682000', '094457.685000', '094457.687000', '094457.690000', '094457.692000', '094457.695000', '094457.698000', '094457.700000', '094457.703000', '094457.706000', '094457.709000', '094517.593000', '094517.596000', '094517.599000', '094517.601000', '094517.604000', '094517.607000', '094517.609000', '094517.612000', '094517.615000', '094517.617000', '094517.620000', '094517.622000', '094517.625000', '094517.628000', '094517.630000', '094517.633000', '094517.635000', '094517.638000', '094517.641000', '094517.647000', '094517.649000', '094517.652000', '094517.666000', '094517.669000', '094517.671000', '094517.674000', '094517.676000', '094517.679000', '094517.682000', '094517.684000', '094517.687000', '094517.690000', '094517.692000', '094517.695000', '094517.697000', '094517.700000', '094517.703000', '094517.705000', '094517.708000', '094517.710000', '094517.713000', '094517.716000', '094517.718000', '094517.721000', '094537.595000', '094537.598000', '094537.600000', '094537.603000', '094537.606000', '094537.608000', '094537.611000', '094537.613000', '094537.616000', '094537.619000', '094537.621000', '094537.624000', '094537.626000', '094537.629000', '094537.632000', '094537.634000', '094537.637000', '094537.642000', '094537.645000', '094537.647000', '094537.650000', '094537.653000', '094537.655000', '094537.658000', '094537.660000', '094537.663000', '094537.666000', '094537.668000', '094537.671000', '094537.674000', '094537.687000', '094537.689000', '094537.701000', '094537.704000', '094537.707000', '094537.710000', '094537.712000', '094537.715000', '094537.718000', '094537.721000', '094537.725000', '094537.728000', '094537.730000', '094557.594000', '094557.597000', '094557.600000', '094557.603000', '094557.605000', '094557.608000', '094557.611000', '094557.613000', '094557.616000', '094557.618000', '094557.621000', '094557.624000', '094557.626000', '094557.629000', '094557.632000', '094557.634000', '094557.637000', '094557.639000', '094557.642000', '094557.645000', '094557.647000', '094557.650000', '094557.652000', '094557.655000', '094557.658000', '094557.660000', '094557.663000', '094557.666000', '094557.668000', '094557.671000', '094557.674000', '094557.680000', '094557.683000', '094557.685000', '094557.688000', '094557.691000', '094557.693000', '094557.696000', '094557.698000', '094557.701000', '094557.704000', '094557.706000', '094557.709000', '094617.594000', '094617.597000', '094617.600000', '094617.603000', '094617.605000', '094617.608000', '094617.611000', '094617.613000', '094617.616000', '094617.618000', '094617.621000', '094617.624000', '094617.626000', '094617.629000', '094617.632000', '094617.634000', '094617.637000', '094617.640000', '094617.642000', '094617.645000', '094617.647000', '094617.650000', '094617.652000', '094617.655000', '094617.658000', '094617.660000', '094617.663000', '094617.665000', '094617.668000', '094617.671000', '094617.673000', '094617.676000', '094617.679000', '094617.681000', '094617.684000', '094617.687000', '094617.689000', '094617.692000', '094617.694000', '094617.697000', '094617.700000', '094617.702000', '094617.705000', '094617.716000', '094637.595000', '094637.609000', '094637.612000', '094637.614000', '094637.617000', '094637.620000', '094637.622000', '094637.625000', '094637.627000', '094637.630000', '094637.633000', '094637.635000', '094637.638000', '094637.641000', '094637.643000', '094637.646000', '094637.649000', '094637.651000', '094637.654000', '094637.656000', '094637.659000', '094637.662000', '094637.664000', '094637.667000', '094637.669000', '094637.672000', '094637.675000', '094637.677000', '094637.680000', '094637.683000', '094637.685000', '094637.688000', '094637.691000', '094637.693000', '094637.696000', '094637.699000', '094637.701000', '094637.704000', '094637.707000', '094637.709000', '094637.712000', '094637.714000', '094637.717000', '094637.720000', '094657.594000', '094657.597000', '094657.600000', '094657.602000', '094657.605000', '094657.608000', '094657.610000', '094657.617000', '094657.619000', '094657.622000', '094657.624000', '094657.627000', '094657.630000', '094657.633000', '094657.635000', '094657.638000', '094657.640000', '094657.643000', '094657.646000', '094657.648000', '094657.651000', '094657.654000', '094657.656000', '094657.659000', '094657.661000', '094657.664000', '094657.667000', '094657.669000', '094657.672000', '094657.675000', '094657.677000', '094657.680000', '094657.682000', '094657.685000', '094657.687000', '094657.690000', '094657.693000', '094657.695000', '094657.698000', '094657.701000', '094657.703000', '094657.706000', '094657.708000', '094717.593000', '094717.596000', '094717.599000', '094717.601000', '094717.604000', '094717.607000', '094717.610000', '094717.612000', '094717.615000', '094717.618000', '094717.620000', '094717.623000', '094717.626000', '094717.628000', '094717.659000', '094717.662000', '094717.665000', '094717.667000', '094717.670000', '094717.672000', '094717.675000', '094717.678000', '094717.680000', '094717.683000', '094717.686000', '094717.688000', '094717.691000', '094717.693000', '094717.696000', '094717.699000', '094717.701000', '094717.704000', '094717.707000', '094717.709000', '094717.712000', '094717.714000', '094717.717000', '094717.720000', '094717.722000', '094717.725000', '094717.727000', '094717.730000', '094717.733000', '094717.744000', '094737.593000', '094737.596000', '094737.599000', '094737.602000', '094737.604000', '094737.607000', '094737.609000', '094737.612000', '094737.615000', '094737.617000', '094737.620000', '094737.622000', '094737.625000', '094737.628000', '094737.631000', '094737.633000', '094737.636000', '094737.638000', '094737.641000', '094737.644000', '094737.646000', '094737.649000', '094737.651000', '094737.654000', '094737.656000', '094737.659000', '094737.662000', '094737.665000', '094737.667000', '094737.670000', '094737.672000', '094737.675000', '094737.678000', '094737.680000', '094737.683000', '094737.686000', '094737.688000', '094737.698000', '094737.701000', '094737.703000', '094737.706000', '094737.709000', '094737.711000', '094757.594000', '094757.597000', '094757.600000', '094757.603000', '094757.605000', '094757.608000', '094757.610000', '094757.613000', '094757.616000', '094757.618000', '094757.621000', '094757.624000', '094757.626000', '094757.629000', '094757.632000', '094757.637000', '094757.640000', '094757.643000', '094757.645000', '094757.648000', '094757.651000', '094757.653000', '094757.656000', '094757.659000', '094757.661000', '094757.664000', '094757.666000', '094757.669000', '094757.672000', '094757.674000', '094757.677000', '094757.679000', '094757.682000', '094757.685000', '094757.687000', '094757.690000', '094757.692000', '094757.695000', '094757.698000', '094757.700000', '094757.703000', '094757.705000', '094757.708000', '094757.711000', '094817.594000', '094817.597000', '094817.600000', '094817.603000', '094817.605000', '094817.608000', '094817.611000', '094817.613000', '094817.616000', '094817.619000', '094817.621000', '094817.624000', '094817.626000', '094817.629000', '094817.632000', '094817.634000', '094817.637000', '094817.640000', '094817.642000', '094817.645000', '094817.647000', '094817.650000', '094817.653000', '094817.655000', '094817.658000', '094817.660000', '094817.663000', '094817.666000', '094817.668000', '094817.671000', '094817.674000', '094817.676000', '094817.679000', '094817.682000', '094817.684000', '094817.687000', '094817.689000', '094817.692000', '094817.695000', '094817.697000', '094817.700000', '094817.703000', '094817.705000', '094837.594000', '094837.597000', '094837.600000', '094837.603000', '094837.605000', '094837.608000', '094837.610000', '094837.613000', '094837.616000', '094837.618000', '094837.621000', '094837.624000', '094837.626000', '094837.629000', '094837.632000', '094837.634000', '094837.637000', '094837.639000', '094837.642000', '094837.645000', '094837.648000', '094837.650000', '094837.653000', '094837.656000', '094837.658000', '094837.661000', '094837.664000', '094837.666000', '094837.669000', '094837.671000', '094837.674000', '094837.677000', '094837.679000', '094837.682000', '094837.685000', '094837.687000', '094837.690000', '094837.704000', '094837.707000', '094837.709000', '094837.712000', '094837.714000', '094837.717000', '094857.595000', '094857.598000', '094857.600000', '094857.603000', '094857.605000', '094857.608000', '094857.611000', '094857.613000', '094857.616000', '094857.619000', '094857.633000', '094857.635000', '094857.638000', '094857.641000', '094857.644000', '094857.646000', '094857.649000', '094857.652000', '094857.654000', '094857.657000', '094857.659000', '094857.662000', '094857.665000', '094857.667000', '094857.670000', '094857.673000', '094857.675000', '094857.678000', '094857.680000', '094857.683000', '094857.695000', '094857.698000', '094857.700000', '094857.703000', '094857.706000', '094857.708000', '094857.711000', '094857.713000', '094857.716000', '094857.719000', '094857.721000', '094857.724000', '094857.727000', '094857.729000', '094917.595000', '094917.598000', '094917.601000', '094917.604000', '094917.607000', '094917.609000', '094917.612000', '094917.615000', '094917.617000', '094917.620000', '094917.622000', '094917.625000', '094917.628000', '094917.630000', '094917.633000', '094917.636000', '094917.638000', '094917.641000', '094917.644000', '094917.646000', '094917.649000', '094917.651000', '094917.654000', '094917.657000', '094917.659000', '094917.662000', '094917.665000', '094917.667000', '094917.670000', '094917.672000', '094917.675000', '094917.678000', '094917.680000', '094917.683000', '094917.685000', '094917.688000', '094917.691000', '094917.693000', '094917.696000', '094917.699000', '094917.701000', '094917.704000', '094917.706000', '094937.594000', '094937.596000', '094937.599000', '094937.602000', '094937.604000', '094937.607000', '094937.609000', '094937.612000', '094937.615000', '094937.617000', '094937.620000', '094937.623000', '094937.625000', '094937.628000', '094937.631000', '094937.633000', '094937.636000', '094937.639000', '094937.641000', '094937.644000', '094937.647000', '094937.649000', '094937.652000', '094937.654000', '094937.657000', '094937.660000', '094937.662000', '094937.665000', '094937.668000', '094937.670000', '094937.673000', '094937.676000', '094937.678000', '094937.681000', '094937.684000', '094937.686000', '094937.689000', '094937.692000', '094937.694000', '094937.697000', '094937.699000', '094937.702000', '094937.705000', '094937.707000', '094957.594000', '094957.596000', '094957.599000', '094957.602000', '094957.611000', '094957.613000', '094957.616000', '094957.619000', '094957.621000', '094957.624000', '094957.627000', '094957.630000', '094957.633000', '094957.635000', '094957.638000', '094957.641000', '094957.643000', '094957.646000', '094957.649000', '094957.651000', '094957.654000', '094957.657000', '094957.659000', '094957.662000', '094957.664000', '094957.667000', '094957.670000', '094957.672000', '094957.675000', '094957.678000', '094957.680000', '094957.683000', '094957.686000', '094957.688000', '094957.691000', '094957.694000', '094957.697000', '094957.699000', '094957.702000', '094957.705000', '094957.709000', '094957.711000', '094957.714000', '095017.595000', '095017.598000', '095017.600000', '095017.603000', '095017.606000', '095017.608000', '095017.611000', '095017.614000', '095017.616000', '095017.619000', '095017.621000', '095017.624000', '095017.627000', '095017.629000', '095017.632000', '095017.635000', '095017.637000', '095017.640000', '095017.642000', '095017.645000', '095017.648000', '095017.661000', '095017.664000', '095017.666000', '095017.669000', '095017.672000', '095017.674000', '095017.677000', '095017.680000', '095017.682000', '095017.685000', '095017.688000', '095017.690000', '095017.693000', '095017.695000', '095017.698000', '095017.701000', '095017.703000', '095017.706000', '095017.709000', '095017.711000', '095017.714000', '095017.723000', '095017.726000', '095037.595000', '095037.598000', '095037.600000', '095037.603000', '095037.605000', '095037.608000', '095037.611000', '095037.613000', '095037.616000', '095037.619000', '095037.621000', '095037.624000', '095037.626000', '095037.629000', '095037.632000', '095037.634000', '095037.637000', '095037.640000', '095037.642000', '095037.645000', '095037.648000', '095037.650000', '095037.653000', '095037.655000', '095037.658000', '095037.661000', '095037.663000', '095037.666000', '095037.669000', '095037.671000', '095037.674000', '095037.678000', '095037.680000', '095037.683000', '095037.685000', '095037.688000', '095037.691000', '095037.694000', '095037.696000', '095037.699000', '095037.701000', '095037.704000', '095037.707000', '095055.576000', '095055.579000', '095055.582000', '095055.584000', '095055.587000', '095055.590000', '095055.592000', '095055.595000', '095055.598000', '095055.600000', '095055.603000', '095055.606000', '095055.608000', '095055.611000', '095055.613000', '095055.616000', '095055.619000', '095055.621000', '095055.630000', '095055.633000', '095055.635000', '095055.638000', '095055.640000', '095055.643000', '095055.646000', '095055.648000', '095055.651000', '095055.654000', '095055.656000', '095055.659000', '095055.662000', '095055.664000', '095055.667000', '095055.670000', '095055.672000', '095055.675000', '095055.677000', '095055.680000', '095055.683000', '095055.685000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [12329, 14929, 8861, 9525, 8148, 7812, 8466, 8463, 8132, 9244, 8398, 8379, 9165, 8551, 8294, 7989, 8510, 9335, 8994, 9835, 8649, 8449, 8822, 8465, 10840, 8135, 9404, 8703, 8348, 7907, 8400, 9142, 7861, 8702, 8968, 9892, 8464, 10485, 8486, 8150, 8445, 7410, 8334, 7984, 8507, 8446, 9640, 9421, 9970, 9287, 9905, 8068, 11643, 12528, 9177, 9119, 8258, 10079, 9457, 8132, 8304, 8100, 9059, 8062, 8645, 8817, 8802, 10299, 8141, 9474, 9411, 8325, 8589, 9197, 9640, 8318, 14933, 11792, 7853, 7596, 8921, 9088, 8650, 9384, 8680, 7710, 7793, 8575, 9561, 8734, 11061, 10236, 14235, 8463, 8564, 8549, 9248, 9806, 9039, 8836, 8847, 9434, 10853, 15845, 12429, 12667, 8615, 8082, 8892, 8715, 9166, 8095, 11929, 8592, 8468, 9018, 8426, 8471, 8413, 8422, 9048, 8630, 8938, 8533, 9011, 8643, 9465, 8909, 9492, 9035, 10729, 8957, 10267, 8392, 14603, 13174, 9214, 8201, 9191, 8629, 7893, 10971, 8631, 7498, 7827, 8695, 8331, 8597, 10261, 8585, 9738, 8622, 8839, 8529, 7935, 8195, 8766, 8041, 9033, 9148, 8795, 9808, 9214, 10013, 8389, 12917, 9587, 8301, 8573, 8520, 8779, 8902, 15402, 9847, 9636, 8992, 9434, 8065, 8819, 8377, 8163, 7701, 8926, 8774, 8305, 8109, 8638, 8261, 8214, 9212, 9026, 8276, 9284, 8219, 8938, 9325, 8778, 13895, 11982, 13196, 8466, 8659, 8728, 8957, 13088, 9261, 9550, 8493, 10801, 8779, 15903, 11493, 8988, 8106, 8950, 8836, 8313, 11783, 10267, 7753, 9038, 8462, 7506, 8432, 9524, 8713, 8490, 8575, 9445, 8901, 8300, 8272, 8426, 8471, 7980, 9139, 8637, 8392, 8477, 9542, 8858, 14302, 8526, 9289, 8482, 9154, 8222, 15282, 11664, 8481, 8391, 7288, 8332, 8372, 9770, 7978, 7815, 8765, 8665, 8226, 10608, 8215, 7623, 8816, 7434, 8517, 7853, 10080, 8506, 9184, 8475, 10121, 8381, 12793, 8448, 8247, 8836, 11502, 10918, 13939, 8852, 7862, 8750, 8110, 9845, 8115, 12438, 8545, 8756, 8154, 9428, 8763, 11834, 8205, 7900, 8464, 7608, 8462, 7804, 9999, 7617, 7664, 7804, 8130, 8637, 8492, 9011, 7894, 8982, 8465, 9175, 8527, 13990, 10021, 11445, 8390, 7580, 9049, 12501, 12942, 8519, 8665, 8255, 11383, 9334, 13164, 9112, 8244, 8830, 8305, 13236, 12295, 14838, 8119, 8554, 9138, 8336, 9775, 8797, 9046, 8950, 7853, 8481, 9521, 8730, 8892, 8329, 8725, 9207, 8099, 9620, 7969, 8997, 8314, 10852, 12138, 15587, 8468, 8334, 8344, 7553, 8580, 7857, 8866, 7858, 8335, 8222, 9968, 8289, 8467, 8072, 8297, 8429, 8089, 8729, 8198, 9001, 7905, 8680, 8366, 9892, 8673, 10873, 8750, 8908, 8209, 13440, 9714, 15136, 8195, 8955, 8207, 7728, 8795, 9435, 10632, 7757, 8172, 7849, 8462, 7823, 10141, 8405, 9112, 8579, 8786, 8170, 9208, 8541, 7890, 8322, 7961, 9012, 8766, 8662, 8528, 9164, 8413, 14913, 10929, 12534, 8551, 7563, 8804, 11203, 9606, 8040, 8198, 8307, 9328, 8577, 10227, 8876, 8863, 8575, 9204, 8309, 8414, 8299, 7772, 9061, 7965, 9256, 8315, 7954, 8083, 10690, 7963, 9915, 8682, 8008, 7818, 8025, 10636, 8597, 12546, 8477, 8102, 8199, 7381, 9037, 7748, 9731, 8526, 8623, 8237, 10245, 8466, 8596, 9026, 8285, 10267, 10880, 13606, 8913, 8343, 8424, 8464, 9673, 8568, 8978, 8851, 8326, 8117, 11292, 8914, 8546, 8992, 8589, 8412, 10482, 8387, 7545, 8884, 8396, 8634, 7703, 9112, 8066, 9255, 8268, 8619, 8279, 10294, 8289, 12461, 8433, 8385, 8762, 7891, 9211, 11969, 9139, 8881, 9410, 8309, 12402, 11535, 12188, 8640, 9048, 8843, 9544, 8566, 13761, 9133, 8164, 8225, 8817, 10697, 8647, 9350, 9166, 8384, 8353, 8566, 10888, 8185, 11903, 8588, 8646, 8854, 8583, 9212, 8739, 8676, 8649, 10307, 8823, 9158, 8969, 8434, 9715, 9558, 9574, 8880, 8747, 8572, 9299, 7877, 9591, 8210, 8902, 8686, 8624, 8409, 8217, 8751, 7948, 8642, 7985, 8681, 8194, 10135, 8449, 10989, 8487, 9690, 8453, 10619, 8607, 11691, 8626, 8134, 9215, 8699, 13497, 9010, 10261, 8804, 9936, 8606, 14696, 10320, 8360, 8839, 8783, 9885, 8528, 12743, 8533, 9507, 8795, 9528, 8623, 10660, 8588, 8195, 8652, 7969, 8748, 8368, 8935, 9258, 8597, 8983, 10496, 8844, 11818, 8985, 8214, 9023, 8423, 10844, 8944, 9074, 8980, 8681, 9105, 9668, 8480, 10745, 8782, 8061, 8695, 8299, 9568, 8166, 10194, 9048, 7531, 8003, 9164, 8285, 8464, 7620, 11939, 10497, 10018, 9298, 10175, 8608, 16307, 12123, 9269, 8784, 8445, 8636, 8456, 14046, 8997, 9509, 8810, 9126, 8418, 9771, 8461, 8107, 8507, 8047, 8863, 8497, 11699, 9300, 8324, 9173, 9357, 8961, 10781, 8855, 9604, 8829, 8757, 8397, 10682, 8666, 7762, 9099, 8469, 8155, 8501, 10769, 8863, 9198, 8686, 8912, 8828, 11167, 8476, 7879, 8191, 8391, 9861, 8747, 12970, 9663, 9000, 8586, 8413, 9225, 8569, 15031, 9619, 10672, 8765, 8296, 8855, 11593, 9117, 8740, 8404, 8685, 11066, 9025, 9639, 8675, 10059, 8703, 11611, 9018, 8479, 7508, 8497, 9558, 9001, 13060, 8552, 8955, 9075, 8060, 8884, 10974, 8776, 7900, 8409, 7914, 8225, 8542, 10210, 8574, 8070, 8597, 8211, 9500, 8499, 10412, 8596, 9102, 8353, 7694, 11346, 8710, 10681, 8521, 9975, 8952, 14698, 9398, 8657, 8800, 8477, 12948, 8730, 10618, 8402, 10337, 8582, 11927, 9274, 8551, 8788, 8705, 13510, 8662, 10568, 8515, 8091, 8866, 8336, 9721, 9076, 8505, 8588, 9703, 8879, 8657, 8442, 8440, 7956, 8541, 9964, 8452, 8734, 8751, 8193, 8760, 8228, 10969, 8897, 9978, 8797, 10179, 8820, 10762, 8489, 9365, 8433, 8318, 9034, 8588, 8737, 9237, 9140, 8505, 10766, 8577, 8768, 8792, 7964, 8521, 8867, 9189, 8066, 7785, 8934, 9270, 8726, 12275, 8235, 9479, 8393, 7898, 8243, 8425, 11081, 8764, 9998, 9047, 8919, 9004, 8746, 8633, 8164, 8488, 8593, 8688, 8695, 8588, 8948, 8173, 8530, 9502, 8279, 11029, 8683, 7896, 8117, 8620, 10228, 8401, 10170, 8639], 'WindowCenter': [4497.0, 4500.0, 4401.0, 4394.0, 4371.0, 4371.0, 4368.0, 4380.0, 4358.0, 4377.0, 4369.0, 4379.0, 4376.0, 4379.0, 4365.0, 4354.0, 4367.0, 4385.0, 4390.0, 4387.0, 4367.0, 4368.0, 4390.0, 4368.0, 4407.0, 4369.0, 4376.0, 4366.0, 4366.0, 4368.0, 4365.0, 4390.0, 4369.0, 4367.0, 4379.0, 4398.0, 4368.0, 4399.0, 4368.0, 4354.0, 4368.0, 4357.0, 4367.0, 4369.0, 4379.0, 4381.0, 4388.0, 4391.0, 4388.0, 4378.0, 4389.0, 4368.0, 4406.0, 4418.0, 4387.0, 4364.0, 4366.0, 4386.0, 4386.0, 4357.0, 4368.0, 4371.0, 4378.0, 4368.0, 4380.0, 4377.0, 4379.0, 4386.0, 4371.0, 4387.0, 4390.0, 4369.0, 4367.0, 4378.0, 4400.0, 4368.0, 4439.0, 4420.0, 4354.0, 4342.0, 4363.0, 4364.0, 4379.0, 4388.0, 4393.0, 4359.0, 4358.0, 4367.0, 4375.0, 4380.0, 4411.0, 4399.0, 4427.0, 4357.0, 4353.0, 4369.0, 4375.0, 4386.0, 4366.0, 4364.0, 4379.0, 4375.0, 4395.0, 4434.0, 4403.0, 4404.0, 4353.0, 4341.0, 4363.0, 4366.0, 4375.0, 4355.0, 4408.0, 4369.0, 4354.0, 4365.0, 4366.0, 4364.0, 4366.0, 4367.0, 4376.0, 4366.0, 4380.0, 4378.0, 4380.0, 4368.0, 4388.0, 4391.0, 4390.0, 4380.0, 4398.0, 4367.0, 4386.0, 4370.0, 4438.0, 4429.0, 4374.0, 4353.0, 4364.0, 4367.0, 4354.0, 4393.0, 4367.0, 4345.0, 4346.0, 4364.0, 4367.0, 4365.0, 4385.0, 4380.0, 4376.0, 4367.0, 4364.0, 4368.0, 4354.0, 4367.0, 4378.0, 4359.0, 4377.0, 4389.0, 4379.0, 4388.0, 4377.0, 4387.0, 4379.0, 4418.0, 4390.0, 4355.0, 4354.0, 4365.0, 4367.0, 4364.0, 4438.0, 4387.0, 4373.0, 4365.0, 4373.0, 4354.0, 4363.0, 4365.0, 4367.0, 4345.0, 4365.0, 4379.0, 4369.0, 4366.0, 4393.0, 4382.0, 4369.0, 4390.0, 4392.0, 4382.0, 4402.0, 4381.0, 4380.0, 4391.0, 4381.0, 4439.0, 4434.0, 4429.0, 4366.0, 4364.0, 4367.0, 4376.0, 4431.0, 4378.0, 4374.0, 4380.0, 4396.0, 4366.0, 4448.0, 4391.0, 4360.0, 4340.0, 4365.0, 4365.0, 4366.0, 4404.0, 4398.0, 4345.0, 4363.0, 4352.0, 4343.0, 4364.0, 4373.0, 4379.0, 4364.0, 4366.0, 4387.0, 4377.0, 4367.0, 4368.0, 4354.0, 4369.0, 4367.0, 4389.0, 4366.0, 4356.0, 4368.0, 4388.0, 4366.0, 4438.0, 4365.0, 4361.0, 4365.0, 4363.0, 4352.0, 4434.0, 4407.0, 4351.0, 4351.0, 4345.0, 4354.0, 4352.0, 4386.0, 4366.0, 4344.0, 4364.0, 4378.0, 4366.0, 4397.0, 4371.0, 4345.0, 4365.0, 4359.0, 4379.0, 4369.0, 4400.0, 4368.0, 4375.0, 4371.0, 4399.0, 4381.0, 4418.0, 4368.0, 4354.0, 4378.0, 4407.0, 4395.0, 4424.0, 4364.0, 4341.0, 4352.0, 4355.0, 4383.0, 4353.0, 4407.0, 4355.0, 4348.0, 4354.0, 4373.0, 4364.0, 4404.0, 4356.0, 4342.0, 4353.0, 4343.0, 4363.0, 4341.0, 4388.0, 4355.0, 4342.0, 4356.0, 4367.0, 4377.0, 4377.0, 4391.0, 4370.0, 4379.0, 4366.0, 4390.0, 4378.0, 4439.0, 4401.0, 4396.0, 4355.0, 4355.0, 4365.0, 4417.0, 4417.0, 4353.0, 4351.0, 4367.0, 4395.0, 4377.0, 4415.0, 4364.0, 4352.0, 4364.0, 4353.0, 4401.0, 4390.0, 4424.0, 4342.0, 4338.0, 4361.0, 4352.0, 4371.0, 4352.0, 4351.0, 4349.0, 4343.0, 4362.0, 4373.0, 4354.0, 4350.0, 4367.0, 4364.0, 4373.0, 4354.0, 4376.0, 4342.0, 4364.0, 4354.0, 4393.0, 4403.0, 4434.0, 4351.0, 4337.0, 4352.0, 4353.0, 4361.0, 4356.0, 4376.0, 4356.0, 4354.0, 4368.0, 4387.0, 4367.0, 4367.0, 4357.0, 4367.0, 4368.0, 4368.0, 4377.0, 4369.0, 4379.0, 4357.0, 4366.0, 4369.0, 4389.0, 4369.0, 4396.0, 4364.0, 4365.0, 4368.0, 4414.0, 4375.0, 4435.0, 4365.0, 4361.0, 4353.0, 4345.0, 4366.0, 4373.0, 4395.0, 4357.0, 4355.0, 4342.0, 4366.0, 4355.0, 4382.0, 4367.0, 4375.0, 4367.0, 4366.0, 4369.0, 4377.0, 4380.0, 4355.0, 4370.0, 4356.0, 4377.0, 4367.0, 4364.0, 4352.0, 4375.0, 4364.0, 4435.0, 4397.0, 4405.0, 4354.0, 4344.0, 4364.0, 4392.0, 4386.0, 4353.0, 4352.0, 4355.0, 4375.0, 4365.0, 4385.0, 4365.0, 4362.0, 4377.0, 4375.0, 4369.0, 4353.0, 4353.0, 4345.0, 4376.0, 4355.0, 4378.0, 4354.0, 4356.0, 4366.0, 4383.0, 4368.0, 4388.0, 4366.0, 4353.0, 4358.0, 4355.0, 4396.0, 4378.0, 4418.0, 4367.0, 4355.0, 4369.0, 4346.0, 4375.0, 4357.0, 4377.0, 4366.0, 4366.0, 4380.0, 4398.0, 4380.0, 4366.0, 4365.0, 4378.0, 4397.0, 4410.0, 4427.0, 4366.0, 4352.0, 4380.0, 4367.0, 4388.0, 4367.0, 4368.0, 4365.0, 4367.0, 4355.0, 4395.0, 4364.0, 4351.0, 4363.0, 4364.0, 4354.0, 4382.0, 4366.0, 4343.0, 4365.0, 4365.0, 4379.0, 4355.0, 4375.0, 4370.0, 4388.0, 4369.0, 4367.0, 4368.0, 4384.0, 4367.0, 4418.0, 4367.0, 4355.0, 4367.0, 4355.0, 4374.0, 4417.0, 4376.0, 4363.0, 4374.0, 4364.0, 4404.0, 4407.0, 4403.0, 4353.0, 4349.0, 4376.0, 4374.0, 4362.0, 4411.0, 4373.0, 4351.0, 4340.0, 4374.0, 4380.0, 4363.0, 4387.0, 4376.0, 4355.0, 4354.0, 4365.0, 4392.0, 4367.0, 4405.0, 4365.0, 4352.0, 4375.0, 4364.0, 4376.0, 4365.0, 4353.0, 4365.0, 4383.0, 4378.0, 4375.0, 4365.0, 4352.0, 4387.0, 4375.0, 4374.0, 4363.0, 4352.0, 4339.0, 4374.0, 4342.0, 4360.0, 4348.0, 4360.0, 4350.0, 4349.0, 4365.0, 4363.0, 4364.0, 4363.0, 4379.0, 4367.0, 4365.0, 4377.0, 4396.0, 4363.0, 4409.0, 4365.0, 4374.0, 4366.0, 4396.0, 4365.0, 4406.0, 4366.0, 4353.0, 4388.0, 4364.0, 4428.0, 4376.0, 4382.0, 4363.0, 4384.0, 4363.0, 4436.0, 4386.0, 4351.0, 4361.0, 4364.0, 4384.0, 4363.0, 4404.0, 4352.0, 4360.0, 4352.0, 4372.0, 4361.0, 4383.0, 4365.0, 4339.0, 4363.0, 4352.0, 4363.0, 4366.0, 4364.0, 4375.0, 4365.0, 4377.0, 4395.0, 4379.0, 4406.0, 4366.0, 4351.0, 4365.0, 4363.0, 4392.0, 4364.0, 4362.0, 4363.0, 4353.0, 4364.0, 4372.0, 4364.0, 4396.0, 4365.0, 4353.0, 4364.0, 4380.0, 4387.0, 4381.0, 4399.0, 4390.0, 4359.0, 4370.0, 4389.0, 4365.0, 4382.0, 4370.0, 4421.0, 4401.0, 4388.0, 4377.0, 4387.0, 4366.0, 4446.0, 4418.0, 4363.0, 4352.0, 4355.0, 4363.0, 4352.0, 4426.0, 4365.0, 4360.0, 4363.0, 4373.0, 4364.0, 4384.0, 4357.0, 4353.0, 4365.0, 4355.0, 4376.0, 4363.0, 4408.0, 4375.0, 4352.0, 4374.0, 4374.0, 4364.0, 4396.0, 4366.0, 4374.0, 4366.0, 4364.0, 4364.0, 4396.0, 4366.0, 4340.0, 4361.0, 4354.0, 4356.0, 4365.0, 4399.0, 4376.0, 4374.0, 4368.0, 4377.0, 4376.0, 4407.0, 4367.0, 4355.0, 4355.0, 4365.0, 4386.0, 4366.0, 4416.0, 4400.0, 4376.0, 4367.0, 4366.0, 4376.0, 4365.0, 4439.0, 4376.0, 4383.0, 4353.0, 4364.0, 4365.0, 4405.0, 4364.0, 4349.0, 4353.0, 4363.0, 4395.0, 4364.0, 4360.0, 4363.0, 4373.0, 4363.0, 4393.0, 4366.0, 4352.0, 4330.0, 4365.0, 4373.0, 4362.0, 4415.0, 4367.0, 4361.0, 4353.0, 4341.0, 4363.0, 4380.0, 4352.0, 4339.0, 4349.0, 4340.0, 4351.0, 4362.0, 4395.0, 4378.0, 4367.0, 4377.0, 4378.0, 4399.0, 4390.0, 4424.0, 4383.0, 4378.0, 4381.0, 4367.0, 4408.0, 4380.0, 4399.0, 4366.0, 4386.0, 4378.0, 4438.0, 4378.0, 4363.0, 4376.0, 4365.0, 4417.0, 4364.0, 4373.0, 4353.0, 4384.0, 4365.0, 4393.0, 4363.0, 4351.0, 4363.0, 4361.0, 4413.0, 4362.0, 4369.0, 4350.0, 4351.0, 4362.0, 4351.0, 4373.0, 4364.0, 4351.0, 4364.0, 4373.0, 4363.0, 4363.0, 4355.0, 4352.0, 4341.0, 4375.0, 4382.0, 4377.0, 4366.0, 4365.0, 4352.0, 4377.0, 4366.0, 4407.0, 4377.0, 4384.0, 4367.0, 4396.0, 4377.0, 4397.0, 4368.0, 4362.0, 4365.0, 4365.0, 4375.0, 4365.0, 4363.0, 4362.0, 4373.0, 4376.0, 4394.0, 4379.0, 4365.0, 4365.0, 4366.0, 4377.0, 4373.0, 4388.0, 4353.0, 4344.0, 4364.0, 4386.0, 4363.0, 4405.0, 4380.0, 4375.0, 4354.0, 4352.0, 4365.0, 4365.0, 4406.0, 4378.0, 4386.0, 4375.0, 4363.0, 4389.0, 4376.0, 4378.0, 4357.0, 4366.0, 4364.0, 4377.0, 4377.0, 4362.0, 4363.0, 4351.0, 4367.0, 4385.0, 4363.0, 4392.0, 4364.0, 4352.0, 4351.0, 4363.0, 4382.0, 4363.0, 4398.0, 4377.0], 'WindowWidth': [9920.0, 9908.0, 9752.0, 9723.0, 9689.0, 9688.0, 9679.0, 9695.0, 9660.0, 9682.0, 9676.0, 9690.0, 9681.0, 9690.0, 9661.0, 9644.0, 9669.0, 9693.0, 9704.0, 9695.0, 9667.0, 9672.0, 9706.0, 9672.0, 9723.0, 9673.0, 9678.0, 9665.0, 9665.0, 9674.0, 9665.0, 9707.0, 9673.0, 9667.0, 9688.0, 9713.0, 9673.0, 9714.0, 9670.0, 9647.0, 9673.0, 9657.0, 9673.0, 9675.0, 9685.0, 9693.0, 9701.0, 9706.0, 9700.0, 9685.0, 9701.0, 9675.0, 9724.0, 9740.0, 9697.0, 9659.0, 9666.0, 9689.0, 9691.0, 9654.0, 9671.0, 9678.0, 9687.0, 9674.0, 9690.0, 9681.0, 9684.0, 9690.0, 9681.0, 9696.0, 9707.0, 9674.0, 9665.0, 9681.0, 9718.0, 9673.0, 9768.0, 9744.0, 9646.0, 9624.0, 9653.0, 9658.0, 9689.0, 9698.0, 9712.0, 9658.0, 9653.0, 9664.0, 9673.0, 9691.0, 9735.0, 9714.0, 9746.0, 9651.0, 9640.0, 9673.0, 9677.0, 9691.0, 9660.0, 9657.0, 9687.0, 9679.0, 9701.0, 9753.0, 9709.0, 9708.0, 9641.0, 9622.0, 9654.0, 9667.0, 9674.0, 9648.0, 9723.0, 9670.0, 9643.0, 9657.0, 9665.0, 9661.0, 9665.0, 9668.0, 9678.0, 9663.0, 9691.0, 9682.0, 9690.0, 9669.0, 9694.0, 9706.0, 9702.0, 9690.0, 9710.0, 9665.0, 9692.0, 9677.0, 9765.0, 9753.0, 9672.0, 9640.0, 9656.0, 9670.0, 9648.0, 9698.0, 9670.0, 9636.0, 9636.0, 9658.0, 9671.0, 9665.0, 9689.0, 9690.0, 9678.0, 9667.0, 9657.0, 9671.0, 9649.0, 9670.0, 9684.0, 9657.0, 9682.0, 9701.0, 9687.0, 9697.0, 9681.0, 9695.0, 9690.0, 9737.0, 9705.0, 9647.0, 9643.0, 9661.0, 9667.0, 9659.0, 9767.0, 9692.0, 9667.0, 9659.0, 9672.0, 9645.0, 9656.0, 9665.0, 9667.0, 9635.0, 9662.0, 9690.0, 9675.0, 9668.0, 9712.0, 9693.0, 9670.0, 9698.0, 9711.0, 9696.0, 9725.0, 9693.0, 9687.0, 9705.0, 9695.0, 9771.0, 9769.0, 9752.0, 9662.0, 9655.0, 9669.0, 9678.0, 9759.0, 9684.0, 9671.0, 9690.0, 9706.0, 9667.0, 9775.0, 9690.0, 9646.0, 9621.0, 9661.0, 9662.0, 9666.0, 9712.0, 9708.0, 9631.0, 9652.0, 9634.0, 9629.0, 9662.0, 9669.0, 9685.0, 9661.0, 9663.0, 9692.0, 9682.0, 9667.0, 9669.0, 9645.0, 9675.0, 9667.0, 9700.0, 9664.0, 9648.0, 9672.0, 9697.0, 9663.0, 9766.0, 9661.0, 9649.0, 9659.0, 9657.0, 9641.0, 9755.0, 9718.0, 9633.0, 9635.0, 9636.0, 9645.0, 9640.0, 9692.0, 9665.0, 9631.0, 9659.0, 9683.0, 9666.0, 9708.0, 9678.0, 9633.0, 9660.0, 9661.0, 9687.0, 9673.0, 9717.0, 9667.0, 9672.0, 9678.0, 9713.0, 9693.0, 9735.0, 9668.0, 9643.0, 9685.0, 9721.0, 9703.0, 9737.0, 9657.0, 9622.0, 9638.0, 9650.0, 9685.0, 9645.0, 9718.0, 9643.0, 9629.0, 9644.0, 9671.0, 9659.0, 9709.0, 9646.0, 9623.0, 9639.0, 9630.0, 9657.0, 9626.0, 9695.0, 9645.0, 9626.0, 9649.0, 9670.0, 9682.0, 9680.0, 9706.0, 9674.0, 9681.0, 9662.0, 9704.0, 9686.0, 9769.0, 9719.0, 9701.0, 9645.0, 9650.0, 9661.0, 9735.0, 9732.0, 9638.0, 9633.0, 9668.0, 9700.0, 9679.0, 9724.0, 9655.0, 9636.0, 9658.0, 9642.0, 9705.0, 9687.0, 9739.0, 9622.0, 9611.0, 9646.0, 9639.0, 9663.0, 9640.0, 9635.0, 9628.0, 9629.0, 9654.0, 9667.0, 9641.0, 9631.0, 9668.0, 9661.0, 9672.0, 9645.0, 9673.0, 9624.0, 9658.0, 9646.0, 9695.0, 9710.0, 9751.0, 9636.0, 9611.0, 9638.0, 9645.0, 9651.0, 9652.0, 9679.0, 9649.0, 9642.0, 9671.0, 9695.0, 9669.0, 9665.0, 9652.0, 9666.0, 9669.0, 9671.0, 9681.0, 9669.0, 9681.0, 9650.0, 9661.0, 9671.0, 9697.0, 9670.0, 9702.0, 9654.0, 9658.0, 9670.0, 9727.0, 9673.0, 9755.0, 9661.0, 9649.0, 9641.0, 9634.0, 9664.0, 9669.0, 9700.0, 9653.0, 9646.0, 9624.0, 9662.0, 9649.0, 9679.0, 9667.0, 9673.0, 9664.0, 9664.0, 9672.0, 9680.0, 9686.0, 9646.0, 9677.0, 9653.0, 9682.0, 9665.0, 9656.0, 9637.0, 9676.0, 9660.0, 9758.0, 9707.0, 9710.0, 9642.0, 9633.0, 9658.0, 9693.0, 9691.0, 9642.0, 9638.0, 9646.0, 9675.0, 9662.0, 9687.0, 9659.0, 9653.0, 9683.0, 9674.0, 9674.0, 9642.0, 9640.0, 9633.0, 9681.0, 9649.0, 9683.0, 9644.0, 9651.0, 9666.0, 9683.0, 9671.0, 9695.0, 9662.0, 9641.0, 9659.0, 9651.0, 9705.0, 9683.0, 9735.0, 9667.0, 9646.0, 9673.0, 9638.0, 9676.0, 9657.0, 9678.0, 9662.0, 9664.0, 9689.0, 9710.0, 9692.0, 9661.0, 9659.0, 9688.0, 9709.0, 9730.0, 9745.0, 9658.0, 9639.0, 9689.0, 9668.0, 9699.0, 9664.0, 9666.0, 9659.0, 9668.0, 9649.0, 9699.0, 9654.0, 9634.0, 9654.0, 9658.0, 9645.0, 9678.0, 9663.0, 9628.0, 9659.0, 9661.0, 9686.0, 9649.0, 9675.0, 9674.0, 9696.0, 9669.0, 9666.0, 9672.0, 9686.0, 9667.0, 9737.0, 9666.0, 9644.0, 9668.0, 9649.0, 9674.0, 9733.0, 9674.0, 9652.0, 9669.0, 9661.0, 9711.0, 9718.0, 9706.0, 9636.0, 9630.0, 9678.0, 9673.0, 9653.0, 9718.0, 9668.0, 9632.0, 9617.0, 9673.0, 9675.0, 9657.0, 9693.0, 9678.0, 9645.0, 9644.0, 9663.0, 9694.0, 9668.0, 9714.0, 9660.0, 9638.0, 9676.0, 9658.0, 9676.0, 9656.0, 9639.0, 9662.0, 9685.0, 9683.0, 9671.0, 9659.0, 9639.0, 9695.0, 9673.0, 9671.0, 9651.0, 9635.0, 9613.0, 9670.0, 9625.0, 9646.0, 9626.0, 9645.0, 9631.0, 9625.0, 9662.0, 9658.0, 9660.0, 9660.0, 9686.0, 9665.0, 9658.0, 9683.0, 9703.0, 9657.0, 9724.0, 9661.0, 9670.0, 9664.0, 9705.0, 9663.0, 9716.0, 9662.0, 9640.0, 9695.0, 9660.0, 9749.0, 9677.0, 9677.0, 9653.0, 9684.0, 9655.0, 9757.0, 9691.0, 9634.0, 9646.0, 9657.0, 9686.0, 9657.0, 9709.0, 9636.0, 9643.0, 9638.0, 9666.0, 9650.0, 9680.0, 9658.0, 9616.0, 9659.0, 9642.0, 9656.0, 9666.0, 9657.0, 9673.0, 9658.0, 9682.0, 9701.0, 9687.0, 9715.0, 9659.0, 9634.0, 9659.0, 9659.0, 9692.0, 9658.0, 9652.0, 9654.0, 9637.0, 9657.0, 9666.0, 9658.0, 9702.0, 9660.0, 9638.0, 9659.0, 9692.0, 9696.0, 9694.0, 9712.0, 9703.0, 9658.0, 9675.0, 9700.0, 9663.0, 9697.0, 9677.0, 9747.0, 9714.0, 9691.0, 9675.0, 9693.0, 9663.0, 9773.0, 9735.0, 9651.0, 9636.0, 9646.0, 9656.0, 9639.0, 9746.0, 9658.0, 9644.0, 9652.0, 9671.0, 9658.0, 9685.0, 9651.0, 9639.0, 9659.0, 9650.0, 9677.0, 9655.0, 9722.0, 9671.0, 9637.0, 9668.0, 9672.0, 9659.0, 9702.0, 9662.0, 9666.0, 9662.0, 9659.0, 9662.0, 9701.0, 9661.0, 9618.0, 9647.0, 9644.0, 9652.0, 9663.0, 9710.0, 9676.0, 9669.0, 9668.0, 9682.0, 9677.0, 9718.0, 9666.0, 9645.0, 9645.0, 9660.0, 9690.0, 9664.0, 9730.0, 9715.0, 9677.0, 9664.0, 9663.0, 9677.0, 9660.0, 9765.0, 9675.0, 9679.0, 9639.0, 9659.0, 9660.0, 9714.0, 9653.0, 9627.0, 9641.0, 9656.0, 9700.0, 9655.0, 9645.0, 9653.0, 9668.0, 9656.0, 9694.0, 9661.0, 9635.0, 9605.0, 9661.0, 9671.0, 9653.0, 9723.0, 9661.0, 9646.0, 9636.0, 9621.0, 9656.0, 9672.0, 9635.0, 9613.0, 9627.0, 9619.0, 9636.0, 9650.0, 9702.0, 9682.0, 9667.0, 9680.0, 9687.0, 9711.0, 9704.0, 9752.0, 9696.0, 9682.0, 9692.0, 9668.0, 9725.0, 9689.0, 9709.0, 9662.0, 9690.0, 9682.0, 9766.0, 9682.0, 9654.0, 9676.0, 9660.0, 9735.0, 9658.0, 9664.0, 9638.0, 9686.0, 9660.0, 9694.0, 9651.0, 9634.0, 9656.0, 9652.0, 9723.0, 9652.0, 9654.0, 9630.0, 9637.0, 9653.0, 9636.0, 9670.0, 9656.0, 9633.0, 9659.0, 9669.0, 9654.0, 9654.0, 9646.0, 9637.0, 9622.0, 9676.0, 9681.0, 9682.0, 9661.0, 9660.0, 9637.0, 9681.0, 9665.0, 9720.0, 9680.0, 9684.0, 9664.0, 9705.0, 9681.0, 9705.0, 9667.0, 9650.0, 9662.0, 9661.0, 9675.0, 9660.0, 9654.0, 9650.0, 9670.0, 9679.0, 9698.0, 9685.0, 9659.0, 9661.0, 9665.0, 9680.0, 9670.0, 9697.0, 9641.0, 9628.0, 9656.0, 9693.0, 9658.0, 9713.0, 9689.0, 9672.0, 9642.0, 9639.0, 9664.0, 9662.0, 9716.0, 9682.0, 9687.0, 9672.0, 9656.0, 9700.0, 9678.0, 9683.0, 9649.0, 9659.0, 9659.0, 9680.0, 9677.0, 9651.0, 9651.0, 9632.0, 9666.0, 9690.0, 9654.0, 9691.0, 9654.0, 9635.0, 9633.0, 9656.0, 9678.0, 9656.0, 9707.0, 9681.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.0007085155350978136</td></tr>
<tr><td colspan=3>aqi</td><td>0.03223961760644419</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.2869072048157</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.201551375069124</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916531055875581</td></tr>
<tr><td colspan=3>efc</td><td>0.5296</td></tr>
<tr><td colspan=3>fber</td><td>3082.7747</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23671675325789185</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>446</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>51.32336018411968</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.336387375518857</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2452792191956448</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.465512577581236</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2983703297796896</td></tr>
<tr><td colspan=3>gcor</td><td>0.00678281</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007745049428194761</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05027470737695694</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>4.267797369803365</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>19.3869</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.9252</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>244.347</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287171.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>1089.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>429.2985</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7387</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.3361</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3557.1962</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3657.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89373.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1634.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4693.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.8775</td></tr>
<tr><td colspan=3>tsnr</td><td>32.77337241335772</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>