ds005256-mriqc/sub-0131_ses-03_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 78eae0395c [DATALAD RUNCMD] Compute MRIQC for sub-0131
=== 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-0131 --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-0131",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 18:53:03 +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-0131_ses-03_task-social_acq-mb8_run-02_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-0131_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-02_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-0131/ses-03/func/sub-0131_ses-03_task-social_acq-mb8_run-02_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>6feef2316e8a32030ebb20c9419dc870</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:05:43.652500</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.997541, -0.0287203, -0.06393, 0.032569, 0.997667, 0.0599971]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.095939</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7787, -7241, 416, -141, 45, 17, 115]</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>233.119</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3a5adf88-9ff8-461c-bb4c-891cc3d4bcf6||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.6763296127319336, 0.08738034963607788, -0.16755592823028564, 109.14598083496094], [0.07705456763505936, 2.6766679286956787, 0.16721564531326294, -110.36207580566406], [-0.17151959240436554, -0.1609678566455841, 2.689602851867676, -50.98103713989258], [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': ['210543.652500', '210544.112500', '210544.572500', '210545.032500', '210545.492500', '210545.952500', '210546.412500', '210546.872500', '210547.332500', '210547.792500', '210548.252500', '210548.712500', '210549.172500', '210549.632500', '210550.092500', '210550.552500', '210551.012500', '210551.472500', '210551.932500', '210552.392500', '210552.852500', '210553.312500', '210553.772500', '210554.232500', '210554.692500', '210555.152500', '210555.612500', '210556.072500', '210556.532500', '210556.992500', '210557.452500', '210557.912500', '210558.372500', '210558.832500', '210559.292500', '210559.752500', '210600.212500', '210600.672500', '210601.132500', '210601.592500', '210602.052500', '210602.512500', '210602.972500', '210603.432500', '210603.892500', '210604.352500', '210604.812500', '210605.272500', '210605.732500', '210606.192500', '210606.652500', '210607.112500', '210607.572500', '210608.032500', '210608.492500', '210608.952500', '210609.412500', '210609.872500', '210610.332500', '210610.792500', '210611.252500', '210611.712500', '210612.172500', '210612.632500', '210613.092500', '210613.552500', '210614.012500', '210614.472500', '210614.932500', '210615.392500', '210615.852500', '210616.312500', '210616.772500', '210617.232500', '210617.692500', '210618.152500', '210618.612500', '210619.072500', '210619.532500', '210619.992500', '210620.452500', '210620.912500', '210621.372500', '210621.832500', '210622.292500', '210622.752500', '210623.212500', '210623.672500', '210624.132500', '210624.592500', '210625.052500', '210625.512500', '210625.972500', '210626.432500', '210626.892500', '210627.352500', '210627.812500', '210628.272500', '210628.732500', '210629.192500', '210629.652500', '210630.112500', '210630.572500', '210631.032500', '210631.492500', '210631.952500', '210632.412500', '210632.872500', '210633.332500', '210633.792500', '210634.252500', '210634.712500', '210635.172500', '210635.632500', '210636.092500', '210636.552500', '210637.012500', '210637.472500', '210637.932500', '210638.392500', '210638.852500', '210639.312500', '210639.772500', '210640.232500', '210640.692500', '210641.152500', '210641.612500', '210642.072500', '210642.532500', '210642.992500', '210643.452500', '210643.912500', '210644.372500', '210644.832500', '210645.292500', '210645.752500', '210646.212500', '210646.672500', '210647.132500', '210647.592500', '210648.052500', '210648.512500', '210648.972500', '210649.432500', '210649.892500', '210650.352500', '210650.812500', '210651.272500', '210651.732500', '210652.192500', '210652.652500', '210653.112500', '210653.572500', '210654.032500', '210654.492500', '210654.952500', '210655.412500', '210655.872500', '210656.332500', '210656.792500', '210657.252500', '210657.712500', '210658.172500', '210658.632500', '210659.092500', '210659.552500', '210700.012500', '210700.472500', '210700.932500', '210701.392500', '210701.852500', '210702.312500', '210702.772500', '210703.232500', '210703.692500', '210704.152500', '210704.612500', '210705.072500', '210705.532500', '210705.992500', '210706.452500', '210706.912500', '210707.372500', '210707.832500', '210708.292500', '210708.752500', '210709.212500', '210709.672500', '210710.132500', '210710.592500', '210711.052500', '210711.512500', '210711.972500', '210712.432500', '210712.892500', '210713.352500', '210713.812500', '210714.272500', '210714.732500', '210715.192500', '210715.652500', '210716.112500', '210716.572500', '210717.032500', '210717.492500', '210717.952500', '210718.412500', '210718.872500', '210719.332500', '210719.792500', '210720.252500', '210720.712500', '210721.172500', '210721.632500', '210722.092500', '210722.552500', '210723.012500', '210723.472500', '210723.932500', '210724.392500', '210724.852500', '210725.312500', '210725.772500', '210726.232500', '210726.692500', '210727.152500', '210727.612500', '210728.072500', '210728.532500', '210728.992500', '210729.452500', '210729.912500', '210730.372500', '210730.832500', '210731.292500', '210731.752500', '210732.212500', '210732.672500', '210733.132500', '210733.592500', '210734.052500', '210734.512500', '210734.972500', '210735.432500', '210735.892500', '210736.352500', '210736.812500', '210737.272500', '210737.732500', '210738.192500', '210738.652500', '210739.112500', '210739.572500', '210740.032500', '210740.492500', '210740.952500', '210741.412500', '210741.872500', '210742.332500', '210742.792500', '210743.252500', '210743.712500', '210744.172500', '210744.632500', '210745.092500', '210745.552500', '210746.012500', '210746.472500', '210746.932500', '210747.392500', '210747.852500', '210748.312500', '210748.772500', '210749.232500', '210749.692500', '210750.152500', '210750.612500', '210751.072500', '210751.532500', '210751.992500', '210752.452500', '210752.912500', '210753.372500', '210753.832500', '210754.292500', '210754.752500', '210755.212500', '210755.672500', '210756.132500', '210756.592500', '210757.052500', '210757.512500', '210757.972500', '210758.432500', '210758.892500', '210759.352500', '210759.812500', '210800.272500', '210800.732500', '210801.192500', '210801.652500', '210802.112500', '210802.572500', '210803.032500', '210803.492500', '210803.952500', '210804.412500', '210804.872500', '210805.332500', '210805.792500', '210806.252500', '210806.712500', '210807.172500', '210807.632500', '210808.092500', '210808.552500', '210809.012500', '210809.472500', '210809.932500', '210810.392500', '210810.852500', '210811.312500', '210811.772500', '210812.232500', '210812.692500', '210813.152500', '210813.612500', '210814.072500', '210814.532500', '210814.992500', '210815.452500', '210815.912500', '210816.372500', '210816.832500', '210817.292500', '210817.752500', '210818.212500', '210818.672500', '210819.132500', '210819.592500', '210820.052500', '210820.512500', '210820.972500', '210821.432500', '210821.892500', '210822.352500', '210822.812500', '210823.272500', '210823.732500', '210824.192500', '210824.652500', '210825.112500', '210825.572500', '210826.032500', '210826.492500', '210826.952500', '210827.412500', '210827.872500', '210828.332500', '210828.792500', '210829.252500', '210829.712500', '210830.172500', '210830.632500', '210831.092500', '210831.552500', '210832.012500', '210832.472500', '210832.932500', '210833.392500', '210833.852500', '210834.312500', '210834.772500', '210835.232500', '210835.692500', '210836.152500', '210836.612500', '210837.072500', '210837.532500', '210837.992500', '210838.452500', '210838.912500', '210839.372500', '210839.832500', '210840.292500', '210840.752500', '210841.212500', '210841.672500', '210842.132500', '210842.592500', '210843.052500', '210843.512500', '210843.972500', '210844.432500', '210844.892500', '210845.352500', '210845.812500', '210846.272500', '210846.732500', '210847.192500', '210847.652500', '210848.112500', '210848.572500', '210849.032500', '210849.492500', '210849.952500', '210850.412500', '210850.872500', '210851.332500', '210851.792500', '210852.252500', '210852.712500', '210853.172500', '210853.632500', '210854.092500', '210854.552500', '210855.012500', '210855.472500', '210855.932500', '210856.392500', '210856.852500', '210857.312500', '210857.772500', '210858.232500', '210858.692500', '210859.152500', '210859.612500', '210900.072500', '210900.532500', '210900.992500', '210901.452500', '210901.912500', '210902.372500', '210902.832500', '210903.292500', '210903.752500', '210904.212500', '210904.672500', '210905.132500', '210905.592500', '210906.052500', '210906.512500', '210906.972500', '210907.432500', '210907.892500', '210908.352500', '210908.812500', '210909.272500', '210909.732500', '210910.192500', '210910.652500', '210911.112500', '210911.572500', '210912.032500', '210912.492500', '210912.952500', '210913.412500', '210913.872500', '210914.332500', '210914.792500', '210915.252500', '210915.712500', '210916.172500', '210916.632500', '210917.092500', '210917.552500', '210918.012500', '210918.472500', '210918.932500', '210919.392500', '210919.852500', '210920.312500', '210920.772500', '210921.232500', '210921.692500', '210922.152500', '210922.612500', '210923.072500', '210923.532500', '210923.992500', '210924.452500', '210924.912500', '210925.372500', '210925.832500', '210926.292500', '210926.752500', '210927.212500', '210927.672500', '210928.132500', '210928.592500', '210929.052500', '210929.512500', '210929.972500', '210930.432500', '210930.892500', '210931.352500', '210931.812500', '210932.272500', '210932.732500', '210933.192500', '210933.652500', '210934.112500', '210934.572500', '210935.032500', '210935.492500', '210935.952500', '210936.412500', '210936.872500', '210937.332500', '210937.792500', '210938.252500', '210938.712500', '210939.172500', '210939.632500', '210940.092500', '210940.552500', '210941.012500', '210941.472500', '210941.932500', '210942.392500', '210942.852500', '210943.312500', '210943.772500', '210944.232500', '210944.692500', '210945.152500', '210945.612500', '210946.072500', '210946.532500', '210946.992500', '210947.452500', '210947.912500', '210948.372500', '210948.832500', '210949.292500', '210949.752500', '210950.212500', '210950.672500', '210951.132500', '210951.592500', '210952.052500', '210952.512500', '210952.972500', '210953.432500', '210953.892500', '210954.352500', '210954.812500', '210955.272500', '210955.732500', '210956.192500', '210956.652500', '210957.112500', '210957.572500', '210958.032500', '210958.492500', '210958.952500', '210959.412500', '210959.872500', '211000.332500', '211000.792500', '211001.252500', '211001.712500', '211002.172500', '211002.632500', '211003.092500', '211003.552500', '211004.012500', '211004.472500', '211004.932500', '211005.392500', '211005.852500', '211006.312500', '211006.772500', '211007.232500', '211007.692500', '211008.152500', '211008.612500', '211009.072500', '211009.532500', '211009.992500', '211010.452500', '211010.912500', '211011.372500', '211011.832500', '211012.292500', '211012.752500', '211013.212500', '211013.672500', '211014.132500', '211014.592500', '211015.052500', '211015.512500', '211015.972500', '211016.432500', '211016.892500', '211017.352500', '211017.812500', '211018.272500', '211018.732500', '211019.192500', '211019.652500', '211020.112500', '211020.572500', '211021.032500', '211021.492500', '211021.952500', '211022.412500', '211022.872500', '211023.332500', '211023.792500', '211024.252500', '211024.712500', '211025.172500', '211025.632500', '211026.092500', '211026.552500', '211027.012500', '211027.472500', '211027.932500', '211028.392500', '211028.852500', '211029.312500', '211029.772500', '211030.232500', '211030.692500', '211031.152500', '211031.612500', '211032.072500', '211032.532500', '211032.992500', '211033.452500', '211033.912500', '211034.372500', '211034.832500', '211035.292500', '211035.752500', '211036.212500', '211036.672500', '211037.132500', '211037.592500', '211038.052500', '211038.512500', '211038.972500', '211039.432500', '211039.892500', '211040.352500', '211040.812500', '211041.272500', '211041.732500', '211042.192500', '211042.652500', '211043.112500', '211043.572500', '211044.032500', '211044.492500', '211044.952500', '211045.412500', '211045.872500', '211046.332500', '211046.792500', '211047.252500', '211047.712500', '211048.172500', '211048.632500', '211049.092500', '211049.552500', '211050.012500', '211050.472500', '211050.932500', '211051.392500', '211051.852500', '211052.312500', '211052.772500', '211053.232500', '211053.692500', '211054.152500', '211054.612500', '211055.072500', '211055.532500', '211055.992500', '211056.452500', '211056.912500', '211057.372500', '211057.832500', '211058.292500', '211058.752500', '211059.212500', '211059.672500', '211100.132500', '211100.592500', '211101.052500', '211101.512500', '211101.972500', '211102.432500', '211102.892500', '211103.352500', '211103.812500', '211104.272500', '211104.732500', '211105.192500', '211105.652500', '211106.112500', '211106.572500', '211107.032500', '211107.492500', '211107.952500', '211108.412500', '211108.872500', '211109.332500', '211109.792500', '211110.252500', '211110.712500', '211111.172500', '211111.632500', '211112.092500', '211112.552500', '211113.012500', '211113.472500', '211113.932500', '211114.392500', '211114.852500', '211115.312500', '211115.772500', '211116.232500', '211116.692500', '211117.152500', '211117.612500', '211118.072500', '211118.532500', '211118.992500', '211119.452500', '211119.912500', '211120.372500', '211120.832500', '211121.292500', '211121.752500', '211122.212500', '211122.672500', '211123.132500', '211123.592500', '211124.052500', '211124.512500', '211124.972500', '211125.432500', '211125.892500', '211126.352500', '211126.812500', '211127.272500', '211127.732500', '211128.192500', '211128.652500', '211129.112500', '211129.572500', '211130.032500', '211130.492500', '211130.952500', '211131.412500', '211131.872500', '211132.332500', '211132.792500', '211133.252500', '211133.712500', '211134.172500', '211134.632500', '211135.092500', '211135.552500', '211136.012500', '211136.472500', '211136.932500', '211137.392500', '211137.852500', '211138.312500', '211138.772500', '211139.232500', '211139.692500', '211140.152500', '211140.612500', '211141.072500', '211141.532500', '211141.992500', '211142.452500', '211142.912500', '211143.372500', '211143.832500', '211144.292500', '211144.752500', '211145.212500', '211145.672500', '211146.132500', '211146.592500', '211147.052500', '211147.512500', '211147.972500', '211148.432500', '211148.892500', '211149.352500', '211149.812500', '211150.272500', '211150.732500', '211151.192500', '211151.652500', '211152.112500', '211152.572500', '211153.032500', '211153.492500', '211153.952500', '211154.412500', '211154.872500', '211155.332500', '211155.792500', '211156.252500', '211156.712500', '211157.172500', '211157.632500', '211158.092500', '211158.552500', '211159.012500', '211159.472500', '211159.932500', '211200.392500', '211200.852500', '211201.312500', '211201.772500', '211202.232500', '211202.692500', '211203.152500', '211203.612500', '211204.072500', '211204.532500', '211204.992500', '211205.452500', '211205.912500', '211206.372500', '211206.832500', '211207.292500', '211207.752500', '211208.212500', '211208.672500', '211209.132500', '211209.592500', '211210.052500', '211210.512500', '211210.972500', '211211.432500', '211211.892500', '211212.352500', '211212.812500', '211213.272500', '211213.732500', '211214.192500', '211214.652500', '211215.112500', '211215.572500', '211216.032500', '211216.492500', '211216.952500', '211217.412500', '211217.872500', '211218.332500', '211218.792500', '211219.252500', '211219.712500', '211220.172500', '211220.632500', '211221.092500', '211221.552500', '211222.012500', '211222.472500', '211222.932500', '211223.392500', '211223.852500', '211224.312500'], 'ContentTime': ['210559.945000', '210559.947000', '210559.950000', '210559.953000', '210559.955000', '210559.958000', '210559.960000', '210559.963000', '210559.966000', '210559.968000', '210559.971000', '210559.973000', '210559.976000', '210559.978000', '210559.981000', '210559.984000', '210559.986000', '210559.989000', '210559.991000', '210559.994000', '210559.996000', '210600.000000', '210600.002000', '210600.005000', '210600.007000', '210600.010000', '210600.023000', '210600.025000', '210600.028000', '210600.030000', '210600.033000', '210600.036000', '210600.038000', '210619.902000', '210619.905000', '210619.908000', '210619.910000', '210619.913000', '210619.915000', '210619.918000', '210619.921000', '210619.923000', '210619.926000', '210619.928000', '210619.931000', '210619.933000', '210619.936000', '210619.938000', '210619.941000', '210619.944000', '210619.946000', '210619.949000', '210619.951000', '210619.954000', '210619.957000', '210619.960000', '210619.963000', '210619.965000', '210619.973000', '210619.976000', '210619.978000', '210619.981000', '210619.983000', '210619.986000', '210619.988000', '210619.991000', '210619.993000', '210619.996000', '210620.000000', '210620.002000', '210620.005000', '210620.007000', '210620.010000', '210620.012000', '210620.015000', '210620.017000', '210639.902000', '210639.905000', '210639.908000', '210639.917000', '210639.919000', '210639.922000', '210639.925000', '210639.927000', '210639.930000', '210639.932000', '210639.935000', '210639.937000', '210639.940000', '210639.942000', '210639.945000', '210639.948000', '210639.950000', '210639.953000', '210639.955000', '210639.958000', '210639.960000', '210639.963000', '210639.965000', '210639.968000', '210639.971000', '210639.973000', '210639.976000', '210639.978000', '210639.981000', '210639.983000', '210639.986000', '210639.989000', '210639.991000', '210639.994000', '210639.996000', '210640.000000', '210640.003000', '210640.005000', '210640.008000', '210640.010000', '210640.013000', '210640.015000', '210640.018000', '210640.020000', '210659.902000', '210659.905000', '210659.908000', '210659.910000', '210659.913000', '210659.915000', '210659.918000', '210659.921000', '210659.923000', '210659.926000', '210659.928000', '210659.931000', '210659.933000', '210659.936000', '210659.938000', '210659.941000', '210659.944000', '210659.946000', '210659.949000', '210659.951000', '210659.970000', '210659.973000', '210659.976000', '210659.978000', '210659.981000', '210659.983000', '210659.986000', '210659.988000', '210659.991000', '210659.993000', '210659.996000', '210659.998000', '210700.002000', '210700.005000', '210700.007000', '210700.010000', '210700.013000', '210700.015000', '210700.018000', '210700.020000', '210700.023000', '210700.025000', '210700.029000', '210719.903000', '210719.905000', '210719.908000', '210719.911000', '210719.913000', '210719.916000', '210719.918000', '210719.921000', '210719.923000', '210719.926000', '210719.929000', '210719.931000', '210719.934000', '210719.936000', '210719.939000', '210719.941000', '210719.944000', '210719.946000', '210719.949000', '210719.951000', '210719.954000', '210719.957000', '210719.959000', '210719.962000', '210719.964000', '210719.967000', '210719.970000', '210719.972000', '210719.975000', '210719.977000', '210719.980000', '210719.982000', '210719.985000', '210719.987000', '210719.990000', '210719.993000', '210719.995000', '210719.998000', '210720.001000', '210720.004000', '210720.007000', '210720.009000', '210720.012000', '210720.014000', '210739.903000', '210739.905000', '210739.908000', '210739.911000', '210739.913000', '210739.916000', '210739.918000', '210739.921000', '210739.924000', '210739.926000', '210739.929000', '210739.931000', '210739.934000', '210739.936000', '210739.939000', '210739.941000', '210739.944000', '210739.947000', '210739.949000', '210739.952000', '210739.954000', '210739.957000', '210739.960000', '210739.962000', '210739.965000', '210739.967000', '210739.970000', '210739.972000', '210739.975000', '210739.978000', '210739.980000', '210739.983000', '210739.986000', '210739.988000', '210739.991000', '210739.993000', '210739.996000', '210739.998000', '210740.002000', '210740.005000', '210740.007000', '210740.010000', '210740.012000', '210759.903000', '210759.906000', '210759.909000', '210759.911000', '210759.914000', '210759.916000', '210759.919000', '210759.922000', '210759.924000', '210759.927000', '210759.929000', '210759.932000', '210759.934000', '210759.937000', '210759.940000', '210759.942000', '210759.945000', '210759.947000', '210759.950000', '210759.953000', '210759.955000', '210759.958000', '210759.960000', '210759.963000', '210759.965000', '210759.968000', '210759.970000', '210759.973000', '210759.976000', '210759.978000', '210759.981000', '210759.983000', '210759.986000', '210759.989000', '210759.991000', '210759.994000', '210759.996000', '210759.999000', '210800.002000', '210800.004000', '210800.007000', '210800.009000', '210800.012000', '210800.014000', '210819.902000', '210819.905000', '210819.908000', '210819.910000', '210819.913000', '210819.916000', '210819.918000', '210819.921000', '210819.923000', '210819.926000', '210819.928000', '210819.931000', '210819.934000', '210819.936000', '210819.939000', '210819.941000', '210819.944000', '210819.947000', '210819.949000', '210819.952000', '210819.954000', '210819.957000', '210819.959000', '210819.962000', '210819.965000', '210819.967000', '210819.970000', '210819.972000', '210819.975000', '210819.977000', '210819.980000', '210819.983000', '210819.985000', '210819.988000', '210819.990000', '210819.993000', '210819.995000', '210819.998000', '210820.002000', '210820.004000', '210820.007000', '210820.009000', '210820.012000', '210839.902000', '210839.905000', '210839.908000', '210839.910000', '210839.913000', '210839.916000', '210839.918000', '210839.921000', '210839.923000', '210839.926000', '210839.928000', '210839.931000', '210839.933000', '210839.936000', '210839.939000', '210839.941000', '210839.962000', '210839.965000', '210839.968000', '210839.970000', '210839.973000', '210839.975000', '210839.978000', '210839.980000', '210839.983000', '210839.986000', '210839.988000', '210839.991000', '210839.993000', '210839.996000', '210840.000000', '210840.002000', '210840.005000', '210840.007000', '210840.010000', '210840.013000', '210840.015000', '210840.018000', '210840.020000', '210840.023000', '210840.025000', '210840.028000', '210840.031000', '210840.033000', '210859.902000', '210859.905000', '210859.908000', '210859.911000', '210859.913000', '210859.916000', '210859.918000', '210859.921000', '210859.923000', '210859.926000', '210859.929000', '210859.931000', '210859.934000', '210859.936000', '210859.939000', '210859.941000', '210859.944000', '210859.947000', '210859.949000', '210859.952000', '210859.954000', '210859.957000', '210859.960000', '210859.962000', '210859.965000', '210859.967000', '210859.970000', '210859.972000', '210859.975000', '210859.978000', '210859.980000', '210859.983000', '210859.986000', '210859.988000', '210859.991000', '210859.993000', '210859.996000', '210859.998000', '210900.002000', '210900.005000', '210900.007000', '210900.010000', '210900.012000', '210919.902000', '210919.905000', '210919.908000', '210919.910000', '210919.913000', '210919.916000', '210919.918000', '210919.921000', '210919.923000', '210919.926000', '210919.928000', '210919.931000', '210919.934000', '210919.938000', '210919.940000', '210919.943000', '210919.946000', '210919.948000', '210919.951000', '210919.953000', '210919.956000', '210919.958000', '210919.961000', '210919.964000', '210919.966000', '210919.969000', '210919.971000', '210919.974000', '210919.977000', '210919.979000', '210919.982000', '210919.984000', '210919.987000', '210919.990000', '210919.992000', '210919.995000', '210919.997000', '210920.001000', '210920.004000', '210920.006000', '210920.009000', '210920.011000', '210920.014000', '210939.902000', '210939.905000', '210939.908000', '210939.910000', '210939.913000', '210939.916000', '210939.918000', '210939.921000', '210939.923000', '210939.926000', '210939.929000', '210939.931000', '210939.934000', '210939.936000', '210939.939000', '210939.941000', '210939.944000', '210939.947000', '210939.949000', '210939.952000', '210939.954000', '210939.957000', '210939.959000', '210939.962000', '210939.965000', '210939.967000', '210939.970000', '210939.972000', '210939.975000', '210939.978000', '210939.980000', '210939.983000', '210939.986000', '210939.988000', '210939.991000', '210939.993000', '210939.996000', '210939.998000', '210940.002000', '210940.005000', '210940.007000', '210940.010000', '210940.012000', '210940.015000', '210959.903000', '210959.906000', '210959.908000', '210959.911000', '210959.914000', '210959.916000', '210959.919000', '210959.921000', '210959.924000', '210959.927000', '210959.929000', '210959.932000', '210959.935000', '210959.937000', '210959.940000', '210959.942000', '210959.945000', '210959.948000', '210959.950000', '210959.953000', '210959.955000', '210959.958000', '210959.961000', '210959.963000', '210959.966000', '210959.968000', '210959.971000', '210959.973000', '210959.976000', '210959.979000', '210959.981000', '210959.984000', '210959.987000', '210959.989000', '210959.992000', '210959.994000', '210959.997000', '211000.000000', '211000.003000', '211000.006000', '211000.008000', '211000.011000', '211000.013000', '211019.903000', '211019.906000', '211019.909000', '211019.912000', '211019.914000', '211019.917000', '211019.919000', '211019.922000', '211019.924000', '211019.927000', '211019.930000', '211019.932000', '211019.935000', '211019.950000', '211019.953000', '211019.956000', '211019.958000', '211019.961000', '211019.963000', '211019.966000', '211019.968000', '211019.971000', '211019.974000', '211019.976000', '211019.979000', '211019.981000', '211019.984000', '211019.987000', '211019.989000', '211019.992000', '211019.994000', '211019.997000', '211019.999000', '211020.002000', '211020.005000', '211020.007000', '211020.010000', '211020.012000', '211020.015000', '211020.017000', '211020.020000', '211020.023000', '211020.025000', '211020.028000', '211039.902000', '211039.905000', '211039.908000', '211039.910000', '211039.913000', '211039.916000', '211039.918000', '211039.921000', '211039.923000', '211039.926000', '211039.929000', '211039.931000', '211039.934000', '211039.937000', '211039.939000', '211039.942000', '211039.946000', '211039.949000', '211039.951000', '211039.954000', '211039.957000', '211039.959000', '211039.962000', '211039.964000', '211039.967000', '211039.970000', '211039.972000', '211039.976000', '211039.979000', '211039.981000', '211039.984000', '211039.986000', '211039.989000', '211039.991000', '211039.994000', '211039.997000', '211040.000000', '211040.003000', '211040.005000', '211040.008000', '211040.011000', '211040.013000', '211040.016000', '211059.903000', '211059.905000', '211059.908000', '211059.911000', '211059.913000', '211059.916000', '211059.918000', '211059.921000', '211059.924000', '211059.926000', '211059.929000', '211059.931000', '211059.934000', '211059.937000', '211059.939000', '211059.942000', '211059.944000', '211059.947000', '211059.950000', '211059.952000', '211059.955000', '211059.957000', '211059.960000', '211059.963000', '211059.965000', '211059.968000', '211059.971000', '211059.973000', '211059.976000', '211059.978000', '211059.981000', '211059.984000', '211059.986000', '211059.989000', '211059.991000', '211059.994000', '211059.997000', '211100.000000', '211100.003000', '211100.006000', '211100.008000', '211100.011000', '211100.013000', '211100.016000', '211119.902000', '211119.905000', '211119.908000', '211119.910000', '211119.913000', '211119.916000', '211119.918000', '211119.921000', '211119.923000', '211119.926000', '211119.929000', '211119.931000', '211119.934000', '211119.936000', '211119.939000', '211119.942000', '211119.944000', '211119.947000', '211119.950000', '211119.953000', '211119.956000', '211119.959000', '211119.962000', '211119.965000', '211119.967000', '211119.970000', '211119.972000', '211119.975000', '211119.978000', '211119.980000', '211119.983000', '211119.985000', '211119.988000', '211119.991000', '211119.993000', '211119.996000', '211119.998000', '211120.002000', '211120.005000', '211120.007000', '211120.010000', '211120.012000', '211120.015000', '211139.902000', '211139.905000', '211139.908000', '211139.910000', '211139.913000', '211139.916000', '211139.918000', '211139.921000', '211139.923000', '211139.926000', '211139.929000', '211139.931000', '211139.934000', '211139.936000', '211139.939000', '211139.942000', '211139.944000', '211139.947000', '211139.949000', '211139.952000', '211139.955000', '211139.957000', '211139.960000', '211139.975000', '211139.977000', '211139.980000', '211139.983000', '211139.985000', '211139.988000', '211139.990000', '211139.993000', '211139.995000', '211139.998000', '211140.002000', '211140.004000', '211140.007000', '211140.010000', '211140.012000', '211140.015000', '211140.018000', '211140.020000', '211140.023000', '211140.025000', '211140.028000', '211159.902000', '211159.905000', '211159.908000', '211159.911000', '211159.913000', '211159.916000', '211159.918000', '211159.921000', '211159.924000', '211159.928000', '211159.930000', '211159.933000', '211159.935000', '211159.938000', '211159.940000', '211159.943000', '211159.946000', '211159.948000', '211159.951000', '211159.953000', '211159.956000', '211159.959000', '211159.962000', '211159.964000', '211159.967000', '211159.969000', '211159.972000', '211159.975000', '211159.977000', '211159.980000', '211159.982000', '211159.985000', '211159.987000', '211159.990000', '211159.993000', '211159.995000', '211159.998000', '211200.001000', '211200.004000', '211200.007000', '211200.009000', '211200.012000', '211200.015000', '211219.903000', '211219.905000', '211219.908000', '211219.910000', '211219.913000', '211219.916000', '211219.918000', '211219.921000', '211219.923000', '211219.926000', '211219.929000', '211219.931000', '211219.934000', '211219.936000', '211219.939000', '211219.941000', '211219.944000', '211219.946000', '211219.949000', '211219.952000', '211219.954000', '211219.957000', '211219.959000', '211219.962000', '211219.965000', '211219.967000', '211219.970000', '211219.972000', '211219.975000', '211219.977000', '211219.980000', '211219.983000', '211219.985000', '211219.988000', '211219.991000', '211219.993000', '211219.996000', '211219.998000', '211220.002000', '211220.005000', '211220.007000', '211220.010000', '211220.012000', '211220.015000', '211225.720000', '211225.723000', '211225.725000', '211225.728000', '211225.731000', '211225.733000', '211225.736000', '211225.739000', '211225.741000', '211225.744000', '211225.747000', '211225.749000', '211225.752000'], 'InstanceCreationTime': ['210559.945000', '210559.947000', '210559.950000', '210559.953000', '210559.955000', '210559.958000', '210559.960000', '210559.963000', '210559.966000', '210559.968000', '210559.971000', '210559.973000', '210559.976000', '210559.978000', '210559.981000', '210559.984000', '210559.986000', '210559.989000', '210559.991000', '210559.994000', '210559.996000', '210600.000000', '210600.002000', '210600.005000', '210600.007000', '210600.010000', '210600.023000', '210600.025000', '210600.028000', '210600.030000', '210600.033000', '210600.036000', '210600.038000', '210619.902000', '210619.905000', '210619.908000', '210619.910000', '210619.913000', '210619.915000', '210619.918000', '210619.921000', '210619.923000', '210619.926000', '210619.928000', '210619.931000', '210619.933000', '210619.936000', '210619.938000', '210619.941000', '210619.944000', '210619.946000', '210619.949000', '210619.951000', '210619.954000', '210619.957000', '210619.960000', '210619.963000', '210619.965000', '210619.973000', '210619.976000', '210619.978000', '210619.981000', '210619.983000', '210619.986000', '210619.988000', '210619.991000', '210619.993000', '210619.996000', '210620.000000', '210620.002000', '210620.005000', '210620.007000', '210620.010000', '210620.012000', '210620.015000', '210620.017000', '210639.902000', '210639.905000', '210639.908000', '210639.917000', '210639.919000', '210639.922000', '210639.925000', '210639.927000', '210639.930000', '210639.932000', '210639.935000', '210639.937000', '210639.940000', '210639.942000', '210639.945000', '210639.948000', '210639.950000', '210639.953000', '210639.955000', '210639.958000', '210639.960000', '210639.963000', '210639.965000', '210639.968000', '210639.971000', '210639.973000', '210639.976000', '210639.978000', '210639.981000', '210639.983000', '210639.986000', '210639.989000', '210639.991000', '210639.994000', '210639.996000', '210640.000000', '210640.003000', '210640.005000', '210640.008000', '210640.010000', '210640.013000', '210640.015000', '210640.018000', '210640.020000', '210659.902000', '210659.905000', '210659.908000', '210659.910000', '210659.913000', '210659.915000', '210659.918000', '210659.921000', '210659.923000', '210659.926000', '210659.928000', '210659.931000', '210659.933000', '210659.936000', '210659.938000', '210659.941000', '210659.944000', '210659.946000', '210659.949000', '210659.951000', '210659.970000', '210659.973000', '210659.976000', '210659.978000', '210659.981000', '210659.983000', '210659.986000', '210659.988000', '210659.991000', '210659.993000', '210659.996000', '210659.998000', '210700.002000', '210700.005000', '210700.007000', '210700.010000', '210700.013000', '210700.015000', '210700.018000', '210700.020000', '210700.023000', '210700.025000', '210700.029000', '210719.903000', '210719.905000', '210719.908000', '210719.911000', '210719.913000', '210719.916000', '210719.918000', '210719.921000', '210719.923000', '210719.926000', '210719.929000', '210719.931000', '210719.934000', '210719.936000', '210719.939000', '210719.941000', '210719.944000', '210719.946000', '210719.949000', '210719.951000', '210719.954000', '210719.957000', '210719.959000', '210719.962000', '210719.964000', '210719.967000', '210719.970000', '210719.972000', '210719.975000', '210719.977000', '210719.980000', '210719.982000', '210719.985000', '210719.987000', '210719.990000', '210719.993000', '210719.995000', '210719.998000', '210720.001000', '210720.004000', '210720.007000', '210720.009000', '210720.012000', '210720.014000', '210739.903000', '210739.905000', '210739.908000', '210739.911000', '210739.913000', '210739.916000', '210739.918000', '210739.921000', '210739.924000', '210739.926000', '210739.929000', '210739.931000', '210739.934000', '210739.936000', '210739.939000', '210739.941000', '210739.944000', '210739.947000', '210739.949000', '210739.952000', '210739.954000', '210739.957000', '210739.960000', '210739.962000', '210739.965000', '210739.967000', '210739.970000', '210739.972000', '210739.975000', '210739.978000', '210739.980000', '210739.983000', '210739.986000', '210739.988000', '210739.991000', '210739.993000', '210739.996000', '210739.998000', '210740.002000', '210740.005000', '210740.007000', '210740.010000', '210740.012000', '210759.903000', '210759.906000', '210759.909000', '210759.911000', '210759.914000', '210759.916000', '210759.919000', '210759.922000', '210759.924000', '210759.927000', '210759.929000', '210759.932000', '210759.934000', '210759.937000', '210759.940000', '210759.942000', '210759.945000', '210759.947000', '210759.950000', '210759.953000', '210759.955000', '210759.958000', '210759.960000', '210759.963000', '210759.965000', '210759.968000', '210759.970000', '210759.973000', '210759.976000', '210759.978000', '210759.981000', '210759.983000', '210759.986000', '210759.989000', '210759.991000', '210759.994000', '210759.996000', '210759.999000', '210800.002000', '210800.004000', '210800.007000', '210800.009000', '210800.012000', '210800.014000', '210819.902000', '210819.905000', '210819.908000', '210819.910000', '210819.913000', '210819.916000', '210819.918000', '210819.921000', '210819.923000', '210819.926000', '210819.928000', '210819.931000', '210819.934000', '210819.936000', '210819.939000', '210819.941000', '210819.944000', '210819.947000', '210819.949000', '210819.952000', '210819.954000', '210819.957000', '210819.959000', '210819.962000', '210819.965000', '210819.967000', '210819.970000', '210819.972000', '210819.975000', '210819.977000', '210819.980000', '210819.983000', '210819.985000', '210819.988000', '210819.990000', '210819.993000', '210819.995000', '210819.998000', '210820.002000', '210820.004000', '210820.007000', '210820.009000', '210820.012000', '210839.902000', '210839.905000', '210839.908000', '210839.910000', '210839.913000', '210839.916000', '210839.918000', '210839.921000', '210839.923000', '210839.926000', '210839.928000', '210839.931000', '210839.933000', '210839.936000', '210839.939000', '210839.941000', '210839.962000', '210839.965000', '210839.968000', '210839.970000', '210839.973000', '210839.975000', '210839.978000', '210839.980000', '210839.983000', '210839.986000', '210839.988000', '210839.991000', '210839.993000', '210839.996000', '210840.000000', '210840.002000', '210840.005000', '210840.007000', '210840.010000', '210840.013000', '210840.015000', '210840.018000', '210840.020000', '210840.023000', '210840.025000', '210840.028000', '210840.031000', '210840.033000', '210859.902000', '210859.905000', '210859.908000', '210859.911000', '210859.913000', '210859.916000', '210859.918000', '210859.921000', '210859.923000', '210859.926000', '210859.929000', '210859.931000', '210859.934000', '210859.936000', '210859.939000', '210859.941000', '210859.944000', '210859.947000', '210859.949000', '210859.952000', '210859.954000', '210859.957000', '210859.960000', '210859.962000', '210859.965000', '210859.967000', '210859.970000', '210859.972000', '210859.975000', '210859.978000', '210859.980000', '210859.983000', '210859.986000', '210859.988000', '210859.991000', '210859.993000', '210859.996000', '210859.998000', '210900.002000', '210900.005000', '210900.007000', '210900.010000', '210900.012000', '210919.902000', '210919.905000', '210919.908000', '210919.910000', '210919.913000', '210919.916000', '210919.918000', '210919.921000', '210919.923000', '210919.926000', '210919.928000', '210919.931000', '210919.934000', '210919.938000', '210919.940000', '210919.943000', '210919.946000', '210919.948000', '210919.951000', '210919.953000', '210919.956000', '210919.958000', '210919.961000', '210919.964000', '210919.966000', '210919.969000', '210919.971000', '210919.974000', '210919.977000', '210919.979000', '210919.982000', '210919.984000', '210919.987000', '210919.990000', '210919.992000', '210919.995000', '210919.997000', '210920.001000', '210920.004000', '210920.006000', '210920.009000', '210920.011000', '210920.014000', '210939.902000', '210939.905000', '210939.908000', '210939.910000', '210939.913000', '210939.916000', '210939.918000', '210939.921000', '210939.923000', '210939.926000', '210939.929000', '210939.931000', '210939.934000', '210939.936000', '210939.939000', '210939.941000', '210939.944000', '210939.947000', '210939.949000', '210939.952000', '210939.954000', '210939.957000', '210939.959000', '210939.962000', '210939.965000', '210939.967000', '210939.970000', '210939.972000', '210939.975000', '210939.978000', '210939.980000', '210939.983000', '210939.986000', '210939.988000', '210939.991000', '210939.993000', '210939.996000', '210939.998000', '210940.002000', '210940.005000', '210940.007000', '210940.010000', '210940.012000', '210940.015000', '210959.903000', '210959.906000', '210959.908000', '210959.911000', '210959.914000', '210959.916000', '210959.919000', '210959.921000', '210959.924000', '210959.927000', '210959.929000', '210959.932000', '210959.935000', '210959.937000', '210959.940000', '210959.942000', '210959.945000', '210959.948000', '210959.950000', '210959.953000', '210959.955000', '210959.958000', '210959.961000', '210959.963000', '210959.966000', '210959.968000', '210959.971000', '210959.973000', '210959.976000', '210959.979000', '210959.981000', '210959.984000', '210959.987000', '210959.989000', '210959.992000', '210959.994000', '210959.997000', '211000.000000', '211000.003000', '211000.006000', '211000.008000', '211000.011000', '211000.013000', '211019.903000', '211019.906000', '211019.909000', '211019.912000', '211019.914000', '211019.917000', '211019.919000', '211019.922000', '211019.924000', '211019.927000', '211019.930000', '211019.932000', '211019.935000', '211019.950000', '211019.953000', '211019.956000', '211019.958000', '211019.961000', '211019.963000', '211019.966000', '211019.968000', '211019.971000', '211019.974000', '211019.976000', '211019.979000', '211019.981000', '211019.984000', '211019.987000', '211019.989000', '211019.992000', '211019.994000', '211019.997000', '211019.999000', '211020.002000', '211020.005000', '211020.007000', '211020.010000', '211020.012000', '211020.015000', '211020.017000', '211020.020000', '211020.023000', '211020.025000', '211020.028000', '211039.902000', '211039.905000', '211039.908000', '211039.910000', '211039.913000', '211039.916000', '211039.918000', '211039.921000', '211039.923000', '211039.926000', '211039.929000', '211039.931000', '211039.934000', '211039.937000', '211039.939000', '211039.942000', '211039.946000', '211039.949000', '211039.951000', '211039.954000', '211039.957000', '211039.959000', '211039.962000', '211039.964000', '211039.967000', '211039.970000', '211039.972000', '211039.976000', '211039.979000', '211039.981000', '211039.984000', '211039.986000', '211039.989000', '211039.991000', '211039.994000', '211039.997000', '211040.000000', '211040.003000', '211040.005000', '211040.008000', '211040.011000', '211040.013000', '211040.016000', '211059.903000', '211059.905000', '211059.908000', '211059.911000', '211059.913000', '211059.916000', '211059.918000', '211059.921000', '211059.924000', '211059.926000', '211059.929000', '211059.931000', '211059.934000', '211059.937000', '211059.939000', '211059.942000', '211059.944000', '211059.947000', '211059.950000', '211059.952000', '211059.955000', '211059.957000', '211059.960000', '211059.963000', '211059.965000', '211059.968000', '211059.971000', '211059.973000', '211059.976000', '211059.978000', '211059.981000', '211059.984000', '211059.986000', '211059.989000', '211059.991000', '211059.994000', '211059.997000', '211100.000000', '211100.003000', '211100.006000', '211100.008000', '211100.011000', '211100.013000', '211100.016000', '211119.902000', '211119.905000', '211119.908000', '211119.910000', '211119.913000', '211119.916000', '211119.918000', '211119.921000', '211119.923000', '211119.926000', '211119.929000', '211119.931000', '211119.934000', '211119.936000', '211119.939000', '211119.942000', '211119.944000', '211119.947000', '211119.950000', '211119.953000', '211119.956000', '211119.959000', '211119.962000', '211119.965000', '211119.967000', '211119.970000', '211119.972000', '211119.975000', '211119.978000', '211119.980000', '211119.983000', '211119.985000', '211119.988000', '211119.991000', '211119.993000', '211119.996000', '211119.998000', '211120.002000', '211120.005000', '211120.007000', '211120.010000', '211120.012000', '211120.015000', '211139.902000', '211139.905000', '211139.908000', '211139.910000', '211139.913000', '211139.916000', '211139.918000', '211139.921000', '211139.923000', '211139.926000', '211139.929000', '211139.931000', '211139.934000', '211139.936000', '211139.939000', '211139.942000', '211139.944000', '211139.947000', '211139.949000', '211139.952000', '211139.955000', '211139.957000', '211139.960000', '211139.975000', '211139.977000', '211139.980000', '211139.983000', '211139.985000', '211139.988000', '211139.990000', '211139.993000', '211139.995000', '211139.998000', '211140.002000', '211140.004000', '211140.007000', '211140.010000', '211140.012000', '211140.015000', '211140.018000', '211140.020000', '211140.023000', '211140.025000', '211140.028000', '211159.902000', '211159.905000', '211159.908000', '211159.911000', '211159.913000', '211159.916000', '211159.918000', '211159.921000', '211159.924000', '211159.928000', '211159.930000', '211159.933000', '211159.935000', '211159.938000', '211159.940000', '211159.943000', '211159.946000', '211159.948000', '211159.951000', '211159.953000', '211159.956000', '211159.959000', '211159.962000', '211159.964000', '211159.967000', '211159.969000', '211159.972000', '211159.975000', '211159.977000', '211159.980000', '211159.982000', '211159.985000', '211159.987000', '211159.990000', '211159.993000', '211159.995000', '211159.998000', '211200.001000', '211200.004000', '211200.007000', '211200.009000', '211200.012000', '211200.015000', '211219.903000', '211219.905000', '211219.908000', '211219.910000', '211219.913000', '211219.916000', '211219.918000', '211219.921000', '211219.923000', '211219.926000', '211219.929000', '211219.931000', '211219.934000', '211219.936000', '211219.939000', '211219.941000', '211219.944000', '211219.946000', '211219.949000', '211219.952000', '211219.954000', '211219.957000', '211219.959000', '211219.962000', '211219.965000', '211219.967000', '211219.970000', '211219.972000', '211219.975000', '211219.977000', '211219.980000', '211219.983000', '211219.985000', '211219.988000', '211219.991000', '211219.993000', '211219.996000', '211219.998000', '211220.002000', '211220.005000', '211220.007000', '211220.010000', '211220.012000', '211220.015000', '211225.720000', '211225.723000', '211225.725000', '211225.728000', '211225.731000', '211225.733000', '211225.736000', '211225.739000', '211225.741000', '211225.744000', '211225.747000', '211225.749000', '211225.752000'], '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': [14875, 10595, 14307, 9701, 13444, 9408, 12830, 11413, 10093, 15572, 11905, 13733, 9789, 12431, 8978, 12756, 8436, 12339, 8751, 11320, 11679, 10186, 13857, 10845, 14477, 10420, 13649, 9809, 13714, 8800, 12476, 10431, 12508, 10734, 11465, 14685, 10931, 15297, 11020, 14697, 9475, 12908, 9423, 13234, 10801, 10723, 15844, 11729, 13886, 10042, 13386, 9609, 12803, 9561, 13274, 9057, 12866, 9229, 13175, 8754, 11945, 9892, 11578, 12900, 10793, 15613, 10987, 13937, 9751, 13001, 9869, 13445, 10086, 11295, 10057, 12209, 10820, 13593, 9651, 15904, 11621, 13703, 10151, 13505, 9019, 12819, 9494, 12128, 9155, 11151, 8897, 12531, 9653, 13501, 10432, 13716, 9755, 13503, 9709, 13689, 10176, 14243, 9276, 13267, 14301, 11823, 15229, 11357, 14993, 10671, 13096, 9296, 12955, 9153, 11005, 12473, 10311, 13852, 10737, 13450, 9056, 12893, 10379, 10692, 15121, 11340, 13806, 9785, 13088, 8360, 11429, 12769, 10478, 14881, 10886, 13450, 8989, 12607, 9615, 12452, 13856, 10082, 15345, 10821, 13247, 8943, 12302, 11944, 10507, 15357, 11586, 13184, 9055, 12160, 8824, 12346, 10159, 10088, 15343, 11548, 13642, 9572, 12807, 8703, 12836, 9832, 12993, 10142, 10745, 14354, 10807, 14397, 11002, 13088, 9921, 9427, 10585, 9028, 13096, 9940, 13635, 9301, 12702, 8561, 12635, 11600, 12500, 15134, 10675, 14793, 11032, 13052, 9683, 13127, 9697, 9780, 14715, 11416, 13110, 9336, 12503, 8807, 10362, 13526, 10840, 12597, 9611, 11883, 8593, 12160, 8772, 12215, 9458, 10109, 15374, 11623, 13453, 9752, 12607, 9214, 12608, 9936, 9930, 15363, 11960, 13470, 10143, 13231, 9151, 12913, 9618, 13097, 10042, 11043, 15838, 12164, 14517, 10613, 13919, 9515, 12449, 15513, 11617, 14981, 11116, 13969, 9163, 12211, 14439, 10557, 14562, 10864, 13126, 8706, 11528, 11622, 9593, 13932, 10676, 12966, 9119, 12233, 11949, 10230, 15076, 11191, 13412, 9905, 10669, 8644, 10906, 10170, 12006, 9735, 11212, 12751, 9418, 14726, 11321, 13049, 9339, 13137, 8698, 11487, 11814, 10738, 12823, 10041, 13599, 9750, 12572, 9365, 12550, 8768, 10899, 12708, 10414, 14534, 11128, 13193, 9963, 12968, 8849, 12581, 10592, 11926, 14618, 10872, 13873, 9562, 12617, 10038, 12136, 13357, 9994, 13538, 9807, 12357, 9259, 12098, 10613, 9284, 14383, 10756, 12203, 8639, 11018, 14829, 11427, 12194, 9175, 10359, 14289, 10999, 12317, 8667, 11432, 11453, 9524, 13983, 10473, 12928, 8714, 11337, 12305, 10050, 14920, 11316, 13037, 10342, 12438, 9699, 12229, 10553, 13349, 10431, 16261, 11756, 14751, 10567, 13798, 10521, 12498, 16013, 11743, 14867, 11094, 13478, 8738, 11012, 12876, 10783, 14073, 10807, 12685, 8763, 11342, 12101, 10391, 14646, 11192, 12781, 8739, 11607, 10024, 10715, 15591, 11517, 13832, 10050, 12334, 8827, 11561, 12771, 10537, 14156, 10129, 12088, 9383, 11995, 14520, 10877, 13603, 9524, 12618, 9570, 11583, 12173, 10056, 14482, 10908, 13045, 9236, 11997, 8766, 12409, 10576, 11030, 14357, 10756, 14062, 10377, 13467, 9782, 12594, 9102, 13153, 9545, 13515, 9024, 12760, 9368, 13351, 10131, 13080, 11118, 11052, 16315, 12308, 14316, 10479, 13788, 8800, 12583, 10831, 12932, 9752, 11199, 10862, 10564, 13804, 11291, 14970, 10745, 13512, 9992, 12664, 8477, 12645, 12251, 11241, 13785, 10426, 13591, 9916, 12125, 9004, 12102, 8542, 11533, 9157, 11195, 8649, 12492, 11189, 11764, 13788, 9783, 15139, 10597, 12695, 9512, 13082, 9474, 10643, 14702, 11646, 13363, 9834, 12729, 8908, 12041, 9226, 12697, 8503, 11655, 12717, 10523, 13509, 10580, 14592, 10628, 13393, 10120, 13160, 9611, 13353, 8953, 13115, 12068, 12005, 14732, 10407, 14910, 11032, 12986, 9596, 12624, 9332, 10465, 14317, 11068, 13148, 9744, 12846, 8635, 11771, 11231, 10554, 14151, 11004, 13754, 9848, 12550, 9629, 11984, 12682, 9409, 10715, 9956, 12214, 10554, 12962, 10426, 13718, 9950, 13828, 10148, 13050, 9138, 12770, 9323, 11596, 13457, 11007, 14473, 10474, 13083, 9177, 12418, 9111, 12409, 8783, 11027, 13576, 10914, 15292, 11476, 13551, 9969, 12693, 9901, 13320, 8902, 11949, 10469, 12077, 11861, 10822, 14910, 11420, 14887, 10831, 13817, 10370, 13583, 9832, 13351, 9732, 13198, 9579, 12141, 13064, 11736, 12991, 10785, 14583, 10856, 12899, 10295, 13010, 9449, 12579, 8763, 11943, 14020, 10592, 15048, 11034, 13644, 8990, 12172, 9108, 11807, 11328, 11184, 12189, 9830, 14879, 11334, 12918, 9480, 13054, 9136, 12741, 9324, 13445, 10898, 13728, 9638, 13434, 9368, 12496, 9436, 13727, 8200, 12417, 8422, 13715, 9946, 12983, 8779, 13307, 8536, 12735, 9000, 12373, 9614, 10937, 12370, 10557, 11625, 9609, 12863, 10464, 12999, 9971, 13776, 9423, 13304, 9092, 12201, 9001, 11871, 12262, 10182, 14807, 11398, 13577, 9257, 13003, 8518, 12118, 14168, 11213, 14966, 11812, 13387, 9407, 12287, 9460, 12089, 8678, 10795, 14301, 11257, 14050, 9775, 13261, 9946, 12970, 14382, 11109, 14716, 10278, 12537, 10219, 12688, 11444, 10026, 14071, 11528, 12994, 9532, 13086, 8527, 12056, 10251, 11712, 13724, 10745, 14135, 9817, 12442, 9825, 12170, 14202, 10385, 14219, 10723, 12628, 8714, 11646, 11524, 10855, 13662, 10994, 13801, 9753, 10320, 9590, 8644, 13153, 9744, 13424, 9433, 13676, 9376, 13528, 9769, 13863, 10241, 12387, 14463, 11453, 14759, 11492, 13443, 9160, 12061, 9650, 11286, 13764, 11409, 13465, 10178, 12880, 8844, 12161, 9620, 12212, 11389, 10164, 14094, 11137, 12820, 9989, 12816, 8999, 11895, 10375, 11549, 11499, 11467, 12065, 10353, 14197, 11111, 14533, 11327, 14081, 9982, 13382, 10607, 13572, 14080, 11294, 15145, 11170, 13078, 9581, 12727, 8795, 11475, 11427, 11391, 11903, 10337, 14484, 11440, 13546, 10190, 13475, 8593, 12361, 10962, 12627, 12666, 10677, 14468, 11485, 13229, 9954, 12844, 8831, 12223, 10998, 12233, 11129, 10831, 15168, 11869, 13363, 10314, 13346, 9052, 12767, 10257, 13398, 9410, 11976, 11969, 11215, 14392, 11504, 14145, 10740, 13463, 10042, 13573, 9753, 13151, 11658, 11857, 14878, 11862, 13870, 10662, 12752, 9099, 12900, 10013, 12861, 9907, 10480, 14215, 11482, 13562, 10287, 12897, 8945, 12189, 10414, 13168, 13789, 11041, 15034, 10971, 13296, 8955, 12807, 9879], 'WindowCenter': [5051.0, 4993.0, 5008.0, 4966.0, 4983.0, 4943.0, 4972.0, 4961.0, 4951.0, 4991.0, 4984.0, 4979.0, 4937.0, 4956.0, 4928.0, 4970.0, 4929.0, 4969.0, 4929.0, 4959.0, 4959.0, 4950.0, 4979.0, 4959.0, 4978.0, 4961.0, 4979.0, 4951.0, 4979.0, 4942.0, 4959.0, 4948.0, 4969.0, 4947.0, 4959.0, 4977.0, 4947.0, 4975.0, 4947.0, 4968.0, 4926.0, 4956.0, 4941.0, 4970.0, 4957.0, 4947.0, 4987.0, 4959.0, 4964.0, 4936.0, 4977.0, 4949.0, 4966.0, 4936.0, 4965.0, 4926.0, 4955.0, 4926.0, 4963.0, 4927.0, 4955.0, 4935.0, 4947.0, 4954.0, 4947.0, 4976.0, 4947.0, 4965.0, 4940.0, 4967.0, 4947.0, 4981.0, 4960.0, 4962.0, 4949.0, 4969.0, 4960.0, 4967.0, 4949.0, 4989.0, 4959.0, 4969.0, 4950.0, 4968.0, 4938.0, 4970.0, 4952.0, 4972.0, 4939.0, 4962.0, 4951.0, 4982.0, 4964.0, 4982.0, 4971.0, 4992.0, 4963.0, 4980.0, 4953.0, 4983.0, 4962.0, 4992.0, 4942.0, 4971.0, 4980.0, 4958.0, 4980.0, 4958.0, 4976.0, 4947.0, 4968.0, 4939.0, 4968.0, 4937.0, 4959.0, 4965.0, 4950.0, 4977.0, 4961.0, 4968.0, 4939.0, 4970.0, 4949.0, 4950.0, 4976.0, 4959.0, 4969.0, 4938.0, 4971.0, 4942.0, 4959.0, 4968.0, 4960.0, 4979.0, 4960.0, 4981.0, 4940.0, 4974.0, 4948.0, 4970.0, 4979.0, 4949.0, 4988.0, 4959.0, 4970.0, 4938.0, 4969.0, 4960.0, 4951.0, 4977.0, 4960.0, 4968.0, 4942.0, 4972.0, 4939.0, 4981.0, 4949.0, 4951.0, 4988.0, 4971.0, 4981.0, 4954.0, 4980.0, 4940.0, 4979.0, 4951.0, 4969.0, 4951.0, 4958.0, 4980.0, 4960.0, 4980.0, 4950.0, 4983.0, 4951.0, 4950.0, 4960.0, 4950.0, 4979.0, 4951.0, 4979.0, 4953.0, 4972.0, 4942.0, 4971.0, 4960.0, 4970.0, 4978.0, 4949.0, 4975.0, 4946.0, 4969.0, 4928.0, 4956.0, 4937.0, 4935.0, 4965.0, 4944.0, 4955.0, 4923.0, 4959.0, 4926.0, 4938.0, 4964.0, 4947.0, 4969.0, 4947.0, 4959.0, 4941.0, 4968.0, 4940.0, 4972.0, 4950.0, 4963.0, 4991.0, 4970.0, 4978.0, 4954.0, 4968.0, 4950.0, 4971.0, 4949.0, 4954.0, 4989.0, 4970.0, 4980.0, 4962.0, 4980.0, 4952.0, 4980.0, 4951.0, 4983.0, 4951.0, 4959.0, 4988.0, 4970.0, 4981.0, 4951.0, 4971.0, 4937.0, 4958.0, 4978.0, 4959.0, 4976.0, 4944.0, 4965.0, 4925.0, 4957.0, 4964.0, 4945.0, 4963.0, 4946.0, 4957.0, 4926.0, 4957.0, 4946.0, 4938.0, 4978.0, 4948.0, 4968.0, 4941.0, 4967.0, 4958.0, 4948.0, 4978.0, 4962.0, 4984.0, 4949.0, 4960.0, 4929.0, 4957.0, 4948.0, 4967.0, 4949.0, 4961.0, 4967.0, 4941.0, 4978.0, 4960.0, 4968.0, 4952.0, 4979.0, 4942.0, 4963.0, 4960.0, 4958.0, 4971.0, 4951.0, 4967.0, 4951.0, 4969.0, 4943.0, 4971.0, 4943.0, 4962.0, 4970.0, 4961.0, 4979.0, 4962.0, 4970.0, 4951.0, 4972.0, 4937.0, 4971.0, 4951.0, 4961.0, 4980.0, 4949.0, 4968.0, 4939.0, 4969.0, 4939.0, 4959.0, 4969.0, 4950.0, 4969.0, 4948.0, 4971.0, 4939.0, 4969.0, 4950.0, 4940.0, 4980.0, 4959.0, 4961.0, 4941.0, 4959.0, 4983.0, 4971.0, 4970.0, 4940.0, 4951.0, 4977.0, 4960.0, 4970.0, 4941.0, 4961.0, 4959.0, 4950.0, 4981.0, 4963.0, 4981.0, 4942.0, 4964.0, 4973.0, 4956.0, 4990.0, 4974.0, 4979.0, 4963.0, 4983.0, 4965.0, 4982.0, 4962.0, 4983.0, 4964.0, 5000.0, 4972.0, 4982.0, 4948.0, 4968.0, 4939.0, 4957.0, 4977.0, 4946.0, 4968.0, 4936.0, 4957.0, 4916.0, 4935.0, 4953.0, 4938.0, 4963.0, 4936.0, 4954.0, 4918.0, 4944.0, 4946.0, 4937.0, 4965.0, 4947.0, 4958.0, 4929.0, 4958.0, 4936.0, 4949.0, 4977.0, 4947.0, 4964.0, 4939.0, 4957.0, 4926.0, 4957.0, 4966.0, 4950.0, 4976.0, 4950.0, 4970.0, 4940.0, 4962.0, 4977.0, 4962.0, 4982.0, 4943.0, 4970.0, 4949.0, 4966.0, 4968.0, 4953.0, 4982.0, 4960.0, 4982.0, 4951.0, 4970.0, 4942.0, 4984.0, 4966.0, 4972.0, 4982.0, 4975.0, 4993.0, 4965.0, 4995.0, 4964.0, 4971.0, 4944.0, 4982.0, 4954.0, 4981.0, 4955.0, 4982.0, 4952.0, 4980.0, 4951.0, 4984.0, 4962.0, 4962.0, 4992.0, 4961.0, 4977.0, 4950.0, 4969.0, 4928.0, 4958.0, 4947.0, 4965.0, 4938.0, 4958.0, 4948.0, 4952.0, 4967.0, 4958.0, 4979.0, 4950.0, 4970.0, 4950.0, 4969.0, 4930.0, 4968.0, 4960.0, 4950.0, 4968.0, 4948.0, 4967.0, 4941.0, 4970.0, 4941.0, 4972.0, 4931.0, 4974.0, 4953.0, 4973.0, 4944.0, 4983.0, 4962.0, 4972.0, 4972.0, 4951.0, 4979.0, 4950.0, 4970.0, 4948.0, 4971.0, 4941.0, 4961.0, 4978.0, 4959.0, 4967.0, 4953.0, 4970.0, 4942.0, 4971.0, 4941.0, 4984.0, 4943.0, 4972.0, 4971.0, 4961.0, 4980.0, 4963.0, 4979.0, 4962.0, 4973.0, 4953.0, 4969.0, 4953.0, 4982.0, 4942.0, 4971.0, 4960.0, 4960.0, 4979.0, 4950.0, 4969.0, 4951.0, 4971.0, 4937.0, 4959.0, 4938.0, 4948.0, 4966.0, 4948.0, 4970.0, 4938.0, 4957.0, 4928.0, 4958.0, 4945.0, 4948.0, 4977.0, 4950.0, 4967.0, 4941.0, 4969.0, 4939.0, 4962.0, 4974.0, 4953.0, 4960.0, 4951.0, 4973.0, 4950.0, 4970.0, 4948.0, 4980.0, 4953.0, 4969.0, 4952.0, 4970.0, 4940.0, 4969.0, 4941.0, 4958.0, 4967.0, 4948.0, 4981.0, 4950.0, 4958.0, 4939.0, 4972.0, 4933.0, 4972.0, 4931.0, 4960.0, 4969.0, 4949.0, 4980.0, 4962.0, 4969.0, 4952.0, 4969.0, 4949.0, 4970.0, 4939.0, 4959.0, 4960.0, 4972.0, 4958.0, 4960.0, 4980.0, 4959.0, 4981.0, 4960.0, 4978.0, 4952.0, 4968.0, 4950.0, 4968.0, 4940.0, 4970.0, 4937.0, 4957.0, 4968.0, 4958.0, 4958.0, 4946.0, 4967.0, 4949.0, 4967.0, 4949.0, 4969.0, 4939.0, 4970.0, 4929.0, 4958.0, 4979.0, 4949.0, 4980.0, 4960.0, 4980.0, 4942.0, 4960.0, 4929.0, 4958.0, 4959.0, 4961.0, 4969.0, 4962.0, 4992.0, 4961.0, 4982.0, 4955.0, 4984.0, 4955.0, 4969.0, 4953.0, 4983.0, 4975.0, 4981.0, 4955.0, 4980.0, 4941.0, 4972.0, 4957.0, 4981.0, 4945.0, 4970.0, 4943.0, 4982.0, 4953.0, 4995.0, 4946.0, 4981.0, 4945.0, 4982.0, 4941.0, 4974.0, 4941.0, 4962.0, 4975.0, 4963.0, 4974.0, 4962.0, 4984.0, 4962.0, 4983.0, 4964.0, 4982.0, 4954.0, 4982.0, 4943.0, 4972.0, 4943.0, 4974.0, 4969.0, 4952.0, 4981.0, 4960.0, 4971.0, 4953.0, 4980.0, 4942.0, 4971.0, 4979.0, 4963.0, 4978.0, 4959.0, 4970.0, 4943.0, 4972.0, 4952.0, 4972.0, 4941.0, 4961.0, 4982.0, 4962.0, 4976.0, 4953.0, 4970.0, 4942.0, 4970.0, 4969.0, 4949.0, 4968.0, 4936.0, 4960.0, 4938.0, 4958.0, 4948.0, 4939.0, 4968.0, 4947.0, 4955.0, 4937.0, 4965.0, 4929.0, 4959.0, 4938.0, 4956.0, 4968.0, 4949.0, 4965.0, 4937.0, 4962.0, 4937.0, 4957.0, 4965.0, 4937.0, 4964.0, 4948.0, 4956.0, 4927.0, 4946.0, 4959.0, 4949.0, 4967.0, 4948.0, 4979.0, 4951.0, 4950.0, 4950.0, 4942.0, 4982.0, 4952.0, 4985.0, 4957.0, 4979.0, 4942.0, 4972.0, 4952.0, 4973.0, 4949.0, 4974.0, 4979.0, 4958.0, 4966.0, 4960.0, 4966.0, 4927.0, 4960.0, 4938.0, 4949.0, 4968.0, 4959.0, 4971.0, 4949.0, 4971.0, 4930.0, 4958.0, 4940.0, 4959.0, 4958.0, 4951.0, 4977.0, 4960.0, 4970.0, 4950.0, 4969.0, 4941.0, 4970.0, 4949.0, 4962.0, 4961.0, 4973.0, 4973.0, 4964.0, 4982.0, 4973.0, 4991.0, 4972.0, 4983.0, 4952.0, 4980.0, 4951.0, 4978.0, 4981.0, 4962.0, 4977.0, 4959.0, 4967.0, 4940.0, 4970.0, 4927.0, 4958.0, 4958.0, 4959.0, 4969.0, 4953.0, 4978.0, 4961.0, 4966.0, 4950.0, 4970.0, 4932.0, 4969.0, 4950.0, 4969.0, 4968.0, 4949.0, 4968.0, 4960.0, 4969.0, 4949.0, 4967.0, 4929.0, 4957.0, 4947.0, 4958.0, 4957.0, 4960.0, 4977.0, 4962.0, 4969.0, 4951.0, 4968.0, 4928.0, 4959.0, 4939.0, 4969.0, 4941.0, 4956.0, 4958.0, 4959.0, 4979.0, 4960.0, 4977.0, 4950.0, 4970.0, 4939.0, 4970.0, 4939.0, 4968.0, 4949.0, 4959.0, 4979.0, 4956.0, 4965.0, 4949.0, 4956.0, 4928.0, 4970.0, 4940.0, 4969.0, 4948.0, 4949.0, 4968.0, 4960.0, 4970.0, 4952.0, 4971.0, 4941.0, 4970.0, 4949.0, 4978.0, 4980.0, 4958.0, 4979.0, 4959.0, 4970.0, 4942.0, 4967.0, 4949.0], 'WindowWidth': [10960.0, 10864.0, 10874.0, 10807.0, 10825.0, 10768.0, 10806.0, 10788.0, 10774.0, 10832.0, 10827.0, 10811.0, 10750.0, 10774.0, 10735.0, 10794.0, 10741.0, 10794.0, 10740.0, 10780.0, 10782.0, 10771.0, 10810.0, 10784.0, 10808.0, 10789.0, 10812.0, 10772.0, 10810.0, 10760.0, 10780.0, 10765.0, 10793.0, 10763.0, 10780.0, 10805.0, 10762.0, 10799.0, 10762.0, 10791.0, 10731.0, 10771.0, 10761.0, 10799.0, 10779.0, 10762.0, 10820.0, 10782.0, 10781.0, 10746.0, 10807.0, 10769.0, 10787.0, 10747.0, 10784.0, 10732.0, 10771.0, 10731.0, 10780.0, 10735.0, 10772.0, 10743.0, 10763.0, 10771.0, 10760.0, 10803.0, 10762.0, 10787.0, 10756.0, 10787.0, 10766.0, 10814.0, 10786.0, 10788.0, 10770.0, 10797.0, 10785.0, 10793.0, 10768.0, 10823.0, 10781.0, 10794.0, 10771.0, 10793.0, 10751.0, 10797.0, 10778.0, 10802.0, 10752.0, 10791.0, 10779.0, 10820.0, 10797.0, 10818.0, 10804.0, 10835.0, 10796.0, 10817.0, 10782.0, 10822.0, 10791.0, 10834.0, 10762.0, 10801.0, 10812.0, 10780.0, 10811.0, 10780.0, 10802.0, 10763.0, 10794.0, 10753.0, 10792.0, 10750.0, 10783.0, 10787.0, 10769.0, 10806.0, 10786.0, 10795.0, 10756.0, 10798.0, 10768.0, 10770.0, 10803.0, 10782.0, 10795.0, 10752.0, 10799.0, 10764.0, 10783.0, 10795.0, 10785.0, 10810.0, 10786.0, 10814.0, 10759.0, 10808.0, 10767.0, 10799.0, 10812.0, 10770.0, 10823.0, 10781.0, 10798.0, 10753.0, 10794.0, 10783.0, 10774.0, 10806.0, 10783.0, 10793.0, 10762.0, 10803.0, 10757.0, 10817.0, 10769.0, 10774.0, 10825.0, 10803.0, 10816.0, 10783.0, 10814.0, 10760.0, 10813.0, 10773.0, 10796.0, 10774.0, 10781.0, 10811.0, 10784.0, 10815.0, 10770.0, 10821.0, 10775.0, 10774.0, 10787.0, 10775.0, 10814.0, 10777.0, 10812.0, 10779.0, 10803.0, 10763.0, 10801.0, 10784.0, 10798.0, 10808.0, 10768.0, 10801.0, 10759.0, 10793.0, 10736.0, 10771.0, 10747.0, 10743.0, 10784.0, 10752.0, 10770.0, 10725.0, 10778.0, 10731.0, 10749.0, 10784.0, 10763.0, 10794.0, 10766.0, 10781.0, 10760.0, 10796.0, 10759.0, 10804.0, 10771.0, 10793.0, 10830.0, 10800.0, 10808.0, 10781.0, 10799.0, 10774.0, 10803.0, 10771.0, 10780.0, 10826.0, 10801.0, 10814.0, 10793.0, 10815.0, 10777.0, 10814.0, 10773.0, 10822.0, 10775.0, 10785.0, 10823.0, 10800.0, 10817.0, 10773.0, 10800.0, 10750.0, 10780.0, 10808.0, 10780.0, 10803.0, 10756.0, 10786.0, 10731.0, 10775.0, 10783.0, 10757.0, 10780.0, 10759.0, 10775.0, 10732.0, 10775.0, 10759.0, 10750.0, 10806.0, 10766.0, 10794.0, 10761.0, 10793.0, 10778.0, 10765.0, 10807.0, 10789.0, 10826.0, 10768.0, 10787.0, 10741.0, 10778.0, 10765.0, 10792.0, 10769.0, 10787.0, 10791.0, 10761.0, 10810.0, 10784.0, 10793.0, 10778.0, 10812.0, 10762.0, 10791.0, 10783.0, 10780.0, 10800.0, 10772.0, 10791.0, 10773.0, 10799.0, 10763.0, 10800.0, 10765.0, 10790.0, 10798.0, 10787.0, 10812.0, 10788.0, 10797.0, 10773.0, 10801.0, 10751.0, 10802.0, 10772.0, 10785.0, 10812.0, 10767.0, 10792.0, 10751.0, 10796.0, 10752.0, 10780.0, 10795.0, 10770.0, 10794.0, 10766.0, 10800.0, 10754.0, 10797.0, 10770.0, 10757.0, 10812.0, 10782.0, 10785.0, 10759.0, 10783.0, 10819.0, 10801.0, 10800.0, 10756.0, 10772.0, 10806.0, 10784.0, 10798.0, 10759.0, 10786.0, 10782.0, 10772.0, 10814.0, 10790.0, 10816.0, 10765.0, 10796.0, 10806.0, 10786.0, 10830.0, 10809.0, 10811.0, 10797.0, 10824.0, 10801.0, 10821.0, 10795.0, 10823.0, 10795.0, 10844.0, 10802.0, 10818.0, 10765.0, 10793.0, 10751.0, 10775.0, 10804.0, 10756.0, 10792.0, 10742.0, 10773.0, 10717.0, 10741.0, 10763.0, 10746.0, 10778.0, 10742.0, 10767.0, 10720.0, 10752.0, 10757.0, 10747.0, 10783.0, 10761.0, 10777.0, 10738.0, 10777.0, 10744.0, 10765.0, 10804.0, 10762.0, 10783.0, 10752.0, 10775.0, 10732.0, 10776.0, 10788.0, 10768.0, 10804.0, 10769.0, 10797.0, 10755.0, 10788.0, 10809.0, 10789.0, 10816.0, 10763.0, 10798.0, 10767.0, 10792.0, 10793.0, 10777.0, 10817.0, 10786.0, 10816.0, 10774.0, 10801.0, 10764.0, 10825.0, 10800.0, 10805.0, 10818.0, 10811.0, 10835.0, 10798.0, 10839.0, 10799.0, 10804.0, 10769.0, 10822.0, 10784.0, 10817.0, 10784.0, 10819.0, 10777.0, 10816.0, 10775.0, 10824.0, 10791.0, 10791.0, 10832.0, 10785.0, 10805.0, 10769.0, 10796.0, 10738.0, 10780.0, 10763.0, 10786.0, 10751.0, 10781.0, 10764.0, 10774.0, 10794.0, 10780.0, 10810.0, 10769.0, 10798.0, 10772.0, 10796.0, 10742.0, 10793.0, 10784.0, 10769.0, 10794.0, 10767.0, 10791.0, 10758.0, 10798.0, 10758.0, 10805.0, 10747.0, 10810.0, 10781.0, 10807.0, 10770.0, 10822.0, 10791.0, 10803.0, 10803.0, 10772.0, 10812.0, 10772.0, 10799.0, 10768.0, 10800.0, 10758.0, 10786.0, 10810.0, 10783.0, 10792.0, 10778.0, 10796.0, 10761.0, 10802.0, 10760.0, 10821.0, 10765.0, 10804.0, 10802.0, 10788.0, 10814.0, 10793.0, 10812.0, 10790.0, 10805.0, 10779.0, 10796.0, 10777.0, 10817.0, 10761.0, 10802.0, 10783.0, 10783.0, 10809.0, 10770.0, 10794.0, 10770.0, 10797.0, 10747.0, 10778.0, 10751.0, 10763.0, 10786.0, 10764.0, 10795.0, 10752.0, 10775.0, 10739.0, 10778.0, 10758.0, 10766.0, 10804.0, 10770.0, 10791.0, 10758.0, 10795.0, 10752.0, 10788.0, 10807.0, 10778.0, 10785.0, 10776.0, 10803.0, 10771.0, 10798.0, 10765.0, 10813.0, 10776.0, 10796.0, 10774.0, 10797.0, 10758.0, 10795.0, 10755.0, 10778.0, 10789.0, 10762.0, 10813.0, 10768.0, 10777.0, 10755.0, 10801.0, 10748.0, 10801.0, 10746.0, 10783.0, 10796.0, 10767.0, 10812.0, 10787.0, 10795.0, 10773.0, 10796.0, 10768.0, 10798.0, 10756.0, 10782.0, 10784.0, 10801.0, 10781.0, 10784.0, 10812.0, 10781.0, 10814.0, 10784.0, 10807.0, 10774.0, 10793.0, 10770.0, 10793.0, 10756.0, 10797.0, 10748.0, 10775.0, 10792.0, 10776.0, 10777.0, 10760.0, 10791.0, 10765.0, 10791.0, 10770.0, 10794.0, 10755.0, 10799.0, 10742.0, 10781.0, 10810.0, 10768.0, 10812.0, 10786.0, 10813.0, 10761.0, 10783.0, 10740.0, 10779.0, 10781.0, 10786.0, 10796.0, 10792.0, 10831.0, 10788.0, 10818.0, 10783.0, 10823.0, 10784.0, 10797.0, 10780.0, 10823.0, 10812.0, 10818.0, 10784.0, 10814.0, 10759.0, 10803.0, 10786.0, 10815.0, 10769.0, 10799.0, 10766.0, 10816.0, 10777.0, 10840.0, 10773.0, 10814.0, 10768.0, 10817.0, 10760.0, 10806.0, 10759.0, 10791.0, 10809.0, 10792.0, 10811.0, 10791.0, 10822.0, 10791.0, 10821.0, 10796.0, 10819.0, 10782.0, 10820.0, 10764.0, 10802.0, 10765.0, 10807.0, 10798.0, 10777.0, 10816.0, 10786.0, 10800.0, 10778.0, 10814.0, 10763.0, 10801.0, 10810.0, 10790.0, 10807.0, 10781.0, 10796.0, 10765.0, 10804.0, 10775.0, 10804.0, 10761.0, 10788.0, 10818.0, 10788.0, 10805.0, 10778.0, 10800.0, 10758.0, 10797.0, 10795.0, 10765.0, 10792.0, 10745.0, 10782.0, 10747.0, 10774.0, 10762.0, 10751.0, 10789.0, 10760.0, 10770.0, 10748.0, 10786.0, 10737.0, 10779.0, 10750.0, 10774.0, 10791.0, 10765.0, 10784.0, 10747.0, 10786.0, 10746.0, 10775.0, 10786.0, 10746.0, 10782.0, 10761.0, 10771.0, 10733.0, 10758.0, 10780.0, 10766.0, 10790.0, 10765.0, 10809.0, 10775.0, 10772.0, 10771.0, 10763.0, 10818.0, 10777.0, 10824.0, 10791.0, 10810.0, 10762.0, 10804.0, 10774.0, 10802.0, 10767.0, 10804.0, 10810.0, 10779.0, 10791.0, 10782.0, 10785.0, 10734.0, 10779.0, 10748.0, 10767.0, 10793.0, 10779.0, 10797.0, 10766.0, 10798.0, 10743.0, 10780.0, 10756.0, 10782.0, 10778.0, 10772.0, 10806.0, 10783.0, 10799.0, 10771.0, 10797.0, 10759.0, 10798.0, 10767.0, 10789.0, 10786.0, 10804.0, 10806.0, 10794.0, 10818.0, 10806.0, 10830.0, 10804.0, 10821.0, 10776.0, 10816.0, 10773.0, 10806.0, 10815.0, 10789.0, 10806.0, 10779.0, 10792.0, 10757.0, 10797.0, 10734.0, 10779.0, 10779.0, 10783.0, 10795.0, 10778.0, 10809.0, 10786.0, 10792.0, 10771.0, 10799.0, 10748.0, 10794.0, 10768.0, 10794.0, 10794.0, 10769.0, 10793.0, 10782.0, 10795.0, 10768.0, 10791.0, 10738.0, 10776.0, 10761.0, 10777.0, 10778.0, 10783.0, 10805.0, 10787.0, 10793.0, 10770.0, 10792.0, 10737.0, 10781.0, 10751.0, 10793.0, 10758.0, 10776.0, 10777.0, 10781.0, 10809.0, 10783.0, 10806.0, 10768.0, 10800.0, 10755.0, 10796.0, 10755.0, 10792.0, 10765.0, 10781.0, 10811.0, 10773.0, 10785.0, 10766.0, 10774.0, 10736.0, 10798.0, 10754.0, 10795.0, 10766.0, 10767.0, 10794.0, 10784.0, 10798.0, 10774.0, 10800.0, 10759.0, 10799.0, 10769.0, 10809.0, 10812.0, 10780.0, 10812.0, 10782.0, 10797.0, 10762.0, 10793.0, 10767.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.000532313003452244</td></tr>
<tr><td colspan=3>aqi</td><td>0.02366494856156502</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.56416101960824</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2582284757258053</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9808752705184322</td></tr>
<tr><td colspan=3>efc</td><td>0.4844</td></tr>
<tr><td colspan=3>fber</td><td>6404.2583</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08758242124576675</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.7974683544303796</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.515791674428007</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.46632139574377</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7068832990992364</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.374170328441014</td></tr>
<tr><td colspan=3>gcor</td><td>0.00505655</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004595180042088032</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025476975366473198</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.238956365284548</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.4168</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.3387</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.8069</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295218.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>996.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.9467</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3439</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.5879</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4171.7811</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4372.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1693.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5361.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1031.3796</td></tr>
<tr><td colspan=3>tsnr</td><td>42.84863420971669</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>