ds005256-mriqc/sub-0130_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 3f1617b677 [DATALAD RUNCMD] Compute MRIQC for sub-0130
=== 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-0130 --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-0130",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:18:25 +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-0130_ses-04_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-0130_ses-04_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-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_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-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_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-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0130_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-04_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-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_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-0130/ses-04/func/sub-0130_ses-04_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>5a62e474c394e966a137dd8d8a49f60f</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:57:29.295000</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.997385, 0.00603919, 0.0720166, -0.000696295, 0.997259, -0.0739851]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0890505</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7758, -7223, 301, -195, 17, -52, 88]</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>231.202</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>52da65cd-9ad4-483e-b60b-aa79b39a679d||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.6759114265441895, -0.0018681081710383296, 0.19511836767196655, 108.96206665039062], [-0.016202693805098534, 2.6755733489990234, -0.19910204410552979, -97.02413177490234], [0.19321538507938385, 0.19849662482738495, 2.685570240020752, -85.24185180664062], [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': ['185729.295000', '185729.755000', '185730.215000', '185730.675000', '185731.135000', '185731.595000', '185732.055000', '185732.515000', '185732.975000', '185733.435000', '185733.895000', '185734.355000', '185734.815000', '185735.275000', '185735.735000', '185736.195000', '185736.655000', '185737.115000', '185737.575000', '185738.035000', '185738.495000', '185738.955000', '185739.415000', '185739.875000', '185740.335000', '185740.795000', '185741.255000', '185741.715000', '185742.175000', '185742.635000', '185743.095000', '185743.555000', '185744.015000', '185744.475000', '185744.935000', '185745.395000', '185745.855000', '185746.315000', '185746.775000', '185747.235000', '185747.695000', '185748.155000', '185748.615000', '185749.075000', '185749.535000', '185749.995000', '185750.455000', '185750.915000', '185751.375000', '185751.835000', '185752.295000', '185752.755000', '185753.215000', '185753.675000', '185754.135000', '185754.595000', '185755.055000', '185755.515000', '185755.975000', '185756.435000', '185756.895000', '185757.355000', '185757.815000', '185758.275000', '185758.735000', '185759.195000', '185759.655000', '185800.115000', '185800.575000', '185801.035000', '185801.495000', '185801.955000', '185802.415000', '185802.875000', '185803.335000', '185803.795000', '185804.255000', '185804.715000', '185805.175000', '185805.635000', '185806.095000', '185806.555000', '185807.015000', '185807.475000', '185807.935000', '185808.395000', '185808.855000', '185809.315000', '185809.775000', '185810.235000', '185810.695000', '185811.155000', '185811.615000', '185812.075000', '185812.535000', '185812.995000', '185813.455000', '185813.915000', '185814.375000', '185814.835000', '185815.295000', '185815.755000', '185816.215000', '185816.675000', '185817.135000', '185817.595000', '185818.055000', '185818.515000', '185818.975000', '185819.435000', '185819.895000', '185820.355000', '185820.815000', '185821.275000', '185821.735000', '185822.195000', '185822.655000', '185823.115000', '185823.575000', '185824.035000', '185824.495000', '185824.955000', '185825.415000', '185825.875000', '185826.335000', '185826.795000', '185827.255000', '185827.715000', '185828.175000', '185828.635000', '185829.095000', '185829.555000', '185830.015000', '185830.475000', '185830.935000', '185831.395000', '185831.855000', '185832.315000', '185832.775000', '185833.235000', '185833.695000', '185834.155000', '185834.615000', '185835.075000', '185835.535000', '185835.995000', '185836.455000', '185836.915000', '185837.375000', '185837.835000', '185838.295000', '185838.755000', '185839.215000', '185839.675000', '185840.135000', '185840.595000', '185841.055000', '185841.515000', '185841.975000', '185842.435000', '185842.895000', '185843.355000', '185843.815000', '185844.275000', '185844.735000', '185845.195000', '185845.655000', '185846.115000', '185846.575000', '185847.035000', '185847.495000', '185847.955000', '185848.415000', '185848.875000', '185849.335000', '185849.795000', '185850.255000', '185850.715000', '185851.175000', '185851.635000', '185852.095000', '185852.555000', '185853.015000', '185853.475000', '185853.935000', '185854.395000', '185854.855000', '185855.315000', '185855.775000', '185856.235000', '185856.695000', '185857.155000', '185857.615000', '185858.075000', '185858.535000', '185858.995000', '185859.455000', '185859.915000', '185900.375000', '185900.835000', '185901.295000', '185901.755000', '185902.215000', '185902.675000', '185903.135000', '185903.595000', '185904.055000', '185904.515000', '185904.975000', '185905.435000', '185905.895000', '185906.355000', '185906.815000', '185907.275000', '185907.735000', '185908.195000', '185908.655000', '185909.115000', '185909.575000', '185910.035000', '185910.495000', '185910.955000', '185911.415000', '185911.875000', '185912.335000', '185912.795000', '185913.255000', '185913.715000', '185914.175000', '185914.635000', '185915.095000', '185915.555000', '185916.015000', '185916.475000', '185916.935000', '185917.395000', '185917.855000', '185918.315000', '185918.775000', '185919.235000', '185919.695000', '185920.155000', '185920.615000', '185921.075000', '185921.535000', '185921.995000', '185922.455000', '185922.915000', '185923.375000', '185923.835000', '185924.295000', '185924.755000', '185925.215000', '185925.675000', '185926.135000', '185926.595000', '185927.055000', '185927.515000', '185927.975000', '185928.435000', '185928.895000', '185929.355000', '185929.815000', '185930.275000', '185930.735000', '185931.195000', '185931.655000', '185932.115000', '185932.575000', '185933.035000', '185933.495000', '185933.955000', '185934.415000', '185934.875000', '185935.335000', '185935.795000', '185936.255000', '185936.715000', '185937.175000', '185937.635000', '185938.095000', '185938.555000', '185939.015000', '185939.475000', '185939.935000', '185940.395000', '185940.855000', '185941.315000', '185941.775000', '185942.235000', '185942.695000', '185943.155000', '185943.615000', '185944.075000', '185944.535000', '185944.995000', '185945.455000', '185945.915000', '185946.375000', '185946.835000', '185947.295000', '185947.755000', '185948.215000', '185948.675000', '185949.135000', '185949.595000', '185950.055000', '185950.515000', '185950.975000', '185951.435000', '185951.895000', '185952.355000', '185952.815000', '185953.275000', '185953.735000', '185954.195000', '185954.655000', '185955.115000', '185955.575000', '185956.035000', '185956.495000', '185956.955000', '185957.415000', '185957.875000', '185958.335000', '185958.795000', '185959.255000', '185959.715000', '190000.175000', '190000.635000', '190001.095000', '190001.555000', '190002.015000', '190002.475000', '190002.935000', '190003.395000', '190003.855000', '190004.315000', '190004.775000', '190005.235000', '190005.695000', '190006.155000', '190006.615000', '190007.075000', '190007.535000', '190007.995000', '190008.455000', '190008.915000', '190009.375000', '190009.835000', '190010.295000', '190010.755000', '190011.215000', '190011.675000', '190012.135000', '190012.595000', '190013.055000', '190013.515000', '190013.975000', '190014.435000', '190014.895000', '190015.355000', '190015.815000', '190016.275000', '190016.735000', '190017.195000', '190017.655000', '190018.115000', '190018.575000', '190019.035000', '190019.495000', '190019.955000', '190020.415000', '190020.875000', '190021.335000', '190021.795000', '190022.255000', '190022.715000', '190023.175000', '190023.635000', '190024.095000', '190024.555000', '190025.015000', '190025.475000', '190025.935000', '190026.395000', '190026.855000', '190027.315000', '190027.775000', '190028.235000', '190028.695000', '190029.155000', '190029.615000', '190030.075000', '190030.535000', '190030.995000', '190031.455000', '190031.915000', '190032.375000', '190032.835000', '190033.295000', '190033.755000', '190034.215000', '190034.675000', '190035.135000', '190035.595000', '190036.055000', '190036.515000', '190036.975000', '190037.435000', '190037.895000', '190038.355000', '190038.815000', '190039.275000', '190039.735000', '190040.195000', '190040.655000', '190041.115000', '190041.575000', '190042.035000', '190042.495000', '190042.955000', '190043.415000', '190043.875000', '190044.335000', '190044.795000', '190045.255000', '190045.715000', '190046.175000', '190046.635000', '190047.095000', '190047.555000', '190048.015000', '190048.475000', '190048.935000', '190049.395000', '190049.855000', '190050.315000', '190050.775000', '190051.235000', '190051.695000', '190052.155000', '190052.615000', '190053.075000', '190053.535000', '190053.995000', '190054.455000', '190054.915000', '190055.375000', '190055.835000', '190056.295000', '190056.755000', '190057.215000', '190057.675000', '190058.135000', '190058.595000', '190059.055000', '190059.515000', '190059.975000', '190100.435000', '190100.895000', '190101.355000', '190101.815000', '190102.275000', '190102.735000', '190103.195000', '190103.655000', '190104.115000', '190104.575000', '190105.035000', '190105.495000', '190105.955000', '190106.415000', '190106.875000', '190107.335000', '190107.795000', '190108.255000', '190108.715000', '190109.175000', '190109.635000', '190110.095000', '190110.555000', '190111.015000', '190111.475000', '190111.935000', '190112.395000', '190112.855000', '190113.315000', '190113.775000', '190114.235000', '190114.695000', '190115.155000', '190115.615000', '190116.075000', '190116.535000', '190116.995000', '190117.455000', '190117.915000', '190118.375000', '190118.835000', '190119.295000', '190119.755000', '190120.215000', '190120.675000', '190121.135000', '190121.595000', '190122.055000', '190122.515000', '190122.975000', '190123.435000', '190123.895000', '190124.355000', '190124.815000', '190125.275000', '190125.735000', '190126.195000', '190126.655000', '190127.115000', '190127.575000', '190128.035000', '190128.495000', '190128.955000', '190129.415000', '190129.875000', '190130.335000', '190130.795000', '190131.255000', '190131.715000', '190132.175000', '190132.635000', '190133.095000', '190133.555000', '190134.015000', '190134.475000', '190134.935000', '190135.395000', '190135.855000', '190136.315000', '190136.775000', '190137.235000', '190137.695000', '190138.155000', '190138.615000', '190139.075000', '190139.535000', '190139.995000', '190140.455000', '190140.915000', '190141.375000', '190141.835000', '190142.295000', '190142.755000', '190143.215000', '190143.675000', '190144.135000', '190144.595000', '190145.055000', '190145.515000', '190145.975000', '190146.435000', '190146.895000', '190147.355000', '190147.815000', '190148.275000', '190148.735000', '190149.195000', '190149.655000', '190150.115000', '190150.575000', '190151.035000', '190151.495000', '190151.955000', '190152.415000', '190152.875000', '190153.335000', '190153.795000', '190154.255000', '190154.715000', '190155.175000', '190155.635000', '190156.095000', '190156.555000', '190157.015000', '190157.475000', '190157.935000', '190158.395000', '190158.855000', '190159.315000', '190159.775000', '190200.235000', '190200.695000', '190201.155000', '190201.615000', '190202.075000', '190202.535000', '190202.995000', '190203.455000', '190203.915000', '190204.375000', '190204.835000', '190205.295000', '190205.755000', '190206.215000', '190206.675000', '190207.135000', '190207.595000', '190208.055000', '190208.515000', '190208.975000', '190209.435000', '190209.895000', '190210.355000', '190210.815000', '190211.275000', '190211.735000', '190212.195000', '190212.655000', '190213.115000', '190213.575000', '190214.035000', '190214.495000', '190214.955000', '190215.415000', '190215.875000', '190216.335000', '190216.795000', '190217.255000', '190217.715000', '190218.175000', '190218.635000', '190219.095000', '190219.555000', '190220.015000', '190220.475000', '190220.935000', '190221.395000', '190221.855000', '190222.315000', '190222.775000', '190223.235000', '190223.695000', '190224.155000', '190224.615000', '190225.075000', '190225.535000', '190225.995000', '190226.455000', '190226.915000', '190227.375000', '190227.835000', '190228.295000', '190228.755000', '190229.215000', '190229.675000', '190230.135000', '190230.595000', '190231.055000', '190231.515000', '190231.975000', '190232.435000', '190232.895000', '190233.355000', '190233.815000', '190234.275000', '190234.735000', '190235.195000', '190235.655000', '190236.115000', '190236.575000', '190237.035000', '190237.495000', '190237.955000', '190238.415000', '190238.875000', '190239.335000', '190239.795000', '190240.255000', '190240.715000', '190241.175000', '190241.635000', '190242.095000', '190242.555000', '190243.015000', '190243.475000', '190243.935000', '190244.395000', '190244.855000', '190245.315000', '190245.775000', '190246.235000', '190246.695000', '190247.155000', '190247.615000', '190248.075000', '190248.535000', '190248.995000', '190249.455000', '190249.915000', '190250.375000', '190250.835000', '190251.295000', '190251.755000', '190252.215000', '190252.675000', '190253.135000', '190253.595000', '190254.055000', '190254.515000', '190254.975000', '190255.435000', '190255.895000', '190256.355000', '190256.815000', '190257.275000', '190257.735000', '190258.195000', '190258.655000', '190259.115000', '190259.575000', '190300.035000', '190300.495000', '190300.955000', '190301.415000', '190301.875000', '190302.335000', '190302.795000', '190303.255000', '190303.715000', '190304.175000', '190304.635000', '190305.095000', '190305.555000', '190306.015000', '190306.475000', '190306.935000', '190307.395000', '190307.855000', '190308.315000', '190308.775000', '190309.235000', '190309.695000', '190310.155000', '190310.615000', '190311.075000', '190311.535000', '190311.995000', '190312.455000', '190312.915000', '190313.375000', '190313.835000', '190314.295000', '190314.755000', '190315.215000', '190315.675000', '190316.135000', '190316.595000', '190317.055000', '190317.515000', '190317.975000', '190318.435000', '190318.895000', '190319.355000', '190319.815000', '190320.275000', '190320.735000', '190321.195000', '190321.655000', '190322.115000', '190322.575000', '190323.035000', '190323.495000', '190323.955000', '190324.415000', '190324.875000', '190325.335000', '190325.795000', '190326.255000', '190326.715000', '190327.175000', '190327.635000', '190328.095000', '190328.555000', '190329.015000', '190329.475000', '190329.935000', '190330.395000', '190330.855000', '190331.315000', '190331.775000', '190332.235000', '190332.695000', '190333.155000', '190333.615000', '190334.075000', '190334.535000', '190334.995000', '190335.455000', '190335.915000', '190336.375000', '190336.835000', '190337.295000', '190337.755000', '190338.215000', '190338.675000', '190339.135000', '190339.595000', '190340.055000', '190340.515000', '190340.975000', '190341.435000', '190341.895000', '190342.355000', '190342.815000', '190343.275000', '190343.735000', '190344.195000', '190344.655000', '190345.115000', '190345.575000', '190346.035000', '190346.495000', '190346.955000', '190347.415000', '190347.875000', '190348.335000', '190348.795000', '190349.255000', '190349.715000', '190350.175000', '190350.635000', '190351.095000', '190351.555000', '190352.015000', '190352.475000', '190352.935000', '190353.395000', '190353.855000', '190354.315000', '190354.775000', '190355.235000', '190355.695000', '190356.155000', '190356.615000', '190357.075000', '190357.535000', '190357.995000', '190358.455000', '190358.915000', '190359.375000', '190359.835000', '190400.295000', '190400.755000', '190401.215000', '190401.675000', '190402.135000', '190402.595000', '190403.055000', '190403.515000', '190403.975000', '190404.435000', '190404.895000', '190405.355000', '190405.815000', '190406.275000', '190406.735000', '190407.195000', '190407.655000', '190408.115000', '190408.575000', '190409.035000', '190409.495000', '190409.955000'], 'ContentTime': ['185748.468000', '185748.471000', '185748.473000', '185748.476000', '185748.479000', '185748.482000', '185748.484000', '185748.487000', '185748.489000', '185748.492000', '185748.500000', '185748.503000', '185748.505000', '185748.508000', '185748.511000', '185748.513000', '185748.516000', '185748.518000', '185748.521000', '185748.523000', '185748.526000', '185748.528000', '185748.531000', '185748.538000', '185748.540000', '185748.543000', '185748.546000', '185748.548000', '185748.551000', '185748.553000', '185748.556000', '185748.558000', '185748.561000', '185748.564000', '185748.566000', '185748.569000', '185748.571000', '185748.574000', '185748.576000', '185808.431000', '185808.434000', '185808.437000', '185808.439000', '185808.442000', '185808.444000', '185808.447000', '185808.449000', '185808.452000', '185808.460000', '185808.463000', '185808.465000', '185808.468000', '185808.470000', '185808.473000', '185808.476000', '185808.479000', '185808.481000', '185808.484000', '185808.486000', '185808.489000', '185808.491000', '185808.494000', '185808.496000', '185808.499000', '185808.501000', '185808.504000', '185808.507000', '185808.509000', '185808.512000', '185808.514000', '185808.517000', '185808.519000', '185808.522000', '185808.524000', '185808.527000', '185808.529000', '185808.532000', '185808.535000', '185808.537000', '185808.540000', '185808.542000', '185808.545000', '185828.433000', '185828.435000', '185828.438000', '185828.441000', '185828.443000', '185828.446000', '185828.448000', '185828.451000', '185828.453000', '185828.456000', '185828.459000', '185828.461000', '185828.464000', '185828.466000', '185828.469000', '185828.472000', '185828.474000', '185828.477000', '185828.479000', '185828.482000', '185828.484000', '185828.487000', '185828.489000', '185828.492000', '185828.494000', '185828.497000', '185828.500000', '185828.502000', '185828.505000', '185828.507000', '185828.510000', '185828.512000', '185828.515000', '185828.518000', '185828.520000', '185828.523000', '185828.525000', '185828.528000', '185828.530000', '185828.533000', '185828.536000', '185828.538000', '185828.541000', '185828.543000', '185848.432000', '185848.435000', '185848.438000', '185848.440000', '185848.443000', '185848.445000', '185848.448000', '185848.450000', '185848.453000', '185848.456000', '185848.458000', '185848.461000', '185848.463000', '185848.466000', '185848.468000', '185848.471000', '185848.482000', '185848.485000', '185848.487000', '185848.490000', '185848.492000', '185848.495000', '185848.497000', '185848.500000', '185848.503000', '185848.505000', '185848.508000', '185848.510000', '185848.513000', '185848.515000', '185848.518000', '185848.520000', '185848.523000', '185848.525000', '185848.528000', '185848.531000', '185848.533000', '185848.536000', '185848.542000', '185848.545000', '185848.547000', '185848.550000', '185848.552000', '185908.455000', '185908.458000', '185908.461000', '185908.463000', '185908.466000', '185908.469000', '185908.471000', '185908.474000', '185908.476000', '185908.479000', '185908.481000', '185908.484000', '185908.487000', '185908.489000', '185908.492000', '185908.494000', '185908.497000', '185908.499000', '185908.502000', '185908.505000', '185908.507000', '185908.510000', '185908.512000', '185908.515000', '185908.517000', '185908.520000', '185908.522000', '185908.525000', '185908.528000', '185908.530000', '185908.533000', '185908.535000', '185908.538000', '185908.540000', '185908.543000', '185908.546000', '185908.548000', '185908.551000', '185908.553000', '185908.556000', '185908.559000', '185908.561000', '185908.564000', '185928.432000', '185928.435000', '185928.438000', '185928.440000', '185928.443000', '185928.446000', '185928.448000', '185928.471000', '185928.473000', '185928.476000', '185928.479000', '185928.481000', '185928.484000', '185928.486000', '185928.489000', '185928.492000', '185928.494000', '185928.497000', '185928.499000', '185928.502000', '185928.504000', '185928.507000', '185928.509000', '185928.512000', '185928.515000', '185928.517000', '185928.520000', '185928.522000', '185928.525000', '185928.528000', '185928.530000', '185928.533000', '185928.535000', '185928.538000', '185928.540000', '185928.543000', '185928.545000', '185928.548000', '185928.551000', '185928.553000', '185928.556000', '185928.558000', '185928.561000', '185928.563000', '185948.431000', '185948.434000', '185948.437000', '185948.439000', '185948.442000', '185948.445000', '185948.448000', '185948.450000', '185948.453000', '185948.455000', '185948.458000', '185948.461000', '185948.463000', '185948.466000', '185948.468000', '185948.471000', '185948.474000', '185948.476000', '185948.479000', '185948.481000', '185948.484000', '185948.486000', '185948.489000', '185948.491000', '185948.494000', '185948.497000', '185948.500000', '185948.502000', '185948.505000', '185948.507000', '185948.510000', '185948.512000', '185948.515000', '185948.518000', '185948.520000', '185948.523000', '185948.525000', '185948.528000', '185948.531000', '185948.533000', '185948.536000', '185948.538000', '185948.541000', '185948.543000', '190008.431000', '190008.434000', '190008.437000', '190008.439000', '190008.442000', '190008.444000', '190008.447000', '190008.449000', '190008.452000', '190008.455000', '190008.457000', '190008.460000', '190008.462000', '190008.465000', '190008.467000', '190008.470000', '190008.473000', '190008.475000', '190008.485000', '190008.488000', '190008.491000', '190008.493000', '190008.496000', '190008.498000', '190008.501000', '190008.503000', '190008.506000', '190008.508000', '190008.511000', '190008.514000', '190008.516000', '190008.519000', '190008.522000', '190008.524000', '190008.527000', '190008.529000', '190008.532000', '190008.534000', '190008.537000', '190008.539000', '190008.542000', '190008.544000', '190008.547000', '190028.431000', '190028.434000', '190028.437000', '190028.439000', '190028.442000', '190028.445000', '190028.447000', '190028.450000', '190028.452000', '190028.455000', '190028.458000', '190028.460000', '190028.463000', '190028.465000', '190028.468000', '190028.471000', '190028.473000', '190028.476000', '190028.478000', '190028.481000', '190028.483000', '190028.486000', '190028.489000', '190028.491000', '190028.494000', '190028.497000', '190028.499000', '190028.502000', '190028.504000', '190028.507000', '190028.510000', '190028.512000', '190028.515000', '190028.517000', '190028.520000', '190028.523000', '190028.525000', '190028.528000', '190028.530000', '190028.554000', '190028.557000', '190028.559000', '190028.562000', '190028.564000', '190048.433000', '190048.435000', '190048.438000', '190048.441000', '190048.443000', '190048.446000', '190048.448000', '190048.451000', '190048.453000', '190048.456000', '190048.459000', '190048.461000', '190048.464000', '190048.466000', '190048.469000', '190048.471000', '190048.474000', '190048.477000', '190048.479000', '190048.482000', '190048.484000', '190048.487000', '190048.490000', '190048.492000', '190048.495000', '190048.497000', '190048.500000', '190048.503000', '190048.505000', '190048.508000', '190048.511000', '190048.513000', '190048.516000', '190048.518000', '190048.521000', '190048.523000', '190048.526000', '190048.529000', '190048.531000', '190048.534000', '190048.536000', '190048.539000', '190048.542000', '190108.433000', '190108.437000', '190108.440000', '190108.442000', '190108.445000', '190108.447000', '190108.450000', '190108.452000', '190108.455000', '190108.458000', '190108.460000', '190108.463000', '190108.466000', '190108.468000', '190108.471000', '190108.473000', '190108.476000', '190108.478000', '190108.481000', '190108.485000', '190108.488000', '190108.491000', '190108.494000', '190108.496000', '190108.499000', '190108.501000', '190108.504000', '190108.507000', '190108.509000', '190108.512000', '190108.514000', '190108.517000', '190108.520000', '190108.522000', '190108.525000', '190108.527000', '190108.530000', '190108.533000', '190108.535000', '190108.538000', '190108.541000', '190108.543000', '190108.546000', '190128.433000', '190128.435000', '190128.438000', '190128.441000', '190128.444000', '190128.446000', '190128.449000', '190128.452000', '190128.454000', '190128.457000', '190128.460000', '190128.462000', '190128.465000', '190128.467000', '190128.470000', '190128.473000', '190128.475000', '190128.478000', '190128.480000', '190128.483000', '190128.486000', '190128.488000', '190128.491000', '190128.494000', '190128.496000', '190128.499000', '190128.501000', '190128.504000', '190128.507000', '190128.509000', '190128.512000', '190128.514000', '190128.517000', '190128.520000', '190128.522000', '190128.525000', '190128.527000', '190128.530000', '190128.533000', '190128.535000', '190128.538000', '190128.540000', '190128.543000', '190128.545000', '190148.432000', '190148.435000', '190148.438000', '190148.441000', '190148.443000', '190148.446000', '190148.449000', '190148.452000', '190148.455000', '190148.458000', '190148.460000', '190148.463000', '190148.465000', '190148.468000', '190148.471000', '190148.473000', '190148.476000', '190148.478000', '190148.481000', '190148.483000', '190148.486000', '190148.489000', '190148.491000', '190148.494000', '190148.496000', '190148.499000', '190148.502000', '190148.504000', '190148.507000', '190148.510000', '190148.512000', '190148.515000', '190148.517000', '190148.520000', '190148.522000', '190148.525000', '190148.528000', '190148.530000', '190148.533000', '190148.536000', '190148.538000', '190148.541000', '190148.543000', '190208.431000', '190208.434000', '190208.437000', '190208.440000', '190208.442000', '190208.445000', '190208.447000', '190208.464000', '190208.466000', '190208.469000', '190208.471000', '190208.474000', '190208.477000', '190208.479000', '190208.482000', '190208.484000', '190208.487000', '190208.489000', '190208.492000', '190208.495000', '190208.497000', '190208.500000', '190208.503000', '190208.505000', '190208.508000', '190208.510000', '190208.513000', '190208.516000', '190208.518000', '190208.521000', '190208.524000', '190208.526000', '190208.529000', '190208.531000', '190208.534000', '190208.537000', '190208.539000', '190208.542000', '190208.544000', '190208.547000', '190208.550000', '190208.552000', '190208.555000', '190208.557000', '190228.432000', '190228.434000', '190228.437000', '190228.440000', '190228.442000', '190228.445000', '190228.447000', '190228.450000', '190228.453000', '190228.455000', '190228.458000', '190228.460000', '190228.463000', '190228.465000', '190228.468000', '190228.471000', '190228.474000', '190228.477000', '190228.479000', '190228.482000', '190228.485000', '190228.488000', '190228.491000', '190228.494000', '190228.496000', '190228.499000', '190228.502000', '190228.504000', '190228.507000', '190228.509000', '190228.512000', '190228.515000', '190228.517000', '190228.520000', '190228.524000', '190228.526000', '190228.529000', '190228.531000', '190228.534000', '190228.537000', '190228.539000', '190228.542000', '190228.544000', '190248.431000', '190248.434000', '190248.437000', '190248.439000', '190248.442000', '190248.444000', '190248.447000', '190248.450000', '190248.452000', '190248.455000', '190248.457000', '190248.460000', '190248.463000', '190248.465000', '190248.468000', '190248.470000', '190248.473000', '190248.476000', '190248.478000', '190248.481000', '190248.484000', '190248.486000', '190248.489000', '190248.491000', '190248.494000', '190248.497000', '190248.499000', '190248.502000', '190248.505000', '190248.507000', '190248.510000', '190248.513000', '190248.515000', '190248.518000', '190248.520000', '190248.523000', '190248.525000', '190248.528000', '190248.531000', '190248.533000', '190248.536000', '190248.538000', '190248.541000', '190248.543000', '190308.433000', '190308.435000', '190308.438000', '190308.441000', '190308.443000', '190308.446000', '190308.448000', '190308.451000', '190308.453000', '190308.456000', '190308.459000', '190308.461000', '190308.464000', '190308.467000', '190308.469000', '190308.472000', '190308.474000', '190308.477000', '190308.480000', '190308.482000', '190308.485000', '190308.487000', '190308.490000', '190308.492000', '190308.495000', '190308.498000', '190308.501000', '190308.503000', '190308.506000', '190308.508000', '190308.511000', '190308.514000', '190308.516000', '190308.519000', '190308.521000', '190308.524000', '190308.527000', '190308.529000', '190308.532000', '190308.535000', '190308.537000', '190308.540000', '190308.543000', '190328.433000', '190328.435000', '190328.438000', '190328.441000', '190328.443000', '190328.446000', '190328.448000', '190328.451000', '190328.453000', '190328.456000', '190328.460000', '190328.463000', '190328.465000', '190328.468000', '190328.471000', '190328.473000', '190328.476000', '190328.528000', '190328.531000', '190328.533000', '190328.536000', '190328.539000', '190328.541000', '190328.544000', '190328.546000', '190328.549000', '190328.551000', '190328.554000', '190328.557000', '190328.559000', '190328.562000', '190328.564000', '190328.567000', '190328.569000', '190328.572000', '190328.575000', '190328.577000', '190328.580000', '190328.582000', '190328.585000', '190328.588000', '190328.590000', '190328.593000', '190328.595000', '190348.432000', '190348.435000', '190348.438000', '190348.440000', '190348.443000', '190348.446000', '190348.448000', '190348.451000', '190348.453000', '190348.456000', '190348.459000', '190348.461000', '190348.464000', '190348.466000', '190348.469000', '190348.472000', '190348.474000', '190348.477000', '190348.479000', '190348.482000', '190348.484000', '190348.487000', '190348.490000', '190348.492000', '190348.495000', '190348.498000', '190348.501000', '190348.503000', '190348.506000', '190348.509000', '190348.511000', '190348.514000', '190348.517000', '190348.519000', '190348.522000', '190348.524000', '190348.527000', '190348.530000', '190348.532000', '190348.535000', '190348.537000', '190348.540000', '190348.542000', '190408.432000', '190408.435000', '190408.438000', '190408.441000', '190408.443000', '190408.446000', '190408.448000', '190408.451000', '190408.453000', '190408.456000', '190408.459000', '190408.461000', '190408.464000', '190408.466000', '190408.469000', '190408.471000', '190408.474000', '190408.477000', '190408.479000', '190408.482000', '190408.484000', '190408.487000', '190408.489000', '190408.492000', '190408.495000', '190408.497000', '190408.500000', '190408.502000', '190408.505000', '190408.508000', '190408.510000', '190408.513000', '190408.515000', '190408.518000', '190408.521000', '190408.523000', '190408.526000', '190408.528000', '190408.531000', '190408.534000', '190408.536000', '190408.539000', '190408.541000', '190408.544000', '190411.524000', '190411.527000', '190411.530000', '190411.532000', '190411.535000', '190411.538000', '190411.541000'], 'InstanceCreationTime': ['185748.468000', '185748.471000', '185748.473000', '185748.476000', '185748.479000', '185748.482000', '185748.484000', '185748.487000', '185748.489000', '185748.492000', '185748.500000', '185748.503000', '185748.505000', '185748.508000', '185748.511000', '185748.513000', '185748.516000', '185748.518000', '185748.521000', '185748.523000', '185748.526000', '185748.528000', '185748.531000', '185748.538000', '185748.540000', '185748.543000', '185748.546000', '185748.548000', '185748.551000', '185748.553000', '185748.556000', '185748.558000', '185748.561000', '185748.564000', '185748.566000', '185748.569000', '185748.571000', '185748.574000', '185748.576000', '185808.431000', '185808.434000', '185808.437000', '185808.439000', '185808.442000', '185808.444000', '185808.447000', '185808.449000', '185808.452000', '185808.460000', '185808.463000', '185808.465000', '185808.468000', '185808.470000', '185808.473000', '185808.476000', '185808.479000', '185808.481000', '185808.484000', '185808.486000', '185808.489000', '185808.491000', '185808.494000', '185808.496000', '185808.499000', '185808.501000', '185808.504000', '185808.507000', '185808.509000', '185808.512000', '185808.514000', '185808.517000', '185808.519000', '185808.522000', '185808.524000', '185808.527000', '185808.529000', '185808.532000', '185808.535000', '185808.537000', '185808.540000', '185808.542000', '185808.545000', '185828.433000', '185828.435000', '185828.438000', '185828.441000', '185828.443000', '185828.446000', '185828.448000', '185828.451000', '185828.453000', '185828.456000', '185828.459000', '185828.461000', '185828.464000', '185828.466000', '185828.469000', '185828.472000', '185828.474000', '185828.477000', '185828.479000', '185828.482000', '185828.484000', '185828.487000', '185828.489000', '185828.492000', '185828.494000', '185828.497000', '185828.500000', '185828.502000', '185828.505000', '185828.507000', '185828.510000', '185828.512000', '185828.515000', '185828.518000', '185828.520000', '185828.523000', '185828.525000', '185828.528000', '185828.530000', '185828.533000', '185828.536000', '185828.538000', '185828.541000', '185828.543000', '185848.432000', '185848.435000', '185848.438000', '185848.440000', '185848.443000', '185848.445000', '185848.448000', '185848.450000', '185848.453000', '185848.456000', '185848.458000', '185848.461000', '185848.463000', '185848.466000', '185848.468000', '185848.471000', '185848.482000', '185848.485000', '185848.487000', '185848.490000', '185848.492000', '185848.495000', '185848.497000', '185848.500000', '185848.503000', '185848.505000', '185848.508000', '185848.510000', '185848.513000', '185848.515000', '185848.518000', '185848.520000', '185848.523000', '185848.525000', '185848.528000', '185848.531000', '185848.533000', '185848.536000', '185848.542000', '185848.545000', '185848.547000', '185848.550000', '185848.552000', '185908.455000', '185908.458000', '185908.461000', '185908.463000', '185908.466000', '185908.469000', '185908.471000', '185908.474000', '185908.476000', '185908.479000', '185908.481000', '185908.484000', '185908.487000', '185908.489000', '185908.492000', '185908.494000', '185908.497000', '185908.499000', '185908.502000', '185908.505000', '185908.507000', '185908.510000', '185908.512000', '185908.515000', '185908.517000', '185908.520000', '185908.522000', '185908.525000', '185908.528000', '185908.530000', '185908.533000', '185908.535000', '185908.538000', '185908.540000', '185908.543000', '185908.546000', '185908.548000', '185908.551000', '185908.553000', '185908.556000', '185908.559000', '185908.561000', '185908.564000', '185928.432000', '185928.435000', '185928.438000', '185928.440000', '185928.443000', '185928.446000', '185928.448000', '185928.471000', '185928.473000', '185928.476000', '185928.479000', '185928.481000', '185928.484000', '185928.486000', '185928.489000', '185928.492000', '185928.494000', '185928.497000', '185928.499000', '185928.502000', '185928.504000', '185928.507000', '185928.509000', '185928.512000', '185928.515000', '185928.517000', '185928.520000', '185928.522000', '185928.525000', '185928.528000', '185928.530000', '185928.533000', '185928.535000', '185928.538000', '185928.540000', '185928.543000', '185928.545000', '185928.548000', '185928.551000', '185928.553000', '185928.556000', '185928.558000', '185928.561000', '185928.563000', '185948.431000', '185948.434000', '185948.437000', '185948.439000', '185948.442000', '185948.445000', '185948.448000', '185948.450000', '185948.453000', '185948.455000', '185948.458000', '185948.461000', '185948.463000', '185948.466000', '185948.468000', '185948.471000', '185948.474000', '185948.476000', '185948.479000', '185948.481000', '185948.484000', '185948.486000', '185948.489000', '185948.491000', '185948.494000', '185948.497000', '185948.500000', '185948.502000', '185948.505000', '185948.507000', '185948.510000', '185948.512000', '185948.515000', '185948.518000', '185948.520000', '185948.523000', '185948.525000', '185948.528000', '185948.531000', '185948.533000', '185948.536000', '185948.538000', '185948.541000', '185948.543000', '190008.431000', '190008.434000', '190008.437000', '190008.439000', '190008.442000', '190008.444000', '190008.447000', '190008.449000', '190008.452000', '190008.455000', '190008.457000', '190008.460000', '190008.462000', '190008.465000', '190008.467000', '190008.470000', '190008.473000', '190008.475000', '190008.485000', '190008.488000', '190008.491000', '190008.493000', '190008.496000', '190008.498000', '190008.501000', '190008.503000', '190008.506000', '190008.508000', '190008.511000', '190008.514000', '190008.516000', '190008.519000', '190008.522000', '190008.524000', '190008.527000', '190008.529000', '190008.532000', '190008.534000', '190008.537000', '190008.539000', '190008.542000', '190008.544000', '190008.547000', '190028.431000', '190028.434000', '190028.437000', '190028.439000', '190028.442000', '190028.445000', '190028.447000', '190028.450000', '190028.452000', '190028.455000', '190028.458000', '190028.460000', '190028.463000', '190028.465000', '190028.468000', '190028.471000', '190028.473000', '190028.476000', '190028.478000', '190028.481000', '190028.483000', '190028.486000', '190028.489000', '190028.491000', '190028.494000', '190028.497000', '190028.499000', '190028.502000', '190028.504000', '190028.507000', '190028.510000', '190028.512000', '190028.515000', '190028.517000', '190028.520000', '190028.523000', '190028.525000', '190028.528000', '190028.530000', '190028.554000', '190028.557000', '190028.559000', '190028.562000', '190028.564000', '190048.433000', '190048.435000', '190048.438000', '190048.441000', '190048.443000', '190048.446000', '190048.448000', '190048.451000', '190048.453000', '190048.456000', '190048.459000', '190048.461000', '190048.464000', '190048.466000', '190048.469000', '190048.471000', '190048.474000', '190048.477000', '190048.479000', '190048.482000', '190048.484000', '190048.487000', '190048.490000', '190048.492000', '190048.495000', '190048.497000', '190048.500000', '190048.503000', '190048.505000', '190048.508000', '190048.511000', '190048.513000', '190048.516000', '190048.518000', '190048.521000', '190048.523000', '190048.526000', '190048.529000', '190048.531000', '190048.534000', '190048.536000', '190048.539000', '190048.542000', '190108.433000', '190108.437000', '190108.440000', '190108.442000', '190108.445000', '190108.447000', '190108.450000', '190108.452000', '190108.455000', '190108.458000', '190108.460000', '190108.463000', '190108.466000', '190108.468000', '190108.471000', '190108.473000', '190108.476000', '190108.478000', '190108.481000', '190108.485000', '190108.488000', '190108.491000', '190108.494000', '190108.496000', '190108.499000', '190108.501000', '190108.504000', '190108.507000', '190108.509000', '190108.512000', '190108.514000', '190108.517000', '190108.520000', '190108.522000', '190108.525000', '190108.527000', '190108.530000', '190108.533000', '190108.535000', '190108.538000', '190108.541000', '190108.543000', '190108.546000', '190128.433000', '190128.435000', '190128.438000', '190128.441000', '190128.444000', '190128.446000', '190128.449000', '190128.452000', '190128.454000', '190128.457000', '190128.460000', '190128.462000', '190128.465000', '190128.467000', '190128.470000', '190128.473000', '190128.475000', '190128.478000', '190128.480000', '190128.483000', '190128.486000', '190128.488000', '190128.491000', '190128.494000', '190128.496000', '190128.499000', '190128.501000', '190128.504000', '190128.507000', '190128.509000', '190128.512000', '190128.514000', '190128.517000', '190128.520000', '190128.522000', '190128.525000', '190128.527000', '190128.530000', '190128.533000', '190128.535000', '190128.538000', '190128.540000', '190128.543000', '190128.545000', '190148.432000', '190148.435000', '190148.438000', '190148.441000', '190148.443000', '190148.446000', '190148.449000', '190148.452000', '190148.455000', '190148.458000', '190148.460000', '190148.463000', '190148.465000', '190148.468000', '190148.471000', '190148.473000', '190148.476000', '190148.478000', '190148.481000', '190148.483000', '190148.486000', '190148.489000', '190148.491000', '190148.494000', '190148.496000', '190148.499000', '190148.502000', '190148.504000', '190148.507000', '190148.510000', '190148.512000', '190148.515000', '190148.517000', '190148.520000', '190148.522000', '190148.525000', '190148.528000', '190148.530000', '190148.533000', '190148.536000', '190148.538000', '190148.541000', '190148.543000', '190208.431000', '190208.434000', '190208.437000', '190208.440000', '190208.442000', '190208.445000', '190208.447000', '190208.464000', '190208.466000', '190208.469000', '190208.471000', '190208.474000', '190208.477000', '190208.479000', '190208.482000', '190208.484000', '190208.487000', '190208.489000', '190208.492000', '190208.495000', '190208.497000', '190208.500000', '190208.503000', '190208.505000', '190208.508000', '190208.510000', '190208.513000', '190208.516000', '190208.518000', '190208.521000', '190208.524000', '190208.526000', '190208.529000', '190208.531000', '190208.534000', '190208.537000', '190208.539000', '190208.542000', '190208.544000', '190208.547000', '190208.550000', '190208.552000', '190208.555000', '190208.557000', '190228.432000', '190228.434000', '190228.437000', '190228.440000', '190228.442000', '190228.445000', '190228.447000', '190228.450000', '190228.453000', '190228.455000', '190228.458000', '190228.460000', '190228.463000', '190228.465000', '190228.468000', '190228.471000', '190228.474000', '190228.477000', '190228.479000', '190228.482000', '190228.485000', '190228.488000', '190228.491000', '190228.494000', '190228.496000', '190228.499000', '190228.502000', '190228.504000', '190228.507000', '190228.509000', '190228.512000', '190228.515000', '190228.517000', '190228.520000', '190228.524000', '190228.526000', '190228.529000', '190228.531000', '190228.534000', '190228.537000', '190228.539000', '190228.542000', '190228.544000', '190248.431000', '190248.434000', '190248.437000', '190248.439000', '190248.442000', '190248.444000', '190248.447000', '190248.450000', '190248.452000', '190248.455000', '190248.457000', '190248.460000', '190248.463000', '190248.465000', '190248.468000', '190248.470000', '190248.473000', '190248.476000', '190248.478000', '190248.481000', '190248.484000', '190248.486000', '190248.489000', '190248.491000', '190248.494000', '190248.497000', '190248.499000', '190248.502000', '190248.505000', '190248.507000', '190248.510000', '190248.513000', '190248.515000', '190248.518000', '190248.520000', '190248.523000', '190248.525000', '190248.528000', '190248.531000', '190248.533000', '190248.536000', '190248.538000', '190248.541000', '190248.543000', '190308.433000', '190308.435000', '190308.438000', '190308.441000', '190308.443000', '190308.446000', '190308.448000', '190308.451000', '190308.453000', '190308.456000', '190308.459000', '190308.461000', '190308.464000', '190308.467000', '190308.469000', '190308.472000', '190308.474000', '190308.477000', '190308.480000', '190308.482000', '190308.485000', '190308.487000', '190308.490000', '190308.492000', '190308.495000', '190308.498000', '190308.501000', '190308.503000', '190308.506000', '190308.508000', '190308.511000', '190308.514000', '190308.516000', '190308.519000', '190308.521000', '190308.524000', '190308.527000', '190308.529000', '190308.532000', '190308.535000', '190308.537000', '190308.540000', '190308.543000', '190328.433000', '190328.435000', '190328.438000', '190328.441000', '190328.443000', '190328.446000', '190328.448000', '190328.451000', '190328.453000', '190328.456000', '190328.460000', '190328.463000', '190328.465000', '190328.468000', '190328.471000', '190328.473000', '190328.476000', '190328.528000', '190328.531000', '190328.533000', '190328.536000', '190328.539000', '190328.541000', '190328.544000', '190328.546000', '190328.549000', '190328.551000', '190328.554000', '190328.557000', '190328.559000', '190328.562000', '190328.564000', '190328.567000', '190328.569000', '190328.572000', '190328.575000', '190328.577000', '190328.580000', '190328.582000', '190328.585000', '190328.588000', '190328.590000', '190328.593000', '190328.595000', '190348.432000', '190348.435000', '190348.438000', '190348.440000', '190348.443000', '190348.446000', '190348.448000', '190348.451000', '190348.453000', '190348.456000', '190348.459000', '190348.461000', '190348.464000', '190348.466000', '190348.469000', '190348.472000', '190348.474000', '190348.477000', '190348.479000', '190348.482000', '190348.484000', '190348.487000', '190348.490000', '190348.492000', '190348.495000', '190348.498000', '190348.501000', '190348.503000', '190348.506000', '190348.509000', '190348.511000', '190348.514000', '190348.517000', '190348.519000', '190348.522000', '190348.524000', '190348.527000', '190348.530000', '190348.532000', '190348.535000', '190348.537000', '190348.540000', '190348.542000', '190408.432000', '190408.435000', '190408.438000', '190408.441000', '190408.443000', '190408.446000', '190408.448000', '190408.451000', '190408.453000', '190408.456000', '190408.459000', '190408.461000', '190408.464000', '190408.466000', '190408.469000', '190408.471000', '190408.474000', '190408.477000', '190408.479000', '190408.482000', '190408.484000', '190408.487000', '190408.489000', '190408.492000', '190408.495000', '190408.497000', '190408.500000', '190408.502000', '190408.505000', '190408.508000', '190408.510000', '190408.513000', '190408.515000', '190408.518000', '190408.521000', '190408.523000', '190408.526000', '190408.528000', '190408.531000', '190408.534000', '190408.536000', '190408.539000', '190408.541000', '190408.544000', '190411.524000', '190411.527000', '190411.530000', '190411.532000', '190411.535000', '190411.538000', '190411.541000'], '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': [8870, 11191, 7287, 11503, 6615, 10656, 7115, 12030, 6510, 8349, 11366, 6596, 11284, 7226, 11225, 6510, 9006, 7106, 7633, 11509, 6837, 10269, 6721, 8782, 6534, 8203, 12048, 7641, 11039, 7162, 9752, 6352, 8920, 8203, 7907, 10697, 7018, 9532, 6547, 8510, 7300, 6889, 10865, 6624, 8958, 6645, 9054, 6550, 7832, 6613, 7699, 10318, 6578, 9369, 6791, 10561, 6633, 7840, 11478, 6592, 10585, 6588, 11928, 7329, 9350, 11760, 6965, 10775, 6729, 8378, 6580, 7999, 10917, 6886, 9907, 6623, 8309, 6520, 8235, 10676, 6487, 10368, 7070, 10296, 6441, 8316, 6641, 7878, 10221, 6648, 10405, 6838, 11665, 6360, 8607, 6722, 7701, 10643, 6533, 10256, 6844, 8717, 6281, 9379, 6916, 11185, 10023, 8123, 10291, 6834, 8545, 6958, 11029, 6807, 12241, 11023, 7316, 11642, 7248, 10816, 6762, 12814, 8710, 10949, 12174, 7065, 10702, 6901, 10551, 6684, 9075, 11864, 9105, 10656, 7133, 9860, 6532, 8546, 10307, 7622, 9984, 7116, 8646, 6617, 9319, 7010, 7778, 10366, 6952, 8159, 6605, 8934, 6690, 7439, 9534, 6892, 9593, 6892, 10572, 7067, 11385, 6740, 8273, 10593, 6520, 9794, 6963, 9804, 6688, 9151, 6261, 8311, 10784, 6795, 10127, 7013, 9963, 6367, 8627, 8948, 8706, 12021, 7430, 10006, 7176, 9442, 6407, 8571, 9190, 9834, 11848, 7398, 10409, 6889, 11528, 7116, 11005, 10599, 6987, 11172, 7211, 9996, 6948, 9760, 10590, 7824, 10487, 7138, 7764, 6227, 8669, 8020, 7640, 10478, 7350, 9195, 6609, 8174, 6504, 8502, 6967, 8256, 11110, 7825, 12151, 7265, 8850, 7067, 10986, 7367, 8751, 9597, 6926, 9901, 6671, 9868, 7477, 12661, 6338, 8334, 9904, 6913, 9355, 6783, 9037, 7044, 9741, 6825, 8119, 10319, 6552, 9460, 7064, 7841, 6374, 8510, 6545, 8092, 10571, 7119, 10118, 7131, 9914, 6690, 8727, 8256, 8330, 11890, 6923, 10342, 7346, 11158, 6430, 8838, 8875, 9737, 11914, 7303, 10071, 6996, 9352, 6734, 9204, 7973, 7599, 10321, 7167, 10085, 7663, 10555, 6603, 8043, 11170, 6894, 9410, 6901, 10308, 7307, 8729, 6620, 8210, 9922, 6588, 9635, 6856, 9378, 6610, 9706, 6696, 8347, 11530, 6888, 9628, 7347, 10533, 6401, 8246, 10193, 7253, 10662, 7195, 10002, 7011, 9655, 7248, 8401, 10113, 7314, 9921, 7163, 10124, 7359, 8282, 6964, 7828, 9845, 6870, 7915, 6962, 9708, 7265, 9941, 10767, 7199, 11278, 7180, 9147, 7288, 10717, 8264, 11995, 12237, 8812, 12058, 7433, 8147, 6418, 8342, 8812, 7093, 11264, 7772, 11833, 6786, 9322, 8249, 8428, 11750, 7455, 10442, 7376, 13761, 8914, 12764, 11385, 8000, 11971, 7394, 8675, 6903, 7138, 6444, 8846, 6636, 8300, 11285, 6774, 10990, 7814, 15622, 12310, 13271, 8079, 9382, 7011, 7141, 11427, 6980, 9332, 7502, 9247, 6540, 8037, 11095, 6921, 12420, 9000, 12753, 11644, 8612, 12545, 10405, 15224, 9606, 10268, 8670, 7271, 7816, 6897, 7793, 7172, 9023, 7491, 9469, 6720, 8122, 9292, 6748, 10023, 7027, 9721, 7242, 10231, 7765, 10093, 8032, 10599, 10213, 7602, 9654, 6767, 8687, 7106, 8618, 7334, 11159, 7923, 8104, 9173, 7258, 9836, 7353, 8819, 6949, 8762, 7511, 9323, 11233, 10217, 13313, 7418, 11249, 7769, 9301, 7150, 8475, 6396, 7819, 9642, 6770, 8627, 7363, 10342, 9624, 8550, 12880, 8243, 12749, 7413, 9578, 12225, 8425, 12215, 7463, 10368, 7694, 7245, 6447, 8529, 6811, 7684, 10690, 7401, 10473, 7207, 8055, 7567, 7907, 11153, 7293, 10607, 7075, 11429, 8879, 9929, 12740, 7437, 10681, 7390, 9243, 6774, 8283, 10441, 7516, 10676, 7438, 8622, 6936, 8918, 6800, 7650, 10969, 6633, 10232, 7077, 10538, 6593, 9034, 6517, 7754, 6624, 6855, 8963, 6629, 7788, 7096, 8926, 7016, 8046, 13390, 10628, 13155, 10429, 13012, 10113, 13689, 8223, 8838, 6586, 7151, 9512, 6895, 8343, 6834, 8207, 7083, 8197, 13956, 9167, 10480, 8341, 11617, 7320, 10000, 6794, 8128, 11274, 7839, 10906, 7068, 8373, 6856, 9598, 7395, 8993, 7325, 7915, 12337, 7076, 11859, 7395, 10060, 7157, 9068, 6656, 8201, 6382, 7384, 10552, 7149, 9264, 6875, 8598, 7486, 14000, 7016, 9668, 6985, 8370, 7396, 6508, 8426, 6590, 8777, 6916, 8829, 8732, 7644, 14103, 7165, 12762, 8926, 15175, 11459, 13877, 10167, 10121, 11839, 7521, 9280, 7248, 9686, 7366, 7690, 8575, 7358, 13315, 7393, 13049, 8146, 11139, 7005, 8174, 6644, 7489, 11983, 6889, 10296, 7275, 10711, 7643, 8218, 6724, 7380, 14122, 7410, 11787, 7501, 10492, 7358, 9613, 7487, 7291, 11267, 7058, 10332, 7162, 9568, 7458, 8566, 6848, 8139, 7140, 7525, 9399, 6975, 9802, 6752, 9329, 7275, 11876, 7194, 10153, 6635, 8559, 6905, 7931, 8829, 6776, 10277, 7256, 11635, 7492, 8283, 13844, 9527, 13858, 10520, 13632, 10461, 13850, 9106, 11595, 10121, 8491, 12095, 7132, 10002, 7562, 9516, 7510, 7613, 13414, 6813, 11027, 7284, 11077, 8311, 12576, 12422, 9396, 13432, 7868, 12095, 7978, 8626, 7106, 7822, 6793, 7050, 11493, 7533, 8354, 7371, 10920, 7128, 8161, 9187, 8322, 14135, 7761, 11274, 7391, 10169, 8049, 8886, 10903, 7300, 11099, 6939, 9257, 7179, 9223, 7020, 8234, 7889, 7534, 11673, 7243, 10264, 7502, 11912, 7559, 11821, 6843, 9043, 6640, 7188, 9754, 6752, 10235, 7237, 8713, 8730, 7242, 12944, 7253, 11935, 8510, 12605, 11438, 10779, 15059, 8866, 13188, 8107, 9477, 6769, 7536, 9855, 6951, 11773, 6741, 11436, 7244, 7863, 7287, 7240, 12952, 7689, 11501, 7490, 9905, 7028, 7754, 7156, 8149, 11507, 8042, 13429, 7014, 11687, 7111, 8650, 6749, 7816, 6835, 7528, 12516, 7406, 11456, 7080, 10024, 6983, 8658, 7207, 8183, 13439, 10202, 14824, 9220, 11242, 7550, 6919, 6603, 7407, 6792, 6517, 7066, 7374, 10641, 7434, 14124, 6691, 11415, 8409, 14406, 9497, 14614, 10661, 14019, 11423, 9065, 10679, 7137, 9791, 6767, 8622, 6863, 8405, 6952, 7468, 7903, 6989, 12951, 6687, 10654, 7090, 9006, 6562, 7420, 7907, 7413, 13512, 6966, 11379, 7220, 10150, 7731, 6857, 6058, 9470], 'WindowCenter': [3942.0, 3947.0, 3892.0, 3933.0, 3881.0, 3922.0, 3880.0, 3920.0, 3854.0, 3885.0, 3906.0, 3865.0, 3905.0, 3865.0, 3904.0, 3842.0, 3886.0, 3862.0, 3875.0, 3915.0, 3864.0, 3893.0, 3852.0, 3883.0, 3841.0, 3886.0, 3914.0, 3873.0, 3904.0, 3863.0, 3895.0, 3852.0, 3896.0, 3873.0, 3873.0, 3893.0, 3862.0, 3892.0, 3855.0, 3886.0, 3865.0, 3865.0, 3904.0, 3852.0, 3884.0, 3863.0, 3895.0, 3853.0, 3876.0, 3853.0, 3874.0, 3906.0, 3864.0, 3897.0, 3863.0, 3906.0, 3853.0, 3874.0, 3905.0, 3853.0, 3895.0, 3851.0, 3917.0, 3864.0, 3884.0, 3903.0, 3851.0, 3893.0, 3852.0, 3872.0, 3850.0, 3874.0, 3903.0, 3861.0, 3893.0, 3851.0, 3872.0, 3852.0, 3874.0, 3904.0, 3854.0, 3895.0, 3864.0, 3906.0, 3853.0, 3884.0, 3853.0, 3888.0, 3906.0, 3866.0, 3918.0, 3867.0, 3919.0, 3853.0, 3897.0, 3864.0, 3889.0, 3918.0, 3868.0, 3921.0, 3880.0, 3897.0, 3867.0, 3910.0, 3878.0, 3931.0, 3908.0, 3889.0, 3909.0, 3866.0, 3896.0, 3877.0, 3920.0, 3866.0, 3929.0, 3907.0, 3878.0, 3917.0, 3876.0, 3906.0, 3852.0, 3915.0, 3884.0, 3906.0, 3905.0, 3863.0, 3893.0, 3863.0, 3894.0, 3852.0, 3885.0, 3904.0, 3885.0, 3892.0, 3851.0, 3893.0, 3840.0, 3885.0, 3892.0, 3862.0, 3893.0, 3851.0, 3884.0, 3851.0, 3894.0, 3862.0, 3862.0, 3893.0, 3863.0, 3872.0, 3854.0, 3884.0, 3852.0, 3874.0, 3894.0, 3864.0, 3895.0, 3876.0, 3906.0, 3865.0, 3917.0, 3865.0, 3886.0, 3905.0, 3854.0, 3896.0, 3864.0, 3908.0, 3865.0, 3896.0, 3854.0, 3886.0, 3906.0, 3865.0, 3906.0, 3864.0, 3895.0, 3853.0, 3884.0, 3884.0, 3884.0, 3918.0, 3866.0, 3897.0, 3864.0, 3895.0, 3853.0, 3886.0, 3884.0, 3897.0, 3916.0, 3864.0, 3905.0, 3863.0, 3906.0, 3852.0, 3906.0, 3894.0, 3853.0, 3905.0, 3862.0, 3894.0, 3853.0, 3894.0, 3894.0, 3863.0, 3893.0, 3853.0, 3862.0, 3840.0, 3883.0, 3871.0, 3874.0, 3894.0, 3864.0, 3884.0, 3853.0, 3885.0, 3852.0, 3885.0, 3864.0, 3885.0, 3906.0, 3889.0, 3917.0, 3876.0, 3896.0, 3866.0, 3909.0, 3863.0, 3885.0, 3884.0, 3863.0, 3895.0, 3854.0, 3896.0, 3875.0, 3916.0, 3853.0, 3874.0, 3893.0, 3864.0, 3883.0, 3854.0, 3884.0, 3864.0, 3896.0, 3854.0, 3874.0, 3906.0, 3856.0, 3896.0, 3866.0, 3888.0, 3855.0, 3898.0, 3854.0, 3889.0, 3918.0, 3878.0, 3909.0, 3866.0, 3909.0, 3865.0, 3896.0, 3887.0, 3886.0, 3918.0, 3866.0, 3906.0, 3864.0, 3907.0, 3854.0, 3897.0, 3885.0, 3897.0, 3917.0, 3876.0, 3896.0, 3866.0, 3896.0, 3864.0, 3898.0, 3875.0, 3877.0, 3897.0, 3864.0, 3907.0, 3875.0, 3907.0, 3854.0, 3875.0, 3905.0, 3866.0, 3896.0, 3865.0, 3907.0, 3863.0, 3887.0, 3853.0, 3885.0, 3894.0, 3865.0, 3896.0, 3855.0, 3897.0, 3853.0, 3896.0, 3854.0, 3886.0, 3906.0, 3864.0, 3895.0, 3864.0, 3906.0, 3853.0, 3885.0, 3895.0, 3863.0, 3905.0, 3864.0, 3894.0, 3864.0, 3895.0, 3864.0, 3886.0, 3894.0, 3864.0, 3896.0, 3864.0, 3906.0, 3875.0, 3886.0, 3863.0, 3876.0, 3906.0, 3866.0, 3875.0, 3865.0, 3907.0, 3876.0, 3908.0, 3905.0, 3866.0, 3905.0, 3864.0, 3895.0, 3863.0, 3906.0, 3884.0, 3917.0, 3916.0, 3885.0, 3917.0, 3874.0, 3874.0, 3852.0, 3886.0, 3884.0, 3865.0, 3919.0, 3889.0, 3919.0, 3867.0, 3897.0, 3885.0, 3899.0, 3917.0, 3875.0, 3906.0, 3875.0, 3929.0, 3885.0, 3916.0, 3905.0, 3875.0, 3904.0, 3863.0, 3883.0, 3864.0, 3864.0, 3853.0, 3898.0, 3865.0, 3888.0, 3918.0, 3879.0, 3921.0, 3889.0, 3952.0, 3931.0, 3930.0, 3876.0, 3896.0, 3852.0, 3863.0, 3905.0, 3864.0, 3894.0, 3866.0, 3896.0, 3855.0, 3885.0, 3905.0, 3864.0, 3918.0, 3896.0, 3930.0, 3906.0, 3886.0, 3905.0, 3894.0, 3914.0, 3869.0, 3880.0, 3857.0, 3849.0, 3847.0, 3836.0, 3848.0, 3849.0, 3871.0, 3849.0, 3884.0, 3840.0, 3872.0, 3881.0, 3852.0, 3882.0, 3850.0, 3883.0, 3860.0, 3892.0, 3861.0, 3894.0, 3874.0, 3893.0, 3892.0, 3861.0, 3882.0, 3841.0, 3871.0, 3850.0, 3872.0, 3853.0, 3906.0, 3873.0, 3875.0, 3882.0, 3862.0, 3893.0, 3863.0, 3882.0, 3852.0, 3884.0, 3863.0, 3895.0, 3904.0, 3896.0, 3914.0, 3864.0, 3905.0, 3873.0, 3884.0, 3851.0, 3874.0, 3853.0, 3875.0, 3894.0, 3865.0, 3886.0, 3874.0, 3907.0, 3895.0, 3887.0, 3917.0, 3873.0, 3915.0, 3863.0, 3894.0, 3904.0, 3872.0, 3903.0, 3849.0, 3881.0, 3860.0, 3850.0, 3840.0, 3882.0, 3852.0, 3875.0, 3906.0, 3876.0, 3906.0, 3865.0, 3876.0, 3875.0, 3874.0, 3905.0, 3864.0, 3894.0, 3852.0, 3905.0, 3884.0, 3895.0, 3915.0, 3863.0, 3893.0, 3862.0, 3883.0, 3852.0, 3886.0, 3894.0, 3864.0, 3894.0, 3863.0, 3885.0, 3863.0, 3885.0, 3853.0, 3873.0, 3905.0, 3866.0, 3907.0, 3866.0, 3907.0, 3866.0, 3887.0, 3854.0, 3875.0, 3864.0, 3866.0, 3897.0, 3867.0, 3889.0, 3879.0, 3899.0, 3879.0, 3901.0, 3930.0, 3920.0, 3930.0, 3909.0, 3918.0, 3894.0, 3917.0, 3873.0, 3885.0, 3851.0, 3864.0, 3884.0, 3862.0, 3875.0, 3852.0, 3885.0, 3863.0, 3888.0, 3927.0, 3897.0, 3908.0, 3886.0, 3903.0, 3863.0, 3895.0, 3851.0, 3872.0, 3892.0, 3863.0, 3894.0, 3852.0, 3872.0, 3852.0, 3883.0, 3850.0, 3883.0, 3851.0, 3862.0, 3904.0, 3851.0, 3904.0, 3863.0, 3893.0, 3851.0, 3882.0, 3841.0, 3873.0, 3852.0, 3864.0, 3905.0, 3866.0, 3896.0, 3867.0, 3898.0, 3878.0, 3941.0, 3866.0, 3897.0, 3865.0, 3888.0, 3876.0, 3858.0, 3887.0, 3868.0, 3900.0, 3879.0, 3911.0, 3900.0, 3891.0, 3940.0, 3879.0, 3931.0, 3887.0, 3931.0, 3908.0, 3918.0, 3884.0, 3894.0, 3891.0, 3862.0, 3870.0, 3850.0, 3883.0, 3850.0, 3863.0, 3872.0, 3852.0, 3913.0, 3853.0, 3903.0, 3863.0, 3892.0, 3838.0, 3861.0, 3839.0, 3851.0, 3891.0, 3850.0, 3882.0, 3851.0, 3893.0, 3861.0, 3873.0, 3839.0, 3853.0, 3913.0, 3862.0, 3892.0, 3850.0, 3881.0, 3851.0, 3882.0, 3849.0, 3849.0, 3878.0, 3838.0, 3879.0, 3839.0, 3870.0, 3849.0, 3870.0, 3840.0, 3873.0, 3852.0, 3873.0, 3882.0, 3864.0, 3894.0, 3865.0, 3896.0, 3876.0, 3918.0, 3879.0, 3908.0, 3865.0, 3886.0, 3865.0, 3888.0, 3898.0, 3869.0, 3909.0, 3878.0, 3920.0, 3877.0, 3888.0, 3930.0, 3899.0, 3929.0, 3896.0, 3918.0, 3894.0, 3915.0, 3873.0, 3894.0, 3881.0, 3873.0, 3892.0, 3850.0, 3882.0, 3861.0, 3881.0, 3851.0, 3861.0, 3901.0, 3840.0, 3892.0, 3850.0, 3893.0, 3860.0, 3903.0, 3891.0, 3870.0, 3888.0, 3849.0, 3889.0, 3848.0, 3870.0, 3838.0, 3859.0, 3838.0, 3851.0, 3890.0, 3862.0, 3861.0, 3851.0, 3893.0, 3851.0, 3872.0, 3883.0, 3875.0, 3915.0, 3861.0, 3892.0, 3862.0, 3895.0, 3874.0, 3885.0, 3893.0, 3863.0, 3892.0, 3852.0, 3881.0, 3850.0, 3884.0, 3853.0, 3887.0, 3873.0, 3875.0, 3906.0, 3877.0, 3907.0, 3877.0, 3917.0, 3877.0, 3917.0, 3854.0, 3885.0, 3854.0, 3866.0, 3896.0, 3856.0, 3896.0, 3865.0, 3889.0, 3886.0, 3878.0, 3930.0, 3867.0, 3918.0, 3885.0, 3918.0, 3906.0, 3897.0, 3915.0, 3874.0, 3905.0, 3862.0, 3882.0, 3839.0, 3863.0, 3881.0, 3852.0, 3902.0, 3852.0, 3905.0, 3863.0, 3873.0, 3851.0, 3865.0, 3914.0, 3863.0, 3903.0, 3861.0, 3882.0, 3850.0, 3861.0, 3852.0, 3874.0, 3903.0, 3863.0, 3914.0, 3852.0, 3903.0, 3852.0, 3874.0, 3853.0, 3874.0, 3854.0, 3877.0, 3918.0, 3878.0, 3917.0, 3867.0, 3897.0, 3866.0, 3885.0, 3864.0, 3888.0, 3917.0, 3899.0, 3929.0, 3896.0, 3905.0, 3874.0, 3864.0, 3863.0, 3874.0, 3867.0, 3870.0, 3878.0, 3891.0, 3920.0, 3891.0, 3942.0, 3870.0, 3921.0, 3875.0, 3928.0, 3883.0, 3931.0, 3896.0, 3919.0, 3895.0, 3872.0, 3878.0, 3837.0, 3867.0, 3828.0, 3860.0, 3828.0, 3859.0, 3839.0, 3850.0, 3858.0, 3850.0, 3890.0, 3840.0, 3880.0, 3839.0, 3859.0, 3828.0, 3850.0, 3846.0, 3838.0, 3899.0, 3840.0, 3891.0, 3849.0, 3883.0, 3861.0, 3842.0, 3829.0, 3885.0], 'WindowWidth': [8810.0, 8806.0, 8725.0, 8778.0, 8709.0, 8762.0, 8700.0, 8755.0, 8658.0, 8701.0, 8727.0, 8673.0, 8726.0, 8674.0, 8725.0, 8637.0, 8700.0, 8664.0, 8686.0, 8739.0, 8670.0, 8706.0, 8652.0, 8694.0, 8635.0, 8700.0, 8737.0, 8681.0, 8724.0, 8666.0, 8714.0, 8653.0, 8714.0, 8680.0, 8680.0, 8706.0, 8664.0, 8703.0, 8660.0, 8702.0, 8673.0, 8672.0, 8721.0, 8654.0, 8696.0, 8669.0, 8713.0, 8655.0, 8690.0, 8654.0, 8685.0, 8728.0, 8671.0, 8718.0, 8670.0, 8730.0, 8656.0, 8685.0, 8727.0, 8654.0, 8712.0, 8650.0, 8743.0, 8667.0, 8695.0, 8719.0, 8647.0, 8705.0, 8650.0, 8677.0, 8645.0, 8681.0, 8720.0, 8664.0, 8707.0, 8649.0, 8678.0, 8650.0, 8684.0, 8722.0, 8658.0, 8713.0, 8670.0, 8729.0, 8653.0, 8697.0, 8654.0, 8710.0, 8730.0, 8680.0, 8750.0, 8682.0, 8754.0, 8658.0, 8720.0, 8673.0, 8711.0, 8750.0, 8683.0, 8758.0, 8702.0, 8722.0, 8681.0, 8743.0, 8698.0, 8771.0, 8736.0, 8712.0, 8738.0, 8678.0, 8719.0, 8692.0, 8755.0, 8677.0, 8765.0, 8733.0, 8696.0, 8746.0, 8691.0, 8731.0, 8652.0, 8740.0, 8695.0, 8728.0, 8726.0, 8667.0, 8707.0, 8667.0, 8710.0, 8652.0, 8699.0, 8723.0, 8698.0, 8705.0, 8648.0, 8705.0, 8632.0, 8698.0, 8704.0, 8664.0, 8705.0, 8648.0, 8694.0, 8649.0, 8711.0, 8664.0, 8664.0, 8707.0, 8666.0, 8677.0, 8657.0, 8698.0, 8653.0, 8686.0, 8710.0, 8672.0, 8714.0, 8692.0, 8731.0, 8674.0, 8745.0, 8672.0, 8702.0, 8726.0, 8659.0, 8715.0, 8672.0, 8734.0, 8673.0, 8717.0, 8658.0, 8702.0, 8731.0, 8674.0, 8731.0, 8671.0, 8714.0, 8654.0, 8699.0, 8696.0, 8699.0, 8747.0, 8676.0, 8716.0, 8671.0, 8711.0, 8654.0, 8702.0, 8697.0, 8718.0, 8743.0, 8671.0, 8726.0, 8668.0, 8729.0, 8650.0, 8729.0, 8709.0, 8654.0, 8724.0, 8664.0, 8710.0, 8653.0, 8710.0, 8709.0, 8667.0, 8706.0, 8653.0, 8662.0, 8632.0, 8692.0, 8674.0, 8682.0, 8710.0, 8668.0, 8694.0, 8652.0, 8699.0, 8651.0, 8699.0, 8669.0, 8701.0, 8729.0, 8711.0, 8747.0, 8691.0, 8717.0, 8677.0, 8736.0, 8669.0, 8699.0, 8694.0, 8668.0, 8710.0, 8657.0, 8715.0, 8688.0, 8741.0, 8652.0, 8683.0, 8705.0, 8668.0, 8693.0, 8659.0, 8698.0, 8669.0, 8715.0, 8656.0, 8684.0, 8727.0, 8664.0, 8715.0, 8677.0, 8707.0, 8661.0, 8721.0, 8661.0, 8712.0, 8751.0, 8698.0, 8738.0, 8678.0, 8737.0, 8673.0, 8718.0, 8704.0, 8704.0, 8747.0, 8677.0, 8728.0, 8672.0, 8730.0, 8657.0, 8717.0, 8700.0, 8717.0, 8745.0, 8689.0, 8714.0, 8677.0, 8716.0, 8671.0, 8720.0, 8687.0, 8691.0, 8718.0, 8672.0, 8731.0, 8686.0, 8730.0, 8656.0, 8685.0, 8727.0, 8675.0, 8713.0, 8673.0, 8732.0, 8668.0, 8703.0, 8654.0, 8699.0, 8710.0, 8675.0, 8716.0, 8662.0, 8718.0, 8656.0, 8716.0, 8656.0, 8702.0, 8730.0, 8671.0, 8711.0, 8669.0, 8728.0, 8653.0, 8698.0, 8712.0, 8670.0, 8726.0, 8670.0, 8709.0, 8669.0, 8712.0, 8670.0, 8702.0, 8711.0, 8671.0, 8714.0, 8670.0, 8729.0, 8686.0, 8702.0, 8669.0, 8690.0, 8730.0, 8675.0, 8687.0, 8674.0, 8733.0, 8689.0, 8735.0, 8727.0, 8675.0, 8726.0, 8670.0, 8713.0, 8666.0, 8729.0, 8698.0, 8744.0, 8742.0, 8699.0, 8744.0, 8684.0, 8685.0, 8652.0, 8702.0, 8698.0, 8675.0, 8752.0, 8711.0, 8754.0, 8680.0, 8719.0, 8699.0, 8725.0, 8744.0, 8686.0, 8730.0, 8686.0, 8764.0, 8701.0, 8744.0, 8726.0, 8685.0, 8723.0, 8667.0, 8692.0, 8670.0, 8671.0, 8655.0, 8720.0, 8674.0, 8709.0, 8749.0, 8701.0, 8759.0, 8712.0, 8806.0, 8773.0, 8767.0, 8688.0, 8713.0, 8650.0, 8667.0, 8725.0, 8670.0, 8709.0, 8674.0, 8715.0, 8659.0, 8700.0, 8726.0, 8670.0, 8746.0, 8716.0, 8769.0, 8727.0, 8700.0, 8729.0, 8709.0, 8736.0, 8664.0, 8680.0, 8645.0, 8636.0, 8633.0, 8619.0, 8637.0, 8640.0, 8671.0, 8642.0, 8694.0, 8630.0, 8676.0, 8685.0, 8652.0, 8688.0, 8644.0, 8690.0, 8658.0, 8701.0, 8658.0, 8708.0, 8679.0, 8705.0, 8701.0, 8660.0, 8687.0, 8633.0, 8671.0, 8645.0, 8675.0, 8650.0, 8726.0, 8679.0, 8683.0, 8688.0, 8664.0, 8705.0, 8664.0, 8688.0, 8649.0, 8697.0, 8668.0, 8711.0, 8721.0, 8712.0, 8738.0, 8670.0, 8723.0, 8679.0, 8694.0, 8650.0, 8682.0, 8652.0, 8686.0, 8709.0, 8673.0, 8703.0, 8684.0, 8732.0, 8711.0, 8702.0, 8743.0, 8678.0, 8738.0, 8665.0, 8709.0, 8722.0, 8676.0, 8717.0, 8641.0, 8685.0, 8656.0, 8642.0, 8630.0, 8691.0, 8648.0, 8683.0, 8728.0, 8688.0, 8729.0, 8674.0, 8687.0, 8686.0, 8682.0, 8723.0, 8667.0, 8709.0, 8650.0, 8725.0, 8694.0, 8710.0, 8736.0, 8667.0, 8704.0, 8661.0, 8691.0, 8650.0, 8702.0, 8709.0, 8670.0, 8707.0, 8668.0, 8698.0, 8666.0, 8698.0, 8652.0, 8682.0, 8725.0, 8675.0, 8731.0, 8677.0, 8731.0, 8675.0, 8704.0, 8657.0, 8687.0, 8670.0, 8677.0, 8718.0, 8680.0, 8711.0, 8697.0, 8726.0, 8700.0, 8731.0, 8770.0, 8754.0, 8769.0, 8736.0, 8749.0, 8710.0, 8746.0, 8680.0, 8698.0, 8649.0, 8669.0, 8695.0, 8665.0, 8684.0, 8652.0, 8699.0, 8667.0, 8706.0, 8761.0, 8717.0, 8736.0, 8702.0, 8721.0, 8665.0, 8711.0, 8648.0, 8675.0, 8701.0, 8665.0, 8705.0, 8650.0, 8676.0, 8649.0, 8692.0, 8644.0, 8691.0, 8646.0, 8662.0, 8719.0, 8648.0, 8721.0, 8667.0, 8706.0, 8647.0, 8689.0, 8632.0, 8678.0, 8652.0, 8669.0, 8725.0, 8678.0, 8715.0, 8682.0, 8724.0, 8697.0, 8785.0, 8678.0, 8719.0, 8674.0, 8708.0, 8690.0, 8668.0, 8705.0, 8682.0, 8726.0, 8699.0, 8745.0, 8728.0, 8718.0, 8782.0, 8699.0, 8772.0, 8705.0, 8773.0, 8732.0, 8748.0, 8692.0, 8706.0, 8699.0, 8659.0, 8669.0, 8642.0, 8690.0, 8641.0, 8663.0, 8674.0, 8649.0, 8731.0, 8651.0, 8718.0, 8663.0, 8700.0, 8624.0, 8656.0, 8627.0, 8644.0, 8696.0, 8643.0, 8686.0, 8647.0, 8706.0, 8658.0, 8675.0, 8627.0, 8649.0, 8733.0, 8662.0, 8701.0, 8644.0, 8686.0, 8645.0, 8686.0, 8640.0, 8641.0, 8676.0, 8624.0, 8678.0, 8627.0, 8667.0, 8639.0, 8669.0, 8628.0, 8677.0, 8651.0, 8680.0, 8688.0, 8669.0, 8709.0, 8673.0, 8714.0, 8689.0, 8748.0, 8698.0, 8734.0, 8674.0, 8703.0, 8674.0, 8707.0, 8719.0, 8684.0, 8737.0, 8695.0, 8754.0, 8693.0, 8709.0, 8767.0, 8724.0, 8766.0, 8716.0, 8747.0, 8708.0, 8738.0, 8676.0, 8706.0, 8685.0, 8675.0, 8699.0, 8644.0, 8685.0, 8659.0, 8686.0, 8643.0, 8658.0, 8711.0, 8629.0, 8700.0, 8643.0, 8703.0, 8655.0, 8716.0, 8695.0, 8666.0, 8689.0, 8636.0, 8690.0, 8635.0, 8666.0, 8625.0, 8654.0, 8625.0, 8645.0, 8695.0, 8660.0, 8658.0, 8645.0, 8704.0, 8645.0, 8674.0, 8690.0, 8684.0, 8736.0, 8660.0, 8701.0, 8661.0, 8711.0, 8681.0, 8696.0, 8705.0, 8664.0, 8700.0, 8650.0, 8685.0, 8645.0, 8694.0, 8653.0, 8702.0, 8681.0, 8686.0, 8728.0, 8692.0, 8731.0, 8691.0, 8745.0, 8691.0, 8742.0, 8655.0, 8698.0, 8656.0, 8674.0, 8713.0, 8662.0, 8714.0, 8673.0, 8709.0, 8701.0, 8694.0, 8764.0, 8677.0, 8746.0, 8697.0, 8748.0, 8726.0, 8715.0, 8738.0, 8680.0, 8721.0, 8659.0, 8687.0, 8628.0, 8663.0, 8683.0, 8648.0, 8714.0, 8650.0, 8725.0, 8666.0, 8679.0, 8645.0, 8670.0, 8733.0, 8666.0, 8719.0, 8661.0, 8689.0, 8645.0, 8661.0, 8648.0, 8681.0, 8717.0, 8664.0, 8734.0, 8649.0, 8717.0, 8649.0, 8679.0, 8653.0, 8683.0, 8656.0, 8690.0, 8745.0, 8693.0, 8743.0, 8678.0, 8718.0, 8674.0, 8700.0, 8670.0, 8705.0, 8743.0, 8722.0, 8765.0, 8716.0, 8727.0, 8684.0, 8671.0, 8670.0, 8687.0, 8681.0, 8692.0, 8697.0, 8719.0, 8756.0, 8720.0, 8788.0, 8688.0, 8754.0, 8685.0, 8762.0, 8693.0, 8769.0, 8710.0, 8749.0, 8708.0, 8673.0, 8674.0, 8618.0, 8655.0, 8606.0, 8649.0, 8606.0, 8650.0, 8624.0, 8641.0, 8649.0, 8641.0, 8691.0, 8625.0, 8677.0, 8623.0, 8651.0, 8609.0, 8640.0, 8627.0, 8622.0, 8702.0, 8628.0, 8696.0, 8639.0, 8688.0, 8657.0, 8635.0, 8612.0, 8695.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.0007447459584295612</td></tr>
<tr><td colspan=3>aqi</td><td>0.03329928048498845</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.15461345513295</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2349041430520227</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9750478233988443</td></tr>
<tr><td colspan=3>efc</td><td>0.4481</td></tr>
<tr><td colspan=3>fber</td><td>6659.8477</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09125759299439226</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.579676674364896</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4603298327914844</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4255114876258452</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.622881755647444</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.332596255101164</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106372</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018467199057340622</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01871349848806858</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</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.755619941436478</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.2537</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.3156</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.4033</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309553.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>710.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.7807</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1137</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.6146</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3131.1418</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66991.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>913.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.5164</td></tr>
<tr><td colspan=3>tsnr</td><td>36.64516158076003</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>