ds005256-mriqc/sub-0097_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 675e0c3598 [DATALAD RUNCMD] Compute MRIQC for sub-0097
=== 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-0097 --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-0097",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 05:28:34 +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-0097_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0097_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0097_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-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0097/figures/sub-0097_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0097/ses-01/func/sub-0097_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4529ce9940d6a274917526c13c95a54a</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>20:26:17.455000</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.997605, -0.0597127, 0.0349117, 0.0622396, 0.99513, -0.0764371]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101806</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4253, -7745, -7266, 224, -12, 31, -23, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.574</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>62a5f6d1-b07d-4e1f-856d-7a6cad69b1f9||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.6765010356903076, 0.16698415577411652, 0.08147899061441422, 103.05949401855469], [0.1602049022912979, 2.66986083984375, -0.2117527425289154, -99.30603790283203], [0.09366552531719208, 0.2050752192735672, 2.6904501914978027, -78.75083923339844], [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': ['202617.455000', '202617.915000', '202618.375000', '202618.835000', '202619.295000', '202619.755000', '202620.215000', '202620.675000', '202621.135000', '202621.595000', '202622.055000', '202622.515000', '202622.975000', '202623.435000', '202623.895000', '202624.355000', '202624.815000', '202625.275000', '202625.735000', '202626.195000', '202626.655000', '202627.115000', '202627.575000', '202628.035000', '202628.495000', '202628.955000', '202629.415000', '202629.875000', '202630.335000', '202630.795000', '202631.255000', '202631.715000', '202632.175000', '202632.635000', '202633.095000', '202633.555000', '202634.015000', '202634.475000', '202634.935000', '202635.395000', '202635.855000', '202636.315000', '202636.775000', '202637.235000', '202637.695000', '202638.155000', '202638.615000', '202639.075000', '202639.535000', '202639.995000', '202640.455000', '202640.915000', '202641.375000', '202641.835000', '202642.295000', '202642.755000', '202643.215000', '202643.675000', '202644.135000', '202644.595000', '202645.055000', '202645.515000', '202645.975000', '202646.435000', '202646.895000', '202647.355000', '202647.815000', '202648.275000', '202648.735000', '202649.195000', '202649.655000', '202650.115000', '202650.575000', '202651.035000', '202651.495000', '202651.955000', '202652.415000', '202652.875000', '202653.335000', '202653.795000', '202654.255000', '202654.715000', '202655.175000', '202655.635000', '202656.095000', '202656.555000', '202657.015000', '202657.475000', '202657.935000', '202658.395000', '202658.855000', '202659.315000', '202659.775000', '202700.235000', '202700.695000', '202701.155000', '202701.615000', '202702.075000', '202702.535000', '202702.995000', '202703.455000', '202703.915000', '202704.375000', '202704.835000', '202705.295000', '202705.755000', '202706.215000', '202706.675000', '202707.135000', '202707.595000', '202708.055000', '202708.515000', '202708.975000', '202709.435000', '202709.895000', '202710.355000', '202710.815000', '202711.275000', '202711.735000', '202712.195000', '202712.655000', '202713.115000', '202713.575000', '202714.035000', '202714.495000', '202714.955000', '202715.415000', '202715.875000', '202716.335000', '202716.795000', '202717.255000', '202717.715000', '202718.175000', '202718.635000', '202719.095000', '202719.555000', '202720.015000', '202720.475000', '202720.935000', '202721.395000', '202721.855000', '202722.315000', '202722.775000', '202723.235000', '202723.695000', '202724.155000', '202724.615000', '202725.075000', '202725.535000', '202725.995000', '202726.455000', '202726.915000', '202727.375000', '202727.835000', '202728.295000', '202728.755000', '202729.215000', '202729.675000', '202730.135000', '202730.595000', '202731.055000', '202731.515000', '202731.975000', '202732.435000', '202732.895000', '202733.355000', '202733.815000', '202734.275000', '202734.735000', '202735.195000', '202735.655000', '202736.115000', '202736.575000', '202737.035000', '202737.495000', '202737.955000', '202738.415000', '202738.875000', '202739.335000', '202739.795000', '202740.255000', '202740.715000', '202741.175000', '202741.635000', '202742.095000', '202742.555000', '202743.015000', '202743.475000', '202743.935000', '202744.395000', '202744.855000', '202745.315000', '202745.775000', '202746.235000', '202746.695000', '202747.155000', '202747.615000', '202748.075000', '202748.535000', '202748.995000', '202749.455000', '202749.915000', '202750.375000', '202750.835000', '202751.295000', '202751.755000', '202752.215000', '202752.675000', '202753.135000', '202753.595000', '202754.055000', '202754.515000', '202754.975000', '202755.435000', '202755.895000', '202756.355000', '202756.815000', '202757.275000', '202757.735000', '202758.195000', '202758.655000', '202759.115000', '202759.575000', '202800.035000', '202800.495000', '202800.955000', '202801.415000', '202801.875000', '202802.335000', '202802.795000', '202803.255000', '202803.715000', '202804.175000', '202804.635000', '202805.095000', '202805.555000', '202806.015000', '202806.475000', '202806.935000', '202807.395000', '202807.855000', '202808.315000', '202808.775000', '202809.235000', '202809.695000', '202810.155000', '202810.615000', '202811.075000', '202811.535000', '202811.995000', '202812.455000', '202812.915000', '202813.375000', '202813.835000', '202814.295000', '202814.755000', '202815.215000', '202815.675000', '202816.135000', '202816.595000', '202817.055000', '202817.515000', '202817.975000', '202818.435000', '202818.895000', '202819.355000', '202819.815000', '202820.275000', '202820.735000', '202821.195000', '202821.655000', '202822.115000', '202822.575000', '202823.035000', '202823.495000', '202823.955000', '202824.415000', '202824.875000', '202825.335000', '202825.795000', '202826.255000', '202826.715000', '202827.175000', '202827.635000', '202828.095000', '202828.555000', '202829.015000', '202829.475000', '202829.935000', '202830.395000', '202830.855000', '202831.315000', '202831.775000', '202832.235000', '202832.695000', '202833.155000', '202833.615000', '202834.075000', '202834.535000', '202834.995000', '202835.455000', '202835.915000', '202836.375000', '202836.835000', '202837.295000', '202837.755000', '202838.215000', '202838.675000', '202839.135000', '202839.595000', '202840.055000', '202840.515000', '202840.975000', '202841.435000', '202841.895000', '202842.355000', '202842.815000', '202843.275000', '202843.735000', '202844.195000', '202844.655000', '202845.115000', '202845.575000', '202846.035000', '202846.495000', '202846.955000', '202847.415000', '202847.875000', '202848.335000', '202848.795000', '202849.255000', '202849.715000', '202850.175000', '202850.635000', '202851.095000', '202851.555000', '202852.015000', '202852.475000', '202852.935000', '202853.395000', '202853.855000', '202854.315000', '202854.775000', '202855.235000', '202855.695000', '202856.155000', '202856.615000', '202857.075000', '202857.535000', '202857.995000', '202858.455000', '202858.915000', '202859.375000', '202859.835000', '202900.295000', '202900.755000', '202901.215000', '202901.675000', '202902.135000', '202902.595000', '202903.055000', '202903.515000', '202903.975000', '202904.435000', '202904.895000', '202905.355000', '202905.815000', '202906.275000', '202906.735000', '202907.195000', '202907.655000', '202908.115000', '202908.575000', '202909.035000', '202909.495000', '202909.955000', '202910.415000', '202910.875000', '202911.335000', '202911.795000', '202912.255000', '202912.715000', '202913.175000', '202913.635000', '202914.095000', '202914.555000', '202915.015000', '202915.475000', '202915.935000', '202916.395000', '202916.855000', '202917.315000', '202917.775000', '202918.235000', '202918.695000', '202919.155000', '202919.615000', '202920.075000', '202920.535000', '202920.995000', '202921.455000', '202921.915000', '202922.375000', '202922.835000', '202923.295000', '202923.755000', '202924.215000', '202924.675000', '202925.135000', '202925.595000', '202926.055000', '202926.515000', '202926.975000', '202927.435000', '202927.895000', '202928.355000', '202928.815000', '202929.275000', '202929.735000', '202930.195000', '202930.655000', '202931.115000', '202931.575000', '202932.035000', '202932.495000', '202932.955000', '202933.415000', '202933.875000', '202934.335000', '202934.795000', '202935.255000', '202935.715000', '202936.175000', '202936.635000', '202937.095000', '202937.555000', '202938.015000', '202938.475000', '202938.935000', '202939.395000', '202939.855000', '202940.315000', '202940.775000', '202941.235000', '202941.695000', '202942.155000', '202942.615000', '202943.075000', '202943.535000', '202943.995000', '202944.455000', '202944.915000', '202945.375000', '202945.835000', '202946.295000', '202946.755000', '202947.215000', '202947.675000', '202948.135000', '202948.595000', '202949.055000', '202949.515000', '202949.975000', '202950.435000', '202950.895000', '202951.355000', '202951.815000', '202952.275000', '202952.735000', '202953.195000', '202953.655000', '202954.115000', '202954.575000', '202955.035000', '202955.495000', '202955.955000', '202956.415000', '202956.875000', '202957.335000', '202957.795000', '202958.255000', '202958.715000', '202959.175000', '202959.635000', '203000.095000', '203000.555000', '203001.015000', '203001.475000', '203001.935000', '203002.395000', '203002.855000', '203003.315000', '203003.775000', '203004.235000', '203004.695000', '203005.155000', '203005.615000', '203006.075000', '203006.535000', '203006.995000', '203007.455000', '203007.915000', '203008.375000', '203008.835000', '203009.295000', '203009.755000', '203010.215000', '203010.675000', '203011.135000', '203011.595000', '203012.055000', '203012.515000', '203012.975000', '203013.435000', '203013.895000', '203014.355000', '203014.815000', '203015.275000', '203015.735000', '203016.195000', '203016.655000', '203017.115000', '203017.575000', '203018.035000', '203018.495000', '203018.955000', '203019.415000', '203019.875000', '203020.335000', '203020.795000', '203021.255000', '203021.715000', '203022.175000', '203022.635000', '203023.095000', '203023.555000', '203024.015000', '203024.475000', '203024.935000', '203025.395000', '203025.855000', '203026.315000', '203026.775000', '203027.235000', '203027.695000', '203028.155000', '203028.615000', '203029.075000', '203029.535000', '203029.995000', '203030.455000', '203030.915000', '203031.375000', '203031.835000', '203032.295000', '203032.755000', '203033.215000', '203033.675000', '203034.135000', '203034.595000', '203035.055000', '203035.515000', '203035.975000', '203036.435000', '203036.895000', '203037.355000', '203037.815000', '203038.275000', '203038.735000', '203039.195000', '203039.655000', '203040.115000', '203040.575000', '203041.035000', '203041.495000', '203041.955000', '203042.415000', '203042.875000', '203043.335000', '203043.795000', '203044.255000', '203044.715000', '203045.175000', '203045.635000', '203046.095000', '203046.555000', '203047.015000', '203047.475000', '203047.935000', '203048.395000', '203048.855000', '203049.315000', '203049.775000', '203050.235000', '203050.695000', '203051.155000', '203051.615000', '203052.075000', '203052.535000', '203052.995000', '203053.455000', '203053.915000', '203054.375000', '203054.835000', '203055.295000', '203055.755000', '203056.215000', '203056.675000', '203057.135000', '203057.595000', '203058.055000', '203058.515000', '203058.975000', '203059.435000', '203059.895000', '203100.355000', '203100.815000', '203101.275000', '203101.735000', '203102.195000', '203102.655000', '203103.115000', '203103.575000', '203104.035000', '203104.495000', '203104.955000', '203105.415000', '203105.875000', '203106.335000', '203106.795000', '203107.255000', '203107.715000', '203108.175000', '203108.635000', '203109.095000', '203109.555000', '203110.015000', '203110.475000', '203110.935000', '203111.395000', '203111.855000', '203112.315000', '203112.775000', '203113.235000', '203113.695000', '203114.155000', '203114.615000', '203115.075000', '203115.535000', '203115.995000', '203116.455000', '203116.915000', '203117.375000', '203117.835000', '203118.295000', '203118.755000', '203119.215000', '203119.675000', '203120.135000', '203120.595000', '203121.055000', '203121.515000', '203121.975000', '203122.435000', '203122.895000', '203123.355000', '203123.815000', '203124.275000', '203124.735000', '203125.195000', '203125.655000', '203126.115000', '203126.575000', '203127.035000', '203127.495000', '203127.955000', '203128.415000', '203128.875000', '203129.335000', '203129.795000', '203130.255000', '203130.715000', '203131.175000', '203131.635000', '203132.095000', '203132.555000', '203133.015000', '203133.475000', '203133.935000', '203134.395000', '203134.855000', '203135.315000', '203135.775000', '203136.235000', '203136.695000', '203137.155000', '203137.615000', '203138.075000', '203138.535000', '203138.995000', '203139.455000', '203139.915000', '203140.375000', '203140.835000', '203141.295000', '203141.755000', '203142.215000', '203142.675000', '203143.135000', '203143.595000', '203144.055000', '203144.515000', '203144.975000', '203145.435000', '203145.895000', '203146.355000', '203146.815000', '203147.275000', '203147.735000', '203148.195000', '203148.655000', '203149.115000', '203149.575000', '203150.035000', '203150.495000', '203150.955000', '203151.415000', '203151.875000', '203152.335000', '203152.795000', '203153.255000', '203153.715000', '203154.175000', '203154.635000', '203155.095000', '203155.555000', '203156.015000', '203156.475000', '203156.935000', '203157.395000', '203157.855000', '203158.315000', '203158.775000', '203159.235000', '203159.695000', '203200.155000', '203200.615000', '203201.075000', '203201.535000', '203201.995000', '203202.455000', '203202.915000', '203203.375000', '203203.835000', '203204.295000', '203204.755000', '203205.215000', '203205.675000', '203206.135000', '203206.595000', '203207.055000', '203207.515000', '203207.975000', '203208.435000', '203208.895000', '203209.355000', '203209.815000', '203210.275000', '203210.735000', '203211.195000', '203211.655000', '203212.115000', '203212.575000', '203213.035000', '203213.495000', '203213.955000', '203214.415000', '203214.875000', '203215.335000', '203215.795000', '203216.255000', '203216.715000', '203217.175000', '203217.635000', '203218.095000', '203218.555000', '203219.015000', '203219.475000', '203219.935000', '203220.395000', '203220.855000', '203221.315000', '203221.775000', '203222.235000', '203222.695000', '203223.155000', '203223.615000', '203224.075000', '203224.535000', '203224.995000', '203225.455000', '203225.915000', '203226.375000', '203226.835000', '203227.295000', '203227.755000', '203228.215000', '203228.675000', '203229.135000', '203229.595000', '203230.055000', '203230.515000', '203230.975000', '203231.435000', '203231.895000', '203232.355000', '203232.815000', '203233.275000', '203233.735000', '203234.195000', '203234.655000', '203235.115000', '203235.575000', '203236.035000', '203236.495000', '203236.955000', '203237.415000', '203237.875000', '203238.335000', '203238.795000', '203239.255000', '203239.715000', '203240.175000', '203240.635000', '203241.095000', '203241.555000', '203242.015000', '203242.475000', '203242.935000', '203243.395000', '203243.855000', '203244.315000', '203244.775000', '203245.235000', '203245.695000', '203246.155000', '203246.615000', '203247.075000', '203247.535000', '203247.995000', '203248.455000', '203248.915000', '203249.375000', '203249.835000', '203250.295000', '203250.755000', '203251.215000', '203251.675000', '203252.135000', '203252.595000', '203253.055000', '203253.515000', '203253.975000', '203254.435000', '203254.895000', '203255.355000', '203255.815000', '203256.275000', '203256.735000', '203257.195000', '203257.655000', '203258.115000'], 'ContentTime': ['202634.973000', '202634.976000', '202634.979000', '202634.982000', '202634.984000', '202634.987000', '202634.990000', '202634.997000', '202635.001000', '202635.003000', '202635.006000', '202635.009000', '202635.011000', '202635.014000', '202635.017000', '202635.019000', '202635.022000', '202635.024000', '202635.027000', '202635.030000', '202635.032000', '202635.035000', '202635.037000', '202635.047000', '202635.049000', '202635.052000', '202635.055000', '202635.057000', '202635.060000', '202635.063000', '202635.065000', '202635.068000', '202635.070000', '202635.073000', '202635.075000', '202635.078000', '202654.928000', '202654.931000', '202654.934000', '202654.937000', '202654.939000', '202654.954000', '202654.957000', '202654.960000', '202654.962000', '202654.965000', '202654.972000', '202654.975000', '202654.977000', '202654.980000', '202654.983000', '202654.986000', '202654.988000', '202654.991000', '202654.994000', '202654.997000', '202655.000000', '202655.003000', '202655.006000', '202655.009000', '202655.011000', '202655.014000', '202655.017000', '202655.019000', '202655.022000', '202655.024000', '202655.027000', '202655.029000', '202655.032000', '202655.035000', '202655.037000', '202655.040000', '202655.043000', '202655.046000', '202655.049000', '202655.051000', '202655.054000', '202655.057000', '202655.059000', '202714.928000', '202714.931000', '202714.934000', '202714.937000', '202714.939000', '202714.942000', '202714.945000', '202714.947000', '202714.950000', '202714.959000', '202714.962000', '202714.965000', '202714.967000', '202714.970000', '202714.972000', '202714.975000', '202714.978000', '202714.980000', '202714.983000', '202714.986000', '202714.988000', '202714.991000', '202714.994000', '202714.996000', '202715.000000', '202715.002000', '202715.005000', '202715.008000', '202715.012000', '202715.014000', '202715.017000', '202715.020000', '202715.022000', '202715.025000', '202715.027000', '202715.030000', '202715.033000', '202715.035000', '202715.038000', '202715.041000', '202715.043000', '202715.046000', '202715.052000', '202715.055000', '202734.929000', '202734.932000', '202734.934000', '202734.937000', '202734.940000', '202734.942000', '202734.945000', '202734.948000', '202734.950000', '202734.953000', '202734.956000', '202734.958000', '202734.961000', '202734.964000', '202734.966000', '202734.969000', '202734.972000', '202734.974000', '202734.977000', '202734.980000', '202734.982000', '202734.985000', '202734.988000', '202734.990000', '202734.993000', '202734.996000', '202734.998000', '202735.002000', '202735.005000', '202735.007000', '202735.010000', '202735.013000', '202735.015000', '202735.018000', '202735.021000', '202735.025000', '202735.028000', '202735.030000', '202735.033000', '202735.036000', '202735.038000', '202735.041000', '202735.043000', '202754.929000', '202754.932000', '202754.935000', '202754.938000', '202754.941000', '202754.943000', '202754.946000', '202754.949000', '202754.951000', '202754.954000', '202754.956000', '202754.959000', '202754.962000', '202754.964000', '202754.967000', '202754.970000', '202754.972000', '202754.975000', '202754.978000', '202754.980000', '202754.983000', '202754.986000', '202754.988000', '202754.991000', '202754.993000', '202754.996000', '202754.999000', '202755.001000', '202755.004000', '202755.007000', '202755.009000', '202755.012000', '202755.015000', '202755.017000', '202755.020000', '202755.023000', '202755.025000', '202755.028000', '202755.030000', '202755.033000', '202755.036000', '202755.038000', '202755.041000', '202755.043000', '202814.930000', '202814.933000', '202814.935000', '202814.938000', '202814.940000', '202814.943000', '202814.946000', '202814.948000', '202814.951000', '202814.954000', '202814.957000', '202814.959000', '202814.962000', '202814.965000', '202814.967000', '202814.970000', '202814.973000', '202814.975000', '202814.978000', '202814.980000', '202814.983000', '202814.986000', '202814.988000', '202814.991000', '202814.994000', '202814.996000', '202815.000000', '202815.003000', '202815.005000', '202815.008000', '202815.011000', '202815.013000', '202815.016000', '202815.018000', '202815.021000', '202815.024000', '202815.026000', '202815.029000', '202815.042000', '202815.044000', '202815.047000', '202815.050000', '202815.052000', '202834.930000', '202834.952000', '202834.955000', '202834.957000', '202834.960000', '202834.963000', '202834.965000', '202834.968000', '202834.971000', '202834.974000', '202834.976000', '202834.979000', '202834.981000', '202834.984000', '202834.987000', '202834.989000', '202834.992000', '202834.995000', '202834.997000', '202835.001000', '202835.003000', '202835.006000', '202835.009000', '202835.011000', '202835.014000', '202835.017000', '202835.019000', '202835.022000', '202835.024000', '202835.027000', '202835.030000', '202835.032000', '202835.035000', '202835.038000', '202835.040000', '202835.043000', '202835.046000', '202835.048000', '202835.051000', '202835.054000', '202835.056000', '202835.059000', '202835.062000', '202835.064000', '202854.929000', '202854.931000', '202854.934000', '202854.937000', '202854.939000', '202854.942000', '202854.945000', '202854.947000', '202854.950000', '202854.953000', '202854.955000', '202854.958000', '202854.961000', '202854.963000', '202854.966000', '202854.969000', '202854.971000', '202854.974000', '202854.976000', '202854.979000', '202854.982000', '202854.984000', '202854.987000', '202854.989000', '202854.992000', '202854.995000', '202854.997000', '202855.001000', '202855.003000', '202855.006000', '202855.009000', '202855.011000', '202855.014000', '202855.017000', '202855.019000', '202855.022000', '202855.024000', '202855.027000', '202855.030000', '202855.032000', '202855.035000', '202855.038000', '202855.040000', '202914.928000', '202914.931000', '202914.934000', '202914.937000', '202914.939000', '202914.942000', '202914.945000', '202914.948000', '202914.950000', '202914.953000', '202914.956000', '202914.958000', '202914.962000', '202914.965000', '202914.968000', '202914.970000', '202914.973000', '202914.976000', '202914.978000', '202914.981000', '202914.984000', '202914.986000', '202914.989000', '202914.991000', '202914.994000', '202914.997000', '202915.000000', '202915.003000', '202915.006000', '202915.009000', '202915.011000', '202915.014000', '202915.017000', '202915.019000', '202915.022000', '202915.024000', '202915.027000', '202915.030000', '202915.032000', '202915.035000', '202915.038000', '202915.040000', '202915.043000', '202934.928000', '202934.931000', '202934.934000', '202934.937000', '202934.939000', '202934.942000', '202934.944000', '202934.947000', '202934.950000', '202934.952000', '202934.955000', '202934.958000', '202934.960000', '202934.963000', '202934.966000', '202934.968000', '202934.971000', '202934.974000', '202934.976000', '202934.979000', '202934.981000', '202934.984000', '202934.987000', '202934.989000', '202934.992000', '202934.994000', '202934.997000', '202935.001000', '202935.003000', '202935.006000', '202935.009000', '202935.011000', '202935.014000', '202935.016000', '202935.019000', '202935.022000', '202935.024000', '202935.027000', '202935.030000', '202935.032000', '202935.035000', '202935.037000', '202935.040000', '202935.043000', '202954.929000', '202954.931000', '202954.934000', '202954.937000', '202954.939000', '202954.942000', '202954.945000', '202954.948000', '202954.950000', '202954.953000', '202954.955000', '202954.958000', '202954.961000', '202954.963000', '202954.966000', '202954.969000', '202954.971000', '202954.974000', '202954.977000', '202954.979000', '202954.982000', '202954.984000', '202954.987000', '202954.990000', '202954.992000', '202954.995000', '202955.028000', '202955.031000', '202955.034000', '202955.036000', '202955.039000', '202955.041000', '202955.044000', '202955.047000', '202955.049000', '202955.052000', '202955.055000', '202955.057000', '202955.060000', '202955.063000', '202955.065000', '202955.068000', '202955.071000', '202955.074000', '203014.930000', '203014.933000', '203014.935000', '203014.938000', '203014.940000', '203014.943000', '203014.946000', '203014.948000', '203014.951000', '203014.954000', '203014.956000', '203014.959000', '203014.962000', '203014.964000', '203014.967000', '203014.970000', '203014.972000', '203014.975000', '203014.978000', '203014.980000', '203014.983000', '203014.986000', '203014.988000', '203014.991000', '203014.994000', '203014.997000', '203014.999000', '203015.002000', '203015.004000', '203015.007000', '203015.010000', '203015.012000', '203015.015000', '203015.018000', '203015.020000', '203015.023000', '203015.025000', '203015.028000', '203015.031000', '203015.033000', '203015.036000', '203015.039000', '203015.041000', '203034.929000', '203034.932000', '203034.935000', '203034.938000', '203034.940000', '203034.943000', '203034.946000', '203034.948000', '203034.951000', '203034.953000', '203034.956000', '203034.959000', '203034.961000', '203034.964000', '203034.967000', '203034.969000', '203034.972000', '203034.975000', '203034.977000', '203034.980000', '203034.983000', '203034.986000', '203034.988000', '203034.991000', '203034.994000', '203034.996000', '203035.000000', '203035.003000', '203035.005000', '203035.008000', '203035.011000', '203035.014000', '203035.016000', '203035.019000', '203035.022000', '203035.024000', '203035.027000', '203035.029000', '203035.032000', '203035.035000', '203035.037000', '203035.040000', '203035.043000', '203035.045000', '203054.930000', '203054.932000', '203054.935000', '203054.938000', '203054.940000', '203054.943000', '203054.946000', '203054.948000', '203054.951000', '203054.953000', '203054.956000', '203054.959000', '203054.961000', '203054.964000', '203054.966000', '203054.969000', '203054.972000', '203054.974000', '203054.977000', '203054.980000', '203054.982000', '203054.985000', '203054.987000', '203054.990000', '203054.993000', '203054.995000', '203054.998000', '203055.002000', '203055.004000', '203055.007000', '203055.010000', '203055.012000', '203055.015000', '203055.017000', '203055.020000', '203055.023000', '203055.025000', '203055.028000', '203055.031000', '203055.033000', '203055.036000', '203055.039000', '203055.041000', '203114.929000', '203114.931000', '203114.934000', '203114.937000', '203114.939000', '203114.942000', '203114.945000', '203114.947000', '203114.950000', '203114.953000', '203114.955000', '203114.958000', '203114.961000', '203114.963000', '203114.966000', '203114.968000', '203114.971000', '203114.974000', '203114.976000', '203114.979000', '203114.982000', '203114.984000', '203114.987000', '203114.990000', '203114.992000', '203114.995000', '203114.998000', '203115.001000', '203115.004000', '203115.007000', '203115.009000', '203115.012000', '203115.015000', '203115.017000', '203115.020000', '203115.023000', '203115.025000', '203115.028000', '203115.031000', '203115.033000', '203115.036000', '203115.038000', '203115.041000', '203115.044000', '203134.929000', '203134.932000', '203134.934000', '203134.937000', '203134.940000', '203134.942000', '203134.945000', '203134.948000', '203134.950000', '203134.953000', '203134.955000', '203134.958000', '203134.961000', '203134.963000', '203134.966000', '203134.969000', '203134.971000', '203134.974000', '203134.976000', '203134.979000', '203134.982000', '203134.985000', '203134.987000', '203134.990000', '203134.992000', '203134.995000', '203134.998000', '203135.001000', '203135.004000', '203135.007000', '203135.009000', '203135.012000', '203135.015000', '203135.017000', '203135.020000', '203135.023000', '203135.025000', '203135.028000', '203135.030000', '203135.033000', '203135.036000', '203135.038000', '203135.041000', '203154.929000', '203154.931000', '203154.934000', '203154.937000', '203154.940000', '203154.943000', '203154.946000', '203154.949000', '203154.952000', '203154.954000', '203154.957000', '203154.959000', '203154.962000', '203154.965000', '203154.968000', '203154.970000', '203154.973000', '203154.976000', '203154.979000', '203154.981000', '203154.984000', '203154.987000', '203154.990000', '203154.992000', '203154.995000', '203154.998000', '203155.001000', '203155.004000', '203155.007000', '203155.009000', '203155.012000', '203155.015000', '203155.018000', '203155.020000', '203155.023000', '203155.026000', '203155.028000', '203155.031000', '203155.034000', '203155.036000', '203155.039000', '203155.042000', '203155.044000', '203214.928000', '203214.931000', '203214.936000', '203214.939000', '203214.941000', '203214.944000', '203214.946000', '203214.949000', '203214.952000', '203214.954000', '203214.957000', '203214.960000', '203214.962000', '203214.965000', '203214.967000', '203214.970000', '203214.973000', '203214.975000', '203214.978000', '203214.981000', '203214.983000', '203214.986000', '203214.988000', '203214.991000', '203214.994000', '203214.996000', '203215.000000', '203215.003000', '203215.005000', '203215.008000', '203215.010000', '203215.013000', '203215.016000', '203215.018000', '203215.021000', '203215.024000', '203215.026000', '203215.029000', '203215.031000', '203215.034000', '203215.037000', '203215.039000', '203215.042000', '203215.045000', '203234.930000', '203234.933000', '203234.935000', '203234.938000', '203234.940000', '203234.943000', '203234.946000', '203234.948000', '203234.951000', '203234.954000', '203234.956000', '203234.960000', '203234.962000', '203234.965000', '203234.967000', '203234.970000', '203234.973000', '203234.975000', '203234.978000', '203234.981000', '203234.983000', '203234.986000', '203234.988000', '203234.991000', '203234.994000', '203234.996000', '203234.999000', '203235.002000', '203235.004000', '203235.007000', '203235.009000', '203235.012000', '203235.015000', '203235.018000', '203235.020000', '203235.023000', '203235.026000', '203235.028000', '203235.031000', '203235.033000', '203235.036000', '203235.039000', '203235.041000', '203254.930000', '203254.932000', '203254.935000', '203254.938000', '203254.941000', '203254.943000', '203254.946000', '203254.949000', '203254.951000', '203254.954000', '203254.957000', '203254.959000', '203254.962000', '203254.964000', '203254.974000', '203254.977000', '203254.979000', '203254.982000', '203254.985000', '203255.007000', '203255.010000', '203255.012000', '203255.015000', '203255.018000', '203255.020000', '203255.023000', '203255.026000', '203255.028000', '203255.031000', '203255.033000', '203255.036000', '203255.039000', '203255.041000', '203255.044000', '203255.047000', '203255.049000', '203255.052000', '203255.054000', '203255.057000', '203255.069000', '203255.071000', '203255.074000', '203255.077000', '203255.079000', '203259.303000', '203259.306000', '203259.309000', '203259.311000', '203259.314000', '203259.317000', '203259.319000', '203259.322000', '203259.324000', '203259.327000'], 'InstanceCreationTime': ['202634.973000', '202634.976000', '202634.979000', '202634.982000', '202634.984000', '202634.987000', '202634.990000', '202634.997000', '202635.001000', '202635.003000', '202635.006000', '202635.009000', '202635.011000', '202635.014000', '202635.017000', '202635.019000', '202635.022000', '202635.024000', '202635.027000', '202635.030000', '202635.032000', '202635.035000', '202635.037000', '202635.047000', '202635.049000', '202635.052000', '202635.055000', '202635.057000', '202635.060000', '202635.063000', '202635.065000', '202635.068000', '202635.070000', '202635.073000', '202635.075000', '202635.078000', '202654.928000', '202654.931000', '202654.934000', '202654.937000', '202654.939000', '202654.954000', '202654.957000', '202654.960000', '202654.962000', '202654.965000', '202654.972000', '202654.975000', '202654.977000', '202654.980000', '202654.983000', '202654.986000', '202654.988000', '202654.991000', '202654.994000', '202654.997000', '202655.000000', '202655.003000', '202655.006000', '202655.009000', '202655.011000', '202655.014000', '202655.017000', '202655.019000', '202655.022000', '202655.024000', '202655.027000', '202655.029000', '202655.032000', '202655.035000', '202655.037000', '202655.040000', '202655.043000', '202655.046000', '202655.049000', '202655.051000', '202655.054000', '202655.057000', '202655.059000', '202714.928000', '202714.931000', '202714.934000', '202714.937000', '202714.939000', '202714.942000', '202714.945000', '202714.947000', '202714.950000', '202714.959000', '202714.962000', '202714.965000', '202714.967000', '202714.970000', '202714.972000', '202714.975000', '202714.978000', '202714.980000', '202714.983000', '202714.986000', '202714.988000', '202714.991000', '202714.994000', '202714.996000', '202715.000000', '202715.002000', '202715.005000', '202715.008000', '202715.012000', '202715.014000', '202715.017000', '202715.020000', '202715.022000', '202715.025000', '202715.027000', '202715.030000', '202715.033000', '202715.035000', '202715.038000', '202715.041000', '202715.043000', '202715.046000', '202715.052000', '202715.055000', '202734.929000', '202734.932000', '202734.934000', '202734.937000', '202734.940000', '202734.942000', '202734.945000', '202734.948000', '202734.950000', '202734.953000', '202734.956000', '202734.958000', '202734.961000', '202734.964000', '202734.966000', '202734.969000', '202734.972000', '202734.974000', '202734.977000', '202734.980000', '202734.982000', '202734.985000', '202734.988000', '202734.990000', '202734.993000', '202734.996000', '202734.998000', '202735.002000', '202735.005000', '202735.007000', '202735.010000', '202735.013000', '202735.015000', '202735.018000', '202735.021000', '202735.025000', '202735.028000', '202735.030000', '202735.033000', '202735.036000', '202735.038000', '202735.041000', '202735.043000', '202754.929000', '202754.932000', '202754.935000', '202754.938000', '202754.941000', '202754.943000', '202754.946000', '202754.949000', '202754.951000', '202754.954000', '202754.956000', '202754.959000', '202754.962000', '202754.964000', '202754.967000', '202754.970000', '202754.972000', '202754.975000', '202754.978000', '202754.980000', '202754.983000', '202754.986000', '202754.988000', '202754.991000', '202754.993000', '202754.996000', '202754.999000', '202755.001000', '202755.004000', '202755.007000', '202755.009000', '202755.012000', '202755.015000', '202755.017000', '202755.020000', '202755.023000', '202755.025000', '202755.028000', '202755.030000', '202755.033000', '202755.036000', '202755.038000', '202755.041000', '202755.043000', '202814.930000', '202814.933000', '202814.935000', '202814.938000', '202814.940000', '202814.943000', '202814.946000', '202814.948000', '202814.951000', '202814.954000', '202814.957000', '202814.959000', '202814.962000', '202814.965000', '202814.967000', '202814.970000', '202814.973000', '202814.975000', '202814.978000', '202814.980000', '202814.983000', '202814.986000', '202814.988000', '202814.991000', '202814.994000', '202814.996000', '202815.000000', '202815.003000', '202815.005000', '202815.008000', '202815.011000', '202815.013000', '202815.016000', '202815.018000', '202815.021000', '202815.024000', '202815.026000', '202815.029000', '202815.042000', '202815.044000', '202815.047000', '202815.050000', '202815.052000', '202834.930000', '202834.952000', '202834.955000', '202834.957000', '202834.960000', '202834.963000', '202834.965000', '202834.968000', '202834.971000', '202834.974000', '202834.976000', '202834.979000', '202834.981000', '202834.984000', '202834.987000', '202834.989000', '202834.992000', '202834.995000', '202834.997000', '202835.001000', '202835.003000', '202835.006000', '202835.009000', '202835.011000', '202835.014000', '202835.017000', '202835.019000', '202835.022000', '202835.024000', '202835.027000', '202835.030000', '202835.032000', '202835.035000', '202835.038000', '202835.040000', '202835.043000', '202835.046000', '202835.048000', '202835.051000', '202835.054000', '202835.056000', '202835.059000', '202835.062000', '202835.064000', '202854.929000', '202854.931000', '202854.934000', '202854.937000', '202854.939000', '202854.942000', '202854.945000', '202854.947000', '202854.950000', '202854.953000', '202854.955000', '202854.958000', '202854.961000', '202854.963000', '202854.966000', '202854.969000', '202854.971000', '202854.974000', '202854.976000', '202854.979000', '202854.982000', '202854.984000', '202854.987000', '202854.989000', '202854.992000', '202854.995000', '202854.997000', '202855.001000', '202855.003000', '202855.006000', '202855.009000', '202855.011000', '202855.014000', '202855.017000', '202855.019000', '202855.022000', '202855.024000', '202855.027000', '202855.030000', '202855.032000', '202855.035000', '202855.038000', '202855.040000', '202914.928000', '202914.931000', '202914.934000', '202914.937000', '202914.939000', '202914.942000', '202914.945000', '202914.948000', '202914.950000', '202914.953000', '202914.956000', '202914.958000', '202914.962000', '202914.965000', '202914.968000', '202914.970000', '202914.973000', '202914.976000', '202914.978000', '202914.981000', '202914.984000', '202914.986000', '202914.989000', '202914.991000', '202914.994000', '202914.997000', '202915.000000', '202915.003000', '202915.006000', '202915.009000', '202915.011000', '202915.014000', '202915.017000', '202915.019000', '202915.022000', '202915.024000', '202915.027000', '202915.030000', '202915.032000', '202915.035000', '202915.038000', '202915.040000', '202915.043000', '202934.928000', '202934.931000', '202934.934000', '202934.937000', '202934.939000', '202934.942000', '202934.944000', '202934.947000', '202934.950000', '202934.952000', '202934.955000', '202934.958000', '202934.960000', '202934.963000', '202934.966000', '202934.968000', '202934.971000', '202934.974000', '202934.976000', '202934.979000', '202934.981000', '202934.984000', '202934.987000', '202934.989000', '202934.992000', '202934.994000', '202934.997000', '202935.001000', '202935.003000', '202935.006000', '202935.009000', '202935.011000', '202935.014000', '202935.016000', '202935.019000', '202935.022000', '202935.024000', '202935.027000', '202935.030000', '202935.032000', '202935.035000', '202935.037000', '202935.040000', '202935.043000', '202954.929000', '202954.931000', '202954.934000', '202954.937000', '202954.939000', '202954.942000', '202954.945000', '202954.948000', '202954.950000', '202954.953000', '202954.955000', '202954.958000', '202954.961000', '202954.963000', '202954.966000', '202954.969000', '202954.971000', '202954.974000', '202954.977000', '202954.979000', '202954.982000', '202954.984000', '202954.987000', '202954.990000', '202954.992000', '202954.995000', '202955.028000', '202955.031000', '202955.034000', '202955.036000', '202955.039000', '202955.041000', '202955.044000', '202955.047000', '202955.049000', '202955.052000', '202955.055000', '202955.057000', '202955.060000', '202955.063000', '202955.065000', '202955.068000', '202955.071000', '202955.074000', '203014.930000', '203014.933000', '203014.935000', '203014.938000', '203014.940000', '203014.943000', '203014.946000', '203014.948000', '203014.951000', '203014.954000', '203014.956000', '203014.959000', '203014.962000', '203014.964000', '203014.967000', '203014.970000', '203014.972000', '203014.975000', '203014.978000', '203014.980000', '203014.983000', '203014.986000', '203014.988000', '203014.991000', '203014.994000', '203014.997000', '203014.999000', '203015.002000', '203015.004000', '203015.007000', '203015.010000', '203015.012000', '203015.015000', '203015.018000', '203015.020000', '203015.023000', '203015.025000', '203015.028000', '203015.031000', '203015.033000', '203015.036000', '203015.039000', '203015.041000', '203034.929000', '203034.932000', '203034.935000', '203034.938000', '203034.940000', '203034.943000', '203034.946000', '203034.948000', '203034.951000', '203034.953000', '203034.956000', '203034.959000', '203034.961000', '203034.964000', '203034.967000', '203034.969000', '203034.972000', '203034.975000', '203034.977000', '203034.980000', '203034.983000', '203034.986000', '203034.988000', '203034.991000', '203034.994000', '203034.996000', '203035.000000', '203035.003000', '203035.005000', '203035.008000', '203035.011000', '203035.014000', '203035.016000', '203035.019000', '203035.022000', '203035.024000', '203035.027000', '203035.029000', '203035.032000', '203035.035000', '203035.037000', '203035.040000', '203035.043000', '203035.045000', '203054.930000', '203054.932000', '203054.935000', '203054.938000', '203054.940000', '203054.943000', '203054.946000', '203054.948000', '203054.951000', '203054.953000', '203054.956000', '203054.959000', '203054.961000', '203054.964000', '203054.966000', '203054.969000', '203054.972000', '203054.974000', '203054.977000', '203054.980000', '203054.982000', '203054.985000', '203054.987000', '203054.990000', '203054.993000', '203054.995000', '203054.998000', '203055.002000', '203055.004000', '203055.007000', '203055.010000', '203055.012000', '203055.015000', '203055.017000', '203055.020000', '203055.023000', '203055.025000', '203055.028000', '203055.031000', '203055.033000', '203055.036000', '203055.039000', '203055.041000', '203114.929000', '203114.931000', '203114.934000', '203114.937000', '203114.939000', '203114.942000', '203114.945000', '203114.947000', '203114.950000', '203114.953000', '203114.955000', '203114.958000', '203114.961000', '203114.963000', '203114.966000', '203114.968000', '203114.971000', '203114.974000', '203114.976000', '203114.979000', '203114.982000', '203114.984000', '203114.987000', '203114.990000', '203114.992000', '203114.995000', '203114.998000', '203115.001000', '203115.004000', '203115.007000', '203115.009000', '203115.012000', '203115.015000', '203115.017000', '203115.020000', '203115.023000', '203115.025000', '203115.028000', '203115.031000', '203115.033000', '203115.036000', '203115.038000', '203115.041000', '203115.044000', '203134.929000', '203134.932000', '203134.934000', '203134.937000', '203134.940000', '203134.942000', '203134.945000', '203134.948000', '203134.950000', '203134.953000', '203134.955000', '203134.958000', '203134.961000', '203134.963000', '203134.966000', '203134.969000', '203134.971000', '203134.974000', '203134.976000', '203134.979000', '203134.982000', '203134.985000', '203134.987000', '203134.990000', '203134.992000', '203134.995000', '203134.998000', '203135.001000', '203135.004000', '203135.007000', '203135.009000', '203135.012000', '203135.015000', '203135.017000', '203135.020000', '203135.023000', '203135.025000', '203135.028000', '203135.030000', '203135.033000', '203135.036000', '203135.038000', '203135.041000', '203154.929000', '203154.931000', '203154.934000', '203154.937000', '203154.940000', '203154.943000', '203154.946000', '203154.949000', '203154.952000', '203154.954000', '203154.957000', '203154.959000', '203154.962000', '203154.965000', '203154.968000', '203154.970000', '203154.973000', '203154.976000', '203154.979000', '203154.981000', '203154.984000', '203154.987000', '203154.990000', '203154.992000', '203154.995000', '203154.998000', '203155.001000', '203155.004000', '203155.007000', '203155.009000', '203155.012000', '203155.015000', '203155.018000', '203155.020000', '203155.023000', '203155.026000', '203155.028000', '203155.031000', '203155.034000', '203155.036000', '203155.039000', '203155.042000', '203155.044000', '203214.928000', '203214.931000', '203214.936000', '203214.939000', '203214.941000', '203214.944000', '203214.946000', '203214.949000', '203214.952000', '203214.954000', '203214.957000', '203214.960000', '203214.962000', '203214.965000', '203214.967000', '203214.970000', '203214.973000', '203214.975000', '203214.978000', '203214.981000', '203214.983000', '203214.986000', '203214.988000', '203214.991000', '203214.994000', '203214.996000', '203215.000000', '203215.003000', '203215.005000', '203215.008000', '203215.010000', '203215.013000', '203215.016000', '203215.018000', '203215.021000', '203215.024000', '203215.026000', '203215.029000', '203215.031000', '203215.034000', '203215.037000', '203215.039000', '203215.042000', '203215.045000', '203234.930000', '203234.933000', '203234.935000', '203234.938000', '203234.940000', '203234.943000', '203234.946000', '203234.948000', '203234.951000', '203234.954000', '203234.956000', '203234.960000', '203234.962000', '203234.965000', '203234.967000', '203234.970000', '203234.973000', '203234.975000', '203234.978000', '203234.981000', '203234.983000', '203234.986000', '203234.988000', '203234.991000', '203234.994000', '203234.996000', '203234.999000', '203235.002000', '203235.004000', '203235.007000', '203235.009000', '203235.012000', '203235.015000', '203235.018000', '203235.020000', '203235.023000', '203235.026000', '203235.028000', '203235.031000', '203235.033000', '203235.036000', '203235.039000', '203235.041000', '203254.930000', '203254.932000', '203254.935000', '203254.938000', '203254.941000', '203254.943000', '203254.946000', '203254.949000', '203254.951000', '203254.954000', '203254.957000', '203254.959000', '203254.962000', '203254.964000', '203254.974000', '203254.977000', '203254.979000', '203254.982000', '203254.985000', '203255.007000', '203255.010000', '203255.012000', '203255.015000', '203255.018000', '203255.020000', '203255.023000', '203255.026000', '203255.028000', '203255.031000', '203255.033000', '203255.036000', '203255.039000', '203255.041000', '203255.044000', '203255.047000', '203255.049000', '203255.052000', '203255.054000', '203255.057000', '203255.069000', '203255.071000', '203255.074000', '203255.077000', '203255.079000', '203259.303000', '203259.306000', '203259.309000', '203259.311000', '203259.314000', '203259.317000', '203259.319000', '203259.322000', '203259.324000', '203259.327000'], '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': [12104, 8540, 9420, 12783, 7918, 9476, 7448, 6876, 10685, 9741, 7471, 7142, 11147, 8007, 7575, 12722, 9643, 9731, 11893, 8504, 13974, 12466, 8218, 8821, 6906, 6750, 6463, 7306, 10364, 6305, 6848, 7025, 7082, 7592, 6212, 6915, 10139, 6988, 6450, 8717, 7466, 11655, 8354, 10310, 9321, 7353, 10988, 7971, 9696, 8702, 7926, 14068, 8024, 8797, 8067, 7858, 11537, 8234, 10620, 8632, 7127, 10235, 7380, 6491, 7922, 6812, 9459, 7585, 7022, 11293, 8008, 7846, 10842, 7772, 9532, 7295, 6712, 9462, 7028, 6078, 10366, 7722, 7450, 9330, 8622, 6958, 9397, 9911, 10006, 11591, 11186, 7537, 12223, 11304, 10057, 13215, 8514, 7615, 7146, 7133, 10100, 7215, 6626, 11232, 6353, 6344, 6931, 6922, 9517, 6731, 6921, 8711, 6908, 9311, 7850, 7384, 11327, 7844, 10255, 8140, 7178, 11201, 8118, 9382, 11844, 6850, 10951, 8229, 7397, 9927, 8105, 11519, 8548, 6891, 10104, 7153, 9912, 7626, 7079, 10019, 6263, 6827, 6956, 7298, 10892, 7990, 6767, 8917, 7097, 6366, 7901, 6760, 9136, 7461, 7160, 11228, 8155, 10603, 10243, 8818, 11892, 7584, 9567, 7957, 7525, 12111, 7884, 7003, 8933, 7033, 11169, 8507, 8680, 9223, 6592, 10297, 7369, 6920, 9787, 7323, 10198, 7148, 6811, 9480, 6915, 10902, 8879, 7092, 10122, 6575, 10006, 8079, 7579, 11488, 6881, 10998, 6963, 6384, 8194, 6828, 10323, 7417, 6843, 8163, 6441, 10778, 7192, 9357, 8855, 8027, 12029, 6809, 9912, 7854, 6949, 9286, 6930, 10202, 7194, 6645, 9948, 6695, 10403, 8319, 7112, 10007, 6364, 9488, 7778, 7112, 9484, 7045, 9636, 6594, 6689, 9661, 6699, 9645, 8807, 7043, 10153, 6424, 9783, 7533, 7181, 10602, 7009, 8730, 7685, 6754, 11150, 7909, 10149, 9681, 7089, 11235, 7885, 7136, 8805, 7118, 11373, 7438, 6388, 9451, 6407, 8428, 7455, 6795, 11306, 7090, 6328, 9524, 6560, 10820, 9846, 7834, 11622, 6807, 7810, 8319, 7107, 11264, 9597, 6917, 10431, 6829, 8081, 8093, 7155, 11233, 7965, 6647, 10518, 7000, 6375, 10145, 7587, 6313, 8132, 6368, 6034, 10685, 7403, 7520, 10266, 8837, 7852, 11643, 11091, 8452, 13347, 8893, 12212, 11419, 8566, 12768, 6760, 6199, 8595, 7097, 6901, 6431, 6796, 9361, 6648, 6638, 9529, 7190, 10835, 8684, 7675, 11190, 6956, 6377, 9595, 7150, 9752, 10004, 6756, 10252, 8148, 7232, 10478, 7486, 9940, 9493, 6908, 10696, 7905, 7190, 10450, 7682, 10029, 8851, 6940, 10428, 6821, 6954, 9367, 7137, 7064, 9454, 6630, 8016, 8076, 7405, 11482, 9639, 7300, 10390, 7246, 7256, 9353, 7516, 10465, 9678, 6798, 10925, 7527, 6936, 9870, 7782, 10457, 8716, 6803, 9871, 7148, 7404, 10807, 8350, 6754, 9815, 6850, 7263, 10378, 8219, 7532, 10357, 6757, 8669, 8340, 7139, 11567, 8203, 6362, 11136, 7334, 6116, 8538, 7579, 6585, 8539, 9553, 7140, 11711, 10741, 8047, 10449, 8129, 12630, 11225, 7029, 9949, 6292, 6548, 9419, 6868, 6932, 9805, 6259, 6620, 7232, 6932, 10645, 7696, 7354, 11599, 6741, 8989, 8789, 7324, 11942, 10822, 7909, 11456, 7023, 6559, 8982, 6711, 8696, 8878, 6810, 10282, 7840, 7004, 10813, 7662, 10019, 11129, 6739, 11807, 7823, 8220, 8874, 7328, 10530, 7725, 6564, 10825, 7322, 6755, 9948, 7588, 7732, 8137, 6572, 10206, 7032, 7283, 10693, 7063, 6945, 11286, 6820, 6785, 10560, 7836, 9836, 8801, 7047, 11132, 7925, 6600, 10071, 6843, 6536, 11815, 9386, 12105, 10413, 8454, 12332, 7797, 11074, 9982, 7719, 12323, 7061, 9761, 7154, 6476, 9079, 6771, 6672, 6677, 6496, 8481, 6268, 6851, 9416, 6237, 6478, 8471, 6478, 6451, 7348, 6476, 9203, 7652, 6488, 10722, 7833, 6869, 11502, 7751, 6593, 11765, 7663, 6388, 10190, 8627, 6959, 10728, 10732, 8597, 12646, 11339, 7981, 12165, 8202, 11561, 10616, 7169, 10135, 6359, 6661, 8177, 6528, 7109, 7197, 6430, 8762, 6341, 6959, 10255, 7673, 6301, 9250, 6495, 9283, 8388, 7516, 11992, 8054, 7701, 9388, 7063, 10516, 9095, 7331, 10880, 7489, 6673, 10322, 7598, 9302, 9359, 6678, 11161, 8528, 7888, 11170, 7720, 10828, 7339, 6515, 9658, 6764, 6464, 9363, 6276, 6408, 7198, 6575, 8967, 7636, 6697, 10757, 6873, 6578, 9950, 7629, 10237, 11386, 6810, 9506, 8305, 6942, 11603, 9651, 7445, 9749, 7008, 9589, 8528, 7453, 12073, 8611, 6454, 9899, 6658, 6376, 9269, 6730, 6829, 7899, 6634, 10236, 7545, 6736, 11747, 7454, 6516, 10194, 7293, 8547, 8957, 6907, 8342, 6702, 6600, 10802, 7808, 7354, 12420, 7550, 8367, 10114, 7297, 9960, 10382, 7499, 10858, 7512, 6400, 12162, 7847, 8632, 11345, 6365, 7985, 6675, 6788, 10407, 8067, 6932, 10443, 6238, 6268, 8588, 6504, 7346, 9286, 6693, 8661, 9952, 6783, 6257, 10407, 8127, 6862, 11533, 9395, 7345, 12254, 7965, 8085, 9761, 7794, 10358, 7140, 6233, 10173, 6322, 6799, 9422, 6515, 6629, 8725, 6407, 6289, 7902, 6562, 10749, 9292, 6780, 10653, 7614, 7609, 12011, 7360, 9287, 8711, 7087, 12252, 8944, 8005, 11754, 6756, 6221, 9399, 6888, 8154, 10329, 6841, 9064, 7714, 6935, 10881, 8022, 7955, 11471, 6644, 8939, 7196, 7072, 11548, 8587, 6811, 9238, 6471, 9534, 8033, 7124, 12121, 6841, 7117, 8117, 6660, 9601, 7638, 6769, 9928, 6223, 6354, 8085, 6212, 9551, 8212, 6331, 9606, 8016, 6731, 11423, 9222, 7030, 10008, 6982, 9938, 9004, 7079, 10777, 8358, 6386, 8294, 6440, 6179, 8458, 6821, 7508, 9988, 6663, 7118, 11364, 8220, 7091, 11811, 8596, 13547, 11480, 12156, 10560, 6992, 10292, 6162, 6398, 8547, 6842, 6411, 7234, 6957, 10515, 7076, 7887, 9618, 6478, 10801, 7559, 7559, 9706, 7325, 10593, 7783, 7263, 11985, 8188, 10977, 10047, 7732, 10664, 7472, 10127, 8287, 7459, 10764, 7148, 9477, 6787, 7079, 10087, 6906, 9352, 8224, 7141, 10402, 6761, 8091, 7261, 7066, 11665, 7842, 6554, 9951, 6940, 10403, 8936, 7531, 12276, 7213, 8030, 8885, 7206, 11404, 9276, 7176, 10209, 6464, 6571, 8891, 7291, 9468, 7747], 'WindowCenter': [4074.0, 4027.0, 4011.0, 4042.0, 3986.0, 4006.0, 3975.0, 3977.0, 4016.0, 3991.0, 3973.0, 3973.0, 4002.0, 3971.0, 3971.0, 4023.0, 3992.0, 3992.0, 4012.0, 3980.0, 4010.0, 4011.0, 3968.0, 3978.0, 3946.0, 3959.0, 3948.0, 3958.0, 4003.0, 3961.0, 3962.0, 3973.0, 3986.0, 3985.0, 3963.0, 3988.0, 4018.0, 3986.0, 3976.0, 3997.0, 3987.0, 4018.0, 3994.0, 4017.0, 3995.0, 3974.0, 4015.0, 3985.0, 4005.0, 3982.0, 3982.0, 4035.0, 3971.0, 3981.0, 3971.0, 3972.0, 4003.0, 3971.0, 4005.0, 3983.0, 3963.0, 4004.0, 3975.0, 3963.0, 3982.0, 3977.0, 4006.0, 3984.0, 3974.0, 4016.0, 3984.0, 3981.0, 4015.0, 3984.0, 3993.0, 3969.0, 3974.0, 4005.0, 3973.0, 3964.0, 4005.0, 3988.0, 3988.0, 4009.0, 3999.0, 3977.0, 4008.0, 4005.0, 4006.0, 4016.0, 4013.0, 3972.0, 4016.0, 4014.0, 3992.0, 4023.0, 3982.0, 3969.0, 3947.0, 3958.0, 4000.0, 3958.0, 3961.0, 4000.0, 3947.0, 3948.0, 3959.0, 3972.0, 4003.0, 3974.0, 3974.0, 3994.0, 3974.0, 4004.0, 3985.0, 3972.0, 4016.0, 3985.0, 4004.0, 3971.0, 3972.0, 4014.0, 3971.0, 3995.0, 4012.0, 3960.0, 4001.0, 3981.0, 3970.0, 3989.0, 3970.0, 4000.0, 3968.0, 3947.0, 3990.0, 3959.0, 3988.0, 3968.0, 3958.0, 3990.0, 3948.0, 3959.0, 3960.0, 3970.0, 4013.0, 3982.0, 3960.0, 3991.0, 3972.0, 3963.0, 3981.0, 3975.0, 4006.0, 3974.0, 3974.0, 4016.0, 3985.0, 4015.0, 4006.0, 3993.0, 4013.0, 3971.0, 3991.0, 3968.0, 3973.0, 4014.0, 3970.0, 3959.0, 3982.0, 3972.0, 4000.0, 3980.0, 3982.0, 3989.0, 3959.0, 3990.0, 3969.0, 3961.0, 3991.0, 3973.0, 4002.0, 3961.0, 3959.0, 4001.0, 3960.0, 4001.0, 3992.0, 3961.0, 4001.0, 3961.0, 4003.0, 3969.0, 3970.0, 4012.0, 3959.0, 4001.0, 3960.0, 3950.0, 3982.0, 3961.0, 4004.0, 3985.0, 3974.0, 3982.0, 3964.0, 4015.0, 3974.0, 4004.0, 3994.0, 3983.0, 4025.0, 3963.0, 4003.0, 3984.0, 3971.0, 3991.0, 3972.0, 4003.0, 3960.0, 3960.0, 4006.0, 3974.0, 4003.0, 3984.0, 3973.0, 4004.0, 3962.0, 4006.0, 3984.0, 3971.0, 3993.0, 3974.0, 4004.0, 3962.0, 3963.0, 4005.0, 3974.0, 4006.0, 3994.0, 3973.0, 4003.0, 3963.0, 4016.0, 3983.0, 3973.0, 4015.0, 3975.0, 3995.0, 3984.0, 3977.0, 4015.0, 3983.0, 4018.0, 4007.0, 3975.0, 4016.0, 3984.0, 3973.0, 3993.0, 3963.0, 4014.0, 3972.0, 3951.0, 4004.0, 3975.0, 3996.0, 3973.0, 3976.0, 4017.0, 3974.0, 3964.0, 4018.0, 3976.0, 4014.0, 4005.0, 3972.0, 4014.0, 3962.0, 3985.0, 3982.0, 3962.0, 4014.0, 4005.0, 3962.0, 4003.0, 3964.0, 3985.0, 3983.0, 3962.0, 4016.0, 3983.0, 3962.0, 4016.0, 3974.0, 3962.0, 4004.0, 3972.0, 3963.0, 3984.0, 3965.0, 3966.0, 4017.0, 3985.0, 3988.0, 4017.0, 3994.0, 3997.0, 4029.0, 4028.0, 3995.0, 4027.0, 3996.0, 4013.0, 4001.0, 3981.0, 4011.0, 3948.0, 3949.0, 3982.0, 3973.0, 3972.0, 3949.0, 3975.0, 4005.0, 3963.0, 3962.0, 4005.0, 3977.0, 4016.0, 3994.0, 3984.0, 4014.0, 3972.0, 3962.0, 4005.0, 3974.0, 4005.0, 4017.0, 3963.0, 4004.0, 3982.0, 3971.0, 4016.0, 3973.0, 4004.0, 4004.0, 3962.0, 4001.0, 3970.0, 3961.0, 4002.0, 3971.0, 3993.0, 3993.0, 3961.0, 4002.0, 3962.0, 3974.0, 3991.0, 3973.0, 3974.0, 4003.0, 3962.0, 3984.0, 3996.0, 3973.0, 4014.0, 4007.0, 3973.0, 4003.0, 3970.0, 3974.0, 3993.0, 3971.0, 4015.0, 3993.0, 3961.0, 4003.0, 3971.0, 3972.0, 3991.0, 3985.0, 4004.0, 3979.0, 3959.0, 4003.0, 3972.0, 3971.0, 4013.0, 3985.0, 3962.0, 4002.0, 3973.0, 3986.0, 4003.0, 3994.0, 3983.0, 4004.0, 3962.0, 3993.0, 3982.0, 3960.0, 4013.0, 3982.0, 3964.0, 4017.0, 3973.0, 3953.0, 3993.0, 3982.0, 3973.0, 3993.0, 4005.0, 3974.0, 4014.0, 4004.0, 3985.0, 4004.0, 3971.0, 4011.0, 3999.0, 3959.0, 3991.0, 3950.0, 3961.0, 4006.0, 3961.0, 3961.0, 4006.0, 3965.0, 3962.0, 3974.0, 3976.0, 4004.0, 3973.0, 3987.0, 4029.0, 3963.0, 3995.0, 3996.0, 3976.0, 4013.0, 4004.0, 3985.0, 4012.0, 3962.0, 3949.0, 3994.0, 3962.0, 3983.0, 3994.0, 3963.0, 4003.0, 3983.0, 3974.0, 4013.0, 3971.0, 4003.0, 4014.0, 3961.0, 4001.0, 3972.0, 3983.0, 3980.0, 3961.0, 4001.0, 3971.0, 3960.0, 4003.0, 3971.0, 3962.0, 3991.0, 3985.0, 3971.0, 3970.0, 3961.0, 4004.0, 3959.0, 3959.0, 4002.0, 3960.0, 3962.0, 4014.0, 3962.0, 3962.0, 4003.0, 3972.0, 3992.0, 3993.0, 3962.0, 4012.0, 3982.0, 3962.0, 4003.0, 3963.0, 3961.0, 4024.0, 3994.0, 4015.0, 3991.0, 3968.0, 3999.0, 3957.0, 3999.0, 3978.0, 3955.0, 3996.0, 3944.0, 3974.0, 3932.0, 3935.0, 3964.0, 3947.0, 3946.0, 3945.0, 3946.0, 3981.0, 3946.0, 3959.0, 3992.0, 3950.0, 3961.0, 3981.0, 3963.0, 3963.0, 3972.0, 3966.0, 4007.0, 3984.0, 3962.0, 4027.0, 3983.0, 3963.0, 4015.0, 3986.0, 3978.0, 4027.0, 3985.0, 3962.0, 4003.0, 3996.0, 3974.0, 4005.0, 4018.0, 3983.0, 4025.0, 4004.0, 3972.0, 4003.0, 3959.0, 4002.0, 3989.0, 3948.0, 3990.0, 3948.0, 3962.0, 3970.0, 3950.0, 3961.0, 3961.0, 3951.0, 3994.0, 3964.0, 3973.0, 4007.0, 3987.0, 3963.0, 3994.0, 3964.0, 4006.0, 3982.0, 3987.0, 4015.0, 3971.0, 3971.0, 3994.0, 3962.0, 4002.0, 3995.0, 3973.0, 4002.0, 3962.0, 3962.0, 4001.0, 3983.0, 3995.0, 3992.0, 3961.0, 4002.0, 3981.0, 3981.0, 4002.0, 3973.0, 4002.0, 3959.0, 3950.0, 3991.0, 3959.0, 3962.0, 3992.0, 3961.0, 3960.0, 3985.0, 3973.0, 3993.0, 3987.0, 3965.0, 4015.0, 3962.0, 3974.0, 4004.0, 3972.0, 4003.0, 4013.0, 3961.0, 3990.0, 3981.0, 3962.0, 4002.0, 4005.0, 3972.0, 3990.0, 3960.0, 3993.0, 3982.0, 3960.0, 4013.0, 3980.0, 3949.0, 3992.0, 3961.0, 3951.0, 3994.0, 3962.0, 3961.0, 3972.0, 3962.0, 4004.0, 3972.0, 3963.0, 4015.0, 3972.0, 3951.0, 4003.0, 3972.0, 3980.0, 3993.0, 3973.0, 3982.0, 3961.0, 3976.0, 4016.0, 3974.0, 3976.0, 4028.0, 3974.0, 3983.0, 4004.0, 3973.0, 3993.0, 4003.0, 3973.0, 4002.0, 3958.0, 3951.0, 4014.0, 3971.0, 3983.0, 4002.0, 3948.0, 3969.0, 3960.0, 3960.0, 4002.0, 3984.0, 3959.0, 4001.0, 3950.0, 3961.0, 3981.0, 3960.0, 3973.0, 4006.0, 3975.0, 3995.0, 4005.0, 3960.0, 3949.0, 4004.0, 3972.0, 3961.0, 4013.0, 3991.0, 3971.0, 4012.0, 3972.0, 3971.0, 3989.0, 3972.0, 3990.0, 3947.0, 3939.0, 3991.0, 3952.0, 3961.0, 3981.0, 3965.0, 3962.0, 3982.0, 3962.0, 3964.0, 3984.0, 3965.0, 4019.0, 3994.0, 3964.0, 4018.0, 3984.0, 3972.0, 4029.0, 3974.0, 3994.0, 3985.0, 3975.0, 4024.0, 3993.0, 3985.0, 4016.0, 3962.0, 3953.0, 3994.0, 3961.0, 3973.0, 4005.0, 3960.0, 3993.0, 3971.0, 3973.0, 4004.0, 3982.0, 3972.0, 4001.0, 3961.0, 3980.0, 3961.0, 3960.0, 4013.0, 3983.0, 3961.0, 3992.0, 3962.0, 3994.0, 3970.0, 3973.0, 4012.0, 3960.0, 3960.0, 3983.0, 3962.0, 3992.0, 3986.0, 3962.0, 4019.0, 3967.0, 3964.0, 3970.0, 3951.0, 4006.0, 3985.0, 3963.0, 4004.0, 3985.0, 3965.0, 4016.0, 4008.0, 3962.0, 4004.0, 3962.0, 3994.0, 3994.0, 3963.0, 4003.0, 3984.0, 3951.0, 3981.0, 3962.0, 3953.0, 3983.0, 3962.0, 3970.0, 4006.0, 3960.0, 3972.0, 4027.0, 3983.0, 3963.0, 4013.0, 3984.0, 4024.0, 4004.0, 4015.0, 3991.0, 3958.0, 3990.0, 3948.0, 3951.0, 3993.0, 3964.0, 3961.0, 3973.0, 3974.0, 4014.0, 3973.0, 3987.0, 4006.0, 3963.0, 4016.0, 3985.0, 3974.0, 4005.0, 3972.0, 4005.0, 3973.0, 3971.0, 4026.0, 3984.0, 4004.0, 3993.0, 3970.0, 3990.0, 3957.0, 3991.0, 3969.0, 3958.0, 4000.0, 3960.0, 3980.0, 3947.0, 3959.0, 4000.0, 3960.0, 3993.0, 3982.0, 3961.0, 4002.0, 3962.0, 3983.0, 3971.0, 3972.0, 4014.0, 3971.0, 3951.0, 3993.0, 3974.0, 4004.0, 3982.0, 3972.0, 4012.0, 3960.0, 3970.0, 3995.0, 3973.0, 4014.0, 3995.0, 3961.0, 4003.0, 3964.0, 3962.0, 3992.0, 3972.0, 4004.0, 3985.0], 'WindowWidth': [9078.0, 9000.0, 8966.0, 9007.0, 8921.0, 8947.0, 8903.0, 8910.0, 8960.0, 8921.0, 8896.0, 8898.0, 8933.0, 8892.0, 8892.0, 8964.0, 8921.0, 8919.0, 8950.0, 8900.0, 8943.0, 8944.0, 8881.0, 8894.0, 8851.0, 8873.0, 8857.0, 8869.0, 8938.0, 8880.0, 8883.0, 8901.0, 8922.0, 8919.0, 8888.0, 8927.0, 8967.0, 8922.0, 8909.0, 8938.0, 8927.0, 8967.0, 8929.0, 8965.0, 8931.0, 8900.0, 8958.0, 8917.0, 8944.0, 8910.0, 8909.0, 8985.0, 8893.0, 8904.0, 8890.0, 8892.0, 8932.0, 8888.0, 8939.0, 8906.0, 8881.0, 8937.0, 8904.0, 8886.0, 8908.0, 8911.0, 8946.0, 8914.0, 8902.0, 8961.0, 8916.0, 8906.0, 8958.0, 8915.0, 8923.0, 8889.0, 8903.0, 8944.0, 8899.0, 8892.0, 8941.0, 8923.0, 8924.0, 8956.0, 8941.0, 8909.0, 8950.0, 8941.0, 8947.0, 8958.0, 8950.0, 8895.0, 8961.0, 8954.0, 8920.0, 8968.0, 8907.0, 8884.0, 8853.0, 8873.0, 8929.0, 8869.0, 8878.0, 8930.0, 8857.0, 8859.0, 8875.0, 8900.0, 8938.0, 8902.0, 8902.0, 8927.0, 8902.0, 8943.0, 8919.0, 8896.0, 8961.0, 8918.0, 8939.0, 8894.0, 8896.0, 8954.0, 8892.0, 8928.0, 8950.0, 8876.0, 8932.0, 8905.0, 8891.0, 8912.0, 8889.0, 8930.0, 8882.0, 8853.0, 8913.0, 8875.0, 8910.0, 8886.0, 8871.0, 8915.0, 8859.0, 8874.0, 8879.0, 8891.0, 8952.0, 8908.0, 8877.0, 8919.0, 8897.0, 8887.0, 8907.0, 8907.0, 8947.0, 8901.0, 8901.0, 8963.0, 8918.0, 8957.0, 8949.0, 8923.0, 8951.0, 8893.0, 8922.0, 8886.0, 8896.0, 8956.0, 8889.0, 8874.0, 8907.0, 8897.0, 8931.0, 8904.0, 8908.0, 8914.0, 8874.0, 8916.0, 8889.0, 8878.0, 8918.0, 8898.0, 8934.0, 8878.0, 8875.0, 8935.0, 8877.0, 8932.0, 8924.0, 8879.0, 8932.0, 8880.0, 8939.0, 8889.0, 8891.0, 8951.0, 8875.0, 8932.0, 8876.0, 8863.0, 8911.0, 8882.0, 8939.0, 8918.0, 8901.0, 8912.0, 8889.0, 8960.0, 8906.0, 8943.0, 8929.0, 8912.0, 8970.0, 8884.0, 8940.0, 8914.0, 8894.0, 8919.0, 8897.0, 8937.0, 8877.0, 8878.0, 8946.0, 8902.0, 8939.0, 8915.0, 8899.0, 8942.0, 8884.0, 8946.0, 8916.0, 8896.0, 8924.0, 8903.0, 8942.0, 8883.0, 8888.0, 8946.0, 8903.0, 8946.0, 8930.0, 8900.0, 8941.0, 8888.0, 8961.0, 8914.0, 8899.0, 8959.0, 8906.0, 8930.0, 8914.0, 8912.0, 8960.0, 8913.0, 8966.0, 8953.0, 8905.0, 8960.0, 8913.0, 8898.0, 8925.0, 8883.0, 8955.0, 8895.0, 8867.0, 8941.0, 8906.0, 8934.0, 8901.0, 8909.0, 8964.0, 8902.0, 8890.0, 8968.0, 8908.0, 8956.0, 8945.0, 8896.0, 8955.0, 8883.0, 8918.0, 8911.0, 8882.0, 8956.0, 8943.0, 8882.0, 8937.0, 8889.0, 8917.0, 8911.0, 8881.0, 8959.0, 8910.0, 8883.0, 8960.0, 8903.0, 8884.0, 8939.0, 8897.0, 8887.0, 8916.0, 8893.0, 8895.0, 8964.0, 8919.0, 8926.0, 8961.0, 8928.0, 8936.0, 8983.0, 8980.0, 8932.0, 8979.0, 8934.0, 8954.0, 8932.0, 8905.0, 8948.0, 8857.0, 8860.0, 8908.0, 8901.0, 8897.0, 8864.0, 8904.0, 8944.0, 8886.0, 8883.0, 8945.0, 8911.0, 8957.0, 8929.0, 8915.0, 8955.0, 8896.0, 8883.0, 8947.0, 8901.0, 8942.0, 8964.0, 8886.0, 8941.0, 8909.0, 8894.0, 8961.0, 8898.0, 8939.0, 8943.0, 8882.0, 8934.0, 8890.0, 8881.0, 8938.0, 8892.0, 8924.0, 8925.0, 8878.0, 8934.0, 8883.0, 8905.0, 8919.0, 8900.0, 8903.0, 8937.0, 8884.0, 8917.0, 8935.0, 8900.0, 8958.0, 8948.0, 8897.0, 8936.0, 8892.0, 8902.0, 8926.0, 8891.0, 8958.0, 8924.0, 8878.0, 8936.0, 8893.0, 8896.0, 8919.0, 8918.0, 8940.0, 8901.0, 8873.0, 8939.0, 8896.0, 8891.0, 8951.0, 8916.0, 8881.0, 8934.0, 8901.0, 8921.0, 8938.0, 8930.0, 8913.0, 8940.0, 8885.0, 8926.0, 8912.0, 8879.0, 8952.0, 8910.0, 8887.0, 8962.0, 8896.0, 8873.0, 8925.0, 8911.0, 8901.0, 8925.0, 8943.0, 8902.0, 8956.0, 8939.0, 8918.0, 8941.0, 8891.0, 8943.0, 8926.0, 8869.0, 8915.0, 8864.0, 8881.0, 8947.0, 8882.0, 8880.0, 8946.0, 8892.0, 8884.0, 8903.0, 8906.0, 8940.0, 8898.0, 8922.0, 8980.0, 8887.0, 8928.0, 8933.0, 8906.0, 8952.0, 8940.0, 8915.0, 8950.0, 8879.0, 8861.0, 8929.0, 8882.0, 8911.0, 8928.0, 8885.0, 8938.0, 8912.0, 8904.0, 8953.0, 8893.0, 8939.0, 8952.0, 8877.0, 8933.0, 8894.0, 8909.0, 8901.0, 8878.0, 8932.0, 8889.0, 8875.0, 8935.0, 8896.0, 8880.0, 8917.0, 8916.0, 8892.0, 8888.0, 8877.0, 8941.0, 8876.0, 8873.0, 8932.0, 8877.0, 8880.0, 8954.0, 8882.0, 8883.0, 8938.0, 8894.0, 8922.0, 8925.0, 8881.0, 8950.0, 8909.0, 8882.0, 8938.0, 8885.0, 8880.0, 8971.0, 8927.0, 8958.0, 8917.0, 8882.0, 8926.0, 8867.0, 8927.0, 8895.0, 8858.0, 8916.0, 8843.0, 8881.0, 8825.0, 8835.0, 8869.0, 8853.0, 8849.0, 8848.0, 8852.0, 8906.0, 8853.0, 8873.0, 8922.0, 8863.0, 8880.0, 8907.0, 8889.0, 8886.0, 8895.0, 8895.0, 8948.0, 8914.0, 8884.0, 8978.0, 8913.0, 8885.0, 8956.0, 8919.0, 8914.0, 8975.0, 8919.0, 8885.0, 8940.0, 8933.0, 8902.0, 8942.0, 8966.0, 8911.0, 8970.0, 8938.0, 8889.0, 8932.0, 8867.0, 8930.0, 8912.0, 8855.0, 8912.0, 8856.0, 8881.0, 8886.0, 8865.0, 8879.0, 8878.0, 8867.0, 8927.0, 8890.0, 8899.0, 8947.0, 8923.0, 8886.0, 8926.0, 8890.0, 8947.0, 8909.0, 8921.0, 8958.0, 8893.0, 8893.0, 8929.0, 8881.0, 8935.0, 8928.0, 8895.0, 8935.0, 8879.0, 8883.0, 8933.0, 8910.0, 8929.0, 8921.0, 8878.0, 8934.0, 8905.0, 8906.0, 8933.0, 8897.0, 8932.0, 8871.0, 8864.0, 8918.0, 8872.0, 8882.0, 8922.0, 8879.0, 8878.0, 8920.0, 8900.0, 8925.0, 8924.0, 8891.0, 8956.0, 8883.0, 8902.0, 8940.0, 8894.0, 8938.0, 8951.0, 8877.0, 8916.0, 8907.0, 8882.0, 8936.0, 8943.0, 8893.0, 8917.0, 8876.0, 8923.0, 8906.0, 8876.0, 8951.0, 8900.0, 8859.0, 8919.0, 8880.0, 8865.0, 8925.0, 8881.0, 8878.0, 8892.0, 8882.0, 8940.0, 8892.0, 8885.0, 8957.0, 8895.0, 8866.0, 8940.0, 8896.0, 8902.0, 8926.0, 8898.0, 8909.0, 8880.0, 8909.0, 8960.0, 8901.0, 8906.0, 8979.0, 8900.0, 8910.0, 8944.0, 8897.0, 8921.0, 8937.0, 8895.0, 8933.0, 8871.0, 8865.0, 8953.0, 8889.0, 8908.0, 8933.0, 8857.0, 8885.0, 8878.0, 8876.0, 8933.0, 8914.0, 8875.0, 8932.0, 8864.0, 8881.0, 8906.0, 8877.0, 8896.0, 8947.0, 8904.0, 8927.0, 8940.0, 8877.0, 8861.0, 8941.0, 8893.0, 8879.0, 8951.0, 8917.0, 8890.0, 8946.0, 8893.0, 8891.0, 8910.0, 8892.0, 8914.0, 8852.0, 8844.0, 8916.0, 8867.0, 8878.0, 8902.0, 8888.0, 8881.0, 8907.0, 8883.0, 8892.0, 8915.0, 8890.0, 8967.0, 8928.0, 8888.0, 8965.0, 8914.0, 8895.0, 8982.0, 8902.0, 8927.0, 8914.0, 8903.0, 8969.0, 8923.0, 8915.0, 8959.0, 8882.0, 8870.0, 8928.0, 8880.0, 8896.0, 8943.0, 8878.0, 8923.0, 8891.0, 8899.0, 8938.0, 8910.0, 8895.0, 8932.0, 8877.0, 8901.0, 8878.0, 8874.0, 8951.0, 8910.0, 8878.0, 8919.0, 8883.0, 8927.0, 8889.0, 8898.0, 8950.0, 8877.0, 8876.0, 8912.0, 8882.0, 8922.0, 8920.0, 8884.0, 8969.0, 8900.0, 8891.0, 8887.0, 8866.0, 8948.0, 8916.0, 8886.0, 8939.0, 8915.0, 8887.0, 8956.0, 8949.0, 8881.0, 8940.0, 8882.0, 8924.0, 8926.0, 8882.0, 8936.0, 8913.0, 8864.0, 8905.0, 8886.0, 8872.0, 8912.0, 8881.0, 8891.0, 8946.0, 8879.0, 8894.0, 8975.0, 8910.0, 8882.0, 8952.0, 8912.0, 8970.0, 8939.0, 8958.0, 8916.0, 8871.0, 8914.0, 8861.0, 8865.0, 8923.0, 8887.0, 8880.0, 8898.0, 8903.0, 8955.0, 8900.0, 8922.0, 8946.0, 8885.0, 8959.0, 8918.0, 8899.0, 8945.0, 8898.0, 8941.0, 8896.0, 8892.0, 8973.0, 8914.0, 8940.0, 8925.0, 8888.0, 8914.0, 8869.0, 8917.0, 8887.0, 8869.0, 8931.0, 8873.0, 8900.0, 8855.0, 8873.0, 8932.0, 8876.0, 8923.0, 8908.0, 8877.0, 8933.0, 8882.0, 8914.0, 8892.0, 8895.0, 8954.0, 8893.0, 8866.0, 8924.0, 8901.0, 8941.0, 8909.0, 8898.0, 8951.0, 8877.0, 8890.0, 8929.0, 8896.0, 8952.0, 8929.0, 8878.0, 8936.0, 8889.0, 8885.0, 8921.0, 8894.0, 8941.0, 8916.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.001399804822043628</td></tr>
<tr><td colspan=3>aqi</td><td>0.015682553846153847</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.01144744819541</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.195220109724139</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0194092928160914</td></tr>
<tr><td colspan=3>efc</td><td>0.5003</td></tr>
<tr><td colspan=3>fber</td><td>4806.5479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11879929912699912</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.381171067738231</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.535708856882916</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4877569406872526</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.750414116243199</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3689555137182956</td></tr>
<tr><td colspan=3>gcor</td><td>0.00949727</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006517387926578522</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02862291969358921</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.9814826296147143</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>17.8337</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.0857</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.1419</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291882.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>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.324</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3168</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.5732</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3157.8124</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>833.8553</td></tr>
<tr><td colspan=3>tsnr</td><td>43.65933092625346</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>