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

616 lines
No EOL
107 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-0122_ses-04_task-social_acq-mb8_run-05_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-0122_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-05_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-0122/ses-04/func/sub-0122_ses-04_task-social_acq-mb8_run-05_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>b273e9c29e1cb0c4f09821de6c39222f</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:11:12.587500</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.999228, 0.0349686, -0.0178879, -0.0336716, 0.997097, 0.068286]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0846848</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7659, -7103, 778, -68, 199, -270, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>233.418</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a6d41f05-0eff-4472-bcc6-8f50577ae949||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.680856466293335, -0.0903383418917656, -0.0546044185757637, 118.17657470703125], [-0.09381812810897827, 2.6751394271850586, 0.18260374665260315, -101.6076889038086], [-0.04799196869134903, -0.18320642411708832, 2.6932644844055176, -47.46393966674805], [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': ['191112.587500', '191113.047500', '191113.507500', '191113.967500', '191114.427500', '191114.887500', '191115.347500', '191115.807500', '191116.267500', '191116.727500', '191117.187500', '191117.647500', '191118.107500', '191118.567500', '191119.027500', '191119.487500', '191119.947500', '191120.407500', '191120.867500', '191121.327500', '191121.787500', '191122.247500', '191122.707500', '191123.167500', '191123.627500', '191124.087500', '191124.547500', '191125.007500', '191125.467500', '191125.927500', '191126.387500', '191126.847500', '191127.307500', '191127.767500', '191128.227500', '191128.687500', '191129.147500', '191129.607500', '191130.067500', '191130.527500', '191130.987500', '191131.447500', '191131.907500', '191132.367500', '191132.827500', '191133.287500', '191133.747500', '191134.207500', '191134.667500', '191135.127500', '191135.587500', '191136.047500', '191136.507500', '191136.967500', '191137.427500', '191137.887500', '191138.347500', '191138.807500', '191139.267500', '191139.727500', '191140.187500', '191140.647500', '191141.107500', '191141.567500', '191142.027500', '191142.487500', '191142.947500', '191143.407500', '191143.867500', '191144.327500', '191144.787500', '191145.247500', '191145.707500', '191146.167500', '191146.627500', '191147.087500', '191147.547500', '191148.007500', '191148.467500', '191148.927500', '191149.387500', '191149.847500', '191150.307500', '191150.767500', '191151.227500', '191151.687500', '191152.147500', '191152.607500', '191153.067500', '191153.527500', '191153.987500', '191154.447500', '191154.907500', '191155.367500', '191155.827500', '191156.287500', '191156.747500', '191157.207500', '191157.667500', '191158.127500', '191158.587500', '191159.047500', '191159.507500', '191159.967500', '191200.427500', '191200.887500', '191201.347500', '191201.807500', '191202.267500', '191202.727500', '191203.187500', '191203.647500', '191204.107500', '191204.567500', '191205.027500', '191205.487500', '191205.947500', '191206.407500', '191206.867500', '191207.327500', '191207.787500', '191208.247500', '191208.707500', '191209.167500', '191209.627500', '191210.087500', '191210.547500', '191211.007500', '191211.467500', '191211.927500', '191212.387500', '191212.847500', '191213.307500', '191213.767500', '191214.227500', '191214.687500', '191215.147500', '191215.607500', '191216.067500', '191216.527500', '191216.987500', '191217.447500', '191217.907500', '191218.367500', '191218.827500', '191219.287500', '191219.747500', '191220.207500', '191220.667500', '191221.127500', '191221.587500', '191222.047500', '191222.507500', '191222.967500', '191223.427500', '191223.887500', '191224.347500', '191224.807500', '191225.267500', '191225.727500', '191226.187500', '191226.647500', '191227.107500', '191227.567500', '191228.027500', '191228.487500', '191228.947500', '191229.407500', '191229.867500', '191230.327500', '191230.787500', '191231.247500', '191231.707500', '191232.167500', '191232.627500', '191233.087500', '191233.547500', '191234.007500', '191234.467500', '191234.927500', '191235.387500', '191235.847500', '191236.307500', '191236.767500', '191237.227500', '191237.687500', '191238.147500', '191238.607500', '191239.067500', '191239.527500', '191239.987500', '191240.447500', '191240.907500', '191241.367500', '191241.827500', '191242.287500', '191242.747500', '191243.207500', '191243.667500', '191244.127500', '191244.587500', '191245.047500', '191245.507500', '191245.967500', '191246.427500', '191246.887500', '191247.347500', '191247.807500', '191248.267500', '191248.727500', '191249.187500', '191249.647500', '191250.107500', '191250.567500', '191251.027500', '191251.487500', '191251.947500', '191252.407500', '191252.867500', '191253.327500', '191253.787500', '191254.247500', '191254.707500', '191255.167500', '191255.627500', '191256.087500', '191256.547500', '191257.007500', '191257.467500', '191257.927500', '191258.387500', '191258.847500', '191259.307500', '191259.767500', '191300.227500', '191300.687500', '191301.147500', '191301.607500', '191302.067500', '191302.527500', '191302.987500', '191303.447500', '191303.907500', '191304.367500', '191304.827500', '191305.287500', '191305.747500', '191306.207500', '191306.667500', '191307.127500', '191307.587500', '191308.047500', '191308.507500', '191308.967500', '191309.427500', '191309.887500', '191310.347500', '191310.807500', '191311.267500', '191311.727500', '191312.187500', '191312.647500', '191313.107500', '191313.567500', '191314.027500', '191314.487500', '191314.947500', '191315.407500', '191315.867500', '191316.327500', '191316.787500', '191317.247500', '191317.707500', '191318.167500', '191318.627500', '191319.087500', '191319.547500', '191320.007500', '191320.467500', '191320.927500', '191321.387500', '191321.847500', '191322.307500', '191322.767500', '191323.227500', '191323.687500', '191324.147500', '191324.607500', '191325.067500', '191325.527500', '191325.987500', '191326.447500', '191326.907500', '191327.367500', '191327.827500', '191328.287500', '191328.747500', '191329.207500', '191329.667500', '191330.127500', '191330.587500', '191331.047500', '191331.507500', '191331.967500', '191332.427500', '191332.887500', '191333.347500', '191333.807500', '191334.267500', '191334.727500', '191335.187500', '191335.647500', '191336.107500', '191336.567500', '191337.027500', '191337.487500', '191337.947500', '191338.407500', '191338.867500', '191339.327500', '191339.787500', '191340.247500', '191340.707500', '191341.167500', '191341.627500', '191342.087500', '191342.547500', '191343.007500', '191343.467500', '191343.927500', '191344.387500', '191344.847500', '191345.307500', '191345.767500', '191346.227500', '191346.687500', '191347.147500', '191347.607500', '191348.067500', '191348.527500', '191348.987500', '191349.447500', '191349.907500', '191350.367500', '191350.827500', '191351.287500', '191351.747500', '191352.207500', '191352.667500', '191353.127500', '191353.587500', '191354.047500', '191354.507500', '191354.967500', '191355.427500', '191355.887500', '191356.347500', '191356.807500', '191357.267500', '191357.727500', '191358.187500', '191358.647500', '191359.107500', '191359.567500', '191400.027500', '191400.487500', '191400.947500', '191401.407500', '191401.867500', '191402.327500', '191402.787500', '191403.247500', '191403.707500', '191404.167500', '191404.627500', '191405.087500', '191405.547500', '191406.007500', '191406.467500', '191406.927500', '191407.387500', '191407.847500', '191408.307500', '191408.767500', '191409.227500', '191409.687500', '191410.147500', '191410.607500', '191411.067500', '191411.527500', '191411.987500', '191412.447500', '191412.907500', '191413.367500', '191413.827500', '191414.287500', '191414.747500', '191415.207500', '191415.667500', '191416.127500', '191416.587500', '191417.047500', '191417.507500', '191417.967500', '191418.427500', '191418.887500', '191419.347500', '191419.807500', '191420.267500', '191420.727500', '191421.187500', '191421.647500', '191422.107500', '191422.567500', '191423.027500', '191423.487500', '191423.947500', '191424.407500', '191424.867500', '191425.327500', '191425.787500', '191426.247500', '191426.707500', '191427.167500', '191427.627500', '191428.087500', '191428.547500', '191429.007500', '191429.467500', '191429.927500', '191430.387500', '191430.847500', '191431.307500', '191431.767500', '191432.227500', '191432.687500', '191433.147500', '191433.607500', '191434.067500', '191434.527500', '191434.987500', '191435.447500', '191435.907500', '191436.367500', '191436.827500', '191437.287500', '191437.747500', '191438.207500', '191438.667500', '191439.127500', '191439.587500', '191440.047500', '191440.507500', '191440.967500', '191441.427500', '191441.887500', '191442.347500', '191442.807500', '191443.267500', '191443.727500', '191444.187500', '191444.647500', '191445.107500', '191445.567500', '191446.027500', '191446.487500', '191446.947500', '191447.407500', '191447.867500', '191448.327500', '191448.787500', '191449.247500', '191449.707500', '191450.167500', '191450.627500', '191451.087500', '191451.547500', '191452.007500', '191452.467500', '191452.927500', '191453.387500', '191453.847500', '191454.307500', '191454.767500', '191455.227500', '191455.687500', '191456.147500', '191456.607500', '191457.067500', '191457.527500', '191457.987500', '191458.447500', '191458.907500', '191459.367500', '191459.827500', '191500.287500', '191500.747500', '191501.207500', '191501.667500', '191502.127500', '191502.587500', '191503.047500', '191503.507500', '191503.967500', '191504.427500', '191504.887500', '191505.347500', '191505.807500', '191506.267500', '191506.727500', '191507.187500', '191507.647500', '191508.107500', '191508.567500', '191509.027500', '191509.487500', '191509.947500', '191510.407500', '191510.867500', '191511.327500', '191511.787500', '191512.247500', '191512.707500', '191513.167500', '191513.627500', '191514.087500', '191514.547500', '191515.007500', '191515.467500', '191515.927500', '191516.387500', '191516.847500', '191517.307500', '191517.767500', '191518.227500', '191518.687500', '191519.147500', '191519.607500', '191520.067500', '191520.527500', '191520.987500', '191521.447500', '191521.907500', '191522.367500', '191522.827500', '191523.287500', '191523.747500', '191524.207500', '191524.667500', '191525.127500', '191525.587500', '191526.047500', '191526.507500', '191526.967500', '191527.427500', '191527.887500', '191528.347500', '191528.807500', '191529.267500', '191529.727500', '191530.187500', '191530.647500', '191531.107500', '191531.567500', '191532.027500', '191532.487500', '191532.947500', '191533.407500', '191533.867500', '191534.327500', '191534.787500', '191535.247500', '191535.707500', '191536.167500', '191536.627500', '191537.087500', '191537.547500', '191538.007500', '191538.467500', '191538.927500', '191539.387500', '191539.847500', '191540.307500', '191540.767500', '191541.227500', '191541.687500', '191542.147500', '191542.607500', '191543.067500', '191543.527500', '191543.987500', '191544.447500', '191544.907500', '191545.367500', '191545.827500', '191546.287500', '191546.747500', '191547.207500', '191547.667500', '191548.127500', '191548.587500', '191549.047500', '191549.507500', '191549.967500', '191550.427500', '191550.887500', '191551.347500', '191551.807500', '191552.267500', '191552.727500', '191553.187500', '191553.647500', '191554.107500', '191554.567500', '191555.027500', '191555.487500', '191555.947500', '191556.407500', '191556.867500', '191557.327500', '191557.787500', '191558.247500', '191558.707500', '191559.167500', '191559.627500', '191600.087500', '191600.547500', '191601.007500', '191601.467500', '191601.927500', '191602.387500', '191602.847500', '191603.307500', '191603.767500', '191604.227500', '191604.687500', '191605.147500', '191605.607500', '191606.067500', '191606.527500', '191606.987500', '191607.447500', '191607.907500', '191608.367500', '191608.827500', '191609.287500', '191609.747500', '191610.207500', '191610.667500', '191611.127500', '191611.587500', '191612.047500', '191612.507500', '191612.967500', '191613.427500', '191613.887500', '191614.347500', '191614.807500', '191615.267500', '191615.727500', '191616.187500', '191616.647500', '191617.107500', '191617.567500', '191618.027500', '191618.487500', '191618.947500', '191619.407500', '191619.867500', '191620.327500', '191620.787500', '191621.247500', '191621.707500', '191622.167500', '191622.627500', '191623.087500', '191623.547500', '191624.007500', '191624.467500', '191624.927500', '191625.387500', '191625.847500', '191626.307500', '191626.767500', '191627.227500', '191627.687500', '191628.147500', '191628.607500', '191629.067500', '191629.527500', '191629.987500', '191630.447500', '191630.907500', '191631.367500', '191631.827500', '191632.287500', '191632.747500', '191633.207500', '191633.667500', '191634.127500', '191634.587500', '191635.047500', '191635.507500', '191635.967500', '191636.427500', '191636.887500', '191637.347500', '191637.807500', '191638.267500', '191638.727500', '191639.187500', '191639.647500', '191640.107500', '191640.567500', '191641.027500', '191641.487500', '191641.947500', '191642.407500', '191642.867500', '191643.327500', '191643.787500', '191644.247500', '191644.707500', '191645.167500', '191645.627500', '191646.087500', '191646.547500', '191647.007500', '191647.467500', '191647.927500', '191648.387500', '191648.847500', '191649.307500', '191649.767500', '191650.227500', '191650.687500', '191651.147500', '191651.607500', '191652.067500', '191652.527500', '191652.987500', '191653.447500', '191653.907500', '191654.367500', '191654.827500', '191655.287500', '191655.747500', '191656.207500', '191656.667500', '191657.127500', '191657.587500', '191658.047500', '191658.507500', '191658.967500', '191659.427500', '191659.887500', '191700.347500', '191700.807500', '191701.267500', '191701.727500', '191702.187500', '191702.647500', '191703.107500', '191703.567500', '191704.027500', '191704.487500', '191704.947500', '191705.407500', '191705.867500', '191706.327500', '191706.787500', '191707.247500', '191707.707500', '191708.167500', '191708.627500', '191709.087500', '191709.547500', '191710.007500', '191710.467500', '191710.927500', '191711.387500', '191711.847500', '191712.307500', '191712.767500', '191713.227500', '191713.687500', '191714.147500', '191714.607500', '191715.067500', '191715.527500', '191715.987500', '191716.447500', '191716.907500', '191717.367500', '191717.827500', '191718.287500', '191718.747500', '191719.207500', '191719.667500', '191720.127500', '191720.587500', '191721.047500', '191721.507500', '191721.967500', '191722.427500', '191722.887500', '191723.347500', '191723.807500', '191724.267500', '191724.727500', '191725.187500', '191725.647500', '191726.107500', '191726.567500', '191727.027500', '191727.487500', '191727.947500', '191728.407500', '191728.867500', '191729.327500', '191729.787500', '191730.247500', '191730.707500', '191731.167500', '191731.627500', '191732.087500', '191732.547500', '191733.007500', '191733.467500', '191733.927500', '191734.387500', '191734.847500', '191735.307500', '191735.767500', '191736.227500', '191736.687500', '191737.147500', '191737.607500', '191738.067500', '191738.527500', '191738.987500', '191739.447500', '191739.907500', '191740.367500', '191740.827500', '191741.287500', '191741.747500', '191742.207500', '191742.667500', '191743.127500', '191743.587500', '191744.047500', '191744.507500', '191744.967500', '191745.427500', '191745.887500', '191746.347500', '191746.807500', '191747.267500', '191747.727500', '191748.187500', '191748.647500', '191749.107500', '191749.567500', '191750.027500', '191750.487500', '191750.947500', '191751.407500', '191751.867500', '191752.327500', '191752.787500', '191753.247500'], 'ContentTime': ['191128.601000', '191128.605000', '191128.607000', '191128.610000', '191128.616000', '191128.619000', '191128.622000', '191128.624000', '191128.627000', '191128.629000', '191128.632000', '191128.634000', '191128.637000', '191128.639000', '191128.642000', '191128.644000', '191128.647000', '191128.649000', '191128.652000', '191128.655000', '191128.657000', '191128.660000', '191128.662000', '191128.665000', '191128.667000', '191128.670000', '191128.672000', '191128.675000', '191128.678000', '191128.680000', '191128.683000', '191128.685000', '191148.579000', '191148.582000', '191148.585000', '191148.587000', '191148.590000', '191148.592000', '191148.595000', '191148.598000', '191148.600000', '191148.603000', '191148.605000', '191148.608000', '191148.611000', '191148.613000', '191148.616000', '191148.618000', '191148.621000', '191148.623000', '191148.626000', '191148.628000', '191148.631000', '191148.633000', '191148.644000', '191148.646000', '191148.649000', '191148.651000', '191148.654000', '191148.657000', '191148.659000', '191148.662000', '191148.664000', '191148.667000', '191148.670000', '191148.672000', '191148.675000', '191148.677000', '191148.680000', '191148.683000', '191148.685000', '191148.688000', '191148.690000', '191148.693000', '191148.695000', '191208.580000', '191208.582000', '191208.585000', '191208.587000', '191208.590000', '191208.593000', '191208.595000', '191208.598000', '191208.600000', '191208.603000', '191208.605000', '191208.608000', '191208.611000', '191208.613000', '191208.616000', '191208.618000', '191208.621000', '191208.623000', '191208.626000', '191208.628000', '191208.631000', '191208.633000', '191208.636000', '191208.647000', '191208.649000', '191208.652000', '191208.661000', '191208.664000', '191208.667000', '191208.669000', '191208.672000', '191208.674000', '191208.677000', '191208.679000', '191208.682000', '191208.685000', '191208.687000', '191208.690000', '191208.692000', '191208.695000', '191208.697000', '191208.700000', '191208.703000', '191208.705000', '191228.578000', '191228.581000', '191228.584000', '191228.587000', '191228.589000', '191228.592000', '191228.594000', '191228.597000', '191228.600000', '191228.602000', '191228.605000', '191228.607000', '191228.610000', '191228.613000', '191228.615000', '191228.618000', '191228.620000', '191228.623000', '191228.626000', '191228.628000', '191228.631000', '191228.633000', '191228.636000', '191228.638000', '191228.641000', '191228.644000', '191228.646000', '191228.649000', '191228.651000', '191228.654000', '191228.656000', '191228.659000', '191228.662000', '191228.664000', '191228.667000', '191228.669000', '191228.672000', '191228.674000', '191228.677000', '191228.680000', '191228.682000', '191228.685000', '191228.687000', '191248.578000', '191248.581000', '191248.584000', '191248.587000', '191248.590000', '191248.592000', '191248.595000', '191248.598000', '191248.600000', '191248.603000', '191248.606000', '191248.608000', '191248.611000', '191248.613000', '191248.616000', '191248.619000', '191248.621000', '191248.624000', '191248.627000', '191248.629000', '191248.632000', '191248.634000', '191248.637000', '191248.640000', '191248.643000', '191248.645000', '191248.648000', '191248.650000', '191248.653000', '191248.655000', '191248.658000', '191248.661000', '191248.663000', '191248.666000', '191248.669000', '191248.671000', '191248.674000', '191248.677000', '191248.679000', '191248.682000', '191248.684000', '191248.687000', '191248.690000', '191248.692000', '191308.579000', '191308.581000', '191308.584000', '191308.586000', '191308.589000', '191308.592000', '191308.594000', '191308.597000', '191308.599000', '191308.602000', '191308.605000', '191308.607000', '191308.610000', '191308.612000', '191308.615000', '191308.618000', '191308.620000', '191308.623000', '191308.625000', '191308.628000', '191308.630000', '191308.633000', '191308.636000', '191308.638000', '191308.641000', '191308.643000', '191308.646000', '191308.649000', '191308.651000', '191308.654000', '191308.656000', '191308.659000', '191308.661000', '191308.664000', '191308.667000', '191308.669000', '191308.672000', '191308.674000', '191308.677000', '191308.680000', '191308.682000', '191308.685000', '191308.687000', '191328.578000', '191328.581000', '191328.584000', '191328.587000', '191328.589000', '191328.592000', '191328.594000', '191328.597000', '191328.600000', '191328.602000', '191328.605000', '191328.608000', '191328.610000', '191328.613000', '191328.615000', '191328.618000', '191328.620000', '191328.623000', '191328.625000', '191328.628000', '191328.631000', '191328.633000', '191328.636000', '191328.638000', '191328.641000', '191328.644000', '191328.646000', '191328.649000', '191328.651000', '191328.654000', '191328.656000', '191328.659000', '191328.662000', '191328.664000', '191328.667000', '191328.669000', '191328.672000', '191328.674000', '191328.677000', '191328.680000', '191328.682000', '191328.685000', '191328.687000', '191348.578000', '191348.581000', '191348.584000', '191348.586000', '191348.589000', '191348.592000', '191348.594000', '191348.597000', '191348.600000', '191348.602000', '191348.605000', '191348.607000', '191348.610000', '191348.612000', '191348.615000', '191348.618000', '191348.620000', '191348.623000', '191348.625000', '191348.657000', '191348.659000', '191348.662000', '191348.664000', '191348.667000', '191348.670000', '191348.672000', '191348.675000', '191348.677000', '191348.680000', '191348.682000', '191348.685000', '191348.687000', '191348.690000', '191348.693000', '191348.695000', '191348.698000', '191348.701000', '191348.703000', '191348.706000', '191348.708000', '191348.711000', '191348.714000', '191348.716000', '191348.719000', '191408.579000', '191408.582000', '191408.585000', '191408.587000', '191408.590000', '191408.593000', '191408.595000', '191408.598000', '191408.601000', '191408.603000', '191408.606000', '191408.608000', '191408.611000', '191408.613000', '191408.616000', '191408.619000', '191408.621000', '191408.624000', '191408.627000', '191408.630000', '191408.632000', '191408.635000', '191408.638000', '191408.640000', '191408.643000', '191408.645000', '191408.648000', '191408.650000', '191408.653000', '191408.656000', '191408.659000', '191408.662000', '191408.665000', '191408.668000', '191408.671000', '191408.673000', '191408.676000', '191408.678000', '191408.681000', '191408.684000', '191408.686000', '191408.689000', '191408.692000', '191428.579000', '191428.582000', '191428.585000', '191428.587000', '191428.590000', '191428.592000', '191428.595000', '191428.598000', '191428.600000', '191428.603000', '191428.606000', '191428.608000', '191428.611000', '191428.613000', '191428.616000', '191428.619000', '191428.621000', '191428.624000', '191428.626000', '191428.629000', '191428.631000', '191428.634000', '191428.637000', '191428.639000', '191428.642000', '191428.644000', '191428.647000', '191428.649000', '191428.652000', '191428.655000', '191428.657000', '191428.660000', '191428.662000', '191428.665000', '191428.668000', '191428.670000', '191428.673000', '191428.675000', '191428.678000', '191428.681000', '191428.683000', '191428.686000', '191428.688000', '191428.691000', '191448.578000', '191448.581000', '191448.584000', '191448.586000', '191448.589000', '191448.592000', '191448.595000', '191448.597000', '191448.600000', '191448.603000', '191448.606000', '191448.609000', '191448.612000', '191448.614000', '191448.617000', '191448.620000', '191448.622000', '191448.625000', '191448.628000', '191448.631000', '191448.633000', '191448.636000', '191448.639000', '191448.641000', '191448.644000', '191448.647000', '191448.649000', '191448.652000', '191448.655000', '191448.657000', '191448.665000', '191448.668000', '191448.671000', '191448.674000', '191448.677000', '191448.679000', '191448.682000', '191448.685000', '191448.687000', '191448.690000', '191448.692000', '191448.695000', '191448.698000', '191508.579000', '191508.581000', '191508.584000', '191508.587000', '191508.590000', '191508.593000', '191508.595000', '191508.598000', '191508.601000', '191508.604000', '191508.607000', '191508.609000', '191508.612000', '191508.614000', '191508.617000', '191508.620000', '191508.623000', '191508.625000', '191508.628000', '191508.630000', '191508.633000', '191508.636000', '191508.638000', '191508.641000', '191508.644000', '191508.646000', '191508.649000', '191508.651000', '191508.654000', '191508.657000', '191508.659000', '191508.662000', '191508.664000', '191508.667000', '191508.677000', '191508.679000', '191508.682000', '191508.685000', '191508.687000', '191508.690000', '191508.692000', '191508.695000', '191508.698000', '191508.701000', '191528.578000', '191528.581000', '191528.584000', '191528.587000', '191528.589000', '191528.592000', '191528.595000', '191528.597000', '191528.600000', '191528.603000', '191528.605000', '191528.609000', '191528.612000', '191528.614000', '191528.617000', '191528.620000', '191528.623000', '191528.625000', '191528.628000', '191528.631000', '191528.633000', '191528.636000', '191528.639000', '191528.641000', '191528.644000', '191528.646000', '191528.649000', '191528.652000', '191528.655000', '191528.658000', '191528.660000', '191528.663000', '191528.666000', '191528.669000', '191528.672000', '191528.674000', '191528.677000', '191528.680000', '191528.682000', '191528.685000', '191528.688000', '191528.690000', '191528.693000', '191548.579000', '191548.581000', '191548.584000', '191548.587000', '191548.589000', '191548.592000', '191548.594000', '191548.597000', '191548.600000', '191548.603000', '191548.606000', '191548.609000', '191548.611000', '191548.614000', '191548.617000', '191548.620000', '191548.622000', '191548.625000', '191548.627000', '191548.630000', '191548.633000', '191548.635000', '191548.639000', '191548.641000', '191548.644000', '191548.647000', '191548.649000', '191548.652000', '191548.655000', '191548.658000', '191548.660000', '191548.663000', '191548.666000', '191548.668000', '191548.671000', '191548.673000', '191548.676000', '191548.679000', '191548.682000', '191548.684000', '191548.687000', '191548.690000', '191548.692000', '191548.695000', '191608.578000', '191608.581000', '191608.584000', '191608.587000', '191608.589000', '191608.592000', '191608.595000', '191608.597000', '191608.600000', '191608.603000', '191608.606000', '191608.609000', '191608.612000', '191608.615000', '191608.618000', '191608.620000', '191608.623000', '191608.626000', '191608.628000', '191608.631000', '191608.633000', '191608.636000', '191608.639000', '191608.641000', '191608.644000', '191608.646000', '191608.649000', '191608.652000', '191608.655000', '191608.657000', '191608.660000', '191608.663000', '191608.665000', '191608.668000', '191608.671000', '191608.673000', '191608.676000', '191608.678000', '191608.681000', '191608.684000', '191608.687000', '191608.690000', '191608.692000', '191628.579000', '191628.583000', '191628.585000', '191628.588000', '191628.591000', '191628.593000', '191628.596000', '191628.598000', '191628.601000', '191628.604000', '191628.607000', '191628.609000', '191628.612000', '191628.615000', '191628.618000', '191628.620000', '191628.623000', '191628.626000', '191628.628000', '191628.631000', '191628.633000', '191628.636000', '191628.639000', '191628.642000', '191628.644000', '191628.647000', '191628.650000', '191628.653000', '191628.655000', '191628.658000', '191628.661000', '191628.663000', '191628.666000', '191628.669000', '191628.671000', '191628.674000', '191628.677000', '191628.680000', '191628.683000', '191628.686000', '191628.688000', '191628.691000', '191628.693000', '191628.696000', '191648.579000', '191648.582000', '191648.585000', '191648.613000', '191648.616000', '191648.618000', '191648.621000', '191648.623000', '191648.626000', '191648.629000', '191648.642000', '191648.644000', '191648.647000', '191648.650000', '191648.652000', '191648.655000', '191648.658000', '191648.660000', '191648.663000', '191648.666000', '191648.668000', '191648.671000', '191648.674000', '191648.676000', '191648.679000', '191648.681000', '191648.684000', '191648.687000', '191648.689000', '191648.692000', '191648.695000', '191648.697000', '191648.700000', '191648.702000', '191648.707000', '191648.709000', '191648.712000', '191648.715000', '191648.717000', '191648.720000', '191648.723000', '191648.725000', '191648.730000', '191708.579000', '191708.585000', '191708.587000', '191708.590000', '191708.592000', '191708.595000', '191708.597000', '191708.600000', '191708.603000', '191708.605000', '191708.608000', '191708.611000', '191708.613000', '191708.616000', '191708.618000', '191708.621000', '191708.623000', '191708.626000', '191708.629000', '191708.631000', '191708.634000', '191708.636000', '191708.639000', '191708.642000', '191708.644000', '191708.647000', '191708.649000', '191708.652000', '191708.655000', '191708.657000', '191708.660000', '191708.662000', '191708.665000', '191708.667000', '191708.670000', '191708.673000', '191708.675000', '191708.678000', '191708.681000', '191708.683000', '191708.686000', '191708.688000', '191708.691000', '191708.693000', '191728.579000', '191728.581000', '191728.584000', '191728.587000', '191728.589000', '191728.592000', '191728.595000', '191728.598000', '191728.600000', '191728.603000', '191728.606000', '191728.609000', '191728.611000', '191728.614000', '191728.617000', '191728.619000', '191728.622000', '191728.625000', '191728.627000', '191728.630000', '191728.633000', '191728.636000', '191728.638000', '191728.641000', '191728.644000', '191728.646000', '191728.649000', '191728.652000', '191728.654000', '191728.657000', '191728.659000', '191728.662000', '191728.665000', '191728.668000', '191728.671000', '191728.673000', '191728.676000', '191728.679000', '191728.681000', '191728.684000', '191728.687000', '191728.689000', '191728.692000', '191748.579000', '191748.582000', '191748.584000', '191748.587000', '191748.589000', '191748.592000', '191748.594000', '191748.597000', '191748.600000', '191748.602000', '191748.605000', '191748.608000', '191748.610000', '191748.613000', '191748.616000', '191748.618000', '191748.621000', '191748.624000', '191748.626000', '191748.629000', '191748.631000', '191748.634000', '191748.636000', '191748.639000', '191748.642000', '191748.644000', '191748.647000', '191748.649000', '191748.652000', '191748.655000', '191748.657000', '191748.660000', '191748.663000', '191748.665000', '191748.668000', '191748.670000', '191748.673000', '191748.675000', '191748.678000', '191748.681000', '191748.683000', '191748.686000', '191748.689000', '191748.691000', '191754.874000', '191754.877000', '191754.880000', '191754.883000', '191754.886000', '191754.888000', '191754.891000', '191754.894000', '191754.897000', '191754.900000', '191754.903000', '191754.907000', '191754.910000', '191754.913000'], 'InstanceCreationTime': ['191128.601000', '191128.605000', '191128.607000', '191128.610000', '191128.616000', '191128.619000', '191128.622000', '191128.624000', '191128.627000', '191128.629000', '191128.632000', '191128.634000', '191128.637000', '191128.639000', '191128.642000', '191128.644000', '191128.647000', '191128.649000', '191128.652000', '191128.655000', '191128.657000', '191128.660000', '191128.662000', '191128.665000', '191128.667000', '191128.670000', '191128.672000', '191128.675000', '191128.678000', '191128.680000', '191128.683000', '191128.685000', '191148.579000', '191148.582000', '191148.585000', '191148.587000', '191148.590000', '191148.592000', '191148.595000', '191148.598000', '191148.600000', '191148.603000', '191148.605000', '191148.608000', '191148.611000', '191148.613000', '191148.616000', '191148.618000', '191148.621000', '191148.623000', '191148.626000', '191148.628000', '191148.631000', '191148.633000', '191148.644000', '191148.646000', '191148.649000', '191148.651000', '191148.654000', '191148.657000', '191148.659000', '191148.662000', '191148.664000', '191148.667000', '191148.670000', '191148.672000', '191148.675000', '191148.677000', '191148.680000', '191148.683000', '191148.685000', '191148.688000', '191148.690000', '191148.693000', '191148.695000', '191208.580000', '191208.582000', '191208.585000', '191208.587000', '191208.590000', '191208.593000', '191208.595000', '191208.598000', '191208.600000', '191208.603000', '191208.605000', '191208.608000', '191208.611000', '191208.613000', '191208.616000', '191208.618000', '191208.621000', '191208.623000', '191208.626000', '191208.628000', '191208.631000', '191208.633000', '191208.636000', '191208.647000', '191208.649000', '191208.652000', '191208.661000', '191208.664000', '191208.667000', '191208.669000', '191208.672000', '191208.674000', '191208.677000', '191208.679000', '191208.682000', '191208.685000', '191208.687000', '191208.690000', '191208.692000', '191208.695000', '191208.697000', '191208.700000', '191208.703000', '191208.705000', '191228.578000', '191228.581000', '191228.584000', '191228.587000', '191228.589000', '191228.592000', '191228.594000', '191228.597000', '191228.600000', '191228.602000', '191228.605000', '191228.607000', '191228.610000', '191228.613000', '191228.615000', '191228.618000', '191228.620000', '191228.623000', '191228.626000', '191228.628000', '191228.631000', '191228.633000', '191228.636000', '191228.638000', '191228.641000', '191228.644000', '191228.646000', '191228.649000', '191228.651000', '191228.654000', '191228.656000', '191228.659000', '191228.662000', '191228.664000', '191228.667000', '191228.669000', '191228.672000', '191228.674000', '191228.677000', '191228.680000', '191228.682000', '191228.685000', '191228.687000', '191248.578000', '191248.581000', '191248.584000', '191248.587000', '191248.590000', '191248.592000', '191248.595000', '191248.598000', '191248.600000', '191248.603000', '191248.606000', '191248.608000', '191248.611000', '191248.613000', '191248.616000', '191248.619000', '191248.621000', '191248.624000', '191248.627000', '191248.629000', '191248.632000', '191248.634000', '191248.637000', '191248.640000', '191248.643000', '191248.645000', '191248.648000', '191248.650000', '191248.653000', '191248.655000', '191248.658000', '191248.661000', '191248.663000', '191248.666000', '191248.669000', '191248.671000', '191248.674000', '191248.677000', '191248.679000', '191248.682000', '191248.684000', '191248.687000', '191248.690000', '191248.692000', '191308.579000', '191308.581000', '191308.584000', '191308.586000', '191308.589000', '191308.592000', '191308.594000', '191308.597000', '191308.599000', '191308.602000', '191308.605000', '191308.607000', '191308.610000', '191308.612000', '191308.615000', '191308.618000', '191308.620000', '191308.623000', '191308.625000', '191308.628000', '191308.630000', '191308.633000', '191308.636000', '191308.638000', '191308.641000', '191308.643000', '191308.646000', '191308.649000', '191308.651000', '191308.654000', '191308.656000', '191308.659000', '191308.661000', '191308.664000', '191308.667000', '191308.669000', '191308.672000', '191308.674000', '191308.677000', '191308.680000', '191308.682000', '191308.685000', '191308.687000', '191328.578000', '191328.581000', '191328.584000', '191328.587000', '191328.589000', '191328.592000', '191328.594000', '191328.597000', '191328.600000', '191328.602000', '191328.605000', '191328.608000', '191328.610000', '191328.613000', '191328.615000', '191328.618000', '191328.620000', '191328.623000', '191328.625000', '191328.628000', '191328.631000', '191328.633000', '191328.636000', '191328.638000', '191328.641000', '191328.644000', '191328.646000', '191328.649000', '191328.651000', '191328.654000', '191328.656000', '191328.659000', '191328.662000', '191328.664000', '191328.667000', '191328.669000', '191328.672000', '191328.674000', '191328.677000', '191328.680000', '191328.682000', '191328.685000', '191328.687000', '191348.578000', '191348.581000', '191348.584000', '191348.586000', '191348.589000', '191348.592000', '191348.594000', '191348.597000', '191348.600000', '191348.602000', '191348.605000', '191348.607000', '191348.610000', '191348.612000', '191348.615000', '191348.618000', '191348.620000', '191348.623000', '191348.625000', '191348.657000', '191348.659000', '191348.662000', '191348.664000', '191348.667000', '191348.670000', '191348.672000', '191348.675000', '191348.677000', '191348.680000', '191348.682000', '191348.685000', '191348.687000', '191348.690000', '191348.693000', '191348.695000', '191348.698000', '191348.701000', '191348.703000', '191348.706000', '191348.708000', '191348.711000', '191348.714000', '191348.716000', '191348.719000', '191408.579000', '191408.582000', '191408.585000', '191408.587000', '191408.590000', '191408.593000', '191408.595000', '191408.598000', '191408.601000', '191408.603000', '191408.606000', '191408.608000', '191408.611000', '191408.613000', '191408.616000', '191408.619000', '191408.621000', '191408.624000', '191408.627000', '191408.630000', '191408.632000', '191408.635000', '191408.638000', '191408.640000', '191408.643000', '191408.645000', '191408.648000', '191408.650000', '191408.653000', '191408.656000', '191408.659000', '191408.662000', '191408.665000', '191408.668000', '191408.671000', '191408.673000', '191408.676000', '191408.678000', '191408.681000', '191408.684000', '191408.686000', '191408.689000', '191408.692000', '191428.579000', '191428.582000', '191428.585000', '191428.587000', '191428.590000', '191428.592000', '191428.595000', '191428.598000', '191428.600000', '191428.603000', '191428.606000', '191428.608000', '191428.611000', '191428.613000', '191428.616000', '191428.619000', '191428.621000', '191428.624000', '191428.626000', '191428.629000', '191428.631000', '191428.634000', '191428.637000', '191428.639000', '191428.642000', '191428.644000', '191428.647000', '191428.649000', '191428.652000', '191428.655000', '191428.657000', '191428.660000', '191428.662000', '191428.665000', '191428.668000', '191428.670000', '191428.673000', '191428.675000', '191428.678000', '191428.681000', '191428.683000', '191428.686000', '191428.688000', '191428.691000', '191448.578000', '191448.581000', '191448.584000', '191448.586000', '191448.589000', '191448.592000', '191448.595000', '191448.597000', '191448.600000', '191448.603000', '191448.606000', '191448.609000', '191448.612000', '191448.614000', '191448.617000', '191448.620000', '191448.622000', '191448.625000', '191448.628000', '191448.631000', '191448.633000', '191448.636000', '191448.639000', '191448.641000', '191448.644000', '191448.647000', '191448.649000', '191448.652000', '191448.655000', '191448.657000', '191448.665000', '191448.668000', '191448.671000', '191448.674000', '191448.677000', '191448.679000', '191448.682000', '191448.685000', '191448.687000', '191448.690000', '191448.692000', '191448.695000', '191448.698000', '191508.579000', '191508.581000', '191508.584000', '191508.587000', '191508.590000', '191508.593000', '191508.595000', '191508.598000', '191508.601000', '191508.604000', '191508.607000', '191508.609000', '191508.612000', '191508.614000', '191508.617000', '191508.620000', '191508.623000', '191508.625000', '191508.628000', '191508.630000', '191508.633000', '191508.636000', '191508.638000', '191508.641000', '191508.644000', '191508.646000', '191508.649000', '191508.651000', '191508.654000', '191508.657000', '191508.659000', '191508.662000', '191508.664000', '191508.667000', '191508.677000', '191508.679000', '191508.682000', '191508.685000', '191508.687000', '191508.690000', '191508.692000', '191508.695000', '191508.698000', '191508.701000', '191528.578000', '191528.581000', '191528.584000', '191528.587000', '191528.589000', '191528.592000', '191528.595000', '191528.597000', '191528.600000', '191528.603000', '191528.605000', '191528.609000', '191528.612000', '191528.614000', '191528.617000', '191528.620000', '191528.623000', '191528.625000', '191528.628000', '191528.631000', '191528.633000', '191528.636000', '191528.639000', '191528.641000', '191528.644000', '191528.646000', '191528.649000', '191528.652000', '191528.655000', '191528.658000', '191528.660000', '191528.663000', '191528.666000', '191528.669000', '191528.672000', '191528.674000', '191528.677000', '191528.680000', '191528.682000', '191528.685000', '191528.688000', '191528.690000', '191528.693000', '191548.579000', '191548.581000', '191548.584000', '191548.587000', '191548.589000', '191548.592000', '191548.594000', '191548.597000', '191548.600000', '191548.603000', '191548.606000', '191548.609000', '191548.611000', '191548.614000', '191548.617000', '191548.620000', '191548.622000', '191548.625000', '191548.627000', '191548.630000', '191548.633000', '191548.635000', '191548.639000', '191548.641000', '191548.644000', '191548.647000', '191548.649000', '191548.652000', '191548.655000', '191548.658000', '191548.660000', '191548.663000', '191548.666000', '191548.668000', '191548.671000', '191548.673000', '191548.676000', '191548.679000', '191548.682000', '191548.684000', '191548.687000', '191548.690000', '191548.692000', '191548.695000', '191608.578000', '191608.581000', '191608.584000', '191608.587000', '191608.589000', '191608.592000', '191608.595000', '191608.597000', '191608.600000', '191608.603000', '191608.606000', '191608.609000', '191608.612000', '191608.615000', '191608.618000', '191608.620000', '191608.623000', '191608.626000', '191608.628000', '191608.631000', '191608.633000', '191608.636000', '191608.639000', '191608.641000', '191608.644000', '191608.646000', '191608.649000', '191608.652000', '191608.655000', '191608.657000', '191608.660000', '191608.663000', '191608.665000', '191608.668000', '191608.671000', '191608.673000', '191608.676000', '191608.678000', '191608.681000', '191608.684000', '191608.687000', '191608.690000', '191608.692000', '191628.579000', '191628.583000', '191628.585000', '191628.588000', '191628.591000', '191628.593000', '191628.596000', '191628.598000', '191628.601000', '191628.604000', '191628.607000', '191628.609000', '191628.612000', '191628.615000', '191628.618000', '191628.620000', '191628.623000', '191628.626000', '191628.628000', '191628.631000', '191628.633000', '191628.636000', '191628.639000', '191628.642000', '191628.644000', '191628.647000', '191628.650000', '191628.653000', '191628.655000', '191628.658000', '191628.661000', '191628.663000', '191628.666000', '191628.669000', '191628.671000', '191628.674000', '191628.677000', '191628.680000', '191628.683000', '191628.686000', '191628.688000', '191628.691000', '191628.693000', '191628.696000', '191648.579000', '191648.582000', '191648.585000', '191648.613000', '191648.616000', '191648.618000', '191648.621000', '191648.623000', '191648.626000', '191648.629000', '191648.642000', '191648.644000', '191648.647000', '191648.650000', '191648.652000', '191648.655000', '191648.658000', '191648.660000', '191648.663000', '191648.666000', '191648.668000', '191648.671000', '191648.674000', '191648.676000', '191648.679000', '191648.681000', '191648.684000', '191648.687000', '191648.689000', '191648.692000', '191648.695000', '191648.697000', '191648.700000', '191648.702000', '191648.707000', '191648.709000', '191648.712000', '191648.715000', '191648.717000', '191648.720000', '191648.723000', '191648.725000', '191648.730000', '191708.579000', '191708.585000', '191708.587000', '191708.590000', '191708.592000', '191708.595000', '191708.597000', '191708.600000', '191708.603000', '191708.605000', '191708.608000', '191708.611000', '191708.613000', '191708.616000', '191708.618000', '191708.621000', '191708.623000', '191708.626000', '191708.629000', '191708.631000', '191708.634000', '191708.636000', '191708.639000', '191708.642000', '191708.644000', '191708.647000', '191708.649000', '191708.652000', '191708.655000', '191708.657000', '191708.660000', '191708.662000', '191708.665000', '191708.667000', '191708.670000', '191708.673000', '191708.675000', '191708.678000', '191708.681000', '191708.683000', '191708.686000', '191708.688000', '191708.691000', '191708.693000', '191728.579000', '191728.581000', '191728.584000', '191728.587000', '191728.589000', '191728.592000', '191728.595000', '191728.598000', '191728.600000', '191728.603000', '191728.606000', '191728.609000', '191728.611000', '191728.614000', '191728.617000', '191728.619000', '191728.622000', '191728.625000', '191728.627000', '191728.630000', '191728.633000', '191728.636000', '191728.638000', '191728.641000', '191728.644000', '191728.646000', '191728.649000', '191728.652000', '191728.654000', '191728.657000', '191728.659000', '191728.662000', '191728.665000', '191728.668000', '191728.671000', '191728.673000', '191728.676000', '191728.679000', '191728.681000', '191728.684000', '191728.687000', '191728.689000', '191728.692000', '191748.579000', '191748.582000', '191748.584000', '191748.587000', '191748.589000', '191748.592000', '191748.594000', '191748.597000', '191748.600000', '191748.602000', '191748.605000', '191748.608000', '191748.610000', '191748.613000', '191748.616000', '191748.618000', '191748.621000', '191748.624000', '191748.626000', '191748.629000', '191748.631000', '191748.634000', '191748.636000', '191748.639000', '191748.642000', '191748.644000', '191748.647000', '191748.649000', '191748.652000', '191748.655000', '191748.657000', '191748.660000', '191748.663000', '191748.665000', '191748.668000', '191748.670000', '191748.673000', '191748.675000', '191748.678000', '191748.681000', '191748.683000', '191748.686000', '191748.689000', '191748.691000', '191754.874000', '191754.877000', '191754.880000', '191754.883000', '191754.886000', '191754.888000', '191754.891000', '191754.894000', '191754.897000', '191754.900000', '191754.903000', '191754.907000', '191754.910000', '191754.913000'], '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': [8973, 11442, 12286, 14991, 13848, 14167, 13991, 12515, 14965, 12904, 13443, 13473, 12391, 14949, 12158, 12090, 10048, 10543, 14426, 10956, 12098, 11947, 8812, 8200, 8087, 12230, 15118, 11900, 13393, 15211, 13069, 13996, 10337, 10411, 9485, 9746, 9711, 8336, 12976, 10378, 8430, 9474, 9022, 10721, 11701, 14909, 15148, 13202, 14447, 13537, 11889, 14416, 13189, 10694, 13426, 10867, 13039, 12105, 11641, 13404, 9620, 12222, 11538, 11832, 12843, 11690, 13906, 11310, 13264, 12237, 12328, 13377, 11628, 13026, 11449, 12999, 12947, 12190, 12152, 11194, 9527, 12381, 11160, 13151, 8577, 13004, 12483, 13166, 12382, 10883, 12775, 15304, 13549, 13011, 10135, 10814, 10014, 10546, 12785, 8914, 12555, 14166, 10073, 12933, 14805, 12201, 12275, 11104, 12052, 13863, 12390, 11635, 8336, 11945, 13302, 12432, 11831, 9734, 11861, 9457, 11966, 12607, 12295, 11920, 10458, 11883, 11364, 12723, 12976, 9539, 11883, 15628, 12386, 12332, 12268, 12197, 14332, 13146, 12013, 8392, 12761, 13196, 10749, 12133, 12829, 12623, 12119, 10913, 11827, 13320, 12868, 11237, 8181, 12357, 12326, 12043, 11546, 8368, 12822, 12785, 11743, 12204, 8553, 12970, 13077, 12652, 13499, 10015, 13212, 12329, 13137, 13548, 10100, 12260, 8670, 10511, 9315, 13279, 14221, 11173, 12863, 12493, 12426, 13273, 8743, 11890, 13577, 12658, 13158, 12418, 11738, 8451, 10597, 10099, 8528, 7962, 10639, 8146, 8577, 8761, 8200, 11054, 8491, 14802, 9710, 15470, 12103, 15589, 16460, 13552, 15024, 13007, 14035, 12738, 11644, 16220, 12474, 13819, 12285, 11239, 11581, 11925, 11928, 13332, 10488, 10265, 12137, 11839, 12215, 10481, 8792, 10402, 11377, 11241, 9685, 11775, 11278, 9095, 11760, 12873, 12306, 10824, 8298, 11808, 10079, 12537, 13006, 9445, 12502, 15180, 12357, 13655, 11369, 12982, 14866, 10688, 11694, 13236, 12082, 14137, 11980, 12660, 10357, 10356, 8477, 11615, 12793, 8468, 11848, 15224, 11312, 14027, 9959, 11268, 8173, 9188, 13102, 9744, 11710, 10130, 12378, 8798, 13528, 12854, 10583, 9418, 10200, 8432, 10052, 8341, 11419, 9817, 10982, 11569, 12208, 14638, 11232, 11921, 10236, 14800, 16542, 13295, 15524, 11772, 12827, 13172, 13640, 15756, 14072, 14531, 11861, 11020, 14766, 11432, 13787, 12056, 10399, 9714, 10528, 12045, 12869, 10550, 9959, 10905, 12192, 12458, 10283, 8720, 10730, 11192, 10643, 9943, 9096, 9528, 8052, 11027, 13148, 10023, 11429, 11205, 10406, 12454, 8937, 10403, 7882, 9942, 12477, 8735, 11884, 9379, 10915, 12023, 13885, 15394, 12717, 14183, 11417, 12293, 9800, 12730, 14472, 12396, 12574, 11929, 12814, 14086, 12028, 12740, 10085, 10197, 8127, 12390, 13169, 11330, 12404, 8379, 12493, 15105, 12495, 12753, 10139, 10542, 8868, 13211, 11078, 12500, 12066, 10946, 11897, 8048, 12555, 14417, 10644, 12557, 8505, 11576, 14735, 11961, 12916, 10831, 12150, 12749, 12037, 11537, 8009, 12172, 12323, 8221, 11366, 13767, 11349, 11192, 8096, 11163, 11647, 10890, 11458, 9594, 10667, 8120, 8172, 8317, 8284, 10567, 11276, 11954, 12947, 13711, 14632, 11390, 14479, 11093, 15333, 15785, 13232, 15589, 14098, 13912, 17809, 12849, 14682, 10110, 10918, 9404, 9686, 12774, 13132, 12633, 11645, 16504, 13040, 14858, 11819, 11186, 12565, 11839, 11911, 11928, 11478, 11226, 10301, 7643, 10409, 12108, 9059, 10553, 12377, 11224, 11624, 9597, 10238, 11081, 11424, 11667, 8066, 10869, 13275, 10706, 11539, 15791, 11254, 11909, 10656, 10878, 13096, 9217, 10910, 13328, 11408, 11539, 10870, 10237, 9369, 10945, 13783, 10650, 11000, 15311, 11425, 11659, 8017, 10138, 12245, 10203, 12354, 9535, 11822, 11501, 11136, 13672, 9437, 11343, 15785, 11524, 13733, 9377, 12060, 15885, 9952, 13519, 14421, 10480, 14484, 10048, 12288, 8407, 8875, 8511, 9835, 9481, 11769, 13270, 13467, 13649, 13415, 10001, 13175, 16197, 12321, 13659, 16922, 11790, 13607, 10170, 11618, 14646, 12491, 13834, 10133, 10356, 13964, 8857, 12267, 11053, 10766, 9520, 9846, 10286, 13872, 9724, 10840, 14757, 10283, 11433, 9927, 9703, 9650, 10463, 12024, 7913, 10053, 12046, 8775, 10378, 9241, 9048, 12088, 8096, 10499, 14432, 10767, 12882, 13287, 10516, 14121, 11382, 11731, 7829, 9403, 13114, 8173, 12688, 8588, 11359, 8235, 11865, 8192, 10775, 9699, 10457, 11576, 13552, 13526, 14413, 14152, 14836, 12417, 12595, 9148, 11367, 16456, 11807, 16164, 14928, 12372, 14706, 9653, 14421, 11057, 10889, 15637, 9407, 15120, 8263, 11200, 8296, 11499, 8140, 10711, 14687, 9796, 13412, 8697, 12486, 14476, 9320, 14524, 8820, 10588, 14983, 9158, 12197, 7885, 8960, 12498, 7734, 10651, 12738, 9192, 11354, 7953, 8363, 12339, 8127, 11827, 7739, 11272, 13400, 9342, 10976, 8912, 8794, 9863, 15438, 11139, 11017, 15558, 10414, 14116, 8735, 13711, 14564, 11059, 14442, 9842, 11513, 15987, 9044, 11844, 10428, 9010, 9901, 8667, 8076, 10787, 10260, 12143, 12762, 14433, 12540, 13633, 13719, 14879, 10135, 12397, 11857, 12509, 16308, 12905, 15823, 12254, 14035, 17527, 15222, 15750, 10954, 10923, 16355, 9880, 14464, 8728, 11335, 14883, 10521, 16460, 9536, 10669, 9183, 12230, 12382, 10596, 14468, 9938, 12774, 9175, 10811, 9375, 10663, 10716, 10976, 10331, 9050, 14304, 10190, 12142, 11185, 10788, 7907, 9081, 15933, 8647, 12392, 13630, 9588, 15379, 9971, 13419, 8951, 14342, 9553, 12257, 10672, 14156, 11369, 15086, 13087, 11182, 16736, 12081, 13869, 10813, 10667, 8851, 9900, 8457, 11532, 8738, 13026, 9650, 8063, 12503, 10739, 12176, 13601, 13313, 13489, 13701, 12944, 13792, 10552, 12779, 10216, 13794, 14083, 12886, 15436, 13644, 16842, 11656, 14793, 10297, 11322, 16484, 9594, 13928, 8896, 13337, 8457, 12257, 8755, 12290, 8753, 11722, 9147, 13015, 9287, 13600, 9746, 10114, 9601, 8791, 10984, 8140, 12497, 9853, 15584, 13085, 12466, 16866, 13678, 14930, 10643, 11518, 8765, 9631, 13520, 9427, 12214, 8768, 9505, 14905, 9444, 12090, 9063, 9040, 13047, 9016, 10891, 9212, 9672, 9362, 9021, 12266, 10789, 10652, 10128, 9155, 12263, 10147, 11014, 8883, 9063, 12285, 8999, 11484, 9220, 8108, 10251, 12605, 9846, 14062, 13262, 11592, 14825, 9459, 12089, 8772, 10804, 8494, 11420, 8249, 11090], 'WindowCenter': [4896.0, 4921.0, 4918.0, 4913.0, 4885.0, 4874.0, 4861.0, 4852.0, 4855.0, 4837.0, 4847.0, 4835.0, 4834.0, 4844.0, 4824.0, 4823.0, 4802.0, 4825.0, 4844.0, 4822.0, 4839.0, 4850.0, 4819.0, 4811.0, 4810.0, 4852.0, 4859.0, 4849.0, 4872.0, 4869.0, 4846.0, 4847.0, 4825.0, 4838.0, 4830.0, 4831.0, 4830.0, 4808.0, 4857.0, 4842.0, 4835.0, 4846.0, 4848.0, 4854.0, 4852.0, 4861.0, 4847.0, 4824.0, 4837.0, 4812.0, 4801.0, 4821.0, 4824.0, 4804.0, 4819.0, 4800.0, 4821.0, 4813.0, 4799.0, 4819.0, 4791.0, 4810.0, 4812.0, 4810.0, 4822.0, 4810.0, 4819.0, 4811.0, 4820.0, 4823.0, 4822.0, 4833.0, 4813.0, 4834.0, 4824.0, 4824.0, 4833.0, 4837.0, 4823.0, 4829.0, 4816.0, 4847.0, 4828.0, 4861.0, 4811.0, 4860.0, 4846.0, 4860.0, 4861.0, 4828.0, 4850.0, 4859.0, 4844.0, 4836.0, 4818.0, 4828.0, 4821.0, 4828.0, 4861.0, 4835.0, 4862.0, 4859.0, 4817.0, 4837.0, 4845.0, 4836.0, 4838.0, 4816.0, 4838.0, 4835.0, 4823.0, 4823.0, 4783.0, 4825.0, 4844.0, 4852.0, 4866.0, 4870.0, 4862.0, 4828.0, 4849.0, 4835.0, 4836.0, 4836.0, 4817.0, 4837.0, 4826.0, 4847.0, 4847.0, 4806.0, 4836.0, 4855.0, 4825.0, 4838.0, 4826.0, 4827.0, 4843.0, 4836.0, 4835.0, 4785.0, 4848.0, 4835.0, 4815.0, 4837.0, 4847.0, 4847.0, 4838.0, 4826.0, 4837.0, 4834.0, 4837.0, 4823.0, 4785.0, 4836.0, 4833.0, 4840.0, 4837.0, 4797.0, 4847.0, 4847.0, 4853.0, 4851.0, 4811.0, 4863.0, 4850.0, 4852.0, 4847.0, 4817.0, 4860.0, 4848.0, 4849.0, 4848.0, 4829.0, 4850.0, 4823.0, 4830.0, 4819.0, 4860.0, 4857.0, 4839.0, 4849.0, 4838.0, 4851.0, 4847.0, 4809.0, 4853.0, 4855.0, 4847.0, 4846.0, 4847.0, 4835.0, 4799.0, 4842.0, 4842.0, 4820.0, 4812.0, 4842.0, 4827.0, 4848.0, 4846.0, 4849.0, 4878.0, 4859.0, 4898.0, 4864.0, 4887.0, 4871.0, 4891.0, 4871.0, 4850.0, 4845.0, 4836.0, 4838.0, 4827.0, 4816.0, 4842.0, 4824.0, 4822.0, 4812.0, 4801.0, 4808.0, 4810.0, 4808.0, 4820.0, 4801.0, 4790.0, 4822.0, 4811.0, 4823.0, 4817.0, 4795.0, 4829.0, 4837.0, 4827.0, 4817.0, 4848.0, 4826.0, 4806.0, 4848.0, 4846.0, 4838.0, 4828.0, 4810.0, 4853.0, 4843.0, 4860.0, 4859.0, 4829.0, 4851.0, 4856.0, 4838.0, 4859.0, 4837.0, 4846.0, 4858.0, 4827.0, 4837.0, 4845.0, 4847.0, 4858.0, 4848.0, 4848.0, 4842.0, 4840.0, 4810.0, 4850.0, 4860.0, 4810.0, 4851.0, 4867.0, 4840.0, 4860.0, 4829.0, 4841.0, 4812.0, 4830.0, 4859.0, 4833.0, 4851.0, 4852.0, 4886.0, 4836.0, 4874.0, 4861.0, 4853.0, 4831.0, 4852.0, 4827.0, 4832.0, 4826.0, 4854.0, 4844.0, 4845.0, 4867.0, 4877.0, 4873.0, 4857.0, 4854.0, 4834.0, 4875.0, 4859.0, 4840.0, 4844.0, 4814.0, 4824.0, 4838.0, 4848.0, 4832.0, 4821.0, 4808.0, 4799.0, 4788.0, 4806.0, 4788.0, 4805.0, 4796.0, 4789.0, 4776.0, 4799.0, 4807.0, 4809.0, 4798.0, 4787.0, 4800.0, 4808.0, 4820.0, 4803.0, 4793.0, 4826.0, 4823.0, 4828.0, 4830.0, 4807.0, 4816.0, 4809.0, 4854.0, 4857.0, 4818.0, 4849.0, 4836.0, 4838.0, 4848.0, 4808.0, 4830.0, 4798.0, 4833.0, 4859.0, 4823.0, 4849.0, 4832.0, 4866.0, 4890.0, 4898.0, 4883.0, 4861.0, 4859.0, 4840.0, 4839.0, 4815.0, 4849.0, 4856.0, 4835.0, 4848.0, 4825.0, 4835.0, 4855.0, 4837.0, 4837.0, 4816.0, 4817.0, 4788.0, 4836.0, 4833.0, 4824.0, 4836.0, 4785.0, 4837.0, 4844.0, 4836.0, 4837.0, 4818.0, 4818.0, 4806.0, 4846.0, 4827.0, 4847.0, 4834.0, 4827.0, 4837.0, 4786.0, 4849.0, 4856.0, 4829.0, 4849.0, 4795.0, 4838.0, 4858.0, 4839.0, 4834.0, 4827.0, 4849.0, 4835.0, 4835.0, 4835.0, 4785.0, 4837.0, 4836.0, 4797.0, 4838.0, 4847.0, 4826.0, 4837.0, 4798.0, 4839.0, 4834.0, 4854.0, 4852.0, 4842.0, 4851.0, 4837.0, 4834.0, 4836.0, 4839.0, 4868.0, 4889.0, 4887.0, 4888.0, 4896.0, 4899.0, 4883.0, 4888.0, 4858.0, 4874.0, 4851.0, 4826.0, 4836.0, 4837.0, 4824.0, 4842.0, 4826.0, 4836.0, 4798.0, 4804.0, 4781.0, 4795.0, 4836.0, 4823.0, 4812.0, 4803.0, 4830.0, 4812.0, 4820.0, 4798.0, 4802.0, 4811.0, 4811.0, 4799.0, 4812.0, 4810.0, 4812.0, 4803.0, 4764.0, 4813.0, 4823.0, 4793.0, 4814.0, 4825.0, 4816.0, 4824.0, 4806.0, 4817.0, 4824.0, 4826.0, 4826.0, 4776.0, 4817.0, 4835.0, 4815.0, 4828.0, 4845.0, 4825.0, 4825.0, 4803.0, 4816.0, 4833.0, 4807.0, 4830.0, 4845.0, 4837.0, 4837.0, 4838.0, 4828.0, 4819.0, 4840.0, 4846.0, 4825.0, 4830.0, 4853.0, 4826.0, 4838.0, 4800.0, 4831.0, 4849.0, 4831.0, 4850.0, 4831.0, 4854.0, 4837.0, 4841.0, 4860.0, 4819.0, 4840.0, 4868.0, 4839.0, 4859.0, 4808.0, 4839.0, 4856.0, 4806.0, 4846.0, 4845.0, 4829.0, 4860.0, 4832.0, 4849.0, 4812.0, 4822.0, 4824.0, 4842.0, 4832.0, 4865.0, 4863.0, 4875.0, 4873.0, 4876.0, 4863.0, 4880.0, 4874.0, 4839.0, 4840.0, 4845.0, 4817.0, 4838.0, 4796.0, 4814.0, 4821.0, 4812.0, 4813.0, 4780.0, 4781.0, 4807.0, 4760.0, 4800.0, 4801.0, 4801.0, 4808.0, 4817.0, 4818.0, 4835.0, 4795.0, 4804.0, 4821.0, 4781.0, 4803.0, 4792.0, 4783.0, 4781.0, 4805.0, 4813.0, 4773.0, 4805.0, 4811.0, 4785.0, 4806.0, 4795.0, 4800.0, 4826.0, 4787.0, 4817.0, 4834.0, 4815.0, 4825.0, 4823.0, 4804.0, 4833.0, 4816.0, 4815.0, 4764.0, 4795.0, 4834.0, 4785.0, 4837.0, 4796.0, 4829.0, 4811.0, 4852.0, 4827.0, 4852.0, 4845.0, 4854.0, 4866.0, 4863.0, 4873.0, 4885.0, 4874.0, 4881.0, 4865.0, 4853.0, 4810.0, 4834.0, 4848.0, 4817.0, 4837.0, 4810.0, 4801.0, 4809.0, 4782.0, 4810.0, 4779.0, 4778.0, 4804.0, 4756.0, 4795.0, 4747.0, 4776.0, 4749.0, 4791.0, 4750.0, 4781.0, 4808.0, 4771.0, 4800.0, 4750.0, 4799.0, 4807.0, 4769.0, 4808.0, 4761.0, 4779.0, 4809.0, 4770.0, 4800.0, 4750.0, 4771.0, 4798.0, 4750.0, 4792.0, 4808.0, 4782.0, 4813.0, 4773.0, 4789.0, 4835.0, 4779.0, 4825.0, 4777.0, 4828.0, 4836.0, 4808.0, 4827.0, 4821.0, 4812.0, 4844.0, 4873.0, 4843.0, 4845.0, 4858.0, 4820.0, 4848.0, 4801.0, 4847.0, 4845.0, 4816.0, 4835.0, 4794.0, 4827.0, 4843.0, 4785.0, 4827.0, 4815.0, 4798.0, 4818.0, 4811.0, 4803.0, 4843.0, 4847.0, 4865.0, 4876.0, 4885.0, 4866.0, 4877.0, 4885.0, 4849.0, 4838.0, 4858.0, 4834.0, 4845.0, 4841.0, 4806.0, 4838.0, 4805.0, 4815.0, 4821.0, 4813.0, 4811.0, 4765.0, 4767.0, 4794.0, 4746.0, 4785.0, 4733.0, 4768.0, 4795.0, 4770.0, 4817.0, 4771.0, 4779.0, 4772.0, 4805.0, 4814.0, 4792.0, 4796.0, 4770.0, 4799.0, 4774.0, 4791.0, 4783.0, 4804.0, 4807.0, 4820.0, 4796.0, 4789.0, 4834.0, 4805.0, 4816.0, 4816.0, 4806.0, 4776.0, 4788.0, 4845.0, 4777.0, 4817.0, 4837.0, 4786.0, 4836.0, 4798.0, 4824.0, 4789.0, 4837.0, 4798.0, 4816.0, 4819.0, 4836.0, 4819.0, 4847.0, 4825.0, 4807.0, 4834.0, 4814.0, 4809.0, 4805.0, 4804.0, 4798.0, 4818.0, 4789.0, 4828.0, 4799.0, 4849.0, 4823.0, 4801.0, 4853.0, 4834.0, 4841.0, 4848.0, 4850.0, 4850.0, 4852.0, 4851.0, 4837.0, 4824.0, 4839.0, 4799.0, 4815.0, 4798.0, 4793.0, 4808.0, 4789.0, 4806.0, 4766.0, 4796.0, 4756.0, 4765.0, 4793.0, 4757.0, 4780.0, 4733.0, 4772.0, 4732.0, 4773.0, 4748.0, 4785.0, 4749.0, 4787.0, 4768.0, 4798.0, 4784.0, 4823.0, 4783.0, 4781.0, 4772.0, 4775.0, 4805.0, 4765.0, 4813.0, 4797.0, 4844.0, 4824.0, 4813.0, 4831.0, 4810.0, 4807.0, 4790.0, 4789.0, 4747.0, 4768.0, 4796.0, 4769.0, 4797.0, 4760.0, 4770.0, 4805.0, 4771.0, 4797.0, 4755.0, 4759.0, 4809.0, 4774.0, 4789.0, 4770.0, 4769.0, 4769.0, 4771.0, 4798.0, 4788.0, 4780.0, 4776.0, 4770.0, 4798.0, 4782.0, 4792.0, 4772.0, 4783.0, 4813.0, 4784.0, 4815.0, 4795.0, 4776.0, 4806.0, 4823.0, 4809.0, 4836.0, 4823.0, 4815.0, 4846.0, 4798.0, 4827.0, 4788.0, 4815.0, 4798.0, 4828.0, 4815.0, 4855.0], 'WindowWidth': [10695.0, 10718.0, 10704.0, 10686.0, 10632.0, 10610.0, 10585.0, 10573.0, 10568.0, 10540.0, 10554.0, 10534.0, 10532.0, 10546.0, 10517.0, 10517.0, 10488.0, 10524.0, 10548.0, 10518.0, 10547.0, 10566.0, 10525.0, 10516.0, 10513.0, 10571.0, 10578.0, 10565.0, 10602.0, 10593.0, 10557.0, 10556.0, 10527.0, 10549.0, 10543.0, 10545.0, 10542.0, 10508.0, 10572.0, 10561.0, 10557.0, 10571.0, 10578.0, 10577.0, 10567.0, 10583.0, 10554.0, 10517.0, 10536.0, 10493.0, 10477.0, 10505.0, 10512.0, 10488.0, 10500.0, 10474.0, 10509.0, 10497.0, 10471.0, 10500.0, 10466.0, 10489.0, 10498.0, 10491.0, 10510.0, 10493.0, 10502.0, 10495.0, 10504.0, 10514.0, 10514.0, 10527.0, 10498.0, 10527.0, 10517.0, 10513.0, 10528.0, 10540.0, 10514.0, 10533.0, 10514.0, 10555.0, 10531.0, 10579.0, 10512.0, 10577.0, 10553.0, 10578.0, 10586.0, 10529.0, 10562.0, 10575.0, 10546.0, 10537.0, 10515.0, 10530.0, 10524.0, 10531.0, 10584.0, 10555.0, 10586.0, 10579.0, 10513.0, 10537.0, 10547.0, 10539.0, 10542.0, 10507.0, 10540.0, 10532.0, 10514.0, 10513.0, 10460.0, 10519.0, 10547.0, 10566.0, 10599.0, 10616.0, 10590.0, 10533.0, 10561.0, 10536.0, 10537.0, 10539.0, 10512.0, 10541.0, 10524.0, 10556.0, 10554.0, 10494.0, 10537.0, 10562.0, 10519.0, 10540.0, 10521.0, 10523.0, 10543.0, 10537.0, 10535.0, 10465.0, 10557.0, 10534.0, 10508.0, 10540.0, 10554.0, 10556.0, 10545.0, 10523.0, 10540.0, 10531.0, 10538.0, 10517.0, 10465.0, 10538.0, 10532.0, 10548.0, 10543.0, 10488.0, 10558.0, 10558.0, 10571.0, 10567.0, 10515.0, 10583.0, 10563.0, 10568.0, 10557.0, 10516.0, 10578.0, 10557.0, 10560.0, 10559.0, 10535.0, 10564.0, 10532.0, 10539.0, 10522.0, 10577.0, 10570.0, 10547.0, 10560.0, 10542.0, 10562.0, 10557.0, 10506.0, 10571.0, 10568.0, 10556.0, 10554.0, 10556.0, 10540.0, 10492.0, 10562.0, 10558.0, 10528.0, 10518.0, 10560.0, 10548.0, 10581.0, 10577.0, 10584.0, 10622.0, 10602.0, 10649.0, 10609.0, 10627.0, 10608.0, 10639.0, 10599.0, 10559.0, 10548.0, 10534.0, 10541.0, 10524.0, 10508.0, 10537.0, 10513.0, 10510.0, 10495.0, 10478.0, 10485.0, 10492.0, 10486.0, 10504.0, 10481.0, 10463.0, 10510.0, 10494.0, 10514.0, 10510.0, 10481.0, 10532.0, 10543.0, 10527.0, 10514.0, 10559.0, 10527.0, 10499.0, 10560.0, 10555.0, 10544.0, 10532.0, 10511.0, 10573.0, 10560.0, 10580.0, 10577.0, 10536.0, 10566.0, 10568.0, 10545.0, 10576.0, 10542.0, 10555.0, 10572.0, 10527.0, 10544.0, 10553.0, 10555.0, 10573.0, 10559.0, 10560.0, 10556.0, 10554.0, 10511.0, 10566.0, 10579.0, 10511.0, 10569.0, 10587.0, 10552.0, 10579.0, 10535.0, 10552.0, 10514.0, 10540.0, 10577.0, 10547.0, 10570.0, 10576.0, 10631.0, 10562.0, 10607.0, 10587.0, 10579.0, 10546.0, 10576.0, 10546.0, 10545.0, 10543.0, 10578.0, 10569.0, 10567.0, 10601.0, 10615.0, 10604.0, 10586.0, 10573.0, 10545.0, 10605.0, 10573.0, 10546.0, 10543.0, 10503.0, 10514.0, 10539.0, 10555.0, 10524.0, 10505.0, 10486.0, 10469.0, 10455.0, 10475.0, 10452.0, 10475.0, 10464.0, 10457.0, 10439.0, 10474.0, 10481.0, 10487.0, 10472.0, 10456.0, 10477.0, 10485.0, 10504.0, 10486.0, 10477.0, 10527.0, 10519.0, 10529.0, 10536.0, 10504.0, 10514.0, 10509.0, 10575.0, 10571.0, 10518.0, 10562.0, 10540.0, 10546.0, 10560.0, 10504.0, 10535.0, 10490.0, 10546.0, 10579.0, 10535.0, 10566.0, 10548.0, 10603.0, 10641.0, 10648.0, 10623.0, 10583.0, 10576.0, 10549.0, 10546.0, 10509.0, 10560.0, 10566.0, 10538.0, 10558.0, 10522.0, 10537.0, 10566.0, 10541.0, 10541.0, 10511.0, 10514.0, 10475.0, 10539.0, 10532.0, 10521.0, 10538.0, 10467.0, 10540.0, 10547.0, 10536.0, 10541.0, 10518.0, 10515.0, 10498.0, 10553.0, 10526.0, 10555.0, 10536.0, 10530.0, 10543.0, 10474.0, 10560.0, 10569.0, 10534.0, 10560.0, 10483.0, 10543.0, 10572.0, 10544.0, 10536.0, 10530.0, 10562.0, 10536.0, 10536.0, 10537.0, 10468.0, 10542.0, 10539.0, 10487.0, 10545.0, 10554.0, 10525.0, 10542.0, 10491.0, 10547.0, 10538.0, 10579.0, 10574.0, 10563.0, 10575.0, 10566.0, 10556.0, 10563.0, 10571.0, 10611.0, 10643.0, 10634.0, 10635.0, 10645.0, 10653.0, 10632.0, 10632.0, 10586.0, 10607.0, 10566.0, 10522.0, 10532.0, 10535.0, 10512.0, 10536.0, 10520.0, 10529.0, 10478.0, 10486.0, 10451.0, 10473.0, 10535.0, 10513.0, 10493.0, 10481.0, 10512.0, 10488.0, 10501.0, 10469.0, 10478.0, 10491.0, 10491.0, 10472.0, 10494.0, 10490.0, 10497.0, 10485.0, 10433.0, 10499.0, 10510.0, 10472.0, 10504.0, 10517.0, 10507.0, 10517.0, 10494.0, 10512.0, 10516.0, 10523.0, 10521.0, 10453.0, 10512.0, 10533.0, 10505.0, 10526.0, 10546.0, 10520.0, 10521.0, 10486.0, 10506.0, 10527.0, 10501.0, 10536.0, 10550.0, 10542.0, 10541.0, 10545.0, 10530.0, 10519.0, 10549.0, 10552.0, 10522.0, 10533.0, 10557.0, 10524.0, 10543.0, 10495.0, 10538.0, 10560.0, 10538.0, 10565.0, 10543.0, 10574.0, 10542.0, 10551.0, 10579.0, 10520.0, 10551.0, 10587.0, 10549.0, 10575.0, 10503.0, 10547.0, 10564.0, 10495.0, 10552.0, 10549.0, 10538.0, 10579.0, 10544.0, 10563.0, 10517.0, 10530.0, 10539.0, 10560.0, 10547.0, 10594.0, 10589.0, 10609.0, 10603.0, 10612.0, 10601.0, 10622.0, 10605.0, 10543.0, 10543.0, 10546.0, 10505.0, 10538.0, 10474.0, 10498.0, 10502.0, 10489.0, 10494.0, 10442.0, 10445.0, 10477.0, 10415.0, 10470.0, 10479.0, 10480.0, 10499.0, 10510.0, 10514.0, 10531.0, 10473.0, 10485.0, 10503.0, 10449.0, 10481.0, 10467.0, 10453.0, 10450.0, 10487.0, 10496.0, 10445.0, 10489.0, 10492.0, 10462.0, 10493.0, 10476.0, 10489.0, 10520.0, 10470.0, 10512.0, 10530.0, 10504.0, 10519.0, 10510.0, 10487.0, 10525.0, 10504.0, 10502.0, 10433.0, 10479.0, 10531.0, 10468.0, 10538.0, 10485.0, 10532.0, 10512.0, 10571.0, 10547.0, 10575.0, 10569.0, 10580.0, 10598.0, 10586.0, 10603.0, 10623.0, 10609.0, 10616.0, 10595.0, 10571.0, 10506.0, 10540.0, 10553.0, 10506.0, 10536.0, 10486.0, 10473.0, 10482.0, 10451.0, 10484.0, 10437.0, 10435.0, 10467.0, 10403.0, 10454.0, 10393.0, 10431.0, 10400.0, 10459.0, 10402.0, 10447.0, 10478.0, 10430.0, 10470.0, 10401.0, 10466.0, 10475.0, 10426.0, 10479.0, 10417.0, 10443.0, 10482.0, 10431.0, 10470.0, 10404.0, 10434.0, 10467.0, 10405.0, 10464.0, 10482.0, 10452.0, 10498.0, 10445.0, 10473.0, 10533.0, 10458.0, 10514.0, 10454.0, 10525.0, 10532.0, 10500.0, 10526.0, 10525.0, 10513.0, 10561.0, 10601.0, 10558.0, 10562.0, 10571.0, 10517.0, 10552.0, 10492.0, 10553.0, 10545.0, 10505.0, 10532.0, 10472.0, 10522.0, 10540.0, 10461.0, 10525.0, 10505.0, 10488.0, 10515.0, 10510.0, 10505.0, 10562.0, 10574.0, 10594.0, 10611.0, 10621.0, 10598.0, 10613.0, 10624.0, 10557.0, 10555.0, 10581.0, 10539.0, 10555.0, 10545.0, 10487.0, 10536.0, 10484.0, 10496.0, 10501.0, 10487.0, 10481.0, 10411.0, 10413.0, 10447.0, 10383.0, 10436.0, 10364.0, 10418.0, 10451.0, 10424.0, 10488.0, 10428.0, 10439.0, 10434.0, 10484.0, 10496.0, 10461.0, 10457.0, 10425.0, 10463.0, 10439.0, 10458.0, 10454.0, 10483.0, 10492.0, 10514.0, 10475.0, 10468.0, 10525.0, 10486.0, 10500.0, 10503.0, 10490.0, 10449.0, 10467.0, 10540.0, 10449.0, 10502.0, 10534.0, 10461.0, 10528.0, 10479.0, 10508.0, 10467.0, 10532.0, 10480.0, 10501.0, 10511.0, 10531.0, 10510.0, 10548.0, 10513.0, 10490.0, 10525.0, 10493.0, 10484.0, 10485.0, 10486.0, 10488.0, 10514.0, 10473.0, 10527.0, 10488.0, 10559.0, 10529.0, 10499.0, 10571.0, 10547.0, 10550.0, 10559.0, 10559.0, 10562.0, 10568.0, 10564.0, 10542.0, 10529.0, 10540.0, 10481.0, 10500.0, 10461.0, 10462.0, 10476.0, 10449.0, 10470.0, 10411.0, 10454.0, 10397.0, 10410.0, 10442.0, 10403.0, 10422.0, 10363.0, 10412.0, 10364.0, 10419.0, 10393.0, 10439.0, 10398.0, 10446.0, 10424.0, 10465.0, 10457.0, 10506.0, 10452.0, 10443.0, 10434.0, 10443.0, 10485.0, 10432.0, 10494.0, 10480.0, 10540.0, 10512.0, 10494.0, 10515.0, 10482.0, 10476.0, 10457.0, 10455.0, 10393.0, 10424.0, 10458.0, 10427.0, 10463.0, 10414.0, 10430.0, 10472.0, 10430.0, 10462.0, 10404.0, 10414.0, 10484.0, 10442.0, 10456.0, 10429.0, 10427.0, 10425.0, 10433.0, 10466.0, 10452.0, 10442.0, 10434.0, 10430.0, 10466.0, 10448.0, 10462.0, 10437.0, 10455.0, 10496.0, 10460.0, 10504.0, 10474.0, 10449.0, 10492.0, 10512.0, 10498.0, 10533.0, 10510.0, 10502.0, 10547.0, 10484.0, 10524.0, 10469.0, 10502.0, 10486.0, 10529.0, 10525.0, 10578.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.014986379310344829</td></tr>
<tr><td colspan=3>aqi</td><td>0.07727514241379309</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.7011167615305</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2601356806559272</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1081877581242814</td></tr>
<tr><td colspan=3>efc</td><td>0.4789</td></tr>
<tr><td colspan=3>fber</td><td>7163.4355</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18173635935209717</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>206</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.67816091954023</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.510554506257349</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4374573964319417</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6935135721452683</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4006925501948366</td></tr>
<tr><td colspan=3>gcor</td><td>0.0172066</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012094272300601006</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022166438400745392</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.352407226942425</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>18.5092</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.1372</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.935</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297922.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>953.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.1719</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8326</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.7746</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4044.1102</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4216.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78622.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.6532</td></tr>
<tr><td colspan=3>tsnr</td><td>23.97639282431919</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>