ds005256-mriqc/sub-0133_ses-01_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter aa0c2bdd2c [DATALAD RUNCMD] Compute MRIQC for sub-0133
=== 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-0133 --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-0133",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:14:58 +02:00

616 lines
No EOL
107 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-0133_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0133_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0133_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-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-01/func/sub-0133_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c20f21f5145f914064ebdc4aeb688c78</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:03:16.155000</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.998446, 0.0428515, -0.0356304, -0.042371, 0.999002, 0.0141341]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105059</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4212, -7792, -7226, 203, -129, -84, 24, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>277.601</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34e970c7-12c5-435b-8a5f-87f520e7d3ec||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.678757429122925, -0.1136782318353653, -0.09774124622344971, 119.00777435302734], [-0.11496744304895401, 2.6802492141723633, 0.034026723355054855, -90.63561248779297], [-0.0955936387181282, -0.037920888513326645, 2.6980156898498535, -57.229801177978516], [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': ['200316.155000', '200316.615000', '200317.075000', '200317.535000', '200317.995000', '200318.455000', '200318.915000', '200319.375000', '200319.835000', '200320.295000', '200320.755000', '200321.215000', '200321.675000', '200322.135000', '200322.595000', '200323.055000', '200323.515000', '200323.975000', '200324.435000', '200324.895000', '200325.355000', '200325.815000', '200326.275000', '200326.735000', '200327.195000', '200327.655000', '200328.115000', '200328.575000', '200329.035000', '200329.495000', '200329.955000', '200330.415000', '200330.875000', '200331.335000', '200331.795000', '200332.255000', '200332.715000', '200333.175000', '200333.635000', '200334.095000', '200334.555000', '200335.015000', '200335.475000', '200335.935000', '200336.395000', '200336.855000', '200337.315000', '200337.775000', '200338.235000', '200338.695000', '200339.155000', '200339.615000', '200340.075000', '200340.535000', '200340.995000', '200341.455000', '200341.915000', '200342.375000', '200342.835000', '200343.295000', '200343.755000', '200344.215000', '200344.675000', '200345.135000', '200345.595000', '200346.055000', '200346.515000', '200346.975000', '200347.435000', '200347.895000', '200348.355000', '200348.815000', '200349.275000', '200349.735000', '200350.195000', '200350.655000', '200351.115000', '200351.575000', '200352.035000', '200352.495000', '200352.955000', '200353.415000', '200353.875000', '200354.335000', '200354.795000', '200355.255000', '200355.715000', '200356.175000', '200356.635000', '200357.095000', '200357.555000', '200358.015000', '200358.475000', '200358.935000', '200359.395000', '200359.855000', '200400.315000', '200400.775000', '200401.235000', '200401.695000', '200402.155000', '200402.615000', '200403.075000', '200403.535000', '200403.995000', '200404.455000', '200404.915000', '200405.375000', '200405.835000', '200406.295000', '200406.755000', '200407.215000', '200407.675000', '200408.135000', '200408.595000', '200409.055000', '200409.515000', '200409.975000', '200410.435000', '200410.895000', '200411.355000', '200411.815000', '200412.275000', '200412.735000', '200413.195000', '200413.655000', '200414.115000', '200414.575000', '200415.035000', '200415.495000', '200415.955000', '200416.415000', '200416.875000', '200417.335000', '200417.795000', '200418.255000', '200418.715000', '200419.175000', '200419.635000', '200420.095000', '200420.555000', '200421.015000', '200421.475000', '200421.935000', '200422.395000', '200422.855000', '200423.315000', '200423.775000', '200424.235000', '200424.695000', '200425.155000', '200425.615000', '200426.075000', '200426.535000', '200426.995000', '200427.455000', '200427.915000', '200428.375000', '200428.835000', '200429.295000', '200429.755000', '200430.215000', '200430.675000', '200431.135000', '200431.595000', '200432.055000', '200432.515000', '200432.975000', '200433.435000', '200433.895000', '200434.355000', '200434.815000', '200435.275000', '200435.735000', '200436.195000', '200436.655000', '200437.115000', '200437.575000', '200438.035000', '200438.495000', '200438.955000', '200439.415000', '200439.875000', '200440.335000', '200440.795000', '200441.255000', '200441.715000', '200442.175000', '200442.635000', '200443.095000', '200443.555000', '200444.015000', '200444.475000', '200444.935000', '200445.395000', '200445.855000', '200446.315000', '200446.775000', '200447.235000', '200447.695000', '200448.155000', '200448.615000', '200449.075000', '200449.535000', '200449.995000', '200450.455000', '200450.915000', '200451.375000', '200451.835000', '200452.295000', '200452.755000', '200453.215000', '200453.675000', '200454.135000', '200454.595000', '200455.055000', '200455.515000', '200455.975000', '200456.435000', '200456.895000', '200457.355000', '200457.815000', '200458.275000', '200458.735000', '200459.195000', '200459.655000', '200500.115000', '200500.575000', '200501.035000', '200501.495000', '200501.955000', '200502.415000', '200502.875000', '200503.335000', '200503.795000', '200504.255000', '200504.715000', '200505.175000', '200505.635000', '200506.095000', '200506.555000', '200507.015000', '200507.475000', '200507.935000', '200508.395000', '200508.855000', '200509.315000', '200509.775000', '200510.235000', '200510.695000', '200511.155000', '200511.615000', '200512.075000', '200512.535000', '200512.995000', '200513.455000', '200513.915000', '200514.375000', '200514.835000', '200515.295000', '200515.755000', '200516.215000', '200516.675000', '200517.135000', '200517.595000', '200518.055000', '200518.515000', '200518.975000', '200519.435000', '200519.895000', '200520.355000', '200520.815000', '200521.275000', '200521.735000', '200522.195000', '200522.655000', '200523.115000', '200523.575000', '200524.035000', '200524.495000', '200524.955000', '200525.415000', '200525.875000', '200526.335000', '200526.795000', '200527.255000', '200527.715000', '200528.175000', '200528.635000', '200529.095000', '200529.555000', '200530.015000', '200530.475000', '200530.935000', '200531.395000', '200531.855000', '200532.315000', '200532.775000', '200533.235000', '200533.695000', '200534.155000', '200534.615000', '200535.075000', '200535.535000', '200535.995000', '200536.455000', '200536.915000', '200537.375000', '200537.835000', '200538.295000', '200538.755000', '200539.215000', '200539.675000', '200540.135000', '200540.595000', '200541.055000', '200541.515000', '200541.975000', '200542.435000', '200542.895000', '200543.355000', '200543.815000', '200544.275000', '200544.735000', '200545.195000', '200545.655000', '200546.115000', '200546.575000', '200547.035000', '200547.495000', '200547.955000', '200548.415000', '200548.875000', '200549.335000', '200549.795000', '200550.255000', '200550.715000', '200551.175000', '200551.635000', '200552.095000', '200552.555000', '200553.015000', '200553.475000', '200553.935000', '200554.395000', '200554.855000', '200555.315000', '200555.775000', '200556.235000', '200556.695000', '200557.155000', '200557.615000', '200558.075000', '200558.535000', '200558.995000', '200559.455000', '200559.915000', '200600.375000', '200600.835000', '200601.295000', '200601.755000', '200602.215000', '200602.675000', '200603.135000', '200603.595000', '200604.055000', '200604.515000', '200604.975000', '200605.435000', '200605.895000', '200606.355000', '200606.815000', '200607.275000', '200607.735000', '200608.195000', '200608.655000', '200609.115000', '200609.575000', '200610.035000', '200610.495000', '200610.955000', '200611.415000', '200611.875000', '200612.335000', '200612.795000', '200613.255000', '200613.715000', '200614.175000', '200614.635000', '200615.095000', '200615.555000', '200616.015000', '200616.475000', '200616.935000', '200617.395000', '200617.855000', '200618.315000', '200618.775000', '200619.235000', '200619.695000', '200620.155000', '200620.615000', '200621.075000', '200621.535000', '200621.995000', '200622.455000', '200622.915000', '200623.375000', '200623.835000', '200624.295000', '200624.755000', '200625.215000', '200625.675000', '200626.135000', '200626.595000', '200627.055000', '200627.515000', '200627.975000', '200628.435000', '200628.895000', '200629.355000', '200629.815000', '200630.275000', '200630.735000', '200631.195000', '200631.655000', '200632.115000', '200632.575000', '200633.035000', '200633.495000', '200633.955000', '200634.415000', '200634.875000', '200635.335000', '200635.795000', '200636.255000', '200636.715000', '200637.175000', '200637.635000', '200638.095000', '200638.555000', '200639.015000', '200639.475000', '200639.935000', '200640.395000', '200640.855000', '200641.315000', '200641.775000', '200642.235000', '200642.695000', '200643.155000', '200643.615000', '200644.075000', '200644.535000', '200644.995000', '200645.455000', '200645.915000', '200646.375000', '200646.835000', '200647.295000', '200647.755000', '200648.215000', '200648.675000', '200649.135000', '200649.595000', '200650.055000', '200650.515000', '200650.975000', '200651.435000', '200651.895000', '200652.355000', '200652.815000', '200653.275000', '200653.735000', '200654.195000', '200654.655000', '200655.115000', '200655.575000', '200656.035000', '200656.495000', '200656.955000', '200657.415000', '200657.875000', '200658.335000', '200658.795000', '200659.255000', '200659.715000', '200700.175000', '200700.635000', '200701.095000', '200701.555000', '200702.015000', '200702.475000', '200702.935000', '200703.395000', '200703.855000', '200704.315000', '200704.775000', '200705.235000', '200705.695000', '200706.155000', '200706.615000', '200707.075000', '200707.535000', '200707.995000', '200708.455000', '200708.915000', '200709.375000', '200709.835000', '200710.295000', '200710.755000', '200711.215000', '200711.675000', '200712.135000', '200712.595000', '200713.055000', '200713.515000', '200713.975000', '200714.435000', '200714.895000', '200715.355000', '200715.815000', '200716.275000', '200716.735000', '200717.195000', '200717.655000', '200718.115000', '200718.575000', '200719.035000', '200719.495000', '200719.955000', '200720.415000', '200720.875000', '200721.335000', '200721.795000', '200722.255000', '200722.715000', '200723.175000', '200723.635000', '200724.095000', '200724.555000', '200725.015000', '200725.475000', '200725.935000', '200726.395000', '200726.855000', '200727.315000', '200727.775000', '200728.235000', '200728.695000', '200729.155000', '200729.615000', '200730.075000', '200730.535000', '200730.995000', '200731.455000', '200731.915000', '200732.375000', '200732.835000', '200733.295000', '200733.755000', '200734.215000', '200734.675000', '200735.135000', '200735.595000', '200736.055000', '200736.515000', '200736.975000', '200737.435000', '200737.895000', '200738.355000', '200738.815000', '200739.275000', '200739.735000', '200740.195000', '200740.655000', '200741.115000', '200741.575000', '200742.035000', '200742.495000', '200742.955000', '200743.415000', '200743.875000', '200744.335000', '200744.795000', '200745.255000', '200745.715000', '200746.175000', '200746.635000', '200747.095000', '200747.555000', '200748.015000', '200748.475000', '200748.935000', '200749.395000', '200749.855000', '200750.315000', '200750.775000', '200751.235000', '200751.695000', '200752.155000', '200752.615000', '200753.075000', '200753.535000', '200753.995000', '200754.455000', '200754.915000', '200755.375000', '200755.835000', '200756.295000', '200756.755000', '200757.215000', '200757.675000', '200758.135000', '200758.595000', '200759.055000', '200759.515000', '200759.975000', '200800.435000', '200800.895000', '200801.355000', '200801.815000', '200802.275000', '200802.735000', '200803.195000', '200803.655000', '200804.115000', '200804.575000', '200805.035000', '200805.495000', '200805.955000', '200806.415000', '200806.875000', '200807.335000', '200807.795000', '200808.255000', '200808.715000', '200809.175000', '200809.635000', '200810.095000', '200810.555000', '200811.015000', '200811.475000', '200811.935000', '200812.395000', '200812.855000', '200813.315000', '200813.775000', '200814.235000', '200814.695000', '200815.155000', '200815.615000', '200816.075000', '200816.535000', '200816.995000', '200817.455000', '200817.915000', '200818.375000', '200818.835000', '200819.295000', '200819.755000', '200820.215000', '200820.675000', '200821.135000', '200821.595000', '200822.055000', '200822.515000', '200822.975000', '200823.435000', '200823.895000', '200824.355000', '200824.815000', '200825.275000', '200825.735000', '200826.195000', '200826.655000', '200827.115000', '200827.575000', '200828.035000', '200828.495000', '200828.955000', '200829.415000', '200829.875000', '200830.335000', '200830.795000', '200831.255000', '200831.715000', '200832.175000', '200832.635000', '200833.095000', '200833.555000', '200834.015000', '200834.475000', '200834.935000', '200835.395000', '200835.855000', '200836.315000', '200836.775000', '200837.235000', '200837.695000', '200838.155000', '200838.615000', '200839.075000', '200839.535000', '200839.995000', '200840.455000', '200840.915000', '200841.375000', '200841.835000', '200842.295000', '200842.755000', '200843.215000', '200843.675000', '200844.135000', '200844.595000', '200845.055000', '200845.515000', '200845.975000', '200846.435000', '200846.895000', '200847.355000', '200847.815000', '200848.275000', '200848.735000', '200849.195000', '200849.655000', '200850.115000', '200850.575000', '200851.035000', '200851.495000', '200851.955000', '200852.415000', '200852.875000', '200853.335000', '200853.795000', '200854.255000', '200854.715000', '200855.175000', '200855.635000', '200856.095000', '200856.555000', '200857.015000', '200857.475000', '200857.935000', '200858.395000', '200858.855000', '200859.315000', '200859.775000', '200900.235000', '200900.695000', '200901.155000', '200901.615000', '200902.075000', '200902.535000', '200902.995000', '200903.455000', '200903.915000', '200904.375000', '200904.835000', '200905.295000', '200905.755000', '200906.215000', '200906.675000', '200907.135000', '200907.595000', '200908.055000', '200908.515000', '200908.975000', '200909.435000', '200909.895000', '200910.355000', '200910.815000', '200911.275000', '200911.735000', '200912.195000', '200912.655000', '200913.115000', '200913.575000', '200914.035000', '200914.495000', '200914.955000', '200915.415000', '200915.875000', '200916.335000', '200916.795000', '200917.255000', '200917.715000', '200918.175000', '200918.635000', '200919.095000', '200919.555000', '200920.015000', '200920.475000', '200920.935000', '200921.395000', '200921.855000', '200922.315000', '200922.775000', '200923.235000', '200923.695000', '200924.155000', '200924.615000', '200925.075000', '200925.535000', '200925.995000', '200926.455000', '200926.915000', '200927.375000', '200927.835000', '200928.295000', '200928.755000', '200929.215000', '200929.675000', '200930.135000', '200930.595000', '200931.055000', '200931.515000', '200931.975000', '200932.435000', '200932.895000', '200933.355000', '200933.815000', '200934.275000', '200934.735000', '200935.195000', '200935.655000', '200936.115000', '200936.575000', '200937.035000', '200937.495000', '200937.955000', '200938.415000', '200938.875000', '200939.335000', '200939.795000', '200940.255000', '200940.715000', '200941.175000', '200941.635000', '200942.095000', '200942.555000', '200943.015000', '200943.475000', '200943.935000', '200944.395000', '200944.855000', '200945.315000', '200945.775000', '200946.235000', '200946.695000', '200947.155000', '200947.615000', '200948.075000', '200948.535000', '200948.995000', '200949.455000', '200949.915000', '200950.375000', '200950.835000', '200951.295000', '200951.755000', '200952.215000', '200952.675000', '200953.135000', '200953.595000', '200954.055000', '200954.515000', '200954.975000', '200955.435000', '200955.895000', '200956.355000', '200956.815000'], 'ContentTime': ['200339.817000', '200339.820000', '200339.822000', '200339.825000', '200339.828000', '200339.835000', '200339.841000', '200339.843000', '200339.846000', '200339.848000', '200339.851000', '200339.854000', '200339.856000', '200339.859000', '200339.861000', '200339.864000', '200339.866000', '200339.869000', '200339.872000', '200339.874000', '200339.877000', '200339.879000', '200339.882000', '200339.884000', '200339.887000', '200339.889000', '200339.892000', '200339.894000', '200339.897000', '200339.899000', '200339.902000', '200339.904000', '200339.907000', '200339.909000', '200339.912000', '200339.915000', '200339.917000', '200339.920000', '200339.922000', '200339.925000', '200339.927000', '200339.930000', '200339.940000', '200339.942000', '200339.945000', '200339.947000', '200339.950000', '200339.952000', '200339.955000', '200339.958000', '200359.779000', '200359.782000', '200359.785000', '200359.788000', '200359.790000', '200359.793000', '200359.795000', '200359.798000', '200359.801000', '200359.804000', '200359.806000', '200359.814000', '200359.816000', '200359.819000', '200359.821000', '200359.824000', '200359.827000', '200359.830000', '200359.832000', '200359.835000', '200359.838000', '200359.840000', '200359.843000', '200359.846000', '200359.848000', '200359.851000', '200359.853000', '200359.856000', '200359.858000', '200359.861000', '200359.864000', '200359.867000', '200359.870000', '200359.873000', '200359.876000', '200359.879000', '200359.881000', '200359.884000', '200359.886000', '200359.889000', '200359.891000', '200359.894000', '200359.896000', '200419.779000', '200419.782000', '200419.785000', '200419.787000', '200419.790000', '200419.793000', '200419.795000', '200419.798000', '200419.801000', '200419.804000', '200419.806000', '200419.809000', '200419.811000', '200419.814000', '200419.817000', '200419.819000', '200419.822000', '200419.824000', '200419.827000', '200419.830000', '200419.832000', '200419.835000', '200419.838000', '200419.840000', '200419.843000', '200419.845000', '200419.848000', '200419.850000', '200419.853000', '200419.855000', '200419.858000', '200419.861000', '200419.863000', '200419.866000', '200419.869000', '200419.871000', '200419.874000', '200419.876000', '200419.879000', '200419.881000', '200419.884000', '200419.887000', '200419.889000', '200419.892000', '200439.780000', '200439.786000', '200439.797000', '200439.800000', '200439.803000', '200439.806000', '200439.808000', '200439.811000', '200439.813000', '200439.816000', '200439.819000', '200439.821000', '200439.824000', '200439.827000', '200439.829000', '200439.832000', '200439.835000', '200439.837000', '200439.840000', '200439.842000', '200439.845000', '200439.848000', '200439.850000', '200439.853000', '200439.855000', '200439.858000', '200439.860000', '200439.863000', '200439.866000', '200439.869000', '200439.871000', '200439.874000', '200439.877000', '200439.879000', '200439.882000', '200439.884000', '200439.887000', '200439.891000', '200439.894000', '200439.897000', '200439.903000', '200439.906000', '200439.908000', '200459.780000', '200459.783000', '200459.786000', '200459.789000', '200459.792000', '200459.794000', '200459.797000', '200459.800000', '200459.802000', '200459.805000', '200459.808000', '200459.810000', '200459.813000', '200459.816000', '200459.818000', '200459.821000', '200459.824000', '200459.827000', '200459.829000', '200459.832000', '200459.858000', '200459.860000', '200459.863000', '200459.866000', '200459.869000', '200459.871000', '200459.874000', '200459.877000', '200459.879000', '200459.882000', '200459.884000', '200459.887000', '200459.890000', '200459.892000', '200459.895000', '200459.897000', '200459.900000', '200459.903000', '200459.905000', '200459.908000', '200459.910000', '200459.913000', '200459.915000', '200459.918000', '200519.780000', '200519.783000', '200519.800000', '200519.803000', '200519.805000', '200519.808000', '200519.810000', '200519.813000', '200519.815000', '200519.818000', '200519.821000', '200519.823000', '200519.826000', '200519.829000', '200519.831000', '200519.834000', '200519.837000', '200519.839000', '200519.842000', '200519.844000', '200519.847000', '200519.850000', '200519.852000', '200519.855000', '200519.857000', '200519.860000', '200519.862000', '200519.865000', '200519.868000', '200519.870000', '200519.873000', '200519.875000', '200519.878000', '200519.880000', '200519.883000', '200519.886000', '200519.889000', '200519.891000', '200519.894000', '200519.897000', '200519.899000', '200519.902000', '200519.904000', '200539.779000', '200539.782000', '200539.785000', '200539.788000', '200539.791000', '200539.793000', '200539.796000', '200539.799000', '200539.801000', '200539.804000', '200539.806000', '200539.809000', '200539.811000', '200539.814000', '200539.817000', '200539.820000', '200539.823000', '200539.825000', '200539.828000', '200539.830000', '200539.833000', '200539.836000', '200539.838000', '200539.841000', '200539.843000', '200539.846000', '200539.849000', '200539.852000', '200539.854000', '200539.857000', '200539.860000', '200539.862000', '200539.865000', '200539.868000', '200539.870000', '200539.873000', '200539.875000', '200539.878000', '200539.881000', '200539.884000', '200539.886000', '200539.889000', '200539.892000', '200559.780000', '200559.783000', '200559.786000', '200559.788000', '200559.791000', '200559.794000', '200559.796000', '200559.799000', '200559.801000', '200559.804000', '200559.807000', '200559.809000', '200559.812000', '200559.814000', '200559.817000', '200559.820000', '200559.823000', '200559.825000', '200559.828000', '200559.831000', '200559.833000', '200559.836000', '200559.846000', '200559.848000', '200559.851000', '200559.853000', '200559.856000', '200559.859000', '200559.861000', '200559.864000', '200559.867000', '200559.869000', '200559.872000', '200559.874000', '200559.877000', '200559.879000', '200559.882000', '200559.885000', '200559.888000', '200559.890000', '200559.893000', '200559.896000', '200559.898000', '200559.901000', '200619.779000', '200619.782000', '200619.785000', '200619.787000', '200619.790000', '200619.792000', '200619.795000', '200619.798000', '200619.800000', '200619.803000', '200619.805000', '200619.808000', '200619.811000', '200619.814000', '200619.817000', '200619.819000', '200619.822000', '200619.825000', '200619.828000', '200619.830000', '200619.847000', '200619.850000', '200619.853000', '200619.855000', '200619.858000', '200619.861000', '200619.863000', '200619.866000', '200619.877000', '200619.880000', '200619.882000', '200619.885000', '200619.888000', '200619.890000', '200619.893000', '200619.895000', '200619.898000', '200619.900000', '200619.903000', '200619.906000', '200619.908000', '200619.911000', '200619.914000', '200619.916000', '200639.779000', '200639.782000', '200639.785000', '200639.788000', '200639.791000', '200639.796000', '200639.798000', '200639.801000', '200639.804000', '200639.806000', '200639.809000', '200639.811000', '200639.814000', '200639.817000', '200639.820000', '200639.822000', '200639.825000', '200639.827000', '200639.830000', '200639.833000', '200639.835000', '200639.838000', '200639.840000', '200639.843000', '200639.846000', '200639.848000', '200639.851000', '200639.854000', '200639.856000', '200639.859000', '200639.862000', '200639.864000', '200639.867000', '200639.869000', '200639.872000', '200639.875000', '200639.878000', '200639.880000', '200639.883000', '200639.886000', '200639.888000', '200639.891000', '200639.893000', '200659.780000', '200659.783000', '200659.786000', '200659.789000', '200659.792000', '200659.794000', '200659.797000', '200659.799000', '200659.802000', '200659.805000', '200659.807000', '200659.810000', '200659.813000', '200659.816000', '200659.818000', '200659.821000', '200659.824000', '200659.826000', '200659.829000', '200659.831000', '200659.834000', '200659.837000', '200659.839000', '200659.842000', '200659.844000', '200659.847000', '200659.850000', '200659.853000', '200659.855000', '200659.858000', '200659.861000', '200659.863000', '200659.866000', '200659.868000', '200659.871000', '200659.873000', '200659.876000', '200659.878000', '200659.881000', '200659.884000', '200659.886000', '200659.889000', '200659.891000', '200659.894000', '200719.780000', '200719.783000', '200719.786000', '200719.788000', '200719.791000', '200719.793000', '200719.796000', '200719.798000', '200719.801000', '200719.803000', '200719.806000', '200719.809000', '200719.811000', '200719.814000', '200719.816000', '200719.819000', '200719.822000', '200719.824000', '200719.827000', '200719.829000', '200719.832000', '200719.834000', '200719.837000', '200719.840000', '200719.842000', '200719.845000', '200719.847000', '200719.850000', '200719.852000', '200719.855000', '200719.858000', '200719.860000', '200719.863000', '200719.865000', '200719.868000', '200719.870000', '200719.873000', '200719.876000', '200719.878000', '200719.881000', '200719.883000', '200719.886000', '200719.888000', '200739.780000', '200739.783000', '200739.786000', '200739.788000', '200739.791000', '200739.794000', '200739.796000', '200739.799000', '200739.801000', '200739.804000', '200739.808000', '200739.810000', '200739.813000', '200739.816000', '200739.818000', '200739.821000', '200739.823000', '200739.826000', '200739.828000', '200739.831000', '200739.833000', '200739.836000', '200739.839000', '200739.841000', '200739.844000', '200739.846000', '200739.849000', '200739.851000', '200739.854000', '200739.857000', '200739.859000', '200739.862000', '200739.865000', '200739.867000', '200739.870000', '200739.872000', '200739.875000', '200739.877000', '200739.880000', '200739.882000', '200739.885000', '200739.888000', '200739.890000', '200739.893000', '200759.779000', '200759.782000', '200759.785000', '200759.787000', '200759.790000', '200759.792000', '200759.795000', '200759.798000', '200759.800000', '200759.818000', '200759.821000', '200759.823000', '200759.826000', '200759.828000', '200759.831000', '200759.833000', '200759.836000', '200759.839000', '200759.841000', '200759.844000', '200759.846000', '200759.849000', '200759.851000', '200759.854000', '200759.857000', '200759.859000', '200759.862000', '200759.864000', '200759.867000', '200759.870000', '200759.872000', '200759.875000', '200759.877000', '200759.880000', '200759.882000', '200759.885000', '200759.888000', '200759.890000', '200759.893000', '200759.895000', '200759.898000', '200759.900000', '200759.903000', '200819.780000', '200819.783000', '200819.785000', '200819.788000', '200819.790000', '200819.793000', '200819.795000', '200819.798000', '200819.801000', '200819.803000', '200819.806000', '200819.808000', '200819.811000', '200819.814000', '200819.816000', '200819.819000', '200819.821000', '200819.824000', '200819.827000', '200819.829000', '200819.832000', '200819.834000', '200819.837000', '200819.840000', '200819.842000', '200819.845000', '200819.847000', '200819.850000', '200819.853000', '200819.855000', '200819.858000', '200819.860000', '200819.863000', '200819.865000', '200819.868000', '200819.870000', '200819.873000', '200819.876000', '200819.878000', '200819.881000', '200819.883000', '200819.886000', '200819.888000', '200819.891000', '200839.779000', '200839.782000', '200839.785000', '200839.787000', '200839.790000', '200839.793000', '200839.795000', '200839.798000', '200839.800000', '200839.803000', '200839.806000', '200839.808000', '200839.811000', '200839.813000', '200839.816000', '200839.825000', '200839.828000', '200839.831000', '200839.833000', '200839.836000', '200839.838000', '200839.841000', '200839.843000', '200839.846000', '200839.849000', '200839.851000', '200839.854000', '200839.856000', '200839.859000', '200839.861000', '200839.864000', '200839.867000', '200839.869000', '200839.872000', '200839.874000', '200839.877000', '200839.879000', '200839.882000', '200839.884000', '200839.887000', '200839.890000', '200839.892000', '200839.895000', '200859.779000', '200859.782000', '200859.785000', '200859.788000', '200859.791000', '200859.794000', '200859.797000', '200859.800000', '200859.802000', '200859.805000', '200859.808000', '200859.810000', '200859.813000', '200859.815000', '200859.818000', '200859.820000', '200859.823000', '200859.826000', '200859.828000', '200859.831000', '200859.833000', '200859.836000', '200859.838000', '200859.841000', '200859.844000', '200859.849000', '200859.852000', '200859.854000', '200859.857000', '200859.860000', '200859.862000', '200859.865000', '200859.867000', '200859.870000', '200859.872000', '200859.875000', '200859.878000', '200859.880000', '200859.885000', '200859.887000', '200859.890000', '200859.892000', '200859.895000', '200919.781000', '200919.783000', '200919.786000', '200919.788000', '200919.791000', '200919.794000', '200919.796000', '200919.799000', '200919.801000', '200919.804000', '200919.806000', '200919.809000', '200919.811000', '200919.814000', '200919.817000', '200919.819000', '200919.822000', '200919.824000', '200919.827000', '200919.830000', '200919.832000', '200919.847000', '200919.849000', '200919.852000', '200919.854000', '200919.857000', '200919.859000', '200919.862000', '200919.864000', '200919.867000', '200919.870000', '200919.872000', '200919.875000', '200919.877000', '200919.880000', '200919.882000', '200919.885000', '200919.888000', '200919.890000', '200919.893000', '200919.895000', '200919.898000', '200919.900000', '200919.903000', '200939.781000', '200939.783000', '200939.786000', '200939.789000', '200939.791000', '200939.794000', '200939.796000', '200939.799000', '200939.801000', '200939.804000', '200939.807000', '200939.810000', '200939.812000', '200939.815000', '200939.818000', '200939.821000', '200939.824000', '200939.826000', '200939.829000', '200939.831000', '200939.834000', '200939.837000', '200939.839000', '200939.842000', '200939.844000', '200939.847000', '200939.850000', '200939.852000', '200939.855000', '200939.857000', '200939.860000', '200939.863000', '200939.865000', '200939.868000', '200939.870000', '200939.873000', '200939.876000', '200939.878000', '200939.881000', '200939.883000', '200939.886000', '200939.889000', '200939.891000', '200957.749000', '200957.752000', '200957.754000', '200957.757000', '200957.759000', '200957.762000', '200957.765000', '200957.767000', '200957.770000', '200957.772000', '200957.775000', '200957.778000', '200957.780000', '200957.783000', '200957.785000', '200957.788000', '200957.790000', '200957.793000', '200957.795000', '200957.798000', '200957.800000', '200957.803000', '200957.806000', '200957.808000', '200957.811000', '200957.813000', '200957.816000', '200957.818000', '200957.821000', '200957.824000', '200957.826000', '200957.829000', '200957.832000', '200957.834000', '200957.837000', '200957.839000', '200957.842000', '200957.844000', '200957.847000', '200957.850000'], 'InstanceCreationTime': ['200339.817000', '200339.820000', '200339.822000', '200339.825000', '200339.828000', '200339.835000', '200339.841000', '200339.843000', '200339.846000', '200339.848000', '200339.851000', '200339.854000', '200339.856000', '200339.859000', '200339.861000', '200339.864000', '200339.866000', '200339.869000', '200339.872000', '200339.874000', '200339.877000', '200339.879000', '200339.882000', '200339.884000', '200339.887000', '200339.889000', '200339.892000', '200339.894000', '200339.897000', '200339.899000', '200339.902000', '200339.904000', '200339.907000', '200339.909000', '200339.912000', '200339.915000', '200339.917000', '200339.920000', '200339.922000', '200339.925000', '200339.927000', '200339.930000', '200339.940000', '200339.942000', '200339.945000', '200339.947000', '200339.950000', '200339.952000', '200339.955000', '200339.958000', '200359.779000', '200359.782000', '200359.785000', '200359.788000', '200359.790000', '200359.793000', '200359.795000', '200359.798000', '200359.801000', '200359.804000', '200359.806000', '200359.814000', '200359.816000', '200359.819000', '200359.821000', '200359.824000', '200359.827000', '200359.830000', '200359.832000', '200359.835000', '200359.838000', '200359.840000', '200359.843000', '200359.846000', '200359.848000', '200359.851000', '200359.853000', '200359.856000', '200359.858000', '200359.861000', '200359.864000', '200359.867000', '200359.870000', '200359.873000', '200359.876000', '200359.879000', '200359.881000', '200359.884000', '200359.886000', '200359.889000', '200359.891000', '200359.894000', '200359.896000', '200419.779000', '200419.782000', '200419.785000', '200419.787000', '200419.790000', '200419.793000', '200419.795000', '200419.798000', '200419.801000', '200419.804000', '200419.806000', '200419.809000', '200419.811000', '200419.814000', '200419.817000', '200419.819000', '200419.822000', '200419.824000', '200419.827000', '200419.830000', '200419.832000', '200419.835000', '200419.838000', '200419.840000', '200419.843000', '200419.845000', '200419.848000', '200419.850000', '200419.853000', '200419.855000', '200419.858000', '200419.861000', '200419.863000', '200419.866000', '200419.869000', '200419.871000', '200419.874000', '200419.876000', '200419.879000', '200419.881000', '200419.884000', '200419.887000', '200419.889000', '200419.892000', '200439.780000', '200439.786000', '200439.797000', '200439.800000', '200439.803000', '200439.806000', '200439.808000', '200439.811000', '200439.813000', '200439.816000', '200439.819000', '200439.821000', '200439.824000', '200439.827000', '200439.829000', '200439.832000', '200439.835000', '200439.837000', '200439.840000', '200439.842000', '200439.845000', '200439.848000', '200439.850000', '200439.853000', '200439.855000', '200439.858000', '200439.860000', '200439.863000', '200439.866000', '200439.869000', '200439.871000', '200439.874000', '200439.877000', '200439.879000', '200439.882000', '200439.884000', '200439.887000', '200439.891000', '200439.894000', '200439.897000', '200439.903000', '200439.906000', '200439.908000', '200459.780000', '200459.783000', '200459.786000', '200459.789000', '200459.792000', '200459.794000', '200459.797000', '200459.800000', '200459.802000', '200459.805000', '200459.808000', '200459.810000', '200459.813000', '200459.816000', '200459.818000', '200459.821000', '200459.824000', '200459.827000', '200459.829000', '200459.832000', '200459.858000', '200459.860000', '200459.863000', '200459.866000', '200459.869000', '200459.871000', '200459.874000', '200459.877000', '200459.879000', '200459.882000', '200459.884000', '200459.887000', '200459.890000', '200459.892000', '200459.895000', '200459.897000', '200459.900000', '200459.903000', '200459.905000', '200459.908000', '200459.910000', '200459.913000', '200459.915000', '200459.918000', '200519.780000', '200519.783000', '200519.800000', '200519.803000', '200519.805000', '200519.808000', '200519.810000', '200519.813000', '200519.815000', '200519.818000', '200519.821000', '200519.823000', '200519.826000', '200519.829000', '200519.831000', '200519.834000', '200519.837000', '200519.839000', '200519.842000', '200519.844000', '200519.847000', '200519.850000', '200519.852000', '200519.855000', '200519.857000', '200519.860000', '200519.862000', '200519.865000', '200519.868000', '200519.870000', '200519.873000', '200519.875000', '200519.878000', '200519.880000', '200519.883000', '200519.886000', '200519.889000', '200519.891000', '200519.894000', '200519.897000', '200519.899000', '200519.902000', '200519.904000', '200539.779000', '200539.782000', '200539.785000', '200539.788000', '200539.791000', '200539.793000', '200539.796000', '200539.799000', '200539.801000', '200539.804000', '200539.806000', '200539.809000', '200539.811000', '200539.814000', '200539.817000', '200539.820000', '200539.823000', '200539.825000', '200539.828000', '200539.830000', '200539.833000', '200539.836000', '200539.838000', '200539.841000', '200539.843000', '200539.846000', '200539.849000', '200539.852000', '200539.854000', '200539.857000', '200539.860000', '200539.862000', '200539.865000', '200539.868000', '200539.870000', '200539.873000', '200539.875000', '200539.878000', '200539.881000', '200539.884000', '200539.886000', '200539.889000', '200539.892000', '200559.780000', '200559.783000', '200559.786000', '200559.788000', '200559.791000', '200559.794000', '200559.796000', '200559.799000', '200559.801000', '200559.804000', '200559.807000', '200559.809000', '200559.812000', '200559.814000', '200559.817000', '200559.820000', '200559.823000', '200559.825000', '200559.828000', '200559.831000', '200559.833000', '200559.836000', '200559.846000', '200559.848000', '200559.851000', '200559.853000', '200559.856000', '200559.859000', '200559.861000', '200559.864000', '200559.867000', '200559.869000', '200559.872000', '200559.874000', '200559.877000', '200559.879000', '200559.882000', '200559.885000', '200559.888000', '200559.890000', '200559.893000', '200559.896000', '200559.898000', '200559.901000', '200619.779000', '200619.782000', '200619.785000', '200619.787000', '200619.790000', '200619.792000', '200619.795000', '200619.798000', '200619.800000', '200619.803000', '200619.805000', '200619.808000', '200619.811000', '200619.814000', '200619.817000', '200619.819000', '200619.822000', '200619.825000', '200619.828000', '200619.830000', '200619.847000', '200619.850000', '200619.853000', '200619.855000', '200619.858000', '200619.861000', '200619.863000', '200619.866000', '200619.877000', '200619.880000', '200619.882000', '200619.885000', '200619.888000', '200619.890000', '200619.893000', '200619.895000', '200619.898000', '200619.900000', '200619.903000', '200619.906000', '200619.908000', '200619.911000', '200619.914000', '200619.916000', '200639.779000', '200639.782000', '200639.785000', '200639.788000', '200639.791000', '200639.796000', '200639.798000', '200639.801000', '200639.804000', '200639.806000', '200639.809000', '200639.811000', '200639.814000', '200639.817000', '200639.820000', '200639.822000', '200639.825000', '200639.827000', '200639.830000', '200639.833000', '200639.835000', '200639.838000', '200639.840000', '200639.843000', '200639.846000', '200639.848000', '200639.851000', '200639.854000', '200639.856000', '200639.859000', '200639.862000', '200639.864000', '200639.867000', '200639.869000', '200639.872000', '200639.875000', '200639.878000', '200639.880000', '200639.883000', '200639.886000', '200639.888000', '200639.891000', '200639.893000', '200659.780000', '200659.783000', '200659.786000', '200659.789000', '200659.792000', '200659.794000', '200659.797000', '200659.799000', '200659.802000', '200659.805000', '200659.807000', '200659.810000', '200659.813000', '200659.816000', '200659.818000', '200659.821000', '200659.824000', '200659.826000', '200659.829000', '200659.831000', '200659.834000', '200659.837000', '200659.839000', '200659.842000', '200659.844000', '200659.847000', '200659.850000', '200659.853000', '200659.855000', '200659.858000', '200659.861000', '200659.863000', '200659.866000', '200659.868000', '200659.871000', '200659.873000', '200659.876000', '200659.878000', '200659.881000', '200659.884000', '200659.886000', '200659.889000', '200659.891000', '200659.894000', '200719.780000', '200719.783000', '200719.786000', '200719.788000', '200719.791000', '200719.793000', '200719.796000', '200719.798000', '200719.801000', '200719.803000', '200719.806000', '200719.809000', '200719.811000', '200719.814000', '200719.816000', '200719.819000', '200719.822000', '200719.824000', '200719.827000', '200719.829000', '200719.832000', '200719.834000', '200719.837000', '200719.840000', '200719.842000', '200719.845000', '200719.847000', '200719.850000', '200719.852000', '200719.855000', '200719.858000', '200719.860000', '200719.863000', '200719.865000', '200719.868000', '200719.870000', '200719.873000', '200719.876000', '200719.878000', '200719.881000', '200719.883000', '200719.886000', '200719.888000', '200739.780000', '200739.783000', '200739.786000', '200739.788000', '200739.791000', '200739.794000', '200739.796000', '200739.799000', '200739.801000', '200739.804000', '200739.808000', '200739.810000', '200739.813000', '200739.816000', '200739.818000', '200739.821000', '200739.823000', '200739.826000', '200739.828000', '200739.831000', '200739.833000', '200739.836000', '200739.839000', '200739.841000', '200739.844000', '200739.846000', '200739.849000', '200739.851000', '200739.854000', '200739.857000', '200739.859000', '200739.862000', '200739.865000', '200739.867000', '200739.870000', '200739.872000', '200739.875000', '200739.877000', '200739.880000', '200739.882000', '200739.885000', '200739.888000', '200739.890000', '200739.893000', '200759.779000', '200759.782000', '200759.785000', '200759.787000', '200759.790000', '200759.792000', '200759.795000', '200759.798000', '200759.800000', '200759.818000', '200759.821000', '200759.823000', '200759.826000', '200759.828000', '200759.831000', '200759.833000', '200759.836000', '200759.839000', '200759.841000', '200759.844000', '200759.846000', '200759.849000', '200759.851000', '200759.854000', '200759.857000', '200759.859000', '200759.862000', '200759.864000', '200759.867000', '200759.870000', '200759.872000', '200759.875000', '200759.877000', '200759.880000', '200759.882000', '200759.885000', '200759.888000', '200759.890000', '200759.893000', '200759.895000', '200759.898000', '200759.900000', '200759.903000', '200819.780000', '200819.783000', '200819.785000', '200819.788000', '200819.790000', '200819.793000', '200819.795000', '200819.798000', '200819.801000', '200819.803000', '200819.806000', '200819.808000', '200819.811000', '200819.814000', '200819.816000', '200819.819000', '200819.821000', '200819.824000', '200819.827000', '200819.829000', '200819.832000', '200819.834000', '200819.837000', '200819.840000', '200819.842000', '200819.845000', '200819.847000', '200819.850000', '200819.853000', '200819.855000', '200819.858000', '200819.860000', '200819.863000', '200819.865000', '200819.868000', '200819.870000', '200819.873000', '200819.876000', '200819.878000', '200819.881000', '200819.883000', '200819.886000', '200819.888000', '200819.891000', '200839.779000', '200839.782000', '200839.785000', '200839.787000', '200839.790000', '200839.793000', '200839.795000', '200839.798000', '200839.800000', '200839.803000', '200839.806000', '200839.808000', '200839.811000', '200839.813000', '200839.816000', '200839.825000', '200839.828000', '200839.831000', '200839.833000', '200839.836000', '200839.838000', '200839.841000', '200839.843000', '200839.846000', '200839.849000', '200839.851000', '200839.854000', '200839.856000', '200839.859000', '200839.861000', '200839.864000', '200839.867000', '200839.869000', '200839.872000', '200839.874000', '200839.877000', '200839.879000', '200839.882000', '200839.884000', '200839.887000', '200839.890000', '200839.892000', '200839.895000', '200859.779000', '200859.782000', '200859.785000', '200859.788000', '200859.791000', '200859.794000', '200859.797000', '200859.800000', '200859.802000', '200859.805000', '200859.808000', '200859.810000', '200859.813000', '200859.815000', '200859.818000', '200859.820000', '200859.823000', '200859.826000', '200859.828000', '200859.831000', '200859.833000', '200859.836000', '200859.838000', '200859.841000', '200859.844000', '200859.849000', '200859.852000', '200859.854000', '200859.857000', '200859.860000', '200859.862000', '200859.865000', '200859.867000', '200859.870000', '200859.872000', '200859.875000', '200859.878000', '200859.880000', '200859.885000', '200859.887000', '200859.890000', '200859.892000', '200859.895000', '200919.781000', '200919.783000', '200919.786000', '200919.788000', '200919.791000', '200919.794000', '200919.796000', '200919.799000', '200919.801000', '200919.804000', '200919.806000', '200919.809000', '200919.811000', '200919.814000', '200919.817000', '200919.819000', '200919.822000', '200919.824000', '200919.827000', '200919.830000', '200919.832000', '200919.847000', '200919.849000', '200919.852000', '200919.854000', '200919.857000', '200919.859000', '200919.862000', '200919.864000', '200919.867000', '200919.870000', '200919.872000', '200919.875000', '200919.877000', '200919.880000', '200919.882000', '200919.885000', '200919.888000', '200919.890000', '200919.893000', '200919.895000', '200919.898000', '200919.900000', '200919.903000', '200939.781000', '200939.783000', '200939.786000', '200939.789000', '200939.791000', '200939.794000', '200939.796000', '200939.799000', '200939.801000', '200939.804000', '200939.807000', '200939.810000', '200939.812000', '200939.815000', '200939.818000', '200939.821000', '200939.824000', '200939.826000', '200939.829000', '200939.831000', '200939.834000', '200939.837000', '200939.839000', '200939.842000', '200939.844000', '200939.847000', '200939.850000', '200939.852000', '200939.855000', '200939.857000', '200939.860000', '200939.863000', '200939.865000', '200939.868000', '200939.870000', '200939.873000', '200939.876000', '200939.878000', '200939.881000', '200939.883000', '200939.886000', '200939.889000', '200939.891000', '200957.749000', '200957.752000', '200957.754000', '200957.757000', '200957.759000', '200957.762000', '200957.765000', '200957.767000', '200957.770000', '200957.772000', '200957.775000', '200957.778000', '200957.780000', '200957.783000', '200957.785000', '200957.788000', '200957.790000', '200957.793000', '200957.795000', '200957.798000', '200957.800000', '200957.803000', '200957.806000', '200957.808000', '200957.811000', '200957.813000', '200957.816000', '200957.818000', '200957.821000', '200957.824000', '200957.826000', '200957.829000', '200957.832000', '200957.834000', '200957.837000', '200957.839000', '200957.842000', '200957.844000', '200957.847000', '200957.850000'], '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': [19085, 11157, 12397, 10418, 13330, 12692, 14250, 11076, 16306, 12301, 18961, 13862, 8547, 11564, 8815, 12765, 11936, 17095, 8721, 12192, 8776, 16543, 10507, 13409, 9219, 11422, 10654, 11146, 14277, 9333, 12917, 11484, 8396, 15701, 14426, 18918, 11321, 17514, 11846, 15337, 11562, 13394, 8554, 12436, 17121, 11272, 16917, 12977, 10568, 11050, 8228, 11702, 10056, 14423, 8504, 10981, 10033, 15087, 12209, 14981, 9767, 11576, 9568, 15749, 12424, 12453, 9780, 11717, 11570, 11316, 10811, 8339, 13406, 12408, 15846, 11226, 17877, 13285, 19252, 10409, 14748, 9907, 12469, 19711, 12211, 9184, 11340, 8993, 11678, 9886, 14341, 8296, 13204, 8500, 16140, 14816, 17183, 9260, 11898, 8515, 11887, 21089, 13627, 12423, 9611, 11409, 8835, 11928, 9496, 11373, 8038, 11007, 12219, 9913, 18533, 16209, 9425, 11527, 8834, 11452, 13704, 12657, 8322, 11340, 8268, 12039, 9700, 12994, 8704, 11251, 9609, 14128, 11174, 15027, 9268, 13549, 9569, 15444, 11892, 16121, 8697, 11990, 9466, 14753, 14425, 15268, 11210, 8382, 11916, 11445, 17242, 10173, 13818, 9753, 12487, 20270, 14009, 14358, 11129, 14765, 10673, 16997, 13571, 9334, 11097, 8596, 11722, 17244, 15291, 8954, 11272, 8908, 13344, 9961, 14310, 8305, 11335, 10175, 13677, 20539, 13744, 18138, 10541, 17355, 13084, 8807, 10565, 8791, 11848, 10369, 13908, 9694, 14640, 9490, 14800, 10818, 12830, 8277, 12009, 11734, 12760, 21150, 15597, 16296, 11266, 13762, 11751, 14489, 10318, 12762, 8915, 11511, 8710, 12035, 14072, 13766, 8437, 11439, 16093, 10714, 16261, 14012, 11496, 9884, 10998, 8907, 11630, 12064, 11431, 11897, 10438, 14896, 11713, 14762, 13745, 12207, 9659, 8506, 11653, 9705, 12267, 9651, 8373, 11368, 9663, 16974, 9992, 13927, 22552, 13827, 15930, 13289, 13369, 9343, 11606, 10584, 14267, 8562, 11440, 9924, 13041, 11691, 9979, 11158, 18133, 11935, 16745, 14810, 13255, 10579, 9297, 11756, 16900, 14206, 8624, 12163, 16905, 12680, 18318, 15833, 14351, 11087, 13099, 10512, 14831, 12634, 14315, 9909, 8456, 11213, 9423, 14496, 11832, 9100, 11147, 17297, 13135, 16204, 8983, 11315, 15951, 10296, 15105, 13731, 10811, 9719, 11343, 10274, 14159, 12136, 12310, 10101, 13349, 11972, 10931, 10274, 14941, 13008, 12154, 9680, 14939, 11827, 16610, 15332, 16856, 11282, 15887, 12474, 17286, 15940, 13134, 10603, 12210, 10426, 14298, 10889, 15261, 9713, 11238, 9791, 11696, 9604, 12736, 8759, 11504, 8494, 12077, 10740, 14745, 8516, 11557, 10067, 13486, 14026, 8859, 15010, 9982, 15261, 13353, 17658, 13110, 19253, 11729, 10412, 11494, 9183, 11351, 19232, 13187, 16005, 10224, 13446, 11072, 10182, 12581, 8637, 14240, 11727, 12087, 20732, 13551, 17798, 12661, 17093, 14584, 17817, 10828, 12100, 9339, 12224, 9466, 13445, 8631, 11067, 9545, 11162, 9957, 14568, 12116, 8867, 11402, 8469, 12059, 14742, 12423, 18719, 13639, 15544, 10297, 13997, 11025, 14351, 13330, 12709, 9680, 13532, 10609, 14909, 14678, 12865, 10145, 8871, 11534, 9778, 15380, 8351, 11067, 9295, 12445, 12881, 13149, 8938, 11742, 14678, 10848, 17111, 14350, 12436, 10554, 12386, 10248, 15144, 13657, 13786, 10159, 12376, 11732, 11956, 13901, 8827, 12171, 9270, 14829, 11754, 16633, 9041, 11897, 8928, 13706, 15010, 15407, 8682, 11581, 9832, 11796, 10837, 15280, 10497, 8910, 11155, 18964, 13836, 14685, 10592, 14892, 12487, 16593, 14007, 13137, 9833, 11439, 10380, 15598, 13217, 8435, 11998, 11422, 12493, 22066, 16191, 13764, 10532, 12773, 10180, 12245, 9771, 12542, 8691, 11276, 8520, 10847, 14856, 12833, 8524, 10586, 8561, 10988, 12041, 13284, 8596, 11201, 9655, 13581, 12342, 8456, 11250, 10158, 12611, 13695, 15089, 9293, 10998, 9320, 10904, 18630, 13885, 11656, 10337, 13100, 10352, 16663, 12484, 13481, 11125, 12488, 11802, 15716, 14016, 8535, 12196, 8800, 12911, 12456, 14147, 8593, 11762, 8813, 12620, 11992, 13668, 8570, 11838, 8675, 11477, 15375, 12862, 13043, 10742, 17034, 10800, 14341, 13633, 11100, 10254, 12039, 10299, 12417, 9342, 14263, 9139, 11576, 9231, 11546, 9711, 12921, 9787, 13020, 8964, 11591, 9525, 15492, 14176, 12597, 9962, 14521, 10794, 15920, 13217, 13347, 9333, 11140, 9472, 13882, 11546, 12689, 13520, 10535, 17850, 13517, 11230, 10478, 8667, 10399, 13050, 14825, 8439, 11201, 8540, 12894, 12329, 13387, 8620, 11440, 8647, 12119, 9901, 14747, 9305, 11944, 10150, 15231, 12349, 13161, 9651, 11759, 9108, 12213, 12403, 11843, 8627, 10847, 12747, 10339, 18161, 13793, 14900, 10415, 13015, 10776, 10225, 13667, 9388, 8710, 10787, 9568, 15346, 12119, 13614, 18253, 13180, 14636, 9620, 11265, 8440, 10612, 9584, 14464, 9539, 12037, 10285, 13886, 12382, 13406, 9822, 12272, 9052, 13549, 11518, 14523, 8481, 11269, 8510, 12723, 14162, 14625, 8771, 11333, 10100, 12808, 12612, 14525, 10565, 15324, 10314, 16172, 13898, 12813, 8949, 11021, 8739, 12580, 12570, 13958, 8410, 10876, 8788, 11344, 9111, 13538, 9783, 11657, 9489, 14430, 11386, 9873, 11669, 8471, 12297, 13093, 16514, 15364, 14225, 16673, 10258, 14092, 11787, 15084, 12973, 11897, 10536, 9652, 9878, 11375, 12631, 9009, 11587, 11771, 10904, 18907, 13819, 13682, 10317, 12886, 10146, 14520, 11556, 8690, 10794, 9708, 13579, 11477, 8606, 11671, 9975, 13876, 13639, 15126, 9057, 10018, 15185, 11915, 14328, 12214, 10798, 9801, 10486, 10667, 11211, 10326, 13005, 10831, 13447, 10706, 12572, 9989, 10843, 10177, 12645, 11081, 11066, 9926, 9342, 9606, 14502, 13919, 11884, 8711, 10063, 12791, 13579, 16897, 13059, 13481, 10176, 13227, 11003, 17579, 13154, 10228, 10681, 8903, 11032, 9006, 14137, 8686, 11506, 9626, 14846, 11055, 14548, 9845, 12538, 10360, 10713, 14493, 9388, 14453, 10942, 8523, 11885, 10731, 10832, 12576, 7918, 12331, 9064, 13457, 13555, 12513, 19823, 14727, 12481, 11163, 11501, 9926, 11072, 9850, 8436, 10264, 8630, 10942, 15895, 12054, 12516, 9966, 12646, 9559, 13179, 10434, 7484, 10056, 9183, 8521, 12087, 17792, 15389, 12859, 10211, 12064, 9506, 13474, 11636, 11034, 8831, 11317, 9449, 12663, 11424, 11897, 9502, 12385, 10228, 13697, 11525, 13759, 9389, 11029, 9962, 9188, 12338, 9586, 13268], 'WindowCenter': [4696.0, 4609.0, 4604.0, 4583.0, 4611.0, 4612.0, 4605.0, 4589.0, 4615.0, 4587.0, 4626.0, 4597.0, 4544.0, 4575.0, 4556.0, 4597.0, 4588.0, 4626.0, 4545.0, 4574.0, 4545.0, 4629.0, 4576.0, 4594.0, 4554.0, 4574.0, 4576.0, 4590.0, 4610.0, 4569.0, 4600.0, 4590.0, 4551.0, 4620.0, 4622.0, 4640.0, 4592.0, 4628.0, 4576.0, 4604.0, 4564.0, 4584.0, 4531.0, 4573.0, 4598.0, 4561.0, 4600.0, 4582.0, 4550.0, 4561.0, 4532.0, 4575.0, 4556.0, 4606.0, 4547.0, 4575.0, 4567.0, 4607.0, 4587.0, 4605.0, 4556.0, 4571.0, 4553.0, 4614.0, 4586.0, 4583.0, 4567.0, 4603.0, 4590.0, 4603.0, 4593.0, 4560.0, 4610.0, 4612.0, 4630.0, 4593.0, 4640.0, 4609.0, 4638.0, 4567.0, 4606.0, 4553.0, 4586.0, 4635.0, 4575.0, 4543.0, 4561.0, 4553.0, 4584.0, 4565.0, 4607.0, 4548.0, 4597.0, 4546.0, 4616.0, 4605.0, 4625.0, 4541.0, 4571.0, 4531.0, 4572.0, 4631.0, 4591.0, 4570.0, 4552.0, 4571.0, 4542.0, 4572.0, 4552.0, 4572.0, 4533.0, 4563.0, 4585.0, 4578.0, 4624.0, 4617.0, 4541.0, 4573.0, 4541.0, 4572.0, 4605.0, 4595.0, 4545.0, 4586.0, 4545.0, 4597.0, 4568.0, 4607.0, 4558.0, 4587.0, 4567.0, 4608.0, 4589.0, 4616.0, 4559.0, 4597.0, 4568.0, 4616.0, 4588.0, 4616.0, 4547.0, 4587.0, 4556.0, 4615.0, 4619.0, 4615.0, 4586.0, 4548.0, 4586.0, 4583.0, 4628.0, 4564.0, 4595.0, 4553.0, 4583.0, 4619.0, 4593.0, 4590.0, 4563.0, 4590.0, 4563.0, 4612.0, 4595.0, 4552.0, 4575.0, 4543.0, 4582.0, 4624.0, 4615.0, 4555.0, 4573.0, 4555.0, 4595.0, 4565.0, 4606.0, 4545.0, 4576.0, 4564.0, 4607.0, 4634.0, 4594.0, 4622.0, 4563.0, 4612.0, 4595.0, 4554.0, 4575.0, 4555.0, 4599.0, 4592.0, 4620.0, 4580.0, 4620.0, 4567.0, 4606.0, 4577.0, 4596.0, 4545.0, 4585.0, 4574.0, 4596.0, 4643.0, 4616.0, 4615.0, 4575.0, 4593.0, 4573.0, 4591.0, 4552.0, 4582.0, 4542.0, 4571.0, 4531.0, 4582.0, 4593.0, 4594.0, 4531.0, 4573.0, 4601.0, 4563.0, 4609.0, 4594.0, 4570.0, 4554.0, 4562.0, 4543.0, 4571.0, 4584.0, 4574.0, 4573.0, 4565.0, 4603.0, 4584.0, 4604.0, 4595.0, 4582.0, 4555.0, 4557.0, 4587.0, 4582.0, 4609.0, 4584.0, 4572.0, 4603.0, 4592.0, 4654.0, 4580.0, 4621.0, 4659.0, 4609.0, 4627.0, 4598.0, 4596.0, 4555.0, 4574.0, 4564.0, 4605.0, 4544.0, 4585.0, 4565.0, 4603.0, 4598.0, 4579.0, 4600.0, 4648.0, 4599.0, 4628.0, 4618.0, 4595.0, 4578.0, 4554.0, 4598.0, 4626.0, 4607.0, 4556.0, 4599.0, 4624.0, 4596.0, 4625.0, 4616.0, 4594.0, 4574.0, 4582.0, 4560.0, 4592.0, 4581.0, 4592.0, 4554.0, 4535.0, 4586.0, 4570.0, 4618.0, 4599.0, 4569.0, 4599.0, 4638.0, 4609.0, 4616.0, 4541.0, 4576.0, 4601.0, 4565.0, 4603.0, 4591.0, 4564.0, 4553.0, 4574.0, 4564.0, 4604.0, 4597.0, 4584.0, 4575.0, 4605.0, 4598.0, 4586.0, 4579.0, 4616.0, 4609.0, 4597.0, 4578.0, 4618.0, 4600.0, 4626.0, 4619.0, 4626.0, 4577.0, 4611.0, 4583.0, 4613.0, 4616.0, 4581.0, 4560.0, 4571.0, 4561.0, 4591.0, 4562.0, 4602.0, 4552.0, 4561.0, 4550.0, 4568.0, 4552.0, 4582.0, 4542.0, 4573.0, 4540.0, 4583.0, 4572.0, 4602.0, 4543.0, 4572.0, 4563.0, 4593.0, 4605.0, 4554.0, 4615.0, 4567.0, 4617.0, 4596.0, 4627.0, 4596.0, 4638.0, 4585.0, 4574.0, 4585.0, 4566.0, 4586.0, 4633.0, 4607.0, 4627.0, 4591.0, 4606.0, 4597.0, 4580.0, 4598.0, 4559.0, 4607.0, 4585.0, 4599.0, 4659.0, 4598.0, 4624.0, 4584.0, 4603.0, 4593.0, 4600.0, 4548.0, 4559.0, 4525.0, 4556.0, 4526.0, 4567.0, 4530.0, 4557.0, 4551.0, 4559.0, 4553.0, 4600.0, 4585.0, 4543.0, 4575.0, 4543.0, 4586.0, 4602.0, 4586.0, 4623.0, 4595.0, 4612.0, 4565.0, 4592.0, 4574.0, 4603.0, 4594.0, 4582.0, 4557.0, 4592.0, 4575.0, 4615.0, 4605.0, 4593.0, 4564.0, 4553.0, 4583.0, 4575.0, 4627.0, 4558.0, 4599.0, 4567.0, 4596.0, 4597.0, 4607.0, 4557.0, 4588.0, 4604.0, 4575.0, 4625.0, 4618.0, 4594.0, 4576.0, 4595.0, 4576.0, 4617.0, 4607.0, 4605.0, 4578.0, 4595.0, 4597.0, 4596.0, 4608.0, 4568.0, 4597.0, 4558.0, 4619.0, 4598.0, 4627.0, 4557.0, 4586.0, 4557.0, 4606.0, 4606.0, 4614.0, 4543.0, 4573.0, 4564.0, 4584.0, 4587.0, 4626.0, 4589.0, 4557.0, 4590.0, 4648.0, 4620.0, 4616.0, 4577.0, 4617.0, 4597.0, 4626.0, 4605.0, 4595.0, 4565.0, 4573.0, 4576.0, 4615.0, 4608.0, 4546.0, 4587.0, 4584.0, 4597.0, 4645.0, 4614.0, 4594.0, 4564.0, 4580.0, 4551.0, 4570.0, 4552.0, 4580.0, 4531.0, 4573.0, 4530.0, 4563.0, 4600.0, 4580.0, 4531.0, 4562.0, 4541.0, 4572.0, 4582.0, 4593.0, 4544.0, 4585.0, 4567.0, 4605.0, 4600.0, 4558.0, 4588.0, 4590.0, 4611.0, 4609.0, 4618.0, 4556.0, 4577.0, 4556.0, 4576.0, 4634.0, 4610.0, 4584.0, 4565.0, 4594.0, 4575.0, 4626.0, 4597.0, 4605.0, 4585.0, 4593.0, 4585.0, 4614.0, 4605.0, 4547.0, 4584.0, 4543.0, 4595.0, 4584.0, 4604.0, 4546.0, 4574.0, 4544.0, 4594.0, 4583.0, 4606.0, 4543.0, 4585.0, 4543.0, 4584.0, 4613.0, 4595.0, 4593.0, 4576.0, 4623.0, 4576.0, 4602.0, 4596.0, 4573.0, 4565.0, 4583.0, 4564.0, 4584.0, 4554.0, 4605.0, 4554.0, 4575.0, 4555.0, 4584.0, 4565.0, 4597.0, 4567.0, 4595.0, 4557.0, 4586.0, 4566.0, 4616.0, 4620.0, 4597.0, 4580.0, 4605.0, 4587.0, 4628.0, 4607.0, 4596.0, 4557.0, 4574.0, 4555.0, 4605.0, 4575.0, 4593.0, 4593.0, 4565.0, 4622.0, 4594.0, 4573.0, 4576.0, 4543.0, 4576.0, 4606.0, 4616.0, 4545.0, 4585.0, 4543.0, 4596.0, 4596.0, 4607.0, 4544.0, 4583.0, 4543.0, 4584.0, 4565.0, 4616.0, 4566.0, 4585.0, 4577.0, 4616.0, 4598.0, 4595.0, 4556.0, 4583.0, 4543.0, 4585.0, 4583.0, 4573.0, 4542.0, 4573.0, 4582.0, 4564.0, 4622.0, 4595.0, 4602.0, 4565.0, 4593.0, 4576.0, 4576.0, 4607.0, 4569.0, 4556.0, 4588.0, 4579.0, 4633.0, 4597.0, 4609.0, 4625.0, 4596.0, 4604.0, 4554.0, 4572.0, 4533.0, 4563.0, 4553.0, 4606.0, 4565.0, 4594.0, 4578.0, 4607.0, 4597.0, 4606.0, 4567.0, 4585.0, 4556.0, 4606.0, 4585.0, 4604.0, 4545.0, 4573.0, 4533.0, 4584.0, 4594.0, 4601.0, 4542.0, 4574.0, 4561.0, 4593.0, 4597.0, 4615.0, 4578.0, 4616.0, 4566.0, 4614.0, 4596.0, 4582.0, 4542.0, 4561.0, 4531.0, 4581.0, 4581.0, 4591.0, 4531.0, 4571.0, 4544.0, 4572.0, 4554.0, 4605.0, 4576.0, 4588.0, 4578.0, 4619.0, 4600.0, 4579.0, 4598.0, 4558.0, 4599.0, 4608.0, 4629.0, 4617.0, 4609.0, 4614.0, 4567.0, 4594.0, 4575.0, 4602.0, 4595.0, 4572.0, 4564.0, 4552.0, 4563.0, 4573.0, 4594.0, 4555.0, 4586.0, 4584.0, 4575.0, 4623.0, 4596.0, 4592.0, 4565.0, 4582.0, 4563.0, 4605.0, 4587.0, 4545.0, 4578.0, 4566.0, 4606.0, 4598.0, 4558.0, 4600.0, 4581.0, 4620.0, 4609.0, 4617.0, 4557.0, 4566.0, 4605.0, 4588.0, 4605.0, 4582.0, 4575.0, 4563.0, 4562.0, 4575.0, 4584.0, 4577.0, 4595.0, 4576.0, 4606.0, 4577.0, 4596.0, 4566.0, 4574.0, 4577.0, 4594.0, 4587.0, 4589.0, 4580.0, 4570.0, 4582.0, 4619.0, 4622.0, 4585.0, 4545.0, 4567.0, 4583.0, 4597.0, 4613.0, 4595.0, 4592.0, 4563.0, 4582.0, 4573.0, 4622.0, 4594.0, 4562.0, 4562.0, 4542.0, 4570.0, 4545.0, 4605.0, 4545.0, 4585.0, 4554.0, 4617.0, 4576.0, 4608.0, 4576.0, 4595.0, 4576.0, 4575.0, 4619.0, 4582.0, 4620.0, 4590.0, 4570.0, 4598.0, 4591.0, 4589.0, 4599.0, 4549.0, 4598.0, 4558.0, 4598.0, 4596.0, 4586.0, 4625.0, 4592.0, 4571.0, 4562.0, 4559.0, 4552.0, 4562.0, 4554.0, 4544.0, 4565.0, 4544.0, 4576.0, 4615.0, 4587.0, 4596.0, 4566.0, 4583.0, 4556.0, 4596.0, 4591.0, 4539.0, 4568.0, 4570.0, 4558.0, 4599.0, 4627.0, 4619.0, 4585.0, 4565.0, 4572.0, 4553.0, 4595.0, 4577.0, 4562.0, 4545.0, 4564.0, 4556.0, 4585.0, 4586.0, 4585.0, 4567.0, 4584.0, 4578.0, 4607.0, 4588.0, 4596.0, 4557.0, 4575.0, 4566.0, 4567.0, 4597.0, 4567.0, 4594.0], 'WindowWidth': [10249.0, 10112.0, 10096.0, 10065.0, 10099.0, 10101.0, 10086.0, 10065.0, 10094.0, 10058.0, 10110.0, 10072.0, 9999.0, 10039.0, 10016.0, 10072.0, 10062.0, 10111.0, 9997.0, 10035.0, 9997.0, 10117.0, 10044.0, 10064.0, 10013.0, 10037.0, 10045.0, 10068.0, 10093.0, 10039.0, 10081.0, 10067.0, 10016.0, 10109.0, 10113.0, 10135.0, 10070.0, 10116.0, 10040.0, 10077.0, 10019.0, 10044.0, 9973.0, 10029.0, 10060.0, 10013.0, 10064.0, 10043.0, 9999.0, 10015.0, 9976.0, 10039.0, 10014.0, 10082.0, 10005.0, 10039.0, 10032.0, 10087.0, 10058.0, 10078.0, 10014.0, 10029.0, 10009.0, 10092.0, 10055.0, 10049.0, 10036.0, 10092.0, 10069.0, 10091.0, 10078.0, 10029.0, 10096.0, 10101.0, 10125.0, 10076.0, 10137.0, 10092.0, 10131.0, 10028.0, 10081.0, 10005.0, 10051.0, 10121.0, 10037.0, 9992.0, 10013.0, 10010.0, 10054.0, 10030.0, 10087.0, 10008.0, 10071.0, 10001.0, 10098.0, 10079.0, 10108.0, 9989.0, 10026.0, 9972.0, 10030.0, 10111.0, 10056.0, 10025.0, 10005.0, 10028.0, 9989.0, 10029.0, 10004.0, 10031.0, 9980.0, 10020.0, 10056.0, 10052.0, 10103.0, 10099.0, 9991.0, 10035.0, 9989.0, 10033.0, 10080.0, 10067.0, 10000.0, 10057.0, 10003.0, 10073.0, 10035.0, 10088.0, 10024.0, 10062.0, 10035.0, 10091.0, 10066.0, 10100.0, 10025.0, 10072.0, 10037.0, 10099.0, 10060.0, 10098.0, 10007.0, 10058.0, 10015.0, 10098.0, 10107.0, 10095.0, 10058.0, 10009.0, 10058.0, 10052.0, 10117.0, 10025.0, 10067.0, 10007.0, 10047.0, 10095.0, 10061.0, 10052.0, 10019.0, 10052.0, 10020.0, 10086.0, 10066.0, 10007.0, 10039.0, 9994.0, 10046.0, 10106.0, 10096.0, 10015.0, 10037.0, 10013.0, 10067.0, 10030.0, 10082.0, 10001.0, 10041.0, 10024.0, 10085.0, 10120.0, 10066.0, 10100.0, 10020.0, 10086.0, 10066.0, 10015.0, 10043.0, 10017.0, 10082.0, 10077.0, 10109.0, 10058.0, 10110.0, 10034.0, 10085.0, 10043.0, 10067.0, 10001.0, 10054.0, 10037.0, 10069.0, 10134.0, 10097.0, 10093.0, 10039.0, 10060.0, 10032.0, 10057.0, 10004.0, 10042.0, 9992.0, 10028.0, 9977.0, 10047.0, 10060.0, 10063.0, 9975.0, 10034.0, 10069.0, 10019.0, 10080.0, 10064.0, 10027.0, 10010.0, 10018.0, 9994.0, 10033.0, 10050.0, 10038.0, 10035.0, 10025.0, 10074.0, 10051.0, 10076.0, 10067.0, 10047.0, 10015.0, 10020.0, 10063.0, 10062.0, 10096.0, 10069.0, 10051.0, 10091.0, 10079.0, 10164.0, 10057.0, 10111.0, 10163.0, 10092.0, 10118.0, 10076.0, 10072.0, 10014.0, 10037.0, 10025.0, 10083.0, 10000.0, 10055.0, 10029.0, 10080.0, 10079.0, 10055.0, 10084.0, 10146.0, 10081.0, 10119.0, 10105.0, 10069.0, 10048.0, 10014.0, 10077.0, 10115.0, 10089.0, 10020.0, 10078.0, 10106.0, 10071.0, 10111.0, 10096.0, 10062.0, 10036.0, 10044.0, 10015.0, 10059.0, 10047.0, 10059.0, 10011.0, 9988.0, 10059.0, 10048.0, 10109.0, 10085.0, 10043.0, 10083.0, 10135.0, 10094.0, 10098.0, 9991.0, 10042.0, 10070.0, 10028.0, 10078.0, 10062.0, 10021.0, 10008.0, 10036.0, 10028.0, 10080.0, 10075.0, 10054.0, 10044.0, 10084.0, 10078.0, 10061.0, 10053.0, 10100.0, 10095.0, 10072.0, 10054.0, 10106.0, 10083.0, 10115.0, 10107.0, 10115.0, 10047.0, 10087.0, 10051.0, 10091.0, 10098.0, 10043.0, 10014.0, 10029.0, 10016.0, 10056.0, 10019.0, 10071.0, 10005.0, 10015.0, 10001.0, 10023.0, 10006.0, 10045.0, 9993.0, 10035.0, 9990.0, 10049.0, 10034.0, 10075.0, 9997.0, 10034.0, 10023.0, 10063.0, 10083.0, 10016.0, 10097.0, 10035.0, 10104.0, 10070.0, 10117.0, 10071.0, 10135.0, 10059.0, 10041.0, 10058.0, 10035.0, 10061.0, 10122.0, 10091.0, 10120.0, 10073.0, 10089.0, 10080.0, 10056.0, 10076.0, 10028.0, 10085.0, 10055.0, 10080.0, 10166.0, 10075.0, 10109.0, 10048.0, 10077.0, 10059.0, 10068.0, 9992.0, 10004.0, 9957.0, 9999.0, 9961.0, 10016.0, 9971.0, 10005.0, 10002.0, 10011.0, 10009.0, 10069.0, 10054.0, 9996.0, 10040.0, 9998.0, 10056.0, 10074.0, 10056.0, 10105.0, 10068.0, 10087.0, 10028.0, 10060.0, 10039.0, 10074.0, 10066.0, 10047.0, 10018.0, 10061.0, 10042.0, 10095.0, 10085.0, 10063.0, 10028.0, 10010.0, 10054.0, 10045.0, 10116.0, 10029.0, 10083.0, 10039.0, 10075.0, 10077.0, 10088.0, 10020.0, 10063.0, 10080.0, 10044.0, 10112.0, 10103.0, 10067.0, 10046.0, 10069.0, 10045.0, 10101.0, 10089.0, 10083.0, 10054.0, 10070.0, 10076.0, 10075.0, 10092.0, 10039.0, 10075.0, 10023.0, 10107.0, 10078.0, 10119.0, 10020.0, 10058.0, 10020.0, 10087.0, 10083.0, 10094.0, 9997.0, 10035.0, 10026.0, 10055.0, 10063.0, 10115.0, 10068.0, 10023.0, 10069.0, 10150.0, 10110.0, 10101.0, 10049.0, 10102.0, 10074.0, 10113.0, 10083.0, 10069.0, 10030.0, 10035.0, 10046.0, 10097.0, 10091.0, 10007.0, 10062.0, 10053.0, 10072.0, 10140.0, 10094.0, 10065.0, 10024.0, 10041.0, 10003.0, 10027.0, 10005.0, 10041.0, 9977.0, 10033.0, 9974.0, 10020.0, 10068.0, 10043.0, 9976.0, 10019.0, 9990.0, 10034.0, 10048.0, 10065.0, 10001.0, 10058.0, 10035.0, 10086.0, 10083.0, 10027.0, 10067.0, 10072.0, 10103.0, 10095.0, 10107.0, 10018.0, 10049.0, 10017.0, 10045.0, 10125.0, 10095.0, 10053.0, 10030.0, 10066.0, 10045.0, 10114.0, 10075.0, 10082.0, 10057.0, 10064.0, 10057.0, 10095.0, 10084.0, 10007.0, 10053.0, 9997.0, 10068.0, 10052.0, 10080.0, 10001.0, 10037.0, 9998.0, 10067.0, 10051.0, 10083.0, 10000.0, 10054.0, 9997.0, 10052.0, 10090.0, 10069.0, 10062.0, 10044.0, 10104.0, 10045.0, 10076.0, 10071.0, 10037.0, 10028.0, 10049.0, 10025.0, 10050.0, 10012.0, 10083.0, 10013.0, 10041.0, 10016.0, 10052.0, 10030.0, 10075.0, 10036.0, 10071.0, 10020.0, 10057.0, 10033.0, 10100.0, 10111.0, 10076.0, 10057.0, 10083.0, 10061.0, 10118.0, 10091.0, 10072.0, 10020.0, 10039.0, 10015.0, 10083.0, 10042.0, 10065.0, 10063.0, 10027.0, 10103.0, 10067.0, 10038.0, 10045.0, 9998.0, 10044.0, 10085.0, 10099.0, 10003.0, 10055.0, 9998.0, 10071.0, 10073.0, 10087.0, 10001.0, 10050.0, 9997.0, 10054.0, 10029.0, 10101.0, 10032.0, 10057.0, 10049.0, 10102.0, 10078.0, 10067.0, 10017.0, 10050.0, 9997.0, 10053.0, 10049.0, 10035.0, 9994.0, 10037.0, 10046.0, 10025.0, 10102.0, 10068.0, 10074.0, 10028.0, 10062.0, 10045.0, 10046.0, 10090.0, 10040.0, 10022.0, 10067.0, 10056.0, 10134.0, 10078.0, 10092.0, 10112.0, 10071.0, 10081.0, 10010.0, 10032.0, 9981.0, 10020.0, 10009.0, 10085.0, 10031.0, 10068.0, 10051.0, 10088.0, 10078.0, 10085.0, 10035.0, 10056.0, 10018.0, 10086.0, 10055.0, 10081.0, 10000.0, 10034.0, 9981.0, 10050.0, 10064.0, 10072.0, 9993.0, 10037.0, 10021.0, 10065.0, 10076.0, 10097.0, 10050.0, 10098.0, 10032.0, 10096.0, 10072.0, 10047.0, 9992.0, 10017.0, 9976.0, 10044.0, 10042.0, 10058.0, 9978.0, 10033.0, 9998.0, 10036.0, 10014.0, 10085.0, 10049.0, 10064.0, 10054.0, 10109.0, 10085.0, 10056.0, 10081.0, 10026.0, 10080.0, 10091.0, 10123.0, 10103.0, 10091.0, 10096.0, 10032.0, 10065.0, 10040.0, 10074.0, 10067.0, 10033.0, 10026.0, 10008.0, 10025.0, 10037.0, 10069.0, 10017.0, 10059.0, 10053.0, 10042.0, 10106.0, 10071.0, 10061.0, 10028.0, 10048.0, 10023.0, 10080.0, 10061.0, 10004.0, 10048.0, 10034.0, 10089.0, 10081.0, 10028.0, 10087.0, 10061.0, 10113.0, 10095.0, 10104.0, 10021.0, 10034.0, 10082.0, 10064.0, 10081.0, 10048.0, 10040.0, 10024.0, 10020.0, 10044.0, 10054.0, 10049.0, 10070.0, 10048.0, 10088.0, 10050.0, 10071.0, 10032.0, 10040.0, 10050.0, 10069.0, 10065.0, 10067.0, 10059.0, 10045.0, 10064.0, 10111.0, 10117.0, 10058.0, 10003.0, 10033.0, 10050.0, 10074.0, 10092.0, 10067.0, 10061.0, 10022.0, 10045.0, 10036.0, 10104.0, 10067.0, 10020.0, 10021.0, 9992.0, 10031.0, 10001.0, 10083.0, 10004.0, 10055.0, 10015.0, 10103.0, 10046.0, 10092.0, 10049.0, 10070.0, 10046.0, 10044.0, 10111.0, 10063.0, 10112.0, 10072.0, 10045.0, 10077.0, 10075.0, 10067.0, 10079.0, 10014.0, 10075.0, 10021.0, 10076.0, 10069.0, 10056.0, 10110.0, 10059.0, 10028.0, 10017.0, 10010.0, 10004.0, 10018.0, 10011.0, 9998.0, 10027.0, 10000.0, 10045.0, 10097.0, 10061.0, 10073.0, 10031.0, 10049.0, 10017.0, 10072.0, 10074.0, 10001.0, 10038.0, 10045.0, 10025.0, 10081.0, 10115.0, 10107.0, 10054.0, 10027.0, 10033.0, 10010.0, 10067.0, 10044.0, 10018.0, 9999.0, 10020.0, 10015.0, 10053.0, 10058.0, 10053.0, 10034.0, 10052.0, 10050.0, 10087.0, 10062.0, 10069.0, 10018.0, 10041.0, 10028.0, 10034.0, 10075.0, 10035.0, 10070.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.0023583237657864523</td></tr>
<tr><td colspan=3>aqi</td><td>0.023766943513203215</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.52769603949421</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2683969611494252</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0370768966436787</td></tr>
<tr><td colspan=3>efc</td><td>0.509</td></tr>
<tr><td colspan=3>fber</td><td>5208.8618</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10619182674621833</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>59</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.77382319173364</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2984269888956725</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1795785843984334</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5740209386305586</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.141681443658026</td></tr>
<tr><td colspan=3>gcor</td><td>0.00915602</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023098450154066086</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04421915113925934</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.151656426721421</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.8496</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.423</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>242.7975</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293786.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>1182.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.8233</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8666</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.7366</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3763.4081</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3939.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82758.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4880.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.7722</td></tr>
<tr><td colspan=3>tsnr</td><td>38.69746526051313</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>