ds005256-mriqc/sub-0107_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 4e7dd6cdf9 [DATALAD RUNCMD] Compute MRIQC for sub-0107
=== 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-0107 --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-0107",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:41:58 +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-0107_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0107_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0107_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-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0107/ses-03/func/sub-0107_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7039e55fd646fffe4c56900467815d9e</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:21:43.460000</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.990047, 0.0880212, 0.109817, -0.0874885, 0.996119, -0.00966923]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0793046</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4230, -7796, -7292, 371, -114, -169, 61, 36]</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>236.144</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>939d7566-d76b-4515-abb1-8d83aa66d330||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.6562230587005615, -0.23472528159618378, 0.29765287041664124, 115.26358032226562], [-0.2361544519662857, 2.672513484954834, 9.378582035424188e-05, -92.82630157470703], [0.29463082551956177, 0.02594182640314102, 2.6835429668426514, -102.44097900390625], [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': ['202143.460000', '202143.920000', '202144.380000', '202144.840000', '202145.300000', '202145.760000', '202146.220000', '202146.680000', '202147.140000', '202147.600000', '202148.060000', '202148.520000', '202148.980000', '202149.440000', '202149.900000', '202150.360000', '202150.820000', '202151.280000', '202151.740000', '202152.200000', '202152.660000', '202153.120000', '202153.580000', '202154.040000', '202154.500000', '202154.960000', '202155.420000', '202155.880000', '202156.340000', '202156.800000', '202157.260000', '202157.720000', '202158.180000', '202158.640000', '202159.100000', '202159.560000', '202200.020000', '202200.480000', '202200.940000', '202201.400000', '202201.860000', '202202.320000', '202202.780000', '202203.240000', '202203.700000', '202204.160000', '202204.620000', '202205.080000', '202205.540000', '202206.000000', '202206.460000', '202206.920000', '202207.380000', '202207.840000', '202208.300000', '202208.760000', '202209.220000', '202209.680000', '202210.140000', '202210.600000', '202211.060000', '202211.520000', '202211.980000', '202212.440000', '202212.900000', '202213.360000', '202213.820000', '202214.280000', '202214.740000', '202215.200000', '202215.660000', '202216.120000', '202216.580000', '202217.040000', '202217.500000', '202217.960000', '202218.420000', '202218.880000', '202219.340000', '202219.800000', '202220.260000', '202220.720000', '202221.180000', '202221.640000', '202222.100000', '202222.560000', '202223.020000', '202223.480000', '202223.940000', '202224.400000', '202224.860000', '202225.320000', '202225.780000', '202226.240000', '202226.700000', '202227.160000', '202227.620000', '202228.080000', '202228.540000', '202229.000000', '202229.460000', '202229.920000', '202230.380000', '202230.840000', '202231.300000', '202231.760000', '202232.220000', '202232.680000', '202233.140000', '202233.600000', '202234.060000', '202234.520000', '202234.980000', '202235.440000', '202235.900000', '202236.360000', '202236.820000', '202237.280000', '202237.740000', '202238.200000', '202238.660000', '202239.120000', '202239.580000', '202240.040000', '202240.500000', '202240.960000', '202241.420000', '202241.880000', '202242.340000', '202242.800000', '202243.260000', '202243.720000', '202244.180000', '202244.640000', '202245.100000', '202245.560000', '202246.020000', '202246.480000', '202246.940000', '202247.400000', '202247.860000', '202248.320000', '202248.780000', '202249.240000', '202249.700000', '202250.160000', '202250.620000', '202251.080000', '202251.540000', '202252.000000', '202252.460000', '202252.920000', '202253.380000', '202253.840000', '202254.300000', '202254.760000', '202255.220000', '202255.680000', '202256.140000', '202256.600000', '202257.060000', '202257.520000', '202257.980000', '202258.440000', '202258.900000', '202259.360000', '202259.820000', '202300.280000', '202300.740000', '202301.200000', '202301.660000', '202302.120000', '202302.580000', '202303.040000', '202303.500000', '202303.960000', '202304.420000', '202304.880000', '202305.340000', '202305.800000', '202306.260000', '202306.720000', '202307.180000', '202307.640000', '202308.100000', '202308.560000', '202309.020000', '202309.480000', '202309.940000', '202310.400000', '202310.860000', '202311.320000', '202311.780000', '202312.240000', '202312.700000', '202313.160000', '202313.620000', '202314.080000', '202314.540000', '202315.000000', '202315.460000', '202315.920000', '202316.380000', '202316.840000', '202317.300000', '202317.760000', '202318.220000', '202318.680000', '202319.140000', '202319.600000', '202320.060000', '202320.520000', '202320.980000', '202321.440000', '202321.900000', '202322.360000', '202322.820000', '202323.280000', '202323.740000', '202324.200000', '202324.660000', '202325.120000', '202325.580000', '202326.040000', '202326.500000', '202326.960000', '202327.420000', '202327.880000', '202328.340000', '202328.800000', '202329.260000', '202329.720000', '202330.180000', '202330.640000', '202331.100000', '202331.560000', '202332.020000', '202332.480000', '202332.940000', '202333.400000', '202333.860000', '202334.320000', '202334.780000', '202335.240000', '202335.700000', '202336.160000', '202336.620000', '202337.080000', '202337.540000', '202338.000000', '202338.460000', '202338.920000', '202339.380000', '202339.840000', '202340.300000', '202340.760000', '202341.220000', '202341.680000', '202342.140000', '202342.600000', '202343.060000', '202343.520000', '202343.980000', '202344.440000', '202344.900000', '202345.360000', '202345.820000', '202346.280000', '202346.740000', '202347.200000', '202347.660000', '202348.120000', '202348.580000', '202349.040000', '202349.500000', '202349.960000', '202350.420000', '202350.880000', '202351.340000', '202351.800000', '202352.260000', '202352.720000', '202353.180000', '202353.640000', '202354.100000', '202354.560000', '202355.020000', '202355.480000', '202355.940000', '202356.400000', '202356.860000', '202357.320000', '202357.780000', '202358.240000', '202358.700000', '202359.160000', '202359.620000', '202400.080000', '202400.540000', '202401.000000', '202401.460000', '202401.920000', '202402.380000', '202402.840000', '202403.300000', '202403.760000', '202404.220000', '202404.680000', '202405.140000', '202405.600000', '202406.060000', '202406.520000', '202406.980000', '202407.440000', '202407.900000', '202408.360000', '202408.820000', '202409.280000', '202409.740000', '202410.200000', '202410.660000', '202411.120000', '202411.580000', '202412.040000', '202412.500000', '202412.960000', '202413.420000', '202413.880000', '202414.340000', '202414.800000', '202415.260000', '202415.720000', '202416.180000', '202416.640000', '202417.100000', '202417.560000', '202418.020000', '202418.480000', '202418.940000', '202419.400000', '202419.860000', '202420.320000', '202420.780000', '202421.240000', '202421.700000', '202422.160000', '202422.620000', '202423.080000', '202423.540000', '202424.000000', '202424.460000', '202424.920000', '202425.380000', '202425.840000', '202426.300000', '202426.760000', '202427.220000', '202427.680000', '202428.140000', '202428.600000', '202429.060000', '202429.520000', '202429.980000', '202430.440000', '202430.900000', '202431.360000', '202431.820000', '202432.280000', '202432.740000', '202433.200000', '202433.660000', '202434.120000', '202434.580000', '202435.040000', '202435.500000', '202435.960000', '202436.420000', '202436.880000', '202437.340000', '202437.800000', '202438.260000', '202438.720000', '202439.180000', '202439.640000', '202440.100000', '202440.560000', '202441.020000', '202441.480000', '202441.940000', '202442.400000', '202442.860000', '202443.320000', '202443.780000', '202444.240000', '202444.700000', '202445.160000', '202445.620000', '202446.080000', '202446.540000', '202447.000000', '202447.460000', '202447.920000', '202448.380000', '202448.840000', '202449.300000', '202449.760000', '202450.220000', '202450.680000', '202451.140000', '202451.600000', '202452.060000', '202452.520000', '202452.980000', '202453.440000', '202453.900000', '202454.360000', '202454.820000', '202455.280000', '202455.740000', '202456.200000', '202456.660000', '202457.120000', '202457.580000', '202458.040000', '202458.500000', '202458.960000', '202459.420000', '202459.880000', '202500.340000', '202500.800000', '202501.260000', '202501.720000', '202502.180000', '202502.640000', '202503.100000', '202503.560000', '202504.020000', '202504.480000', '202504.940000', '202505.400000', '202505.860000', '202506.320000', '202506.780000', '202507.240000', '202507.700000', '202508.160000', '202508.620000', '202509.080000', '202509.540000', '202510.000000', '202510.460000', '202510.920000', '202511.380000', '202511.840000', '202512.300000', '202512.760000', '202513.220000', '202513.680000', '202514.140000', '202514.600000', '202515.060000', '202515.520000', '202515.980000', '202516.440000', '202516.900000', '202517.360000', '202517.820000', '202518.280000', '202518.740000', '202519.200000', '202519.660000', '202520.120000', '202520.580000', '202521.040000', '202521.500000', '202521.960000', '202522.420000', '202522.880000', '202523.340000', '202523.800000', '202524.260000', '202524.720000', '202525.180000', '202525.640000', '202526.100000', '202526.560000', '202527.020000', '202527.480000', '202527.940000', '202528.400000', '202528.860000', '202529.320000', '202529.780000', '202530.240000', '202530.700000', '202531.160000', '202531.620000', '202532.080000', '202532.540000', '202533.000000', '202533.460000', '202533.920000', '202534.380000', '202534.840000', '202535.300000', '202535.760000', '202536.220000', '202536.680000', '202537.140000', '202537.600000', '202538.060000', '202538.520000', '202538.980000', '202539.440000', '202539.900000', '202540.360000', '202540.820000', '202541.280000', '202541.740000', '202542.200000', '202542.660000', '202543.120000', '202543.580000', '202544.040000', '202544.500000', '202544.960000', '202545.420000', '202545.880000', '202546.340000', '202546.800000', '202547.260000', '202547.720000', '202548.180000', '202548.640000', '202549.100000', '202549.560000', '202550.020000', '202550.480000', '202550.940000', '202551.400000', '202551.860000', '202552.320000', '202552.780000', '202553.240000', '202553.700000', '202554.160000', '202554.620000', '202555.080000', '202555.540000', '202556.000000', '202556.460000', '202556.920000', '202557.380000', '202557.840000', '202558.300000', '202558.760000', '202559.220000', '202559.680000', '202600.140000', '202600.600000', '202601.060000', '202601.520000', '202601.980000', '202602.440000', '202602.900000', '202603.360000', '202603.820000', '202604.280000', '202604.740000', '202605.200000', '202605.660000', '202606.120000', '202606.580000', '202607.040000', '202607.500000', '202607.960000', '202608.420000', '202608.880000', '202609.340000', '202609.800000', '202610.260000', '202610.720000', '202611.180000', '202611.640000', '202612.100000', '202612.560000', '202613.020000', '202613.480000', '202613.940000', '202614.400000', '202614.860000', '202615.320000', '202615.780000', '202616.240000', '202616.700000', '202617.160000', '202617.620000', '202618.080000', '202618.540000', '202619.000000', '202619.460000', '202619.920000', '202620.380000', '202620.840000', '202621.300000', '202621.760000', '202622.220000', '202622.680000', '202623.140000', '202623.600000', '202624.060000', '202624.520000', '202624.980000', '202625.440000', '202625.900000', '202626.360000', '202626.820000', '202627.280000', '202627.740000', '202628.200000', '202628.660000', '202629.120000', '202629.580000', '202630.040000', '202630.500000', '202630.960000', '202631.420000', '202631.880000', '202632.340000', '202632.800000', '202633.260000', '202633.720000', '202634.180000', '202634.640000', '202635.100000', '202635.560000', '202636.020000', '202636.480000', '202636.940000', '202637.400000', '202637.860000', '202638.320000', '202638.780000', '202639.240000', '202639.700000', '202640.160000', '202640.620000', '202641.080000', '202641.540000', '202642.000000', '202642.460000', '202642.920000', '202643.380000', '202643.840000', '202644.300000', '202644.760000', '202645.220000', '202645.680000', '202646.140000', '202646.600000', '202647.060000', '202647.520000', '202647.980000', '202648.440000', '202648.900000', '202649.360000', '202649.820000', '202650.280000', '202650.740000', '202651.200000', '202651.660000', '202652.120000', '202652.580000', '202653.040000', '202653.500000', '202653.960000', '202654.420000', '202654.880000', '202655.340000', '202655.800000', '202656.260000', '202656.720000', '202657.180000', '202657.640000', '202658.100000', '202658.560000', '202659.020000', '202659.480000', '202659.940000', '202700.400000', '202700.860000', '202701.320000', '202701.780000', '202702.240000', '202702.700000', '202703.160000', '202703.620000', '202704.080000', '202704.540000', '202705.000000', '202705.460000', '202705.920000', '202706.380000', '202706.840000', '202707.300000', '202707.760000', '202708.220000', '202708.680000', '202709.140000', '202709.600000', '202710.060000', '202710.520000', '202710.980000', '202711.440000', '202711.900000', '202712.360000', '202712.820000', '202713.280000', '202713.740000', '202714.200000', '202714.660000', '202715.120000', '202715.580000', '202716.040000', '202716.500000', '202716.960000', '202717.420000', '202717.880000', '202718.340000', '202718.800000', '202719.260000', '202719.720000', '202720.180000', '202720.640000', '202721.100000', '202721.560000', '202722.020000', '202722.480000', '202722.940000', '202723.400000', '202723.860000', '202724.320000', '202724.780000', '202725.240000', '202725.700000', '202726.160000', '202726.620000', '202727.080000', '202727.540000', '202728.000000', '202728.460000', '202728.920000', '202729.380000', '202729.840000', '202730.300000', '202730.760000', '202731.220000', '202731.680000', '202732.140000', '202732.600000', '202733.060000', '202733.520000', '202733.980000', '202734.440000', '202734.900000', '202735.360000', '202735.820000', '202736.280000', '202736.740000', '202737.200000', '202737.660000', '202738.120000', '202738.580000', '202739.040000', '202739.500000', '202739.960000', '202740.420000', '202740.880000', '202741.340000', '202741.800000', '202742.260000', '202742.720000', '202743.180000', '202743.640000', '202744.100000', '202744.560000', '202745.020000', '202745.480000', '202745.940000', '202746.400000', '202746.860000', '202747.320000', '202747.780000', '202748.240000', '202748.700000', '202749.160000', '202749.620000', '202750.080000', '202750.540000', '202751.000000', '202751.460000', '202751.920000', '202752.380000', '202752.840000', '202753.300000', '202753.760000', '202754.220000', '202754.680000', '202755.140000', '202755.600000', '202756.060000', '202756.520000', '202756.980000', '202757.440000', '202757.900000', '202758.360000', '202758.820000', '202759.280000', '202759.740000', '202800.200000', '202800.660000', '202801.120000', '202801.580000', '202802.040000', '202802.500000', '202802.960000', '202803.420000', '202803.880000', '202804.340000', '202804.800000', '202805.260000', '202805.720000', '202806.180000', '202806.640000', '202807.100000', '202807.560000', '202808.020000', '202808.480000', '202808.940000', '202809.400000', '202809.860000', '202810.320000', '202810.780000', '202811.240000', '202811.700000', '202812.160000', '202812.620000', '202813.080000', '202813.540000', '202814.000000', '202814.460000', '202814.920000', '202815.380000', '202815.840000', '202816.300000', '202816.760000', '202817.220000', '202817.680000', '202818.140000', '202818.600000', '202819.060000', '202819.520000', '202819.980000', '202820.440000', '202820.900000', '202821.360000', '202821.820000', '202822.280000', '202822.740000', '202823.200000', '202823.660000', '202824.120000'], 'ContentTime': ['202204.909000', '202204.913000', '202204.915000', '202204.918000', '202204.920000', '202204.926000', '202204.929000', '202204.932000', '202204.934000', '202204.937000', '202204.939000', '202204.942000', '202204.944000', '202204.947000', '202204.950000', '202204.952000', '202204.955000', '202204.957000', '202204.960000', '202204.962000', '202204.965000', '202204.968000', '202204.970000', '202204.973000', '202204.975000', '202204.978000', '202204.980000', '202204.983000', '202204.986000', '202204.988000', '202204.991000', '202204.993000', '202204.996000', '202204.998000', '202205.002000', '202205.005000', '202205.008000', '202205.010000', '202205.013000', '202205.015000', '202205.018000', '202205.021000', '202205.023000', '202205.026000', '202205.028000', '202224.882000', '202224.884000', '202224.887000', '202224.890000', '202224.892000', '202224.895000', '202224.898000', '202224.900000', '202224.903000', '202224.905000', '202224.908000', '202224.911000', '202224.913000', '202224.916000', '202224.918000', '202224.921000', '202224.923000', '202224.926000', '202224.928000', '202224.931000', '202224.934000', '202224.936000', '202224.939000', '202224.941000', '202224.944000', '202224.953000', '202224.956000', '202224.958000', '202224.961000', '202224.963000', '202224.966000', '202224.968000', '202224.971000', '202224.973000', '202224.976000', '202224.979000', '202224.981000', '202224.984000', '202224.986000', '202224.989000', '202224.992000', '202224.994000', '202224.997000', '202244.881000', '202244.884000', '202244.887000', '202244.890000', '202244.892000', '202244.895000', '202244.897000', '202244.900000', '202244.903000', '202244.905000', '202244.908000', '202244.910000', '202244.913000', '202244.916000', '202244.918000', '202244.921000', '202244.923000', '202244.926000', '202244.928000', '202244.931000', '202244.934000', '202244.936000', '202244.939000', '202244.941000', '202244.944000', '202244.947000', '202244.949000', '202244.952000', '202244.955000', '202244.957000', '202244.960000', '202244.962000', '202244.965000', '202244.967000', '202244.970000', '202244.973000', '202244.975000', '202244.978000', '202244.980000', '202244.983000', '202244.986000', '202244.988000', '202244.991000', '202244.993000', '202304.881000', '202304.884000', '202304.887000', '202304.889000', '202304.892000', '202304.895000', '202304.897000', '202304.900000', '202304.902000', '202304.905000', '202304.908000', '202304.910000', '202304.913000', '202304.915000', '202304.918000', '202304.920000', '202304.923000', '202304.926000', '202304.928000', '202304.931000', '202304.933000', '202304.936000', '202304.938000', '202304.941000', '202304.944000', '202304.947000', '202304.949000', '202304.952000', '202304.955000', '202304.958000', '202304.960000', '202304.963000', '202304.966000', '202304.968000', '202304.971000', '202304.975000', '202304.978000', '202304.980000', '202304.983000', '202304.986000', '202304.988000', '202304.991000', '202304.993000', '202324.882000', '202324.884000', '202324.887000', '202324.890000', '202324.892000', '202324.895000', '202324.897000', '202324.900000', '202324.902000', '202324.905000', '202324.908000', '202324.910000', '202324.913000', '202324.915000', '202324.918000', '202324.921000', '202324.923000', '202324.926000', '202324.928000', '202324.931000', '202324.933000', '202324.936000', '202324.939000', '202324.941000', '202324.944000', '202324.946000', '202324.949000', '202324.952000', '202324.954000', '202324.957000', '202324.959000', '202324.962000', '202324.965000', '202324.967000', '202324.970000', '202324.972000', '202324.989000', '202324.991000', '202324.994000', '202324.996000', '202325.000000', '202325.003000', '202325.005000', '202325.008000', '202344.882000', '202344.885000', '202344.887000', '202344.890000', '202344.892000', '202344.895000', '202344.897000', '202344.900000', '202344.903000', '202344.905000', '202344.908000', '202344.911000', '202344.913000', '202344.916000', '202344.918000', '202344.921000', '202344.923000', '202344.926000', '202344.929000', '202344.931000', '202344.934000', '202344.936000', '202344.939000', '202344.942000', '202344.944000', '202344.947000', '202344.949000', '202344.952000', '202344.955000', '202344.957000', '202344.960000', '202344.962000', '202344.965000', '202344.967000', '202344.970000', '202344.973000', '202344.976000', '202344.979000', '202344.982000', '202344.985000', '202344.994000', '202344.997000', '202345.000000', '202404.881000', '202404.884000', '202404.887000', '202404.889000', '202404.892000', '202404.895000', '202404.897000', '202404.900000', '202404.903000', '202404.905000', '202404.908000', '202404.910000', '202404.913000', '202404.916000', '202404.918000', '202404.921000', '202404.923000', '202404.926000', '202404.928000', '202404.931000', '202404.934000', '202404.936000', '202404.939000', '202404.941000', '202404.944000', '202404.947000', '202404.949000', '202404.952000', '202404.954000', '202404.957000', '202404.959000', '202404.962000', '202404.965000', '202404.967000', '202404.970000', '202404.972000', '202404.975000', '202404.978000', '202404.980000', '202404.983000', '202404.985000', '202404.988000', '202404.990000', '202404.993000', '202424.881000', '202424.883000', '202424.886000', '202424.889000', '202424.891000', '202424.894000', '202424.896000', '202424.899000', '202424.902000', '202424.904000', '202424.907000', '202424.909000', '202424.912000', '202424.915000', '202424.917000', '202424.920000', '202424.922000', '202424.925000', '202424.928000', '202424.930000', '202424.933000', '202424.935000', '202424.938000', '202424.941000', '202424.943000', '202424.946000', '202424.948000', '202424.951000', '202424.954000', '202424.961000', '202424.964000', '202424.967000', '202424.969000', '202424.972000', '202424.974000', '202424.977000', '202424.980000', '202424.982000', '202424.985000', '202424.988000', '202424.990000', '202424.993000', '202424.996000', '202444.881000', '202444.884000', '202444.887000', '202444.890000', '202444.892000', '202444.895000', '202444.897000', '202444.900000', '202444.903000', '202444.905000', '202444.908000', '202444.910000', '202444.913000', '202444.915000', '202444.918000', '202444.921000', '202444.923000', '202444.926000', '202444.928000', '202444.931000', '202444.934000', '202444.937000', '202444.939000', '202444.942000', '202444.944000', '202444.947000', '202444.950000', '202444.952000', '202444.955000', '202444.957000', '202444.960000', '202444.962000', '202444.965000', '202444.968000', '202444.970000', '202444.973000', '202444.976000', '202444.978000', '202444.981000', '202444.983000', '202444.986000', '202444.989000', '202444.991000', '202444.994000', '202504.881000', '202504.884000', '202504.887000', '202504.897000', '202504.900000', '202504.902000', '202504.905000', '202504.908000', '202504.910000', '202504.913000', '202504.915000', '202504.918000', '202504.921000', '202504.923000', '202504.926000', '202504.928000', '202504.931000', '202504.933000', '202504.936000', '202504.939000', '202504.941000', '202504.944000', '202504.946000', '202504.949000', '202504.952000', '202504.954000', '202504.957000', '202504.959000', '202504.962000', '202504.965000', '202504.967000', '202504.970000', '202504.973000', '202504.975000', '202504.978000', '202504.980000', '202504.983000', '202504.986000', '202504.989000', '202504.992000', '202504.995000', '202504.998000', '202505.001000', '202524.882000', '202524.885000', '202524.887000', '202524.890000', '202524.892000', '202524.895000', '202524.898000', '202524.900000', '202524.903000', '202524.905000', '202524.908000', '202524.910000', '202524.913000', '202524.916000', '202524.918000', '202524.921000', '202524.924000', '202524.926000', '202524.929000', '202524.931000', '202524.934000', '202524.937000', '202524.939000', '202524.942000', '202524.944000', '202524.947000', '202524.950000', '202524.952000', '202524.955000', '202524.957000', '202524.960000', '202524.963000', '202524.965000', '202524.968000', '202524.971000', '202524.973000', '202524.976000', '202524.978000', '202524.981000', '202524.984000', '202524.986000', '202524.989000', '202524.991000', '202524.994000', '202544.882000', '202544.885000', '202544.887000', '202544.890000', '202544.892000', '202544.895000', '202544.897000', '202544.900000', '202544.903000', '202544.905000', '202544.908000', '202544.910000', '202544.913000', '202544.916000', '202544.918000', '202544.921000', '202544.924000', '202544.926000', '202544.929000', '202544.931000', '202544.934000', '202544.936000', '202544.939000', '202544.942000', '202544.944000', '202544.947000', '202544.949000', '202544.952000', '202544.955000', '202544.957000', '202544.960000', '202544.962000', '202544.965000', '202544.968000', '202544.970000', '202544.973000', '202544.975000', '202544.978000', '202544.981000', '202544.983000', '202544.986000', '202544.988000', '202544.991000', '202604.881000', '202604.884000', '202604.887000', '202604.890000', '202604.892000', '202604.895000', '202604.897000', '202604.900000', '202604.903000', '202604.905000', '202604.908000', '202604.910000', '202604.913000', '202604.916000', '202604.918000', '202604.921000', '202604.923000', '202604.926000', '202604.929000', '202604.931000', '202604.934000', '202604.937000', '202604.939000', '202604.942000', '202604.944000', '202604.947000', '202604.949000', '202604.952000', '202604.955000', '202604.957000', '202604.960000', '202604.963000', '202604.965000', '202604.968000', '202604.970000', '202604.973000', '202604.976000', '202604.978000', '202604.981000', '202604.983000', '202604.986000', '202604.989000', '202604.991000', '202604.994000', '202624.882000', '202624.884000', '202624.887000', '202624.890000', '202624.892000', '202624.895000', '202624.897000', '202624.900000', '202624.903000', '202624.905000', '202624.908000', '202624.911000', '202624.913000', '202624.916000', '202624.918000', '202624.921000', '202624.924000', '202624.926000', '202624.929000', '202624.931000', '202624.934000', '202624.937000', '202624.939000', '202624.942000', '202624.944000', '202624.947000', '202624.950000', '202624.952000', '202624.964000', '202624.966000', '202624.969000', '202624.972000', '202624.974000', '202624.977000', '202624.979000', '202624.982000', '202624.984000', '202624.987000', '202624.990000', '202624.992000', '202624.995000', '202624.998000', '202625.001000', '202644.880000', '202644.883000', '202644.886000', '202644.889000', '202644.891000', '202644.894000', '202644.896000', '202644.899000', '202644.901000', '202644.904000', '202644.907000', '202644.909000', '202644.912000', '202644.915000', '202644.917000', '202644.920000', '202644.922000', '202644.925000', '202644.928000', '202644.930000', '202644.933000', '202644.935000', '202644.938000', '202644.940000', '202644.943000', '202644.946000', '202644.948000', '202644.951000', '202644.954000', '202644.956000', '202644.959000', '202644.961000', '202644.964000', '202644.966000', '202644.969000', '202644.972000', '202644.974000', '202644.977000', '202644.979000', '202644.982000', '202644.985000', '202644.987000', '202644.990000', '202644.993000', '202704.882000', '202704.885000', '202704.887000', '202704.890000', '202704.893000', '202704.895000', '202704.898000', '202704.900000', '202704.903000', '202704.905000', '202704.908000', '202704.911000', '202704.913000', '202704.916000', '202704.919000', '202704.921000', '202704.924000', '202704.926000', '202704.929000', '202704.932000', '202704.934000', '202704.937000', '202704.939000', '202704.942000', '202704.944000', '202704.947000', '202704.950000', '202704.952000', '202704.955000', '202704.958000', '202704.960000', '202704.963000', '202704.966000', '202704.968000', '202704.971000', '202704.973000', '202704.976000', '202704.979000', '202704.981000', '202704.984000', '202704.986000', '202704.989000', '202704.992000', '202724.881000', '202724.884000', '202724.887000', '202724.889000', '202724.892000', '202724.895000', '202724.897000', '202724.900000', '202724.902000', '202724.905000', '202724.908000', '202724.910000', '202724.913000', '202724.915000', '202724.918000', '202724.921000', '202724.923000', '202724.926000', '202724.928000', '202724.931000', '202724.934000', '202724.936000', '202724.939000', '202724.941000', '202724.944000', '202724.946000', '202724.949000', '202724.952000', '202724.954000', '202724.957000', '202724.960000', '202724.962000', '202724.965000', '202724.967000', '202724.970000', '202724.973000', '202724.975000', '202724.978000', '202724.980000', '202724.983000', '202724.986000', '202724.988000', '202724.991000', '202724.993000', '202744.882000', '202744.884000', '202744.887000', '202744.890000', '202744.892000', '202744.895000', '202744.898000', '202744.900000', '202744.903000', '202744.905000', '202744.908000', '202744.911000', '202744.913000', '202744.916000', '202744.918000', '202744.921000', '202744.924000', '202744.926000', '202744.929000', '202744.931000', '202744.934000', '202744.937000', '202744.939000', '202744.942000', '202744.944000', '202744.947000', '202744.950000', '202744.952000', '202744.955000', '202744.958000', '202744.961000', '202744.963000', '202744.966000', '202744.968000', '202744.971000', '202744.975000', '202744.978000', '202744.980000', '202744.983000', '202744.985000', '202744.988000', '202744.991000', '202744.993000', '202804.882000', '202804.885000', '202804.887000', '202804.890000', '202804.894000', '202804.896000', '202804.899000', '202804.901000', '202804.904000', '202804.907000', '202804.909000', '202804.912000', '202804.915000', '202804.917000', '202804.920000', '202804.922000', '202804.925000', '202804.928000', '202804.930000', '202804.933000', '202804.935000', '202804.938000', '202804.940000', '202804.943000', '202804.946000', '202804.949000', '202804.952000', '202804.954000', '202804.957000', '202804.959000', '202804.962000', '202804.965000', '202804.967000', '202804.986000', '202804.988000', '202804.991000', '202804.993000', '202804.996000', '202805.000000', '202805.002000', '202805.005000', '202805.007000', '202805.010000', '202805.013000', '202824.882000', '202824.885000', '202824.887000', '202824.890000', '202824.893000', '202824.896000', '202824.898000', '202824.901000', '202824.903000', '202824.906000', '202824.909000', '202824.911000', '202824.914000', '202824.917000', '202824.919000', '202824.922000', '202824.925000', '202824.927000', '202824.930000', '202824.932000', '202824.935000', '202824.938000', '202824.940000', '202824.943000', '202824.946000', '202824.948000', '202824.951000', '202824.954000', '202824.956000', '202824.959000', '202824.962000', '202824.965000', '202824.968000', '202824.971000', '202824.974000', '202824.977000', '202824.980000', '202824.983000', '202824.986000', '202824.988000', '202824.991000', '202824.994000', '202824.996000', '202825.092000'], 'InstanceCreationTime': ['202204.909000', '202204.913000', '202204.915000', '202204.918000', '202204.920000', '202204.926000', '202204.929000', '202204.932000', '202204.934000', '202204.937000', '202204.939000', '202204.942000', '202204.944000', '202204.947000', '202204.950000', '202204.952000', '202204.955000', '202204.957000', '202204.960000', '202204.962000', '202204.965000', '202204.968000', '202204.970000', '202204.973000', '202204.975000', '202204.978000', '202204.980000', '202204.983000', '202204.986000', '202204.988000', '202204.991000', '202204.993000', '202204.996000', '202204.998000', '202205.002000', '202205.005000', '202205.008000', '202205.010000', '202205.013000', '202205.015000', '202205.018000', '202205.021000', '202205.023000', '202205.026000', '202205.028000', '202224.882000', '202224.884000', '202224.887000', '202224.890000', '202224.892000', '202224.895000', '202224.898000', '202224.900000', '202224.903000', '202224.905000', '202224.908000', '202224.911000', '202224.913000', '202224.916000', '202224.918000', '202224.921000', '202224.923000', '202224.926000', '202224.928000', '202224.931000', '202224.934000', '202224.936000', '202224.939000', '202224.941000', '202224.944000', '202224.953000', '202224.956000', '202224.958000', '202224.961000', '202224.963000', '202224.966000', '202224.968000', '202224.971000', '202224.973000', '202224.976000', '202224.979000', '202224.981000', '202224.984000', '202224.986000', '202224.989000', '202224.992000', '202224.994000', '202224.997000', '202244.881000', '202244.884000', '202244.887000', '202244.890000', '202244.892000', '202244.895000', '202244.897000', '202244.900000', '202244.903000', '202244.905000', '202244.908000', '202244.910000', '202244.913000', '202244.916000', '202244.918000', '202244.921000', '202244.923000', '202244.926000', '202244.928000', '202244.931000', '202244.934000', '202244.936000', '202244.939000', '202244.941000', '202244.944000', '202244.947000', '202244.949000', '202244.952000', '202244.955000', '202244.957000', '202244.960000', '202244.962000', '202244.965000', '202244.967000', '202244.970000', '202244.973000', '202244.975000', '202244.978000', '202244.980000', '202244.983000', '202244.986000', '202244.988000', '202244.991000', '202244.993000', '202304.881000', '202304.884000', '202304.887000', '202304.889000', '202304.892000', '202304.895000', '202304.897000', '202304.900000', '202304.902000', '202304.905000', '202304.908000', '202304.910000', '202304.913000', '202304.915000', '202304.918000', '202304.920000', '202304.923000', '202304.926000', '202304.928000', '202304.931000', '202304.933000', '202304.936000', '202304.938000', '202304.941000', '202304.944000', '202304.947000', '202304.949000', '202304.952000', '202304.955000', '202304.958000', '202304.960000', '202304.963000', '202304.966000', '202304.968000', '202304.971000', '202304.975000', '202304.978000', '202304.980000', '202304.983000', '202304.986000', '202304.988000', '202304.991000', '202304.993000', '202324.882000', '202324.884000', '202324.887000', '202324.890000', '202324.892000', '202324.895000', '202324.897000', '202324.900000', '202324.902000', '202324.905000', '202324.908000', '202324.910000', '202324.913000', '202324.915000', '202324.918000', '202324.921000', '202324.923000', '202324.926000', '202324.928000', '202324.931000', '202324.933000', '202324.936000', '202324.939000', '202324.941000', '202324.944000', '202324.946000', '202324.949000', '202324.952000', '202324.954000', '202324.957000', '202324.959000', '202324.962000', '202324.965000', '202324.967000', '202324.970000', '202324.972000', '202324.989000', '202324.991000', '202324.994000', '202324.996000', '202325.000000', '202325.003000', '202325.005000', '202325.008000', '202344.882000', '202344.885000', '202344.887000', '202344.890000', '202344.892000', '202344.895000', '202344.897000', '202344.900000', '202344.903000', '202344.905000', '202344.908000', '202344.911000', '202344.913000', '202344.916000', '202344.918000', '202344.921000', '202344.923000', '202344.926000', '202344.929000', '202344.931000', '202344.934000', '202344.936000', '202344.939000', '202344.942000', '202344.944000', '202344.947000', '202344.949000', '202344.952000', '202344.955000', '202344.957000', '202344.960000', '202344.962000', '202344.965000', '202344.967000', '202344.970000', '202344.973000', '202344.976000', '202344.979000', '202344.982000', '202344.985000', '202344.994000', '202344.997000', '202345.000000', '202404.881000', '202404.884000', '202404.887000', '202404.889000', '202404.892000', '202404.895000', '202404.897000', '202404.900000', '202404.903000', '202404.905000', '202404.908000', '202404.910000', '202404.913000', '202404.916000', '202404.918000', '202404.921000', '202404.923000', '202404.926000', '202404.928000', '202404.931000', '202404.934000', '202404.936000', '202404.939000', '202404.941000', '202404.944000', '202404.947000', '202404.949000', '202404.952000', '202404.954000', '202404.957000', '202404.959000', '202404.962000', '202404.965000', '202404.967000', '202404.970000', '202404.972000', '202404.975000', '202404.978000', '202404.980000', '202404.983000', '202404.985000', '202404.988000', '202404.990000', '202404.993000', '202424.881000', '202424.883000', '202424.886000', '202424.889000', '202424.891000', '202424.894000', '202424.896000', '202424.899000', '202424.902000', '202424.904000', '202424.907000', '202424.909000', '202424.912000', '202424.915000', '202424.917000', '202424.920000', '202424.922000', '202424.925000', '202424.928000', '202424.930000', '202424.933000', '202424.935000', '202424.938000', '202424.941000', '202424.943000', '202424.946000', '202424.948000', '202424.951000', '202424.954000', '202424.961000', '202424.964000', '202424.967000', '202424.969000', '202424.972000', '202424.974000', '202424.977000', '202424.980000', '202424.982000', '202424.985000', '202424.988000', '202424.990000', '202424.993000', '202424.996000', '202444.881000', '202444.884000', '202444.887000', '202444.890000', '202444.892000', '202444.895000', '202444.897000', '202444.900000', '202444.903000', '202444.905000', '202444.908000', '202444.910000', '202444.913000', '202444.915000', '202444.918000', '202444.921000', '202444.923000', '202444.926000', '202444.928000', '202444.931000', '202444.934000', '202444.937000', '202444.939000', '202444.942000', '202444.944000', '202444.947000', '202444.950000', '202444.952000', '202444.955000', '202444.957000', '202444.960000', '202444.962000', '202444.965000', '202444.968000', '202444.970000', '202444.973000', '202444.976000', '202444.978000', '202444.981000', '202444.983000', '202444.986000', '202444.989000', '202444.991000', '202444.994000', '202504.881000', '202504.884000', '202504.887000', '202504.897000', '202504.900000', '202504.902000', '202504.905000', '202504.908000', '202504.910000', '202504.913000', '202504.915000', '202504.918000', '202504.921000', '202504.923000', '202504.926000', '202504.928000', '202504.931000', '202504.933000', '202504.936000', '202504.939000', '202504.941000', '202504.944000', '202504.946000', '202504.949000', '202504.952000', '202504.954000', '202504.957000', '202504.959000', '202504.962000', '202504.965000', '202504.967000', '202504.970000', '202504.973000', '202504.975000', '202504.978000', '202504.980000', '202504.983000', '202504.986000', '202504.989000', '202504.992000', '202504.995000', '202504.998000', '202505.001000', '202524.882000', '202524.885000', '202524.887000', '202524.890000', '202524.892000', '202524.895000', '202524.898000', '202524.900000', '202524.903000', '202524.905000', '202524.908000', '202524.910000', '202524.913000', '202524.916000', '202524.918000', '202524.921000', '202524.924000', '202524.926000', '202524.929000', '202524.931000', '202524.934000', '202524.937000', '202524.939000', '202524.942000', '202524.944000', '202524.947000', '202524.950000', '202524.952000', '202524.955000', '202524.957000', '202524.960000', '202524.963000', '202524.965000', '202524.968000', '202524.971000', '202524.973000', '202524.976000', '202524.978000', '202524.981000', '202524.984000', '202524.986000', '202524.989000', '202524.991000', '202524.994000', '202544.882000', '202544.885000', '202544.887000', '202544.890000', '202544.892000', '202544.895000', '202544.897000', '202544.900000', '202544.903000', '202544.905000', '202544.908000', '202544.910000', '202544.913000', '202544.916000', '202544.918000', '202544.921000', '202544.924000', '202544.926000', '202544.929000', '202544.931000', '202544.934000', '202544.936000', '202544.939000', '202544.942000', '202544.944000', '202544.947000', '202544.949000', '202544.952000', '202544.955000', '202544.957000', '202544.960000', '202544.962000', '202544.965000', '202544.968000', '202544.970000', '202544.973000', '202544.975000', '202544.978000', '202544.981000', '202544.983000', '202544.986000', '202544.988000', '202544.991000', '202604.881000', '202604.884000', '202604.887000', '202604.890000', '202604.892000', '202604.895000', '202604.897000', '202604.900000', '202604.903000', '202604.905000', '202604.908000', '202604.910000', '202604.913000', '202604.916000', '202604.918000', '202604.921000', '202604.923000', '202604.926000', '202604.929000', '202604.931000', '202604.934000', '202604.937000', '202604.939000', '202604.942000', '202604.944000', '202604.947000', '202604.949000', '202604.952000', '202604.955000', '202604.957000', '202604.960000', '202604.963000', '202604.965000', '202604.968000', '202604.970000', '202604.973000', '202604.976000', '202604.978000', '202604.981000', '202604.983000', '202604.986000', '202604.989000', '202604.991000', '202604.994000', '202624.882000', '202624.884000', '202624.887000', '202624.890000', '202624.892000', '202624.895000', '202624.897000', '202624.900000', '202624.903000', '202624.905000', '202624.908000', '202624.911000', '202624.913000', '202624.916000', '202624.918000', '202624.921000', '202624.924000', '202624.926000', '202624.929000', '202624.931000', '202624.934000', '202624.937000', '202624.939000', '202624.942000', '202624.944000', '202624.947000', '202624.950000', '202624.952000', '202624.964000', '202624.966000', '202624.969000', '202624.972000', '202624.974000', '202624.977000', '202624.979000', '202624.982000', '202624.984000', '202624.987000', '202624.990000', '202624.992000', '202624.995000', '202624.998000', '202625.001000', '202644.880000', '202644.883000', '202644.886000', '202644.889000', '202644.891000', '202644.894000', '202644.896000', '202644.899000', '202644.901000', '202644.904000', '202644.907000', '202644.909000', '202644.912000', '202644.915000', '202644.917000', '202644.920000', '202644.922000', '202644.925000', '202644.928000', '202644.930000', '202644.933000', '202644.935000', '202644.938000', '202644.940000', '202644.943000', '202644.946000', '202644.948000', '202644.951000', '202644.954000', '202644.956000', '202644.959000', '202644.961000', '202644.964000', '202644.966000', '202644.969000', '202644.972000', '202644.974000', '202644.977000', '202644.979000', '202644.982000', '202644.985000', '202644.987000', '202644.990000', '202644.993000', '202704.882000', '202704.885000', '202704.887000', '202704.890000', '202704.893000', '202704.895000', '202704.898000', '202704.900000', '202704.903000', '202704.905000', '202704.908000', '202704.911000', '202704.913000', '202704.916000', '202704.919000', '202704.921000', '202704.924000', '202704.926000', '202704.929000', '202704.932000', '202704.934000', '202704.937000', '202704.939000', '202704.942000', '202704.944000', '202704.947000', '202704.950000', '202704.952000', '202704.955000', '202704.958000', '202704.960000', '202704.963000', '202704.966000', '202704.968000', '202704.971000', '202704.973000', '202704.976000', '202704.979000', '202704.981000', '202704.984000', '202704.986000', '202704.989000', '202704.992000', '202724.881000', '202724.884000', '202724.887000', '202724.889000', '202724.892000', '202724.895000', '202724.897000', '202724.900000', '202724.902000', '202724.905000', '202724.908000', '202724.910000', '202724.913000', '202724.915000', '202724.918000', '202724.921000', '202724.923000', '202724.926000', '202724.928000', '202724.931000', '202724.934000', '202724.936000', '202724.939000', '202724.941000', '202724.944000', '202724.946000', '202724.949000', '202724.952000', '202724.954000', '202724.957000', '202724.960000', '202724.962000', '202724.965000', '202724.967000', '202724.970000', '202724.973000', '202724.975000', '202724.978000', '202724.980000', '202724.983000', '202724.986000', '202724.988000', '202724.991000', '202724.993000', '202744.882000', '202744.884000', '202744.887000', '202744.890000', '202744.892000', '202744.895000', '202744.898000', '202744.900000', '202744.903000', '202744.905000', '202744.908000', '202744.911000', '202744.913000', '202744.916000', '202744.918000', '202744.921000', '202744.924000', '202744.926000', '202744.929000', '202744.931000', '202744.934000', '202744.937000', '202744.939000', '202744.942000', '202744.944000', '202744.947000', '202744.950000', '202744.952000', '202744.955000', '202744.958000', '202744.961000', '202744.963000', '202744.966000', '202744.968000', '202744.971000', '202744.975000', '202744.978000', '202744.980000', '202744.983000', '202744.985000', '202744.988000', '202744.991000', '202744.993000', '202804.882000', '202804.885000', '202804.887000', '202804.890000', '202804.894000', '202804.896000', '202804.899000', '202804.901000', '202804.904000', '202804.907000', '202804.909000', '202804.912000', '202804.915000', '202804.917000', '202804.920000', '202804.922000', '202804.925000', '202804.928000', '202804.930000', '202804.933000', '202804.935000', '202804.938000', '202804.940000', '202804.943000', '202804.946000', '202804.949000', '202804.952000', '202804.954000', '202804.957000', '202804.959000', '202804.962000', '202804.965000', '202804.967000', '202804.986000', '202804.988000', '202804.991000', '202804.993000', '202804.996000', '202805.000000', '202805.002000', '202805.005000', '202805.007000', '202805.010000', '202805.013000', '202824.882000', '202824.885000', '202824.887000', '202824.890000', '202824.893000', '202824.896000', '202824.898000', '202824.901000', '202824.903000', '202824.906000', '202824.909000', '202824.911000', '202824.914000', '202824.917000', '202824.919000', '202824.922000', '202824.925000', '202824.927000', '202824.930000', '202824.932000', '202824.935000', '202824.938000', '202824.940000', '202824.943000', '202824.946000', '202824.948000', '202824.951000', '202824.954000', '202824.956000', '202824.959000', '202824.962000', '202824.965000', '202824.968000', '202824.971000', '202824.974000', '202824.977000', '202824.980000', '202824.983000', '202824.986000', '202824.988000', '202824.991000', '202824.994000', '202824.996000', '202825.092000'], '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': [10384, 8978, 13347, 8039, 12943, 8714, 10749, 7679, 13205, 7681, 11581, 8677, 8758, 11498, 7304, 11088, 7808, 11642, 8398, 12523, 8693, 14435, 8500, 9867, 8431, 7101, 9702, 6819, 12020, 8823, 12934, 7540, 7693, 9374, 7023, 11754, 9312, 12617, 9062, 6552, 10635, 8117, 6896, 13162, 9552, 7295, 14168, 9295, 12065, 13899, 10227, 13910, 9562, 14549, 8174, 8289, 10124, 6497, 11332, 8472, 7518, 9118, 6867, 12277, 8986, 9218, 11545, 7574, 13144, 10214, 11667, 8974, 7331, 11162, 7780, 12646, 9397, 12263, 8801, 7133, 10481, 7648, 12083, 8760, 7337, 11773, 8977, 9044, 9435, 7069, 12269, 9308, 9250, 11507, 9054, 13637, 10942, 7082, 12791, 9162, 10474, 11464, 8645, 14054, 8531, 7743, 10294, 7146, 12299, 9144, 15299, 8775, 7672, 10376, 7283, 12192, 7724, 7330, 10551, 7765, 12988, 9617, 14423, 8462, 10231, 9153, 7961, 11633, 7376, 12232, 8472, 12549, 8763, 12217, 7691, 9590, 7483, 7049, 10075, 6927, 11023, 7793, 12158, 8925, 11441, 8021, 8256, 10829, 7812, 11939, 9161, 11586, 8225, 11798, 8413, 12523, 8203, 13073, 7497, 11989, 7657, 12133, 7552, 7253, 7686, 6576, 9697, 6765, 11852, 8482, 11635, 8166, 11668, 7887, 11986, 8197, 11486, 9659, 8089, 10546, 7275, 11140, 7475, 11934, 8457, 13008, 8714, 13133, 8275, 11229, 7867, 11860, 7781, 9512, 7091, 6344, 9636, 6843, 12150, 8978, 11324, 7883, 10632, 7643, 11157, 7463, 10648, 9292, 9623, 10440, 7150, 13806, 7414, 11725, 8051, 11027, 7267, 10498, 6868, 9618, 6762, 9628, 6726, 10786, 7855, 10468, 7089, 9615, 7293, 9484, 10981, 9649, 12298, 8201, 13918, 8320, 11915, 8153, 11280, 7490, 11124, 7200, 10135, 7155, 9801, 7375, 10976, 7895, 11807, 8616, 12392, 8570, 11627, 7735, 10269, 7023, 10275, 6908, 11506, 6729, 10422, 6901, 9504, 6716, 8820, 6616, 9091, 7107, 10324, 7268, 10296, 7322, 9869, 6347, 10410, 7116, 11996, 8656, 11615, 8098, 10689, 7791, 12734, 7681, 10392, 7744, 8311, 10102, 7092, 10399, 7043, 10829, 7245, 11468, 7952, 11583, 8132, 10646, 7922, 11183, 7919, 11771, 8375, 11868, 8117, 13394, 7888, 12772, 7714, 13059, 7997, 13363, 8264, 12591, 8341, 10972, 8001, 9930, 9432, 8116, 10417, 7312, 10468, 6969, 11111, 7745, 12099, 8374, 11797, 8460, 12938, 7745, 8884, 7846, 7201, 9242, 7668, 12307, 7742, 11664, 7667, 11178, 7641, 9990, 7924, 11708, 7078, 7083, 8946, 6591, 11602, 8504, 11571, 8416, 11235, 7966, 11244, 7796, 11496, 7558, 10381, 6925, 9886, 6559, 9782, 6741, 9935, 7719, 9811, 6950, 9228, 6271, 10075, 6783, 10455, 7456, 11205, 7563, 10995, 7958, 11511, 8268, 13644, 8606, 11783, 7669, 10728, 9106, 8028, 11184, 7113, 10910, 7696, 11013, 7927, 12917, 8047, 9917, 10761, 7173, 11023, 7514, 11819, 8533, 12213, 9064, 14581, 9035, 12432, 8575, 9660, 8955, 8077, 9480, 9420, 9537, 7913, 9935, 7101, 9748, 6436, 9815, 6729, 10868, 7513, 11647, 8292, 11005, 8021, 10841, 7746, 12080, 8322, 10992, 8775, 7620, 9436, 7817, 10137, 7434, 11384, 7926, 11495, 8007, 10782, 8400, 12266, 8216, 13493, 8181, 7611, 7886, 6399, 10252, 7440, 11954, 8975, 13445, 8308, 9358, 8681, 8054, 10283, 8087, 10870, 8045, 11243, 7529, 10983, 7678, 10841, 7739, 11446, 8019, 11737, 8303, 12131, 8748, 11981, 7725, 12010, 7322, 10414, 7455, 10168, 7984, 10282, 9666, 7850, 9425, 6749, 10017, 7604, 10012, 8878, 9611, 11330, 9059, 11837, 7570, 12706, 7546, 12526, 8227, 11525, 8119, 10932, 7836, 10461, 7355, 10871, 7736, 10391, 7447, 10138, 7290, 10415, 7577, 10763, 8119, 10777, 7285, 10147, 7337, 10193, 7119, 11480, 7950, 11308, 7528, 10825, 7465, 11136, 7453, 11802, 9311, 8650, 10474, 7744, 10645, 7454, 11224, 7659, 12247, 7658, 10674, 6933, 10105, 7061, 10555, 7297, 11898, 7551, 11512, 6831, 9926, 6745, 9053, 6630, 9128, 7963, 9235, 8439, 9333, 9141, 7777, 12775, 8129, 12345, 8570, 10517, 7380, 9801, 6803, 8727, 11320, 7254, 13852, 7992, 11658, 7519, 10033, 7505, 11380, 7883, 11460, 7486, 11064, 7479, 11355, 8064, 11537, 8537, 11635, 7998, 10833, 7475, 10524, 7575, 10966, 7433, 11774, 7941, 12186, 7839, 10109, 7380, 10521, 7414, 11023, 7777, 11354, 8263, 11496, 7898, 10713, 7535, 11430, 7936, 10188, 7418, 9760, 7213, 11573, 7137, 8205, 7319, 7066, 8336, 8099, 10287, 7531, 9472, 7308, 9146, 7843, 9496, 9390, 9296, 10655, 7721, 11681, 7781, 12882, 8779, 10717, 7585, 8038, 7612, 8059, 9274, 9365, 9892, 9098, 9425, 10914, 8905, 12739, 8381, 12938, 9144, 12936, 8377, 11157, 7915, 11132, 8431, 11334, 8220, 10923, 7954, 10634, 7508, 11209, 8093, 11730, 8410, 12983, 7837, 12144, 7647, 13107, 8189, 12624, 8399, 13472, 7672, 12674, 7162, 11601, 7700, 11513, 8248, 12930, 7365, 12695, 7665, 8040, 7719, 6652, 9819, 7382, 10209, 7908, 10598, 7254, 9689, 6679, 10016, 7098, 9918, 7788, 9933, 6806, 9498, 6420, 9306, 6496, 10584, 7133, 11060, 7466, 10990, 7122, 10628, 7369, 10569, 7159, 11144, 7960, 10732, 7211, 10443, 6968, 11568, 7109, 10816, 7101, 9981, 6712, 9334, 6577, 10192, 6912, 11592, 7964, 11174, 8125, 11107, 8124, 12015, 8810, 12652, 8445, 12373, 7780, 10977, 8116, 10803, 10044, 7835, 9933, 6957, 10458, 6730, 10882, 7350, 11980, 8109, 10797, 7667, 11010, 8111, 11684, 8400, 11664, 8134, 12624, 7515, 10923, 7756, 10593, 8571, 8286, 9413, 6832, 9314, 6632, 11432, 7707, 11591, 7950, 10016, 7989, 8484, 9957, 7545, 10008, 7037, 9933, 7680, 10050, 7886, 9802, 6873, 9272, 6623, 10069, 6786, 10957, 6652, 10349, 7145, 10298, 7517, 10934, 8098, 11485, 8060, 11767, 7703, 11881, 8047, 11787, 8638, 12120, 8198, 11240, 7772, 13006, 7073, 11086, 7104, 9349, 7578, 9189, 9085, 9206, 7761, 9084, 7637, 8683, 7131, 9150, 7789, 9748, 8473, 10285, 8559, 10076, 8292, 8348, 11833, 9486, 8424, 9579, 8671, 10262, 11531, 9436, 12853, 7488, 13962, 7486, 11699, 8602, 10775, 7394, 9637, 6786, 9796, 6911], 'WindowCenter': [3994.0, 3967.0, 3998.0, 3942.0, 3973.0, 3928.0, 3947.0, 3917.0, 3968.0, 3927.0, 3958.0, 3939.0, 3938.0, 3971.0, 3917.0, 3959.0, 3916.0, 3957.0, 3926.0, 3957.0, 3927.0, 3978.0, 3926.0, 3934.0, 3924.0, 3903.0, 3935.0, 3905.0, 3967.0, 3938.0, 3968.0, 3927.0, 3928.0, 3962.0, 3931.0, 3985.0, 3964.0, 3981.0, 3952.0, 3924.0, 3974.0, 3940.0, 3932.0, 3994.0, 3963.0, 3932.0, 3995.0, 3952.0, 3971.0, 3983.0, 3949.0, 3983.0, 3937.0, 3967.0, 3914.0, 3912.0, 3933.0, 3893.0, 3944.0, 3923.0, 3902.0, 3935.0, 3904.0, 3967.0, 3937.0, 3937.0, 3959.0, 3917.0, 3970.0, 3947.0, 3945.0, 3924.0, 3901.0, 3943.0, 3902.0, 3954.0, 3935.0, 3954.0, 3937.0, 3904.0, 3946.0, 3916.0, 3967.0, 3939.0, 3930.0, 3972.0, 3951.0, 3950.0, 3951.0, 3932.0, 3984.0, 3966.0, 3954.0, 3974.0, 3966.0, 3995.0, 3963.0, 3934.0, 3987.0, 3953.0, 3963.0, 3974.0, 3942.0, 3982.0, 3941.0, 3929.0, 3949.0, 3918.0, 3970.0, 3939.0, 3980.0, 3928.0, 3917.0, 3949.0, 3918.0, 3957.0, 3917.0, 3916.0, 3948.0, 3928.0, 3970.0, 3949.0, 3979.0, 3927.0, 3935.0, 3924.0, 3901.0, 3944.0, 3902.0, 3944.0, 3912.0, 3945.0, 3912.0, 3942.0, 3902.0, 3933.0, 3904.0, 3905.0, 3947.0, 3917.0, 3959.0, 3928.0, 3970.0, 3951.0, 3971.0, 3942.0, 3942.0, 3973.0, 3929.0, 3971.0, 3939.0, 3959.0, 3927.0, 3958.0, 3928.0, 3969.0, 3927.0, 3967.0, 3916.0, 3958.0, 3928.0, 3957.0, 3915.0, 3914.0, 3915.0, 3905.0, 3948.0, 3919.0, 3971.0, 3940.0, 3970.0, 3940.0, 3970.0, 3929.0, 3969.0, 3929.0, 3959.0, 3950.0, 3927.0, 3949.0, 3915.0, 3947.0, 3904.0, 3958.0, 3914.0, 3957.0, 3913.0, 3953.0, 3912.0, 3932.0, 3901.0, 3941.0, 3913.0, 3932.0, 3903.0, 3893.0, 3949.0, 3907.0, 3970.0, 3938.0, 3958.0, 3927.0, 3947.0, 3916.0, 3957.0, 3915.0, 3949.0, 3936.0, 3937.0, 3945.0, 3904.0, 3965.0, 3903.0, 3953.0, 3913.0, 3945.0, 3903.0, 3946.0, 3903.0, 3935.0, 3905.0, 3947.0, 3917.0, 3961.0, 3941.0, 3960.0, 3918.0, 3950.0, 3917.0, 3950.0, 3958.0, 3950.0, 3969.0, 3928.0, 3968.0, 3926.0, 3956.0, 3914.0, 3946.0, 3903.0, 3947.0, 3902.0, 3935.0, 3903.0, 3934.0, 3915.0, 3946.0, 3926.0, 3959.0, 3937.0, 3969.0, 3926.0, 3956.0, 3915.0, 3935.0, 3891.0, 3933.0, 3891.0, 3944.0, 3891.0, 3945.0, 3901.0, 3933.0, 3890.0, 3923.0, 3890.0, 3934.0, 3904.0, 3945.0, 3915.0, 3947.0, 3914.0, 3947.0, 3906.0, 3958.0, 3916.0, 3969.0, 3939.0, 3959.0, 3928.0, 3958.0, 3928.0, 3968.0, 3927.0, 3947.0, 3927.0, 3939.0, 3961.0, 3918.0, 3959.0, 3917.0, 3958.0, 3917.0, 3972.0, 3929.0, 3973.0, 3928.0, 3958.0, 3928.0, 3958.0, 3927.0, 3969.0, 3940.0, 3959.0, 3927.0, 3967.0, 3927.0, 3956.0, 3914.0, 3965.0, 3916.0, 3966.0, 3926.0, 3955.0, 3914.0, 3944.0, 3913.0, 3932.0, 3923.0, 3912.0, 3944.0, 3901.0, 3933.0, 3902.0, 3943.0, 3912.0, 3954.0, 3913.0, 3944.0, 3914.0, 3953.0, 3902.0, 3921.0, 3912.0, 3900.0, 3922.0, 3901.0, 3955.0, 3902.0, 3945.0, 3901.0, 3943.0, 3901.0, 3934.0, 3925.0, 3954.0, 3916.0, 3917.0, 3950.0, 3919.0, 3972.0, 3941.0, 3971.0, 3939.0, 3958.0, 3926.0, 3957.0, 3915.0, 3958.0, 3915.0, 3948.0, 3904.0, 3935.0, 3893.0, 3934.0, 3892.0, 3935.0, 3914.0, 3936.0, 3903.0, 3935.0, 3894.0, 3947.0, 3905.0, 3948.0, 3917.0, 3960.0, 3928.0, 3959.0, 3928.0, 3970.0, 3941.0, 3981.0, 3941.0, 3970.0, 3931.0, 3959.0, 3951.0, 3930.0, 3973.0, 3918.0, 3959.0, 3928.0, 3959.0, 3929.0, 3980.0, 3941.0, 3960.0, 3961.0, 3919.0, 3962.0, 3918.0, 3969.0, 3938.0, 3969.0, 3938.0, 3979.0, 3938.0, 3956.0, 3925.0, 3922.0, 3924.0, 3899.0, 3921.0, 3909.0, 3921.0, 3899.0, 3922.0, 3888.0, 3920.0, 3878.0, 3920.0, 3890.0, 3944.0, 3913.0, 3955.0, 3925.0, 3945.0, 3914.0, 3945.0, 3916.0, 3967.0, 3927.0, 3958.0, 3938.0, 3916.0, 3937.0, 3915.0, 3947.0, 3916.0, 3971.0, 3927.0, 3972.0, 3928.0, 3972.0, 3940.0, 3971.0, 3941.0, 3981.0, 3939.0, 3928.0, 3928.0, 3908.0, 3959.0, 3918.0, 3970.0, 3950.0, 3980.0, 3938.0, 3937.0, 3937.0, 3926.0, 3948.0, 3925.0, 3960.0, 3915.0, 3948.0, 3914.0, 3946.0, 3913.0, 3944.0, 3900.0, 3943.0, 3912.0, 3944.0, 3914.0, 3955.0, 3924.0, 3943.0, 3901.0, 3953.0, 3902.0, 3931.0, 3903.0, 3944.0, 3926.0, 3947.0, 3948.0, 3926.0, 3937.0, 3905.0, 3947.0, 3914.0, 3936.0, 3924.0, 3936.0, 3946.0, 3926.0, 3945.0, 3913.0, 3954.0, 3912.0, 3954.0, 3913.0, 3945.0, 3914.0, 3944.0, 3913.0, 3943.0, 3903.0, 3944.0, 3915.0, 3945.0, 3915.0, 3946.0, 3916.0, 3957.0, 3927.0, 3959.0, 3929.0, 3959.0, 3917.0, 3960.0, 3919.0, 3960.0, 3919.0, 3960.0, 3928.0, 3958.0, 3927.0, 3972.0, 3931.0, 3971.0, 3931.0, 3971.0, 3952.0, 3940.0, 3961.0, 3917.0, 3948.0, 3915.0, 3960.0, 3915.0, 3959.0, 3915.0, 3947.0, 3903.0, 3934.0, 3902.0, 3944.0, 3902.0, 3955.0, 3913.0, 3946.0, 3891.0, 3933.0, 3891.0, 3923.0, 3890.0, 3934.0, 3912.0, 3937.0, 3928.0, 3950.0, 3936.0, 3915.0, 3955.0, 3914.0, 3967.0, 3925.0, 3947.0, 3914.0, 3936.0, 3892.0, 3926.0, 3943.0, 3903.0, 3965.0, 3913.0, 3944.0, 3916.0, 3935.0, 3916.0, 3958.0, 3928.0, 3958.0, 3918.0, 3959.0, 3918.0, 3958.0, 3928.0, 3960.0, 3939.0, 3961.0, 3927.0, 3947.0, 3915.0, 3947.0, 3914.0, 3945.0, 3903.0, 3955.0, 3914.0, 3956.0, 3914.0, 3933.0, 3903.0, 3944.0, 3903.0, 3944.0, 3914.0, 3945.0, 3924.0, 3946.0, 3914.0, 3934.0, 3901.0, 3943.0, 3913.0, 3933.0, 3902.0, 3933.0, 3915.0, 3955.0, 3904.0, 3923.0, 3902.0, 3901.0, 3926.0, 3926.0, 3959.0, 3927.0, 3948.0, 3916.0, 3949.0, 3926.0, 3948.0, 3936.0, 3937.0, 3946.0, 3915.0, 3956.0, 3926.0, 3968.0, 3940.0, 3959.0, 3929.0, 3928.0, 3928.0, 3927.0, 3950.0, 3949.0, 3961.0, 3939.0, 3950.0, 3958.0, 3938.0, 3968.0, 3927.0, 3958.0, 3937.0, 3957.0, 3914.0, 3944.0, 3913.0, 3945.0, 3914.0, 3945.0, 3925.0, 3944.0, 3913.0, 3944.0, 3903.0, 3944.0, 3915.0, 3957.0, 3926.0, 3966.0, 3915.0, 3955.0, 3914.0, 3954.0, 3925.0, 3955.0, 3925.0, 3965.0, 3914.0, 3954.0, 3903.0, 3943.0, 3913.0, 3944.0, 3924.0, 3954.0, 3915.0, 3965.0, 3914.0, 3924.0, 3914.0, 3904.0, 3946.0, 3913.0, 3947.0, 3914.0, 3947.0, 3903.0, 3935.0, 3892.0, 3935.0, 3902.0, 3936.0, 3914.0, 3935.0, 3904.0, 3934.0, 3893.0, 3935.0, 3893.0, 3946.0, 3914.0, 3958.0, 3916.0, 3959.0, 3917.0, 3958.0, 3917.0, 3958.0, 3916.0, 3958.0, 3926.0, 3957.0, 3915.0, 3946.0, 3904.0, 3957.0, 3904.0, 3958.0, 3904.0, 3936.0, 3904.0, 3937.0, 3903.0, 3948.0, 3917.0, 3961.0, 3928.0, 3959.0, 3928.0, 3958.0, 3929.0, 3970.0, 3951.0, 3981.0, 3939.0, 3969.0, 3927.0, 3946.0, 3927.0, 3947.0, 3948.0, 3916.0, 3948.0, 3904.0, 3946.0, 3892.0, 3946.0, 3904.0, 3957.0, 3913.0, 3944.0, 3914.0, 3944.0, 3913.0, 3955.0, 3925.0, 3945.0, 3914.0, 3954.0, 3903.0, 3943.0, 3913.0, 3933.0, 3924.0, 3912.0, 3934.0, 3892.0, 3933.0, 3892.0, 3955.0, 3914.0, 3955.0, 3926.0, 3946.0, 3926.0, 3925.0, 3947.0, 3913.0, 3935.0, 3902.0, 3933.0, 3901.0, 3935.0, 3911.0, 3933.0, 3891.0, 3935.0, 3891.0, 3935.0, 3892.0, 3944.0, 3892.0, 3944.0, 3904.0, 3946.0, 3927.0, 3959.0, 3942.0, 3983.0, 3943.0, 3983.0, 3942.0, 3972.0, 3942.0, 3972.0, 3941.0, 3971.0, 3928.0, 3960.0, 3916.0, 3969.0, 3905.0, 3947.0, 3904.0, 3935.0, 3902.0, 3924.0, 3923.0, 3935.0, 3913.0, 3924.0, 3914.0, 3925.0, 3904.0, 3937.0, 3926.0, 3949.0, 3938.0, 3962.0, 3939.0, 3950.0, 3928.0, 3927.0, 3957.0, 3948.0, 3926.0, 3948.0, 3926.0, 3949.0, 3957.0, 3937.0, 3955.0, 3903.0, 3964.0, 3901.0, 3943.0, 3924.0, 3947.0, 3914.0, 3934.0, 3893.0, 3935.0, 3903.0], 'WindowWidth': [8913.0, 8864.0, 8908.0, 8821.0, 8867.0, 8796.0, 8821.0, 8779.0, 8848.0, 8793.0, 8837.0, 8811.0, 8809.0, 8857.0, 8779.0, 8838.0, 8776.0, 8831.0, 8789.0, 8834.0, 8793.0, 8861.0, 8790.0, 8797.0, 8784.0, 8755.0, 8799.0, 8761.0, 8846.0, 8808.0, 8849.0, 8795.0, 8799.0, 8849.0, 8806.0, 8885.0, 8854.0, 8872.0, 8834.0, 8803.0, 8867.0, 8817.0, 8809.0, 8895.0, 8853.0, 8810.0, 8899.0, 8836.0, 8858.0, 8879.0, 8823.0, 8879.0, 8803.0, 8845.0, 8767.0, 8762.0, 8794.0, 8742.0, 8810.0, 8781.0, 8753.0, 8799.0, 8759.0, 8845.0, 8807.0, 8805.0, 8839.0, 8779.0, 8855.0, 8818.0, 8810.0, 8781.0, 8746.0, 8806.0, 8748.0, 8823.0, 8799.0, 8822.0, 8806.0, 8758.0, 8816.0, 8775.0, 8847.0, 8812.0, 8801.0, 8860.0, 8830.0, 8828.0, 8832.0, 8807.0, 8882.0, 8858.0, 8838.0, 8868.0, 8860.0, 8894.0, 8848.0, 8811.0, 8888.0, 8836.0, 8848.0, 8866.0, 8819.0, 8875.0, 8817.0, 8798.0, 8825.0, 8780.0, 8855.0, 8810.0, 8868.0, 8793.0, 8777.0, 8823.0, 8780.0, 8831.0, 8778.0, 8775.0, 8823.0, 8796.0, 8856.0, 8824.0, 8862.0, 8789.0, 8796.0, 8781.0, 8746.0, 8807.0, 8748.0, 8809.0, 8762.0, 8810.0, 8762.0, 8802.0, 8750.0, 8792.0, 8756.0, 8760.0, 8818.0, 8778.0, 8837.0, 8795.0, 8855.0, 8832.0, 8857.0, 8820.0, 8821.0, 8865.0, 8799.0, 8858.0, 8811.0, 8838.0, 8791.0, 8836.0, 8795.0, 8851.0, 8792.0, 8845.0, 8776.0, 8836.0, 8796.0, 8831.0, 8773.0, 8771.0, 8774.0, 8761.0, 8823.0, 8788.0, 8858.0, 8816.0, 8856.0, 8815.0, 8855.0, 8799.0, 8851.0, 8798.0, 8837.0, 8826.0, 8789.0, 8823.0, 8773.0, 8818.0, 8755.0, 8834.0, 8769.0, 8833.0, 8764.0, 8821.0, 8761.0, 8788.0, 8746.0, 8800.0, 8766.0, 8791.0, 8754.0, 8744.0, 8825.0, 8767.0, 8856.0, 8809.0, 8836.0, 8794.0, 8818.0, 8776.0, 8831.0, 8772.0, 8824.0, 8800.0, 8804.0, 8810.0, 8756.0, 8841.0, 8753.0, 8819.0, 8766.0, 8813.0, 8754.0, 8815.0, 8755.0, 8799.0, 8761.0, 8818.0, 8783.0, 8845.0, 8817.0, 8842.0, 8783.0, 8829.0, 8780.0, 8827.0, 8835.0, 8827.0, 8851.0, 8793.0, 8852.0, 8787.0, 8829.0, 8768.0, 8815.0, 8754.0, 8817.0, 8753.0, 8798.0, 8756.0, 8797.0, 8773.0, 8816.0, 8791.0, 8839.0, 8806.0, 8852.0, 8789.0, 8831.0, 8772.0, 8798.0, 8734.0, 8792.0, 8733.0, 8808.0, 8735.0, 8812.0, 8748.0, 8792.0, 8732.0, 8778.0, 8733.0, 8796.0, 8758.0, 8814.0, 8774.0, 8820.0, 8772.0, 8820.0, 8766.0, 8835.0, 8779.0, 8852.0, 8812.0, 8839.0, 8795.0, 8838.0, 8796.0, 8849.0, 8794.0, 8819.0, 8794.0, 8811.0, 8846.0, 8782.0, 8840.0, 8780.0, 8835.0, 8779.0, 8861.0, 8799.0, 8862.0, 8797.0, 8837.0, 8795.0, 8835.0, 8794.0, 8852.0, 8815.0, 8839.0, 8792.0, 8847.0, 8791.0, 8828.0, 8771.0, 8840.0, 8774.0, 8843.0, 8787.0, 8824.0, 8769.0, 8808.0, 8765.0, 8790.0, 8781.0, 8763.0, 8810.0, 8748.0, 8794.0, 8750.0, 8807.0, 8765.0, 8824.0, 8767.0, 8810.0, 8770.0, 8821.0, 8750.0, 8774.0, 8764.0, 8744.0, 8777.0, 8747.0, 8825.0, 8749.0, 8813.0, 8748.0, 8805.0, 8748.0, 8797.0, 8786.0, 8824.0, 8778.0, 8782.0, 8828.0, 8786.0, 8860.0, 8817.0, 8857.0, 8810.0, 8833.0, 8788.0, 8831.0, 8773.0, 8836.0, 8772.0, 8819.0, 8756.0, 8798.0, 8739.0, 8796.0, 8737.0, 8799.0, 8769.0, 8801.0, 8754.0, 8800.0, 8743.0, 8817.0, 8759.0, 8822.0, 8780.0, 8841.0, 8796.0, 8838.0, 8796.0, 8855.0, 8817.0, 8873.0, 8817.0, 8855.0, 8806.0, 8838.0, 8830.0, 8799.0, 8863.0, 8780.0, 8838.0, 8795.0, 8837.0, 8799.0, 8868.0, 8817.0, 8841.0, 8845.0, 8785.0, 8845.0, 8782.0, 8852.0, 8807.0, 8853.0, 8808.0, 8864.0, 8807.0, 8827.0, 8783.0, 8776.0, 8779.0, 8741.0, 8772.0, 8752.0, 8773.0, 8739.0, 8774.0, 8724.0, 8770.0, 8712.0, 8770.0, 8734.0, 8810.0, 8768.0, 8827.0, 8784.0, 8813.0, 8771.0, 8812.0, 8776.0, 8847.0, 8794.0, 8834.0, 8807.0, 8776.0, 8805.0, 8773.0, 8820.0, 8775.0, 8858.0, 8793.0, 8860.0, 8797.0, 8861.0, 8817.0, 8860.0, 8818.0, 8872.0, 8812.0, 8798.0, 8797.0, 8770.0, 8838.0, 8782.0, 8855.0, 8829.0, 8869.0, 8810.0, 8806.0, 8807.0, 8789.0, 8820.0, 8787.0, 8840.0, 8772.0, 8823.0, 8770.0, 8816.0, 8766.0, 8808.0, 8748.0, 8806.0, 8765.0, 8809.0, 8768.0, 8826.0, 8781.0, 8806.0, 8748.0, 8818.0, 8751.0, 8788.0, 8753.0, 8810.0, 8789.0, 8818.0, 8822.0, 8789.0, 8805.0, 8760.0, 8819.0, 8770.0, 8801.0, 8782.0, 8803.0, 8815.0, 8789.0, 8810.0, 8766.0, 8823.0, 8764.0, 8824.0, 8766.0, 8813.0, 8771.0, 8810.0, 8768.0, 8805.0, 8753.0, 8810.0, 8772.0, 8813.0, 8775.0, 8816.0, 8778.0, 8832.0, 8794.0, 8839.0, 8798.0, 8838.0, 8780.0, 8840.0, 8784.0, 8840.0, 8784.0, 8840.0, 8794.0, 8836.0, 8794.0, 8862.0, 8808.0, 8859.0, 8807.0, 8857.0, 8833.0, 8814.0, 8845.0, 8779.0, 8822.0, 8772.0, 8839.0, 8772.0, 8839.0, 8772.0, 8817.0, 8754.0, 8797.0, 8750.0, 8811.0, 8749.0, 8827.0, 8766.0, 8815.0, 8735.0, 8792.0, 8734.0, 8780.0, 8732.0, 8794.0, 8764.0, 8803.0, 8795.0, 8826.0, 8804.0, 8774.0, 8827.0, 8771.0, 8848.0, 8787.0, 8819.0, 8771.0, 8802.0, 8738.0, 8786.0, 8806.0, 8752.0, 8838.0, 8767.0, 8811.0, 8776.0, 8800.0, 8778.0, 8835.0, 8796.0, 8837.0, 8785.0, 8839.0, 8783.0, 8838.0, 8796.0, 8842.0, 8811.0, 8843.0, 8790.0, 8819.0, 8773.0, 8815.0, 8768.0, 8812.0, 8752.0, 8826.0, 8768.0, 8829.0, 8769.0, 8795.0, 8755.0, 8809.0, 8754.0, 8812.0, 8771.0, 8814.0, 8784.0, 8814.0, 8769.0, 8796.0, 8749.0, 8806.0, 8764.0, 8794.0, 8753.0, 8796.0, 8774.0, 8825.0, 8758.0, 8780.0, 8753.0, 8750.0, 8790.0, 8791.0, 8837.0, 8792.0, 8822.0, 8777.0, 8823.0, 8789.0, 8822.0, 8803.0, 8806.0, 8816.0, 8774.0, 8827.0, 8791.0, 8848.0, 8814.0, 8837.0, 8797.0, 8795.0, 8795.0, 8792.0, 8827.0, 8825.0, 8845.0, 8811.0, 8828.0, 8835.0, 8808.0, 8849.0, 8791.0, 8836.0, 8802.0, 8831.0, 8769.0, 8810.0, 8766.0, 8812.0, 8769.0, 8813.0, 8784.0, 8810.0, 8768.0, 8808.0, 8755.0, 8810.0, 8773.0, 8831.0, 8789.0, 8841.0, 8772.0, 8824.0, 8769.0, 8824.0, 8784.0, 8828.0, 8785.0, 8839.0, 8769.0, 8822.0, 8754.0, 8806.0, 8765.0, 8809.0, 8783.0, 8825.0, 8772.0, 8838.0, 8770.0, 8785.0, 8771.0, 8757.0, 8815.0, 8768.0, 8819.0, 8771.0, 8820.0, 8754.0, 8798.0, 8739.0, 8798.0, 8750.0, 8800.0, 8767.0, 8797.0, 8756.0, 8796.0, 8742.0, 8800.0, 8742.0, 8815.0, 8772.0, 8835.0, 8778.0, 8839.0, 8779.0, 8834.0, 8779.0, 8837.0, 8778.0, 8836.0, 8788.0, 8831.0, 8772.0, 8816.0, 8757.0, 8832.0, 8759.0, 8834.0, 8757.0, 8802.0, 8758.0, 8805.0, 8755.0, 8821.0, 8778.0, 8842.0, 8797.0, 8840.0, 8797.0, 8837.0, 8799.0, 8855.0, 8830.0, 8871.0, 8812.0, 8851.0, 8793.0, 8816.0, 8792.0, 8817.0, 8823.0, 8775.0, 8822.0, 8757.0, 8815.0, 8739.0, 8815.0, 8755.0, 8833.0, 8768.0, 8811.0, 8769.0, 8810.0, 8769.0, 8826.0, 8785.0, 8813.0, 8769.0, 8823.0, 8753.0, 8805.0, 8766.0, 8792.0, 8782.0, 8765.0, 8797.0, 8738.0, 8795.0, 8737.0, 8827.0, 8770.0, 8828.0, 8789.0, 8815.0, 8790.0, 8786.0, 8819.0, 8768.0, 8799.0, 8751.0, 8794.0, 8746.0, 8797.0, 8761.0, 8794.0, 8735.0, 8799.0, 8736.0, 8799.0, 8738.0, 8811.0, 8741.0, 8811.0, 8760.0, 8817.0, 8795.0, 8840.0, 8824.0, 8880.0, 8826.0, 8877.0, 8821.0, 8861.0, 8820.0, 8862.0, 8818.0, 8859.0, 8797.0, 8841.0, 8777.0, 8853.0, 8758.0, 8821.0, 8756.0, 8799.0, 8749.0, 8782.0, 8779.0, 8797.0, 8766.0, 8784.0, 8769.0, 8787.0, 8760.0, 8805.0, 8791.0, 8826.0, 8811.0, 8848.0, 8813.0, 8828.0, 8797.0, 8794.0, 8832.0, 8820.0, 8790.0, 8822.0, 8789.0, 8825.0, 8831.0, 8805.0, 8826.0, 8753.0, 8837.0, 8748.0, 8807.0, 8782.0, 8820.0, 8770.0, 8797.0, 8741.0, 8800.0, 8755.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.00028638346727898967</td></tr>
<tr><td colspan=3>aqi</td><td>0.017870202525832376</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.890948468781545</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2674790120459765</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0009000496896563</td></tr>
<tr><td colspan=3>efc</td><td>0.4981</td></tr>
<tr><td colspan=3>fber</td><td>4240.8945</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08392379319887631</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.8702640642939152</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.601360880068294</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.505793212984507</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.900559839936174</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3977295872842013</td></tr>
<tr><td colspan=3>gcor</td><td>0.0143896</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017523283138871193</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03323645517230034</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.755677320011014</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>19.9559</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.6057</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.23</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296779.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>988.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.7402</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0979</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.3532</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3089.6853</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3285.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4081.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.6703</td></tr>
<tr><td colspan=3>tsnr</td><td>43.36550608580001</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>