ds005256-mriqc/sub-0037_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 2b3c66583d [DATALAD RUNCMD] Compute MRIQC for sub-0037
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0037 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0037",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:25:28 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0037_ses-04_task-social_acq-mb8_run-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-0037_ses-04_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-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_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-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_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-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0037_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_ses-04_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-0037/figures/sub-0037_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_ses-04_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-0037/ses-04/func/sub-0037_ses-04_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>fca7466345565b1f75af980cd8b9afab</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>18:55:16.540000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999841, 0.0125398, 0.0126645, -0.012565, 0.999919, 0.00191324]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.090673</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-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>[4155, -7743, -7282, 517, -81, -262, -6, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.308</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>43cd3d43-076c-49a5-b8b3-bfa6e543c7b7||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825008392333984, -0.03371106833219528, 0.03412650525569916, 110.6178207397461], [-0.03364342451095581, 2.6827101707458496, 0.005594583228230476, -84.4381332397461], [0.033977821469306946, -0.005133089143782854, 2.6997785568237305, -83.8866958618164], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['185516.540000', '185517.000000', '185517.460000', '185517.920000', '185518.380000', '185518.840000', '185519.300000', '185519.760000', '185520.220000', '185520.680000', '185521.140000', '185521.600000', '185522.060000', '185522.520000', '185522.980000', '185523.440000', '185523.900000', '185524.360000', '185524.820000', '185525.280000', '185525.740000', '185526.200000', '185526.660000', '185527.120000', '185527.580000', '185528.040000', '185528.500000', '185528.960000', '185529.420000', '185529.880000', '185530.340000', '185530.800000', '185531.260000', '185531.720000', '185532.180000', '185532.640000', '185533.100000', '185533.560000', '185534.020000', '185534.480000', '185534.940000', '185535.400000', '185535.860000', '185536.320000', '185536.780000', '185537.240000', '185537.700000', '185538.160000', '185538.620000', '185539.080000', '185539.540000', '185540.000000', '185540.460000', '185540.920000', '185541.380000', '185541.840000', '185542.300000', '185542.760000', '185543.220000', '185543.680000', '185544.140000', '185544.600000', '185545.060000', '185545.520000', '185545.980000', '185546.440000', '185546.900000', '185547.360000', '185547.820000', '185548.280000', '185548.740000', '185549.200000', '185549.660000', '185550.120000', '185550.580000', '185551.040000', '185551.500000', '185551.960000', '185552.420000', '185552.880000', '185553.340000', '185553.800000', '185554.260000', '185554.720000', '185555.180000', '185555.640000', '185556.100000', '185556.560000', '185557.020000', '185557.480000', '185557.940000', '185558.400000', '185558.860000', '185559.320000', '185559.780000', '185600.240000', '185600.700000', '185601.160000', '185601.620000', '185602.080000', '185602.540000', '185603.000000', '185603.460000', '185603.920000', '185604.380000', '185604.840000', '185605.300000', '185605.760000', '185606.220000', '185606.680000', '185607.140000', '185607.600000', '185608.060000', '185608.520000', '185608.980000', '185609.440000', '185609.900000', '185610.360000', '185610.820000', '185611.280000', '185611.740000', '185612.200000', '185612.660000', '185613.120000', '185613.580000', '185614.040000', '185614.500000', '185614.960000', '185615.420000', '185615.880000', '185616.340000', '185616.800000', '185617.260000', '185617.720000', '185618.180000', '185618.640000', '185619.100000', '185619.560000', '185620.020000', '185620.480000', '185620.940000', '185621.400000', '185621.860000', '185622.320000', '185622.780000', '185623.240000', '185623.700000', '185624.160000', '185624.620000', '185625.080000', '185625.540000', '185626.000000', '185626.460000', '185626.920000', '185627.380000', '185627.840000', '185628.300000', '185628.760000', '185629.220000', '185629.680000', '185630.140000', '185630.600000', '185631.060000', '185631.520000', '185631.980000', '185632.440000', '185632.900000', '185633.360000', '185633.820000', '185634.280000', '185634.740000', '185635.200000', '185635.660000', '185636.120000', '185636.580000', '185637.040000', '185637.500000', '185637.960000', '185638.420000', '185638.880000', '185639.340000', '185639.800000', '185640.260000', '185640.720000', '185641.180000', '185641.640000', '185642.100000', '185642.560000', '185643.020000', '185643.480000', '185643.940000', '185644.400000', '185644.860000', '185645.320000', '185645.780000', '185646.240000', '185646.700000', '185647.160000', '185647.620000', '185648.080000', '185648.540000', '185649.000000', '185649.460000', '185649.920000', '185650.380000', '185650.840000', '185651.300000', '185651.760000', '185652.220000', '185652.680000', '185653.140000', '185653.600000', '185654.060000', '185654.520000', '185654.980000', '185655.440000', '185655.900000', '185656.360000', '185656.820000', '185657.280000', '185657.740000', '185658.200000', '185658.660000', '185659.120000', '185659.580000', '185700.040000', '185700.500000', '185700.960000', '185701.420000', '185701.880000', '185702.340000', '185702.800000', '185703.260000', '185703.720000', '185704.180000', '185704.640000', '185705.100000', '185705.560000', '185706.020000', '185706.480000', '185706.940000', '185707.400000', '185707.860000', '185708.320000', '185708.780000', '185709.240000', '185709.700000', '185710.160000', '185710.620000', '185711.080000', '185711.540000', '185712.000000', '185712.460000', '185712.920000', '185713.380000', '185713.840000', '185714.300000', '185714.760000', '185715.220000', '185715.680000', '185716.140000', '185716.600000', '185717.060000', '185717.520000', '185717.980000', '185718.440000', '185718.900000', '185719.360000', '185719.820000', '185720.280000', '185720.740000', '185721.200000', '185721.660000', '185722.120000', '185722.580000', '185723.040000', '185723.500000', '185723.960000', '185724.420000', '185724.880000', '185725.340000', '185725.800000', '185726.260000', '185726.720000', '185727.180000', '185727.640000', '185728.100000', '185728.560000', '185729.020000', '185729.480000', '185729.940000', '185730.400000', '185730.860000', '185731.320000', '185731.780000', '185732.240000', '185732.700000', '185733.160000', '185733.620000', '185734.080000', '185734.540000', '185735.000000', '185735.460000', '185735.920000', '185736.380000', '185736.840000', '185737.300000', '185737.760000', '185738.220000', '185738.680000', '185739.140000', '185739.600000', '185740.060000', '185740.520000', '185740.980000', '185741.440000', '185741.900000', '185742.360000', '185742.820000', '185743.280000', '185743.740000', '185744.200000', '185744.660000', '185745.120000', '185745.580000', '185746.040000', '185746.500000', '185746.960000', '185747.420000', '185747.880000', '185748.340000', '185748.800000', '185749.260000', '185749.720000', '185750.180000', '185750.640000', '185751.100000', '185751.560000', '185752.020000', '185752.480000', '185752.940000', '185753.400000', '185753.860000', '185754.320000', '185754.780000', '185755.240000', '185755.700000', '185756.160000', '185756.620000', '185757.080000', '185757.540000', '185758.000000', '185758.460000', '185758.920000', '185759.380000', '185759.840000', '185800.300000', '185800.760000', '185801.220000', '185801.680000', '185802.140000', '185802.600000', '185803.060000', '185803.520000', '185803.980000', '185804.440000', '185804.900000', '185805.360000', '185805.820000', '185806.280000', '185806.740000', '185807.200000', '185807.660000', '185808.120000', '185808.580000', '185809.040000', '185809.500000', '185809.960000', '185810.420000', '185810.880000', '185811.340000', '185811.800000', '185812.260000', '185812.720000', '185813.180000', '185813.640000', '185814.100000', '185814.560000', '185815.020000', '185815.480000', '185815.940000', '185816.400000', '185816.860000', '185817.320000', '185817.780000', '185818.240000', '185818.700000', '185819.160000', '185819.620000', '185820.080000', '185820.540000', '185821.000000', '185821.460000', '185821.920000', '185822.380000', '185822.840000', '185823.300000', '185823.760000', '185824.220000', '185824.680000', '185825.140000', '185825.600000', '185826.060000', '185826.520000', '185826.980000', '185827.440000', '185827.900000', '185828.360000', '185828.820000', '185829.280000', '185829.740000', '185830.200000', '185830.660000', '185831.120000', '185831.580000', '185832.040000', '185832.500000', '185832.960000', '185833.420000', '185833.880000', '185834.340000', '185834.800000', '185835.260000', '185835.720000', '185836.180000', '185836.640000', '185837.100000', '185837.560000', '185838.020000', '185838.480000', '185838.940000', '185839.400000', '185839.860000', '185840.320000', '185840.780000', '185841.240000', '185841.700000', '185842.160000', '185842.620000', '185843.080000', '185843.540000', '185844.000000', '185844.460000', '185844.920000', '185845.380000', '185845.840000', '185846.300000', '185846.760000', '185847.220000', '185847.680000', '185848.140000', '185848.600000', '185849.060000', '185849.520000', '185849.980000', '185850.440000', '185850.900000', '185851.360000', '185851.820000', '185852.280000', '185852.740000', '185853.200000', '185853.660000', '185854.120000', '185854.580000', '185855.040000', '185855.500000', '185855.960000', '185856.420000', '185856.880000', '185857.340000', '185857.800000', '185858.260000', '185858.720000', '185859.180000', '185859.640000', '185900.100000', '185900.560000', '185901.020000', '185901.480000', '185901.940000', '185902.400000', '185902.860000', '185903.320000', '185903.780000', '185904.240000', '185904.700000', '185905.160000', '185905.620000', '185906.080000', '185906.540000', '185907.000000', '185907.460000', '185907.920000', '185908.380000', '185908.840000', '185909.300000', '185909.760000', '185910.220000', '185910.680000', '185911.140000', '185911.600000', '185912.060000', '185912.520000', '185912.980000', '185913.440000', '185913.900000', '185914.360000', '185914.820000', '185915.280000', '185915.740000', '185916.200000', '185916.660000', '185917.120000', '185917.580000', '185918.040000', '185918.500000', '185918.960000', '185919.420000', '185919.880000', '185920.340000', '185920.800000', '185921.260000', '185921.720000', '185922.180000', '185922.640000', '185923.100000', '185923.560000', '185924.020000', '185924.480000', '185924.940000', '185925.400000', '185925.860000', '185926.320000', '185926.780000', '185927.240000', '185927.700000', '185928.160000', '185928.620000', '185929.080000', '185929.540000', '185930.000000', '185930.460000', '185930.920000', '185931.380000', '185931.840000', '185932.300000', '185932.760000', '185933.220000', '185933.680000', '185934.140000', '185934.600000', '185935.060000', '185935.520000', '185935.980000', '185936.440000', '185936.900000', '185937.360000', '185937.820000', '185938.280000', '185938.740000', '185939.200000', '185939.660000', '185940.120000', '185940.580000', '185941.040000', '185941.500000', '185941.960000', '185942.420000', '185942.880000', '185943.340000', '185943.800000', '185944.260000', '185944.720000', '185945.180000', '185945.640000', '185946.100000', '185946.560000', '185947.020000', '185947.480000', '185947.940000', '185948.400000', '185948.860000', '185949.320000', '185949.780000', '185950.240000', '185950.700000', '185951.160000', '185951.620000', '185952.080000', '185952.540000', '185953.000000', '185953.460000', '185953.920000', '185954.380000', '185954.840000', '185955.300000', '185955.760000', '185956.220000', '185956.680000', '185957.140000', '185957.600000', '185958.060000', '185958.520000', '185958.980000', '185959.440000', '185959.900000', '190000.360000', '190000.820000', '190001.280000', '190001.740000', '190002.200000', '190002.660000', '190003.120000', '190003.580000', '190004.040000', '190004.500000', '190004.960000', '190005.420000', '190005.880000', '190006.340000', '190006.800000', '190007.260000', '190007.720000', '190008.180000', '190008.640000', '190009.100000', '190009.560000', '190010.020000', '190010.480000', '190010.940000', '190011.400000', '190011.860000', '190012.320000', '190012.780000', '190013.240000', '190013.700000', '190014.160000', '190014.620000', '190015.080000', '190015.540000', '190016.000000', '190016.460000', '190016.920000', '190017.380000', '190017.840000', '190018.300000', '190018.760000', '190019.220000', '190019.680000', '190020.140000', '190020.600000', '190021.060000', '190021.520000', '190021.980000', '190022.440000', '190022.900000', '190023.360000', '190023.820000', '190024.280000', '190024.740000', '190025.200000', '190025.660000', '190026.120000', '190026.580000', '190027.040000', '190027.500000', '190027.960000', '190028.420000', '190028.880000', '190029.340000', '190029.800000', '190030.260000', '190030.720000', '190031.180000', '190031.640000', '190032.100000', '190032.560000', '190033.020000', '190033.480000', '190033.940000', '190034.400000', '190034.860000', '190035.320000', '190035.780000', '190036.240000', '190036.700000', '190037.160000', '190037.620000', '190038.080000', '190038.540000', '190039.000000', '190039.460000', '190039.920000', '190040.380000', '190040.840000', '190041.300000', '190041.760000', '190042.220000', '190042.680000', '190043.140000', '190043.600000', '190044.060000', '190044.520000', '190044.980000', '190045.440000', '190045.900000', '190046.360000', '190046.820000', '190047.280000', '190047.740000', '190048.200000', '190048.660000', '190049.120000', '190049.580000', '190050.040000', '190050.500000', '190050.960000', '190051.420000', '190051.880000', '190052.340000', '190052.800000', '190053.260000', '190053.720000', '190054.180000', '190054.640000', '190055.100000', '190055.560000', '190056.020000', '190056.480000', '190056.940000', '190057.400000', '190057.860000', '190058.320000', '190058.780000', '190059.240000', '190059.700000', '190100.160000', '190100.620000', '190101.080000', '190101.540000', '190102.000000', '190102.460000', '190102.920000', '190103.380000', '190103.840000', '190104.300000', '190104.760000', '190105.220000', '190105.680000', '190106.140000', '190106.600000', '190107.060000', '190107.520000', '190107.980000', '190108.440000', '190108.900000', '190109.360000', '190109.820000', '190110.280000', '190110.740000', '190111.200000', '190111.660000', '190112.120000', '190112.580000', '190113.040000', '190113.500000', '190113.960000', '190114.420000', '190114.880000', '190115.340000', '190115.800000', '190116.260000', '190116.720000', '190117.180000', '190117.640000', '190118.100000', '190118.560000', '190119.020000', '190119.480000', '190119.940000', '190120.400000', '190120.860000', '190121.320000', '190121.780000', '190122.240000', '190122.700000', '190123.160000', '190123.620000', '190124.080000', '190124.540000', '190125.000000', '190125.460000', '190125.920000', '190126.380000', '190126.840000', '190127.300000', '190127.760000', '190128.220000', '190128.680000', '190129.140000', '190129.600000', '190130.060000', '190130.520000', '190130.980000', '190131.440000', '190131.900000', '190132.360000', '190132.820000', '190133.280000', '190133.740000', '190134.200000', '190134.660000', '190135.120000', '190135.580000', '190136.040000', '190136.500000', '190136.960000', '190137.420000', '190137.880000', '190138.340000', '190138.800000', '190139.260000', '190139.720000', '190140.180000', '190140.640000', '190141.100000', '190141.560000', '190142.020000', '190142.480000', '190142.940000', '190143.400000', '190143.860000', '190144.320000', '190144.780000', '190145.240000', '190145.700000', '190146.160000', '190146.620000', '190147.080000', '190147.540000', '190148.000000', '190148.460000', '190148.920000', '190149.380000', '190149.840000', '190150.300000', '190150.760000', '190151.220000', '190151.680000', '190152.140000', '190152.600000', '190153.060000', '190153.520000', '190153.980000', '190154.440000', '190154.900000', '190155.360000', '190155.820000', '190156.280000', '190156.740000', '190157.200000'], 'ContentTime': ['185529.158000', '185529.161000', '185529.163000', '185529.166000', '185529.169000', '185529.171000', '185529.179000', '185529.181000', '185529.184000', '185529.186000', '185529.189000', '185529.192000', '185529.194000', '185529.197000', '185529.199000', '185529.202000', '185529.205000', '185529.207000', '185529.210000', '185529.214000', '185529.217000', '185529.219000', '185529.222000', '185529.224000', '185549.122000', '185549.125000', '185549.128000', '185549.130000', '185549.133000', '185549.136000', '185549.138000', '185549.141000', '185549.143000', '185549.146000', '185549.148000', '185549.151000', '185549.153000', '185549.156000', '185549.158000', '185549.161000', '185549.163000', '185549.166000', '185549.168000', '185549.171000', '185549.173000', '185549.176000', '185549.179000', '185549.181000', '185549.184000', '185549.187000', '185549.190000', '185549.193000', '185549.196000', '185549.198000', '185549.201000', '185549.203000', '185549.206000', '185549.208000', '185549.211000', '185549.213000', '185549.216000', '185549.219000', '185549.224000', '185549.226000', '185549.229000', '185549.231000', '185549.234000', '185609.122000', '185609.125000', '185609.128000', '185609.130000', '185609.133000', '185609.136000', '185609.138000', '185609.141000', '185609.143000', '185609.146000', '185609.149000', '185609.151000', '185609.154000', '185609.156000', '185609.159000', '185609.161000', '185609.179000', '185609.182000', '185609.184000', '185609.187000', '185609.189000', '185609.192000', '185609.194000', '185609.197000', '185609.199000', '185609.202000', '185609.205000', '185609.207000', '185609.210000', '185609.212000', '185609.215000', '185609.218000', '185609.220000', '185609.223000', '185609.225000', '185609.228000', '185609.230000', '185609.233000', '185609.236000', '185609.238000', '185609.241000', '185609.243000', '185609.246000', '185609.248000', '185629.122000', '185629.125000', '185629.128000', '185629.130000', '185629.133000', '185629.136000', '185629.138000', '185629.141000', '185629.143000', '185629.146000', '185629.148000', '185629.151000', '185629.154000', '185629.156000', '185629.159000', '185629.161000', '185629.164000', '185629.167000', '185629.169000', '185629.172000', '185629.174000', '185629.177000', '185629.179000', '185629.182000', '185629.184000', '185629.187000', '185629.189000', '185629.192000', '185629.195000', '185629.197000', '185629.200000', '185629.202000', '185629.205000', '185629.207000', '185629.210000', '185629.213000', '185629.216000', '185629.218000', '185629.221000', '185629.223000', '185629.226000', '185629.228000', '185629.231000', '185649.122000', '185649.125000', '185649.128000', '185649.131000', '185649.133000', '185649.136000', '185649.138000', '185649.141000', '185649.143000', '185649.146000', '185649.149000', '185649.151000', '185649.154000', '185649.156000', '185649.159000', '185649.162000', '185649.165000', '185649.168000', '185649.170000', '185649.173000', '185649.175000', '185649.178000', '185649.181000', '185649.183000', '185649.186000', '185649.188000', '185649.191000', '185649.193000', '185649.196000', '185649.199000', '185649.201000', '185649.204000', '185649.207000', '185649.209000', '185649.212000', '185649.214000', '185649.217000', '185649.219000', '185649.222000', '185649.224000', '185649.227000', '185649.229000', '185649.232000', '185649.235000', '185709.122000', '185709.125000', '185709.128000', '185709.130000', '185709.133000', '185709.135000', '185709.138000', '185709.141000', '185709.143000', '185709.146000', '185709.148000', '185709.151000', '185709.153000', '185709.156000', '185709.159000', '185709.161000', '185709.164000', '185709.166000', '185709.169000', '185709.171000', '185709.174000', '185709.176000', '185709.179000', '185709.182000', '185709.184000', '185709.187000', '185709.189000', '185709.192000', '185709.194000', '185709.197000', '185709.200000', '185709.202000', '185709.205000', '185709.207000', '185709.210000', '185709.213000', '185709.215000', '185709.218000', '185709.221000', '185709.223000', '185709.226000', '185709.228000', '185709.231000', '185729.122000', '185729.125000', '185729.128000', '185729.130000', '185729.133000', '185729.135000', '185729.138000', '185729.141000', '185729.143000', '185729.146000', '185729.148000', '185729.151000', '185729.153000', '185729.156000', '185729.159000', '185729.161000', '185729.164000', '185729.166000', '185729.169000', '185729.171000', '185729.174000', '185729.176000', '185729.179000', '185729.182000', '185729.184000', '185729.187000', '185729.189000', '185729.192000', '185729.194000', '185729.197000', '185729.199000', '185729.202000', '185729.205000', '185729.207000', '185729.210000', '185729.212000', '185729.215000', '185729.217000', '185729.220000', '185729.222000', '185729.225000', '185729.228000', '185729.230000', '185729.233000', '185749.122000', '185749.125000', '185749.128000', '185749.130000', '185749.133000', '185749.136000', '185749.138000', '185749.141000', '185749.143000', '185749.146000', '185749.149000', '185749.151000', '185749.167000', '185749.169000', '185749.172000', '185749.175000', '185749.177000', '185749.180000', '185749.182000', '185749.185000', '185749.187000', '185749.190000', '185749.193000', '185749.196000', '185749.198000', '185749.201000', '185749.204000', '185749.206000', '185749.209000', '185749.211000', '185749.214000', '185749.217000', '185749.219000', '185749.222000', '185749.224000', '185749.227000', '185749.229000', '185749.232000', '185749.235000', '185749.238000', '185749.241000', '185749.244000', '185749.246000', '185809.122000', '185809.125000', '185809.128000', '185809.130000', '185809.133000', '185809.136000', '185809.138000', '185809.141000', '185809.144000', '185809.146000', '185809.149000', '185809.151000', '185809.154000', '185809.157000', '185809.159000', '185809.162000', '185809.164000', '185809.167000', '185809.169000', '185809.172000', '185809.174000', '185809.177000', '185809.180000', '185809.182000', '185809.185000', '185809.188000', '185809.190000', '185809.193000', '185809.195000', '185809.198000', '185809.200000', '185809.203000', '185809.206000', '185809.208000', '185809.211000', '185809.213000', '185809.216000', '185809.218000', '185809.221000', '185809.223000', '185809.226000', '185809.229000', '185809.231000', '185809.234000', '185829.123000', '185829.125000', '185829.128000', '185829.130000', '185829.133000', '185829.136000', '185829.138000', '185829.141000', '185829.143000', '185829.146000', '185829.149000', '185829.151000', '185829.154000', '185829.156000', '185829.159000', '185829.161000', '185829.164000', '185829.167000', '185829.169000', '185829.172000', '185829.175000', '185829.177000', '185829.180000', '185829.182000', '185829.185000', '185829.188000', '185829.190000', '185829.193000', '185829.195000', '185829.198000', '185829.201000', '185829.203000', '185829.206000', '185829.209000', '185829.211000', '185829.214000', '185829.216000', '185829.219000', '185829.222000', '185829.224000', '185829.227000', '185829.229000', '185829.232000', '185849.122000', '185849.125000', '185849.128000', '185849.130000', '185849.133000', '185849.135000', '185849.138000', '185849.141000', '185849.143000', '185849.146000', '185849.149000', '185849.151000', '185849.154000', '185849.156000', '185849.159000', '185849.162000', '185849.164000', '185849.167000', '185849.169000', '185849.172000', '185849.174000', '185849.177000', '185849.180000', '185849.182000', '185849.185000', '185849.188000', '185849.190000', '185849.193000', '185849.195000', '185849.198000', '185849.200000', '185849.203000', '185849.206000', '185849.208000', '185849.211000', '185849.213000', '185849.216000', '185849.219000', '185849.221000', '185849.224000', '185849.226000', '185849.229000', '185849.232000', '185849.234000', '185909.122000', '185909.125000', '185909.128000', '185909.130000', '185909.133000', '185909.135000', '185909.138000', '185909.141000', '185909.143000', '185909.146000', '185909.148000', '185909.151000', '185909.154000', '185909.156000', '185909.159000', '185909.161000', '185909.164000', '185909.167000', '185909.169000', '185909.172000', '185909.174000', '185909.177000', '185909.179000', '185909.182000', '185909.185000', '185909.187000', '185909.190000', '185909.192000', '185909.195000', '185909.197000', '185909.200000', '185909.203000', '185909.205000', '185909.208000', '185909.210000', '185909.213000', '185909.215000', '185909.218000', '185909.220000', '185909.223000', '185909.226000', '185909.228000', '185909.231000', '185929.122000', '185929.125000', '185929.129000', '185929.132000', '185929.134000', '185929.137000', '185929.140000', '185929.142000', '185929.145000', '185929.147000', '185929.150000', '185929.153000', '185929.155000', '185929.158000', '185929.160000', '185929.163000', '185929.165000', '185929.168000', '185929.171000', '185929.173000', '185929.176000', '185929.178000', '185929.182000', '185929.184000', '185929.187000', '185929.189000', '185929.192000', '185929.195000', '185929.197000', '185929.200000', '185929.202000', '185929.205000', '185929.208000', '185929.210000', '185929.213000', '185929.215000', '185929.218000', '185929.220000', '185929.223000', '185929.226000', '185929.228000', '185929.231000', '185929.234000', '185929.236000', '185949.122000', '185949.125000', '185949.128000', '185949.130000', '185949.133000', '185949.135000', '185949.138000', '185949.141000', '185949.143000', '185949.146000', '185949.148000', '185949.151000', '185949.154000', '185949.156000', '185949.159000', '185949.161000', '185949.164000', '185949.166000', '185949.169000', '185949.172000', '185949.174000', '185949.177000', '185949.180000', '185949.182000', '185949.185000', '185949.187000', '185949.190000', '185949.193000', '185949.195000', '185949.198000', '185949.200000', '185949.203000', '185949.206000', '185949.208000', '185949.211000', '185949.213000', '185949.216000', '185949.219000', '185949.221000', '185949.224000', '185949.226000', '185949.229000', '185949.232000', '190009.123000', '190009.125000', '190009.128000', '190009.131000', '190009.133000', '190009.136000', '190009.138000', '190009.141000', '190009.144000', '190009.146000', '190009.149000', '190009.151000', '190009.154000', '190009.157000', '190009.159000', '190009.162000', '190009.164000', '190009.167000', '190009.169000', '190009.172000', '190009.175000', '190009.177000', '190009.180000', '190009.183000', '190009.185000', '190009.188000', '190009.190000', '190009.193000', '190009.195000', '190009.198000', '190009.201000', '190009.203000', '190009.206000', '190009.208000', '190009.211000', '190009.214000', '190009.216000', '190009.219000', '190009.221000', '190009.224000', '190009.226000', '190009.229000', '190009.231000', '190029.122000', '190029.125000', '190029.128000', '190029.130000', '190029.133000', '190029.135000', '190029.138000', '190029.141000', '190029.143000', '190029.146000', '190029.148000', '190029.151000', '190029.154000', '190029.156000', '190029.159000', '190029.161000', '190029.164000', '190029.166000', '190029.169000', '190029.171000', '190029.174000', '190029.177000', '190029.179000', '190029.182000', '190029.184000', '190029.187000', '190029.189000', '190029.192000', '190029.195000', '190029.197000', '190029.200000', '190029.202000', '190029.205000', '190029.208000', '190029.210000', '190029.213000', '190029.215000', '190029.218000', '190029.221000', '190029.223000', '190029.226000', '190029.228000', '190029.231000', '190029.233000', '190049.122000', '190049.125000', '190049.128000', '190049.130000', '190049.133000', '190049.135000', '190049.138000', '190049.141000', '190049.143000', '190049.146000', '190049.148000', '190049.151000', '190049.154000', '190049.156000', '190049.159000', '190049.162000', '190049.164000', '190049.169000', '190049.189000', '190049.192000', '190049.194000', '190049.197000', '190049.200000', '190049.202000', '190049.205000', '190049.207000', '190049.210000', '190049.212000', '190049.215000', '190049.218000', '190049.221000', '190049.223000', '190049.226000', '190049.228000', '190049.231000', '190049.234000', '190049.236000', '190049.239000', '190049.241000', '190049.244000', '190049.247000', '190049.249000', '190049.252000', '190109.122000', '190109.125000', '190109.128000', '190109.130000', '190109.133000', '190109.136000', '190109.138000', '190109.141000', '190109.144000', '190109.146000', '190109.149000', '190109.151000', '190109.154000', '190109.156000', '190109.159000', '190109.162000', '190109.164000', '190109.167000', '190109.169000', '190109.172000', '190109.175000', '190109.177000', '190109.180000', '190109.182000', '190109.185000', '190109.189000', '190109.192000', '190109.194000', '190109.197000', '190109.200000', '190109.202000', '190109.205000', '190109.208000', '190109.210000', '190109.213000', '190109.215000', '190109.218000', '190109.220000', '190109.223000', '190109.226000', '190109.228000', '190109.231000', '190109.233000', '190109.236000', '190129.122000', '190129.125000', '190129.128000', '190129.130000', '190129.133000', '190129.136000', '190129.138000', '190129.141000', '190129.144000', '190129.146000', '190129.149000', '190129.151000', '190129.154000', '190129.156000', '190129.159000', '190129.162000', '190129.164000', '190129.167000', '190129.169000', '190129.172000', '190129.175000', '190129.177000', '190129.180000', '190129.183000', '190129.185000', '190129.188000', '190129.191000', '190129.193000', '190129.196000', '190129.198000', '190129.201000', '190129.203000', '190129.206000', '190129.209000', '190129.211000', '190129.214000', '190129.216000', '190129.219000', '190129.221000', '190129.224000', '190129.227000', '190129.229000', '190129.232000', '190149.122000', '190149.125000', '190149.128000', '190149.131000', '190149.133000', '190149.136000', '190149.138000', '190149.141000', '190149.143000', '190149.146000', '190149.149000', '190149.151000', '190149.154000', '190149.156000', '190149.159000', '190149.161000', '190149.164000', '190149.167000', '190149.169000', '190149.172000', '190149.174000', '190149.177000', '190149.180000', '190149.182000', '190149.185000', '190149.187000', '190149.190000', '190149.192000', '190149.195000', '190149.198000', '190149.200000', '190149.203000', '190149.206000', '190149.208000', '190149.211000', '190149.213000', '190149.216000', '190149.219000', '190149.221000', '190149.224000', '190149.226000', '190149.229000', '190149.232000', '190149.234000', '190159.019000', '190159.022000', '190159.024000', '190159.027000', '190159.030000', '190159.033000', '190159.035000', '190159.038000', '190159.042000', '190159.045000', '190159.048000', '190159.051000', '190159.053000', '190159.056000', '190159.059000', '190159.062000', '190159.065000', '190159.068000', '190159.071000', '190159.073000', '190159.076000', '190159.079000'], 'InstanceCreationTime': ['185529.158000', '185529.161000', '185529.163000', '185529.166000', '185529.169000', '185529.171000', '185529.179000', '185529.181000', '185529.184000', '185529.186000', '185529.189000', '185529.192000', '185529.194000', '185529.197000', '185529.199000', '185529.202000', '185529.205000', '185529.207000', '185529.210000', '185529.214000', '185529.217000', '185529.219000', '185529.222000', '185529.224000', '185549.122000', '185549.125000', '185549.128000', '185549.130000', '185549.133000', '185549.136000', '185549.138000', '185549.141000', '185549.143000', '185549.146000', '185549.148000', '185549.151000', '185549.153000', '185549.156000', '185549.158000', '185549.161000', '185549.163000', '185549.166000', '185549.168000', '185549.171000', '185549.173000', '185549.176000', '185549.179000', '185549.181000', '185549.184000', '185549.187000', '185549.190000', '185549.193000', '185549.196000', '185549.198000', '185549.201000', '185549.203000', '185549.206000', '185549.208000', '185549.211000', '185549.213000', '185549.216000', '185549.219000', '185549.224000', '185549.226000', '185549.229000', '185549.231000', '185549.234000', '185609.122000', '185609.125000', '185609.128000', '185609.130000', '185609.133000', '185609.136000', '185609.138000', '185609.141000', '185609.143000', '185609.146000', '185609.149000', '185609.151000', '185609.154000', '185609.156000', '185609.159000', '185609.161000', '185609.179000', '185609.182000', '185609.184000', '185609.187000', '185609.189000', '185609.192000', '185609.194000', '185609.197000', '185609.199000', '185609.202000', '185609.205000', '185609.207000', '185609.210000', '185609.212000', '185609.215000', '185609.218000', '185609.220000', '185609.223000', '185609.225000', '185609.228000', '185609.230000', '185609.233000', '185609.236000', '185609.238000', '185609.241000', '185609.243000', '185609.246000', '185609.248000', '185629.122000', '185629.125000', '185629.128000', '185629.130000', '185629.133000', '185629.136000', '185629.138000', '185629.141000', '185629.143000', '185629.146000', '185629.148000', '185629.151000', '185629.154000', '185629.156000', '185629.159000', '185629.161000', '185629.164000', '185629.167000', '185629.169000', '185629.172000', '185629.174000', '185629.177000', '185629.179000', '185629.182000', '185629.184000', '185629.187000', '185629.189000', '185629.192000', '185629.195000', '185629.197000', '185629.200000', '185629.202000', '185629.205000', '185629.207000', '185629.210000', '185629.213000', '185629.216000', '185629.218000', '185629.221000', '185629.223000', '185629.226000', '185629.228000', '185629.231000', '185649.122000', '185649.125000', '185649.128000', '185649.131000', '185649.133000', '185649.136000', '185649.138000', '185649.141000', '185649.143000', '185649.146000', '185649.149000', '185649.151000', '185649.154000', '185649.156000', '185649.159000', '185649.162000', '185649.165000', '185649.168000', '185649.170000', '185649.173000', '185649.175000', '185649.178000', '185649.181000', '185649.183000', '185649.186000', '185649.188000', '185649.191000', '185649.193000', '185649.196000', '185649.199000', '185649.201000', '185649.204000', '185649.207000', '185649.209000', '185649.212000', '185649.214000', '185649.217000', '185649.219000', '185649.222000', '185649.224000', '185649.227000', '185649.229000', '185649.232000', '185649.235000', '185709.122000', '185709.125000', '185709.128000', '185709.130000', '185709.133000', '185709.135000', '185709.138000', '185709.141000', '185709.143000', '185709.146000', '185709.148000', '185709.151000', '185709.153000', '185709.156000', '185709.159000', '185709.161000', '185709.164000', '185709.166000', '185709.169000', '185709.171000', '185709.174000', '185709.176000', '185709.179000', '185709.182000', '185709.184000', '185709.187000', '185709.189000', '185709.192000', '185709.194000', '185709.197000', '185709.200000', '185709.202000', '185709.205000', '185709.207000', '185709.210000', '185709.213000', '185709.215000', '185709.218000', '185709.221000', '185709.223000', '185709.226000', '185709.228000', '185709.231000', '185729.122000', '185729.125000', '185729.128000', '185729.130000', '185729.133000', '185729.135000', '185729.138000', '185729.141000', '185729.143000', '185729.146000', '185729.148000', '185729.151000', '185729.153000', '185729.156000', '185729.159000', '185729.161000', '185729.164000', '185729.166000', '185729.169000', '185729.171000', '185729.174000', '185729.176000', '185729.179000', '185729.182000', '185729.184000', '185729.187000', '185729.189000', '185729.192000', '185729.194000', '185729.197000', '185729.199000', '185729.202000', '185729.205000', '185729.207000', '185729.210000', '185729.212000', '185729.215000', '185729.217000', '185729.220000', '185729.222000', '185729.225000', '185729.228000', '185729.230000', '185729.233000', '185749.122000', '185749.125000', '185749.128000', '185749.130000', '185749.133000', '185749.136000', '185749.138000', '185749.141000', '185749.143000', '185749.146000', '185749.149000', '185749.151000', '185749.167000', '185749.169000', '185749.172000', '185749.175000', '185749.177000', '185749.180000', '185749.182000', '185749.185000', '185749.187000', '185749.190000', '185749.193000', '185749.196000', '185749.198000', '185749.201000', '185749.204000', '185749.206000', '185749.209000', '185749.211000', '185749.214000', '185749.217000', '185749.219000', '185749.222000', '185749.224000', '185749.227000', '185749.229000', '185749.232000', '185749.235000', '185749.238000', '185749.241000', '185749.244000', '185749.246000', '185809.122000', '185809.125000', '185809.128000', '185809.130000', '185809.133000', '185809.136000', '185809.138000', '185809.141000', '185809.144000', '185809.146000', '185809.149000', '185809.151000', '185809.154000', '185809.157000', '185809.159000', '185809.162000', '185809.164000', '185809.167000', '185809.169000', '185809.172000', '185809.174000', '185809.177000', '185809.180000', '185809.182000', '185809.185000', '185809.188000', '185809.190000', '185809.193000', '185809.195000', '185809.198000', '185809.200000', '185809.203000', '185809.206000', '185809.208000', '185809.211000', '185809.213000', '185809.216000', '185809.218000', '185809.221000', '185809.223000', '185809.226000', '185809.229000', '185809.231000', '185809.234000', '185829.123000', '185829.125000', '185829.128000', '185829.130000', '185829.133000', '185829.136000', '185829.138000', '185829.141000', '185829.143000', '185829.146000', '185829.149000', '185829.151000', '185829.154000', '185829.156000', '185829.159000', '185829.161000', '185829.164000', '185829.167000', '185829.169000', '185829.172000', '185829.175000', '185829.177000', '185829.180000', '185829.182000', '185829.185000', '185829.188000', '185829.190000', '185829.193000', '185829.195000', '185829.198000', '185829.201000', '185829.203000', '185829.206000', '185829.209000', '185829.211000', '185829.214000', '185829.216000', '185829.219000', '185829.222000', '185829.224000', '185829.227000', '185829.229000', '185829.232000', '185849.122000', '185849.125000', '185849.128000', '185849.130000', '185849.133000', '185849.135000', '185849.138000', '185849.141000', '185849.143000', '185849.146000', '185849.149000', '185849.151000', '185849.154000', '185849.156000', '185849.159000', '185849.162000', '185849.164000', '185849.167000', '185849.169000', '185849.172000', '185849.174000', '185849.177000', '185849.180000', '185849.182000', '185849.185000', '185849.188000', '185849.190000', '185849.193000', '185849.195000', '185849.198000', '185849.200000', '185849.203000', '185849.206000', '185849.208000', '185849.211000', '185849.213000', '185849.216000', '185849.219000', '185849.221000', '185849.224000', '185849.226000', '185849.229000', '185849.232000', '185849.234000', '185909.122000', '185909.125000', '185909.128000', '185909.130000', '185909.133000', '185909.135000', '185909.138000', '185909.141000', '185909.143000', '185909.146000', '185909.148000', '185909.151000', '185909.154000', '185909.156000', '185909.159000', '185909.161000', '185909.164000', '185909.167000', '185909.169000', '185909.172000', '185909.174000', '185909.177000', '185909.179000', '185909.182000', '185909.185000', '185909.187000', '185909.190000', '185909.192000', '185909.195000', '185909.197000', '185909.200000', '185909.203000', '185909.205000', '185909.208000', '185909.210000', '185909.213000', '185909.215000', '185909.218000', '185909.220000', '185909.223000', '185909.226000', '185909.228000', '185909.231000', '185929.122000', '185929.125000', '185929.129000', '185929.132000', '185929.134000', '185929.137000', '185929.140000', '185929.142000', '185929.145000', '185929.147000', '185929.150000', '185929.153000', '185929.155000', '185929.158000', '185929.160000', '185929.163000', '185929.165000', '185929.168000', '185929.171000', '185929.173000', '185929.176000', '185929.178000', '185929.182000', '185929.184000', '185929.187000', '185929.189000', '185929.192000', '185929.195000', '185929.197000', '185929.200000', '185929.202000', '185929.205000', '185929.208000', '185929.210000', '185929.213000', '185929.215000', '185929.218000', '185929.220000', '185929.223000', '185929.226000', '185929.228000', '185929.231000', '185929.234000', '185929.236000', '185949.122000', '185949.125000', '185949.128000', '185949.130000', '185949.133000', '185949.135000', '185949.138000', '185949.141000', '185949.143000', '185949.146000', '185949.148000', '185949.151000', '185949.154000', '185949.156000', '185949.159000', '185949.161000', '185949.164000', '185949.166000', '185949.169000', '185949.172000', '185949.174000', '185949.177000', '185949.180000', '185949.182000', '185949.185000', '185949.187000', '185949.190000', '185949.193000', '185949.195000', '185949.198000', '185949.200000', '185949.203000', '185949.206000', '185949.208000', '185949.211000', '185949.213000', '185949.216000', '185949.219000', '185949.221000', '185949.224000', '185949.226000', '185949.229000', '185949.232000', '190009.123000', '190009.125000', '190009.128000', '190009.131000', '190009.133000', '190009.136000', '190009.138000', '190009.141000', '190009.144000', '190009.146000', '190009.149000', '190009.151000', '190009.154000', '190009.157000', '190009.159000', '190009.162000', '190009.164000', '190009.167000', '190009.169000', '190009.172000', '190009.175000', '190009.177000', '190009.180000', '190009.183000', '190009.185000', '190009.188000', '190009.190000', '190009.193000', '190009.195000', '190009.198000', '190009.201000', '190009.203000', '190009.206000', '190009.208000', '190009.211000', '190009.214000', '190009.216000', '190009.219000', '190009.221000', '190009.224000', '190009.226000', '190009.229000', '190009.231000', '190029.122000', '190029.125000', '190029.128000', '190029.130000', '190029.133000', '190029.135000', '190029.138000', '190029.141000', '190029.143000', '190029.146000', '190029.148000', '190029.151000', '190029.154000', '190029.156000', '190029.159000', '190029.161000', '190029.164000', '190029.166000', '190029.169000', '190029.171000', '190029.174000', '190029.177000', '190029.179000', '190029.182000', '190029.184000', '190029.187000', '190029.189000', '190029.192000', '190029.195000', '190029.197000', '190029.200000', '190029.202000', '190029.205000', '190029.208000', '190029.210000', '190029.213000', '190029.215000', '190029.218000', '190029.221000', '190029.223000', '190029.226000', '190029.228000', '190029.231000', '190029.233000', '190049.122000', '190049.125000', '190049.128000', '190049.130000', '190049.133000', '190049.135000', '190049.138000', '190049.141000', '190049.143000', '190049.146000', '190049.148000', '190049.151000', '190049.154000', '190049.156000', '190049.159000', '190049.162000', '190049.164000', '190049.169000', '190049.189000', '190049.192000', '190049.194000', '190049.197000', '190049.200000', '190049.202000', '190049.205000', '190049.207000', '190049.210000', '190049.212000', '190049.215000', '190049.218000', '190049.221000', '190049.223000', '190049.226000', '190049.228000', '190049.231000', '190049.234000', '190049.236000', '190049.239000', '190049.241000', '190049.244000', '190049.247000', '190049.249000', '190049.252000', '190109.122000', '190109.125000', '190109.128000', '190109.130000', '190109.133000', '190109.136000', '190109.138000', '190109.141000', '190109.144000', '190109.146000', '190109.149000', '190109.151000', '190109.154000', '190109.156000', '190109.159000', '190109.162000', '190109.164000', '190109.167000', '190109.169000', '190109.172000', '190109.175000', '190109.177000', '190109.180000', '190109.182000', '190109.185000', '190109.189000', '190109.192000', '190109.194000', '190109.197000', '190109.200000', '190109.202000', '190109.205000', '190109.208000', '190109.210000', '190109.213000', '190109.215000', '190109.218000', '190109.220000', '190109.223000', '190109.226000', '190109.228000', '190109.231000', '190109.233000', '190109.236000', '190129.122000', '190129.125000', '190129.128000', '190129.130000', '190129.133000', '190129.136000', '190129.138000', '190129.141000', '190129.144000', '190129.146000', '190129.149000', '190129.151000', '190129.154000', '190129.156000', '190129.159000', '190129.162000', '190129.164000', '190129.167000', '190129.169000', '190129.172000', '190129.175000', '190129.177000', '190129.180000', '190129.183000', '190129.185000', '190129.188000', '190129.191000', '190129.193000', '190129.196000', '190129.198000', '190129.201000', '190129.203000', '190129.206000', '190129.209000', '190129.211000', '190129.214000', '190129.216000', '190129.219000', '190129.221000', '190129.224000', '190129.227000', '190129.229000', '190129.232000', '190149.122000', '190149.125000', '190149.128000', '190149.131000', '190149.133000', '190149.136000', '190149.138000', '190149.141000', '190149.143000', '190149.146000', '190149.149000', '190149.151000', '190149.154000', '190149.156000', '190149.159000', '190149.161000', '190149.164000', '190149.167000', '190149.169000', '190149.172000', '190149.174000', '190149.177000', '190149.180000', '190149.182000', '190149.185000', '190149.187000', '190149.190000', '190149.192000', '190149.195000', '190149.198000', '190149.200000', '190149.203000', '190149.206000', '190149.208000', '190149.211000', '190149.213000', '190149.216000', '190149.219000', '190149.221000', '190149.224000', '190149.226000', '190149.229000', '190149.232000', '190149.234000', '190159.019000', '190159.022000', '190159.024000', '190159.027000', '190159.030000', '190159.033000', '190159.035000', '190159.038000', '190159.042000', '190159.045000', '190159.048000', '190159.051000', '190159.053000', '190159.056000', '190159.059000', '190159.062000', '190159.065000', '190159.068000', '190159.071000', '190159.073000', '190159.076000', '190159.079000'], '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': [10623, 11055, 10855, 10260, 13020, 10706, 10676, 10699, 10363, 13643, 10775, 11021, 10495, 10263, 12177, 11057, 10443, 10650, 10276, 10567, 10701, 10149, 10775, 10324, 11384, 10497, 11507, 10816, 10242, 13380, 10669, 11680, 10781, 10508, 12687, 10614, 10252, 14568, 10714, 11141, 10855, 10304, 12604, 10653, 10277, 10564, 10237, 10583, 10741, 10124, 10681, 10527, 11349, 10787, 9117, 10648, 10389, 11596, 10775, 10173, 10519, 10613, 10761, 10642, 9945, 10797, 10599, 12075, 10725, 10220, 11352, 10638, 12662, 10657, 10005, 10439, 10521, 11504, 10646, 10192, 10803, 8682, 10731, 10667, 11878, 10819, 10592, 10660, 10350, 10568, 10625, 12235, 10732, 10709, 10730, 10345, 12879, 10737, 11053, 10806, 10275, 10670, 10632, 10547, 10815, 9837, 10752, 10448, 10540, 10785, 9771, 11017, 10303, 10778, 10436, 11309, 10942, 10610, 10830, 10419, 10722, 10547, 12097, 10928, 10331, 10712, 10399, 13028, 10722, 11348, 11750, 10616, 12597, 10690, 10194, 13818, 10829, 10793, 10803, 10365, 13844, 10856, 10359, 10829, 10356, 10556, 10390, 11195, 10784, 10026, 10941, 10306, 12073, 10659, 11442, 10652, 10303, 10680, 10490, 13039, 10897, 10919, 10653, 10349, 12519, 10763, 10476, 10683, 10299, 12131, 10554, 10556, 10747, 10287, 10665, 10416, 11266, 10768, 10577, 10847, 10434, 10640, 10431, 12085, 10648, 10362, 10615, 9698, 10560, 10370, 12888, 10550, 13084, 10691, 10625, 10521, 10801, 14281, 10639, 12198, 10697, 10848, 10686, 10469, 12753, 10741, 11304, 10710, 10184, 13036, 10685, 10499, 10648, 10167, 13351, 10550, 10929, 10901, 10041, 10659, 10262, 10597, 10496, 10399, 9763, 10805, 10157, 10605, 10657, 12721, 10633, 11752, 11563, 10555, 12504, 10552, 10732, 10717, 10579, 13629, 10689, 8602, 10820, 10353, 12532, 10580, 11005, 10696, 10126, 12653, 10560, 9966, 10915, 10272, 11362, 10528, 9446, 10673, 10316, 11749, 10743, 10056, 12322, 10291, 11334, 10716, 10169, 10529, 10512, 10732, 10752, 10099, 10668, 10524, 10349, 10871, 10274, 13721, 10674, 10259, 10745, 10439, 12321, 10695, 9929, 10656, 10284, 12092, 10710, 10380, 10794, 10458, 11001, 10814, 10123, 13234, 10702, 10917, 10765, 10380, 10826, 10676, 9915, 10713, 10415, 12202, 10718, 9357, 10660, 10415, 12697, 10712, 10195, 10839, 10147, 12416, 10836, 10346, 10628, 10211, 12422, 10782, 10528, 10918, 10185, 10646, 10326, 10844, 10853, 10379, 10808, 10509, 10487, 10783, 10396, 12470, 10414, 10410, 10590, 10282, 10701, 10596, 10733, 10525, 10254, 11150, 10610, 10763, 10957, 10077, 12478, 10667, 10232, 10684, 10295, 10831, 10619, 10268, 11597, 10513, 10378, 10867, 10321, 12718, 10715, 10917, 10579, 10253, 12033, 10616, 10429, 10655, 10214, 12258, 10684, 10348, 10603, 10447, 13298, 10785, 10742, 13268, 10657, 11224, 10696, 10157, 14074, 10734, 11123, 10795, 10432, 12236, 10695, 10458, 10579, 10217, 11477, 10596, 9950, 12721, 10393, 10364, 10691, 9874, 10787, 10509, 10663, 10500, 10159, 10578, 10431, 12235, 10692, 9988, 10507, 10529, 12737, 10604, 10781, 10853, 10372, 13037, 10543, 11194, 10703, 10199, 10683, 10495, 12739, 10775, 10231, 11613, 10679, 12297, 10631, 10161, 13012, 10643, 10079, 11069, 10186, 13296, 10733, 8685, 10803, 10512, 11741, 10636, 10015, 10621, 10535, 12159, 10716, 9954, 10627, 10171, 12374, 10646, 10593, 10712, 10059, 10686, 10355, 12665, 10625, 10551, 10792, 10105, 10513, 10607, 12092, 10614, 11698, 10702, 11101, 11709, 10574, 12383, 10848, 9943, 10735, 10483, 11963, 14138, 14182, 10668, 13254, 11720, 10439, 10342, 10426, 9955, 10602, 10572, 10657, 10608, 9004, 10620, 10774, 10651, 11934, 10528, 11372, 10600, 10178, 10531, 10522, 14691, 11346, 12084, 9631, 8659, 9683, 10483, 10329, 9206, 8238, 9383, 10556, 9327, 9670, 8657, 9856, 9926, 9373, 10170, 9050, 10035, 10404, 12383, 9823, 9324, 10303, 9793, 11888, 10130, 8503, 10319, 10106, 12397, 10247, 11416, 10463, 10291, 13173, 10396, 10908, 10407, 10285, 13550, 10324, 10616, 10559, 10199, 13010, 10226, 10106, 10402, 9857, 12311, 10299, 8479, 10468, 9804, 11334, 10236, 9526, 10532, 9422, 10521, 10001, 10529, 10248, 12699, 10391, 10344, 11300, 9986, 11788, 10235, 11057, 10208, 10056, 13454, 10487, 10889, 10564, 10195, 12790, 10578, 8891, 10571, 10004, 9617, 10293, 7836, 10610, 10040, 11336, 10235, 9426, 10320, 10221, 12092, 10313, 9517, 12541, 10372, 10462, 10333, 10623, 13051, 10201, 10686, 10382, 10238, 11551, 10246, 9584, 10989, 10260, 9964, 10153, 9931, 12218, 10426, 10575, 10423, 10531, 12973, 10120, 10013, 10418, 10123, 10929, 10430, 10456, 13588, 10401, 10582, 10391, 10366, 11745, 10520, 9917, 10394, 9996, 11130, 10622, 8348, 10648, 10219, 12539, 10298, 9639, 12664, 10291, 10471, 10402, 9712, 10439, 9881, 12512, 10575, 9874, 11482, 10199, 12548, 10520, 9872, 10496, 10133, 12361, 10494, 10680, 10523, 10481, 12914, 10310, 10542, 10492, 10109, 13015, 10183, 10829, 10378, 9264, 10483, 10275, 10385, 10057, 11838, 10495, 10273, 10524, 10301, 12683, 10320, 11144, 10526, 10393, 12655, 10488, 9378, 10666, 10043, 10324, 10230, 10215, 10604, 8365, 10635, 10082, 12221, 10326, 9832, 10757, 10285, 10755, 10516, 9698, 11800, 10368, 10143, 10541, 10248, 12049, 10310, 10695, 10468, 9992, 10281, 10184, 12413, 10277, 10685, 10405, 9668, 11864, 10395, 13507, 10516, 10658, 11901, 10182, 13589, 10548, 9951, 11260, 10164, 11875, 10694, 9991, 11833, 10077, 10889, 10621, 10165, 10422, 10208, 10119, 10535, 9978, 12008, 10467, 8984, 10240, 10051, 11785, 10567, 9046, 10480, 10006, 11958, 10464, 10056, 10513, 10209, 10552, 10195, 10439, 10448, 11004, 10601, 10234, 10622, 11490, 10808, 10660, 10787, 12944, 10577, 12863, 13743, 10597, 11231, 10799, 10272, 10868, 10495, 9947, 10578, 9367, 10794, 10276, 10613, 10524, 10014, 10741, 9943, 11655, 10636, 10202, 10740, 10001, 10598, 10353, 10379, 10582, 9344, 10627, 10176, 12657, 10609, 10950, 10741, 9917, 13062, 10581, 10586, 10652, 10268, 12468, 10389, 10957, 10745, 10211, 12332, 10477, 10511, 10772, 10244, 12742, 10510, 11214, 13834, 10904, 10835, 10055, 10934, 10549, 10872, 10793, 10824, 10911, 10850, 12010, 10846, 11909, 10774, 10404, 13734, 10644, 11511, 10624, 10373, 12812, 10503, 11520, 10884, 9960, 10578], 'WindowCenter': [3903.0, 3888.0, 3884.0, 3872.0, 3892.0, 3859.0, 3859.0, 3857.0, 3858.0, 3877.0, 3858.0, 3857.0, 3857.0, 3858.0, 3868.0, 3867.0, 3857.0, 3855.0, 3858.0, 3856.0, 3858.0, 3858.0, 3871.0, 3859.0, 3869.0, 3859.0, 3869.0, 3869.0, 3859.0, 3877.0, 3858.0, 3868.0, 3858.0, 3859.0, 3866.0, 3846.0, 3847.0, 3877.0, 3845.0, 3854.0, 3845.0, 3846.0, 3865.0, 3845.0, 3844.0, 3844.0, 3845.0, 3844.0, 3854.0, 3843.0, 3844.0, 3857.0, 3856.0, 3855.0, 3834.0, 3855.0, 3857.0, 3865.0, 3855.0, 3846.0, 3855.0, 3856.0, 3856.0, 3856.0, 3847.0, 3855.0, 3857.0, 3866.0, 3855.0, 3845.0, 3856.0, 3845.0, 3864.0, 3845.0, 3844.0, 3844.0, 3855.0, 3855.0, 3856.0, 3845.0, 3857.0, 3836.0, 3856.0, 3857.0, 3866.0, 3856.0, 3856.0, 3856.0, 3847.0, 3856.0, 3857.0, 3866.0, 3856.0, 3856.0, 3856.0, 3847.0, 3866.0, 3857.0, 3857.0, 3855.0, 3846.0, 3844.0, 3857.0, 3855.0, 3856.0, 3846.0, 3856.0, 3857.0, 3856.0, 3868.0, 3846.0, 3868.0, 3859.0, 3857.0, 3869.0, 3868.0, 3869.0, 3859.0, 3869.0, 3860.0, 3868.0, 3859.0, 3878.0, 3870.0, 3859.0, 3860.0, 3859.0, 3879.0, 3858.0, 3858.0, 3869.0, 3857.0, 3867.0, 3856.0, 3847.0, 3876.0, 3857.0, 3855.0, 3855.0, 3846.0, 3876.0, 3856.0, 3844.0, 3857.0, 3856.0, 3856.0, 3857.0, 3867.0, 3869.0, 3847.0, 3858.0, 3860.0, 3867.0, 3859.0, 3867.0, 3858.0, 3859.0, 3857.0, 3859.0, 3878.0, 3858.0, 3857.0, 3857.0, 3856.0, 3866.0, 3856.0, 3857.0, 3845.0, 3846.0, 3865.0, 3857.0, 3857.0, 3857.0, 3857.0, 3857.0, 3857.0, 3867.0, 3857.0, 3857.0, 3868.0, 3857.0, 3858.0, 3857.0, 3880.0, 3871.0, 3860.0, 3870.0, 3859.0, 3858.0, 3861.0, 3881.0, 3871.0, 3881.0, 3860.0, 3860.0, 3858.0, 3859.0, 3889.0, 3859.0, 3867.0, 3858.0, 3857.0, 3856.0, 3857.0, 3867.0, 3858.0, 3856.0, 3856.0, 3858.0, 3877.0, 3857.0, 3846.0, 3857.0, 3857.0, 3876.0, 3856.0, 3857.0, 3857.0, 3847.0, 3856.0, 3858.0, 3858.0, 3871.0, 3872.0, 3872.0, 3886.0, 3874.0, 3886.0, 3876.0, 3894.0, 3860.0, 3869.0, 3869.0, 3859.0, 3866.0, 3856.0, 3858.0, 3846.0, 3847.0, 3877.0, 3856.0, 3823.0, 3854.0, 3846.0, 3866.0, 3857.0, 3854.0, 3856.0, 3846.0, 3865.0, 3856.0, 3846.0, 3856.0, 3857.0, 3865.0, 3858.0, 3846.0, 3857.0, 3857.0, 3867.0, 3856.0, 3846.0, 3866.0, 3845.0, 3855.0, 3857.0, 3856.0, 3856.0, 3858.0, 3857.0, 3858.0, 3846.0, 3856.0, 3858.0, 3858.0, 3858.0, 3857.0, 3877.0, 3858.0, 3857.0, 3857.0, 3857.0, 3868.0, 3859.0, 3847.0, 3859.0, 3859.0, 3869.0, 3861.0, 3859.0, 3859.0, 3861.0, 3860.0, 3859.0, 3860.0, 3880.0, 3859.0, 3859.0, 3858.0, 3859.0, 3857.0, 3858.0, 3847.0, 3859.0, 3860.0, 3868.0, 3859.0, 3847.0, 3857.0, 3858.0, 3878.0, 3858.0, 3846.0, 3857.0, 3858.0, 3867.0, 3856.0, 3847.0, 3856.0, 3857.0, 3867.0, 3857.0, 3858.0, 3858.0, 3858.0, 3858.0, 3859.0, 3855.0, 3857.0, 3857.0, 3857.0, 3859.0, 3857.0, 3857.0, 3858.0, 3868.0, 3858.0, 3857.0, 3858.0, 3857.0, 3859.0, 3858.0, 3857.0, 3858.0, 3859.0, 3857.0, 3858.0, 3857.0, 3859.0, 3847.0, 3868.0, 3858.0, 3858.0, 3857.0, 3856.0, 3856.0, 3859.0, 3860.0, 3869.0, 3859.0, 3857.0, 3857.0, 3859.0, 3878.0, 3858.0, 3857.0, 3856.0, 3858.0, 3868.0, 3859.0, 3858.0, 3859.0, 3858.0, 3868.0, 3859.0, 3859.0, 3858.0, 3858.0, 3878.0, 3857.0, 3858.0, 3879.0, 3846.0, 3856.0, 3845.0, 3846.0, 3877.0, 3856.0, 3855.0, 3855.0, 3857.0, 3865.0, 3856.0, 3845.0, 3843.0, 3845.0, 3853.0, 3845.0, 3845.0, 3865.0, 3843.0, 3843.0, 3854.0, 3845.0, 3856.0, 3855.0, 3856.0, 3857.0, 3857.0, 3855.0, 3856.0, 3866.0, 3856.0, 3845.0, 3855.0, 3856.0, 3878.0, 3857.0, 3856.0, 3857.0, 3859.0, 3879.0, 3858.0, 3856.0, 3858.0, 3857.0, 3856.0, 3858.0, 3868.0, 3857.0, 3847.0, 3856.0, 3856.0, 3867.0, 3855.0, 3846.0, 3865.0, 3856.0, 3845.0, 3854.0, 3844.0, 3865.0, 3856.0, 3824.0, 3854.0, 3857.0, 3856.0, 3857.0, 3845.0, 3845.0, 3858.0, 3867.0, 3858.0, 3845.0, 3857.0, 3859.0, 3868.0, 3858.0, 3857.0, 3857.0, 3848.0, 3856.0, 3857.0, 3877.0, 3859.0, 3856.0, 3858.0, 3859.0, 3858.0, 3859.0, 3879.0, 3860.0, 3869.0, 3858.0, 3870.0, 3869.0, 3857.0, 3868.0, 3859.0, 3847.0, 3856.0, 3858.0, 3868.0, 3868.0, 3920.0, 3859.0, 3849.0, 3885.0, 3857.0, 3846.0, 3845.0, 3847.0, 3860.0, 3858.0, 3871.0, 3873.0, 3852.0, 3873.0, 3873.0, 3861.0, 3871.0, 3859.0, 3872.0, 3860.0, 3847.0, 3847.0, 3859.0, 3877.0, 3857.0, 3869.0, 3839.0, 3816.0, 3811.0, 3820.0, 3820.0, 3821.0, 3798.0, 3809.0, 3830.0, 3809.0, 3832.0, 3812.0, 3845.0, 3859.0, 3835.0, 3846.0, 3836.0, 3846.0, 3846.0, 3866.0, 3847.0, 3849.0, 3861.0, 3849.0, 3869.0, 3861.0, 3839.0, 3858.0, 3860.0, 3869.0, 3858.0, 3869.0, 3859.0, 3859.0, 3879.0, 3848.0, 3859.0, 3858.0, 3859.0, 3879.0, 3859.0, 3860.0, 3858.0, 3859.0, 3879.0, 3858.0, 3859.0, 3859.0, 3848.0, 3868.0, 3860.0, 3826.0, 3859.0, 3859.0, 3868.0, 3859.0, 3847.0, 3860.0, 3849.0, 3860.0, 3860.0, 3870.0, 3872.0, 3881.0, 3861.0, 3860.0, 3872.0, 3862.0, 3872.0, 3860.0, 3872.0, 3848.0, 3848.0, 3879.0, 3858.0, 3859.0, 3857.0, 3847.0, 3868.0, 3857.0, 3837.0, 3856.0, 3848.0, 3845.0, 3846.0, 3816.0, 3857.0, 3858.0, 3858.0, 3859.0, 3848.0, 3857.0, 3858.0, 3867.0, 3859.0, 3848.0, 3869.0, 3848.0, 3857.0, 3846.0, 3857.0, 3866.0, 3847.0, 3857.0, 3846.0, 3857.0, 3855.0, 3846.0, 3846.0, 3858.0, 3858.0, 3846.0, 3858.0, 3860.0, 3879.0, 3858.0, 3858.0, 3858.0, 3858.0, 3878.0, 3859.0, 3848.0, 3857.0, 3858.0, 3856.0, 3857.0, 3858.0, 3877.0, 3857.0, 3858.0, 3845.0, 3846.0, 3867.0, 3857.0, 3846.0, 3846.0, 3846.0, 3857.0, 3857.0, 3826.0, 3857.0, 3859.0, 3878.0, 3858.0, 3849.0, 3880.0, 3858.0, 3857.0, 3859.0, 3848.0, 3857.0, 3847.0, 3879.0, 3857.0, 3847.0, 3866.0, 3847.0, 3867.0, 3857.0, 3847.0, 3857.0, 3856.0, 3866.0, 3857.0, 3856.0, 3857.0, 3857.0, 3878.0, 3857.0, 3856.0, 3844.0, 3847.0, 3876.0, 3845.0, 3856.0, 3845.0, 3835.0, 3856.0, 3857.0, 3858.0, 3858.0, 3868.0, 3870.0, 3859.0, 3858.0, 3859.0, 3877.0, 3847.0, 3855.0, 3846.0, 3845.0, 3865.0, 3856.0, 3835.0, 3844.0, 3845.0, 3845.0, 3845.0, 3845.0, 3857.0, 3824.0, 3857.0, 3857.0, 3868.0, 3846.0, 3847.0, 3858.0, 3848.0, 3856.0, 3857.0, 3847.0, 3867.0, 3846.0, 3846.0, 3857.0, 3858.0, 3867.0, 3857.0, 3857.0, 3858.0, 3857.0, 3858.0, 3860.0, 3878.0, 3859.0, 3858.0, 3859.0, 3849.0, 3868.0, 3859.0, 3879.0, 3858.0, 3858.0, 3867.0, 3848.0, 3877.0, 3858.0, 3847.0, 3857.0, 3846.0, 3866.0, 3857.0, 3846.0, 3865.0, 3846.0, 3857.0, 3856.0, 3844.0, 3856.0, 3856.0, 3844.0, 3856.0, 3858.0, 3868.0, 3858.0, 3836.0, 3857.0, 3848.0, 3868.0, 3858.0, 3837.0, 3858.0, 3858.0, 3868.0, 3859.0, 3848.0, 3859.0, 3859.0, 3858.0, 3858.0, 3858.0, 3872.0, 3870.0, 3871.0, 3872.0, 3872.0, 3881.0, 3872.0, 3873.0, 3886.0, 3894.0, 3874.0, 3884.0, 3881.0, 3859.0, 3858.0, 3857.0, 3846.0, 3855.0, 3858.0, 3844.0, 3857.0, 3835.0, 3857.0, 3847.0, 3857.0, 3856.0, 3845.0, 3857.0, 3846.0, 3868.0, 3857.0, 3845.0, 3868.0, 3858.0, 3859.0, 3858.0, 3858.0, 3858.0, 3847.0, 3858.0, 3859.0, 3880.0, 3860.0, 3857.0, 3858.0, 3858.0, 3878.0, 3858.0, 3858.0, 3859.0, 3858.0, 3878.0, 3859.0, 3870.0, 3869.0, 3859.0, 3879.0, 3859.0, 3859.0, 3869.0, 3860.0, 3878.0, 3859.0, 3843.0, 3912.0, 3874.0, 3859.0, 3846.0, 3857.0, 3857.0, 3870.0, 3870.0, 3871.0, 3872.0, 3886.0, 3884.0, 3874.0, 3883.0, 3860.0, 3860.0, 3879.0, 3860.0, 3869.0, 3858.0, 3845.0, 3866.0, 3856.0, 3867.0, 3858.0, 3847.0, 3858.0], 'WindowWidth': [8743.0, 8712.0, 8700.0, 8680.0, 8704.0, 8655.0, 8653.0, 8651.0, 8651.0, 8676.0, 8650.0, 8650.0, 8648.0, 8651.0, 8663.0, 8663.0, 8648.0, 8643.0, 8650.0, 8648.0, 8651.0, 8652.0, 8672.0, 8656.0, 8669.0, 8654.0, 8670.0, 8667.0, 8653.0, 8677.0, 8651.0, 8666.0, 8650.0, 8651.0, 8659.0, 8631.0, 8634.0, 8674.0, 8627.0, 8639.0, 8627.0, 8630.0, 8654.0, 8628.0, 8626.0, 8625.0, 8627.0, 8625.0, 8639.0, 8624.0, 8627.0, 8647.0, 8644.0, 8644.0, 8614.0, 8642.0, 8647.0, 8658.0, 8644.0, 8631.0, 8642.0, 8644.0, 8644.0, 8646.0, 8634.0, 8643.0, 8648.0, 8659.0, 8643.0, 8630.0, 8644.0, 8629.0, 8654.0, 8628.0, 8628.0, 8627.0, 8642.0, 8641.0, 8645.0, 8630.0, 8646.0, 8618.0, 8645.0, 8647.0, 8660.0, 8645.0, 8649.0, 8645.0, 8633.0, 8645.0, 8648.0, 8660.0, 8645.0, 8644.0, 8645.0, 8634.0, 8659.0, 8646.0, 8648.0, 8642.0, 8631.0, 8628.0, 8648.0, 8643.0, 8645.0, 8633.0, 8645.0, 8648.0, 8647.0, 8663.0, 8633.0, 8664.0, 8653.0, 8649.0, 8667.0, 8664.0, 8668.0, 8653.0, 8668.0, 8655.0, 8666.0, 8653.0, 8680.0, 8671.0, 8655.0, 8655.0, 8654.0, 8681.0, 8652.0, 8653.0, 8666.0, 8648.0, 8662.0, 8645.0, 8634.0, 8672.0, 8644.0, 8642.0, 8643.0, 8631.0, 8673.0, 8644.0, 8628.0, 8648.0, 8645.0, 8646.0, 8648.0, 8663.0, 8668.0, 8635.0, 8651.0, 8655.0, 8663.0, 8653.0, 8663.0, 8651.0, 8654.0, 8649.0, 8652.0, 8680.0, 8652.0, 8649.0, 8648.0, 8646.0, 8659.0, 8646.0, 8649.0, 8629.0, 8631.0, 8657.0, 8646.0, 8648.0, 8647.0, 8646.0, 8646.0, 8647.0, 8663.0, 8649.0, 8647.0, 8666.0, 8649.0, 8651.0, 8650.0, 8682.0, 8672.0, 8656.0, 8672.0, 8656.0, 8652.0, 8660.0, 8688.0, 8673.0, 8688.0, 8658.0, 8657.0, 8652.0, 8655.0, 8696.0, 8654.0, 8664.0, 8651.0, 8649.0, 8646.0, 8647.0, 8662.0, 8650.0, 8645.0, 8646.0, 8650.0, 8674.0, 8647.0, 8631.0, 8647.0, 8648.0, 8673.0, 8644.0, 8647.0, 8647.0, 8634.0, 8644.0, 8646.0, 8651.0, 8673.0, 8678.0, 8680.0, 8703.0, 8685.0, 8703.0, 8688.0, 8712.0, 8659.0, 8671.0, 8666.0, 8650.0, 8659.0, 8644.0, 8648.0, 8631.0, 8631.0, 8674.0, 8644.0, 8598.0, 8639.0, 8629.0, 8660.0, 8647.0, 8640.0, 8645.0, 8632.0, 8656.0, 8645.0, 8632.0, 8645.0, 8648.0, 8657.0, 8649.0, 8633.0, 8646.0, 8646.0, 8660.0, 8645.0, 8631.0, 8657.0, 8630.0, 8644.0, 8648.0, 8645.0, 8644.0, 8651.0, 8648.0, 8649.0, 8631.0, 8645.0, 8650.0, 8651.0, 8649.0, 8649.0, 8677.0, 8650.0, 8648.0, 8646.0, 8648.0, 8664.0, 8652.0, 8634.0, 8652.0, 8653.0, 8666.0, 8657.0, 8654.0, 8651.0, 8657.0, 8655.0, 8653.0, 8654.0, 8684.0, 8655.0, 8654.0, 8650.0, 8651.0, 8648.0, 8650.0, 8637.0, 8652.0, 8655.0, 8664.0, 8653.0, 8637.0, 8647.0, 8649.0, 8678.0, 8651.0, 8633.0, 8646.0, 8650.0, 8664.0, 8646.0, 8635.0, 8645.0, 8647.0, 8663.0, 8648.0, 8651.0, 8651.0, 8650.0, 8650.0, 8652.0, 8645.0, 8647.0, 8648.0, 8649.0, 8653.0, 8647.0, 8649.0, 8651.0, 8664.0, 8648.0, 8647.0, 8650.0, 8648.0, 8652.0, 8650.0, 8649.0, 8652.0, 8653.0, 8649.0, 8651.0, 8648.0, 8652.0, 8636.0, 8664.0, 8651.0, 8651.0, 8648.0, 8647.0, 8647.0, 8653.0, 8655.0, 8668.0, 8652.0, 8649.0, 8649.0, 8651.0, 8678.0, 8649.0, 8648.0, 8646.0, 8651.0, 8663.0, 8652.0, 8650.0, 8652.0, 8651.0, 8666.0, 8653.0, 8656.0, 8650.0, 8650.0, 8679.0, 8648.0, 8651.0, 8678.0, 8632.0, 8645.0, 8628.0, 8631.0, 8673.0, 8643.0, 8642.0, 8643.0, 8647.0, 8657.0, 8645.0, 8629.0, 8624.0, 8628.0, 8637.0, 8627.0, 8627.0, 8654.0, 8623.0, 8623.0, 8641.0, 8629.0, 8644.0, 8643.0, 8644.0, 8648.0, 8647.0, 8644.0, 8645.0, 8658.0, 8645.0, 8630.0, 8642.0, 8644.0, 8677.0, 8647.0, 8645.0, 8647.0, 8653.0, 8679.0, 8651.0, 8647.0, 8650.0, 8650.0, 8646.0, 8649.0, 8665.0, 8647.0, 8635.0, 8645.0, 8644.0, 8662.0, 8643.0, 8631.0, 8655.0, 8644.0, 8630.0, 8639.0, 8626.0, 8655.0, 8642.0, 8600.0, 8640.0, 8645.0, 8644.0, 8647.0, 8628.0, 8629.0, 8648.0, 8663.0, 8650.0, 8631.0, 8649.0, 8652.0, 8666.0, 8649.0, 8647.0, 8649.0, 8638.0, 8647.0, 8648.0, 8676.0, 8651.0, 8646.0, 8652.0, 8654.0, 8653.0, 8653.0, 8682.0, 8656.0, 8668.0, 8652.0, 8670.0, 8666.0, 8649.0, 8665.0, 8655.0, 8636.0, 8646.0, 8651.0, 8665.0, 8673.0, 8766.0, 8654.0, 8625.0, 8702.0, 8650.0, 8631.0, 8627.0, 8633.0, 8656.0, 8652.0, 8674.0, 8679.0, 8652.0, 8678.0, 8679.0, 8659.0, 8676.0, 8654.0, 8675.0, 8656.0, 8635.0, 8632.0, 8652.0, 8676.0, 8647.0, 8664.0, 8621.0, 8583.0, 8567.0, 8577.0, 8579.0, 8583.0, 8550.0, 8565.0, 8595.0, 8567.0, 8603.0, 8574.0, 8627.0, 8654.0, 8615.0, 8631.0, 8616.0, 8630.0, 8628.0, 8655.0, 8632.0, 8642.0, 8657.0, 8639.0, 8667.0, 8657.0, 8628.0, 8650.0, 8654.0, 8665.0, 8649.0, 8666.0, 8652.0, 8652.0, 8682.0, 8638.0, 8653.0, 8649.0, 8652.0, 8681.0, 8652.0, 8654.0, 8649.0, 8651.0, 8680.0, 8651.0, 8653.0, 8652.0, 8636.0, 8663.0, 8654.0, 8606.0, 8650.0, 8652.0, 8666.0, 8653.0, 8636.0, 8656.0, 8641.0, 8655.0, 8655.0, 8670.0, 8674.0, 8685.0, 8660.0, 8659.0, 8675.0, 8659.0, 8675.0, 8657.0, 8675.0, 8639.0, 8638.0, 8683.0, 8651.0, 8653.0, 8646.0, 8634.0, 8663.0, 8648.0, 8618.0, 8644.0, 8635.0, 8630.0, 8632.0, 8591.0, 8648.0, 8651.0, 8649.0, 8652.0, 8638.0, 8648.0, 8650.0, 8662.0, 8652.0, 8638.0, 8666.0, 8636.0, 8647.0, 8632.0, 8646.0, 8660.0, 8634.0, 8647.0, 8630.0, 8646.0, 8643.0, 8632.0, 8632.0, 8650.0, 8649.0, 8632.0, 8652.0, 8656.0, 8681.0, 8651.0, 8651.0, 8650.0, 8650.0, 8678.0, 8651.0, 8637.0, 8649.0, 8649.0, 8645.0, 8647.0, 8650.0, 8676.0, 8647.0, 8649.0, 8630.0, 8631.0, 8662.0, 8647.0, 8630.0, 8632.0, 8633.0, 8649.0, 8650.0, 8606.0, 8648.0, 8653.0, 8676.0, 8650.0, 8641.0, 8681.0, 8650.0, 8647.0, 8652.0, 8637.0, 8650.0, 8634.0, 8681.0, 8649.0, 8635.0, 8660.0, 8633.0, 8664.0, 8647.0, 8633.0, 8645.0, 8645.0, 8660.0, 8646.0, 8645.0, 8646.0, 8649.0, 8678.0, 8649.0, 8645.0, 8627.0, 8633.0, 8671.0, 8629.0, 8645.0, 8630.0, 8615.0, 8646.0, 8649.0, 8652.0, 8653.0, 8668.0, 8671.0, 8654.0, 8651.0, 8654.0, 8677.0, 8634.0, 8645.0, 8629.0, 8630.0, 8656.0, 8644.0, 8615.0, 8626.0, 8629.0, 8628.0, 8629.0, 8629.0, 8649.0, 8602.0, 8648.0, 8648.0, 8663.0, 8633.0, 8635.0, 8650.0, 8636.0, 8646.0, 8648.0, 8635.0, 8660.0, 8632.0, 8631.0, 8647.0, 8651.0, 8663.0, 8649.0, 8648.0, 8650.0, 8649.0, 8651.0, 8655.0, 8679.0, 8655.0, 8652.0, 8655.0, 8642.0, 8667.0, 8652.0, 8681.0, 8650.0, 8652.0, 8663.0, 8636.0, 8678.0, 8649.0, 8635.0, 8647.0, 8631.0, 8661.0, 8647.0, 8631.0, 8657.0, 8632.0, 8651.0, 8645.0, 8628.0, 8644.0, 8646.0, 8628.0, 8646.0, 8651.0, 8665.0, 8650.0, 8620.0, 8649.0, 8638.0, 8666.0, 8651.0, 8623.0, 8652.0, 8652.0, 8665.0, 8652.0, 8640.0, 8653.0, 8653.0, 8652.0, 8652.0, 8652.0, 8678.0, 8673.0, 8674.0, 8676.0, 8674.0, 8687.0, 8678.0, 8680.0, 8700.0, 8710.0, 8683.0, 8698.0, 8688.0, 8653.0, 8653.0, 8649.0, 8631.0, 8642.0, 8648.0, 8627.0, 8647.0, 8616.0, 8645.0, 8632.0, 8646.0, 8646.0, 8631.0, 8649.0, 8633.0, 8665.0, 8649.0, 8631.0, 8665.0, 8652.0, 8654.0, 8652.0, 8652.0, 8653.0, 8636.0, 8653.0, 8654.0, 8683.0, 8656.0, 8650.0, 8653.0, 8653.0, 8678.0, 8651.0, 8651.0, 8653.0, 8652.0, 8679.0, 8654.0, 8672.0, 8667.0, 8654.0, 8682.0, 8654.0, 8656.0, 8667.0, 8655.0, 8679.0, 8653.0, 8622.0, 8760.0, 8688.0, 8654.0, 8634.0, 8648.0, 8648.0, 8670.0, 8669.0, 8675.0, 8679.0, 8706.0, 8697.0, 8682.0, 8696.0, 8660.0, 8657.0, 8684.0, 8656.0, 8665.0, 8651.0, 8632.0, 8660.0, 8646.0, 8662.0, 8652.0, 8634.0, 8651.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.003090931034482758</td></tr>
<tr><td colspan=3>aqi</td><td>0.021984667586206895</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.90687148821635</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2233608573072485</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0452426088147293</td></tr>
<tr><td colspan=3>efc</td><td>0.5034</td></tr>
<tr><td colspan=3>fber</td><td>4024.7708</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09576269714221679</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4482758620689653</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2594504240047155</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.234399310364133</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4817038499224786</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.062248111727536</td></tr>
<tr><td colspan=3>gcor</td><td>0.00676998</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019651534035801888</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03032999113202095</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1401780323284765</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.2101</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.8472</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.8491</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299299.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>1024.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>393.0094</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.709</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.815</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3085.273</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>778.4639</td></tr>
<tr><td colspan=3>tsnr</td><td>38.484940121881664</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>