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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-04/func/sub-0037_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>f5756947e035a43718f5148b138a91bb</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:09:37.010000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999841, 0.0125398, 0.0126645, -0.012565, 0.999919, 0.00191324]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.090673</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>[4155, -7743, -7282, 517, -81, -262, -6, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.308</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>20fd0bb1-d346-4455-b4f1-87c99b7ee3ac||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.6825008392333984, -0.03371106833219528, 0.03412650525569916, 110.6178207397461], [-0.03364342451095581, 2.6827101707458496, 0.005594583228230476, -84.4381332397461], [0.033977821469306946, -0.005133089143782854, 2.6997785568237305, -83.8866958618164], [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': ['190937.010000', '190937.470000', '190937.930000', '190938.390000', '190938.850000', '190939.310000', '190939.770000', '190940.230000', '190940.690000', '190941.150000', '190941.610000', '190942.070000', '190942.530000', '190942.990000', '190943.450000', '190943.910000', '190944.370000', '190944.830000', '190945.290000', '190945.750000', '190946.210000', '190946.670000', '190947.130000', '190947.590000', '190948.050000', '190948.510000', '190948.970000', '190949.430000', '190949.890000', '190950.350000', '190950.810000', '190951.270000', '190951.730000', '190952.190000', '190952.650000', '190953.110000', '190953.570000', '190954.030000', '190954.490000', '190954.950000', '190955.410000', '190955.870000', '190956.330000', '190956.790000', '190957.250000', '190957.710000', '190958.170000', '190958.630000', '190959.090000', '190959.550000', '191000.010000', '191000.470000', '191000.930000', '191001.390000', '191001.850000', '191002.310000', '191002.770000', '191003.230000', '191003.690000', '191004.150000', '191004.610000', '191005.070000', '191005.530000', '191005.990000', '191006.450000', '191006.910000', '191007.370000', '191007.830000', '191008.290000', '191008.750000', '191009.210000', '191009.670000', '191010.130000', '191010.590000', '191011.050000', '191011.510000', '191011.970000', '191012.430000', '191012.890000', '191013.350000', '191013.810000', '191014.270000', '191014.730000', '191015.190000', '191015.650000', '191016.110000', '191016.570000', '191017.030000', '191017.490000', '191017.950000', '191018.410000', '191018.870000', '191019.330000', '191019.790000', '191020.250000', '191020.710000', '191021.170000', '191021.630000', '191022.090000', '191022.550000', '191023.010000', '191023.470000', '191023.930000', '191024.390000', '191024.850000', '191025.310000', '191025.770000', '191026.230000', '191026.690000', '191027.150000', '191027.610000', '191028.070000', '191028.530000', '191028.990000', '191029.450000', '191029.910000', '191030.370000', '191030.830000', '191031.290000', '191031.750000', '191032.210000', '191032.670000', '191033.130000', '191033.590000', '191034.050000', '191034.510000', '191034.970000', '191035.430000', '191035.890000', '191036.350000', '191036.810000', '191037.270000', '191037.730000', '191038.190000', '191038.650000', '191039.110000', '191039.570000', '191040.030000', '191040.490000', '191040.950000', '191041.410000', '191041.870000', '191042.330000', '191042.790000', '191043.250000', '191043.710000', '191044.170000', '191044.630000', '191045.090000', '191045.550000', '191046.010000', '191046.470000', '191046.930000', '191047.390000', '191047.850000', '191048.310000', '191048.770000', '191049.230000', '191049.690000', '191050.150000', '191050.610000', '191051.070000', '191051.530000', '191051.990000', '191052.450000', '191052.910000', '191053.370000', '191053.830000', '191054.290000', '191054.750000', '191055.210000', '191055.670000', '191056.130000', '191056.590000', '191057.050000', '191057.510000', '191057.970000', '191058.430000', '191058.890000', '191059.350000', '191059.810000', '191100.270000', '191100.730000', '191101.190000', '191101.650000', '191102.110000', '191102.570000', '191103.030000', '191103.490000', '191103.950000', '191104.410000', '191104.870000', '191105.330000', '191105.790000', '191106.250000', '191106.710000', '191107.170000', '191107.630000', '191108.090000', '191108.550000', '191109.010000', '191109.470000', '191109.930000', '191110.390000', '191110.850000', '191111.310000', '191111.770000', '191112.230000', '191112.690000', '191113.150000', '191113.610000', '191114.070000', '191114.530000', '191114.990000', '191115.450000', '191115.910000', '191116.370000', '191116.830000', '191117.290000', '191117.750000', '191118.210000', '191118.670000', '191119.130000', '191119.590000', '191120.050000', '191120.510000', '191120.970000', '191121.430000', '191121.890000', '191122.350000', '191122.810000', '191123.270000', '191123.730000', '191124.190000', '191124.650000', '191125.110000', '191125.570000', '191126.030000', '191126.490000', '191126.950000', '191127.410000', '191127.870000', '191128.330000', '191128.790000', '191129.250000', '191129.710000', '191130.170000', '191130.630000', '191131.090000', '191131.550000', '191132.010000', '191132.470000', '191132.930000', '191133.390000', '191133.850000', '191134.310000', '191134.770000', '191135.230000', '191135.690000', '191136.150000', '191136.610000', '191137.070000', '191137.530000', '191137.990000', '191138.450000', '191138.910000', '191139.370000', '191139.830000', '191140.290000', '191140.750000', '191141.210000', '191141.670000', '191142.130000', '191142.590000', '191143.050000', '191143.510000', '191143.970000', '191144.430000', '191144.890000', '191145.350000', '191145.810000', '191146.270000', '191146.730000', '191147.190000', '191147.650000', '191148.110000', '191148.570000', '191149.030000', '191149.490000', '191149.950000', '191150.410000', '191150.870000', '191151.330000', '191151.790000', '191152.250000', '191152.710000', '191153.170000', '191153.630000', '191154.090000', '191154.550000', '191155.010000', '191155.470000', '191155.930000', '191156.390000', '191156.850000', '191157.310000', '191157.770000', '191158.230000', '191158.690000', '191159.150000', '191159.610000', '191200.070000', '191200.530000', '191200.990000', '191201.450000', '191201.910000', '191202.370000', '191202.830000', '191203.290000', '191203.750000', '191204.210000', '191204.670000', '191205.130000', '191205.590000', '191206.050000', '191206.510000', '191206.970000', '191207.430000', '191207.890000', '191208.350000', '191208.810000', '191209.270000', '191209.730000', '191210.190000', '191210.650000', '191211.110000', '191211.570000', '191212.030000', '191212.490000', '191212.950000', '191213.410000', '191213.870000', '191214.330000', '191214.790000', '191215.250000', '191215.710000', '191216.170000', '191216.630000', '191217.090000', '191217.550000', '191218.010000', '191218.470000', '191218.930000', '191219.390000', '191219.850000', '191220.310000', '191220.770000', '191221.230000', '191221.690000', '191222.150000', '191222.610000', '191223.070000', '191223.530000', '191223.990000', '191224.450000', '191224.910000', '191225.370000', '191225.830000', '191226.290000', '191226.750000', '191227.210000', '191227.670000', '191228.130000', '191228.590000', '191229.050000', '191229.510000', '191229.970000', '191230.430000', '191230.890000', '191231.350000', '191231.810000', '191232.270000', '191232.730000', '191233.190000', '191233.650000', '191234.110000', '191234.570000', '191235.030000', '191235.490000', '191235.950000', '191236.410000', '191236.870000', '191237.330000', '191237.790000', '191238.250000', '191238.710000', '191239.170000', '191239.630000', '191240.090000', '191240.550000', '191241.010000', '191241.470000', '191241.930000', '191242.390000', '191242.850000', '191243.310000', '191243.770000', '191244.230000', '191244.690000', '191245.150000', '191245.610000', '191246.070000', '191246.530000', '191246.990000', '191247.450000', '191247.910000', '191248.370000', '191248.830000', '191249.290000', '191249.750000', '191250.210000', '191250.670000', '191251.130000', '191251.590000', '191252.050000', '191252.510000', '191252.970000', '191253.430000', '191253.890000', '191254.350000', '191254.810000', '191255.270000', '191255.730000', '191256.190000', '191256.650000', '191257.110000', '191257.570000', '191258.030000', '191258.490000', '191258.950000', '191259.410000', '191259.870000', '191300.330000', '191300.790000', '191301.250000', '191301.710000', '191302.170000', '191302.630000', '191303.090000', '191303.550000', '191304.010000', '191304.470000', '191304.930000', '191305.390000', '191305.850000', '191306.310000', '191306.770000', '191307.230000', '191307.690000', '191308.150000', '191308.610000', '191309.070000', '191309.530000', '191309.990000', '191310.450000', '191310.910000', '191311.370000', '191311.830000', '191312.290000', '191312.750000', '191313.210000', '191313.670000', '191314.130000', '191314.590000', '191315.050000', '191315.510000', '191315.970000', '191316.430000', '191316.890000', '191317.350000', '191317.810000', '191318.270000', '191318.730000', '191319.190000', '191319.650000', '191320.110000', '191320.570000', '191321.030000', '191321.490000', '191321.950000', '191322.410000', '191322.870000', '191323.330000', '191323.790000', '191324.250000', '191324.710000', '191325.170000', '191325.630000', '191326.090000', '191326.550000', '191327.010000', '191327.470000', '191327.930000', '191328.390000', '191328.850000', '191329.310000', '191329.770000', '191330.230000', '191330.690000', '191331.150000', '191331.610000', '191332.070000', '191332.530000', '191332.990000', '191333.450000', '191333.910000', '191334.370000', '191334.830000', '191335.290000', '191335.750000', '191336.210000', '191336.670000', '191337.130000', '191337.590000', '191338.050000', '191338.510000', '191338.970000', '191339.430000', '191339.890000', '191340.350000', '191340.810000', '191341.270000', '191341.730000', '191342.190000', '191342.650000', '191343.110000', '191343.570000', '191344.030000', '191344.490000', '191344.950000', '191345.410000', '191345.870000', '191346.330000', '191346.790000', '191347.250000', '191347.710000', '191348.170000', '191348.630000', '191349.090000', '191349.550000', '191350.010000', '191350.470000', '191350.930000', '191351.390000', '191351.850000', '191352.310000', '191352.770000', '191353.230000', '191353.690000', '191354.150000', '191354.610000', '191355.070000', '191355.530000', '191355.990000', '191356.450000', '191356.910000', '191357.370000', '191357.830000', '191358.290000', '191358.750000', '191359.210000', '191359.670000', '191400.130000', '191400.590000', '191401.050000', '191401.510000', '191401.970000', '191402.430000', '191402.890000', '191403.350000', '191403.810000', '191404.270000', '191404.730000', '191405.190000', '191405.650000', '191406.110000', '191406.570000', '191407.030000', '191407.490000', '191407.950000', '191408.410000', '191408.870000', '191409.330000', '191409.790000', '191410.250000', '191410.710000', '191411.170000', '191411.630000', '191412.090000', '191412.550000', '191413.010000', '191413.470000', '191413.930000', '191414.390000', '191414.850000', '191415.310000', '191415.770000', '191416.230000', '191416.690000', '191417.150000', '191417.610000', '191418.070000', '191418.530000', '191418.990000', '191419.450000', '191419.910000', '191420.370000', '191420.830000', '191421.290000', '191421.750000', '191422.210000', '191422.670000', '191423.130000', '191423.590000', '191424.050000', '191424.510000', '191424.970000', '191425.430000', '191425.890000', '191426.350000', '191426.810000', '191427.270000', '191427.730000', '191428.190000', '191428.650000', '191429.110000', '191429.570000', '191430.030000', '191430.490000', '191430.950000', '191431.410000', '191431.870000', '191432.330000', '191432.790000', '191433.250000', '191433.710000', '191434.170000', '191434.630000', '191435.090000', '191435.550000', '191436.010000', '191436.470000', '191436.930000', '191437.390000', '191437.850000', '191438.310000', '191438.770000', '191439.230000', '191439.690000', '191440.150000', '191440.610000', '191441.070000', '191441.530000', '191441.990000', '191442.450000', '191442.910000', '191443.370000', '191443.830000', '191444.290000', '191444.750000', '191445.210000', '191445.670000', '191446.130000', '191446.590000', '191447.050000', '191447.510000', '191447.970000', '191448.430000', '191448.890000', '191449.350000', '191449.810000', '191450.270000', '191450.730000', '191451.190000', '191451.650000', '191452.110000', '191452.570000', '191453.030000', '191453.490000', '191453.950000', '191454.410000', '191454.870000', '191455.330000', '191455.790000', '191456.250000', '191456.710000', '191457.170000', '191457.630000', '191458.090000', '191458.550000', '191459.010000', '191459.470000', '191459.930000', '191500.390000', '191500.850000', '191501.310000', '191501.770000', '191502.230000', '191502.690000', '191503.150000', '191503.610000', '191504.070000', '191504.530000', '191504.990000', '191505.450000', '191505.910000', '191506.370000', '191506.830000', '191507.290000', '191507.750000', '191508.210000', '191508.670000', '191509.130000', '191509.590000', '191510.050000', '191510.510000', '191510.970000', '191511.430000', '191511.890000', '191512.350000', '191512.810000', '191513.270000', '191513.730000', '191514.190000', '191514.650000', '191515.110000', '191515.570000', '191516.030000', '191516.490000', '191516.950000', '191517.410000', '191517.870000', '191518.330000', '191518.790000', '191519.250000', '191519.710000', '191520.170000', '191520.630000', '191521.090000', '191521.550000', '191522.010000', '191522.470000', '191522.930000', '191523.390000', '191523.850000', '191524.310000', '191524.770000', '191525.230000', '191525.690000', '191526.150000', '191526.610000', '191527.070000', '191527.530000', '191527.990000', '191528.450000', '191528.910000', '191529.370000', '191529.830000', '191530.290000', '191530.750000', '191531.210000', '191531.670000', '191532.130000', '191532.590000', '191533.050000', '191533.510000', '191533.970000', '191534.430000', '191534.890000', '191535.350000', '191535.810000', '191536.270000', '191536.730000', '191537.190000', '191537.650000', '191538.110000', '191538.570000', '191539.030000', '191539.490000', '191539.950000', '191540.410000', '191540.870000', '191541.330000', '191541.790000', '191542.250000', '191542.710000', '191543.170000', '191543.630000', '191544.090000', '191544.550000', '191545.010000', '191545.470000', '191545.930000', '191546.390000', '191546.850000', '191547.310000', '191547.770000', '191548.230000', '191548.690000', '191549.150000', '191549.610000', '191550.070000', '191550.530000', '191550.990000', '191551.450000', '191551.910000', '191552.370000', '191552.830000', '191553.290000', '191553.750000', '191554.210000', '191554.670000', '191555.130000', '191555.590000', '191556.050000', '191556.510000', '191556.970000', '191557.430000', '191557.890000', '191558.350000', '191558.810000', '191559.270000', '191559.730000', '191600.190000', '191600.650000', '191601.110000', '191601.570000', '191602.030000', '191602.490000', '191602.950000', '191603.410000', '191603.870000', '191604.330000', '191604.790000', '191605.250000', '191605.710000', '191606.170000', '191606.630000', '191607.090000', '191607.550000', '191608.010000', '191608.470000', '191608.930000', '191609.390000', '191609.850000', '191610.310000', '191610.770000', '191611.230000', '191611.690000', '191612.150000', '191612.610000', '191613.070000', '191613.530000', '191613.990000', '191614.450000', '191614.910000', '191615.370000', '191615.830000', '191616.290000', '191616.750000', '191617.210000', '191617.670000'], 'ContentTime': ['190949.324000', '190949.327000', '190949.329000', '190949.332000', '190949.335000', '190949.337000', '190949.340000', '190949.348000', '190949.350000', '190949.353000', '190949.355000', '190949.358000', '190949.360000', '190949.363000', '190949.365000', '190949.368000', '190949.371000', '190949.373000', '190949.382000', '190949.385000', '190949.388000', '190949.390000', '190949.393000', '190949.395000', '190949.398000', '191009.295000', '191009.298000', '191009.301000', '191009.303000', '191009.306000', '191009.308000', '191009.311000', '191009.313000', '191009.316000', '191009.323000', '191009.325000', '191009.328000', '191009.330000', '191009.334000', '191009.337000', '191009.339000', '191009.342000', '191009.345000', '191009.347000', '191009.350000', '191009.352000', '191009.355000', '191009.357000', '191009.360000', '191009.362000', '191009.365000', '191009.367000', '191009.370000', '191009.373000', '191009.375000', '191009.378000', '191009.380000', '191009.383000', '191009.392000', '191009.395000', '191009.397000', '191009.400000', '191009.402000', '191009.405000', '191009.407000', '191009.410000', '191009.412000', '191009.415000', '191029.295000', '191029.298000', '191029.301000', '191029.303000', '191029.306000', '191029.309000', '191029.311000', '191029.314000', '191029.316000', '191029.319000', '191029.321000', '191029.324000', '191029.326000', '191029.329000', '191029.331000', '191029.334000', '191029.337000', '191029.339000', '191029.342000', '191029.344000', '191029.347000', '191029.349000', '191029.352000', '191029.354000', '191029.362000', '191029.364000', '191029.367000', '191029.370000', '191029.372000', '191029.375000', '191029.391000', '191029.393000', '191029.396000', '191029.399000', '191029.401000', '191029.404000', '191029.406000', '191029.409000', '191029.411000', '191029.414000', '191029.416000', '191029.419000', '191029.421000', '191029.424000', '191049.296000', '191049.299000', '191049.302000', '191049.305000', '191049.307000', '191049.310000', '191049.312000', '191049.315000', '191049.317000', '191049.320000', '191049.323000', '191049.325000', '191049.328000', '191049.330000', '191049.333000', '191049.336000', '191049.338000', '191049.341000', '191049.344000', '191049.346000', '191049.349000', '191049.352000', '191049.354000', '191049.357000', '191049.359000', '191049.362000', '191049.365000', '191049.368000', '191049.371000', '191049.373000', '191049.376000', '191049.379000', '191049.381000', '191049.384000', '191049.387000', '191049.389000', '191049.392000', '191049.394000', '191049.397000', '191049.400000', '191049.402000', '191049.405000', '191049.408000', '191109.295000', '191109.298000', '191109.301000', '191109.303000', '191109.306000', '191109.309000', '191109.311000', '191109.314000', '191109.316000', '191109.319000', '191109.321000', '191109.324000', '191109.327000', '191109.329000', '191109.332000', '191109.334000', '191109.337000', '191109.340000', '191109.342000', '191109.345000', '191109.347000', '191109.350000', '191109.352000', '191109.355000', '191109.357000', '191109.360000', '191109.363000', '191109.365000', '191109.368000', '191109.370000', '191109.373000', '191109.375000', '191109.378000', '191109.381000', '191109.383000', '191109.386000', '191109.388000', '191109.391000', '191109.393000', '191109.396000', '191109.399000', '191109.401000', '191109.404000', '191109.406000', '191129.295000', '191129.298000', '191129.301000', '191129.303000', '191129.306000', '191129.308000', '191129.311000', '191129.314000', '191129.316000', '191129.319000', '191129.321000', '191129.324000', '191129.326000', '191129.329000', '191129.332000', '191129.334000', '191129.337000', '191129.339000', '191129.342000', '191129.344000', '191129.347000', '191129.349000', '191129.352000', '191129.354000', '191129.357000', '191129.360000', '191129.362000', '191129.365000', '191129.367000', '191129.370000', '191129.372000', '191129.375000', '191129.378000', '191129.380000', '191129.383000', '191129.385000', '191129.388000', '191129.390000', '191129.393000', '191129.396000', '191129.398000', '191129.401000', '191129.403000', '191149.295000', '191149.298000', '191149.301000', '191149.303000', '191149.306000', '191149.308000', '191149.311000', '191149.313000', '191149.316000', '191149.319000', '191149.321000', '191149.324000', '191149.326000', '191149.329000', '191149.331000', '191149.334000', '191149.336000', '191149.339000', '191149.342000', '191149.344000', '191149.347000', '191149.349000', '191149.352000', '191149.354000', '191149.357000', '191149.359000', '191149.362000', '191149.365000', '191149.367000', '191149.370000', '191149.372000', '191149.375000', '191149.377000', '191149.380000', '191149.382000', '191149.385000', '191149.387000', '191149.390000', '191149.392000', '191149.395000', '191149.398000', '191149.400000', '191149.403000', '191149.405000', '191209.295000', '191209.298000', '191209.301000', '191209.303000', '191209.306000', '191209.309000', '191209.311000', '191209.314000', '191209.316000', '191209.319000', '191209.321000', '191209.338000', '191209.341000', '191209.343000', '191209.346000', '191209.349000', '191209.351000', '191209.354000', '191209.356000', '191209.359000', '191209.361000', '191209.364000', '191209.367000', '191209.369000', '191209.372000', '191209.375000', '191209.377000', '191209.380000', '191209.382000', '191209.385000', '191209.387000', '191209.390000', '191209.393000', '191209.395000', '191209.398000', '191209.400000', '191209.403000', '191209.405000', '191209.408000', '191209.411000', '191209.413000', '191209.416000', '191209.418000', '191229.295000', '191229.298000', '191229.301000', '191229.303000', '191229.306000', '191229.309000', '191229.311000', '191229.314000', '191229.316000', '191229.319000', '191229.321000', '191229.324000', '191229.327000', '191229.329000', '191229.332000', '191229.334000', '191229.337000', '191229.340000', '191229.342000', '191229.345000', '191229.347000', '191229.350000', '191229.353000', '191229.355000', '191229.358000', '191229.360000', '191229.363000', '191229.365000', '191229.368000', '191229.371000', '191229.373000', '191229.376000', '191229.378000', '191229.381000', '191229.383000', '191229.386000', '191229.389000', '191229.391000', '191229.394000', '191229.396000', '191229.399000', '191229.402000', '191229.404000', '191229.407000', '191249.295000', '191249.298000', '191249.301000', '191249.303000', '191249.306000', '191249.309000', '191249.311000', '191249.314000', '191249.316000', '191249.319000', '191249.322000', '191249.324000', '191249.327000', '191249.330000', '191249.332000', '191249.335000', '191249.337000', '191249.340000', '191249.343000', '191249.345000', '191249.348000', '191249.350000', '191249.353000', '191249.355000', '191249.358000', '191249.361000', '191249.363000', '191249.366000', '191249.368000', '191249.371000', '191249.373000', '191249.376000', '191249.379000', '191249.381000', '191249.384000', '191249.386000', '191249.389000', '191249.391000', '191249.394000', '191249.397000', '191249.399000', '191249.402000', '191249.404000', '191309.296000', '191309.306000', '191309.309000', '191309.311000', '191309.314000', '191309.316000', '191309.319000', '191309.322000', '191309.324000', '191309.327000', '191309.329000', '191309.332000', '191309.335000', '191309.337000', '191309.340000', '191309.342000', '191309.345000', '191309.347000', '191309.350000', '191309.353000', '191309.355000', '191309.358000', '191309.360000', '191309.363000', '191309.365000', '191309.368000', '191309.371000', '191309.373000', '191309.376000', '191309.378000', '191309.381000', '191309.383000', '191309.386000', '191309.389000', '191309.391000', '191309.394000', '191309.396000', '191309.399000', '191309.402000', '191309.404000', '191309.407000', '191309.409000', '191309.412000', '191309.415000', '191329.295000', '191329.298000', '191329.301000', '191329.304000', '191329.306000', '191329.309000', '191329.311000', '191329.314000', '191329.316000', '191329.319000', '191329.321000', '191329.324000', '191329.327000', '191329.329000', '191329.332000', '191329.334000', '191329.337000', '191329.339000', '191329.342000', '191329.344000', '191329.347000', '191329.350000', '191329.352000', '191329.355000', '191329.357000', '191329.360000', '191329.363000', '191329.365000', '191329.368000', '191329.370000', '191329.373000', '191329.375000', '191329.378000', '191329.381000', '191329.383000', '191329.386000', '191329.400000', '191329.403000', '191329.405000', '191329.408000', '191329.410000', '191329.413000', '191329.416000', '191349.295000', '191349.298000', '191349.301000', '191349.303000', '191349.306000', '191349.309000', '191349.311000', '191349.314000', '191349.324000', '191349.326000', '191349.329000', '191349.331000', '191349.334000', '191349.336000', '191349.339000', '191349.342000', '191349.344000', '191349.347000', '191349.349000', '191349.352000', '191349.354000', '191349.357000', '191349.360000', '191349.362000', '191349.365000', '191349.367000', '191349.370000', '191349.372000', '191349.375000', '191349.378000', '191349.380000', '191349.383000', '191349.385000', '191349.388000', '191349.390000', '191349.393000', '191349.396000', '191349.398000', '191349.401000', '191349.403000', '191349.406000', '191349.409000', '191349.411000', '191349.414000', '191409.296000', '191409.298000', '191409.301000', '191409.304000', '191409.306000', '191409.309000', '191409.311000', '191409.314000', '191409.316000', '191409.319000', '191409.322000', '191409.324000', '191409.327000', '191409.329000', '191409.332000', '191409.334000', '191409.337000', '191409.340000', '191409.342000', '191409.345000', '191409.347000', '191409.350000', '191409.352000', '191409.355000', '191409.358000', '191409.360000', '191409.363000', '191409.365000', '191409.368000', '191409.371000', '191409.373000', '191409.376000', '191409.378000', '191409.381000', '191409.383000', '191409.386000', '191409.389000', '191409.391000', '191409.394000', '191409.396000', '191409.399000', '191409.401000', '191409.404000', '191429.295000', '191429.298000', '191429.301000', '191429.305000', '191429.308000', '191429.311000', '191429.313000', '191429.316000', '191429.318000', '191429.321000', '191429.324000', '191429.326000', '191429.329000', '191429.331000', '191429.334000', '191429.337000', '191429.339000', '191429.342000', '191429.344000', '191429.347000', '191429.349000', '191429.352000', '191429.355000', '191429.357000', '191429.360000', '191429.363000', '191429.365000', '191429.368000', '191429.370000', '191429.373000', '191429.375000', '191429.378000', '191429.380000', '191429.383000', '191429.386000', '191429.388000', '191429.391000', '191429.393000', '191429.396000', '191429.398000', '191429.401000', '191429.404000', '191429.406000', '191449.295000', '191449.298000', '191449.301000', '191449.304000', '191449.306000', '191449.309000', '191449.311000', '191449.314000', '191449.316000', '191449.319000', '191449.322000', '191449.324000', '191449.327000', '191449.329000', '191449.332000', '191449.334000', '191449.337000', '191449.340000', '191449.342000', '191449.345000', '191449.347000', '191449.350000', '191449.352000', '191449.355000', '191449.357000', '191449.360000', '191449.363000', '191449.365000', '191449.368000', '191449.371000', '191449.373000', '191449.376000', '191449.378000', '191449.381000', '191449.384000', '191449.386000', '191449.389000', '191449.391000', '191449.394000', '191449.396000', '191449.399000', '191449.401000', '191449.404000', '191449.407000', '191509.295000', '191509.298000', '191509.301000', '191509.315000', '191509.318000', '191509.320000', '191509.323000', '191509.325000', '191509.328000', '191509.330000', '191509.333000', '191509.336000', '191509.338000', '191509.341000', '191509.343000', '191509.346000', '191509.349000', '191509.351000', '191509.354000', '191509.356000', '191509.359000', '191509.361000', '191509.364000', '191509.367000', '191509.369000', '191509.372000', '191509.374000', '191509.377000', '191509.379000', '191509.382000', '191509.385000', '191509.387000', '191509.390000', '191509.392000', '191509.395000', '191509.397000', '191509.400000', '191509.403000', '191509.405000', '191509.408000', '191509.410000', '191509.413000', '191509.415000', '191509.418000', '191529.296000', '191529.299000', '191529.302000', '191529.304000', '191529.307000', '191529.309000', '191529.312000', '191529.314000', '191529.317000', '191529.320000', '191529.322000', '191529.325000', '191529.327000', '191529.330000', '191529.332000', '191529.335000', '191529.337000', '191529.340000', '191529.343000', '191529.345000', '191529.348000', '191529.350000', '191529.353000', '191529.355000', '191529.358000', '191529.360000', '191529.363000', '191529.365000', '191529.368000', '191529.371000', '191529.373000', '191529.376000', '191529.378000', '191529.381000', '191529.383000', '191529.386000', '191529.388000', '191529.391000', '191529.394000', '191529.396000', '191529.399000', '191529.401000', '191529.404000', '191549.295000', '191549.298000', '191549.301000', '191549.303000', '191549.306000', '191549.309000', '191549.311000', '191549.314000', '191549.316000', '191549.319000', '191549.321000', '191549.324000', '191549.327000', '191549.329000', '191549.332000', '191549.334000', '191549.337000', '191549.339000', '191549.342000', '191549.346000', '191549.348000', '191549.351000', '191549.354000', '191549.356000', '191549.359000', '191549.361000', '191549.364000', '191549.366000', '191549.369000', '191549.371000', '191549.374000', '191549.377000', '191549.379000', '191549.382000', '191549.384000', '191549.387000', '191549.389000', '191549.392000', '191549.394000', '191549.397000', '191549.400000', '191549.403000', '191549.405000', '191549.408000', '191609.295000', '191609.298000', '191609.301000', '191609.304000', '191609.306000', '191609.309000', '191609.311000', '191609.314000', '191609.316000', '191609.319000', '191609.322000', '191609.324000', '191609.327000', '191609.329000', '191609.332000', '191609.335000', '191609.337000', '191609.340000', '191609.342000', '191609.345000', '191609.347000', '191609.350000', '191609.352000', '191609.355000', '191609.358000', '191609.360000', '191609.363000', '191609.365000', '191609.368000', '191609.371000', '191609.373000', '191609.376000', '191609.378000', '191609.381000', '191609.383000', '191609.386000', '191609.389000', '191609.391000', '191609.394000', '191609.396000', '191609.399000', '191609.401000', '191609.404000', '191618.747000', '191618.753000', '191618.756000', '191618.758000', '191618.761000', '191618.764000', '191618.767000', '191618.769000', '191618.772000', '191618.775000', '191618.777000', '191618.780000', '191618.783000', '191618.785000', '191618.788000', '191618.791000', '191618.794000', '191618.796000', '191618.799000', '191618.802000', '191618.805000'], 'InstanceCreationTime': ['190949.324000', '190949.327000', '190949.329000', '190949.332000', '190949.335000', '190949.337000', '190949.340000', '190949.348000', '190949.350000', '190949.353000', '190949.355000', '190949.358000', '190949.360000', '190949.363000', '190949.365000', '190949.368000', '190949.371000', '190949.373000', '190949.382000', '190949.385000', '190949.388000', '190949.390000', '190949.393000', '190949.395000', '190949.398000', '191009.295000', '191009.298000', '191009.301000', '191009.303000', '191009.306000', '191009.308000', '191009.311000', '191009.313000', '191009.316000', '191009.323000', '191009.325000', '191009.328000', '191009.330000', '191009.334000', '191009.337000', '191009.339000', '191009.342000', '191009.345000', '191009.347000', '191009.350000', '191009.352000', '191009.355000', '191009.357000', '191009.360000', '191009.362000', '191009.365000', '191009.367000', '191009.370000', '191009.373000', '191009.375000', '191009.378000', '191009.380000', '191009.383000', '191009.392000', '191009.395000', '191009.397000', '191009.400000', '191009.402000', '191009.405000', '191009.407000', '191009.410000', '191009.412000', '191009.415000', '191029.295000', '191029.298000', '191029.301000', '191029.303000', '191029.306000', '191029.309000', '191029.311000', '191029.314000', '191029.316000', '191029.319000', '191029.321000', '191029.324000', '191029.326000', '191029.329000', '191029.331000', '191029.334000', '191029.337000', '191029.339000', '191029.342000', '191029.344000', '191029.347000', '191029.349000', '191029.352000', '191029.354000', '191029.362000', '191029.364000', '191029.367000', '191029.370000', '191029.372000', '191029.375000', '191029.391000', '191029.393000', '191029.396000', '191029.399000', '191029.401000', '191029.404000', '191029.406000', '191029.409000', '191029.411000', '191029.414000', '191029.416000', '191029.419000', '191029.421000', '191029.424000', '191049.296000', '191049.299000', '191049.302000', '191049.305000', '191049.307000', '191049.310000', '191049.312000', '191049.315000', '191049.317000', '191049.320000', '191049.323000', '191049.325000', '191049.328000', '191049.330000', '191049.333000', '191049.336000', '191049.338000', '191049.341000', '191049.344000', '191049.346000', '191049.349000', '191049.352000', '191049.354000', '191049.357000', '191049.359000', '191049.362000', '191049.365000', '191049.368000', '191049.371000', '191049.373000', '191049.376000', '191049.379000', '191049.381000', '191049.384000', '191049.387000', '191049.389000', '191049.392000', '191049.394000', '191049.397000', '191049.400000', '191049.402000', '191049.405000', '191049.408000', '191109.295000', '191109.298000', '191109.301000', '191109.303000', '191109.306000', '191109.309000', '191109.311000', '191109.314000', '191109.316000', '191109.319000', '191109.321000', '191109.324000', '191109.327000', '191109.329000', '191109.332000', '191109.334000', '191109.337000', '191109.340000', '191109.342000', '191109.345000', '191109.347000', '191109.350000', '191109.352000', '191109.355000', '191109.357000', '191109.360000', '191109.363000', '191109.365000', '191109.368000', '191109.370000', '191109.373000', '191109.375000', '191109.378000', '191109.381000', '191109.383000', '191109.386000', '191109.388000', '191109.391000', '191109.393000', '191109.396000', '191109.399000', '191109.401000', '191109.404000', '191109.406000', '191129.295000', '191129.298000', '191129.301000', '191129.303000', '191129.306000', '191129.308000', '191129.311000', '191129.314000', '191129.316000', '191129.319000', '191129.321000', '191129.324000', '191129.326000', '191129.329000', '191129.332000', '191129.334000', '191129.337000', '191129.339000', '191129.342000', '191129.344000', '191129.347000', '191129.349000', '191129.352000', '191129.354000', '191129.357000', '191129.360000', '191129.362000', '191129.365000', '191129.367000', '191129.370000', '191129.372000', '191129.375000', '191129.378000', '191129.380000', '191129.383000', '191129.385000', '191129.388000', '191129.390000', '191129.393000', '191129.396000', '191129.398000', '191129.401000', '191129.403000', '191149.295000', '191149.298000', '191149.301000', '191149.303000', '191149.306000', '191149.308000', '191149.311000', '191149.313000', '191149.316000', '191149.319000', '191149.321000', '191149.324000', '191149.326000', '191149.329000', '191149.331000', '191149.334000', '191149.336000', '191149.339000', '191149.342000', '191149.344000', '191149.347000', '191149.349000', '191149.352000', '191149.354000', '191149.357000', '191149.359000', '191149.362000', '191149.365000', '191149.367000', '191149.370000', '191149.372000', '191149.375000', '191149.377000', '191149.380000', '191149.382000', '191149.385000', '191149.387000', '191149.390000', '191149.392000', '191149.395000', '191149.398000', '191149.400000', '191149.403000', '191149.405000', '191209.295000', '191209.298000', '191209.301000', '191209.303000', '191209.306000', '191209.309000', '191209.311000', '191209.314000', '191209.316000', '191209.319000', '191209.321000', '191209.338000', '191209.341000', '191209.343000', '191209.346000', '191209.349000', '191209.351000', '191209.354000', '191209.356000', '191209.359000', '191209.361000', '191209.364000', '191209.367000', '191209.369000', '191209.372000', '191209.375000', '191209.377000', '191209.380000', '191209.382000', '191209.385000', '191209.387000', '191209.390000', '191209.393000', '191209.395000', '191209.398000', '191209.400000', '191209.403000', '191209.405000', '191209.408000', '191209.411000', '191209.413000', '191209.416000', '191209.418000', '191229.295000', '191229.298000', '191229.301000', '191229.303000', '191229.306000', '191229.309000', '191229.311000', '191229.314000', '191229.316000', '191229.319000', '191229.321000', '191229.324000', '191229.327000', '191229.329000', '191229.332000', '191229.334000', '191229.337000', '191229.340000', '191229.342000', '191229.345000', '191229.347000', '191229.350000', '191229.353000', '191229.355000', '191229.358000', '191229.360000', '191229.363000', '191229.365000', '191229.368000', '191229.371000', '191229.373000', '191229.376000', '191229.378000', '191229.381000', '191229.383000', '191229.386000', '191229.389000', '191229.391000', '191229.394000', '191229.396000', '191229.399000', '191229.402000', '191229.404000', '191229.407000', '191249.295000', '191249.298000', '191249.301000', '191249.303000', '191249.306000', '191249.309000', '191249.311000', '191249.314000', '191249.316000', '191249.319000', '191249.322000', '191249.324000', '191249.327000', '191249.330000', '191249.332000', '191249.335000', '191249.337000', '191249.340000', '191249.343000', '191249.345000', '191249.348000', '191249.350000', '191249.353000', '191249.355000', '191249.358000', '191249.361000', '191249.363000', '191249.366000', '191249.368000', '191249.371000', '191249.373000', '191249.376000', '191249.379000', '191249.381000', '191249.384000', '191249.386000', '191249.389000', '191249.391000', '191249.394000', '191249.397000', '191249.399000', '191249.402000', '191249.404000', '191309.296000', '191309.306000', '191309.309000', '191309.311000', '191309.314000', '191309.316000', '191309.319000', '191309.322000', '191309.324000', '191309.327000', '191309.329000', '191309.332000', '191309.335000', '191309.337000', '191309.340000', '191309.342000', '191309.345000', '191309.347000', '191309.350000', '191309.353000', '191309.355000', '191309.358000', '191309.360000', '191309.363000', '191309.365000', '191309.368000', '191309.371000', '191309.373000', '191309.376000', '191309.378000', '191309.381000', '191309.383000', '191309.386000', '191309.389000', '191309.391000', '191309.394000', '191309.396000', '191309.399000', '191309.402000', '191309.404000', '191309.407000', '191309.409000', '191309.412000', '191309.415000', '191329.295000', '191329.298000', '191329.301000', '191329.304000', '191329.306000', '191329.309000', '191329.311000', '191329.314000', '191329.316000', '191329.319000', '191329.321000', '191329.324000', '191329.327000', '191329.329000', '191329.332000', '191329.334000', '191329.337000', '191329.339000', '191329.342000', '191329.344000', '191329.347000', '191329.350000', '191329.352000', '191329.355000', '191329.357000', '191329.360000', '191329.363000', '191329.365000', '191329.368000', '191329.370000', '191329.373000', '191329.375000', '191329.378000', '191329.381000', '191329.383000', '191329.386000', '191329.400000', '191329.403000', '191329.405000', '191329.408000', '191329.410000', '191329.413000', '191329.416000', '191349.295000', '191349.298000', '191349.301000', '191349.303000', '191349.306000', '191349.309000', '191349.311000', '191349.314000', '191349.324000', '191349.326000', '191349.329000', '191349.331000', '191349.334000', '191349.336000', '191349.339000', '191349.342000', '191349.344000', '191349.347000', '191349.349000', '191349.352000', '191349.354000', '191349.357000', '191349.360000', '191349.362000', '191349.365000', '191349.367000', '191349.370000', '191349.372000', '191349.375000', '191349.378000', '191349.380000', '191349.383000', '191349.385000', '191349.388000', '191349.390000', '191349.393000', '191349.396000', '191349.398000', '191349.401000', '191349.403000', '191349.406000', '191349.409000', '191349.411000', '191349.414000', '191409.296000', '191409.298000', '191409.301000', '191409.304000', '191409.306000', '191409.309000', '191409.311000', '191409.314000', '191409.316000', '191409.319000', '191409.322000', '191409.324000', '191409.327000', '191409.329000', '191409.332000', '191409.334000', '191409.337000', '191409.340000', '191409.342000', '191409.345000', '191409.347000', '191409.350000', '191409.352000', '191409.355000', '191409.358000', '191409.360000', '191409.363000', '191409.365000', '191409.368000', '191409.371000', '191409.373000', '191409.376000', '191409.378000', '191409.381000', '191409.383000', '191409.386000', '191409.389000', '191409.391000', '191409.394000', '191409.396000', '191409.399000', '191409.401000', '191409.404000', '191429.295000', '191429.298000', '191429.301000', '191429.305000', '191429.308000', '191429.311000', '191429.313000', '191429.316000', '191429.318000', '191429.321000', '191429.324000', '191429.326000', '191429.329000', '191429.331000', '191429.334000', '191429.337000', '191429.339000', '191429.342000', '191429.344000', '191429.347000', '191429.349000', '191429.352000', '191429.355000', '191429.357000', '191429.360000', '191429.363000', '191429.365000', '191429.368000', '191429.370000', '191429.373000', '191429.375000', '191429.378000', '191429.380000', '191429.383000', '191429.386000', '191429.388000', '191429.391000', '191429.393000', '191429.396000', '191429.398000', '191429.401000', '191429.404000', '191429.406000', '191449.295000', '191449.298000', '191449.301000', '191449.304000', '191449.306000', '191449.309000', '191449.311000', '191449.314000', '191449.316000', '191449.319000', '191449.322000', '191449.324000', '191449.327000', '191449.329000', '191449.332000', '191449.334000', '191449.337000', '191449.340000', '191449.342000', '191449.345000', '191449.347000', '191449.350000', '191449.352000', '191449.355000', '191449.357000', '191449.360000', '191449.363000', '191449.365000', '191449.368000', '191449.371000', '191449.373000', '191449.376000', '191449.378000', '191449.381000', '191449.384000', '191449.386000', '191449.389000', '191449.391000', '191449.394000', '191449.396000', '191449.399000', '191449.401000', '191449.404000', '191449.407000', '191509.295000', '191509.298000', '191509.301000', '191509.315000', '191509.318000', '191509.320000', '191509.323000', '191509.325000', '191509.328000', '191509.330000', '191509.333000', '191509.336000', '191509.338000', '191509.341000', '191509.343000', '191509.346000', '191509.349000', '191509.351000', '191509.354000', '191509.356000', '191509.359000', '191509.361000', '191509.364000', '191509.367000', '191509.369000', '191509.372000', '191509.374000', '191509.377000', '191509.379000', '191509.382000', '191509.385000', '191509.387000', '191509.390000', '191509.392000', '191509.395000', '191509.397000', '191509.400000', '191509.403000', '191509.405000', '191509.408000', '191509.410000', '191509.413000', '191509.415000', '191509.418000', '191529.296000', '191529.299000', '191529.302000', '191529.304000', '191529.307000', '191529.309000', '191529.312000', '191529.314000', '191529.317000', '191529.320000', '191529.322000', '191529.325000', '191529.327000', '191529.330000', '191529.332000', '191529.335000', '191529.337000', '191529.340000', '191529.343000', '191529.345000', '191529.348000', '191529.350000', '191529.353000', '191529.355000', '191529.358000', '191529.360000', '191529.363000', '191529.365000', '191529.368000', '191529.371000', '191529.373000', '191529.376000', '191529.378000', '191529.381000', '191529.383000', '191529.386000', '191529.388000', '191529.391000', '191529.394000', '191529.396000', '191529.399000', '191529.401000', '191529.404000', '191549.295000', '191549.298000', '191549.301000', '191549.303000', '191549.306000', '191549.309000', '191549.311000', '191549.314000', '191549.316000', '191549.319000', '191549.321000', '191549.324000', '191549.327000', '191549.329000', '191549.332000', '191549.334000', '191549.337000', '191549.339000', '191549.342000', '191549.346000', '191549.348000', '191549.351000', '191549.354000', '191549.356000', '191549.359000', '191549.361000', '191549.364000', '191549.366000', '191549.369000', '191549.371000', '191549.374000', '191549.377000', '191549.379000', '191549.382000', '191549.384000', '191549.387000', '191549.389000', '191549.392000', '191549.394000', '191549.397000', '191549.400000', '191549.403000', '191549.405000', '191549.408000', '191609.295000', '191609.298000', '191609.301000', '191609.304000', '191609.306000', '191609.309000', '191609.311000', '191609.314000', '191609.316000', '191609.319000', '191609.322000', '191609.324000', '191609.327000', '191609.329000', '191609.332000', '191609.335000', '191609.337000', '191609.340000', '191609.342000', '191609.345000', '191609.347000', '191609.350000', '191609.352000', '191609.355000', '191609.358000', '191609.360000', '191609.363000', '191609.365000', '191609.368000', '191609.371000', '191609.373000', '191609.376000', '191609.378000', '191609.381000', '191609.383000', '191609.386000', '191609.389000', '191609.391000', '191609.394000', '191609.396000', '191609.399000', '191609.401000', '191609.404000', '191618.747000', '191618.753000', '191618.756000', '191618.758000', '191618.761000', '191618.764000', '191618.767000', '191618.769000', '191618.772000', '191618.775000', '191618.777000', '191618.780000', '191618.783000', '191618.785000', '191618.788000', '191618.791000', '191618.794000', '191618.796000', '191618.799000', '191618.802000', '191618.805000'], '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': [13400, 10199, 13192, 10217, 10331, 15067, 10078, 12039, 10342, 9917, 13942, 10130, 9777, 10821, 9901, 12063, 10253, 9722, 12002, 10310, 13499, 10388, 10552, 10312, 10753, 10304, 11183, 10460, 9778, 14309, 10404, 12465, 10220, 10398, 10341, 10103, 12691, 10242, 11434, 11270, 10017, 10287, 10144, 12247, 10440, 11081, 10401, 10109, 13062, 10314, 10540, 10452, 10089, 13061, 10399, 9880, 10951, 10121, 13052, 10355, 9915, 10975, 10156, 11070, 10642, 10005, 11181, 10232, 12419, 10266, 9907, 10669, 10016, 11976, 10560, 10321, 10510, 9906, 10762, 10243, 12967, 10253, 10586, 10464, 10065, 14236, 10254, 11696, 10490, 10020, 10813, 10417, 12835, 10557, 11034, 10594, 9963, 14538, 10346, 11981, 10718, 10088, 14687, 10593, 11636, 10561, 10027, 13232, 10432, 12049, 10534, 9886, 14293, 10509, 11535, 10443, 10191, 13304, 10459, 11713, 10415, 9187, 10370, 10284, 12939, 10486, 10783, 10482, 10289, 13107, 10409, 9914, 10593, 10186, 14050, 10609, 11355, 10249, 9800, 10565, 9857, 11034, 10006, 10050, 9634, 10160, 10215, 10310, 11070, 10381, 13132, 12554, 9979, 13440, 12115, 15895, 10799, 9918, 10355, 9267, 15275, 12136, 10144, 10137, 10344, 10290, 9281, 9977, 9535, 10187, 10066, 10027, 9833, 9990, 10507, 10009, 11998, 9862, 10183, 10244, 9644, 15082, 11280, 12533, 10018, 9364, 10161, 9716, 10362, 9887, 10298, 9788, 10191, 10009, 9656, 10584, 9674, 13437, 9940, 9463, 10378, 9594, 11581, 9908, 11812, 10025, 9733, 10340, 9634, 13186, 9970, 11305, 10299, 9882, 10355, 9852, 12954, 10287, 9967, 14521, 9889, 11595, 10295, 9841, 11390, 10140, 10605, 10110, 9559, 11217, 10174, 11019, 10234, 9752, 13889, 9875, 12310, 10218, 9754, 10416, 9844, 12706, 10283, 10368, 12027, 10050, 13034, 10220, 9812, 15063, 9985, 12878, 10202, 10564, 10227, 9853, 13508, 9967, 12087, 10197, 9770, 10310, 9789, 11119, 10257, 9812, 10818, 9944, 10516, 10223, 10052, 10552, 9898, 14098, 10044, 12121, 10225, 9771, 14800, 10034, 10774, 10827, 9974, 12958, 9869, 10256, 9987, 9744, 11000, 9907, 11947, 9978, 9246, 10403, 9761, 13304, 10017, 11018, 10174, 9889, 13397, 10221, 9454, 10004, 9835, 12064, 10378, 9800, 10123, 9622, 13218, 10051, 11415, 10016, 9721, 13811, 10067, 9341, 10236, 9826, 10273, 9890, 9704, 9935, 11382, 10215, 9772, 10063, 9947, 12699, 10073, 9895, 15004, 9979, 12546, 10074, 9650, 14334, 10050, 11507, 10113, 9703, 13387, 10080, 11122, 10206, 9600, 10208, 9598, 12499, 10201, 10631, 10030, 10025, 10363, 10014, 11889, 10355, 9862, 14735, 10058, 10001, 12285, 9954, 14039, 10191, 10292, 10188, 9842, 12299, 10351, 9718, 14573, 10197, 10306, 10571, 9954, 12832, 10257, 9618, 10235, 9956, 12491, 10480, 9617, 10399, 10129, 12169, 10465, 9825, 10426, 10279, 12442, 10428, 10239, 12518, 10218, 10475, 10525, 10201, 14549, 11425, 12101, 10581, 10062, 10682, 10336, 12632, 10613, 10955, 10303, 10391, 14478, 10629, 13127, 10250, 9926, 10351, 10246, 13172, 10353, 11938, 10254, 9912, 10438, 10035, 12585, 10445, 9967, 14505, 10235, 11539, 10582, 9891, 13451, 10389, 11124, 10612, 10165, 12042, 10522, 9095, 10497, 10095, 10892, 10562, 9437, 10511, 10076, 12346, 10335, 9750, 10461, 10192, 13056, 10370, 10861, 10295, 10167, 11161, 10223, 11626, 10464, 10439, 10346, 10022, 14292, 10339, 12377, 10272, 10898, 10254, 10202, 10354, 10010, 13923, 11062, 13241, 10345, 11609, 10331, 9747, 10466, 9673, 10406, 9934, 10416, 9831, 12930, 10203, 10418, 13457, 9952, 13392, 15290, 12275, 9903, 9634, 10161, 9373, 9709, 9725, 9765, 9880, 9939, 10122, 9092, 10416, 9416, 12703, 10053, 13566, 12079, 13919, 10176, 14151, 11169, 12017, 13843, 9400, 12475, 9553, 10990, 9432, 9501, 9843, 9466, 11324, 9431, 10052, 9667, 9309, 9872, 9821, 11577, 9516, 9391, 9684, 9341, 10306, 9698, 9759, 9726, 9641, 9666, 9437, 12250, 9859, 11880, 9844, 11281, 9900, 9610, 9869, 10152, 14121, 11020, 12123, 9719, 9506, 14336, 10347, 12205, 9742, 9494, 12046, 9676, 12699, 9942, 9695, 9835, 9747, 11853, 10032, 9641, 10125, 9719, 12583, 9882, 9501, 10170, 9705, 10085, 9787, 10476, 9999, 9834, 9887, 9813, 12575, 9755, 11718, 10136, 9676, 14568, 10752, 12171, 10080, 9652, 13337, 10017, 10977, 9969, 9731, 12117, 9922, 11165, 9869, 9851, 12225, 9925, 9406, 10045, 9720, 10724, 9698, 9940, 10010, 9600, 13564, 10004, 10328, 9928, 9632, 12808, 9998, 10074, 9940, 9526, 13344, 9895, 11192, 9912, 9635, 13547, 9880, 10852, 14353, 10378, 11510, 9906, 9509, 13744, 9748, 11550, 10515, 9690, 11471, 9912, 9749, 9984, 9947, 10382, 10102, 9753, 10636, 9773, 10566, 10353, 9803, 10448, 9980, 14090, 10551, 10364, 10469, 10191, 13179, 10489, 9972, 10750, 10420, 11538, 10477, 9262, 10860, 10359, 11748, 10595, 10203, 12685, 10530, 10229, 11162, 10463, 10256, 10539, 10245, 12675, 10546, 11003, 10679, 10337, 12613, 10434, 10040, 12966, 10495, 13423, 10477, 9943, 10540, 10295, 12328, 10626, 10071, 14329, 10300, 12059, 10649, 9995, 14231, 11397, 11983, 10411, 10236, 12720, 10309, 10284, 14699, 10297, 9951, 10629, 10239, 12745, 10240, 9992, 10227, 9726, 10520, 10355, 11667, 10233, 12116, 10337, 9945, 13284, 11384, 11984, 10264, 9920, 13631, 10249, 10495, 14076, 10349, 13822, 10135, 9835, 10810, 10429, 9978, 10342, 9983, 14738, 10101, 10066, 10219, 9872, 11208, 10289, 9994, 10486, 10318, 9602, 10384, 9977, 12648, 10398, 10795, 10602, 10202, 12123, 10346, 9827, 13059, 10334, 10958, 10370, 10073, 12519, 10367, 9726, 10482, 10022, 10482, 10430, 10253, 10606, 9453, 10616, 10158, 10639, 10827, 10336, 11736, 13397, 10621, 10662, 10837, 10675, 10915, 10510, 10824, 10650, 10714, 11127, 10517, 11847, 10693, 13167, 10548, 11994, 10352, 11733, 10400, 11762, 10484, 12251, 10269, 12981, 10837, 10222, 13913, 11717, 11773, 10742, 9869, 11806, 10430, 10667, 10447, 8920, 10599, 10084, 10092, 10146, 10214, 10640, 9851, 10610, 10261, 11779, 10726, 9814, 14577, 10698, 11923, 10670, 10037, 13849, 10324, 12126, 10705, 10620, 10579, 10106, 13197, 10656, 11082, 10580, 10154, 12953, 10544, 10496, 10696, 10181, 10751, 10191, 11306, 10422, 9985], 'WindowCenter': [3937.0, 3891.0, 3909.0, 3875.0, 3863.0, 3903.0, 3849.0, 3870.0, 3847.0, 3849.0, 3878.0, 3848.0, 3848.0, 3857.0, 3846.0, 3867.0, 3847.0, 3847.0, 3867.0, 3847.0, 3877.0, 3848.0, 3857.0, 3859.0, 3869.0, 3861.0, 3872.0, 3861.0, 3850.0, 3890.0, 3860.0, 3881.0, 3859.0, 3859.0, 3859.0, 3859.0, 3879.0, 3847.0, 3870.0, 3859.0, 3848.0, 3847.0, 3859.0, 3869.0, 3858.0, 3858.0, 3846.0, 3847.0, 3867.0, 3847.0, 3858.0, 3846.0, 3847.0, 3866.0, 3847.0, 3847.0, 3856.0, 3846.0, 3866.0, 3846.0, 3846.0, 3857.0, 3846.0, 3854.0, 3846.0, 3845.0, 3855.0, 3845.0, 3866.0, 3846.0, 3844.0, 3846.0, 3847.0, 3867.0, 3858.0, 3847.0, 3859.0, 3859.0, 3859.0, 3861.0, 3880.0, 3861.0, 3858.0, 3872.0, 3862.0, 3891.0, 3861.0, 3870.0, 3861.0, 3861.0, 3871.0, 3871.0, 3881.0, 3873.0, 3859.0, 3861.0, 3862.0, 3891.0, 3860.0, 3869.0, 3860.0, 3861.0, 3891.0, 3860.0, 3869.0, 3860.0, 3860.0, 3879.0, 3859.0, 3868.0, 3857.0, 3848.0, 3889.0, 3858.0, 3859.0, 3847.0, 3848.0, 3878.0, 3847.0, 3868.0, 3858.0, 3837.0, 3847.0, 3859.0, 3879.0, 3858.0, 3858.0, 3847.0, 3848.0, 3868.0, 3858.0, 3847.0, 3846.0, 3848.0, 3878.0, 3859.0, 3858.0, 3859.0, 3847.0, 3860.0, 3860.0, 3871.0, 3849.0, 3860.0, 3850.0, 3860.0, 3871.0, 3875.0, 3885.0, 3876.0, 3897.0, 3885.0, 3862.0, 3896.0, 3838.0, 3933.0, 3861.0, 3848.0, 3847.0, 3809.0, 3934.0, 3871.0, 3861.0, 3846.0, 3847.0, 3846.0, 3836.0, 3847.0, 3848.0, 3848.0, 3847.0, 3848.0, 3835.0, 3847.0, 3846.0, 3848.0, 3857.0, 3848.0, 3846.0, 3846.0, 3836.0, 3877.0, 3857.0, 3856.0, 3835.0, 3824.0, 3835.0, 3835.0, 3846.0, 3845.0, 3846.0, 3848.0, 3845.0, 3848.0, 3849.0, 3858.0, 3849.0, 3879.0, 3849.0, 3847.0, 3858.0, 3849.0, 3871.0, 3850.0, 3869.0, 3861.0, 3850.0, 3861.0, 3862.0, 3882.0, 3862.0, 3871.0, 3861.0, 3861.0, 3860.0, 3861.0, 3883.0, 3860.0, 3862.0, 3892.0, 3861.0, 3870.0, 3860.0, 3848.0, 3870.0, 3861.0, 3860.0, 3861.0, 3862.0, 3871.0, 3861.0, 3859.0, 3859.0, 3849.0, 3891.0, 3860.0, 3871.0, 3861.0, 3850.0, 3860.0, 3861.0, 3881.0, 3861.0, 3861.0, 3881.0, 3861.0, 3894.0, 3862.0, 3851.0, 3891.0, 3849.0, 3880.0, 3848.0, 3859.0, 3860.0, 3860.0, 3891.0, 3850.0, 3871.0, 3860.0, 3849.0, 3859.0, 3860.0, 3870.0, 3859.0, 3849.0, 3857.0, 3849.0, 3859.0, 3860.0, 3849.0, 3861.0, 3850.0, 3888.0, 3849.0, 3870.0, 3848.0, 3848.0, 3889.0, 3848.0, 3858.0, 3858.0, 3848.0, 3880.0, 3848.0, 3847.0, 3847.0, 3847.0, 3858.0, 3848.0, 3869.0, 3860.0, 3848.0, 3859.0, 3849.0, 3880.0, 3849.0, 3859.0, 3848.0, 3849.0, 3879.0, 3848.0, 3847.0, 3847.0, 3848.0, 3868.0, 3859.0, 3848.0, 3858.0, 3849.0, 3878.0, 3849.0, 3869.0, 3848.0, 3847.0, 3878.0, 3846.0, 3836.0, 3847.0, 3848.0, 3859.0, 3859.0, 3849.0, 3861.0, 3872.0, 3861.0, 3862.0, 3861.0, 3862.0, 3881.0, 3849.0, 3850.0, 3891.0, 3849.0, 3869.0, 3849.0, 3849.0, 3889.0, 3848.0, 3868.0, 3858.0, 3849.0, 3879.0, 3859.0, 3870.0, 3861.0, 3850.0, 3860.0, 3861.0, 3880.0, 3860.0, 3859.0, 3859.0, 3859.0, 3860.0, 3861.0, 3871.0, 3859.0, 3849.0, 3890.0, 3848.0, 3849.0, 3869.0, 3848.0, 3891.0, 3859.0, 3847.0, 3847.0, 3848.0, 3867.0, 3847.0, 3847.0, 3888.0, 3847.0, 3845.0, 3857.0, 3848.0, 3867.0, 3847.0, 3846.0, 3848.0, 3848.0, 3867.0, 3859.0, 3849.0, 3848.0, 3859.0, 3869.0, 3860.0, 3849.0, 3860.0, 3861.0, 3881.0, 3861.0, 3861.0, 3880.0, 3861.0, 3860.0, 3871.0, 3873.0, 3903.0, 3883.0, 3882.0, 3861.0, 3860.0, 3858.0, 3861.0, 3881.0, 3872.0, 3872.0, 3873.0, 3874.0, 3892.0, 3860.0, 3880.0, 3849.0, 3849.0, 3848.0, 3859.0, 3879.0, 3860.0, 3870.0, 3860.0, 3849.0, 3860.0, 3860.0, 3869.0, 3858.0, 3848.0, 3888.0, 3847.0, 3868.0, 3858.0, 3848.0, 3877.0, 3846.0, 3856.0, 3846.0, 3847.0, 3865.0, 3857.0, 3836.0, 3857.0, 3859.0, 3857.0, 3858.0, 3837.0, 3859.0, 3859.0, 3878.0, 3859.0, 3848.0, 3857.0, 3858.0, 3867.0, 3847.0, 3858.0, 3847.0, 3847.0, 3857.0, 3858.0, 3867.0, 3858.0, 3856.0, 3859.0, 3860.0, 3890.0, 3859.0, 3869.0, 3859.0, 3857.0, 3859.0, 3858.0, 3858.0, 3849.0, 3889.0, 3870.0, 3879.0, 3860.0, 3868.0, 3859.0, 3849.0, 3859.0, 3848.0, 3859.0, 3860.0, 3858.0, 3861.0, 3881.0, 3860.0, 3860.0, 3879.0, 3849.0, 3879.0, 3924.0, 3885.0, 3848.0, 3835.0, 3859.0, 3835.0, 3847.0, 3849.0, 3861.0, 3874.0, 3874.0, 3889.0, 3866.0, 3888.0, 3867.0, 3897.0, 3876.0, 3896.0, 3886.0, 3895.0, 3863.0, 3885.0, 3861.0, 3860.0, 3868.0, 3837.0, 3855.0, 3835.0, 3844.0, 3823.0, 3833.0, 3834.0, 3833.0, 3844.0, 3835.0, 3834.0, 3836.0, 3834.0, 3835.0, 3846.0, 3856.0, 3835.0, 3835.0, 3836.0, 3836.0, 3845.0, 3847.0, 3846.0, 3848.0, 3849.0, 3850.0, 3851.0, 3879.0, 3861.0, 3871.0, 3861.0, 3871.0, 3862.0, 3862.0, 3861.0, 3861.0, 3893.0, 3872.0, 3872.0, 3850.0, 3850.0, 3891.0, 3860.0, 3870.0, 3848.0, 3850.0, 3869.0, 3849.0, 3880.0, 3849.0, 3848.0, 3847.0, 3848.0, 3868.0, 3847.0, 3848.0, 3848.0, 3850.0, 3869.0, 3848.0, 3849.0, 3859.0, 3848.0, 3860.0, 3861.0, 3860.0, 3861.0, 3863.0, 3861.0, 3862.0, 3882.0, 3861.0, 3872.0, 3860.0, 3851.0, 3892.0, 3861.0, 3870.0, 3849.0, 3849.0, 3878.0, 3850.0, 3860.0, 3849.0, 3850.0, 3869.0, 3848.0, 3870.0, 3848.0, 3848.0, 3870.0, 3859.0, 3849.0, 3848.0, 3849.0, 3859.0, 3850.0, 3848.0, 3847.0, 3851.0, 3880.0, 3850.0, 3859.0, 3849.0, 3850.0, 3880.0, 3859.0, 3859.0, 3861.0, 3861.0, 3891.0, 3861.0, 3871.0, 3861.0, 3852.0, 3890.0, 3861.0, 3861.0, 3891.0, 3848.0, 3859.0, 3848.0, 3848.0, 3878.0, 3848.0, 3870.0, 3859.0, 3849.0, 3858.0, 3849.0, 3848.0, 3848.0, 3860.0, 3859.0, 3861.0, 3861.0, 3860.0, 3860.0, 3860.0, 3861.0, 3860.0, 3860.0, 3861.0, 3891.0, 3860.0, 3860.0, 3860.0, 3860.0, 3880.0, 3860.0, 3849.0, 3858.0, 3860.0, 3870.0, 3861.0, 3850.0, 3871.0, 3860.0, 3882.0, 3861.0, 3862.0, 3881.0, 3861.0, 3862.0, 3872.0, 3873.0, 3862.0, 3874.0, 3874.0, 3894.0, 3874.0, 3874.0, 3872.0, 3873.0, 3884.0, 3873.0, 3864.0, 3893.0, 3861.0, 3893.0, 3862.0, 3862.0, 3861.0, 3862.0, 3882.0, 3861.0, 3861.0, 3891.0, 3859.0, 3880.0, 3859.0, 3850.0, 3891.0, 3870.0, 3870.0, 3847.0, 3848.0, 3868.0, 3847.0, 3848.0, 3887.0, 3847.0, 3847.0, 3846.0, 3847.0, 3866.0, 3847.0, 3847.0, 3859.0, 3860.0, 3859.0, 3860.0, 3871.0, 3861.0, 3881.0, 3861.0, 3859.0, 3880.0, 3869.0, 3869.0, 3847.0, 3848.0, 3878.0, 3847.0, 3858.0, 3877.0, 3846.0, 3878.0, 3846.0, 3846.0, 3844.0, 3844.0, 3834.0, 3844.0, 3845.0, 3876.0, 3846.0, 3834.0, 3844.0, 3845.0, 3854.0, 3844.0, 3845.0, 3844.0, 3846.0, 3834.0, 3845.0, 3846.0, 3865.0, 3845.0, 3855.0, 3845.0, 3845.0, 3854.0, 3844.0, 3835.0, 3865.0, 3845.0, 3844.0, 3845.0, 3846.0, 3865.0, 3847.0, 3834.0, 3846.0, 3847.0, 3856.0, 3858.0, 3857.0, 3860.0, 3860.0, 3861.0, 3862.0, 3872.0, 3872.0, 3873.0, 3854.0, 3926.0, 3875.0, 3862.0, 3858.0, 3858.0, 3859.0, 3857.0, 3871.0, 3872.0, 3875.0, 3873.0, 3874.0, 3883.0, 3873.0, 3881.0, 3862.0, 3871.0, 3861.0, 3870.0, 3861.0, 3882.0, 3873.0, 3883.0, 3873.0, 3883.0, 3860.0, 3849.0, 3878.0, 3857.0, 3856.0, 3846.0, 3836.0, 3853.0, 3845.0, 3845.0, 3846.0, 3835.0, 3846.0, 3847.0, 3845.0, 3847.0, 3847.0, 3858.0, 3848.0, 3858.0, 3859.0, 3868.0, 3858.0, 3849.0, 3889.0, 3859.0, 3868.0, 3858.0, 3849.0, 3879.0, 3848.0, 3868.0, 3860.0, 3860.0, 3859.0, 3860.0, 3880.0, 3859.0, 3858.0, 3858.0, 3859.0, 3879.0, 3858.0, 3859.0, 3858.0, 3849.0, 3857.0, 3860.0, 3869.0, 3859.0, 3860.0], 'WindowWidth': [8794.0, 8720.0, 8739.0, 8687.0, 8668.0, 8719.0, 8642.0, 8670.0, 8636.0, 8637.0, 8678.0, 8635.0, 8637.0, 8646.0, 8629.0, 8659.0, 8633.0, 8632.0, 8661.0, 8634.0, 8675.0, 8636.0, 8647.0, 8653.0, 8668.0, 8660.0, 8679.0, 8658.0, 8643.0, 8696.0, 8655.0, 8685.0, 8654.0, 8654.0, 8653.0, 8654.0, 8678.0, 8634.0, 8670.0, 8654.0, 8636.0, 8635.0, 8652.0, 8666.0, 8649.0, 8649.0, 8631.0, 8634.0, 8661.0, 8635.0, 8649.0, 8631.0, 8631.0, 8658.0, 8632.0, 8634.0, 8645.0, 8631.0, 8657.0, 8630.0, 8630.0, 8646.0, 8630.0, 8639.0, 8630.0, 8629.0, 8642.0, 8627.0, 8656.0, 8630.0, 8625.0, 8631.0, 8632.0, 8658.0, 8649.0, 8633.0, 8652.0, 8653.0, 8654.0, 8657.0, 8683.0, 8657.0, 8652.0, 8673.0, 8662.0, 8700.0, 8657.0, 8669.0, 8657.0, 8657.0, 8670.0, 8671.0, 8686.0, 8676.0, 8655.0, 8659.0, 8662.0, 8700.0, 8656.0, 8667.0, 8656.0, 8658.0, 8700.0, 8656.0, 8667.0, 8656.0, 8656.0, 8681.0, 8651.0, 8665.0, 8648.0, 8637.0, 8693.0, 8649.0, 8652.0, 8633.0, 8634.0, 8677.0, 8633.0, 8662.0, 8650.0, 8619.0, 8634.0, 8654.0, 8680.0, 8650.0, 8648.0, 8633.0, 8635.0, 8662.0, 8650.0, 8634.0, 8631.0, 8635.0, 8678.0, 8652.0, 8649.0, 8652.0, 8635.0, 8657.0, 8659.0, 8672.0, 8640.0, 8653.0, 8641.0, 8658.0, 8675.0, 8683.0, 8698.0, 8688.0, 8722.0, 8697.0, 8662.0, 8716.0, 8603.0, 8793.0, 8662.0, 8637.0, 8636.0, 8568.0, 8789.0, 8673.0, 8660.0, 8631.0, 8632.0, 8630.0, 8616.0, 8631.0, 8638.0, 8636.0, 8632.0, 8636.0, 8614.0, 8633.0, 8629.0, 8635.0, 8645.0, 8634.0, 8632.0, 8630.0, 8618.0, 8673.0, 8646.0, 8641.0, 8615.0, 8596.0, 8612.0, 8614.0, 8628.0, 8629.0, 8631.0, 8636.0, 8630.0, 8637.0, 8639.0, 8650.0, 8638.0, 8678.0, 8639.0, 8634.0, 8650.0, 8638.0, 8670.0, 8641.0, 8666.0, 8658.0, 8644.0, 8658.0, 8660.0, 8687.0, 8660.0, 8673.0, 8659.0, 8659.0, 8656.0, 8659.0, 8690.0, 8657.0, 8660.0, 8700.0, 8658.0, 8669.0, 8656.0, 8637.0, 8669.0, 8657.0, 8657.0, 8660.0, 8662.0, 8672.0, 8657.0, 8654.0, 8655.0, 8642.0, 8696.0, 8656.0, 8670.0, 8657.0, 8642.0, 8656.0, 8658.0, 8687.0, 8660.0, 8661.0, 8685.0, 8659.0, 8710.0, 8663.0, 8645.0, 8698.0, 8640.0, 8683.0, 8636.0, 8651.0, 8654.0, 8656.0, 8700.0, 8642.0, 8674.0, 8655.0, 8640.0, 8653.0, 8656.0, 8670.0, 8654.0, 8639.0, 8649.0, 8640.0, 8653.0, 8655.0, 8642.0, 8658.0, 8643.0, 8693.0, 8640.0, 8671.0, 8637.0, 8637.0, 8693.0, 8635.0, 8650.0, 8648.0, 8636.0, 8681.0, 8638.0, 8635.0, 8635.0, 8635.0, 8651.0, 8638.0, 8667.0, 8657.0, 8639.0, 8653.0, 8641.0, 8683.0, 8641.0, 8654.0, 8636.0, 8638.0, 8680.0, 8638.0, 8634.0, 8634.0, 8636.0, 8663.0, 8653.0, 8637.0, 8652.0, 8641.0, 8679.0, 8640.0, 8667.0, 8636.0, 8634.0, 8677.0, 8633.0, 8619.0, 8634.0, 8637.0, 8653.0, 8655.0, 8642.0, 8660.0, 8676.0, 8659.0, 8661.0, 8660.0, 8662.0, 8687.0, 8642.0, 8644.0, 8698.0, 8641.0, 8667.0, 8640.0, 8640.0, 8694.0, 8638.0, 8664.0, 8653.0, 8642.0, 8683.0, 8654.0, 8671.0, 8659.0, 8642.0, 8658.0, 8659.0, 8684.0, 8657.0, 8655.0, 8655.0, 8656.0, 8658.0, 8659.0, 8674.0, 8654.0, 8641.0, 8697.0, 8638.0, 8641.0, 8667.0, 8637.0, 8699.0, 8653.0, 8635.0, 8636.0, 8636.0, 8662.0, 8634.0, 8635.0, 8690.0, 8635.0, 8630.0, 8647.0, 8636.0, 8661.0, 8635.0, 8632.0, 8636.0, 8638.0, 8662.0, 8653.0, 8640.0, 8636.0, 8654.0, 8667.0, 8656.0, 8639.0, 8655.0, 8660.0, 8688.0, 8659.0, 8658.0, 8684.0, 8658.0, 8659.0, 8675.0, 8680.0, 8719.0, 8692.0, 8689.0, 8658.0, 8654.0, 8653.0, 8658.0, 8688.0, 8676.0, 8677.0, 8680.0, 8683.0, 8705.0, 8656.0, 8685.0, 8639.0, 8639.0, 8637.0, 8654.0, 8681.0, 8656.0, 8669.0, 8657.0, 8641.0, 8657.0, 8655.0, 8670.0, 8651.0, 8638.0, 8691.0, 8635.0, 8663.0, 8651.0, 8637.0, 8674.0, 8633.0, 8645.0, 8631.0, 8635.0, 8657.0, 8649.0, 8620.0, 8648.0, 8653.0, 8649.0, 8652.0, 8623.0, 8653.0, 8653.0, 8679.0, 8652.0, 8638.0, 8649.0, 8650.0, 8662.0, 8634.0, 8653.0, 8635.0, 8635.0, 8649.0, 8651.0, 8662.0, 8651.0, 8647.0, 8655.0, 8658.0, 8697.0, 8656.0, 8669.0, 8655.0, 8650.0, 8655.0, 8652.0, 8651.0, 8641.0, 8694.0, 8671.0, 8682.0, 8656.0, 8664.0, 8655.0, 8641.0, 8653.0, 8639.0, 8654.0, 8656.0, 8654.0, 8659.0, 8689.0, 8657.0, 8657.0, 8680.0, 8642.0, 8681.0, 8781.0, 8704.0, 8639.0, 8615.0, 8654.0, 8612.0, 8633.0, 8641.0, 8661.0, 8682.0, 8684.0, 8708.0, 8674.0, 8706.0, 8679.0, 8716.0, 8688.0, 8715.0, 8699.0, 8710.0, 8663.0, 8701.0, 8658.0, 8654.0, 8661.0, 8617.0, 8640.0, 8612.0, 8625.0, 8595.0, 8608.0, 8611.0, 8609.0, 8622.0, 8614.0, 8609.0, 8616.0, 8613.0, 8613.0, 8630.0, 8643.0, 8615.0, 8614.0, 8618.0, 8618.0, 8628.0, 8634.0, 8632.0, 8639.0, 8638.0, 8644.0, 8645.0, 8682.0, 8657.0, 8671.0, 8659.0, 8671.0, 8662.0, 8662.0, 8659.0, 8659.0, 8704.0, 8675.0, 8674.0, 8642.0, 8643.0, 8700.0, 8655.0, 8670.0, 8638.0, 8641.0, 8667.0, 8640.0, 8684.0, 8638.0, 8637.0, 8633.0, 8636.0, 8663.0, 8636.0, 8638.0, 8636.0, 8641.0, 8666.0, 8638.0, 8639.0, 8651.0, 8637.0, 8654.0, 8657.0, 8654.0, 8659.0, 8663.0, 8659.0, 8660.0, 8688.0, 8659.0, 8676.0, 8658.0, 8646.0, 8702.0, 8658.0, 8670.0, 8638.0, 8640.0, 8678.0, 8641.0, 8656.0, 8638.0, 8641.0, 8664.0, 8639.0, 8670.0, 8637.0, 8636.0, 8666.0, 8653.0, 8639.0, 8637.0, 8639.0, 8652.0, 8641.0, 8639.0, 8636.0, 8642.0, 8683.0, 8642.0, 8653.0, 8638.0, 8641.0, 8683.0, 8655.0, 8653.0, 8660.0, 8659.0, 8701.0, 8660.0, 8674.0, 8659.0, 8648.0, 8697.0, 8658.0, 8660.0, 8697.0, 8637.0, 8651.0, 8635.0, 8636.0, 8676.0, 8636.0, 8671.0, 8652.0, 8640.0, 8650.0, 8639.0, 8637.0, 8638.0, 8656.0, 8654.0, 8661.0, 8661.0, 8657.0, 8656.0, 8656.0, 8659.0, 8658.0, 8657.0, 8657.0, 8698.0, 8656.0, 8657.0, 8656.0, 8656.0, 8684.0, 8654.0, 8639.0, 8651.0, 8654.0, 8669.0, 8659.0, 8643.0, 8672.0, 8658.0, 8688.0, 8659.0, 8661.0, 8686.0, 8660.0, 8663.0, 8675.0, 8678.0, 8662.0, 8681.0, 8683.0, 8708.0, 8680.0, 8682.0, 8678.0, 8680.0, 8694.0, 8680.0, 8668.0, 8705.0, 8660.0, 8706.0, 8662.0, 8662.0, 8659.0, 8661.0, 8689.0, 8658.0, 8661.0, 8699.0, 8655.0, 8685.0, 8655.0, 8643.0, 8700.0, 8670.0, 8670.0, 8634.0, 8636.0, 8663.0, 8634.0, 8635.0, 8687.0, 8633.0, 8634.0, 8632.0, 8634.0, 8658.0, 8634.0, 8632.0, 8654.0, 8656.0, 8656.0, 8656.0, 8673.0, 8661.0, 8687.0, 8658.0, 8655.0, 8686.0, 8667.0, 8666.0, 8633.0, 8637.0, 8678.0, 8634.0, 8650.0, 8674.0, 8630.0, 8676.0, 8630.0, 8630.0, 8626.0, 8626.0, 8614.0, 8626.0, 8628.0, 8671.0, 8629.0, 8613.0, 8625.0, 8627.0, 8639.0, 8626.0, 8626.0, 8626.0, 8631.0, 8614.0, 8629.0, 8630.0, 8656.0, 8628.0, 8642.0, 8626.0, 8627.0, 8637.0, 8625.0, 8613.0, 8653.0, 8627.0, 8624.0, 8627.0, 8630.0, 8656.0, 8633.0, 8612.0, 8630.0, 8632.0, 8645.0, 8651.0, 8647.0, 8655.0, 8656.0, 8658.0, 8661.0, 8675.0, 8677.0, 8677.0, 8637.0, 8781.0, 8689.0, 8663.0, 8651.0, 8650.0, 8652.0, 8648.0, 8672.0, 8678.0, 8685.0, 8677.0, 8681.0, 8694.0, 8680.0, 8688.0, 8663.0, 8674.0, 8658.0, 8669.0, 8657.0, 8688.0, 8678.0, 8694.0, 8679.0, 8697.0, 8658.0, 8639.0, 8680.0, 8647.0, 8643.0, 8630.0, 8616.0, 8636.0, 8628.0, 8629.0, 8629.0, 8615.0, 8629.0, 8634.0, 8628.0, 8635.0, 8634.0, 8651.0, 8638.0, 8650.0, 8653.0, 8664.0, 8650.0, 8640.0, 8693.0, 8653.0, 8662.0, 8650.0, 8640.0, 8680.0, 8635.0, 8664.0, 8655.0, 8657.0, 8652.0, 8657.0, 8685.0, 8653.0, 8652.0, 8650.0, 8652.0, 8680.0, 8651.0, 8652.0, 8650.0, 8638.0, 8649.0, 8657.0, 8669.0, 8655.0, 8657.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.001574435483870968</td></tr>
<tr><td colspan=3>aqi</td><td>0.021100996313364057</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.046724260103844</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1946431839215705</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0025497264359857</td></tr>
<tr><td colspan=3>efc</td><td>0.5044</td></tr>
<tr><td colspan=3>fber</td><td>3911.948</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08993744811100869</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7649769585253456</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2450767397065743</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.219397037994542</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4617480322164442</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.054085148908736</td></tr>
<tr><td colspan=3>gcor</td><td>0.00844503</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02003699354827404</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029008399695158005</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.145702891761874</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>23.2992</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.1001</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.3777</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299478.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1042.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.7575</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.686</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.0402</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3090.2355</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>778.3913</td></tr>
<tr><td colspan=3>tsnr</td><td>39.198069408070296</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>