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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0132_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0132_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0132_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-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0132/ses-03/func/sub-0132_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>01519c1dc3e593fcfdcf5489608eeabf</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:12:53.385000</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.998769, 0.0101333, -0.0485635, -0.0099364, 0.999941, 0.00429369]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0688445</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -7734, -7224, 326, -60, -4, 49, 142]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d9d90657-a085-4315-afe6-d15646a7cdcd||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.6796233654022217, -0.02665862813591957, -0.1312311440706253, 118.07454681396484], [-0.027186831459403038, 2.682769775390625, 0.010275820270180702, -106.09562683105469], [-0.13029220700263977, -0.011519662104547024, 2.696789503097534, -63.600826263427734], [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': ['191253.385000', '191253.845000', '191254.305000', '191254.765000', '191255.225000', '191255.685000', '191256.145000', '191256.605000', '191257.065000', '191257.525000', '191257.985000', '191258.445000', '191258.905000', '191259.365000', '191259.825000', '191300.285000', '191300.745000', '191301.205000', '191301.665000', '191302.125000', '191302.585000', '191303.045000', '191303.505000', '191303.965000', '191304.425000', '191304.885000', '191305.345000', '191305.805000', '191306.265000', '191306.725000', '191307.185000', '191307.645000', '191308.105000', '191308.565000', '191309.025000', '191309.485000', '191309.945000', '191310.405000', '191310.865000', '191311.325000', '191311.785000', '191312.245000', '191312.705000', '191313.165000', '191313.625000', '191314.085000', '191314.545000', '191315.005000', '191315.465000', '191315.925000', '191316.385000', '191316.845000', '191317.305000', '191317.765000', '191318.225000', '191318.685000', '191319.145000', '191319.605000', '191320.065000', '191320.525000', '191320.985000', '191321.445000', '191321.905000', '191322.365000', '191322.825000', '191323.285000', '191323.745000', '191324.205000', '191324.665000', '191325.125000', '191325.585000', '191326.045000', '191326.505000', '191326.965000', '191327.425000', '191327.885000', '191328.345000', '191328.805000', '191329.265000', '191329.725000', '191330.185000', '191330.645000', '191331.105000', '191331.565000', '191332.025000', '191332.485000', '191332.945000', '191333.405000', '191333.865000', '191334.325000', '191334.785000', '191335.245000', '191335.705000', '191336.165000', '191336.625000', '191337.085000', '191337.545000', '191338.005000', '191338.465000', '191338.925000', '191339.385000', '191339.845000', '191340.305000', '191340.765000', '191341.225000', '191341.685000', '191342.145000', '191342.605000', '191343.065000', '191343.525000', '191343.985000', '191344.445000', '191344.905000', '191345.365000', '191345.825000', '191346.285000', '191346.745000', '191347.205000', '191347.665000', '191348.125000', '191348.585000', '191349.045000', '191349.505000', '191349.965000', '191350.425000', '191350.885000', '191351.345000', '191351.805000', '191352.265000', '191352.725000', '191353.185000', '191353.645000', '191354.105000', '191354.565000', '191355.025000', '191355.485000', '191355.945000', '191356.405000', '191356.865000', '191357.325000', '191357.785000', '191358.245000', '191358.705000', '191359.165000', '191359.625000', '191400.085000', '191400.545000', '191401.005000', '191401.465000', '191401.925000', '191402.385000', '191402.845000', '191403.305000', '191403.765000', '191404.225000', '191404.685000', '191405.145000', '191405.605000', '191406.065000', '191406.525000', '191406.985000', '191407.445000', '191407.905000', '191408.365000', '191408.825000', '191409.285000', '191409.745000', '191410.205000', '191410.665000', '191411.125000', '191411.585000', '191412.045000', '191412.505000', '191412.965000', '191413.425000', '191413.885000', '191414.345000', '191414.805000', '191415.265000', '191415.725000', '191416.185000', '191416.645000', '191417.105000', '191417.565000', '191418.025000', '191418.485000', '191418.945000', '191419.405000', '191419.865000', '191420.325000', '191420.785000', '191421.245000', '191421.705000', '191422.165000', '191422.625000', '191423.085000', '191423.545000', '191424.005000', '191424.465000', '191424.925000', '191425.385000', '191425.845000', '191426.305000', '191426.765000', '191427.225000', '191427.685000', '191428.145000', '191428.605000', '191429.065000', '191429.525000', '191429.985000', '191430.445000', '191430.905000', '191431.365000', '191431.825000', '191432.285000', '191432.745000', '191433.205000', '191433.665000', '191434.125000', '191434.585000', '191435.045000', '191435.505000', '191435.965000', '191436.425000', '191436.885000', '191437.345000', '191437.805000', '191438.265000', '191438.725000', '191439.185000', '191439.645000', '191440.105000', '191440.565000', '191441.025000', '191441.485000', '191441.945000', '191442.405000', '191442.865000', '191443.325000', '191443.785000', '191444.245000', '191444.705000', '191445.165000', '191445.625000', '191446.085000', '191446.545000', '191447.005000', '191447.465000', '191447.925000', '191448.385000', '191448.845000', '191449.305000', '191449.765000', '191450.225000', '191450.685000', '191451.145000', '191451.605000', '191452.065000', '191452.525000', '191452.985000', '191453.445000', '191453.905000', '191454.365000', '191454.825000', '191455.285000', '191455.745000', '191456.205000', '191456.665000', '191457.125000', '191457.585000', '191458.045000', '191458.505000', '191458.965000', '191459.425000', '191459.885000', '191500.345000', '191500.805000', '191501.265000', '191501.725000', '191502.185000', '191502.645000', '191503.105000', '191503.565000', '191504.025000', '191504.485000', '191504.945000', '191505.405000', '191505.865000', '191506.325000', '191506.785000', '191507.245000', '191507.705000', '191508.165000', '191508.625000', '191509.085000', '191509.545000', '191510.005000', '191510.465000', '191510.925000', '191511.385000', '191511.845000', '191512.305000', '191512.765000', '191513.225000', '191513.685000', '191514.145000', '191514.605000', '191515.065000', '191515.525000', '191515.985000', '191516.445000', '191516.905000', '191517.365000', '191517.825000', '191518.285000', '191518.745000', '191519.205000', '191519.665000', '191520.125000', '191520.585000', '191521.045000', '191521.505000', '191521.965000', '191522.425000', '191522.885000', '191523.345000', '191523.805000', '191524.265000', '191524.725000', '191525.185000', '191525.645000', '191526.105000', '191526.565000', '191527.025000', '191527.485000', '191527.945000', '191528.405000', '191528.865000', '191529.325000', '191529.785000', '191530.245000', '191530.705000', '191531.165000', '191531.625000', '191532.085000', '191532.545000', '191533.005000', '191533.465000', '191533.925000', '191534.385000', '191534.845000', '191535.305000', '191535.765000', '191536.225000', '191536.685000', '191537.145000', '191537.605000', '191538.065000', '191538.525000', '191538.985000', '191539.445000', '191539.905000', '191540.365000', '191540.825000', '191541.285000', '191541.745000', '191542.205000', '191542.665000', '191543.125000', '191543.585000', '191544.045000', '191544.505000', '191544.965000', '191545.425000', '191545.885000', '191546.345000', '191546.805000', '191547.265000', '191547.725000', '191548.185000', '191548.645000', '191549.105000', '191549.565000', '191550.025000', '191550.485000', '191550.945000', '191551.405000', '191551.865000', '191552.325000', '191552.785000', '191553.245000', '191553.705000', '191554.165000', '191554.625000', '191555.085000', '191555.545000', '191556.005000', '191556.465000', '191556.925000', '191557.385000', '191557.845000', '191558.305000', '191558.765000', '191559.225000', '191559.685000', '191600.145000', '191600.605000', '191601.065000', '191601.525000', '191601.985000', '191602.445000', '191602.905000', '191603.365000', '191603.825000', '191604.285000', '191604.745000', '191605.205000', '191605.665000', '191606.125000', '191606.585000', '191607.045000', '191607.505000', '191607.965000', '191608.425000', '191608.885000', '191609.345000', '191609.805000', '191610.265000', '191610.725000', '191611.185000', '191611.645000', '191612.105000', '191612.565000', '191613.025000', '191613.485000', '191613.945000', '191614.405000', '191614.865000', '191615.325000', '191615.785000', '191616.245000', '191616.705000', '191617.165000', '191617.625000', '191618.085000', '191618.545000', '191619.005000', '191619.465000', '191619.925000', '191620.385000', '191620.845000', '191621.305000', '191621.765000', '191622.225000', '191622.685000', '191623.145000', '191623.605000', '191624.065000', '191624.525000', '191624.985000', '191625.445000', '191625.905000', '191626.365000', '191626.825000', '191627.285000', '191627.745000', '191628.205000', '191628.665000', '191629.125000', '191629.585000', '191630.045000', '191630.505000', '191630.965000', '191631.425000', '191631.885000', '191632.345000', '191632.805000', '191633.265000', '191633.725000', '191634.185000', '191634.645000', '191635.105000', '191635.565000', '191636.025000', '191636.485000', '191636.945000', '191637.405000', '191637.865000', '191638.325000', '191638.785000', '191639.245000', '191639.705000', '191640.165000', '191640.625000', '191641.085000', '191641.545000', '191642.005000', '191642.465000', '191642.925000', '191643.385000', '191643.845000', '191644.305000', '191644.765000', '191645.225000', '191645.685000', '191646.145000', '191646.605000', '191647.065000', '191647.525000', '191647.985000', '191648.445000', '191648.905000', '191649.365000', '191649.825000', '191650.285000', '191650.745000', '191651.205000', '191651.665000', '191652.125000', '191652.585000', '191653.045000', '191653.505000', '191653.965000', '191654.425000', '191654.885000', '191655.345000', '191655.805000', '191656.265000', '191656.725000', '191657.185000', '191657.645000', '191658.105000', '191658.565000', '191659.025000', '191659.485000', '191659.945000', '191700.405000', '191700.865000', '191701.325000', '191701.785000', '191702.245000', '191702.705000', '191703.165000', '191703.625000', '191704.085000', '191704.545000', '191705.005000', '191705.465000', '191705.925000', '191706.385000', '191706.845000', '191707.305000', '191707.765000', '191708.225000', '191708.685000', '191709.145000', '191709.605000', '191710.065000', '191710.525000', '191710.985000', '191711.445000', '191711.905000', '191712.365000', '191712.825000', '191713.285000', '191713.745000', '191714.205000', '191714.665000', '191715.125000', '191715.585000', '191716.045000', '191716.505000', '191716.965000', '191717.425000', '191717.885000', '191718.345000', '191718.805000', '191719.265000', '191719.725000', '191720.185000', '191720.645000', '191721.105000', '191721.565000', '191722.025000', '191722.485000', '191722.945000', '191723.405000', '191723.865000', '191724.325000', '191724.785000', '191725.245000', '191725.705000', '191726.165000', '191726.625000', '191727.085000', '191727.545000', '191728.005000', '191728.465000', '191728.925000', '191729.385000', '191729.845000', '191730.305000', '191730.765000', '191731.225000', '191731.685000', '191732.145000', '191732.605000', '191733.065000', '191733.525000', '191733.985000', '191734.445000', '191734.905000', '191735.365000', '191735.825000', '191736.285000', '191736.745000', '191737.205000', '191737.665000', '191738.125000', '191738.585000', '191739.045000', '191739.505000', '191739.965000', '191740.425000', '191740.885000', '191741.345000', '191741.805000', '191742.265000', '191742.725000', '191743.185000', '191743.645000', '191744.105000', '191744.565000', '191745.025000', '191745.485000', '191745.945000', '191746.405000', '191746.865000', '191747.325000', '191747.785000', '191748.245000', '191748.705000', '191749.165000', '191749.625000', '191750.085000', '191750.545000', '191751.005000', '191751.465000', '191751.925000', '191752.385000', '191752.845000', '191753.305000', '191753.765000', '191754.225000', '191754.685000', '191755.145000', '191755.605000', '191756.065000', '191756.525000', '191756.985000', '191757.445000', '191757.905000', '191758.365000', '191758.825000', '191759.285000', '191759.745000', '191800.205000', '191800.665000', '191801.125000', '191801.585000', '191802.045000', '191802.505000', '191802.965000', '191803.425000', '191803.885000', '191804.345000', '191804.805000', '191805.265000', '191805.725000', '191806.185000', '191806.645000', '191807.105000', '191807.565000', '191808.025000', '191808.485000', '191808.945000', '191809.405000', '191809.865000', '191810.325000', '191810.785000', '191811.245000', '191811.705000', '191812.165000', '191812.625000', '191813.085000', '191813.545000', '191814.005000', '191814.465000', '191814.925000', '191815.385000', '191815.845000', '191816.305000', '191816.765000', '191817.225000', '191817.685000', '191818.145000', '191818.605000', '191819.065000', '191819.525000', '191819.985000', '191820.445000', '191820.905000', '191821.365000', '191821.825000', '191822.285000', '191822.745000', '191823.205000', '191823.665000', '191824.125000', '191824.585000', '191825.045000', '191825.505000', '191825.965000', '191826.425000', '191826.885000', '191827.345000', '191827.805000', '191828.265000', '191828.725000', '191829.185000', '191829.645000', '191830.105000', '191830.565000', '191831.025000', '191831.485000', '191831.945000', '191832.405000', '191832.865000', '191833.325000', '191833.785000', '191834.245000', '191834.705000', '191835.165000', '191835.625000', '191836.085000', '191836.545000', '191837.005000', '191837.465000', '191837.925000', '191838.385000', '191838.845000', '191839.305000', '191839.765000', '191840.225000', '191840.685000', '191841.145000', '191841.605000', '191842.065000', '191842.525000', '191842.985000', '191843.445000', '191843.905000', '191844.365000', '191844.825000', '191845.285000', '191845.745000', '191846.205000', '191846.665000', '191847.125000', '191847.585000', '191848.045000', '191848.505000', '191848.965000', '191849.425000', '191849.885000', '191850.345000', '191850.805000', '191851.265000', '191851.725000', '191852.185000', '191852.645000', '191853.105000', '191853.565000', '191854.025000', '191854.485000', '191854.945000', '191855.405000', '191855.865000', '191856.325000', '191856.785000', '191857.245000', '191857.705000', '191858.165000', '191858.625000', '191859.085000', '191859.545000', '191900.005000', '191900.465000', '191900.925000', '191901.385000', '191901.845000', '191902.305000', '191902.765000', '191903.225000', '191903.685000', '191904.145000', '191904.605000', '191905.065000', '191905.525000', '191905.985000', '191906.445000', '191906.905000', '191907.365000', '191907.825000', '191908.285000', '191908.745000', '191909.205000', '191909.665000', '191910.125000', '191910.585000', '191911.045000', '191911.505000', '191911.965000', '191912.425000', '191912.885000', '191913.345000', '191913.805000', '191914.265000', '191914.725000', '191915.185000', '191915.645000', '191916.105000', '191916.565000', '191917.025000', '191917.485000', '191917.945000', '191918.405000', '191918.865000', '191919.325000', '191919.785000', '191920.245000', '191920.705000', '191921.165000', '191921.625000', '191922.085000', '191922.545000', '191923.005000', '191923.465000', '191923.925000', '191924.385000', '191924.845000', '191925.305000', '191925.765000', '191926.225000', '191926.685000', '191927.145000', '191927.605000', '191928.065000', '191928.525000', '191928.985000', '191929.445000', '191929.905000', '191930.365000', '191930.825000', '191931.285000', '191931.745000', '191932.205000', '191932.665000', '191933.125000', '191933.585000', '191934.045000'], 'ContentTime': ['191314.716000', '191314.719000', '191314.722000', '191314.725000', '191314.727000', '191314.730000', '191314.732000', '191314.735000', '191314.737000', '191314.740000', '191314.742000', '191314.751000', '191314.754000', '191314.764000', '191314.766000', '191314.769000', '191314.771000', '191314.774000', '191314.776000', '191314.779000', '191314.781000', '191314.784000', '191314.787000', '191314.789000', '191314.792000', '191314.794000', '191314.797000', '191314.800000', '191314.802000', '191314.805000', '191314.807000', '191314.810000', '191314.813000', '191314.815000', '191314.818000', '191314.820000', '191314.823000', '191314.826000', '191314.828000', '191314.831000', '191314.834000', '191314.836000', '191314.839000', '191314.841000', '191314.844000', '191334.674000', '191334.677000', '191334.680000', '191334.682000', '191334.685000', '191334.688000', '191334.690000', '191334.693000', '191334.695000', '191334.698000', '191334.701000', '191334.703000', '191334.706000', '191334.708000', '191334.711000', '191334.713000', '191334.716000', '191334.719000', '191334.721000', '191334.724000', '191334.726000', '191334.729000', '191334.731000', '191334.734000', '191334.737000', '191334.739000', '191334.742000', '191334.744000', '191334.747000', '191334.749000', '191334.752000', '191334.755000', '191334.757000', '191334.760000', '191334.762000', '191334.765000', '191334.768000', '191334.770000', '191334.773000', '191334.775000', '191334.778000', '191334.780000', '191334.783000', '191354.673000', '191354.676000', '191354.679000', '191354.681000', '191354.684000', '191354.686000', '191354.689000', '191354.692000', '191354.694000', '191354.697000', '191354.699000', '191354.702000', '191354.705000', '191354.707000', '191354.710000', '191354.712000', '191354.715000', '191354.718000', '191354.720000', '191354.723000', '191354.725000', '191354.728000', '191354.731000', '191354.733000', '191354.736000', '191354.738000', '191354.741000', '191354.744000', '191354.746000', '191354.749000', '191354.751000', '191354.754000', '191354.756000', '191354.759000', '191354.762000', '191354.764000', '191354.767000', '191354.769000', '191354.772000', '191354.775000', '191354.777000', '191354.787000', '191354.790000', '191354.792000', '191414.673000', '191414.676000', '191414.679000', '191414.681000', '191414.684000', '191414.686000', '191414.689000', '191414.691000', '191414.694000', '191414.696000', '191414.699000', '191414.702000', '191414.704000', '191414.707000', '191414.709000', '191414.712000', '191414.714000', '191414.717000', '191414.719000', '191414.722000', '191414.724000', '191414.727000', '191414.729000', '191414.744000', '191414.747000', '191414.749000', '191414.752000', '191414.754000', '191414.757000', '191414.760000', '191414.762000', '191414.765000', '191414.767000', '191414.770000', '191414.772000', '191414.775000', '191414.777000', '191414.780000', '191414.783000', '191414.793000', '191414.796000', '191414.798000', '191414.801000', '191434.673000', '191434.676000', '191434.679000', '191434.681000', '191434.684000', '191434.686000', '191434.689000', '191434.692000', '191434.694000', '191434.697000', '191434.699000', '191434.702000', '191434.704000', '191434.707000', '191434.709000', '191434.712000', '191434.715000', '191434.717000', '191434.720000', '191434.723000', '191434.725000', '191434.728000', '191434.730000', '191434.733000', '191434.736000', '191434.738000', '191434.741000', '191434.743000', '191434.746000', '191434.749000', '191434.751000', '191434.754000', '191434.756000', '191434.759000', '191434.762000', '191434.764000', '191434.767000', '191434.770000', '191434.781000', '191434.783000', '191434.786000', '191434.789000', '191434.791000', '191434.794000', '191454.673000', '191454.676000', '191454.679000', '191454.681000', '191454.684000', '191454.687000', '191454.689000', '191454.692000', '191454.694000', '191454.697000', '191454.699000', '191454.702000', '191454.705000', '191454.707000', '191454.710000', '191454.713000', '191454.715000', '191454.718000', '191454.721000', '191454.723000', '191454.726000', '191454.728000', '191454.731000', '191454.734000', '191454.736000', '191454.739000', '191454.742000', '191454.744000', '191454.747000', '191454.749000', '191454.752000', '191454.754000', '191454.757000', '191454.759000', '191454.762000', '191454.765000', '191454.767000', '191454.770000', '191454.772000', '191454.775000', '191454.777000', '191454.780000', '191454.782000', '191514.674000', '191514.677000', '191514.680000', '191514.682000', '191514.685000', '191514.687000', '191514.690000', '191514.693000', '191514.695000', '191514.698000', '191514.700000', '191514.703000', '191514.705000', '191514.708000', '191514.711000', '191514.713000', '191514.716000', '191514.718000', '191514.721000', '191514.723000', '191514.726000', '191514.729000', '191514.731000', '191514.734000', '191514.736000', '191514.739000', '191514.742000', '191514.744000', '191514.747000', '191514.749000', '191514.752000', '191514.754000', '191514.757000', '191514.759000', '191514.762000', '191514.764000', '191514.767000', '191514.770000', '191514.772000', '191514.775000', '191514.777000', '191514.780000', '191514.782000', '191514.785000', '191534.674000', '191534.677000', '191534.680000', '191534.682000', '191534.685000', '191534.687000', '191534.690000', '191534.693000', '191534.695000', '191534.698000', '191534.700000', '191534.703000', '191534.706000', '191534.708000', '191534.711000', '191534.713000', '191534.716000', '191534.718000', '191534.721000', '191534.724000', '191534.726000', '191534.729000', '191534.731000', '191534.734000', '191534.736000', '191534.739000', '191534.741000', '191534.744000', '191534.746000', '191534.749000', '191534.752000', '191534.754000', '191534.757000', '191534.759000', '191534.762000', '191534.765000', '191534.767000', '191534.770000', '191534.772000', '191534.775000', '191534.778000', '191534.780000', '191534.783000', '191554.674000', '191554.677000', '191554.680000', '191554.682000', '191554.685000', '191554.688000', '191554.690000', '191554.693000', '191554.695000', '191554.698000', '191554.701000', '191554.703000', '191554.706000', '191554.709000', '191554.711000', '191554.714000', '191554.717000', '191554.719000', '191554.722000', '191554.742000', '191554.744000', '191554.747000', '191554.749000', '191554.752000', '191554.754000', '191554.757000', '191554.760000', '191554.762000', '191554.765000', '191554.767000', '191554.770000', '191554.773000', '191554.775000', '191554.778000', '191554.780000', '191554.783000', '191554.786000', '191554.788000', '191554.791000', '191554.793000', '191554.796000', '191554.799000', '191554.823000', '191554.826000', '191614.673000', '191614.676000', '191614.679000', '191614.682000', '191614.684000', '191614.687000', '191614.690000', '191614.692000', '191614.695000', '191614.697000', '191614.700000', '191614.703000', '191614.705000', '191614.708000', '191614.710000', '191614.713000', '191614.716000', '191614.718000', '191614.721000', '191614.723000', '191614.726000', '191614.729000', '191614.731000', '191614.734000', '191614.736000', '191614.739000', '191614.741000', '191614.744000', '191614.747000', '191614.749000', '191614.752000', '191614.754000', '191614.757000', '191614.760000', '191614.762000', '191614.765000', '191614.767000', '191614.770000', '191614.773000', '191614.775000', '191614.778000', '191614.780000', '191614.783000', '191634.673000', '191634.676000', '191634.679000', '191634.681000', '191634.684000', '191634.687000', '191634.689000', '191634.692000', '191634.695000', '191634.698000', '191634.701000', '191634.703000', '191634.706000', '191634.709000', '191634.711000', '191634.714000', '191634.716000', '191634.719000', '191634.722000', '191634.724000', '191634.727000', '191634.729000', '191634.732000', '191634.734000', '191634.737000', '191634.739000', '191634.742000', '191634.745000', '191634.747000', '191634.750000', '191634.753000', '191634.755000', '191634.758000', '191634.761000', '191634.763000', '191634.766000', '191634.769000', '191634.771000', '191634.774000', '191634.776000', '191634.779000', '191634.781000', '191634.784000', '191634.787000', '191654.674000', '191654.676000', '191654.679000', '191654.682000', '191654.684000', '191654.687000', '191654.689000', '191654.692000', '191654.694000', '191654.697000', '191654.699000', '191654.702000', '191654.705000', '191654.707000', '191654.710000', '191654.712000', '191654.715000', '191654.717000', '191654.727000', '191654.738000', '191654.741000', '191654.743000', '191654.746000', '191654.749000', '191654.751000', '191654.754000', '191654.756000', '191654.759000', '191654.762000', '191654.764000', '191654.767000', '191654.769000', '191654.772000', '191654.774000', '191654.777000', '191654.780000', '191654.782000', '191654.785000', '191654.787000', '191654.790000', '191654.793000', '191654.795000', '191654.798000', '191714.673000', '191714.676000', '191714.679000', '191714.681000', '191714.684000', '191714.687000', '191714.689000', '191714.692000', '191714.695000', '191714.698000', '191714.701000', '191714.704000', '191714.706000', '191714.709000', '191714.711000', '191714.714000', '191714.716000', '191714.719000', '191714.722000', '191714.724000', '191714.727000', '191714.729000', '191714.732000', '191714.734000', '191714.737000', '191714.740000', '191714.742000', '191714.745000', '191714.747000', '191714.750000', '191714.752000', '191714.755000', '191714.758000', '191714.760000', '191714.763000', '191714.765000', '191714.768000', '191714.770000', '191714.773000', '191714.775000', '191714.778000', '191714.781000', '191714.783000', '191734.674000', '191734.677000', '191734.680000', '191734.683000', '191734.685000', '191734.688000', '191734.690000', '191734.693000', '191734.695000', '191734.698000', '191734.700000', '191734.703000', '191734.706000', '191734.709000', '191734.711000', '191734.714000', '191734.717000', '191734.719000', '191734.722000', '191734.724000', '191734.727000', '191734.730000', '191734.732000', '191734.735000', '191734.737000', '191734.740000', '191734.743000', '191734.745000', '191734.748000', '191734.750000', '191734.753000', '191734.755000', '191734.758000', '191734.760000', '191734.763000', '191734.766000', '191734.768000', '191734.771000', '191734.773000', '191734.776000', '191734.779000', '191734.781000', '191734.784000', '191734.786000', '191754.674000', '191754.677000', '191754.680000', '191754.682000', '191754.685000', '191754.688000', '191754.690000', '191754.693000', '191754.695000', '191754.698000', '191754.701000', '191754.704000', '191754.707000', '191754.710000', '191754.713000', '191754.715000', '191754.718000', '191754.721000', '191754.723000', '191754.726000', '191754.729000', '191754.731000', '191754.734000', '191754.737000', '191754.740000', '191754.742000', '191754.745000', '191754.747000', '191754.750000', '191754.752000', '191754.755000', '191754.758000', '191754.760000', '191754.763000', '191754.765000', '191754.768000', '191754.771000', '191754.773000', '191754.776000', '191754.778000', '191754.781000', '191754.783000', '191754.786000', '191814.674000', '191814.677000', '191814.680000', '191814.682000', '191814.685000', '191814.688000', '191814.690000', '191814.693000', '191814.696000', '191814.698000', '191814.701000', '191814.704000', '191814.706000', '191814.709000', '191814.712000', '191814.714000', '191814.717000', '191814.720000', '191814.722000', '191814.725000', '191814.728000', '191814.731000', '191814.733000', '191814.736000', '191814.738000', '191814.741000', '191814.744000', '191814.754000', '191814.756000', '191814.759000', '191814.762000', '191814.764000', '191814.767000', '191814.769000', '191814.772000', '191814.774000', '191814.777000', '191814.779000', '191814.782000', '191814.785000', '191814.787000', '191814.790000', '191814.792000', '191814.795000', '191834.673000', '191834.676000', '191834.679000', '191834.681000', '191834.684000', '191834.687000', '191834.689000', '191834.692000', '191834.694000', '191834.697000', '191834.700000', '191834.702000', '191834.705000', '191834.708000', '191834.711000', '191834.713000', '191834.716000', '191834.719000', '191834.721000', '191834.724000', '191834.726000', '191834.729000', '191834.731000', '191834.734000', '191834.737000', '191834.739000', '191834.742000', '191834.744000', '191834.747000', '191834.749000', '191834.752000', '191834.755000', '191834.757000', '191834.760000', '191834.762000', '191834.765000', '191834.767000', '191834.770000', '191834.773000', '191834.775000', '191834.778000', '191834.780000', '191834.783000', '191854.673000', '191854.676000', '191854.679000', '191854.682000', '191854.684000', '191854.687000', '191854.689000', '191854.692000', '191854.694000', '191854.697000', '191854.700000', '191854.713000', '191854.715000', '191854.718000', '191854.721000', '191854.723000', '191854.726000', '191854.728000', '191854.731000', '191854.733000', '191854.736000', '191854.739000', '191854.741000', '191854.744000', '191854.746000', '191854.749000', '191854.751000', '191854.754000', '191854.757000', '191854.759000', '191854.762000', '191854.769000', '191854.772000', '191854.775000', '191854.777000', '191854.780000', '191854.782000', '191854.785000', '191854.788000', '191854.790000', '191854.793000', '191854.795000', '191854.798000', '191854.877000', '191914.673000', '191914.676000', '191914.679000', '191914.681000', '191914.684000', '191914.686000', '191914.689000', '191914.692000', '191914.694000', '191914.697000', '191914.700000', '191914.702000', '191914.705000', '191914.707000', '191914.710000', '191914.713000', '191914.715000', '191914.718000', '191914.721000', '191914.723000', '191914.726000', '191914.729000', '191914.731000', '191914.734000', '191914.737000', '191914.740000', '191914.743000', '191914.746000', '191914.749000', '191914.752000', '191914.755000', '191914.757000', '191914.760000', '191914.762000', '191914.765000', '191914.767000', '191914.770000', '191914.772000', '191914.776000', '191914.779000', '191914.782000', '191914.784000', '191914.787000', '191934.674000', '191934.677000', '191934.680000', '191934.683000', '191934.688000', '191934.693000', '191934.699000', '191934.702000', '191934.706000', '191934.709000', '191934.712000', '191934.715000', '191934.717000', '191934.720000', '191934.723000', '191934.725000', '191934.728000', '191934.730000', '191934.733000', '191934.736000', '191934.738000', '191934.741000', '191934.744000', '191934.746000', '191934.749000', '191934.751000', '191934.754000', '191934.757000', '191934.759000', '191934.762000', '191934.765000', '191934.767000', '191934.770000', '191934.772000', '191934.775000', '191934.777000', '191934.780000', '191934.783000', '191934.785000', '191934.788000', '191934.790000', '191934.793000', '191934.795000', '191934.798000', '191934.950000'], 'InstanceCreationTime': ['191314.716000', '191314.719000', '191314.722000', '191314.725000', '191314.727000', '191314.730000', '191314.732000', '191314.735000', '191314.737000', '191314.740000', '191314.742000', '191314.751000', '191314.754000', '191314.764000', '191314.766000', '191314.769000', '191314.771000', '191314.774000', '191314.776000', '191314.779000', '191314.781000', '191314.784000', '191314.787000', '191314.789000', '191314.792000', '191314.794000', '191314.797000', '191314.800000', '191314.802000', '191314.805000', '191314.807000', '191314.810000', '191314.813000', '191314.815000', '191314.818000', '191314.820000', '191314.823000', '191314.826000', '191314.828000', '191314.831000', '191314.834000', '191314.836000', '191314.839000', '191314.841000', '191314.844000', '191334.674000', '191334.677000', '191334.680000', '191334.682000', '191334.685000', '191334.688000', '191334.690000', '191334.693000', '191334.695000', '191334.698000', '191334.701000', '191334.703000', '191334.706000', '191334.708000', '191334.711000', '191334.713000', '191334.716000', '191334.719000', '191334.721000', '191334.724000', '191334.726000', '191334.729000', '191334.731000', '191334.734000', '191334.737000', '191334.739000', '191334.742000', '191334.744000', '191334.747000', '191334.749000', '191334.752000', '191334.755000', '191334.757000', '191334.760000', '191334.762000', '191334.765000', '191334.768000', '191334.770000', '191334.773000', '191334.775000', '191334.778000', '191334.780000', '191334.783000', '191354.673000', '191354.676000', '191354.679000', '191354.681000', '191354.684000', '191354.686000', '191354.689000', '191354.692000', '191354.694000', '191354.697000', '191354.699000', '191354.702000', '191354.705000', '191354.707000', '191354.710000', '191354.712000', '191354.715000', '191354.718000', '191354.720000', '191354.723000', '191354.725000', '191354.728000', '191354.731000', '191354.733000', '191354.736000', '191354.738000', '191354.741000', '191354.744000', '191354.746000', '191354.749000', '191354.751000', '191354.754000', '191354.756000', '191354.759000', '191354.762000', '191354.764000', '191354.767000', '191354.769000', '191354.772000', '191354.775000', '191354.777000', '191354.787000', '191354.790000', '191354.792000', '191414.673000', '191414.676000', '191414.679000', '191414.681000', '191414.684000', '191414.686000', '191414.689000', '191414.691000', '191414.694000', '191414.696000', '191414.699000', '191414.702000', '191414.704000', '191414.707000', '191414.709000', '191414.712000', '191414.714000', '191414.717000', '191414.719000', '191414.722000', '191414.724000', '191414.727000', '191414.729000', '191414.744000', '191414.747000', '191414.749000', '191414.752000', '191414.754000', '191414.757000', '191414.760000', '191414.762000', '191414.765000', '191414.767000', '191414.770000', '191414.772000', '191414.775000', '191414.777000', '191414.780000', '191414.783000', '191414.793000', '191414.796000', '191414.798000', '191414.801000', '191434.673000', '191434.676000', '191434.679000', '191434.681000', '191434.684000', '191434.686000', '191434.689000', '191434.692000', '191434.694000', '191434.697000', '191434.699000', '191434.702000', '191434.704000', '191434.707000', '191434.709000', '191434.712000', '191434.715000', '191434.717000', '191434.720000', '191434.723000', '191434.725000', '191434.728000', '191434.730000', '191434.733000', '191434.736000', '191434.738000', '191434.741000', '191434.743000', '191434.746000', '191434.749000', '191434.751000', '191434.754000', '191434.756000', '191434.759000', '191434.762000', '191434.764000', '191434.767000', '191434.770000', '191434.781000', '191434.783000', '191434.786000', '191434.789000', '191434.791000', '191434.794000', '191454.673000', '191454.676000', '191454.679000', '191454.681000', '191454.684000', '191454.687000', '191454.689000', '191454.692000', '191454.694000', '191454.697000', '191454.699000', '191454.702000', '191454.705000', '191454.707000', '191454.710000', '191454.713000', '191454.715000', '191454.718000', '191454.721000', '191454.723000', '191454.726000', '191454.728000', '191454.731000', '191454.734000', '191454.736000', '191454.739000', '191454.742000', '191454.744000', '191454.747000', '191454.749000', '191454.752000', '191454.754000', '191454.757000', '191454.759000', '191454.762000', '191454.765000', '191454.767000', '191454.770000', '191454.772000', '191454.775000', '191454.777000', '191454.780000', '191454.782000', '191514.674000', '191514.677000', '191514.680000', '191514.682000', '191514.685000', '191514.687000', '191514.690000', '191514.693000', '191514.695000', '191514.698000', '191514.700000', '191514.703000', '191514.705000', '191514.708000', '191514.711000', '191514.713000', '191514.716000', '191514.718000', '191514.721000', '191514.723000', '191514.726000', '191514.729000', '191514.731000', '191514.734000', '191514.736000', '191514.739000', '191514.742000', '191514.744000', '191514.747000', '191514.749000', '191514.752000', '191514.754000', '191514.757000', '191514.759000', '191514.762000', '191514.764000', '191514.767000', '191514.770000', '191514.772000', '191514.775000', '191514.777000', '191514.780000', '191514.782000', '191514.785000', '191534.674000', '191534.677000', '191534.680000', '191534.682000', '191534.685000', '191534.687000', '191534.690000', '191534.693000', '191534.695000', '191534.698000', '191534.700000', '191534.703000', '191534.706000', '191534.708000', '191534.711000', '191534.713000', '191534.716000', '191534.718000', '191534.721000', '191534.724000', '191534.726000', '191534.729000', '191534.731000', '191534.734000', '191534.736000', '191534.739000', '191534.741000', '191534.744000', '191534.746000', '191534.749000', '191534.752000', '191534.754000', '191534.757000', '191534.759000', '191534.762000', '191534.765000', '191534.767000', '191534.770000', '191534.772000', '191534.775000', '191534.778000', '191534.780000', '191534.783000', '191554.674000', '191554.677000', '191554.680000', '191554.682000', '191554.685000', '191554.688000', '191554.690000', '191554.693000', '191554.695000', '191554.698000', '191554.701000', '191554.703000', '191554.706000', '191554.709000', '191554.711000', '191554.714000', '191554.717000', '191554.719000', '191554.722000', '191554.742000', '191554.744000', '191554.747000', '191554.749000', '191554.752000', '191554.754000', '191554.757000', '191554.760000', '191554.762000', '191554.765000', '191554.767000', '191554.770000', '191554.773000', '191554.775000', '191554.778000', '191554.780000', '191554.783000', '191554.786000', '191554.788000', '191554.791000', '191554.793000', '191554.796000', '191554.799000', '191554.823000', '191554.826000', '191614.673000', '191614.676000', '191614.679000', '191614.682000', '191614.684000', '191614.687000', '191614.690000', '191614.692000', '191614.695000', '191614.697000', '191614.700000', '191614.703000', '191614.705000', '191614.708000', '191614.710000', '191614.713000', '191614.716000', '191614.718000', '191614.721000', '191614.723000', '191614.726000', '191614.729000', '191614.731000', '191614.734000', '191614.736000', '191614.739000', '191614.741000', '191614.744000', '191614.747000', '191614.749000', '191614.752000', '191614.754000', '191614.757000', '191614.760000', '191614.762000', '191614.765000', '191614.767000', '191614.770000', '191614.773000', '191614.775000', '191614.778000', '191614.780000', '191614.783000', '191634.673000', '191634.676000', '191634.679000', '191634.681000', '191634.684000', '191634.687000', '191634.689000', '191634.692000', '191634.695000', '191634.698000', '191634.701000', '191634.703000', '191634.706000', '191634.709000', '191634.711000', '191634.714000', '191634.716000', '191634.719000', '191634.722000', '191634.724000', '191634.727000', '191634.729000', '191634.732000', '191634.734000', '191634.737000', '191634.739000', '191634.742000', '191634.745000', '191634.747000', '191634.750000', '191634.753000', '191634.755000', '191634.758000', '191634.761000', '191634.763000', '191634.766000', '191634.769000', '191634.771000', '191634.774000', '191634.776000', '191634.779000', '191634.781000', '191634.784000', '191634.787000', '191654.674000', '191654.676000', '191654.679000', '191654.682000', '191654.684000', '191654.687000', '191654.689000', '191654.692000', '191654.694000', '191654.697000', '191654.699000', '191654.702000', '191654.705000', '191654.707000', '191654.710000', '191654.712000', '191654.715000', '191654.717000', '191654.727000', '191654.738000', '191654.741000', '191654.743000', '191654.746000', '191654.749000', '191654.751000', '191654.754000', '191654.756000', '191654.759000', '191654.762000', '191654.764000', '191654.767000', '191654.769000', '191654.772000', '191654.774000', '191654.777000', '191654.780000', '191654.782000', '191654.785000', '191654.787000', '191654.790000', '191654.793000', '191654.795000', '191654.798000', '191714.673000', '191714.676000', '191714.679000', '191714.681000', '191714.684000', '191714.687000', '191714.689000', '191714.692000', '191714.695000', '191714.698000', '191714.701000', '191714.704000', '191714.706000', '191714.709000', '191714.711000', '191714.714000', '191714.716000', '191714.719000', '191714.722000', '191714.724000', '191714.727000', '191714.729000', '191714.732000', '191714.734000', '191714.737000', '191714.740000', '191714.742000', '191714.745000', '191714.747000', '191714.750000', '191714.752000', '191714.755000', '191714.758000', '191714.760000', '191714.763000', '191714.765000', '191714.768000', '191714.770000', '191714.773000', '191714.775000', '191714.778000', '191714.781000', '191714.783000', '191734.674000', '191734.677000', '191734.680000', '191734.683000', '191734.685000', '191734.688000', '191734.690000', '191734.693000', '191734.695000', '191734.698000', '191734.700000', '191734.703000', '191734.706000', '191734.709000', '191734.711000', '191734.714000', '191734.717000', '191734.719000', '191734.722000', '191734.724000', '191734.727000', '191734.730000', '191734.732000', '191734.735000', '191734.737000', '191734.740000', '191734.743000', '191734.745000', '191734.748000', '191734.750000', '191734.753000', '191734.755000', '191734.758000', '191734.760000', '191734.763000', '191734.766000', '191734.768000', '191734.771000', '191734.773000', '191734.776000', '191734.779000', '191734.781000', '191734.784000', '191734.786000', '191754.674000', '191754.677000', '191754.680000', '191754.682000', '191754.685000', '191754.688000', '191754.690000', '191754.693000', '191754.695000', '191754.698000', '191754.701000', '191754.704000', '191754.707000', '191754.710000', '191754.713000', '191754.715000', '191754.718000', '191754.721000', '191754.723000', '191754.726000', '191754.729000', '191754.731000', '191754.734000', '191754.737000', '191754.740000', '191754.742000', '191754.745000', '191754.747000', '191754.750000', '191754.752000', '191754.755000', '191754.758000', '191754.760000', '191754.763000', '191754.765000', '191754.768000', '191754.771000', '191754.773000', '191754.776000', '191754.778000', '191754.781000', '191754.783000', '191754.786000', '191814.674000', '191814.677000', '191814.680000', '191814.682000', '191814.685000', '191814.688000', '191814.690000', '191814.693000', '191814.696000', '191814.698000', '191814.701000', '191814.704000', '191814.706000', '191814.709000', '191814.712000', '191814.714000', '191814.717000', '191814.720000', '191814.722000', '191814.725000', '191814.728000', '191814.731000', '191814.733000', '191814.736000', '191814.738000', '191814.741000', '191814.744000', '191814.754000', '191814.756000', '191814.759000', '191814.762000', '191814.764000', '191814.767000', '191814.769000', '191814.772000', '191814.774000', '191814.777000', '191814.779000', '191814.782000', '191814.785000', '191814.787000', '191814.790000', '191814.792000', '191814.795000', '191834.673000', '191834.676000', '191834.679000', '191834.681000', '191834.684000', '191834.687000', '191834.689000', '191834.692000', '191834.694000', '191834.697000', '191834.700000', '191834.702000', '191834.705000', '191834.708000', '191834.711000', '191834.713000', '191834.716000', '191834.719000', '191834.721000', '191834.724000', '191834.726000', '191834.729000', '191834.731000', '191834.734000', '191834.737000', '191834.739000', '191834.742000', '191834.744000', '191834.747000', '191834.749000', '191834.752000', '191834.755000', '191834.757000', '191834.760000', '191834.762000', '191834.765000', '191834.767000', '191834.770000', '191834.773000', '191834.775000', '191834.778000', '191834.780000', '191834.783000', '191854.673000', '191854.676000', '191854.679000', '191854.682000', '191854.684000', '191854.687000', '191854.689000', '191854.692000', '191854.694000', '191854.697000', '191854.700000', '191854.713000', '191854.715000', '191854.718000', '191854.721000', '191854.723000', '191854.726000', '191854.728000', '191854.731000', '191854.733000', '191854.736000', '191854.739000', '191854.741000', '191854.744000', '191854.746000', '191854.749000', '191854.751000', '191854.754000', '191854.757000', '191854.759000', '191854.762000', '191854.769000', '191854.772000', '191854.775000', '191854.777000', '191854.780000', '191854.782000', '191854.785000', '191854.788000', '191854.790000', '191854.793000', '191854.795000', '191854.798000', '191854.877000', '191914.673000', '191914.676000', '191914.679000', '191914.681000', '191914.684000', '191914.686000', '191914.689000', '191914.692000', '191914.694000', '191914.697000', '191914.700000', '191914.702000', '191914.705000', '191914.707000', '191914.710000', '191914.713000', '191914.715000', '191914.718000', '191914.721000', '191914.723000', '191914.726000', '191914.729000', '191914.731000', '191914.734000', '191914.737000', '191914.740000', '191914.743000', '191914.746000', '191914.749000', '191914.752000', '191914.755000', '191914.757000', '191914.760000', '191914.762000', '191914.765000', '191914.767000', '191914.770000', '191914.772000', '191914.776000', '191914.779000', '191914.782000', '191914.784000', '191914.787000', '191934.674000', '191934.677000', '191934.680000', '191934.683000', '191934.688000', '191934.693000', '191934.699000', '191934.702000', '191934.706000', '191934.709000', '191934.712000', '191934.715000', '191934.717000', '191934.720000', '191934.723000', '191934.725000', '191934.728000', '191934.730000', '191934.733000', '191934.736000', '191934.738000', '191934.741000', '191934.744000', '191934.746000', '191934.749000', '191934.751000', '191934.754000', '191934.757000', '191934.759000', '191934.762000', '191934.765000', '191934.767000', '191934.770000', '191934.772000', '191934.775000', '191934.777000', '191934.780000', '191934.783000', '191934.785000', '191934.788000', '191934.790000', '191934.793000', '191934.795000', '191934.798000', '191934.950000'], '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': [8789, 9727, 11384, 7873, 12265, 8379, 8963, 12276, 8215, 10321, 13568, 8691, 9756, 10573, 7478, 11120, 7439, 8024, 12390, 7754, 10474, 7526, 7764, 11496, 7791, 8284, 8377, 7649, 10370, 8007, 8450, 7725, 8899, 10303, 8212, 13450, 7978, 9157, 14383, 7783, 12248, 8556, 7979, 12743, 7879, 11136, 7707, 7980, 12077, 8270, 10308, 8159, 7905, 12831, 7995, 10662, 9061, 8034, 11783, 8052, 10736, 12045, 8088, 11949, 8594, 9535, 12162, 7786, 9255, 10832, 7951, 10990, 7889, 7747, 10682, 8037, 8232, 7608, 9953, 7894, 8556, 7818, 8841, 14922, 11679, 13323, 8858, 10463, 14685, 9275, 10742, 11804, 7653, 13803, 7818, 8459, 13936, 7760, 10991, 8048, 7797, 9004, 7824, 10018, 7662, 7947, 10220, 8278, 9295, 7841, 8332, 11903, 8091, 11096, 8976, 8656, 13179, 9245, 8326, 14795, 7862, 11888, 8643, 8158, 12921, 7774, 10075, 7564, 8019, 12063, 7848, 10797, 7501, 7924, 13077, 7896, 10968, 7545, 7806, 14064, 8495, 12186, 7349, 9398, 10616, 8356, 10453, 7712, 13613, 9768, 12216, 7982, 8012, 14063, 7699, 12547, 7610, 8590, 11269, 7723, 11669, 8403, 8012, 7736, 7498, 10694, 7897, 9037, 7892, 7731, 7763, 7825, 10036, 8317, 8278, 7825, 8027, 13621, 8012, 11769, 9897, 8974, 15705, 9053, 10814, 12534, 9269, 13729, 7824, 8583, 11399, 7908, 11657, 7461, 7691, 7537, 7314, 14128, 7149, 11291, 13294, 9718, 15802, 11956, 10666, 10110, 7761, 10126, 8204, 8559, 8829, 7573, 9272, 7442, 8397, 7966, 7657, 9392, 7449, 7814, 12255, 7715, 11519, 7235, 8254, 11686, 7948, 11843, 7538, 8274, 11495, 8070, 13632, 9358, 11826, 7905, 12412, 7593, 11723, 8318, 9057, 7338, 9748, 13198, 7642, 11692, 9323, 9766, 7230, 8513, 8268, 7629, 8877, 7579, 9989, 7896, 9939, 7645, 8258, 7541, 8226, 11608, 7696, 10829, 7801, 8420, 7302, 8185, 11280, 7662, 11513, 7361, 9910, 7987, 9522, 7662, 9000, 7691, 8925, 14319, 7678, 12933, 9073, 9414, 10126, 9002, 14937, 7652, 12067, 8022, 7952, 7483, 8086, 8462, 7573, 11207, 7471, 9238, 8623, 9300, 7534, 9076, 7652, 8538, 13885, 9846, 14951, 7471, 12300, 8310, 9998, 10564, 8833, 15945, 7401, 11950, 8791, 8543, 7560, 7958, 7607, 7534, 10773, 7465, 10304, 7448, 9573, 7674, 7759, 11742, 7582, 9401, 7624, 8758, 7524, 7962, 7740, 7859, 7227, 7765, 9572, 7568, 12218, 7553, 11585, 9268, 10778, 7454, 10493, 8112, 8765, 7902, 8623, 8619, 10015, 7789, 9592, 7479, 8121, 16684, 9315, 13876, 8163, 8884, 11515, 7986, 13057, 9355, 9441, 7353, 7701, 10924, 7863, 8124, 7206, 7980, 9712, 7475, 10290, 8160, 9108, 7350, 8211, 12398, 7391, 13090, 7905, 12842, 7577, 12774, 10554, 14138, 9536, 13147, 8898, 9030, 17314, 12121, 14282, 10251, 10479, 16002, 9045, 12533, 10268, 8288, 11888, 7355, 8192, 7811, 8076, 10322, 7452, 7941, 7649, 8481, 10762, 7878, 10644, 7407, 8271, 10644, 8155, 13613, 7844, 10948, 14770, 10195, 13162, 9596, 10929, 9053, 8792, 14919, 8415, 11893, 7352, 8125, 7618, 7974, 11848, 8070, 11745, 7774, 10635, 8896, 8751, 15158, 8032, 13837, 13487, 10067, 12521, 8206, 10072, 7430, 8650, 7682, 8302, 8487, 9931, 7337, 8451, 14308, 7992, 12998, 9439, 8899, 7480, 8079, 10209, 8018, 10412, 8095, 8682, 11791, 7754, 9274, 7553, 8393, 8467, 7832, 8603, 7449, 7950, 8900, 7688, 9864, 7754, 8163, 14015, 8972, 12192, 8427, 8101, 11613, 9603, 9951, 7847, 8676, 13016, 8924, 8864, 13548, 7923, 12437, 9030, 9580, 13550, 7858, 10163, 8944, 7844, 10753, 8313, 8709, 10487, 7598, 10485, 10977, 7862, 10758, 7642, 7902, 12903, 8007, 8776, 11932, 7671, 12031, 8839, 7772, 11414, 8215, 9351, 7490, 7959, 12091, 7827, 10521, 10102, 7792, 12566, 13214, 9421, 12408, 8072, 8222, 12159, 8805, 9011, 10608, 7621, 9881, 7559, 7397, 10549, 8465, 8325, 14884, 7532, 9139, 12900, 7558, 11865, 8174, 8014, 12857, 9076, 10317, 10879, 7522, 10104, 9820, 8592, 8685, 7354, 13189, 7714, 7300, 7230, 9018, 7142, 8397, 9539, 8385, 16106, 12058, 10449, 9496, 7844, 10561, 8251, 8735, 13575, 7986, 10216, 7310, 7899, 10919, 7936, 7911, 7147, 7733, 10519, 7733, 7814, 7418, 8129, 11953, 8920, 8274, 8741, 8752, 14015, 8379, 12029, 8786, 10015, 15276, 9299, 11765, 12227, 9429, 11082, 7734, 12674, 7909, 12147, 7503, 11497, 7771, 8575, 16654, 8906, 13849, 8469, 8532, 13085, 9406, 10429, 7229, 8850, 12342, 7623, 10585, 8254, 7855, 8665, 8073, 9690, 8046, 9621, 9060, 11498, 7096, 8986, 9355, 8422, 15212, 11095, 14397, 11529, 14510, 11293, 10060, 15910, 11215, 10706, 7299, 8148, 10565, 8282, 8525, 7586, 8262, 7840, 8184, 10321, 7915, 10487, 7799, 8077, 10793, 7946, 13072, 10315, 11697, 9146, 9424, 13390, 10326, 9743, 7642, 8193, 10947, 8193, 8615, 7375, 8188, 10470, 7838, 8245, 8777, 8244, 12544, 7525, 8314, 14586, 9656, 11232, 8478, 8081, 11214, 8683, 9175, 9018, 7980, 11145, 8266, 9215, 12954, 8173, 10176, 10295, 8197, 12566, 9282, 9018, 11518, 8121, 10108, 7814, 8404, 14071, 8034, 8466, 9256, 7966, 11293, 9094, 9172, 7763, 8138, 10476, 8588, 8848, 7401, 8019, 11129, 8110, 8883, 14545, 8230, 13404, 8653, 8197, 13068, 7839, 8254, 7714, 8613, 7925, 8360, 9211, 8270, 12624, 7951, 11344, 7994, 8823, 16192, 11954, 11021, 7340, 7978, 12683, 9583, 12466, 8585, 11735, 8588, 8868, 6807, 9058, 11565, 7922, 9698, 8215, 8137, 13823, 7839, 8785, 7205, 8229, 12780, 7784, 10267, 7227, 7980, 11383, 7839, 9040, 8406, 8003, 10878, 7686, 8496, 7174, 8102, 9792, 7130, 10965, 8153, 10133, 7648, 9616, 10969, 8293, 15466, 11116, 12937, 8022, 8432, 12126, 9010, 11736, 12181, 8281, 13741, 8005, 8141, 10534, 7745, 10929, 7551, 7919, 7004, 8318, 8456, 7914, 14146, 7688, 8360, 7703, 9879, 10598, 9389, 12397, 8338, 13248, 10500, 12228, 8303, 10702, 11787, 10286, 16494, 12464, 12055, 14174, 7829, 12785, 8435, 9323, 9657, 8099, 8420, 7408, 8223, 8346, 7933], 'WindowCenter': [4221.0, 4213.0, 4219.0, 4165.0, 4204.0, 4160.0, 4186.0, 4203.0, 4160.0, 4182.0, 4189.0, 4146.0, 4183.0, 4178.0, 4139.0, 4167.0, 4127.0, 4147.0, 4201.0, 4149.0, 4180.0, 4149.0, 4149.0, 4191.0, 4151.0, 4174.0, 4162.0, 4161.0, 4178.0, 4161.0, 4163.0, 4161.0, 4172.0, 4180.0, 4174.0, 4204.0, 4163.0, 4184.0, 4210.0, 4150.0, 4190.0, 4149.0, 4150.0, 4189.0, 4148.0, 4180.0, 4137.0, 4147.0, 4190.0, 4148.0, 4179.0, 4148.0, 4149.0, 4188.0, 4148.0, 4180.0, 4159.0, 4151.0, 4190.0, 4151.0, 4180.0, 4188.0, 4150.0, 4201.0, 4172.0, 4169.0, 4198.0, 4162.0, 4172.0, 4177.0, 4162.0, 4187.0, 4147.0, 4150.0, 4176.0, 4160.0, 4161.0, 4163.0, 4182.0, 4160.0, 4171.0, 4162.0, 4186.0, 4216.0, 4193.0, 4204.0, 4160.0, 4179.0, 4200.0, 4159.0, 4178.0, 4179.0, 4135.0, 4188.0, 4125.0, 4145.0, 4186.0, 4124.0, 4152.0, 4133.0, 4135.0, 4156.0, 4147.0, 4177.0, 4148.0, 4148.0, 4166.0, 4147.0, 4167.0, 4148.0, 4159.0, 4189.0, 4160.0, 4188.0, 4158.0, 4161.0, 4200.0, 4156.0, 4149.0, 4196.0, 4147.0, 4178.0, 4149.0, 4146.0, 4186.0, 4135.0, 4167.0, 4135.0, 4149.0, 4186.0, 4147.0, 4178.0, 4137.0, 4149.0, 4199.0, 4150.0, 4180.0, 4147.0, 4162.0, 4200.0, 4159.0, 4188.0, 4136.0, 4169.0, 4176.0, 4156.0, 4176.0, 4147.0, 4199.0, 4168.0, 4188.0, 4135.0, 4147.0, 4188.0, 4137.0, 4187.0, 4135.0, 4146.0, 4176.0, 4137.0, 4176.0, 4145.0, 4136.0, 4134.0, 4136.0, 4167.0, 4149.0, 4158.0, 4148.0, 4150.0, 4136.0, 4150.0, 4169.0, 4160.0, 4161.0, 4151.0, 4160.0, 4210.0, 4160.0, 4191.0, 4169.0, 4162.0, 4208.0, 4158.0, 4179.0, 4189.0, 4159.0, 4189.0, 4138.0, 4157.0, 4177.0, 4160.0, 4188.0, 4138.0, 4136.0, 4135.0, 4151.0, 4200.0, 4140.0, 4191.0, 4199.0, 4168.0, 4198.0, 4179.0, 4165.0, 4153.0, 4137.0, 4155.0, 4136.0, 4146.0, 4144.0, 4135.0, 4156.0, 4125.0, 4146.0, 4135.0, 4135.0, 4170.0, 4139.0, 4161.0, 4213.0, 4150.0, 4189.0, 4162.0, 4170.0, 4190.0, 4150.0, 4190.0, 4148.0, 4159.0, 4190.0, 4159.0, 4197.0, 4167.0, 4189.0, 4161.0, 4186.0, 4138.0, 4177.0, 4150.0, 4160.0, 4125.0, 4170.0, 4188.0, 4137.0, 4177.0, 4156.0, 4157.0, 4124.0, 4145.0, 4146.0, 4136.0, 4157.0, 4137.0, 4166.0, 4148.0, 4167.0, 4137.0, 4146.0, 4138.0, 4146.0, 4177.0, 4162.0, 4192.0, 4151.0, 4159.0, 4136.0, 4148.0, 4174.0, 4136.0, 4177.0, 4137.0, 4167.0, 4148.0, 4169.0, 4140.0, 4157.0, 4136.0, 4158.0, 4196.0, 4138.0, 4190.0, 4157.0, 4157.0, 4167.0, 4158.0, 4196.0, 4134.0, 4176.0, 4134.0, 4134.0, 4137.0, 4146.0, 4147.0, 4136.0, 4165.0, 4136.0, 4155.0, 4158.0, 4158.0, 4148.0, 4160.0, 4136.0, 4158.0, 4198.0, 4165.0, 4198.0, 4135.0, 4176.0, 4147.0, 4167.0, 4165.0, 4157.0, 4194.0, 4125.0, 4175.0, 4135.0, 4144.0, 4122.0, 4135.0, 4124.0, 4136.0, 4166.0, 4123.0, 4154.0, 4125.0, 4155.0, 4135.0, 4136.0, 4178.0, 4137.0, 4157.0, 4133.0, 4145.0, 4134.0, 4135.0, 4138.0, 4149.0, 4160.0, 4162.0, 4159.0, 4149.0, 4199.0, 4149.0, 4214.0, 4181.0, 4171.0, 4132.0, 4180.0, 4148.0, 4147.0, 4149.0, 4158.0, 4159.0, 4169.0, 4150.0, 4168.0, 4138.0, 4160.0, 4208.0, 4157.0, 4178.0, 4133.0, 4159.0, 4163.0, 4134.0, 4185.0, 4146.0, 4154.0, 4123.0, 4136.0, 4162.0, 4135.0, 4146.0, 4138.0, 4161.0, 4181.0, 4152.0, 4180.0, 4160.0, 4176.0, 4165.0, 4175.0, 4212.0, 4151.0, 4213.0, 4161.0, 4213.0, 4161.0, 4200.0, 4181.0, 4212.0, 4170.0, 4202.0, 4157.0, 4153.0, 4210.0, 4179.0, 4180.0, 4157.0, 4167.0, 4194.0, 4146.0, 4176.0, 4152.0, 4135.0, 4162.0, 4122.0, 4133.0, 4122.0, 4145.0, 4166.0, 4148.0, 4146.0, 4148.0, 4158.0, 4176.0, 4148.0, 4167.0, 4138.0, 4150.0, 4168.0, 4148.0, 4199.0, 4149.0, 4180.0, 4199.0, 4168.0, 4187.0, 4158.0, 4179.0, 4145.0, 4147.0, 4199.0, 4148.0, 4177.0, 4125.0, 4136.0, 4138.0, 4148.0, 4202.0, 4161.0, 4200.0, 4148.0, 4179.0, 4157.0, 4147.0, 4197.0, 4136.0, 4197.0, 4187.0, 4158.0, 4189.0, 4146.0, 4156.0, 4124.0, 4143.0, 4134.0, 4145.0, 4144.0, 4155.0, 4125.0, 4146.0, 4184.0, 4135.0, 4175.0, 4144.0, 4145.0, 4111.0, 4133.0, 4151.0, 4134.0, 4152.0, 4122.0, 4133.0, 4162.0, 4122.0, 4141.0, 4122.0, 4133.0, 4131.0, 4125.0, 4141.0, 4122.0, 4134.0, 4144.0, 4136.0, 4166.0, 4137.0, 4148.0, 4186.0, 4146.0, 4176.0, 4135.0, 4136.0, 4177.0, 4155.0, 4173.0, 4158.0, 4159.0, 4191.0, 4155.0, 4155.0, 4175.0, 4134.0, 4186.0, 4144.0, 4156.0, 4184.0, 4135.0, 4166.0, 4144.0, 4135.0, 4165.0, 4132.0, 4144.0, 4152.0, 4133.0, 4167.0, 4163.0, 4135.0, 4166.0, 4135.0, 4136.0, 4167.0, 4135.0, 4145.0, 4176.0, 4135.0, 4177.0, 4146.0, 4136.0, 4165.0, 4146.0, 4155.0, 4123.0, 4145.0, 4174.0, 4135.0, 4166.0, 4154.0, 4136.0, 4188.0, 4174.0, 4145.0, 4174.0, 4133.0, 4134.0, 4173.0, 4143.0, 4143.0, 4152.0, 4123.0, 4154.0, 4125.0, 4124.0, 4164.0, 4145.0, 4146.0, 4208.0, 4147.0, 4159.0, 4183.0, 4133.0, 4173.0, 4131.0, 4145.0, 4184.0, 4143.0, 4155.0, 4165.0, 4135.0, 4164.0, 4153.0, 4144.0, 4143.0, 4135.0, 4186.0, 4136.0, 4140.0, 4137.0, 4157.0, 4125.0, 4148.0, 4157.0, 4149.0, 4202.0, 4179.0, 4166.0, 4155.0, 4140.0, 4164.0, 4146.0, 4145.0, 4172.0, 4123.0, 4154.0, 4123.0, 4134.0, 4154.0, 4135.0, 4133.0, 4112.0, 4136.0, 4166.0, 4136.0, 4137.0, 4150.0, 4159.0, 4188.0, 4170.0, 4172.0, 4171.0, 4183.0, 4221.0, 4171.0, 4204.0, 4171.0, 4173.0, 4210.0, 4158.0, 4181.0, 4177.0, 4156.0, 4178.0, 4138.0, 4188.0, 4151.0, 4189.0, 4153.0, 4194.0, 4150.0, 4166.0, 4212.0, 4159.0, 4188.0, 4136.0, 4149.0, 4175.0, 4145.0, 4167.0, 4126.0, 4147.0, 4175.0, 4126.0, 4167.0, 4149.0, 4149.0, 4159.0, 4161.0, 4179.0, 4160.0, 4179.0, 4160.0, 4191.0, 4127.0, 4157.0, 4156.0, 4148.0, 4209.0, 4177.0, 4197.0, 4166.0, 4187.0, 4165.0, 4159.0, 4196.0, 4155.0, 4153.0, 4099.0, 4123.0, 4154.0, 4133.0, 4134.0, 4124.0, 4134.0, 4134.0, 4149.0, 4166.0, 4146.0, 4167.0, 4136.0, 4149.0, 4167.0, 4137.0, 4187.0, 4168.0, 4178.0, 4144.0, 4157.0, 4187.0, 4155.0, 4167.0, 4129.0, 4145.0, 4164.0, 4133.0, 4146.0, 4124.0, 4136.0, 4164.0, 4135.0, 4145.0, 4145.0, 4146.0, 4175.0, 4135.0, 4147.0, 4185.0, 4155.0, 4165.0, 4134.0, 4135.0, 4164.0, 4133.0, 4144.0, 4143.0, 4135.0, 4165.0, 4135.0, 4156.0, 4175.0, 4135.0, 4168.0, 4153.0, 4136.0, 4174.0, 4145.0, 4145.0, 4162.0, 4123.0, 4153.0, 4126.0, 4135.0, 4184.0, 4134.0, 4134.0, 4144.0, 4138.0, 4165.0, 4147.0, 4146.0, 4124.0, 4137.0, 4164.0, 4158.0, 4158.0, 4123.0, 4136.0, 4178.0, 4149.0, 4157.0, 4197.0, 4135.0, 4184.0, 4133.0, 4145.0, 4172.0, 4124.0, 4133.0, 4123.0, 4158.0, 4146.0, 4146.0, 4166.0, 4159.0, 4186.0, 4149.0, 4170.0, 4136.0, 4138.0, 4197.0, 4169.0, 4164.0, 4115.0, 4136.0, 4173.0, 4144.0, 4161.0, 4132.0, 4163.0, 4132.0, 4132.0, 4102.0, 4126.0, 4164.0, 4134.0, 4157.0, 4121.0, 4122.0, 4159.0, 4111.0, 4131.0, 4111.0, 4133.0, 4173.0, 4122.0, 4153.0, 4113.0, 4134.0, 4163.0, 4123.0, 4144.0, 4135.0, 4136.0, 4165.0, 4135.0, 4146.0, 4125.0, 4147.0, 4155.0, 4126.0, 4165.0, 4146.0, 4168.0, 4152.0, 4174.0, 4179.0, 4149.0, 4208.0, 4177.0, 4189.0, 4135.0, 4147.0, 4175.0, 4145.0, 4176.0, 4162.0, 4135.0, 4190.0, 4136.0, 4127.0, 4152.0, 4122.0, 4152.0, 4124.0, 4123.0, 4115.0, 4147.0, 4162.0, 4151.0, 4201.0, 4141.0, 4162.0, 4152.0, 4171.0, 4181.0, 4159.0, 4189.0, 4149.0, 4190.0, 4168.0, 4180.0, 4148.0, 4163.0, 4177.0, 4169.0, 4197.0, 4167.0, 4166.0, 4171.0, 4124.0, 4175.0, 4122.0, 4133.0, 4131.0, 4122.0, 4133.0, 4123.0, 4135.0, 4148.0, 4148.0], 'WindowWidth': [9376.0, 9348.0, 9342.0, 9265.0, 9314.0, 9246.0, 9291.0, 9309.0, 9243.0, 9276.0, 9278.0, 9217.0, 9279.0, 9264.0, 9211.0, 9243.0, 9190.0, 9219.0, 9298.0, 9225.0, 9269.0, 9227.0, 9226.0, 9284.0, 9231.0, 9269.0, 9249.0, 9246.0, 9267.0, 9250.0, 9251.0, 9248.0, 9265.0, 9269.0, 9267.0, 9306.0, 9253.0, 9283.0, 9311.0, 9228.0, 9281.0, 9225.0, 9228.0, 9278.0, 9222.0, 9268.0, 9207.0, 9222.0, 9280.0, 9225.0, 9267.0, 9223.0, 9228.0, 9277.0, 9224.0, 9268.0, 9240.0, 9233.0, 9282.0, 9231.0, 9269.0, 9274.0, 9230.0, 9304.0, 9262.0, 9252.0, 9294.0, 9251.0, 9262.0, 9264.0, 9251.0, 9275.0, 9220.0, 9230.0, 9259.0, 9244.0, 9246.0, 9252.0, 9276.0, 9246.0, 9261.0, 9248.0, 9286.0, 9326.0, 9289.0, 9306.0, 9238.0, 9266.0, 9295.0, 9238.0, 9263.0, 9262.0, 9199.0, 9272.0, 9183.0, 9211.0, 9268.0, 9181.0, 9216.0, 9192.0, 9197.0, 9229.0, 9225.0, 9266.0, 9223.0, 9223.0, 9241.0, 9219.0, 9247.0, 9225.0, 9240.0, 9280.0, 9243.0, 9281.0, 9236.0, 9244.0, 9295.0, 9232.0, 9225.0, 9283.0, 9218.0, 9262.0, 9222.0, 9218.0, 9269.0, 9203.0, 9247.0, 9202.0, 9226.0, 9271.0, 9220.0, 9264.0, 9207.0, 9226.0, 9291.0, 9226.0, 9267.0, 9226.0, 9254.0, 9295.0, 9239.0, 9277.0, 9207.0, 9253.0, 9256.0, 9233.0, 9257.0, 9223.0, 9291.0, 9250.0, 9275.0, 9202.0, 9219.0, 9274.0, 9203.0, 9270.0, 9201.0, 9217.0, 9255.0, 9205.0, 9255.0, 9213.0, 9201.0, 9195.0, 9203.0, 9244.0, 9224.0, 9236.0, 9221.0, 9228.0, 9204.0, 9229.0, 9252.0, 9241.0, 9243.0, 9230.0, 9245.0, 9309.0, 9243.0, 9286.0, 9253.0, 9247.0, 9303.0, 9236.0, 9266.0, 9276.0, 9237.0, 9278.0, 9207.0, 9232.0, 9261.0, 9243.0, 9277.0, 9209.0, 9205.0, 9200.0, 9233.0, 9295.0, 9216.0, 9285.0, 9291.0, 9249.0, 9291.0, 9265.0, 9241.0, 9219.0, 9202.0, 9225.0, 9200.0, 9215.0, 9207.0, 9201.0, 9230.0, 9187.0, 9216.0, 9198.0, 9202.0, 9255.0, 9212.0, 9248.0, 9323.0, 9231.0, 9279.0, 9253.0, 9259.0, 9282.0, 9230.0, 9283.0, 9224.0, 9241.0, 9282.0, 9242.0, 9289.0, 9247.0, 9278.0, 9246.0, 9270.0, 9207.0, 9261.0, 9224.0, 9238.0, 9187.0, 9253.0, 9273.0, 9205.0, 9256.0, 9228.0, 9230.0, 9181.0, 9212.0, 9215.0, 9204.0, 9231.0, 9208.0, 9244.0, 9222.0, 9248.0, 9206.0, 9218.0, 9207.0, 9217.0, 9257.0, 9249.0, 9291.0, 9232.0, 9239.0, 9201.0, 9220.0, 9250.0, 9201.0, 9257.0, 9206.0, 9246.0, 9223.0, 9253.0, 9213.0, 9235.0, 9204.0, 9237.0, 9285.0, 9207.0, 9279.0, 9232.0, 9232.0, 9243.0, 9235.0, 9283.0, 9196.0, 9254.0, 9198.0, 9198.0, 9206.0, 9216.0, 9216.0, 9202.0, 9238.0, 9204.0, 9227.0, 9234.0, 9234.0, 9224.0, 9240.0, 9207.0, 9236.0, 9287.0, 9243.0, 9287.0, 9200.0, 9257.0, 9219.0, 9246.0, 9240.0, 9231.0, 9275.0, 9185.0, 9251.0, 9197.0, 9207.0, 9176.0, 9198.0, 9181.0, 9201.0, 9239.0, 9183.0, 9222.0, 9186.0, 9227.0, 9199.0, 9205.0, 9260.0, 9206.0, 9232.0, 9196.0, 9214.0, 9198.0, 9202.0, 9207.0, 9226.0, 9247.0, 9249.0, 9237.0, 9223.0, 9294.0, 9228.0, 9326.0, 9274.0, 9247.0, 9198.0, 9269.0, 9223.0, 9220.0, 9225.0, 9236.0, 9239.0, 9251.0, 9228.0, 9248.0, 9208.0, 9242.0, 9304.0, 9230.0, 9250.0, 9194.0, 9235.0, 9234.0, 9196.0, 9265.0, 9212.0, 9222.0, 9178.0, 9201.0, 9232.0, 9200.0, 9216.0, 9208.0, 9247.0, 9276.0, 9237.0, 9270.0, 9244.0, 9268.0, 9259.0, 9272.0, 9317.0, 9235.0, 9321.0, 9248.0, 9319.0, 9248.0, 9297.0, 9274.0, 9317.0, 9257.0, 9302.0, 9232.0, 9225.0, 9308.0, 9262.0, 9257.0, 9228.0, 9243.0, 9279.0, 9214.0, 9255.0, 9215.0, 9196.0, 9230.0, 9175.0, 9193.0, 9175.0, 9215.0, 9245.0, 9223.0, 9217.0, 9226.0, 9238.0, 9256.0, 9221.0, 9246.0, 9209.0, 9226.0, 9249.0, 9223.0, 9290.0, 9225.0, 9269.0, 9291.0, 9247.0, 9271.0, 9233.0, 9264.0, 9212.0, 9217.0, 9288.0, 9219.0, 9258.0, 9187.0, 9203.0, 9207.0, 9222.0, 9306.0, 9249.0, 9298.0, 9224.0, 9265.0, 9233.0, 9219.0, 9283.0, 9203.0, 9289.0, 9271.0, 9232.0, 9277.0, 9216.0, 9226.0, 9183.0, 9205.0, 9197.0, 9214.0, 9209.0, 9226.0, 9187.0, 9216.0, 9262.0, 9197.0, 9252.0, 9207.0, 9209.0, 9157.0, 9193.0, 9214.0, 9195.0, 9217.0, 9175.0, 9192.0, 9227.0, 9176.0, 9201.0, 9176.0, 9192.0, 9184.0, 9183.0, 9202.0, 9179.0, 9198.0, 9209.0, 9203.0, 9243.0, 9205.0, 9222.0, 9269.0, 9215.0, 9256.0, 9198.0, 9203.0, 9256.0, 9228.0, 9255.0, 9239.0, 9240.0, 9275.0, 9229.0, 9228.0, 9249.0, 9194.0, 9271.0, 9208.0, 9229.0, 9263.0, 9199.0, 9243.0, 9209.0, 9200.0, 9239.0, 9191.0, 9210.0, 9216.0, 9195.0, 9244.0, 9233.0, 9200.0, 9241.0, 9200.0, 9203.0, 9236.0, 9199.0, 9215.0, 9253.0, 9199.0, 9259.0, 9211.0, 9202.0, 9239.0, 9216.0, 9228.0, 9180.0, 9213.0, 9251.0, 9200.0, 9243.0, 9223.0, 9202.0, 9275.0, 9250.0, 9210.0, 9248.0, 9191.0, 9197.0, 9247.0, 9206.0, 9206.0, 9214.0, 9179.0, 9221.0, 9186.0, 9183.0, 9235.0, 9213.0, 9219.0, 9303.0, 9220.0, 9234.0, 9263.0, 9195.0, 9250.0, 9189.0, 9214.0, 9266.0, 9207.0, 9225.0, 9237.0, 9199.0, 9237.0, 9220.0, 9213.0, 9210.0, 9202.0, 9269.0, 9203.0, 9215.0, 9204.0, 9232.0, 9187.0, 9222.0, 9232.0, 9224.0, 9291.0, 9262.0, 9240.0, 9222.0, 9203.0, 9235.0, 9215.0, 9211.0, 9242.0, 9177.0, 9220.0, 9178.0, 9195.0, 9221.0, 9197.0, 9193.0, 9163.0, 9202.0, 9240.0, 9203.0, 9205.0, 9230.0, 9242.0, 9274.0, 9257.0, 9264.0, 9260.0, 9284.0, 9329.0, 9262.0, 9307.0, 9259.0, 9255.0, 9308.0, 9236.0, 9260.0, 9256.0, 9227.0, 9259.0, 9207.0, 9273.0, 9230.0, 9280.0, 9239.0, 9291.0, 9230.0, 9253.0, 9306.0, 9235.0, 9275.0, 9201.0, 9223.0, 9250.0, 9210.0, 9241.0, 9186.0, 9217.0, 9249.0, 9186.0, 9241.0, 9223.0, 9228.0, 9239.0, 9245.0, 9268.0, 9245.0, 9268.0, 9243.0, 9283.0, 9191.0, 9232.0, 9229.0, 9221.0, 9304.0, 9259.0, 9284.0, 9240.0, 9268.0, 9234.0, 9226.0, 9281.0, 9221.0, 9215.0, 9138.0, 9176.0, 9218.0, 9191.0, 9192.0, 9181.0, 9195.0, 9194.0, 9222.0, 9242.0, 9217.0, 9243.0, 9203.0, 9222.0, 9244.0, 9204.0, 9271.0, 9247.0, 9259.0, 9207.0, 9230.0, 9268.0, 9224.0, 9245.0, 9189.0, 9214.0, 9236.0, 9193.0, 9214.0, 9181.0, 9202.0, 9237.0, 9199.0, 9213.0, 9213.0, 9216.0, 9252.0, 9199.0, 9217.0, 9266.0, 9223.0, 9241.0, 9195.0, 9198.0, 9235.0, 9193.0, 9209.0, 9204.0, 9199.0, 9239.0, 9198.0, 9227.0, 9250.0, 9198.0, 9244.0, 9219.0, 9200.0, 9249.0, 9211.0, 9209.0, 9228.0, 9178.0, 9220.0, 9187.0, 9199.0, 9261.0, 9193.0, 9196.0, 9206.0, 9207.0, 9237.0, 9217.0, 9214.0, 9181.0, 9202.0, 9236.0, 9237.0, 9234.0, 9180.0, 9202.0, 9260.0, 9226.0, 9232.0, 9284.0, 9199.0, 9264.0, 9190.0, 9213.0, 9243.0, 9181.0, 9191.0, 9178.0, 9236.0, 9215.0, 9218.0, 9246.0, 9238.0, 9268.0, 9223.0, 9244.0, 9199.0, 9199.0, 9285.0, 9239.0, 9235.0, 9166.0, 9199.0, 9245.0, 9207.0, 9224.0, 9190.0, 9232.0, 9189.0, 9188.0, 9146.0, 9176.0, 9234.0, 9198.0, 9231.0, 9171.0, 9173.0, 9218.0, 9156.0, 9183.0, 9158.0, 9191.0, 9243.0, 9178.0, 9217.0, 9165.0, 9195.0, 9232.0, 9178.0, 9208.0, 9196.0, 9200.0, 9236.0, 9200.0, 9214.0, 9186.0, 9219.0, 9222.0, 9189.0, 9238.0, 9217.0, 9248.0, 9233.0, 9259.0, 9263.0, 9224.0, 9302.0, 9258.0, 9278.0, 9197.0, 9218.0, 9252.0, 9211.0, 9254.0, 9230.0, 9198.0, 9270.0, 9201.0, 9180.0, 9215.0, 9175.0, 9214.0, 9180.0, 9179.0, 9170.0, 9219.0, 9247.0, 9230.0, 9297.0, 9217.0, 9248.0, 9232.0, 9256.0, 9269.0, 9237.0, 9275.0, 9224.0, 9277.0, 9246.0, 9263.0, 9218.0, 9236.0, 9257.0, 9248.0, 9284.0, 9241.0, 9236.0, 9237.0, 9179.0, 9247.0, 9170.0, 9188.0, 9180.0, 9172.0, 9189.0, 9177.0, 9198.0, 9220.0, 9223.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.0035421034482758617</td></tr>
<tr><td colspan=3>aqi</td><td>0.036262908620689656</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.16205930762945</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1989762227848098</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0095111591714618</td></tr>
<tr><td colspan=3>efc</td><td>0.4441</td></tr>
<tr><td colspan=3>fber</td><td>7921.2485</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1304965945365021</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>132</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.172413793103448</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3473198543462037</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2901630363073493</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5256521216019427</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2261444051293195</td></tr>
<tr><td colspan=3>gcor</td><td>0.00943034</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017299989238381386</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02745845727622509</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.050176900675836</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>32.1198</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.5695</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.6788</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308904.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>701.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.8693</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5048</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.9783</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3440.5471</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67640.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1296.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4502.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>890.3249</td></tr>
<tr><td colspan=3>tsnr</td><td>33.11953547410667</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>