ds005256-mriqc/sub-0115_ses-03_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 5ef71fd748 [DATALAD RUNCMD] Compute MRIQC for sub-0115
=== 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-0115 --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-0115",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:06:27 +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-0115_ses-03_task-social_acq-mb8_run-01_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-0115_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-01_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-0115/ses-03/func/sub-0115_ses-03_task-social_acq-mb8_run-01_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>f2835924833f55b5b9e73be57230abbe</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:06:8.767500</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.997473, -0.0194454, -0.0683349, 0.00940126, 0.989484, -0.144339]</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-01_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.0808722</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7694, -7314, 192, -144, -79, -115, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>029d9e1b-49f9-4f82-8ef7-0301c744c15f||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.676146984100342, 0.025222893804311752, -0.1901421695947647, 111.4565200805664], [0.05217048525810242, 2.654712438583374, -0.3869946300983429, -97.7342758178711], [-0.18333765864372253, 0.38724976778030396, 2.6653480529785156, -99.50725555419922], [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': ['200608.767500', '200609.227500', '200609.687500', '200610.147500', '200610.607500', '200611.067500', '200611.527500', '200611.987500', '200612.447500', '200612.907500', '200613.367500', '200613.827500', '200614.287500', '200614.747500', '200615.207500', '200615.667500', '200616.127500', '200616.587500', '200617.047500', '200617.507500', '200617.967500', '200618.427500', '200618.887500', '200619.347500', '200619.807500', '200620.267500', '200620.727500', '200621.187500', '200621.647500', '200622.107500', '200622.567500', '200623.027500', '200623.487500', '200623.947500', '200624.407500', '200624.867500', '200625.327500', '200625.787500', '200626.247500', '200626.707500', '200627.167500', '200627.627500', '200628.087500', '200628.547500', '200629.007500', '200629.467500', '200629.927500', '200630.387500', '200630.847500', '200631.307500', '200631.767500', '200632.227500', '200632.687500', '200633.147500', '200633.607500', '200634.067500', '200634.527500', '200634.987500', '200635.447500', '200635.907500', '200636.367500', '200636.827500', '200637.287500', '200637.747500', '200638.207500', '200638.667500', '200639.127500', '200639.587500', '200640.047500', '200640.507500', '200640.967500', '200641.427500', '200641.887500', '200642.347500', '200642.807500', '200643.267500', '200643.727500', '200644.187500', '200644.647500', '200645.107500', '200645.567500', '200646.027500', '200646.487500', '200646.947500', '200647.407500', '200647.867500', '200648.327500', '200648.787500', '200649.247500', '200649.707500', '200650.167500', '200650.627500', '200651.087500', '200651.547500', '200652.007500', '200652.467500', '200652.927500', '200653.387500', '200653.847500', '200654.307500', '200654.767500', '200655.227500', '200655.687500', '200656.147500', '200656.607500', '200657.067500', '200657.527500', '200657.987500', '200658.447500', '200658.907500', '200659.367500', '200659.827500', '200700.287500', '200700.747500', '200701.207500', '200701.667500', '200702.127500', '200702.587500', '200703.047500', '200703.507500', '200703.967500', '200704.427500', '200704.887500', '200705.347500', '200705.807500', '200706.267500', '200706.727500', '200707.187500', '200707.647500', '200708.107500', '200708.567500', '200709.027500', '200709.487500', '200709.947500', '200710.407500', '200710.867500', '200711.327500', '200711.787500', '200712.247500', '200712.707500', '200713.167500', '200713.627500', '200714.087500', '200714.547500', '200715.007500', '200715.467500', '200715.927500', '200716.387500', '200716.847500', '200717.307500', '200717.767500', '200718.227500', '200718.687500', '200719.147500', '200719.607500', '200720.067500', '200720.527500', '200720.987500', '200721.447500', '200721.907500', '200722.367500', '200722.827500', '200723.287500', '200723.747500', '200724.207500', '200724.667500', '200725.127500', '200725.587500', '200726.047500', '200726.507500', '200726.967500', '200727.427500', '200727.887500', '200728.347500', '200728.807500', '200729.267500', '200729.727500', '200730.187500', '200730.647500', '200731.107500', '200731.567500', '200732.027500', '200732.487500', '200732.947500', '200733.407500', '200733.867500', '200734.327500', '200734.787500', '200735.247500', '200735.707500', '200736.167500', '200736.627500', '200737.087500', '200737.547500', '200738.007500', '200738.467500', '200738.927500', '200739.387500', '200739.847500', '200740.307500', '200740.767500', '200741.227500', '200741.687500', '200742.147500', '200742.607500', '200743.067500', '200743.527500', '200743.987500', '200744.447500', '200744.907500', '200745.367500', '200745.827500', '200746.287500', '200746.747500', '200747.207500', '200747.667500', '200748.127500', '200748.587500', '200749.047500', '200749.507500', '200749.967500', '200750.427500', '200750.887500', '200751.347500', '200751.807500', '200752.267500', '200752.727500', '200753.187500', '200753.647500', '200754.107500', '200754.567500', '200755.027500', '200755.487500', '200755.947500', '200756.407500', '200756.867500', '200757.327500', '200757.787500', '200758.247500', '200758.707500', '200759.167500', '200759.627500', '200800.087500', '200800.547500', '200801.007500', '200801.467500', '200801.927500', '200802.387500', '200802.847500', '200803.307500', '200803.767500', '200804.227500', '200804.687500', '200805.147500', '200805.607500', '200806.067500', '200806.527500', '200806.987500', '200807.447500', '200807.907500', '200808.367500', '200808.827500', '200809.287500', '200809.747500', '200810.207500', '200810.667500', '200811.127500', '200811.587500', '200812.047500', '200812.507500', '200812.967500', '200813.427500', '200813.887500', '200814.347500', '200814.807500', '200815.267500', '200815.727500', '200816.187500', '200816.647500', '200817.107500', '200817.567500', '200818.027500', '200818.487500', '200818.947500', '200819.407500', '200819.867500', '200820.327500', '200820.787500', '200821.247500', '200821.707500', '200822.167500', '200822.627500', '200823.087500', '200823.547500', '200824.007500', '200824.467500', '200824.927500', '200825.387500', '200825.847500', '200826.307500', '200826.767500', '200827.227500', '200827.687500', '200828.147500', '200828.607500', '200829.067500', '200829.527500', '200829.987500', '200830.447500', '200830.907500', '200831.367500', '200831.827500', '200832.287500', '200832.747500', '200833.207500', '200833.667500', '200834.127500', '200834.587500', '200835.047500', '200835.507500', '200835.967500', '200836.427500', '200836.887500', '200837.347500', '200837.807500', '200838.267500', '200838.727500', '200839.187500', '200839.647500', '200840.107500', '200840.567500', '200841.027500', '200841.487500', '200841.947500', '200842.407500', '200842.867500', '200843.327500', '200843.787500', '200844.247500', '200844.707500', '200845.167500', '200845.627500', '200846.087500', '200846.547500', '200847.007500', '200847.467500', '200847.927500', '200848.387500', '200848.847500', '200849.307500', '200849.767500', '200850.227500', '200850.687500', '200851.147500', '200851.607500', '200852.067500', '200852.527500', '200852.987500', '200853.447500', '200853.907500', '200854.367500', '200854.827500', '200855.287500', '200855.747500', '200856.207500', '200856.667500', '200857.127500', '200857.587500', '200858.047500', '200858.507500', '200858.967500', '200859.427500', '200859.887500', '200900.347500', '200900.807500', '200901.267500', '200901.727500', '200902.187500', '200902.647500', '200903.107500', '200903.567500', '200904.027500', '200904.487500', '200904.947500', '200905.407500', '200905.867500', '200906.327500', '200906.787500', '200907.247500', '200907.707500', '200908.167500', '200908.627500', '200909.087500', '200909.547500', '200910.007500', '200910.467500', '200910.927500', '200911.387500', '200911.847500', '200912.307500', '200912.767500', '200913.227500', '200913.687500', '200914.147500', '200914.607500', '200915.067500', '200915.527500', '200915.987500', '200916.447500', '200916.907500', '200917.367500', '200917.827500', '200918.287500', '200918.747500', '200919.207500', '200919.667500', '200920.127500', '200920.587500', '200921.047500', '200921.507500', '200921.967500', '200922.427500', '200922.887500', '200923.347500', '200923.807500', '200924.267500', '200924.727500', '200925.187500', '200925.647500', '200926.107500', '200926.567500', '200927.027500', '200927.487500', '200927.947500', '200928.407500', '200928.867500', '200929.327500', '200929.787500', '200930.247500', '200930.707500', '200931.167500', '200931.627500', '200932.087500', '200932.547500', '200933.007500', '200933.467500', '200933.927500', '200934.387500', '200934.847500', '200935.307500', '200935.767500', '200936.227500', '200936.687500', '200937.147500', '200937.607500', '200938.067500', '200938.527500', '200938.987500', '200939.447500', '200939.907500', '200940.367500', '200940.827500', '200941.287500', '200941.747500', '200942.207500', '200942.667500', '200943.127500', '200943.587500', '200944.047500', '200944.507500', '200944.967500', '200945.427500', '200945.887500', '200946.347500', '200946.807500', '200947.267500', '200947.727500', '200948.187500', '200948.647500', '200949.107500', '200949.567500', '200950.027500', '200950.487500', '200950.947500', '200951.407500', '200951.867500', '200952.327500', '200952.787500', '200953.247500', '200953.707500', '200954.167500', '200954.627500', '200955.087500', '200955.547500', '200956.007500', '200956.467500', '200956.927500', '200957.387500', '200957.847500', '200958.307500', '200958.767500', '200959.227500', '200959.687500', '201000.147500', '201000.607500', '201001.067500', '201001.527500', '201001.987500', '201002.447500', '201002.907500', '201003.367500', '201003.827500', '201004.287500', '201004.747500', '201005.207500', '201005.667500', '201006.127500', '201006.587500', '201007.047500', '201007.507500', '201007.967500', '201008.427500', '201008.887500', '201009.347500', '201009.807500', '201010.267500', '201010.727500', '201011.187500', '201011.647500', '201012.107500', '201012.567500', '201013.027500', '201013.487500', '201013.947500', '201014.407500', '201014.867500', '201015.327500', '201015.787500', '201016.247500', '201016.707500', '201017.167500', '201017.627500', '201018.087500', '201018.547500', '201019.007500', '201019.467500', '201019.927500', '201020.387500', '201020.847500', '201021.307500', '201021.767500', '201022.227500', '201022.687500', '201023.147500', '201023.607500', '201024.067500', '201024.527500', '201024.987500', '201025.447500', '201025.907500', '201026.367500', '201026.827500', '201027.287500', '201027.747500', '201028.207500', '201028.667500', '201029.127500', '201029.587500', '201030.047500', '201030.507500', '201030.967500', '201031.427500', '201031.887500', '201032.347500', '201032.807500', '201033.267500', '201033.727500', '201034.187500', '201034.647500', '201035.107500', '201035.567500', '201036.027500', '201036.487500', '201036.947500', '201037.407500', '201037.867500', '201038.327500', '201038.787500', '201039.247500', '201039.707500', '201040.167500', '201040.627500', '201041.087500', '201041.547500', '201042.007500', '201042.467500', '201042.927500', '201043.387500', '201043.847500', '201044.307500', '201044.767500', '201045.227500', '201045.687500', '201046.147500', '201046.607500', '201047.067500', '201047.527500', '201047.987500', '201048.447500', '201048.907500', '201049.367500', '201049.827500', '201050.287500', '201050.747500', '201051.207500', '201051.667500', '201052.127500', '201052.587500', '201053.047500', '201053.507500', '201053.967500', '201054.427500', '201054.887500', '201055.347500', '201055.807500', '201056.267500', '201056.727500', '201057.187500', '201057.647500', '201058.107500', '201058.567500', '201059.027500', '201059.487500', '201059.947500', '201100.407500', '201100.867500', '201101.327500', '201101.787500', '201102.247500', '201102.707500', '201103.167500', '201103.627500', '201104.087500', '201104.547500', '201105.007500', '201105.467500', '201105.927500', '201106.387500', '201106.847500', '201107.307500', '201107.767500', '201108.227500', '201108.687500', '201109.147500', '201109.607500', '201110.067500', '201110.527500', '201110.987500', '201111.447500', '201111.907500', '201112.367500', '201112.827500', '201113.287500', '201113.747500', '201114.207500', '201114.667500', '201115.127500', '201115.587500', '201116.047500', '201116.507500', '201116.967500', '201117.427500', '201117.887500', '201118.347500', '201118.807500', '201119.267500', '201119.727500', '201120.187500', '201120.647500', '201121.107500', '201121.567500', '201122.027500', '201122.487500', '201122.947500', '201123.407500', '201123.867500', '201124.327500', '201124.787500', '201125.247500', '201125.707500', '201126.167500', '201126.627500', '201127.087500', '201127.547500', '201128.007500', '201128.467500', '201128.927500', '201129.387500', '201129.847500', '201130.307500', '201130.767500', '201131.227500', '201131.687500', '201132.147500', '201132.607500', '201133.067500', '201133.527500', '201133.987500', '201134.447500', '201134.907500', '201135.367500', '201135.827500', '201136.287500', '201136.747500', '201137.207500', '201137.667500', '201138.127500', '201138.587500', '201139.047500', '201139.507500', '201139.967500', '201140.427500', '201140.887500', '201141.347500', '201141.807500', '201142.267500', '201142.727500', '201143.187500', '201143.647500', '201144.107500', '201144.567500', '201145.027500', '201145.487500', '201145.947500', '201146.407500', '201146.867500', '201147.327500', '201147.787500', '201148.247500', '201148.707500', '201149.167500', '201149.627500', '201150.087500', '201150.547500', '201151.007500', '201151.467500', '201151.927500', '201152.387500', '201152.847500', '201153.307500', '201153.767500', '201154.227500', '201154.687500', '201155.147500', '201155.607500', '201156.067500', '201156.527500', '201156.987500', '201157.447500', '201157.907500', '201158.367500', '201158.827500', '201159.287500', '201159.747500', '201200.207500', '201200.667500', '201201.127500', '201201.587500', '201202.047500', '201202.507500', '201202.967500', '201203.427500', '201203.887500', '201204.347500', '201204.807500', '201205.267500', '201205.727500', '201206.187500', '201206.647500', '201207.107500', '201207.567500', '201208.027500', '201208.487500', '201208.947500', '201209.407500', '201209.867500', '201210.327500', '201210.787500', '201211.247500', '201211.707500', '201212.167500', '201212.627500', '201213.087500', '201213.547500', '201214.007500', '201214.467500', '201214.927500', '201215.387500', '201215.847500', '201216.307500', '201216.767500', '201217.227500', '201217.687500', '201218.147500', '201218.607500', '201219.067500', '201219.527500', '201219.987500', '201220.447500', '201220.907500', '201221.367500', '201221.827500', '201222.287500', '201222.747500', '201223.207500', '201223.667500', '201224.127500', '201224.587500', '201225.047500', '201225.507500', '201225.967500', '201226.427500', '201226.887500', '201227.347500', '201227.807500', '201228.267500', '201228.727500', '201229.187500', '201229.647500', '201230.107500', '201230.567500', '201231.027500', '201231.487500', '201231.947500', '201232.407500', '201232.867500', '201233.327500', '201233.787500', '201234.247500', '201234.707500', '201235.167500', '201235.627500', '201236.087500', '201236.547500', '201237.007500', '201237.467500', '201237.927500', '201238.387500', '201238.847500', '201239.307500', '201239.767500', '201240.227500', '201240.687500', '201241.147500', '201241.607500', '201242.067500', '201242.527500', '201242.987500', '201243.447500', '201243.907500', '201244.367500', '201244.827500', '201245.287500', '201245.747500', '201246.207500', '201246.667500', '201247.127500', '201247.587500', '201248.047500', '201248.507500', '201248.967500', '201249.427500'], 'ContentTime': ['200619.658000', '200619.661000', '200619.664000', '200619.666000', '200619.669000', '200619.671000', '200619.674000', '200619.677000', '200619.679000', '200619.682000', '200619.684000', '200619.687000', '200619.689000', '200619.692000', '200619.695000', '200619.697000', '200619.700000', '200619.710000', '200619.713000', '200619.716000', '200639.623000', '200639.626000', '200639.629000', '200639.631000', '200639.634000', '200639.636000', '200639.639000', '200639.654000', '200639.656000', '200639.659000', '200639.661000', '200639.664000', '200639.666000', '200639.669000', '200639.671000', '200639.674000', '200639.676000', '200639.679000', '200639.682000', '200639.684000', '200639.694000', '200639.696000', '200639.699000', '200639.702000', '200639.704000', '200639.707000', '200639.709000', '200639.712000', '200639.714000', '200639.717000', '200639.719000', '200639.722000', '200639.724000', '200639.727000', '200639.730000', '200639.732000', '200639.735000', '200639.737000', '200639.740000', '200639.743000', '200639.745000', '200639.748000', '200639.750000', '200639.753000', '200659.623000', '200659.626000', '200659.629000', '200659.631000', '200659.634000', '200659.637000', '200659.639000', '200659.642000', '200659.644000', '200659.647000', '200659.649000', '200659.652000', '200659.654000', '200659.657000', '200659.659000', '200659.662000', '200659.665000', '200659.667000', '200659.670000', '200659.672000', '200659.675000', '200659.677000', '200659.680000', '200659.682000', '200659.685000', '200659.687000', '200659.690000', '200659.693000', '200659.695000', '200659.698000', '200659.700000', '200659.703000', '200659.705000', '200659.708000', '200659.710000', '200659.713000', '200659.750000', '200659.753000', '200659.755000', '200659.758000', '200659.760000', '200659.763000', '200659.765000', '200719.624000', '200719.627000', '200719.630000', '200719.632000', '200719.635000', '200719.644000', '200719.646000', '200719.649000', '200719.651000', '200719.654000', '200719.657000', '200719.659000', '200719.662000', '200719.664000', '200719.667000', '200719.669000', '200719.672000', '200719.674000', '200719.677000', '200719.680000', '200719.682000', '200719.685000', '200719.687000', '200719.690000', '200719.693000', '200719.695000', '200719.698000', '200719.700000', '200719.703000', '200719.705000', '200719.708000', '200719.711000', '200719.713000', '200719.716000', '200719.718000', '200719.721000', '200719.723000', '200719.726000', '200719.728000', '200719.731000', '200719.734000', '200719.736000', '200719.739000', '200719.741000', '200739.624000', '200739.627000', '200739.630000', '200739.632000', '200739.635000', '200739.638000', '200739.640000', '200739.643000', '200739.645000', '200739.648000', '200739.650000', '200739.653000', '200739.655000', '200739.658000', '200739.660000', '200739.663000', '200739.665000', '200739.668000', '200739.671000', '200739.673000', '200739.676000', '200739.678000', '200739.681000', '200739.683000', '200739.686000', '200739.689000', '200739.691000', '200739.694000', '200739.696000', '200739.699000', '200739.701000', '200739.704000', '200739.707000', '200739.709000', '200739.712000', '200739.714000', '200739.717000', '200739.719000', '200739.722000', '200739.725000', '200739.727000', '200739.730000', '200739.732000', '200759.624000', '200759.626000', '200759.629000', '200759.631000', '200759.634000', '200759.637000', '200759.639000', '200759.642000', '200759.644000', '200759.647000', '200759.650000', '200759.653000', '200759.656000', '200759.659000', '200759.661000', '200759.664000', '200759.667000', '200759.669000', '200759.672000', '200759.674000', '200759.677000', '200759.680000', '200759.682000', '200759.685000', '200759.687000', '200759.690000', '200759.692000', '200759.695000', '200759.698000', '200759.700000', '200759.703000', '200759.705000', '200759.708000', '200759.711000', '200759.713000', '200759.716000', '200759.719000', '200759.721000', '200759.724000', '200759.727000', '200759.729000', '200759.732000', '200759.734000', '200759.737000', '200819.644000', '200819.646000', '200819.649000', '200819.652000', '200819.654000', '200819.657000', '200819.659000', '200819.662000', '200819.665000', '200819.667000', '200819.670000', '200819.672000', '200819.675000', '200819.677000', '200819.680000', '200819.683000', '200819.685000', '200819.688000', '200819.690000', '200819.693000', '200819.695000', '200819.698000', '200819.701000', '200819.703000', '200819.706000', '200819.708000', '200819.711000', '200819.714000', '200819.716000', '200819.719000', '200819.722000', '200819.724000', '200819.727000', '200819.729000', '200819.732000', '200819.734000', '200819.737000', '200819.740000', '200819.742000', '200819.745000', '200819.747000', '200819.750000', '200819.753000', '200839.623000', '200839.626000', '200839.629000', '200839.631000', '200839.634000', '200839.637000', '200839.639000', '200839.642000', '200839.644000', '200839.647000', '200839.649000', '200839.652000', '200839.654000', '200839.657000', '200839.659000', '200839.662000', '200839.665000', '200839.667000', '200839.670000', '200839.672000', '200839.675000', '200839.677000', '200839.680000', '200839.682000', '200839.685000', '200839.688000', '200839.690000', '200839.693000', '200839.695000', '200839.698000', '200839.700000', '200839.703000', '200839.706000', '200839.708000', '200839.711000', '200839.713000', '200839.716000', '200839.718000', '200839.721000', '200839.724000', '200839.726000', '200839.729000', '200839.731000', '200859.623000', '200859.626000', '200859.629000', '200859.631000', '200859.634000', '200859.637000', '200859.639000', '200859.642000', '200859.644000', '200859.647000', '200859.649000', '200859.652000', '200859.654000', '200859.657000', '200859.660000', '200859.662000', '200859.665000', '200859.667000', '200859.670000', '200859.672000', '200859.675000', '200859.677000', '200859.680000', '200859.682000', '200859.685000', '200859.688000', '200859.690000', '200859.693000', '200859.695000', '200859.698000', '200859.701000', '200859.703000', '200859.706000', '200859.709000', '200859.711000', '200859.714000', '200859.716000', '200859.719000', '200859.721000', '200859.724000', '200859.727000', '200859.729000', '200859.732000', '200859.734000', '200919.624000', '200919.626000', '200919.629000', '200919.632000', '200919.634000', '200919.637000', '200919.639000', '200919.643000', '200919.646000', '200919.649000', '200919.651000', '200919.654000', '200919.656000', '200919.659000', '200919.661000', '200919.664000', '200919.667000', '200919.669000', '200919.672000', '200919.674000', '200919.677000', '200919.679000', '200919.682000', '200919.685000', '200919.687000', '200919.690000', '200919.693000', '200919.696000', '200919.698000', '200919.701000', '200919.704000', '200919.706000', '200919.709000', '200919.711000', '200919.714000', '200919.717000', '200919.719000', '200919.722000', '200919.724000', '200919.727000', '200919.730000', '200919.732000', '200919.735000', '200939.624000', '200939.627000', '200939.630000', '200939.632000', '200939.635000', '200939.638000', '200939.640000', '200939.643000', '200939.645000', '200939.648000', '200939.650000', '200939.653000', '200939.655000', '200939.658000', '200939.660000', '200939.663000', '200939.666000', '200939.668000', '200939.671000', '200939.673000', '200939.676000', '200939.679000', '200939.681000', '200939.684000', '200939.686000', '200939.689000', '200939.691000', '200939.694000', '200939.726000', '200939.729000', '200939.739000', '200939.741000', '200939.744000', '200939.746000', '200939.749000', '200939.752000', '200939.754000', '200939.757000', '200939.759000', '200939.762000', '200939.764000', '200939.767000', '200939.770000', '200939.772000', '200959.624000', '200959.627000', '200959.630000', '200959.632000', '200959.635000', '200959.638000', '200959.640000', '200959.643000', '200959.645000', '200959.648000', '200959.651000', '200959.653000', '200959.656000', '200959.659000', '200959.661000', '200959.664000', '200959.667000', '200959.669000', '200959.672000', '200959.675000', '200959.677000', '200959.680000', '200959.682000', '200959.685000', '200959.688000', '200959.690000', '200959.693000', '200959.695000', '200959.698000', '200959.701000', '200959.703000', '200959.706000', '200959.708000', '200959.711000', '200959.713000', '200959.716000', '200959.719000', '200959.721000', '200959.724000', '200959.726000', '200959.729000', '200959.731000', '200959.734000', '201019.624000', '201019.626000', '201019.629000', '201019.632000', '201019.634000', '201019.637000', '201019.639000', '201019.642000', '201019.645000', '201019.647000', '201019.650000', '201019.652000', '201019.655000', '201019.658000', '201019.660000', '201019.663000', '201019.665000', '201019.668000', '201019.670000', '201019.673000', '201019.675000', '201019.678000', '201019.680000', '201019.683000', '201019.686000', '201019.688000', '201019.691000', '201019.694000', '201019.696000', '201019.699000', '201019.701000', '201019.704000', '201019.706000', '201019.709000', '201019.712000', '201019.714000', '201019.717000', '201019.719000', '201019.722000', '201019.725000', '201019.727000', '201019.730000', '201019.732000', '201019.735000', '201039.624000', '201039.627000', '201039.629000', '201039.632000', '201039.634000', '201039.637000', '201039.640000', '201039.642000', '201039.645000', '201039.647000', '201039.650000', '201039.653000', '201039.655000', '201039.658000', '201039.661000', '201039.663000', '201039.666000', '201039.668000', '201039.671000', '201039.673000', '201039.676000', '201039.679000', '201039.681000', '201039.684000', '201039.686000', '201039.689000', '201039.692000', '201039.694000', '201039.697000', '201039.700000', '201039.702000', '201039.705000', '201039.707000', '201039.710000', '201039.713000', '201039.716000', '201039.718000', '201039.721000', '201039.723000', '201039.726000', '201039.729000', '201039.731000', '201039.735000', '201059.624000', '201059.626000', '201059.629000', '201059.631000', '201059.634000', '201059.637000', '201059.639000', '201059.642000', '201059.644000', '201059.647000', '201059.649000', '201059.652000', '201059.655000', '201059.657000', '201059.660000', '201059.662000', '201059.665000', '201059.667000', '201059.670000', '201059.673000', '201059.675000', '201059.678000', '201059.680000', '201059.683000', '201059.686000', '201059.688000', '201059.691000', '201059.693000', '201059.696000', '201059.699000', '201059.701000', '201059.704000', '201059.706000', '201059.709000', '201059.712000', '201059.714000', '201059.717000', '201059.719000', '201059.722000', '201059.725000', '201059.727000', '201059.730000', '201059.732000', '201059.735000', '201119.623000', '201119.626000', '201119.629000', '201119.632000', '201119.634000', '201119.637000', '201119.639000', '201119.642000', '201119.645000', '201119.647000', '201119.650000', '201119.653000', '201119.655000', '201119.658000', '201119.660000', '201119.663000', '201119.666000', '201119.668000', '201119.671000', '201119.674000', '201119.676000', '201119.679000', '201119.681000', '201119.684000', '201119.687000', '201119.689000', '201119.692000', '201119.694000', '201119.697000', '201119.700000', '201119.702000', '201119.705000', '201119.708000', '201119.710000', '201119.713000', '201119.716000', '201119.718000', '201119.721000', '201119.724000', '201119.726000', '201119.729000', '201119.732000', '201119.734000', '201139.624000', '201139.626000', '201139.629000', '201139.632000', '201139.635000', '201139.637000', '201139.640000', '201139.642000', '201139.645000', '201139.648000', '201139.650000', '201139.653000', '201139.655000', '201139.658000', '201139.661000', '201139.663000', '201139.666000', '201139.668000', '201139.671000', '201139.673000', '201139.676000', '201139.678000', '201139.681000', '201139.684000', '201139.686000', '201139.689000', '201139.691000', '201139.694000', '201139.697000', '201139.699000', '201139.702000', '201139.704000', '201139.707000', '201139.709000', '201139.712000', '201139.715000', '201139.717000', '201139.720000', '201139.722000', '201139.725000', '201139.728000', '201139.730000', '201139.733000', '201139.735000', '201159.625000', '201159.627000', '201159.630000', '201159.633000', '201159.635000', '201159.638000', '201159.640000', '201159.643000', '201159.646000', '201159.648000', '201159.651000', '201159.653000', '201159.656000', '201159.659000', '201159.661000', '201159.664000', '201159.666000', '201159.669000', '201159.671000', '201159.674000', '201159.677000', '201159.679000', '201159.682000', '201159.685000', '201159.687000', '201159.690000', '201159.692000', '201159.695000', '201159.697000', '201159.700000', '201159.703000', '201159.706000', '201159.709000', '201159.712000', '201159.714000', '201159.717000', '201159.720000', '201159.722000', '201159.725000', '201159.728000', '201159.730000', '201159.733000', '201159.735000', '201219.625000', '201219.628000', '201219.630000', '201219.633000', '201219.635000', '201219.638000', '201219.641000', '201219.643000', '201219.646000', '201219.648000', '201219.651000', '201219.654000', '201219.656000', '201219.659000', '201219.661000', '201219.664000', '201219.667000', '201219.669000', '201219.672000', '201219.674000', '201219.677000', '201219.680000', '201219.682000', '201219.685000', '201219.688000', '201219.690000', '201219.693000', '201219.695000', '201219.698000', '201219.701000', '201219.703000', '201219.706000', '201219.708000', '201219.711000', '201219.714000', '201219.716000', '201219.719000', '201219.721000', '201219.725000', '201219.728000', '201219.730000', '201219.733000', '201219.735000', '201219.738000', '201239.623000', '201239.626000', '201239.629000', '201239.631000', '201239.634000', '201239.667000', '201239.670000', '201239.672000', '201239.675000', '201239.677000', '201239.680000', '201239.683000', '201239.685000', '201239.688000', '201239.690000', '201239.693000', '201239.695000', '201239.698000', '201239.700000', '201239.703000', '201239.706000', '201239.708000', '201239.711000', '201239.714000', '201239.717000', '201239.719000', '201239.722000', '201239.724000', '201239.727000', '201239.729000', '201239.732000', '201239.735000', '201239.738000', '201239.740000', '201239.743000', '201239.746000', '201239.748000', '201239.751000', '201239.754000', '201239.756000', '201239.759000', '201239.761000', '201239.764000', '201251.255000', '201251.258000', '201251.261000', '201251.263000', '201251.266000', '201251.269000', '201251.271000', '201251.274000', '201251.277000', '201251.280000', '201251.283000', '201251.285000', '201251.288000', '201251.291000', '201251.294000', '201251.297000', '201251.301000', '201251.304000', '201251.306000', '201251.309000', '201251.312000', '201251.315000', '201251.318000', '201251.321000', '201251.324000', '201251.326000'], 'InstanceCreationTime': ['200619.658000', '200619.661000', '200619.664000', '200619.666000', '200619.669000', '200619.671000', '200619.674000', '200619.677000', '200619.679000', '200619.682000', '200619.684000', '200619.687000', '200619.689000', '200619.692000', '200619.695000', '200619.697000', '200619.700000', '200619.710000', '200619.713000', '200619.716000', '200639.623000', '200639.626000', '200639.629000', '200639.631000', '200639.634000', '200639.636000', '200639.639000', '200639.654000', '200639.656000', '200639.659000', '200639.661000', '200639.664000', '200639.666000', '200639.669000', '200639.671000', '200639.674000', '200639.676000', '200639.679000', '200639.682000', '200639.684000', '200639.694000', '200639.696000', '200639.699000', '200639.702000', '200639.704000', '200639.707000', '200639.709000', '200639.712000', '200639.714000', '200639.717000', '200639.719000', '200639.722000', '200639.724000', '200639.727000', '200639.730000', '200639.732000', '200639.735000', '200639.737000', '200639.740000', '200639.743000', '200639.745000', '200639.748000', '200639.750000', '200639.753000', '200659.623000', '200659.626000', '200659.629000', '200659.631000', '200659.634000', '200659.637000', '200659.639000', '200659.642000', '200659.644000', '200659.647000', '200659.649000', '200659.652000', '200659.654000', '200659.657000', '200659.659000', '200659.662000', '200659.665000', '200659.667000', '200659.670000', '200659.672000', '200659.675000', '200659.677000', '200659.680000', '200659.682000', '200659.685000', '200659.687000', '200659.690000', '200659.693000', '200659.695000', '200659.698000', '200659.700000', '200659.703000', '200659.705000', '200659.708000', '200659.710000', '200659.713000', '200659.750000', '200659.753000', '200659.755000', '200659.758000', '200659.760000', '200659.763000', '200659.765000', '200719.624000', '200719.627000', '200719.630000', '200719.632000', '200719.635000', '200719.644000', '200719.646000', '200719.649000', '200719.651000', '200719.654000', '200719.657000', '200719.659000', '200719.662000', '200719.664000', '200719.667000', '200719.669000', '200719.672000', '200719.674000', '200719.677000', '200719.680000', '200719.682000', '200719.685000', '200719.687000', '200719.690000', '200719.693000', '200719.695000', '200719.698000', '200719.700000', '200719.703000', '200719.705000', '200719.708000', '200719.711000', '200719.713000', '200719.716000', '200719.718000', '200719.721000', '200719.723000', '200719.726000', '200719.728000', '200719.731000', '200719.734000', '200719.736000', '200719.739000', '200719.741000', '200739.624000', '200739.627000', '200739.630000', '200739.632000', '200739.635000', '200739.638000', '200739.640000', '200739.643000', '200739.645000', '200739.648000', '200739.650000', '200739.653000', '200739.655000', '200739.658000', '200739.660000', '200739.663000', '200739.665000', '200739.668000', '200739.671000', '200739.673000', '200739.676000', '200739.678000', '200739.681000', '200739.683000', '200739.686000', '200739.689000', '200739.691000', '200739.694000', '200739.696000', '200739.699000', '200739.701000', '200739.704000', '200739.707000', '200739.709000', '200739.712000', '200739.714000', '200739.717000', '200739.719000', '200739.722000', '200739.725000', '200739.727000', '200739.730000', '200739.732000', '200759.624000', '200759.626000', '200759.629000', '200759.631000', '200759.634000', '200759.637000', '200759.639000', '200759.642000', '200759.644000', '200759.647000', '200759.650000', '200759.653000', '200759.656000', '200759.659000', '200759.661000', '200759.664000', '200759.667000', '200759.669000', '200759.672000', '200759.674000', '200759.677000', '200759.680000', '200759.682000', '200759.685000', '200759.687000', '200759.690000', '200759.692000', '200759.695000', '200759.698000', '200759.700000', '200759.703000', '200759.705000', '200759.708000', '200759.711000', '200759.713000', '200759.716000', '200759.719000', '200759.721000', '200759.724000', '200759.727000', '200759.729000', '200759.732000', '200759.734000', '200759.737000', '200819.644000', '200819.646000', '200819.649000', '200819.652000', '200819.654000', '200819.657000', '200819.659000', '200819.662000', '200819.665000', '200819.667000', '200819.670000', '200819.672000', '200819.675000', '200819.677000', '200819.680000', '200819.683000', '200819.685000', '200819.688000', '200819.690000', '200819.693000', '200819.695000', '200819.698000', '200819.701000', '200819.703000', '200819.706000', '200819.708000', '200819.711000', '200819.714000', '200819.716000', '200819.719000', '200819.722000', '200819.724000', '200819.727000', '200819.729000', '200819.732000', '200819.734000', '200819.737000', '200819.740000', '200819.742000', '200819.745000', '200819.747000', '200819.750000', '200819.753000', '200839.623000', '200839.626000', '200839.629000', '200839.631000', '200839.634000', '200839.637000', '200839.639000', '200839.642000', '200839.644000', '200839.647000', '200839.649000', '200839.652000', '200839.654000', '200839.657000', '200839.659000', '200839.662000', '200839.665000', '200839.667000', '200839.670000', '200839.672000', '200839.675000', '200839.677000', '200839.680000', '200839.682000', '200839.685000', '200839.688000', '200839.690000', '200839.693000', '200839.695000', '200839.698000', '200839.700000', '200839.703000', '200839.706000', '200839.708000', '200839.711000', '200839.713000', '200839.716000', '200839.718000', '200839.721000', '200839.724000', '200839.726000', '200839.729000', '200839.731000', '200859.623000', '200859.626000', '200859.629000', '200859.631000', '200859.634000', '200859.637000', '200859.639000', '200859.642000', '200859.644000', '200859.647000', '200859.649000', '200859.652000', '200859.654000', '200859.657000', '200859.660000', '200859.662000', '200859.665000', '200859.667000', '200859.670000', '200859.672000', '200859.675000', '200859.677000', '200859.680000', '200859.682000', '200859.685000', '200859.688000', '200859.690000', '200859.693000', '200859.695000', '200859.698000', '200859.701000', '200859.703000', '200859.706000', '200859.709000', '200859.711000', '200859.714000', '200859.716000', '200859.719000', '200859.721000', '200859.724000', '200859.727000', '200859.729000', '200859.732000', '200859.734000', '200919.624000', '200919.626000', '200919.629000', '200919.632000', '200919.634000', '200919.637000', '200919.639000', '200919.643000', '200919.646000', '200919.649000', '200919.651000', '200919.654000', '200919.656000', '200919.659000', '200919.661000', '200919.664000', '200919.667000', '200919.669000', '200919.672000', '200919.674000', '200919.677000', '200919.679000', '200919.682000', '200919.685000', '200919.687000', '200919.690000', '200919.693000', '200919.696000', '200919.698000', '200919.701000', '200919.704000', '200919.706000', '200919.709000', '200919.711000', '200919.714000', '200919.717000', '200919.719000', '200919.722000', '200919.724000', '200919.727000', '200919.730000', '200919.732000', '200919.735000', '200939.624000', '200939.627000', '200939.630000', '200939.632000', '200939.635000', '200939.638000', '200939.640000', '200939.643000', '200939.645000', '200939.648000', '200939.650000', '200939.653000', '200939.655000', '200939.658000', '200939.660000', '200939.663000', '200939.666000', '200939.668000', '200939.671000', '200939.673000', '200939.676000', '200939.679000', '200939.681000', '200939.684000', '200939.686000', '200939.689000', '200939.691000', '200939.694000', '200939.726000', '200939.729000', '200939.739000', '200939.741000', '200939.744000', '200939.746000', '200939.749000', '200939.752000', '200939.754000', '200939.757000', '200939.759000', '200939.762000', '200939.764000', '200939.767000', '200939.770000', '200939.772000', '200959.624000', '200959.627000', '200959.630000', '200959.632000', '200959.635000', '200959.638000', '200959.640000', '200959.643000', '200959.645000', '200959.648000', '200959.651000', '200959.653000', '200959.656000', '200959.659000', '200959.661000', '200959.664000', '200959.667000', '200959.669000', '200959.672000', '200959.675000', '200959.677000', '200959.680000', '200959.682000', '200959.685000', '200959.688000', '200959.690000', '200959.693000', '200959.695000', '200959.698000', '200959.701000', '200959.703000', '200959.706000', '200959.708000', '200959.711000', '200959.713000', '200959.716000', '200959.719000', '200959.721000', '200959.724000', '200959.726000', '200959.729000', '200959.731000', '200959.734000', '201019.624000', '201019.626000', '201019.629000', '201019.632000', '201019.634000', '201019.637000', '201019.639000', '201019.642000', '201019.645000', '201019.647000', '201019.650000', '201019.652000', '201019.655000', '201019.658000', '201019.660000', '201019.663000', '201019.665000', '201019.668000', '201019.670000', '201019.673000', '201019.675000', '201019.678000', '201019.680000', '201019.683000', '201019.686000', '201019.688000', '201019.691000', '201019.694000', '201019.696000', '201019.699000', '201019.701000', '201019.704000', '201019.706000', '201019.709000', '201019.712000', '201019.714000', '201019.717000', '201019.719000', '201019.722000', '201019.725000', '201019.727000', '201019.730000', '201019.732000', '201019.735000', '201039.624000', '201039.627000', '201039.629000', '201039.632000', '201039.634000', '201039.637000', '201039.640000', '201039.642000', '201039.645000', '201039.647000', '201039.650000', '201039.653000', '201039.655000', '201039.658000', '201039.661000', '201039.663000', '201039.666000', '201039.668000', '201039.671000', '201039.673000', '201039.676000', '201039.679000', '201039.681000', '201039.684000', '201039.686000', '201039.689000', '201039.692000', '201039.694000', '201039.697000', '201039.700000', '201039.702000', '201039.705000', '201039.707000', '201039.710000', '201039.713000', '201039.716000', '201039.718000', '201039.721000', '201039.723000', '201039.726000', '201039.729000', '201039.731000', '201039.735000', '201059.624000', '201059.626000', '201059.629000', '201059.631000', '201059.634000', '201059.637000', '201059.639000', '201059.642000', '201059.644000', '201059.647000', '201059.649000', '201059.652000', '201059.655000', '201059.657000', '201059.660000', '201059.662000', '201059.665000', '201059.667000', '201059.670000', '201059.673000', '201059.675000', '201059.678000', '201059.680000', '201059.683000', '201059.686000', '201059.688000', '201059.691000', '201059.693000', '201059.696000', '201059.699000', '201059.701000', '201059.704000', '201059.706000', '201059.709000', '201059.712000', '201059.714000', '201059.717000', '201059.719000', '201059.722000', '201059.725000', '201059.727000', '201059.730000', '201059.732000', '201059.735000', '201119.623000', '201119.626000', '201119.629000', '201119.632000', '201119.634000', '201119.637000', '201119.639000', '201119.642000', '201119.645000', '201119.647000', '201119.650000', '201119.653000', '201119.655000', '201119.658000', '201119.660000', '201119.663000', '201119.666000', '201119.668000', '201119.671000', '201119.674000', '201119.676000', '201119.679000', '201119.681000', '201119.684000', '201119.687000', '201119.689000', '201119.692000', '201119.694000', '201119.697000', '201119.700000', '201119.702000', '201119.705000', '201119.708000', '201119.710000', '201119.713000', '201119.716000', '201119.718000', '201119.721000', '201119.724000', '201119.726000', '201119.729000', '201119.732000', '201119.734000', '201139.624000', '201139.626000', '201139.629000', '201139.632000', '201139.635000', '201139.637000', '201139.640000', '201139.642000', '201139.645000', '201139.648000', '201139.650000', '201139.653000', '201139.655000', '201139.658000', '201139.661000', '201139.663000', '201139.666000', '201139.668000', '201139.671000', '201139.673000', '201139.676000', '201139.678000', '201139.681000', '201139.684000', '201139.686000', '201139.689000', '201139.691000', '201139.694000', '201139.697000', '201139.699000', '201139.702000', '201139.704000', '201139.707000', '201139.709000', '201139.712000', '201139.715000', '201139.717000', '201139.720000', '201139.722000', '201139.725000', '201139.728000', '201139.730000', '201139.733000', '201139.735000', '201159.625000', '201159.627000', '201159.630000', '201159.633000', '201159.635000', '201159.638000', '201159.640000', '201159.643000', '201159.646000', '201159.648000', '201159.651000', '201159.653000', '201159.656000', '201159.659000', '201159.661000', '201159.664000', '201159.666000', '201159.669000', '201159.671000', '201159.674000', '201159.677000', '201159.679000', '201159.682000', '201159.685000', '201159.687000', '201159.690000', '201159.692000', '201159.695000', '201159.697000', '201159.700000', '201159.703000', '201159.706000', '201159.709000', '201159.712000', '201159.714000', '201159.717000', '201159.720000', '201159.722000', '201159.725000', '201159.728000', '201159.730000', '201159.733000', '201159.735000', '201219.625000', '201219.628000', '201219.630000', '201219.633000', '201219.635000', '201219.638000', '201219.641000', '201219.643000', '201219.646000', '201219.648000', '201219.651000', '201219.654000', '201219.656000', '201219.659000', '201219.661000', '201219.664000', '201219.667000', '201219.669000', '201219.672000', '201219.674000', '201219.677000', '201219.680000', '201219.682000', '201219.685000', '201219.688000', '201219.690000', '201219.693000', '201219.695000', '201219.698000', '201219.701000', '201219.703000', '201219.706000', '201219.708000', '201219.711000', '201219.714000', '201219.716000', '201219.719000', '201219.721000', '201219.725000', '201219.728000', '201219.730000', '201219.733000', '201219.735000', '201219.738000', '201239.623000', '201239.626000', '201239.629000', '201239.631000', '201239.634000', '201239.667000', '201239.670000', '201239.672000', '201239.675000', '201239.677000', '201239.680000', '201239.683000', '201239.685000', '201239.688000', '201239.690000', '201239.693000', '201239.695000', '201239.698000', '201239.700000', '201239.703000', '201239.706000', '201239.708000', '201239.711000', '201239.714000', '201239.717000', '201239.719000', '201239.722000', '201239.724000', '201239.727000', '201239.729000', '201239.732000', '201239.735000', '201239.738000', '201239.740000', '201239.743000', '201239.746000', '201239.748000', '201239.751000', '201239.754000', '201239.756000', '201239.759000', '201239.761000', '201239.764000', '201251.255000', '201251.258000', '201251.261000', '201251.263000', '201251.266000', '201251.269000', '201251.271000', '201251.274000', '201251.277000', '201251.280000', '201251.283000', '201251.285000', '201251.288000', '201251.291000', '201251.294000', '201251.297000', '201251.301000', '201251.304000', '201251.306000', '201251.309000', '201251.312000', '201251.315000', '201251.318000', '201251.321000', '201251.324000', '201251.326000'], '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': [11281, 7600, 13133, 10495, 14214, 7648, 10229, 6992, 9383, 9243, 12433, 12232, 8361, 14155, 7506, 12064, 7737, 11412, 7103, 8468, 7293, 7711, 11565, 7889, 11527, 7298, 9633, 7023, 8791, 6887, 9917, 7169, 8788, 7040, 8462, 7323, 8445, 10067, 12283, 9526, 9416, 10851, 8328, 16364, 11522, 15661, 10734, 13116, 7604, 10606, 7201, 9041, 7412, 9560, 6940, 8076, 7274, 8046, 11629, 8301, 13398, 9318, 14112, 8772, 10986, 7637, 10980, 7574, 12268, 7861, 11444, 7547, 11789, 7758, 12459, 9074, 12288, 7547, 10150, 7279, 9799, 7204, 11937, 7265, 9469, 7149, 9368, 7075, 10493, 8184, 14188, 7895, 12085, 7260, 12016, 8107, 13948, 9490, 12642, 7044, 9656, 7268, 9225, 8818, 12024, 10653, 9023, 7386, 7977, 9744, 7749, 11560, 8541, 11725, 7199, 9961, 7371, 9643, 6964, 10701, 7090, 8407, 7077, 8548, 7327, 8525, 10142, 10450, 7802, 8213, 9359, 8301, 14012, 9197, 15026, 10137, 12028, 7523, 11548, 7657, 12297, 9145, 13782, 9036, 9247, 7776, 7801, 7867, 9184, 8389, 9831, 9687, 7112, 8217, 7330, 8187, 7232, 8640, 7438, 11907, 9196, 14411, 7299, 8944, 7542, 9648, 7768, 13293, 9333, 14187, 8606, 11989, 7691, 11922, 7461, 12221, 8722, 11398, 7271, 10572, 7192, 11830, 8424, 13450, 7115, 10394, 6866, 9632, 7456, 11165, 7030, 8527, 6975, 8029, 13172, 10203, 14636, 8018, 12085, 7527, 10554, 6960, 10167, 7163, 8988, 7241, 8420, 7194, 8354, 6936, 8817, 7744, 8879, 7445, 8293, 6994, 8832, 7328, 12335, 7126, 10057, 7097, 10360, 7619, 14475, 9698, 12071, 7938, 12759, 7824, 13002, 9788, 13284, 7589, 11648, 7372, 11325, 8071, 13113, 8145, 10432, 7104, 9052, 6895, 8392, 7725, 11019, 7415, 8264, 7561, 8270, 7344, 8101, 11676, 9610, 11508, 7956, 12090, 7941, 11791, 8269, 12792, 7692, 9835, 7161, 8514, 6856, 8330, 6916, 8423, 7565, 8253, 10679, 8129, 14069, 9028, 12608, 7498, 11065, 7180, 11330, 8260, 13621, 7961, 11148, 7583, 10108, 7684, 11274, 8709, 13301, 8026, 10963, 8080, 11713, 8035, 12289, 9844, 7509, 7862, 7670, 7814, 7684, 8701, 8713, 8894, 7173, 8093, 7670, 8306, 8647, 9933, 7176, 8241, 7250, 7742, 8961, 9023, 8516, 8265, 7900, 7962, 10898, 8736, 9846, 7998, 7684, 7877, 10499, 8245, 12201, 8668, 11870, 7617, 12344, 7491, 12176, 8920, 12399, 6971, 8095, 7093, 7800, 7424, 7973, 10389, 7923, 9728, 7779, 12067, 7904, 13724, 9843, 12257, 7475, 12323, 7584, 12602, 8245, 12342, 7610, 11227, 7714, 11236, 7447, 12855, 8880, 11056, 7372, 9669, 7037, 10166, 7022, 13218, 7250, 9758, 7198, 8339, 7273, 8695, 8784, 9315, 7638, 8542, 7357, 8405, 6976, 8855, 7079, 13500, 9838, 6929, 9629, 7087, 8434, 8107, 11483, 14446, 8110, 9457, 7584, 8607, 9042, 9494, 12715, 9413, 14652, 8336, 14749, 9285, 13800, 7832, 10022, 7076, 8962, 7011, 9263, 7366, 10661, 7340, 9821, 7051, 10754, 8369, 14018, 8689, 11825, 7381, 8894, 7822, 7438, 9467, 6924, 8576, 7320, 11192, 8883, 15332, 7749, 12912, 7267, 12691, 9263, 14944, 7570, 12338, 7371, 12604, 8838, 13116, 8467, 8206, 7997, 8009, 7957, 8556, 9171, 7484, 8410, 7043, 9525, 6842, 15315, 7793, 11683, 7057, 10311, 6954, 12957, 7684, 11214, 7199, 9269, 7241, 9181, 7305, 10945, 7439, 7996, 7555, 7741, 9597, 8392, 10733, 8011, 8728, 7826, 12171, 7545, 13167, 9596, 11266, 7739, 8550, 7874, 9623, 8233, 9384, 8076, 7591, 8126, 8746, 7828, 13339, 8417, 14881, 11028, 16158, 9891, 9782, 7648, 9348, 7703, 9231, 8903, 7716, 7734, 7503, 7898, 8677, 7953, 11903, 8427, 7641, 7847, 7821, 7712, 9419, 8556, 7720, 7749, 7606, 8057, 8695, 8959, 8396, 7983, 7289, 7912, 7451, 9158, 7881, 9620, 7393, 8619, 7731, 8549, 7721, 13130, 6933, 8425, 7906, 8496, 14055, 8041, 13954, 9346, 14298, 9303, 11059, 7227, 8983, 7202, 9595, 7893, 13114, 7261, 11168, 7076, 10359, 7463, 12686, 7535, 10467, 7273, 11569, 7708, 13204, 9685, 15731, 8685, 12549, 7602, 11010, 7432, 12304, 8810, 13459, 8845, 7181, 7780, 7423, 7875, 7553, 12676, 6947, 10304, 7175, 9146, 7051, 12259, 7125, 11592, 7096, 8789, 7146, 9917, 7179, 13856, 7121, 9462, 7177, 8918, 7157, 11211, 6972, 8504, 7285, 8191, 7393, 9289, 7445, 8945, 6993, 8432, 7149, 8494, 7486, 12133, 7608, 10861, 7705, 7784, 7837, 6934, 13095, 9595, 12463, 11092, 7279, 12419, 8045, 16105, 12046, 14693, 9269, 10473, 8033, 12565, 9696, 10624, 8056, 7686, 7733, 8752, 7864, 8929, 8072, 7730, 7805, 8438, 7498, 12791, 9071, 12087, 7947, 11892, 7611, 13268, 9289, 13965, 8018, 10639, 7604, 11170, 8167, 12148, 9674, 7740, 8160, 9478, 8279, 14292, 11874, 13287, 9732, 11020, 8276, 13830, 8592, 14716, 10055, 11169, 7934, 10915, 7692, 11527, 8608, 12309, 7656, 10794, 7181, 10507, 7337, 12233, 7365, 8805, 7167, 8366, 6957, 9745, 7276, 9639, 6901, 8774, 7039, 8839, 7123, 13109, 7094, 9434, 7041, 9270, 7549, 12170, 7347, 10338, 7146, 12472, 9096, 13570, 7362, 10683, 7456, 12687, 9345, 14185, 8683, 10678, 7691, 12596, 8782, 12009, 8864, 8918, 8137, 10468, 7792, 13729, 10000, 9060, 8015, 7891, 7915, 9886, 8081, 14313, 10709, 11308, 9011, 7626, 8183, 7781, 8336, 9509, 10904, 7343, 8373, 7308, 8090, 11628, 9797, 15106, 8382, 13362, 7619, 11254, 7399, 11478, 8400, 11004, 7193, 9293, 6944, 9118, 7235, 12271, 7329, 10057, 7068, 8773, 7183, 9134, 7249, 10138, 7250, 8791, 7149, 9445, 7004, 10634, 8229, 14690, 9749, 12973, 7341, 11081, 7331, 11425, 8073, 15041, 7656, 10116, 7187, 8741, 7253, 9810, 7615, 12403, 7310, 10551, 7462, 11300, 8361, 14072, 8884, 10898, 7558, 9832, 7932, 9993, 9416, 7524, 8335, 7214, 7978, 7385, 10271, 7705, 13557, 7017, 8729, 7298, 8454, 8886, 10391, 11254, 8008, 11901, 7450, 11874, 8134, 13067, 8081, 10835, 7461, 9375, 7146, 9920, 7988, 12873, 7328, 10196, 7351, 9296, 7093, 11128, 7550, 10999, 7159, 9412, 7209], 'WindowCenter': [4195.0, 4127.0, 4174.0, 4151.0, 4170.0, 4096.0, 4125.0, 4072.0, 4112.0, 4102.0, 4133.0, 4133.0, 4091.0, 4140.0, 4067.0, 4128.0, 4066.0, 4119.0, 4056.0, 4087.0, 4066.0, 4078.0, 4117.0, 4078.0, 4119.0, 4068.0, 4098.0, 4067.0, 4088.0, 4068.0, 4109.0, 4070.0, 4100.0, 4070.0, 4090.0, 4079.0, 4090.0, 4110.0, 4132.0, 4110.0, 4099.0, 4119.0, 4088.0, 4149.0, 4120.0, 4139.0, 4107.0, 4127.0, 4066.0, 4096.0, 4055.0, 4086.0, 4054.0, 4097.0, 4054.0, 4076.0, 4053.0, 4065.0, 4104.0, 4074.0, 4126.0, 4085.0, 4126.0, 4076.0, 4105.0, 4065.0, 4093.0, 4065.0, 4117.0, 4076.0, 4117.0, 4066.0, 4116.0, 4077.0, 4128.0, 4099.0, 4128.0, 4078.0, 4107.0, 4066.0, 4097.0, 4067.0, 4129.0, 4069.0, 4110.0, 4068.0, 4098.0, 4068.0, 4119.0, 4091.0, 4141.0, 4090.0, 4130.0, 4068.0, 4129.0, 4079.0, 4141.0, 4099.0, 4129.0, 4068.0, 4098.0, 4065.0, 4097.0, 4087.0, 4117.0, 4107.0, 4086.0, 4053.0, 4064.0, 4083.0, 4064.0, 4106.0, 4086.0, 4117.0, 4056.0, 4094.0, 4066.0, 4096.0, 4056.0, 4108.0, 4066.0, 4087.0, 4067.0, 4087.0, 4066.0, 4089.0, 4110.0, 4121.0, 4078.0, 4087.0, 4098.0, 4076.0, 4127.0, 4097.0, 4138.0, 4108.0, 4118.0, 4067.0, 4116.0, 4067.0, 4118.0, 4098.0, 4128.0, 4087.0, 4097.0, 4068.0, 4067.0, 4078.0, 4097.0, 4089.0, 4108.0, 4100.0, 4067.0, 4089.0, 4068.0, 4088.0, 4066.0, 4089.0, 4067.0, 4119.0, 4097.0, 4139.0, 4068.0, 4098.0, 4078.0, 4098.0, 4078.0, 4140.0, 4113.0, 4153.0, 4102.0, 4131.0, 4080.0, 4130.0, 4079.0, 4130.0, 4101.0, 4119.0, 4068.0, 4109.0, 4068.0, 4119.0, 4090.0, 4130.0, 4058.0, 4096.0, 4045.0, 4097.0, 4055.0, 4108.0, 4054.0, 4085.0, 4054.0, 4075.0, 4140.0, 4109.0, 4136.0, 4076.0, 4116.0, 4064.0, 4105.0, 4055.0, 4107.0, 4056.0, 4086.0, 4068.0, 4088.0, 4067.0, 4087.0, 4067.0, 4099.0, 4078.0, 4098.0, 4067.0, 4088.0, 4056.0, 4087.0, 4067.0, 4130.0, 4068.0, 4109.0, 4068.0, 4109.0, 4080.0, 4140.0, 4113.0, 4130.0, 4080.0, 4129.0, 4080.0, 4140.0, 4111.0, 4140.0, 4079.0, 4118.0, 4067.0, 4118.0, 4078.0, 4129.0, 4078.0, 4107.0, 4067.0, 4087.0, 4057.0, 4077.0, 4077.0, 4120.0, 4066.0, 4078.0, 4066.0, 4076.0, 4065.0, 4078.0, 4117.0, 4100.0, 4118.0, 4078.0, 4117.0, 4077.0, 4131.0, 4089.0, 4128.0, 4078.0, 4097.0, 4055.0, 4086.0, 4057.0, 4087.0, 4067.0, 4088.0, 4077.0, 4087.0, 4107.0, 4079.0, 4138.0, 4100.0, 4128.0, 4068.0, 4117.0, 4056.0, 4117.0, 4078.0, 4138.0, 4079.0, 4119.0, 4078.0, 4107.0, 4080.0, 4119.0, 4101.0, 4140.0, 4091.0, 4120.0, 4090.0, 4131.0, 4092.0, 4131.0, 4111.0, 4079.0, 4091.0, 4079.0, 4080.0, 4080.0, 4101.0, 4101.0, 4100.0, 4070.0, 4090.0, 4079.0, 4090.0, 4100.0, 4111.0, 4069.0, 4089.0, 4068.0, 4081.0, 4099.0, 4102.0, 4089.0, 4089.0, 4078.0, 4079.0, 4119.0, 4090.0, 4109.0, 4079.0, 4079.0, 4078.0, 4109.0, 4089.0, 4129.0, 4089.0, 4119.0, 4078.0, 4128.0, 4070.0, 4130.0, 4099.0, 4130.0, 4067.0, 4077.0, 4066.0, 4077.0, 4068.0, 4088.0, 4108.0, 4079.0, 4109.0, 4078.0, 4128.0, 4090.0, 4139.0, 4112.0, 4130.0, 4079.0, 4130.0, 4080.0, 4140.0, 4101.0, 4141.0, 4080.0, 4132.0, 4094.0, 4145.0, 4094.0, 4141.0, 4101.0, 4120.0, 4079.0, 4109.0, 4068.0, 4120.0, 4069.0, 4141.0, 4081.0, 4110.0, 4068.0, 4090.0, 4079.0, 4088.0, 4100.0, 4111.0, 4078.0, 4089.0, 4067.0, 4090.0, 4068.0, 4099.0, 4082.0, 4153.0, 4123.0, 4081.0, 4112.0, 4082.0, 4102.0, 4103.0, 4135.0, 4168.0, 4092.0, 4113.0, 4080.0, 4100.0, 4102.0, 4110.0, 4130.0, 4100.0, 4141.0, 4077.0, 4139.0, 4098.0, 4128.0, 4078.0, 4098.0, 4056.0, 4096.0, 4067.0, 4098.0, 4070.0, 4108.0, 4068.0, 4108.0, 4067.0, 4119.0, 4090.0, 4140.0, 4089.0, 4131.0, 4068.0, 4099.0, 4080.0, 4081.0, 4111.0, 4070.0, 4102.0, 4081.0, 4131.0, 4102.0, 4153.0, 4082.0, 4130.0, 4069.0, 4130.0, 4102.0, 4151.0, 4079.0, 4128.0, 4069.0, 4129.0, 4100.0, 4141.0, 4089.0, 4088.0, 4078.0, 4078.0, 4078.0, 4089.0, 4099.0, 4068.0, 4088.0, 4068.0, 4099.0, 4058.0, 4153.0, 4078.0, 4118.0, 4058.0, 4108.0, 4067.0, 4128.0, 4078.0, 4118.0, 4067.0, 4097.0, 4067.0, 4098.0, 4068.0, 4119.0, 4066.0, 4078.0, 4066.0, 4076.0, 4097.0, 4088.0, 4107.0, 4077.0, 4087.0, 4078.0, 4117.0, 4078.0, 4128.0, 4101.0, 4118.0, 4078.0, 4087.0, 4078.0, 4098.0, 4089.0, 4099.0, 4080.0, 4079.0, 4080.0, 4088.0, 4078.0, 4141.0, 4089.0, 4151.0, 4120.0, 4151.0, 4100.0, 4098.0, 4078.0, 4097.0, 4079.0, 4098.0, 4102.0, 4079.0, 4080.0, 4080.0, 4090.0, 4100.0, 4090.0, 4131.0, 4090.0, 4079.0, 4089.0, 4078.0, 4080.0, 4099.0, 4102.0, 4080.0, 4080.0, 4079.0, 4090.0, 4090.0, 4101.0, 4090.0, 4091.0, 4069.0, 4090.0, 4080.0, 4101.0, 4091.0, 4112.0, 4080.0, 4090.0, 4080.0, 4090.0, 4079.0, 4142.0, 4069.0, 4089.0, 4089.0, 4089.0, 4141.0, 4091.0, 4140.0, 4099.0, 4140.0, 4098.0, 4118.0, 4067.0, 4086.0, 4067.0, 4099.0, 4089.0, 4140.0, 4070.0, 4119.0, 4068.0, 4109.0, 4080.0, 4141.0, 4080.0, 4119.0, 4079.0, 4130.0, 4080.0, 4142.0, 4112.0, 4163.0, 4102.0, 4143.0, 4081.0, 4121.0, 4080.0, 4131.0, 4102.0, 4142.0, 4101.0, 4070.0, 4081.0, 4079.0, 4090.0, 4079.0, 4144.0, 4070.0, 4111.0, 4069.0, 4099.0, 4069.0, 4130.0, 4069.0, 4121.0, 4069.0, 4089.0, 4069.0, 4110.0, 4068.0, 4140.0, 4068.0, 4099.0, 4057.0, 4087.0, 4057.0, 4119.0, 4068.0, 4089.0, 4067.0, 4076.0, 4066.0, 4097.0, 4067.0, 4089.0, 4068.0, 4087.0, 4068.0, 4099.0, 4080.0, 4132.0, 4091.0, 4121.0, 4090.0, 4080.0, 4080.0, 4081.0, 4143.0, 4113.0, 4144.0, 4135.0, 4082.0, 4142.0, 4093.0, 4163.0, 4145.0, 4153.0, 4113.0, 4121.0, 4090.0, 4130.0, 4111.0, 4110.0, 4080.0, 4078.0, 4078.0, 4088.0, 4079.0, 4088.0, 4079.0, 4080.0, 4080.0, 4089.0, 4079.0, 4130.0, 4101.0, 4130.0, 4091.0, 4129.0, 4079.0, 4140.0, 4100.0, 4140.0, 4090.0, 4121.0, 4079.0, 4119.0, 4089.0, 4131.0, 4111.0, 4081.0, 4089.0, 4099.0, 4089.0, 4139.0, 4121.0, 4130.0, 4099.0, 4107.0, 4076.0, 4128.0, 4077.0, 4126.0, 4097.0, 4106.0, 4065.0, 4105.0, 4066.0, 4105.0, 4087.0, 4116.0, 4067.0, 4105.0, 4055.0, 4095.0, 4055.0, 4117.0, 4066.0, 4087.0, 4055.0, 4076.0, 4056.0, 4097.0, 4067.0, 4098.0, 4057.0, 4087.0, 4067.0, 4099.0, 4069.0, 4142.0, 4068.0, 4098.0, 4067.0, 4099.0, 4078.0, 4130.0, 4068.0, 4107.0, 4058.0, 4129.0, 4101.0, 4140.0, 4068.0, 4109.0, 4068.0, 4130.0, 4101.0, 4141.0, 4091.0, 4108.0, 4080.0, 4129.0, 4089.0, 4130.0, 4089.0, 4088.0, 4078.0, 4107.0, 4067.0, 4129.0, 4110.0, 4088.0, 4079.0, 4077.0, 4078.0, 4097.0, 4077.0, 4127.0, 4109.0, 4107.0, 4088.0, 4065.0, 4075.0, 4065.0, 4077.0, 4086.0, 4109.0, 4056.0, 4077.0, 4055.0, 4077.0, 4117.0, 4097.0, 4138.0, 4075.0, 4127.0, 4064.0, 4106.0, 4065.0, 4105.0, 4077.0, 4105.0, 4055.0, 4085.0, 4054.0, 4087.0, 4055.0, 4118.0, 4055.0, 4098.0, 4057.0, 4075.0, 4056.0, 4098.0, 4067.0, 4108.0, 4069.0, 4090.0, 4071.0, 4109.0, 4069.0, 4120.0, 4090.0, 4153.0, 4101.0, 4130.0, 4069.0, 4107.0, 4067.0, 4119.0, 4077.0, 4140.0, 4066.0, 4097.0, 4057.0, 4075.0, 4066.0, 4097.0, 4067.0, 4129.0, 4069.0, 4108.0, 4068.0, 4120.0, 4089.0, 4141.0, 4101.0, 4119.0, 4079.0, 4109.0, 4090.0, 4110.0, 4112.0, 4080.0, 4090.0, 4080.0, 4079.0, 4069.0, 4110.0, 4079.0, 4141.0, 4069.0, 4090.0, 4067.0, 4088.0, 4099.0, 4111.0, 4119.0, 4078.0, 4117.0, 4066.0, 4117.0, 4077.0, 4127.0, 4077.0, 4107.0, 4067.0, 4096.0, 4067.0, 4108.0, 4078.0, 4130.0, 4069.0, 4108.0, 4069.0, 4098.0, 4069.0, 4120.0, 4081.0, 4121.0, 4068.0, 4098.0, 4069.0], 'WindowWidth': [9310.0, 9205.0, 9258.0, 9219.0, 9241.0, 9137.0, 9169.0, 9096.0, 9150.0, 9135.0, 9178.0, 9175.0, 9116.0, 9181.0, 9081.0, 9162.0, 9078.0, 9150.0, 9066.0, 9106.0, 9077.0, 9095.0, 9146.0, 9096.0, 9151.0, 9085.0, 9124.0, 9080.0, 9108.0, 9084.0, 9139.0, 9089.0, 9128.0, 9090.0, 9116.0, 9102.0, 9117.0, 9142.0, 9174.0, 9140.0, 9125.0, 9151.0, 9108.0, 9191.0, 9153.0, 9179.0, 9133.0, 9159.0, 9076.0, 9115.0, 9060.0, 9102.0, 9059.0, 9116.0, 9057.0, 9088.0, 9055.0, 9072.0, 9122.0, 9085.0, 9153.0, 9099.0, 9153.0, 9088.0, 9126.0, 9071.0, 9107.0, 9074.0, 9142.0, 9089.0, 9143.0, 9078.0, 9141.0, 9093.0, 9160.0, 9125.0, 9162.0, 9097.0, 9131.0, 9078.0, 9119.0, 9082.0, 9165.0, 9086.0, 9140.0, 9084.0, 9122.0, 9086.0, 9152.0, 9119.0, 9185.0, 9117.0, 9168.0, 9086.0, 9164.0, 9099.0, 9181.0, 9126.0, 9164.0, 9083.0, 9120.0, 9075.0, 9117.0, 9104.0, 9144.0, 9130.0, 9100.0, 9056.0, 9071.0, 9095.0, 9073.0, 9128.0, 9104.0, 9144.0, 9065.0, 9111.0, 9076.0, 9116.0, 9065.0, 9134.0, 9079.0, 9106.0, 9082.0, 9107.0, 9080.0, 9112.0, 9142.0, 9157.0, 9097.0, 9107.0, 9121.0, 9091.0, 9160.0, 9119.0, 9175.0, 9135.0, 9149.0, 9081.0, 9143.0, 9081.0, 9147.0, 9122.0, 9161.0, 9108.0, 9119.0, 9082.0, 9079.0, 9097.0, 9120.0, 9112.0, 9136.0, 9127.0, 9083.0, 9113.0, 9084.0, 9110.0, 9079.0, 9112.0, 9083.0, 9151.0, 9119.0, 9179.0, 9084.0, 9124.0, 9097.0, 9122.0, 9099.0, 9183.0, 9153.0, 9204.0, 9136.0, 9172.0, 9103.0, 9169.0, 9102.0, 9167.0, 9132.0, 9152.0, 9084.0, 9138.0, 9084.0, 9151.0, 9114.0, 9166.0, 9069.0, 9116.0, 9048.0, 9118.0, 9061.0, 9135.0, 9060.0, 9101.0, 9058.0, 9088.0, 9184.0, 9139.0, 9170.0, 9088.0, 9141.0, 9073.0, 9126.0, 9064.0, 9132.0, 9066.0, 9105.0, 9085.0, 9109.0, 9081.0, 9106.0, 9082.0, 9128.0, 9098.0, 9123.0, 9081.0, 9107.0, 9065.0, 9108.0, 9081.0, 9169.0, 9084.0, 9139.0, 9086.0, 9141.0, 9104.0, 9182.0, 9151.0, 9170.0, 9103.0, 9164.0, 9102.0, 9182.0, 9145.0, 9180.0, 9100.0, 9149.0, 9083.0, 9148.0, 9098.0, 9164.0, 9097.0, 9134.0, 9081.0, 9106.0, 9067.0, 9095.0, 9094.0, 9153.0, 9079.0, 9096.0, 9079.0, 9091.0, 9076.0, 9096.0, 9147.0, 9126.0, 9148.0, 9096.0, 9147.0, 9095.0, 9174.0, 9115.0, 9162.0, 9096.0, 9119.0, 9064.0, 9105.0, 9069.0, 9108.0, 9081.0, 9110.0, 9095.0, 9108.0, 9133.0, 9099.0, 9175.0, 9126.0, 9163.0, 9084.0, 9147.0, 9065.0, 9145.0, 9097.0, 9174.0, 9099.0, 9152.0, 9099.0, 9135.0, 9103.0, 9154.0, 9132.0, 9183.0, 9119.0, 9157.0, 9116.0, 9172.0, 9121.0, 9171.0, 9148.0, 9102.0, 9117.0, 9101.0, 9103.0, 9103.0, 9132.0, 9132.0, 9131.0, 9092.0, 9116.0, 9101.0, 9116.0, 9130.0, 9145.0, 9090.0, 9115.0, 9086.0, 9106.0, 9127.0, 9135.0, 9114.0, 9113.0, 9098.0, 9100.0, 9152.0, 9115.0, 9139.0, 9099.0, 9099.0, 9098.0, 9139.0, 9113.0, 9167.0, 9112.0, 9152.0, 9098.0, 9162.0, 9089.0, 9167.0, 9125.0, 9167.0, 9082.0, 9095.0, 9080.0, 9096.0, 9085.0, 9112.0, 9137.0, 9100.0, 9139.0, 9097.0, 9164.0, 9117.0, 9179.0, 9150.0, 9170.0, 9102.0, 9168.0, 9103.0, 9183.0, 9134.0, 9186.0, 9106.0, 9177.0, 9129.0, 9198.0, 9130.0, 9186.0, 9133.0, 9156.0, 9103.0, 9139.0, 9086.0, 9155.0, 9089.0, 9186.0, 9106.0, 9141.0, 9086.0, 9115.0, 9101.0, 9111.0, 9128.0, 9146.0, 9100.0, 9111.0, 9083.0, 9115.0, 9085.0, 9129.0, 9111.0, 9206.0, 9167.0, 9109.0, 9152.0, 9111.0, 9138.0, 9141.0, 9184.0, 9235.0, 9125.0, 9151.0, 9105.0, 9131.0, 9133.0, 9142.0, 9169.0, 9129.0, 9184.0, 9093.0, 9179.0, 9123.0, 9161.0, 9097.0, 9121.0, 9067.0, 9117.0, 9081.0, 9122.0, 9089.0, 9137.0, 9086.0, 9135.0, 9083.0, 9151.0, 9118.0, 9180.0, 9113.0, 9170.0, 9086.0, 9129.0, 9105.0, 9106.0, 9147.0, 9094.0, 9133.0, 9107.0, 9173.0, 9137.0, 9205.0, 9108.0, 9168.0, 9088.0, 9166.0, 9136.0, 9198.0, 9100.0, 9164.0, 9087.0, 9165.0, 9130.0, 9183.0, 9114.0, 9112.0, 9098.0, 9099.0, 9099.0, 9114.0, 9128.0, 9085.0, 9110.0, 9084.0, 9125.0, 9071.0, 9202.0, 9098.0, 9150.0, 9070.0, 9135.0, 9082.0, 9163.0, 9098.0, 9149.0, 9083.0, 9120.0, 9084.0, 9125.0, 9084.0, 9152.0, 9079.0, 9094.0, 9077.0, 9093.0, 9120.0, 9109.0, 9133.0, 9094.0, 9106.0, 9096.0, 9147.0, 9096.0, 9161.0, 9131.0, 9149.0, 9097.0, 9106.0, 9097.0, 9124.0, 9114.0, 9125.0, 9101.0, 9101.0, 9103.0, 9111.0, 9099.0, 9183.0, 9115.0, 9196.0, 9156.0, 9197.0, 9128.0, 9122.0, 9097.0, 9121.0, 9099.0, 9125.0, 9135.0, 9102.0, 9103.0, 9104.0, 9118.0, 9132.0, 9117.0, 9172.0, 9116.0, 9101.0, 9115.0, 9098.0, 9103.0, 9127.0, 9136.0, 9104.0, 9104.0, 9100.0, 9118.0, 9116.0, 9132.0, 9118.0, 9118.0, 9089.0, 9117.0, 9104.0, 9131.0, 9119.0, 9146.0, 9103.0, 9115.0, 9103.0, 9117.0, 9102.0, 9189.0, 9087.0, 9114.0, 9113.0, 9111.0, 9182.0, 9119.0, 9182.0, 9126.0, 9177.0, 9123.0, 9148.0, 9081.0, 9103.0, 9083.0, 9123.0, 9115.0, 9181.0, 9090.0, 9153.0, 9086.0, 9138.0, 9105.0, 9185.0, 9105.0, 9154.0, 9102.0, 9168.0, 9106.0, 9187.0, 9151.0, 9217.0, 9136.0, 9192.0, 9106.0, 9159.0, 9104.0, 9173.0, 9137.0, 9189.0, 9133.0, 9091.0, 9106.0, 9102.0, 9117.0, 9102.0, 9194.0, 9090.0, 9144.0, 9088.0, 9127.0, 9089.0, 9170.0, 9089.0, 9157.0, 9088.0, 9112.0, 9087.0, 9141.0, 9085.0, 9183.0, 9084.0, 9124.0, 9069.0, 9108.0, 9067.0, 9153.0, 9085.0, 9112.0, 9080.0, 9091.0, 9079.0, 9121.0, 9082.0, 9111.0, 9085.0, 9109.0, 9087.0, 9127.0, 9106.0, 9174.0, 9121.0, 9161.0, 9118.0, 9105.0, 9106.0, 9109.0, 9193.0, 9154.0, 9194.0, 9184.0, 9109.0, 9189.0, 9126.0, 9218.0, 9198.0, 9207.0, 9151.0, 9158.0, 9117.0, 9170.0, 9146.0, 9143.0, 9102.0, 9097.0, 9097.0, 9110.0, 9099.0, 9111.0, 9100.0, 9103.0, 9103.0, 9113.0, 9103.0, 9167.0, 9131.0, 9169.0, 9117.0, 9165.0, 9100.0, 9180.0, 9129.0, 9182.0, 9116.0, 9159.0, 9099.0, 9152.0, 9115.0, 9169.0, 9145.0, 9104.0, 9114.0, 9125.0, 9112.0, 9179.0, 9157.0, 9167.0, 9123.0, 9134.0, 9089.0, 9159.0, 9091.0, 9155.0, 9118.0, 9127.0, 9074.0, 9125.0, 9075.0, 9125.0, 9105.0, 9141.0, 9079.0, 9125.0, 9061.0, 9114.0, 9063.0, 9144.0, 9076.0, 9104.0, 9061.0, 9090.0, 9065.0, 9119.0, 9081.0, 9123.0, 9069.0, 9107.0, 9083.0, 9125.0, 9089.0, 9187.0, 9085.0, 9124.0, 9082.0, 9125.0, 9097.0, 9167.0, 9083.0, 9133.0, 9071.0, 9165.0, 9131.0, 9182.0, 9084.0, 9138.0, 9086.0, 9166.0, 9131.0, 9185.0, 9117.0, 9137.0, 9103.0, 9166.0, 9114.0, 9167.0, 9111.0, 9110.0, 9096.0, 9133.0, 9082.0, 9163.0, 9140.0, 9108.0, 9098.0, 9092.0, 9094.0, 9117.0, 9092.0, 9159.0, 9137.0, 9133.0, 9106.0, 9075.0, 9088.0, 9074.0, 9092.0, 9102.0, 9136.0, 9064.0, 9092.0, 9060.0, 9093.0, 9145.0, 9119.0, 9174.0, 9086.0, 9155.0, 9072.0, 9126.0, 9074.0, 9125.0, 9092.0, 9126.0, 9062.0, 9099.0, 9060.0, 9104.0, 9063.0, 9147.0, 9061.0, 9120.0, 9066.0, 9086.0, 9066.0, 9122.0, 9083.0, 9137.0, 9088.0, 9116.0, 9092.0, 9140.0, 9088.0, 9155.0, 9117.0, 9201.0, 9131.0, 9167.0, 9086.0, 9133.0, 9080.0, 9150.0, 9092.0, 9180.0, 9077.0, 9119.0, 9065.0, 9088.0, 9080.0, 9118.0, 9083.0, 9165.0, 9087.0, 9136.0, 9083.0, 9154.0, 9115.0, 9182.0, 9131.0, 9154.0, 9100.0, 9139.0, 9117.0, 9141.0, 9148.0, 9104.0, 9117.0, 9103.0, 9099.0, 9087.0, 9142.0, 9102.0, 9186.0, 9087.0, 9115.0, 9083.0, 9111.0, 9128.0, 9143.0, 9153.0, 9097.0, 9147.0, 9079.0, 9147.0, 9095.0, 9160.0, 9096.0, 9134.0, 9082.0, 9118.0, 9082.0, 9136.0, 9097.0, 9168.0, 9087.0, 9137.0, 9086.0, 9124.0, 9089.0, 9158.0, 9105.0, 9156.0, 9086.0, 9125.0, 9087.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.00015188004613610152</td></tr>
<tr><td colspan=3>aqi</td><td>0.015546690888119954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.039306746339534</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1613490106004607</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9936561074364907</td></tr>
<tr><td colspan=3>efc</td><td>0.4911</td></tr>
<tr><td colspan=3>fber</td><td>3733.9365</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08190665785465472</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4994232987312572</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5219214591127104</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5973536653469904</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6291920282242685</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3392186837668723</td></tr>
<tr><td colspan=3>gcor</td><td>0.00681645</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.001381451147608459</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02104848437011242</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.869351811922988</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.1326</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.7047</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.5438</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296330.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>832.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.5992</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5922</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.4928</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3272.0559</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3421.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80214.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.1219</td></tr>
<tr><td colspan=3>tsnr</td><td>43.46221187245101</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>