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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0102_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0102_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0102_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-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-01/func/sub-0102_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e3b88782ad079a52d961fca1a43f1d4c</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>16:11:21.320000</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.995653, -0.0102174, -0.0925763, 0.00590837, 0.998891, -0.0467004]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106945</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4210, -7805, -7282, 233, -94, -77, -62, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d0177656-0a3a-49ff-b0c1-8520345a2a97||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.6712646484375, 0.01585172303020954, -0.2509673237800598, 116.727783203125], [0.02741243690252304, 2.67995285987854, -0.12406609207391739, -96.28411865234375], [-0.2483755499124527, 0.12529370188713074, 2.6854465007781982, -70.35465240478516], [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': ['161121.320000', '161121.780000', '161122.240000', '161122.700000', '161123.160000', '161123.620000', '161124.080000', '161124.540000', '161125.000000', '161125.460000', '161125.920000', '161126.380000', '161126.840000', '161127.300000', '161127.760000', '161128.220000', '161128.680000', '161129.140000', '161129.600000', '161130.060000', '161130.520000', '161130.980000', '161131.440000', '161131.900000', '161132.360000', '161132.820000', '161133.280000', '161133.740000', '161134.200000', '161134.660000', '161135.120000', '161135.580000', '161136.040000', '161136.500000', '161136.960000', '161137.420000', '161137.880000', '161138.340000', '161138.800000', '161139.260000', '161139.720000', '161140.180000', '161140.640000', '161141.100000', '161141.560000', '161142.020000', '161142.480000', '161142.940000', '161143.400000', '161143.860000', '161144.320000', '161144.780000', '161145.240000', '161145.700000', '161146.160000', '161146.620000', '161147.080000', '161147.540000', '161148.000000', '161148.460000', '161148.920000', '161149.380000', '161149.840000', '161150.300000', '161150.760000', '161151.220000', '161151.680000', '161152.140000', '161152.600000', '161153.060000', '161153.520000', '161153.980000', '161154.440000', '161154.900000', '161155.360000', '161155.820000', '161156.280000', '161156.740000', '161157.200000', '161157.660000', '161158.120000', '161158.580000', '161159.040000', '161159.500000', '161159.960000', '161200.420000', '161200.880000', '161201.340000', '161201.800000', '161202.260000', '161202.720000', '161203.180000', '161203.640000', '161204.100000', '161204.560000', '161205.020000', '161205.480000', '161205.940000', '161206.400000', '161206.860000', '161207.320000', '161207.780000', '161208.240000', '161208.700000', '161209.160000', '161209.620000', '161210.080000', '161210.540000', '161211.000000', '161211.460000', '161211.920000', '161212.380000', '161212.840000', '161213.300000', '161213.760000', '161214.220000', '161214.680000', '161215.140000', '161215.600000', '161216.060000', '161216.520000', '161216.980000', '161217.440000', '161217.900000', '161218.360000', '161218.820000', '161219.280000', '161219.740000', '161220.200000', '161220.660000', '161221.120000', '161221.580000', '161222.040000', '161222.500000', '161222.960000', '161223.420000', '161223.880000', '161224.340000', '161224.800000', '161225.260000', '161225.720000', '161226.180000', '161226.640000', '161227.100000', '161227.560000', '161228.020000', '161228.480000', '161228.940000', '161229.400000', '161229.860000', '161230.320000', '161230.780000', '161231.240000', '161231.700000', '161232.160000', '161232.620000', '161233.080000', '161233.540000', '161234.000000', '161234.460000', '161234.920000', '161235.380000', '161235.840000', '161236.300000', '161236.760000', '161237.220000', '161237.680000', '161238.140000', '161238.600000', '161239.060000', '161239.520000', '161239.980000', '161240.440000', '161240.900000', '161241.360000', '161241.820000', '161242.280000', '161242.740000', '161243.200000', '161243.660000', '161244.120000', '161244.580000', '161245.040000', '161245.500000', '161245.960000', '161246.420000', '161246.880000', '161247.340000', '161247.800000', '161248.260000', '161248.720000', '161249.180000', '161249.640000', '161250.100000', '161250.560000', '161251.020000', '161251.480000', '161251.940000', '161252.400000', '161252.860000', '161253.320000', '161253.780000', '161254.240000', '161254.700000', '161255.160000', '161255.620000', '161256.080000', '161256.540000', '161257.000000', '161257.460000', '161257.920000', '161258.380000', '161258.840000', '161259.300000', '161259.760000', '161300.220000', '161300.680000', '161301.140000', '161301.600000', '161302.060000', '161302.520000', '161302.980000', '161303.440000', '161303.900000', '161304.360000', '161304.820000', '161305.280000', '161305.740000', '161306.200000', '161306.660000', '161307.120000', '161307.580000', '161308.040000', '161308.500000', '161308.960000', '161309.420000', '161309.880000', '161310.340000', '161310.800000', '161311.260000', '161311.720000', '161312.180000', '161312.640000', '161313.100000', '161313.560000', '161314.020000', '161314.480000', '161314.940000', '161315.400000', '161315.860000', '161316.320000', '161316.780000', '161317.240000', '161317.700000', '161318.160000', '161318.620000', '161319.080000', '161319.540000', '161320.000000', '161320.460000', '161320.920000', '161321.380000', '161321.840000', '161322.300000', '161322.760000', '161323.220000', '161323.680000', '161324.140000', '161324.600000', '161325.060000', '161325.520000', '161325.980000', '161326.440000', '161326.900000', '161327.360000', '161327.820000', '161328.280000', '161328.740000', '161329.200000', '161329.660000', '161330.120000', '161330.580000', '161331.040000', '161331.500000', '161331.960000', '161332.420000', '161332.880000', '161333.340000', '161333.800000', '161334.260000', '161334.720000', '161335.180000', '161335.640000', '161336.100000', '161336.560000', '161337.020000', '161337.480000', '161337.940000', '161338.400000', '161338.860000', '161339.320000', '161339.780000', '161340.240000', '161340.700000', '161341.160000', '161341.620000', '161342.080000', '161342.540000', '161343.000000', '161343.460000', '161343.920000', '161344.380000', '161344.840000', '161345.300000', '161345.760000', '161346.220000', '161346.680000', '161347.140000', '161347.600000', '161348.060000', '161348.520000', '161348.980000', '161349.440000', '161349.900000', '161350.360000', '161350.820000', '161351.280000', '161351.740000', '161352.200000', '161352.660000', '161353.120000', '161353.580000', '161354.040000', '161354.500000', '161354.960000', '161355.420000', '161355.880000', '161356.340000', '161356.800000', '161357.260000', '161357.720000', '161358.180000', '161358.640000', '161359.100000', '161359.560000', '161400.020000', '161400.480000', '161400.940000', '161401.400000', '161401.860000', '161402.320000', '161402.780000', '161403.240000', '161403.700000', '161404.160000', '161404.620000', '161405.080000', '161405.540000', '161406.000000', '161406.460000', '161406.920000', '161407.380000', '161407.840000', '161408.300000', '161408.760000', '161409.220000', '161409.680000', '161410.140000', '161410.600000', '161411.060000', '161411.520000', '161411.980000', '161412.440000', '161412.900000', '161413.360000', '161413.820000', '161414.280000', '161414.740000', '161415.200000', '161415.660000', '161416.120000', '161416.580000', '161417.040000', '161417.500000', '161417.960000', '161418.420000', '161418.880000', '161419.340000', '161419.800000', '161420.260000', '161420.720000', '161421.180000', '161421.640000', '161422.100000', '161422.560000', '161423.020000', '161423.480000', '161423.940000', '161424.400000', '161424.860000', '161425.320000', '161425.780000', '161426.240000', '161426.700000', '161427.160000', '161427.620000', '161428.080000', '161428.540000', '161429.000000', '161429.460000', '161429.920000', '161430.380000', '161430.840000', '161431.300000', '161431.760000', '161432.220000', '161432.680000', '161433.140000', '161433.600000', '161434.060000', '161434.520000', '161434.980000', '161435.440000', '161435.900000', '161436.360000', '161436.820000', '161437.280000', '161437.740000', '161438.200000', '161438.660000', '161439.120000', '161439.580000', '161440.040000', '161440.500000', '161440.960000', '161441.420000', '161441.880000', '161442.340000', '161442.800000', '161443.260000', '161443.720000', '161444.180000', '161444.640000', '161445.100000', '161445.560000', '161446.020000', '161446.480000', '161446.940000', '161447.400000', '161447.860000', '161448.320000', '161448.780000', '161449.240000', '161449.700000', '161450.160000', '161450.620000', '161451.080000', '161451.540000', '161452.000000', '161452.460000', '161452.920000', '161453.380000', '161453.840000', '161454.300000', '161454.760000', '161455.220000', '161455.680000', '161456.140000', '161456.600000', '161457.060000', '161457.520000', '161457.980000', '161458.440000', '161458.900000', '161459.360000', '161459.820000', '161500.280000', '161500.740000', '161501.200000', '161501.660000', '161502.120000', '161502.580000', '161503.040000', '161503.500000', '161503.960000', '161504.420000', '161504.880000', '161505.340000', '161505.800000', '161506.260000', '161506.720000', '161507.180000', '161507.640000', '161508.100000', '161508.560000', '161509.020000', '161509.480000', '161509.940000', '161510.400000', '161510.860000', '161511.320000', '161511.780000', '161512.240000', '161512.700000', '161513.160000', '161513.620000', '161514.080000', '161514.540000', '161515.000000', '161515.460000', '161515.920000', '161516.380000', '161516.840000', '161517.300000', '161517.760000', '161518.220000', '161518.680000', '161519.140000', '161519.600000', '161520.060000', '161520.520000', '161520.980000', '161521.440000', '161521.900000', '161522.360000', '161522.820000', '161523.280000', '161523.740000', '161524.200000', '161524.660000', '161525.120000', '161525.580000', '161526.040000', '161526.500000', '161526.960000', '161527.420000', '161527.880000', '161528.340000', '161528.800000', '161529.260000', '161529.720000', '161530.180000', '161530.640000', '161531.100000', '161531.560000', '161532.020000', '161532.480000', '161532.940000', '161533.400000', '161533.860000', '161534.320000', '161534.780000', '161535.240000', '161535.700000', '161536.160000', '161536.620000', '161537.080000', '161537.540000', '161538.000000', '161538.460000', '161538.920000', '161539.380000', '161539.840000', '161540.300000', '161540.760000', '161541.220000', '161541.680000', '161542.140000', '161542.600000', '161543.060000', '161543.520000', '161543.980000', '161544.440000', '161544.900000', '161545.360000', '161545.820000', '161546.280000', '161546.740000', '161547.200000', '161547.660000', '161548.120000', '161548.580000', '161549.040000', '161549.500000', '161549.960000', '161550.420000', '161550.880000', '161551.340000', '161551.800000', '161552.260000', '161552.720000', '161553.180000', '161553.640000', '161554.100000', '161554.560000', '161555.020000', '161555.480000', '161555.940000', '161556.400000', '161556.860000', '161557.320000', '161557.780000', '161558.240000', '161558.700000', '161559.160000', '161559.620000', '161600.080000', '161600.540000', '161601.000000', '161601.460000', '161601.920000', '161602.380000', '161602.840000', '161603.300000', '161603.760000', '161604.220000', '161604.680000', '161605.140000', '161605.600000', '161606.060000', '161606.520000', '161606.980000', '161607.440000', '161607.900000', '161608.360000', '161608.820000', '161609.280000', '161609.740000', '161610.200000', '161610.660000', '161611.120000', '161611.580000', '161612.040000', '161612.500000', '161612.960000', '161613.420000', '161613.880000', '161614.340000', '161614.800000', '161615.260000', '161615.720000', '161616.180000', '161616.640000', '161617.100000', '161617.560000', '161618.020000', '161618.480000', '161618.940000', '161619.400000', '161619.860000', '161620.320000', '161620.780000', '161621.240000', '161621.700000', '161622.160000', '161622.620000', '161623.080000', '161623.540000', '161624.000000', '161624.460000', '161624.920000', '161625.380000', '161625.840000', '161626.300000', '161626.760000', '161627.220000', '161627.680000', '161628.140000', '161628.600000', '161629.060000', '161629.520000', '161629.980000', '161630.440000', '161630.900000', '161631.360000', '161631.820000', '161632.280000', '161632.740000', '161633.200000', '161633.660000', '161634.120000', '161634.580000', '161635.040000', '161635.500000', '161635.960000', '161636.420000', '161636.880000', '161637.340000', '161637.800000', '161638.260000', '161638.720000', '161639.180000', '161639.640000', '161640.100000', '161640.560000', '161641.020000', '161641.480000', '161641.940000', '161642.400000', '161642.860000', '161643.320000', '161643.780000', '161644.240000', '161644.700000', '161645.160000', '161645.620000', '161646.080000', '161646.540000', '161647.000000', '161647.460000', '161647.920000', '161648.380000', '161648.840000', '161649.300000', '161649.760000', '161650.220000', '161650.680000', '161651.140000', '161651.600000', '161652.060000', '161652.520000', '161652.980000', '161653.440000', '161653.900000', '161654.360000', '161654.820000', '161655.280000', '161655.740000', '161656.200000', '161656.660000', '161657.120000', '161657.580000', '161658.040000', '161658.500000', '161658.960000', '161659.420000', '161659.880000', '161700.340000', '161700.800000', '161701.260000', '161701.720000', '161702.180000', '161702.640000', '161703.100000', '161703.560000', '161704.020000', '161704.480000', '161704.940000', '161705.400000', '161705.860000', '161706.320000', '161706.780000', '161707.240000', '161707.700000', '161708.160000', '161708.620000', '161709.080000', '161709.540000', '161710.000000', '161710.460000', '161710.920000', '161711.380000', '161711.840000', '161712.300000', '161712.760000', '161713.220000', '161713.680000', '161714.140000', '161714.600000', '161715.060000', '161715.520000', '161715.980000', '161716.440000', '161716.900000', '161717.360000', '161717.820000', '161718.280000', '161718.740000', '161719.200000', '161719.660000', '161720.120000', '161720.580000', '161721.040000', '161721.500000', '161721.960000', '161722.420000', '161722.880000', '161723.340000', '161723.800000', '161724.260000', '161724.720000', '161725.180000', '161725.640000', '161726.100000', '161726.560000', '161727.020000', '161727.480000', '161727.940000', '161728.400000', '161728.860000', '161729.320000', '161729.780000', '161730.240000', '161730.700000', '161731.160000', '161731.620000', '161732.080000', '161732.540000', '161733.000000', '161733.460000', '161733.920000', '161734.380000', '161734.840000', '161735.300000', '161735.760000', '161736.220000', '161736.680000', '161737.140000', '161737.600000', '161738.060000', '161738.520000', '161738.980000', '161739.440000', '161739.900000', '161740.360000', '161740.820000', '161741.280000', '161741.740000', '161742.200000', '161742.660000', '161743.120000', '161743.580000', '161744.040000', '161744.500000', '161744.960000', '161745.420000', '161745.880000', '161746.340000', '161746.800000', '161747.260000', '161747.720000', '161748.180000', '161748.640000', '161749.100000', '161749.560000', '161750.020000', '161750.480000', '161750.940000', '161751.400000', '161751.860000', '161752.320000', '161752.780000', '161753.240000', '161753.700000', '161754.160000', '161754.620000', '161755.080000', '161755.540000', '161756.000000', '161756.460000', '161756.920000', '161757.380000', '161757.840000', '161758.300000', '161758.760000', '161759.220000', '161759.680000', '161800.140000', '161800.600000', '161801.060000', '161801.520000', '161801.980000'], 'ContentTime': ['161137.515000', '161137.518000', '161137.520000', '161137.523000', '161137.526000', '161137.528000', '161137.531000', '161137.533000', '161137.536000', '161137.539000', '161137.541000', '161137.544000', '161137.547000', '161137.549000', '161137.552000', '161137.555000', '161137.557000', '161137.560000', '161137.562000', '161137.565000', '161137.567000', '161137.576000', '161137.578000', '161137.581000', '161137.583000', '161137.586000', '161137.589000', '161137.595000', '161137.598000', '161137.600000', '161137.603000', '161137.605000', '161157.481000', '161157.484000', '161157.487000', '161157.489000', '161157.492000', '161157.494000', '161157.497000', '161157.500000', '161157.502000', '161157.505000', '161157.507000', '161157.510000', '161157.512000', '161157.515000', '161157.517000', '161157.520000', '161157.523000', '161157.525000', '161157.528000', '161157.530000', '161157.533000', '161157.545000', '161157.547000', '161157.550000', '161157.552000', '161157.555000', '161157.558000', '161157.560000', '161157.563000', '161157.565000', '161157.568000', '161157.570000', '161157.573000', '161157.575000', '161157.578000', '161157.581000', '161157.583000', '161157.586000', '161157.588000', '161157.591000', '161157.593000', '161157.596000', '161157.598000', '161157.601000', '161217.482000', '161217.484000', '161217.487000', '161217.489000', '161217.492000', '161217.495000', '161217.497000', '161217.500000', '161217.502000', '161217.505000', '161217.507000', '161217.516000', '161217.518000', '161217.521000', '161217.524000', '161217.526000', '161217.529000', '161217.532000', '161217.534000', '161217.537000', '161217.539000', '161217.542000', '161217.545000', '161217.547000', '161217.550000', '161217.552000', '161217.555000', '161217.558000', '161217.560000', '161217.563000', '161217.565000', '161217.569000', '161217.572000', '161217.574000', '161217.577000', '161217.580000', '161217.582000', '161217.585000', '161217.587000', '161217.590000', '161217.592000', '161217.595000', '161217.597000', '161237.482000', '161237.485000', '161237.488000', '161237.490000', '161237.493000', '161237.496000', '161237.498000', '161237.536000', '161237.538000', '161237.541000', '161237.544000', '161237.546000', '161237.549000', '161237.551000', '161237.554000', '161237.557000', '161237.559000', '161237.562000', '161237.565000', '161237.567000', '161237.570000', '161237.572000', '161237.575000', '161237.577000', '161237.580000', '161237.583000', '161237.585000', '161237.588000', '161237.590000', '161237.593000', '161237.595000', '161237.598000', '161237.600000', '161237.603000', '161237.606000', '161237.608000', '161237.611000', '161237.614000', '161237.623000', '161237.625000', '161237.628000', '161237.631000', '161237.633000', '161237.636000', '161257.483000', '161257.485000', '161257.488000', '161257.491000', '161257.493000', '161257.496000', '161257.499000', '161257.501000', '161257.504000', '161257.507000', '161257.509000', '161257.512000', '161257.514000', '161257.517000', '161257.520000', '161257.522000', '161257.525000', '161257.527000', '161257.530000', '161257.532000', '161257.535000', '161257.537000', '161257.540000', '161257.543000', '161257.545000', '161257.548000', '161257.550000', '161257.553000', '161257.555000', '161257.558000', '161257.561000', '161257.563000', '161257.566000', '161257.568000', '161257.571000', '161257.574000', '161257.576000', '161257.579000', '161257.581000', '161257.584000', '161257.586000', '161257.589000', '161257.591000', '161317.481000', '161317.484000', '161317.487000', '161317.490000', '161317.492000', '161317.495000', '161317.498000', '161317.500000', '161317.503000', '161317.508000', '161317.510000', '161317.513000', '161317.515000', '161317.518000', '161317.521000', '161317.523000', '161317.526000', '161317.529000', '161317.531000', '161317.534000', '161317.536000', '161317.539000', '161317.542000', '161317.544000', '161317.547000', '161317.549000', '161317.552000', '161317.554000', '161317.557000', '161317.560000', '161317.562000', '161317.565000', '161317.568000', '161317.570000', '161317.573000', '161317.576000', '161317.579000', '161317.581000', '161317.584000', '161317.586000', '161317.589000', '161317.592000', '161317.594000', '161337.481000', '161337.484000', '161337.487000', '161337.489000', '161337.492000', '161337.495000', '161337.498000', '161337.500000', '161337.503000', '161337.506000', '161337.509000', '161337.511000', '161337.514000', '161337.516000', '161337.519000', '161337.521000', '161337.524000', '161337.527000', '161337.529000', '161337.532000', '161337.534000', '161337.537000', '161337.539000', '161337.542000', '161337.545000', '161337.547000', '161337.550000', '161337.552000', '161337.555000', '161337.558000', '161337.560000', '161337.563000', '161337.566000', '161337.568000', '161337.571000', '161337.573000', '161337.576000', '161337.579000', '161337.581000', '161337.584000', '161337.587000', '161337.589000', '161337.592000', '161337.595000', '161357.481000', '161357.484000', '161357.487000', '161357.490000', '161357.493000', '161357.495000', '161357.498000', '161357.500000', '161357.503000', '161357.506000', '161357.508000', '161357.511000', '161357.514000', '161357.517000', '161357.519000', '161357.522000', '161357.524000', '161357.527000', '161357.529000', '161357.532000', '161357.535000', '161357.537000', '161357.540000', '161357.543000', '161357.545000', '161357.548000', '161357.550000', '161357.553000', '161357.556000', '161357.558000', '161357.561000', '161357.563000', '161357.566000', '161357.569000', '161357.571000', '161357.574000', '161357.577000', '161357.579000', '161357.582000', '161357.584000', '161357.587000', '161357.590000', '161357.592000', '161417.481000', '161417.484000', '161417.487000', '161417.500000', '161417.502000', '161417.505000', '161417.507000', '161417.510000', '161417.513000', '161417.515000', '161417.518000', '161417.521000', '161417.523000', '161417.526000', '161417.529000', '161417.531000', '161417.534000', '161417.537000', '161417.539000', '161417.542000', '161417.545000', '161417.547000', '161417.550000', '161417.552000', '161417.555000', '161417.558000', '161417.560000', '161417.563000', '161417.565000', '161417.568000', '161417.571000', '161417.573000', '161417.576000', '161417.579000', '161417.581000', '161417.584000', '161417.587000', '161417.589000', '161417.592000', '161417.595000', '161417.597000', '161417.600000', '161417.602000', '161417.605000', '161437.482000', '161437.485000', '161437.488000', '161437.491000', '161437.493000', '161437.496000', '161437.499000', '161437.501000', '161437.504000', '161437.507000', '161437.509000', '161437.512000', '161437.515000', '161437.518000', '161437.520000', '161437.523000', '161437.526000', '161437.528000', '161437.531000', '161437.534000', '161437.536000', '161437.539000', '161437.541000', '161437.544000', '161437.547000', '161437.549000', '161437.553000', '161437.556000', '161437.559000', '161437.561000', '161437.564000', '161437.567000', '161437.570000', '161437.572000', '161437.575000', '161437.577000', '161437.580000', '161437.582000', '161437.585000', '161437.588000', '161437.590000', '161437.593000', '161437.595000', '161457.482000', '161457.485000', '161457.488000', '161457.491000', '161457.493000', '161457.496000', '161457.498000', '161457.501000', '161457.503000', '161457.506000', '161457.508000', '161457.511000', '161457.514000', '161457.516000', '161457.519000', '161457.522000', '161457.524000', '161457.527000', '161457.530000', '161457.532000', '161457.535000', '161457.538000', '161457.540000', '161457.543000', '161457.545000', '161457.548000', '161457.551000', '161457.553000', '161457.556000', '161457.559000', '161457.561000', '161457.564000', '161457.567000', '161457.569000', '161457.572000', '161457.575000', '161457.577000', '161457.580000', '161457.582000', '161457.585000', '161457.588000', '161457.590000', '161457.593000', '161457.595000', '161517.483000', '161517.485000', '161517.488000', '161517.491000', '161517.493000', '161517.496000', '161517.499000', '161517.501000', '161517.504000', '161517.507000', '161517.509000', '161517.512000', '161517.514000', '161517.517000', '161517.520000', '161517.522000', '161517.525000', '161517.528000', '161517.530000', '161517.533000', '161517.536000', '161517.539000', '161517.542000', '161517.546000', '161517.549000', '161517.551000', '161517.554000', '161517.557000', '161517.560000', '161517.562000', '161517.565000', '161517.567000', '161517.570000', '161517.573000', '161517.575000', '161517.578000', '161517.580000', '161517.583000', '161517.585000', '161517.588000', '161517.591000', '161517.593000', '161517.596000', '161537.482000', '161537.484000', '161537.487000', '161537.490000', '161537.492000', '161537.495000', '161537.497000', '161537.500000', '161537.503000', '161537.505000', '161537.508000', '161537.510000', '161537.513000', '161537.516000', '161537.518000', '161537.521000', '161537.524000', '161537.526000', '161537.529000', '161537.532000', '161537.534000', '161537.537000', '161537.540000', '161537.542000', '161537.545000', '161537.548000', '161537.550000', '161537.553000', '161537.567000', '161537.570000', '161537.572000', '161537.575000', '161537.577000', '161537.580000', '161537.583000', '161537.585000', '161537.588000', '161537.591000', '161537.593000', '161537.596000', '161537.598000', '161537.601000', '161537.604000', '161537.607000', '161557.482000', '161557.484000', '161557.487000', '161557.490000', '161557.492000', '161557.495000', '161557.498000', '161557.505000', '161557.508000', '161557.511000', '161557.513000', '161557.516000', '161557.519000', '161557.522000', '161557.524000', '161557.527000', '161557.529000', '161557.532000', '161557.535000', '161557.537000', '161557.540000', '161557.542000', '161557.545000', '161557.548000', '161557.551000', '161557.553000', '161557.556000', '161557.559000', '161557.561000', '161557.564000', '161557.566000', '161557.569000', '161557.571000', '161557.574000', '161557.577000', '161557.579000', '161557.582000', '161557.586000', '161557.588000', '161557.591000', '161557.593000', '161557.596000', '161557.599000', '161617.482000', '161617.484000', '161617.487000', '161617.490000', '161617.493000', '161617.495000', '161617.498000', '161617.501000', '161617.504000', '161617.506000', '161617.509000', '161617.511000', '161617.515000', '161617.517000', '161617.520000', '161617.522000', '161617.525000', '161617.528000', '161617.531000', '161617.533000', '161617.536000', '161617.539000', '161617.541000', '161617.544000', '161617.547000', '161617.550000', '161617.552000', '161617.555000', '161617.558000', '161617.560000', '161617.563000', '161617.566000', '161617.568000', '161617.571000', '161617.574000', '161617.576000', '161617.579000', '161617.581000', '161617.584000', '161617.586000', '161617.589000', '161617.592000', '161617.594000', '161617.597000', '161637.481000', '161637.484000', '161637.487000', '161637.490000', '161637.492000', '161637.495000', '161637.498000', '161637.500000', '161637.503000', '161637.506000', '161637.508000', '161637.511000', '161637.513000', '161637.516000', '161637.519000', '161637.521000', '161637.524000', '161637.527000', '161637.529000', '161637.532000', '161637.535000', '161637.537000', '161637.540000', '161637.543000', '161637.545000', '161637.548000', '161637.550000', '161637.553000', '161637.556000', '161637.558000', '161637.561000', '161637.564000', '161637.567000', '161637.569000', '161637.572000', '161637.574000', '161637.577000', '161637.580000', '161637.582000', '161637.585000', '161637.588000', '161637.590000', '161637.593000', '161657.482000', '161657.485000', '161657.488000', '161657.491000', '161657.493000', '161657.496000', '161657.498000', '161657.501000', '161657.504000', '161657.506000', '161657.509000', '161657.512000', '161657.514000', '161657.517000', '161657.519000', '161657.522000', '161657.525000', '161657.527000', '161657.530000', '161657.533000', '161657.535000', '161657.538000', '161657.540000', '161657.543000', '161657.546000', '161657.548000', '161657.551000', '161657.554000', '161657.556000', '161657.559000', '161657.561000', '161657.564000', '161657.567000', '161657.569000', '161657.572000', '161657.574000', '161657.577000', '161657.579000', '161657.582000', '161657.585000', '161657.587000', '161657.590000', '161657.592000', '161657.595000', '161717.483000', '161717.486000', '161717.488000', '161717.491000', '161717.494000', '161717.496000', '161717.499000', '161717.501000', '161717.504000', '161717.507000', '161717.510000', '161717.512000', '161717.515000', '161717.518000', '161717.520000', '161717.523000', '161717.525000', '161717.528000', '161717.530000', '161717.533000', '161717.536000', '161717.538000', '161717.541000', '161717.543000', '161717.546000', '161717.549000', '161717.551000', '161717.554000', '161717.556000', '161717.559000', '161717.561000', '161717.564000', '161717.567000', '161717.572000', '161717.575000', '161717.577000', '161717.580000', '161717.583000', '161717.586000', '161717.588000', '161717.591000', '161717.594000', '161717.596000', '161737.482000', '161737.485000', '161737.488000', '161737.491000', '161737.493000', '161737.496000', '161737.499000', '161737.501000', '161737.504000', '161737.507000', '161737.510000', '161737.512000', '161737.515000', '161737.517000', '161737.520000', '161737.523000', '161737.525000', '161737.528000', '161737.531000', '161737.533000', '161737.536000', '161737.538000', '161737.541000', '161737.544000', '161737.546000', '161737.549000', '161737.552000', '161737.554000', '161737.557000', '161737.559000', '161737.562000', '161737.565000', '161737.567000', '161737.570000', '161737.573000', '161737.575000', '161737.578000', '161737.580000', '161737.583000', '161737.586000', '161737.588000', '161737.591000', '161737.594000', '161757.481000', '161757.485000', '161757.488000', '161757.490000', '161757.493000', '161757.496000', '161757.498000', '161757.501000', '161757.504000', '161757.506000', '161757.509000', '161757.512000', '161757.514000', '161757.517000', '161757.519000', '161757.522000', '161757.524000', '161757.527000', '161757.530000', '161757.532000', '161757.535000', '161757.537000', '161757.540000', '161757.543000', '161757.545000', '161757.548000', '161757.551000', '161757.553000', '161757.556000', '161757.558000', '161757.561000', '161757.564000', '161757.566000', '161757.569000', '161757.571000', '161757.574000', '161757.577000', '161757.580000', '161757.582000', '161757.585000', '161757.587000', '161757.590000', '161757.593000', '161757.595000', '161803.578000', '161803.581000', '161803.584000', '161803.587000', '161803.589000', '161803.592000', '161803.595000', '161803.598000', '161803.601000', '161803.603000', '161803.606000', '161803.609000', '161803.611000', '161803.614000'], 'InstanceCreationTime': ['161137.515000', '161137.518000', '161137.520000', '161137.523000', '161137.526000', '161137.528000', '161137.531000', '161137.533000', '161137.536000', '161137.539000', '161137.541000', '161137.544000', '161137.547000', '161137.549000', '161137.552000', '161137.555000', '161137.557000', '161137.560000', '161137.562000', '161137.565000', '161137.567000', '161137.576000', '161137.578000', '161137.581000', '161137.583000', '161137.586000', '161137.589000', '161137.595000', '161137.598000', '161137.600000', '161137.603000', '161137.605000', '161157.481000', '161157.484000', '161157.487000', '161157.489000', '161157.492000', '161157.494000', '161157.497000', '161157.500000', '161157.502000', '161157.505000', '161157.507000', '161157.510000', '161157.512000', '161157.515000', '161157.517000', '161157.520000', '161157.523000', '161157.525000', '161157.528000', '161157.530000', '161157.533000', '161157.545000', '161157.547000', '161157.550000', '161157.552000', '161157.555000', '161157.558000', '161157.560000', '161157.563000', '161157.565000', '161157.568000', '161157.570000', '161157.573000', '161157.575000', '161157.578000', '161157.581000', '161157.583000', '161157.586000', '161157.588000', '161157.591000', '161157.593000', '161157.596000', '161157.598000', '161157.601000', '161217.482000', '161217.484000', '161217.487000', '161217.489000', '161217.492000', '161217.495000', '161217.497000', '161217.500000', '161217.502000', '161217.505000', '161217.507000', '161217.516000', '161217.518000', '161217.521000', '161217.524000', '161217.526000', '161217.529000', '161217.532000', '161217.534000', '161217.537000', '161217.539000', '161217.542000', '161217.545000', '161217.547000', '161217.550000', '161217.552000', '161217.555000', '161217.558000', '161217.560000', '161217.563000', '161217.565000', '161217.569000', '161217.572000', '161217.574000', '161217.577000', '161217.580000', '161217.582000', '161217.585000', '161217.587000', '161217.590000', '161217.592000', '161217.595000', '161217.597000', '161237.482000', '161237.485000', '161237.488000', '161237.490000', '161237.493000', '161237.496000', '161237.498000', '161237.536000', '161237.538000', '161237.541000', '161237.544000', '161237.546000', '161237.549000', '161237.551000', '161237.554000', '161237.557000', '161237.559000', '161237.562000', '161237.565000', '161237.567000', '161237.570000', '161237.572000', '161237.575000', '161237.577000', '161237.580000', '161237.583000', '161237.585000', '161237.588000', '161237.590000', '161237.593000', '161237.595000', '161237.598000', '161237.600000', '161237.603000', '161237.606000', '161237.608000', '161237.611000', '161237.614000', '161237.623000', '161237.625000', '161237.628000', '161237.631000', '161237.633000', '161237.636000', '161257.483000', '161257.485000', '161257.488000', '161257.491000', '161257.493000', '161257.496000', '161257.499000', '161257.501000', '161257.504000', '161257.507000', '161257.509000', '161257.512000', '161257.514000', '161257.517000', '161257.520000', '161257.522000', '161257.525000', '161257.527000', '161257.530000', '161257.532000', '161257.535000', '161257.537000', '161257.540000', '161257.543000', '161257.545000', '161257.548000', '161257.550000', '161257.553000', '161257.555000', '161257.558000', '161257.561000', '161257.563000', '161257.566000', '161257.568000', '161257.571000', '161257.574000', '161257.576000', '161257.579000', '161257.581000', '161257.584000', '161257.586000', '161257.589000', '161257.591000', '161317.481000', '161317.484000', '161317.487000', '161317.490000', '161317.492000', '161317.495000', '161317.498000', '161317.500000', '161317.503000', '161317.508000', '161317.510000', '161317.513000', '161317.515000', '161317.518000', '161317.521000', '161317.523000', '161317.526000', '161317.529000', '161317.531000', '161317.534000', '161317.536000', '161317.539000', '161317.542000', '161317.544000', '161317.547000', '161317.549000', '161317.552000', '161317.554000', '161317.557000', '161317.560000', '161317.562000', '161317.565000', '161317.568000', '161317.570000', '161317.573000', '161317.576000', '161317.579000', '161317.581000', '161317.584000', '161317.586000', '161317.589000', '161317.592000', '161317.594000', '161337.481000', '161337.484000', '161337.487000', '161337.489000', '161337.492000', '161337.495000', '161337.498000', '161337.500000', '161337.503000', '161337.506000', '161337.509000', '161337.511000', '161337.514000', '161337.516000', '161337.519000', '161337.521000', '161337.524000', '161337.527000', '161337.529000', '161337.532000', '161337.534000', '161337.537000', '161337.539000', '161337.542000', '161337.545000', '161337.547000', '161337.550000', '161337.552000', '161337.555000', '161337.558000', '161337.560000', '161337.563000', '161337.566000', '161337.568000', '161337.571000', '161337.573000', '161337.576000', '161337.579000', '161337.581000', '161337.584000', '161337.587000', '161337.589000', '161337.592000', '161337.595000', '161357.481000', '161357.484000', '161357.487000', '161357.490000', '161357.493000', '161357.495000', '161357.498000', '161357.500000', '161357.503000', '161357.506000', '161357.508000', '161357.511000', '161357.514000', '161357.517000', '161357.519000', '161357.522000', '161357.524000', '161357.527000', '161357.529000', '161357.532000', '161357.535000', '161357.537000', '161357.540000', '161357.543000', '161357.545000', '161357.548000', '161357.550000', '161357.553000', '161357.556000', '161357.558000', '161357.561000', '161357.563000', '161357.566000', '161357.569000', '161357.571000', '161357.574000', '161357.577000', '161357.579000', '161357.582000', '161357.584000', '161357.587000', '161357.590000', '161357.592000', '161417.481000', '161417.484000', '161417.487000', '161417.500000', '161417.502000', '161417.505000', '161417.507000', '161417.510000', '161417.513000', '161417.515000', '161417.518000', '161417.521000', '161417.523000', '161417.526000', '161417.529000', '161417.531000', '161417.534000', '161417.537000', '161417.539000', '161417.542000', '161417.545000', '161417.547000', '161417.550000', '161417.552000', '161417.555000', '161417.558000', '161417.560000', '161417.563000', '161417.565000', '161417.568000', '161417.571000', '161417.573000', '161417.576000', '161417.579000', '161417.581000', '161417.584000', '161417.587000', '161417.589000', '161417.592000', '161417.595000', '161417.597000', '161417.600000', '161417.602000', '161417.605000', '161437.482000', '161437.485000', '161437.488000', '161437.491000', '161437.493000', '161437.496000', '161437.499000', '161437.501000', '161437.504000', '161437.507000', '161437.509000', '161437.512000', '161437.515000', '161437.518000', '161437.520000', '161437.523000', '161437.526000', '161437.528000', '161437.531000', '161437.534000', '161437.536000', '161437.539000', '161437.541000', '161437.544000', '161437.547000', '161437.549000', '161437.553000', '161437.556000', '161437.559000', '161437.561000', '161437.564000', '161437.567000', '161437.570000', '161437.572000', '161437.575000', '161437.577000', '161437.580000', '161437.582000', '161437.585000', '161437.588000', '161437.590000', '161437.593000', '161437.595000', '161457.482000', '161457.485000', '161457.488000', '161457.491000', '161457.493000', '161457.496000', '161457.498000', '161457.501000', '161457.503000', '161457.506000', '161457.508000', '161457.511000', '161457.514000', '161457.516000', '161457.519000', '161457.522000', '161457.524000', '161457.527000', '161457.530000', '161457.532000', '161457.535000', '161457.538000', '161457.540000', '161457.543000', '161457.545000', '161457.548000', '161457.551000', '161457.553000', '161457.556000', '161457.559000', '161457.561000', '161457.564000', '161457.567000', '161457.569000', '161457.572000', '161457.575000', '161457.577000', '161457.580000', '161457.582000', '161457.585000', '161457.588000', '161457.590000', '161457.593000', '161457.595000', '161517.483000', '161517.485000', '161517.488000', '161517.491000', '161517.493000', '161517.496000', '161517.499000', '161517.501000', '161517.504000', '161517.507000', '161517.509000', '161517.512000', '161517.514000', '161517.517000', '161517.520000', '161517.522000', '161517.525000', '161517.528000', '161517.530000', '161517.533000', '161517.536000', '161517.539000', '161517.542000', '161517.546000', '161517.549000', '161517.551000', '161517.554000', '161517.557000', '161517.560000', '161517.562000', '161517.565000', '161517.567000', '161517.570000', '161517.573000', '161517.575000', '161517.578000', '161517.580000', '161517.583000', '161517.585000', '161517.588000', '161517.591000', '161517.593000', '161517.596000', '161537.482000', '161537.484000', '161537.487000', '161537.490000', '161537.492000', '161537.495000', '161537.497000', '161537.500000', '161537.503000', '161537.505000', '161537.508000', '161537.510000', '161537.513000', '161537.516000', '161537.518000', '161537.521000', '161537.524000', '161537.526000', '161537.529000', '161537.532000', '161537.534000', '161537.537000', '161537.540000', '161537.542000', '161537.545000', '161537.548000', '161537.550000', '161537.553000', '161537.567000', '161537.570000', '161537.572000', '161537.575000', '161537.577000', '161537.580000', '161537.583000', '161537.585000', '161537.588000', '161537.591000', '161537.593000', '161537.596000', '161537.598000', '161537.601000', '161537.604000', '161537.607000', '161557.482000', '161557.484000', '161557.487000', '161557.490000', '161557.492000', '161557.495000', '161557.498000', '161557.505000', '161557.508000', '161557.511000', '161557.513000', '161557.516000', '161557.519000', '161557.522000', '161557.524000', '161557.527000', '161557.529000', '161557.532000', '161557.535000', '161557.537000', '161557.540000', '161557.542000', '161557.545000', '161557.548000', '161557.551000', '161557.553000', '161557.556000', '161557.559000', '161557.561000', '161557.564000', '161557.566000', '161557.569000', '161557.571000', '161557.574000', '161557.577000', '161557.579000', '161557.582000', '161557.586000', '161557.588000', '161557.591000', '161557.593000', '161557.596000', '161557.599000', '161617.482000', '161617.484000', '161617.487000', '161617.490000', '161617.493000', '161617.495000', '161617.498000', '161617.501000', '161617.504000', '161617.506000', '161617.509000', '161617.511000', '161617.515000', '161617.517000', '161617.520000', '161617.522000', '161617.525000', '161617.528000', '161617.531000', '161617.533000', '161617.536000', '161617.539000', '161617.541000', '161617.544000', '161617.547000', '161617.550000', '161617.552000', '161617.555000', '161617.558000', '161617.560000', '161617.563000', '161617.566000', '161617.568000', '161617.571000', '161617.574000', '161617.576000', '161617.579000', '161617.581000', '161617.584000', '161617.586000', '161617.589000', '161617.592000', '161617.594000', '161617.597000', '161637.481000', '161637.484000', '161637.487000', '161637.490000', '161637.492000', '161637.495000', '161637.498000', '161637.500000', '161637.503000', '161637.506000', '161637.508000', '161637.511000', '161637.513000', '161637.516000', '161637.519000', '161637.521000', '161637.524000', '161637.527000', '161637.529000', '161637.532000', '161637.535000', '161637.537000', '161637.540000', '161637.543000', '161637.545000', '161637.548000', '161637.550000', '161637.553000', '161637.556000', '161637.558000', '161637.561000', '161637.564000', '161637.567000', '161637.569000', '161637.572000', '161637.574000', '161637.577000', '161637.580000', '161637.582000', '161637.585000', '161637.588000', '161637.590000', '161637.593000', '161657.482000', '161657.485000', '161657.488000', '161657.491000', '161657.493000', '161657.496000', '161657.498000', '161657.501000', '161657.504000', '161657.506000', '161657.509000', '161657.512000', '161657.514000', '161657.517000', '161657.519000', '161657.522000', '161657.525000', '161657.527000', '161657.530000', '161657.533000', '161657.535000', '161657.538000', '161657.540000', '161657.543000', '161657.546000', '161657.548000', '161657.551000', '161657.554000', '161657.556000', '161657.559000', '161657.561000', '161657.564000', '161657.567000', '161657.569000', '161657.572000', '161657.574000', '161657.577000', '161657.579000', '161657.582000', '161657.585000', '161657.587000', '161657.590000', '161657.592000', '161657.595000', '161717.483000', '161717.486000', '161717.488000', '161717.491000', '161717.494000', '161717.496000', '161717.499000', '161717.501000', '161717.504000', '161717.507000', '161717.510000', '161717.512000', '161717.515000', '161717.518000', '161717.520000', '161717.523000', '161717.525000', '161717.528000', '161717.530000', '161717.533000', '161717.536000', '161717.538000', '161717.541000', '161717.543000', '161717.546000', '161717.549000', '161717.551000', '161717.554000', '161717.556000', '161717.559000', '161717.561000', '161717.564000', '161717.567000', '161717.572000', '161717.575000', '161717.577000', '161717.580000', '161717.583000', '161717.586000', '161717.588000', '161717.591000', '161717.594000', '161717.596000', '161737.482000', '161737.485000', '161737.488000', '161737.491000', '161737.493000', '161737.496000', '161737.499000', '161737.501000', '161737.504000', '161737.507000', '161737.510000', '161737.512000', '161737.515000', '161737.517000', '161737.520000', '161737.523000', '161737.525000', '161737.528000', '161737.531000', '161737.533000', '161737.536000', '161737.538000', '161737.541000', '161737.544000', '161737.546000', '161737.549000', '161737.552000', '161737.554000', '161737.557000', '161737.559000', '161737.562000', '161737.565000', '161737.567000', '161737.570000', '161737.573000', '161737.575000', '161737.578000', '161737.580000', '161737.583000', '161737.586000', '161737.588000', '161737.591000', '161737.594000', '161757.481000', '161757.485000', '161757.488000', '161757.490000', '161757.493000', '161757.496000', '161757.498000', '161757.501000', '161757.504000', '161757.506000', '161757.509000', '161757.512000', '161757.514000', '161757.517000', '161757.519000', '161757.522000', '161757.524000', '161757.527000', '161757.530000', '161757.532000', '161757.535000', '161757.537000', '161757.540000', '161757.543000', '161757.545000', '161757.548000', '161757.551000', '161757.553000', '161757.556000', '161757.558000', '161757.561000', '161757.564000', '161757.566000', '161757.569000', '161757.571000', '161757.574000', '161757.577000', '161757.580000', '161757.582000', '161757.585000', '161757.587000', '161757.590000', '161757.593000', '161757.595000', '161803.578000', '161803.581000', '161803.584000', '161803.587000', '161803.589000', '161803.592000', '161803.595000', '161803.598000', '161803.601000', '161803.603000', '161803.606000', '161803.609000', '161803.611000', '161803.614000'], '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': [12296, 11972, 12265, 9083, 13174, 10581, 13517, 11031, 11760, 12527, 8370, 12125, 9779, 13550, 9847, 11452, 11812, 8164, 11731, 9885, 12112, 9936, 9469, 11905, 8850, 12335, 10293, 11932, 10363, 10548, 11251, 9848, 13243, 11128, 10868, 10368, 8133, 10849, 10543, 12623, 11356, 13891, 10975, 12107, 11327, 15210, 13064, 14932, 9992, 9205, 10249, 8470, 8927, 7860, 9898, 10075, 12513, 10451, 11397, 11520, 7905, 11182, 11630, 14139, 12346, 9418, 12704, 11060, 13164, 11512, 9686, 12962, 12272, 10840, 11068, 7972, 11500, 10701, 13254, 11872, 13095, 12571, 8879, 12588, 11553, 13853, 12026, 10011, 13535, 12706, 10543, 13313, 8929, 12376, 11801, 11911, 14008, 11161, 14284, 12192, 9667, 12508, 9918, 13256, 12104, 13933, 13198, 10272, 13014, 8451, 12497, 12475, 13473, 11744, 10821, 11623, 8044, 11396, 11920, 13630, 10845, 8937, 10845, 8578, 12218, 11764, 10338, 11749, 8512, 11503, 9420, 10594, 11118, 9679, 13013, 12114, 9524, 11756, 7742, 11855, 11276, 13902, 11816, 10336, 13427, 11700, 13557, 11563, 11451, 12239, 10695, 12889, 9609, 12762, 11436, 13494, 13068, 12759, 12370, 13484, 10973, 8806, 10140, 8320, 11207, 9951, 11936, 9402, 9829, 10723, 13010, 11900, 7886, 11895, 10128, 12452, 10761, 8857, 12201, 10723, 12646, 11156, 10413, 11902, 10159, 13138, 11246, 13446, 12255, 12216, 12141, 9768, 12539, 10895, 12482, 11439, 12623, 12233, 9006, 11978, 9881, 13021, 12045, 8839, 11744, 9993, 13496, 11738, 9901, 12182, 10290, 12695, 11036, 9412, 12504, 10411, 12691, 11031, 9535, 12418, 10767, 13048, 11156, 9360, 12489, 11461, 12555, 9905, 8343, 10303, 11253, 10892, 11905, 8942, 12462, 10060, 9504, 13319, 11737, 9332, 11654, 10458, 9766, 11106, 9866, 9865, 13279, 12437, 14829, 11955, 9080, 12320, 10939, 13014, 12472, 14071, 11999, 9705, 11699, 8822, 12125, 9484, 12421, 9849, 11451, 9474, 8806, 11350, 10427, 10348, 10225, 7870, 10710, 9905, 13820, 11082, 10478, 11588, 8480, 12208, 10405, 12941, 12330, 11263, 11251, 7647, 10802, 10063, 12018, 11953, 8418, 12068, 10635, 11624, 11680, 11271, 13360, 10809, 13413, 12260, 12771, 12406, 9880, 13019, 11100, 13514, 10490, 9333, 11677, 10954, 13744, 11412, 9040, 10112, 9275, 12921, 10752, 10857, 12734, 9256, 12376, 11384, 13224, 11813, 13339, 15056, 11532, 13299, 10569, 7715, 11603, 8933, 12754, 10032, 12414, 10619, 13081, 11461, 12881, 11844, 13207, 11156, 8999, 12601, 10744, 11472, 10071, 8370, 11071, 9894, 12948, 12327, 12818, 11634, 9154, 11603, 8834, 12051, 11199, 11840, 10545, 8691, 10162, 8770, 10894, 10301, 11781, 11730, 10518, 10500, 8375, 10459, 8948, 11774, 10032, 12176, 11595, 12731, 10895, 9640, 10257, 8185, 10420, 9720, 11300, 9655, 8950, 9671, 8230, 11138, 11150, 12852, 10814, 7613, 10653, 8170, 11517, 10028, 13490, 11268, 9154, 11512, 8501, 11996, 11102, 12575, 11320, 12652, 11155, 9711, 11684, 10679, 13368, 10135, 9148, 10659, 8768, 13190, 10956, 8757, 10561, 8986, 10471, 9992, 9400, 14299, 11949, 8798, 12910, 10899, 8160, 12368, 10426, 9743, 11602, 10317, 13453, 12317, 11963, 12758, 8537, 12059, 11116, 10098, 11900, 9812, 13677, 11351, 8656, 10262, 9296, 11142, 10459, 8544, 12429, 9391, 8746, 10394, 9409, 12597, 11538, 8771, 11840, 10622, 9730, 11550, 9705, 13816, 10966, 12474, 9827, 9439, 11406, 7731, 10641, 9043, 11619, 8884, 8383, 10372, 9311, 8873, 9433, 8674, 11089, 9468, 10081, 13889, 10194, 11597, 11586, 9376, 12688, 11595, 13350, 11905, 8615, 12386, 10220, 11755, 12112, 8340, 11526, 9304, 12095, 9924, 13056, 10549, 8801, 9969, 7857, 10340, 9247, 8882, 10877, 8974, 11459, 8862, 8149, 10489, 9388, 10045, 10428, 8337, 11262, 9409, 11317, 10741, 10091, 12745, 9573, 12347, 9712, 9607, 11283, 8615, 12919, 9383, 9635, 10251, 8490, 11885, 9106, 9532, 9956, 8803, 12001, 9992, 13761, 9862, 11848, 10180, 11348, 11271, 9269, 11456, 8616, 12125, 10131, 12163, 10197, 12641, 10558, 8200, 10656, 8732, 11528, 9172, 9114, 12696, 8946, 12475, 9695, 13490, 10812, 11616, 9672, 9931, 10020, 8602, 11047, 10037, 11291, 10120, 9186, 11827, 10111, 14180, 10564, 9736, 10540, 9010, 11971, 9901, 13825, 9940, 12703, 10562, 9477, 11192, 9737, 12013, 9591, 9587, 9703, 8141, 11318, 9661, 10177, 9887, 9832, 11607, 9907, 13633, 9894, 12521, 10059, 10724, 10437, 9616, 12585, 9938, 12327, 10072, 9447, 10139, 8646, 13599, 9467, 10161, 9862, 8910, 12539, 10837, 10694, 10856, 8757, 12003, 9961, 10891, 11073, 9030, 12243, 9612, 10178, 13891, 10340, 9540, 10391, 9394, 10379, 10092, 9365, 10953, 11868, 10108, 13954, 11006, 9584, 14638, 11527, 9606, 11047, 10349, 14587, 11402, 9009, 11235, 10006, 12298, 10081, 8795, 13666, 9501, 8203, 10285, 9051, 9881, 13010, 9087, 13027, 9778, 9876, 12180, 10075, 13192, 9641, 8850, 11069, 10159, 11050, 10807, 8221, 11297, 9562, 9973, 10259, 8626, 12306, 9560, 10075, 9958, 9225, 14032, 12021, 8432, 11404, 9690, 9341, 9813, 9828, 13846, 11446, 8404, 12054, 9775, 12840, 9815, 9873, 13336, 9442, 12967, 9709, 9629, 10920, 8817, 11613, 9469, 13025, 9528, 9468, 10976, 9018, 11233, 8789, 8679, 11596, 8974, 12227, 9314, 9099, 11276, 9247, 14061, 10180, 9026, 10733, 9428, 13468, 10210, 10747, 11818, 8964, 11908, 10386, 13683, 10280, 9290, 10669, 8768, 11675, 9925, 10742, 10728, 8635, 11749, 9759, 13419, 10133, 10151, 10468, 8682, 11525, 9703, 12913, 10144, 8812, 12885, 9557, 8370, 9545, 8267, 13017, 9677, 13932, 10247, 12148, 9649, 9632, 10377, 9377, 12851, 9437, 12498, 10021, 10079, 10456, 7811, 11378, 9986, 12700, 10224, 8495, 10826, 9334, 12077, 9929, 9456, 11575, 9090, 11986, 10274, 10911, 10323, 8331, 11014, 9484, 11439, 10071, 8408, 12338, 9552, 12455, 9583, 10841, 10516, 8288, 11889, 9810, 12549, 9852, 13211, 9992, 9753, 9919, 9574, 10259, 8685, 10999, 9830, 10794, 9237, 10160, 9015, 8814, 10851, 8314, 11718, 9710, 13254, 9716, 9991, 11192, 8621, 11258, 10318, 10318, 11062, 8500, 11513, 9084, 8494, 12052, 9339, 9344, 10400, 8508, 12210, 9680, 9431, 11203, 9545], 'WindowCenter': [4315.0, 4286.0, 4274.0, 4232.0, 4269.0, 4237.0, 4254.0, 4247.0, 4243.0, 4256.0, 4201.0, 4243.0, 4222.0, 4253.0, 4235.0, 4240.0, 4245.0, 4215.0, 4244.0, 4224.0, 4255.0, 4236.0, 4237.0, 4256.0, 4226.0, 4255.0, 4248.0, 4257.0, 4248.0, 4244.0, 4257.0, 4233.0, 4267.0, 4245.0, 4241.0, 4236.0, 4214.0, 4244.0, 4248.0, 4264.0, 4254.0, 4266.0, 4246.0, 4257.0, 4257.0, 4278.0, 4249.0, 4280.0, 4237.0, 4223.0, 4233.0, 4214.0, 4225.0, 4217.0, 4243.0, 4244.0, 4267.0, 4259.0, 4255.0, 4271.0, 4217.0, 4253.0, 4259.0, 4268.0, 4252.0, 4220.0, 4268.0, 4247.0, 4262.0, 4252.0, 4239.0, 4276.0, 4264.0, 4259.0, 4259.0, 4221.0, 4269.0, 4251.0, 4281.0, 4272.0, 4275.0, 4269.0, 4236.0, 4269.0, 4259.0, 4273.0, 4268.0, 4237.0, 4274.0, 4264.0, 4239.0, 4266.0, 4226.0, 4257.0, 4258.0, 4252.0, 4274.0, 4241.0, 4262.0, 4256.0, 4224.0, 4255.0, 4221.0, 4255.0, 4243.0, 4259.0, 4254.0, 4222.0, 4239.0, 4200.0, 4242.0, 4243.0, 4253.0, 4238.0, 4226.0, 4226.0, 4200.0, 4237.0, 4243.0, 4246.0, 4228.0, 4207.0, 4232.0, 4213.0, 4253.0, 4254.0, 4232.0, 4237.0, 4213.0, 4244.0, 4225.0, 4239.0, 4246.0, 4237.0, 4264.0, 4253.0, 4229.0, 4249.0, 4200.0, 4250.0, 4253.0, 4274.0, 4257.0, 4235.0, 4265.0, 4251.0, 4265.0, 4254.0, 4256.0, 4257.0, 4235.0, 4251.0, 4224.0, 4253.0, 4240.0, 4264.0, 4266.0, 4255.0, 4249.0, 4247.0, 4229.0, 4208.0, 4232.0, 4214.0, 4245.0, 4236.0, 4248.0, 4232.0, 4244.0, 4260.0, 4281.0, 4260.0, 4210.0, 4253.0, 4242.0, 4265.0, 4259.0, 4239.0, 4270.0, 4259.0, 4266.0, 4259.0, 4242.0, 4266.0, 4248.0, 4270.0, 4257.0, 4264.0, 4257.0, 4257.0, 4256.0, 4235.0, 4255.0, 4245.0, 4250.0, 4254.0, 4252.0, 4256.0, 4221.0, 4253.0, 4237.0, 4267.0, 4252.0, 4225.0, 4252.0, 4236.0, 4267.0, 4258.0, 4235.0, 4256.0, 4232.0, 4266.0, 4258.0, 4226.0, 4263.0, 4246.0, 4265.0, 4247.0, 4236.0, 4251.0, 4247.0, 4261.0, 4255.0, 4230.0, 4267.0, 4253.0, 4251.0, 4234.0, 4225.0, 4244.0, 4259.0, 4253.0, 4258.0, 4237.0, 4268.0, 4250.0, 4244.0, 4272.0, 4266.0, 4233.0, 4258.0, 4259.0, 4248.0, 4255.0, 4251.0, 4248.0, 4278.0, 4271.0, 4285.0, 4259.0, 4227.0, 4257.0, 4242.0, 4266.0, 4256.0, 4263.0, 4245.0, 4216.0, 4243.0, 4225.0, 4252.0, 4225.0, 4256.0, 4234.0, 4243.0, 4234.0, 4230.0, 4252.0, 4248.0, 4247.0, 4247.0, 4228.0, 4246.0, 4247.0, 4276.0, 4257.0, 4248.0, 4256.0, 4230.0, 4266.0, 4250.0, 4269.0, 4272.0, 4255.0, 4258.0, 4217.0, 4247.0, 4251.0, 4266.0, 4266.0, 4226.0, 4267.0, 4258.0, 4255.0, 4272.0, 4261.0, 4281.0, 4260.0, 4269.0, 4258.0, 4269.0, 4271.0, 4238.0, 4265.0, 4248.0, 4265.0, 4247.0, 4233.0, 4253.0, 4256.0, 4275.0, 4253.0, 4222.0, 4247.0, 4233.0, 4280.0, 4256.0, 4243.0, 4270.0, 4232.0, 4254.0, 4257.0, 4278.0, 4256.0, 4265.0, 4276.0, 4240.0, 4249.0, 4231.0, 4197.0, 4242.0, 4221.0, 4255.0, 4218.0, 4244.0, 4234.0, 4249.0, 4240.0, 4241.0, 4244.0, 4237.0, 4228.0, 4211.0, 4238.0, 4229.0, 4226.0, 4216.0, 4202.0, 4227.0, 4224.0, 4248.0, 4243.0, 4235.0, 4229.0, 4206.0, 4232.0, 4211.0, 4243.0, 4240.0, 4238.0, 4227.0, 4212.0, 4229.0, 4211.0, 4241.0, 4234.0, 4238.0, 4241.0, 4229.0, 4233.0, 4213.0, 4234.0, 4213.0, 4245.0, 4218.0, 4235.0, 4242.0, 4254.0, 4228.0, 4218.0, 4234.0, 4210.0, 4241.0, 4232.0, 4242.0, 4233.0, 4223.0, 4232.0, 4224.0, 4256.0, 4267.0, 4276.0, 4258.0, 4212.0, 4242.0, 4212.0, 4252.0, 4247.0, 4267.0, 4257.0, 4237.0, 4258.0, 4222.0, 4257.0, 4255.0, 4253.0, 4253.0, 4256.0, 4245.0, 4232.0, 4252.0, 4246.0, 4268.0, 4235.0, 4222.0, 4245.0, 4225.0, 4279.0, 4245.0, 4221.0, 4248.0, 4235.0, 4258.0, 4246.0, 4246.0, 4292.0, 4270.0, 4236.0, 4275.0, 4259.0, 4228.0, 4266.0, 4256.0, 4235.0, 4257.0, 4246.0, 4280.0, 4268.0, 4259.0, 4268.0, 4226.0, 4256.0, 4240.0, 4235.0, 4257.0, 4238.0, 4268.0, 4241.0, 4215.0, 4232.0, 4235.0, 4254.0, 4244.0, 4227.0, 4264.0, 4239.0, 4219.0, 4244.0, 4240.0, 4271.0, 4257.0, 4225.0, 4254.0, 4247.0, 4231.0, 4254.0, 4234.0, 4265.0, 4246.0, 4251.0, 4236.0, 4223.0, 4254.0, 4204.0, 4245.0, 4232.0, 4255.0, 4237.0, 4224.0, 4248.0, 4251.0, 4240.0, 4239.0, 4243.0, 4262.0, 4252.0, 4262.0, 4289.0, 4258.0, 4268.0, 4266.0, 4239.0, 4271.0, 4258.0, 4279.0, 4254.0, 4222.0, 4267.0, 4243.0, 4257.0, 4258.0, 4214.0, 4243.0, 4220.0, 4255.0, 4242.0, 4264.0, 4240.0, 4224.0, 4235.0, 4212.0, 4246.0, 4239.0, 4233.0, 4254.0, 4238.0, 4252.0, 4234.0, 4228.0, 4259.0, 4247.0, 4246.0, 4261.0, 4226.0, 4259.0, 4251.0, 4267.0, 4269.0, 4256.0, 4279.0, 4246.0, 4267.0, 4248.0, 4248.0, 4257.0, 4237.0, 4265.0, 4234.0, 4243.0, 4260.0, 4239.0, 4266.0, 4236.0, 4246.0, 4248.0, 4247.0, 4277.0, 4251.0, 4279.0, 4253.0, 4269.0, 4258.0, 4257.0, 4257.0, 4238.0, 4259.0, 4227.0, 4256.0, 4245.0, 4267.0, 4242.0, 4274.0, 4255.0, 4228.0, 4245.0, 4239.0, 4269.0, 4252.0, 4240.0, 4281.0, 4240.0, 4271.0, 4247.0, 4279.0, 4263.0, 4255.0, 4235.0, 4239.0, 4232.0, 4240.0, 4254.0, 4251.0, 4253.0, 4249.0, 4241.0, 4270.0, 4258.0, 4284.0, 4261.0, 4237.0, 4250.0, 4238.0, 4266.0, 4249.0, 4279.0, 4249.0, 4265.0, 4246.0, 4233.0, 4258.0, 4234.0, 4265.0, 4237.0, 4236.0, 4233.0, 4231.0, 4255.0, 4246.0, 4256.0, 4246.0, 4250.0, 4269.0, 4247.0, 4281.0, 4248.0, 4265.0, 4248.0, 4258.0, 4249.0, 4235.0, 4265.0, 4239.0, 4264.0, 4236.0, 4235.0, 4248.0, 4228.0, 4276.0, 4234.0, 4247.0, 4246.0, 4240.0, 4265.0, 4259.0, 4242.0, 4257.0, 4224.0, 4265.0, 4251.0, 4256.0, 4256.0, 4239.0, 4270.0, 4245.0, 4255.0, 4273.0, 4246.0, 4235.0, 4257.0, 4241.0, 4245.0, 4250.0, 4235.0, 4257.0, 4274.0, 4246.0, 4283.0, 4261.0, 4238.0, 4276.0, 4247.0, 4232.0, 4245.0, 4231.0, 4278.0, 4247.0, 4222.0, 4244.0, 4237.0, 4252.0, 4244.0, 4218.0, 4262.0, 4232.0, 4216.0, 4235.0, 4238.0, 4243.0, 4264.0, 4225.0, 4263.0, 4235.0, 4244.0, 4265.0, 4239.0, 4264.0, 4234.0, 4223.0, 4248.0, 4247.0, 4259.0, 4247.0, 4228.0, 4242.0, 4235.0, 4249.0, 4249.0, 4224.0, 4270.0, 4240.0, 4245.0, 4238.0, 4235.0, 4276.0, 4268.0, 4217.0, 4258.0, 4235.0, 4226.0, 4237.0, 4245.0, 4273.0, 4266.0, 4226.0, 4270.0, 4245.0, 4265.0, 4249.0, 4235.0, 4267.0, 4233.0, 4263.0, 4236.0, 4237.0, 4244.0, 4223.0, 4258.0, 4237.0, 4267.0, 4236.0, 4232.0, 4245.0, 4225.0, 4241.0, 4226.0, 4226.0, 4259.0, 4223.0, 4256.0, 4237.0, 4233.0, 4259.0, 4238.0, 4280.0, 4250.0, 4224.0, 4247.0, 4233.0, 4263.0, 4244.0, 4248.0, 4258.0, 4228.0, 4257.0, 4236.0, 4269.0, 4232.0, 4225.0, 4234.0, 4210.0, 4245.0, 4234.0, 4242.0, 4247.0, 4216.0, 4252.0, 4236.0, 4268.0, 4238.0, 4232.0, 4231.0, 4217.0, 4245.0, 4234.0, 4265.0, 4235.0, 4222.0, 4252.0, 4233.0, 4212.0, 4235.0, 4212.0, 4266.0, 4238.0, 4278.0, 4250.0, 4258.0, 4234.0, 4233.0, 4242.0, 4238.0, 4268.0, 4221.0, 4255.0, 4230.0, 4233.0, 4244.0, 4202.0, 4245.0, 4236.0, 4266.0, 4236.0, 4226.0, 4246.0, 4226.0, 4258.0, 4239.0, 4234.0, 4259.0, 4228.0, 4257.0, 4245.0, 4243.0, 4247.0, 4216.0, 4246.0, 4238.0, 4254.0, 4248.0, 4227.0, 4265.0, 4234.0, 4268.0, 4235.0, 4256.0, 4249.0, 4218.0, 4255.0, 4238.0, 4269.0, 4238.0, 4271.0, 4238.0, 4237.0, 4237.0, 4225.0, 4231.0, 4225.0, 4247.0, 4238.0, 4242.0, 4238.0, 4241.0, 4238.0, 4239.0, 4260.0, 4229.0, 4259.0, 4239.0, 4281.0, 4240.0, 4234.0, 4260.0, 4225.0, 4255.0, 4246.0, 4250.0, 4255.0, 4224.0, 4258.0, 4238.0, 4226.0, 4270.0, 4235.0, 4239.0, 4259.0, 4241.0, 4272.0, 4253.0, 4238.0, 4262.0, 4251.0], 'WindowWidth': [9545.0, 9481.0, 9455.0, 9392.0, 9436.0, 9390.0, 9410.0, 9400.0, 9394.0, 9411.0, 9330.0, 9387.0, 9359.0, 9403.0, 9381.0, 9384.0, 9395.0, 9353.0, 9390.0, 9365.0, 9407.0, 9386.0, 9387.0, 9413.0, 9373.0, 9410.0, 9402.0, 9414.0, 9404.0, 9394.0, 9417.0, 9382.0, 9430.0, 9397.0, 9388.0, 9384.0, 9353.0, 9395.0, 9406.0, 9423.0, 9410.0, 9427.0, 9400.0, 9415.0, 9418.0, 9448.0, 9399.0, 9459.0, 9386.0, 9362.0, 9378.0, 9353.0, 9369.0, 9363.0, 9395.0, 9399.0, 9432.0, 9422.0, 9417.0, 9443.0, 9363.0, 9410.0, 9421.0, 9433.0, 9408.0, 9361.0, 9431.0, 9401.0, 9420.0, 9408.0, 9395.0, 9446.0, 9429.0, 9422.0, 9423.0, 9370.0, 9438.0, 9411.0, 9456.0, 9445.0, 9447.0, 9439.0, 9390.0, 9434.0, 9421.0, 9435.0, 9431.0, 9389.0, 9442.0, 9427.0, 9389.0, 9427.0, 9372.0, 9415.0, 9418.0, 9407.0, 9441.0, 9391.0, 9423.0, 9409.0, 9365.0, 9406.0, 9358.0, 9407.0, 9391.0, 9412.0, 9406.0, 9357.0, 9379.0, 9326.0, 9385.0, 9388.0, 9402.0, 9378.0, 9358.0, 9359.0, 9327.0, 9377.0, 9390.0, 9389.0, 9364.0, 9336.0, 9373.0, 9348.0, 9405.0, 9407.0, 9375.0, 9379.0, 9350.0, 9393.0, 9370.0, 9385.0, 9399.0, 9388.0, 9425.0, 9409.0, 9371.0, 9398.0, 9333.0, 9401.0, 9407.0, 9443.0, 9416.0, 9384.0, 9426.0, 9401.0, 9423.0, 9408.0, 9412.0, 9416.0, 9381.0, 9403.0, 9364.0, 9404.0, 9385.0, 9422.0, 9426.0, 9409.0, 9395.0, 9390.0, 9367.0, 9339.0, 9375.0, 9356.0, 9396.0, 9386.0, 9398.0, 9379.0, 9396.0, 9424.0, 9454.0, 9424.0, 9349.0, 9407.0, 9393.0, 9426.0, 9421.0, 9394.0, 9437.0, 9421.0, 9430.0, 9420.0, 9395.0, 9430.0, 9407.0, 9439.0, 9415.0, 9423.0, 9415.0, 9418.0, 9414.0, 9383.0, 9411.0, 9395.0, 9401.0, 9410.0, 9405.0, 9412.0, 9363.0, 9406.0, 9390.0, 9432.0, 9406.0, 9371.0, 9405.0, 9386.0, 9430.0, 9419.0, 9384.0, 9414.0, 9378.0, 9428.0, 9419.0, 9372.0, 9422.0, 9400.0, 9426.0, 9404.0, 9387.0, 9407.0, 9401.0, 9418.0, 9413.0, 9377.0, 9433.0, 9409.0, 9406.0, 9383.0, 9371.0, 9398.0, 9423.0, 9410.0, 9419.0, 9390.0, 9433.0, 9413.0, 9400.0, 9440.0, 9431.0, 9385.0, 9419.0, 9423.0, 9408.0, 9417.0, 9414.0, 9409.0, 9453.0, 9442.0, 9460.0, 9422.0, 9376.0, 9415.0, 9392.0, 9428.0, 9415.0, 9423.0, 9394.0, 9349.0, 9390.0, 9368.0, 9404.0, 9369.0, 9411.0, 9378.0, 9389.0, 9380.0, 9377.0, 9407.0, 9406.0, 9403.0, 9404.0, 9380.0, 9403.0, 9408.0, 9446.0, 9421.0, 9405.0, 9416.0, 9382.0, 9429.0, 9409.0, 9438.0, 9442.0, 9414.0, 9417.0, 9363.0, 9402.0, 9415.0, 9433.0, 9434.0, 9377.0, 9433.0, 9422.0, 9417.0, 9445.0, 9427.0, 9457.0, 9422.0, 9435.0, 9419.0, 9438.0, 9440.0, 9390.0, 9428.0, 9402.0, 9428.0, 9401.0, 9380.0, 9409.0, 9415.0, 9443.0, 9409.0, 9366.0, 9401.0, 9385.0, 9453.0, 9418.0, 9396.0, 9438.0, 9378.0, 9411.0, 9416.0, 9451.0, 9419.0, 9427.0, 9448.0, 9389.0, 9399.0, 9373.0, 9324.0, 9389.0, 9359.0, 9409.0, 9354.0, 9392.0, 9379.0, 9396.0, 9383.0, 9385.0, 9390.0, 9377.0, 9364.0, 9343.0, 9380.0, 9366.0, 9361.0, 9347.0, 9332.0, 9364.0, 9363.0, 9394.0, 9388.0, 9374.0, 9364.0, 9333.0, 9370.0, 9343.0, 9386.0, 9385.0, 9380.0, 9364.0, 9346.0, 9368.0, 9346.0, 9387.0, 9379.0, 9382.0, 9387.0, 9369.0, 9376.0, 9348.0, 9378.0, 9350.0, 9394.0, 9355.0, 9375.0, 9390.0, 9406.0, 9367.0, 9353.0, 9377.0, 9345.0, 9387.0, 9380.0, 9391.0, 9379.0, 9366.0, 9379.0, 9372.0, 9418.0, 9434.0, 9447.0, 9421.0, 9357.0, 9393.0, 9353.0, 9404.0, 9402.0, 9432.0, 9417.0, 9388.0, 9417.0, 9365.0, 9415.0, 9412.0, 9408.0, 9409.0, 9413.0, 9397.0, 9379.0, 9407.0, 9401.0, 9431.0, 9385.0, 9364.0, 9398.0, 9375.0, 9451.0, 9400.0, 9365.0, 9407.0, 9388.0, 9420.0, 9407.0, 9406.0, 9474.0, 9442.0, 9394.0, 9447.0, 9422.0, 9381.0, 9431.0, 9417.0, 9388.0, 9420.0, 9402.0, 9452.0, 9436.0, 9424.0, 9433.0, 9373.0, 9413.0, 9387.0, 9384.0, 9416.0, 9389.0, 9433.0, 9389.0, 9357.0, 9377.0, 9385.0, 9411.0, 9399.0, 9377.0, 9426.0, 9393.0, 9363.0, 9397.0, 9399.0, 9441.0, 9419.0, 9373.0, 9412.0, 9403.0, 9378.0, 9411.0, 9384.0, 9430.0, 9400.0, 9404.0, 9386.0, 9369.0, 9409.0, 9342.0, 9397.0, 9382.0, 9412.0, 9390.0, 9372.0, 9406.0, 9415.0, 9401.0, 9397.0, 9407.0, 9426.0, 9418.0, 9431.0, 9468.0, 9424.0, 9435.0, 9432.0, 9396.0, 9444.0, 9424.0, 9451.0, 9412.0, 9367.0, 9430.0, 9396.0, 9420.0, 9419.0, 9355.0, 9393.0, 9362.0, 9411.0, 9395.0, 9426.0, 9388.0, 9368.0, 9383.0, 9353.0, 9401.0, 9397.0, 9384.0, 9413.0, 9393.0, 9408.0, 9386.0, 9382.0, 9426.0, 9411.0, 9407.0, 9429.0, 9381.0, 9423.0, 9416.0, 9436.0, 9442.0, 9419.0, 9454.0, 9405.0, 9434.0, 9410.0, 9411.0, 9420.0, 9393.0, 9430.0, 9387.0, 9400.0, 9427.0, 9400.0, 9433.0, 9392.0, 9407.0, 9409.0, 9411.0, 9451.0, 9418.0, 9456.0, 9420.0, 9440.0, 9425.0, 9424.0, 9421.0, 9394.0, 9424.0, 9377.0, 9416.0, 9400.0, 9432.0, 9398.0, 9443.0, 9416.0, 9381.0, 9402.0, 9397.0, 9439.0, 9420.0, 9402.0, 9458.0, 9401.0, 9443.0, 9408.0, 9455.0, 9435.0, 9415.0, 9389.0, 9390.0, 9382.0, 9399.0, 9416.0, 9415.0, 9413.0, 9410.0, 9399.0, 9442.0, 9427.0, 9459.0, 9431.0, 9393.0, 9411.0, 9393.0, 9434.0, 9412.0, 9452.0, 9410.0, 9428.0, 9401.0, 9384.0, 9419.0, 9387.0, 9427.0, 9392.0, 9389.0, 9385.0, 9389.0, 9418.0, 9408.0, 9419.0, 9405.0, 9412.0, 9441.0, 9409.0, 9457.0, 9410.0, 9432.0, 9408.0, 9422.0, 9410.0, 9388.0, 9431.0, 9394.0, 9425.0, 9388.0, 9386.0, 9407.0, 9381.0, 9444.0, 9386.0, 9404.0, 9403.0, 9401.0, 9431.0, 9424.0, 9397.0, 9420.0, 9373.0, 9428.0, 9415.0, 9419.0, 9419.0, 9396.0, 9439.0, 9405.0, 9418.0, 9444.0, 9408.0, 9389.0, 9422.0, 9402.0, 9402.0, 9412.0, 9391.0, 9422.0, 9449.0, 9406.0, 9465.0, 9430.0, 9395.0, 9448.0, 9404.0, 9377.0, 9396.0, 9378.0, 9449.0, 9405.0, 9365.0, 9395.0, 9387.0, 9409.0, 9397.0, 9358.0, 9422.0, 9380.0, 9359.0, 9385.0, 9394.0, 9397.0, 9426.0, 9376.0, 9425.0, 9387.0, 9400.0, 9430.0, 9396.0, 9429.0, 9385.0, 9368.0, 9406.0, 9406.0, 9422.0, 9405.0, 9377.0, 9395.0, 9387.0, 9410.0, 9411.0, 9374.0, 9437.0, 9398.0, 9400.0, 9393.0, 9390.0, 9449.0, 9436.0, 9364.0, 9420.0, 9386.0, 9374.0, 9389.0, 9402.0, 9442.0, 9434.0, 9378.0, 9439.0, 9402.0, 9430.0, 9409.0, 9389.0, 9434.0, 9383.0, 9423.0, 9386.0, 9389.0, 9398.0, 9370.0, 9418.0, 9389.0, 9432.0, 9389.0, 9377.0, 9396.0, 9370.0, 9390.0, 9374.0, 9375.0, 9420.0, 9369.0, 9414.0, 9390.0, 9384.0, 9423.0, 9393.0, 9452.0, 9410.0, 9371.0, 9402.0, 9384.0, 9424.0, 9401.0, 9406.0, 9420.0, 9376.0, 9414.0, 9388.0, 9436.0, 9380.0, 9370.0, 9381.0, 9346.0, 9399.0, 9386.0, 9392.0, 9401.0, 9359.0, 9406.0, 9388.0, 9434.0, 9393.0, 9379.0, 9377.0, 9359.0, 9397.0, 9389.0, 9431.0, 9387.0, 9365.0, 9409.0, 9383.0, 9351.0, 9384.0, 9354.0, 9426.0, 9393.0, 9449.0, 9412.0, 9421.0, 9384.0, 9382.0, 9396.0, 9393.0, 9434.0, 9364.0, 9411.0, 9375.0, 9380.0, 9397.0, 9338.0, 9397.0, 9388.0, 9430.0, 9387.0, 9372.0, 9398.0, 9374.0, 9418.0, 9395.0, 9384.0, 9422.0, 9377.0, 9416.0, 9402.0, 9396.0, 9403.0, 9360.0, 9400.0, 9393.0, 9414.0, 9408.0, 9379.0, 9429.0, 9387.0, 9433.0, 9389.0, 9419.0, 9411.0, 9366.0, 9415.0, 9392.0, 9434.0, 9393.0, 9443.0, 9393.0, 9388.0, 9388.0, 9369.0, 9377.0, 9372.0, 9402.0, 9389.0, 9392.0, 9391.0, 9392.0, 9394.0, 9396.0, 9424.0, 9382.0, 9421.0, 9396.0, 9455.0, 9400.0, 9386.0, 9426.0, 9372.0, 9414.0, 9404.0, 9411.0, 9417.0, 9373.0, 9421.0, 9396.0, 9379.0, 9440.0, 9391.0, 9397.0, 9424.0, 9403.0, 9447.0, 9423.0, 9398.0, 9434.0, 9416.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.00423174913693901</td></tr>
<tr><td colspan=3>aqi</td><td>0.0426138995397008</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.91316978168196</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1701666722350237</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.002906457165899</td></tr>
<tr><td colspan=3>efc</td><td>0.5174</td></tr>
<tr><td colspan=3>fber</td><td>2885.6785</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09934574687366783</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.487917146144994</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4711120499440753</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4440733053651154</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.617521937593414</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3517409068736965</td></tr>
<tr><td colspan=3>gcor</td><td>0.0048482</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0065657286904752254</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027964433655142784</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.2881422111214595</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.2437</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.9713</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.7038</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292644.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1114.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>413.2294</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1765</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.6697</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3432.0567</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3558.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83900.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1498.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.725</td></tr>
<tr><td colspan=3>tsnr</td><td>30.496609557420015</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>