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

616 lines
No EOL
106 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0106_ses-04_task-social_acq-mb8_run-03_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-0106_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-03_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-0106/ses-04/func/sub-0106_ses-04_task-social_acq-mb8_run-03_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>715cfb3085e8a14c82e104fdcbce7e78</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>19:25:42.010000</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.994993, -0.0952855, 0.0301695, 0.0900262, 0.985535, 0.143583]</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-03_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.0950832</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7778, -7251, 357, -119, -59, -25, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>237.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ab112f8b-122e-40ae-b27f-6f5295163f97||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.669492721557617, 0.24153366684913635, 0.11721916496753693, 97.43207550048828], [0.25564414262771606, 2.644118070602417, 0.378400593996048, -119.04134368896484], [0.0809425413608551, -0.3852236866950989, 2.670781135559082, -58.6703987121582], [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': ['192542.010000', '192542.470000', '192542.930000', '192543.390000', '192543.850000', '192544.310000', '192544.770000', '192545.230000', '192545.690000', '192546.150000', '192546.610000', '192547.070000', '192547.530000', '192547.990000', '192548.450000', '192548.910000', '192549.370000', '192549.830000', '192550.290000', '192550.750000', '192551.210000', '192551.670000', '192552.130000', '192552.590000', '192553.050000', '192553.510000', '192553.970000', '192554.430000', '192554.890000', '192555.350000', '192555.810000', '192556.270000', '192556.730000', '192557.190000', '192557.650000', '192558.110000', '192558.570000', '192559.030000', '192559.490000', '192559.950000', '192600.410000', '192600.870000', '192601.330000', '192601.790000', '192602.250000', '192602.710000', '192603.170000', '192603.630000', '192604.090000', '192604.550000', '192605.010000', '192605.470000', '192605.930000', '192606.390000', '192606.850000', '192607.310000', '192607.770000', '192608.230000', '192608.690000', '192609.150000', '192609.610000', '192610.070000', '192610.530000', '192610.990000', '192611.450000', '192611.910000', '192612.370000', '192612.830000', '192613.290000', '192613.750000', '192614.210000', '192614.670000', '192615.130000', '192615.590000', '192616.050000', '192616.510000', '192616.970000', '192617.430000', '192617.890000', '192618.350000', '192618.810000', '192619.270000', '192619.730000', '192620.190000', '192620.650000', '192621.110000', '192621.570000', '192622.030000', '192622.490000', '192622.950000', '192623.410000', '192623.870000', '192624.330000', '192624.790000', '192625.250000', '192625.710000', '192626.170000', '192626.630000', '192627.090000', '192627.550000', '192628.010000', '192628.470000', '192628.930000', '192629.390000', '192629.850000', '192630.310000', '192630.770000', '192631.230000', '192631.690000', '192632.150000', '192632.610000', '192633.070000', '192633.530000', '192633.990000', '192634.450000', '192634.910000', '192635.370000', '192635.830000', '192636.290000', '192636.750000', '192637.210000', '192637.670000', '192638.130000', '192638.590000', '192639.050000', '192639.510000', '192639.970000', '192640.430000', '192640.890000', '192641.350000', '192641.810000', '192642.270000', '192642.730000', '192643.190000', '192643.650000', '192644.110000', '192644.570000', '192645.030000', '192645.490000', '192645.950000', '192646.410000', '192646.870000', '192647.330000', '192647.790000', '192648.250000', '192648.710000', '192649.170000', '192649.630000', '192650.090000', '192650.550000', '192651.010000', '192651.470000', '192651.930000', '192652.390000', '192652.850000', '192653.310000', '192653.770000', '192654.230000', '192654.690000', '192655.150000', '192655.610000', '192656.070000', '192656.530000', '192656.990000', '192657.450000', '192657.910000', '192658.370000', '192658.830000', '192659.290000', '192659.750000', '192700.210000', '192700.670000', '192701.130000', '192701.590000', '192702.050000', '192702.510000', '192702.970000', '192703.430000', '192703.890000', '192704.350000', '192704.810000', '192705.270000', '192705.730000', '192706.190000', '192706.650000', '192707.110000', '192707.570000', '192708.030000', '192708.490000', '192708.950000', '192709.410000', '192709.870000', '192710.330000', '192710.790000', '192711.250000', '192711.710000', '192712.170000', '192712.630000', '192713.090000', '192713.550000', '192714.010000', '192714.470000', '192714.930000', '192715.390000', '192715.850000', '192716.310000', '192716.770000', '192717.230000', '192717.690000', '192718.150000', '192718.610000', '192719.070000', '192719.530000', '192719.990000', '192720.450000', '192720.910000', '192721.370000', '192721.830000', '192722.290000', '192722.750000', '192723.210000', '192723.670000', '192724.130000', '192724.590000', '192725.050000', '192725.510000', '192725.970000', '192726.430000', '192726.890000', '192727.350000', '192727.810000', '192728.270000', '192728.730000', '192729.190000', '192729.650000', '192730.110000', '192730.570000', '192731.030000', '192731.490000', '192731.950000', '192732.410000', '192732.870000', '192733.330000', '192733.790000', '192734.250000', '192734.710000', '192735.170000', '192735.630000', '192736.090000', '192736.550000', '192737.010000', '192737.470000', '192737.930000', '192738.390000', '192738.850000', '192739.310000', '192739.770000', '192740.230000', '192740.690000', '192741.150000', '192741.610000', '192742.070000', '192742.530000', '192742.990000', '192743.450000', '192743.910000', '192744.370000', '192744.830000', '192745.290000', '192745.750000', '192746.210000', '192746.670000', '192747.130000', '192747.590000', '192748.050000', '192748.510000', '192748.970000', '192749.430000', '192749.890000', '192750.350000', '192750.810000', '192751.270000', '192751.730000', '192752.190000', '192752.650000', '192753.110000', '192753.570000', '192754.030000', '192754.490000', '192754.950000', '192755.410000', '192755.870000', '192756.330000', '192756.790000', '192757.250000', '192757.710000', '192758.170000', '192758.630000', '192759.090000', '192759.550000', '192800.010000', '192800.470000', '192800.930000', '192801.390000', '192801.850000', '192802.310000', '192802.770000', '192803.230000', '192803.690000', '192804.150000', '192804.610000', '192805.070000', '192805.530000', '192805.990000', '192806.450000', '192806.910000', '192807.370000', '192807.830000', '192808.290000', '192808.750000', '192809.210000', '192809.670000', '192810.130000', '192810.590000', '192811.050000', '192811.510000', '192811.970000', '192812.430000', '192812.890000', '192813.350000', '192813.810000', '192814.270000', '192814.730000', '192815.190000', '192815.650000', '192816.110000', '192816.570000', '192817.030000', '192817.490000', '192817.950000', '192818.410000', '192818.870000', '192819.330000', '192819.790000', '192820.250000', '192820.710000', '192821.170000', '192821.630000', '192822.090000', '192822.550000', '192823.010000', '192823.470000', '192823.930000', '192824.390000', '192824.850000', '192825.310000', '192825.770000', '192826.230000', '192826.690000', '192827.150000', '192827.610000', '192828.070000', '192828.530000', '192828.990000', '192829.450000', '192829.910000', '192830.370000', '192830.830000', '192831.290000', '192831.750000', '192832.210000', '192832.670000', '192833.130000', '192833.590000', '192834.050000', '192834.510000', '192834.970000', '192835.430000', '192835.890000', '192836.350000', '192836.810000', '192837.270000', '192837.730000', '192838.190000', '192838.650000', '192839.110000', '192839.570000', '192840.030000', '192840.490000', '192840.950000', '192841.410000', '192841.870000', '192842.330000', '192842.790000', '192843.250000', '192843.710000', '192844.170000', '192844.630000', '192845.090000', '192845.550000', '192846.010000', '192846.470000', '192846.930000', '192847.390000', '192847.850000', '192848.310000', '192848.770000', '192849.230000', '192849.690000', '192850.150000', '192850.610000', '192851.070000', '192851.530000', '192851.990000', '192852.450000', '192852.910000', '192853.370000', '192853.830000', '192854.290000', '192854.750000', '192855.210000', '192855.670000', '192856.130000', '192856.590000', '192857.050000', '192857.510000', '192857.970000', '192858.430000', '192858.890000', '192859.350000', '192859.810000', '192900.270000', '192900.730000', '192901.190000', '192901.650000', '192902.110000', '192902.570000', '192903.030000', '192903.490000', '192903.950000', '192904.410000', '192904.870000', '192905.330000', '192905.790000', '192906.250000', '192906.710000', '192907.170000', '192907.630000', '192908.090000', '192908.550000', '192909.010000', '192909.470000', '192909.930000', '192910.390000', '192910.850000', '192911.310000', '192911.770000', '192912.230000', '192912.690000', '192913.150000', '192913.610000', '192914.070000', '192914.530000', '192914.990000', '192915.450000', '192915.910000', '192916.370000', '192916.830000', '192917.290000', '192917.750000', '192918.210000', '192918.670000', '192919.130000', '192919.590000', '192920.050000', '192920.510000', '192920.970000', '192921.430000', '192921.890000', '192922.350000', '192922.810000', '192923.270000', '192923.730000', '192924.190000', '192924.650000', '192925.110000', '192925.570000', '192926.030000', '192926.490000', '192926.950000', '192927.410000', '192927.870000', '192928.330000', '192928.790000', '192929.250000', '192929.710000', '192930.170000', '192930.630000', '192931.090000', '192931.550000', '192932.010000', '192932.470000', '192932.930000', '192933.390000', '192933.850000', '192934.310000', '192934.770000', '192935.230000', '192935.690000', '192936.150000', '192936.610000', '192937.070000', '192937.530000', '192937.990000', '192938.450000', '192938.910000', '192939.370000', '192939.830000', '192940.290000', '192940.750000', '192941.210000', '192941.670000', '192942.130000', '192942.590000', '192943.050000', '192943.510000', '192943.970000', '192944.430000', '192944.890000', '192945.350000', '192945.810000', '192946.270000', '192946.730000', '192947.190000', '192947.650000', '192948.110000', '192948.570000', '192949.030000', '192949.490000', '192949.950000', '192950.410000', '192950.870000', '192951.330000', '192951.790000', '192952.250000', '192952.710000', '192953.170000', '192953.630000', '192954.090000', '192954.550000', '192955.010000', '192955.470000', '192955.930000', '192956.390000', '192956.850000', '192957.310000', '192957.770000', '192958.230000', '192958.690000', '192959.150000', '192959.610000', '193000.070000', '193000.530000', '193000.990000', '193001.450000', '193001.910000', '193002.370000', '193002.830000', '193003.290000', '193003.750000', '193004.210000', '193004.670000', '193005.130000', '193005.590000', '193006.050000', '193006.510000', '193006.970000', '193007.430000', '193007.890000', '193008.350000', '193008.810000', '193009.270000', '193009.730000', '193010.190000', '193010.650000', '193011.110000', '193011.570000', '193012.030000', '193012.490000', '193012.950000', '193013.410000', '193013.870000', '193014.330000', '193014.790000', '193015.250000', '193015.710000', '193016.170000', '193016.630000', '193017.090000', '193017.550000', '193018.010000', '193018.470000', '193018.930000', '193019.390000', '193019.850000', '193020.310000', '193020.770000', '193021.230000', '193021.690000', '193022.150000', '193022.610000', '193023.070000', '193023.530000', '193023.990000', '193024.450000', '193024.910000', '193025.370000', '193025.830000', '193026.290000', '193026.750000', '193027.210000', '193027.670000', '193028.130000', '193028.590000', '193029.050000', '193029.510000', '193029.970000', '193030.430000', '193030.890000', '193031.350000', '193031.810000', '193032.270000', '193032.730000', '193033.190000', '193033.650000', '193034.110000', '193034.570000', '193035.030000', '193035.490000', '193035.950000', '193036.410000', '193036.870000', '193037.330000', '193037.790000', '193038.250000', '193038.710000', '193039.170000', '193039.630000', '193040.090000', '193040.550000', '193041.010000', '193041.470000', '193041.930000', '193042.390000', '193042.850000', '193043.310000', '193043.770000', '193044.230000', '193044.690000', '193045.150000', '193045.610000', '193046.070000', '193046.530000', '193046.990000', '193047.450000', '193047.910000', '193048.370000', '193048.830000', '193049.290000', '193049.750000', '193050.210000', '193050.670000', '193051.130000', '193051.590000', '193052.050000', '193052.510000', '193052.970000', '193053.430000', '193053.890000', '193054.350000', '193054.810000', '193055.270000', '193055.730000', '193056.190000', '193056.650000', '193057.110000', '193057.570000', '193058.030000', '193058.490000', '193058.950000', '193059.410000', '193059.870000', '193100.330000', '193100.790000', '193101.250000', '193101.710000', '193102.170000', '193102.630000', '193103.090000', '193103.550000', '193104.010000', '193104.470000', '193104.930000', '193105.390000', '193105.850000', '193106.310000', '193106.770000', '193107.230000', '193107.690000', '193108.150000', '193108.610000', '193109.070000', '193109.530000', '193109.990000', '193110.450000', '193110.910000', '193111.370000', '193111.830000', '193112.290000', '193112.750000', '193113.210000', '193113.670000', '193114.130000', '193114.590000', '193115.050000', '193115.510000', '193115.970000', '193116.430000', '193116.890000', '193117.350000', '193117.810000', '193118.270000', '193118.730000', '193119.190000', '193119.650000', '193120.110000', '193120.570000', '193121.030000', '193121.490000', '193121.950000', '193122.410000', '193122.870000', '193123.330000', '193123.790000', '193124.250000', '193124.710000', '193125.170000', '193125.630000', '193126.090000', '193126.550000', '193127.010000', '193127.470000', '193127.930000', '193128.390000', '193128.850000', '193129.310000', '193129.770000', '193130.230000', '193130.690000', '193131.150000', '193131.610000', '193132.070000', '193132.530000', '193132.990000', '193133.450000', '193133.910000', '193134.370000', '193134.830000', '193135.290000', '193135.750000', '193136.210000', '193136.670000', '193137.130000', '193137.590000', '193138.050000', '193138.510000', '193138.970000', '193139.430000', '193139.890000', '193140.350000', '193140.810000', '193141.270000', '193141.730000', '193142.190000', '193142.650000', '193143.110000', '193143.570000', '193144.030000', '193144.490000', '193144.950000', '193145.410000', '193145.870000', '193146.330000', '193146.790000', '193147.250000', '193147.710000', '193148.170000', '193148.630000', '193149.090000', '193149.550000', '193150.010000', '193150.470000', '193150.930000', '193151.390000', '193151.850000', '193152.310000', '193152.770000', '193153.230000', '193153.690000', '193154.150000', '193154.610000', '193155.070000', '193155.530000', '193155.990000', '193156.450000', '193156.910000', '193157.370000', '193157.830000', '193158.290000', '193158.750000', '193159.210000', '193159.670000', '193200.130000', '193200.590000', '193201.050000', '193201.510000', '193201.970000', '193202.430000', '193202.890000', '193203.350000', '193203.810000', '193204.270000', '193204.730000', '193205.190000', '193205.650000', '193206.110000', '193206.570000', '193207.030000', '193207.490000', '193207.950000', '193208.410000', '193208.870000', '193209.330000', '193209.790000', '193210.250000', '193210.710000', '193211.170000', '193211.630000', '193212.090000', '193212.550000', '193213.010000', '193213.470000', '193213.930000', '193214.390000', '193214.850000', '193215.310000', '193215.770000', '193216.230000', '193216.690000', '193217.150000', '193217.610000', '193218.070000', '193218.530000', '193218.990000', '193219.450000', '193219.910000', '193220.370000', '193220.830000', '193221.290000', '193221.750000', '193222.210000', '193222.670000'], 'ContentTime': ['192554.020000', '192554.023000', '192554.025000', '192554.028000', '192554.038000', '192554.041000', '192554.043000', '192554.046000', '192554.049000', '192554.051000', '192554.054000', '192554.063000', '192554.066000', '192554.075000', '192554.078000', '192554.080000', '192554.083000', '192554.086000', '192554.088000', '192554.091000', '192554.093000', '192554.096000', '192554.099000', '192613.967000', '192613.969000', '192613.972000', '192613.974000', '192613.977000', '192613.980000', '192613.982000', '192613.985000', '192613.987000', '192613.990000', '192613.992000', '192613.995000', '192613.997000', '192614.001000', '192614.006000', '192614.008000', '192614.011000', '192614.013000', '192614.025000', '192614.028000', '192614.031000', '192614.033000', '192614.036000', '192614.038000', '192614.041000', '192614.043000', '192614.046000', '192614.048000', '192614.051000', '192614.054000', '192614.056000', '192614.059000', '192614.061000', '192614.064000', '192614.069000', '192614.072000', '192614.075000', '192614.077000', '192614.080000', '192614.082000', '192614.085000', '192614.087000', '192614.090000', '192614.093000', '192633.967000', '192633.970000', '192633.973000', '192633.976000', '192633.978000', '192633.981000', '192633.983000', '192633.986000', '192633.989000', '192633.991000', '192633.994000', '192633.996000', '192634.000000', '192634.003000', '192634.005000', '192634.008000', '192634.011000', '192634.013000', '192634.016000', '192634.018000', '192634.021000', '192634.024000', '192634.026000', '192634.029000', '192634.032000', '192634.034000', '192634.037000', '192634.040000', '192634.042000', '192634.045000', '192634.047000', '192634.050000', '192634.053000', '192634.055000', '192634.058000', '192634.060000', '192634.063000', '192634.065000', '192634.068000', '192634.071000', '192634.073000', '192634.076000', '192634.079000', '192653.967000', '192653.970000', '192653.973000', '192653.975000', '192653.978000', '192653.981000', '192653.983000', '192653.986000', '192653.988000', '192653.991000', '192653.993000', '192653.996000', '192654.000000', '192654.002000', '192654.005000', '192654.007000', '192654.010000', '192654.013000', '192654.015000', '192654.018000', '192654.020000', '192654.023000', '192654.025000', '192654.028000', '192654.030000', '192654.033000', '192654.036000', '192654.038000', '192654.041000', '192654.043000', '192654.046000', '192654.048000', '192654.051000', '192654.054000', '192654.056000', '192654.059000', '192654.061000', '192654.064000', '192654.066000', '192654.069000', '192654.072000', '192654.074000', '192654.077000', '192654.079000', '192713.967000', '192713.969000', '192713.972000', '192713.975000', '192713.977000', '192713.980000', '192713.982000', '192713.985000', '192713.987000', '192713.990000', '192713.993000', '192713.995000', '192713.998000', '192714.001000', '192714.004000', '192714.007000', '192714.009000', '192714.012000', '192714.014000', '192714.017000', '192714.020000', '192714.023000', '192714.025000', '192714.028000', '192714.030000', '192714.033000', '192714.036000', '192714.038000', '192714.041000', '192714.043000', '192714.046000', '192714.049000', '192714.051000', '192714.054000', '192714.056000', '192714.059000', '192714.061000', '192714.064000', '192714.067000', '192714.071000', '192714.074000', '192714.076000', '192714.079000', '192733.966000', '192733.969000', '192733.972000', '192733.974000', '192733.977000', '192733.980000', '192733.982000', '192733.985000', '192733.987000', '192733.990000', '192733.993000', '192733.995000', '192733.998000', '192734.001000', '192734.004000', '192734.006000', '192734.009000', '192734.012000', '192734.014000', '192734.017000', '192734.019000', '192734.022000', '192734.025000', '192734.027000', '192734.030000', '192734.032000', '192734.035000', '192734.038000', '192734.040000', '192734.043000', '192734.045000', '192734.048000', '192734.051000', '192734.053000', '192734.056000', '192734.058000', '192734.061000', '192734.063000', '192734.066000', '192734.068000', '192734.071000', '192734.074000', '192734.076000', '192734.079000', '192753.966000', '192753.969000', '192753.972000', '192753.974000', '192753.977000', '192753.979000', '192753.982000', '192753.985000', '192753.987000', '192753.994000', '192753.996000', '192754.000000', '192754.003000', '192754.012000', '192754.014000', '192754.017000', '192754.020000', '192754.022000', '192754.025000', '192754.027000', '192754.030000', '192754.033000', '192754.035000', '192754.038000', '192754.040000', '192754.043000', '192754.045000', '192754.048000', '192754.051000', '192754.053000', '192754.056000', '192754.058000', '192754.061000', '192754.064000', '192754.066000', '192754.069000', '192754.071000', '192754.074000', '192754.076000', '192754.079000', '192754.082000', '192754.084000', '192754.087000', '192813.966000', '192813.969000', '192813.972000', '192813.974000', '192813.977000', '192813.979000', '192813.982000', '192813.985000', '192813.987000', '192813.990000', '192813.992000', '192813.995000', '192813.998000', '192814.001000', '192814.004000', '192814.007000', '192814.009000', '192814.012000', '192814.014000', '192814.017000', '192814.020000', '192814.023000', '192814.025000', '192814.028000', '192814.030000', '192814.033000', '192814.036000', '192814.039000', '192814.041000', '192814.044000', '192814.047000', '192814.049000', '192814.052000', '192814.055000', '192814.057000', '192814.060000', '192814.062000', '192814.065000', '192814.068000', '192814.070000', '192814.073000', '192814.076000', '192814.078000', '192814.081000', '192833.966000', '192833.969000', '192833.972000', '192833.974000', '192833.977000', '192833.980000', '192833.982000', '192833.985000', '192833.987000', '192833.990000', '192833.993000', '192833.995000', '192833.998000', '192834.002000', '192834.004000', '192834.007000', '192834.009000', '192834.012000', '192834.015000', '192834.017000', '192834.020000', '192834.022000', '192834.025000', '192834.028000', '192834.030000', '192834.033000', '192834.035000', '192834.038000', '192834.041000', '192834.043000', '192834.046000', '192834.048000', '192834.051000', '192834.054000', '192834.057000', '192834.060000', '192834.063000', '192834.065000', '192834.068000', '192834.071000', '192834.073000', '192834.076000', '192834.078000', '192853.968000', '192853.970000', '192853.973000', '192853.976000', '192853.978000', '192853.981000', '192853.983000', '192853.986000', '192853.989000', '192853.991000', '192853.994000', '192853.996000', '192854.000000', '192854.002000', '192854.005000', '192854.008000', '192854.010000', '192854.013000', '192854.015000', '192854.018000', '192854.021000', '192854.023000', '192854.026000', '192854.028000', '192854.031000', '192854.033000', '192854.036000', '192854.039000', '192854.041000', '192854.044000', '192854.046000', '192854.049000', '192854.051000', '192854.054000', '192854.056000', '192854.059000', '192854.062000', '192854.064000', '192854.067000', '192854.070000', '192854.072000', '192854.075000', '192854.077000', '192854.080000', '192913.967000', '192913.970000', '192913.973000', '192913.976000', '192913.978000', '192913.981000', '192913.984000', '192913.986000', '192913.989000', '192913.991000', '192913.994000', '192913.997000', '192914.000000', '192914.003000', '192914.006000', '192914.008000', '192914.011000', '192914.013000', '192914.016000', '192914.018000', '192914.021000', '192914.024000', '192914.026000', '192914.029000', '192914.032000', '192914.034000', '192914.037000', '192914.039000', '192914.042000', '192914.045000', '192914.047000', '192914.050000', '192914.052000', '192914.055000', '192914.057000', '192914.060000', '192914.063000', '192914.065000', '192914.068000', '192914.071000', '192914.073000', '192914.076000', '192914.079000', '192933.967000', '192933.969000', '192933.972000', '192933.975000', '192933.977000', '192933.980000', '192933.982000', '192933.985000', '192933.988000', '192933.990000', '192933.993000', '192933.996000', '192933.998000', '192934.002000', '192934.005000', '192934.007000', '192934.010000', '192934.012000', '192934.015000', '192934.018000', '192934.020000', '192934.023000', '192934.025000', '192934.028000', '192934.031000', '192934.033000', '192934.036000', '192934.038000', '192934.041000', '192934.044000', '192934.046000', '192934.049000', '192934.051000', '192934.054000', '192934.056000', '192934.059000', '192934.062000', '192934.064000', '192934.067000', '192934.070000', '192934.072000', '192934.075000', '192934.077000', '192934.081000', '192953.966000', '192953.969000', '192953.972000', '192953.974000', '192953.977000', '192953.980000', '192954.001000', '192954.003000', '192954.006000', '192954.009000', '192954.011000', '192954.014000', '192954.016000', '192954.019000', '192954.022000', '192954.024000', '192954.027000', '192954.029000', '192954.032000', '192954.035000', '192954.037000', '192954.040000', '192954.043000', '192954.045000', '192954.048000', '192954.050000', '192954.053000', '192954.056000', '192954.058000', '192954.061000', '192954.063000', '192954.066000', '192954.069000', '192954.071000', '192954.074000', '192954.076000', '192954.079000', '192954.082000', '192954.085000', '192954.087000', '192954.090000', '192954.092000', '192954.095000', '193013.967000', '193013.969000', '193013.972000', '193013.975000', '193013.978000', '193013.980000', '193013.983000', '193013.985000', '193013.988000', '193013.990000', '193013.993000', '193013.996000', '193013.998000', '193014.002000', '193014.004000', '193014.007000', '193014.010000', '193014.012000', '193014.015000', '193014.018000', '193014.020000', '193014.023000', '193014.025000', '193014.028000', '193014.031000', '193014.033000', '193014.036000', '193014.038000', '193014.041000', '193014.044000', '193014.046000', '193014.049000', '193014.052000', '193014.054000', '193014.057000', '193014.059000', '193014.062000', '193014.065000', '193014.067000', '193014.070000', '193014.072000', '193014.075000', '193014.078000', '193014.080000', '193033.967000', '193033.969000', '193033.972000', '193033.975000', '193033.977000', '193033.980000', '193033.982000', '193033.985000', '193033.987000', '193033.990000', '193033.993000', '193033.995000', '193033.998000', '193034.002000', '193034.004000', '193034.007000', '193034.009000', '193034.012000', '193034.014000', '193034.017000', '193034.020000', '193034.022000', '193034.025000', '193034.027000', '193034.030000', '193034.033000', '193034.035000', '193034.038000', '193034.040000', '193034.043000', '193034.046000', '193034.048000', '193034.051000', '193034.053000', '193034.056000', '193034.059000', '193034.061000', '193034.064000', '193034.067000', '193034.069000', '193034.072000', '193034.075000', '193034.077000', '193053.966000', '193053.969000', '193053.972000', '193053.974000', '193053.977000', '193053.980000', '193053.982000', '193053.985000', '193053.988000', '193053.990000', '193053.993000', '193053.995000', '193053.998000', '193054.002000', '193054.005000', '193054.007000', '193054.010000', '193054.013000', '193054.015000', '193054.018000', '193054.032000', '193054.035000', '193054.037000', '193054.040000', '193054.043000', '193054.045000', '193054.048000', '193054.051000', '193054.053000', '193054.056000', '193054.058000', '193054.061000', '193054.064000', '193054.066000', '193054.069000', '193054.071000', '193054.074000', '193054.077000', '193054.079000', '193054.082000', '193054.084000', '193054.087000', '193054.090000', '193054.092000', '193113.967000', '193113.970000', '193113.978000', '193113.981000', '193113.984000', '193113.986000', '193113.989000', '193113.991000', '193113.994000', '193113.996000', '193114.000000', '193114.003000', '193114.005000', '193114.008000', '193114.011000', '193114.013000', '193114.016000', '193114.018000', '193114.021000', '193114.024000', '193114.026000', '193114.029000', '193114.031000', '193114.034000', '193114.037000', '193114.039000', '193114.042000', '193114.044000', '193114.047000', '193114.050000', '193114.052000', '193114.055000', '193114.057000', '193114.060000', '193114.063000', '193114.065000', '193114.068000', '193114.070000', '193114.073000', '193114.076000', '193114.078000', '193114.081000', '193114.083000', '193133.968000', '193133.970000', '193133.973000', '193133.976000', '193133.978000', '193133.981000', '193133.984000', '193133.986000', '193133.989000', '193133.992000', '193133.994000', '193133.997000', '193134.000000', '193134.003000', '193134.006000', '193134.008000', '193134.011000', '193134.013000', '193134.016000', '193134.019000', '193134.021000', '193134.024000', '193134.026000', '193134.029000', '193134.032000', '193134.036000', '193134.039000', '193134.041000', '193134.044000', '193134.046000', '193134.049000', '193134.052000', '193134.054000', '193134.057000', '193134.060000', '193134.062000', '193134.065000', '193134.067000', '193134.070000', '193134.072000', '193134.075000', '193134.078000', '193134.080000', '193134.083000', '193153.967000', '193153.969000', '193153.972000', '193153.975000', '193153.977000', '193153.980000', '193153.982000', '193153.985000', '193153.988000', '193153.990000', '193153.993000', '193153.995000', '193153.998000', '193154.002000', '193154.004000', '193154.007000', '193154.009000', '193154.012000', '193154.015000', '193154.017000', '193154.020000', '193154.022000', '193154.025000', '193154.027000', '193154.030000', '193154.033000', '193154.036000', '193154.038000', '193154.041000', '193154.043000', '193154.046000', '193154.049000', '193154.051000', '193154.054000', '193154.057000', '193154.059000', '193154.062000', '193154.065000', '193154.067000', '193154.070000', '193154.073000', '193154.075000', '193154.078000', '193213.966000', '193213.969000', '193213.972000', '193213.975000', '193213.977000', '193213.980000', '193213.982000', '193213.985000', '193213.988000', '193213.991000', '193213.994000', '193213.996000', '193214.000000', '193214.002000', '193214.005000', '193214.008000', '193214.010000', '193214.013000', '193214.015000', '193214.018000', '193214.021000', '193214.023000', '193214.026000', '193214.028000', '193214.031000', '193214.033000', '193214.036000', '193214.039000', '193214.041000', '193214.044000', '193214.047000', '193214.059000', '193214.061000', '193214.064000', '193214.067000', '193214.069000', '193214.072000', '193214.074000', '193214.077000', '193214.080000', '193214.082000', '193214.085000', '193214.087000', '193214.090000', '193224.055000', '193224.058000', '193224.061000', '193224.064000', '193224.067000', '193224.070000', '193224.072000', '193224.075000', '193224.078000', '193224.081000', '193224.084000', '193224.086000', '193224.089000', '193224.092000', '193224.094000', '193224.097000', '193224.100000', '193224.102000', '193224.105000', '193224.108000', '193224.110000', '193224.113000'], 'InstanceCreationTime': ['192554.020000', '192554.023000', '192554.025000', '192554.028000', '192554.038000', '192554.041000', '192554.043000', '192554.046000', '192554.049000', '192554.051000', '192554.054000', '192554.063000', '192554.066000', '192554.075000', '192554.078000', '192554.080000', '192554.083000', '192554.086000', '192554.088000', '192554.091000', '192554.093000', '192554.096000', '192554.099000', '192613.967000', '192613.969000', '192613.972000', '192613.974000', '192613.977000', '192613.980000', '192613.982000', '192613.985000', '192613.987000', '192613.990000', '192613.992000', '192613.995000', '192613.997000', '192614.001000', '192614.006000', '192614.008000', '192614.011000', '192614.013000', '192614.025000', '192614.028000', '192614.031000', '192614.033000', '192614.036000', '192614.038000', '192614.041000', '192614.043000', '192614.046000', '192614.048000', '192614.051000', '192614.054000', '192614.056000', '192614.059000', '192614.061000', '192614.064000', '192614.069000', '192614.072000', '192614.075000', '192614.077000', '192614.080000', '192614.082000', '192614.085000', '192614.087000', '192614.090000', '192614.093000', '192633.967000', '192633.970000', '192633.973000', '192633.976000', '192633.978000', '192633.981000', '192633.983000', '192633.986000', '192633.989000', '192633.991000', '192633.994000', '192633.996000', '192634.000000', '192634.003000', '192634.005000', '192634.008000', '192634.011000', '192634.013000', '192634.016000', '192634.018000', '192634.021000', '192634.024000', '192634.026000', '192634.029000', '192634.032000', '192634.034000', '192634.037000', '192634.040000', '192634.042000', '192634.045000', '192634.047000', '192634.050000', '192634.053000', '192634.055000', '192634.058000', '192634.060000', '192634.063000', '192634.065000', '192634.068000', '192634.071000', '192634.073000', '192634.076000', '192634.079000', '192653.967000', '192653.970000', '192653.973000', '192653.975000', '192653.978000', '192653.981000', '192653.983000', '192653.986000', '192653.988000', '192653.991000', '192653.993000', '192653.996000', '192654.000000', '192654.002000', '192654.005000', '192654.007000', '192654.010000', '192654.013000', '192654.015000', '192654.018000', '192654.020000', '192654.023000', '192654.025000', '192654.028000', '192654.030000', '192654.033000', '192654.036000', '192654.038000', '192654.041000', '192654.043000', '192654.046000', '192654.048000', '192654.051000', '192654.054000', '192654.056000', '192654.059000', '192654.061000', '192654.064000', '192654.066000', '192654.069000', '192654.072000', '192654.074000', '192654.077000', '192654.079000', '192713.967000', '192713.969000', '192713.972000', '192713.975000', '192713.977000', '192713.980000', '192713.982000', '192713.985000', '192713.987000', '192713.990000', '192713.993000', '192713.995000', '192713.998000', '192714.001000', '192714.004000', '192714.007000', '192714.009000', '192714.012000', '192714.014000', '192714.017000', '192714.020000', '192714.023000', '192714.025000', '192714.028000', '192714.030000', '192714.033000', '192714.036000', '192714.038000', '192714.041000', '192714.043000', '192714.046000', '192714.049000', '192714.051000', '192714.054000', '192714.056000', '192714.059000', '192714.061000', '192714.064000', '192714.067000', '192714.071000', '192714.074000', '192714.076000', '192714.079000', '192733.966000', '192733.969000', '192733.972000', '192733.974000', '192733.977000', '192733.980000', '192733.982000', '192733.985000', '192733.987000', '192733.990000', '192733.993000', '192733.995000', '192733.998000', '192734.001000', '192734.004000', '192734.006000', '192734.009000', '192734.012000', '192734.014000', '192734.017000', '192734.019000', '192734.022000', '192734.025000', '192734.027000', '192734.030000', '192734.032000', '192734.035000', '192734.038000', '192734.040000', '192734.043000', '192734.045000', '192734.048000', '192734.051000', '192734.053000', '192734.056000', '192734.058000', '192734.061000', '192734.063000', '192734.066000', '192734.068000', '192734.071000', '192734.074000', '192734.076000', '192734.079000', '192753.966000', '192753.969000', '192753.972000', '192753.974000', '192753.977000', '192753.979000', '192753.982000', '192753.985000', '192753.987000', '192753.994000', '192753.996000', '192754.000000', '192754.003000', '192754.012000', '192754.014000', '192754.017000', '192754.020000', '192754.022000', '192754.025000', '192754.027000', '192754.030000', '192754.033000', '192754.035000', '192754.038000', '192754.040000', '192754.043000', '192754.045000', '192754.048000', '192754.051000', '192754.053000', '192754.056000', '192754.058000', '192754.061000', '192754.064000', '192754.066000', '192754.069000', '192754.071000', '192754.074000', '192754.076000', '192754.079000', '192754.082000', '192754.084000', '192754.087000', '192813.966000', '192813.969000', '192813.972000', '192813.974000', '192813.977000', '192813.979000', '192813.982000', '192813.985000', '192813.987000', '192813.990000', '192813.992000', '192813.995000', '192813.998000', '192814.001000', '192814.004000', '192814.007000', '192814.009000', '192814.012000', '192814.014000', '192814.017000', '192814.020000', '192814.023000', '192814.025000', '192814.028000', '192814.030000', '192814.033000', '192814.036000', '192814.039000', '192814.041000', '192814.044000', '192814.047000', '192814.049000', '192814.052000', '192814.055000', '192814.057000', '192814.060000', '192814.062000', '192814.065000', '192814.068000', '192814.070000', '192814.073000', '192814.076000', '192814.078000', '192814.081000', '192833.966000', '192833.969000', '192833.972000', '192833.974000', '192833.977000', '192833.980000', '192833.982000', '192833.985000', '192833.987000', '192833.990000', '192833.993000', '192833.995000', '192833.998000', '192834.002000', '192834.004000', '192834.007000', '192834.009000', '192834.012000', '192834.015000', '192834.017000', '192834.020000', '192834.022000', '192834.025000', '192834.028000', '192834.030000', '192834.033000', '192834.035000', '192834.038000', '192834.041000', '192834.043000', '192834.046000', '192834.048000', '192834.051000', '192834.054000', '192834.057000', '192834.060000', '192834.063000', '192834.065000', '192834.068000', '192834.071000', '192834.073000', '192834.076000', '192834.078000', '192853.968000', '192853.970000', '192853.973000', '192853.976000', '192853.978000', '192853.981000', '192853.983000', '192853.986000', '192853.989000', '192853.991000', '192853.994000', '192853.996000', '192854.000000', '192854.002000', '192854.005000', '192854.008000', '192854.010000', '192854.013000', '192854.015000', '192854.018000', '192854.021000', '192854.023000', '192854.026000', '192854.028000', '192854.031000', '192854.033000', '192854.036000', '192854.039000', '192854.041000', '192854.044000', '192854.046000', '192854.049000', '192854.051000', '192854.054000', '192854.056000', '192854.059000', '192854.062000', '192854.064000', '192854.067000', '192854.070000', '192854.072000', '192854.075000', '192854.077000', '192854.080000', '192913.967000', '192913.970000', '192913.973000', '192913.976000', '192913.978000', '192913.981000', '192913.984000', '192913.986000', '192913.989000', '192913.991000', '192913.994000', '192913.997000', '192914.000000', '192914.003000', '192914.006000', '192914.008000', '192914.011000', '192914.013000', '192914.016000', '192914.018000', '192914.021000', '192914.024000', '192914.026000', '192914.029000', '192914.032000', '192914.034000', '192914.037000', '192914.039000', '192914.042000', '192914.045000', '192914.047000', '192914.050000', '192914.052000', '192914.055000', '192914.057000', '192914.060000', '192914.063000', '192914.065000', '192914.068000', '192914.071000', '192914.073000', '192914.076000', '192914.079000', '192933.967000', '192933.969000', '192933.972000', '192933.975000', '192933.977000', '192933.980000', '192933.982000', '192933.985000', '192933.988000', '192933.990000', '192933.993000', '192933.996000', '192933.998000', '192934.002000', '192934.005000', '192934.007000', '192934.010000', '192934.012000', '192934.015000', '192934.018000', '192934.020000', '192934.023000', '192934.025000', '192934.028000', '192934.031000', '192934.033000', '192934.036000', '192934.038000', '192934.041000', '192934.044000', '192934.046000', '192934.049000', '192934.051000', '192934.054000', '192934.056000', '192934.059000', '192934.062000', '192934.064000', '192934.067000', '192934.070000', '192934.072000', '192934.075000', '192934.077000', '192934.081000', '192953.966000', '192953.969000', '192953.972000', '192953.974000', '192953.977000', '192953.980000', '192954.001000', '192954.003000', '192954.006000', '192954.009000', '192954.011000', '192954.014000', '192954.016000', '192954.019000', '192954.022000', '192954.024000', '192954.027000', '192954.029000', '192954.032000', '192954.035000', '192954.037000', '192954.040000', '192954.043000', '192954.045000', '192954.048000', '192954.050000', '192954.053000', '192954.056000', '192954.058000', '192954.061000', '192954.063000', '192954.066000', '192954.069000', '192954.071000', '192954.074000', '192954.076000', '192954.079000', '192954.082000', '192954.085000', '192954.087000', '192954.090000', '192954.092000', '192954.095000', '193013.967000', '193013.969000', '193013.972000', '193013.975000', '193013.978000', '193013.980000', '193013.983000', '193013.985000', '193013.988000', '193013.990000', '193013.993000', '193013.996000', '193013.998000', '193014.002000', '193014.004000', '193014.007000', '193014.010000', '193014.012000', '193014.015000', '193014.018000', '193014.020000', '193014.023000', '193014.025000', '193014.028000', '193014.031000', '193014.033000', '193014.036000', '193014.038000', '193014.041000', '193014.044000', '193014.046000', '193014.049000', '193014.052000', '193014.054000', '193014.057000', '193014.059000', '193014.062000', '193014.065000', '193014.067000', '193014.070000', '193014.072000', '193014.075000', '193014.078000', '193014.080000', '193033.967000', '193033.969000', '193033.972000', '193033.975000', '193033.977000', '193033.980000', '193033.982000', '193033.985000', '193033.987000', '193033.990000', '193033.993000', '193033.995000', '193033.998000', '193034.002000', '193034.004000', '193034.007000', '193034.009000', '193034.012000', '193034.014000', '193034.017000', '193034.020000', '193034.022000', '193034.025000', '193034.027000', '193034.030000', '193034.033000', '193034.035000', '193034.038000', '193034.040000', '193034.043000', '193034.046000', '193034.048000', '193034.051000', '193034.053000', '193034.056000', '193034.059000', '193034.061000', '193034.064000', '193034.067000', '193034.069000', '193034.072000', '193034.075000', '193034.077000', '193053.966000', '193053.969000', '193053.972000', '193053.974000', '193053.977000', '193053.980000', '193053.982000', '193053.985000', '193053.988000', '193053.990000', '193053.993000', '193053.995000', '193053.998000', '193054.002000', '193054.005000', '193054.007000', '193054.010000', '193054.013000', '193054.015000', '193054.018000', '193054.032000', '193054.035000', '193054.037000', '193054.040000', '193054.043000', '193054.045000', '193054.048000', '193054.051000', '193054.053000', '193054.056000', '193054.058000', '193054.061000', '193054.064000', '193054.066000', '193054.069000', '193054.071000', '193054.074000', '193054.077000', '193054.079000', '193054.082000', '193054.084000', '193054.087000', '193054.090000', '193054.092000', '193113.967000', '193113.970000', '193113.978000', '193113.981000', '193113.984000', '193113.986000', '193113.989000', '193113.991000', '193113.994000', '193113.996000', '193114.000000', '193114.003000', '193114.005000', '193114.008000', '193114.011000', '193114.013000', '193114.016000', '193114.018000', '193114.021000', '193114.024000', '193114.026000', '193114.029000', '193114.031000', '193114.034000', '193114.037000', '193114.039000', '193114.042000', '193114.044000', '193114.047000', '193114.050000', '193114.052000', '193114.055000', '193114.057000', '193114.060000', '193114.063000', '193114.065000', '193114.068000', '193114.070000', '193114.073000', '193114.076000', '193114.078000', '193114.081000', '193114.083000', '193133.968000', '193133.970000', '193133.973000', '193133.976000', '193133.978000', '193133.981000', '193133.984000', '193133.986000', '193133.989000', '193133.992000', '193133.994000', '193133.997000', '193134.000000', '193134.003000', '193134.006000', '193134.008000', '193134.011000', '193134.013000', '193134.016000', '193134.019000', '193134.021000', '193134.024000', '193134.026000', '193134.029000', '193134.032000', '193134.036000', '193134.039000', '193134.041000', '193134.044000', '193134.046000', '193134.049000', '193134.052000', '193134.054000', '193134.057000', '193134.060000', '193134.062000', '193134.065000', '193134.067000', '193134.070000', '193134.072000', '193134.075000', '193134.078000', '193134.080000', '193134.083000', '193153.967000', '193153.969000', '193153.972000', '193153.975000', '193153.977000', '193153.980000', '193153.982000', '193153.985000', '193153.988000', '193153.990000', '193153.993000', '193153.995000', '193153.998000', '193154.002000', '193154.004000', '193154.007000', '193154.009000', '193154.012000', '193154.015000', '193154.017000', '193154.020000', '193154.022000', '193154.025000', '193154.027000', '193154.030000', '193154.033000', '193154.036000', '193154.038000', '193154.041000', '193154.043000', '193154.046000', '193154.049000', '193154.051000', '193154.054000', '193154.057000', '193154.059000', '193154.062000', '193154.065000', '193154.067000', '193154.070000', '193154.073000', '193154.075000', '193154.078000', '193213.966000', '193213.969000', '193213.972000', '193213.975000', '193213.977000', '193213.980000', '193213.982000', '193213.985000', '193213.988000', '193213.991000', '193213.994000', '193213.996000', '193214.000000', '193214.002000', '193214.005000', '193214.008000', '193214.010000', '193214.013000', '193214.015000', '193214.018000', '193214.021000', '193214.023000', '193214.026000', '193214.028000', '193214.031000', '193214.033000', '193214.036000', '193214.039000', '193214.041000', '193214.044000', '193214.047000', '193214.059000', '193214.061000', '193214.064000', '193214.067000', '193214.069000', '193214.072000', '193214.074000', '193214.077000', '193214.080000', '193214.082000', '193214.085000', '193214.087000', '193214.090000', '193224.055000', '193224.058000', '193224.061000', '193224.064000', '193224.067000', '193224.070000', '193224.072000', '193224.075000', '193224.078000', '193224.081000', '193224.084000', '193224.086000', '193224.089000', '193224.092000', '193224.094000', '193224.097000', '193224.100000', '193224.102000', '193224.105000', '193224.108000', '193224.110000', '193224.113000'], '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': [9661, 11541, 11049, 11762, 11325, 11664, 10078, 11507, 10336, 12058, 10785, 12464, 11664, 12371, 10212, 11679, 11117, 12160, 10706, 12238, 10528, 8711, 11887, 10194, 8248, 10681, 10046, 11825, 10022, 9498, 11247, 13475, 12255, 12489, 10740, 13224, 11606, 12020, 10728, 8827, 11572, 11267, 11902, 10879, 13581, 11977, 11287, 11970, 11068, 11386, 12473, 10900, 8459, 11683, 10222, 11739, 9841, 11847, 10612, 11916, 11445, 10522, 11290, 10207, 11276, 11070, 11695, 10780, 11842, 9966, 11807, 10995, 12068, 10116, 11843, 14558, 11872, 8537, 11256, 9404, 11535, 9413, 11655, 9846, 11628, 11074, 12169, 11298, 12234, 11568, 12330, 11003, 10882, 11835, 9860, 11971, 10508, 12429, 11007, 10750, 10765, 11335, 9201, 10882, 10810, 8501, 8786, 10963, 10781, 11660, 11247, 12408, 11604, 12107, 11894, 11327, 13932, 11612, 13535, 11579, 14727, 11928, 11796, 11866, 11278, 12311, 11704, 8230, 12182, 10674, 11864, 12056, 11038, 12228, 9909, 12317, 10856, 9738, 12113, 11388, 10947, 11779, 10693, 12201, 11526, 7970, 11403, 8984, 11952, 10490, 12172, 11070, 9677, 11893, 10704, 10878, 11635, 9440, 11722, 11117, 9540, 11017, 11426, 11098, 11547, 11867, 11361, 12649, 10845, 12995, 11674, 11193, 11799, 10765, 12040, 10964, 8444, 11317, 9909, 11948, 11144, 10952, 11319, 8779, 11355, 10194, 12170, 11206, 12957, 11782, 9332, 11804, 9929, 12182, 11093, 12402, 11852, 13615, 11535, 9208, 11541, 9643, 11932, 10893, 12381, 11007, 9849, 11234, 9282, 11892, 9832, 12398, 11566, 11443, 11427, 9659, 11251, 9040, 11457, 9571, 12369, 10873, 9656, 11023, 8963, 12033, 9205, 11818, 11343, 11954, 10539, 11848, 10871, 12193, 10554, 12201, 10756, 11211, 10951, 10359, 10955, 10555, 11186, 11839, 11178, 9828, 11442, 9786, 12127, 10121, 12080, 9934, 12162, 11327, 10853, 10947, 10015, 11224, 9365, 11799, 10399, 11571, 9648, 11745, 10536, 9676, 10988, 9437, 11641, 10752, 11980, 10945, 14118, 11955, 10488, 12321, 11564, 9547, 11505, 9422, 11688, 10350, 12196, 10414, 11044, 11195, 9178, 11234, 10159, 11711, 10307, 9962, 11275, 9850, 12078, 10877, 9159, 11307, 10562, 11815, 11634, 10938, 10958, 9334, 11863, 11496, 13449, 11432, 9124, 11465, 10650, 12143, 11110, 10168, 11599, 10413, 11965, 10412, 8322, 11399, 9676, 11630, 10335, 9033, 10849, 12051, 11199, 9873, 11534, 10321, 11886, 11441, 12094, 11553, 11535, 10789, 10190, 11467, 9456, 11730, 11147, 11545, 11098, 10104, 11408, 10007, 11853, 11143, 12027, 11323, 8913, 10702, 9262, 10940, 9349, 10862, 8407, 10492, 10046, 10587, 11882, 11288, 11942, 11064, 12026, 10932, 12041, 10291, 12310, 11776, 11585, 11156, 10106, 11036, 10818, 11562, 9687, 11470, 9754, 11751, 10065, 11821, 10595, 11869, 9886, 11587, 10770, 11989, 10760, 8628, 11252, 9912, 11495, 10240, 11198, 10874, 11919, 11128, 12568, 10628, 8455, 11314, 9655, 11669, 10865, 10956, 11106, 9838, 10763, 10821, 9223, 9662, 10938, 9776, 12285, 11460, 13231, 10418, 9991, 11793, 9547, 12335, 9902, 12739, 11032, 12563, 11913, 12468, 12090, 12092, 11896, 10662, 12202, 11824, 11700, 12158, 11192, 11862, 11079, 13615, 12488, 13812, 12457, 11146, 12051, 11451, 11652, 11896, 10762, 12306, 11658, 12329, 10484, 12122, 11339, 12045, 11280, 9699, 11648, 10044, 11992, 11568, 12293, 11471, 11967, 11559, 12025, 11526, 10243, 11858, 10855, 12242, 11819, 10987, 11826, 9927, 12241, 10737, 12225, 11427, 12550, 12034, 13829, 11757, 9294, 12112, 10731, 12307, 11935, 13374, 11520, 9915, 11865, 11061, 12294, 10747, 12253, 11287, 11957, 11087, 12448, 11788, 12213, 11467, 10076, 11686, 10633, 12260, 10931, 8834, 11710, 10693, 11669, 10531, 12229, 10399, 11731, 10641, 8619, 11394, 10699, 11981, 10401, 11705, 10879, 8864, 11576, 10953, 12140, 11665, 12083, 10881, 10946, 11419, 11230, 11668, 8193, 11533, 10013, 11852, 10227, 12133, 11756, 11161, 11182, 11985, 11146, 12309, 11992, 12741, 11659, 10608, 11729, 10590, 11753, 9180, 11120, 10605, 11619, 10471, 11778, 9731, 11520, 10520, 11859, 10888, 8039, 11105, 10006, 11507, 9920, 11678, 10263, 11579, 9899, 11665, 11460, 11299, 10821, 11539, 9719, 11600, 10896, 12102, 11368, 11097, 11599, 10862, 9387, 11247, 10519, 10885, 10892, 12185, 11840, 11843, 10432, 11765, 10458, 11610, 11162, 10328, 11268, 9949, 11508, 10742, 10425, 11075, 9330, 11246, 10117, 11721, 10438, 11833, 11071, 11894, 11154, 8125, 11006, 10671, 11500, 10509, 11347, 10076, 10515, 11029, 11872, 10911, 12226, 10152, 11562, 10629, 11842, 10368, 11781, 11197, 11694, 10416, 9105, 11027, 10226, 11095, 10022, 11305, 10473, 11569, 11242, 11949, 11765, 10661, 11026, 9447, 11455, 9997, 11630, 11134, 11683, 10413, 11784, 10493, 12083, 11566, 11399, 10778, 8252, 10906, 10533, 11567, 10342, 11564, 10335, 11495, 10573, 11976, 11392, 11881, 11697, 11958, 10715, 9154, 11148, 9668, 11396, 11525, 11340, 10188, 11489, 9396, 11380, 9403, 11532, 10807, 11723, 10686, 11696, 10266, 11630, 9460, 11572, 10482, 11524, 10432, 11769, 10616, 11114, 10848, 9441, 10999, 10112, 11174, 10222, 11710, 10152, 11604, 13032, 10990, 9806, 11247, 10615, 11638, 9304, 11631, 10552, 11382, 10933, 11348, 10681, 9472, 11174, 9152, 11487, 9707, 11512, 10492, 7998, 10994, 10169, 11348, 14129, 11480, 12747, 11500, 8819, 11249, 9743, 11422, 10316, 11679, 11441, 11211, 11757, 9630, 10433, 10841, 9140, 11416, 9894, 9021, 11231, 10252, 8353, 11009, 10555, 10920, 12536, 11702, 12840, 14767, 11429, 14059, 10959, 12532, 11754, 11275, 11313, 9478, 11701, 10895, 10163, 12110, 11380, 11435, 12181, 10993, 11210, 11417, 9355, 11604, 9027, 11886, 10220, 11861, 12154, 10008, 11607, 10840, 9286, 10690, 9233, 11354, 10666, 11508, 10920, 10079, 11271, 10224, 11676, 10882, 12207, 10735, 12193, 11336, 10206, 11311, 10909, 9427, 11239, 10033, 9610, 11590, 9935, 12315, 11390, 9361, 11111, 9383, 11539, 11170, 12028, 10910, 10553, 11300, 11107, 10087, 10651, 10473, 8492, 11164, 10459, 11371, 11676, 9577, 11466, 10143, 12016, 10495, 10978, 11318, 10406, 11278, 11227, 8927, 10935, 9502, 11293, 10067, 11551, 9814, 8839, 10632, 9067, 10903, 11019, 10990, 10361, 11325, 8824, 11327, 9976, 9220, 10878, 11591], 'WindowCenter': [4370.0, 4374.0, 4350.0, 4359.0, 4336.0, 4335.0, 4323.0, 4332.0, 4322.0, 4331.0, 4332.0, 4343.0, 4334.0, 4332.0, 4320.0, 4330.0, 4319.0, 4330.0, 4321.0, 4331.0, 4336.0, 4326.0, 4343.0, 4333.0, 4313.0, 4334.0, 4335.0, 4356.0, 4349.0, 4338.0, 4359.0, 4368.0, 4346.0, 4344.0, 4323.0, 4330.0, 4319.0, 4317.0, 4307.0, 4286.0, 4317.0, 4306.0, 4318.0, 4306.0, 4328.0, 4316.0, 4304.0, 4317.0, 4303.0, 4305.0, 4314.0, 4307.0, 4286.0, 4317.0, 4307.0, 4327.0, 4308.0, 4329.0, 4319.0, 4330.0, 4330.0, 4320.0, 4329.0, 4319.0, 4332.0, 4331.0, 4332.0, 4332.0, 4332.0, 4322.0, 4331.0, 4332.0, 4332.0, 4321.0, 4332.0, 4341.0, 4330.0, 4299.0, 4318.0, 4308.0, 4329.0, 4311.0, 4331.0, 4320.0, 4331.0, 4331.0, 4330.0, 4331.0, 4342.0, 4332.0, 4342.0, 4332.0, 4319.0, 4330.0, 4309.0, 4331.0, 4334.0, 4357.0, 4346.0, 4346.0, 4334.0, 4342.0, 4323.0, 4345.0, 4343.0, 4326.0, 4315.0, 4348.0, 4349.0, 4348.0, 4347.0, 4346.0, 4323.0, 4321.0, 4310.0, 4296.0, 4316.0, 4296.0, 4293.0, 4281.0, 4298.0, 4277.0, 4277.0, 4278.0, 4278.0, 4287.0, 4288.0, 4260.0, 4289.0, 4290.0, 4290.0, 4302.0, 4304.0, 4314.0, 4295.0, 4315.0, 4306.0, 4296.0, 4317.0, 4317.0, 4309.0, 4320.0, 4321.0, 4332.0, 4332.0, 4301.0, 4330.0, 4300.0, 4332.0, 4324.0, 4333.0, 4333.0, 4313.0, 4334.0, 4323.0, 4334.0, 4346.0, 4326.0, 4344.0, 4347.0, 4327.0, 4338.0, 4346.0, 4334.0, 4333.0, 4333.0, 4322.0, 4331.0, 4322.0, 4330.0, 4321.0, 4321.0, 4320.0, 4308.0, 4318.0, 4321.0, 4289.0, 4321.0, 4323.0, 4333.0, 4335.0, 4323.0, 4333.0, 4314.0, 4335.0, 4324.0, 4345.0, 4336.0, 4344.0, 4334.0, 4313.0, 4344.0, 4322.0, 4332.0, 4333.0, 4343.0, 4332.0, 4342.0, 4330.0, 4311.0, 4334.0, 4311.0, 4332.0, 4333.0, 4343.0, 4334.0, 4322.0, 4333.0, 4313.0, 4333.0, 4323.0, 4345.0, 4345.0, 4333.0, 4333.0, 4312.0, 4333.0, 4312.0, 4332.0, 4325.0, 4345.0, 4334.0, 4323.0, 4335.0, 4315.0, 4346.0, 4313.0, 4346.0, 4335.0, 4335.0, 4323.0, 4332.0, 4322.0, 4330.0, 4323.0, 4344.0, 4335.0, 4333.0, 4335.0, 4324.0, 4335.0, 4335.0, 4346.0, 4346.0, 4335.0, 4324.0, 4334.0, 4324.0, 4334.0, 4322.0, 4334.0, 4323.0, 4332.0, 4321.0, 4321.0, 4321.0, 4311.0, 4332.0, 4313.0, 4333.0, 4322.0, 4333.0, 4312.0, 4332.0, 4322.0, 4324.0, 4334.0, 4323.0, 4334.0, 4333.0, 4331.0, 4333.0, 4342.0, 4332.0, 4322.0, 4333.0, 4321.0, 4309.0, 4320.0, 4299.0, 4319.0, 4308.0, 4330.0, 4310.0, 4318.0, 4319.0, 4300.0, 4320.0, 4322.0, 4331.0, 4321.0, 4321.0, 4332.0, 4321.0, 4332.0, 4332.0, 4312.0, 4334.0, 4334.0, 4333.0, 4331.0, 4321.0, 4321.0, 4300.0, 4332.0, 4332.0, 4341.0, 4331.0, 4300.0, 4320.0, 4321.0, 4333.0, 4322.0, 4321.0, 4320.0, 4319.0, 4330.0, 4320.0, 4301.0, 4332.0, 4311.0, 4331.0, 4322.0, 4300.0, 4322.0, 4331.0, 4321.0, 4310.0, 4318.0, 4309.0, 4319.0, 4319.0, 4318.0, 4320.0, 4318.0, 4319.0, 4308.0, 4319.0, 4309.0, 4330.0, 4332.0, 4332.0, 4321.0, 4320.0, 4331.0, 4309.0, 4331.0, 4322.0, 4332.0, 4321.0, 4299.0, 4321.0, 4311.0, 4334.0, 4314.0, 4333.0, 4302.0, 4324.0, 4323.0, 4322.0, 4333.0, 4333.0, 4331.0, 4320.0, 4331.0, 4319.0, 4331.0, 4310.0, 4331.0, 4320.0, 4318.0, 4318.0, 4307.0, 4320.0, 4319.0, 4332.0, 4309.0, 4331.0, 4311.0, 4331.0, 4311.0, 4332.0, 4321.0, 4320.0, 4308.0, 4319.0, 4320.0, 4329.0, 4321.0, 4302.0, 4321.0, 4311.0, 4330.0, 4321.0, 4320.0, 4319.0, 4321.0, 4334.0, 4329.0, 4307.0, 4286.0, 4318.0, 4307.0, 4344.0, 4345.0, 4343.0, 4342.0, 4334.0, 4333.0, 4334.0, 4323.0, 4323.0, 4335.0, 4351.0, 4362.0, 4349.0, 4343.0, 4322.0, 4309.0, 4320.0, 4298.0, 4317.0, 4296.0, 4317.0, 4308.0, 4329.0, 4318.0, 4318.0, 4319.0, 4317.0, 4317.0, 4294.0, 4304.0, 4305.0, 4304.0, 4305.0, 4294.0, 4293.0, 4293.0, 4314.0, 4303.0, 4300.0, 4290.0, 4279.0, 4289.0, 4290.0, 4290.0, 4291.0, 4291.0, 4301.0, 4291.0, 4301.0, 4292.0, 4302.0, 4302.0, 4301.0, 4306.0, 4292.0, 4315.0, 4296.0, 4316.0, 4317.0, 4316.0, 4332.0, 4331.0, 4320.0, 4318.0, 4318.0, 4307.0, 4318.0, 4318.0, 4331.0, 4333.0, 4322.0, 4331.0, 4310.0, 4330.0, 4320.0, 4330.0, 4331.0, 4330.0, 4331.0, 4329.0, 4319.0, 4297.0, 4331.0, 4320.0, 4328.0, 4331.0, 4330.0, 4320.0, 4308.0, 4330.0, 4330.0, 4331.0, 4320.0, 4330.0, 4319.0, 4319.0, 4319.0, 4328.0, 4318.0, 4317.0, 4318.0, 4296.0, 4318.0, 4308.0, 4330.0, 4320.0, 4300.0, 4329.0, 4320.0, 4329.0, 4320.0, 4331.0, 4310.0, 4330.0, 4309.0, 4288.0, 4319.0, 4318.0, 4320.0, 4319.0, 4319.0, 4319.0, 4299.0, 4318.0, 4321.0, 4330.0, 4329.0, 4331.0, 4320.0, 4319.0, 4319.0, 4319.0, 4319.0, 4286.0, 4317.0, 4297.0, 4317.0, 4308.0, 4319.0, 4318.0, 4317.0, 4317.0, 4317.0, 4318.0, 4318.0, 4317.0, 4317.0, 4307.0, 4307.0, 4317.0, 4306.0, 4317.0, 4298.0, 4318.0, 4308.0, 4318.0, 4307.0, 4318.0, 4308.0, 4330.0, 4321.0, 4331.0, 4331.0, 4290.0, 4318.0, 4309.0, 4332.0, 4320.0, 4332.0, 4309.0, 4320.0, 4308.0, 4320.0, 4318.0, 4320.0, 4308.0, 4318.0, 4297.0, 4318.0, 4319.0, 4330.0, 4331.0, 4331.0, 4333.0, 4332.0, 4311.0, 4332.0, 4335.0, 4334.0, 4334.0, 4334.0, 4333.0, 4319.0, 4308.0, 4317.0, 4307.0, 4317.0, 4317.0, 4308.0, 4319.0, 4307.0, 4317.0, 4318.0, 4319.0, 4330.0, 4310.0, 4321.0, 4321.0, 4330.0, 4323.0, 4332.0, 4321.0, 4319.0, 4318.0, 4287.0, 4318.0, 4320.0, 4319.0, 4308.0, 4307.0, 4307.0, 4305.0, 4319.0, 4331.0, 4320.0, 4329.0, 4311.0, 4317.0, 4320.0, 4319.0, 4308.0, 4318.0, 4317.0, 4318.0, 4308.0, 4298.0, 4318.0, 4319.0, 4320.0, 4306.0, 4319.0, 4307.0, 4318.0, 4318.0, 4318.0, 4319.0, 4308.0, 4308.0, 4308.0, 4318.0, 4309.0, 4320.0, 4321.0, 4328.0, 4320.0, 4319.0, 4319.0, 4331.0, 4331.0, 4319.0, 4320.0, 4288.0, 4318.0, 4308.0, 4319.0, 4310.0, 4320.0, 4309.0, 4319.0, 4308.0, 4319.0, 4317.0, 4318.0, 4318.0, 4318.0, 4309.0, 4299.0, 4319.0, 4308.0, 4318.0, 4319.0, 4319.0, 4308.0, 4318.0, 4297.0, 4319.0, 4298.0, 4321.0, 4319.0, 4330.0, 4309.0, 4319.0, 4321.0, 4330.0, 4308.0, 4319.0, 4319.0, 4318.0, 4318.0, 4329.0, 4319.0, 4330.0, 4331.0, 4322.0, 4333.0, 4333.0, 4333.0, 4322.0, 4343.0, 4321.0, 4333.0, 4343.0, 4322.0, 4310.0, 4319.0, 4319.0, 4320.0, 4299.0, 4320.0, 4320.0, 4331.0, 4321.0, 4320.0, 4318.0, 4310.0, 4331.0, 4312.0, 4332.0, 4312.0, 4332.0, 4322.0, 4290.0, 4320.0, 4309.0, 4320.0, 4340.0, 4321.0, 4331.0, 4320.0, 4287.0, 4307.0, 4297.0, 4317.0, 4307.0, 4330.0, 4332.0, 4332.0, 4332.0, 4323.0, 4332.0, 4345.0, 4324.0, 4343.0, 4346.0, 4337.0, 4357.0, 4360.0, 4330.0, 4349.0, 4336.0, 4334.0, 4335.0, 4321.0, 4321.0, 4315.0, 4297.0, 4315.0, 4293.0, 4303.0, 4289.0, 4290.0, 4291.0, 4283.0, 4304.0, 4304.0, 4306.0, 4315.0, 4330.0, 4317.0, 4316.0, 4306.0, 4305.0, 4317.0, 4296.0, 4317.0, 4286.0, 4317.0, 4307.0, 4319.0, 4331.0, 4309.0, 4319.0, 4320.0, 4309.0, 4332.0, 4312.0, 4334.0, 4346.0, 4346.0, 4336.0, 4324.0, 4335.0, 4334.0, 4334.0, 4334.0, 4333.0, 4323.0, 4344.0, 4334.0, 4322.0, 4320.0, 4320.0, 4299.0, 4321.0, 4322.0, 4311.0, 4345.0, 4324.0, 4333.0, 4332.0, 4300.0, 4320.0, 4300.0, 4321.0, 4321.0, 4331.0, 4320.0, 4319.0, 4321.0, 4332.0, 4321.0, 4321.0, 4321.0, 4302.0, 4332.0, 4336.0, 4333.0, 4333.0, 4312.0, 4330.0, 4322.0, 4329.0, 4320.0, 4320.0, 4321.0, 4319.0, 4318.0, 4318.0, 4296.0, 4319.0, 4309.0, 4321.0, 4323.0, 4333.0, 4324.0, 4313.0, 4334.0, 4313.0, 4334.0, 4333.0, 4334.0, 4322.0, 4322.0, 4299.0, 4320.0, 4311.0, 4311.0, 4322.0, 4331.0], 'WindowWidth': [9655.0, 9646.0, 9605.0, 9613.0, 9576.0, 9574.0, 9551.0, 9562.0, 9549.0, 9560.0, 9562.0, 9580.0, 9567.0, 9563.0, 9543.0, 9556.0, 9540.0, 9554.0, 9544.0, 9559.0, 9574.0, 9561.0, 9579.0, 9567.0, 9542.0, 9570.0, 9572.0, 9604.0, 9599.0, 9584.0, 9617.0, 9627.0, 9590.0, 9585.0, 9549.0, 9556.0, 9536.0, 9531.0, 9517.0, 9488.0, 9533.0, 9516.0, 9535.0, 9516.0, 9551.0, 9529.0, 9512.0, 9533.0, 9509.0, 9513.0, 9524.0, 9518.0, 9490.0, 9532.0, 9520.0, 9548.0, 9522.0, 9553.0, 9540.0, 9557.0, 9555.0, 9542.0, 9554.0, 9541.0, 9560.0, 9561.0, 9562.0, 9561.0, 9562.0, 9548.0, 9559.0, 9562.0, 9563.0, 9545.0, 9563.0, 9573.0, 9556.0, 9511.0, 9536.0, 9523.0, 9553.0, 9531.0, 9559.0, 9543.0, 9561.0, 9558.0, 9557.0, 9561.0, 9578.0, 9564.0, 9578.0, 9562.0, 9542.0, 9556.0, 9527.0, 9561.0, 9572.0, 9609.0, 9593.0, 9591.0, 9570.0, 9581.0, 9558.0, 9588.0, 9585.0, 9564.0, 9543.0, 9596.0, 9599.0, 9590.0, 9591.0, 9587.0, 9551.0, 9540.0, 9526.0, 9500.0, 9527.0, 9496.0, 9488.0, 9469.0, 9487.0, 9457.0, 9457.0, 9460.0, 9460.0, 9473.0, 9476.0, 9442.0, 9480.0, 9480.0, 9482.0, 9500.0, 9507.0, 9522.0, 9496.0, 9526.0, 9513.0, 9501.0, 9531.0, 9532.0, 9523.0, 9540.0, 9543.0, 9560.0, 9561.0, 9517.0, 9555.0, 9513.0, 9561.0, 9551.0, 9564.0, 9562.0, 9534.0, 9563.0, 9549.0, 9565.0, 9586.0, 9557.0, 9584.0, 9590.0, 9561.0, 9578.0, 9585.0, 9567.0, 9563.0, 9562.0, 9545.0, 9557.0, 9544.0, 9553.0, 9544.0, 9544.0, 9540.0, 9520.0, 9534.0, 9540.0, 9499.0, 9545.0, 9550.0, 9566.0, 9567.0, 9550.0, 9564.0, 9539.0, 9569.0, 9553.0, 9583.0, 9574.0, 9582.0, 9567.0, 9537.0, 9581.0, 9547.0, 9562.0, 9562.0, 9578.0, 9561.0, 9573.0, 9556.0, 9532.0, 9566.0, 9533.0, 9561.0, 9565.0, 9577.0, 9565.0, 9548.0, 9562.0, 9536.0, 9565.0, 9551.0, 9583.0, 9583.0, 9564.0, 9562.0, 9533.0, 9562.0, 9534.0, 9562.0, 9556.0, 9583.0, 9568.0, 9553.0, 9570.0, 9544.0, 9585.0, 9539.0, 9587.0, 9570.0, 9569.0, 9549.0, 9561.0, 9548.0, 9555.0, 9550.0, 9579.0, 9569.0, 9563.0, 9569.0, 9556.0, 9570.0, 9569.0, 9586.0, 9587.0, 9571.0, 9553.0, 9569.0, 9552.0, 9565.0, 9547.0, 9566.0, 9549.0, 9564.0, 9545.0, 9545.0, 9545.0, 9531.0, 9560.0, 9537.0, 9565.0, 9548.0, 9562.0, 9532.0, 9559.0, 9547.0, 9554.0, 9567.0, 9551.0, 9567.0, 9564.0, 9559.0, 9563.0, 9576.0, 9562.0, 9548.0, 9564.0, 9544.0, 9525.0, 9541.0, 9511.0, 9540.0, 9524.0, 9556.0, 9527.0, 9536.0, 9539.0, 9514.0, 9542.0, 9547.0, 9559.0, 9546.0, 9545.0, 9560.0, 9545.0, 9563.0, 9564.0, 9535.0, 9567.0, 9567.0, 9565.0, 9560.0, 9544.0, 9543.0, 9515.0, 9561.0, 9562.0, 9572.0, 9559.0, 9515.0, 9543.0, 9543.0, 9565.0, 9547.0, 9543.0, 9540.0, 9538.0, 9554.0, 9542.0, 9520.0, 9562.0, 9532.0, 9559.0, 9546.0, 9516.0, 9547.0, 9559.0, 9544.0, 9526.0, 9537.0, 9524.0, 9537.0, 9537.0, 9535.0, 9541.0, 9536.0, 9536.0, 9523.0, 9538.0, 9524.0, 9556.0, 9560.0, 9560.0, 9543.0, 9543.0, 9556.0, 9526.0, 9558.0, 9546.0, 9561.0, 9543.0, 9513.0, 9544.0, 9533.0, 9567.0, 9541.0, 9566.0, 9523.0, 9554.0, 9549.0, 9549.0, 9565.0, 9565.0, 9558.0, 9543.0, 9555.0, 9538.0, 9560.0, 9528.0, 9558.0, 9538.0, 9535.0, 9535.0, 9521.0, 9540.0, 9541.0, 9561.0, 9527.0, 9558.0, 9531.0, 9559.0, 9531.0, 9560.0, 9542.0, 9542.0, 9522.0, 9539.0, 9542.0, 9554.0, 9544.0, 9520.0, 9546.0, 9531.0, 9555.0, 9543.0, 9541.0, 9539.0, 9544.0, 9564.0, 9552.0, 9518.0, 9489.0, 9535.0, 9521.0, 9582.0, 9586.0, 9583.0, 9580.0, 9570.0, 9565.0, 9568.0, 9553.0, 9554.0, 9573.0, 9605.0, 9621.0, 9596.0, 9579.0, 9545.0, 9526.0, 9539.0, 9504.0, 9531.0, 9499.0, 9531.0, 9520.0, 9550.0, 9535.0, 9534.0, 9537.0, 9532.0, 9531.0, 9495.0, 9507.0, 9509.0, 9508.0, 9510.0, 9492.0, 9495.0, 9487.0, 9521.0, 9505.0, 9496.0, 9480.0, 9465.0, 9478.0, 9482.0, 9481.0, 9485.0, 9485.0, 9499.0, 9487.0, 9500.0, 9487.0, 9502.0, 9503.0, 9500.0, 9512.0, 9492.0, 9527.0, 9502.0, 9529.0, 9531.0, 9528.0, 9561.0, 9557.0, 9540.0, 9533.0, 9533.0, 9518.0, 9534.0, 9535.0, 9558.0, 9563.0, 9546.0, 9557.0, 9528.0, 9555.0, 9541.0, 9554.0, 9555.0, 9556.0, 9556.0, 9551.0, 9539.0, 9506.0, 9555.0, 9539.0, 9550.0, 9558.0, 9556.0, 9539.0, 9521.0, 9555.0, 9556.0, 9561.0, 9543.0, 9557.0, 9538.0, 9536.0, 9537.0, 9548.0, 9535.0, 9533.0, 9533.0, 9501.0, 9534.0, 9522.0, 9555.0, 9542.0, 9514.0, 9552.0, 9541.0, 9553.0, 9541.0, 9557.0, 9529.0, 9555.0, 9525.0, 9494.0, 9536.0, 9537.0, 9542.0, 9539.0, 9537.0, 9538.0, 9510.0, 9536.0, 9546.0, 9556.0, 9552.0, 9556.0, 9541.0, 9537.0, 9539.0, 9540.0, 9539.0, 9489.0, 9533.0, 9504.0, 9532.0, 9522.0, 9537.0, 9535.0, 9533.0, 9533.0, 9533.0, 9534.0, 9536.0, 9533.0, 9531.0, 9516.0, 9517.0, 9530.0, 9516.0, 9532.0, 9507.0, 9536.0, 9521.0, 9535.0, 9519.0, 9535.0, 9521.0, 9554.0, 9546.0, 9558.0, 9558.0, 9502.0, 9538.0, 9526.0, 9561.0, 9544.0, 9561.0, 9526.0, 9541.0, 9523.0, 9541.0, 9538.0, 9542.0, 9520.0, 9533.0, 9505.0, 9535.0, 9538.0, 9558.0, 9561.0, 9560.0, 9566.0, 9562.0, 9533.0, 9563.0, 9571.0, 9568.0, 9567.0, 9569.0, 9562.0, 9538.0, 9519.0, 9530.0, 9518.0, 9533.0, 9533.0, 9522.0, 9536.0, 9519.0, 9532.0, 9537.0, 9540.0, 9556.0, 9529.0, 9544.0, 9545.0, 9557.0, 9549.0, 9560.0, 9544.0, 9538.0, 9535.0, 9494.0, 9536.0, 9539.0, 9539.0, 9521.0, 9520.0, 9520.0, 9516.0, 9540.0, 9558.0, 9544.0, 9552.0, 9529.0, 9535.0, 9539.0, 9537.0, 9521.0, 9537.0, 9533.0, 9534.0, 9522.0, 9508.0, 9536.0, 9539.0, 9541.0, 9519.0, 9538.0, 9518.0, 9534.0, 9534.0, 9535.0, 9539.0, 9522.0, 9522.0, 9522.0, 9536.0, 9525.0, 9542.0, 9546.0, 9551.0, 9542.0, 9539.0, 9540.0, 9556.0, 9558.0, 9540.0, 9541.0, 9496.0, 9536.0, 9521.0, 9538.0, 9526.0, 9542.0, 9525.0, 9539.0, 9522.0, 9537.0, 9535.0, 9537.0, 9538.0, 9537.0, 9524.0, 9511.0, 9538.0, 9523.0, 9538.0, 9540.0, 9540.0, 9521.0, 9536.0, 9506.0, 9539.0, 9510.0, 9543.0, 9539.0, 9555.0, 9524.0, 9539.0, 9544.0, 9555.0, 9522.0, 9540.0, 9537.0, 9537.0, 9535.0, 9552.0, 9540.0, 9555.0, 9559.0, 9552.0, 9566.0, 9565.0, 9565.0, 9549.0, 9578.0, 9545.0, 9563.0, 9579.0, 9547.0, 9527.0, 9538.0, 9539.0, 9541.0, 9511.0, 9541.0, 9540.0, 9559.0, 9546.0, 9542.0, 9538.0, 9528.0, 9559.0, 9536.0, 9563.0, 9534.0, 9563.0, 9546.0, 9503.0, 9541.0, 9525.0, 9543.0, 9569.0, 9543.0, 9558.0, 9542.0, 9492.0, 9519.0, 9505.0, 9532.0, 9518.0, 9557.0, 9565.0, 9566.0, 9563.0, 9553.0, 9564.0, 9587.0, 9560.0, 9581.0, 9594.0, 9583.0, 9611.0, 9621.0, 9577.0, 9600.0, 9576.0, 9566.0, 9571.0, 9543.0, 9543.0, 9525.0, 9500.0, 9522.0, 9491.0, 9502.0, 9478.0, 9481.0, 9487.0, 9478.0, 9508.0, 9510.0, 9514.0, 9525.0, 9555.0, 9533.0, 9528.0, 9513.0, 9513.0, 9532.0, 9501.0, 9531.0, 9488.0, 9531.0, 9517.0, 9539.0, 9558.0, 9525.0, 9540.0, 9541.0, 9527.0, 9562.0, 9536.0, 9569.0, 9591.0, 9588.0, 9573.0, 9555.0, 9570.0, 9568.0, 9569.0, 9567.0, 9564.0, 9549.0, 9582.0, 9566.0, 9546.0, 9543.0, 9542.0, 9513.0, 9544.0, 9547.0, 9532.0, 9584.0, 9555.0, 9567.0, 9561.0, 9515.0, 9542.0, 9513.0, 9543.0, 9545.0, 9559.0, 9541.0, 9540.0, 9546.0, 9561.0, 9543.0, 9546.0, 9547.0, 9521.0, 9561.0, 9576.0, 9568.0, 9565.0, 9533.0, 9558.0, 9546.0, 9552.0, 9541.0, 9543.0, 9543.0, 9537.0, 9536.0, 9535.0, 9505.0, 9538.0, 9526.0, 9545.0, 9553.0, 9565.0, 9553.0, 9538.0, 9568.0, 9539.0, 9568.0, 9565.0, 9569.0, 9547.0, 9549.0, 9513.0, 9542.0, 9531.0, 9530.0, 9547.0, 9559.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.0015010321100917432</td></tr>
<tr><td colspan=3>aqi</td><td>0.019414380389908257</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.98414128955223</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2255231632720993</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.01945991913892</td></tr>
<tr><td colspan=3>efc</td><td>0.4605</td></tr>
<tr><td colspan=3>fber</td><td>8004.5229</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08665198592495822</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.701834862385321</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4922373650663956</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4077212153227254</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7719316611847264</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.297059218691734</td></tr>
<tr><td colspan=3>gcor</td><td>0.0193419</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01280448492616415</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029538391157984734</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9133856814175</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>33.4483</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5541</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.8103</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301904.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>740.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.6982</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4456</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.562</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3515.8077</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3721.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74640.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1206.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4594.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.8327</td></tr>
<tr><td colspan=3>tsnr</td><td>42.92216772551183</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>