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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0073_ses-03_task-social_acq-mb8_run-02_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-0073_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-02_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-0073/ses-03/func/sub-0073_ses-03_task-social_acq-mb8_run-02_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>a4d0e212e96e919f6843f3ee735ac731</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:58:46.662500</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.998995, 0.00472661, 0.0445807, -0.0137751, 0.978682, 0.204918]</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-02_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.0937563</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7789, -7230, 645, -57, -254, 69, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.456</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a1dc8a3b-d761-4116-9257-09619c472759||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.680229425430298, -0.03695761039853096, 0.11518687009811401, 112.1882095336914], [-0.012681144289672375, 2.625732660293579, 0.5543814301490784, -108.82860565185547], [0.1196068674325943, -0.5497810244560242, 2.639960765838623, -32.2681884765625], [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': ['185846.662500', '185847.122500', '185847.582500', '185848.042500', '185848.502500', '185848.962500', '185849.422500', '185849.882500', '185850.342500', '185850.802500', '185851.262500', '185851.722500', '185852.182500', '185852.642500', '185853.102500', '185853.562500', '185854.022500', '185854.482500', '185854.942500', '185855.402500', '185855.862500', '185856.322500', '185856.782500', '185857.242500', '185857.702500', '185858.162500', '185858.622500', '185859.082500', '185859.542500', '185900.002500', '185900.462500', '185900.922500', '185901.382500', '185901.842500', '185902.302500', '185902.762500', '185903.222500', '185903.682500', '185904.142500', '185904.602500', '185905.062500', '185905.522500', '185905.982500', '185906.442500', '185906.902500', '185907.362500', '185907.822500', '185908.282500', '185908.742500', '185909.202500', '185909.662500', '185910.122500', '185910.582500', '185911.042500', '185911.502500', '185911.962500', '185912.422500', '185912.882500', '185913.342500', '185913.802500', '185914.262500', '185914.722500', '185915.182500', '185915.642500', '185916.102500', '185916.562500', '185917.022500', '185917.482500', '185917.942500', '185918.402500', '185918.862500', '185919.322500', '185919.782500', '185920.242500', '185920.702500', '185921.162500', '185921.622500', '185922.082500', '185922.542500', '185923.002500', '185923.462500', '185923.922500', '185924.382500', '185924.842500', '185925.302500', '185925.762500', '185926.222500', '185926.682500', '185927.142500', '185927.602500', '185928.062500', '185928.522500', '185928.982500', '185929.442500', '185929.902500', '185930.362500', '185930.822500', '185931.282500', '185931.742500', '185932.202500', '185932.662500', '185933.122500', '185933.582500', '185934.042500', '185934.502500', '185934.962500', '185935.422500', '185935.882500', '185936.342500', '185936.802500', '185937.262500', '185937.722500', '185938.182500', '185938.642500', '185939.102500', '185939.562500', '185940.022500', '185940.482500', '185940.942500', '185941.402500', '185941.862500', '185942.322500', '185942.782500', '185943.242500', '185943.702500', '185944.162500', '185944.622500', '185945.082500', '185945.542500', '185946.002500', '185946.462500', '185946.922500', '185947.382500', '185947.842500', '185948.302500', '185948.762500', '185949.222500', '185949.682500', '185950.142500', '185950.602500', '185951.062500', '185951.522500', '185951.982500', '185952.442500', '185952.902500', '185953.362500', '185953.822500', '185954.282500', '185954.742500', '185955.202500', '185955.662500', '185956.122500', '185956.582500', '185957.042500', '185957.502500', '185957.962500', '185958.422500', '185958.882500', '185959.342500', '185959.802500', '190000.262500', '190000.722500', '190001.182500', '190001.642500', '190002.102500', '190002.562500', '190003.022500', '190003.482500', '190003.942500', '190004.402500', '190004.862500', '190005.322500', '190005.782500', '190006.242500', '190006.702500', '190007.162500', '190007.622500', '190008.082500', '190008.542500', '190009.002500', '190009.462500', '190009.922500', '190010.382500', '190010.842500', '190011.302500', '190011.762500', '190012.222500', '190012.682500', '190013.142500', '190013.602500', '190014.062500', '190014.522500', '190014.982500', '190015.442500', '190015.902500', '190016.362500', '190016.822500', '190017.282500', '190017.742500', '190018.202500', '190018.662500', '190019.122500', '190019.582500', '190020.042500', '190020.502500', '190020.962500', '190021.422500', '190021.882500', '190022.342500', '190022.802500', '190023.262500', '190023.722500', '190024.182500', '190024.642500', '190025.102500', '190025.562500', '190026.022500', '190026.482500', '190026.942500', '190027.402500', '190027.862500', '190028.322500', '190028.782500', '190029.242500', '190029.702500', '190030.162500', '190030.622500', '190031.082500', '190031.542500', '190032.002500', '190032.462500', '190032.922500', '190033.382500', '190033.842500', '190034.302500', '190034.762500', '190035.222500', '190035.682500', '190036.142500', '190036.602500', '190037.062500', '190037.522500', '190037.982500', '190038.442500', '190038.902500', '190039.362500', '190039.822500', '190040.282500', '190040.742500', '190041.202500', '190041.662500', '190042.122500', '190042.582500', '190043.042500', '190043.502500', '190043.962500', '190044.422500', '190044.882500', '190045.342500', '190045.802500', '190046.262500', '190046.722500', '190047.182500', '190047.642500', '190048.102500', '190048.562500', '190049.022500', '190049.482500', '190049.942500', '190050.402500', '190050.862500', '190051.322500', '190051.782500', '190052.242500', '190052.702500', '190053.162500', '190053.622500', '190054.082500', '190054.542500', '190055.002500', '190055.462500', '190055.922500', '190056.382500', '190056.842500', '190057.302500', '190057.762500', '190058.222500', '190058.682500', '190059.142500', '190059.602500', '190100.062500', '190100.522500', '190100.982500', '190101.442500', '190101.902500', '190102.362500', '190102.822500', '190103.282500', '190103.742500', '190104.202500', '190104.662500', '190105.122500', '190105.582500', '190106.042500', '190106.502500', '190106.962500', '190107.422500', '190107.882500', '190108.342500', '190108.802500', '190109.262500', '190109.722500', '190110.182500', '190110.642500', '190111.102500', '190111.562500', '190112.022500', '190112.482500', '190112.942500', '190113.402500', '190113.862500', '190114.322500', '190114.782500', '190115.242500', '190115.702500', '190116.162500', '190116.622500', '190117.082500', '190117.542500', '190118.002500', '190118.462500', '190118.922500', '190119.382500', '190119.842500', '190120.302500', '190120.762500', '190121.222500', '190121.682500', '190122.142500', '190122.602500', '190123.062500', '190123.522500', '190123.982500', '190124.442500', '190124.902500', '190125.362500', '190125.822500', '190126.282500', '190126.742500', '190127.202500', '190127.662500', '190128.122500', '190128.582500', '190129.042500', '190129.502500', '190129.962500', '190130.422500', '190130.882500', '190131.342500', '190131.802500', '190132.262500', '190132.722500', '190133.182500', '190133.642500', '190134.102500', '190134.562500', '190135.022500', '190135.482500', '190135.942500', '190136.402500', '190136.862500', '190137.322500', '190137.782500', '190138.242500', '190138.702500', '190139.162500', '190139.622500', '190140.082500', '190140.542500', '190141.002500', '190141.462500', '190141.922500', '190142.382500', '190142.842500', '190143.302500', '190143.762500', '190144.222500', '190144.682500', '190145.142500', '190145.602500', '190146.062500', '190146.522500', '190146.982500', '190147.442500', '190147.902500', '190148.362500', '190148.822500', '190149.282500', '190149.742500', '190150.202500', '190150.662500', '190151.122500', '190151.582500', '190152.042500', '190152.502500', '190152.962500', '190153.422500', '190153.882500', '190154.342500', '190154.802500', '190155.262500', '190155.722500', '190156.182500', '190156.642500', '190157.102500', '190157.562500', '190158.022500', '190158.482500', '190158.942500', '190159.402500', '190159.862500', '190200.322500', '190200.782500', '190201.242500', '190201.702500', '190202.162500', '190202.622500', '190203.082500', '190203.542500', '190204.002500', '190204.462500', '190204.922500', '190205.382500', '190205.842500', '190206.302500', '190206.762500', '190207.222500', '190207.682500', '190208.142500', '190208.602500', '190209.062500', '190209.522500', '190209.982500', '190210.442500', '190210.902500', '190211.362500', '190211.822500', '190212.282500', '190212.742500', '190213.202500', '190213.662500', '190214.122500', '190214.582500', '190215.042500', '190215.502500', '190215.962500', '190216.422500', '190216.882500', '190217.342500', '190217.802500', '190218.262500', '190218.722500', '190219.182500', '190219.642500', '190220.102500', '190220.562500', '190221.022500', '190221.482500', '190221.942500', '190222.402500', '190222.862500', '190223.322500', '190223.782500', '190224.242500', '190224.702500', '190225.162500', '190225.622500', '190226.082500', '190226.542500', '190227.002500', '190227.462500', '190227.922500', '190228.382500', '190228.842500', '190229.302500', '190229.762500', '190230.222500', '190230.682500', '190231.142500', '190231.602500', '190232.062500', '190232.522500', '190232.982500', '190233.442500', '190233.902500', '190234.362500', '190234.822500', '190235.282500', '190235.742500', '190236.202500', '190236.662500', '190237.122500', '190237.582500', '190238.042500', '190238.502500', '190238.962500', '190239.422500', '190239.882500', '190240.342500', '190240.802500', '190241.262500', '190241.722500', '190242.182500', '190242.642500', '190243.102500', '190243.562500', '190244.022500', '190244.482500', '190244.942500', '190245.402500', '190245.862500', '190246.322500', '190246.782500', '190247.242500', '190247.702500', '190248.162500', '190248.622500', '190249.082500', '190249.542500', '190250.002500', '190250.462500', '190250.922500', '190251.382500', '190251.842500', '190252.302500', '190252.762500', '190253.222500', '190253.682500', '190254.142500', '190254.602500', '190255.062500', '190255.522500', '190255.982500', '190256.442500', '190256.902500', '190257.362500', '190257.822500', '190258.282500', '190258.742500', '190259.202500', '190259.662500', '190300.122500', '190300.582500', '190301.042500', '190301.502500', '190301.962500', '190302.422500', '190302.882500', '190303.342500', '190303.802500', '190304.262500', '190304.722500', '190305.182500', '190305.642500', '190306.102500', '190306.562500', '190307.022500', '190307.482500', '190307.942500', '190308.402500', '190308.862500', '190309.322500', '190309.782500', '190310.242500', '190310.702500', '190311.162500', '190311.622500', '190312.082500', '190312.542500', '190313.002500', '190313.462500', '190313.922500', '190314.382500', '190314.842500', '190315.302500', '190315.762500', '190316.222500', '190316.682500', '190317.142500', '190317.602500', '190318.062500', '190318.522500', '190318.982500', '190319.442500', '190319.902500', '190320.362500', '190320.822500', '190321.282500', '190321.742500', '190322.202500', '190322.662500', '190323.122500', '190323.582500', '190324.042500', '190324.502500', '190324.962500', '190325.422500', '190325.882500', '190326.342500', '190326.802500', '190327.262500', '190327.722500', '190328.182500', '190328.642500', '190329.102500', '190329.562500', '190330.022500', '190330.482500', '190330.942500', '190331.402500', '190331.862500', '190332.322500', '190332.782500', '190333.242500', '190333.702500', '190334.162500', '190334.622500', '190335.082500', '190335.542500', '190336.002500', '190336.462500', '190336.922500', '190337.382500', '190337.842500', '190338.302500', '190338.762500', '190339.222500', '190339.682500', '190340.142500', '190340.602500', '190341.062500', '190341.522500', '190341.982500', '190342.442500', '190342.902500', '190343.362500', '190343.822500', '190344.282500', '190344.742500', '190345.202500', '190345.662500', '190346.122500', '190346.582500', '190347.042500', '190347.502500', '190347.962500', '190348.422500', '190348.882500', '190349.342500', '190349.802500', '190350.262500', '190350.722500', '190351.182500', '190351.642500', '190352.102500', '190352.562500', '190353.022500', '190353.482500', '190353.942500', '190354.402500', '190354.862500', '190355.322500', '190355.782500', '190356.242500', '190356.702500', '190357.162500', '190357.622500', '190358.082500', '190358.542500', '190359.002500', '190359.462500', '190359.922500', '190400.382500', '190400.842500', '190401.302500', '190401.762500', '190402.222500', '190402.682500', '190403.142500', '190403.602500', '190404.062500', '190404.522500', '190404.982500', '190405.442500', '190405.902500', '190406.362500', '190406.822500', '190407.282500', '190407.742500', '190408.202500', '190408.662500', '190409.122500', '190409.582500', '190410.042500', '190410.502500', '190410.962500', '190411.422500', '190411.882500', '190412.342500', '190412.802500', '190413.262500', '190413.722500', '190414.182500', '190414.642500', '190415.102500', '190415.562500', '190416.022500', '190416.482500', '190416.942500', '190417.402500', '190417.862500', '190418.322500', '190418.782500', '190419.242500', '190419.702500', '190420.162500', '190420.622500', '190421.082500', '190421.542500', '190422.002500', '190422.462500', '190422.922500', '190423.382500', '190423.842500', '190424.302500', '190424.762500', '190425.222500', '190425.682500', '190426.142500', '190426.602500', '190427.062500', '190427.522500', '190427.982500', '190428.442500', '190428.902500', '190429.362500', '190429.822500', '190430.282500', '190430.742500', '190431.202500', '190431.662500', '190432.122500', '190432.582500', '190433.042500', '190433.502500', '190433.962500', '190434.422500', '190434.882500', '190435.342500', '190435.802500', '190436.262500', '190436.722500', '190437.182500', '190437.642500', '190438.102500', '190438.562500', '190439.022500', '190439.482500', '190439.942500', '190440.402500', '190440.862500', '190441.322500', '190441.782500', '190442.242500', '190442.702500', '190443.162500', '190443.622500', '190444.082500', '190444.542500', '190445.002500', '190445.462500', '190445.922500', '190446.382500', '190446.842500', '190447.302500', '190447.762500', '190448.222500', '190448.682500', '190449.142500', '190449.602500', '190450.062500', '190450.522500', '190450.982500', '190451.442500', '190451.902500', '190452.362500', '190452.822500', '190453.282500', '190453.742500', '190454.202500', '190454.662500', '190455.122500', '190455.582500', '190456.042500', '190456.502500', '190456.962500', '190457.422500', '190457.882500', '190458.342500', '190458.802500', '190459.262500', '190459.722500', '190500.182500', '190500.642500', '190501.102500', '190501.562500', '190502.022500', '190502.482500', '190502.942500', '190503.402500', '190503.862500', '190504.322500', '190504.782500', '190505.242500', '190505.702500', '190506.162500', '190506.622500', '190507.082500', '190507.542500', '190508.002500', '190508.462500', '190508.922500', '190509.382500', '190509.842500', '190510.302500', '190510.762500', '190511.222500', '190511.682500', '190512.142500', '190512.602500', '190513.062500', '190513.522500', '190513.982500', '190514.442500', '190514.902500', '190515.362500', '190515.822500', '190516.282500', '190516.742500', '190517.202500', '190517.662500', '190518.122500', '190518.582500', '190519.042500', '190519.502500', '190519.962500', '190520.422500', '190520.882500', '190521.342500', '190521.802500', '190522.262500', '190522.722500', '190523.182500', '190523.642500', '190524.102500', '190524.562500', '190525.022500', '190525.482500', '190525.942500', '190526.402500', '190526.862500', '190527.322500'], 'ContentTime': ['185857.608000', '185857.611000', '185857.613000', '185857.616000', '185857.619000', '185857.621000', '185857.628000', '185857.630000', '185857.633000', '185857.636000', '185857.642000', '185857.645000', '185857.648000', '185857.651000', '185857.653000', '185857.656000', '185857.662000', '185857.665000', '185857.667000', '185857.670000', '185917.566000', '185917.569000', '185917.572000', '185917.575000', '185917.577000', '185917.580000', '185917.582000', '185917.585000', '185917.588000', '185917.591000', '185917.593000', '185917.596000', '185917.599000', '185917.601000', '185917.604000', '185917.606000', '185917.609000', '185917.612000', '185917.614000', '185917.617000', '185917.619000', '185917.622000', '185917.625000', '185917.627000', '185917.630000', '185917.632000', '185917.635000', '185917.638000', '185917.640000', '185917.643000', '185917.650000', '185917.652000', '185917.655000', '185917.658000', '185917.660000', '185917.679000', '185917.681000', '185917.684000', '185917.687000', '185917.689000', '185917.692000', '185917.694000', '185917.697000', '185917.700000', '185937.566000', '185937.569000', '185937.572000', '185937.575000', '185937.577000', '185937.580000', '185937.583000', '185937.585000', '185937.588000', '185937.590000', '185937.593000', '185937.596000', '185937.598000', '185937.601000', '185937.604000', '185937.606000', '185937.609000', '185937.611000', '185937.614000', '185937.616000', '185937.619000', '185937.622000', '185937.624000', '185937.627000', '185937.629000', '185937.632000', '185937.635000', '185937.637000', '185937.640000', '185937.643000', '185937.645000', '185937.648000', '185937.650000', '185937.661000', '185937.663000', '185937.666000', '185937.669000', '185937.671000', '185937.674000', '185937.676000', '185937.679000', '185937.682000', '185937.684000', '185957.566000', '185957.569000', '185957.572000', '185957.574000', '185957.577000', '185957.579000', '185957.582000', '185957.585000', '185957.587000', '185957.590000', '185957.593000', '185957.595000', '185957.598000', '185957.601000', '185957.603000', '185957.606000', '185957.609000', '185957.611000', '185957.614000', '185957.616000', '185957.619000', '185957.622000', '185957.624000', '185957.627000', '185957.630000', '185957.632000', '185957.635000', '185957.637000', '185957.640000', '185957.643000', '185957.645000', '185957.648000', '185957.651000', '185957.653000', '185957.656000', '185957.659000', '185957.661000', '185957.664000', '185957.666000', '185957.669000', '185957.672000', '185957.674000', '185957.677000', '185957.679000', '190017.566000', '190017.569000', '190017.571000', '190017.574000', '190017.577000', '190017.579000', '190017.582000', '190017.584000', '190017.587000', '190017.590000', '190017.592000', '190017.595000', '190017.598000', '190017.601000', '190017.603000', '190017.606000', '190017.609000', '190017.611000', '190017.614000', '190017.616000', '190017.619000', '190017.622000', '190017.624000', '190017.627000', '190017.629000', '190017.632000', '190017.635000', '190017.637000', '190017.640000', '190017.643000', '190017.645000', '190017.648000', '190017.651000', '190017.653000', '190017.656000', '190017.659000', '190017.661000', '190017.664000', '190017.666000', '190017.669000', '190017.672000', '190017.674000', '190017.677000', '190037.566000', '190037.570000', '190037.572000', '190037.575000', '190037.578000', '190037.581000', '190037.584000', '190037.587000', '190037.589000', '190037.592000', '190037.595000', '190037.597000', '190037.600000', '190037.603000', '190037.605000', '190037.608000', '190037.610000', '190037.613000', '190037.616000', '190037.618000', '190037.621000', '190037.623000', '190037.626000', '190037.629000', '190037.631000', '190037.634000', '190037.637000', '190037.639000', '190037.642000', '190037.645000', '190037.647000', '190037.650000', '190037.653000', '190037.655000', '190037.658000', '190037.661000', '190037.663000', '190037.666000', '190037.669000', '190037.671000', '190037.674000', '190037.677000', '190037.679000', '190037.686000', '190057.567000', '190057.569000', '190057.572000', '190057.575000', '190057.577000', '190057.580000', '190057.582000', '190057.585000', '190057.588000', '190057.590000', '190057.593000', '190057.595000', '190057.598000', '190057.601000', '190057.603000', '190057.606000', '190057.608000', '190057.611000', '190057.614000', '190057.616000', '190057.619000', '190057.622000', '190057.624000', '190057.627000', '190057.629000', '190057.632000', '190057.635000', '190057.637000', '190057.640000', '190057.643000', '190057.656000', '190057.658000', '190057.661000', '190057.663000', '190057.666000', '190057.669000', '190057.671000', '190057.674000', '190057.676000', '190057.679000', '190057.681000', '190057.684000', '190057.686000', '190117.567000', '190117.570000', '190117.572000', '190117.575000', '190117.577000', '190117.580000', '190117.583000', '190117.585000', '190117.588000', '190117.590000', '190117.593000', '190117.595000', '190117.598000', '190117.601000', '190117.603000', '190117.606000', '190117.608000', '190117.611000', '190117.614000', '190117.616000', '190117.619000', '190117.621000', '190117.624000', '190117.627000', '190117.629000', '190117.632000', '190117.635000', '190117.637000', '190117.640000', '190117.643000', '190117.645000', '190117.648000', '190117.650000', '190117.653000', '190117.656000', '190117.658000', '190117.661000', '190117.663000', '190117.666000', '190117.669000', '190117.671000', '190117.674000', '190117.676000', '190117.679000', '190137.566000', '190137.569000', '190137.572000', '190137.574000', '190137.577000', '190137.580000', '190137.582000', '190137.585000', '190137.587000', '190137.590000', '190137.593000', '190137.595000', '190137.598000', '190137.601000', '190137.603000', '190137.606000', '190137.609000', '190137.611000', '190137.614000', '190137.616000', '190137.619000', '190137.622000', '190137.624000', '190137.627000', '190137.629000', '190137.632000', '190137.635000', '190137.637000', '190137.640000', '190137.642000', '190137.645000', '190137.648000', '190137.650000', '190137.653000', '190137.655000', '190137.658000', '190137.661000', '190137.663000', '190137.666000', '190137.668000', '190137.671000', '190137.674000', '190137.676000', '190157.567000', '190157.570000', '190157.572000', '190157.575000', '190157.578000', '190157.580000', '190157.583000', '190157.586000', '190157.590000', '190157.593000', '190157.596000', '190157.598000', '190157.601000', '190157.603000', '190157.606000', '190157.609000', '190157.611000', '190157.615000', '190157.617000', '190157.620000', '190157.623000', '190157.625000', '190157.628000', '190157.630000', '190157.633000', '190157.636000', '190157.638000', '190157.641000', '190157.644000', '190157.646000', '190157.649000', '190157.651000', '190157.654000', '190157.657000', '190157.659000', '190157.662000', '190157.664000', '190157.667000', '190157.670000', '190157.672000', '190157.675000', '190157.677000', '190157.680000', '190217.566000', '190217.569000', '190217.572000', '190217.575000', '190217.577000', '190217.580000', '190217.582000', '190217.585000', '190217.588000', '190217.590000', '190217.616000', '190217.619000', '190217.621000', '190217.624000', '190217.626000', '190217.629000', '190217.632000', '190217.634000', '190217.637000', '190217.639000', '190217.642000', '190217.644000', '190217.647000', '190217.650000', '190217.652000', '190217.655000', '190217.658000', '190217.660000', '190217.663000', '190217.665000', '190217.677000', '190217.679000', '190217.682000', '190217.684000', '190217.687000', '190217.689000', '190217.692000', '190217.695000', '190217.697000', '190217.700000', '190217.702000', '190217.705000', '190217.708000', '190217.710000', '190237.566000', '190237.568000', '190237.571000', '190237.574000', '190237.576000', '190237.579000', '190237.582000', '190237.584000', '190237.587000', '190237.590000', '190237.592000', '190237.595000', '190237.607000', '190237.609000', '190237.612000', '190237.615000', '190237.617000', '190237.620000', '190237.622000', '190237.625000', '190237.628000', '190237.631000', '190237.634000', '190237.637000', '190237.640000', '190237.643000', '190237.646000', '190237.648000', '190237.651000', '190237.653000', '190237.656000', '190237.659000', '190237.661000', '190237.664000', '190237.666000', '190237.669000', '190237.672000', '190237.674000', '190237.677000', '190237.680000', '190237.682000', '190237.685000', '190237.688000', '190257.566000', '190257.570000', '190257.572000', '190257.575000', '190257.578000', '190257.581000', '190257.583000', '190257.586000', '190257.588000', '190257.591000', '190257.594000', '190257.596000', '190257.599000', '190257.602000', '190257.605000', '190257.607000', '190257.610000', '190257.612000', '190257.615000', '190257.618000', '190257.620000', '190257.623000', '190257.626000', '190257.628000', '190257.631000', '190257.634000', '190257.636000', '190257.639000', '190257.641000', '190257.644000', '190257.647000', '190257.649000', '190257.652000', '190257.654000', '190257.657000', '190257.660000', '190257.663000', '190257.665000', '190257.668000', '190257.670000', '190257.673000', '190257.676000', '190257.678000', '190257.681000', '190317.566000', '190317.569000', '190317.572000', '190317.575000', '190317.578000', '190317.580000', '190317.583000', '190317.586000', '190317.588000', '190317.591000', '190317.593000', '190317.596000', '190317.599000', '190317.601000', '190317.604000', '190317.607000', '190317.610000', '190317.613000', '190317.616000', '190317.618000', '190317.621000', '190317.624000', '190317.626000', '190317.629000', '190317.631000', '190317.634000', '190317.637000', '190317.639000', '190317.642000', '190317.645000', '190317.648000', '190317.650000', '190317.653000', '190317.657000', '190317.659000', '190317.662000', '190317.665000', '190317.667000', '190317.670000', '190317.673000', '190317.675000', '190317.678000', '190317.681000', '190337.566000', '190337.569000', '190337.572000', '190337.575000', '190337.577000', '190337.580000', '190337.582000', '190337.585000', '190337.588000', '190337.590000', '190337.593000', '190337.596000', '190337.598000', '190337.601000', '190337.603000', '190337.606000', '190337.609000', '190337.612000', '190337.615000', '190337.617000', '190337.620000', '190337.623000', '190337.625000', '190337.628000', '190337.631000', '190337.634000', '190337.636000', '190337.639000', '190337.641000', '190337.644000', '190337.647000', '190337.650000', '190337.652000', '190337.655000', '190337.658000', '190337.660000', '190337.663000', '190337.666000', '190337.668000', '190337.671000', '190337.674000', '190337.676000', '190337.679000', '190337.681000', '190357.567000', '190357.569000', '190357.572000', '190357.575000', '190357.577000', '190357.580000', '190357.583000', '190357.585000', '190357.588000', '190357.591000', '190357.594000', '190357.596000', '190357.599000', '190357.601000', '190357.604000', '190357.607000', '190357.609000', '190357.612000', '190357.615000', '190357.617000', '190357.620000', '190357.623000', '190357.625000', '190357.628000', '190357.631000', '190357.633000', '190357.636000', '190357.639000', '190357.641000', '190357.644000', '190357.647000', '190357.649000', '190357.652000', '190357.655000', '190357.657000', '190357.660000', '190357.663000', '190357.674000', '190357.677000', '190357.679000', '190357.682000', '190357.685000', '190357.687000', '190417.566000', '190417.569000', '190417.572000', '190417.575000', '190417.577000', '190417.580000', '190417.583000', '190417.585000', '190417.588000', '190417.591000', '190417.593000', '190417.596000', '190417.599000', '190417.601000', '190417.604000', '190417.607000', '190417.609000', '190417.612000', '190417.614000', '190417.617000', '190417.619000', '190417.622000', '190417.625000', '190417.627000', '190417.630000', '190417.633000', '190417.635000', '190417.638000', '190417.641000', '190417.644000', '190417.646000', '190417.649000', '190417.652000', '190417.655000', '190417.657000', '190417.660000', '190417.663000', '190417.666000', '190417.668000', '190417.671000', '190417.674000', '190417.676000', '190417.679000', '190417.682000', '190437.567000', '190437.570000', '190437.572000', '190437.575000', '190437.577000', '190437.580000', '190437.583000', '190437.586000', '190437.588000', '190437.591000', '190437.594000', '190437.596000', '190437.599000', '190437.602000', '190437.605000', '190437.607000', '190437.610000', '190437.613000', '190437.615000', '190437.618000', '190437.620000', '190437.623000', '190437.626000', '190437.629000', '190437.632000', '190437.635000', '190437.638000', '190437.641000', '190437.643000', '190437.646000', '190437.648000', '190437.651000', '190437.654000', '190437.656000', '190437.659000', '190437.662000', '190437.665000', '190437.667000', '190437.670000', '190437.673000', '190437.676000', '190437.678000', '190437.681000', '190457.566000', '190457.568000', '190457.571000', '190457.574000', '190457.577000', '190457.579000', '190457.582000', '190457.585000', '190457.587000', '190457.590000', '190457.593000', '190457.595000', '190457.598000', '190457.601000', '190457.604000', '190457.606000', '190457.609000', '190457.611000', '190457.614000', '190457.617000', '190457.619000', '190457.622000', '190457.625000', '190457.628000', '190457.630000', '190457.634000', '190457.637000', '190457.639000', '190457.642000', '190457.645000', '190457.648000', '190457.650000', '190457.653000', '190457.656000', '190457.658000', '190457.661000', '190457.664000', '190457.666000', '190457.669000', '190457.672000', '190457.674000', '190457.677000', '190457.680000', '190457.682000', '190517.567000', '190517.570000', '190517.572000', '190517.575000', '190517.578000', '190517.580000', '190517.583000', '190517.585000', '190517.588000', '190517.591000', '190517.593000', '190517.596000', '190517.599000', '190517.601000', '190517.604000', '190517.606000', '190517.609000', '190517.612000', '190517.614000', '190517.617000', '190517.620000', '190517.622000', '190517.625000', '190517.627000', '190517.630000', '190517.633000', '190517.635000', '190517.638000', '190517.641000', '190517.644000', '190517.646000', '190517.649000', '190517.652000', '190517.655000', '190517.658000', '190517.660000', '190517.663000', '190517.666000', '190517.669000', '190517.671000', '190517.674000', '190517.677000', '190517.679000', '190529.166000', '190529.169000', '190529.172000', '190529.174000', '190529.177000', '190529.199000', '190529.202000', '190529.205000', '190529.208000', '190529.211000', '190529.214000', '190529.216000', '190529.219000', '190529.222000', '190529.225000', '190529.228000', '190529.231000', '190529.234000', '190529.237000', '190529.241000', '190529.244000', '190529.247000', '190529.250000', '190529.252000', '190529.255000', '190529.258000'], 'InstanceCreationTime': ['185857.608000', '185857.611000', '185857.613000', '185857.616000', '185857.619000', '185857.621000', '185857.628000', '185857.630000', '185857.633000', '185857.636000', '185857.642000', '185857.645000', '185857.648000', '185857.651000', '185857.653000', '185857.656000', '185857.662000', '185857.665000', '185857.667000', '185857.670000', '185917.566000', '185917.569000', '185917.572000', '185917.575000', '185917.577000', '185917.580000', '185917.582000', '185917.585000', '185917.588000', '185917.591000', '185917.593000', '185917.596000', '185917.599000', '185917.601000', '185917.604000', '185917.606000', '185917.609000', '185917.612000', '185917.614000', '185917.617000', '185917.619000', '185917.622000', '185917.625000', '185917.627000', '185917.630000', '185917.632000', '185917.635000', '185917.638000', '185917.640000', '185917.643000', '185917.650000', '185917.652000', '185917.655000', '185917.658000', '185917.660000', '185917.679000', '185917.681000', '185917.684000', '185917.687000', '185917.689000', '185917.692000', '185917.694000', '185917.697000', '185917.700000', '185937.566000', '185937.569000', '185937.572000', '185937.575000', '185937.577000', '185937.580000', '185937.583000', '185937.585000', '185937.588000', '185937.590000', '185937.593000', '185937.596000', '185937.598000', '185937.601000', '185937.604000', '185937.606000', '185937.609000', '185937.611000', '185937.614000', '185937.616000', '185937.619000', '185937.622000', '185937.624000', '185937.627000', '185937.629000', '185937.632000', '185937.635000', '185937.637000', '185937.640000', '185937.643000', '185937.645000', '185937.648000', '185937.650000', '185937.661000', '185937.663000', '185937.666000', '185937.669000', '185937.671000', '185937.674000', '185937.676000', '185937.679000', '185937.682000', '185937.684000', '185957.566000', '185957.569000', '185957.572000', '185957.574000', '185957.577000', '185957.579000', '185957.582000', '185957.585000', '185957.587000', '185957.590000', '185957.593000', '185957.595000', '185957.598000', '185957.601000', '185957.603000', '185957.606000', '185957.609000', '185957.611000', '185957.614000', '185957.616000', '185957.619000', '185957.622000', '185957.624000', '185957.627000', '185957.630000', '185957.632000', '185957.635000', '185957.637000', '185957.640000', '185957.643000', '185957.645000', '185957.648000', '185957.651000', '185957.653000', '185957.656000', '185957.659000', '185957.661000', '185957.664000', '185957.666000', '185957.669000', '185957.672000', '185957.674000', '185957.677000', '185957.679000', '190017.566000', '190017.569000', '190017.571000', '190017.574000', '190017.577000', '190017.579000', '190017.582000', '190017.584000', '190017.587000', '190017.590000', '190017.592000', '190017.595000', '190017.598000', '190017.601000', '190017.603000', '190017.606000', '190017.609000', '190017.611000', '190017.614000', '190017.616000', '190017.619000', '190017.622000', '190017.624000', '190017.627000', '190017.629000', '190017.632000', '190017.635000', '190017.637000', '190017.640000', '190017.643000', '190017.645000', '190017.648000', '190017.651000', '190017.653000', '190017.656000', '190017.659000', '190017.661000', '190017.664000', '190017.666000', '190017.669000', '190017.672000', '190017.674000', '190017.677000', '190037.566000', '190037.570000', '190037.572000', '190037.575000', '190037.578000', '190037.581000', '190037.584000', '190037.587000', '190037.589000', '190037.592000', '190037.595000', '190037.597000', '190037.600000', '190037.603000', '190037.605000', '190037.608000', '190037.610000', '190037.613000', '190037.616000', '190037.618000', '190037.621000', '190037.623000', '190037.626000', '190037.629000', '190037.631000', '190037.634000', '190037.637000', '190037.639000', '190037.642000', '190037.645000', '190037.647000', '190037.650000', '190037.653000', '190037.655000', '190037.658000', '190037.661000', '190037.663000', '190037.666000', '190037.669000', '190037.671000', '190037.674000', '190037.677000', '190037.679000', '190037.686000', '190057.567000', '190057.569000', '190057.572000', '190057.575000', '190057.577000', '190057.580000', '190057.582000', '190057.585000', '190057.588000', '190057.590000', '190057.593000', '190057.595000', '190057.598000', '190057.601000', '190057.603000', '190057.606000', '190057.608000', '190057.611000', '190057.614000', '190057.616000', '190057.619000', '190057.622000', '190057.624000', '190057.627000', '190057.629000', '190057.632000', '190057.635000', '190057.637000', '190057.640000', '190057.643000', '190057.656000', '190057.658000', '190057.661000', '190057.663000', '190057.666000', '190057.669000', '190057.671000', '190057.674000', '190057.676000', '190057.679000', '190057.681000', '190057.684000', '190057.686000', '190117.567000', '190117.570000', '190117.572000', '190117.575000', '190117.577000', '190117.580000', '190117.583000', '190117.585000', '190117.588000', '190117.590000', '190117.593000', '190117.595000', '190117.598000', '190117.601000', '190117.603000', '190117.606000', '190117.608000', '190117.611000', '190117.614000', '190117.616000', '190117.619000', '190117.621000', '190117.624000', '190117.627000', '190117.629000', '190117.632000', '190117.635000', '190117.637000', '190117.640000', '190117.643000', '190117.645000', '190117.648000', '190117.650000', '190117.653000', '190117.656000', '190117.658000', '190117.661000', '190117.663000', '190117.666000', '190117.669000', '190117.671000', '190117.674000', '190117.676000', '190117.679000', '190137.566000', '190137.569000', '190137.572000', '190137.574000', '190137.577000', '190137.580000', '190137.582000', '190137.585000', '190137.587000', '190137.590000', '190137.593000', '190137.595000', '190137.598000', '190137.601000', '190137.603000', '190137.606000', '190137.609000', '190137.611000', '190137.614000', '190137.616000', '190137.619000', '190137.622000', '190137.624000', '190137.627000', '190137.629000', '190137.632000', '190137.635000', '190137.637000', '190137.640000', '190137.642000', '190137.645000', '190137.648000', '190137.650000', '190137.653000', '190137.655000', '190137.658000', '190137.661000', '190137.663000', '190137.666000', '190137.668000', '190137.671000', '190137.674000', '190137.676000', '190157.567000', '190157.570000', '190157.572000', '190157.575000', '190157.578000', '190157.580000', '190157.583000', '190157.586000', '190157.590000', '190157.593000', '190157.596000', '190157.598000', '190157.601000', '190157.603000', '190157.606000', '190157.609000', '190157.611000', '190157.615000', '190157.617000', '190157.620000', '190157.623000', '190157.625000', '190157.628000', '190157.630000', '190157.633000', '190157.636000', '190157.638000', '190157.641000', '190157.644000', '190157.646000', '190157.649000', '190157.651000', '190157.654000', '190157.657000', '190157.659000', '190157.662000', '190157.664000', '190157.667000', '190157.670000', '190157.672000', '190157.675000', '190157.677000', '190157.680000', '190217.566000', '190217.569000', '190217.572000', '190217.575000', '190217.577000', '190217.580000', '190217.582000', '190217.585000', '190217.588000', '190217.590000', '190217.616000', '190217.619000', '190217.621000', '190217.624000', '190217.626000', '190217.629000', '190217.632000', '190217.634000', '190217.637000', '190217.639000', '190217.642000', '190217.644000', '190217.647000', '190217.650000', '190217.652000', '190217.655000', '190217.658000', '190217.660000', '190217.663000', '190217.665000', '190217.677000', '190217.679000', '190217.682000', '190217.684000', '190217.687000', '190217.689000', '190217.692000', '190217.695000', '190217.697000', '190217.700000', '190217.702000', '190217.705000', '190217.708000', '190217.710000', '190237.566000', '190237.568000', '190237.571000', '190237.574000', '190237.576000', '190237.579000', '190237.582000', '190237.584000', '190237.587000', '190237.590000', '190237.592000', '190237.595000', '190237.607000', '190237.609000', '190237.612000', '190237.615000', '190237.617000', '190237.620000', '190237.622000', '190237.625000', '190237.628000', '190237.631000', '190237.634000', '190237.637000', '190237.640000', '190237.643000', '190237.646000', '190237.648000', '190237.651000', '190237.653000', '190237.656000', '190237.659000', '190237.661000', '190237.664000', '190237.666000', '190237.669000', '190237.672000', '190237.674000', '190237.677000', '190237.680000', '190237.682000', '190237.685000', '190237.688000', '190257.566000', '190257.570000', '190257.572000', '190257.575000', '190257.578000', '190257.581000', '190257.583000', '190257.586000', '190257.588000', '190257.591000', '190257.594000', '190257.596000', '190257.599000', '190257.602000', '190257.605000', '190257.607000', '190257.610000', '190257.612000', '190257.615000', '190257.618000', '190257.620000', '190257.623000', '190257.626000', '190257.628000', '190257.631000', '190257.634000', '190257.636000', '190257.639000', '190257.641000', '190257.644000', '190257.647000', '190257.649000', '190257.652000', '190257.654000', '190257.657000', '190257.660000', '190257.663000', '190257.665000', '190257.668000', '190257.670000', '190257.673000', '190257.676000', '190257.678000', '190257.681000', '190317.566000', '190317.569000', '190317.572000', '190317.575000', '190317.578000', '190317.580000', '190317.583000', '190317.586000', '190317.588000', '190317.591000', '190317.593000', '190317.596000', '190317.599000', '190317.601000', '190317.604000', '190317.607000', '190317.610000', '190317.613000', '190317.616000', '190317.618000', '190317.621000', '190317.624000', '190317.626000', '190317.629000', '190317.631000', '190317.634000', '190317.637000', '190317.639000', '190317.642000', '190317.645000', '190317.648000', '190317.650000', '190317.653000', '190317.657000', '190317.659000', '190317.662000', '190317.665000', '190317.667000', '190317.670000', '190317.673000', '190317.675000', '190317.678000', '190317.681000', '190337.566000', '190337.569000', '190337.572000', '190337.575000', '190337.577000', '190337.580000', '190337.582000', '190337.585000', '190337.588000', '190337.590000', '190337.593000', '190337.596000', '190337.598000', '190337.601000', '190337.603000', '190337.606000', '190337.609000', '190337.612000', '190337.615000', '190337.617000', '190337.620000', '190337.623000', '190337.625000', '190337.628000', '190337.631000', '190337.634000', '190337.636000', '190337.639000', '190337.641000', '190337.644000', '190337.647000', '190337.650000', '190337.652000', '190337.655000', '190337.658000', '190337.660000', '190337.663000', '190337.666000', '190337.668000', '190337.671000', '190337.674000', '190337.676000', '190337.679000', '190337.681000', '190357.567000', '190357.569000', '190357.572000', '190357.575000', '190357.577000', '190357.580000', '190357.583000', '190357.585000', '190357.588000', '190357.591000', '190357.594000', '190357.596000', '190357.599000', '190357.601000', '190357.604000', '190357.607000', '190357.609000', '190357.612000', '190357.615000', '190357.617000', '190357.620000', '190357.623000', '190357.625000', '190357.628000', '190357.631000', '190357.633000', '190357.636000', '190357.639000', '190357.641000', '190357.644000', '190357.647000', '190357.649000', '190357.652000', '190357.655000', '190357.657000', '190357.660000', '190357.663000', '190357.674000', '190357.677000', '190357.679000', '190357.682000', '190357.685000', '190357.687000', '190417.566000', '190417.569000', '190417.572000', '190417.575000', '190417.577000', '190417.580000', '190417.583000', '190417.585000', '190417.588000', '190417.591000', '190417.593000', '190417.596000', '190417.599000', '190417.601000', '190417.604000', '190417.607000', '190417.609000', '190417.612000', '190417.614000', '190417.617000', '190417.619000', '190417.622000', '190417.625000', '190417.627000', '190417.630000', '190417.633000', '190417.635000', '190417.638000', '190417.641000', '190417.644000', '190417.646000', '190417.649000', '190417.652000', '190417.655000', '190417.657000', '190417.660000', '190417.663000', '190417.666000', '190417.668000', '190417.671000', '190417.674000', '190417.676000', '190417.679000', '190417.682000', '190437.567000', '190437.570000', '190437.572000', '190437.575000', '190437.577000', '190437.580000', '190437.583000', '190437.586000', '190437.588000', '190437.591000', '190437.594000', '190437.596000', '190437.599000', '190437.602000', '190437.605000', '190437.607000', '190437.610000', '190437.613000', '190437.615000', '190437.618000', '190437.620000', '190437.623000', '190437.626000', '190437.629000', '190437.632000', '190437.635000', '190437.638000', '190437.641000', '190437.643000', '190437.646000', '190437.648000', '190437.651000', '190437.654000', '190437.656000', '190437.659000', '190437.662000', '190437.665000', '190437.667000', '190437.670000', '190437.673000', '190437.676000', '190437.678000', '190437.681000', '190457.566000', '190457.568000', '190457.571000', '190457.574000', '190457.577000', '190457.579000', '190457.582000', '190457.585000', '190457.587000', '190457.590000', '190457.593000', '190457.595000', '190457.598000', '190457.601000', '190457.604000', '190457.606000', '190457.609000', '190457.611000', '190457.614000', '190457.617000', '190457.619000', '190457.622000', '190457.625000', '190457.628000', '190457.630000', '190457.634000', '190457.637000', '190457.639000', '190457.642000', '190457.645000', '190457.648000', '190457.650000', '190457.653000', '190457.656000', '190457.658000', '190457.661000', '190457.664000', '190457.666000', '190457.669000', '190457.672000', '190457.674000', '190457.677000', '190457.680000', '190457.682000', '190517.567000', '190517.570000', '190517.572000', '190517.575000', '190517.578000', '190517.580000', '190517.583000', '190517.585000', '190517.588000', '190517.591000', '190517.593000', '190517.596000', '190517.599000', '190517.601000', '190517.604000', '190517.606000', '190517.609000', '190517.612000', '190517.614000', '190517.617000', '190517.620000', '190517.622000', '190517.625000', '190517.627000', '190517.630000', '190517.633000', '190517.635000', '190517.638000', '190517.641000', '190517.644000', '190517.646000', '190517.649000', '190517.652000', '190517.655000', '190517.658000', '190517.660000', '190517.663000', '190517.666000', '190517.669000', '190517.671000', '190517.674000', '190517.677000', '190517.679000', '190529.166000', '190529.169000', '190529.172000', '190529.174000', '190529.177000', '190529.199000', '190529.202000', '190529.205000', '190529.208000', '190529.211000', '190529.214000', '190529.216000', '190529.219000', '190529.222000', '190529.225000', '190529.228000', '190529.231000', '190529.234000', '190529.237000', '190529.241000', '190529.244000', '190529.247000', '190529.250000', '190529.252000', '190529.255000', '190529.258000'], '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': [9986, 17937, 13580, 16803, 11716, 11766, 8611, 8675, 11634, 7961, 8086, 8240, 9633, 8527, 9530, 8417, 8083, 11711, 8073, 12844, 8500, 7853, 14735, 7846, 11776, 8374, 8983, 8450, 7822, 12688, 7812, 9942, 8123, 8347, 8198, 7598, 14171, 8068, 9823, 8322, 7650, 13939, 7972, 11112, 8274, 8034, 10125, 7760, 12736, 8024, 9057, 8583, 7565, 16522, 8142, 8616, 11002, 7794, 13040, 8369, 10153, 8442, 8085, 7921, 7978, 10227, 8062, 15315, 8760, 12121, 8430, 8272, 10002, 17123, 14272, 15250, 12062, 13625, 9208, 9354, 14380, 8455, 15788, 7717, 10452, 8097, 8584, 8333, 8186, 8234, 7782, 9506, 7947, 10057, 7570, 9418, 7984, 9819, 7372, 8463, 7334, 9612, 11712, 8105, 13356, 8715, 10690, 8437, 9193, 15914, 10230, 16902, 12140, 10230, 17036, 13389, 15988, 11834, 9828, 16273, 8113, 14292, 10133, 9314, 12346, 7799, 16224, 9914, 8703, 11021, 7744, 9821, 7540, 9011, 7583, 7971, 10097, 7320, 9172, 7522, 7828, 11060, 7630, 9048, 7577, 8181, 9220, 7599, 9570, 7684, 8198, 14632, 7484, 9965, 7729, 7867, 7945, 7721, 8037, 7070, 8930, 7485, 8694, 10590, 7492, 12199, 8338, 8996, 17426, 7977, 14293, 10518, 9882, 10524, 8174, 15835, 9244, 12282, 12949, 9771, 8786, 7893, 17974, 8148, 13990, 11033, 9201, 15428, 8352, 16546, 11172, 9493, 16675, 8259, 13598, 9800, 9789, 15917, 8576, 15558, 10362, 9238, 17168, 9837, 13891, 7797, 7991, 7837, 7961, 8375, 7293, 9086, 7649, 7672, 10692, 7383, 10632, 7989, 8203, 15551, 7476, 11135, 10177, 8526, 14333, 8025, 7732, 7993, 7824, 13576, 7160, 10281, 7304, 7330, 7619, 9201, 7303, 10768, 8634, 9677, 16681, 9459, 9724, 14554, 7964, 16350, 10268, 9278, 16940, 13366, 17370, 13549, 14547, 11745, 9846, 17036, 8656, 14059, 7676, 10486, 7620, 8521, 7379, 8545, 7553, 7473, 7243, 7572, 7710, 7046, 14524, 7162, 10004, 7771, 8143, 7342, 7805, 7720, 7132, 10674, 7277, 8884, 7190, 8237, 8501, 6919, 9069, 7177, 7880, 10660, 7167, 9968, 7355, 8224, 7720, 8443, 12809, 7243, 10405, 7595, 7139, 10062, 7854, 9721, 7530, 8933, 9968, 8239, 14793, 8760, 8609, 7352, 8259, 7184, 17585, 11756, 13199, 17027, 12287, 17400, 9482, 14799, 9995, 10303, 17804, 11949, 15795, 11548, 12262, 14152, 11408, 15677, 10239, 16400, 8020, 11283, 7682, 7591, 8009, 7440, 10681, 7569, 12537, 9359, 10822, 8324, 8912, 13453, 9373, 17616, 13857, 14869, 10093, 9120, 13467, 7930, 14888, 10089, 10759, 7822, 8020, 11212, 7209, 10550, 7745, 8374, 7586, 8457, 11110, 7435, 9165, 7515, 7705, 7796, 8350, 13174, 7374, 11122, 8017, 8899, 10241, 7860, 13032, 8421, 8723, 7902, 8831, 16411, 7208, 11479, 7726, 8169, 7894, 7848, 15831, 7388, 12645, 8771, 8348, 8198, 7754, 16175, 7782, 11578, 8813, 8497, 8225, 7524, 10733, 7704, 7788, 8436, 7308, 7770, 8187, 7953, 8190, 7924, 11339, 8639, 9066, 8414, 8344, 14666, 18560, 13497, 16319, 12227, 14755, 15846, 12605, 18648, 15434, 15024, 11234, 11127, 11256, 8588, 17032, 7453, 10008, 7648, 7512, 7444, 7852, 8264, 7311, 10010, 7912, 8833, 7932, 7970, 12468, 7613, 9771, 7855, 7542, 10083, 7395, 10052, 8063, 8783, 15787, 8192, 7664, 9111, 8255, 14364, 7810, 8083, 13318, 7247, 12960, 7869, 9865, 7715, 7670, 8159, 7692, 8929, 7847, 9678, 7688, 8171, 13565, 7463, 11275, 8125, 7588, 15082, 7901, 14844, 9534, 9814, 13144, 8387, 14816, 8487, 8700, 7918, 8545, 10731, 7493, 11962, 8416, 12379, 9982, 8308, 7822, 7668, 9110, 17430, 8153, 15977, 9971, 11315, 17205, 10339, 14041, 10990, 9754, 16119, 13647, 18139, 12717, 12811, 15746, 12092, 18413, 13501, 13561, 12331, 9494, 17853, 9392, 8966, 12098, 7715, 13521, 7818, 7744, 7979, 8197, 10072, 7676, 9008, 7643, 8520, 7374, 7374, 9151, 8176, 7739, 8074, 8150, 11384, 8466, 8237, 9046, 7562, 12389, 7716, 8725, 15106, 7838, 12766, 8287, 7805, 7353, 7415, 7792, 8318, 12233, 7356, 8147, 7141, 7662, 12449, 6948, 10437, 7277, 7350, 11559, 7324, 16772, 10744, 11633, 16257, 11754, 15300, 11146, 10164, 15023, 7798, 13750, 8511, 10053, 7702, 7477, 8538, 7401, 9749, 7649, 9674, 7980, 7345, 12355, 7326, 13517, 8931, 10379, 15213, 8056, 15782, 9891, 9397, 12474, 7720, 14469, 8259, 8659, 8906, 8195, 9758, 7396, 10528, 8570, 8031, 7997, 8623, 13669, 7447, 10020, 7693, 7920, 13872, 7213, 14274, 9468, 10322, 12576, 8877, 14193, 7921, 8326, 10077, 7514, 10842, 7521, 12332, 7474, 11282, 9145, 7377, 6850, 8830, 7182, 16851, 11030, 11716, 8113, 8116, 7153, 8964, 9667, 7758, 15836, 9163, 12306, 7429, 11826, 7643, 10643, 7231, 7618, 7532, 7592, 12049, 13196, 10357, 18215, 12950, 13210, 8636, 8813, 14260, 8121, 15784, 11096, 12620, 8300, 7234, 7124, 8432, 7823, 7407, 9209, 7594, 8029, 7505, 8033, 13385, 7219, 10891, 7514, 10061, 7490, 10399, 8322, 10000, 8316, 7688, 8961, 17562, 13405, 15453, 9835, 9974, 12141, 8637, 16691, 11702, 15326, 10765, 9516, 13181, 8827, 8926, 7265, 12320, 7422, 11998, 8025, 10056, 7431, 7282, 7785, 7821, 14677, 7684, 10197, 9232, 8126, 16532, 7494, 12430, 8711, 8037, 12812, 7298, 12110, 7553, 8915, 8008, 7224, 8518, 7384, 14474, 8666, 10277, 10701, 8518, 15832, 9767, 12362, 10509, 9413, 17854, 9796, 9154, 7551, 7575, 14658, 7363, 10803, 7900, 7430, 7753, 7435, 9940, 7647, 7627, 11740, 7481, 12131, 8323, 8401, 15056, 7754, 14049, 9883, 9352, 12200, 8837, 12302, 7873, 8138, 8026, 8038, 14068, 8018, 7832, 8843, 7626, 13545, 7627, 10005, 7474, 7213, 8297, 7194, 13816, 7454, 11616, 7730, 7848, 11096, 7232, 11887, 8145, 7434, 15309, 8179, 13844, 10781, 10947, 8010, 8062, 14245, 8391, 16469, 11628, 14074, 9873, 10254, 17274, 7859, 14506, 9361, 9520, 13942, 7821, 13981, 8634, 8051, 8656, 7670, 10728, 8047, 7324, 12401, 6970, 11795, 7887, 8220, 13631, 7888, 16149, 11263, 12788, 8454, 10502, 8357, 9101, 9796, 7740, 13632, 7549, 10920, 7810, 8070, 10555], 'WindowCenter': [4430.0, 4464.0, 4430.0, 4437.0, 4395.0, 4395.0, 4364.0, 4366.0, 4393.0, 4353.0, 4352.0, 4353.0, 4371.0, 4362.0, 4373.0, 4354.0, 4353.0, 4392.0, 4354.0, 4402.0, 4352.0, 4353.0, 4412.0, 4354.0, 4394.0, 4353.0, 4361.0, 4351.0, 4344.0, 4391.0, 4342.0, 4371.0, 4353.0, 4351.0, 4350.0, 4342.0, 4401.0, 4341.0, 4371.0, 4351.0, 4343.0, 4401.0, 4355.0, 4384.0, 4353.0, 4352.0, 4371.0, 4342.0, 4391.0, 4352.0, 4362.0, 4362.0, 4343.0, 4422.0, 4352.0, 4364.0, 4383.0, 4357.0, 4415.0, 4377.0, 4387.0, 4365.0, 4353.0, 4366.0, 4379.0, 4385.0, 4366.0, 4424.0, 4364.0, 4403.0, 4363.0, 4363.0, 4386.0, 4447.0, 4415.0, 4413.0, 4392.0, 4390.0, 4347.0, 4347.0, 4399.0, 4350.0, 4398.0, 4340.0, 4366.0, 4339.0, 4349.0, 4349.0, 4363.0, 4351.0, 4340.0, 4358.0, 4340.0, 4382.0, 4356.0, 4374.0, 4342.0, 4372.0, 4343.0, 4366.0, 4357.0, 4385.0, 4394.0, 4353.0, 4404.0, 4364.0, 4383.0, 4352.0, 4362.0, 4412.0, 4371.0, 4421.0, 4381.0, 4371.0, 4411.0, 4391.0, 4410.0, 4379.0, 4359.0, 4398.0, 4327.0, 4386.0, 4357.0, 4346.0, 4365.0, 4325.0, 4395.0, 4345.0, 4335.0, 4355.0, 4326.0, 4344.0, 4326.0, 4335.0, 4315.0, 4327.0, 4356.0, 4328.0, 4348.0, 4328.0, 4340.0, 4379.0, 4340.0, 4350.0, 4341.0, 4352.0, 4360.0, 4343.0, 4362.0, 4342.0, 4354.0, 4412.0, 4343.0, 4373.0, 4355.0, 4351.0, 4364.0, 4356.0, 4353.0, 4344.0, 4373.0, 4356.0, 4379.0, 4399.0, 4370.0, 4419.0, 4380.0, 4390.0, 4448.0, 4367.0, 4428.0, 4387.0, 4387.0, 4385.0, 4366.0, 4423.0, 4377.0, 4405.0, 4405.0, 4374.0, 4352.0, 4353.0, 4423.0, 4342.0, 4403.0, 4383.0, 4362.0, 4411.0, 4351.0, 4410.0, 4370.0, 4361.0, 4410.0, 4340.0, 4389.0, 4360.0, 4359.0, 4399.0, 4339.0, 4399.0, 4358.0, 4349.0, 4410.0, 4349.0, 4377.0, 4326.0, 4328.0, 4328.0, 4354.0, 4350.0, 4331.0, 4350.0, 4339.0, 4341.0, 4371.0, 4341.0, 4372.0, 4353.0, 4364.0, 4412.0, 4331.0, 4382.0, 4371.0, 4352.0, 4400.0, 4340.0, 4330.0, 4341.0, 4342.0, 4401.0, 4318.0, 4356.0, 4318.0, 4328.0, 4357.0, 4376.0, 4357.0, 4397.0, 4367.0, 4388.0, 4426.0, 4375.0, 4377.0, 4404.0, 4355.0, 4425.0, 4387.0, 4378.0, 4421.0, 4391.0, 4409.0, 4389.0, 4388.0, 4368.0, 4372.0, 4410.0, 4348.0, 4383.0, 4327.0, 4356.0, 4342.0, 4421.0, 4413.0, 4406.0, 4367.0, 4342.0, 4331.0, 4341.0, 4339.0, 4332.0, 4399.0, 4314.0, 4343.0, 4314.0, 4325.0, 4316.0, 4328.0, 4327.0, 4318.0, 4368.0, 4341.0, 4361.0, 4332.0, 4353.0, 4350.0, 4333.0, 4362.0, 4332.0, 4354.0, 4381.0, 4344.0, 4371.0, 4344.0, 4364.0, 4354.0, 4366.0, 4403.0, 4356.0, 4395.0, 4356.0, 4345.0, 4385.0, 4366.0, 4388.0, 4382.0, 4389.0, 4399.0, 4381.0, 4427.0, 4367.0, 4363.0, 4345.0, 4365.0, 4362.0, 4463.0, 4408.0, 4419.0, 4438.0, 4408.0, 4434.0, 4374.0, 4413.0, 4373.0, 4372.0, 4422.0, 4394.0, 4413.0, 4392.0, 4393.0, 4403.0, 4383.0, 4412.0, 4370.0, 4408.0, 4338.0, 4367.0, 4339.0, 4341.0, 4352.0, 4342.0, 4371.0, 4354.0, 4405.0, 4364.0, 4381.0, 4351.0, 4351.0, 4390.0, 4362.0, 4420.0, 4402.0, 4401.0, 4359.0, 4359.0, 4389.0, 4341.0, 4399.0, 4360.0, 4368.0, 4327.0, 4339.0, 4368.0, 4329.0, 4370.0, 4330.0, 4341.0, 4328.0, 4350.0, 4380.0, 4342.0, 4361.0, 4332.0, 4342.0, 4340.0, 4353.0, 4390.0, 4342.0, 4383.0, 4343.0, 4363.0, 4401.0, 4371.0, 4418.0, 4368.0, 4365.0, 4328.0, 4349.0, 4409.0, 4330.0, 4381.0, 4342.0, 4353.0, 4342.0, 4342.0, 4411.0, 4331.0, 4392.0, 4353.0, 4353.0, 4352.0, 4342.0, 4411.0, 4341.0, 4382.0, 4351.0, 4353.0, 4353.0, 4344.0, 4381.0, 4355.0, 4354.0, 4355.0, 4360.0, 4375.0, 4383.0, 4409.0, 4392.0, 4365.0, 4383.0, 4364.0, 4361.0, 4364.0, 4367.0, 4440.0, 4450.0, 4407.0, 4414.0, 4382.0, 4402.0, 4399.0, 4379.0, 4409.0, 4399.0, 4387.0, 4357.0, 4356.0, 4355.0, 4338.0, 4395.0, 4315.0, 4344.0, 4316.0, 4316.0, 4316.0, 4338.0, 4338.0, 4330.0, 4358.0, 4339.0, 4348.0, 4328.0, 4329.0, 4378.0, 4330.0, 4360.0, 4342.0, 4355.0, 4371.0, 4342.0, 4371.0, 4340.0, 4353.0, 4412.0, 4354.0, 4342.0, 4351.0, 4352.0, 4401.0, 4342.0, 4341.0, 4390.0, 4332.0, 4391.0, 4342.0, 4360.0, 4330.0, 4341.0, 4341.0, 4343.0, 4364.0, 4355.0, 4374.0, 4344.0, 4355.0, 4404.0, 4345.0, 4395.0, 4355.0, 4355.0, 4415.0, 4356.0, 4417.0, 4376.0, 4387.0, 4404.0, 4355.0, 4414.0, 4354.0, 4354.0, 4355.0, 4368.0, 4386.0, 4347.0, 4407.0, 4356.0, 4394.0, 4376.0, 4355.0, 4345.0, 4358.0, 4366.0, 4411.0, 4342.0, 4415.0, 4363.0, 4397.0, 4437.0, 4387.0, 4428.0, 4397.0, 4374.0, 4411.0, 4391.0, 4410.0, 4378.0, 4378.0, 4387.0, 4368.0, 4407.0, 4377.0, 4375.0, 4354.0, 4333.0, 4381.0, 4321.0, 4310.0, 4340.0, 4301.0, 4349.0, 4300.0, 4300.0, 4300.0, 4313.0, 4331.0, 4303.0, 4323.0, 4313.0, 4324.0, 4302.0, 4315.0, 4334.0, 4336.0, 4329.0, 4338.0, 4339.0, 4368.0, 4339.0, 4340.0, 4349.0, 4331.0, 4380.0, 4330.0, 4351.0, 4401.0, 4343.0, 4393.0, 4342.0, 4340.0, 4331.0, 4330.0, 4340.0, 4364.0, 4403.0, 4346.0, 4355.0, 4345.0, 4356.0, 4403.0, 4343.0, 4382.0, 4344.0, 4358.0, 4396.0, 4346.0, 4425.0, 4384.0, 4395.0, 4414.0, 4395.0, 4414.0, 4396.0, 4385.0, 4413.0, 4344.0, 4402.0, 4365.0, 4374.0, 4343.0, 4331.0, 4351.0, 4343.0, 4362.0, 4344.0, 4373.0, 4354.0, 4346.0, 4394.0, 4345.0, 4404.0, 4364.0, 4374.0, 4413.0, 4342.0, 4412.0, 4372.0, 4362.0, 4392.0, 4342.0, 4413.0, 4354.0, 4363.0, 4364.0, 4353.0, 4362.0, 4344.0, 4372.0, 4353.0, 4344.0, 4344.0, 4365.0, 4404.0, 4345.0, 4387.0, 4357.0, 4357.0, 4405.0, 4345.0, 4415.0, 4375.0, 4386.0, 4405.0, 4365.0, 4414.0, 4355.0, 4368.0, 4389.0, 4416.0, 4443.0, 4389.0, 4421.0, 4349.0, 4387.0, 4351.0, 4328.0, 4320.0, 4373.0, 4348.0, 4435.0, 4384.0, 4381.0, 4343.0, 4353.0, 4321.0, 4362.0, 4373.0, 4356.0, 4426.0, 4375.0, 4395.0, 4343.0, 4392.0, 4367.0, 4384.0, 4344.0, 4355.0, 4354.0, 4357.0, 4407.0, 4405.0, 4386.0, 4436.0, 4393.0, 4391.0, 4352.0, 4352.0, 4403.0, 4342.0, 4411.0, 4381.0, 4392.0, 4351.0, 4331.0, 4330.0, 4352.0, 4354.0, 4343.0, 4373.0, 4355.0, 4366.0, 4356.0, 4370.0, 4416.0, 4358.0, 4395.0, 4357.0, 4386.0, 4357.0, 4410.0, 4378.0, 4386.0, 4368.0, 4369.0, 4391.0, 4449.0, 4417.0, 4425.0, 4373.0, 4373.0, 4393.0, 4363.0, 4425.0, 4394.0, 4412.0, 4396.0, 4376.0, 4406.0, 4350.0, 4350.0, 4331.0, 4380.0, 4330.0, 4380.0, 4341.0, 4361.0, 4331.0, 4332.0, 4341.0, 4342.0, 4401.0, 4341.0, 4361.0, 4350.0, 4342.0, 4411.0, 4331.0, 4380.0, 4350.0, 4341.0, 4390.0, 4331.0, 4380.0, 4341.0, 4350.0, 4343.0, 4342.0, 4363.0, 4344.0, 4412.0, 4363.0, 4373.0, 4383.0, 4365.0, 4413.0, 4373.0, 4392.0, 4371.0, 4362.0, 4421.0, 4362.0, 4351.0, 4331.0, 4341.0, 4400.0, 4331.0, 4370.0, 4341.0, 4342.0, 4342.0, 4343.0, 4372.0, 4343.0, 4355.0, 4394.0, 4347.0, 4404.0, 4365.0, 4365.0, 4413.0, 4344.0, 4403.0, 4374.0, 4363.0, 4392.0, 4362.0, 4392.0, 4342.0, 4352.0, 4341.0, 4353.0, 4401.0, 4342.0, 4342.0, 4351.0, 4344.0, 4404.0, 4357.0, 4375.0, 4346.0, 4345.0, 4354.0, 4335.0, 4403.0, 4344.0, 4383.0, 4343.0, 4354.0, 4382.0, 4344.0, 4394.0, 4354.0, 4346.0, 4437.0, 4380.0, 4415.0, 4399.0, 4396.0, 4367.0, 4365.0, 4416.0, 4355.0, 4424.0, 4395.0, 4403.0, 4374.0, 4374.0, 4422.0, 4343.0, 4413.0, 4374.0, 4375.0, 4403.0, 4342.0, 4401.0, 4350.0, 4341.0, 4352.0, 4343.0, 4382.0, 4342.0, 4333.0, 4392.0, 4333.0, 4393.0, 4342.0, 4353.0, 4392.0, 4354.0, 4413.0, 4372.0, 4392.0, 4356.0, 4385.0, 4341.0, 4349.0, 4360.0, 4342.0, 4402.0, 4329.0, 4359.0, 4329.0, 4340.0, 4359.0], 'WindowWidth': [9773.0, 9805.0, 9750.0, 9753.0, 9692.0, 9690.0, 9649.0, 9652.0, 9684.0, 9631.0, 9627.0, 9631.0, 9651.0, 9641.0, 9657.0, 9634.0, 9632.0, 9683.0, 9632.0, 9696.0, 9626.0, 9630.0, 9710.0, 9631.0, 9685.0, 9630.0, 9637.0, 9624.0, 9620.0, 9679.0, 9615.0, 9650.0, 9629.0, 9625.0, 9622.0, 9615.0, 9691.0, 9612.0, 9650.0, 9624.0, 9616.0, 9693.0, 9638.0, 9674.0, 9631.0, 9628.0, 9650.0, 9614.0, 9678.0, 9629.0, 9640.0, 9640.0, 9616.0, 9723.0, 9629.0, 9647.0, 9673.0, 9643.0, 9718.0, 9674.0, 9683.0, 9649.0, 9628.0, 9654.0, 9678.0, 9678.0, 9657.0, 9731.0, 9649.0, 9701.0, 9648.0, 9648.0, 9682.0, 9773.0, 9722.0, 9710.0, 9680.0, 9674.0, 9612.0, 9612.0, 9684.0, 9621.0, 9684.0, 9606.0, 9637.0, 9603.0, 9617.0, 9621.0, 9646.0, 9625.0, 9610.0, 9631.0, 9610.0, 9670.0, 9643.0, 9659.0, 9612.0, 9653.0, 9618.0, 9658.0, 9644.0, 9680.0, 9687.0, 9630.0, 9702.0, 9646.0, 9671.0, 9628.0, 9640.0, 9708.0, 9650.0, 9723.0, 9663.0, 9650.0, 9704.0, 9675.0, 9702.0, 9657.0, 9629.0, 9680.0, 9584.0, 9663.0, 9625.0, 9608.0, 9631.0, 9578.0, 9673.0, 9603.0, 9590.0, 9617.0, 9581.0, 9602.0, 9581.0, 9592.0, 9563.0, 9583.0, 9620.0, 9589.0, 9614.0, 9588.0, 9608.0, 9657.0, 9608.0, 9620.0, 9611.0, 9628.0, 9635.0, 9616.0, 9640.0, 9613.0, 9632.0, 9708.0, 9616.0, 9658.0, 9637.0, 9625.0, 9650.0, 9641.0, 9632.0, 9622.0, 9658.0, 9642.0, 9678.0, 9706.0, 9669.0, 9730.0, 9679.0, 9693.0, 9769.0, 9657.0, 9741.0, 9680.0, 9683.0, 9678.0, 9652.0, 9728.0, 9670.0, 9707.0, 9703.0, 9658.0, 9627.0, 9629.0, 9725.0, 9614.0, 9698.0, 9670.0, 9641.0, 9706.0, 9624.0, 9703.0, 9646.0, 9635.0, 9702.0, 9607.0, 9672.0, 9633.0, 9632.0, 9685.0, 9603.0, 9684.0, 9627.0, 9616.0, 9699.0, 9613.0, 9648.0, 9582.0, 9586.0, 9588.0, 9635.0, 9623.0, 9598.0, 9620.0, 9608.0, 9612.0, 9650.0, 9611.0, 9654.0, 9630.0, 9647.0, 9709.0, 9597.0, 9667.0, 9647.0, 9626.0, 9688.0, 9608.0, 9592.0, 9609.0, 9614.0, 9691.0, 9573.0, 9618.0, 9573.0, 9588.0, 9644.0, 9669.0, 9643.0, 9697.0, 9656.0, 9684.0, 9732.0, 9660.0, 9667.0, 9697.0, 9636.0, 9732.0, 9681.0, 9672.0, 9720.0, 9675.0, 9700.0, 9671.0, 9669.0, 9639.0, 9653.0, 9703.0, 9617.0, 9656.0, 9583.0, 9622.0, 9615.0, 9762.0, 9755.0, 9730.0, 9659.0, 9616.0, 9597.0, 9610.0, 9606.0, 9600.0, 9685.0, 9561.0, 9598.0, 9561.0, 9577.0, 9569.0, 9587.0, 9586.0, 9577.0, 9643.0, 9613.0, 9639.0, 9602.0, 9631.0, 9624.0, 9606.0, 9642.0, 9601.0, 9632.0, 9666.0, 9621.0, 9652.0, 9620.0, 9647.0, 9635.0, 9654.0, 9700.0, 9640.0, 9691.0, 9643.0, 9625.0, 9678.0, 9657.0, 9688.0, 9688.0, 9695.0, 9705.0, 9683.0, 9738.0, 9657.0, 9644.0, 9623.0, 9652.0, 9661.0, 9803.0, 9714.0, 9729.0, 9754.0, 9714.0, 9745.0, 9659.0, 9714.0, 9654.0, 9654.0, 9724.0, 9686.0, 9712.0, 9681.0, 9687.0, 9695.0, 9668.0, 9708.0, 9647.0, 9696.0, 9601.0, 9639.0, 9606.0, 9611.0, 9627.0, 9614.0, 9650.0, 9635.0, 9702.0, 9645.0, 9664.0, 9622.0, 9622.0, 9673.0, 9636.0, 9717.0, 9695.0, 9690.0, 9631.0, 9631.0, 9671.0, 9611.0, 9687.0, 9633.0, 9641.0, 9583.0, 9603.0, 9639.0, 9590.0, 9645.0, 9593.0, 9608.0, 9588.0, 9620.0, 9659.0, 9614.0, 9634.0, 9598.0, 9612.0, 9607.0, 9627.0, 9673.0, 9614.0, 9669.0, 9614.0, 9644.0, 9710.0, 9668.0, 9727.0, 9660.0, 9649.0, 9586.0, 9616.0, 9696.0, 9593.0, 9661.0, 9613.0, 9627.0, 9611.0, 9614.0, 9703.0, 9597.0, 9679.0, 9628.0, 9628.0, 9625.0, 9613.0, 9704.0, 9611.0, 9666.0, 9624.0, 9628.0, 9631.0, 9620.0, 9664.0, 9638.0, 9635.0, 9635.0, 9655.0, 9681.0, 9689.0, 9738.0, 9701.0, 9649.0, 9668.0, 9646.0, 9636.0, 9646.0, 9656.0, 9762.0, 9779.0, 9709.0, 9713.0, 9664.0, 9693.0, 9684.0, 9656.0, 9697.0, 9683.0, 9665.0, 9622.0, 9620.0, 9614.0, 9598.0, 9671.0, 9563.0, 9598.0, 9566.0, 9567.0, 9569.0, 9600.0, 9602.0, 9593.0, 9628.0, 9602.0, 9612.0, 9584.0, 9588.0, 9652.0, 9591.0, 9632.0, 9614.0, 9638.0, 9651.0, 9614.0, 9651.0, 9606.0, 9627.0, 9707.0, 9632.0, 9612.0, 9623.0, 9625.0, 9688.0, 9612.0, 9609.0, 9673.0, 9598.0, 9677.0, 9612.0, 9633.0, 9591.0, 9608.0, 9607.0, 9616.0, 9647.0, 9634.0, 9659.0, 9617.0, 9634.0, 9699.0, 9622.0, 9689.0, 9635.0, 9636.0, 9714.0, 9639.0, 9721.0, 9665.0, 9681.0, 9698.0, 9632.0, 9710.0, 9629.0, 9630.0, 9634.0, 9657.0, 9678.0, 9629.0, 9710.0, 9638.0, 9682.0, 9659.0, 9631.0, 9621.0, 9643.0, 9650.0, 9704.0, 9610.0, 9714.0, 9641.0, 9692.0, 9751.0, 9681.0, 9745.0, 9698.0, 9661.0, 9707.0, 9676.0, 9702.0, 9653.0, 9655.0, 9665.0, 9637.0, 9693.0, 9648.0, 9644.0, 9613.0, 9581.0, 9645.0, 9560.0, 9546.0, 9585.0, 9535.0, 9594.0, 9532.0, 9533.0, 9532.0, 9553.0, 9574.0, 9542.0, 9570.0, 9555.0, 9573.0, 9541.0, 9563.0, 9587.0, 9594.0, 9591.0, 9601.0, 9603.0, 9637.0, 9602.0, 9605.0, 9615.0, 9595.0, 9659.0, 9591.0, 9622.0, 9690.0, 9617.0, 9679.0, 9611.0, 9606.0, 9594.0, 9592.0, 9609.0, 9646.0, 9699.0, 9626.0, 9637.0, 9625.0, 9640.0, 9698.0, 9618.0, 9668.0, 9619.0, 9646.0, 9693.0, 9625.0, 9731.0, 9672.0, 9687.0, 9713.0, 9685.0, 9715.0, 9694.0, 9676.0, 9711.0, 9619.0, 9694.0, 9649.0, 9659.0, 9616.0, 9597.0, 9621.0, 9615.0, 9639.0, 9620.0, 9658.0, 9634.0, 9624.0, 9686.0, 9623.0, 9700.0, 9645.0, 9658.0, 9709.0, 9613.0, 9708.0, 9651.0, 9639.0, 9679.0, 9614.0, 9710.0, 9635.0, 9644.0, 9647.0, 9630.0, 9640.0, 9618.0, 9652.0, 9630.0, 9618.0, 9617.0, 9648.0, 9698.0, 9622.0, 9681.0, 9641.0, 9642.0, 9702.0, 9623.0, 9716.0, 9661.0, 9679.0, 9704.0, 9648.0, 9713.0, 9636.0, 9658.0, 9689.0, 9757.0, 9788.0, 9707.0, 9733.0, 9633.0, 9677.0, 9620.0, 9585.0, 9580.0, 9660.0, 9635.0, 9747.0, 9673.0, 9663.0, 9614.0, 9627.0, 9580.0, 9638.0, 9659.0, 9639.0, 9737.0, 9663.0, 9689.0, 9618.0, 9684.0, 9661.0, 9675.0, 9621.0, 9638.0, 9637.0, 9643.0, 9712.0, 9704.0, 9681.0, 9748.0, 9684.0, 9678.0, 9624.0, 9625.0, 9696.0, 9613.0, 9703.0, 9663.0, 9679.0, 9624.0, 9597.0, 9595.0, 9628.0, 9634.0, 9619.0, 9657.0, 9638.0, 9655.0, 9641.0, 9667.0, 9718.0, 9644.0, 9689.0, 9644.0, 9681.0, 9643.0, 9721.0, 9672.0, 9681.0, 9659.0, 9663.0, 9698.0, 9776.0, 9724.0, 9732.0, 9657.0, 9655.0, 9682.0, 9642.0, 9731.0, 9685.0, 9709.0, 9695.0, 9664.0, 9705.0, 9619.0, 9618.0, 9594.0, 9657.0, 9593.0, 9659.0, 9610.0, 9637.0, 9597.0, 9601.0, 9611.0, 9614.0, 9688.0, 9610.0, 9636.0, 9620.0, 9612.0, 9704.0, 9596.0, 9661.0, 9621.0, 9608.0, 9672.0, 9596.0, 9659.0, 9610.0, 9622.0, 9616.0, 9615.0, 9643.0, 9620.0, 9708.0, 9643.0, 9658.0, 9670.0, 9648.0, 9710.0, 9655.0, 9680.0, 9647.0, 9638.0, 9718.0, 9635.0, 9620.0, 9595.0, 9610.0, 9688.0, 9595.0, 9647.0, 9609.0, 9614.0, 9612.0, 9618.0, 9654.0, 9618.0, 9637.0, 9685.0, 9629.0, 9700.0, 9650.0, 9649.0, 9712.0, 9619.0, 9698.0, 9658.0, 9643.0, 9678.0, 9638.0, 9678.0, 9615.0, 9627.0, 9610.0, 9628.0, 9691.0, 9614.0, 9613.0, 9624.0, 9619.0, 9699.0, 9641.0, 9663.0, 9627.0, 9620.0, 9631.0, 9607.0, 9697.0, 9618.0, 9668.0, 9617.0, 9633.0, 9668.0, 9621.0, 9686.0, 9633.0, 9625.0, 9753.0, 9681.0, 9715.0, 9700.0, 9694.0, 9656.0, 9651.0, 9718.0, 9634.0, 9729.0, 9689.0, 9699.0, 9656.0, 9658.0, 9722.0, 9615.0, 9710.0, 9660.0, 9663.0, 9695.0, 9613.0, 9689.0, 9620.0, 9611.0, 9626.0, 9615.0, 9665.0, 9612.0, 9601.0, 9678.0, 9601.0, 9682.0, 9613.0, 9626.0, 9677.0, 9631.0, 9710.0, 9650.0, 9679.0, 9639.0, 9674.0, 9608.0, 9616.0, 9631.0, 9612.0, 9691.0, 9587.0, 9626.0, 9588.0, 9603.0, 9627.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.0004483774453394706</td></tr>
<tr><td colspan=3>aqi</td><td>0.020333771806674335</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.908697917281124</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1348350027764955</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9814855563248847</td></tr>
<tr><td colspan=3>efc</td><td>0.4667</td></tr>
<tr><td colspan=3>fber</td><td>6223.4336</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10068213817669606</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.285385500575375</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.531961742474795</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4804142135895897</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7559043888395736</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3595666249952205</td></tr>
<tr><td colspan=3>gcor</td><td>0.0232969</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01425626128911972</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024087145924568176</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6498707201791816</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>26.9298</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3845</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.3712</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301927.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>857.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.0727</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8639</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.0737</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3554.5745</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3779.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.3722</td></tr>
<tr><td colspan=3>tsnr</td><td>40.6019910601899</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>