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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0090_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0090_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0090/ses-01/func/sub-0090_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>85c12af27d57d22f45c2a82ef469517a</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:03:13.940000</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.99972, 0.0121716, 0.0202886, -0.0129126, 0.999239, 0.0367998]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104787</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7732, -7232, 587, 43, -90, -95, -7]</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>252.257</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>25aa1590-e913-4ee2-aa41-67036c64c48b||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.682175874710083, -0.03464346006512642, 0.05352826789021492, 113.68807220458984], [-0.03265548497438431, 2.6808857917785645, 0.10003899782896042, -93.50882720947266], [0.05443291366100311, -0.09873118251562119, 2.697615146636963, -60.951210021972656], [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': ['210313.940000', '210314.400000', '210314.860000', '210315.320000', '210315.780000', '210316.240000', '210316.700000', '210317.160000', '210317.620000', '210318.080000', '210318.540000', '210319.000000', '210319.460000', '210319.920000', '210320.380000', '210320.840000', '210321.300000', '210321.760000', '210322.220000', '210322.680000', '210323.140000', '210323.600000', '210324.060000', '210324.520000', '210324.980000', '210325.440000', '210325.900000', '210326.360000', '210326.820000', '210327.280000', '210327.740000', '210328.200000', '210328.660000', '210329.120000', '210329.580000', '210330.040000', '210330.500000', '210330.960000', '210331.420000', '210331.880000', '210332.340000', '210332.800000', '210333.260000', '210333.720000', '210334.180000', '210334.640000', '210335.100000', '210335.560000', '210336.020000', '210336.480000', '210336.940000', '210337.400000', '210337.860000', '210338.320000', '210338.780000', '210339.240000', '210339.700000', '210340.160000', '210340.620000', '210341.080000', '210341.540000', '210342.000000', '210342.460000', '210342.920000', '210343.380000', '210343.840000', '210344.300000', '210344.760000', '210345.220000', '210345.680000', '210346.140000', '210346.600000', '210347.060000', '210347.520000', '210347.980000', '210348.440000', '210348.900000', '210349.360000', '210349.820000', '210350.280000', '210350.740000', '210351.200000', '210351.660000', '210352.120000', '210352.580000', '210353.040000', '210353.500000', '210353.960000', '210354.420000', '210354.880000', '210355.340000', '210355.800000', '210356.260000', '210356.720000', '210357.180000', '210357.640000', '210358.100000', '210358.560000', '210359.020000', '210359.480000', '210359.940000', '210400.400000', '210400.860000', '210401.320000', '210401.780000', '210402.240000', '210402.700000', '210403.160000', '210403.620000', '210404.080000', '210404.540000', '210405.000000', '210405.460000', '210405.920000', '210406.380000', '210406.840000', '210407.300000', '210407.760000', '210408.220000', '210408.680000', '210409.140000', '210409.600000', '210410.060000', '210410.520000', '210410.980000', '210411.440000', '210411.900000', '210412.360000', '210412.820000', '210413.280000', '210413.740000', '210414.200000', '210414.660000', '210415.120000', '210415.580000', '210416.040000', '210416.500000', '210416.960000', '210417.420000', '210417.880000', '210418.340000', '210418.800000', '210419.260000', '210419.720000', '210420.180000', '210420.640000', '210421.100000', '210421.560000', '210422.020000', '210422.480000', '210422.940000', '210423.400000', '210423.860000', '210424.320000', '210424.780000', '210425.240000', '210425.700000', '210426.160000', '210426.620000', '210427.080000', '210427.540000', '210428.000000', '210428.460000', '210428.920000', '210429.380000', '210429.840000', '210430.300000', '210430.760000', '210431.220000', '210431.680000', '210432.140000', '210432.600000', '210433.060000', '210433.520000', '210433.980000', '210434.440000', '210434.900000', '210435.360000', '210435.820000', '210436.280000', '210436.740000', '210437.200000', '210437.660000', '210438.120000', '210438.580000', '210439.040000', '210439.500000', '210439.960000', '210440.420000', '210440.880000', '210441.340000', '210441.800000', '210442.260000', '210442.720000', '210443.180000', '210443.640000', '210444.100000', '210444.560000', '210445.020000', '210445.480000', '210445.940000', '210446.400000', '210446.860000', '210447.320000', '210447.780000', '210448.240000', '210448.700000', '210449.160000', '210449.620000', '210450.080000', '210450.540000', '210451.000000', '210451.460000', '210451.920000', '210452.380000', '210452.840000', '210453.300000', '210453.760000', '210454.220000', '210454.680000', '210455.140000', '210455.600000', '210456.060000', '210456.520000', '210456.980000', '210457.440000', '210457.900000', '210458.360000', '210458.820000', '210459.280000', '210459.740000', '210500.200000', '210500.660000', '210501.120000', '210501.580000', '210502.040000', '210502.500000', '210502.960000', '210503.420000', '210503.880000', '210504.340000', '210504.800000', '210505.260000', '210505.720000', '210506.180000', '210506.640000', '210507.100000', '210507.560000', '210508.020000', '210508.480000', '210508.940000', '210509.400000', '210509.860000', '210510.320000', '210510.780000', '210511.240000', '210511.700000', '210512.160000', '210512.620000', '210513.080000', '210513.540000', '210514.000000', '210514.460000', '210514.920000', '210515.380000', '210515.840000', '210516.300000', '210516.760000', '210517.220000', '210517.680000', '210518.140000', '210518.600000', '210519.060000', '210519.520000', '210519.980000', '210520.440000', '210520.900000', '210521.360000', '210521.820000', '210522.280000', '210522.740000', '210523.200000', '210523.660000', '210524.120000', '210524.580000', '210525.040000', '210525.500000', '210525.960000', '210526.420000', '210526.880000', '210527.340000', '210527.800000', '210528.260000', '210528.720000', '210529.180000', '210529.640000', '210530.100000', '210530.560000', '210531.020000', '210531.480000', '210531.940000', '210532.400000', '210532.860000', '210533.320000', '210533.780000', '210534.240000', '210534.700000', '210535.160000', '210535.620000', '210536.080000', '210536.540000', '210537.000000', '210537.460000', '210537.920000', '210538.380000', '210538.840000', '210539.300000', '210539.760000', '210540.220000', '210540.680000', '210541.140000', '210541.600000', '210542.060000', '210542.520000', '210542.980000', '210543.440000', '210543.900000', '210544.360000', '210544.820000', '210545.280000', '210545.740000', '210546.200000', '210546.660000', '210547.120000', '210547.580000', '210548.040000', '210548.500000', '210548.960000', '210549.420000', '210549.880000', '210550.340000', '210550.800000', '210551.260000', '210551.720000', '210552.180000', '210552.640000', '210553.100000', '210553.560000', '210554.020000', '210554.480000', '210554.940000', '210555.400000', '210555.860000', '210556.320000', '210556.780000', '210557.240000', '210557.700000', '210558.160000', '210558.620000', '210559.080000', '210559.540000', '210600.000000', '210600.460000', '210600.920000', '210601.380000', '210601.840000', '210602.300000', '210602.760000', '210603.220000', '210603.680000', '210604.140000', '210604.600000', '210605.060000', '210605.520000', '210605.980000', '210606.440000', '210606.900000', '210607.360000', '210607.820000', '210608.280000', '210608.740000', '210609.200000', '210609.660000', '210610.120000', '210610.580000', '210611.040000', '210611.500000', '210611.960000', '210612.420000', '210612.880000', '210613.340000', '210613.800000', '210614.260000', '210614.720000', '210615.180000', '210615.640000', '210616.100000', '210616.560000', '210617.020000', '210617.480000', '210617.940000', '210618.400000', '210618.860000', '210619.320000', '210619.780000', '210620.240000', '210620.700000', '210621.160000', '210621.620000', '210622.080000', '210622.540000', '210623.000000', '210623.460000', '210623.920000', '210624.380000', '210624.840000', '210625.300000', '210625.760000', '210626.220000', '210626.680000', '210627.140000', '210627.600000', '210628.060000', '210628.520000', '210628.980000', '210629.440000', '210629.900000', '210630.360000', '210630.820000', '210631.280000', '210631.740000', '210632.200000', '210632.660000', '210633.120000', '210633.580000', '210634.040000', '210634.500000', '210634.960000', '210635.420000', '210635.880000', '210636.340000', '210636.800000', '210637.260000', '210637.720000', '210638.180000', '210638.640000', '210639.100000', '210639.560000', '210640.020000', '210640.480000', '210640.940000', '210641.400000', '210641.860000', '210642.320000', '210642.780000', '210643.240000', '210643.700000', '210644.160000', '210644.620000', '210645.080000', '210645.540000', '210646.000000', '210646.460000', '210646.920000', '210647.380000', '210647.840000', '210648.300000', '210648.760000', '210649.220000', '210649.680000', '210650.140000', '210650.600000', '210651.060000', '210651.520000', '210651.980000', '210652.440000', '210652.900000', '210653.360000', '210653.820000', '210654.280000', '210654.740000', '210655.200000', '210655.660000', '210656.120000', '210656.580000', '210657.040000', '210657.500000', '210657.960000', '210658.420000', '210658.880000', '210659.340000', '210659.800000', '210700.260000', '210700.720000', '210701.180000', '210701.640000', '210702.100000', '210702.560000', '210703.020000', '210703.480000', '210703.940000', '210704.400000', '210704.860000', '210705.320000', '210705.780000', '210706.240000', '210706.700000', '210707.160000', '210707.620000', '210708.080000', '210708.540000', '210709.000000', '210709.460000', '210709.920000', '210710.380000', '210710.840000', '210711.300000', '210711.760000', '210712.220000', '210712.680000', '210713.140000', '210713.600000', '210714.060000', '210714.520000', '210714.980000', '210715.440000', '210715.900000', '210716.360000', '210716.820000', '210717.280000', '210717.740000', '210718.200000', '210718.660000', '210719.120000', '210719.580000', '210720.040000', '210720.500000', '210720.960000', '210721.420000', '210721.880000', '210722.340000', '210722.800000', '210723.260000', '210723.720000', '210724.180000', '210724.640000', '210725.100000', '210725.560000', '210726.020000', '210726.480000', '210726.940000', '210727.400000', '210727.860000', '210728.320000', '210728.780000', '210729.240000', '210729.700000', '210730.160000', '210730.620000', '210731.080000', '210731.540000', '210732.000000', '210732.460000', '210732.920000', '210733.380000', '210733.840000', '210734.300000', '210734.760000', '210735.220000', '210735.680000', '210736.140000', '210736.600000', '210737.060000', '210737.520000', '210737.980000', '210738.440000', '210738.900000', '210739.360000', '210739.820000', '210740.280000', '210740.740000', '210741.200000', '210741.660000', '210742.120000', '210742.580000', '210743.040000', '210743.500000', '210743.960000', '210744.420000', '210744.880000', '210745.340000', '210745.800000', '210746.260000', '210746.720000', '210747.180000', '210747.640000', '210748.100000', '210748.560000', '210749.020000', '210749.480000', '210749.940000', '210750.400000', '210750.860000', '210751.320000', '210751.780000', '210752.240000', '210752.700000', '210753.160000', '210753.620000', '210754.080000', '210754.540000', '210755.000000', '210755.460000', '210755.920000', '210756.380000', '210756.840000', '210757.300000', '210757.760000', '210758.220000', '210758.680000', '210759.140000', '210759.600000', '210800.060000', '210800.520000', '210800.980000', '210801.440000', '210801.900000', '210802.360000', '210802.820000', '210803.280000', '210803.740000', '210804.200000', '210804.660000', '210805.120000', '210805.580000', '210806.040000', '210806.500000', '210806.960000', '210807.420000', '210807.880000', '210808.340000', '210808.800000', '210809.260000', '210809.720000', '210810.180000', '210810.640000', '210811.100000', '210811.560000', '210812.020000', '210812.480000', '210812.940000', '210813.400000', '210813.860000', '210814.320000', '210814.780000', '210815.240000', '210815.700000', '210816.160000', '210816.620000', '210817.080000', '210817.540000', '210818.000000', '210818.460000', '210818.920000', '210819.380000', '210819.840000', '210820.300000', '210820.760000', '210821.220000', '210821.680000', '210822.140000', '210822.600000', '210823.060000', '210823.520000', '210823.980000', '210824.440000', '210824.900000', '210825.360000', '210825.820000', '210826.280000', '210826.740000', '210827.200000', '210827.660000', '210828.120000', '210828.580000', '210829.040000', '210829.500000', '210829.960000', '210830.420000', '210830.880000', '210831.340000', '210831.800000', '210832.260000', '210832.720000', '210833.180000', '210833.640000', '210834.100000', '210834.560000', '210835.020000', '210835.480000', '210835.940000', '210836.400000', '210836.860000', '210837.320000', '210837.780000', '210838.240000', '210838.700000', '210839.160000', '210839.620000', '210840.080000', '210840.540000', '210841.000000', '210841.460000', '210841.920000', '210842.380000', '210842.840000', '210843.300000', '210843.760000', '210844.220000', '210844.680000', '210845.140000', '210845.600000', '210846.060000', '210846.520000', '210846.980000', '210847.440000', '210847.900000', '210848.360000', '210848.820000', '210849.280000', '210849.740000', '210850.200000', '210850.660000', '210851.120000', '210851.580000', '210852.040000', '210852.500000', '210852.960000', '210853.420000', '210853.880000', '210854.340000', '210854.800000', '210855.260000', '210855.720000', '210856.180000', '210856.640000', '210857.100000', '210857.560000', '210858.020000', '210858.480000', '210858.940000', '210859.400000', '210859.860000', '210900.320000', '210900.780000', '210901.240000', '210901.700000', '210902.160000', '210902.620000', '210903.080000', '210903.540000', '210904.000000', '210904.460000', '210904.920000', '210905.380000', '210905.840000', '210906.300000', '210906.760000', '210907.220000', '210907.680000', '210908.140000', '210908.600000', '210909.060000', '210909.520000', '210909.980000', '210910.440000', '210910.900000', '210911.360000', '210911.820000', '210912.280000', '210912.740000', '210913.200000', '210913.660000', '210914.120000', '210914.580000', '210915.040000', '210915.500000', '210915.960000', '210916.420000', '210916.880000', '210917.340000', '210917.800000', '210918.260000', '210918.720000', '210919.180000', '210919.640000', '210920.100000', '210920.560000', '210921.020000', '210921.480000', '210921.940000', '210922.400000', '210922.860000', '210923.320000', '210923.780000', '210924.240000', '210924.700000', '210925.160000', '210925.620000', '210926.080000', '210926.540000', '210927.000000', '210927.460000', '210927.920000', '210928.380000', '210928.840000', '210929.300000', '210929.760000', '210930.220000', '210930.680000', '210931.140000', '210931.600000', '210932.060000', '210932.520000', '210932.980000', '210933.440000', '210933.900000', '210934.360000', '210934.820000', '210935.280000', '210935.740000', '210936.200000', '210936.660000', '210937.120000', '210937.580000', '210938.040000', '210938.500000', '210938.960000', '210939.420000', '210939.880000', '210940.340000', '210940.800000', '210941.260000', '210941.720000', '210942.180000', '210942.640000', '210943.100000', '210943.560000', '210944.020000', '210944.480000', '210944.940000', '210945.400000', '210945.860000', '210946.320000', '210946.780000', '210947.240000', '210947.700000', '210948.160000', '210948.620000', '210949.080000', '210949.540000', '210950.000000', '210950.460000', '210950.920000', '210951.380000', '210951.840000', '210952.300000', '210952.760000', '210953.220000', '210953.680000', '210954.140000', '210954.600000'], 'ContentTime': ['210334.630000', '210334.633000', '210334.636000', '210334.646000', '210334.648000', '210334.651000', '210334.653000', '210334.656000', '210334.659000', '210334.661000', '210334.664000', '210334.666000', '210334.669000', '210334.672000', '210334.674000', '210334.685000', '210334.688000', '210334.691000', '210334.694000', '210334.697000', '210334.699000', '210334.702000', '210334.704000', '210334.707000', '210334.710000', '210334.712000', '210334.715000', '210334.717000', '210334.720000', '210334.722000', '210334.725000', '210334.728000', '210334.730000', '210334.733000', '210334.735000', '210334.738000', '210334.741000', '210334.743000', '210334.746000', '210334.749000', '210334.752000', '210354.603000', '210354.605000', '210354.608000', '210354.611000', '210354.613000', '210354.616000', '210354.618000', '210354.621000', '210354.624000', '210354.626000', '210354.629000', '210354.631000', '210354.634000', '210354.636000', '210354.640000', '210354.642000', '210354.645000', '210354.647000', '210354.650000', '210354.653000', '210354.655000', '210354.658000', '210354.661000', '210354.663000', '210354.666000', '210354.668000', '210354.671000', '210354.674000', '210354.676000', '210354.679000', '210354.682000', '210354.684000', '210354.687000', '210354.689000', '210354.692000', '210354.694000', '210354.697000', '210354.700000', '210354.702000', '210354.705000', '210354.707000', '210354.710000', '210354.712000', '210354.715000', '210414.602000', '210414.605000', '210414.608000', '210414.610000', '210414.613000', '210414.616000', '210414.618000', '210414.621000', '210414.623000', '210414.626000', '210414.628000', '210414.631000', '210414.634000', '210414.636000', '210414.639000', '210414.641000', '210414.645000', '210414.648000', '210414.651000', '210414.653000', '210414.656000', '210414.659000', '210414.661000', '210414.664000', '210414.667000', '210414.669000', '210414.672000', '210414.674000', '210414.677000', '210414.680000', '210414.682000', '210414.685000', '210414.687000', '210414.690000', '210414.692000', '210414.695000', '210414.698000', '210414.700000', '210414.703000', '210414.705000', '210414.708000', '210414.711000', '210414.713000', '210434.602000', '210434.605000', '210434.608000', '210434.611000', '210434.613000', '210434.616000', '210434.618000', '210434.621000', '210434.624000', '210434.626000', '210434.629000', '210434.631000', '210434.634000', '210434.636000', '210434.639000', '210434.642000', '210434.644000', '210434.647000', '210434.649000', '210434.652000', '210434.655000', '210434.657000', '210434.660000', '210434.662000', '210434.665000', '210434.668000', '210434.670000', '210434.673000', '210434.676000', '210434.678000', '210434.681000', '210434.683000', '210434.686000', '210434.688000', '210434.691000', '210434.694000', '210434.696000', '210434.722000', '210434.725000', '210434.727000', '210434.730000', '210434.745000', '210434.748000', '210434.750000', '210454.603000', '210454.606000', '210454.609000', '210454.612000', '210454.614000', '210454.617000', '210454.619000', '210454.622000', '210454.624000', '210454.627000', '210454.630000', '210454.632000', '210454.635000', '210454.638000', '210454.640000', '210454.643000', '210454.645000', '210454.648000', '210454.651000', '210454.653000', '210454.656000', '210454.659000', '210454.662000', '210454.665000', '210454.667000', '210454.670000', '210454.673000', '210454.675000', '210454.678000', '210454.681000', '210454.683000', '210454.686000', '210454.688000', '210454.691000', '210454.694000', '210454.696000', '210454.699000', '210454.702000', '210454.704000', '210454.707000', '210454.709000', '210454.712000', '210454.715000', '210514.603000', '210514.606000', '210514.609000', '210514.612000', '210514.614000', '210514.617000', '210514.619000', '210514.622000', '210514.625000', '210514.627000', '210514.630000', '210514.632000', '210514.635000', '210514.638000', '210514.640000', '210514.643000', '210514.645000', '210514.648000', '210514.657000', '210514.660000', '210514.662000', '210514.665000', '210514.667000', '210514.670000', '210514.672000', '210514.675000', '210514.678000', '210514.681000', '210514.683000', '210514.686000', '210514.688000', '210514.691000', '210514.693000', '210514.696000', '210514.699000', '210514.701000', '210514.704000', '210514.706000', '210514.709000', '210514.712000', '210514.714000', '210514.717000', '210514.719000', '210514.722000', '210534.603000', '210534.606000', '210534.609000', '210534.611000', '210534.614000', '210534.617000', '210534.619000', '210534.622000', '210534.624000', '210534.627000', '210534.630000', '210534.632000', '210534.635000', '210534.638000', '210534.640000', '210534.643000', '210534.645000', '210534.648000', '210534.650000', '210534.653000', '210534.656000', '210534.658000', '210534.661000', '210534.663000', '210534.666000', '210534.669000', '210534.671000', '210534.674000', '210534.676000', '210534.679000', '210534.682000', '210534.684000', '210534.687000', '210534.691000', '210534.694000', '210534.696000', '210534.699000', '210534.701000', '210534.704000', '210534.707000', '210534.709000', '210534.712000', '210534.715000', '210554.604000', '210554.606000', '210554.609000', '210554.612000', '210554.614000', '210554.617000', '210554.619000', '210554.622000', '210554.625000', '210554.627000', '210554.630000', '210554.632000', '210554.635000', '210554.638000', '210554.640000', '210554.643000', '210554.646000', '210554.648000', '210554.651000', '210554.653000', '210554.656000', '210554.659000', '210554.661000', '210554.664000', '210554.667000', '210554.669000', '210554.672000', '210554.674000', '210554.677000', '210554.679000', '210554.682000', '210554.685000', '210554.688000', '210554.690000', '210554.693000', '210554.696000', '210554.698000', '210554.701000', '210554.703000', '210554.706000', '210554.709000', '210554.711000', '210554.714000', '210554.717000', '210614.603000', '210614.606000', '210614.608000', '210614.611000', '210614.614000', '210614.616000', '210614.619000', '210614.622000', '210614.624000', '210614.627000', '210614.630000', '210614.632000', '210614.635000', '210614.637000', '210614.640000', '210614.643000', '210614.645000', '210614.648000', '210614.651000', '210614.653000', '210614.656000', '210614.659000', '210614.694000', '210614.697000', '210614.700000', '210614.702000', '210614.705000', '210614.708000', '210614.710000', '210614.713000', '210614.715000', '210614.718000', '210614.720000', '210614.723000', '210614.726000', '210614.728000', '210614.731000', '210614.734000', '210614.737000', '210614.740000', '210614.742000', '210614.745000', '210614.747000', '210634.602000', '210634.605000', '210634.608000', '210634.611000', '210634.613000', '210634.616000', '210634.618000', '210634.621000', '210634.624000', '210634.626000', '210634.629000', '210634.631000', '210634.634000', '210634.637000', '210634.639000', '210634.642000', '210634.644000', '210634.647000', '210634.650000', '210634.652000', '210634.655000', '210634.658000', '210634.660000', '210634.663000', '210634.666000', '210634.668000', '210634.671000', '210634.673000', '210634.676000', '210634.679000', '210634.681000', '210634.684000', '210634.686000', '210634.689000', '210634.691000', '210634.694000', '210634.697000', '210634.699000', '210634.702000', '210634.705000', '210634.707000', '210634.710000', '210634.712000', '210634.715000', '210654.603000', '210654.605000', '210654.608000', '210654.611000', '210654.614000', '210654.617000', '210654.619000', '210654.622000', '210654.625000', '210654.628000', '210654.630000', '210654.633000', '210654.636000', '210654.638000', '210654.641000', '210654.643000', '210654.646000', '210654.649000', '210654.651000', '210654.654000', '210654.657000', '210654.659000', '210654.662000', '210654.665000', '210654.668000', '210654.670000', '210654.673000', '210654.676000', '210654.678000', '210654.681000', '210654.684000', '210654.686000', '210654.689000', '210654.692000', '210654.694000', '210654.697000', '210654.700000', '210654.702000', '210654.705000', '210654.707000', '210654.710000', '210654.713000', '210654.715000', '210714.604000', '210714.607000', '210714.609000', '210714.612000', '210714.614000', '210714.617000', '210714.620000', '210714.622000', '210714.625000', '210714.628000', '210714.630000', '210714.633000', '210714.635000', '210714.638000', '210714.640000', '210714.643000', '210714.646000', '210714.648000', '210714.651000', '210714.654000', '210714.656000', '210714.659000', '210714.661000', '210714.664000', '210714.667000', '210714.669000', '210714.672000', '210714.674000', '210714.677000', '210714.680000', '210714.682000', '210714.685000', '210714.688000', '210714.690000', '210714.693000', '210714.695000', '210714.698000', '210714.705000', '210714.707000', '210714.710000', '210714.712000', '210714.715000', '210714.718000', '210714.720000', '210734.604000', '210734.606000', '210734.609000', '210734.612000', '210734.615000', '210734.617000', '210734.620000', '210734.622000', '210734.625000', '210734.628000', '210734.630000', '210734.633000', '210734.636000', '210734.638000', '210734.641000', '210734.643000', '210734.646000', '210734.648000', '210734.651000', '210734.654000', '210734.657000', '210734.659000', '210734.662000', '210734.665000', '210734.667000', '210734.670000', '210734.672000', '210734.675000', '210734.678000', '210734.680000', '210734.683000', '210734.686000', '210734.688000', '210734.691000', '210734.693000', '210734.696000', '210734.699000', '210734.701000', '210734.704000', '210734.707000', '210734.709000', '210734.712000', '210734.714000', '210754.603000', '210754.606000', '210754.609000', '210754.612000', '210754.614000', '210754.617000', '210754.620000', '210754.622000', '210754.625000', '210754.628000', '210754.630000', '210754.633000', '210754.636000', '210754.638000', '210754.641000', '210754.643000', '210754.646000', '210754.649000', '210754.680000', '210754.683000', '210754.686000', '210754.689000', '210754.691000', '210754.694000', '210754.697000', '210754.700000', '210754.702000', '210754.705000', '210754.708000', '210754.710000', '210754.713000', '210754.715000', '210754.718000', '210754.721000', '210754.723000', '210754.726000', '210754.729000', '210754.731000', '210754.734000', '210754.737000', '210754.739000', '210754.742000', '210754.745000', '210754.747000', '210814.603000', '210814.606000', '210814.609000', '210814.612000', '210814.614000', '210814.617000', '210814.619000', '210814.622000', '210814.624000', '210814.627000', '210814.630000', '210814.632000', '210814.635000', '210814.637000', '210814.640000', '210814.643000', '210814.645000', '210814.648000', '210814.651000', '210814.653000', '210814.656000', '210814.658000', '210814.661000', '210814.664000', '210814.666000', '210814.669000', '210814.671000', '210814.674000', '210814.677000', '210814.679000', '210814.682000', '210814.685000', '210814.688000', '210814.690000', '210814.693000', '210814.696000', '210814.698000', '210814.701000', '210814.704000', '210814.706000', '210814.709000', '210814.711000', '210814.714000', '210834.602000', '210834.605000', '210834.608000', '210834.611000', '210834.614000', '210834.617000', '210834.619000', '210834.622000', '210834.625000', '210834.627000', '210834.630000', '210834.632000', '210834.635000', '210834.638000', '210834.640000', '210834.643000', '210834.646000', '210834.648000', '210834.651000', '210834.653000', '210834.656000', '210834.659000', '210834.661000', '210834.664000', '210834.667000', '210834.669000', '210834.672000', '210834.674000', '210834.677000', '210834.680000', '210834.682000', '210834.685000', '210834.688000', '210834.690000', '210834.693000', '210834.695000', '210834.698000', '210834.700000', '210834.703000', '210834.706000', '210834.708000', '210834.711000', '210834.713000', '210834.717000', '210854.603000', '210854.605000', '210854.608000', '210854.611000', '210854.613000', '210854.616000', '210854.619000', '210854.621000', '210854.624000', '210854.627000', '210854.629000', '210854.632000', '210854.634000', '210854.637000', '210854.640000', '210854.643000', '210854.645000', '210854.648000', '210854.651000', '210854.653000', '210854.656000', '210854.659000', '210854.661000', '210854.664000', '210854.667000', '210854.669000', '210854.672000', '210854.674000', '210854.677000', '210854.680000', '210854.682000', '210854.685000', '210854.687000', '210854.690000', '210854.693000', '210854.695000', '210854.698000', '210854.701000', '210854.703000', '210854.706000', '210854.708000', '210854.711000', '210854.714000', '210914.603000', '210914.606000', '210914.608000', '210914.611000', '210914.613000', '210914.616000', '210914.619000', '210914.621000', '210914.624000', '210914.627000', '210914.629000', '210914.632000', '210914.635000', '210914.637000', '210914.640000', '210914.643000', '210914.646000', '210914.648000', '210914.651000', '210914.654000', '210914.656000', '210914.659000', '210914.661000', '210914.664000', '210914.667000', '210914.669000', '210914.672000', '210914.675000', '210914.677000', '210914.690000', '210914.693000', '210914.695000', '210914.700000', '210914.702000', '210914.705000', '210914.708000', '210914.710000', '210914.713000', '210914.716000', '210914.718000', '210914.721000', '210914.723000', '210914.726000', '210914.729000', '210934.604000', '210934.606000', '210934.609000', '210934.612000', '210934.615000', '210934.617000', '210934.620000', '210934.622000', '210934.625000', '210934.628000', '210934.631000', '210934.633000', '210934.636000', '210934.639000', '210934.642000', '210934.644000', '210934.647000', '210934.649000', '210934.652000', '210934.655000', '210934.657000', '210934.660000', '210934.663000', '210934.665000', '210934.668000', '210934.670000', '210934.679000', '210934.682000', '210934.684000', '210934.687000', '210934.689000', '210934.692000', '210934.695000', '210934.697000', '210934.700000', '210934.702000', '210934.705000', '210934.708000', '210934.710000', '210934.713000', '210934.715000', '210934.718000', '210934.721000', '210954.604000', '210954.606000', '210954.609000', '210954.612000', '210954.614000', '210954.617000', '210954.620000', '210954.622000', '210954.625000', '210954.627000', '210954.630000', '210954.633000', '210954.635000', '210954.638000', '210954.641000', '210954.643000', '210954.646000', '210954.648000', '210954.652000', '210954.654000', '210954.657000', '210954.660000', '210954.662000', '210954.665000', '210954.668000', '210954.670000', '210954.673000', '210954.676000', '210954.678000', '210954.681000', '210954.683000', '210954.686000', '210954.689000', '210954.691000', '210954.694000', '210954.696000', '210954.699000', '210954.702000', '210954.704000', '210954.707000', '210954.709000', '210954.712000', '210954.715000', '210956.440000', '210956.443000', '210956.446000', '210956.449000', '210956.451000'], 'InstanceCreationTime': ['210334.630000', '210334.633000', '210334.636000', '210334.646000', '210334.648000', '210334.651000', '210334.653000', '210334.656000', '210334.659000', '210334.661000', '210334.664000', '210334.666000', '210334.669000', '210334.672000', '210334.674000', '210334.685000', '210334.688000', '210334.691000', '210334.694000', '210334.697000', '210334.699000', '210334.702000', '210334.704000', '210334.707000', '210334.710000', '210334.712000', '210334.715000', '210334.717000', '210334.720000', '210334.722000', '210334.725000', '210334.728000', '210334.730000', '210334.733000', '210334.735000', '210334.738000', '210334.741000', '210334.743000', '210334.746000', '210334.749000', '210334.752000', '210354.603000', '210354.605000', '210354.608000', '210354.611000', '210354.613000', '210354.616000', '210354.618000', '210354.621000', '210354.624000', '210354.626000', '210354.629000', '210354.631000', '210354.634000', '210354.636000', '210354.640000', '210354.642000', '210354.645000', '210354.647000', '210354.650000', '210354.653000', '210354.655000', '210354.658000', '210354.661000', '210354.663000', '210354.666000', '210354.668000', '210354.671000', '210354.674000', '210354.676000', '210354.679000', '210354.682000', '210354.684000', '210354.687000', '210354.689000', '210354.692000', '210354.694000', '210354.697000', '210354.700000', '210354.702000', '210354.705000', '210354.707000', '210354.710000', '210354.712000', '210354.715000', '210414.602000', '210414.605000', '210414.608000', '210414.610000', '210414.613000', '210414.616000', '210414.618000', '210414.621000', '210414.623000', '210414.626000', '210414.628000', '210414.631000', '210414.634000', '210414.636000', '210414.639000', '210414.641000', '210414.645000', '210414.648000', '210414.651000', '210414.653000', '210414.656000', '210414.659000', '210414.661000', '210414.664000', '210414.667000', '210414.669000', '210414.672000', '210414.674000', '210414.677000', '210414.680000', '210414.682000', '210414.685000', '210414.687000', '210414.690000', '210414.692000', '210414.695000', '210414.698000', '210414.700000', '210414.703000', '210414.705000', '210414.708000', '210414.711000', '210414.713000', '210434.602000', '210434.605000', '210434.608000', '210434.611000', '210434.613000', '210434.616000', '210434.618000', '210434.621000', '210434.624000', '210434.626000', '210434.629000', '210434.631000', '210434.634000', '210434.636000', '210434.639000', '210434.642000', '210434.644000', '210434.647000', '210434.649000', '210434.652000', '210434.655000', '210434.657000', '210434.660000', '210434.662000', '210434.665000', '210434.668000', '210434.670000', '210434.673000', '210434.676000', '210434.678000', '210434.681000', '210434.683000', '210434.686000', '210434.688000', '210434.691000', '210434.694000', '210434.696000', '210434.722000', '210434.725000', '210434.727000', '210434.730000', '210434.745000', '210434.748000', '210434.750000', '210454.603000', '210454.606000', '210454.609000', '210454.612000', '210454.614000', '210454.617000', '210454.619000', '210454.622000', '210454.624000', '210454.627000', '210454.630000', '210454.632000', '210454.635000', '210454.638000', '210454.640000', '210454.643000', '210454.645000', '210454.648000', '210454.651000', '210454.653000', '210454.656000', '210454.659000', '210454.662000', '210454.665000', '210454.667000', '210454.670000', '210454.673000', '210454.675000', '210454.678000', '210454.681000', '210454.683000', '210454.686000', '210454.688000', '210454.691000', '210454.694000', '210454.696000', '210454.699000', '210454.702000', '210454.704000', '210454.707000', '210454.709000', '210454.712000', '210454.715000', '210514.603000', '210514.606000', '210514.609000', '210514.612000', '210514.614000', '210514.617000', '210514.619000', '210514.622000', '210514.625000', '210514.627000', '210514.630000', '210514.632000', '210514.635000', '210514.638000', '210514.640000', '210514.643000', '210514.645000', '210514.648000', '210514.657000', '210514.660000', '210514.662000', '210514.665000', '210514.667000', '210514.670000', '210514.672000', '210514.675000', '210514.678000', '210514.681000', '210514.683000', '210514.686000', '210514.688000', '210514.691000', '210514.693000', '210514.696000', '210514.699000', '210514.701000', '210514.704000', '210514.706000', '210514.709000', '210514.712000', '210514.714000', '210514.717000', '210514.719000', '210514.722000', '210534.603000', '210534.606000', '210534.609000', '210534.611000', '210534.614000', '210534.617000', '210534.619000', '210534.622000', '210534.624000', '210534.627000', '210534.630000', '210534.632000', '210534.635000', '210534.638000', '210534.640000', '210534.643000', '210534.645000', '210534.648000', '210534.650000', '210534.653000', '210534.656000', '210534.658000', '210534.661000', '210534.663000', '210534.666000', '210534.669000', '210534.671000', '210534.674000', '210534.676000', '210534.679000', '210534.682000', '210534.684000', '210534.687000', '210534.691000', '210534.694000', '210534.696000', '210534.699000', '210534.701000', '210534.704000', '210534.707000', '210534.709000', '210534.712000', '210534.715000', '210554.604000', '210554.606000', '210554.609000', '210554.612000', '210554.614000', '210554.617000', '210554.619000', '210554.622000', '210554.625000', '210554.627000', '210554.630000', '210554.632000', '210554.635000', '210554.638000', '210554.640000', '210554.643000', '210554.646000', '210554.648000', '210554.651000', '210554.653000', '210554.656000', '210554.659000', '210554.661000', '210554.664000', '210554.667000', '210554.669000', '210554.672000', '210554.674000', '210554.677000', '210554.679000', '210554.682000', '210554.685000', '210554.688000', '210554.690000', '210554.693000', '210554.696000', '210554.698000', '210554.701000', '210554.703000', '210554.706000', '210554.709000', '210554.711000', '210554.714000', '210554.717000', '210614.603000', '210614.606000', '210614.608000', '210614.611000', '210614.614000', '210614.616000', '210614.619000', '210614.622000', '210614.624000', '210614.627000', '210614.630000', '210614.632000', '210614.635000', '210614.637000', '210614.640000', '210614.643000', '210614.645000', '210614.648000', '210614.651000', '210614.653000', '210614.656000', '210614.659000', '210614.694000', '210614.697000', '210614.700000', '210614.702000', '210614.705000', '210614.708000', '210614.710000', '210614.713000', '210614.715000', '210614.718000', '210614.720000', '210614.723000', '210614.726000', '210614.728000', '210614.731000', '210614.734000', '210614.737000', '210614.740000', '210614.742000', '210614.745000', '210614.747000', '210634.602000', '210634.605000', '210634.608000', '210634.611000', '210634.613000', '210634.616000', '210634.618000', '210634.621000', '210634.624000', '210634.626000', '210634.629000', '210634.631000', '210634.634000', '210634.637000', '210634.639000', '210634.642000', '210634.644000', '210634.647000', '210634.650000', '210634.652000', '210634.655000', '210634.658000', '210634.660000', '210634.663000', '210634.666000', '210634.668000', '210634.671000', '210634.673000', '210634.676000', '210634.679000', '210634.681000', '210634.684000', '210634.686000', '210634.689000', '210634.691000', '210634.694000', '210634.697000', '210634.699000', '210634.702000', '210634.705000', '210634.707000', '210634.710000', '210634.712000', '210634.715000', '210654.603000', '210654.605000', '210654.608000', '210654.611000', '210654.614000', '210654.617000', '210654.619000', '210654.622000', '210654.625000', '210654.628000', '210654.630000', '210654.633000', '210654.636000', '210654.638000', '210654.641000', '210654.643000', '210654.646000', '210654.649000', '210654.651000', '210654.654000', '210654.657000', '210654.659000', '210654.662000', '210654.665000', '210654.668000', '210654.670000', '210654.673000', '210654.676000', '210654.678000', '210654.681000', '210654.684000', '210654.686000', '210654.689000', '210654.692000', '210654.694000', '210654.697000', '210654.700000', '210654.702000', '210654.705000', '210654.707000', '210654.710000', '210654.713000', '210654.715000', '210714.604000', '210714.607000', '210714.609000', '210714.612000', '210714.614000', '210714.617000', '210714.620000', '210714.622000', '210714.625000', '210714.628000', '210714.630000', '210714.633000', '210714.635000', '210714.638000', '210714.640000', '210714.643000', '210714.646000', '210714.648000', '210714.651000', '210714.654000', '210714.656000', '210714.659000', '210714.661000', '210714.664000', '210714.667000', '210714.669000', '210714.672000', '210714.674000', '210714.677000', '210714.680000', '210714.682000', '210714.685000', '210714.688000', '210714.690000', '210714.693000', '210714.695000', '210714.698000', '210714.705000', '210714.707000', '210714.710000', '210714.712000', '210714.715000', '210714.718000', '210714.720000', '210734.604000', '210734.606000', '210734.609000', '210734.612000', '210734.615000', '210734.617000', '210734.620000', '210734.622000', '210734.625000', '210734.628000', '210734.630000', '210734.633000', '210734.636000', '210734.638000', '210734.641000', '210734.643000', '210734.646000', '210734.648000', '210734.651000', '210734.654000', '210734.657000', '210734.659000', '210734.662000', '210734.665000', '210734.667000', '210734.670000', '210734.672000', '210734.675000', '210734.678000', '210734.680000', '210734.683000', '210734.686000', '210734.688000', '210734.691000', '210734.693000', '210734.696000', '210734.699000', '210734.701000', '210734.704000', '210734.707000', '210734.709000', '210734.712000', '210734.714000', '210754.603000', '210754.606000', '210754.609000', '210754.612000', '210754.614000', '210754.617000', '210754.620000', '210754.622000', '210754.625000', '210754.628000', '210754.630000', '210754.633000', '210754.636000', '210754.638000', '210754.641000', '210754.643000', '210754.646000', '210754.649000', '210754.680000', '210754.683000', '210754.686000', '210754.689000', '210754.691000', '210754.694000', '210754.697000', '210754.700000', '210754.702000', '210754.705000', '210754.708000', '210754.710000', '210754.713000', '210754.715000', '210754.718000', '210754.721000', '210754.723000', '210754.726000', '210754.729000', '210754.731000', '210754.734000', '210754.737000', '210754.739000', '210754.742000', '210754.745000', '210754.747000', '210814.603000', '210814.606000', '210814.609000', '210814.612000', '210814.614000', '210814.617000', '210814.619000', '210814.622000', '210814.624000', '210814.627000', '210814.630000', '210814.632000', '210814.635000', '210814.637000', '210814.640000', '210814.643000', '210814.645000', '210814.648000', '210814.651000', '210814.653000', '210814.656000', '210814.658000', '210814.661000', '210814.664000', '210814.666000', '210814.669000', '210814.671000', '210814.674000', '210814.677000', '210814.679000', '210814.682000', '210814.685000', '210814.688000', '210814.690000', '210814.693000', '210814.696000', '210814.698000', '210814.701000', '210814.704000', '210814.706000', '210814.709000', '210814.711000', '210814.714000', '210834.602000', '210834.605000', '210834.608000', '210834.611000', '210834.614000', '210834.617000', '210834.619000', '210834.622000', '210834.625000', '210834.627000', '210834.630000', '210834.632000', '210834.635000', '210834.638000', '210834.640000', '210834.643000', '210834.646000', '210834.648000', '210834.651000', '210834.653000', '210834.656000', '210834.659000', '210834.661000', '210834.664000', '210834.667000', '210834.669000', '210834.672000', '210834.674000', '210834.677000', '210834.680000', '210834.682000', '210834.685000', '210834.688000', '210834.690000', '210834.693000', '210834.695000', '210834.698000', '210834.700000', '210834.703000', '210834.706000', '210834.708000', '210834.711000', '210834.713000', '210834.717000', '210854.603000', '210854.605000', '210854.608000', '210854.611000', '210854.613000', '210854.616000', '210854.619000', '210854.621000', '210854.624000', '210854.627000', '210854.629000', '210854.632000', '210854.634000', '210854.637000', '210854.640000', '210854.643000', '210854.645000', '210854.648000', '210854.651000', '210854.653000', '210854.656000', '210854.659000', '210854.661000', '210854.664000', '210854.667000', '210854.669000', '210854.672000', '210854.674000', '210854.677000', '210854.680000', '210854.682000', '210854.685000', '210854.687000', '210854.690000', '210854.693000', '210854.695000', '210854.698000', '210854.701000', '210854.703000', '210854.706000', '210854.708000', '210854.711000', '210854.714000', '210914.603000', '210914.606000', '210914.608000', '210914.611000', '210914.613000', '210914.616000', '210914.619000', '210914.621000', '210914.624000', '210914.627000', '210914.629000', '210914.632000', '210914.635000', '210914.637000', '210914.640000', '210914.643000', '210914.646000', '210914.648000', '210914.651000', '210914.654000', '210914.656000', '210914.659000', '210914.661000', '210914.664000', '210914.667000', '210914.669000', '210914.672000', '210914.675000', '210914.677000', '210914.690000', '210914.693000', '210914.695000', '210914.700000', '210914.702000', '210914.705000', '210914.708000', '210914.710000', '210914.713000', '210914.716000', '210914.718000', '210914.721000', '210914.723000', '210914.726000', '210914.729000', '210934.604000', '210934.606000', '210934.609000', '210934.612000', '210934.615000', '210934.617000', '210934.620000', '210934.622000', '210934.625000', '210934.628000', '210934.631000', '210934.633000', '210934.636000', '210934.639000', '210934.642000', '210934.644000', '210934.647000', '210934.649000', '210934.652000', '210934.655000', '210934.657000', '210934.660000', '210934.663000', '210934.665000', '210934.668000', '210934.670000', '210934.679000', '210934.682000', '210934.684000', '210934.687000', '210934.689000', '210934.692000', '210934.695000', '210934.697000', '210934.700000', '210934.702000', '210934.705000', '210934.708000', '210934.710000', '210934.713000', '210934.715000', '210934.718000', '210934.721000', '210954.604000', '210954.606000', '210954.609000', '210954.612000', '210954.614000', '210954.617000', '210954.620000', '210954.622000', '210954.625000', '210954.627000', '210954.630000', '210954.633000', '210954.635000', '210954.638000', '210954.641000', '210954.643000', '210954.646000', '210954.648000', '210954.652000', '210954.654000', '210954.657000', '210954.660000', '210954.662000', '210954.665000', '210954.668000', '210954.670000', '210954.673000', '210954.676000', '210954.678000', '210954.681000', '210954.683000', '210954.686000', '210954.689000', '210954.691000', '210954.694000', '210954.696000', '210954.699000', '210954.702000', '210954.704000', '210954.707000', '210954.709000', '210954.712000', '210954.715000', '210956.440000', '210956.443000', '210956.446000', '210956.449000', '210956.451000'], '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': [12462, 15259, 11731, 9156, 15233, 12287, 10777, 12406, 9269, 15633, 12040, 9409, 14563, 11748, 13756, 13008, 9752, 14230, 11192, 9087, 15484, 10984, 13281, 11609, 9708, 13983, 11320, 10437, 13321, 9803, 15712, 12539, 12480, 12018, 9475, 15028, 8895, 16077, 14918, 19725, 15803, 9036, 9434, 13490, 9645, 13713, 11007, 9134, 16464, 13965, 12014, 17715, 14333, 13795, 13722, 15741, 15353, 17943, 17755, 19899, 19567, 18303, 18394, 17373, 21077, 15857, 13195, 13866, 11783, 9125, 16586, 11856, 9521, 14980, 12325, 9289, 14950, 11102, 9529, 15095, 11142, 12363, 13510, 9578, 15014, 12762, 9261, 15365, 11358, 9535, 14766, 9353, 15688, 11802, 16129, 11543, 14796, 12029, 9478, 14346, 10122, 14515, 10858, 13599, 11555, 9735, 13441, 8845, 14282, 11218, 9272, 12481, 8856, 15061, 11601, 15022, 13155, 9162, 14669, 11090, 14410, 11998, 9153, 13689, 10894, 14308, 11806, 9249, 13763, 9564, 14809, 11698, 13640, 12399, 9407, 15228, 11278, 15029, 11770, 10539, 13135, 10356, 14403, 11642, 8880, 13431, 10017, 14755, 11769, 14541, 11330, 9212, 13578, 9565, 11095, 16254, 11241, 13948, 11604, 9577, 13129, 9404, 14420, 11193, 14340, 11216, 9913, 11770, 8333, 15053, 10911, 12868, 10706, 11062, 12580, 8923, 13806, 11627, 13365, 11302, 14775, 11455, 8828, 13928, 8940, 13944, 9205, 14446, 10630, 13440, 11161, 13478, 10620, 15423, 14007, 14636, 12977, 11307, 9010, 13318, 12817, 13439, 12439, 10150, 14273, 9451, 15371, 12306, 14469, 11821, 12127, 12224, 11677, 17669, 12960, 12913, 15952, 14918, 15738, 17889, 14435, 18608, 15421, 15395, 14858, 12614, 14251, 11711, 12785, 10851, 8806, 14521, 11144, 9746, 12912, 9347, 15427, 11955, 9563, 13548, 8902, 14456, 10427, 15905, 11396, 14551, 10888, 13792, 11792, 8988, 13037, 8902, 14367, 11278, 15740, 12107, 9246, 12266, 9165, 14668, 10993, 15569, 11472, 11460, 12186, 8997, 14630, 11540, 14368, 11102, 9677, 12978, 9415, 14846, 11501, 13658, 11157, 14474, 11798, 8516, 13678, 9554, 14166, 11668, 9425, 12450, 8641, 14995, 11865, 15068, 10964, 9904, 13652, 8995, 14878, 11794, 13250, 11407, 9450, 14679, 10219, 13144, 11149, 10799, 13749, 9255, 13806, 11147, 11782, 13425, 8902, 13968, 11905, 13509, 12726, 9780, 15274, 11988, 14721, 11350, 11957, 12920, 11904, 13910, 12926, 13199, 11478, 14503, 11654, 11623, 12181, 11323, 13979, 10517, 13931, 11663, 11296, 12099, 9012, 13854, 11331, 14761, 11561, 10966, 13277, 8871, 14074, 11554, 15438, 12357, 9242, 13330, 10175, 15683, 12631, 9114, 13002, 10474, 8851, 14141, 11235, 9169, 10483, 13231, 11451, 10547, 15330, 11537, 16211, 13864, 14953, 13099, 17434, 14830, 14933, 11864, 11275, 12628, 10182, 13052, 10729, 15059, 11945, 8510, 12703, 10400, 13911, 12101, 12757, 12341, 8987, 14664, 10309, 15513, 12399, 9512, 13213, 9352, 15181, 11246, 15938, 11957, 10835, 11625, 9162, 14177, 10117, 15129, 13507, 12112, 12581, 11744, 14485, 12644, 16960, 12828, 11606, 12495, 9232, 15135, 12388, 11395, 11245, 8932, 13937, 11951, 14351, 11584, 8995, 14478, 11490, 11290, 13811, 9831, 14075, 11775, 10813, 13927, 9439, 13648, 11753, 12923, 12958, 9178, 13873, 12133, 11428, 14494, 9159, 13982, 11516, 11638, 13612, 9281, 15705, 12190, 13851, 11623, 8671, 14387, 10667, 15594, 12529, 10752, 12306, 10124, 13927, 10368, 14898, 11833, 10576, 12048, 8705, 15001, 12293, 16511, 12020, 9206, 13816, 10679, 13851, 11055, 8714, 14838, 11972, 12012, 12625, 8845, 15992, 12588, 9442, 13872, 10461, 15050, 12371, 15620, 12744, 9518, 14275, 9325, 15545, 12147, 13622, 11796, 11046, 13982, 8894, 13799, 10658, 14777, 12191, 10134, 12108, 8621, 11477, 16495, 12130, 15506, 11943, 13609, 14288, 9486, 14458, 11188, 17076, 13069, 8942, 13753, 10816, 16642, 12467, 8875, 14642, 12471, 16924, 14278, 11794, 12861, 12513, 16117, 15514, 16361, 13121, 11835, 13542, 13499, 14679, 12643, 13901, 11741, 14753, 12981, 11855, 11123, 14120, 10029, 15070, 11792, 10846, 12663, 9039, 15013, 11930, 9657, 12994, 8951, 15895, 11907, 11472, 13418, 11124, 8790, 14215, 12016, 15378, 11945, 8621, 14726, 12737, 16791, 12249, 9001, 13258, 8912, 15081, 10345, 13155, 11523, 13010, 12817, 8313, 13210, 11156, 11021, 14741, 10728, 12491, 12426, 9121, 17099, 12798, 14541, 12545, 10579, 16340, 13858, 17680, 16296, 12986, 13578, 12436, 13697, 14223, 18521, 14587, 15115, 11911, 12821, 11428, 12554, 10384, 15050, 13413, 13361, 11161, 12341, 11622, 9071, 14101, 9769, 14252, 11048, 8823, 12614, 8550, 15556, 12427, 13860, 11617, 8904, 14780, 10951, 15508, 11397, 9067, 12865, 8552, 15439, 11923, 10840, 12405, 8562, 15662, 12773, 12456, 12080, 8725, 15723, 12611, 13861, 11624, 8774, 13928, 13157, 8896, 13159, 11189, 8952, 15829, 11540, 8333, 14399, 11687, 15294, 15373, 14195, 14232, 13528, 12198, 14515, 13005, 16603, 14602, 13578, 11870, 13105, 11343, 14875, 11447, 8975, 11412, 8659, 13189, 8876, 14788, 11453, 13207, 10704, 10734, 11859, 8890, 13316, 8996, 15941, 11911, 14158, 11094, 11849, 12099, 10246, 13092, 15026, 11637, 13874, 12353, 16729, 12832, 10118, 13055, 9204, 15767, 12957, 16858, 11928, 8943, 12906, 9005, 14939, 12520, 12561, 12984, 9584, 15551, 12841, 13404, 12806, 9551, 15635, 12724, 15773, 12368, 13819, 13583, 13359, 13919, 12168, 18326, 13457, 13132, 13088, 12553, 15732, 13579, 14226, 11619, 10637, 13373, 10994, 13751, 11210, 15244, 11956, 10677, 11134, 9430, 13267, 9129, 14197, 11020, 13442, 10822, 10484, 13141, 9105, 14427, 11609, 11162, 12916, 8752, 15252, 10254, 13671, 11046, 14009, 12206, 9596, 13226, 10494, 15556, 12497, 8700, 13207, 11047, 15940, 12413, 8953, 13025, 9748, 15568, 12929, 9466, 12326, 8890, 15827, 12187, 10947, 12285, 8429, 15201, 12612, 9290, 15604, 11309, 8762, 14199, 13346, 11044, 12285, 13157, 9761, 16689, 13717, 17925, 13199, 12203, 13871, 13795, 15029, 12917, 13580, 12332, 9268, 14114, 11322, 12760, 12808, 9599, 15400, 11623, 13756, 11721, 15067, 12627, 14144, 12308, 9490, 13594, 8807, 14710, 12623, 15974, 11853, 9358, 13462, 8859, 15825, 12503, 13299, 12132, 9633, 12835, 15740, 11548, 14830, 12111, 14816, 13129, 9448, 14669, 11753, 15329, 13053], 'WindowCenter': [4929.0, 4931.0, 4886.0, 4856.0, 4904.0, 4872.0, 4849.0, 4868.0, 4840.0, 4889.0, 4872.0, 4831.0, 4876.0, 4871.0, 4879.0, 4878.0, 4840.0, 4879.0, 4858.0, 4831.0, 4891.0, 4861.0, 4878.0, 4859.0, 4839.0, 4879.0, 4861.0, 4849.0, 4878.0, 4850.0, 4889.0, 4869.0, 4868.0, 4858.0, 4837.0, 4879.0, 4835.0, 4902.0, 4876.0, 4907.0, 4887.0, 4828.0, 4815.0, 4865.0, 4826.0, 4864.0, 4847.0, 4828.0, 4886.0, 4880.0, 4870.0, 4898.0, 4878.0, 4867.0, 4867.0, 4876.0, 4864.0, 4874.0, 4875.0, 4884.0, 4872.0, 4858.0, 4858.0, 4846.0, 4862.0, 4835.0, 4828.0, 4880.0, 4830.0, 4784.0, 4854.0, 4815.0, 4796.0, 4847.0, 4840.0, 4800.0, 4860.0, 4822.0, 4811.0, 4863.0, 4834.0, 4843.0, 4854.0, 4825.0, 4877.0, 4855.0, 4816.0, 4875.0, 4847.0, 4826.0, 4875.0, 4815.0, 4875.0, 4847.0, 4874.0, 4846.0, 4862.0, 4843.0, 4813.0, 4864.0, 4823.0, 4851.0, 4834.0, 4864.0, 4845.0, 4824.0, 4853.0, 4815.0, 4863.0, 4834.0, 4824.0, 4854.0, 4816.0, 4886.0, 4859.0, 4887.0, 4868.0, 4828.0, 4878.0, 4858.0, 4889.0, 4859.0, 4829.0, 4878.0, 4848.0, 4889.0, 4859.0, 4840.0, 4881.0, 4839.0, 4890.0, 4872.0, 4878.0, 4869.0, 4837.0, 4888.0, 4857.0, 4888.0, 4858.0, 4847.0, 4867.0, 4838.0, 4878.0, 4858.0, 4828.0, 4867.0, 4838.0, 4889.0, 4870.0, 4878.0, 4858.0, 4828.0, 4878.0, 4839.0, 4848.0, 4883.0, 4844.0, 4865.0, 4857.0, 4827.0, 4867.0, 4827.0, 4875.0, 4847.0, 4875.0, 4846.0, 4836.0, 4855.0, 4818.0, 4886.0, 4849.0, 4865.0, 4849.0, 4858.0, 4867.0, 4828.0, 4877.0, 4858.0, 4867.0, 4858.0, 4875.0, 4847.0, 4818.0, 4875.0, 4817.0, 4876.0, 4827.0, 4865.0, 4835.0, 4854.0, 4843.0, 4878.0, 4838.0, 4861.0, 4851.0, 4860.0, 4851.0, 4833.0, 4816.0, 4866.0, 4869.0, 4868.0, 4859.0, 4837.0, 4877.0, 4826.0, 4876.0, 4856.0, 4865.0, 4846.0, 4845.0, 4841.0, 4830.0, 4882.0, 4843.0, 4843.0, 4874.0, 4863.0, 4863.0, 4871.0, 4850.0, 4879.0, 4849.0, 4846.0, 4837.0, 4826.0, 4836.0, 4816.0, 4825.0, 4819.0, 4811.0, 4849.0, 4832.0, 4811.0, 4851.0, 4825.0, 4873.0, 4857.0, 4836.0, 4866.0, 4827.0, 4877.0, 4847.0, 4886.0, 4857.0, 4875.0, 4849.0, 4876.0, 4856.0, 4827.0, 4866.0, 4829.0, 4890.0, 4859.0, 4886.0, 4857.0, 4827.0, 4857.0, 4826.0, 4876.0, 4848.0, 4884.0, 4857.0, 4846.0, 4856.0, 4827.0, 4876.0, 4856.0, 4875.0, 4846.0, 4824.0, 4866.0, 4827.0, 4878.0, 4857.0, 4865.0, 4847.0, 4888.0, 4857.0, 4827.0, 4876.0, 4839.0, 4875.0, 4858.0, 4827.0, 4868.0, 4829.0, 4887.0, 4868.0, 4887.0, 4856.0, 4838.0, 4890.0, 4840.0, 4888.0, 4860.0, 4867.0, 4858.0, 4839.0, 4888.0, 4846.0, 4868.0, 4860.0, 4859.0, 4879.0, 4835.0, 4878.0, 4859.0, 4870.0, 4880.0, 4837.0, 4889.0, 4871.0, 4878.0, 4865.0, 4838.0, 4888.0, 4857.0, 4876.0, 4849.0, 4856.0, 4866.0, 4846.0, 4865.0, 4855.0, 4855.0, 4846.0, 4864.0, 4845.0, 4844.0, 4845.0, 4844.0, 4865.0, 4834.0, 4862.0, 4844.0, 4843.0, 4843.0, 4813.0, 4861.0, 4845.0, 4873.0, 4845.0, 4845.0, 4866.0, 4826.0, 4875.0, 4855.0, 4874.0, 4857.0, 4825.0, 4866.0, 4838.0, 4897.0, 4868.0, 4829.0, 4877.0, 4849.0, 4838.0, 4890.0, 4871.0, 4852.0, 4863.0, 4893.0, 4883.0, 4875.0, 4912.0, 4872.0, 4901.0, 4890.0, 4889.0, 4880.0, 4897.0, 4876.0, 4875.0, 4858.0, 4847.0, 4855.0, 4834.0, 4864.0, 4847.0, 4885.0, 4858.0, 4817.0, 4866.0, 4848.0, 4878.0, 4868.0, 4868.0, 4869.0, 4828.0, 4888.0, 4849.0, 4888.0, 4868.0, 4837.0, 4868.0, 4839.0, 4889.0, 4858.0, 4886.0, 4858.0, 4845.0, 4845.0, 4825.0, 4861.0, 4836.0, 4876.0, 4866.0, 4854.0, 4854.0, 4844.0, 4877.0, 4854.0, 4873.0, 4853.0, 4832.0, 4842.0, 4813.0, 4861.0, 4854.0, 4843.0, 4835.0, 4815.0, 4875.0, 4852.0, 4864.0, 4845.0, 4815.0, 4876.0, 4858.0, 4857.0, 4874.0, 4838.0, 4876.0, 4870.0, 4858.0, 4878.0, 4839.0, 4879.0, 4871.0, 4867.0, 4867.0, 4835.0, 4876.0, 4869.0, 4869.0, 4879.0, 4839.0, 4876.0, 4857.0, 4857.0, 4877.0, 4836.0, 4886.0, 4856.0, 4865.0, 4846.0, 4815.0, 4875.0, 4844.0, 4883.0, 4854.0, 4835.0, 4846.0, 4834.0, 4864.0, 4835.0, 4872.0, 4843.0, 4833.0, 4843.0, 4803.0, 4872.0, 4853.0, 4883.0, 4854.0, 4826.0, 4864.0, 4836.0, 4864.0, 4845.0, 4828.0, 4886.0, 4858.0, 4857.0, 4868.0, 4830.0, 4899.0, 4869.0, 4839.0, 4877.0, 4851.0, 4899.0, 4880.0, 4896.0, 4869.0, 4838.0, 4888.0, 4851.0, 4885.0, 4870.0, 4877.0, 4858.0, 4857.0, 4877.0, 4828.0, 4876.0, 4859.0, 4886.0, 4871.0, 4848.0, 4864.0, 4829.0, 4870.0, 4898.0, 4870.0, 4887.0, 4870.0, 4889.0, 4887.0, 4852.0, 4889.0, 4871.0, 4908.0, 4880.0, 4841.0, 4890.0, 4871.0, 4909.0, 4881.0, 4841.0, 4897.0, 4879.0, 4907.0, 4892.0, 4869.0, 4868.0, 4867.0, 4887.0, 4887.0, 4885.0, 4867.0, 4854.0, 4864.0, 4864.0, 4874.0, 4854.0, 4864.0, 4845.0, 4873.0, 4851.0, 4834.0, 4834.0, 4851.0, 4823.0, 4873.0, 4844.0, 4833.0, 4854.0, 4826.0, 4874.0, 4845.0, 4824.0, 4854.0, 4816.0, 4873.0, 4855.0, 4845.0, 4866.0, 4848.0, 4818.0, 4879.0, 4868.0, 4888.0, 4858.0, 4817.0, 4887.0, 4870.0, 4897.0, 4868.0, 4827.0, 4868.0, 4826.0, 4876.0, 4838.0, 4867.0, 4859.0, 4866.0, 4868.0, 4818.0, 4866.0, 4859.0, 4860.0, 4890.0, 4871.0, 4881.0, 4881.0, 4853.0, 4911.0, 4894.0, 4892.0, 4882.0, 4861.0, 4901.0, 4880.0, 4910.0, 4899.0, 4868.0, 4868.0, 4867.0, 4867.0, 4864.0, 4895.0, 4864.0, 4864.0, 4843.0, 4842.0, 4843.0, 4853.0, 4824.0, 4862.0, 4852.0, 4851.0, 4833.0, 4842.0, 4832.0, 4813.0, 4864.0, 4824.0, 4864.0, 4845.0, 4815.0, 4854.0, 4828.0, 4884.0, 4856.0, 4864.0, 4845.0, 4826.0, 4888.0, 4847.0, 4885.0, 4857.0, 4827.0, 4866.0, 4828.0, 4886.0, 4866.0, 4848.0, 4869.0, 4830.0, 4898.0, 4877.0, 4869.0, 4869.0, 4830.0, 4888.0, 4870.0, 4878.0, 4859.0, 4829.0, 4877.0, 4880.0, 4829.0, 4866.0, 4859.0, 4840.0, 4900.0, 4870.0, 4832.0, 4891.0, 4871.0, 4898.0, 4889.0, 4879.0, 4873.0, 4866.0, 4855.0, 4876.0, 4866.0, 4884.0, 4863.0, 4851.0, 4842.0, 4851.0, 4830.0, 4862.0, 4843.0, 4811.0, 4843.0, 4813.0, 4866.0, 4815.0, 4863.0, 4844.0, 4853.0, 4834.0, 4834.0, 4846.0, 4813.0, 4865.0, 4828.0, 4886.0, 4857.0, 4876.0, 4848.0, 4856.0, 4869.0, 4849.0, 4867.0, 4886.0, 4859.0, 4876.0, 4868.0, 4897.0, 4868.0, 4847.0, 4880.0, 4828.0, 4886.0, 4893.0, 4910.0, 4869.0, 4841.0, 4879.0, 4840.0, 4902.0, 4878.0, 4870.0, 4880.0, 4852.0, 4899.0, 4881.0, 4879.0, 4881.0, 4851.0, 4901.0, 4881.0, 4888.0, 4866.0, 4876.0, 4879.0, 4878.0, 4877.0, 4867.0, 4896.0, 4867.0, 4865.0, 4862.0, 4851.0, 4885.0, 4865.0, 4864.0, 4844.0, 4834.0, 4864.0, 4835.0, 4863.0, 4845.0, 4869.0, 4843.0, 4834.0, 4834.0, 4813.0, 4853.0, 4814.0, 4863.0, 4834.0, 4863.0, 4835.0, 4834.0, 4856.0, 4812.0, 4866.0, 4846.0, 4845.0, 4866.0, 4827.0, 4876.0, 4836.0, 4864.0, 4846.0, 4876.0, 4858.0, 4826.0, 4855.0, 4835.0, 4886.0, 4857.0, 4817.0, 4863.0, 4847.0, 4886.0, 4869.0, 4828.0, 4868.0, 4840.0, 4886.0, 4870.0, 4839.0, 4866.0, 4829.0, 4888.0, 4869.0, 4848.0, 4858.0, 4829.0, 4888.0, 4867.0, 4839.0, 4898.0, 4862.0, 4831.0, 4902.0, 4893.0, 4862.0, 4868.0, 4882.0, 4848.0, 4910.0, 4882.0, 4900.0, 4869.0, 4856.0, 4868.0, 4866.0, 4875.0, 4855.0, 4862.0, 4855.0, 4825.0, 4866.0, 4846.0, 4865.0, 4865.0, 4837.0, 4886.0, 4857.0, 4866.0, 4855.0, 4875.0, 4856.0, 4864.0, 4855.0, 4825.0, 4855.0, 4815.0, 4874.0, 4856.0, 4884.0, 4847.0, 4826.0, 4866.0, 4827.0, 4885.0, 4868.0, 4867.0, 4854.0, 4837.0, 4869.0, 4883.0, 4842.0, 4876.0, 4857.0, 4876.0, 4868.0, 4828.0, 4876.0, 4866.0, 4888.0, 4881.0], 'WindowWidth': [10734.0, 10720.0, 10645.0, 10600.0, 10662.0, 10615.0, 10579.0, 10602.0, 10567.0, 10632.0, 10609.0, 10552.0, 10611.0, 10607.0, 10621.0, 10616.0, 10565.0, 10620.0, 10587.0, 10556.0, 10637.0, 10595.0, 10616.0, 10590.0, 10563.0, 10617.0, 10594.0, 10576.0, 10616.0, 10580.0, 10632.0, 10605.0, 10601.0, 10587.0, 10557.0, 10613.0, 10563.0, 10653.0, 10611.0, 10658.0, 10624.0, 10543.0, 10520.0, 10586.0, 10539.0, 10589.0, 10566.0, 10541.0, 10618.0, 10617.0, 10605.0, 10646.0, 10613.0, 10596.0, 10596.0, 10606.0, 10585.0, 10604.0, 10605.0, 10614.0, 10595.0, 10565.0, 10569.0, 10547.0, 10570.0, 10526.0, 10523.0, 10620.0, 10533.0, 10459.0, 10557.0, 10503.0, 10478.0, 10549.0, 10544.0, 10492.0, 10575.0, 10523.0, 10508.0, 10581.0, 10545.0, 10557.0, 10570.0, 10534.0, 10607.0, 10576.0, 10523.0, 10604.0, 10566.0, 10538.0, 10603.0, 10521.0, 10604.0, 10564.0, 10600.0, 10563.0, 10580.0, 10554.0, 10513.0, 10585.0, 10527.0, 10564.0, 10545.0, 10588.0, 10560.0, 10531.0, 10571.0, 10520.0, 10584.0, 10547.0, 10534.0, 10573.0, 10523.0, 10622.0, 10589.0, 10625.0, 10601.0, 10546.0, 10612.0, 10587.0, 10633.0, 10588.0, 10547.0, 10613.0, 10571.0, 10631.0, 10589.0, 10563.0, 10620.0, 10562.0, 10635.0, 10612.0, 10616.0, 10605.0, 10558.0, 10624.0, 10586.0, 10630.0, 10588.0, 10570.0, 10598.0, 10557.0, 10615.0, 10586.0, 10546.0, 10598.0, 10559.0, 10632.0, 10606.0, 10615.0, 10587.0, 10544.0, 10613.0, 10563.0, 10570.0, 10617.0, 10564.0, 10592.0, 10582.0, 10542.0, 10598.0, 10541.0, 10606.0, 10569.0, 10607.0, 10568.0, 10552.0, 10578.0, 10533.0, 10622.0, 10574.0, 10593.0, 10574.0, 10589.0, 10599.0, 10545.0, 10611.0, 10586.0, 10597.0, 10586.0, 10607.0, 10568.0, 10529.0, 10605.0, 10526.0, 10607.0, 10542.0, 10590.0, 10549.0, 10573.0, 10558.0, 10617.0, 10557.0, 10580.0, 10565.0, 10573.0, 10564.0, 10542.0, 10525.0, 10593.0, 10601.0, 10598.0, 10585.0, 10551.0, 10608.0, 10538.0, 10608.0, 10577.0, 10592.0, 10563.0, 10562.0, 10550.0, 10538.0, 10612.0, 10556.0, 10554.0, 10603.0, 10585.0, 10581.0, 10595.0, 10561.0, 10605.0, 10557.0, 10546.0, 10535.0, 10519.0, 10534.0, 10508.0, 10520.0, 10516.0, 10511.0, 10558.0, 10539.0, 10511.0, 10564.0, 10537.0, 10602.0, 10584.0, 10554.0, 10596.0, 10543.0, 10614.0, 10570.0, 10622.0, 10584.0, 10605.0, 10572.0, 10610.0, 10581.0, 10541.0, 10593.0, 10545.0, 10634.0, 10592.0, 10625.0, 10584.0, 10543.0, 10582.0, 10539.0, 10607.0, 10572.0, 10619.0, 10584.0, 10566.0, 10577.0, 10541.0, 10609.0, 10581.0, 10605.0, 10567.0, 10535.0, 10595.0, 10543.0, 10615.0, 10583.0, 10591.0, 10571.0, 10629.0, 10583.0, 10543.0, 10608.0, 10562.0, 10609.0, 10586.0, 10545.0, 10600.0, 10547.0, 10627.0, 10602.0, 10628.0, 10585.0, 10560.0, 10634.0, 10567.0, 10629.0, 10591.0, 10598.0, 10587.0, 10564.0, 10627.0, 10570.0, 10600.0, 10592.0, 10590.0, 10618.0, 10557.0, 10614.0, 10589.0, 10607.0, 10620.0, 10560.0, 10632.0, 10607.0, 10615.0, 10596.0, 10558.0, 10628.0, 10585.0, 10611.0, 10574.0, 10582.0, 10593.0, 10565.0, 10594.0, 10577.0, 10577.0, 10566.0, 10588.0, 10564.0, 10560.0, 10562.0, 10559.0, 10587.0, 10545.0, 10584.0, 10561.0, 10557.0, 10558.0, 10518.0, 10583.0, 10563.0, 10600.0, 10565.0, 10563.0, 10594.0, 10540.0, 10603.0, 10578.0, 10604.0, 10582.0, 10536.0, 10594.0, 10557.0, 10641.0, 10602.0, 10549.0, 10613.0, 10574.0, 10561.0, 10635.0, 10613.0, 10587.0, 10603.0, 10644.0, 10632.0, 10622.0, 10672.0, 10614.0, 10654.0, 10635.0, 10635.0, 10621.0, 10643.0, 10610.0, 10605.0, 10586.0, 10568.0, 10579.0, 10546.0, 10587.0, 10569.0, 10620.0, 10585.0, 10528.0, 10594.0, 10573.0, 10616.0, 10603.0, 10602.0, 10603.0, 10545.0, 10628.0, 10575.0, 10630.0, 10600.0, 10556.0, 10597.0, 10564.0, 10630.0, 10585.0, 10625.0, 10585.0, 10564.0, 10563.0, 10535.0, 10584.0, 10553.0, 10612.0, 10595.0, 10575.0, 10573.0, 10560.0, 10609.0, 10575.0, 10601.0, 10570.0, 10539.0, 10554.0, 10515.0, 10580.0, 10573.0, 10557.0, 10548.0, 10522.0, 10606.0, 10571.0, 10588.0, 10564.0, 10522.0, 10606.0, 10586.0, 10584.0, 10606.0, 10560.0, 10610.0, 10605.0, 10588.0, 10616.0, 10561.0, 10617.0, 10609.0, 10599.0, 10599.0, 10553.0, 10610.0, 10604.0, 10604.0, 10616.0, 10562.0, 10609.0, 10584.0, 10584.0, 10611.0, 10555.0, 10622.0, 10582.0, 10592.0, 10565.0, 10523.0, 10604.0, 10564.0, 10617.0, 10576.0, 10549.0, 10563.0, 10547.0, 10587.0, 10547.0, 10597.0, 10556.0, 10542.0, 10557.0, 10502.0, 10596.0, 10572.0, 10613.0, 10573.0, 10536.0, 10587.0, 10551.0, 10589.0, 10564.0, 10547.0, 10622.0, 10587.0, 10584.0, 10600.0, 10552.0, 10647.0, 10606.0, 10564.0, 10614.0, 10580.0, 10647.0, 10622.0, 10640.0, 10605.0, 10558.0, 10628.0, 10584.0, 10623.0, 10605.0, 10612.0, 10587.0, 10584.0, 10612.0, 10546.0, 10609.0, 10592.0, 10624.0, 10608.0, 10574.0, 10593.0, 10552.0, 10607.0, 10643.0, 10606.0, 10626.0, 10607.0, 10633.0, 10631.0, 10584.0, 10631.0, 10611.0, 10658.0, 10621.0, 10568.0, 10634.0, 10613.0, 10662.0, 10624.0, 10569.0, 10643.0, 10622.0, 10659.0, 10639.0, 10603.0, 10601.0, 10595.0, 10629.0, 10625.0, 10622.0, 10596.0, 10578.0, 10589.0, 10586.0, 10601.0, 10575.0, 10588.0, 10562.0, 10601.0, 10568.0, 10539.0, 10542.0, 10565.0, 10530.0, 10600.0, 10562.0, 10543.0, 10572.0, 10540.0, 10603.0, 10562.0, 10534.0, 10574.0, 10522.0, 10600.0, 10577.0, 10565.0, 10593.0, 10572.0, 10531.0, 10616.0, 10601.0, 10628.0, 10585.0, 10529.0, 10626.0, 10605.0, 10640.0, 10600.0, 10542.0, 10599.0, 10542.0, 10609.0, 10557.0, 10595.0, 10588.0, 10595.0, 10599.0, 10533.0, 10596.0, 10589.0, 10595.0, 10635.0, 10612.0, 10623.0, 10623.0, 10590.0, 10666.0, 10646.0, 10640.0, 10626.0, 10594.0, 10651.0, 10619.0, 10663.0, 10645.0, 10599.0, 10598.0, 10596.0, 10599.0, 10587.0, 10636.0, 10586.0, 10587.0, 10557.0, 10554.0, 10556.0, 10571.0, 10531.0, 10584.0, 10567.0, 10565.0, 10542.0, 10554.0, 10540.0, 10519.0, 10588.0, 10536.0, 10589.0, 10564.0, 10523.0, 10575.0, 10546.0, 10616.0, 10581.0, 10590.0, 10564.0, 10540.0, 10627.0, 10572.0, 10621.0, 10582.0, 10542.0, 10593.0, 10545.0, 10623.0, 10597.0, 10573.0, 10602.0, 10551.0, 10641.0, 10616.0, 10605.0, 10602.0, 10552.0, 10628.0, 10606.0, 10615.0, 10588.0, 10548.0, 10611.0, 10619.0, 10548.0, 10596.0, 10589.0, 10567.0, 10648.0, 10608.0, 10557.0, 10635.0, 10610.0, 10646.0, 10631.0, 10617.0, 10602.0, 10594.0, 10576.0, 10608.0, 10592.0, 10618.0, 10583.0, 10567.0, 10554.0, 10565.0, 10539.0, 10581.0, 10558.0, 10513.0, 10556.0, 10516.0, 10592.0, 10523.0, 10585.0, 10560.0, 10570.0, 10545.0, 10545.0, 10564.0, 10518.0, 10591.0, 10545.0, 10621.0, 10583.0, 10608.0, 10571.0, 10578.0, 10601.0, 10575.0, 10597.0, 10623.0, 10588.0, 10609.0, 10600.0, 10641.0, 10599.0, 10571.0, 10617.0, 10545.0, 10622.0, 10644.0, 10664.0, 10609.0, 10571.0, 10617.0, 10566.0, 10654.0, 10618.0, 10606.0, 10621.0, 10587.0, 10648.0, 10623.0, 10619.0, 10622.0, 10584.0, 10652.0, 10623.0, 10631.0, 10599.0, 10611.0, 10619.0, 10611.0, 10612.0, 10599.0, 10642.0, 10597.0, 10589.0, 10586.0, 10570.0, 10622.0, 10592.0, 10590.0, 10562.0, 10548.0, 10589.0, 10547.0, 10584.0, 10563.0, 10592.0, 10558.0, 10544.0, 10543.0, 10516.0, 10571.0, 10518.0, 10584.0, 10546.0, 10585.0, 10548.0, 10548.0, 10577.0, 10516.0, 10593.0, 10565.0, 10565.0, 10591.0, 10543.0, 10608.0, 10553.0, 10589.0, 10566.0, 10608.0, 10584.0, 10539.0, 10577.0, 10551.0, 10623.0, 10583.0, 10528.0, 10590.0, 10571.0, 10623.0, 10604.0, 10546.0, 10599.0, 10566.0, 10624.0, 10607.0, 10564.0, 10595.0, 10550.0, 10628.0, 10604.0, 10574.0, 10585.0, 10550.0, 10628.0, 10601.0, 10561.0, 10642.0, 10598.0, 10556.0, 10658.0, 10643.0, 10600.0, 10605.0, 10626.0, 10577.0, 10665.0, 10627.0, 10651.0, 10604.0, 10582.0, 10600.0, 10593.0, 10607.0, 10576.0, 10588.0, 10578.0, 10536.0, 10594.0, 10565.0, 10594.0, 10592.0, 10557.0, 10624.0, 10584.0, 10595.0, 10578.0, 10606.0, 10580.0, 10589.0, 10576.0, 10535.0, 10574.0, 10522.0, 10601.0, 10579.0, 10617.0, 10567.0, 10539.0, 10592.0, 10545.0, 10618.0, 10598.0, 10595.0, 10575.0, 10556.0, 10601.0, 10617.0, 10558.0, 10606.0, 10584.0, 10608.0, 10598.0, 10543.0, 10609.0, 10597.0, 10628.0, 10622.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.0013926843317972348</td></tr>
<tr><td colspan=3>aqi</td><td>0.019866124078341013</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.32294214635528</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2653370611303354</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0172845317531711</td></tr>
<tr><td colspan=3>efc</td><td>0.5121</td></tr>
<tr><td colspan=3>fber</td><td>5423.1338</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11238730175721202</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.101382488479263</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.315796187250506</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.147404766983699</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6021245743241517</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1978592204436684</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139416</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01907552406191826</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04343345761299133</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.312235163069238</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>15.7417</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9714</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.2971</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288214.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1082.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.9115</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1746</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.4458</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4016.1941</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88330.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1783.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.9087</td></tr>
<tr><td colspan=3>tsnr</td><td>41.5934466192266</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>