ds005256-mriqc/sub-0128_ses-01_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 212d70bc63 [DATALAD RUNCMD] Compute MRIQC for sub-0128
=== 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-0128 --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-0128",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:44:34 +02:00

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0128_ses-01_task-social_acq-mb8_run-05_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-0128_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-05_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-0128/ses-01/func/sub-0128_ses-01_task-social_acq-mb8_run-05_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>7dd4b456e3d373e60b30f2b1f6535fc9</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:18:8.582500</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.998662, -0.027073, 0.0440709, 0.0179548, 0.980541, 0.195492]</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-05_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.084234</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7815, -7248, 321, -167, -33, 118, 99]</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>219.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8390114d-00e0-4f67-a030-2cff875f8a8b||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.679335832595825, 0.04817129671573639, 0.13096588850021362, 104.93226623535156], [0.0726349875330925, 2.6307196617126465, 0.5249849557876587, -101.50318908691406], [0.11823901534080505, -0.524490237236023, 2.6452295780181885, -46.44853973388672], [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': ['201808.582500', '201809.042500', '201809.502500', '201809.962500', '201810.422500', '201810.882500', '201811.342500', '201811.802500', '201812.262500', '201812.722500', '201813.182500', '201813.642500', '201814.102500', '201814.562500', '201815.022500', '201815.482500', '201815.942500', '201816.402500', '201816.862500', '201817.322500', '201817.782500', '201818.242500', '201818.702500', '201819.162500', '201819.622500', '201820.082500', '201820.542500', '201821.002500', '201821.462500', '201821.922500', '201822.382500', '201822.842500', '201823.302500', '201823.762500', '201824.222500', '201824.682500', '201825.142500', '201825.602500', '201826.062500', '201826.522500', '201826.982500', '201827.442500', '201827.902500', '201828.362500', '201828.822500', '201829.282500', '201829.742500', '201830.202500', '201830.662500', '201831.122500', '201831.582500', '201832.042500', '201832.502500', '201832.962500', '201833.422500', '201833.882500', '201834.342500', '201834.802500', '201835.262500', '201835.722500', '201836.182500', '201836.642500', '201837.102500', '201837.562500', '201838.022500', '201838.482500', '201838.942500', '201839.402500', '201839.862500', '201840.322500', '201840.782500', '201841.242500', '201841.702500', '201842.162500', '201842.622500', '201843.082500', '201843.542500', '201844.002500', '201844.462500', '201844.922500', '201845.382500', '201845.842500', '201846.302500', '201846.762500', '201847.222500', '201847.682500', '201848.142500', '201848.602500', '201849.062500', '201849.522500', '201849.982500', '201850.442500', '201850.902500', '201851.362500', '201851.822500', '201852.282500', '201852.742500', '201853.202500', '201853.662500', '201854.122500', '201854.582500', '201855.042500', '201855.502500', '201855.962500', '201856.422500', '201856.882500', '201857.342500', '201857.802500', '201858.262500', '201858.722500', '201859.182500', '201859.642500', '201900.102500', '201900.562500', '201901.022500', '201901.482500', '201901.942500', '201902.402500', '201902.862500', '201903.322500', '201903.782500', '201904.242500', '201904.702500', '201905.162500', '201905.622500', '201906.082500', '201906.542500', '201907.002500', '201907.462500', '201907.922500', '201908.382500', '201908.842500', '201909.302500', '201909.762500', '201910.222500', '201910.682500', '201911.142500', '201911.602500', '201912.062500', '201912.522500', '201912.982500', '201913.442500', '201913.902500', '201914.362500', '201914.822500', '201915.282500', '201915.742500', '201916.202500', '201916.662500', '201917.122500', '201917.582500', '201918.042500', '201918.502500', '201918.962500', '201919.422500', '201919.882500', '201920.342500', '201920.802500', '201921.262500', '201921.722500', '201922.182500', '201922.642500', '201923.102500', '201923.562500', '201924.022500', '201924.482500', '201924.942500', '201925.402500', '201925.862500', '201926.322500', '201926.782500', '201927.242500', '201927.702500', '201928.162500', '201928.622500', '201929.082500', '201929.542500', '201930.002500', '201930.462500', '201930.922500', '201931.382500', '201931.842500', '201932.302500', '201932.762500', '201933.222500', '201933.682500', '201934.142500', '201934.602500', '201935.062500', '201935.522500', '201935.982500', '201936.442500', '201936.902500', '201937.362500', '201937.822500', '201938.282500', '201938.742500', '201939.202500', '201939.662500', '201940.122500', '201940.582500', '201941.042500', '201941.502500', '201941.962500', '201942.422500', '201942.882500', '201943.342500', '201943.802500', '201944.262500', '201944.722500', '201945.182500', '201945.642500', '201946.102500', '201946.562500', '201947.022500', '201947.482500', '201947.942500', '201948.402500', '201948.862500', '201949.322500', '201949.782500', '201950.242500', '201950.702500', '201951.162500', '201951.622500', '201952.082500', '201952.542500', '201953.002500', '201953.462500', '201953.922500', '201954.382500', '201954.842500', '201955.302500', '201955.762500', '201956.222500', '201956.682500', '201957.142500', '201957.602500', '201958.062500', '201958.522500', '201958.982500', '201959.442500', '201959.902500', '202000.362500', '202000.822500', '202001.282500', '202001.742500', '202002.202500', '202002.662500', '202003.122500', '202003.582500', '202004.042500', '202004.502500', '202004.962500', '202005.422500', '202005.882500', '202006.342500', '202006.802500', '202007.262500', '202007.722500', '202008.182500', '202008.642500', '202009.102500', '202009.562500', '202010.022500', '202010.482500', '202010.942500', '202011.402500', '202011.862500', '202012.322500', '202012.782500', '202013.242500', '202013.702500', '202014.162500', '202014.622500', '202015.082500', '202015.542500', '202016.002500', '202016.462500', '202016.922500', '202017.382500', '202017.842500', '202018.302500', '202018.762500', '202019.222500', '202019.682500', '202020.142500', '202020.602500', '202021.062500', '202021.522500', '202021.982500', '202022.442500', '202022.902500', '202023.362500', '202023.822500', '202024.282500', '202024.742500', '202025.202500', '202025.662500', '202026.122500', '202026.582500', '202027.042500', '202027.502500', '202027.962500', '202028.422500', '202028.882500', '202029.342500', '202029.802500', '202030.262500', '202030.722500', '202031.182500', '202031.642500', '202032.102500', '202032.562500', '202033.022500', '202033.482500', '202033.942500', '202034.402500', '202034.862500', '202035.322500', '202035.782500', '202036.242500', '202036.702500', '202037.162500', '202037.622500', '202038.082500', '202038.542500', '202039.002500', '202039.462500', '202039.922500', '202040.382500', '202040.842500', '202041.302500', '202041.762500', '202042.222500', '202042.682500', '202043.142500', '202043.602500', '202044.062500', '202044.522500', '202044.982500', '202045.442500', '202045.902500', '202046.362500', '202046.822500', '202047.282500', '202047.742500', '202048.202500', '202048.662500', '202049.122500', '202049.582500', '202050.042500', '202050.502500', '202050.962500', '202051.422500', '202051.882500', '202052.342500', '202052.802500', '202053.262500', '202053.722500', '202054.182500', '202054.642500', '202055.102500', '202055.562500', '202056.022500', '202056.482500', '202056.942500', '202057.402500', '202057.862500', '202058.322500', '202058.782500', '202059.242500', '202059.702500', '202100.162500', '202100.622500', '202101.082500', '202101.542500', '202102.002500', '202102.462500', '202102.922500', '202103.382500', '202103.842500', '202104.302500', '202104.762500', '202105.222500', '202105.682500', '202106.142500', '202106.602500', '202107.062500', '202107.522500', '202107.982500', '202108.442500', '202108.902500', '202109.362500', '202109.822500', '202110.282500', '202110.742500', '202111.202500', '202111.662500', '202112.122500', '202112.582500', '202113.042500', '202113.502500', '202113.962500', '202114.422500', '202114.882500', '202115.342500', '202115.802500', '202116.262500', '202116.722500', '202117.182500', '202117.642500', '202118.102500', '202118.562500', '202119.022500', '202119.482500', '202119.942500', '202120.402500', '202120.862500', '202121.322500', '202121.782500', '202122.242500', '202122.702500', '202123.162500', '202123.622500', '202124.082500', '202124.542500', '202125.002500', '202125.462500', '202125.922500', '202126.382500', '202126.842500', '202127.302500', '202127.762500', '202128.222500', '202128.682500', '202129.142500', '202129.602500', '202130.062500', '202130.522500', '202130.982500', '202131.442500', '202131.902500', '202132.362500', '202132.822500', '202133.282500', '202133.742500', '202134.202500', '202134.662500', '202135.122500', '202135.582500', '202136.042500', '202136.502500', '202136.962500', '202137.422500', '202137.882500', '202138.342500', '202138.802500', '202139.262500', '202139.722500', '202140.182500', '202140.642500', '202141.102500', '202141.562500', '202142.022500', '202142.482500', '202142.942500', '202143.402500', '202143.862500', '202144.322500', '202144.782500', '202145.242500', '202145.702500', '202146.162500', '202146.622500', '202147.082500', '202147.542500', '202148.002500', '202148.462500', '202148.922500', '202149.382500', '202149.842500', '202150.302500', '202150.762500', '202151.222500', '202151.682500', '202152.142500', '202152.602500', '202153.062500', '202153.522500', '202153.982500', '202154.442500', '202154.902500', '202155.362500', '202155.822500', '202156.282500', '202156.742500', '202157.202500', '202157.662500', '202158.122500', '202158.582500', '202159.042500', '202159.502500', '202159.962500', '202200.422500', '202200.882500', '202201.342500', '202201.802500', '202202.262500', '202202.722500', '202203.182500', '202203.642500', '202204.102500', '202204.562500', '202205.022500', '202205.482500', '202205.942500', '202206.402500', '202206.862500', '202207.322500', '202207.782500', '202208.242500', '202208.702500', '202209.162500', '202209.622500', '202210.082500', '202210.542500', '202211.002500', '202211.462500', '202211.922500', '202212.382500', '202212.842500', '202213.302500', '202213.762500', '202214.222500', '202214.682500', '202215.142500', '202215.602500', '202216.062500', '202216.522500', '202216.982500', '202217.442500', '202217.902500', '202218.362500', '202218.822500', '202219.282500', '202219.742500', '202220.202500', '202220.662500', '202221.122500', '202221.582500', '202222.042500', '202222.502500', '202222.962500', '202223.422500', '202223.882500', '202224.342500', '202224.802500', '202225.262500', '202225.722500', '202226.182500', '202226.642500', '202227.102500', '202227.562500', '202228.022500', '202228.482500', '202228.942500', '202229.402500', '202229.862500', '202230.322500', '202230.782500', '202231.242500', '202231.702500', '202232.162500', '202232.622500', '202233.082500', '202233.542500', '202234.002500', '202234.462500', '202234.922500', '202235.382500', '202235.842500', '202236.302500', '202236.762500', '202237.222500', '202237.682500', '202238.142500', '202238.602500', '202239.062500', '202239.522500', '202239.982500', '202240.442500', '202240.902500', '202241.362500', '202241.822500', '202242.282500', '202242.742500', '202243.202500', '202243.662500', '202244.122500', '202244.582500', '202245.042500', '202245.502500', '202245.962500', '202246.422500', '202246.882500', '202247.342500', '202247.802500', '202248.262500', '202248.722500', '202249.182500', '202249.642500', '202250.102500', '202250.562500', '202251.022500', '202251.482500', '202251.942500', '202252.402500', '202252.862500', '202253.322500', '202253.782500', '202254.242500', '202254.702500', '202255.162500', '202255.622500', '202256.082500', '202256.542500', '202257.002500', '202257.462500', '202257.922500', '202258.382500', '202258.842500', '202259.302500', '202259.762500', '202300.222500', '202300.682500', '202301.142500', '202301.602500', '202302.062500', '202302.522500', '202302.982500', '202303.442500', '202303.902500', '202304.362500', '202304.822500', '202305.282500', '202305.742500', '202306.202500', '202306.662500', '202307.122500', '202307.582500', '202308.042500', '202308.502500', '202308.962500', '202309.422500', '202309.882500', '202310.342500', '202310.802500', '202311.262500', '202311.722500', '202312.182500', '202312.642500', '202313.102500', '202313.562500', '202314.022500', '202314.482500', '202314.942500', '202315.402500', '202315.862500', '202316.322500', '202316.782500', '202317.242500', '202317.702500', '202318.162500', '202318.622500', '202319.082500', '202319.542500', '202320.002500', '202320.462500', '202320.922500', '202321.382500', '202321.842500', '202322.302500', '202322.762500', '202323.222500', '202323.682500', '202324.142500', '202324.602500', '202325.062500', '202325.522500', '202325.982500', '202326.442500', '202326.902500', '202327.362500', '202327.822500', '202328.282500', '202328.742500', '202329.202500', '202329.662500', '202330.122500', '202330.582500', '202331.042500', '202331.502500', '202331.962500', '202332.422500', '202332.882500', '202333.342500', '202333.802500', '202334.262500', '202334.722500', '202335.182500', '202335.642500', '202336.102500', '202336.562500', '202337.022500', '202337.482500', '202337.942500', '202338.402500', '202338.862500', '202339.322500', '202339.782500', '202340.242500', '202340.702500', '202341.162500', '202341.622500', '202342.082500', '202342.542500', '202343.002500', '202343.462500', '202343.922500', '202344.382500', '202344.842500', '202345.302500', '202345.762500', '202346.222500', '202346.682500', '202347.142500', '202347.602500', '202348.062500', '202348.522500', '202348.982500', '202349.442500', '202349.902500', '202350.362500', '202350.822500', '202351.282500', '202351.742500', '202352.202500', '202352.662500', '202353.122500', '202353.582500', '202354.042500', '202354.502500', '202354.962500', '202355.422500', '202355.882500', '202356.342500', '202356.802500', '202357.262500', '202357.722500', '202358.182500', '202358.642500', '202359.102500', '202359.562500', '202400.022500', '202400.482500', '202400.942500', '202401.402500', '202401.862500', '202402.322500', '202402.782500', '202403.242500', '202403.702500', '202404.162500', '202404.622500', '202405.082500', '202405.542500', '202406.002500', '202406.462500', '202406.922500', '202407.382500', '202407.842500', '202408.302500', '202408.762500', '202409.222500', '202409.682500', '202410.142500', '202410.602500', '202411.062500', '202411.522500', '202411.982500', '202412.442500', '202412.902500', '202413.362500', '202413.822500', '202414.282500', '202414.742500', '202415.202500', '202415.662500', '202416.122500', '202416.582500', '202417.042500', '202417.502500', '202417.962500', '202418.422500', '202418.882500', '202419.342500', '202419.802500', '202420.262500', '202420.722500', '202421.182500', '202421.642500', '202422.102500', '202422.562500', '202423.022500', '202423.482500', '202423.942500', '202424.402500', '202424.862500', '202425.322500', '202425.782500', '202426.242500', '202426.702500', '202427.162500', '202427.622500', '202428.082500', '202428.542500', '202429.002500', '202429.462500', '202429.922500', '202430.382500', '202430.842500', '202431.302500', '202431.762500', '202432.222500', '202432.682500', '202433.142500', '202433.602500', '202434.062500', '202434.522500', '202434.982500', '202435.442500', '202435.902500', '202436.362500', '202436.822500', '202437.282500', '202437.742500', '202438.202500', '202438.662500', '202439.122500', '202439.582500', '202440.042500', '202440.502500', '202440.962500', '202441.422500', '202441.882500', '202442.342500', '202442.802500', '202443.262500', '202443.722500', '202444.182500', '202444.642500', '202445.102500', '202445.562500', '202446.022500', '202446.482500', '202446.942500', '202447.402500', '202447.862500', '202448.322500', '202448.782500', '202449.242500'], 'ContentTime': ['201819.723000', '201819.726000', '201819.729000', '201819.732000', '201819.734000', '201819.737000', '201819.739000', '201819.742000', '201819.745000', '201819.747000', '201819.757000', '201819.760000', '201819.763000', '201819.766000', '201819.768000', '201819.771000', '201819.794000', '201819.796000', '201819.799000', '201819.802000', '201819.804000', '201819.807000', '201819.810000', '201839.691000', '201839.693000', '201839.696000', '201839.699000', '201839.701000', '201839.704000', '201839.706000', '201839.709000', '201839.711000', '201839.714000', '201839.716000', '201839.719000', '201839.721000', '201839.724000', '201839.727000', '201839.729000', '201839.732000', '201839.734000', '201839.737000', '201839.739000', '201839.742000', '201839.745000', '201839.747000', '201839.756000', '201839.758000', '201839.761000', '201839.763000', '201839.766000', '201839.769000', '201839.771000', '201839.774000', '201839.776000', '201839.779000', '201839.782000', '201839.784000', '201839.787000', '201839.789000', '201839.792000', '201839.794000', '201839.797000', '201839.800000', '201839.811000', '201839.813000', '201859.690000', '201859.694000', '201859.697000', '201859.700000', '201859.702000', '201859.705000', '201859.708000', '201859.710000', '201859.713000', '201859.715000', '201859.718000', '201859.720000', '201859.723000', '201859.725000', '201859.736000', '201859.739000', '201859.741000', '201859.744000', '201859.746000', '201859.749000', '201859.752000', '201859.754000', '201859.757000', '201859.759000', '201859.762000', '201859.764000', '201859.767000', '201859.770000', '201859.772000', '201859.775000', '201859.777000', '201859.780000', '201859.783000', '201859.785000', '201859.788000', '201859.790000', '201859.793000', '201859.795000', '201859.798000', '201859.801000', '201859.803000', '201859.806000', '201859.838000', '201859.840000', '201919.690000', '201919.692000', '201919.706000', '201919.709000', '201919.711000', '201919.714000', '201919.717000', '201919.719000', '201919.722000', '201919.724000', '201919.727000', '201919.730000', '201919.732000', '201919.735000', '201919.737000', '201919.740000', '201919.742000', '201919.745000', '201919.747000', '201919.750000', '201919.753000', '201919.755000', '201919.758000', '201919.760000', '201919.763000', '201919.765000', '201919.768000', '201919.770000', '201919.773000', '201919.775000', '201919.778000', '201919.781000', '201919.783000', '201919.786000', '201919.789000', '201919.791000', '201919.794000', '201919.796000', '201919.799000', '201919.801000', '201919.804000', '201919.807000', '201919.809000', '201939.690000', '201939.693000', '201939.696000', '201939.699000', '201939.702000', '201939.704000', '201939.707000', '201939.709000', '201939.712000', '201939.715000', '201939.717000', '201939.720000', '201939.722000', '201939.725000', '201939.727000', '201939.730000', '201939.732000', '201939.735000', '201939.737000', '201939.740000', '201939.743000', '201939.745000', '201939.748000', '201939.750000', '201939.753000', '201939.755000', '201939.758000', '201939.760000', '201939.763000', '201939.766000', '201939.768000', '201939.771000', '201939.773000', '201939.776000', '201939.778000', '201939.781000', '201939.792000', '201939.794000', '201939.797000', '201939.800000', '201939.802000', '201939.805000', '201939.807000', '201959.689000', '201959.692000', '201959.695000', '201959.697000', '201959.700000', '201959.703000', '201959.705000', '201959.708000', '201959.710000', '201959.713000', '201959.715000', '201959.718000', '201959.721000', '201959.723000', '201959.726000', '201959.728000', '201959.731000', '201959.733000', '201959.736000', '201959.739000', '201959.741000', '201959.744000', '201959.746000', '201959.749000', '201959.751000', '201959.754000', '201959.756000', '201959.759000', '201959.761000', '201959.764000', '201959.767000', '201959.769000', '201959.772000', '201959.774000', '201959.777000', '201959.779000', '201959.782000', '201959.784000', '201959.787000', '201959.790000', '201959.792000', '201959.795000', '201959.797000', '201959.800000', '202019.690000', '202019.693000', '202019.695000', '202019.698000', '202019.701000', '202019.703000', '202019.706000', '202019.708000', '202019.711000', '202019.714000', '202019.716000', '202019.719000', '202019.721000', '202019.724000', '202019.727000', '202019.729000', '202019.732000', '202019.736000', '202019.738000', '202019.741000', '202019.744000', '202019.746000', '202019.749000', '202019.751000', '202019.754000', '202019.756000', '202019.759000', '202019.762000', '202019.764000', '202019.767000', '202019.769000', '202019.772000', '202019.774000', '202019.777000', '202019.780000', '202019.782000', '202019.785000', '202019.788000', '202019.790000', '202019.793000', '202019.795000', '202019.798000', '202019.833000', '202039.689000', '202039.692000', '202039.695000', '202039.697000', '202039.700000', '202039.703000', '202039.705000', '202039.708000', '202039.710000', '202039.713000', '202039.716000', '202039.718000', '202039.721000', '202039.723000', '202039.726000', '202039.729000', '202039.731000', '202039.734000', '202039.736000', '202039.739000', '202039.741000', '202039.744000', '202039.747000', '202039.749000', '202039.752000', '202039.754000', '202039.757000', '202039.759000', '202039.762000', '202039.765000', '202039.767000', '202039.770000', '202039.773000', '202039.775000', '202039.778000', '202039.780000', '202039.783000', '202039.785000', '202039.788000', '202039.790000', '202039.793000', '202039.796000', '202039.812000', '202039.855000', '202059.691000', '202059.693000', '202059.696000', '202059.698000', '202059.701000', '202059.704000', '202059.706000', '202059.709000', '202059.711000', '202059.714000', '202059.717000', '202059.719000', '202059.722000', '202059.724000', '202059.727000', '202059.729000', '202059.732000', '202059.735000', '202059.737000', '202059.740000', '202059.742000', '202059.745000', '202059.747000', '202059.750000', '202059.752000', '202059.755000', '202059.759000', '202059.762000', '202059.764000', '202059.767000', '202059.770000', '202059.772000', '202059.775000', '202059.777000', '202059.780000', '202059.782000', '202059.785000', '202059.787000', '202059.790000', '202059.793000', '202059.795000', '202059.798000', '202059.800000', '202119.690000', '202119.693000', '202119.696000', '202119.698000', '202119.701000', '202119.703000', '202119.706000', '202119.709000', '202119.711000', '202119.714000', '202119.716000', '202119.719000', '202119.721000', '202119.724000', '202119.727000', '202119.729000', '202119.732000', '202119.734000', '202119.737000', '202119.739000', '202119.742000', '202119.745000', '202119.747000', '202119.750000', '202119.752000', '202119.755000', '202119.758000', '202119.760000', '202119.763000', '202119.765000', '202119.768000', '202119.770000', '202119.773000', '202119.776000', '202119.778000', '202119.781000', '202119.783000', '202119.786000', '202119.789000', '202119.791000', '202119.794000', '202119.796000', '202119.799000', '202119.841000', '202139.689000', '202139.692000', '202139.695000', '202139.697000', '202139.700000', '202139.703000', '202139.705000', '202139.708000', '202139.711000', '202139.713000', '202139.716000', '202139.718000', '202139.722000', '202139.725000', '202139.727000', '202139.730000', '202139.732000', '202139.735000', '202139.738000', '202139.740000', '202139.743000', '202139.746000', '202139.748000', '202139.751000', '202139.753000', '202139.756000', '202139.759000', '202139.762000', '202139.764000', '202139.767000', '202139.770000', '202139.773000', '202139.777000', '202139.780000', '202139.782000', '202139.785000', '202139.788000', '202139.790000', '202139.793000', '202139.796000', '202139.798000', '202139.870000', '202139.872000', '202159.689000', '202159.692000', '202159.695000', '202159.697000', '202159.700000', '202159.703000', '202159.705000', '202159.708000', '202159.710000', '202159.713000', '202159.715000', '202159.718000', '202159.721000', '202159.723000', '202159.726000', '202159.728000', '202159.731000', '202159.733000', '202159.736000', '202159.739000', '202159.741000', '202159.744000', '202159.747000', '202159.749000', '202159.752000', '202159.754000', '202159.757000', '202159.760000', '202159.762000', '202159.765000', '202159.767000', '202159.770000', '202159.772000', '202159.775000', '202159.778000', '202159.780000', '202159.783000', '202159.785000', '202159.788000', '202159.791000', '202159.793000', '202159.796000', '202159.798000', '202159.829000', '202219.689000', '202219.692000', '202219.695000', '202219.697000', '202219.700000', '202219.703000', '202219.705000', '202219.708000', '202219.710000', '202219.713000', '202219.716000', '202219.718000', '202219.721000', '202219.723000', '202219.726000', '202219.728000', '202219.731000', '202219.733000', '202219.736000', '202219.739000', '202219.741000', '202219.744000', '202219.746000', '202219.781000', '202219.784000', '202219.787000', '202219.789000', '202219.792000', '202219.794000', '202219.797000', '202219.874000', '202219.876000', '202219.879000', '202219.882000', '202219.884000', '202219.887000', '202219.889000', '202219.892000', '202219.894000', '202219.897000', '202219.900000', '202219.902000', '202219.905000', '202239.689000', '202239.699000', '202239.702000', '202239.704000', '202239.707000', '202239.710000', '202239.712000', '202239.715000', '202239.717000', '202239.720000', '202239.723000', '202239.725000', '202239.728000', '202239.730000', '202239.733000', '202239.736000', '202239.738000', '202239.741000', '202239.744000', '202239.746000', '202239.749000', '202239.751000', '202239.754000', '202239.756000', '202239.759000', '202239.762000', '202239.764000', '202239.767000', '202239.769000', '202239.772000', '202239.774000', '202239.777000', '202239.780000', '202239.782000', '202239.785000', '202239.787000', '202239.790000', '202239.793000', '202239.795000', '202239.798000', '202239.837000', '202239.840000', '202239.842000', '202239.845000', '202259.689000', '202259.692000', '202259.695000', '202259.697000', '202259.700000', '202259.702000', '202259.705000', '202259.708000', '202259.710000', '202259.713000', '202259.715000', '202259.718000', '202259.720000', '202259.723000', '202259.726000', '202259.728000', '202259.731000', '202259.733000', '202259.736000', '202259.739000', '202259.741000', '202259.744000', '202259.747000', '202259.749000', '202259.752000', '202259.754000', '202259.757000', '202259.760000', '202259.762000', '202259.765000', '202259.767000', '202259.770000', '202259.773000', '202259.775000', '202259.778000', '202259.780000', '202259.783000', '202259.786000', '202259.788000', '202259.791000', '202259.793000', '202259.796000', '202259.799000', '202319.691000', '202319.694000', '202319.696000', '202319.699000', '202319.701000', '202319.704000', '202319.706000', '202319.709000', '202319.712000', '202319.714000', '202319.717000', '202319.719000', '202319.722000', '202319.724000', '202319.727000', '202319.730000', '202319.732000', '202319.735000', '202319.737000', '202319.740000', '202319.742000', '202319.745000', '202319.748000', '202319.750000', '202319.753000', '202319.755000', '202319.758000', '202319.760000', '202319.763000', '202319.766000', '202319.768000', '202319.771000', '202319.773000', '202319.776000', '202319.778000', '202319.781000', '202319.784000', '202319.786000', '202319.789000', '202319.792000', '202319.794000', '202319.797000', '202319.853000', '202319.856000', '202339.690000', '202339.693000', '202339.696000', '202339.698000', '202339.701000', '202339.704000', '202339.706000', '202339.709000', '202339.711000', '202339.714000', '202339.716000', '202339.719000', '202339.722000', '202339.724000', '202339.727000', '202339.729000', '202339.732000', '202339.734000', '202339.737000', '202339.740000', '202339.742000', '202339.745000', '202339.747000', '202339.750000', '202339.752000', '202339.755000', '202339.758000', '202339.760000', '202339.763000', '202339.765000', '202339.768000', '202339.770000', '202339.773000', '202339.775000', '202339.778000', '202339.781000', '202339.791000', '202339.793000', '202339.796000', '202339.798000', '202339.869000', '202339.872000', '202339.874000', '202359.689000', '202359.692000', '202359.695000', '202359.697000', '202359.700000', '202359.703000', '202359.705000', '202359.708000', '202359.710000', '202359.713000', '202359.716000', '202359.718000', '202359.721000', '202359.723000', '202359.726000', '202359.729000', '202359.731000', '202359.734000', '202359.736000', '202359.739000', '202359.742000', '202359.744000', '202359.747000', '202359.749000', '202359.752000', '202359.755000', '202359.757000', '202359.760000', '202359.762000', '202359.765000', '202359.767000', '202359.772000', '202359.774000', '202359.777000', '202359.779000', '202359.782000', '202359.785000', '202359.787000', '202359.790000', '202359.792000', '202359.795000', '202359.797000', '202359.848000', '202359.850000', '202419.689000', '202419.692000', '202419.695000', '202419.697000', '202419.700000', '202419.703000', '202419.705000', '202419.708000', '202419.710000', '202419.713000', '202419.715000', '202419.718000', '202419.721000', '202419.723000', '202419.726000', '202419.728000', '202419.731000', '202419.734000', '202419.736000', '202419.739000', '202419.741000', '202419.744000', '202419.747000', '202419.749000', '202419.752000', '202419.754000', '202419.757000', '202419.760000', '202419.762000', '202419.765000', '202419.767000', '202419.770000', '202419.772000', '202419.775000', '202419.778000', '202419.780000', '202419.783000', '202419.785000', '202419.788000', '202419.791000', '202419.793000', '202419.796000', '202419.798000', '202439.689000', '202439.692000', '202439.695000', '202439.697000', '202439.700000', '202439.703000', '202439.705000', '202439.708000', '202439.710000', '202439.713000', '202439.715000', '202439.718000', '202439.721000', '202439.723000', '202439.726000', '202439.728000', '202439.731000', '202439.733000', '202439.736000', '202439.739000', '202439.741000', '202439.744000', '202439.746000', '202439.749000', '202439.751000', '202439.754000', '202439.756000', '202439.759000', '202439.762000', '202439.764000', '202439.767000', '202439.769000', '202439.772000', '202439.775000', '202439.777000', '202439.780000', '202439.782000', '202439.785000', '202439.787000', '202439.790000', '202439.792000', '202439.795000', '202439.798000', '202439.909000', '202450.158000', '202450.161000', '202450.164000', '202450.167000', '202450.171000', '202450.174000', '202450.177000', '202450.179000', '202450.182000', '202450.185000', '202450.188000', '202450.190000', '202450.193000', '202450.196000', '202450.199000', '202450.202000', '202450.204000', '202450.207000', '202450.210000', '202450.213000', '202450.216000', '202450.219000', '202450.221000'], 'InstanceCreationTime': ['201819.723000', '201819.726000', '201819.729000', '201819.732000', '201819.734000', '201819.737000', '201819.739000', '201819.742000', '201819.745000', '201819.747000', '201819.757000', '201819.760000', '201819.763000', '201819.766000', '201819.768000', '201819.771000', '201819.794000', '201819.796000', '201819.799000', '201819.802000', '201819.804000', '201819.807000', '201819.810000', '201839.691000', '201839.693000', '201839.696000', '201839.699000', '201839.701000', '201839.704000', '201839.706000', '201839.709000', '201839.711000', '201839.714000', '201839.716000', '201839.719000', '201839.721000', '201839.724000', '201839.727000', '201839.729000', '201839.732000', '201839.734000', '201839.737000', '201839.739000', '201839.742000', '201839.745000', '201839.747000', '201839.756000', '201839.758000', '201839.761000', '201839.763000', '201839.766000', '201839.769000', '201839.771000', '201839.774000', '201839.776000', '201839.779000', '201839.782000', '201839.784000', '201839.787000', '201839.789000', '201839.792000', '201839.794000', '201839.797000', '201839.800000', '201839.811000', '201839.813000', '201859.690000', '201859.694000', '201859.697000', '201859.700000', '201859.702000', '201859.705000', '201859.708000', '201859.710000', '201859.713000', '201859.715000', '201859.718000', '201859.720000', '201859.723000', '201859.725000', '201859.736000', '201859.739000', '201859.741000', '201859.744000', '201859.746000', '201859.749000', '201859.752000', '201859.754000', '201859.757000', '201859.759000', '201859.762000', '201859.764000', '201859.767000', '201859.770000', '201859.772000', '201859.775000', '201859.777000', '201859.780000', '201859.783000', '201859.785000', '201859.788000', '201859.790000', '201859.793000', '201859.795000', '201859.798000', '201859.801000', '201859.803000', '201859.806000', '201859.838000', '201859.840000', '201919.690000', '201919.692000', '201919.706000', '201919.709000', '201919.711000', '201919.714000', '201919.717000', '201919.719000', '201919.722000', '201919.724000', '201919.727000', '201919.730000', '201919.732000', '201919.735000', '201919.737000', '201919.740000', '201919.742000', '201919.745000', '201919.747000', '201919.750000', '201919.753000', '201919.755000', '201919.758000', '201919.760000', '201919.763000', '201919.765000', '201919.768000', '201919.770000', '201919.773000', '201919.775000', '201919.778000', '201919.781000', '201919.783000', '201919.786000', '201919.789000', '201919.791000', '201919.794000', '201919.796000', '201919.799000', '201919.801000', '201919.804000', '201919.807000', '201919.809000', '201939.690000', '201939.693000', '201939.696000', '201939.699000', '201939.702000', '201939.704000', '201939.707000', '201939.709000', '201939.712000', '201939.715000', '201939.717000', '201939.720000', '201939.722000', '201939.725000', '201939.727000', '201939.730000', '201939.732000', '201939.735000', '201939.737000', '201939.740000', '201939.743000', '201939.745000', '201939.748000', '201939.750000', '201939.753000', '201939.755000', '201939.758000', '201939.760000', '201939.763000', '201939.766000', '201939.768000', '201939.771000', '201939.773000', '201939.776000', '201939.778000', '201939.781000', '201939.792000', '201939.794000', '201939.797000', '201939.800000', '201939.802000', '201939.805000', '201939.807000', '201959.689000', '201959.692000', '201959.695000', '201959.697000', '201959.700000', '201959.703000', '201959.705000', '201959.708000', '201959.710000', '201959.713000', '201959.715000', '201959.718000', '201959.721000', '201959.723000', '201959.726000', '201959.728000', '201959.731000', '201959.733000', '201959.736000', '201959.739000', '201959.741000', '201959.744000', '201959.746000', '201959.749000', '201959.751000', '201959.754000', '201959.756000', '201959.759000', '201959.761000', '201959.764000', '201959.767000', '201959.769000', '201959.772000', '201959.774000', '201959.777000', '201959.779000', '201959.782000', '201959.784000', '201959.787000', '201959.790000', '201959.792000', '201959.795000', '201959.797000', '201959.800000', '202019.690000', '202019.693000', '202019.695000', '202019.698000', '202019.701000', '202019.703000', '202019.706000', '202019.708000', '202019.711000', '202019.714000', '202019.716000', '202019.719000', '202019.721000', '202019.724000', '202019.727000', '202019.729000', '202019.732000', '202019.736000', '202019.738000', '202019.741000', '202019.744000', '202019.746000', '202019.749000', '202019.751000', '202019.754000', '202019.756000', '202019.759000', '202019.762000', '202019.764000', '202019.767000', '202019.769000', '202019.772000', '202019.774000', '202019.777000', '202019.780000', '202019.782000', '202019.785000', '202019.788000', '202019.790000', '202019.793000', '202019.795000', '202019.798000', '202019.833000', '202039.689000', '202039.692000', '202039.695000', '202039.697000', '202039.700000', '202039.703000', '202039.705000', '202039.708000', '202039.710000', '202039.713000', '202039.716000', '202039.718000', '202039.721000', '202039.723000', '202039.726000', '202039.729000', '202039.731000', '202039.734000', '202039.736000', '202039.739000', '202039.741000', '202039.744000', '202039.747000', '202039.749000', '202039.752000', '202039.754000', '202039.757000', '202039.759000', '202039.762000', '202039.765000', '202039.767000', '202039.770000', '202039.773000', '202039.775000', '202039.778000', '202039.780000', '202039.783000', '202039.785000', '202039.788000', '202039.790000', '202039.793000', '202039.796000', '202039.812000', '202039.855000', '202059.691000', '202059.693000', '202059.696000', '202059.698000', '202059.701000', '202059.704000', '202059.706000', '202059.709000', '202059.711000', '202059.714000', '202059.717000', '202059.719000', '202059.722000', '202059.724000', '202059.727000', '202059.729000', '202059.732000', '202059.735000', '202059.737000', '202059.740000', '202059.742000', '202059.745000', '202059.747000', '202059.750000', '202059.752000', '202059.755000', '202059.759000', '202059.762000', '202059.764000', '202059.767000', '202059.770000', '202059.772000', '202059.775000', '202059.777000', '202059.780000', '202059.782000', '202059.785000', '202059.787000', '202059.790000', '202059.793000', '202059.795000', '202059.798000', '202059.800000', '202119.690000', '202119.693000', '202119.696000', '202119.698000', '202119.701000', '202119.703000', '202119.706000', '202119.709000', '202119.711000', '202119.714000', '202119.716000', '202119.719000', '202119.721000', '202119.724000', '202119.727000', '202119.729000', '202119.732000', '202119.734000', '202119.737000', '202119.739000', '202119.742000', '202119.745000', '202119.747000', '202119.750000', '202119.752000', '202119.755000', '202119.758000', '202119.760000', '202119.763000', '202119.765000', '202119.768000', '202119.770000', '202119.773000', '202119.776000', '202119.778000', '202119.781000', '202119.783000', '202119.786000', '202119.789000', '202119.791000', '202119.794000', '202119.796000', '202119.799000', '202119.841000', '202139.689000', '202139.692000', '202139.695000', '202139.697000', '202139.700000', '202139.703000', '202139.705000', '202139.708000', '202139.711000', '202139.713000', '202139.716000', '202139.718000', '202139.722000', '202139.725000', '202139.727000', '202139.730000', '202139.732000', '202139.735000', '202139.738000', '202139.740000', '202139.743000', '202139.746000', '202139.748000', '202139.751000', '202139.753000', '202139.756000', '202139.759000', '202139.762000', '202139.764000', '202139.767000', '202139.770000', '202139.773000', '202139.777000', '202139.780000', '202139.782000', '202139.785000', '202139.788000', '202139.790000', '202139.793000', '202139.796000', '202139.798000', '202139.870000', '202139.872000', '202159.689000', '202159.692000', '202159.695000', '202159.697000', '202159.700000', '202159.703000', '202159.705000', '202159.708000', '202159.710000', '202159.713000', '202159.715000', '202159.718000', '202159.721000', '202159.723000', '202159.726000', '202159.728000', '202159.731000', '202159.733000', '202159.736000', '202159.739000', '202159.741000', '202159.744000', '202159.747000', '202159.749000', '202159.752000', '202159.754000', '202159.757000', '202159.760000', '202159.762000', '202159.765000', '202159.767000', '202159.770000', '202159.772000', '202159.775000', '202159.778000', '202159.780000', '202159.783000', '202159.785000', '202159.788000', '202159.791000', '202159.793000', '202159.796000', '202159.798000', '202159.829000', '202219.689000', '202219.692000', '202219.695000', '202219.697000', '202219.700000', '202219.703000', '202219.705000', '202219.708000', '202219.710000', '202219.713000', '202219.716000', '202219.718000', '202219.721000', '202219.723000', '202219.726000', '202219.728000', '202219.731000', '202219.733000', '202219.736000', '202219.739000', '202219.741000', '202219.744000', '202219.746000', '202219.781000', '202219.784000', '202219.787000', '202219.789000', '202219.792000', '202219.794000', '202219.797000', '202219.874000', '202219.876000', '202219.879000', '202219.882000', '202219.884000', '202219.887000', '202219.889000', '202219.892000', '202219.894000', '202219.897000', '202219.900000', '202219.902000', '202219.905000', '202239.689000', '202239.699000', '202239.702000', '202239.704000', '202239.707000', '202239.710000', '202239.712000', '202239.715000', '202239.717000', '202239.720000', '202239.723000', '202239.725000', '202239.728000', '202239.730000', '202239.733000', '202239.736000', '202239.738000', '202239.741000', '202239.744000', '202239.746000', '202239.749000', '202239.751000', '202239.754000', '202239.756000', '202239.759000', '202239.762000', '202239.764000', '202239.767000', '202239.769000', '202239.772000', '202239.774000', '202239.777000', '202239.780000', '202239.782000', '202239.785000', '202239.787000', '202239.790000', '202239.793000', '202239.795000', '202239.798000', '202239.837000', '202239.840000', '202239.842000', '202239.845000', '202259.689000', '202259.692000', '202259.695000', '202259.697000', '202259.700000', '202259.702000', '202259.705000', '202259.708000', '202259.710000', '202259.713000', '202259.715000', '202259.718000', '202259.720000', '202259.723000', '202259.726000', '202259.728000', '202259.731000', '202259.733000', '202259.736000', '202259.739000', '202259.741000', '202259.744000', '202259.747000', '202259.749000', '202259.752000', '202259.754000', '202259.757000', '202259.760000', '202259.762000', '202259.765000', '202259.767000', '202259.770000', '202259.773000', '202259.775000', '202259.778000', '202259.780000', '202259.783000', '202259.786000', '202259.788000', '202259.791000', '202259.793000', '202259.796000', '202259.799000', '202319.691000', '202319.694000', '202319.696000', '202319.699000', '202319.701000', '202319.704000', '202319.706000', '202319.709000', '202319.712000', '202319.714000', '202319.717000', '202319.719000', '202319.722000', '202319.724000', '202319.727000', '202319.730000', '202319.732000', '202319.735000', '202319.737000', '202319.740000', '202319.742000', '202319.745000', '202319.748000', '202319.750000', '202319.753000', '202319.755000', '202319.758000', '202319.760000', '202319.763000', '202319.766000', '202319.768000', '202319.771000', '202319.773000', '202319.776000', '202319.778000', '202319.781000', '202319.784000', '202319.786000', '202319.789000', '202319.792000', '202319.794000', '202319.797000', '202319.853000', '202319.856000', '202339.690000', '202339.693000', '202339.696000', '202339.698000', '202339.701000', '202339.704000', '202339.706000', '202339.709000', '202339.711000', '202339.714000', '202339.716000', '202339.719000', '202339.722000', '202339.724000', '202339.727000', '202339.729000', '202339.732000', '202339.734000', '202339.737000', '202339.740000', '202339.742000', '202339.745000', '202339.747000', '202339.750000', '202339.752000', '202339.755000', '202339.758000', '202339.760000', '202339.763000', '202339.765000', '202339.768000', '202339.770000', '202339.773000', '202339.775000', '202339.778000', '202339.781000', '202339.791000', '202339.793000', '202339.796000', '202339.798000', '202339.869000', '202339.872000', '202339.874000', '202359.689000', '202359.692000', '202359.695000', '202359.697000', '202359.700000', '202359.703000', '202359.705000', '202359.708000', '202359.710000', '202359.713000', '202359.716000', '202359.718000', '202359.721000', '202359.723000', '202359.726000', '202359.729000', '202359.731000', '202359.734000', '202359.736000', '202359.739000', '202359.742000', '202359.744000', '202359.747000', '202359.749000', '202359.752000', '202359.755000', '202359.757000', '202359.760000', '202359.762000', '202359.765000', '202359.767000', '202359.772000', '202359.774000', '202359.777000', '202359.779000', '202359.782000', '202359.785000', '202359.787000', '202359.790000', '202359.792000', '202359.795000', '202359.797000', '202359.848000', '202359.850000', '202419.689000', '202419.692000', '202419.695000', '202419.697000', '202419.700000', '202419.703000', '202419.705000', '202419.708000', '202419.710000', '202419.713000', '202419.715000', '202419.718000', '202419.721000', '202419.723000', '202419.726000', '202419.728000', '202419.731000', '202419.734000', '202419.736000', '202419.739000', '202419.741000', '202419.744000', '202419.747000', '202419.749000', '202419.752000', '202419.754000', '202419.757000', '202419.760000', '202419.762000', '202419.765000', '202419.767000', '202419.770000', '202419.772000', '202419.775000', '202419.778000', '202419.780000', '202419.783000', '202419.785000', '202419.788000', '202419.791000', '202419.793000', '202419.796000', '202419.798000', '202439.689000', '202439.692000', '202439.695000', '202439.697000', '202439.700000', '202439.703000', '202439.705000', '202439.708000', '202439.710000', '202439.713000', '202439.715000', '202439.718000', '202439.721000', '202439.723000', '202439.726000', '202439.728000', '202439.731000', '202439.733000', '202439.736000', '202439.739000', '202439.741000', '202439.744000', '202439.746000', '202439.749000', '202439.751000', '202439.754000', '202439.756000', '202439.759000', '202439.762000', '202439.764000', '202439.767000', '202439.769000', '202439.772000', '202439.775000', '202439.777000', '202439.780000', '202439.782000', '202439.785000', '202439.787000', '202439.790000', '202439.792000', '202439.795000', '202439.798000', '202439.909000', '202450.158000', '202450.161000', '202450.164000', '202450.167000', '202450.171000', '202450.174000', '202450.177000', '202450.179000', '202450.182000', '202450.185000', '202450.188000', '202450.190000', '202450.193000', '202450.196000', '202450.199000', '202450.202000', '202450.204000', '202450.207000', '202450.210000', '202450.213000', '202450.216000', '202450.219000', '202450.221000'], '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': [10150, 9198, 9141, 8512, 8281, 9100, 8504, 11910, 8752, 9742, 9311, 8954, 9213, 8581, 9394, 8893, 9463, 8562, 10697, 9011, 9703, 9389, 8862, 9710, 8767, 9322, 8795, 9651, 9093, 9097, 10864, 8998, 10509, 8842, 9918, 8423, 9525, 8498, 9449, 8592, 8710, 8758, 9374, 8990, 11600, 8466, 9261, 8520, 9360, 8660, 9287, 8460, 9683, 8614, 9484, 8574, 9230, 9538, 9253, 11084, 9136, 11488, 8838, 11064, 8701, 9772, 8765, 9642, 9011, 9416, 8965, 8451, 8902, 8953, 8536, 9091, 8767, 9086, 9093, 11946, 9870, 10069, 8592, 8544, 9468, 8410, 11512, 8459, 10103, 8844, 8479, 8519, 8692, 8837, 8688, 9080, 10274, 8596, 9147, 8476, 11896, 8849, 9624, 9132, 8492, 9737, 8464, 9931, 8761, 9451, 9081, 8599, 8777, 9582, 8396, 11025, 8929, 9739, 8854, 8626, 9095, 8472, 8801, 8483, 10339, 8409, 9398, 8641, 9403, 8555, 9621, 8388, 12192, 8788, 9508, 8892, 8342, 8910, 8468, 9460, 8309, 11686, 8468, 9896, 8645, 9044, 8532, 8831, 8616, 11523, 9104, 9099, 9032, 8325, 9151, 8847, 8900, 9384, 9210, 11315, 9179, 10843, 8193, 8874, 9023, 8697, 9411, 8526, 9505, 8432, 8658, 8892, 8943, 8729, 8718, 9923, 8646, 8538, 11534, 8388, 11016, 9062, 8762, 9179, 8806, 9447, 8984, 9198, 10028, 8585, 9470, 9081, 9150, 9608, 8412, 9688, 9149, 12237, 10838, 9511, 8995, 8898, 9711, 8398, 9338, 8658, 8895, 8443, 12270, 8377, 10248, 8586, 9026, 8668, 9372, 8745, 9141, 8737, 11843, 9126, 9670, 9442, 9149, 9102, 8876, 9148, 8621, 8976, 8696, 9130, 8418, 12436, 9741, 10222, 8898, 9125, 9115, 8443, 8887, 8969, 9165, 8992, 9425, 8495, 8900, 8785, 11296, 8771, 11583, 8925, 10147, 8718, 9821, 8532, 10597, 8498, 11065, 8973, 9379, 8629, 9048, 8771, 9279, 8778, 10103, 8592, 10237, 8068, 9179, 8897, 8423, 10544, 13135, 10361, 10237, 8649, 8889, 8863, 8939, 8897, 8586, 10564, 8420, 8615, 8175, 8596, 8261, 9260, 9950, 10092, 8634, 11371, 9228, 8681, 10246, 8439, 10720, 8706, 8932, 8460, 8776, 10030, 8423, 10015, 8846, 9139, 9182, 8718, 8520, 8843, 8125, 8226, 9383, 9265, 8968, 11027, 9297, 9365, 9167, 8874, 12170, 8730, 10288, 8739, 8651, 8750, 9004, 10739, 8317, 11122, 8587, 8905, 8986, 9081, 8888, 9407, 8894, 9272, 11747, 8396, 9526, 8627, 9013, 8460, 9573, 9274, 8688, 9244, 8481, 8995, 8658, 9037, 8567, 9041, 8455, 10824, 8880, 8842, 8930, 8663, 10375, 8425, 11286, 11528, 9040, 10836, 9125, 8670, 8618, 8731, 8802, 8852, 9051, 8572, 9010, 8591, 9068, 9134, 8981, 8908, 12262, 9328, 10208, 8131, 8909, 8462, 9131, 8792, 8875, 12309, 8421, 10083, 8720, 8625, 8637, 8537, 8379, 8593, 9388, 8461, 11248, 8632, 9291, 8813, 8653, 9097, 8530, 11893, 8677, 10182, 8759, 8986, 8088, 8979, 9363, 8755, 8726, 8606, 11021, 8893, 9048, 8463, 8636, 8418, 8402, 8969, 8853, 8532, 11070, 8688, 8242, 11580, 8709, 9329, 8611, 9100, 8993, 9165, 10170, 8629, 10873, 8271, 9694, 8328, 9091, 8772, 9122, 8423, 8698, 8518, 9111, 12247, 8271, 10202, 8767, 8895, 8850, 8324, 9004, 8996, 9023, 9393, 8236, 9354, 8574, 9061, 8682, 9391, 8724, 9089, 11914, 9268, 10189, 8779, 9613, 8080, 9004, 7934, 8889, 8873, 8749, 8684, 9466, 8793, 9167, 8850, 8949, 11625, 8392, 9638, 8397, 9595, 8625, 10449, 9035, 9068, 8456, 8953, 8288, 8524, 8756, 9077, 12012, 8220, 10321, 8703, 8323, 8841, 8644, 8295, 9236, 8637, 9685, 8426, 8961, 9055, 8391, 11585, 8478, 10132, 8811, 9403, 8890, 9803, 9209, 9727, 8866, 9827, 8529, 9991, 7757, 9537, 8789, 9994, 8807, 10334, 10320, 8842, 10453, 8604, 9174, 8353, 8920, 9217, 8649, 10325, 8604, 8626, 9029, 8555, 8693, 9049, 9000, 9244, 8932, 10053, 8988, 9362, 8596, 9001, 8526, 9035, 8628, 10649, 8234, 8571, 9016, 8791, 11478, 12695, 9262, 10168, 8621, 8977, 8848, 9174, 8762, 8842, 8442, 9393, 8106, 10741, 8557, 11282, 8455, 11183, 8588, 9954, 9731, 9129, 10828, 8314, 9366, 8289, 8832, 8221, 9006, 8483, 8407, 8411, 8930, 8507, 9192, 8549, 10968, 8757, 9041, 8509, 8862, 10315, 8607, 10851, 8682, 9239, 8365, 8942, 8428, 9943, 8447, 9089, 8904, 9023, 10708, 9135, 8840, 8343, 8632, 8607, 13102, 9510, 11409, 8914, 8667, 9249, 8505, 9349, 7890, 10818, 8484, 10065, 11753, 8712, 9948, 8768, 8827, 8639, 8764, 8739, 8787, 8922, 8598, 8625, 9721, 8513, 9532, 8503, 8942, 11695, 8724, 9755, 8411, 8852, 8369, 8717, 9113, 8447, 11470, 8775, 8908, 8397, 8904, 8916, 9161, 11789, 8961, 8952, 7637, 8783, 8065, 9012, 8687, 8997, 11759, 8556, 9926, 8606, 8910, 8598, 8907, 11601, 8887, 9122, 8886, 8590, 8943, 8791, 9008, 9071, 8367, 8752, 9000, 8637, 8977, 8773, 12397, 9800, 9877, 8060, 8703, 8243, 8924, 8581, 9288, 8630, 9225, 8485, 8819, 8454, 8737, 12273, 8942, 9474, 8593, 9069, 8974, 8791, 8696, 8884, 8642, 8942, 10635, 8486, 11179, 9232, 9399, 8698, 8787, 8527, 8861, 9105, 9282, 9792, 8571, 10359, 8538, 8926, 8598, 9218, 8489, 8607, 8424, 8689, 8778, 8618, 11588, 8500, 10189, 8844, 8738, 8576, 8376, 8189, 9574, 8518, 11708, 8746, 9152, 11227, 8709, 8643, 8219, 9154, 11110, 8533, 9454, 8836, 8886, 8717, 9122, 8582, 9001, 9321, 8724, 11146, 8522, 9060, 8965, 8581, 8427, 9053, 8468, 8915, 9622, 9155, 12265, 8425, 10239, 8688, 9700, 8420, 9206, 8614, 8831, 8430, 8754, 8113, 8738, 8762, 9526, 8228, 9935, 11220, 8730, 10057, 8326, 9504, 8613, 8978, 8416, 9057, 8819, 8293, 9780, 8449, 10459, 8414, 9803, 8728, 9282, 8548, 9855, 8171, 8628, 7986, 10887, 8128, 10832, 9123, 8938, 11268, 8472, 8600, 8739, 8815, 8801, 8932, 9357, 8481, 8971, 8594, 8718, 8454, 11935, 8635, 9567, 8506, 9061, 8895, 8718, 8986, 9286, 9693, 8945, 12198, 9818, 10046, 8316, 9066, 8728, 9136, 8603, 9171], 'WindowCenter': [4450.0, 4414.0, 4412.0, 4387.0, 4387.0, 4384.0, 4385.0, 4414.0, 4386.0, 4395.0, 4385.0, 4383.0, 4394.0, 4385.0, 4395.0, 4409.0, 4406.0, 4386.0, 4404.0, 4385.0, 4394.0, 4395.0, 4396.0, 4406.0, 4396.0, 4396.0, 4396.0, 4407.0, 4399.0, 4410.0, 4419.0, 4409.0, 4418.0, 4398.0, 4406.0, 4386.0, 4395.0, 4387.0, 4394.0, 4385.0, 4384.0, 4385.0, 4384.0, 4384.0, 4405.0, 4374.0, 4382.0, 4385.0, 4381.0, 4383.0, 4381.0, 4384.0, 4393.0, 4383.0, 4392.0, 4382.0, 4383.0, 4392.0, 4382.0, 4403.0, 4382.0, 4403.0, 4382.0, 4404.0, 4372.0, 4390.0, 4372.0, 4381.0, 4371.0, 4382.0, 4382.0, 4373.0, 4382.0, 4383.0, 4385.0, 4395.0, 4396.0, 4396.0, 4409.0, 4427.0, 4406.0, 4395.0, 4384.0, 4385.0, 4395.0, 4387.0, 4416.0, 4386.0, 4404.0, 4382.0, 4374.0, 4371.0, 4372.0, 4382.0, 4383.0, 4385.0, 4394.0, 4385.0, 4384.0, 4385.0, 4414.0, 4386.0, 4394.0, 4382.0, 4372.0, 4380.0, 4372.0, 4391.0, 4372.0, 4392.0, 4383.0, 4372.0, 4383.0, 4392.0, 4374.0, 4404.0, 4383.0, 4383.0, 4371.0, 4371.0, 4370.0, 4361.0, 4369.0, 4373.0, 4381.0, 4372.0, 4381.0, 4373.0, 4383.0, 4385.0, 4394.0, 4385.0, 4415.0, 4385.0, 4394.0, 4382.0, 4374.0, 4374.0, 4373.0, 4383.0, 4373.0, 4404.0, 4375.0, 4392.0, 4385.0, 4384.0, 4386.0, 4384.0, 4386.0, 4416.0, 4396.0, 4386.0, 4383.0, 4373.0, 4382.0, 4383.0, 4383.0, 4394.0, 4395.0, 4417.0, 4396.0, 4406.0, 4374.0, 4386.0, 4383.0, 4384.0, 4383.0, 4375.0, 4382.0, 4374.0, 4372.0, 4383.0, 4383.0, 4386.0, 4385.0, 4394.0, 4384.0, 4385.0, 4401.0, 4374.0, 4402.0, 4382.0, 4372.0, 4381.0, 4381.0, 4384.0, 4382.0, 4394.0, 4393.0, 4385.0, 4394.0, 4387.0, 4395.0, 4395.0, 4387.0, 4395.0, 4397.0, 4416.0, 4395.0, 4383.0, 4371.0, 4373.0, 4372.0, 4361.0, 4371.0, 4372.0, 4370.0, 4373.0, 4401.0, 4372.0, 4382.0, 4372.0, 4372.0, 4383.0, 4384.0, 4386.0, 4384.0, 4387.0, 4416.0, 4385.0, 4393.0, 4394.0, 4394.0, 4385.0, 4396.0, 4395.0, 4385.0, 4385.0, 4385.0, 4383.0, 4375.0, 4414.0, 4395.0, 4394.0, 4372.0, 4382.0, 4373.0, 4371.0, 4383.0, 4383.0, 4396.0, 4385.0, 4385.0, 4386.0, 4383.0, 4385.0, 4404.0, 4386.0, 4415.0, 4385.0, 4394.0, 4384.0, 4393.0, 4384.0, 4393.0, 4384.0, 4404.0, 4384.0, 4382.0, 4371.0, 4371.0, 4372.0, 4382.0, 4372.0, 4393.0, 4384.0, 4393.0, 4374.0, 4384.0, 4384.0, 4374.0, 4406.0, 4416.0, 4393.0, 4383.0, 4361.0, 4371.0, 4370.0, 4373.0, 4371.0, 4372.0, 4392.0, 4373.0, 4371.0, 4373.0, 4383.0, 4374.0, 4398.0, 4409.0, 4406.0, 4386.0, 4406.0, 4385.0, 4375.0, 4393.0, 4373.0, 4392.0, 4373.0, 4373.0, 4374.0, 4385.0, 4382.0, 4362.0, 4380.0, 4382.0, 4382.0, 4384.0, 4383.0, 4373.0, 4383.0, 4362.0, 4373.0, 4384.0, 4384.0, 4396.0, 4406.0, 4396.0, 4396.0, 4385.0, 4387.0, 4404.0, 4385.0, 4394.0, 4384.0, 4373.0, 4372.0, 4384.0, 4393.0, 4372.0, 4391.0, 4372.0, 4372.0, 4371.0, 4370.0, 4373.0, 4381.0, 4371.0, 4382.0, 4390.0, 4360.0, 4369.0, 4360.0, 4369.0, 4372.0, 4382.0, 4382.0, 4373.0, 4372.0, 4373.0, 4370.0, 4373.0, 4371.0, 4384.0, 4384.0, 4385.0, 4404.0, 4385.0, 4374.0, 4384.0, 4374.0, 4393.0, 4375.0, 4407.0, 4403.0, 4384.0, 4394.0, 4382.0, 4371.0, 4370.0, 4371.0, 4370.0, 4381.0, 4371.0, 4372.0, 4372.0, 4372.0, 4371.0, 4385.0, 4383.0, 4385.0, 4404.0, 4384.0, 4383.0, 4361.0, 4371.0, 4361.0, 4382.0, 4372.0, 4383.0, 4402.0, 4373.0, 4393.0, 4373.0, 4372.0, 4372.0, 4373.0, 4375.0, 4385.0, 4386.0, 4386.0, 4406.0, 4385.0, 4395.0, 4385.0, 4386.0, 4397.0, 4397.0, 4415.0, 4385.0, 4394.0, 4384.0, 4384.0, 4373.0, 4384.0, 4382.0, 4372.0, 4371.0, 4374.0, 4393.0, 4383.0, 4383.0, 4371.0, 4372.0, 4372.0, 4373.0, 4384.0, 4384.0, 4397.0, 4418.0, 4388.0, 4388.0, 4404.0, 4374.0, 4384.0, 4384.0, 4384.0, 4384.0, 4396.0, 4394.0, 4374.0, 4393.0, 4362.0, 4381.0, 4362.0, 4372.0, 4374.0, 4382.0, 4361.0, 4370.0, 4370.0, 4374.0, 4400.0, 4361.0, 4382.0, 4370.0, 4370.0, 4371.0, 4371.0, 4383.0, 4383.0, 4386.0, 4397.0, 4374.0, 4384.0, 4374.0, 4373.0, 4371.0, 4383.0, 4371.0, 4384.0, 4403.0, 4373.0, 4380.0, 4371.0, 4370.0, 4361.0, 4370.0, 4361.0, 4371.0, 4359.0, 4359.0, 4358.0, 4380.0, 4370.0, 4382.0, 4382.0, 4385.0, 4403.0, 4373.0, 4383.0, 4374.0, 4385.0, 4384.0, 4403.0, 4384.0, 4383.0, 4372.0, 4372.0, 4372.0, 4383.0, 4386.0, 4399.0, 4415.0, 4386.0, 4395.0, 4374.0, 4375.0, 4384.0, 4386.0, 4387.0, 4396.0, 4387.0, 4396.0, 4376.0, 4385.0, 4383.0, 4385.0, 4404.0, 4385.0, 4405.0, 4385.0, 4384.0, 4383.0, 4394.0, 4384.0, 4394.0, 4384.0, 4396.0, 4385.0, 4396.0, 4364.0, 4395.0, 4385.0, 4396.0, 4386.0, 4407.0, 4395.0, 4373.0, 4383.0, 4371.0, 4371.0, 4361.0, 4372.0, 4370.0, 4371.0, 4380.0, 4371.0, 4370.0, 4371.0, 4371.0, 4373.0, 4374.0, 4382.0, 4382.0, 4374.0, 4393.0, 4373.0, 4384.0, 4372.0, 4384.0, 4372.0, 4373.0, 4372.0, 4392.0, 4374.0, 4374.0, 4384.0, 4385.0, 4417.0, 4404.0, 4372.0, 4381.0, 4371.0, 4372.0, 4369.0, 4369.0, 4360.0, 4369.0, 4360.0, 4372.0, 4361.0, 4392.0, 4372.0, 4392.0, 4372.0, 4392.0, 4372.0, 4384.0, 4370.0, 4372.0, 4378.0, 4359.0, 4358.0, 4359.0, 4359.0, 4361.0, 4371.0, 4373.0, 4372.0, 4374.0, 4383.0, 4385.0, 4384.0, 4388.0, 4407.0, 4386.0, 4383.0, 4373.0, 4385.0, 4382.0, 4373.0, 4392.0, 4373.0, 4382.0, 4374.0, 4383.0, 4374.0, 4396.0, 4385.0, 4385.0, 4386.0, 4385.0, 4394.0, 4384.0, 4383.0, 4374.0, 4373.0, 4374.0, 4404.0, 4384.0, 4391.0, 4373.0, 4372.0, 4382.0, 4374.0, 4384.0, 4361.0, 4392.0, 4361.0, 4384.0, 4391.0, 4360.0, 4369.0, 4360.0, 4357.0, 4358.0, 4359.0, 4370.0, 4372.0, 4384.0, 4372.0, 4384.0, 4396.0, 4388.0, 4398.0, 4374.0, 4385.0, 4404.0, 4373.0, 4384.0, 4373.0, 4383.0, 4371.0, 4384.0, 4373.0, 4384.0, 4404.0, 4384.0, 4386.0, 4374.0, 4385.0, 4383.0, 4385.0, 4404.0, 4373.0, 4372.0, 4351.0, 4372.0, 4362.0, 4383.0, 4372.0, 4386.0, 4415.0, 4386.0, 4395.0, 4385.0, 4386.0, 4374.0, 4384.0, 4403.0, 4383.0, 4384.0, 4384.0, 4373.0, 4383.0, 4374.0, 4384.0, 4385.0, 4385.0, 4385.0, 4383.0, 4384.0, 4384.0, 4386.0, 4416.0, 4395.0, 4395.0, 4363.0, 4373.0, 4361.0, 4374.0, 4372.0, 4383.0, 4375.0, 4383.0, 4372.0, 4372.0, 4362.0, 4384.0, 4403.0, 4372.0, 4382.0, 4362.0, 4372.0, 4371.0, 4372.0, 4373.0, 4384.0, 4383.0, 4387.0, 4404.0, 4386.0, 4394.0, 4373.0, 4372.0, 4374.0, 4374.0, 4371.0, 4375.0, 4371.0, 4372.0, 4371.0, 4373.0, 4381.0, 4372.0, 4373.0, 4362.0, 4382.0, 4372.0, 4372.0, 4373.0, 4384.0, 4384.0, 4386.0, 4405.0, 4386.0, 4398.0, 4387.0, 4374.0, 4385.0, 4375.0, 4388.0, 4395.0, 4387.0, 4419.0, 4374.0, 4385.0, 4393.0, 4372.0, 4373.0, 4362.0, 4373.0, 4392.0, 4373.0, 4383.0, 4370.0, 4360.0, 4361.0, 4371.0, 4371.0, 4372.0, 4370.0, 4372.0, 4391.0, 4372.0, 4371.0, 4382.0, 4372.0, 4371.0, 4382.0, 4373.0, 4386.0, 4382.0, 4383.0, 4403.0, 4373.0, 4382.0, 4372.0, 4371.0, 4362.0, 4372.0, 4372.0, 4372.0, 4361.0, 4372.0, 4362.0, 4373.0, 4373.0, 4396.0, 4374.0, 4397.0, 4404.0, 4374.0, 4384.0, 4374.0, 4385.0, 4385.0, 4385.0, 4375.0, 4385.0, 4374.0, 4375.0, 4384.0, 4375.0, 4394.0, 4376.0, 4396.0, 4387.0, 4385.0, 4386.0, 4395.0, 4376.0, 4375.0, 4376.0, 4406.0, 4377.0, 4410.0, 4384.0, 4374.0, 4393.0, 4362.0, 4361.0, 4362.0, 4372.0, 4371.0, 4374.0, 4382.0, 4373.0, 4371.0, 4374.0, 4373.0, 4386.0, 4415.0, 4386.0, 4396.0, 4373.0, 4385.0, 4383.0, 4385.0, 4383.0, 4385.0, 4384.0, 4385.0, 4414.0, 4385.0, 4383.0, 4374.0, 4373.0, 4373.0, 4383.0, 4372.0, 4382.0], 'WindowWidth': [9797.0, 9732.0, 9721.0, 9679.0, 9677.0, 9667.0, 9670.0, 9709.0, 9672.0, 9682.0, 9668.0, 9663.0, 9680.0, 9672.0, 9685.0, 9712.0, 9704.0, 9672.0, 9693.0, 9669.0, 9680.0, 9685.0, 9687.0, 9700.0, 9690.0, 9689.0, 9688.0, 9706.0, 9697.0, 9714.0, 9725.0, 9713.0, 9721.0, 9694.0, 9701.0, 9675.0, 9683.0, 9675.0, 9681.0, 9670.0, 9667.0, 9670.0, 9665.0, 9666.0, 9697.0, 9653.0, 9662.0, 9669.0, 9659.0, 9662.0, 9657.0, 9669.0, 9678.0, 9666.0, 9673.0, 9662.0, 9661.0, 9676.0, 9662.0, 9691.0, 9661.0, 9692.0, 9662.0, 9692.0, 9647.0, 9669.0, 9649.0, 9658.0, 9643.0, 9662.0, 9659.0, 9651.0, 9660.0, 9662.0, 9669.0, 9684.0, 9688.0, 9688.0, 9713.0, 9734.0, 9701.0, 9686.0, 9667.0, 9670.0, 9682.0, 9676.0, 9716.0, 9674.0, 9695.0, 9660.0, 9650.0, 9643.0, 9647.0, 9660.0, 9665.0, 9669.0, 9680.0, 9670.0, 9666.0, 9670.0, 9710.0, 9675.0, 9681.0, 9658.0, 9645.0, 9655.0, 9645.0, 9671.0, 9649.0, 9675.0, 9664.0, 9648.0, 9664.0, 9676.0, 9654.0, 9693.0, 9662.0, 9663.0, 9641.0, 9642.0, 9639.0, 9630.0, 9638.0, 9648.0, 9657.0, 9648.0, 9658.0, 9649.0, 9662.0, 9670.0, 9681.0, 9670.0, 9713.0, 9671.0, 9681.0, 9660.0, 9653.0, 9650.0, 9651.0, 9662.0, 9650.0, 9694.0, 9654.0, 9675.0, 9668.0, 9666.0, 9672.0, 9667.0, 9674.0, 9717.0, 9687.0, 9672.0, 9662.0, 9649.0, 9659.0, 9665.0, 9664.0, 9682.0, 9684.0, 9718.0, 9686.0, 9700.0, 9654.0, 9672.0, 9664.0, 9668.0, 9663.0, 9654.0, 9661.0, 9651.0, 9646.0, 9664.0, 9663.0, 9673.0, 9669.0, 9682.0, 9668.0, 9670.0, 9686.0, 9651.0, 9689.0, 9662.0, 9646.0, 9657.0, 9657.0, 9664.0, 9661.0, 9680.0, 9678.0, 9670.0, 9680.0, 9673.0, 9684.0, 9683.0, 9677.0, 9683.0, 9691.0, 9714.0, 9679.0, 9662.0, 9642.0, 9648.0, 9644.0, 9628.0, 9641.0, 9645.0, 9640.0, 9647.0, 9686.0, 9645.0, 9658.0, 9645.0, 9644.0, 9662.0, 9664.0, 9673.0, 9667.0, 9675.0, 9712.0, 9669.0, 9676.0, 9680.0, 9681.0, 9668.0, 9688.0, 9685.0, 9668.0, 9666.0, 9668.0, 9664.0, 9656.0, 9707.0, 9681.0, 9679.0, 9646.0, 9657.0, 9647.0, 9645.0, 9663.0, 9665.0, 9686.0, 9672.0, 9667.0, 9670.0, 9665.0, 9670.0, 9694.0, 9673.0, 9712.0, 9672.0, 9679.0, 9667.0, 9675.0, 9667.0, 9677.0, 9666.0, 9693.0, 9665.0, 9659.0, 9643.0, 9643.0, 9645.0, 9660.0, 9647.0, 9677.0, 9665.0, 9675.0, 9652.0, 9665.0, 9668.0, 9653.0, 9699.0, 9711.0, 9674.0, 9659.0, 9626.0, 9642.0, 9637.0, 9647.0, 9642.0, 9644.0, 9673.0, 9647.0, 9642.0, 9647.0, 9662.0, 9654.0, 9692.0, 9711.0, 9699.0, 9671.0, 9700.0, 9667.0, 9655.0, 9675.0, 9649.0, 9672.0, 9647.0, 9648.0, 9653.0, 9668.0, 9659.0, 9630.0, 9653.0, 9658.0, 9660.0, 9664.0, 9665.0, 9649.0, 9661.0, 9632.0, 9649.0, 9665.0, 9665.0, 9688.0, 9702.0, 9688.0, 9687.0, 9668.0, 9674.0, 9694.0, 9670.0, 9680.0, 9665.0, 9650.0, 9645.0, 9666.0, 9676.0, 9647.0, 9671.0, 9644.0, 9642.0, 9642.0, 9639.0, 9645.0, 9657.0, 9641.0, 9657.0, 9666.0, 9626.0, 9635.0, 9626.0, 9636.0, 9645.0, 9659.0, 9657.0, 9649.0, 9644.0, 9645.0, 9638.0, 9646.0, 9644.0, 9666.0, 9667.0, 9671.0, 9693.0, 9669.0, 9652.0, 9665.0, 9652.0, 9676.0, 9654.0, 9704.0, 9691.0, 9665.0, 9679.0, 9660.0, 9642.0, 9639.0, 9642.0, 9637.0, 9657.0, 9643.0, 9645.0, 9644.0, 9645.0, 9643.0, 9668.0, 9661.0, 9668.0, 9693.0, 9664.0, 9662.0, 9627.0, 9641.0, 9626.0, 9658.0, 9643.0, 9662.0, 9686.0, 9648.0, 9675.0, 9649.0, 9645.0, 9645.0, 9650.0, 9655.0, 9670.0, 9671.0, 9674.0, 9698.0, 9669.0, 9682.0, 9669.0, 9675.0, 9690.0, 9689.0, 9711.0, 9670.0, 9681.0, 9665.0, 9667.0, 9648.0, 9665.0, 9658.0, 9645.0, 9642.0, 9652.0, 9676.0, 9661.0, 9662.0, 9643.0, 9645.0, 9644.0, 9649.0, 9666.0, 9669.0, 9690.0, 9722.0, 9676.0, 9678.0, 9692.0, 9650.0, 9664.0, 9666.0, 9667.0, 9666.0, 9686.0, 9678.0, 9651.0, 9676.0, 9632.0, 9655.0, 9632.0, 9646.0, 9650.0, 9660.0, 9628.0, 9640.0, 9638.0, 9650.0, 9681.0, 9629.0, 9658.0, 9640.0, 9640.0, 9642.0, 9643.0, 9665.0, 9666.0, 9671.0, 9688.0, 9653.0, 9665.0, 9649.0, 9648.0, 9643.0, 9661.0, 9643.0, 9665.0, 9689.0, 9646.0, 9652.0, 9641.0, 9639.0, 9627.0, 9641.0, 9628.0, 9641.0, 9621.0, 9621.0, 9619.0, 9653.0, 9638.0, 9660.0, 9660.0, 9667.0, 9690.0, 9649.0, 9660.0, 9651.0, 9665.0, 9665.0, 9693.0, 9664.0, 9663.0, 9644.0, 9645.0, 9645.0, 9663.0, 9671.0, 9698.0, 9712.0, 9673.0, 9683.0, 9650.0, 9653.0, 9668.0, 9671.0, 9675.0, 9686.0, 9676.0, 9688.0, 9656.0, 9667.0, 9663.0, 9668.0, 9693.0, 9671.0, 9699.0, 9667.0, 9664.0, 9662.0, 9677.0, 9665.0, 9681.0, 9667.0, 9685.0, 9668.0, 9684.0, 9639.0, 9680.0, 9669.0, 9685.0, 9672.0, 9705.0, 9682.0, 9648.0, 9661.0, 9642.0, 9642.0, 9627.0, 9644.0, 9638.0, 9642.0, 9654.0, 9641.0, 9639.0, 9643.0, 9643.0, 9647.0, 9651.0, 9661.0, 9658.0, 9650.0, 9676.0, 9647.0, 9664.0, 9645.0, 9664.0, 9645.0, 9649.0, 9646.0, 9674.0, 9650.0, 9650.0, 9666.0, 9669.0, 9715.0, 9692.0, 9646.0, 9656.0, 9641.0, 9645.0, 9635.0, 9636.0, 9623.0, 9637.0, 9624.0, 9644.0, 9628.0, 9675.0, 9646.0, 9672.0, 9646.0, 9674.0, 9643.0, 9662.0, 9639.0, 9643.0, 9646.0, 9619.0, 9617.0, 9622.0, 9622.0, 9628.0, 9643.0, 9649.0, 9646.0, 9651.0, 9662.0, 9670.0, 9667.0, 9677.0, 9705.0, 9671.0, 9664.0, 9647.0, 9667.0, 9658.0, 9648.0, 9673.0, 9649.0, 9661.0, 9652.0, 9663.0, 9654.0, 9683.0, 9670.0, 9667.0, 9670.0, 9665.0, 9677.0, 9666.0, 9662.0, 9653.0, 9648.0, 9653.0, 9690.0, 9663.0, 9670.0, 9645.0, 9643.0, 9660.0, 9652.0, 9664.0, 9628.0, 9671.0, 9628.0, 9664.0, 9667.0, 9625.0, 9635.0, 9622.0, 9615.0, 9618.0, 9621.0, 9639.0, 9645.0, 9663.0, 9647.0, 9666.0, 9685.0, 9678.0, 9691.0, 9652.0, 9670.0, 9692.0, 9650.0, 9664.0, 9647.0, 9662.0, 9643.0, 9665.0, 9650.0, 9667.0, 9694.0, 9666.0, 9669.0, 9652.0, 9668.0, 9662.0, 9667.0, 9692.0, 9647.0, 9645.0, 9613.0, 9642.0, 9631.0, 9661.0, 9645.0, 9671.0, 9710.0, 9672.0, 9683.0, 9671.0, 9674.0, 9650.0, 9665.0, 9690.0, 9662.0, 9664.0, 9663.0, 9647.0, 9661.0, 9651.0, 9666.0, 9671.0, 9670.0, 9670.0, 9662.0, 9667.0, 9666.0, 9672.0, 9713.0, 9681.0, 9681.0, 9634.0, 9647.0, 9628.0, 9649.0, 9645.0, 9662.0, 9651.0, 9660.0, 9642.0, 9645.0, 9631.0, 9667.0, 9692.0, 9646.0, 9658.0, 9630.0, 9644.0, 9641.0, 9644.0, 9648.0, 9666.0, 9664.0, 9675.0, 9695.0, 9671.0, 9678.0, 9648.0, 9643.0, 9648.0, 9650.0, 9642.0, 9654.0, 9642.0, 9643.0, 9641.0, 9645.0, 9654.0, 9643.0, 9649.0, 9629.0, 9658.0, 9643.0, 9644.0, 9649.0, 9664.0, 9664.0, 9674.0, 9697.0, 9672.0, 9689.0, 9672.0, 9653.0, 9669.0, 9656.0, 9677.0, 9684.0, 9676.0, 9725.0, 9653.0, 9668.0, 9675.0, 9643.0, 9645.0, 9629.0, 9648.0, 9671.0, 9649.0, 9659.0, 9638.0, 9624.0, 9626.0, 9641.0, 9642.0, 9646.0, 9641.0, 9645.0, 9669.0, 9643.0, 9642.0, 9660.0, 9646.0, 9643.0, 9660.0, 9647.0, 9669.0, 9659.0, 9662.0, 9688.0, 9647.0, 9657.0, 9644.0, 9641.0, 9631.0, 9645.0, 9644.0, 9646.0, 9628.0, 9644.0, 9631.0, 9648.0, 9650.0, 9684.0, 9653.0, 9689.0, 9691.0, 9652.0, 9663.0, 9650.0, 9668.0, 9668.0, 9669.0, 9655.0, 9668.0, 9651.0, 9654.0, 9664.0, 9655.0, 9678.0, 9657.0, 9683.0, 9675.0, 9668.0, 9670.0, 9679.0, 9657.0, 9655.0, 9661.0, 9698.0, 9663.0, 9711.0, 9666.0, 9652.0, 9673.0, 9630.0, 9627.0, 9629.0, 9646.0, 9641.0, 9650.0, 9660.0, 9648.0, 9644.0, 9652.0, 9651.0, 9673.0, 9710.0, 9671.0, 9685.0, 9650.0, 9667.0, 9661.0, 9668.0, 9663.0, 9669.0, 9666.0, 9670.0, 9708.0, 9666.0, 9661.0, 9651.0, 9648.0, 9646.0, 9662.0, 9644.0, 9659.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.0005277011494252874</td></tr>
<tr><td colspan=3>aqi</td><td>0.015998078275862068</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.04930759162254</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2298683388262373</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0120374096777907</td></tr>
<tr><td colspan=3>efc</td><td>0.4428</td></tr>
<tr><td colspan=3>fber</td><td>9074.168</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07370335480627556</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4208405764927616</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.340760762373733</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6986721174768245</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.223088849627727</td></tr>
<tr><td colspan=3>gcor</td><td>0.00864973</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0122976740822196</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01594785414636135</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.777768609175678</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>27.165</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7229</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.136</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309755.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>874.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>381.2712</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1776</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.2655</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3649.4737</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3896.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4794.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1031.2889</td></tr>
<tr><td colspan=3>tsnr</td><td>46.218194112880155</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>