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

616 lines
No EOL
106 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-0074_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0074_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-01/func/sub-0074_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a43b2ce9f571969a8aa07b10645286dd</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>21:07:5.565000</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.999073, -0.0306153, 0.0302706, 0.0308736, 0.99949, -0.0081007]</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.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0989478</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4127, -7732, -7219, 562, -141, -179, -101, 62]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.938</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>15dcfdc1-3252-4b04-8924-93e405c1714e||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.6804392337799072, 0.08283152431249619, 0.08101928979158401, 108.51210021972656], [0.08213867992162704, 2.6815598011016846, -0.02437492273747921, -100.71482849121094], [0.08121374249458313, 0.021733585745096207, 2.698673963546753, -53.65828323364258], [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': ['210705.565000', '210706.025000', '210706.485000', '210706.945000', '210707.405000', '210707.865000', '210708.325000', '210708.785000', '210709.245000', '210709.705000', '210710.165000', '210710.625000', '210711.085000', '210711.545000', '210712.005000', '210712.465000', '210712.925000', '210713.385000', '210713.845000', '210714.305000', '210714.765000', '210715.225000', '210715.685000', '210716.145000', '210716.605000', '210717.065000', '210717.525000', '210717.985000', '210718.445000', '210718.905000', '210719.365000', '210719.825000', '210720.285000', '210720.745000', '210721.205000', '210721.665000', '210722.125000', '210722.585000', '210723.045000', '210723.505000', '210723.965000', '210724.425000', '210724.885000', '210725.345000', '210725.805000', '210726.265000', '210726.725000', '210727.185000', '210727.645000', '210728.105000', '210728.565000', '210729.025000', '210729.485000', '210729.945000', '210730.405000', '210730.865000', '210731.325000', '210731.785000', '210732.245000', '210732.705000', '210733.165000', '210733.625000', '210734.085000', '210734.545000', '210735.005000', '210735.465000', '210735.925000', '210736.385000', '210736.845000', '210737.305000', '210737.765000', '210738.225000', '210738.685000', '210739.145000', '210739.605000', '210740.065000', '210740.525000', '210740.985000', '210741.445000', '210741.905000', '210742.365000', '210742.825000', '210743.285000', '210743.745000', '210744.205000', '210744.665000', '210745.125000', '210745.585000', '210746.045000', '210746.505000', '210746.965000', '210747.425000', '210747.885000', '210748.345000', '210748.805000', '210749.265000', '210749.725000', '210750.185000', '210750.645000', '210751.105000', '210751.565000', '210752.025000', '210752.485000', '210752.945000', '210753.405000', '210753.865000', '210754.325000', '210754.785000', '210755.245000', '210755.705000', '210756.165000', '210756.625000', '210757.085000', '210757.545000', '210758.005000', '210758.465000', '210758.925000', '210759.385000', '210759.845000', '210800.305000', '210800.765000', '210801.225000', '210801.685000', '210802.145000', '210802.605000', '210803.065000', '210803.525000', '210803.985000', '210804.445000', '210804.905000', '210805.365000', '210805.825000', '210806.285000', '210806.745000', '210807.205000', '210807.665000', '210808.125000', '210808.585000', '210809.045000', '210809.505000', '210809.965000', '210810.425000', '210810.885000', '210811.345000', '210811.805000', '210812.265000', '210812.725000', '210813.185000', '210813.645000', '210814.105000', '210814.565000', '210815.025000', '210815.485000', '210815.945000', '210816.405000', '210816.865000', '210817.325000', '210817.785000', '210818.245000', '210818.705000', '210819.165000', '210819.625000', '210820.085000', '210820.545000', '210821.005000', '210821.465000', '210821.925000', '210822.385000', '210822.845000', '210823.305000', '210823.765000', '210824.225000', '210824.685000', '210825.145000', '210825.605000', '210826.065000', '210826.525000', '210826.985000', '210827.445000', '210827.905000', '210828.365000', '210828.825000', '210829.285000', '210829.745000', '210830.205000', '210830.665000', '210831.125000', '210831.585000', '210832.045000', '210832.505000', '210832.965000', '210833.425000', '210833.885000', '210834.345000', '210834.805000', '210835.265000', '210835.725000', '210836.185000', '210836.645000', '210837.105000', '210837.565000', '210838.025000', '210838.485000', '210838.945000', '210839.405000', '210839.865000', '210840.325000', '210840.785000', '210841.245000', '210841.705000', '210842.165000', '210842.625000', '210843.085000', '210843.545000', '210844.005000', '210844.465000', '210844.925000', '210845.385000', '210845.845000', '210846.305000', '210846.765000', '210847.225000', '210847.685000', '210848.145000', '210848.605000', '210849.065000', '210849.525000', '210849.985000', '210850.445000', '210850.905000', '210851.365000', '210851.825000', '210852.285000', '210852.745000', '210853.205000', '210853.665000', '210854.125000', '210854.585000', '210855.045000', '210855.505000', '210855.965000', '210856.425000', '210856.885000', '210857.345000', '210857.805000', '210858.265000', '210858.725000', '210859.185000', '210859.645000', '210900.105000', '210900.565000', '210901.025000', '210901.485000', '210901.945000', '210902.405000', '210902.865000', '210903.325000', '210903.785000', '210904.245000', '210904.705000', '210905.165000', '210905.625000', '210906.085000', '210906.545000', '210907.005000', '210907.465000', '210907.925000', '210908.385000', '210908.845000', '210909.305000', '210909.765000', '210910.225000', '210910.685000', '210911.145000', '210911.605000', '210912.065000', '210912.525000', '210912.985000', '210913.445000', '210913.905000', '210914.365000', '210914.825000', '210915.285000', '210915.745000', '210916.205000', '210916.665000', '210917.125000', '210917.585000', '210918.045000', '210918.505000', '210918.965000', '210919.425000', '210919.885000', '210920.345000', '210920.805000', '210921.265000', '210921.725000', '210922.185000', '210922.645000', '210923.105000', '210923.565000', '210924.025000', '210924.485000', '210924.945000', '210925.405000', '210925.865000', '210926.325000', '210926.785000', '210927.245000', '210927.705000', '210928.165000', '210928.625000', '210929.085000', '210929.545000', '210930.005000', '210930.465000', '210930.925000', '210931.385000', '210931.845000', '210932.305000', '210932.765000', '210933.225000', '210933.685000', '210934.145000', '210934.605000', '210935.065000', '210935.525000', '210935.985000', '210936.445000', '210936.905000', '210937.365000', '210937.825000', '210938.285000', '210938.745000', '210939.205000', '210939.665000', '210940.125000', '210940.585000', '210941.045000', '210941.505000', '210941.965000', '210942.425000', '210942.885000', '210943.345000', '210943.805000', '210944.265000', '210944.725000', '210945.185000', '210945.645000', '210946.105000', '210946.565000', '210947.025000', '210947.485000', '210947.945000', '210948.405000', '210948.865000', '210949.325000', '210949.785000', '210950.245000', '210950.705000', '210951.165000', '210951.625000', '210952.085000', '210952.545000', '210953.005000', '210953.465000', '210953.925000', '210954.385000', '210954.845000', '210955.305000', '210955.765000', '210956.225000', '210956.685000', '210957.145000', '210957.605000', '210958.065000', '210958.525000', '210958.985000', '210959.445000', '210959.905000', '211000.365000', '211000.825000', '211001.285000', '211001.745000', '211002.205000', '211002.665000', '211003.125000', '211003.585000', '211004.045000', '211004.505000', '211004.965000', '211005.425000', '211005.885000', '211006.345000', '211006.805000', '211007.265000', '211007.725000', '211008.185000', '211008.645000', '211009.105000', '211009.565000', '211010.025000', '211010.485000', '211010.945000', '211011.405000', '211011.865000', '211012.325000', '211012.785000', '211013.245000', '211013.705000', '211014.165000', '211014.625000', '211015.085000', '211015.545000', '211016.005000', '211016.465000', '211016.925000', '211017.385000', '211017.845000', '211018.305000', '211018.765000', '211019.225000', '211019.685000', '211020.145000', '211020.605000', '211021.065000', '211021.525000', '211021.985000', '211022.445000', '211022.905000', '211023.365000', '211023.825000', '211024.285000', '211024.745000', '211025.205000', '211025.665000', '211026.125000', '211026.585000', '211027.045000', '211027.505000', '211027.965000', '211028.425000', '211028.885000', '211029.345000', '211029.805000', '211030.265000', '211030.725000', '211031.185000', '211031.645000', '211032.105000', '211032.565000', '211033.025000', '211033.485000', '211033.945000', '211034.405000', '211034.865000', '211035.325000', '211035.785000', '211036.245000', '211036.705000', '211037.165000', '211037.625000', '211038.085000', '211038.545000', '211039.005000', '211039.465000', '211039.925000', '211040.385000', '211040.845000', '211041.305000', '211041.765000', '211042.225000', '211042.685000', '211043.145000', '211043.605000', '211044.065000', '211044.525000', '211044.985000', '211045.445000', '211045.905000', '211046.365000', '211046.825000', '211047.285000', '211047.745000', '211048.205000', '211048.665000', '211049.125000', '211049.585000', '211050.045000', '211050.505000', '211050.965000', '211051.425000', '211051.885000', '211052.345000', '211052.805000', '211053.265000', '211053.725000', '211054.185000', '211054.645000', '211055.105000', '211055.565000', '211056.025000', '211056.485000', '211056.945000', '211057.405000', '211057.865000', '211058.325000', '211058.785000', '211059.245000', '211059.705000', '211100.165000', '211100.625000', '211101.085000', '211101.545000', '211102.005000', '211102.465000', '211102.925000', '211103.385000', '211103.845000', '211104.305000', '211104.765000', '211105.225000', '211105.685000', '211106.145000', '211106.605000', '211107.065000', '211107.525000', '211107.985000', '211108.445000', '211108.905000', '211109.365000', '211109.825000', '211110.285000', '211110.745000', '211111.205000', '211111.665000', '211112.125000', '211112.585000', '211113.045000', '211113.505000', '211113.965000', '211114.425000', '211114.885000', '211115.345000', '211115.805000', '211116.265000', '211116.725000', '211117.185000', '211117.645000', '211118.105000', '211118.565000', '211119.025000', '211119.485000', '211119.945000', '211120.405000', '211120.865000', '211121.325000', '211121.785000', '211122.245000', '211122.705000', '211123.165000', '211123.625000', '211124.085000', '211124.545000', '211125.005000', '211125.465000', '211125.925000', '211126.385000', '211126.845000', '211127.305000', '211127.765000', '211128.225000', '211128.685000', '211129.145000', '211129.605000', '211130.065000', '211130.525000', '211130.985000', '211131.445000', '211131.905000', '211132.365000', '211132.825000', '211133.285000', '211133.745000', '211134.205000', '211134.665000', '211135.125000', '211135.585000', '211136.045000', '211136.505000', '211136.965000', '211137.425000', '211137.885000', '211138.345000', '211138.805000', '211139.265000', '211139.725000', '211140.185000', '211140.645000', '211141.105000', '211141.565000', '211142.025000', '211142.485000', '211142.945000', '211143.405000', '211143.865000', '211144.325000', '211144.785000', '211145.245000', '211145.705000', '211146.165000', '211146.625000', '211147.085000', '211147.545000', '211148.005000', '211148.465000', '211148.925000', '211149.385000', '211149.845000', '211150.305000', '211150.765000', '211151.225000', '211151.685000', '211152.145000', '211152.605000', '211153.065000', '211153.525000', '211153.985000', '211154.445000', '211154.905000', '211155.365000', '211155.825000', '211156.285000', '211156.745000', '211157.205000', '211157.665000', '211158.125000', '211158.585000', '211159.045000', '211159.505000', '211159.965000', '211200.425000', '211200.885000', '211201.345000', '211201.805000', '211202.265000', '211202.725000', '211203.185000', '211203.645000', '211204.105000', '211204.565000', '211205.025000', '211205.485000', '211205.945000', '211206.405000', '211206.865000', '211207.325000', '211207.785000', '211208.245000', '211208.705000', '211209.165000', '211209.625000', '211210.085000', '211210.545000', '211211.005000', '211211.465000', '211211.925000', '211212.385000', '211212.845000', '211213.305000', '211213.765000', '211214.225000', '211214.685000', '211215.145000', '211215.605000', '211216.065000', '211216.525000', '211216.985000', '211217.445000', '211217.905000', '211218.365000', '211218.825000', '211219.285000', '211219.745000', '211220.205000', '211220.665000', '211221.125000', '211221.585000', '211222.045000', '211222.505000', '211222.965000', '211223.425000', '211223.885000', '211224.345000', '211224.805000', '211225.265000', '211225.725000', '211226.185000', '211226.645000', '211227.105000', '211227.565000', '211228.025000', '211228.485000', '211228.945000', '211229.405000', '211229.865000', '211230.325000', '211230.785000', '211231.245000', '211231.705000', '211232.165000', '211232.625000', '211233.085000', '211233.545000', '211234.005000', '211234.465000', '211234.925000', '211235.385000', '211235.845000', '211236.305000', '211236.765000', '211237.225000', '211237.685000', '211238.145000', '211238.605000', '211239.065000', '211239.525000', '211239.985000', '211240.445000', '211240.905000', '211241.365000', '211241.825000', '211242.285000', '211242.745000', '211243.205000', '211243.665000', '211244.125000', '211244.585000', '211245.045000', '211245.505000', '211245.965000', '211246.425000', '211246.885000', '211247.345000', '211247.805000', '211248.265000', '211248.725000', '211249.185000', '211249.645000', '211250.105000', '211250.565000', '211251.025000', '211251.485000', '211251.945000', '211252.405000', '211252.865000', '211253.325000', '211253.785000', '211254.245000', '211254.705000', '211255.165000', '211255.625000', '211256.085000', '211256.545000', '211257.005000', '211257.465000', '211257.925000', '211258.385000', '211258.845000', '211259.305000', '211259.765000', '211300.225000', '211300.685000', '211301.145000', '211301.605000', '211302.065000', '211302.525000', '211302.985000', '211303.445000', '211303.905000', '211304.365000', '211304.825000', '211305.285000', '211305.745000', '211306.205000', '211306.665000', '211307.125000', '211307.585000', '211308.045000', '211308.505000', '211308.965000', '211309.425000', '211309.885000', '211310.345000', '211310.805000', '211311.265000', '211311.725000', '211312.185000', '211312.645000', '211313.105000', '211313.565000', '211314.025000', '211314.485000', '211314.945000', '211315.405000', '211315.865000', '211316.325000', '211316.785000', '211317.245000', '211317.705000', '211318.165000', '211318.625000', '211319.085000', '211319.545000', '211320.005000', '211320.465000', '211320.925000', '211321.385000', '211321.845000', '211322.305000', '211322.765000', '211323.225000', '211323.685000', '211324.145000', '211324.605000', '211325.065000', '211325.525000', '211325.985000', '211326.445000', '211326.905000', '211327.365000', '211327.825000', '211328.285000', '211328.745000', '211329.205000', '211329.665000', '211330.125000', '211330.585000', '211331.045000', '211331.505000', '211331.965000', '211332.425000', '211332.885000', '211333.345000', '211333.805000', '211334.265000', '211334.725000', '211335.185000', '211335.645000', '211336.105000', '211336.565000', '211337.025000', '211337.485000', '211337.945000', '211338.405000', '211338.865000', '211339.325000', '211339.785000', '211340.245000', '211340.705000', '211341.165000', '211341.625000', '211342.085000', '211342.545000', '211343.005000', '211343.465000', '211343.925000', '211344.385000', '211344.845000', '211345.305000', '211345.765000', '211346.225000'], 'ContentTime': ['210731.816000', '210731.820000', '210731.823000', '210731.825000', '210731.828000', '210731.830000', '210731.833000', '210731.836000', '210731.838000', '210731.841000', '210731.844000', '210731.846000', '210731.849000', '210731.851000', '210731.854000', '210731.857000', '210731.859000', '210731.862000', '210731.864000', '210731.867000', '210731.869000', '210731.872000', '210731.875000', '210731.877000', '210731.880000', '210731.882000', '210731.885000', '210731.895000', '210731.898000', '210731.901000', '210731.903000', '210731.906000', '210731.909000', '210731.911000', '210731.914000', '210731.916000', '210731.919000', '210731.922000', '210731.924000', '210731.927000', '210731.930000', '210731.932000', '210731.935000', '210731.937000', '210731.940000', '210731.943000', '210731.945000', '210731.948000', '210731.950000', '210731.953000', '210731.956000', '210731.958000', '210731.961000', '210731.963000', '210751.790000', '210751.792000', '210751.795000', '210751.798000', '210751.800000', '210751.803000', '210751.806000', '210751.808000', '210751.811000', '210751.820000', '210751.823000', '210751.825000', '210751.828000', '210751.831000', '210751.833000', '210751.836000', '210751.838000', '210751.841000', '210751.843000', '210751.846000', '210751.849000', '210751.851000', '210751.854000', '210751.857000', '210751.859000', '210751.862000', '210751.864000', '210751.867000', '210751.870000', '210751.872000', '210751.875000', '210751.877000', '210751.880000', '210751.883000', '210751.885000', '210751.888000', '210751.890000', '210751.893000', '210751.895000', '210751.898000', '210751.901000', '210751.903000', '210751.906000', '210811.789000', '210811.792000', '210811.795000', '210811.798000', '210811.800000', '210811.803000', '210811.805000', '210811.808000', '210811.811000', '210811.813000', '210811.816000', '210811.818000', '210811.821000', '210811.824000', '210811.826000', '210811.829000', '210811.831000', '210811.843000', '210811.846000', '210811.848000', '210811.851000', '210811.854000', '210811.856000', '210811.859000', '210811.861000', '210811.864000', '210811.867000', '210811.869000', '210811.872000', '210811.874000', '210811.877000', '210811.880000', '210811.882000', '210811.885000', '210811.888000', '210811.890000', '210811.893000', '210811.895000', '210811.898000', '210811.901000', '210811.903000', '210811.906000', '210811.909000', '210811.911000', '210831.789000', '210831.792000', '210831.795000', '210831.797000', '210831.800000', '210831.803000', '210831.805000', '210831.808000', '210831.837000', '210831.839000', '210831.842000', '210831.844000', '210831.847000', '210831.849000', '210831.852000', '210831.855000', '210831.857000', '210831.860000', '210831.862000', '210831.865000', '210831.867000', '210831.870000', '210831.872000', '210831.875000', '210831.878000', '210831.880000', '210831.883000', '210831.885000', '210831.888000', '210831.891000', '210831.893000', '210831.896000', '210831.899000', '210831.901000', '210831.904000', '210831.906000', '210831.909000', '210831.912000', '210831.914000', '210831.917000', '210831.920000', '210831.922000', '210831.925000', '210851.790000', '210851.793000', '210851.796000', '210851.799000', '210851.801000', '210851.804000', '210851.807000', '210851.810000', '210851.812000', '210851.815000', '210851.818000', '210851.821000', '210851.824000', '210851.826000', '210851.829000', '210851.831000', '210851.834000', '210851.837000', '210851.839000', '210851.842000', '210851.845000', '210851.847000', '210851.850000', '210851.852000', '210851.855000', '210851.857000', '210851.860000', '210851.872000', '210851.874000', '210851.883000', '210851.885000', '210851.888000', '210851.891000', '210851.893000', '210851.896000', '210851.898000', '210851.901000', '210851.903000', '210851.906000', '210851.908000', '210851.911000', '210851.914000', '210851.917000', '210911.790000', '210911.793000', '210911.796000', '210911.799000', '210911.801000', '210911.804000', '210911.806000', '210911.809000', '210911.812000', '210911.814000', '210911.817000', '210911.820000', '210911.822000', '210911.825000', '210911.827000', '210911.830000', '210911.833000', '210911.835000', '210911.838000', '210911.840000', '210911.843000', '210911.846000', '210911.848000', '210911.851000', '210911.853000', '210911.862000', '210911.864000', '210911.867000', '210911.869000', '210911.872000', '210911.875000', '210911.877000', '210911.880000', '210911.882000', '210911.885000', '210911.888000', '210911.890000', '210911.893000', '210911.895000', '210911.898000', '210911.901000', '210911.903000', '210911.906000', '210911.909000', '210931.791000', '210931.794000', '210931.796000', '210931.799000', '210931.802000', '210931.804000', '210931.807000', '210931.810000', '210931.812000', '210931.815000', '210931.817000', '210931.820000', '210931.823000', '210931.825000', '210931.828000', '210931.830000', '210931.833000', '210931.836000', '210931.838000', '210931.841000', '210931.844000', '210931.846000', '210931.849000', '210931.859000', '210931.862000', '210931.864000', '210931.867000', '210931.870000', '210931.872000', '210931.875000', '210931.877000', '210931.880000', '210931.883000', '210931.885000', '210931.888000', '210931.891000', '210931.893000', '210931.896000', '210931.898000', '210931.901000', '210931.904000', '210931.906000', '210931.909000', '210951.790000', '210951.793000', '210951.796000', '210951.799000', '210951.801000', '210951.804000', '210951.806000', '210951.809000', '210951.812000', '210951.814000', '210951.817000', '210951.820000', '210951.822000', '210951.825000', '210951.827000', '210951.830000', '210951.833000', '210951.835000', '210951.838000', '210951.841000', '210951.843000', '210951.846000', '210951.848000', '210951.851000', '210951.853000', '210951.856000', '210951.859000', '210951.861000', '210951.864000', '210951.866000', '210951.873000', '210951.876000', '210951.878000', '210951.881000', '210951.884000', '210951.886000', '210951.889000', '210951.891000', '210951.894000', '210951.897000', '210951.899000', '210951.902000', '210951.905000', '210951.907000', '211011.789000', '211011.792000', '211011.795000', '211011.798000', '211011.801000', '211011.803000', '211011.806000', '211011.808000', '211011.811000', '211011.814000', '211011.816000', '211011.819000', '211011.822000', '211011.825000', '211011.827000', '211011.830000', '211011.833000', '211011.835000', '211011.838000', '211011.841000', '211011.843000', '211011.846000', '211011.849000', '211011.851000', '211011.854000', '211011.857000', '211011.860000', '211011.863000', '211011.865000', '211011.868000', '211011.871000', '211011.873000', '211011.876000', '211011.879000', '211011.881000', '211011.884000', '211011.887000', '211011.889000', '211011.892000', '211011.895000', '211011.897000', '211011.900000', '211011.903000', '211031.789000', '211031.793000', '211031.795000', '211031.798000', '211031.800000', '211031.803000', '211031.806000', '211031.808000', '211031.811000', '211031.834000', '211031.837000', '211031.839000', '211031.842000', '211031.844000', '211031.847000', '211031.850000', '211031.852000', '211031.855000', '211031.858000', '211031.860000', '211031.863000', '211031.866000', '211031.868000', '211031.871000', '211031.873000', '211031.876000', '211031.879000', '211031.881000', '211031.884000', '211031.887000', '211031.889000', '211031.892000', '211031.894000', '211031.897000', '211031.900000', '211031.902000', '211031.905000', '211031.908000', '211031.910000', '211031.913000', '211031.926000', '211031.928000', '211031.931000', '211031.934000', '211051.790000', '211051.793000', '211051.795000', '211051.798000', '211051.801000', '211051.803000', '211051.806000', '211051.809000', '211051.811000', '211051.814000', '211051.816000', '211051.819000', '211051.822000', '211051.824000', '211051.827000', '211051.830000', '211051.833000', '211051.835000', '211051.838000', '211051.841000', '211051.843000', '211051.846000', '211051.849000', '211051.852000', '211051.854000', '211051.857000', '211051.860000', '211051.863000', '211051.865000', '211051.868000', '211051.871000', '211051.874000', '211051.876000', '211051.879000', '211051.881000', '211051.884000', '211051.887000', '211051.889000', '211051.892000', '211051.895000', '211051.897000', '211051.900000', '211051.903000', '211111.790000', '211111.793000', '211111.796000', '211111.799000', '211111.802000', '211111.804000', '211111.807000', '211111.809000', '211111.812000', '211111.815000', '211111.817000', '211111.820000', '211111.823000', '211111.825000', '211111.828000', '211111.839000', '211111.842000', '211111.844000', '211111.847000', '211111.850000', '211111.852000', '211111.855000', '211111.858000', '211111.860000', '211111.863000', '211111.866000', '211111.868000', '211111.871000', '211111.874000', '211111.876000', '211111.879000', '211111.882000', '211111.884000', '211111.887000', '211111.890000', '211111.892000', '211111.895000', '211111.898000', '211111.900000', '211111.903000', '211111.906000', '211111.908000', '211111.911000', '211111.914000', '211131.790000', '211131.793000', '211131.796000', '211131.799000', '211131.801000', '211131.804000', '211131.807000', '211131.809000', '211131.812000', '211131.815000', '211131.817000', '211131.820000', '211131.823000', '211131.825000', '211131.828000', '211131.831000', '211131.833000', '211131.836000', '211131.839000', '211131.841000', '211131.844000', '211131.847000', '211131.850000', '211131.853000', '211131.855000', '211131.858000', '211131.860000', '211131.863000', '211131.866000', '211131.868000', '211131.871000', '211131.873000', '211131.876000', '211131.879000', '211131.881000', '211131.884000', '211131.887000', '211131.889000', '211131.892000', '211131.895000', '211131.898000', '211131.901000', '211131.904000', '211151.791000', '211151.793000', '211151.796000', '211151.799000', '211151.802000', '211151.804000', '211151.807000', '211151.810000', '211151.812000', '211151.815000', '211151.818000', '211151.820000', '211151.823000', '211151.826000', '211151.828000', '211151.831000', '211151.833000', '211151.836000', '211151.839000', '211151.841000', '211151.844000', '211151.847000', '211151.849000', '211151.852000', '211151.855000', '211151.857000', '211151.860000', '211151.863000', '211151.865000', '211151.868000', '211151.871000', '211151.873000', '211151.876000', '211151.879000', '211151.895000', '211151.898000', '211151.901000', '211151.903000', '211151.906000', '211151.908000', '211151.911000', '211151.914000', '211151.916000', '211151.919000', '211211.791000', '211211.794000', '211211.796000', '211211.799000', '211211.802000', '211211.804000', '211211.807000', '211211.810000', '211211.812000', '211211.815000', '211211.817000', '211211.820000', '211211.823000', '211211.825000', '211211.828000', '211211.831000', '211211.833000', '211211.836000', '211211.839000', '211211.842000', '211211.844000', '211211.847000', '211211.850000', '211211.852000', '211211.855000', '211211.858000', '211211.860000', '211211.863000', '211211.865000', '211211.868000', '211211.871000', '211211.873000', '211211.876000', '211211.879000', '211211.881000', '211211.884000', '211211.887000', '211211.890000', '211211.893000', '211211.897000', '211211.899000', '211211.902000', '211211.905000', '211231.789000', '211231.792000', '211231.795000', '211231.798000', '211231.801000', '211231.803000', '211231.806000', '211231.809000', '211231.811000', '211231.814000', '211231.816000', '211231.819000', '211231.822000', '211231.824000', '211231.827000', '211231.830000', '211231.832000', '211231.835000', '211231.838000', '211231.840000', '211231.843000', '211231.845000', '211231.848000', '211231.851000', '211231.853000', '211231.856000', '211231.859000', '211231.861000', '211231.864000', '211231.866000', '211231.869000', '211231.872000', '211231.874000', '211231.877000', '211231.880000', '211231.882000', '211231.885000', '211231.887000', '211231.890000', '211231.893000', '211231.895000', '211231.898000', '211231.901000', '211231.903000', '211251.790000', '211251.793000', '211251.795000', '211251.798000', '211251.801000', '211251.804000', '211251.806000', '211251.809000', '211251.812000', '211251.814000', '211251.817000', '211251.819000', '211251.822000', '211251.825000', '211251.827000', '211251.830000', '211251.832000', '211251.835000', '211251.838000', '211251.840000', '211251.843000', '211251.846000', '211251.848000', '211251.851000', '211251.854000', '211251.856000', '211251.859000', '211251.861000', '211251.864000', '211251.867000', '211251.869000', '211251.872000', '211251.875000', '211251.877000', '211251.880000', '211251.882000', '211251.885000', '211251.888000', '211251.890000', '211251.893000', '211251.896000', '211251.898000', '211251.901000', '211311.790000', '211311.792000', '211311.795000', '211311.798000', '211311.800000', '211311.803000', '211311.806000', '211311.809000', '211311.811000', '211311.814000', '211311.816000', '211311.819000', '211311.822000', '211311.824000', '211311.827000', '211311.830000', '211311.832000', '211311.835000', '211311.838000', '211311.840000', '211311.843000', '211311.846000', '211311.848000', '211311.851000', '211311.854000', '211311.856000', '211311.859000', '211311.861000', '211311.864000', '211311.867000', '211311.870000', '211311.872000', '211311.875000', '211311.878000', '211311.880000', '211311.883000', '211311.886000', '211311.888000', '211311.891000', '211311.894000', '211311.896000', '211311.899000', '211311.901000', '211311.905000', '211331.791000', '211331.808000', '211331.810000', '211331.813000', '211331.816000', '211331.818000', '211331.821000', '211331.824000', '211331.826000', '211331.829000', '211331.831000', '211331.834000', '211331.837000', '211331.839000', '211331.842000', '211331.845000', '211331.847000', '211331.850000', '211331.852000', '211331.855000', '211331.858000', '211331.860000', '211331.863000', '211331.866000', '211331.868000', '211331.871000', '211331.873000', '211331.876000', '211331.879000', '211331.881000', '211331.884000', '211331.887000', '211331.889000', '211331.892000', '211331.894000', '211331.897000', '211331.900000', '211331.902000', '211331.905000', '211331.908000', '211331.910000', '211331.913000', '211331.915000', '211348.009000', '211348.012000', '211348.015000', '211348.018000', '211348.021000', '211348.023000', '211348.026000', '211348.028000', '211348.031000', '211348.034000', '211348.037000', '211348.039000', '211348.042000', '211348.045000', '211348.048000', '211348.050000', '211348.054000', '211348.056000', '211348.059000', '211348.062000', '211348.064000', '211348.067000', '211348.070000', '211348.074000', '211348.077000', '211348.080000', '211348.083000', '211348.085000', '211348.089000', '211348.100000', '211348.103000', '211348.105000', '211348.110000', '211348.113000', '211348.120000', '211348.123000'], 'InstanceCreationTime': ['210731.816000', '210731.820000', '210731.823000', '210731.825000', '210731.828000', '210731.830000', '210731.833000', '210731.836000', '210731.838000', '210731.841000', '210731.844000', '210731.846000', '210731.849000', '210731.851000', '210731.854000', '210731.857000', '210731.859000', '210731.862000', '210731.864000', '210731.867000', '210731.869000', '210731.872000', '210731.875000', '210731.877000', '210731.880000', '210731.882000', '210731.885000', '210731.895000', '210731.898000', '210731.901000', '210731.903000', '210731.906000', '210731.909000', '210731.911000', '210731.914000', '210731.916000', '210731.919000', '210731.922000', '210731.924000', '210731.927000', '210731.930000', '210731.932000', '210731.935000', '210731.937000', '210731.940000', '210731.943000', '210731.945000', '210731.948000', '210731.950000', '210731.953000', '210731.956000', '210731.958000', '210731.961000', '210731.963000', '210751.790000', '210751.792000', '210751.795000', '210751.798000', '210751.800000', '210751.803000', '210751.806000', '210751.808000', '210751.811000', '210751.820000', '210751.823000', '210751.825000', '210751.828000', '210751.831000', '210751.833000', '210751.836000', '210751.838000', '210751.841000', '210751.843000', '210751.846000', '210751.849000', '210751.851000', '210751.854000', '210751.857000', '210751.859000', '210751.862000', '210751.864000', '210751.867000', '210751.870000', '210751.872000', '210751.875000', '210751.877000', '210751.880000', '210751.883000', '210751.885000', '210751.888000', '210751.890000', '210751.893000', '210751.895000', '210751.898000', '210751.901000', '210751.903000', '210751.906000', '210811.789000', '210811.792000', '210811.795000', '210811.798000', '210811.800000', '210811.803000', '210811.805000', '210811.808000', '210811.811000', '210811.813000', '210811.816000', '210811.818000', '210811.821000', '210811.824000', '210811.826000', '210811.829000', '210811.831000', '210811.843000', '210811.846000', '210811.848000', '210811.851000', '210811.854000', '210811.856000', '210811.859000', '210811.861000', '210811.864000', '210811.867000', '210811.869000', '210811.872000', '210811.874000', '210811.877000', '210811.880000', '210811.882000', '210811.885000', '210811.888000', '210811.890000', '210811.893000', '210811.895000', '210811.898000', '210811.901000', '210811.903000', '210811.906000', '210811.909000', '210811.911000', '210831.789000', '210831.792000', '210831.795000', '210831.797000', '210831.800000', '210831.803000', '210831.805000', '210831.808000', '210831.837000', '210831.839000', '210831.842000', '210831.844000', '210831.847000', '210831.849000', '210831.852000', '210831.855000', '210831.857000', '210831.860000', '210831.862000', '210831.865000', '210831.867000', '210831.870000', '210831.872000', '210831.875000', '210831.878000', '210831.880000', '210831.883000', '210831.885000', '210831.888000', '210831.891000', '210831.893000', '210831.896000', '210831.899000', '210831.901000', '210831.904000', '210831.906000', '210831.909000', '210831.912000', '210831.914000', '210831.917000', '210831.920000', '210831.922000', '210831.925000', '210851.790000', '210851.793000', '210851.796000', '210851.799000', '210851.801000', '210851.804000', '210851.807000', '210851.810000', '210851.812000', '210851.815000', '210851.818000', '210851.821000', '210851.824000', '210851.826000', '210851.829000', '210851.831000', '210851.834000', '210851.837000', '210851.839000', '210851.842000', '210851.845000', '210851.847000', '210851.850000', '210851.852000', '210851.855000', '210851.857000', '210851.860000', '210851.872000', '210851.874000', '210851.883000', '210851.885000', '210851.888000', '210851.891000', '210851.893000', '210851.896000', '210851.898000', '210851.901000', '210851.903000', '210851.906000', '210851.908000', '210851.911000', '210851.914000', '210851.917000', '210911.790000', '210911.793000', '210911.796000', '210911.799000', '210911.801000', '210911.804000', '210911.806000', '210911.809000', '210911.812000', '210911.814000', '210911.817000', '210911.820000', '210911.822000', '210911.825000', '210911.827000', '210911.830000', '210911.833000', '210911.835000', '210911.838000', '210911.840000', '210911.843000', '210911.846000', '210911.848000', '210911.851000', '210911.853000', '210911.862000', '210911.864000', '210911.867000', '210911.869000', '210911.872000', '210911.875000', '210911.877000', '210911.880000', '210911.882000', '210911.885000', '210911.888000', '210911.890000', '210911.893000', '210911.895000', '210911.898000', '210911.901000', '210911.903000', '210911.906000', '210911.909000', '210931.791000', '210931.794000', '210931.796000', '210931.799000', '210931.802000', '210931.804000', '210931.807000', '210931.810000', '210931.812000', '210931.815000', '210931.817000', '210931.820000', '210931.823000', '210931.825000', '210931.828000', '210931.830000', '210931.833000', '210931.836000', '210931.838000', '210931.841000', '210931.844000', '210931.846000', '210931.849000', '210931.859000', '210931.862000', '210931.864000', '210931.867000', '210931.870000', '210931.872000', '210931.875000', '210931.877000', '210931.880000', '210931.883000', '210931.885000', '210931.888000', '210931.891000', '210931.893000', '210931.896000', '210931.898000', '210931.901000', '210931.904000', '210931.906000', '210931.909000', '210951.790000', '210951.793000', '210951.796000', '210951.799000', '210951.801000', '210951.804000', '210951.806000', '210951.809000', '210951.812000', '210951.814000', '210951.817000', '210951.820000', '210951.822000', '210951.825000', '210951.827000', '210951.830000', '210951.833000', '210951.835000', '210951.838000', '210951.841000', '210951.843000', '210951.846000', '210951.848000', '210951.851000', '210951.853000', '210951.856000', '210951.859000', '210951.861000', '210951.864000', '210951.866000', '210951.873000', '210951.876000', '210951.878000', '210951.881000', '210951.884000', '210951.886000', '210951.889000', '210951.891000', '210951.894000', '210951.897000', '210951.899000', '210951.902000', '210951.905000', '210951.907000', '211011.789000', '211011.792000', '211011.795000', '211011.798000', '211011.801000', '211011.803000', '211011.806000', '211011.808000', '211011.811000', '211011.814000', '211011.816000', '211011.819000', '211011.822000', '211011.825000', '211011.827000', '211011.830000', '211011.833000', '211011.835000', '211011.838000', '211011.841000', '211011.843000', '211011.846000', '211011.849000', '211011.851000', '211011.854000', '211011.857000', '211011.860000', '211011.863000', '211011.865000', '211011.868000', '211011.871000', '211011.873000', '211011.876000', '211011.879000', '211011.881000', '211011.884000', '211011.887000', '211011.889000', '211011.892000', '211011.895000', '211011.897000', '211011.900000', '211011.903000', '211031.789000', '211031.793000', '211031.795000', '211031.798000', '211031.800000', '211031.803000', '211031.806000', '211031.808000', '211031.811000', '211031.834000', '211031.837000', '211031.839000', '211031.842000', '211031.844000', '211031.847000', '211031.850000', '211031.852000', '211031.855000', '211031.858000', '211031.860000', '211031.863000', '211031.866000', '211031.868000', '211031.871000', '211031.873000', '211031.876000', '211031.879000', '211031.881000', '211031.884000', '211031.887000', '211031.889000', '211031.892000', '211031.894000', '211031.897000', '211031.900000', '211031.902000', '211031.905000', '211031.908000', '211031.910000', '211031.913000', '211031.926000', '211031.928000', '211031.931000', '211031.934000', '211051.790000', '211051.793000', '211051.795000', '211051.798000', '211051.801000', '211051.803000', '211051.806000', '211051.809000', '211051.811000', '211051.814000', '211051.816000', '211051.819000', '211051.822000', '211051.824000', '211051.827000', '211051.830000', '211051.833000', '211051.835000', '211051.838000', '211051.841000', '211051.843000', '211051.846000', '211051.849000', '211051.852000', '211051.854000', '211051.857000', '211051.860000', '211051.863000', '211051.865000', '211051.868000', '211051.871000', '211051.874000', '211051.876000', '211051.879000', '211051.881000', '211051.884000', '211051.887000', '211051.889000', '211051.892000', '211051.895000', '211051.897000', '211051.900000', '211051.903000', '211111.790000', '211111.793000', '211111.796000', '211111.799000', '211111.802000', '211111.804000', '211111.807000', '211111.809000', '211111.812000', '211111.815000', '211111.817000', '211111.820000', '211111.823000', '211111.825000', '211111.828000', '211111.839000', '211111.842000', '211111.844000', '211111.847000', '211111.850000', '211111.852000', '211111.855000', '211111.858000', '211111.860000', '211111.863000', '211111.866000', '211111.868000', '211111.871000', '211111.874000', '211111.876000', '211111.879000', '211111.882000', '211111.884000', '211111.887000', '211111.890000', '211111.892000', '211111.895000', '211111.898000', '211111.900000', '211111.903000', '211111.906000', '211111.908000', '211111.911000', '211111.914000', '211131.790000', '211131.793000', '211131.796000', '211131.799000', '211131.801000', '211131.804000', '211131.807000', '211131.809000', '211131.812000', '211131.815000', '211131.817000', '211131.820000', '211131.823000', '211131.825000', '211131.828000', '211131.831000', '211131.833000', '211131.836000', '211131.839000', '211131.841000', '211131.844000', '211131.847000', '211131.850000', '211131.853000', '211131.855000', '211131.858000', '211131.860000', '211131.863000', '211131.866000', '211131.868000', '211131.871000', '211131.873000', '211131.876000', '211131.879000', '211131.881000', '211131.884000', '211131.887000', '211131.889000', '211131.892000', '211131.895000', '211131.898000', '211131.901000', '211131.904000', '211151.791000', '211151.793000', '211151.796000', '211151.799000', '211151.802000', '211151.804000', '211151.807000', '211151.810000', '211151.812000', '211151.815000', '211151.818000', '211151.820000', '211151.823000', '211151.826000', '211151.828000', '211151.831000', '211151.833000', '211151.836000', '211151.839000', '211151.841000', '211151.844000', '211151.847000', '211151.849000', '211151.852000', '211151.855000', '211151.857000', '211151.860000', '211151.863000', '211151.865000', '211151.868000', '211151.871000', '211151.873000', '211151.876000', '211151.879000', '211151.895000', '211151.898000', '211151.901000', '211151.903000', '211151.906000', '211151.908000', '211151.911000', '211151.914000', '211151.916000', '211151.919000', '211211.791000', '211211.794000', '211211.796000', '211211.799000', '211211.802000', '211211.804000', '211211.807000', '211211.810000', '211211.812000', '211211.815000', '211211.817000', '211211.820000', '211211.823000', '211211.825000', '211211.828000', '211211.831000', '211211.833000', '211211.836000', '211211.839000', '211211.842000', '211211.844000', '211211.847000', '211211.850000', '211211.852000', '211211.855000', '211211.858000', '211211.860000', '211211.863000', '211211.865000', '211211.868000', '211211.871000', '211211.873000', '211211.876000', '211211.879000', '211211.881000', '211211.884000', '211211.887000', '211211.890000', '211211.893000', '211211.897000', '211211.899000', '211211.902000', '211211.905000', '211231.789000', '211231.792000', '211231.795000', '211231.798000', '211231.801000', '211231.803000', '211231.806000', '211231.809000', '211231.811000', '211231.814000', '211231.816000', '211231.819000', '211231.822000', '211231.824000', '211231.827000', '211231.830000', '211231.832000', '211231.835000', '211231.838000', '211231.840000', '211231.843000', '211231.845000', '211231.848000', '211231.851000', '211231.853000', '211231.856000', '211231.859000', '211231.861000', '211231.864000', '211231.866000', '211231.869000', '211231.872000', '211231.874000', '211231.877000', '211231.880000', '211231.882000', '211231.885000', '211231.887000', '211231.890000', '211231.893000', '211231.895000', '211231.898000', '211231.901000', '211231.903000', '211251.790000', '211251.793000', '211251.795000', '211251.798000', '211251.801000', '211251.804000', '211251.806000', '211251.809000', '211251.812000', '211251.814000', '211251.817000', '211251.819000', '211251.822000', '211251.825000', '211251.827000', '211251.830000', '211251.832000', '211251.835000', '211251.838000', '211251.840000', '211251.843000', '211251.846000', '211251.848000', '211251.851000', '211251.854000', '211251.856000', '211251.859000', '211251.861000', '211251.864000', '211251.867000', '211251.869000', '211251.872000', '211251.875000', '211251.877000', '211251.880000', '211251.882000', '211251.885000', '211251.888000', '211251.890000', '211251.893000', '211251.896000', '211251.898000', '211251.901000', '211311.790000', '211311.792000', '211311.795000', '211311.798000', '211311.800000', '211311.803000', '211311.806000', '211311.809000', '211311.811000', '211311.814000', '211311.816000', '211311.819000', '211311.822000', '211311.824000', '211311.827000', '211311.830000', '211311.832000', '211311.835000', '211311.838000', '211311.840000', '211311.843000', '211311.846000', '211311.848000', '211311.851000', '211311.854000', '211311.856000', '211311.859000', '211311.861000', '211311.864000', '211311.867000', '211311.870000', '211311.872000', '211311.875000', '211311.878000', '211311.880000', '211311.883000', '211311.886000', '211311.888000', '211311.891000', '211311.894000', '211311.896000', '211311.899000', '211311.901000', '211311.905000', '211331.791000', '211331.808000', '211331.810000', '211331.813000', '211331.816000', '211331.818000', '211331.821000', '211331.824000', '211331.826000', '211331.829000', '211331.831000', '211331.834000', '211331.837000', '211331.839000', '211331.842000', '211331.845000', '211331.847000', '211331.850000', '211331.852000', '211331.855000', '211331.858000', '211331.860000', '211331.863000', '211331.866000', '211331.868000', '211331.871000', '211331.873000', '211331.876000', '211331.879000', '211331.881000', '211331.884000', '211331.887000', '211331.889000', '211331.892000', '211331.894000', '211331.897000', '211331.900000', '211331.902000', '211331.905000', '211331.908000', '211331.910000', '211331.913000', '211331.915000', '211348.009000', '211348.012000', '211348.015000', '211348.018000', '211348.021000', '211348.023000', '211348.026000', '211348.028000', '211348.031000', '211348.034000', '211348.037000', '211348.039000', '211348.042000', '211348.045000', '211348.048000', '211348.050000', '211348.054000', '211348.056000', '211348.059000', '211348.062000', '211348.064000', '211348.067000', '211348.070000', '211348.074000', '211348.077000', '211348.080000', '211348.083000', '211348.085000', '211348.089000', '211348.100000', '211348.103000', '211348.105000', '211348.110000', '211348.113000', '211348.120000', '211348.123000'], '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': [11265, 14100, 9056, 12077, 8352, 10827, 8401, 10407, 8399, 9594, 14469, 9139, 16418, 9317, 13667, 9351, 12472, 8891, 12694, 8634, 13310, 8501, 9695, 16095, 8954, 17185, 9014, 12182, 8811, 9752, 8344, 10472, 8449, 11472, 8523, 9991, 8644, 10174, 8763, 9856, 8944, 9283, 15143, 8667, 17293, 9291, 13321, 9025, 11886, 8625, 11271, 8182, 12777, 8395, 9831, 8830, 9861, 12088, 8699, 12854, 8781, 15067, 8800, 12559, 8376, 11897, 8468, 11180, 8538, 10864, 8546, 10722, 8528, 10618, 8927, 9669, 9897, 9254, 14221, 8663, 15785, 8814, 16739, 8580, 12916, 9247, 13608, 8569, 12479, 8366, 11837, 8326, 11949, 8569, 10183, 8626, 10866, 8442, 11814, 8583, 11943, 8695, 11217, 8533, 11758, 8453, 12731, 8540, 12036, 8521, 12089, 8627, 13374, 8638, 10310, 8760, 9933, 16108, 9101, 16835, 8597, 18511, 8403, 13143, 8494, 12015, 8367, 11612, 8271, 11645, 8469, 11584, 8432, 11586, 8614, 10009, 8389, 10998, 8352, 12160, 8460, 10600, 8631, 10582, 8681, 11369, 8793, 9596, 13992, 8459, 18296, 9435, 18745, 8816, 15755, 8538, 13462, 8607, 13344, 8470, 11249, 8314, 11609, 8392, 12756, 8585, 12270, 8543, 10830, 8325, 12452, 8697, 10747, 8554, 11671, 8645, 12225, 8329, 11113, 8745, 10942, 8601, 12370, 8565, 12457, 8348, 11290, 8477, 11678, 8355, 12865, 8582, 10222, 8600, 10554, 8917, 10570, 8834, 9329, 13075, 8678, 16855, 9615, 14143, 8937, 9283, 8747, 9461, 9005, 8639, 10455, 8501, 11321, 8667, 11888, 9314, 11521, 9082, 9124, 16535, 8741, 16675, 10609, 14451, 8761, 13418, 8631, 11557, 8598, 12199, 10352, 8839, 18372, 8865, 15167, 8540, 12633, 8635, 11132, 8464, 10222, 8815, 10483, 11513, 8764, 13172, 8640, 15155, 8575, 12815, 8714, 11694, 8540, 11125, 8734, 10249, 8368, 9151, 9977, 8763, 11933, 8672, 11654, 9018, 12276, 8938, 14805, 8976, 10766, 9168, 10679, 9104, 12720, 9270, 9028, 13486, 8226, 19050, 9857, 14386, 8289, 15208, 8381, 11859, 8540, 11957, 8293, 12771, 8557, 11797, 8762, 11805, 8584, 12387, 8562, 10477, 8713, 10941, 9504, 10574, 9500, 8589, 16562, 8802, 15075, 9403, 13115, 8630, 12387, 8677, 11422, 8782, 11883, 8794, 11303, 8814, 11117, 8865, 11776, 8543, 11556, 8850, 12026, 8945, 12310, 8684, 12616, 8925, 11930, 8708, 12356, 8948, 11179, 9084, 9248, 14789, 8438, 19018, 9901, 15205, 8485, 11906, 8490, 11371, 8502, 12288, 8469, 11957, 8677, 12525, 8920, 11854, 8725, 12263, 8873, 12595, 8834, 12156, 8829, 12420, 8979, 11476, 8933, 12069, 9179, 11628, 9270, 9645, 13517, 8568, 19272, 10388, 14714, 9377, 12121, 9038, 11481, 9083, 11534, 9125, 11160, 9322, 10405, 10231, 9399, 12282, 9206, 9515, 8494, 12296, 8517, 13010, 8622, 9665, 8478, 9600, 9158, 11032, 10044, 10635, 10729, 9458, 9854, 11871, 9133, 14667, 9765, 14093, 8655, 15065, 8591, 14437, 9558, 14115, 8677, 15442, 8757, 14884, 9784, 14180, 9647, 13809, 8722, 12445, 8827, 12733, 10171, 11645, 8665, 12363, 8751, 13679, 9968, 11266, 8519, 13324, 8874, 16002, 10144, 15767, 9394, 17388, 8718, 13755, 9408, 14152, 9754, 15319, 8692, 12344, 8699, 12615, 8770, 12413, 8870, 13184, 8904, 13695, 9180, 12461, 8771, 13151, 8719, 13499, 9013, 14145, 8810, 13561, 8755, 12313, 9036, 13635, 8827, 14162, 8728, 11566, 8926, 12955, 9089, 12707, 8900, 11923, 9105, 12135, 9392, 11447, 9292, 10168, 9500, 8932, 13141, 9533, 11410, 9060, 9643, 8721, 12649, 9518, 12972, 10633, 9465, 9958, 9180, 11719, 9080, 13712, 10053, 11329, 12189, 8749, 18810, 9978, 15685, 11321, 14868, 8574, 11520, 8837, 10930, 8928, 11751, 9004, 10038, 9287, 10805, 9244, 11343, 9043, 10360, 9137, 9740, 10949, 10467, 9088, 10718, 9143, 10545, 9401, 11923, 10117, 11496, 9469, 9287, 12749, 8868, 15169, 10711, 14054, 8847, 14978, 8656, 14260, 9665, 13077, 10166, 12384, 8692, 13036, 8821, 12999, 9908, 13174, 8636, 12345, 8753, 13627, 9038, 13339, 9519, 13367, 8726, 13285, 9136, 13199, 8954, 12166, 9333, 9479, 12106, 9016, 16636, 11159, 15733, 9807, 15686, 8972, 14170, 10615, 13606, 8979, 12598, 8937, 11952, 9435, 9514, 9822, 9551, 10739, 13276, 9064, 14056, 10793, 13375, 8944, 15319, 9097, 13942, 11003, 12605, 9051, 11573, 9457, 10385, 13101, 9527, 15416, 8829, 15958, 9043, 14061, 9388, 12167, 8992, 12913, 9317, 12907, 9320, 12271, 9296, 11107, 9670, 9767, 14220, 8892, 14738, 10698, 13489, 8828, 14966, 8852, 13927, 10138, 13886, 8819, 13999, 9093, 13842, 9350, 13638, 9171, 11923, 9415, 10619, 9696, 11908, 10381, 11668, 9514, 9963, 9751, 10571, 10569, 11814, 9559, 10225, 13051, 8993, 15167, 10806, 12976, 8961, 14558, 9098, 14680, 10286, 11030, 9254, 9582, 10222, 9258, 14330, 9172, 12940, 9434, 13342, 9598, 14323, 9317, 13012, 9534, 10545, 13177, 9111, 14684, 9428, 16162, 8963, 14949, 9128, 14110, 8973, 14077, 9182, 13393, 9390, 13320, 9560, 12208, 9431, 10111, 11276, 8951, 14690, 9640, 13908, 8959, 14994, 9102, 15079, 10169, 14889, 10919, 14300, 8901, 14242, 9094, 13822, 10398, 12866, 8946, 13823, 9296, 14029, 10841, 13523, 9675, 11908, 8925, 14075, 9484, 16569, 11550, 17118, 9570, 14566, 10669, 13909, 10690, 14000, 8920, 12340, 9260, 12189, 9331, 12892, 9340, 9579, 9505, 10134, 10932, 11259, 9404, 10709, 9551, 10362, 10764, 11736, 9464, 12807, 9453, 12226, 10729, 12144, 12184, 11933, 9445, 9221, 12053, 9060, 15629, 11351, 15050, 9291, 16239, 9186, 14726, 11068, 13240, 9504, 9668, 8803, 10780, 9096, 10010, 13053, 9336, 12729, 9415, 13845, 9430, 15331, 9227, 13319, 9397, 14202, 9180, 15286, 9144, 14474, 9025, 14735, 9089, 14995, 9120, 14527, 9093, 14287, 9293, 14895, 9107, 15132, 9139, 14045, 9429, 14378, 9241, 14080, 9318, 13497, 9289, 13554, 9667, 13671, 9981, 13873, 9552, 11692, 9575, 12956, 9810, 13708, 9604, 13451, 9814, 12976, 11084, 11165, 14136, 11737, 15987, 12123, 14724, 10085, 14307, 9401, 14147, 9118, 9318, 9311, 8891, 15048, 10052, 17198, 11625, 13326, 9244, 12936, 9484, 12708, 9475, 13305, 9516], 'WindowCenter': [4312.0, 4305.0, 4254.0, 4281.0, 4228.0, 4258.0, 4225.0, 4256.0, 4211.0, 4236.0, 4275.0, 4236.0, 4283.0, 4236.0, 4273.0, 4233.0, 4266.0, 4225.0, 4265.0, 4212.0, 4265.0, 4212.0, 4234.0, 4282.0, 4224.0, 4280.0, 4223.0, 4252.0, 4223.0, 4233.0, 4225.0, 4255.0, 4225.0, 4266.0, 4225.0, 4245.0, 4236.0, 4256.0, 4225.0, 4247.0, 4223.0, 4236.0, 4284.0, 4225.0, 4293.0, 4223.0, 4262.0, 4224.0, 4253.0, 4213.0, 4243.0, 4211.0, 4263.0, 4212.0, 4232.0, 4221.0, 4234.0, 4252.0, 4222.0, 4262.0, 4225.0, 4273.0, 4235.0, 4264.0, 4226.0, 4254.0, 4225.0, 4255.0, 4225.0, 4256.0, 4226.0, 4255.0, 4225.0, 4257.0, 4225.0, 4247.0, 4245.0, 4247.0, 4275.0, 4226.0, 4284.0, 4236.0, 4295.0, 4226.0, 4264.0, 4236.0, 4274.0, 4226.0, 4264.0, 4225.0, 4266.0, 4225.0, 4266.0, 4236.0, 4256.0, 4237.0, 4267.0, 4238.0, 4278.0, 4237.0, 4277.0, 4239.0, 4268.0, 4249.0, 4278.0, 4238.0, 4278.0, 4237.0, 4278.0, 4238.0, 4279.0, 4236.0, 4288.0, 4226.0, 4246.0, 4223.0, 4248.0, 4285.0, 4236.0, 4294.0, 4226.0, 4293.0, 4225.0, 4275.0, 4226.0, 4264.0, 4226.0, 4264.0, 4225.0, 4267.0, 4227.0, 4266.0, 4226.0, 4267.0, 4237.0, 4256.0, 4237.0, 4268.0, 4227.0, 4278.0, 4227.0, 4258.0, 4227.0, 4258.0, 4226.0, 4266.0, 4225.0, 4245.0, 4273.0, 4225.0, 4294.0, 4235.0, 4292.0, 4223.0, 4282.0, 4225.0, 4273.0, 4225.0, 4262.0, 4214.0, 4254.0, 4226.0, 4266.0, 4225.0, 4275.0, 4236.0, 4278.0, 4236.0, 4256.0, 4226.0, 4277.0, 4225.0, 4256.0, 4226.0, 4266.0, 4225.0, 4266.0, 4226.0, 4257.0, 4236.0, 4257.0, 4237.0, 4276.0, 4236.0, 4276.0, 4226.0, 4268.0, 4227.0, 4267.0, 4226.0, 4277.0, 4226.0, 4246.0, 4226.0, 4257.0, 4225.0, 4255.0, 4225.0, 4236.0, 4275.0, 4226.0, 4293.0, 4236.0, 4274.0, 4225.0, 4234.0, 4225.0, 4234.0, 4235.0, 4225.0, 4258.0, 4236.0, 4268.0, 4237.0, 4281.0, 4247.0, 4280.0, 4237.0, 4249.0, 4297.0, 4227.0, 4296.0, 4256.0, 4275.0, 4226.0, 4274.0, 4223.0, 4255.0, 4213.0, 4265.0, 4231.0, 4224.0, 4281.0, 4224.0, 4272.0, 4213.0, 4251.0, 4212.0, 4242.0, 4212.0, 4242.0, 4211.0, 4243.0, 4242.0, 4223.0, 4262.0, 4224.0, 4283.0, 4224.0, 4263.0, 4226.0, 4266.0, 4224.0, 4256.0, 4225.0, 4244.0, 4225.0, 4235.0, 4246.0, 4225.0, 4268.0, 4226.0, 4268.0, 4224.0, 4267.0, 4225.0, 4286.0, 4225.0, 4255.0, 4233.0, 4256.0, 4224.0, 4265.0, 4222.0, 4224.0, 4261.0, 4214.0, 4293.0, 4234.0, 4262.0, 4213.0, 4271.0, 4213.0, 4253.0, 4225.0, 4254.0, 4215.0, 4264.0, 4223.0, 4254.0, 4224.0, 4255.0, 4226.0, 4264.0, 4213.0, 4242.0, 4214.0, 4256.0, 4233.0, 4244.0, 4221.0, 4223.0, 4283.0, 4224.0, 4273.0, 4223.0, 4262.0, 4213.0, 4251.0, 4212.0, 4253.0, 4212.0, 4253.0, 4213.0, 4243.0, 4223.0, 4254.0, 4223.0, 4255.0, 4224.0, 4255.0, 4224.0, 4265.0, 4235.0, 4266.0, 4225.0, 4265.0, 4236.0, 4266.0, 4225.0, 4265.0, 4225.0, 4254.0, 4223.0, 4224.0, 4273.0, 4214.0, 4293.0, 4233.0, 4273.0, 4214.0, 4251.0, 4224.0, 4254.0, 4225.0, 4265.0, 4226.0, 4255.0, 4224.0, 4265.0, 4226.0, 4264.0, 4224.0, 4264.0, 4225.0, 4266.0, 4224.0, 4266.0, 4225.0, 4265.0, 4225.0, 4254.0, 4224.0, 4255.0, 4223.0, 4254.0, 4222.0, 4234.0, 4263.0, 4213.0, 4293.0, 4234.0, 4262.0, 4223.0, 4252.0, 4212.0, 4242.0, 4222.0, 4254.0, 4222.0, 4244.0, 4223.0, 4243.0, 4232.0, 4225.0, 4252.0, 4224.0, 4222.0, 4225.0, 4253.0, 4226.0, 4264.0, 4225.0, 4235.0, 4227.0, 4246.0, 4236.0, 4255.0, 4248.0, 4246.0, 4258.0, 4236.0, 4249.0, 4265.0, 4238.0, 4276.0, 4247.0, 4275.0, 4226.0, 4285.0, 4226.0, 4275.0, 4237.0, 4274.0, 4227.0, 4285.0, 4226.0, 4285.0, 4247.0, 4274.0, 4236.0, 4275.0, 4226.0, 4265.0, 4237.0, 4264.0, 4247.0, 4255.0, 4226.0, 4265.0, 4227.0, 4276.0, 4247.0, 4254.0, 4227.0, 4274.0, 4238.0, 4286.0, 4247.0, 4285.0, 4235.0, 4285.0, 4226.0, 4273.0, 4225.0, 4274.0, 4224.0, 4273.0, 4213.0, 4253.0, 4213.0, 4252.0, 4215.0, 4264.0, 4226.0, 4274.0, 4237.0, 4275.0, 4237.0, 4266.0, 4227.0, 4276.0, 4226.0, 4276.0, 4226.0, 4274.0, 4225.0, 4276.0, 4227.0, 4264.0, 4223.0, 4263.0, 4224.0, 4264.0, 4214.0, 4243.0, 4223.0, 4265.0, 4223.0, 4264.0, 4223.0, 4254.0, 4223.0, 4265.0, 4222.0, 4255.0, 4223.0, 4245.0, 4223.0, 4224.0, 4264.0, 4236.0, 4254.0, 4225.0, 4222.0, 4213.0, 4264.0, 4235.0, 4264.0, 4243.0, 4222.0, 4234.0, 4223.0, 4255.0, 4223.0, 4274.0, 4233.0, 4245.0, 4252.0, 4214.0, 4282.0, 4232.0, 4272.0, 4230.0, 4259.0, 4198.0, 4230.0, 4210.0, 4229.0, 4208.0, 4240.0, 4199.0, 4220.0, 4209.0, 4242.0, 4211.0, 4242.0, 4212.0, 4245.0, 4223.0, 4236.0, 4243.0, 4243.0, 4222.0, 4245.0, 4224.0, 4245.0, 4233.0, 4265.0, 4244.0, 4255.0, 4234.0, 4236.0, 4263.0, 4237.0, 4274.0, 4246.0, 4274.0, 4224.0, 4274.0, 4225.0, 4274.0, 4236.0, 4264.0, 4244.0, 4263.0, 4226.0, 4263.0, 4224.0, 4264.0, 4246.0, 4263.0, 4225.0, 4264.0, 4225.0, 4274.0, 4226.0, 4265.0, 4234.0, 4265.0, 4215.0, 4265.0, 4224.0, 4263.0, 4213.0, 4253.0, 4211.0, 4223.0, 4240.0, 4214.0, 4271.0, 4255.0, 4274.0, 4235.0, 4272.0, 4212.0, 4262.0, 4234.0, 4263.0, 4225.0, 4265.0, 4225.0, 4253.0, 4237.0, 4237.0, 4250.0, 4247.0, 4270.0, 4279.0, 4241.0, 4287.0, 4258.0, 4276.0, 4237.0, 4286.0, 4227.0, 4276.0, 4244.0, 4255.0, 4212.0, 4244.0, 4223.0, 4233.0, 4251.0, 4222.0, 4260.0, 4212.0, 4272.0, 4212.0, 4261.0, 4222.0, 4252.0, 4213.0, 4253.0, 4222.0, 4263.0, 4221.0, 4253.0, 4221.0, 4244.0, 4222.0, 4234.0, 4262.0, 4224.0, 4273.0, 4234.0, 4263.0, 4225.0, 4272.0, 4223.0, 4263.0, 4235.0, 4262.0, 4223.0, 4264.0, 4214.0, 4264.0, 4223.0, 4262.0, 4212.0, 4252.0, 4222.0, 4244.0, 4221.0, 4253.0, 4232.0, 4254.0, 4223.0, 4234.0, 4232.0, 4246.0, 4245.0, 4266.0, 4234.0, 4246.0, 4265.0, 4238.0, 4275.0, 4256.0, 4265.0, 4227.0, 4275.0, 4237.0, 4276.0, 4235.0, 4244.0, 4225.0, 4236.0, 4247.0, 4224.0, 4275.0, 4224.0, 4265.0, 4224.0, 4275.0, 4234.0, 4276.0, 4225.0, 4265.0, 4224.0, 4245.0, 4263.0, 4226.0, 4274.0, 4224.0, 4284.0, 4225.0, 4273.0, 4235.0, 4273.0, 4226.0, 4275.0, 4224.0, 4274.0, 4225.0, 4276.0, 4234.0, 4266.0, 4223.0, 4246.0, 4243.0, 4227.0, 4275.0, 4236.0, 4275.0, 4226.0, 4274.0, 4226.0, 4273.0, 4247.0, 4274.0, 4245.0, 4275.0, 4225.0, 4275.0, 4227.0, 4274.0, 4246.0, 4266.0, 4237.0, 4275.0, 4236.0, 4275.0, 4258.0, 4264.0, 4236.0, 4255.0, 4226.0, 4276.0, 4237.0, 4284.0, 4255.0, 4284.0, 4225.0, 4262.0, 4234.0, 4262.0, 4232.0, 4262.0, 4211.0, 4252.0, 4221.0, 4251.0, 4211.0, 4252.0, 4210.0, 4220.0, 4219.0, 4232.0, 4231.0, 4242.0, 4222.0, 4244.0, 4234.0, 4244.0, 4243.0, 4255.0, 4232.0, 4266.0, 4234.0, 4267.0, 4244.0, 4265.0, 4253.0, 4254.0, 4222.0, 4223.0, 4241.0, 4213.0, 4271.0, 4245.0, 4261.0, 4213.0, 4271.0, 4223.0, 4260.0, 4243.0, 4250.0, 4222.0, 4221.0, 4213.0, 4230.0, 4223.0, 4222.0, 4265.0, 4224.0, 4265.0, 4223.0, 4274.0, 4224.0, 4275.0, 4223.0, 4263.0, 4223.0, 4273.0, 4223.0, 4273.0, 4224.0, 4273.0, 4214.0, 4274.0, 4224.0, 4274.0, 4223.0, 4262.0, 4212.0, 4272.0, 4224.0, 4274.0, 4224.0, 4272.0, 4224.0, 4275.0, 4223.0, 4273.0, 4223.0, 4263.0, 4224.0, 4275.0, 4225.0, 4274.0, 4235.0, 4277.0, 4235.0, 4275.0, 4236.0, 4266.0, 4247.0, 4266.0, 4248.0, 4276.0, 4247.0, 4278.0, 4248.0, 4289.0, 4257.0, 4258.0, 4275.0, 4256.0, 4274.0, 4242.0, 4262.0, 4209.0, 4250.0, 4198.0, 4239.0, 4186.0, 4197.0, 4195.0, 4197.0, 4247.0, 4208.0, 4257.0, 4216.0, 4235.0, 4195.0, 4225.0, 4207.0, 4226.0, 4195.0, 4237.0, 4196.0], 'WindowWidth': [9524.0, 9499.0, 9424.0, 9452.0, 9377.0, 9416.0, 9366.0, 9407.0, 9342.0, 9380.0, 9429.0, 9381.0, 9439.0, 9378.0, 9424.0, 9373.0, 9418.0, 9364.0, 9418.0, 9342.0, 9414.0, 9340.0, 9372.0, 9434.0, 9360.0, 9431.0, 9358.0, 9391.0, 9357.0, 9373.0, 9366.0, 9406.0, 9367.0, 9421.0, 9367.0, 9393.0, 9383.0, 9409.0, 9364.0, 9396.0, 9359.0, 9381.0, 9444.0, 9365.0, 9453.0, 9359.0, 9408.0, 9360.0, 9398.0, 9345.0, 9384.0, 9338.0, 9409.0, 9340.0, 9368.0, 9350.0, 9374.0, 9392.0, 9356.0, 9407.0, 9362.0, 9425.0, 9378.0, 9415.0, 9367.0, 9401.0, 9364.0, 9404.0, 9365.0, 9408.0, 9368.0, 9406.0, 9364.0, 9409.0, 9365.0, 9397.0, 9392.0, 9399.0, 9431.0, 9369.0, 9442.0, 9381.0, 9458.0, 9368.0, 9415.0, 9380.0, 9428.0, 9367.0, 9414.0, 9367.0, 9421.0, 9367.0, 9422.0, 9383.0, 9408.0, 9386.0, 9425.0, 9388.0, 9441.0, 9388.0, 9439.0, 9391.0, 9429.0, 9407.0, 9442.0, 9389.0, 9442.0, 9386.0, 9442.0, 9389.0, 9445.0, 9382.0, 9453.0, 9366.0, 9395.0, 9361.0, 9401.0, 9445.0, 9380.0, 9454.0, 9366.0, 9454.0, 9365.0, 9430.0, 9369.0, 9415.0, 9369.0, 9415.0, 9368.0, 9426.0, 9373.0, 9421.0, 9369.0, 9423.0, 9384.0, 9410.0, 9386.0, 9429.0, 9371.0, 9441.0, 9371.0, 9414.0, 9371.0, 9414.0, 9366.0, 9421.0, 9363.0, 9393.0, 9425.0, 9366.0, 9456.0, 9378.0, 9450.0, 9360.0, 9436.0, 9363.0, 9424.0, 9363.0, 9408.0, 9349.0, 9400.0, 9368.0, 9421.0, 9365.0, 9430.0, 9384.0, 9442.0, 9382.0, 9409.0, 9368.0, 9438.0, 9366.0, 9407.0, 9368.0, 9421.0, 9364.0, 9421.0, 9367.0, 9409.0, 9382.0, 9412.0, 9384.0, 9437.0, 9381.0, 9435.0, 9368.0, 9428.0, 9372.0, 9425.0, 9367.0, 9436.0, 9366.0, 9394.0, 9368.0, 9411.0, 9364.0, 9406.0, 9362.0, 9381.0, 9430.0, 9368.0, 9453.0, 9381.0, 9425.0, 9365.0, 9375.0, 9365.0, 9376.0, 9380.0, 9365.0, 9414.0, 9383.0, 9430.0, 9388.0, 9451.0, 9401.0, 9448.0, 9384.0, 9405.0, 9464.0, 9372.0, 9463.0, 9407.0, 9430.0, 9366.0, 9430.0, 9358.0, 9404.0, 9345.0, 9415.0, 9363.0, 9358.0, 9431.0, 9359.0, 9421.0, 9343.0, 9390.0, 9341.0, 9381.0, 9340.0, 9383.0, 9338.0, 9385.0, 9381.0, 9358.0, 9408.0, 9361.0, 9439.0, 9361.0, 9411.0, 9369.0, 9422.0, 9362.0, 9408.0, 9366.0, 9388.0, 9366.0, 9379.0, 9395.0, 9365.0, 9428.0, 9367.0, 9425.0, 9363.0, 9424.0, 9363.0, 9447.0, 9363.0, 9405.0, 9372.0, 9406.0, 9359.0, 9415.0, 9354.0, 9359.0, 9403.0, 9346.0, 9452.0, 9375.0, 9405.0, 9346.0, 9418.0, 9346.0, 9398.0, 9363.0, 9399.0, 9349.0, 9412.0, 9359.0, 9401.0, 9362.0, 9402.0, 9366.0, 9415.0, 9342.0, 9381.0, 9345.0, 9405.0, 9370.0, 9386.0, 9350.0, 9357.0, 9435.0, 9360.0, 9422.0, 9358.0, 9406.0, 9344.0, 9391.0, 9341.0, 9395.0, 9341.0, 9395.0, 9342.0, 9383.0, 9357.0, 9400.0, 9358.0, 9402.0, 9361.0, 9404.0, 9361.0, 9417.0, 9378.0, 9420.0, 9365.0, 9419.0, 9379.0, 9419.0, 9363.0, 9419.0, 9362.0, 9402.0, 9356.0, 9361.0, 9422.0, 9347.0, 9452.0, 9371.0, 9422.0, 9347.0, 9393.0, 9362.0, 9400.0, 9364.0, 9415.0, 9367.0, 9402.0, 9362.0, 9416.0, 9366.0, 9415.0, 9361.0, 9415.0, 9364.0, 9419.0, 9360.0, 9418.0, 9362.0, 9416.0, 9361.0, 9399.0, 9358.0, 9402.0, 9356.0, 9400.0, 9354.0, 9373.0, 9407.0, 9344.0, 9450.0, 9371.0, 9404.0, 9355.0, 9392.0, 9340.0, 9380.0, 9352.0, 9397.0, 9354.0, 9384.0, 9354.0, 9384.0, 9367.0, 9361.0, 9393.0, 9360.0, 9354.0, 9362.0, 9396.0, 9368.0, 9415.0, 9363.0, 9376.0, 9368.0, 9393.0, 9383.0, 9404.0, 9399.0, 9394.0, 9413.0, 9381.0, 9402.0, 9418.0, 9386.0, 9433.0, 9397.0, 9430.0, 9366.0, 9442.0, 9367.0, 9429.0, 9382.0, 9426.0, 9367.0, 9443.0, 9366.0, 9445.0, 9396.0, 9427.0, 9380.0, 9429.0, 9367.0, 9416.0, 9383.0, 9414.0, 9395.0, 9404.0, 9367.0, 9417.0, 9372.0, 9431.0, 9397.0, 9400.0, 9370.0, 9429.0, 9384.0, 9446.0, 9396.0, 9443.0, 9378.0, 9443.0, 9364.0, 9425.0, 9364.0, 9426.0, 9359.0, 9422.0, 9343.0, 9396.0, 9345.0, 9393.0, 9348.0, 9412.0, 9367.0, 9427.0, 9383.0, 9431.0, 9384.0, 9419.0, 9371.0, 9433.0, 9367.0, 9433.0, 9366.0, 9428.0, 9363.0, 9432.0, 9369.0, 9415.0, 9357.0, 9411.0, 9357.0, 9410.0, 9344.0, 9382.0, 9356.0, 9414.0, 9357.0, 9412.0, 9356.0, 9400.0, 9357.0, 9416.0, 9355.0, 9403.0, 9355.0, 9388.0, 9354.0, 9361.0, 9414.0, 9379.0, 9398.0, 9363.0, 9354.0, 9345.0, 9413.0, 9376.0, 9410.0, 9383.0, 9353.0, 9373.0, 9356.0, 9402.0, 9356.0, 9428.0, 9368.0, 9387.0, 9392.0, 9345.0, 9434.0, 9366.0, 9417.0, 9360.0, 9395.0, 9313.0, 9356.0, 9331.0, 9357.0, 9326.0, 9372.0, 9317.0, 9346.0, 9332.0, 9380.0, 9335.0, 9380.0, 9338.0, 9390.0, 9358.0, 9379.0, 9383.0, 9385.0, 9353.0, 9390.0, 9358.0, 9389.0, 9372.0, 9417.0, 9387.0, 9402.0, 9373.0, 9378.0, 9411.0, 9382.0, 9427.0, 9393.0, 9425.0, 9361.0, 9425.0, 9364.0, 9427.0, 9378.0, 9412.0, 9387.0, 9410.0, 9365.0, 9412.0, 9362.0, 9415.0, 9394.0, 9411.0, 9364.0, 9413.0, 9365.0, 9427.0, 9367.0, 9414.0, 9374.0, 9415.0, 9348.0, 9413.0, 9358.0, 9410.0, 9339.0, 9393.0, 9336.0, 9355.0, 9374.0, 9344.0, 9417.0, 9404.0, 9424.0, 9374.0, 9418.0, 9341.0, 9404.0, 9369.0, 9407.0, 9362.0, 9414.0, 9363.0, 9398.0, 9382.0, 9383.0, 9404.0, 9397.0, 9435.0, 9443.0, 9396.0, 9451.0, 9413.0, 9433.0, 9384.0, 9449.0, 9368.0, 9432.0, 9386.0, 9401.0, 9340.0, 9385.0, 9355.0, 9370.0, 9389.0, 9352.0, 9400.0, 9338.0, 9417.0, 9340.0, 9401.0, 9351.0, 9391.0, 9340.0, 9395.0, 9353.0, 9408.0, 9351.0, 9395.0, 9350.0, 9384.0, 9352.0, 9373.0, 9406.0, 9358.0, 9422.0, 9372.0, 9408.0, 9360.0, 9420.0, 9358.0, 9409.0, 9374.0, 9406.0, 9355.0, 9410.0, 9343.0, 9412.0, 9353.0, 9407.0, 9338.0, 9393.0, 9352.0, 9384.0, 9351.0, 9396.0, 9366.0, 9399.0, 9355.0, 9373.0, 9367.0, 9391.0, 9387.0, 9419.0, 9372.0, 9393.0, 9414.0, 9384.0, 9431.0, 9407.0, 9416.0, 9368.0, 9431.0, 9383.0, 9430.0, 9374.0, 9385.0, 9362.0, 9376.0, 9394.0, 9360.0, 9429.0, 9361.0, 9415.0, 9359.0, 9430.0, 9372.0, 9430.0, 9361.0, 9415.0, 9358.0, 9388.0, 9410.0, 9364.0, 9424.0, 9360.0, 9439.0, 9361.0, 9423.0, 9375.0, 9424.0, 9364.0, 9428.0, 9361.0, 9425.0, 9361.0, 9432.0, 9371.0, 9418.0, 9357.0, 9391.0, 9383.0, 9368.0, 9427.0, 9379.0, 9428.0, 9366.0, 9426.0, 9366.0, 9426.0, 9394.0, 9427.0, 9390.0, 9427.0, 9364.0, 9430.0, 9368.0, 9426.0, 9393.0, 9417.0, 9383.0, 9430.0, 9380.0, 9430.0, 9412.0, 9415.0, 9381.0, 9404.0, 9367.0, 9431.0, 9383.0, 9442.0, 9403.0, 9440.0, 9361.0, 9407.0, 9371.0, 9405.0, 9365.0, 9404.0, 9334.0, 9389.0, 9349.0, 9389.0, 9332.0, 9389.0, 9331.0, 9347.0, 9343.0, 9366.0, 9362.0, 9381.0, 9351.0, 9384.0, 9370.0, 9387.0, 9383.0, 9401.0, 9369.0, 9419.0, 9373.0, 9420.0, 9386.0, 9417.0, 9396.0, 9398.0, 9351.0, 9355.0, 9376.0, 9342.0, 9417.0, 9388.0, 9403.0, 9340.0, 9416.0, 9354.0, 9399.0, 9382.0, 9385.0, 9352.0, 9350.0, 9341.0, 9360.0, 9356.0, 9352.0, 9413.0, 9358.0, 9413.0, 9356.0, 9426.0, 9361.0, 9429.0, 9355.0, 9409.0, 9357.0, 9425.0, 9358.0, 9424.0, 9358.0, 9423.0, 9345.0, 9425.0, 9359.0, 9424.0, 9355.0, 9407.0, 9341.0, 9421.0, 9359.0, 9424.0, 9358.0, 9420.0, 9359.0, 9428.0, 9358.0, 9421.0, 9355.0, 9409.0, 9360.0, 9429.0, 9361.0, 9427.0, 9376.0, 9435.0, 9376.0, 9427.0, 9378.0, 9417.0, 9395.0, 9418.0, 9398.0, 9435.0, 9397.0, 9441.0, 9399.0, 9457.0, 9409.0, 9413.0, 9431.0, 9405.0, 9428.0, 9377.0, 9407.0, 9328.0, 9386.0, 9309.0, 9367.0, 9291.0, 9305.0, 9299.0, 9307.0, 9375.0, 9322.0, 9389.0, 9331.0, 9357.0, 9302.0, 9343.0, 9320.0, 9344.0, 9303.0, 9360.0, 9304.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.0007143037974683544</td></tr>
<tr><td colspan=3>aqi</td><td>0.01929824936708861</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.95011570064508</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2464894447119819</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9885224700576037</td></tr>
<tr><td colspan=3>efc</td><td>0.4455</td></tr>
<tr><td colspan=3>fber</td><td>7566.8828</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09697982931480499</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.2220943613348676</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2724388504583803</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.193436584068033</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4275614875769693</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1963184797301385</td></tr>
<tr><td colspan=3>gcor</td><td>0.00777267</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013920472003519535</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02679532766342163</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8355483798843504</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>45.65</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5658</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.7399</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307485.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>671.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.6316</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1439</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>612.98</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3476.2891</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1201.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.9671</td></tr>
<tr><td colspan=3>tsnr</td><td>40.692546600010246</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>