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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0069_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0069_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0069/ses-03/func/sub-0069_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>96f5419cfed559036f99086a62362e77</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:07:8.567500</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.999933, -0.00669565, 0.00948847, 0.00663189, 0.999955, 0.00673531]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0732536</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7737, -7289, 602, -72, -130, 42, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.838</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0acf1879-c52a-4c4d-9c47-65483f72bdd9||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.682745933532715, 0.01779288239777088, 0.025739498436450958, 111.46240234375], [0.017963945865631104, 2.682806968688965, 0.01801420748233795, -90.53257751464844], [0.025456883013248444, -0.018070342019200325, 2.699817419052124, -72.25346374511719], [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': ['190708.567500', '190709.027500', '190709.487500', '190709.947500', '190710.407500', '190710.867500', '190711.327500', '190711.787500', '190712.247500', '190712.707500', '190713.167500', '190713.627500', '190714.087500', '190714.547500', '190715.007500', '190715.467500', '190715.927500', '190716.387500', '190716.847500', '190717.307500', '190717.767500', '190718.227500', '190718.687500', '190719.147500', '190719.607500', '190720.067500', '190720.527500', '190720.987500', '190721.447500', '190721.907500', '190722.367500', '190722.827500', '190723.287500', '190723.747500', '190724.207500', '190724.667500', '190725.127500', '190725.587500', '190726.047500', '190726.507500', '190726.967500', '190727.427500', '190727.887500', '190728.347500', '190728.807500', '190729.267500', '190729.727500', '190730.187500', '190730.647500', '190731.107500', '190731.567500', '190732.027500', '190732.487500', '190732.947500', '190733.407500', '190733.867500', '190734.327500', '190734.787500', '190735.247500', '190735.707500', '190736.167500', '190736.627500', '190737.087500', '190737.547500', '190738.007500', '190738.467500', '190738.927500', '190739.387500', '190739.847500', '190740.307500', '190740.767500', '190741.227500', '190741.687500', '190742.147500', '190742.607500', '190743.067500', '190743.527500', '190743.987500', '190744.447500', '190744.907500', '190745.367500', '190745.827500', '190746.287500', '190746.747500', '190747.207500', '190747.667500', '190748.127500', '190748.587500', '190749.047500', '190749.507500', '190749.967500', '190750.427500', '190750.887500', '190751.347500', '190751.807500', '190752.267500', '190752.727500', '190753.187500', '190753.647500', '190754.107500', '190754.567500', '190755.027500', '190755.487500', '190755.947500', '190756.407500', '190756.867500', '190757.327500', '190757.787500', '190758.247500', '190758.707500', '190759.167500', '190759.627500', '190800.087500', '190800.547500', '190801.007500', '190801.467500', '190801.927500', '190802.387500', '190802.847500', '190803.307500', '190803.767500', '190804.227500', '190804.687500', '190805.147500', '190805.607500', '190806.067500', '190806.527500', '190806.987500', '190807.447500', '190807.907500', '190808.367500', '190808.827500', '190809.287500', '190809.747500', '190810.207500', '190810.667500', '190811.127500', '190811.587500', '190812.047500', '190812.507500', '190812.967500', '190813.427500', '190813.887500', '190814.347500', '190814.807500', '190815.267500', '190815.727500', '190816.187500', '190816.647500', '190817.107500', '190817.567500', '190818.027500', '190818.487500', '190818.947500', '190819.407500', '190819.867500', '190820.327500', '190820.787500', '190821.247500', '190821.707500', '190822.167500', '190822.627500', '190823.087500', '190823.547500', '190824.007500', '190824.467500', '190824.927500', '190825.387500', '190825.847500', '190826.307500', '190826.767500', '190827.227500', '190827.687500', '190828.147500', '190828.607500', '190829.067500', '190829.527500', '190829.987500', '190830.447500', '190830.907500', '190831.367500', '190831.827500', '190832.287500', '190832.747500', '190833.207500', '190833.667500', '190834.127500', '190834.587500', '190835.047500', '190835.507500', '190835.967500', '190836.427500', '190836.887500', '190837.347500', '190837.807500', '190838.267500', '190838.727500', '190839.187500', '190839.647500', '190840.107500', '190840.567500', '190841.027500', '190841.487500', '190841.947500', '190842.407500', '190842.867500', '190843.327500', '190843.787500', '190844.247500', '190844.707500', '190845.167500', '190845.627500', '190846.087500', '190846.547500', '190847.007500', '190847.467500', '190847.927500', '190848.387500', '190848.847500', '190849.307500', '190849.767500', '190850.227500', '190850.687500', '190851.147500', '190851.607500', '190852.067500', '190852.527500', '190852.987500', '190853.447500', '190853.907500', '190854.367500', '190854.827500', '190855.287500', '190855.747500', '190856.207500', '190856.667500', '190857.127500', '190857.587500', '190858.047500', '190858.507500', '190858.967500', '190859.427500', '190859.887500', '190900.347500', '190900.807500', '190901.267500', '190901.727500', '190902.187500', '190902.647500', '190903.107500', '190903.567500', '190904.027500', '190904.487500', '190904.947500', '190905.407500', '190905.867500', '190906.327500', '190906.787500', '190907.247500', '190907.707500', '190908.167500', '190908.627500', '190909.087500', '190909.547500', '190910.007500', '190910.467500', '190910.927500', '190911.387500', '190911.847500', '190912.307500', '190912.767500', '190913.227500', '190913.687500', '190914.147500', '190914.607500', '190915.067500', '190915.527500', '190915.987500', '190916.447500', '190916.907500', '190917.367500', '190917.827500', '190918.287500', '190918.747500', '190919.207500', '190919.667500', '190920.127500', '190920.587500', '190921.047500', '190921.507500', '190921.967500', '190922.427500', '190922.887500', '190923.347500', '190923.807500', '190924.267500', '190924.727500', '190925.187500', '190925.647500', '190926.107500', '190926.567500', '190927.027500', '190927.487500', '190927.947500', '190928.407500', '190928.867500', '190929.327500', '190929.787500', '190930.247500', '190930.707500', '190931.167500', '190931.627500', '190932.087500', '190932.547500', '190933.007500', '190933.467500', '190933.927500', '190934.387500', '190934.847500', '190935.307500', '190935.767500', '190936.227500', '190936.687500', '190937.147500', '190937.607500', '190938.067500', '190938.527500', '190938.987500', '190939.447500', '190939.907500', '190940.367500', '190940.827500', '190941.287500', '190941.747500', '190942.207500', '190942.667500', '190943.127500', '190943.587500', '190944.047500', '190944.507500', '190944.967500', '190945.427500', '190945.887500', '190946.347500', '190946.807500', '190947.267500', '190947.727500', '190948.187500', '190948.647500', '190949.107500', '190949.567500', '190950.027500', '190950.487500', '190950.947500', '190951.407500', '190951.867500', '190952.327500', '190952.787500', '190953.247500', '190953.707500', '190954.167500', '190954.627500', '190955.087500', '190955.547500', '190956.007500', '190956.467500', '190956.927500', '190957.387500', '190957.847500', '190958.307500', '190958.767500', '190959.227500', '190959.687500', '191000.147500', '191000.607500', '191001.067500', '191001.527500', '191001.987500', '191002.447500', '191002.907500', '191003.367500', '191003.827500', '191004.287500', '191004.747500', '191005.207500', '191005.667500', '191006.127500', '191006.587500', '191007.047500', '191007.507500', '191007.967500', '191008.427500', '191008.887500', '191009.347500', '191009.807500', '191010.267500', '191010.727500', '191011.187500', '191011.647500', '191012.107500', '191012.567500', '191013.027500', '191013.487500', '191013.947500', '191014.407500', '191014.867500', '191015.327500', '191015.787500', '191016.247500', '191016.707500', '191017.167500', '191017.627500', '191018.087500', '191018.547500', '191019.007500', '191019.467500', '191019.927500', '191020.387500', '191020.847500', '191021.307500', '191021.767500', '191022.227500', '191022.687500', '191023.147500', '191023.607500', '191024.067500', '191024.527500', '191024.987500', '191025.447500', '191025.907500', '191026.367500', '191026.827500', '191027.287500', '191027.747500', '191028.207500', '191028.667500', '191029.127500', '191029.587500', '191030.047500', '191030.507500', '191030.967500', '191031.427500', '191031.887500', '191032.347500', '191032.807500', '191033.267500', '191033.727500', '191034.187500', '191034.647500', '191035.107500', '191035.567500', '191036.027500', '191036.487500', '191036.947500', '191037.407500', '191037.867500', '191038.327500', '191038.787500', '191039.247500', '191039.707500', '191040.167500', '191040.627500', '191041.087500', '191041.547500', '191042.007500', '191042.467500', '191042.927500', '191043.387500', '191043.847500', '191044.307500', '191044.767500', '191045.227500', '191045.687500', '191046.147500', '191046.607500', '191047.067500', '191047.527500', '191047.987500', '191048.447500', '191048.907500', '191049.367500', '191049.827500', '191050.287500', '191050.747500', '191051.207500', '191051.667500', '191052.127500', '191052.587500', '191053.047500', '191053.507500', '191053.967500', '191054.427500', '191054.887500', '191055.347500', '191055.807500', '191056.267500', '191056.727500', '191057.187500', '191057.647500', '191058.107500', '191058.567500', '191059.027500', '191059.487500', '191059.947500', '191100.407500', '191100.867500', '191101.327500', '191101.787500', '191102.247500', '191102.707500', '191103.167500', '191103.627500', '191104.087500', '191104.547500', '191105.007500', '191105.467500', '191105.927500', '191106.387500', '191106.847500', '191107.307500', '191107.767500', '191108.227500', '191108.687500', '191109.147500', '191109.607500', '191110.067500', '191110.527500', '191110.987500', '191111.447500', '191111.907500', '191112.367500', '191112.827500', '191113.287500', '191113.747500', '191114.207500', '191114.667500', '191115.127500', '191115.587500', '191116.047500', '191116.507500', '191116.967500', '191117.427500', '191117.887500', '191118.347500', '191118.807500', '191119.267500', '191119.727500', '191120.187500', '191120.647500', '191121.107500', '191121.567500', '191122.027500', '191122.487500', '191122.947500', '191123.407500', '191123.867500', '191124.327500', '191124.787500', '191125.247500', '191125.707500', '191126.167500', '191126.627500', '191127.087500', '191127.547500', '191128.007500', '191128.467500', '191128.927500', '191129.387500', '191129.847500', '191130.307500', '191130.767500', '191131.227500', '191131.687500', '191132.147500', '191132.607500', '191133.067500', '191133.527500', '191133.987500', '191134.447500', '191134.907500', '191135.367500', '191135.827500', '191136.287500', '191136.747500', '191137.207500', '191137.667500', '191138.127500', '191138.587500', '191139.047500', '191139.507500', '191139.967500', '191140.427500', '191140.887500', '191141.347500', '191141.807500', '191142.267500', '191142.727500', '191143.187500', '191143.647500', '191144.107500', '191144.567500', '191145.027500', '191145.487500', '191145.947500', '191146.407500', '191146.867500', '191147.327500', '191147.787500', '191148.247500', '191148.707500', '191149.167500', '191149.627500', '191150.087500', '191150.547500', '191151.007500', '191151.467500', '191151.927500', '191152.387500', '191152.847500', '191153.307500', '191153.767500', '191154.227500', '191154.687500', '191155.147500', '191155.607500', '191156.067500', '191156.527500', '191156.987500', '191157.447500', '191157.907500', '191158.367500', '191158.827500', '191159.287500', '191159.747500', '191200.207500', '191200.667500', '191201.127500', '191201.587500', '191202.047500', '191202.507500', '191202.967500', '191203.427500', '191203.887500', '191204.347500', '191204.807500', '191205.267500', '191205.727500', '191206.187500', '191206.647500', '191207.107500', '191207.567500', '191208.027500', '191208.487500', '191208.947500', '191209.407500', '191209.867500', '191210.327500', '191210.787500', '191211.247500', '191211.707500', '191212.167500', '191212.627500', '191213.087500', '191213.547500', '191214.007500', '191214.467500', '191214.927500', '191215.387500', '191215.847500', '191216.307500', '191216.767500', '191217.227500', '191217.687500', '191218.147500', '191218.607500', '191219.067500', '191219.527500', '191219.987500', '191220.447500', '191220.907500', '191221.367500', '191221.827500', '191222.287500', '191222.747500', '191223.207500', '191223.667500', '191224.127500', '191224.587500', '191225.047500', '191225.507500', '191225.967500', '191226.427500', '191226.887500', '191227.347500', '191227.807500', '191228.267500', '191228.727500', '191229.187500', '191229.647500', '191230.107500', '191230.567500', '191231.027500', '191231.487500', '191231.947500', '191232.407500', '191232.867500', '191233.327500', '191233.787500', '191234.247500', '191234.707500', '191235.167500', '191235.627500', '191236.087500', '191236.547500', '191237.007500', '191237.467500', '191237.927500', '191238.387500', '191238.847500', '191239.307500', '191239.767500', '191240.227500', '191240.687500', '191241.147500', '191241.607500', '191242.067500', '191242.527500', '191242.987500', '191243.447500', '191243.907500', '191244.367500', '191244.827500', '191245.287500', '191245.747500', '191246.207500', '191246.667500', '191247.127500', '191247.587500', '191248.047500', '191248.507500', '191248.967500', '191249.427500', '191249.887500', '191250.347500', '191250.807500', '191251.267500', '191251.727500', '191252.187500', '191252.647500', '191253.107500', '191253.567500', '191254.027500', '191254.487500', '191254.947500', '191255.407500', '191255.867500', '191256.327500', '191256.787500', '191257.247500', '191257.707500', '191258.167500', '191258.627500', '191259.087500', '191259.547500', '191300.007500', '191300.467500', '191300.927500', '191301.387500', '191301.847500', '191302.307500', '191302.767500', '191303.227500', '191303.687500', '191304.147500', '191304.607500', '191305.067500', '191305.527500', '191305.987500', '191306.447500', '191306.907500', '191307.367500', '191307.827500', '191308.287500', '191308.747500', '191309.207500', '191309.667500', '191310.127500', '191310.587500', '191311.047500', '191311.507500', '191311.967500', '191312.427500', '191312.887500', '191313.347500', '191313.807500', '191314.267500', '191314.727500', '191315.187500', '191315.647500', '191316.107500', '191316.567500', '191317.027500', '191317.487500', '191317.947500', '191318.407500', '191318.867500', '191319.327500', '191319.787500', '191320.247500', '191320.707500', '191321.167500', '191321.627500', '191322.087500', '191322.547500', '191323.007500', '191323.467500', '191323.927500', '191324.387500', '191324.847500', '191325.307500', '191325.767500', '191326.227500', '191326.687500', '191327.147500', '191327.607500', '191328.067500', '191328.527500', '191328.987500', '191329.447500', '191329.907500', '191330.367500', '191330.827500', '191331.287500', '191331.747500', '191332.207500', '191332.667500', '191333.127500', '191333.587500', '191334.047500', '191334.507500', '191334.967500', '191335.427500', '191335.887500', '191336.347500', '191336.807500', '191337.267500', '191337.727500', '191338.187500', '191338.647500', '191339.107500', '191339.567500', '191340.027500', '191340.487500', '191340.947500', '191341.407500', '191341.867500', '191342.327500', '191342.787500', '191343.247500', '191343.707500', '191344.167500', '191344.627500', '191345.087500', '191345.547500', '191346.007500', '191346.467500', '191346.927500', '191347.387500', '191347.847500', '191348.307500', '191348.767500', '191349.227500'], 'ContentTime': ['190732.535000', '190732.538000', '190732.541000', '190732.544000', '190732.546000', '190732.549000', '190732.552000', '190732.554000', '190732.557000', '190732.559000', '190732.562000', '190732.565000', '190732.567000', '190732.570000', '190732.573000', '190732.575000', '190732.578000', '190732.581000', '190732.583000', '190732.586000', '190732.589000', '190732.591000', '190732.594000', '190732.596000', '190732.599000', '190732.602000', '190732.604000', '190732.607000', '190732.609000', '190732.612000', '190732.615000', '190732.617000', '190732.620000', '190732.622000', '190732.625000', '190732.628000', '190732.630000', '190732.633000', '190732.635000', '190732.638000', '190732.641000', '190732.643000', '190732.646000', '190732.648000', '190732.651000', '190732.653000', '190732.656000', '190732.659000', '190732.661000', '190732.669000', '190752.506000', '190752.510000', '190752.512000', '190752.515000', '190752.517000', '190752.520000', '190752.523000', '190752.525000', '190752.528000', '190752.530000', '190752.533000', '190752.535000', '190752.538000', '190752.540000', '190752.543000', '190752.546000', '190752.548000', '190752.551000', '190752.553000', '190752.563000', '190752.566000', '190752.569000', '190752.571000', '190752.574000', '190752.576000', '190752.579000', '190752.581000', '190752.584000', '190752.587000', '190752.590000', '190752.592000', '190752.599000', '190752.601000', '190752.604000', '190752.607000', '190752.609000', '190752.612000', '190752.614000', '190752.619000', '190752.622000', '190752.624000', '190752.627000', '190752.629000', '190812.506000', '190812.509000', '190812.512000', '190812.515000', '190812.535000', '190812.538000', '190812.541000', '190812.543000', '190812.546000', '190812.548000', '190812.551000', '190812.554000', '190812.556000', '190812.559000', '190812.561000', '190812.564000', '190812.566000', '190812.569000', '190812.572000', '190812.574000', '190812.577000', '190812.579000', '190812.582000', '190812.585000', '190812.587000', '190812.590000', '190812.593000', '190812.596000', '190812.598000', '190812.601000', '190812.603000', '190812.606000', '190812.608000', '190812.611000', '190812.614000', '190812.616000', '190812.619000', '190812.621000', '190812.624000', '190812.627000', '190812.629000', '190812.632000', '190812.634000', '190812.637000', '190832.507000', '190832.509000', '190832.512000', '190832.515000', '190832.517000', '190832.525000', '190832.527000', '190832.530000', '190832.533000', '190832.535000', '190832.538000', '190832.540000', '190832.543000', '190832.545000', '190832.548000', '190832.551000', '190832.553000', '190832.556000', '190832.559000', '190832.561000', '190832.564000', '190832.566000', '190832.569000', '190832.572000', '190832.574000', '190832.577000', '190832.580000', '190832.583000', '190832.586000', '190832.588000', '190832.591000', '190832.594000', '190832.596000', '190832.599000', '190832.601000', '190832.604000', '190832.607000', '190832.609000', '190832.612000', '190832.614000', '190832.617000', '190832.619000', '190832.622000', '190852.507000', '190852.510000', '190852.512000', '190852.515000', '190852.517000', '190852.520000', '190852.523000', '190852.525000', '190852.528000', '190852.530000', '190852.533000', '190852.536000', '190852.538000', '190852.541000', '190852.543000', '190852.546000', '190852.553000', '190852.556000', '190852.559000', '190852.561000', '190852.564000', '190852.566000', '190852.569000', '190852.571000', '190852.574000', '190852.577000', '190852.579000', '190852.582000', '190852.584000', '190852.587000', '190852.590000', '190852.593000', '190852.595000', '190852.598000', '190852.600000', '190852.603000', '190852.606000', '190852.608000', '190852.611000', '190852.613000', '190852.616000', '190852.619000', '190852.621000', '190852.624000', '190912.505000', '190912.508000', '190912.511000', '190912.514000', '190912.516000', '190912.519000', '190912.521000', '190912.524000', '190912.527000', '190912.529000', '190912.532000', '190912.534000', '190912.537000', '190912.539000', '190912.542000', '190912.545000', '190912.547000', '190912.550000', '190912.553000', '190912.555000', '190912.558000', '190912.560000', '190912.563000', '190912.566000', '190912.568000', '190912.571000', '190912.573000', '190912.576000', '190912.579000', '190912.581000', '190912.584000', '190912.586000', '190912.589000', '190912.592000', '190912.603000', '190912.606000', '190912.609000', '190912.611000', '190912.614000', '190912.616000', '190912.619000', '190912.622000', '190912.624000', '190932.505000', '190932.520000', '190932.523000', '190932.525000', '190932.528000', '190932.531000', '190932.533000', '190932.536000', '190932.539000', '190932.541000', '190932.544000', '190932.546000', '190932.549000', '190932.552000', '190932.554000', '190932.557000', '190932.559000', '190932.562000', '190932.565000', '190932.567000', '190932.570000', '190932.572000', '190932.575000', '190932.578000', '190932.580000', '190932.583000', '190932.585000', '190932.588000', '190932.591000', '190932.593000', '190932.596000', '190932.598000', '190932.601000', '190932.604000', '190932.606000', '190932.609000', '190932.611000', '190932.614000', '190932.617000', '190932.619000', '190932.622000', '190932.624000', '190932.627000', '190932.630000', '190952.507000', '190952.509000', '190952.512000', '190952.519000', '190952.522000', '190952.524000', '190952.527000', '190952.529000', '190952.532000', '190952.535000', '190952.537000', '190952.540000', '190952.542000', '190952.545000', '190952.548000', '190952.550000', '190952.553000', '190952.555000', '190952.558000', '190952.561000', '190952.563000', '190952.566000', '190952.568000', '190952.571000', '190952.573000', '190952.576000', '190952.579000', '190952.581000', '190952.584000', '190952.586000', '190952.589000', '190952.592000', '190952.594000', '190952.597000', '190952.599000', '190952.602000', '190952.604000', '190952.607000', '190952.610000', '190952.612000', '190952.615000', '190952.618000', '190952.621000', '191012.506000', '191012.509000', '191012.512000', '191012.515000', '191012.517000', '191012.520000', '191012.523000', '191012.525000', '191012.528000', '191012.530000', '191012.533000', '191012.536000', '191012.538000', '191012.541000', '191012.544000', '191012.546000', '191012.549000', '191012.551000', '191012.554000', '191012.557000', '191012.559000', '191012.562000', '191012.564000', '191012.567000', '191012.570000', '191012.572000', '191012.575000', '191012.578000', '191012.580000', '191012.583000', '191012.585000', '191012.588000', '191012.591000', '191012.593000', '191012.596000', '191012.599000', '191012.601000', '191012.604000', '191012.606000', '191012.609000', '191012.612000', '191012.614000', '191012.617000', '191012.619000', '191032.507000', '191032.510000', '191032.512000', '191032.515000', '191032.518000', '191032.520000', '191032.523000', '191032.525000', '191032.528000', '191032.531000', '191032.533000', '191032.536000', '191032.538000', '191032.541000', '191032.544000', '191032.546000', '191032.549000', '191032.551000', '191032.554000', '191032.556000', '191032.559000', '191032.562000', '191032.564000', '191032.567000', '191032.569000', '191032.572000', '191032.575000', '191032.577000', '191032.580000', '191032.582000', '191032.585000', '191032.588000', '191032.590000', '191032.593000', '191032.596000', '191032.598000', '191032.601000', '191032.603000', '191032.606000', '191032.608000', '191032.611000', '191032.614000', '191032.616000', '191052.506000', '191052.509000', '191052.512000', '191052.515000', '191052.517000', '191052.520000', '191052.522000', '191052.525000', '191052.528000', '191052.530000', '191052.533000', '191052.535000', '191052.538000', '191052.541000', '191052.544000', '191052.546000', '191052.549000', '191052.551000', '191052.554000', '191052.557000', '191052.559000', '191052.562000', '191052.564000', '191052.567000', '191052.569000', '191052.572000', '191052.575000', '191052.577000', '191052.580000', '191052.582000', '191052.585000', '191052.588000', '191052.591000', '191052.593000', '191052.596000', '191052.599000', '191052.601000', '191052.604000', '191052.606000', '191052.609000', '191052.627000', '191052.630000', '191052.632000', '191052.635000', '191112.507000', '191112.509000', '191112.512000', '191112.523000', '191112.525000', '191112.528000', '191112.531000', '191112.533000', '191112.536000', '191112.538000', '191112.541000', '191112.544000', '191112.546000', '191112.549000', '191112.551000', '191112.554000', '191112.557000', '191112.560000', '191112.562000', '191112.565000', '191112.567000', '191112.570000', '191112.573000', '191112.575000', '191112.578000', '191112.581000', '191112.583000', '191112.586000', '191112.589000', '191112.591000', '191112.594000', '191112.596000', '191112.599000', '191112.602000', '191112.604000', '191112.607000', '191112.609000', '191112.612000', '191112.615000', '191112.617000', '191112.620000', '191112.622000', '191112.625000', '191132.506000', '191132.509000', '191132.511000', '191132.514000', '191132.516000', '191132.519000', '191132.522000', '191132.524000', '191132.527000', '191132.530000', '191132.532000', '191132.535000', '191132.537000', '191132.540000', '191132.543000', '191132.546000', '191132.548000', '191132.551000', '191132.554000', '191132.556000', '191132.559000', '191132.562000', '191132.564000', '191132.567000', '191132.569000', '191132.572000', '191132.575000', '191132.577000', '191132.580000', '191132.582000', '191132.585000', '191132.588000', '191132.590000', '191132.593000', '191132.595000', '191132.598000', '191132.601000', '191132.603000', '191132.606000', '191132.608000', '191132.611000', '191132.614000', '191132.616000', '191132.619000', '191152.506000', '191152.508000', '191152.511000', '191152.514000', '191152.517000', '191152.519000', '191152.522000', '191152.524000', '191152.527000', '191152.529000', '191152.532000', '191152.535000', '191152.537000', '191152.540000', '191152.542000', '191152.545000', '191152.548000', '191152.550000', '191152.553000', '191152.556000', '191152.558000', '191152.561000', '191152.563000', '191152.566000', '191152.569000', '191152.571000', '191152.574000', '191152.577000', '191152.579000', '191152.582000', '191152.584000', '191152.587000', '191152.590000', '191152.592000', '191152.595000', '191152.597000', '191152.600000', '191152.603000', '191152.605000', '191152.608000', '191152.610000', '191152.613000', '191152.616000', '191212.506000', '191212.509000', '191212.512000', '191212.514000', '191212.517000', '191212.520000', '191212.522000', '191212.525000', '191212.528000', '191212.530000', '191212.533000', '191212.535000', '191212.538000', '191212.541000', '191212.543000', '191212.546000', '191212.548000', '191212.551000', '191212.554000', '191212.556000', '191212.559000', '191212.561000', '191212.564000', '191212.567000', '191212.569000', '191212.572000', '191212.574000', '191212.577000', '191212.580000', '191212.582000', '191212.585000', '191212.587000', '191212.590000', '191212.593000', '191212.595000', '191212.598000', '191212.601000', '191212.603000', '191212.606000', '191212.608000', '191212.611000', '191212.614000', '191212.616000', '191212.619000', '191232.506000', '191232.509000', '191232.512000', '191232.515000', '191232.517000', '191232.520000', '191232.522000', '191232.533000', '191232.536000', '191232.539000', '191232.541000', '191232.544000', '191232.546000', '191232.549000', '191232.552000', '191232.555000', '191232.557000', '191232.560000', '191232.563000', '191232.565000', '191232.568000', '191232.570000', '191232.573000', '191232.576000', '191232.578000', '191232.581000', '191232.583000', '191232.586000', '191232.589000', '191232.591000', '191232.594000', '191232.597000', '191232.599000', '191232.602000', '191232.604000', '191232.607000', '191232.610000', '191232.612000', '191232.615000', '191232.617000', '191232.620000', '191232.623000', '191232.625000', '191252.507000', '191252.509000', '191252.512000', '191252.515000', '191252.517000', '191252.520000', '191252.522000', '191252.525000', '191252.528000', '191252.530000', '191252.533000', '191252.537000', '191252.540000', '191252.542000', '191252.545000', '191252.548000', '191252.550000', '191252.553000', '191252.555000', '191252.558000', '191252.561000', '191252.563000', '191252.566000', '191252.569000', '191252.571000', '191252.574000', '191252.576000', '191252.579000', '191252.582000', '191252.584000', '191252.587000', '191252.590000', '191252.593000', '191252.595000', '191252.598000', '191252.600000', '191252.603000', '191252.606000', '191252.608000', '191252.611000', '191252.613000', '191252.616000', '191252.619000', '191312.506000', '191312.509000', '191312.512000', '191312.515000', '191312.517000', '191312.520000', '191312.523000', '191312.525000', '191312.528000', '191312.530000', '191312.533000', '191312.536000', '191312.538000', '191312.541000', '191312.543000', '191312.546000', '191312.549000', '191312.551000', '191312.554000', '191312.556000', '191312.559000', '191312.562000', '191312.564000', '191312.567000', '191312.569000', '191312.572000', '191312.574000', '191312.577000', '191312.580000', '191312.582000', '191312.586000', '191312.589000', '191312.592000', '191312.594000', '191312.597000', '191312.599000', '191312.602000', '191312.605000', '191312.607000', '191312.610000', '191312.612000', '191312.615000', '191312.618000', '191312.620000', '191332.507000', '191332.510000', '191332.512000', '191332.515000', '191332.517000', '191332.520000', '191332.523000', '191332.525000', '191332.528000', '191332.531000', '191332.535000', '191332.537000', '191332.540000', '191332.542000', '191332.545000', '191332.548000', '191332.550000', '191332.553000', '191332.556000', '191332.558000', '191332.561000', '191332.563000', '191332.566000', '191332.569000', '191332.571000', '191332.574000', '191332.576000', '191332.579000', '191332.581000', '191332.584000', '191332.587000', '191332.590000', '191332.592000', '191332.595000', '191332.597000', '191332.600000', '191332.603000', '191332.605000', '191332.608000', '191332.610000', '191332.613000', '191332.616000', '191332.618000', '191350.481000', '191350.484000', '191350.487000', '191350.489000', '191350.492000', '191350.495000', '191350.499000', '191350.502000', '191350.504000', '191350.507000', '191350.510000', '191350.512000', '191350.517000', '191350.520000', '191350.523000', '191350.526000', '191350.528000', '191350.531000', '191350.534000', '191350.537000', '191350.540000', '191350.543000', '191350.546000', '191350.548000', '191350.551000', '191350.555000', '191350.558000', '191350.561000', '191350.565000', '191350.569000', '191350.572000', '191350.575000', '191350.578000', '191350.591000', '191350.598000', '191350.609000', '191350.612000', '191350.615000', '191350.618000', '191350.621000'], 'InstanceCreationTime': ['190732.535000', '190732.538000', '190732.541000', '190732.544000', '190732.546000', '190732.549000', '190732.552000', '190732.554000', '190732.557000', '190732.559000', '190732.562000', '190732.565000', '190732.567000', '190732.570000', '190732.573000', '190732.575000', '190732.578000', '190732.581000', '190732.583000', '190732.586000', '190732.589000', '190732.591000', '190732.594000', '190732.596000', '190732.599000', '190732.602000', '190732.604000', '190732.607000', '190732.609000', '190732.612000', '190732.615000', '190732.617000', '190732.620000', '190732.622000', '190732.625000', '190732.628000', '190732.630000', '190732.633000', '190732.635000', '190732.638000', '190732.641000', '190732.643000', '190732.646000', '190732.648000', '190732.651000', '190732.653000', '190732.656000', '190732.659000', '190732.661000', '190732.669000', '190752.506000', '190752.510000', '190752.512000', '190752.515000', '190752.517000', '190752.520000', '190752.523000', '190752.525000', '190752.528000', '190752.530000', '190752.533000', '190752.535000', '190752.538000', '190752.540000', '190752.543000', '190752.546000', '190752.548000', '190752.551000', '190752.553000', '190752.563000', '190752.566000', '190752.569000', '190752.571000', '190752.574000', '190752.576000', '190752.579000', '190752.581000', '190752.584000', '190752.587000', '190752.590000', '190752.592000', '190752.599000', '190752.601000', '190752.604000', '190752.607000', '190752.609000', '190752.612000', '190752.614000', '190752.619000', '190752.622000', '190752.624000', '190752.627000', '190752.629000', '190812.506000', '190812.509000', '190812.512000', '190812.515000', '190812.535000', '190812.538000', '190812.541000', '190812.543000', '190812.546000', '190812.548000', '190812.551000', '190812.554000', '190812.556000', '190812.559000', '190812.561000', '190812.564000', '190812.566000', '190812.569000', '190812.572000', '190812.574000', '190812.577000', '190812.579000', '190812.582000', '190812.585000', '190812.587000', '190812.590000', '190812.593000', '190812.596000', '190812.598000', '190812.601000', '190812.603000', '190812.606000', '190812.608000', '190812.611000', '190812.614000', '190812.616000', '190812.619000', '190812.621000', '190812.624000', '190812.627000', '190812.629000', '190812.632000', '190812.634000', '190812.637000', '190832.507000', '190832.509000', '190832.512000', '190832.515000', '190832.517000', '190832.525000', '190832.527000', '190832.530000', '190832.533000', '190832.535000', '190832.538000', '190832.540000', '190832.543000', '190832.545000', '190832.548000', '190832.551000', '190832.553000', '190832.556000', '190832.559000', '190832.561000', '190832.564000', '190832.566000', '190832.569000', '190832.572000', '190832.574000', '190832.577000', '190832.580000', '190832.583000', '190832.586000', '190832.588000', '190832.591000', '190832.594000', '190832.596000', '190832.599000', '190832.601000', '190832.604000', '190832.607000', '190832.609000', '190832.612000', '190832.614000', '190832.617000', '190832.619000', '190832.622000', '190852.507000', '190852.510000', '190852.512000', '190852.515000', '190852.517000', '190852.520000', '190852.523000', '190852.525000', '190852.528000', '190852.530000', '190852.533000', '190852.536000', '190852.538000', '190852.541000', '190852.543000', '190852.546000', '190852.553000', '190852.556000', '190852.559000', '190852.561000', '190852.564000', '190852.566000', '190852.569000', '190852.571000', '190852.574000', '190852.577000', '190852.579000', '190852.582000', '190852.584000', '190852.587000', '190852.590000', '190852.593000', '190852.595000', '190852.598000', '190852.600000', '190852.603000', '190852.606000', '190852.608000', '190852.611000', '190852.613000', '190852.616000', '190852.619000', '190852.621000', '190852.624000', '190912.505000', '190912.508000', '190912.511000', '190912.514000', '190912.516000', '190912.519000', '190912.521000', '190912.524000', '190912.527000', '190912.529000', '190912.532000', '190912.534000', '190912.537000', '190912.539000', '190912.542000', '190912.545000', '190912.547000', '190912.550000', '190912.553000', '190912.555000', '190912.558000', '190912.560000', '190912.563000', '190912.566000', '190912.568000', '190912.571000', '190912.573000', '190912.576000', '190912.579000', '190912.581000', '190912.584000', '190912.586000', '190912.589000', '190912.592000', '190912.603000', '190912.606000', '190912.609000', '190912.611000', '190912.614000', '190912.616000', '190912.619000', '190912.622000', '190912.624000', '190932.505000', '190932.520000', '190932.523000', '190932.525000', '190932.528000', '190932.531000', '190932.533000', '190932.536000', '190932.539000', '190932.541000', '190932.544000', '190932.546000', '190932.549000', '190932.552000', '190932.554000', '190932.557000', '190932.559000', '190932.562000', '190932.565000', '190932.567000', '190932.570000', '190932.572000', '190932.575000', '190932.578000', '190932.580000', '190932.583000', '190932.585000', '190932.588000', '190932.591000', '190932.593000', '190932.596000', '190932.598000', '190932.601000', '190932.604000', '190932.606000', '190932.609000', '190932.611000', '190932.614000', '190932.617000', '190932.619000', '190932.622000', '190932.624000', '190932.627000', '190932.630000', '190952.507000', '190952.509000', '190952.512000', '190952.519000', '190952.522000', '190952.524000', '190952.527000', '190952.529000', '190952.532000', '190952.535000', '190952.537000', '190952.540000', '190952.542000', '190952.545000', '190952.548000', '190952.550000', '190952.553000', '190952.555000', '190952.558000', '190952.561000', '190952.563000', '190952.566000', '190952.568000', '190952.571000', '190952.573000', '190952.576000', '190952.579000', '190952.581000', '190952.584000', '190952.586000', '190952.589000', '190952.592000', '190952.594000', '190952.597000', '190952.599000', '190952.602000', '190952.604000', '190952.607000', '190952.610000', '190952.612000', '190952.615000', '190952.618000', '190952.621000', '191012.506000', '191012.509000', '191012.512000', '191012.515000', '191012.517000', '191012.520000', '191012.523000', '191012.525000', '191012.528000', '191012.530000', '191012.533000', '191012.536000', '191012.538000', '191012.541000', '191012.544000', '191012.546000', '191012.549000', '191012.551000', '191012.554000', '191012.557000', '191012.559000', '191012.562000', '191012.564000', '191012.567000', '191012.570000', '191012.572000', '191012.575000', '191012.578000', '191012.580000', '191012.583000', '191012.585000', '191012.588000', '191012.591000', '191012.593000', '191012.596000', '191012.599000', '191012.601000', '191012.604000', '191012.606000', '191012.609000', '191012.612000', '191012.614000', '191012.617000', '191012.619000', '191032.507000', '191032.510000', '191032.512000', '191032.515000', '191032.518000', '191032.520000', '191032.523000', '191032.525000', '191032.528000', '191032.531000', '191032.533000', '191032.536000', '191032.538000', '191032.541000', '191032.544000', '191032.546000', '191032.549000', '191032.551000', '191032.554000', '191032.556000', '191032.559000', '191032.562000', '191032.564000', '191032.567000', '191032.569000', '191032.572000', '191032.575000', '191032.577000', '191032.580000', '191032.582000', '191032.585000', '191032.588000', '191032.590000', '191032.593000', '191032.596000', '191032.598000', '191032.601000', '191032.603000', '191032.606000', '191032.608000', '191032.611000', '191032.614000', '191032.616000', '191052.506000', '191052.509000', '191052.512000', '191052.515000', '191052.517000', '191052.520000', '191052.522000', '191052.525000', '191052.528000', '191052.530000', '191052.533000', '191052.535000', '191052.538000', '191052.541000', '191052.544000', '191052.546000', '191052.549000', '191052.551000', '191052.554000', '191052.557000', '191052.559000', '191052.562000', '191052.564000', '191052.567000', '191052.569000', '191052.572000', '191052.575000', '191052.577000', '191052.580000', '191052.582000', '191052.585000', '191052.588000', '191052.591000', '191052.593000', '191052.596000', '191052.599000', '191052.601000', '191052.604000', '191052.606000', '191052.609000', '191052.627000', '191052.630000', '191052.632000', '191052.635000', '191112.507000', '191112.509000', '191112.512000', '191112.523000', '191112.525000', '191112.528000', '191112.531000', '191112.533000', '191112.536000', '191112.538000', '191112.541000', '191112.544000', '191112.546000', '191112.549000', '191112.551000', '191112.554000', '191112.557000', '191112.560000', '191112.562000', '191112.565000', '191112.567000', '191112.570000', '191112.573000', '191112.575000', '191112.578000', '191112.581000', '191112.583000', '191112.586000', '191112.589000', '191112.591000', '191112.594000', '191112.596000', '191112.599000', '191112.602000', '191112.604000', '191112.607000', '191112.609000', '191112.612000', '191112.615000', '191112.617000', '191112.620000', '191112.622000', '191112.625000', '191132.506000', '191132.509000', '191132.511000', '191132.514000', '191132.516000', '191132.519000', '191132.522000', '191132.524000', '191132.527000', '191132.530000', '191132.532000', '191132.535000', '191132.537000', '191132.540000', '191132.543000', '191132.546000', '191132.548000', '191132.551000', '191132.554000', '191132.556000', '191132.559000', '191132.562000', '191132.564000', '191132.567000', '191132.569000', '191132.572000', '191132.575000', '191132.577000', '191132.580000', '191132.582000', '191132.585000', '191132.588000', '191132.590000', '191132.593000', '191132.595000', '191132.598000', '191132.601000', '191132.603000', '191132.606000', '191132.608000', '191132.611000', '191132.614000', '191132.616000', '191132.619000', '191152.506000', '191152.508000', '191152.511000', '191152.514000', '191152.517000', '191152.519000', '191152.522000', '191152.524000', '191152.527000', '191152.529000', '191152.532000', '191152.535000', '191152.537000', '191152.540000', '191152.542000', '191152.545000', '191152.548000', '191152.550000', '191152.553000', '191152.556000', '191152.558000', '191152.561000', '191152.563000', '191152.566000', '191152.569000', '191152.571000', '191152.574000', '191152.577000', '191152.579000', '191152.582000', '191152.584000', '191152.587000', '191152.590000', '191152.592000', '191152.595000', '191152.597000', '191152.600000', '191152.603000', '191152.605000', '191152.608000', '191152.610000', '191152.613000', '191152.616000', '191212.506000', '191212.509000', '191212.512000', '191212.514000', '191212.517000', '191212.520000', '191212.522000', '191212.525000', '191212.528000', '191212.530000', '191212.533000', '191212.535000', '191212.538000', '191212.541000', '191212.543000', '191212.546000', '191212.548000', '191212.551000', '191212.554000', '191212.556000', '191212.559000', '191212.561000', '191212.564000', '191212.567000', '191212.569000', '191212.572000', '191212.574000', '191212.577000', '191212.580000', '191212.582000', '191212.585000', '191212.587000', '191212.590000', '191212.593000', '191212.595000', '191212.598000', '191212.601000', '191212.603000', '191212.606000', '191212.608000', '191212.611000', '191212.614000', '191212.616000', '191212.619000', '191232.506000', '191232.509000', '191232.512000', '191232.515000', '191232.517000', '191232.520000', '191232.522000', '191232.533000', '191232.536000', '191232.539000', '191232.541000', '191232.544000', '191232.546000', '191232.549000', '191232.552000', '191232.555000', '191232.557000', '191232.560000', '191232.563000', '191232.565000', '191232.568000', '191232.570000', '191232.573000', '191232.576000', '191232.578000', '191232.581000', '191232.583000', '191232.586000', '191232.589000', '191232.591000', '191232.594000', '191232.597000', '191232.599000', '191232.602000', '191232.604000', '191232.607000', '191232.610000', '191232.612000', '191232.615000', '191232.617000', '191232.620000', '191232.623000', '191232.625000', '191252.507000', '191252.509000', '191252.512000', '191252.515000', '191252.517000', '191252.520000', '191252.522000', '191252.525000', '191252.528000', '191252.530000', '191252.533000', '191252.537000', '191252.540000', '191252.542000', '191252.545000', '191252.548000', '191252.550000', '191252.553000', '191252.555000', '191252.558000', '191252.561000', '191252.563000', '191252.566000', '191252.569000', '191252.571000', '191252.574000', '191252.576000', '191252.579000', '191252.582000', '191252.584000', '191252.587000', '191252.590000', '191252.593000', '191252.595000', '191252.598000', '191252.600000', '191252.603000', '191252.606000', '191252.608000', '191252.611000', '191252.613000', '191252.616000', '191252.619000', '191312.506000', '191312.509000', '191312.512000', '191312.515000', '191312.517000', '191312.520000', '191312.523000', '191312.525000', '191312.528000', '191312.530000', '191312.533000', '191312.536000', '191312.538000', '191312.541000', '191312.543000', '191312.546000', '191312.549000', '191312.551000', '191312.554000', '191312.556000', '191312.559000', '191312.562000', '191312.564000', '191312.567000', '191312.569000', '191312.572000', '191312.574000', '191312.577000', '191312.580000', '191312.582000', '191312.586000', '191312.589000', '191312.592000', '191312.594000', '191312.597000', '191312.599000', '191312.602000', '191312.605000', '191312.607000', '191312.610000', '191312.612000', '191312.615000', '191312.618000', '191312.620000', '191332.507000', '191332.510000', '191332.512000', '191332.515000', '191332.517000', '191332.520000', '191332.523000', '191332.525000', '191332.528000', '191332.531000', '191332.535000', '191332.537000', '191332.540000', '191332.542000', '191332.545000', '191332.548000', '191332.550000', '191332.553000', '191332.556000', '191332.558000', '191332.561000', '191332.563000', '191332.566000', '191332.569000', '191332.571000', '191332.574000', '191332.576000', '191332.579000', '191332.581000', '191332.584000', '191332.587000', '191332.590000', '191332.592000', '191332.595000', '191332.597000', '191332.600000', '191332.603000', '191332.605000', '191332.608000', '191332.610000', '191332.613000', '191332.616000', '191332.618000', '191350.481000', '191350.484000', '191350.487000', '191350.489000', '191350.492000', '191350.495000', '191350.499000', '191350.502000', '191350.504000', '191350.507000', '191350.510000', '191350.512000', '191350.517000', '191350.520000', '191350.523000', '191350.526000', '191350.528000', '191350.531000', '191350.534000', '191350.537000', '191350.540000', '191350.543000', '191350.546000', '191350.548000', '191350.551000', '191350.555000', '191350.558000', '191350.561000', '191350.565000', '191350.569000', '191350.572000', '191350.575000', '191350.578000', '191350.591000', '191350.598000', '191350.609000', '191350.612000', '191350.615000', '191350.618000', '191350.621000'], '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': [7818, 8971, 8139, 9527, 7973, 10103, 8656, 7665, 8366, 8157, 9773, 8462, 7378, 8510, 8057, 11447, 8754, 7978, 8937, 8216, 9421, 8000, 9847, 8680, 7921, 8408, 8136, 9466, 8061, 9791, 8093, 9875, 8264, 10522, 8641, 9800, 8326, 8345, 8421, 8277, 8342, 8283, 8312, 8061, 8373, 7777, 8410, 7735, 8292, 8075, 8893, 8401, 9371, 8219, 9208, 8214, 8289, 8009, 7690, 8279, 7849, 8833, 7867, 9424, 8206, 9518, 8391, 8165, 8421, 7326, 7599, 7624, 8874, 7719, 9200, 8261, 8994, 7511, 7279, 8623, 7468, 9206, 7462, 9477, 8231, 7998, 8348, 6880, 8534, 6501, 8568, 7322, 9393, 7945, 9892, 8140, 10102, 8236, 9005, 8411, 7219, 8209, 7338, 9146, 7448, 9321, 8028, 9649, 8192, 6940, 8259, 7552, 8990, 7772, 10006, 8333, 10857, 8591, 8403, 8511, 10862, 8559, 11324, 8473, 7974, 8661, 7988, 9341, 8129, 9211, 8378, 7514, 8163, 7892, 9069, 8168, 9477, 8163, 10220, 8412, 9107, 8347, 8670, 8295, 8218, 8285, 8049, 9383, 7992, 9378, 7791, 9334, 8118, 9535, 8162, 7833, 7919, 8271, 8138, 10029, 8485, 9586, 8116, 7706, 8113, 7751, 8042, 7704, 8930, 7816, 8196, 8269, 7563, 8276, 8070, 9598, 7732, 9114, 7931, 7590, 8706, 7704, 9617, 7962, 10035, 8220, 10132, 8283, 8139, 8743, 7438, 9067, 8169, 9381, 8007, 9700, 7874, 9703, 7650, 7793, 7911, 7801, 8453, 8024, 9237, 8029, 9574, 8083, 10014, 7872, 9470, 8204, 9770, 7926, 9946, 7867, 9095, 8007, 9389, 8067, 9279, 8139, 8412, 8244, 7992, 8041, 7204, 8330, 7608, 8662, 7824, 8965, 7587, 8954, 8063, 8020, 10050, 8620, 8131, 7668, 7520, 7932, 7272, 8713, 7498, 9139, 7400, 9195, 7887, 9046, 7956, 9592, 8015, 9873, 7901, 9596, 8191, 9559, 7897, 9459, 8019, 9521, 8381, 8501, 8054, 7155, 8031, 7372, 8037, 7481, 8098, 7709, 8894, 7526, 9396, 7402, 8876, 7524, 9202, 7880, 9742, 7978, 9529, 7936, 7942, 8376, 9051, 8360, 8451, 8006, 7567, 8039, 7846, 8391, 8882, 8195, 7508, 8271, 7381, 8899, 7473, 9314, 8162, 10044, 8271, 8181, 8294, 7388, 8188, 7979, 8742, 7745, 9584, 7961, 9805, 8141, 10558, 8327, 7909, 7957, 7538, 8699, 7764, 8823, 7814, 9523, 7912, 9266, 8150, 7489, 8335, 7302, 8171, 7873, 8678, 7705, 9359, 7892, 9372, 8130, 10086, 7972, 9158, 7735, 9274, 7914, 9540, 7957, 9662, 7734, 8659, 7890, 7030, 8056, 7508, 8048, 7304, 8163, 7293, 9008, 7774, 9516, 7846, 9643, 7815, 9609, 7871, 9339, 8229, 9515, 8352, 7224, 8109, 7423, 8919, 7653, 8990, 7902, 9308, 7858, 9635, 7737, 9314, 8044, 9271, 7831, 9402, 7863, 9126, 7590, 8775, 7670, 8906, 7845, 9058, 7952, 9279, 7940, 9081, 8199, 8000, 7842, 7522, 7985, 7611, 8147, 11556, 8206, 11550, 7939, 10569, 7764, 9230, 8015, 9563, 7752, 9164, 7634, 8974, 7839, 8036, 8013, 7831, 7798, 7083, 7852, 8626, 7959, 10558, 8055, 9658, 7861, 9839, 7744, 8594, 7883, 8435, 7698, 7502, 8304, 7085, 8235, 7318, 8735, 7923, 9397, 7460, 10153, 7914, 9845, 7831, 8912, 7926, 9000, 7951, 7059, 8492, 7176, 8718, 7380, 8784, 8043, 8509, 7534, 6647, 8510, 7533, 7054, 8080, 8063, 8574, 7387, 9159, 7551, 9615, 7872, 10315, 8286, 7638, 11435, 8320, 13685, 10333, 13683, 10222, 13433, 9353, 13222, 8439, 13208, 8372, 10796, 8368, 10046, 8459, 9552, 8264, 8800, 7762, 8600, 7987, 7991, 7728, 7647, 8008, 7245, 8068, 7416, 8580, 7492, 8344, 7934, 8937, 7707, 9207, 7707, 7281, 7910, 7413, 8311, 7865, 8811, 7775, 9306, 7801, 9190, 8226, 8133, 7140, 7424, 8691, 8147, 9001, 7475, 9415, 7951, 10146, 7850, 9165, 7557, 6803, 7916, 7130, 7985, 7176, 8503, 7560, 9062, 7919, 8514, 7991, 7231, 8209, 6666, 7969, 7644, 8841, 7545, 9916, 8452, 6734, 8205, 7463, 9730, 8294, 6951, 8400, 7440, 9135, 7821, 9431, 8182, 9786, 8204, 10167, 8429, 12837, 8214, 11325, 8070, 10286, 8224, 9568, 8348, 7734, 8150, 8042, 9077, 8211, 9484, 8542, 9524, 8344, 9029, 8315, 8179, 8100, 7654, 7415, 7860, 8190, 7844, 8806, 8156, 8756, 8473, 7718, 7369, 7550, 8125, 7833, 8735, 8057, 8625, 7882, 8754, 8082, 9053, 7775, 8888, 7579, 8983, 7767, 9035, 8095, 7991, 8076, 6643, 8323, 6875, 7813, 7635, 8549, 7669, 8927, 7994, 9061, 7851, 9144, 7800, 10711, 8297, 8006, 8416, 7706, 8423, 9542, 8289, 9390, 7996, 7528, 8217, 7150, 7821, 7675, 8465, 7453, 9248, 7717, 9128, 7703, 8821, 7762, 8611, 7605, 9108, 7623, 8889, 8013, 9823, 7924, 8372, 8002, 9038, 7925, 9724, 7896, 9053, 7913, 9538, 7746, 8727, 8111, 8768, 7843, 8633, 7488, 8628, 7391, 8236, 7309, 7794, 6985, 7896, 6658, 7893, 6419, 8172, 6653, 8466, 6946, 8690, 7129, 9521, 7608, 9771, 7421, 9496, 7725, 9464, 7850, 10272, 7819, 10542, 7998, 9016, 8073, 7356, 7444, 6706, 8531, 6930, 9600, 7780, 11015, 8027, 8811, 8041, 7065, 8288, 8026, 8485, 7582, 8901, 7004, 10015, 7846, 6429, 8078, 7450, 9173, 7264, 9795, 8247, 8822, 7810, 7562, 8949, 7734, 10347, 7969, 8594, 8020, 8823, 8602, 7773, 9145, 7412, 9493, 7575, 10091, 8023, 10955, 8353, 8301, 8234, 6556, 8059, 6580, 8387, 7088, 8816, 7352, 8999, 7320, 9360, 7585, 9715, 7694, 9640, 7786, 9308, 7765, 9225, 7740, 9404, 7787, 9401, 8103, 7853, 7955, 7067, 8404, 7099, 8465, 7234, 9025, 7408, 9117, 7663, 9773, 7817, 9827, 8265, 10478, 7850, 9688, 8432, 10178, 8423, 10327, 7941, 9921, 7917, 9024, 8317, 8620, 8304, 8804, 7961, 6628, 7989, 7213, 8310, 7347, 8689, 7713, 8898, 7857, 9408, 8345, 9518, 8261, 7352, 8034, 7735, 8867, 8334, 9537, 8091, 9929, 8134, 9697, 8521, 9529, 8572, 9055, 7753, 7455, 8470, 7689, 8835, 7947, 9098, 8135, 9328, 7771, 9186, 8492, 8839, 7660, 8833, 7680, 9273, 7920, 8457, 8154, 7830, 8050, 7366, 7898, 6797], 'WindowCenter': [3905.0, 3912.0, 3887.0, 3895.0, 3885.0, 3895.0, 3897.0, 3872.0, 3884.0, 3885.0, 3907.0, 3885.0, 3872.0, 3882.0, 3883.0, 3904.0, 3882.0, 3871.0, 3881.0, 3882.0, 3882.0, 3883.0, 3892.0, 3883.0, 3871.0, 3881.0, 3870.0, 3880.0, 3870.0, 3879.0, 3870.0, 3891.0, 3870.0, 3879.0, 3868.0, 3877.0, 3856.0, 3854.0, 3855.0, 3853.0, 3855.0, 3854.0, 3853.0, 3843.0, 3852.0, 3842.0, 3854.0, 3854.0, 3867.0, 3867.0, 3866.0, 3869.0, 3877.0, 3868.0, 3878.0, 3880.0, 3869.0, 3869.0, 3858.0, 3869.0, 3869.0, 3880.0, 3869.0, 3879.0, 3881.0, 3880.0, 3869.0, 3880.0, 3883.0, 3872.0, 3871.0, 3871.0, 3893.0, 3872.0, 3893.0, 3883.0, 3893.0, 3873.0, 3873.0, 3894.0, 3884.0, 3905.0, 3887.0, 3906.0, 3896.0, 3884.0, 3895.0, 3873.0, 3897.0, 3877.0, 3897.0, 3886.0, 3906.0, 3896.0, 3905.0, 3885.0, 3905.0, 3897.0, 3896.0, 3896.0, 3885.0, 3885.0, 3885.0, 3905.0, 3885.0, 3908.0, 3897.0, 3907.0, 3897.0, 3875.0, 3898.0, 3887.0, 3909.0, 3898.0, 3908.0, 3897.0, 3906.0, 3895.0, 3883.0, 3896.0, 3906.0, 3884.0, 3904.0, 3883.0, 3870.0, 3880.0, 3871.0, 3893.0, 3883.0, 3892.0, 3883.0, 3873.0, 3883.0, 3883.0, 3895.0, 3895.0, 3893.0, 3883.0, 3892.0, 3882.0, 3880.0, 3882.0, 3882.0, 3883.0, 3881.0, 3884.0, 3871.0, 3880.0, 3870.0, 3880.0, 3871.0, 3892.0, 3882.0, 3892.0, 3883.0, 3871.0, 3882.0, 3881.0, 3882.0, 3893.0, 3882.0, 3880.0, 3883.0, 3873.0, 3883.0, 3871.0, 3896.0, 3884.0, 3895.0, 3887.0, 3896.0, 3884.0, 3884.0, 3886.0, 3887.0, 3907.0, 3885.0, 3909.0, 3897.0, 3885.0, 3884.0, 3873.0, 3893.0, 3873.0, 3893.0, 3883.0, 3906.0, 3883.0, 3884.0, 3881.0, 3871.0, 3880.0, 3869.0, 3880.0, 3871.0, 3880.0, 3882.0, 3891.0, 3871.0, 3869.0, 3870.0, 3870.0, 3882.0, 3882.0, 3892.0, 3870.0, 3880.0, 3870.0, 3890.0, 3870.0, 3891.0, 3881.0, 3879.0, 3870.0, 3878.0, 3869.0, 3878.0, 3869.0, 3880.0, 3882.0, 3892.0, 3883.0, 3882.0, 3884.0, 3882.0, 3883.0, 3872.0, 3895.0, 3883.0, 3896.0, 3883.0, 3894.0, 3872.0, 3893.0, 3871.0, 3871.0, 3891.0, 3881.0, 3869.0, 3871.0, 3871.0, 3871.0, 3872.0, 3883.0, 3873.0, 3895.0, 3886.0, 3896.0, 3886.0, 3895.0, 3884.0, 3894.0, 3884.0, 3894.0, 3884.0, 3894.0, 3883.0, 3893.0, 3883.0, 3892.0, 3884.0, 3893.0, 3885.0, 3882.0, 3882.0, 3860.0, 3871.0, 3871.0, 3882.0, 3872.0, 3883.0, 3872.0, 3895.0, 3883.0, 3893.0, 3871.0, 3882.0, 3883.0, 3893.0, 3883.0, 3894.0, 3883.0, 3894.0, 3884.0, 3885.0, 3895.0, 3894.0, 3896.0, 3883.0, 3883.0, 3871.0, 3882.0, 3871.0, 3882.0, 3881.0, 3884.0, 3872.0, 3882.0, 3872.0, 3894.0, 3885.0, 3906.0, 3898.0, 3905.0, 3884.0, 3883.0, 3895.0, 3873.0, 3885.0, 3885.0, 3895.0, 3885.0, 3895.0, 3885.0, 3907.0, 3898.0, 3906.0, 3896.0, 3883.0, 3882.0, 3872.0, 3881.0, 3871.0, 3881.0, 3871.0, 3892.0, 3883.0, 3893.0, 3883.0, 3872.0, 3895.0, 3885.0, 3895.0, 3884.0, 3894.0, 3883.0, 3893.0, 3882.0, 3894.0, 3882.0, 3893.0, 3871.0, 3880.0, 3869.0, 3878.0, 3870.0, 3891.0, 3870.0, 3891.0, 3871.0, 3880.0, 3871.0, 3860.0, 3883.0, 3872.0, 3883.0, 3872.0, 3882.0, 3872.0, 3893.0, 3884.0, 3894.0, 3884.0, 3906.0, 3884.0, 3893.0, 3884.0, 3894.0, 3884.0, 3893.0, 3884.0, 3873.0, 3883.0, 3872.0, 3892.0, 3884.0, 3894.0, 3883.0, 3894.0, 3883.0, 3892.0, 3871.0, 3881.0, 3883.0, 3892.0, 3871.0, 3892.0, 3871.0, 3880.0, 3871.0, 3881.0, 3872.0, 3881.0, 3882.0, 3894.0, 3883.0, 3893.0, 3884.0, 3896.0, 3897.0, 3885.0, 3898.0, 3885.0, 3886.0, 3884.0, 3886.0, 3915.0, 3884.0, 3904.0, 3873.0, 3891.0, 3871.0, 3893.0, 3883.0, 3892.0, 3872.0, 3881.0, 3872.0, 3881.0, 3883.0, 3883.0, 3883.0, 3872.0, 3884.0, 3873.0, 3884.0, 3883.0, 3884.0, 3904.0, 3883.0, 3893.0, 3872.0, 3891.0, 3871.0, 3881.0, 3882.0, 3870.0, 3872.0, 3873.0, 3882.0, 3872.0, 3883.0, 3885.0, 3883.0, 3883.0, 3894.0, 3873.0, 3893.0, 3884.0, 3893.0, 3885.0, 3882.0, 3883.0, 3883.0, 3883.0, 3872.0, 3882.0, 3872.0, 3884.0, 3885.0, 3894.0, 3886.0, 3896.0, 3885.0, 3874.0, 3897.0, 3886.0, 3888.0, 3897.0, 3900.0, 3911.0, 3902.0, 3908.0, 3886.0, 3895.0, 3884.0, 3906.0, 3896.0, 3886.0, 3906.0, 3886.0, 3914.0, 3894.0, 3901.0, 3881.0, 3889.0, 3866.0, 3874.0, 3844.0, 3873.0, 3841.0, 3851.0, 3840.0, 3850.0, 3839.0, 3838.0, 3836.0, 3838.0, 3829.0, 3840.0, 3842.0, 3852.0, 3855.0, 3844.0, 3855.0, 3846.0, 3869.0, 3858.0, 3881.0, 3860.0, 3884.0, 3884.0, 3882.0, 3872.0, 3881.0, 3871.0, 3872.0, 3883.0, 3873.0, 3883.0, 3873.0, 3884.0, 3872.0, 3883.0, 3872.0, 3893.0, 3884.0, 3873.0, 3875.0, 3874.0, 3884.0, 3884.0, 3884.0, 3874.0, 3893.0, 3885.0, 3905.0, 3887.0, 3894.0, 3873.0, 3862.0, 3885.0, 3874.0, 3884.0, 3873.0, 3883.0, 3873.0, 3896.0, 3885.0, 3884.0, 3885.0, 3875.0, 3896.0, 3875.0, 3896.0, 3887.0, 3910.0, 3887.0, 3907.0, 3897.0, 3892.0, 3911.0, 3888.0, 3906.0, 3897.0, 3876.0, 3898.0, 3887.0, 3910.0, 3886.0, 3895.0, 3885.0, 3894.0, 3886.0, 3905.0, 3884.0, 3914.0, 3883.0, 3891.0, 3870.0, 3890.0, 3871.0, 3880.0, 3871.0, 3871.0, 3870.0, 3871.0, 3881.0, 3883.0, 3893.0, 3883.0, 3880.0, 3882.0, 3879.0, 3870.0, 3869.0, 3883.0, 3871.0, 3872.0, 3872.0, 3882.0, 3871.0, 3881.0, 3884.0, 3894.0, 3885.0, 3885.0, 3874.0, 3872.0, 3884.0, 3873.0, 3896.0, 3885.0, 3885.0, 3885.0, 3883.0, 3872.0, 3882.0, 3872.0, 3881.0, 3872.0, 3894.0, 3873.0, 3882.0, 3886.0, 3883.0, 3885.0, 3874.0, 3898.0, 3876.0, 3887.0, 3887.0, 3897.0, 3886.0, 3896.0, 3897.0, 3897.0, 3886.0, 3895.0, 3885.0, 3907.0, 3885.0, 3884.0, 3885.0, 3886.0, 3899.0, 3896.0, 3886.0, 3894.0, 3872.0, 3871.0, 3884.0, 3874.0, 3884.0, 3884.0, 3885.0, 3874.0, 3895.0, 3883.0, 3894.0, 3885.0, 3894.0, 3873.0, 3883.0, 3874.0, 3883.0, 3873.0, 3895.0, 3887.0, 3895.0, 3886.0, 3885.0, 3886.0, 3895.0, 3885.0, 3896.0, 3885.0, 3884.0, 3873.0, 3894.0, 3872.0, 3883.0, 3870.0, 3870.0, 3870.0, 3880.0, 3858.0, 3869.0, 3859.0, 3869.0, 3859.0, 3870.0, 3860.0, 3871.0, 3861.0, 3872.0, 3862.0, 3884.0, 3874.0, 3896.0, 3876.0, 3896.0, 3876.0, 3907.0, 3887.0, 3908.0, 3888.0, 3907.0, 3886.0, 3907.0, 3887.0, 3906.0, 3886.0, 3907.0, 3887.0, 3896.0, 3887.0, 3886.0, 3886.0, 3876.0, 3896.0, 3889.0, 3908.0, 3899.0, 3921.0, 3900.0, 3909.0, 3899.0, 3887.0, 3900.0, 3899.0, 3899.0, 3887.0, 3896.0, 3876.0, 3906.0, 3896.0, 3876.0, 3899.0, 3888.0, 3909.0, 3888.0, 3906.0, 3887.0, 3896.0, 3887.0, 3889.0, 3910.0, 3901.0, 3919.0, 3900.0, 3898.0, 3888.0, 3896.0, 3898.0, 3886.0, 3897.0, 3876.0, 3896.0, 3886.0, 3907.0, 3888.0, 3919.0, 3899.0, 3898.0, 3899.0, 3866.0, 3887.0, 3876.0, 3898.0, 3878.0, 3898.0, 3877.0, 3898.0, 3875.0, 3895.0, 3875.0, 3897.0, 3887.0, 3897.0, 3876.0, 3896.0, 3874.0, 3894.0, 3874.0, 3896.0, 3885.0, 3895.0, 3888.0, 3886.0, 3886.0, 3875.0, 3897.0, 3877.0, 3898.0, 3887.0, 3897.0, 3886.0, 3897.0, 3887.0, 3907.0, 3887.0, 3908.0, 3887.0, 3907.0, 3886.0, 3895.0, 3896.0, 3906.0, 3886.0, 3906.0, 3885.0, 3894.0, 3883.0, 3894.0, 3886.0, 3884.0, 3885.0, 3895.0, 3885.0, 3863.0, 3885.0, 3875.0, 3885.0, 3873.0, 3896.0, 3885.0, 3895.0, 3884.0, 3906.0, 3897.0, 3896.0, 3887.0, 3874.0, 3885.0, 3873.0, 3895.0, 3885.0, 3895.0, 3887.0, 3893.0, 3883.0, 3893.0, 3884.0, 3893.0, 3883.0, 3882.0, 3872.0, 3861.0, 3871.0, 3872.0, 3882.0, 3883.0, 3883.0, 3872.0, 3882.0, 3871.0, 3881.0, 3882.0, 3882.0, 3872.0, 3883.0, 3873.0, 3893.0, 3884.0, 3884.0, 3887.0, 3885.0, 3886.0, 3875.0, 3885.0, 3864.0], 'WindowWidth': [8762.0, 8762.0, 8719.0, 8727.0, 8715.0, 8725.0, 8734.0, 8694.0, 8713.0, 8716.0, 8746.0, 8715.0, 8691.0, 8705.0, 8708.0, 8738.0, 8706.0, 8690.0, 8701.0, 8705.0, 8705.0, 8707.0, 8717.0, 8707.0, 8690.0, 8702.0, 8684.0, 8699.0, 8684.0, 8695.0, 8685.0, 8715.0, 8688.0, 8695.0, 8680.0, 8687.0, 8660.0, 8653.0, 8655.0, 8651.0, 8657.0, 8653.0, 8653.0, 8637.0, 8649.0, 8635.0, 8654.0, 8655.0, 8676.0, 8676.0, 8675.0, 8683.0, 8690.0, 8678.0, 8692.0, 8700.0, 8682.0, 8683.0, 8665.0, 8684.0, 8681.0, 8699.0, 8684.0, 8697.0, 8703.0, 8699.0, 8685.0, 8700.0, 8709.0, 8694.0, 8690.0, 8689.0, 8720.0, 8692.0, 8721.0, 8710.0, 8722.0, 8697.0, 8695.0, 8726.0, 8712.0, 8743.0, 8724.0, 8745.0, 8730.0, 8712.0, 8729.0, 8698.0, 8735.0, 8710.0, 8734.0, 8718.0, 8744.0, 8730.0, 8741.0, 8715.0, 8742.0, 8735.0, 8733.0, 8732.0, 8717.0, 8714.0, 8715.0, 8743.0, 8717.0, 8750.0, 8736.0, 8749.0, 8733.0, 8703.0, 8737.0, 8721.0, 8754.0, 8737.0, 8751.0, 8734.0, 8743.0, 8728.0, 8710.0, 8730.0, 8744.0, 8712.0, 8736.0, 8708.0, 8686.0, 8699.0, 8688.0, 8722.0, 8710.0, 8719.0, 8710.0, 8696.0, 8708.0, 8709.0, 8728.0, 8729.0, 8724.0, 8710.0, 8719.0, 8704.0, 8699.0, 8704.0, 8706.0, 8710.0, 8704.0, 8711.0, 8688.0, 8700.0, 8687.0, 8699.0, 8689.0, 8720.0, 8708.0, 8718.0, 8709.0, 8689.0, 8706.0, 8703.0, 8707.0, 8723.0, 8707.0, 8700.0, 8709.0, 8695.0, 8709.0, 8690.0, 8732.0, 8713.0, 8729.0, 8720.0, 8730.0, 8713.0, 8711.0, 8716.0, 8719.0, 8744.0, 8717.0, 8755.0, 8735.0, 8715.0, 8710.0, 8694.0, 8718.0, 8695.0, 8720.0, 8710.0, 8744.0, 8709.0, 8712.0, 8703.0, 8688.0, 8698.0, 8683.0, 8699.0, 8689.0, 8700.0, 8705.0, 8717.0, 8690.0, 8685.0, 8686.0, 8687.0, 8705.0, 8707.0, 8719.0, 8687.0, 8700.0, 8687.0, 8713.0, 8686.0, 8715.0, 8703.0, 8698.0, 8687.0, 8694.0, 8683.0, 8695.0, 8685.0, 8700.0, 8708.0, 8719.0, 8709.0, 8708.0, 8712.0, 8706.0, 8708.0, 8694.0, 8727.0, 8711.0, 8731.0, 8709.0, 8725.0, 8691.0, 8721.0, 8690.0, 8691.0, 8715.0, 8702.0, 8685.0, 8690.0, 8688.0, 8689.0, 8693.0, 8709.0, 8696.0, 8729.0, 8719.0, 8732.0, 8719.0, 8727.0, 8713.0, 8725.0, 8712.0, 8727.0, 8712.0, 8727.0, 8709.0, 8721.0, 8709.0, 8719.0, 8711.0, 8724.0, 8715.0, 8707.0, 8707.0, 8675.0, 8690.0, 8690.0, 8707.0, 8694.0, 8708.0, 8694.0, 8728.0, 8709.0, 8722.0, 8690.0, 8706.0, 8710.0, 8723.0, 8709.0, 8726.0, 8711.0, 8725.0, 8714.0, 8716.0, 8730.0, 8726.0, 8731.0, 8710.0, 8709.0, 8689.0, 8706.0, 8691.0, 8707.0, 8703.0, 8714.0, 8693.0, 8706.0, 8693.0, 8724.0, 8717.0, 8748.0, 8739.0, 8743.0, 8713.0, 8709.0, 8728.0, 8697.0, 8715.0, 8717.0, 8730.0, 8715.0, 8727.0, 8717.0, 8747.0, 8741.0, 8744.0, 8733.0, 8708.0, 8707.0, 8693.0, 8705.0, 8689.0, 8704.0, 8689.0, 8719.0, 8710.0, 8723.0, 8709.0, 8695.0, 8728.0, 8715.0, 8729.0, 8714.0, 8727.0, 8710.0, 8721.0, 8708.0, 8724.0, 8706.0, 8723.0, 8688.0, 8699.0, 8683.0, 8695.0, 8687.0, 8715.0, 8688.0, 8717.0, 8691.0, 8700.0, 8689.0, 8675.0, 8709.0, 8692.0, 8708.0, 8694.0, 8707.0, 8694.0, 8723.0, 8712.0, 8727.0, 8712.0, 8745.0, 8712.0, 8722.0, 8710.0, 8725.0, 8713.0, 8723.0, 8712.0, 8697.0, 8709.0, 8694.0, 8720.0, 8712.0, 8726.0, 8709.0, 8725.0, 8708.0, 8718.0, 8691.0, 8702.0, 8707.0, 8719.0, 8691.0, 8720.0, 8688.0, 8700.0, 8688.0, 8701.0, 8692.0, 8704.0, 8704.0, 8727.0, 8709.0, 8723.0, 8714.0, 8731.0, 8735.0, 8718.0, 8736.0, 8714.0, 8719.0, 8713.0, 8718.0, 8756.0, 8713.0, 8740.0, 8694.0, 8717.0, 8689.0, 8723.0, 8709.0, 8717.0, 8693.0, 8701.0, 8691.0, 8703.0, 8709.0, 8709.0, 8710.0, 8693.0, 8711.0, 8694.0, 8712.0, 8709.0, 8713.0, 8737.0, 8709.0, 8722.0, 8690.0, 8715.0, 8690.0, 8703.0, 8705.0, 8687.0, 8691.0, 8696.0, 8706.0, 8693.0, 8710.0, 8715.0, 8710.0, 8710.0, 8725.0, 8695.0, 8720.0, 8710.0, 8721.0, 8714.0, 8707.0, 8707.0, 8708.0, 8709.0, 8691.0, 8707.0, 8693.0, 8712.0, 8715.0, 8726.0, 8717.0, 8732.0, 8714.0, 8700.0, 8734.0, 8720.0, 8725.0, 8737.0, 8743.0, 8760.0, 8750.0, 8751.0, 8718.0, 8724.0, 8713.0, 8744.0, 8730.0, 8717.0, 8742.0, 8717.0, 8749.0, 8722.0, 8726.0, 8698.0, 8705.0, 8672.0, 8679.0, 8638.0, 8675.0, 8629.0, 8642.0, 8626.0, 8641.0, 8624.0, 8619.0, 8617.0, 8620.0, 8612.0, 8626.0, 8634.0, 8648.0, 8656.0, 8640.0, 8657.0, 8645.0, 8680.0, 8666.0, 8699.0, 8673.0, 8709.0, 8709.0, 8705.0, 8690.0, 8700.0, 8687.0, 8690.0, 8707.0, 8694.0, 8709.0, 8694.0, 8708.0, 8691.0, 8705.0, 8691.0, 8721.0, 8710.0, 8693.0, 8700.0, 8699.0, 8709.0, 8709.0, 8708.0, 8697.0, 8721.0, 8713.0, 8741.0, 8720.0, 8725.0, 8694.0, 8679.0, 8715.0, 8700.0, 8712.0, 8694.0, 8707.0, 8693.0, 8729.0, 8714.0, 8710.0, 8715.0, 8701.0, 8731.0, 8703.0, 8732.0, 8721.0, 8757.0, 8721.0, 8745.0, 8734.0, 8737.0, 8759.0, 8724.0, 8744.0, 8733.0, 8704.0, 8738.0, 8720.0, 8756.0, 8718.0, 8728.0, 8714.0, 8725.0, 8715.0, 8740.0, 8711.0, 8751.0, 8706.0, 8715.0, 8686.0, 8710.0, 8687.0, 8700.0, 8688.0, 8688.0, 8686.0, 8688.0, 8702.0, 8709.0, 8720.0, 8707.0, 8700.0, 8704.0, 8696.0, 8686.0, 8683.0, 8709.0, 8689.0, 8691.0, 8691.0, 8703.0, 8689.0, 8702.0, 8711.0, 8725.0, 8715.0, 8715.0, 8698.0, 8692.0, 8710.0, 8695.0, 8729.0, 8717.0, 8714.0, 8712.0, 8706.0, 8690.0, 8703.0, 8690.0, 8701.0, 8692.0, 8722.0, 8694.0, 8705.0, 8717.0, 8710.0, 8714.0, 8699.0, 8735.0, 8706.0, 8721.0, 8722.0, 8734.0, 8716.0, 8730.0, 8734.0, 8735.0, 8717.0, 8727.0, 8715.0, 8745.0, 8714.0, 8711.0, 8714.0, 8716.0, 8739.0, 8730.0, 8716.0, 8723.0, 8692.0, 8689.0, 8709.0, 8698.0, 8712.0, 8713.0, 8714.0, 8699.0, 8725.0, 8709.0, 8725.0, 8713.0, 8723.0, 8695.0, 8709.0, 8696.0, 8707.0, 8695.0, 8727.0, 8718.0, 8725.0, 8718.0, 8713.0, 8716.0, 8725.0, 8712.0, 8729.0, 8714.0, 8711.0, 8695.0, 8723.0, 8690.0, 8706.0, 8686.0, 8684.0, 8684.0, 8697.0, 8666.0, 8683.0, 8669.0, 8684.0, 8670.0, 8686.0, 8672.0, 8690.0, 8675.0, 8692.0, 8678.0, 8712.0, 8699.0, 8730.0, 8704.0, 8730.0, 8704.0, 8746.0, 8720.0, 8749.0, 8722.0, 8747.0, 8719.0, 8744.0, 8718.0, 8744.0, 8718.0, 8745.0, 8720.0, 8731.0, 8721.0, 8718.0, 8717.0, 8705.0, 8733.0, 8726.0, 8752.0, 8741.0, 8770.0, 8741.0, 8752.0, 8739.0, 8721.0, 8743.0, 8739.0, 8741.0, 8719.0, 8728.0, 8701.0, 8744.0, 8731.0, 8707.0, 8740.0, 8722.0, 8752.0, 8720.0, 8744.0, 8718.0, 8728.0, 8721.0, 8724.0, 8755.0, 8744.0, 8766.0, 8739.0, 8734.0, 8722.0, 8730.0, 8734.0, 8715.0, 8732.0, 8701.0, 8729.0, 8716.0, 8742.0, 8722.0, 8764.0, 8738.0, 8735.0, 8738.0, 8691.0, 8720.0, 8702.0, 8735.0, 8708.0, 8735.0, 8706.0, 8734.0, 8699.0, 8726.0, 8700.0, 8730.0, 8718.0, 8732.0, 8702.0, 8729.0, 8696.0, 8722.0, 8697.0, 8728.0, 8715.0, 8726.0, 8721.0, 8714.0, 8717.0, 8700.0, 8733.0, 8707.0, 8735.0, 8719.0, 8732.0, 8715.0, 8730.0, 8718.0, 8747.0, 8720.0, 8747.0, 8719.0, 8744.0, 8716.0, 8726.0, 8731.0, 8745.0, 8716.0, 8741.0, 8714.0, 8723.0, 8709.0, 8725.0, 8716.0, 8713.0, 8714.0, 8726.0, 8713.0, 8681.0, 8714.0, 8701.0, 8715.0, 8696.0, 8730.0, 8715.0, 8727.0, 8712.0, 8745.0, 8736.0, 8732.0, 8720.0, 8697.0, 8714.0, 8695.0, 8727.0, 8714.0, 8728.0, 8719.0, 8722.0, 8707.0, 8720.0, 8710.0, 8721.0, 8707.0, 8705.0, 8692.0, 8674.0, 8687.0, 8690.0, 8705.0, 8708.0, 8708.0, 8693.0, 8704.0, 8688.0, 8700.0, 8703.0, 8703.0, 8690.0, 8708.0, 8695.0, 8720.0, 8709.0, 8711.0, 8720.0, 8715.0, 8717.0, 8701.0, 8713.0, 8684.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.0005884174311926607</td></tr>
<tr><td colspan=3>aqi</td><td>0.019474014564220186</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.66910549032144</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2489922125602753</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9953094792537299</td></tr>
<tr><td colspan=3>efc</td><td>0.4924</td></tr>
<tr><td colspan=3>fber</td><td>5571.9365</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08469647755524183</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.096330275229358</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3497524558740195</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.26989040042705</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5461633029311</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.233203664263908</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170387</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010233083739876747</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02606435865163803</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>4.316077807518695</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>25.6275</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.6706</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.1466</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293018.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>751.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.37</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.354</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.7481</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3087.1539</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3215.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1333.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>744.8848</td></tr>
<tr><td colspan=3>tsnr</td><td>42.991740291472524</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>